/* WK Studio — architectural editorial, local typography, progressive motion. */
:root{--paper:#f3f1eb;--white:#fffdf8;--ink:#242820;--muted:#686b60;--olive:#606b45;--olive-dark:#3d482d;--soft:#e8e9df;--line:#d6d8cc;--sans:'Helvetica Neue',Arial,sans-serif;--serif:Georgia,'Times New Roman',serif;--radius:2px;--container:1440px;--header-height:94px;--acid:#d4e69b}
html{scroll-padding-top:calc(var(--header-height) + 24px)}
body{font-weight:400;letter-spacing:normal}
::selection{background:var(--acid);color:var(--ink)}
h1,h2,h3{font-weight:400;letter-spacing:-.055em}
em{font-weight:400;letter-spacing:-.045em}
h2{font-size:clamp(40px,4.8vw,74px);line-height:1.04}
.container,.header-inner{width:calc(100% - 96px)}
.section{padding-block:110px}
.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:600}
.section-description{font-size:15px;line-height:1.8;max-width:590px}
.section-heading{margin-bottom:48px}
.site-header{height:var(--header-height);position:sticky;top:0;z-index:60;background:rgba(243,241,235,.96);box-shadow:none;backdrop-filter:blur(18px);transition:background .35s,border-color .35s}
.site-header.is-scrolled{background:rgba(243,241,235,.9);border-color:#c4c8b9}
.header-inner{height:100%;max-width:1680px;gap:22px}
.site-header .brand{align-items:flex-start;gap:4px;flex-shrink:0}
.brand-mark{font-family:var(--sans);font-weight:600;letter-spacing:-.115em}
.site-header .brand-mark{font-size:49px;line-height:.85}
.brand-mark>span{font-family:var(--sans);letter-spacing:0}
.brand-name,.site-header .brand-name{font-size:9px;letter-spacing:.27em}
.desktop-nav{gap:25px}
.desktop-nav a{font-size:15px;font-weight:600;letter-spacing:.025em}
.desktop-nav a:after{height:1px}
.site-header .header-phone{font-size:26px;font-weight:500;letter-spacing:-.055em;line-height:1.2}
.header-phone-note{font-size:9px;letter-spacing:.045em}
.header-callout{gap:5px}
.mobile-menu{background:var(--paper);top:var(--header-height);max-height:calc(100dvh - var(--header-height));overflow-y:auto;border-bottom:1px solid var(--line)}
.mobile-menu a{font-size:24px;font-weight:500;letter-spacing:-.04em;padding-block:12px}
.button{min-height:58px;border-radius:0;padding:17px 25px;font-size:12px;letter-spacing:-.01em;font-weight:600;position:relative;isolation:isolate;overflow:hidden;transition:background .3s,color .3s,border-color .3s,transform .4s;box-shadow:none}
.button:hover{box-shadow:none;background:var(--ink);border-color:var(--ink);transform:translateY(-3px)}
.button>span{display:grid;place-items:center;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.button:hover>span{transform:rotate(45deg)}
.button-outline{background:transparent;border-color:#a7ae98}
.button-outline:hover{color:var(--paper)}
.text-link{font-size:12px;position:relative;text-underline-offset:7px}
.text-link:hover{text-decoration:underline}
.page-heading{padding-top:36px;padding-bottom:65px;position:relative}
.breadcrumbs{font-size:10px;margin-bottom:48px;letter-spacing:0}
.page-heading h1{font-size:clamp(52px,7vw,108px);max-width:1180px;line-height:1.02}
.page-heading .lead{font-size:16px;line-height:1.85;max-width:730px;margin-top:30px}
.page-heading:after{content:'';display:block;width:70px;height:2px;background:var(--olive);margin-top:35px}

/* Scroll cinema: HTML provides a complete first frame without JavaScript. */
.cinema{position:relative;background:#27291f;color:#fffdf5}
.cinema-stage{height:calc(100svh - var(--header-height));min-height:650px;position:relative;overflow:hidden;isolation:isolate}
.cinema.is-animated{height:320svh}
.cinema.is-animated .cinema-stage{position:sticky;top:var(--header-height)}
.cinema-visual,.cinema-frame,.cinema-wash,.cinema-texture{position:absolute;inset:0;pointer-events:none}
.cinema-visual{z-index:-3;overflow:hidden}
.cinema-frame{overflow:hidden;will-change:transform,opacity}
.cinema-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 52%}
.cinema-frame-detail,.cinema-frame-evening{opacity:0}
.cinema-wash{z-index:-2;background:linear-gradient(90deg,rgba(18,23,15,.5),rgba(18,23,15,.14) 63%),linear-gradient(0deg,rgba(15,19,12,.7),transparent 37%,transparent 72%,rgba(20,24,17,.2))}
.cinema-texture{z-index:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.5' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}
.cinema-topline{position:absolute;top:30px;left:48px;right:48px;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.15em;color:#f6f5e9;z-index:3}
.cinema-topline>span:first-child{display:flex;align-items:center;gap:10px}
.cinema-topline i{width:5px;height:5px;background:var(--acid);border-radius:50%}
.cinema-intro{position:absolute;inset:15% 48px auto;z-index:2;transform-origin:left center}
.cinema-kicker{display:block;color:var(--acid);font-size:10px;font-weight:500;letter-spacing:.18em;margin-bottom:22px}
.cinema h1{font-size:clamp(105px,11.7vw,188px);line-height:.8;font-weight:500;letter-spacing:-.075em;max-width:1120px}
.cinema h1>span{display:block}
.cinema h1>em{display:block;font-size:1.15em;line-height:.85;font-weight:500;margin-left:9vw;letter-spacing:-.055em;margin-top:8px}
.cinema-intro-bottom{margin-top:38px;display:flex;gap:60px;align-items:center;margin-left:10px}
.cinema-intro-bottom p{font-size:12px;line-height:1.8;color:#f4f2e9}
.cinema-intro-bottom .button{background:var(--acid);border-color:var(--acid);color:var(--ink);gap:40px}
.cinema-intro-bottom .button:hover{background:var(--paper);border-color:var(--paper)}
.cinema-story{position:absolute;inset:0;pointer-events:none}
.cinema-story>div{position:absolute;left:8%;top:30%;opacity:0;visibility:hidden}
.cinema-story h2{font-size:clamp(64px,7.5vw,118px);line-height:.97;letter-spacing:-.055em}
.cinema-story p{color:#f5f4eb;font-size:14px;line-height:1.8;margin-top:30px}
.cinema-veil{position:absolute;z-index:1;pointer-events:none;width:66vw;max-width:1000px;height:auto;object-fit:contain;right:-22%;top:-15%;opacity:0;visibility:hidden;transform:rotate(-15deg)}
.cinema-discover{position:absolute;right:5%;top:42%;width:122px;height:122px;display:grid;place-items:center;border:1px solid #ffffff2b;border-radius:50%;z-index:4;transition:background .3s}
.cinema-discover:hover{background:#ffffff20}
.cinema-discover svg{position:absolute;width:100%;height:100%;fill:currentColor;font-family:var(--sans);font-size:8.6px;letter-spacing:2px;animation:studio-orbit 32s linear infinite;animation-play-state:paused}
.cinema.is-on-screen .cinema-discover svg{animation-play-state:running}
.cinema-discover>span{font-size:42px;font-weight:400;line-height:1}
.cinema-bottom{position:absolute;z-index:5;left:48px;right:48px;bottom:29px;display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:25px;align-items:end}
.cinema-scroll{display:flex;gap:15px;align-items:center;font-size:10px;line-height:1.5;letter-spacing:.01em}
.cinema-scroll small{font-size:8px;opacity:.75}
.scroll-line{position:relative;width:1px;height:42px;background:#ffffff35;overflow:hidden;flex-shrink:0}
.scroll-line:after{content:'';position:absolute;inset:0;background:var(--acid);transform:translateY(-100%);animation:studio-scroll 2.6s ease-in-out infinite;animation-play-state:paused}
.cinema.is-on-screen .scroll-line:after{animation-play-state:running}
.cinema-chapters{display:flex;gap:16px;width:100%}
.cinema-chapters button{text-align:left;padding:12px 0;position:relative;font-size:9px;color:#e2e3d9;flex:1;min-height:47px;opacity:.64;transition:opacity .25s}
.cinema-chapters button[aria-pressed=true]{opacity:1;color:var(--acid)}
.cinema-chapters b{font-size:10px;font-weight:400;margin-right:9px}
.cinema-chapters i{position:absolute;bottom:0;left:0;height:1px;width:100%;background:#ffffff45;overflow:hidden}
.cinema-chapters i:after{content:'';position:absolute;inset:0;background:var(--acid);transform-origin:left;transform:scaleX(var(--chapter-progress,0))}
.cinema-credit{font-size:8px;letter-spacing:.06em;text-align:right;opacity:.7}
.cinema a:focus-visible,.cinema button:focus-visible{outline-color:var(--acid)}

/* Material study and a typographic interlude. */
.design-note{display:grid;grid-template-columns:1fr 3fr;gap:60px;padding-block:135px;position:relative;isolation:isolate}
.design-note-label{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30px}
.design-note-label .eyebrow{font-size:8px;max-width:150px;line-height:1.8}
.design-note-index{font-size:13px;letter-spacing:.08em;color:var(--muted)}
.design-note-body{position:relative;z-index:2}
.design-note h2{font-size:clamp(45px,5.9vw,89px);line-height:1.04}
.design-note h2 em{color:var(--olive)}
.design-note-bottom{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-top:38px}
.design-note-bottom p{font-size:13px;max-width:400px;line-height:1.9}
.design-note-bottom a{white-space:nowrap}
.material-glass{position:absolute;z-index:0;left:-48px;bottom:40px;width:230px;height:230px;object-fit:contain;opacity:.78;pointer-events:none}
.design-ribbon{overflow:hidden;border-block:1px solid var(--line);padding:21px 0;background:#e8ebdf}
.design-ribbon>div{display:flex;width:max-content;animation:studio-ribbon 112s linear infinite;animation-play-state:paused}
.design-ribbon.is-on-screen>div{animation-play-state:running}
.design-ribbon span{font-size:14px;font-weight:500;letter-spacing:.12em;white-space:nowrap}
.design-ribbon i{font-size:24px;font-style:normal;margin:0 42px;vertical-align:middle;color:var(--olive)}

/* Collection, editorial imagery and supporting content. */
#solutions .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 26px}
.product-card{min-width:0}
.card-image{border-radius:2px;aspect-ratio:.88;background:#e3e2d7;overflow:hidden}
.card-image img{transition:transform 1.2s cubic-bezier(.2,.65,.2,1),filter .7s;transform:scale(1.015)}
.product-card:hover .card-image img{transform:scale(1.07)}
.product-card h3{font-size:28px;font-weight:500;overflow-wrap:anywhere;hyphens:auto}
.product-card>p{font-size:13px;line-height:1.85;min-height:72px;max-width:410px}
.card-topline{font-size:8px;letter-spacing:.06em;margin-top:22px}
.card-topline>span:last-child{font-size:7px;color:var(--muted)}
.card-bottom{border-color:var(--line);padding-top:17px;margin-top:20px}
.card-bottom strong{font-weight:500}
.card-bottom a{font-size:11px}
.card-image .circle-arrow{background:var(--paper);color:var(--ink);border:0;width:47px;height:47px;transition:background .3s,transform .5s}
.product-card:hover .circle-arrow{background:var(--acid);transform:rotate(45deg)}
.image-badge{border-radius:0;background:rgba(243,241,235,.9);font-size:8px;letter-spacing:.06em;padding:8px 12px}
.philosophy{background:#e7e8dd;position:relative}
.philosophy .split{grid-template-columns:1.1fr 1fr;gap:9vw;align-items:center}
.philosophy-image{overflow:hidden;border-radius:0}
.philosophy-image img{aspect-ratio:.87;object-fit:cover}
.philosophy-copy h2{font-size:clamp(43px,4.8vw,74px)}
.philosophy-copy>p:not(.eyebrow){font-size:14px;line-height:1.9}
.mini-principles{padding-top:27px;border-top:1px solid #c4c9b6}
.mini-principles h3{font-size:20px}
.mini-principles p{font-size:12px;line-height:1.8}
.photo-tag{background:var(--paper);color:var(--ink);border-radius:0;font-size:8px;letter-spacing:.12em}
.lighting-banner{height:560px;border-radius:0;overflow:hidden}
.lighting-banner img{height:115%;margin-top:-4%}
.lighting-banner-copy{inset:45px}
.lighting-banner-copy h3{font-size:clamp(42px,4.7vw,72px);font-weight:500}
.calc-teaser{padding:60px;background:var(--ink);color:var(--paper);border-radius:2px;gap:65px;margin-block:15px 70px;position:relative;overflow:hidden}
.calc-teaser h2{font-size:clamp(42px,4.4vw,68px)}
.calc-teaser .eyebrow{color:var(--acid)}
.calc-teaser p:not(.eyebrow){color:#d0d3c4;font-size:14px;line-height:1.8}
.calc-teaser .button{background:var(--acid);color:var(--ink);border-color:var(--acid)}
.calc-interior{border-radius:0;min-height:420px}
.home-prices .section-heading h2{max-width:950px}
.price-table-wrap{border:0;border-radius:0;overflow-x:auto}
.price-table caption{padding:24px;background:var(--ink);color:var(--paper);font-weight:500;font-size:22px}
.price-table thead th{background:#e5e8db;font-size:10px;padding-block:13px}
.price-table tbody th,.price-table tbody td{padding-block:21px;transition:background .3s}
.price-table tbody tr:hover>*{background:#e5e8db}
.price-table tbody th a{text-decoration:none}
.price-table tbody th a:hover{text-decoration:underline;text-decoration-color:var(--olive)}
.price-table strong{font-size:17px;font-weight:600;letter-spacing:-.045em}
.price-explanation{font-size:12px;line-height:1.8}
.price-more{margin-top:20px}
.price-more summary{padding-block:25px;font-size:14px}
.room-grid{gap:20px 35px;counter-reset:rooms}
.room-link{padding:27px 0 30px;position:relative;transition:border-color .3s,transform .4s;counter-increment:rooms}
.room-link:before{content:'0' counter(rooms);font-size:10px;color:var(--olive);display:block;margin-bottom:23px}
.room-link h3{font-size:34px;transition:color .3s}
.room-link p{font-size:13px;line-height:1.85}
.room-link>span{font-size:11px}
.room-link:hover{border-color:var(--olive);transform:translateY(-4px)}
.room-link:hover h3{color:var(--olive)}
.steps{gap:34px}
.steps article>span{font-family:var(--serif);font-style:italic;font-size:68px;color:var(--olive);line-height:1}
.steps article{border-top:1px solid var(--line);padding-top:28px}
.steps h3{font-size:25px;margin-top:25px}
.steps p{font-size:13px;line-height:1.85}
.content-guide-item{padding-block:45px;grid-template-columns:110px minmax(0,1fr);gap:35px}
.content-guide-icon{border-radius:50%;width:76px;height:76px;background:transparent;border:1px solid #b7c09e;transition:background .35s,transform .5s}
.content-guide-icon svg{width:32px;height:32px}
.content-guide-item:hover .content-guide-icon{background:var(--soft);transform:rotate(-7deg)}
.seo-copy h2{font-size:clamp(28px,3vw,43px);line-height:1.16;font-weight:500}
.seo-copy p{font-size:15px;line-height:1.95}
.faq-list summary{font-size:16px;padding:25px 0;font-weight:500;letter-spacing:-.025em}
.faq-list summary>span{border:1px solid var(--line);border-radius:50%;width:31px;height:31px;display:grid;place-items:center;font-size:21px;line-height:1;flex-shrink:0;transition:transform .35s,background .35s}
.faq-list details[open] summary>span{background:var(--soft);transform:rotate(45deg)}
.faq-answer{font-size:14px;line-height:1.9;padding-bottom:28px}
.cta{border-radius:0;background:#dce5c3;color:var(--ink);padding:65px;overflow:hidden;position:relative;margin-top:35px;margin-bottom:85px}
.cta h2{font-size:clamp(43px,4.5vw,70px);color:var(--ink)}
.cta .eyebrow{color:var(--olive-dark)}
.cta p:not(.eyebrow){font-size:14px;max-width:530px;color:#49513f}
.cta .button{position:relative;z-index:1;background:var(--ink);border-color:var(--ink);color:var(--white)}
.cta .button:hover{background:var(--olive)}
.cta-orbit{opacity:.08;font-size:500px;right:3%;top:-150px;pointer-events:none}
.site-footer{background:var(--ink);color:var(--paper);padding-top:65px}
.footer-top{border-color:#ffffff25;padding-bottom:45px}
.site-footer .brand-mark{font-size:80px}
.site-footer .brand-name{font-size:10px}
.footer-talk{font-family:var(--serif);font-style:italic;font-size:clamp(33px,3.5vw,56px);letter-spacing:-.04em}
.site-footer p{color:#c3c8b5}
.site-footer .eyebrow{color:#aeb797}
.footer-columns{padding-block:55px;border-color:#ffffff25;gap:40px}
.footer-columns a{color:#e2e5d9;font-size:12px;line-height:1.9}
.footer-columns a:hover{color:var(--acid)}
.footer-columns .footer-phone{color:var(--paper);font-size:18px;letter-spacing:-.04em}
.footer-bottom{border-color:#ffffff25;color:#b5bda4;font-size:9px;padding-block:26px}
.footer-bottom>span:nth-child(2){font-size:9px}

/* Inner pages carry the same material, type and control system. */
.detail-hero{gap:65px;align-items:center}
.detail-photo>img{border-radius:0;height:580px}
.detail-panel h2{font-size:44px}
.detail-panel>p{font-size:14px;line-height:1.85}
.detail-price{border-color:var(--line)}
.detail-panel .button{font-size:12px}
.catalog-sections a,.related-links a,.filter{border-radius:0;transition:background .25s,color .25s,border-color .25s}
.filter.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.filter:hover,.catalog-sections a:hover,.related-links a:hover{background:var(--soft);color:var(--ink)}
.lighting-toolbar,.selection-bar{border-radius:0;background:var(--soft)}
.lighting-product{border-radius:0}
.add-product{border-radius:0}
.service-row{padding-block:44px;border-color:var(--line)}
.service-row h2{font-size:36px}
.service-number{font-family:var(--serif);font-style:italic;font-size:45px}
.service-row p{font-size:14px;line-height:1.85}
.tags>span{border-radius:0}
.project-full-image,.project-full-image img,.about-visual,.about-visual>img,.contact-photo{border-radius:0}
.project-full-copy h2{font-size:48px}
.about-manifesto{border-radius:0;background:rgba(243,241,235,.92);backdrop-filter:blur(12px)}
.values-section{background:var(--soft)}
.values-grid h3{font-size:28px}
.values-grid p{font-size:13px;line-height:1.85}
.calculator-layout{gap:60px}
.calculator-form legend{font-size:25px;font-weight:500;letter-spacing:-.04em}
.calculator-form legend>span{font-size:13px;background:var(--soft);border-radius:50%;width:36px;height:36px;display:inline-grid;place-items:center}
.calculator-form fieldset{border-color:var(--line)}
.radio-cards label>span{border-radius:0;transition:background .3s,border-color .3s;min-height:112px}
.radio-cards input:checked+span{background:#e1e8d1;border-color:var(--olive)}
.radio-cards strong{font-weight:600}
.radio-cards small{font-size:11px;letter-spacing:0}
.field input,.field select,.field textarea,.stepper{border-radius:0}
.estimate{border-radius:0;background:var(--soft);border:1px solid var(--line);top:calc(var(--header-height) + 24px);padding:34px}
.estimate h2{font-size:34px;line-height:1.2}
.estimate-total strong{font-size:49px;font-weight:500;letter-spacing:-.065em}
.estimate .button{font-size:12px}
.estimate-room{font-size:12px}
.estimate .fineprint{font-size:11px;line-height:1.8}
.room-estimate{border-radius:0;top:calc(var(--header-height) + 24px);background:var(--soft)}
.room-estimate>strong{font-family:var(--sans);font-weight:500;letter-spacing:-.045em}
.room-content .content-guide-icon{border-radius:50%}
.contact-intro h2{font-size:clamp(38px,4vw,60px)}
#business-contacts>a{font-size:clamp(24px,2.9vw,40px);font-weight:500;letter-spacing:-.05em}
.contact-photo img{height:520px}
.project-summary{border-radius:0;background:var(--soft)}
.three-notes>div{border-color:var(--line)}
.three-notes h3{font-size:29px}
.three-notes p{font-size:13px;line-height:1.85}
.temperature-grid article{border-radius:0}

/* Motion never controls access to content. */
.reveal-pending{transform:translateY(36px);filter:blur(3px);transition:opacity .8s,transform 1s cubic-bezier(.2,.7,.2,1),filter .8s}
.reveal-pending.is-visible{transform:none;filter:none}
.reading-progress{position:fixed;top:0;left:0;right:0;height:2px;background:var(--olive);transform:scaleX(0);transform-origin:left;z-index:100;pointer-events:none}
.motion-preference{position:fixed;right:18px;bottom:16px;z-index:65;display:flex;gap:8px;align-items:center;padding:10px 13px;min-height:40px;border:1px solid #c5ccba;border-radius:30px;background:rgba(243,241,235,.93);color:var(--ink);backdrop-filter:blur(10px);box-shadow:0 3px 16px #17240d0c;font-size:9px;font-weight:500;letter-spacing:.01em}
.motion-preference svg{width:17px;height:17px}
.motion-preference[aria-pressed=true] svg{opacity:.45}
.viewing-cinema .motion-preference{top:calc(var(--header-height) + 17px);bottom:auto;right:30px}
.cinema-topline>span:last-child{display:none}
.image-cursor{position:fixed;left:0;top:0;width:92px;height:92px;display:grid;place-items:center;z-index:70;pointer-events:none;border-radius:50%;background:var(--acid);color:var(--ink);font-size:10px;opacity:0;visibility:hidden;transform:translate(-50%,-50%)}
.toast{z-index:100}
@keyframes studio-orbit{to{transform:rotate(360deg)}}
@keyframes studio-scroll{0%{transform:translateY(-100%)}70%,100%{transform:translateY(100%)}}
@keyframes studio-ribbon{to{transform:translateX(-50%)}}

@media(min-width:1600px){.cinema-intro{left:max(48px,calc((100vw - 1480px)/2))}.cinema-topline,.cinema-bottom{left:max(48px,calc((100vw - 1480px)/2));right:max(48px,calc((100vw - 1480px)/2))}}
@media(max-width:1180px){.header-inner{gap:16px}.desktop-nav{gap:18px}.site-header .header-phone{font-size:24px}.design-note{gap:35px}.design-note-bottom{display:block}.design-note-bottom a{display:inline-block;margin-top:20px}.material-glass{width:190px;height:190px}.cinema-bottom{grid-template-columns:1fr 1.5fr}.cinema-credit{display:none}.cinema-discover{width:100px;height:100px;right:4%}.cinema h1{font-size:13vw}.cinema-intro{top:19%}.philosophy .split{gap:50px}.calc-teaser{padding:44px;gap:40px}.calculator-layout{gap:30px}.estimate{padding:27px}.estimate-total strong{font-size:40px}.detail-hero{gap:40px}.room-content{gap:35px}.footer-columns{gap:25px}.site-footer .footer-phone{font-size:15px}}
@media(max-width:1050px){.site-header .desktop-nav{display:none}.site-header .menu-toggle{display:block}.header-callout{margin-left:auto}.container,.header-inner{width:calc(100% - 56px)}.cinema-topline,.cinema-bottom{left:28px;right:28px}.cinema-intro{left:28px;right:28px}.cinema-stage{min-height:630px}.cinema-discover{top:48%}.cinema-intro-bottom{gap:30px}.philosophy .split{gap:35px}.detail-photo>img{height:490px}.detail-panel h2{font-size:36px}.page-heading h1{font-size:8vw}.room-estimate{top:calc(var(--header-height) + 16px)}.content-guide-item{grid-template-columns:85px minmax(0,1fr);gap:22px}.product-card h3{font-size:25px}.product-card>p{font-size:12px}.section{padding-block:80px}}
@media(max-width:700px){
 :root{--header-height:78px}
 .container,.header-inner{width:calc(100% - 36px)}
 .site-header .brand-mark{font-size:39px}.site-header .brand-name{font-size:8px;letter-spacing:.22em}
 .header-inner{gap:12px}.site-header .header-phone{font-size:21px}.header-phone-note{font-size:8px;letter-spacing:0}.header-callout{gap:3px}
 .menu-toggle{width:32px;padding:6px}
 .section{padding-block:62px}.section-heading{margin-bottom:32px;gap:24px}h2{font-size:42px}
 .eyebrow{font-size:9px}.section-description{font-size:13px}.button{font-size:12px;min-height:52px;padding:14px 19px;gap:30px}
 .page-heading{padding-top:23px;padding-bottom:42px}.breadcrumbs{font-size:9px;margin-bottom:32px}.page-heading h1{font-size:clamp(41px,10vw,66px);line-height:1.06}.page-heading .lead{font-size:13px;line-height:1.85;margin-top:24px}.page-heading:after{margin-top:26px;width:45px}
 .cinema-stage{min-height:620px;height:calc(100svh - var(--header-height))}
 .cinema.is-animated{height:290svh}
 .cinema-frame img{object-position:56% center}
 .cinema-frame-detail img{object-position:45% center}
 .cinema-frame-evening img{object-position:64% center}
 .cinema-wash{background:linear-gradient(0deg,#141a0fdb,transparent 43%),linear-gradient(90deg,#12170f70,#12170f1f)}
 .cinema-topline{left:20px;right:20px;top:23px;font-size:7px;letter-spacing:.11em}
 .cinema-topline>span:last-child{display:none}
 .cinema-intro{left:20px;right:20px;top:20%}
 .cinema-kicker{font-size:8px;letter-spacing:.15em;margin-bottom:25px}
 .cinema h1{font-size:20.3vw;letter-spacing:-.07em;line-height:.85}
 .cinema h1>em{font-size:1.07em;margin-top:11px;margin-left:6vw;letter-spacing:-.065em}
 .cinema-intro-bottom{margin:32px 0 0;display:block}
 .cinema-intro-bottom p{font-size:11px;line-height:1.7}
 .cinema-intro-bottom .button{margin-top:23px;min-height:49px;font-size:11px;padding:13px 17px;gap:30px}
 .cinema-discover{width:77px;height:77px;top:auto;bottom:168px;right:22px}
 .cinema-discover>span{font-size:29px}
 .cinema-bottom{left:20px;right:20px;bottom:24px;grid-template-columns:1fr;gap:17px}
 .cinema-scroll{font-size:9px;gap:11px}.cinema-scroll small{font-size:7px}.scroll-line{height:30px}
 .cinema-chapters{gap:15px}.cinema-chapters button{font-size:8px;padding-block:10px;min-height:39px}.cinema-chapters b{margin-right:6px;font-size:9px}
 .cinema-story>div{left:24px;right:20px;top:31%}.cinema-story h2{font-size:clamp(41px,10.8vw,70px);line-height:1.04}.cinema-story p{font-size:12px;line-height:1.8;margin-top:23px}
 .cinema-veil{width:120vw;max-width:none;right:-80%;top:5%}
 .design-note{padding-block:70px;grid-template-columns:1fr;gap:30px}
 .design-note-label{flex-direction:row;align-items:center}.design-note-label .eyebrow{font-size:8px;max-width:none;margin:0}.design-note-index{font-size:10px}
 .design-note h2{font-size:clamp(38px,9.4vw,61px);line-height:1.08}
 .design-note-bottom{margin-top:27px}.design-note-bottom p{font-size:12px;max-width:84%;line-height:1.9}.design-note-bottom a{font-size:11px}
 .material-glass{width:115px;height:115px;left:auto;right:16px;bottom:30px;opacity:.38}
 .design-ribbon{padding:15px 0}.design-ribbon span{font-size:10px;letter-spacing:.08em}.design-ribbon i{font-size:18px;margin:0 25px}
 #solutions .product-grid{grid-template-columns:1fr 1fr;gap:34px 16px}
 #solutions .product-card:last-child{display:block}
 .card-image{aspect-ratio:.83}
 .card-topline{font-size:7px;letter-spacing:.02em;margin-top:15px}.card-topline>span:last-child{display:none}
 .product-card h3{font-size:23px;letter-spacing:-.055em}
 .product-card>p{font-size:11px;line-height:1.75;min-height:0;max-width:none}
 .card-bottom{padding-top:12px;margin-top:16px}.card-bottom strong{font-size:16px}.card-bottom a{font-size:10px}
 .card-image .circle-arrow{width:32px;height:32px;right:10px;bottom:10px;font-size:20px}
 .image-badge{font-size:7px;letter-spacing:.02em;padding:6px 8px}
 .philosophy .split{grid-template-columns:1fr;gap:37px}.philosophy-image img{aspect-ratio:1.05}.philosophy-copy h2{font-size:44px}.philosophy-copy>p:not(.eyebrow){font-size:13px}.mini-principles h3{font-size:20px}.mini-principles p{font-size:12px}
 .lighting-banner{height:440px}.lighting-banner-copy{inset:26px}.lighting-banner-copy h3{font-size:42px}.lighting-banner-copy a{font-size:12px}
 .calc-teaser{padding:30px 25px;gap:30px;margin-bottom:10px}.calc-teaser h2{font-size:44px}.calc-teaser p:not(.eyebrow){font-size:12px}.calc-interior{min-height:290px}
 .price-table caption{font-size:18px;padding:18px 14px}.price-table thead th{font-size:9px}.price-table tbody th,.price-table tbody td{padding:17px 12px;font-size:12px}.price-table strong{font-size:15px}.price-explanation{font-size:11px}.price-more summary{font-size:13px;line-height:1.7}.home-prices h2{font-size:39px}
 .room-grid{gap:0}.room-link{padding:23px 0}.room-link:before{margin-bottom:14px;font-size:9px}.room-link h3{font-size:32px}.room-link p{font-size:12px}
 .steps{gap:30px 20px}.steps article>span{font-size:57px}.steps article{padding-top:21px}.steps h3{font-size:24px;margin-top:20px}.steps p{font-size:12px}
 .content-guide-item{padding-block:30px;grid-template-columns:42px minmax(0,1fr);gap:16px}.content-guide-icon{width:42px;height:42px}.content-guide-icon svg{width:23px;height:23px}.seo-copy h2{font-size:27px;line-height:1.18}.seo-copy p{font-size:13px;line-height:1.9}
 .room-content .content-guide-item{grid-template-columns:42px minmax(0,1fr);gap:16px}.room-content .content-guide-icon{width:42px;height:42px}.room-content .content-guide-icon svg{width:23px;height:23px}
 .faq-list summary{font-size:14px;line-height:1.55;padding-block:23px}.faq-answer{font-size:13px}.faq-list summary>span{width:28px;height:28px;font-size:19px}
 .cta{padding:35px 26px;margin-block:20px 55px}.cta h2{font-size:40px}.cta p:not(.eyebrow){font-size:12px}.cta .button{font-size:12px}.cta-orbit{font-size:320px;top:-60px;right:-70px}
 .site-footer{padding-top:40px}.site-footer .brand-mark{font-size:60px}.footer-talk{font-size:30px}.footer-top{padding-bottom:32px;gap:25px}.footer-columns{padding-block:35px;gap:30px 20px}.footer-columns a{font-size:11px}.site-footer .footer-phone{font-size:14px;white-space:normal}.footer-bottom{padding-bottom:70px;font-size:8px}.footer-bottom>span:nth-child(2){font-size:8px}
 .detail-hero{gap:30px}.detail-photo>img{height:auto;aspect-ratio:1.02}.detail-panel h2{font-size:36px}.detail-panel>p{font-size:13px}.detail-panel .button{font-size:12px}
 .service-row{padding-block:30px}.service-row h2{font-size:29px}.service-row p{font-size:12px}.service-number{font-size:31px}
 .project-full-copy h2{font-size:38px}.values-grid h3{font-size:25px}.values-grid p{font-size:12px}
 .calculator-layout{gap:28px}.calculator-form legend{font-size:22px}.calculator-form legend>span{width:29px;height:29px;font-size:11px}.estimate{padding:28px}.estimate h2{font-size:31px}.estimate-total strong{font-size:44px}.radio-cards small{font-size:10px}.radio-cards strong{font-size:12px}.radio-cards label>span{padding:17px 27px 17px 12px}
 .contact-intro h2{font-size:39px}.contact-photo img{height:360px}#business-contacts>a{font-size:29px}.three-notes h3{font-size:26px}.three-notes p{font-size:12px}
 .motion-preference{right:12px;bottom:12px;font-size:8px;min-height:36px;padding:8px 11px}.motion-preference svg{width:15px;height:15px}
 .viewing-cinema .motion-preference{right:16px;top:calc(var(--header-height) + 12px);width:34px;height:34px;padding:8px;justify-content:center}
 .viewing-cinema .motion-preference span{display:none}
}
@media(max-width:370px){.site-header .header-phone{font-size:18px}.site-header .brand-mark{font-size:36px}.site-header .brand-name{font-size:7px}.header-inner{gap:7px}.cinema-stage{min-height:600px}.cinema-intro{top:20%}.cinema-intro-bottom{margin-top:25px}.cinema-discover{width:66px;height:66px;bottom:158px}.product-card h3{font-size:21px}.product-card>p{font-size:10px}.content-guide-item,.room-content .content-guide-item{grid-template-columns:36px minmax(0,1fr);gap:12px}.content-guide-icon,.room-content .content-guide-icon{width:36px;height:36px}.seo-copy h2{font-size:25px}.footer-talk{font-size:26px}.home-prices h2{font-size:35px}.cinema-chapters button{font-size:7px}.estimate{padding:22px}.estimate-total strong{font-size:39px}}
@media(max-height:740px) and (min-width:701px){.cinema-stage{min-height:0}.cinema-intro{top:16%}.cinema h1{font-size:min(10vw,17svh)}.cinema-intro-bottom{margin-top:24px}.cinema-story h2{font-size:min(7.5vw,12svh)}}
@media(max-height:740px) and (max-width:700px){.cinema-stage{min-height:0}.cinema-intro{top:16%}.cinema h1{font-size:min(20.3vw,13.3svh)}.cinema-kicker{margin-bottom:18px}.cinema-intro-bottom{margin-top:20px}.cinema-intro-bottom p{font-size:10px}.cinema-intro-bottom .button{margin-top:15px;min-height:43px;padding:11px 14px;font-size:10px}.cinema-discover{display:none}.cinema-bottom{bottom:17px;gap:12px}.cinema-scroll{font-size:8px}.cinema-chapters button{min-height:36px}.cinema-story>div{top:29%}.cinema-story h2{font-size:min(10.8vw,9svh)}}
@media(max-height:540px){.cinema-topline{top:15px}.cinema-intro{top:17%}.cinema-kicker{margin-bottom:15px}.cinema-intro-bottom{margin-top:18px;display:flex;align-items:center;gap:20px}.cinema-intro-bottom p{font-size:9px}.cinema-intro-bottom .button{margin-top:0;min-height:40px;font-size:10px;padding:9px 13px;gap:20px}.cinema-scroll{display:none}.cinema-bottom{display:block;bottom:13px;max-width:550px}.cinema-discover{display:none}.cinema-story p{font-size:11px;margin-top:16px}.cinema-story>div{top:25%}}
html.motion-off{scroll-behavior:auto}
.motion-off *, .motion-off *:before,.motion-off *:after{animation:none!important;transition:none!important}
.motion-off .reveal-pending{opacity:1;transform:none;filter:none}
.motion-off .cinema-frame,.motion-off .cinema-intro{will-change:auto}
.motion-off .design-ribbon>div{transform:none}
@media(prefers-reduced-motion:reduce){.reveal-pending{opacity:1;transform:none;filter:none}.cinema-frame{will-change:auto}.cinema-discover svg,.design-ribbon>div,.scroll-line:after{animation:none}.cinema.is-animated{height:auto}.cinema.is-animated .cinema-stage{position:relative;top:auto}}

/* Geographic landing pages share the editorial system and the existing guide icons. */
.city-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 36px}
.city-links>a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid var(--line);font-size:24px;letter-spacing:-.045em;transition:color .25s,border-color .25s}
.city-links>a>span{font-size:21px;color:var(--olive);transition:transform .3s}
.city-links>a:hover{color:var(--olive);border-color:var(--olive)}
.city-links>a:hover>span{transform:translate(3px,-3px)}
.city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.city-card{display:flex;flex-direction:column;align-items:flex-start;padding:32px;background:var(--soft);border:1px solid var(--line);min-width:0;transition:background .3s,border-color .3s,transform .4s}
.city-card:hover{background:#e0e6d2;border-color:var(--olive);transform:translateY(-4px)}
.city-card .eyebrow{font-size:8px;margin-bottom:27px}
.city-card h2{font-size:35px;line-height:1.12;margin-bottom:15px}
.city-card>p{font-size:13px;line-height:1.75;max-width:270px;margin-bottom:28px}
.city-card-action{display:flex;gap:24px;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding-top:18px;border-top:1px solid #c5ccb7;font-size:10px}
.city-card-action>span{font-size:24px;color:var(--olive)}
.city-hero{padding-top:48px}
.city-hero .detail-photo>img{height:450px}
.city-hero .detail-panel h2{font-size:clamp(33px,3.2vw,48px);line-height:1.15}
.city-hero .detail-panel .button{margin:0;font-size:11px;gap:22px}
.city-content .room-estimate dl>div{flex-wrap:wrap;gap:5px 15px}
.city-other h2{font-size:30px;margin-bottom:24px}
@media(min-width:1151px) and (max-width:1250px){.site-header .desktop-nav{gap:17px;margin-left:12px}.desktop-nav a{font-size:14px}.header-inner{gap:16px}.site-header .header-phone{font-size:23px}}
@media(max-width:1000px){.city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.city-card{padding:27px}.city-links>a{font-size:22px}.city-hero{gap:35px}.city-hero .detail-photo>img{height:400px}}
@media(max-width:700px){.city-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.city-links>a{padding:19px 0;gap:8px;font-size:20px}.city-links>a>span{font-size:17px}.city-grid{grid-template-columns:1fr;gap:16px}.city-card{padding:27px}.city-card h2{font-size:34px}.city-card .eyebrow{margin-bottom:20px}.city-card>p{max-width:none;margin-bottom:22px}.city-card-action{font-size:11px}.city-hero{padding-top:30px}.city-hero .detail-photo>img{height:auto;aspect-ratio:1.12}.city-hero .detail-panel h2{font-size:35px}.city-other h2{font-size:28px}.city-content .room-estimate dl>div{flex-wrap:nowrap}}
@media(max-width:370px){.city-links{gap:0 15px}.city-links>a{font-size:18px}.city-hero .detail-panel h2{font-size:30px}.city-content .room-estimate dl>div{flex-wrap:wrap}}

/* Restored home hero layout with the original system typography. */
.hero,.principle-strip{--ink:#30372b;--muted:#77796d;--olive:#68734d;--olive-dark:#424c33;--line:#dddfd3;font-family:var(--sans);letter-spacing:normal;color:var(--ink)}
.hero.container,.principle-strip>.container{max-width:1400px;width:calc(100% - 112px)}
.hero h1,.hero h1 em{font-weight:400}
.hero .eyebrow{font-weight:500;letter-spacing:.18em}
.hero-copy .button{min-height:55px;padding:16px 23px;border-radius:4px;font-size:13px;font-weight:500;letter-spacing:normal}
.hero-copy .button:hover{background:var(--olive-dark);border-color:var(--olive);transform:translateY(-2px)}
.hero-copy .button:hover>span{transform:translate(2px,-2px)}
.hero .motion-toggle:disabled{cursor:default;opacity:.55}
@media(max-width:960px){.hero.container,.principle-strip>.container{width:calc(100% - 48px)}.hero-copy .button{font-size:11px;gap:20px}}
@media(max-width:700px){.hero.container,.principle-strip>.container{width:calc(100% - 36px)}.hero .eyebrow{font-size:8px;letter-spacing:.15em}.hero-copy .button{min-height:47px;padding:13px 14px;font-size:10px;gap:20px}}
@media(max-width:380px){.hero-copy .button{font-size:9px;padding:12px;gap:9px}}

/* Evergreen promotions. */
.promotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.promotion-card{background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column;min-width:0}
.promotion-photo{position:relative;overflow:hidden;aspect-ratio:3/2}
.promotion-photo img{height:100%;transition:transform .8s ease}
.promotion-card:hover .promotion-photo img{transform:scale(1.035)}
.promotion-badge{position:absolute;left:18px;top:18px;background:var(--paper);color:var(--olive-dark);border:1px solid #ffffff90;padding:7px 12px;font-size:11px;letter-spacing:.04em}
.promotion-copy{padding:30px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.promotion-copy .eyebrow{font-size:9px;margin-bottom:16px}
.promotion-copy h2{font-size:clamp(28px,2.6vw,40px);line-height:1.12;margin-bottom:20px}
.promotion-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;margin-bottom:28px}
.promotion-copy .button{margin-top:auto;width:100%;font-size:12px;padding:15px 18px;gap:12px}
.promotion-details{display:grid;grid-template-columns:1fr 1.25fr;gap:70px}
.promotion-details .content-guide-item:first-child{padding-top:0}
.promotion-contact{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-block:35px;margin-bottom:70px}
.promotion-contact>p{font-size:22px;color:var(--ink)}
@media(max-width:1150px){.site-header .desktop-nav{display:none}.site-header .menu-toggle{display:block}.header-callout{margin-left:auto}}
@media(max-width:1000px){.promotion-grid{grid-template-columns:1fr;gap:28px}.promotion-card{display:grid;grid-template-columns:1fr 1fr}.promotion-photo{aspect-ratio:auto;min-height:300px}.promotion-copy h2{font-size:35px}.promotion-details{gap:30px}}
@media(max-width:700px){.promotion-card{display:flex}.promotion-photo{aspect-ratio:3/2;min-height:0}.promotion-copy{padding:26px}.promotion-copy h2{font-size:32px}.promotion-details{grid-template-columns:1fr;gap:38px}.promotion-contact{display:block;margin-bottom:40px}.promotion-contact>p{font-size:20px;margin-bottom:20px}.promotion-contact .button{width:100%}}
.promotion-details>div{min-width:0}
@media(max-width:700px){.promotion-details>.section-heading h2,.promotion-details>div>.section-heading h2{font-size:34px}.promotion-details{grid-template-columns:minmax(0,1fr)}}

/* Compact offers directly after the home hero. */
.home-promotions{padding:24px 0 30px}
.home-promotions-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}
.home-promotions-heading .eyebrow{font-size:9px;margin-bottom:7px}
.home-promotions-heading h2{font-size:28px;line-height:1.2}
.home-promotions-heading>.text-link{white-space:nowrap}
.home-promotions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.home-promo-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--white);border:1px solid var(--line);transition:border-color .25s,background .25s;min-width:0}
.home-promo-card:hover{border-color:var(--olive);background:var(--soft)}
.home-promo-card>img{width:76px;height:76px;object-fit:cover;flex-shrink:0}
.home-promo-card>div{min-width:0;flex:1}
.home-promo-card h3{font-size:19px;line-height:1.25;letter-spacing:-.025em}
.home-promo-card p{font-size:11px;margin-top:6px;line-height:1.4}
.home-promo-card>span{font-size:20px;color:var(--olive-dark);flex-shrink:0}
@media(max-width:1100px){.home-promo-card{gap:12px;padding:12px}.home-promo-card>img{width:56px;height:64px}.home-promo-card h3{font-size:17px}.home-promotions-grid{gap:10px}}
@media(max-width:800px){.home-promotions-grid{grid-template-columns:1fr}.home-promo-card>img{width:58px;height:58px}.home-promo-card h3{font-size:18px}.home-promotions-heading h2{font-size:24px}.home-promotions-heading{align-items:flex-end}.home-promotions{padding-top:12px;padding-bottom:26px}}
@media(max-width:370px){.home-promotions-heading{gap:12px}.home-promotions-heading h2{font-size:22px}.home-promotions-heading>.text-link{font-size:11px}.home-promo-card h3{font-size:16px}}
