@layer reset, base, layout, components, motion, responsive;
@layer reset {
  *,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,p,figure{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button{color:inherit}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}button:disabled{cursor:not-allowed}fieldset{min-width:0;margin:0;padding:0;border:0}
}
@layer base {
  :root{--token-brand:#5a0f0b;--token-ink:#20201f;--token-paper:#faf9f6;--token-surface:#efeee9;--token-muted:#6c6b65;--brand:var(--token-brand);--ink:var(--token-ink);--paper:var(--token-paper);--surface:var(--token-surface);--muted:var(--token-muted);--line:#deddd7;--radius:24px;--max-width:1360px;--gutter:clamp(24px,5vw,80px);--header-height:84px;color-scheme:light}
  :root[data-theme=dark]{--ink:#f6f4ef;--paper:#171716;--surface:#252524;--muted:#b0aea7;--line:#3b3a37;color-scheme:dark}
  html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.55;letter-spacing:-.02em;-webkit-font-smoothing:antialiased}::selection{background:#5a0f0b;color:#fff}
  h1,h2,h3{font-weight:500;letter-spacing:-.065em;line-height:1.04;text-wrap:balance}h1{font-size:clamp(64px,8.2vw,124px)}h2{font-size:clamp(40px,4.8vw,72px)}h3{font-size:30px;letter-spacing:-.045em;line-height:1.15}p{white-space:normal}button{letter-spacing:inherit}button,a,summary,input,select,textarea{outline-offset:5px}:focus-visible{outline:3px solid #ac7862}button:disabled{opacity:.4}hr{border:0;border-top:1px solid var(--line);margin:28px 0}pre{margin:0;overflow:auto;tab-size:2}code{font-family:'SFMono-Regular',Consolas,monospace;font-size:12px;letter-spacing:0}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}main{min-height:60vh}main:focus{outline:none}a:hover{text-decoration:none}button{border:0}label{display:flex;flex-direction:column;gap:10px;font-size:13px;font-weight:500}input,select,textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--paper);color:var(--ink);font-size:15px}input,select{min-height:49px}textarea{resize:vertical}.eyebrow{font-size:10px;letter-spacing:.19em;font-weight:600;line-height:1.6}.lede{font-size:20px;line-height:1.6;letter-spacing:-.035em;color:var(--muted)}.muted{color:var(--muted)}.fine-print{font-size:12px;color:var(--muted);line-height:1.7}.accent{color:var(--brand)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
@layer layout {
  .section{max-width:var(--max-width);margin:auto;padding:110px var(--gutter)}.section-heading{margin-bottom:52px}.section-heading>.eyebrow{margin-bottom:24px}.heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.heading-row .lede{max-width:340px;font-size:17px}.section-bottom{margin-top:36px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:blur(24px);border-bottom:1px solid color-mix(in srgb,var(--line) 50%,transparent)}.nav-wrap{height:var(--header-height);max-width:var(--max-width);padding:0 var(--gutter);margin:auto;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand-mark{width:30px;height:36px;fill:var(--brand);stroke:none}.brand>span{font-size:16px;font-family:Georgia,serif;letter-spacing:.065em;line-height:1.05}.brand small{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;display:block;font-size:7px;letter-spacing:.49em;text-align:center;margin-top:5px}.main-nav{display:flex;gap:27px;margin:auto}.main-nav a{font-size:12px;color:var(--muted);padding:8px 0}.main-nav a:hover,.main-nav a[aria-current]{color:var(--ink)}.main-nav a[aria-current]{box-shadow:0 1px var(--brand)}.nav-actions{display:flex;align-items:center;gap:20px}.language-switch{background:none;font-size:11px;letter-spacing:.08em;min-width:30px;min-height:44px}.menu-button{display:none}.system-bar{border-bottom:1px solid var(--line);padding:12px var(--gutter);display:flex;justify-content:space-between;gap:20px;font-size:11px;background:var(--surface)}.system-bar>span{display:flex;align-items:center;gap:8px}.system-bar nav{display:flex;gap:25px}.version{color:var(--muted);margin-left:8px}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--brand)}.skip-link{position:fixed;left:20px;top:-90px;z-index:100;background:var(--brand);color:white;padding:14px 20px;border-radius:10px}.skip-link:focus{top:15px}
  .site-footer{max-width:var(--max-width);margin:auto;padding:72px var(--gutter) 28px;border-top:1px solid var(--line)}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-top h2{font-size:38px}.footer-middle{display:flex;justify-content:space-between;gap:30px;margin:44px 0 60px;color:var(--muted);font-size:13px;line-height:2}.footer-middle nav{display:flex;gap:30px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:22px;font-size:10px;color:var(--muted)}.footer-bottom>div{display:flex;gap:24px;align-items:center}.footer-bottom .text-button{font-size:10px}.site-footer a:hover{color:var(--ink)}
}
@layer components {
  .button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--brand);color:#fffaf5;min-height:50px;padding:15px 25px;border-radius:100px;font-size:12px;font-weight:500;line-height:1.3;transition:transform .25s,background .25s;white-space:normal;text-align:center}.button:hover:not(:disabled){background:#7a2820;transform:translateY(-2px)}.button svg{width:17px;height:17px}.button.small{min-height:36px;padding:11px 18px;font-size:11px;gap:12px}.button.secondary{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.button.secondary:hover{background:var(--surface)}.button.white{background:#faf9f6;color:#20201f}.button.text-link{background:transparent;color:var(--ink);padding-left:5px;padding-right:5px}.button.full{width:100%}.inline-link,.text-button{display:inline-flex;align-items:center;gap:13px;font-size:12px;font-weight:500;border:0;padding:5px 0;background:none}.inline-link svg{width:17px;height:17px}.inline-link:hover,.text-button:hover{color:#a45c4e}.circle-link,.icon-button{width:42px;height:42px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;background:var(--paper);color:var(--ink);flex-shrink:0}.circle-link svg{width:18px;height:18px}.icon-button{background:transparent}.hero{max-width:1600px;margin:auto;padding:0 24px}.hero-copy{text-align:center;padding:58px 20px 45px}.hero-copy .eyebrow{margin-bottom:22px;color:var(--brand)}.hero h1{line-height:.97;letter-spacing:-.075em}.hero-copy .lede{font-size:17px;margin:25px 0 24px;line-height:1.6}.hero-actions{display:flex;justify-content:center;align-items:center;gap:28px}.hero-media{position:relative;border-radius:var(--radius);height:clamp(380px,46vw,670px);overflow:hidden;background:#50473f}.hero-media picture,.hero-media img{height:100%;object-fit:cover}.hero-media img{object-position:center 58%}.hero-media::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}.hero-image-caption{position:absolute;inset:auto 42px 30px;z-index:1;color:white;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:13px}.hero-image-caption>span:first-child{font-size:9px;letter-spacing:.14em}.hero-image-caption .circle-link{margin-left:15px}.image-footnote{display:flex;justify-content:space-between;gap:20px;padding:20px 10px;font-size:8px;letter-spacing:.14em;color:var(--muted)}
  .reveal-section{padding:130px var(--gutter);max-width:var(--max-width);margin:auto;text-align:center}.reveal-section .eyebrow{color:var(--muted);margin-bottom:35px}.reveal-text{font-size:clamp(29px,3.9vw,57px);font-weight:500;line-height:1.27;letter-spacing:-.055em;max-width:1000px;margin:auto}.reveal-text span{display:block;color:#b7b5ad;transition:color .65s}.reveal-text span.is-revealed{color:var(--ink)}.little-mark{display:inline-block;margin-top:40px}.little-mark .brand-mark{width:23px;height:28px}.rooms-section{background:var(--surface);max-width:none}.rooms-section>.section-heading,.rooms-section>.room-grid,.rooms-section>.section-bottom,.rooms-section>.page-intro{max-width:1200px;margin-left:auto;margin-right:auto}.room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.room-card-image{display:block;position:relative;aspect-ratio:4/4.6;overflow:hidden;border-radius:var(--radius);background:#343333}.room-card-image picture,.room-card-image img{height:100%;object-fit:cover;transition:transform 1s}.room-card-image:hover img{transform:scale(1.04)}.room-card-image::after{content:'';position:absolute;inset:0;background:linear-gradient(#0005,transparent 35%)}.room-card-image .circle-link{position:absolute;bottom:21px;right:21px;z-index:1}.room-number{position:absolute;top:23px;left:24px;color:#fff;font-size:9px;letter-spacing:.16em;z-index:1}.room-card-copy{padding:26px 4px 0}.room-card h3{font-size:29px;margin-bottom:12px}.room-tagline{font-size:16px;font-weight:500;margin-bottom:8px}.room-card-copy .muted{font-size:13px;line-height:1.7;max-width:320px;min-height:45px}.room-card .inline-link{margin-top:20px}
  .configurator{display:grid;grid-template-columns:1.05fr 1fr;background:var(--surface);border-radius:var(--radius);overflow:hidden}.config-image{position:relative;min-height:600px;background:#292727}.config-image picture,.config-image img{width:100%;height:100%;object-fit:cover}.config-image::after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#000a)}.config-image-label{position:absolute;bottom:35px;left:35px;right:35px;display:flex;align-items:center;justify-content:space-between;color:white;z-index:1}.config-image-label span:first-child{font-size:38px;letter-spacing:-.045em}.config-image-label span:last-child{font-size:9px;letter-spacing:.16em}.config-panel{padding:46px}.room-picker legend{font-size:12px;margin-bottom:14px}.segmented{display:flex;background:var(--paper);border-radius:100px;padding:5px;margin-bottom:32px;border:1px solid var(--line)}.segmented button{background:none;border-radius:100px;padding:12px 9px;flex:1;font-size:12px}.segmented button[aria-pressed=true]{background:var(--ink);color:var(--paper);box-shadow:0 3px 10px #0001}.config-panel h3{font-size:30px;max-width:300px}.config-panel .muted{font-size:13px;line-height:1.7;margin:15px 0 30px}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.guest-row{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}.stepper{display:flex;align-items:center;gap:17px}.stepper button{width:32px;height:32px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:17px}.stepper output{min-width:10px;text-align:center}.stay-total{font-size:13px;margin:22px 0}.config-panel .fine-print{margin-top:16px}.form-error{color:#a53028;font-size:13px;margin:10px 0}.form-error:empty{display:none}
  .experience-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.experience-card{position:relative;overflow:hidden;border-radius:var(--radius);min-height:300px;background:#35342e;color:white}.experience-0{grid-row:span 2}.experience-card picture,.experience-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform 1s}.experience-card:hover img{transform:scale(1.035)}.experience-card::after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 10%,#000c)}.experience-copy{position:relative;z-index:1;padding:35px;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}.experience-copy h3{font-size:33px;max-width:300px;margin:10px 0}.experience-copy>p:last-child{font-size:13px;max-width:270px;color:#e1dfd9}.experience-copy>.eyebrow{font-size:9px}.experience-card>.circle-link{position:absolute;z-index:2;right:25px;bottom:30px;width:36px;height:36px}.experience-0 .experience-copy{padding-bottom:40px}.experience-0 h3{font-size:48px;max-width:320px}.experience-0 .experience-copy>p:last-child{max-width:300px}
  .story-section{position:relative;min-height:650px;display:flex;align-items:center;background:#161615;color:white;overflow:hidden}.story-section picture,.story-section img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-section::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#111110eb,#17171667)}.story-copy{position:relative;z-index:1;width:100%;max-width:var(--max-width);margin:auto;padding:100px var(--gutter)}.story-copy h2{font-size:clamp(46px,5.5vw,82px);margin:28px 0}.story-copy>p:not(.eyebrow){max-width:370px;color:#e0e3dd;font-size:16px;line-height:1.7;margin-bottom:30px}.faq-section{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq-section h2{font-size:45px;margin-top:20px;max-width:320px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px}.faq-list summary svg{flex-shrink:0;width:18px;height:18px;transition:transform .3s}.faq-list details[open] summary svg{transform:rotate(45deg)}.faq-list details p{padding:0 40px 24px 0;font-size:14px;color:var(--muted);line-height:1.8}
  .page-intro{text-align:center;padding:70px 0 65px;max-width:1000px;margin:auto}.page-intro .eyebrow{margin-bottom:25px;color:var(--brand)}.page-intro h1{font-size:clamp(64px,7.4vw,110px)}.page-intro .lede{max-width:490px;margin:28px auto 0;font-size:18px}.page-hero{padding:0 24px;max-width:1600px;margin:auto}.page-hero-media{height:540px;position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.page-hero-media picture,.page-hero-media img{height:100%;object-fit:cover}.page-hero-media::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0006)}.photo-label{position:absolute;bottom:30px;left:35px;color:white;font-size:10px;letter-spacing:.17em;z-index:1}.rooms-section:has(.page-intro){padding-top:0}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.split-media{height:610px;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.split-media picture,.split-media img{height:100%;object-fit:cover}.split-copy h2{font-size:clamp(38px,4vw,60px);margin:25px 0}.split-copy .lede{font-size:17px}.split-copy>.button{margin-top:30px}.split-copy>.fine-print{margin-top:22px}.feature-list{list-style:none;padding:0;margin:35px 0 0}.feature-list li{padding:14px 0;border-bottom:1px solid var(--line);display:flex;gap:20px;font-size:13px}.feature-list span{font-size:10px;color:var(--muted)}.room-detail{padding-top:40px;padding-bottom:40px}.back-link{color:var(--muted);margin-bottom:50px}.room-detail-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:50px}.room-detail-heading h1{margin-top:20px}.room-detail-heading .lede{font-size:17px;max-width:320px;margin-bottom:22px}.room-detail-media{height:650px;border-radius:var(--radius);overflow:hidden}.room-detail-media picture,.room-detail-media img{height:100%;object-fit:cover}.room-detail-caption{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:45px}.room-detail-caption h2{font-size:42px}.room-detail-caption .lede{font-size:17px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:26px 25px 26px 0;border-bottom:1px solid var(--line);font-size:14px}thead th{font-size:11px;color:var(--muted);font-weight:500}td:last-child{min-width:160px}td:nth-child(2){color:var(--muted);max-width:400px}.event-section{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;background:var(--surface);border-radius:var(--radius)}.event-section h2{margin:25px 0}.event-section .lede{font-size:17px;max-width:330px}.event-section form{display:flex;flex-direction:column;gap:22px}.event-section form>.button{align-self:flex-start}.location-section{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.location-image{height:550px;position:relative;overflow:hidden;border-radius:var(--radius);background:var(--surface)}.location-image picture,.location-image img{height:100%;object-fit:cover}.map-pin{position:absolute;bottom:30px;left:30px;background:var(--paper);padding:15px 22px;border-radius:100px;font-size:10px;letter-spacing:.07em;display:flex;align-items:center;gap:10px}.map-pin .brand-mark{width:15px;height:20px}.location-section h2{margin:25px 0}.location-section .lede{font-size:19px;margin-bottom:25px}.location-section p:not(.eyebrow){color:var(--muted);max-width:380px}.location-section .button{margin-top:30px}.coordinates{font-size:11px;color:var(--muted);letter-spacing:.1em;margin-top:50px}.contact-section{text-align:center;padding-top:90px;padding-bottom:110px}.contact-section h2{margin:25px auto;max-width:750px}.contact-section .lede{max-width:480px;margin:0 auto 30px;font-size:17px}
  .foundations-section{border-top:1px solid var(--line)}.preference-panel{display:flex;align-items:flex-end;gap:24px;padding:28px;background:var(--surface);border-radius:16px;margin-bottom:60px}.preference-panel>label{min-width:200px}.preference-panel>.text-button{margin-left:auto;margin-bottom:12px}.foundations-section>h3{margin-bottom:24px}.swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:65px}.swatch{display:block;height:120px;border-radius:16px;margin-bottom:15px;border:1px solid var(--line)}.swatch-brand{background:var(--token-brand)}.swatch-ink{background:var(--token-ink)}.swatch-paper{background:var(--token-paper)}.swatch-surface{background:var(--token-surface)}.swatch-muted{background:var(--token-muted)}.swatches strong{display:block;font-size:13px;font-weight:500;text-transform:capitalize}.swatches code{color:var(--muted);font-size:10px}.foundation-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.specimen{background:var(--surface);padding:38px;border-radius:var(--radius)}.specimen h3{max-width:320px;margin:26px 0 15px}.specimen p:not(.type-specimen){font-size:14px;color:var(--muted);margin-bottom:25px}.type-specimen{font-size:140px;line-height:1;letter-spacing:-.08em;margin-top:25px}.button-samples{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px}.developer-section{background:var(--surface);max-width:none}.developer-section>div,.developer-section>details{max-width:1200px;margin-left:auto;margin-right:auto}.architecture-flow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:25px 30px;border:1px solid var(--line);border-radius:14px;margin:35px 0 50px;font-family:monospace;font-size:12px}.developer-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:60px}.developer-grid article{padding-top:20px}.developer-grid article p{color:var(--muted);font-size:15px;margin:20px 0;max-width:390px}.developer-grid pre{background:#20201f;color:#e5e2d8;border-radius:18px;padding:26px;max-height:400px}.state-inspector{margin-top:45px;border-top:1px solid var(--line)}.state-inspector summary{padding:22px 0;display:flex;align-items:center;justify-content:space-between;font-size:15px}.state-inspector pre{max-height:460px;margin-top:20px;background:var(--paper);padding:25px;border-radius:16px}.state-inspector[open] summary svg{transform:rotate(45deg)}
  dialog{border:1px solid var(--line);border-radius:var(--radius);padding:48px;max-width:580px;width:calc(100% - 32px);background:var(--paper);color:var(--ink);max-height:85dvh;overflow:auto;box-shadow:0 40px 150px #0004}dialog::backdrop{background:#13100d80;backdrop-filter:blur(8px)}dialog h2{font-size:43px;margin:20px 0}dialog p{font-size:15px;line-height:1.8;color:var(--muted)}.dialog-close{position:absolute;right:12px;top:12px;font-size:27px}.plan-details{margin:30px 0}.plan-details>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}.plan-details dt{color:var(--muted)}.plan-details dd{text-transform:capitalize}.dialog-actions{display:flex;flex-direction:column;gap:12px}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);z-index:100;background:var(--ink);color:var(--paper);border:1px solid var(--line);border-radius:100px;padding:16px 25px;max-width:calc(100% - 40px);width:max-content;box-shadow:0 10px 40px #0002;font-size:13px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}.offline-banner{position:fixed;z-index:40;bottom:0;left:0;right:0;text-align:center;padding:10px;background:var(--brand);color:white;font-size:12px}.loading-screen{min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;gap:25px}.loading-screen h1{font-size:60px}.loading-screen p{max-width:500px}.loading-line{height:2px;width:90px;background:var(--line);overflow:hidden}.loading-line::after{content:'';display:block;background:var(--brand);width:35px;height:2px;animation:loading 1.3s infinite ease-in-out}.error-page{min-height:80vh;text-align:center;padding:15vh 24px}.error-page h1{margin:20px 0}.error-page p{margin:0 auto 30px;max-width:450px}
}
@layer motion {
  @keyframes loading{from{transform:translateX(-35px)}to{transform:translateX(90px)}}@keyframes appear{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-copy{animation:appear .9s ease-out both}.will-reveal{opacity:0;transform:translateY(25px);transition:opacity .8s,transform .8s}.will-reveal.in-view{opacity:1;transform:none}.room-card:nth-child(2){transition-delay:.08s}.room-card:nth-child(3){transition-delay:.16s}:root[data-motion=reduced]{scroll-behavior:auto}:root[data-motion=reduced] *, :root[data-motion=reduced] *::before,:root[data-motion=reduced] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.will-reveal:focus-within,:root[data-motion=reduced] .will-reveal{opacity:1;transform:none}:root[data-motion=reduced] .reveal-text span{color:var(--ink)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}}
}
@layer responsive {
  @media(min-width:1600px){.hero-copy{padding-top:75px;padding-bottom:65px}}@media(max-width:1100px){.nav-wrap{gap:22px}.main-nav{gap:17px}.nav-actions{gap:12px}.nav-actions .button{font-size:10px;padding:12px}.config-panel{padding:32px}.split-section,.location-section{gap:45px}.experience-copy{padding:28px}.experience-copy>p:last-child{max-width:240px}.experience-0 h3{font-size:42px}.faq-section,.event-section{gap:45px}.footer-middle nav{gap:20px}}
  @media(max-width:900px){.main-nav{position:absolute;top:var(--header-height);left:0;right:0;background:var(--paper);padding:24px var(--gutter);border-bottom:1px solid var(--line);flex-direction:column;display:none;gap:8px}.main-nav.is-open{display:flex}.main-nav a{font-size:18px;padding:12px 0}.nav-actions{margin-left:auto}.menu-button{display:inline-flex}.nav-wrap{gap:15px}.hero-copy{padding-top:48px}.hero-image-caption>span:nth-child(2){display:none}.heading-row .lede{max-width:270px}.room-grid{gap:17px}.room-card h3{font-size:26px}.room-card-copy .muted{min-height:70px}.configurator{grid-template-columns:1fr 1fr}.config-panel{padding:25px}.config-image{min-height:580px}.date-fields{gap:12px}.config-panel .date-fields{grid-template-columns:1fr}.config-panel .muted{margin-bottom:20px}.experience-0 h3{font-size:37px}.experience-copy h3{font-size:28px}.experience-copy>p:last-child{max-width:200px}.experience-0 .experience-copy>p:last-child{max-width:220px}.faq-section{grid-template-columns:1fr;gap:30px}.faq-section h2{max-width:none}.split-section{gap:40px}.split-media{height:550px}.split-copy h2{font-size:40px}.preference-panel>label{min-width:0;flex:1}.event-section{grid-template-columns:1fr}.event-section .lede{max-width:500px}.location-section{gap:35px}.architecture-flow{flex-wrap:wrap}.developer-grid{gap:30px}.footer-bottom{flex-wrap:wrap}.footer-top h2{font-size:30px}.room-detail-media{height:500px}}
  @media(max-width:650px){:root{--header-height:72px;--gutter:24px;--radius:20px}h1{font-size:65px}h2{font-size:42px}.section{padding:75px 24px}.nav-wrap{padding:0 20px}.brand-mark{width:24px;height:30px}.brand>span{font-size:14px}.brand small{font-size:6px}.nav-actions{gap:5px}.nav-actions .button{min-height:34px;font-size:9px;padding:10px 13px;max-width:125px}.nav-actions .button svg{display:none}.language-switch{font-size:10px}.menu-button{width:30px}.hero{padding:0 12px}.hero-copy{padding:45px 8px 35px}.hero-copy .eyebrow{font-size:8px;margin-bottom:22px}.hero h1{font-size:clamp(60px,15.7vw,88px)}.hero-copy .lede{font-size:15px;margin:23px 0}.hero-actions{gap:19px;flex-wrap:wrap}.button{font-size:11px;min-height:46px;padding:14px 20px;gap:12px}.hero-media{height:430px;border-radius:16px}.hero-media img{object-position:47% center}.hero-image-caption{inset:auto 20px 20px;gap:10px}.hero-image-caption>span:first-child{font-size:7px}.hero-image-caption .circle-link{width:35px;height:35px}.image-footnote{padding:18px 5px;font-size:6px}.image-footnote>span:last-child{display:none}.reveal-section{padding:80px 24px}.reveal-text{font-size:30px;line-height:1.4}.reveal-text span{display:inline}.reveal-text span::after{content:' '}.reveal-section .eyebrow{font-size:9px}.little-mark{margin-top:30px}.heading-row{display:block}.heading-row .lede{max-width:350px;font-size:15px;margin-top:25px}.section-heading{margin-bottom:35px}.section-heading>.eyebrow{font-size:9px;margin-bottom:20px}.room-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin-right:-24px!important;padding-right:24px;padding-bottom:10px}.room-card{flex:0 0 84%;scroll-snap-align:start}.room-card-image{aspect-ratio:4/4.4}.room-card-copy .muted{min-height:0;font-size:13px}.room-card h3{font-size:28px}.room-tagline{font-size:16px}.section-bottom{gap:20px;align-items:flex-start;font-size:11px}.section-bottom .inline-link{font-size:11px}.configurator{grid-template-columns:1fr}.config-image{min-height:0;height:340px}.config-panel{padding:27px 23px}.config-panel .date-fields{grid-template-columns:1fr 1fr}.date-fields input{font-size:13px;padding:12px 8px}.config-image-label{left:25px;right:25px;bottom:25px}.config-image-label span:first-child{font-size:30px}.config-panel h3{font-size:29px}.config-panel .muted{max-width:320px}.segmented{margin-bottom:25px}.experience-grid{grid-template-columns:1fr;gap:17px}.experience-card{min-height:330px}.experience-0{min-height:470px;grid-row:auto}.experience-copy{padding:28px}.experience-copy h3{font-size:32px;max-width:260px}.experience-0 h3{font-size:41px;max-width:290px}.experience-copy>p:last-child,.experience-0 .experience-copy>p:last-child{max-width:260px;font-size:13px}.story-section{min-height:560px}.story-copy{padding:75px 28px}.story-copy h2{font-size:48px}.story-copy>p:not(.eyebrow){font-size:15px;max-width:310px}.story-section::after{background:#1414139c}.faq-section h2{font-size:40px}.faq-list summary{font-size:14px;gap:15px}.faq-list details p{padding-right:10px}.site-footer{padding:55px 24px 24px}.footer-top{align-items:flex-start;flex-direction:column;gap:30px}.footer-top h2{font-size:35px}.footer-middle{flex-direction:column;margin:30px 0;gap:25px}.footer-middle nav{flex-wrap:wrap;gap:22px}.footer-bottom{font-size:9px;gap:20px}.footer-bottom>div{gap:22px;flex-wrap:wrap}.system-bar{padding:12px 20px;font-size:9px}.system-bar nav{gap:15px}.system-bar nav a:first-child,.system-bar .version{display:none}.system-bar nav a:last-child{max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-intro{padding:50px 12px 40px}.page-intro h1{font-size:57px}.page-intro .lede{font-size:16px;max-width:340px}.page-intro .eyebrow{font-size:9px}.page-hero{padding:0 12px}.page-hero-media{height:410px}.photo-label{left:25px;font-size:8px}.split-section{grid-template-columns:1fr;gap:35px}.split-media{height:430px}.split-copy h2{font-size:43px}.split-copy .lede{font-size:16px}.room-detail{padding-top:25px}.back-link{margin-bottom:35px}.room-detail-heading{display:block;margin-bottom:30px}.room-detail-heading h1{font-size:78px;margin-bottom:25px}.room-detail-heading .lede{font-size:16px}.room-detail-media{height:440px}.room-detail-caption{grid-template-columns:1fr;gap:20px;margin-top:30px}.room-detail-caption h2{font-size:37px}.room-detail-caption .lede{font-size:16px}.event-section{border-radius:0;gap:35px}.event-section .date-fields{grid-template-columns:1fr}.location-section{grid-template-columns:1fr;gap:40px}.location-image{height:420px}.location-section h2{font-size:44px}.coordinates{margin-top:35px}.preference-panel{flex-wrap:wrap;padding:20px;gap:15px}.preference-panel>label{flex:1 1 120px}.preference-panel>.text-button{margin:0}.swatches{gap:10px;margin-bottom:40px}.swatch{height:80px;border-radius:10px}.swatches code{font-size:8px}.swatches strong{font-size:11px}.foundation-grid,.developer-grid{grid-template-columns:1fr}.specimen{padding:28px}.type-specimen{font-size:120px}.architecture-flow{justify-content:flex-start;padding:20px;gap:15px;font-size:10px}.architecture-flow>span:nth-child(4){display:none}.developer-grid pre{max-width:100%;font-size:11px}.developer-grid{min-width:0}.developer-grid>*{min-width:0}dialog{padding:38px 25px 28px}dialog h2{font-size:35px}.toast{font-size:12px;border-radius:15px;bottom:20px}.loading-screen h1{font-size:42px}th,td{padding-right:20px;font-size:12px}.table-scroll table{min-width:550px}}
  @media print{.site-header,.site-footer,.system-bar,.toast,.offline-banner,.hero-actions{display:none}.will-reveal{opacity:1;transform:none}.section{padding:30px 0}.reveal-text span{color:var(--ink)}body{background:white;color:black}}
}
