:root{--paper:#f7f6f2;--paper-deep:#efeee8;--ink:#263b32;--muted:#697169;--line:#d9dcd3;--green:#294436;--sage:#cad4b8;--white:#fffefb;--serif:'Instrument Serif',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
::selection{background:#d9dfcd;color:var(--ink)}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button:disabled{cursor:default}
button,a{-webkit-tap-highlight-color:transparent}
button,dialog{border:0}
button{background:none}
button:focus-visible,a:focus-visible{outline:2px solid #8a643e;outline-offset:6px;border-radius:1px}
img{display:block;width:100%;height:auto}
svg{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
h1,h2,h3,p,figure{margin:0}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.025em}
h1 em,h2 em{font-weight:400}
h2{font-size:clamp(44px,4.6vw,68px);line-height:1.07}
h3{font-weight:500;letter-spacing:-.025em}
.shell{width:calc(100% - 112px);max-width:1328px;margin-inline:auto}
.eyebrow{font-size:10px;font-weight:550;letter-spacing:.13em;text-transform:uppercase;line-height:1.6}
.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}
.skip-link{position:fixed;top:12px;left:20px;background:var(--white);padding:12px 20px;z-index:100;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;background:var(--paper);z-index:20;transition:box-shadow .2s}
.site-header.scrolled{box-shadow:0 1px 0 var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:104px;border-bottom:1px solid var(--line);gap:24px}
.wordmark{display:inline-flex;align-items:center;font-size:29px;font-weight:550;letter-spacing:-1.6px;line-height:1}
.brand-symbol{width:29px;height:29px;margin-right:10px;stroke-width:1.55}
.wordmark-dot{color:#718363}
.desktop-nav{display:flex;gap:31px;margin-left:62px;font-size:12px}
.desktop-nav a,.header-cta,.text-link,.back-to-top{transition:color .2s}
.desktop-nav a:hover,.text-link:hover,.back-to-top:hover{color:#7b835f}
.header-cta{display:flex;align-items:center;gap:23px;font-size:12px;font-weight:500;border-bottom:1px solid var(--ink);padding:8px 0}
.header-cta span[aria-hidden]{font-size:18px;line-height:1}
.menu-toggle{display:none;width:44px;height:44px;padding:12px 8px}
.menu-toggle span{display:block;width:25px;height:1px;background:var(--ink);margin:6px 0;transition:transform .2s}
.mobile-nav[hidden]{display:none}
.mobile-nav{padding-block:14px 24px}
.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}
.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;padding-top:64px;padding-bottom:77px;align-items:center}
.hero-copy{padding:12px 0 15px}
.hero-copy>.eyebrow{display:flex;align-items:center;gap:13px;margin-bottom:28px}
.tiny-line{height:1px;width:27px;background:var(--ink)}
h1{font-size:clamp(68px,7.5vw,108px);line-height:.98;letter-spacing:-.036em}
h1 em{color:#697b59}
.hero-description{max-width:405px;font-size:15px;line-height:1.8;margin-top:28px;color:#566359}
.button{display:inline-flex;justify-content:center;align-items:center;gap:37px;min-height:49px;padding:14px 22px;font-size:12px;line-height:1.4;font-weight:500;border:1px solid transparent;transition:background .2s,transform .2s}
.button-dark{background:var(--ink);color:var(--paper)}
.button-dark:hover{background:#3c5643;transform:translateY(-2px)}
.button svg{width:19px;height:19px;stroke-width:1.4}
.hero-copy>.button{margin-top:29px}
.hero-footnote{display:flex;gap:13px;align-items:center;font-size:10px;line-height:1.55;margin-top:36px}
.hero-footnote p span{color:var(--muted)}
.small-star{font-size:29px;line-height:1;color:#788469}
.hero-visual{position:relative;align-self:stretch;padding-top:0;display:flex;flex-direction:column}
.hero-photo-wrap{flex:1;min-height:460px;overflow:hidden;background:#d0cabb}
.hero-photo{height:100%;min-height:460px;max-height:525px;object-fit:cover;object-position:59% center;filter:saturate(.62) brightness(.9)}
.photo-note{position:absolute;bottom:73px;left:-31px;background:var(--paper);padding:22px 28px 23px 23px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 8px 35px #16251e0b}
.photo-note>span:last-child{font-family:var(--serif);font-size:22px;line-height:1.23}
.photo-note em{color:#6c755e;font-size:20px}
.photo-note-line{width:22px;height:1px;background:#8c947b;margin-top:10px}
.hero-visual figcaption{display:flex;justify-content:space-between;gap:12px;padding-top:14px;font-size:9px;letter-spacing:.03em;color:var(--muted)}
.hero-visual figcaption>span:last-child{font-size:9px;letter-spacing:.13em;font-variant-numeric:tabular-nums}
.section-rule{border-top:1px solid var(--line)}
.approach{display:grid;grid-template-columns:.72fr 2fr;gap:65px;padding-top:80px;padding-bottom:105px}
.section-index{padding-top:8px}
.index-rule{display:block;width:38px;height:1px;background:#9aa28e;margin-top:28px}
.approach h2{font-size:clamp(43px,4.2vw,62px)}
.approach h2 em{color:#758066}
.approach-bottom{display:grid;grid-template-columns:1.5fr .65fr;gap:60px;margin-top:27px}
.approach-bottom>p:first-child{max-width:500px;color:var(--muted);font-size:14px;line-height:1.85}
.margin-note{font-family:var(--serif);font-style:italic;font-size:23px;line-height:1.35;border-left:1px solid var(--line);padding-left:25px;align-self:center;color:#79816b}
.product-section{padding-top:22px}
.product-intro{display:flex;justify-content:space-between;gap:70px;align-items:flex-end;padding-bottom:35px}
.product-intro h2{margin-top:20px}
.product-intro h2 em{color:#77826a}
.product-intro-right{max-width:340px;color:var(--muted);font-size:14px;line-height:1.8;padding-bottom:5px}
.interaction-hint{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:11px;margin-top:22px}
.interaction-hint>span{font-size:18px}
.service-demo{border:1px solid #365342;background:var(--green);color:var(--paper)}
.demo-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 28px;border-bottom:1px solid #ffffff20}
.demo-venue{font-size:12px;display:flex;align-items:center;gap:9px}
.demo-venue svg{height:22px;width:22px;stroke-width:1.3}
.concept-label{font-size:9px;letter-spacing:.035em;display:flex;align-items:center;gap:7px;color:#d1d9cb}
.concept-label>span{width:4px;height:4px;background:#bbcaa6;border-radius:100%}
.service-selector{display:grid;grid-template-columns:repeat(3,1fr);padding:0 28px}
.service-option{position:relative;padding:23px 20px 21px;text-align:left;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;border-bottom:2px solid transparent;transition:background .18s,border-color .18s}
.service-option+.service-option{border-left:1px solid #ffffff18}
.service-option.active{background:#ffffff09;border-bottom-color:#c9d6b2}
.service-option:hover{background:#ffffff0d}
.service-option:focus-visible{outline-color:#e0d2a2;outline-offset:-5px}
.service-time{font-size:23px;letter-spacing:-.035em;font-variant-numeric:tabular-nums;line-height:1.3;color:#b7c5b9}
.active .service-time{color:var(--paper)}
.service-label{font-size:10px;color:#c8d2c6;grid-column:1;margin-top:5px}
.mini-wave{grid-row:1/3;grid-column:2;display:flex;gap:3px;align-items:flex-end;height:35px;align-self:center;margin-right:10px;opacity:.65}
.mini-wave i{display:block;width:3px;height:10px;background:#aebe9b;border-radius:2px}
.early-wave i:nth-child(2n){height:14px}.early-wave i:nth-child(3){height:17px}.early-wave i:nth-child(5){height:20px}
.peak-wave i{height:24px}.peak-wave i:nth-child(2n){height:30px}.peak-wave i:nth-child(3){height:35px}.peak-wave i:nth-child(5){height:28px}
.late-wave i{height:14px}.late-wave i:nth-child(2){height:25px}.late-wave i:nth-child(3){height:21px}.late-wave i:nth-child(4){height:23px}.late-wave i:nth-child(6){height:17px}
.demo-content{display:grid;grid-template-columns:1.15fr 1fr;gap:0;padding:26px 28px 0}
.floor-panel{padding:26px 33px 18px;background:#eef0e7;color:var(--ink);min-width:0}
.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:14px}
.panel-heading .eyebrow{font-size:9px;letter-spacing:.11em}
.available-count{font-size:9px;color:#5c6e5f;white-space:nowrap}
.floor-plan{position:relative;height:285px;max-width:480px;margin:22px auto 4px;border-right:1px solid #cad0be;border-left:1px solid #cad0be;border-bottom:1px solid #cad0be;background:repeating-linear-gradient(90deg,transparent 0,transparent 38px,#d7ddcf35 38px,#d7ddcf35 39px)}
.floor-boundary{position:absolute;left:0;right:0;top:0;border-top:1px solid #cad0be;display:flex;justify-content:space-around;padding-inline:40px}
.floor-window{position:relative;display:block;width:48px;height:4px;border-top:1px solid #9ca991;border-bottom:1px solid #9ca991;background:#eef0e7;transform:translateY(-2px)}
.floor-room-label{position:absolute;top:12px;left:17px;font-size:7px;letter-spacing:.13em;color:#75836d}
.dining-table{position:absolute;width:49px;height:49px;transform:translate(-50%,-50%)}
.table-top{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px solid #98a787;background:#e8eddf;border-radius:50%;transition:background .22s,border-color .22s}
.table-top>span{font-size:9px;color:#67785b;font-variant-numeric:tabular-nums;transition:color .22s}
.chair{position:absolute;display:block;border:1px solid #a4b395;background:#eef0e7;width:21px;height:7px;border-radius:3px;transition:background .22s,border-color .22s}
.chair.top{top:-11px;left:50%;transform:translateX(-50%)}
.chair.bottom{bottom:-11px;left:50%;transform:translateX(-50%)}
.chair.left{left:-11px;top:50%;transform:translateY(-50%);width:7px;height:21px}
.chair.right{right:-11px;top:50%;transform:translateY(-50%);width:7px;height:21px}
.table-medium{width:53px;height:47px}
.table-medium .table-top{border-radius:5px}
.table-large{width:75px;height:39px}
.table-large .table-top{border-radius:20px}
.table-large .chair.top,.table-large .chair.bottom{width:47px}
.occupied .table-top{background:#50634b;border-color:#50634b}
.occupied .table-top>span{color:#f0f1e9}
.occupied .chair{background:#bac6aa;border-color:#9bab8d}
.t1{left:24%;top:73px}.t2{left:72%;top:73px}.t3{left:24%;top:158px}.t4{left:72%;top:158px}.t5{left:24%;top:243px}.t6{left:72%;top:243px}
.courtyard-divider{position:absolute;left:0;right:0;top:200px;border-top:1px dashed #cad0be}
.courtyard-label{position:absolute;left:16px;top:202px;font-size:6px;letter-spacing:.13em;color:#75836d}
.floor-entrance{position:absolute;bottom:-6px;right:24px;padding-inline:8px;background:#eef0e7;font-size:7px;letter-spacing:.1em;color:#75836d}
.floor-legend{display:flex;align-items:center;gap:18px;font-size:8px;color:#586b54;padding-top:21px}
.floor-legend>span{display:flex;gap:6px;align-items:center}
.floor-legend i{display:block;height:7px;width:7px;border-radius:2px;border:1px solid #8ea17a}
.floor-legend .legend-occupied{background:#50634b;border-color:#50634b}
.floor-legend .floor-meta{margin-left:auto;color:#65725e}
.price-panel{background:#fbfaf6;color:var(--ink);padding:27px 35px 22px;display:flex;flex-direction:column;min-width:0}
.price-panel-heading{display:flex;align-items:center;justify-content:space-between}
.price-panel-heading>.eyebrow{font-size:9px}
.price-flower{font-size:25px;color:#8f9b7a;line-height:1}
.offer-name{font-family:var(--serif);font-size:29px;line-height:1.2;margin-top:28px}
.price-display{display:flex;align-items:center;gap:20px;margin-top:10px}
.price-current{font-family:var(--serif);font-size:74px;line-height:1.05;letter-spacing:-.035em;font-variant-numeric:lining-nums tabular-nums;min-width:99px}
.price-detail{font-size:9px;line-height:1.7;color:#6c7869;display:flex;flex-direction:column}
.price-detail span:last-child{font-size:8px;color:#7a8174}
.price-explanation{font-size:11px;color:#6c7767;line-height:1.8;max-width:315px;margin-top:15px;min-height:40px}
.price-boundaries{margin-top:auto;padding-top:21px}
.price-boundaries>div{display:flex;justify-content:space-between;gap:15px;font-size:9px;padding:9px 0;border-top:1px solid #e0e2d7;color:#6b7465}
.price-boundaries strong{font-weight:500;color:#42523a}
.guest-preview{font-size:10px;display:flex;align-items:center;justify-content:space-between;padding:14px 0 0;margin-top:7px;border-top:1px solid #e0e2d7;text-align:left;min-height:38px}
.guest-preview>span{font-size:17px}.guest-preview:hover{color:#7b835f}
.demo-footer{display:flex;align-items:center;gap:8px;padding:18px 28px;font-size:9px;color:#d4dccd}
.small-check{font-size:11px;color:#c7d5af}
.demo-pagination{margin-left:auto;font-size:8px;letter-spacing:.15em}
.demo-disclaimer{font-size:9px;color:#747e70;margin-top:13px;line-height:1.8}
.noscript-note{margin-top:16px;padding:14px;border:1px solid var(--line)}
.principles{padding-top:125px;padding-bottom:113px;display:grid;grid-template-columns:1fr 1.15fr;gap:100px}
.principles-intro h2{margin-top:22px;font-size:clamp(42px,4.2vw,62px)}
.principles-intro h2 em{color:#7b846c}
.principles-intro>p:last-child{max-width:320px;font-size:13px;line-height:1.85;color:var(--muted);margin-top:23px}
.principles-list{padding-top:4px}
.principles-list article{display:flex;gap:23px;padding:28px 0;border-top:1px solid var(--line);align-items:flex-start}
.principles-list article:last-child{padding-bottom:0}
.principle-number{font-size:9px;font-variant-numeric:tabular-nums;color:#858d7e;margin-top:5px}
.principles-list h3{font-size:18px;line-height:1.4;letter-spacing:-.03em}
.principles-list p{font-size:12px;line-height:1.85;color:var(--muted);max-width:340px;margin-top:10px}
.principles-list svg{margin-left:auto;width:28px;height:28px;color:#839072;stroke-width:1.2}
.foundation{background:var(--paper-deep);padding-block:85px}
.foundation-inner{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}
.foundation-image{position:relative;height:530px;overflow:hidden;background:#a19b8b}
.foundation-image img{height:100%;object-fit:cover;object-position:57% center;filter:saturate(.45) brightness(.87)}
.image-caption{position:absolute;left:26px;bottom:22px;color:#fffdf5;font-size:10px;letter-spacing:.015em;text-shadow:0 1px 7px #000}
.foundation-copy{padding:8px 0}
.foundation-copy h2{font-size:clamp(58px,6vw,82px);margin-top:22px;line-height:.98}
.foundation-copy h2 em{color:#748166}
.foundation-copy>p:not(.eyebrow):not(.mvp-note){font-size:13px;line-height:1.85;color:var(--muted);margin-top:25px;max-width:390px}
.build-stages{margin-top:27px;max-width:420px}
.build-stages>div{display:grid;grid-template-columns:1fr 1.2fr;gap:15px;padding:17px 0;border-top:1px solid #d6d9cd}
.stage-label{font-size:10px;display:flex;align-items:baseline;gap:8px;white-space:nowrap;padding-top:1px}
.stage-dot{display:block;width:5px;height:5px;border:1px solid #61794f;background:#61794f;border-radius:50%;flex-shrink:0}
.stage-outline{background:none}
.build-stages p{font-size:10px;line-height:1.7;color:#687361}
.text-link{font-size:12px;padding:0 0 7px;border-bottom:1px solid #657456;display:inline-flex;align-items:center;gap:28px;font-weight:500;line-height:1.5;min-height:38px}
.text-link>span[aria-hidden]{font-size:18px;line-height:1}
.foundation-copy>.text-link{margin-top:16px}
.mvp-note{font-size:9px!important;line-height:1.75;color:#737b6c;margin-top:15px!important;max-width:345px}
.closing{padding-top:109px;padding-bottom:52px;text-align:center}
.closing h2{font-size:clamp(57px,6.5vw,91px);line-height:1;margin-top:31px}
.closing h2 em{color:#7d876f}
.closing>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:25px}
.closing-actions{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px}
.closing-ornament{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:75px;color:#879276}
.closing-ornament>span{width:65px;height:1px;background:var(--line)}
.closing-ornament>svg{width:32px;height:32px;stroke-width:1}
.site-footer{display:flex;align-items:center;gap:25px;padding:29px 0 33px;border-top:1px solid var(--line);font-size:9px;color:#77816f}
.footer-wordmark{font-size:25px;color:var(--ink)}
.site-footer>p{margin-left:12px}
.copyright{margin-left:auto}
.back-to-top{margin-left:26px;display:flex;align-items:center;gap:12px;min-height:30px}
.back-to-top span{font-size:15px}
dialog{color:var(--ink);background:var(--paper);padding:0;max-height:calc(100dvh - 48px);width:calc(100% - 36px);max-width:560px;box-shadow:0 20px 100px #0b1a153d;overscroll-behavior:contain}
dialog::backdrop{background:#1a2a23a6;backdrop-filter:blur(4px)}
.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 24px;border-bottom:1px solid var(--line)}
.dialog-top .eyebrow{font-size:9px}
.dialog-close{font-size:29px;font-weight:400;line-height:1;width:38px;height:38px;color:#69765c;display:flex;align-items:center;justify-content:center}
.guest-menu{text-align:center;padding:29px 24px 25px}
.menu-emblem{height:35px;width:35px;color:#8b967a;margin-bottom:16px}
.guest-menu>.eyebrow{font-size:8px;color:#6c7a60}
.guest-menu h2{font-size:48px;margin-top:12px}
.guest-time{font-size:11px;color:#75836b;margin-top:12px}
.menu-courses{padding:14px 0 22px}
.menu-courses>div{margin-top:22px}
.menu-courses span{font-family:var(--serif);font-style:italic;font-size:21px;color:#77826b}
.menu-courses p{font-size:12px;margin-top:2px}
.guest-menu-price{border-top:1px solid var(--line);padding-top:19px;max-width:320px;margin-inline:auto}
.guest-menu-price>span:first-child{font-family:var(--serif);font-size:43px;line-height:1.1}
.guest-menu-price>span:last-child{display:block;font-size:10px;color:#68785e;margin-top:6px}
.guest-menu-note{font-size:9px;color:#6c7767;margin-top:17px;line-height:1.7}
.dialog-return{display:flex;width:calc(100% - 48px);margin:0 24px 24px;justify-content:space-between}
.thesis-dialog{max-width:690px}
.thesis-content{padding:36px 45px 43px}
.thesis-content h2{font-size:61px;margin-bottom:25px}
.thesis-content h2 em{color:#758368}
.thesis-content>p{font-size:13px;line-height:1.85;color:#64715e;margin-top:17px}
.thesis-content h3{font-size:16px;margin-top:26px}
.thesis-content .thesis-status{font-size:10px;line-height:1.8;border-top:1px solid var(--line);padding-top:20px;margin-top:28px;color:#728069}
.thesis-content .text-link{margin-top:20px}
@media(min-width:1600px){.hero{gap:110px;padding-top:76px;padding-bottom:88px}.hero-photo-wrap,.hero-photo{min-height:520px}.hero-description{font-size:16px;max-width:440px}.hero-footnote{margin-top:45px}}
@media(max-width:1150px){.shell{width:calc(100% - 72px)}.desktop-nav{margin-left:0;gap:21px;font-size:11px}.hero{gap:43px;padding-top:48px}h1{font-size:clamp(67px,8.4vw,93px)}.hero-photo-wrap,.hero-photo{min-height:445px}.photo-note{left:-23px;padding:19px 20px}.photo-note>span:last-child{font-size:20px}.photo-note em{font-size:18px}.approach{gap:35px;grid-template-columns:.65fr 2fr}.approach-bottom{gap:30px}.principles{gap:65px}.floor-panel{padding:23px 22px 17px}.price-panel{padding:23px 26px 20px}.available-count{font-size:8px}.panel-heading{gap:6px}.service-option{padding-inline:16px}.foundation-inner{gap:60px}.foundation-image{height:510px}.build-stages>div{grid-template-columns:1fr 1.1fr}}
@media(max-width:900px){.desktop-nav a:last-child{display:none}.hero{gap:34px}.hero-photo-wrap,.hero-photo{min-height:445px}.hero-description{font-size:13px}.hero-footnote{font-size:9px}.photo-note-line{display:none}.hero-visual figcaption{font-size:8px}.hero-visual figcaption>span:last-child{display:none}.approach{grid-template-columns:1fr;gap:30px;padding-top:55px;padding-bottom:75px}.section-index{display:flex;align-items:center;gap:30px}.index-rule{margin-top:0}.approach h2{font-size:53px}.approach-bottom{grid-template-columns:1.5fr 1fr}.product-intro{gap:45px}.product-intro-right{max-width:290px;font-size:12px}.product-intro h2{font-size:53px}.demo-header{padding:18px 20px}.service-selector{padding-inline:20px}.demo-content{padding:20px 20px 0;grid-template-columns:1fr 1fr}.floor-panel{padding:21px 18px 17px}.panel-heading{flex-direction:column;align-items:flex-start;gap:3px}.floor-plan{margin-top:16px}.floor-legend{gap:12px;flex-wrap:wrap;row-gap:10px}.floor-legend .floor-meta{width:100%;margin-left:0}.price-panel{padding:23px 22px}.price-display{gap:13px}.price-current{font-size:65px;min-width:86px}.offer-name{font-size:27px}.price-boundaries>div{font-size:8px}.demo-footer{padding:16px 20px;font-size:8px}.mini-wave{margin-right:0;gap:2px}.mini-wave i{width:2px}.principles{gap:45px;grid-template-columns:1fr 1.15fr;padding-block:85px}.principles-list article{gap:16px}.principles-list h3{font-size:16px}.principles-list p{font-size:11px}.principles-list svg{display:none}.foundation-inner{gap:40px}.foundation-image{height:505px}.foundation-copy h2{font-size:67px}.build-stages>div{grid-template-columns:1fr;gap:5px;padding-block:14px}.foundation-copy>p:not(.eyebrow):not(.mvp-note){font-size:12px}.build-stages{margin-top:20px}.foundation{padding-block:65px}.site-footer{gap:17px}.site-footer>p{margin-left:0}.back-to-top{margin-left:10px}}
@media(max-width:700px){html{scroll-padding-top:92px}.shell{width:calc(100% - 40px)}.header-inner{height:80px}.wordmark{font-size:27px}.brand-symbol{width:25px;height:25px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.hero{grid-template-columns:1fr;gap:35px;padding-top:40px;padding-bottom:47px}.hero-copy{padding:0}.hero-copy>.eyebrow{font-size:9px;margin-bottom:22px}h1{font-size:clamp(62px,11.1vw,88px);line-height:1.02;letter-spacing:-.03em}.hero-description{font-size:14px;line-height:1.85;max-width:440px;margin-top:24px}.hero-copy>.button{margin-top:25px}.hero-footnote{display:none}.hero-visual{padding:0 0 0 12px}.hero-photo-wrap{height:335px;min-height:0}.hero-photo{min-height:0;max-height:none;height:335px;object-position:55% 55%}.photo-note{left:0;bottom:52px;padding:19px 20px}.photo-note>span:last-child{font-size:22px}.photo-note em{font-size:20px}.photo-note-line{display:block;width:18px;margin-top:9px}.hero-visual figcaption{font-size:8px;padding-top:12px}.hero-visual figcaption>span:last-child{display:inline}.approach{padding-top:42px;padding-bottom:65px;gap:25px}.section-index{padding-top:0}.eyebrow{font-size:9px}.approach h2{font-size:clamp(40px,7.7vw,54px)}.approach-bottom{grid-template-columns:1fr;gap:20px;margin-top:20px}.approach-bottom>p:first-child{font-size:13px;line-height:1.85;max-width:500px}.margin-note{border-left:0;padding-left:0;font-size:24px}.margin-note br{display:none}.margin-note br:after{content:' '}.product-section{padding-top:0}.product-intro{display:block;padding-bottom:26px}.product-intro h2{font-size:54px;margin-top:18px}.product-intro-right{font-size:13px;max-width:410px;margin-top:23px;line-height:1.85}.interaction-hint{font-size:10px;margin-top:16px}.demo-header{padding:17px 16px;align-items:flex-start;flex-direction:column;gap:7px}.demo-venue{font-size:11px}.demo-venue svg{width:20px;height:20px}.concept-label{font-size:8px;margin-left:29px}.service-selector{padding-inline:12px}.service-option{padding:18px 12px 16px;display:block}.service-time{font-size:21px}.service-label{display:block;font-size:8px;margin-top:7px;max-width:85px;line-height:1.45;min-height:23px}.mini-wave{display:none}.demo-content{grid-template-columns:1fr;padding:17px 12px 0}.floor-panel{padding:20px 22px 21px}.panel-heading{flex-direction:row;align-items:center;gap:5px}.available-count{font-size:8px}.floor-plan{max-width:425px;height:287px;margin-top:24px;margin-bottom:6px}.floor-legend{padding-top:18px;flex-wrap:nowrap;gap:17px;font-size:8px}.floor-legend .floor-meta{width:auto;margin-left:auto;font-size:7px}.price-panel{padding:26px 25px 21px;border-top:1px solid #dfe3d4}.price-panel-heading>.eyebrow{font-size:9px}.offer-name{font-size:32px;margin-top:18px}.price-display{margin-top:7px;gap:20px}.price-current{font-size:76px;min-width:99px}.price-detail{font-size:10px}.price-detail span:last-child{font-size:9px}.price-explanation{max-width:380px;font-size:12px;line-height:1.8;min-height:44px;margin-top:12px}.price-boundaries{padding-top:21px}.price-boundaries>div{font-size:10px;padding:10px 0}.guest-preview{font-size:11px;margin-top:9px;min-height:43px}.demo-footer{padding:17px 16px;align-items:flex-start;font-size:8px;line-height:1.8;gap:9px}.demo-footer .small-check{padding-top:1px}.demo-pagination{display:none}.demo-disclaimer{font-size:9px;margin-top:12px;line-height:1.8}.principles{grid-template-columns:1fr;gap:34px;padding-top:65px;padding-bottom:65px}.principles-intro h2{font-size:51px;margin-top:17px}.principles-intro>p:last-child{font-size:13px;max-width:340px;margin-top:19px}.principles-list article{padding:24px 0;gap:17px}.principles-list h3{font-size:18px}.principles-list p{font-size:12px;max-width:360px}.principles-list svg{display:block;width:25px;height:25px}.principle-number{font-size:9px}.foundation{padding-block:40px 53px}.foundation-inner{grid-template-columns:1fr;gap:35px}.foundation-image{height:360px}.foundation-image img{object-position:center 62%}.image-caption{left:19px;font-size:9px;bottom:18px}.foundation-copy{padding:0}.foundation-copy h2{font-size:69px;margin-top:20px}.foundation-copy h2 br{display:none}.foundation-copy h2 br:after{content:' '}.foundation-copy>p:not(.eyebrow):not(.mvp-note){font-size:13px;max-width:440px;line-height:1.85;margin-top:22px}.build-stages{max-width:none;margin-top:25px}.build-stages>div{grid-template-columns:1fr 1.2fr;gap:20px;padding:18px 0}.stage-label{font-size:10px}.build-stages p{font-size:11px}.foundation-copy>.text-link{margin-top:16px}.mvp-note{font-size:9px!important;max-width:345px}.closing{padding-top:68px;padding-bottom:32px}.closing>.eyebrow{font-size:8px;letter-spacing:.11em}.closing h2{font-size:clamp(49px,9.4vw,67px);margin-top:26px;line-height:1.04}.closing>p:not(.eyebrow){font-size:12px;margin-top:20px}.closing-actions{gap:21px;margin-top:26px}.closing-actions .button{font-size:11px;padding:14px 16px;gap:20px}.closing-actions .text-link{font-size:11px;gap:15px}.closing-ornament{margin-top:45px;gap:15px}.closing-ornament>span{width:48px}.closing-ornament>svg{width:27px;height:27px}.site-footer{flex-wrap:wrap;padding:24px 0 26px;gap:14px 0}.footer-wordmark{font-size:25px;width:50%}.site-footer>p{width:50%;text-align:right;font-size:8px}.copyright{margin-left:0;width:50%;font-size:8px}.back-to-top{margin-left:auto;font-size:8px;min-height:25px}.thesis-content{padding:28px 26px 32px}.thesis-content h2{font-size:49px}.thesis-content>p{font-size:12px}.thesis-content h3{font-size:15px}.thesis-content .text-link{font-size:11px;gap:17px}.guest-menu{padding-inline:19px}.guest-menu h2{font-size:43px}.guest-menu-price{max-width:280px}.dialog-top{padding:13px 17px}.dialog-top .eyebrow{font-size:8px}.guest-menu-note{font-size:8px}.menu-courses p{font-size:11px}}
@media(max-width:374px){.shell{width:calc(100% - 32px)}h1{font-size:58px}.hero-description{font-size:13px}.service-option{padding-inline:8px}.service-time{font-size:19px}.service-label{font-size:7px}.floor-panel{padding-inline:16px}.panel-heading .eyebrow{font-size:8px}.available-count{font-size:7px}.floor-legend{gap:10px;font-size:7px}.floor-legend .floor-meta{font-size:6px}.price-panel{padding-inline:20px}.principles-list svg{display:none}.build-stages>div{grid-template-columns:1fr;gap:7px}.foundation-copy h2{font-size:60px}.closing-actions{flex-direction:column;gap:17px}.photo-note{padding:16px}.photo-note>span:last-child{font-size:20px}.photo-note em{font-size:18px}.photo-note-line{display:none}.guest-menu h2{font-size:37px}}
/* Small print carries real product meaning. Keep it readable at every width. */
.hero-footnote{font-size:11px}
.photo-note em,.margin-note{color:#637052}
.table-top>span{font-size:10px;color:#536647}
.occupied .table-top>span{color:#f0f1e9}
.principle-number{font-size:10px;color:#647153}
.foundation-copy>p:not(.eyebrow):not(.mvp-note){color:#5d6857}
.hero-visual figcaption{font-size:10px}
.hero-visual figcaption>span:last-child{font-size:9px}
.concept-label{font-size:10px}
.service-label{font-size:11px}
.panel-heading .eyebrow,.price-panel-heading>.eyebrow{font-size:10px}
.available-count{font-size:10px;color:#58664d}
.floor-room-label,.courtyard-label,.floor-entrance{font-size:8px;color:#59694c}
.floor-legend{font-size:10px;color:#526247}
.floor-legend .floor-meta{font-size:9px;color:#526247}
.price-detail,.price-detail span:last-child{font-size:10px;color:#59694e}
.price-explanation{font-size:12px;color:#5e6b56}
.price-boundaries>div{font-size:10px;color:#5b664e}
.guest-preview{font-size:11px}
.demo-footer{font-size:10px}
.demo-disclaimer{font-size:11px;color:#5b6753}
.stage-label{font-size:11px}
.build-stages p{font-size:12px;color:#5d6953}
.mvp-note{font-size:11px!important;color:#5e6854}
.guest-menu-note{font-size:10px;color:#5c6753}
.thesis-content .thesis-status{font-size:11px;color:#5c6753}
.site-footer{font-size:10px;color:#616e56}
.guest-time,.guest-menu>.eyebrow,.guest-menu-price>span:last-child{color:#5d6b51}
.menu-courses span{color:#626f56}
@media(max-width:900px) and (min-width:701px){.panel-heading{gap:7px}.floor-legend{row-gap:10px}.price-boundaries>div{flex-wrap:wrap;gap:4px 12px}}
@media(max-width:700px){.service-label{font-size:9px;min-height:28px}.floor-legend{font-size:9px;gap:13px}.floor-legend .floor-meta{font-size:8px}.available-count{font-size:9px}.panel-heading .eyebrow{font-size:9px}.demo-footer{font-size:10px}.hero-visual figcaption{font-size:9px}.site-footer>p,.copyright,.back-to-top{font-size:9px}}
@media(max-width:374px){.floor-legend{flex-wrap:wrap;row-gap:8px}.floor-legend .floor-meta{width:100%;margin-left:0;font-size:9px}.panel-heading{align-items:flex-start;flex-direction:column;gap:5px}.service-label{font-size:9px}}
.available-count,.floor-legend,.floor-legend .floor-meta,.price-detail,.price-detail span:last-child,.price-boundaries>div{font-size:11px}
.floor-legend{flex-wrap:wrap;row-gap:8px}
.no-js .menu-toggle,.no-js [data-open-guest],.no-js [data-open-thesis],.no-js .interaction-hint{display:none}
.no-js .service-option{cursor:default}
@media(max-width:900px){.floor-legend .floor-meta{width:100%;margin-left:0}.panel-heading{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:700px){.price-panel{order:-1;border-top:0;border-bottom:1px solid #dfe3d4}.service-label{font-size:10px;min-height:30px}.no-js .mobile-nav[hidden]{display:block}.no-js .site-header{position:static}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.button-dark:hover{transform:none}}

/* Dyning Studio: a product-led introduction and a continuous owned workflow. */
.header-cta{padding:11px 17px;border:1px solid #cbd3c1;gap:25px;background:#f0f2e9;min-height:42px}
.header-cta:hover{background:#e5eadb;color:#2d4821}
.hero{grid-template-columns:1.25fr 1fr;gap:55px;padding-top:65px;padding-bottom:83px}
h1{font-size:clamp(70px,7.05vw,101px);line-height:1.02;letter-spacing:-.032em}
.hero-copy>.eyebrow{margin-bottom:27px}
.hero-description{font-size:15px;max-width:405px;margin-top:29px}
.hero-actions{display:flex;gap:25px;align-items:center;margin-top:31px;flex-wrap:wrap}
.hero-actions .button{font-size:12px;gap:28px;padding:16px 21px;min-height:51px}
.hero-secondary{font-size:11px;display:flex;align-items:center;gap:14px;padding:12px 0}
.hero-secondary>span{font-size:17px;color:#778766}
.hero-footnote{margin-top:38px}
.hero-photo-wrap,.hero-photo{min-height:520px;max-height:560px}
.hero-photo{object-position:56% center;filter:saturate(.56) brightness(.82)}
.hero-service-strip{position:absolute;left:-44px;right:25px;bottom:52px;background:#fbfaf6;border:1px solid #ffffffb0;box-shadow:0 12px 42px #0d201922;padding:21px 24px 16px}
.hero-strip-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #dce0d1}
.hero-strip-heading .eyebrow{font-size:9px;letter-spacing:.11em}.hero-strip-heading>span:last-child{font-size:9px;color:#647556}
.hero-time-options{display:grid;grid-template-columns:repeat(3,1fr);margin-top:11px;gap:5px}
.hero-time-options button{text-align:left;display:flex;justify-content:space-between;align-items:baseline;gap:8px;padding:10px 11px 12px;border-bottom:2px solid transparent;transition:background .2s}
.hero-time-options button.active{background:#edf0e5;border-bottom-color:#758b5f}
.hero-time-options button:hover:not(:disabled){background:#e6ebdc}
.hero-time-options button>span{font-size:12px;color:#62714f;font-variant-numeric:tabular-nums}
.hero-time-options strong{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1;font-variant-numeric:lining-nums tabular-nums;letter-spacing:-.025em}
.hero-strip-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;color:#60704f;font-size:9px}
.hero-strip-footer>a{font-size:10px;color:#2d4424;white-space:nowrap}.hero-strip-footer>a>span{font-size:14px;margin-left:8px}
.no-js .hero-time-options button{cursor:default}
.foundation{background:#eeeee5;padding-block:81px}
.foundation-inner{grid-template-columns:1fr 1fr;gap:95px}
.foundation-image{height:590px}
.foundation-copy h2{font-size:80px;line-height:.98;margin-top:22px}
.foundation-copy>p:not(.eyebrow):not(.studio-stage-note){font-size:13px;line-height:1.9;max-width:395px;margin-top:25px;color:#596b4e}
.workflow-steps{list-style:none;padding:0;margin:30px 0 0;position:relative;max-width:435px}
.workflow-steps::before{content:'';position:absolute;left:13px;top:20px;bottom:35px;border-left:1px solid #cbd4bd}
.workflow-steps li{display:flex;gap:21px;position:relative;padding:0 0 23px}
.workflow-steps li:last-child{padding-bottom:0}
.workflow-steps li>span{display:flex;justify-content:center;align-items:center;border:1px solid #cbd4bd;background:#eeeee5;border-radius:50%;height:27px;width:27px;font-size:8px;color:#586d4a;flex-shrink:0;margin-top:2px}
.workflow-steps h3{font-size:14px;line-height:1.5;font-weight:500}
.workflow-steps p{font-size:12px;color:#536747;line-height:1.75;margin-top:5px;max-width:325px}
.foundation-copy>.text-link{margin-top:29px}
.studio-stage-note{font-size:10px;line-height:1.8;max-width:330px;color:#627252;margin-top:15px}
.closing{padding-top:105px}
@media(max-width:1150px){.hero{gap:42px}.hero-service-strip{left:-26px;right:18px;padding:20px 19px 16px}.hero-time-options button{padding-inline:7px;gap:5px}.hero-time-options strong{font-size:29px}.hero-time-options button>span{font-size:11px}.hero-strip-footer{align-items:flex-start}.hero-strip-footer>span{max-width:145px}.hero-actions{gap:19px}.hero-actions .button{font-size:11px;gap:18px}.hero-secondary{font-size:10px;gap:9px}.foundation-inner{gap:65px}.foundation-copy h2{font-size:72px}.foundation-image{height:595px}}
@media(max-width:900px){.hero{gap:30px;padding-top:45px;padding-bottom:60px}h1{font-size:65px}.hero-photo-wrap,.hero-photo{min-height:490px;max-height:none}.hero-description{font-size:13px;line-height:1.8}.hero-actions{gap:10px}.hero-actions .button{font-size:10px;padding:14px 17px;min-height:47px}.hero-secondary{font-size:10px}.hero-service-strip{left:-19px;right:13px;padding:16px 14px}.hero-strip-heading{flex-direction:column;align-items:flex-start;gap:2px}.hero-time-options{gap:3px}.hero-time-options button{display:flex;flex-direction:column;gap:10px;padding:10px 8px}.hero-time-options strong{font-size:33px}.hero-strip-footer{flex-direction:column;gap:7px}.hero-strip-footer>span{max-width:none}.hero-footnote{font-size:10px;margin-top:26px}.foundation-inner{gap:42px}.foundation-image{height:645px}.foundation-copy h2{font-size:64px}.workflow-steps{margin-top:24px}.workflow-steps li{gap:15px}.workflow-steps p{font-size:11px}.foundation-copy>p:not(.eyebrow):not(.studio-stage-note){font-size:12px}.foundation-copy>.text-link{font-size:11px;gap:15px}.studio-stage-note{font-size:10px}}
@media(max-width:700px){.header-inner{height:80px}.hero{grid-template-columns:1fr;gap:34px;padding-top:37px;padding-bottom:46px}h1{font-size:clamp(54px,10vw,70px);line-height:1.04}.hero-description{font-size:14px;line-height:1.85;max-width:420px;margin-top:24px}.hero-copy>.eyebrow{font-size:9px;margin-bottom:22px}.hero-actions{margin-top:25px;gap:22px}.hero-actions .button{font-size:11px;padding:15px 18px;min-height:49px;gap:20px}.hero-secondary{font-size:10px;gap:11px}.hero-photo-wrap,.hero-photo{min-height:0;height:410px;max-height:none}.hero-photo{object-position:57% center}.hero-service-strip{left:0;right:16px;bottom:48px;padding:18px 17px 15px}.hero-strip-heading{flex-direction:row;align-items:center;gap:10px}.hero-strip-heading .eyebrow{font-size:8px}.hero-strip-heading>span:last-child{font-size:8px}.hero-time-options{gap:4px}.hero-time-options button{flex-direction:row;align-items:center;gap:5px;padding:12px 8px}.hero-time-options button>span{font-size:10px}.hero-time-options strong{font-size:31px}.hero-strip-footer{flex-direction:row;align-items:center;font-size:8px;margin-top:13px;gap:12px}.hero-strip-footer>span{max-width:151px}.hero-strip-footer>a{font-size:9px}.hero-visual figcaption>span:last-child{font-size:8px;letter-spacing:.04em}.hero-visual figcaption{font-size:8px}.foundation{padding-block:40px 51px}.foundation-inner{grid-template-columns:1fr;gap:36px}.foundation-image{height:340px}.foundation-copy h2{font-size:70px;line-height:1;margin-top:21px}.foundation-copy h2 br{display:initial}.foundation-copy>p:not(.eyebrow):not(.studio-stage-note){font-size:13px;max-width:430px;margin-top:23px}.workflow-steps{margin-top:27px;max-width:none}.workflow-steps h3{font-size:15px}.workflow-steps p{font-size:12px;max-width:340px}.workflow-steps li{gap:20px;padding-bottom:24px}.workflow-steps li>span{height:29px;width:29px;font-size:9px}.workflow-steps::before{left:14px}.foundation-copy>.text-link{font-size:12px;margin-top:26px}.studio-stage-note{font-size:11px;max-width:370px}.closing{padding-top:65px}.closing h2{font-size:clamp(52px,10vw,72px)}.closing-actions{gap:22px}}
@media(max-width:374px){h1{font-size:48px}.hero-description{font-size:13px}.hero-actions{gap:13px;align-items:flex-start;flex-direction:column}.hero-secondary{padding:0}.hero-photo-wrap,.hero-photo{height:390px}.hero-time-options button{flex-direction:column;align-items:flex-start;gap:8px}.hero-strip-heading{align-items:flex-start;flex-direction:column;gap:3px}.hero-strip-footer{flex-direction:column;align-items:flex-start;gap:7px}.hero-strip-footer>span{max-width:none}.hero-visual figcaption>span:last-child{display:none}.foundation-copy h2{font-size:65px}}
