:root{--bg:#ffffff;--paper:#ffffff;--ink:#161411;--muted:#66625b;--line:rgba(22,20,17,.14);--dark:#11100e;--cream:#f7f7f7;--gold:#a8874f;--radius:10px;--max:1440px;--pad:clamp(20px,3vw,54px);--header:78px;--font-brand:"Manrope","Onest",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-heading:"Manrope","Onest",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Onest","Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:var(--font-heading);--text-xs:clamp(0.72rem,0.70rem + 0.12vw,0.80rem);--text-sm:clamp(0.82rem,0.78rem + 0.18vw,0.95rem);--text-base:clamp(1rem,0.96rem + 0.20vw,1.10rem);--text-lg:clamp(1.10rem,1.02rem + 0.35vw,1.35rem);--text-xl:clamp(1.35rem,1.15rem + 0.80vw,1.90rem);--h1:clamp(48px,7.2vw,112px);--h2:clamp(36px,4.8vw,72px);--h3:clamp(24px,2.3vw,36px);--h4:20px;--lh-tight:0.92;--lh-heading:1.05;--lh-body:1.58;--tracking-display:-0.06em;--tracking-heading:-0.035em;--tracking-body:-0.01em;--tracking-caps:0.08em;--ease-stage-in:cubic-bezier(.18,0,.22,1);--ease-stage-fast:cubic-bezier(.06,.72,.18,1);--ease-stage-out:cubic-bezier(.22,.61,.36,1);--ease-stage-brake:cubic-bezier(.625,.05,0,1);--ease-wipe:cubic-bezier(.625,.05,0,1);--ease:var(--ease-stage-out)}
*{box-sizing:border-box}html{background:#fff;scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html.snap-page{scroll-snap-type:y mandatory}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.58;letter-spacing:-.01em;font-weight:400;font-feature-settings:"kern","liga","tnum";overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;letter-spacing:inherit}img,video{display:block;max-width:100%;height:auto}img{border-radius:var(--radius)}::selection{background:var(--ink);color:var(--paper)}
.topbar{position:fixed;z-index:100;top:0;left:0;right:0;height:var(--header);display:grid;grid-template-columns:150px minmax(0,1fr) 128px;align-items:center;gap:18px;padding:0 var(--pad);background:rgba(255,255,255,.965);border-bottom:1px solid rgba(22,20,17,.14);box-shadow:0 10px 34px rgba(22,20,17,.10);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:.28s var(--ease)}.topbar.is-scrolled{height:64px;background:rgba(255,255,255,.985);box-shadow:0 12px 42px rgba(22,20,17,.14)}.brand{display:inline-flex;align-items:center;justify-self:start;min-width:118px}.brand img{height:29px;width:auto;border-radius:0}.nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(10px,1.5vw,28px);font-size:12.5px;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.nav-item{display:flex;align-items:center;height:100%}.nav-link{height:var(--header);display:inline-flex;align-items:center;gap:6px;opacity:.76;transition:.2s var(--ease)}.topbar.is-scrolled .nav-link{height:64px}.nav-link:hover,.nav-link:focus-visible{opacity:1;outline:none}.nav-item.has-menu .nav-link:after{content:"";width:4px;height:4px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);margin-top:-3px;opacity:.65}.top-cta{justify-self:end;background:var(--ink);color:var(--paper);border-radius:0;padding:11px 13px;font-size:12.5px;text-transform:uppercase;letter-spacing:.12em;border:1px solid var(--ink);box-shadow:0 10px 24px rgba(22,20,17,.15);white-space:nowrap}.mobile-menu-button{display:none;justify-self:end;border:1px solid rgba(22,20,17,.28);border-radius:8px;background:#fff;color:var(--ink);padding:9px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;cursor:pointer}
.mega-menu{position:fixed;z-index:102;top:var(--header);left:var(--pad);right:var(--pad);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s var(--ease),transform .22s var(--ease),visibility .22s var(--ease);text-transform:none;letter-spacing:normal;color:var(--ink);font-size:14px;line-height:1.35;white-space:normal}.topbar.is-scrolled .mega-menu{top:64px}.nav-item.has-menu:hover .mega-menu,.nav-item.has-menu:focus-within .mega-menu,.mega-menu:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mega-panel{max-width:1120px;margin:0 auto;background:rgba(255,255,255,.985);border:1px solid rgba(22,20,17,.14);box-shadow:0 28px 80px rgba(22,20,17,.18);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:10px;overflow:hidden}.mega-grid{display:grid;grid-template-columns:minmax(245px,300px) minmax(340px,1fr) minmax(245px,300px);min-height:330px;max-height:min(620px,calc(100svh - var(--header) - 22px))}.mega-intro{min-width:0;padding:26px;border-right:1px solid rgba(22,20,17,.1);background:#fff;display:flex;flex-direction:column;justify-content:space-between}.mega-kicker{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:14px}.mega-intro strong{font-size:clamp(26px,2.8vw,42px);line-height:.94;letter-spacing:-.06em;font-weight:420;display:block}.mega-intro p{margin:14px 0 0;color:var(--muted);font-size:13.5px}.mega-cta{margin-top:22px;display:inline-flex;width:max-content;border:1px solid rgba(22,20,17,.24);border-radius:8px;padding:10px 12px;font-size:10.5px;text-transform:uppercase;letter-spacing:.12em}.mega-links{min-width:0;padding:20px;display:grid;grid-template-columns:1fr;gap:4px;align-content:start;overflow:auto;max-height:min(620px,calc(100svh - var(--header) - 22px))}.mega-links a{min-width:0;display:block;border-radius:8px;padding:11px 13px;transition:background .18s var(--ease),transform .18s var(--ease);overflow-wrap:break-word}.mega-links a:hover,.mega-links a:focus-visible{background:#f3f3f3;transform:translateY(-1px);outline:none}.mega-links strong{display:block;font-size:14px;font-weight:560;letter-spacing:-.01em;line-height:1.18}.mega-links span{display:block;font-size:12px;color:var(--muted);margin-top:4px;line-height:1.28}.mega-preview{position:relative;min-height:330px;background:#111;overflow:hidden}.mega-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(1.03) contrast(1.03);transition:opacity .2s var(--ease),transform .8s var(--ease)}.mega-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,0) 62%)}.mega-preview span{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.mega-panel:hover .mega-preview img{transform:scale(1.05)}.mega-menu.compact .mega-panel{max-width:800px}.mega-menu.compact .mega-grid{grid-template-columns:300px minmax(0,1fr)}.mega-menu.compact .mega-preview{display:none}.mega-menu.compact .mega-links{grid-template-columns:1fr}.menu-active .progress{opacity:0;pointer-events:none}
.progress{position:fixed;z-index:60;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;padding:10px 8px;border:1px solid rgba(22,20,17,.14);border-radius:999px;background:rgba(255,253,248,.72);backdrop-filter:blur(14px);transition:.2s var(--ease)}.standard-page .progress{display:none}.progress a{width:8px;height:8px;border:1px solid rgba(22,20,17,.58);border-radius:50%;opacity:.56;transition:.2s var(--ease)}.progress a:hover,.progress a.active{opacity:1;background:var(--ink);transform:scale(1.12)}
.screen{min-height:100svh;position:relative;overflow:hidden}.snap-page .screen{scroll-snap-align:start;scroll-snap-stop:always}.screen-inner{min-height:100svh;padding:calc(var(--header) + clamp(26px,4vw,72px)) var(--pad) clamp(34px,5vw,82px);display:flex;flex-direction:column;justify-content:center;max-width:var(--max);margin:0 auto;position:relative;z-index:2}.section-pad{padding:calc(var(--header) + clamp(26px,4vw,72px)) var(--pad) clamp(34px,5vw,82px)}.content{max-width:var(--max);margin:0 auto;position:relative;z-index:2}.eyebrow{font-family:var(--font-body);font-size:var(--text-xs);line-height:1.2;letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--muted);font-weight:700}.display{font-size:clamp(48px,9vw,138px);line-height:.88;letter-spacing:-.075em;font-weight:430;margin:0}.headline{font-size:clamp(36px,5.5vw,92px);line-height:.92;letter-spacing:-.065em;font-weight:430;margin:0}.subhead{font-size:clamp(17px,2.1vw,29px);line-height:1.18;font-weight:360;letter-spacing:-.035em;max-width:860px;margin:20px 0 0;color:rgba(22,20,17,.78)}.small{font-size:15px;color:var(--muted);max-width:640px}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.btn{border:1px solid rgba(22,20,17,.34);border-radius:8px;padding:13px 16px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;background:rgba(255,253,248,.86);backdrop-filter:blur(12px);transition:.25s var(--ease);color:var(--ink);font-weight:560}.btn:hover{transform:translateY(-2px);border-color:rgba(22,20,17,.7);background:var(--paper)}.btn.dark{background:var(--ink);color:var(--paper);border-color:var(--ink)}
.hero{background:#0f0f0e;color:#fff}.hero-media,.full-media{position:absolute;inset:0}.hero-media img,.full-media img{width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(1.03) contrast(1.02);transform:scale(1.03);animation:slowZoom 18s var(--ease) infinite alternate}.hero:after,.dark-gradient:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.16) 52%,rgba(0,0,0,.38)),linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,0) 45%)}.hero .screen-inner{justify-content:flex-end;padding-bottom:clamp(38px,5vw,72px)}.hero .eyebrow,.hero .subhead{color:rgba(255,255,255,.78)}.hero h1{max-width:1060px;text-wrap:balance}.hero .btn{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.38)}.hero .btn:hover{background:rgba(255,255,255,.16);border-color:#fff}.hero .btn.dark{background:#fff;color:#111;border-color:#fff}.hero-count{position:absolute;right:var(--pad);bottom:clamp(38px,5vw,72px);font-size:clamp(52px,7vw,112px);letter-spacing:-.07em;font-weight:360;color:rgba(255,255,255,.8)}
.visual-text{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,42%);gap:clamp(26px,4vw,80px);align-items:center}.dark-section{background:#11100e;color:#f6efe6}.dark-section .eyebrow{color:rgba(246,239,230,.62)}.dark-section .subhead,.dark-section .small{color:rgba(246,239,230,.72)}.dark-section .btn{color:#f6efe6;background:rgba(255,255,255,.04);border-color:rgba(246,239,230,.25)}.dark-section .btn.dark{background:#f6efe6;color:#111;border-color:#f6efe6}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.route-card{min-height:48vh;position:relative;border-radius:var(--radius);overflow:hidden;background:#111;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(22,20,17,.18)}.route-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius);transition:.85s var(--ease);filter:saturate(.98) contrast(1.02)}.route-card:hover img{transform:scale(1.08)}.route-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08) 62%)}.route-card h3,.route-card p,.route-card span{position:relative;z-index:2}.route-card span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.65)}.route-card h3{font-size:clamp(24px,2.2vw,36px);line-height:.95;letter-spacing:-.045em;font-weight:430;margin:8px 0}.route-card p{font-size:14px;color:rgba(255,255,255,.74);margin:0}.rail-wrap{width:100%;overflow:hidden}.drag-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 var(--pad) 18px;cursor:grab}.drag-rail.dragging{cursor:grabbing;scroll-snap-type:none}.drag-rail::-webkit-scrollbar{height:5px}.drag-rail::-webkit-scrollbar-thumb{background:rgba(22,20,17,.22);border-radius:999px}.dark-section .drag-rail::-webkit-scrollbar-thumb{background:rgba(246,239,230,.26)}.rail-card{min-width:min(82vw,720px);height:68vh;position:relative;border-radius:var(--radius);overflow:hidden;scroll-snap-align:center;background:#222;color:#fff}.rail-card.small{min-width:min(72vw,520px);height:60vh}.rail-card img,.rail-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.rail-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.76),rgba(0,0,0,.06) 56%)}.rail-card div{position:absolute;z-index:2;left:24px;bottom:24px;right:24px}.rail-card h3{font-size:clamp(30px,3.7vw,62px);line-height:.9;letter-spacing:-.06em;font-weight:420;margin:0 0 9px}.rail-card p{font-size:15px;color:rgba(255,255,255,.78);max-width:560px;margin:0}.split-gallery{display:grid;grid-template-columns:.82fr 1.18fr;min-height:100svh;background:#efe8dc}.split-copy{padding:calc(var(--header) + clamp(28px,4vw,70px)) var(--pad);display:flex;flex-direction:column;justify-content:center}.split-media{position:relative;min-height:100svh;overflow:hidden}.compare{--compare-pos:52%;position:absolute;inset:0;cursor:ew-resize;user-select:none}.compare>img,.compare-after img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}.compare-after{position:absolute;inset:0;clip-path:polygon(0 0,var(--compare-pos) 0,var(--compare-pos) 100%,0 100%);overflow:hidden}.compare-handle{position:absolute;top:0;bottom:0;left:var(--compare-pos);width:2px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.14);z-index:4}.compare-handle:after{content:"";position:absolute;top:50%;left:50%;width:54px;height:54px;transform:translate(-50%,-50%);background:#fff;border-radius:50%;box-shadow:0 18px 44px rgba(0,0,0,.25)}.compare-label{position:absolute;z-index:4;top:22px;padding:9px 11px;border-radius:8px;background:rgba(255,255,255,.88);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.compare-label.left{left:22px}.compare-label.right{right:22px}.info-card{background:rgba(255,253,248,.72);border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:18px}.info-card h3{font-size:24px;line-height:1;letter-spacing:-.04em;font-weight:430;margin:0 0 10px}.info-card p{margin:0;color:var(--muted);font-size:14.5px}.list-block{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.hover-video-card{position:relative;min-height:70vh;border-radius:10px;overflow:hidden;background:#111}.hover-video-card img,.hover-video-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:10px}.hover-video-card video{opacity:0;transition:.3s var(--ease)}.hover-video-card.video-ready:hover video,.hover-video-card.video-ready:focus-within video{opacity:1}.thin-footer{background:#fffdf8;border-top:1px solid rgba(22,20,17,.12);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px var(--pad);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
/* Standard catalogue pages */.standard-page main{padding-top:var(--header)}.page-hero{min-height:58svh;padding:clamp(58px,7vw,110px) var(--pad) clamp(44px,6vw,86px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.75fr);gap:clamp(28px,5vw,88px);align-items:end;max-width:var(--max);margin:0 auto}.page-hero h1{font-size:clamp(46px,7.4vw,120px);line-height:.88;letter-spacing:-.075em;font-weight:430;margin:0}.page-hero p{font-size:clamp(18px,2vw,28px);line-height:1.16;letter-spacing:-.035em;color:rgba(22,20,17,.78);margin:20px 0 0;max-width:740px}.hero-image{position:relative;min-height:420px;border-radius:10px;overflow:hidden;background:#111}.hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:10px}.page-section{padding:clamp(34px,5vw,82px) var(--pad);max-width:var(--max);margin:0 auto}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px;border-top:1px solid rgba(22,20,17,.16);padding-top:22px}.section-title h2{font-size:clamp(34px,4.8vw,78px);line-height:.92;letter-spacing:-.06em;font-weight:430;margin:0}.section-title p{max-width:560px;color:var(--muted);margin:0;font-size:15.5px}.category-strip{position:sticky;top:64px;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid rgba(22,20,17,.12);border-bottom:1px solid rgba(22,20,17,.12);padding:12px var(--pad);display:flex;gap:8px;overflow-x:auto}.category-strip a{white-space:nowrap;border:1px solid rgba(22,20,17,.18);background:rgba(255,255,255,.48);border-radius:999px;padding:9px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(22,20,17,.76)}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.catalog-card{background:#fffdf8;border:1px solid rgba(22,20,17,.14);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.catalog-card figure{margin:0;aspect-ratio:4/3;background:#111;overflow:hidden}.catalog-card img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:.75s var(--ease)}.catalog-card:hover img{transform:scale(1.05)}.catalog-card .body{padding:18px}.catalog-card .tag{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.catalog-card h3{font-size:clamp(24px,2.2vw,34px);line-height:.96;letter-spacing:-.045em;font-weight:430;margin:9px 0 10px}.catalog-card p{font-size:14.5px;color:var(--muted);margin:0 0 14px}.catalog-card ul{margin:0;padding-left:18px;color:var(--muted);font-size:14px}.catalog-card li{margin:5px 0}.wide-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px;border-radius:10px;overflow:hidden;background:#11100e;color:#f6efe6}.wide-panel .copy{padding:clamp(24px,3vw,48px)}.wide-panel h2{font-size:clamp(38px,5vw,84px);line-height:.9;letter-spacing:-.06em;font-weight:430;margin:0 0 18px}.wide-panel p{color:rgba(246,239,230,.75);font-size:16px}.wide-panel img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:0}.article-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.sidebar-panel{position:sticky;top:calc(var(--header) + 24px);background:#fffdf8;border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:16px}.sidebar-panel h3{margin:0 0 12px;font-size:22px;letter-spacing:-.04em;font-weight:430}.sidebar-panel a{display:block;padding:10px 0;border-top:1px solid rgba(22,20,17,.1);font-size:13px;color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.article-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;background:#fffdf8;border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:12px;align-items:stretch}.article-card figure{margin:0;border-radius:8px;overflow:hidden;background:#111;min-height:160px}.article-card img{width:100%;height:100%;object-fit:cover;border-radius:0}.article-card h3{font-size:clamp(22px,2vw,30px);line-height:1;letter-spacing:-.04em;font-weight:430;margin:0 0 8px}.article-card p{color:var(--muted);font-size:14.5px;margin:0 0 10px}.meta-line{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.banner-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.soft-banner{border-radius:10px;padding:clamp(22px,3vw,42px);background:#fffdf8;border:1px solid rgba(22,20,17,.14)}.soft-banner.dark{background:#11100e;color:#f6efe6}.soft-banner.dark p{color:rgba(246,239,230,.72)}.soft-banner h3{font-size:clamp(30px,4vw,64px);line-height:.93;letter-spacing:-.06em;font-weight:430;margin:0 0 16px}.soft-banner p{color:var(--muted);max-width:680px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.contact-list{display:grid;gap:10px}.contact-item{padding:18px;border:1px solid rgba(22,20,17,.14);border-radius:10px;background:#fffdf8}.contact-item span{font-size:10.5px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.contact-item strong{display:block;margin-top:8px;font-size:22px;font-weight:430;letter-spacing:-.035em}.brief-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:rgba(255,253,248,.78);border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:18px}.brief-form label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.brief-form input,.brief-form textarea,.brief-form select{width:100%;margin-top:6px;border:1px solid rgba(22,20,17,.18);border-radius:8px;background:#fff;padding:12px;font:inherit}.brief-form textarea{min-height:120px;resize:vertical}.span-2{grid-column:1/-1}.logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.logo-card{min-height:92px;border:1px solid rgba(22,20,17,.13);border-radius:10px;background:#fffdf8;display:grid;place-items:center;padding:12px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;text-align:center}
@keyframes slowZoom{from{transform:scale(1.02)}to{transform:scale(1.08)}}@media(max-width:1180px){.topbar{height:66px;grid-template-columns:auto 1fr auto;--header:66px}.topbar.is-scrolled{height:66px}.brand img{height:25px}.mobile-menu-button{display:inline-flex}.top-cta{display:none}.nav{position:fixed;top:66px;left:12px;right:12px;max-height:calc(100svh - 84px);overflow:auto;display:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:12px;background:rgba(255,255,255,.985);border:1px solid rgba(22,20,17,.14);box-shadow:0 24px 70px rgba(22,20,17,.18);border-radius:10px;white-space:normal}.topbar.menu-open .nav{display:flex}.nav-item,.nav-link{display:block;height:auto}.topbar.is-scrolled .nav-link{height:auto}.nav-link{padding:14px 12px;border-bottom:1px solid rgba(22,20,17,.08)}.mega-menu,.topbar.is-scrolled .mega-menu{position:static;top:auto;left:auto;right:auto;opacity:1;visibility:visible;transform:none;pointer-events:auto}.mega-panel{box-shadow:none;border:none;background:transparent}.mega-grid,.mega-menu.compact .mega-grid{grid-template-columns:1fr;min-height:0;max-height:none}.mega-intro,.mega-preview{display:none}.mega-links,.mega-menu.compact .mega-links{grid-template-columns:1fr;padding:4px 0 12px;max-height:none}.page-hero{grid-template-columns:1fr;min-height:auto;padding-top:120px}.hero-image{min-height:320px}.catalog-grid,.article-grid{grid-template-columns:1fr 1fr}.article-card{grid-template-columns:160px minmax(0,1fr)}.article-layout,.contact-grid,.wide-panel,.banner-grid,.visual-text{grid-template-columns:1fr}.card-grid{grid-template-columns:1fr 1fr}.split-gallery{grid-template-columns:1fr}.split-media{min-height:76vh}.screen{min-height:auto}.screen-inner{min-height:auto;padding-top:110px}.hero .screen-inner{min-height:100svh}.progress{display:none}.thin-footer{flex-direction:column;align-items:flex-start}.rail-card{height:62vh;min-width:88vw}}@media(max-width:720px){html.snap-page{scroll-snap-type:none}.display{font-size:clamp(46px,15vw,78px)}.headline{font-size:clamp(36px,11vw,64px)}.page-hero h1{font-size:clamp(44px,14vw,74px)}.catalog-grid,.article-grid,.card-grid,.list-block,.logo-row{grid-template-columns:1fr}.article-card{grid-template-columns:1fr}.article-card figure{min-height:240px}.brief-form{grid-template-columns:1fr}.route-card{min-height:52vh}.hero-count{display:none}.category-strip{top:66px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}html{scroll-behavior:auto;scroll-snap-type:none}.drag-rail{scroll-snap-type:none}}

/* v10.1: safer mega menu layout + compact menus with preview */
.mega-grid{grid-template-columns:minmax(250px,300px) minmax(0,1fr) minmax(250px,300px)}
.mega-links{min-width:0}.mega-links a{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.mega-links strong,.mega-links span{max-width:100%}
.mega-menu.compact.has-preview .mega-panel{max-width:1020px}.mega-menu.compact.has-preview .mega-grid{grid-template-columns:minmax(250px,300px) minmax(0,1fr) minmax(250px,300px);min-height:300px}.mega-menu.compact.has-preview .mega-preview{display:block;min-height:300px}.mega-menu.compact.has-preview .mega-links{grid-template-columns:1fr;max-height:min(520px,calc(100svh - var(--header) - 22px))}
.category-strip button{white-space:nowrap;border:1px solid rgba(22,20,17,.18);background:rgba(255,255,255,.48);border-radius:999px;padding:9px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(22,20,17,.76);font:inherit;cursor:pointer}.category-strip button:hover,.category-strip button:focus-visible,.category-strip button.active{background:var(--ink);color:var(--paper);border-color:var(--ink);outline:none}.catalog-card.is-hidden{display:none}.portfolio-filter{scroll-margin-top:calc(var(--header) + 16px)}
@media(max-width:1320px) and (min-width:1181px){.topbar{grid-template-columns:132px minmax(0,1fr) 112px;gap:12px}.nav{gap:clamp(7px,1vw,15px);font-size:9.8px}.top-cta{padding:10px 11px;font-size:9.8px}.mega-panel{max-width:1060px}.mega-grid{grid-template-columns:minmax(235px,280px) minmax(0,1fr) minmax(235px,280px)}}
@media(max-width:1180px){.mega-menu.compact.has-preview .mega-grid{grid-template-columns:1fr;min-height:0;max-height:none}.mega-menu.compact.has-preview .mega-preview{display:none}.category-strip button{font-size:10.5px}}


/* v10.2 UX/content corrections */
.topbar{grid-template-columns:140px minmax(0,1fr) 116px}.nav{gap:clamp(7px,1.1vw,18px);font-size:10px}.top-cta{font-size:10px;padding:10px 12px}.mega-panel{max-width:min(1160px,calc(100vw - 28px));}.mega-grid{grid-template-columns:minmax(240px,285px) minmax(0,1fr) minmax(245px,300px);}.mega-menu.compact.has-preview .mega-grid{grid-template-columns:minmax(240px,285px) minmax(0,1fr) minmax(245px,300px)}.mega-links{overflow-x:hidden;overscroll-behavior:contain}.mega-links a{display:block;width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere;hyphens:auto}.mega-links strong{line-height:1.14}.mega-links span{line-height:1.25}.mega-preview{min-width:0}.nav-link{white-space:nowrap}@media(max-width:1360px) and (min-width:1181px){.topbar{grid-template-columns:120px minmax(0,1fr) 96px;padding-left:22px;padding-right:22px}.brand img{height:25px}.nav{font-size:9.3px;gap:8px}.top-cta{font-size:9.2px;padding:9px 9px}.mega-grid,.mega-menu.compact.has-preview .mega-grid{grid-template-columns:minmax(220px,255px) minmax(0,1fr) minmax(220px,255px)}.mega-panel{max-width:1040px}.mega-intro{padding:20px}.mega-links{padding:16px}.mega-links a{padding:10px 11px}.mega-links strong{font-size:13px}.mega-links span{font-size:11.5px}}
.category-strip.strong-strip{position:sticky;top:64px;z-index:35;background:rgba(255,253,248,.98);box-shadow:0 14px 40px rgba(22,20,17,.12);border-top:1px solid rgba(22,20,17,.22);border-bottom:1px solid rgba(22,20,17,.22);padding:14px var(--pad);gap:10px;align-items:center}.filter-label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);font-weight:700;white-space:nowrap;margin-right:4px}.category-strip.strong-strip a,.category-strip.strong-strip button{background:#fff;border:1px solid rgba(22,20,17,.28);box-shadow:0 4px 14px rgba(22,20,17,.05);color:var(--ink);font-weight:650}.category-strip.strong-strip a:hover,.category-strip.strong-strip a:focus-visible,.category-strip.strong-strip button:hover,.category-strip.strong-strip button:focus-visible,.category-strip.strong-strip button.active{background:var(--ink);color:var(--paper);border-color:var(--ink);outline:none}.compact-hero{min-height:clamp(520px,68svh,720px);padding-top:calc(var(--header) + clamp(32px,4vw,62px));padding-bottom:clamp(28px,4vw,54px);align-items:center}.compact-hero .hero-image{min-height:clamp(320px,46vh,520px)}.compact-hero h1{font-size:clamp(46px,6.4vw,104px)}.compact-hero p{font-size:clamp(17px,1.65vw,24px)}
.portfolio-showcase{background:var(--dark);color:#f6efe6;position:relative;overflow:hidden}.portfolio-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 18%,rgba(184,154,101,.18),transparent 34%),radial-gradient(circle at 18% 82%,rgba(129,29,33,.18),transparent 28%);pointer-events:none}.portfolio-showcase .eyebrow{color:rgba(246,239,230,.62)}.portfolio-showcase .subhead{color:rgba(246,239,230,.74)}.portfolio-head{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:16px}.portfolio-head .headline{font-size:clamp(38px,5vw,82px);max-width:760px}.portfolio-head .subhead{font-size:clamp(15px,1.45vw,21px);max-width:640px;margin-top:12px}.portfolio-tools{display:flex;justify-content:flex-end;align-items:flex-end;gap:8px;flex-wrap:wrap}.filter{border:1px solid rgba(246,239,230,.26);color:#f6efe6;background:rgba(255,255,255,.05);border-radius:999px;padding:9px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.filter.active,.filter:hover{background:#f6efe6;color:#111;border-color:#f6efe6}.portfolio-stage{border-top:1px solid rgba(246,239,230,.18);border-bottom:1px solid rgba(246,239,230,.18);padding:10px 0}.portfolio-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:31vh 31vh;gap:12px;min-height:calc(62vh + 12px)}.project-card{position:relative;display:block;overflow:hidden;border-radius:10px;background:#111;color:#fff}.project-card.wide{grid-row:span 2}.project-card img,.project-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0}.project-card>img{transition:.85s var(--ease);filter:saturate(1.04) contrast(1.02)}.project-card:hover>img{transform:scale(1.06)}.project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.06) 65%)}.project-meta{position:absolute;z-index:4;left:18px;right:18px;bottom:18px}.project-title{font-size:clamp(20px,2vw,34px);line-height:.96;letter-spacing:-.045em}.project-cat{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.7);margin-top:7px}.project-note{position:absolute;z-index:4;top:14px;left:14px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.32);border-radius:999px;padding:7px 9px}.motion-fallback{position:absolute;inset:0;z-index:1;opacity:.0;transition:.3s}.project-card:hover .motion-fallback{opacity:.12}.project-card.is-hidden{display:none}.portfolio-footer{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:22px;color:rgba(246,239,230,.68);font-size:14px}.portfolio-footer .btn{color:#f6efe6;border-color:rgba(246,239,230,.25);background:rgba(255,255,255,.04)}.portfolio-filter{margin-top:0}.stories-feed{padding-top:clamp(28px,4vw,56px)}
.contact-page{height:100svh;overflow:hidden}.contact-sheet{min-height:100svh;padding:calc(var(--header) + 22px) var(--pad) 42px;display:grid;align-items:center}.contact-one{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:.9fr .75fr 1.05fr;gap:18px;align-items:stretch}.contact-copy h1{font-size:clamp(48px,6.6vw,112px);line-height:.86;letter-spacing:-.075em;font-weight:430;margin:0}.contact-copy p{font-size:clamp(17px,1.8vw,24px);line-height:1.16;color:rgba(22,20,17,.78);max-width:540px}.contact-list.compact{margin-top:20px}.contact-list.compact .contact-item{padding:13px 14px}.contact-list.compact .contact-item strong{font-size:clamp(17px,1.5vw,22px)}.contact-visual{border-radius:10px;overflow:hidden;background:#111;min-height:460px}.contact-visual img{width:100%;height:100%;object-fit:cover;border-radius:0}.compact-form{align-self:center}.compact-form textarea{min-height:92px}.contact-footer{position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(244,240,233,.96)}@media(max-width:1180px){.contact-page{height:auto;overflow:auto}.contact-one{grid-template-columns:1fr}.contact-visual{min-height:320px}.contact-footer{position:static}.portfolio-head{grid-template-columns:1fr}.portfolio-tools{justify-content:flex-start}.portfolio-grid{grid-template-columns:1fr;grid-template-rows:repeat(5,42vh);min-height:auto}.project-card.wide{grid-row:span 1}.category-strip.strong-strip{top:66px}}@media(max-width:720px){.compact-hero{min-height:auto}.portfolio-footer{display:block}.filter-label{width:100%;margin-bottom:2px}.contact-sheet{padding-top:96px}.brief-form.compact-form{grid-template-columns:1fr}}


/* v14 regression fixes: compact global menu, stable content spacing */
.topbar{z-index:1000}.mega-menu{left:50%!important;right:auto!important;width:min(960px,calc(100vw - 44px));transform:translate(-50%,-8px);}.nav-item.has-menu:hover .mega-menu,.nav-item.has-menu:focus-within .mega-menu,.mega-menu:hover{transform:translate(-50%,0)}.mega-panel{max-width:960px!important}.mega-grid{grid-template-columns:240px minmax(0,1fr) 240px!important;min-height:280px!important;max-height:min(560px,calc(100svh - var(--header) - 26px))!important}.mega-intro{padding:20px!important}.mega-intro strong{font-size:clamp(23px,2.2vw,32px)!important;letter-spacing:-.045em}.mega-links{padding:14px!important;max-height:min(560px,calc(100svh - var(--header) - 26px))!important;overflow:auto;display:flex!important;flex-direction:column!important}.mega-links a{padding:9px 10px!important;width:100%!important;min-width:0!important}.mega-links strong{font-size:12.6px!important}.mega-links span{font-size:11px!important}.mega-preview{min-height:280px!important}.mega-menu.compact.has-preview .mega-panel{max-width:760px!important}.mega-menu.compact.has-preview .mega-grid{grid-template-columns:210px minmax(0,1fr) 220px!important;min-height:250px!important}.mega-menu.compact.has-preview .mega-preview{display:block!important;min-height:250px!important}.standard-page main{padding-top:var(--header)}.page-section:first-child,.page-hero:first-child{margin-top:0}.page-section{scroll-margin-top:calc(var(--header) + 20px)}
/* portfolio: keep selected works visual but less vertically stretched */
.portfolio-showcase.compact-selected .portfolio-grid,.portfolio-grid.small-stage{grid-template-rows:24vh 24vh;min-height:calc(48vh + 12px)}.portfolio-showcase.compact-selected .portfolio-head .headline{font-size:clamp(34px,4.2vw,68px)}.portfolio-showcase.compact-selected .portfolio-head{margin-bottom:10px}.portfolio-showcase.compact-selected{padding-top:calc(var(--header) + 34px);padding-bottom:38px}.catalog-grid.project-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.project-grid .catalog-card figure{height:150px}.project-grid .catalog-card .body{padding:14px}.project-grid .catalog-card h3{font-size:18px}.project-grid .catalog-card p{font-size:13px}.project-grid .catalog-card{min-height:auto}.category-strip.strong-strip{top:64px;z-index:90}.page-hero.portfolio-hero{min-height:calc(100svh - var(--header));}
/* services v14 */
.service-company-hero{min-height:calc(100svh - var(--header));}.studio-proof .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.proof-grid article{border:1px solid var(--line);border-radius:10px;background:var(--paper);padding:22px;min-height:160px}.proof-grid strong{display:block;font-size:clamp(34px,4vw,70px);line-height:.9;letter-spacing:-.06em;font-weight:430}.proof-grid span{display:block;color:var(--muted);margin-top:12px}.service-list{display:flex;flex-direction:column;gap:10px}.service-row{display:grid;grid-template-columns:220px 86px minmax(0,1fr);gap:18px;align-items:stretch;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:164px;transition:.24s var(--ease)}.service-row:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(22,20,17,.10)}.service-row img{grid-column:1;width:100%;height:100%;object-fit:cover;border-radius:0}.service-row div{grid-column:2 / -1;padding:18px 22px 18px 0;display:grid;grid-template-columns:70px minmax(0,1fr);gap:8px 18px;align-content:center}.service-row span{grid-row:1 / span 2;color:var(--gold);font-size:13px;letter-spacing:.18em;text-transform:uppercase}.service-row h3{margin:0;font-size:clamp(22px,2.3vw,38px);line-height:.96;letter-spacing:-.045em;font-weight:430}.service-row p{margin:6px 0 0;color:var(--muted);max-width:820px}.wide-image{margin:0}.wide-image img{width:100%;max-height:620px;object-fit:cover}.wide-image figcaption{margin-top:10px;color:var(--muted)}.compact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.compact-cards a{position:relative;min-height:260px;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}.compact-cards img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.72;transition:.7s var(--ease)}.compact-cards a:hover img{transform:scale(1.05);opacity:.9}.compact-cards strong,.compact-cards span{position:relative;z-index:2}.compact-cards strong{font-size:24px}.compact-cards span{font-size:13px;color:rgba(255,255,255,.74)}.final-cta{text-align:center}.final-cta h2{font-size:clamp(44px,6vw,96px);letter-spacing:-.07em;font-weight:430;margin:0 0 22px}
/* stories archive */
.compact-archive-hero{min-height:clamp(440px,56svh,640px);align-items:center}.compact-archive-hero h1{font-size:clamp(48px,7vw,104px)}.compact-archive-hero p{max-width:640px}.no-top-pad{padding-top:34px}.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:28px}.category-cards a{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:17px;display:flex;flex-direction:column;min-height:145px}.category-cards span{font-size:11px;color:var(--gold);letter-spacing:.18em}.category-cards strong{font-size:clamp(20px,2vw,30px);line-height:1;margin-top:22px;font-weight:430;letter-spacing:-.035em}.category-cards em{font-style:normal;color:var(--muted);font-size:13px;margin-top:8px}.archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.article-list{display:flex;flex-direction:column;gap:10px}.article-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden}.article-row img{width:100%;height:100%;min-height:118px;object-fit:cover;border-radius:0}.article-row div{padding:12px 14px}.article-row span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.article-row h2{margin:5px 0;font-size:clamp(18px,1.7vw,28px);line-height:1;letter-spacing:-.035em;font-weight:430}.article-row p{margin:0;color:var(--muted);font-size:14px;line-height:1.35}.archive-side{position:sticky;top:calc(var(--header) + 20px);display:flex;flex-direction:column;gap:12px}.side-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:18px}.side-card h3{margin:0 0 12px}.side-card a{display:block;padding:8px 0;border-top:1px solid var(--line);font-size:14px}.side-card input{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px}.dark-card{background:var(--dark);color:var(--paper)}.dark-card p{color:rgba(255,255,255,.7)}
/* long pages */
.long-page{padding-top:0}.article-hero,.project-hero{max-width:var(--max);margin:0 auto;padding:calc(var(--header) + 48px) var(--pad) 44px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:28px;align-items:end}.article-hero h1,.project-hero h1{font-size:clamp(48px,6vw,106px);line-height:.88;letter-spacing:-.075em;font-weight:430;margin:0}.article-hero p,.project-hero p{font-size:clamp(18px,1.7vw,26px);line-height:1.15;color:var(--muted);max-width:760px}.article-hero figure,.project-hero figure{margin:0;min-height:460px}.article-hero img,.project-hero img{width:100%;height:100%;object-fit:cover}.article-layout{max-width:var(--max);margin:0 auto;padding:30px var(--pad) 80px;display:grid;grid-template-columns:250px minmax(0,820px);gap:clamp(24px,4vw,72px);align-items:start}.toc{position:sticky;top:calc(var(--header) + 20px);background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:16px}.toc strong{display:block;margin-bottom:10px}.toc a{display:block;padding:8px 0;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.article-body h2{font-size:clamp(30px,3.4vw,56px);line-height:.96;letter-spacing:-.055em;font-weight:430;margin:42px 0 12px}.article-body p,.article-body li{font-size:18px;line-height:1.6;color:rgba(22,20,17,.8)}.article-body ul,.article-body ol{padding-left:22px}.wide-figure{margin:32px 0}.wide-figure img{width:100%;max-height:560px;object-fit:cover}.wide-figure figcaption{font-size:13px;color:var(--muted);margin-top:8px}.fee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.fee-grid article{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:18px}.fee-grid span{font-size:42px;line-height:.9;letter-spacing:-.07em;color:var(--gold);display:block}.fee-grid h3{font-size:22px;line-height:1;margin:14px 0 8px}.article-body details{border-top:1px solid var(--line);padding:14px 0}.article-body summary{cursor:pointer;font-size:19px}.meta-line{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.meta-line span{border:1px solid var(--line);border-radius:999px;padding:8px 10px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);background:var(--paper)}.project-compare{margin:30px 0;height:clamp(360px,56vh,620px);border-radius:10px;overflow:hidden}.compare-label{position:absolute;z-index:3;bottom:14px;background:rgba(0,0,0,.55);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.compare-label.left{left:14px}.compare-label.right{right:14px}.video-placeholder{border:1px dashed rgba(22,20,17,.35);border-radius:10px;background:var(--paper);padding:28px;margin:18px 0;color:var(--muted)}.video-placeholder span{display:block;color:var(--ink);font-size:22px;margin-bottom:8px}.key-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:20px}.key-card h2{margin-top:0}.project-single blockquote{font-size:clamp(22px,2.4vw,36px);line-height:1.25;letter-spacing:-.035em;margin:28px 0;padding:24px;border-left:3px solid var(--gold);background:var(--paper)}
@media(max-width:1180px){.mega-menu{position:static!important;transform:none!important;width:auto!important}.mega-grid,.mega-menu.compact.has-preview .mega-grid{grid-template-columns:1fr!important}.mega-preview{display:none!important}.service-row{grid-template-columns:150px minmax(0,1fr)}.service-row div{grid-column:2;grid-template-columns:1fr;padding:16px}.service-row span{grid-row:auto}.archive-layout,.article-layout,.article-hero,.project-hero{grid-template-columns:1fr}.category-cards,.compact-cards,.proof-grid,.fee-grid{grid-template-columns:1fr 1fr}.archive-side,.toc{position:static}.article-row{grid-template-columns:132px minmax(0,1fr)}}
@media(max-width:720px){.service-row,.article-row{grid-template-columns:1fr}.service-row img{height:240px}.article-row img{height:170px;min-height:0}.service-row div{grid-column:1;padding:18px}.category-cards,.compact-cards,.proof-grid,.fee-grid{grid-template-columns:1fr}.article-hero,.project-hero{padding-top:110px}.article-layout{padding-top:12px}.portfolio-grid.small-stage{grid-template-rows:repeat(4,42vh)}}


/* v15 targeted rebuild: accepted pages preserved; replacement pages refined */
.v15-section-head{max-width:980px;margin:0 0 26px}.v15-section-head h2{font-size:clamp(36px,5vw,82px);line-height:.92;letter-spacing:-.065em;font-weight:430;margin:0}.v15-section-head p:not(.eyebrow){font-size:clamp(17px,1.6vw,24px);line-height:1.25;color:var(--muted);max-width:880px}.v15-section-head.inverse h2,.v15-section-head.inverse p{color:#f7efe4}.v15-services-hero{min-height:calc(100svh - var(--header));display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,46vw);gap:clamp(24px,4vw,70px);align-items:center;padding:calc(var(--header) + 48px) var(--pad) 54px;max-width:var(--max);margin:0 auto}.v15-services-hero h1{font-size:clamp(52px,7vw,118px);line-height:.86;letter-spacing:-.075em;font-weight:430;margin:0}.v15-services-hero p:not(.eyebrow){font-size:clamp(18px,2vw,28px);line-height:1.18;color:rgba(22,20,17,.76);max-width:820px}.v15-services-hero figure{margin:0;height:clamp(420px,70svh,760px)}.v15-services-hero img{width:100%;height:100%;object-fit:cover}.v15-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v15-proof-grid article{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:22px;min-height:150px}.v15-proof-grid strong{display:block;font-size:clamp(34px,4vw,70px);line-height:.9;letter-spacing:-.06em;font-weight:430}.v15-proof-grid span{display:block;color:var(--muted);margin-top:12px}.v15-selected-works{padding:calc(var(--header) + 38px) var(--pad) 56px;overflow:hidden}.v15-work-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,38vw);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.v15-work-card{position:relative;min-height:58vh;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start}.v15-work-card.large{grid-column:auto;grid-row:auto;grid-auto-columns:minmax(460px,48vw)}.v15-work-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;transition:.8s var(--ease);opacity:.78}.v15-work-card:hover img{transform:scale(1.06);opacity:.95}.v15-work-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,.05) 62%)}.v15-work-card span,.v15-work-card strong{position:relative;z-index:2}.v15-work-card span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72)}.v15-work-card strong{font-size:clamp(23px,2.3vw,42px);line-height:.95;letter-spacing:-.045em;font-weight:430;max-width:620px}.v15-service-list{display:flex;flex-direction:column;gap:10px}.v15-service-row{display:grid;grid-template-columns:210px 62px minmax(0,1fr);gap:18px;align-items:stretch;background:var(--paper);border:1px solid var(--line);border-radius:10px;min-height:150px;overflow:hidden;transition:.24s var(--ease)}.v15-service-row:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(22,20,17,.10)}.v15-service-row img{width:100%;height:100%;object-fit:cover;border-radius:0}.v15-service-row .num{align-self:center;color:var(--gold);font-size:13px;letter-spacing:.18em}.v15-service-row .copy{padding:20px 24px 20px 0;align-self:center}.v15-service-row h3{margin:0;font-size:clamp(22px,2.2vw,38px);line-height:.96;letter-spacing:-.045em;font-weight:430}.v15-service-row p{margin:8px 0 0;color:var(--muted);max-width:940px}.v15-team-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.v15-team-grid figure{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden}.v15-team-grid img{width:100%;height:230px;object-fit:cover;border-radius:0}.v15-team-grid figcaption{padding:12px}.v15-team-grid strong{display:block}.v15-team-grid span{color:var(--muted);font-size:12px}.v15-tool-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v15-tool-strip img{background:var(--paper);border:1px solid var(--line);border-radius:10px;min-height:130px;object-fit:contain;padding:24px;width:100%}.v15-invest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v15-invest-grid a{position:relative;min-height:320px;border-radius:10px;overflow:hidden;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}.v15-invest-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.72}.v15-invest-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.06) 62%)}.v15-invest-grid strong,.v15-invest-grid span{position:relative;z-index:2}.v15-final-cta{text-align:center}.v15-final-cta h2{font-size:clamp(46px,6.4vw,104px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0 0 24px}.v15-portfolio-selected{padding:calc(var(--header) + 28px) var(--pad) 44px}.v15-portfolio-selected .portfolio-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:14px}.v15-portfolio-selected h1,.v15-portfolio-selected h2{font-size:clamp(46px,6vw,96px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0;color:#f7efe4}.v15-portfolio-selected .subhead{color:rgba(247,239,228,.72);font-size:clamp(16px,1.6vw,24px);max-width:720px}.v15-portfolio-selected .portfolio-grid.small-stage{grid-template-rows:24vh 24vh;min-height:calc(48vh + 12px)}.compact-projects .catalog-grid.compact{grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:10px}.compact-projects .catalog-card figure{height:142px}.compact-projects .catalog-card .body{padding:13px}.compact-projects .catalog-card h3{font-size:18px;line-height:1}.compact-projects .catalog-card p{font-size:12.8px;line-height:1.32}.compact-projects .catalog-card{min-height:auto}.v15-filter{position:sticky;top:64px;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:10px;padding:8px;margin:0 0 18px;display:flex;gap:8px;overflow:auto}.v15-filter button{border:1px solid rgba(22,20,17,.20);border-radius:8px;background:var(--paper);padding:10px 13px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;white-space:nowrap}.v15-filter button.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.service-single-hero figure,.rimmart-hero figure{height:clamp(430px,66vh,760px)}.v15-video-slot{position:relative;min-height:340px;border-radius:10px;overflow:hidden;background:#111;color:#fff;margin:22px 0;display:flex;align-items:flex-end;padding:20px}.v15-video-slot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.65}.v15-video-slot:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.1) 65%)}.v15-video-slot div{position:relative;z-index:2}.v15-video-slot strong{display:block;font-size:28px;letter-spacing:-.04em;font-weight:430}.v15-video-slot span{color:rgba(255,255,255,.72)}.v15-project-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,42%);gap:22px;align-items:stretch}.v15-project-intro blockquote{margin:0;padding:28px;border-left:3px solid var(--gold);background:var(--paper);font-size:clamp(24px,2.4vw,40px);line-height:1.18;letter-spacing:-.04em}.v15-related-services .compact-cards{margin-top:18px}
@media(max-width:1180px){.v15-services-hero,.v15-project-intro{grid-template-columns:1fr}.v15-team-grid{grid-template-columns:repeat(3,1fr)}.v15-service-row{grid-template-columns:150px minmax(0,1fr)}.v15-service-row .num{display:none}.v15-service-row .copy{padding:16px}.v15-portfolio-selected .portfolio-head{display:block}.v15-work-rail{grid-auto-columns:minmax(280px,72vw)}.v15-tool-strip,.v15-invest-grid,.v15-proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.v15-services-hero{padding-top:108px}.v15-service-row{grid-template-columns:1fr}.v15-service-row img{height:230px}.v15-service-row .copy{padding:18px}.v15-team-grid,.v15-tool-strip,.v15-invest-grid,.v15-proof-grid{grid-template-columns:1fr}.v15-portfolio-selected .portfolio-grid.small-stage{grid-template-rows:repeat(5,42vh)}.v15-project-intro{grid-template-columns:1fr}.v15-work-card{min-height:50vh}}


/* v15.1 self-check fixes: compact dropdowns with right preview */
.mega-menu.compact.has-preview .mega-panel{max-width:900px;}
.mega-menu.compact.has-preview .mega-grid{grid-template-columns:260px minmax(0,1fr) minmax(220px,260px);min-height:280px;max-height:min(520px,calc(100svh - var(--header) - 22px));}
.mega-menu.compact.has-preview .mega-preview{display:block;min-height:280px;}
.mega-menu.compact.has-preview .mega-links{max-height:min(520px,calc(100svh - var(--header) - 22px));}
@media(max-width:1180px){.mega-menu.compact.has-preview .mega-preview{display:none!important;}}


/* v16 targeted redesign: portfolio, Rimmart, FF&E service, Services hero */
.v16-section-head{max-width:1040px;margin:0 0 28px}.v16-section-head h2{font-size:clamp(40px,5.8vw,98px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0}.v16-section-head p:not(.eyebrow){font-size:clamp(17px,1.7vw,26px);line-height:1.22;color:var(--muted);max-width:920px}.v16-section-head.inverse h2,.v16-section-head.inverse p{color:#f7efe4}.services-v16-hero{min-height:100svh;padding:calc(var(--header) + 44px) var(--pad) 48px;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,48vw);gap:clamp(28px,4vw,72px);align-items:center}.services-v16-copy h1{font-size:clamp(54px,7.8vw,132px);line-height:.84;letter-spacing:-.08em;font-weight:420;margin:0}.services-v16-copy p:not(.eyebrow){font-size:clamp(18px,1.9vw,29px);line-height:1.18;color:rgba(22,20,17,.76);max-width:860px}.services-v16-collage{height:clamp(520px,74svh,790px);display:grid;grid-template-columns:1.3fr .8fr;grid-template-rows:1fr 1fr 1fr;gap:10px}.services-v16-collage figure{margin:0;overflow:hidden;border-radius:10px;background:#111}.services-v16-collage figure.large{grid-row:1/4}.services-v16-collage img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:1s var(--ease)}.services-v16-collage figure:hover img{transform:scale(1.06)}.services-v16-proof{position:absolute;left:var(--pad);right:var(--pad);bottom:18px;display:flex;gap:10px;justify-content:center;pointer-events:none}.services-v16-proof span{background:rgba(255,253,248,.82);border:1px solid rgba(22,20,17,.16);backdrop-filter:blur(16px);padding:10px 14px;border-radius:8px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.services-v16-proof strong{font-size:22px;letter-spacing:-.04em;margin-right:6px}.services-v16-company,.portfolio-v16-archive,.service-v16-detail,.service-v16-fees,.service-v16-deliverables,.service-v16-faq,.rimmart-v16-compare,.rimmart-v16-grid,.rimmart-v16-gallery{padding:calc(var(--header) + 40px) var(--pad) 56px;max-width:var(--max);margin:0 auto}.v16-company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v16-company-grid article,.value-grid-v16 div,.fee-grid.v16-fee-grid article,.deliverables-list p,.service-v16-faq details,.rimmart-v16-grid article{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:24px}.v16-company-grid h3,.value-grid-v16 h3{font-size:clamp(28px,3vw,52px);line-height:.95;letter-spacing:-.055em;font-weight:430;margin:0 0 12px}.service-list-v16{display:flex;flex-direction:column;gap:10px}.service-list-v16 a{display:grid;grid-template-columns:210px 70px minmax(0,1fr);align-items:stretch;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:142px;transition:.25s var(--ease)}.service-list-v16 a:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(22,20,17,.11)}.service-list-v16 img{width:100%;height:100%;object-fit:cover;border-radius:0}.service-list-v16 span{align-self:center;justify-self:center;color:var(--gold);font-size:12px;letter-spacing:.16em}.service-list-v16 div{align-self:center;padding:20px 24px 20px 0}.service-list-v16 strong{display:block;font-size:clamp(22px,2.3vw,38px);line-height:.96;letter-spacing:-.045em;font-weight:430}.service-list-v16 p{margin:8px 0 0;color:var(--muted);max-width:940px}.services-v16-team{padding:calc(var(--header) + 40px) var(--pad) 58px}.team-strip-v16{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.team-strip-v16 figure{margin:0;position:relative;min-height:310px;border-radius:10px;overflow:hidden;background:#222}.team-strip-v16 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(.92)}.team-strip-v16 figcaption{position:absolute;left:12px;right:12px;bottom:12px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.12em}.services-v16-works,.services-v16-cta{padding:calc(var(--header) + 40px) var(--pad) 56px;max-width:var(--max);margin:0 auto}.selected-work-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,38vw);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.work-tile{position:relative;min-height:58vh;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start}.work-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.78;transition:.8s var(--ease)}.work-tile:hover img{transform:scale(1.06);opacity:.95}.work-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.05) 62%)}.work-tile span,.work-tile strong{position:relative;z-index:2}.work-tile span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72)}.work-tile strong{font-size:clamp(28px,3vw,54px);line-height:.92;letter-spacing:-.06em;font-weight:430}.services-v16-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;text-align:left}.services-v16-cta h2{font-size:clamp(42px,5.6vw,94px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0}.portfolio-v16-hero,.rimmart-v16-hero,.service-v16-hero{min-height:100svh;position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(26px,4vw,72px);align-items:end;padding:calc(var(--header) + 52px) var(--pad) 56px;overflow:hidden}.portfolio-v16-bg,.rimmart-v16-media{position:absolute;inset:0;background:#111}.portfolio-v16-bg img,.rimmart-v16-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(.96) contrast(1.03);opacity:.58}.portfolio-v16-hero:after,.rimmart-v16-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.16) 58%,rgba(0,0,0,.55)),linear-gradient(0deg,rgba(0,0,0,.42),rgba(0,0,0,0) 50%)}.portfolio-v16-title,.rimmart-v16-title{position:relative;z-index:2;color:#fff;max-width:1100px}.portfolio-v16-title h1,.rimmart-v16-title h1{font-size:clamp(66px,10vw,170px);line-height:.82;letter-spacing:-.09em;font-weight:420;margin:0}.portfolio-v16-title p:not(.eyebrow),.rimmart-v16-title p:not(.eyebrow){font-size:clamp(18px,2vw,30px);line-height:1.15;color:rgba(255,255,255,.76);max-width:780px}.portfolio-v16-featured{padding:calc(var(--header) + 38px) var(--pad) 46px}.portfolio-v16-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:16px}.portfolio-v16-head h2{font-size:clamp(52px,7vw,128px);line-height:.84;letter-spacing:-.085em;font-weight:420;margin:0;color:#f7efe4}.portfolio-v16-head p{color:rgba(247,239,228,.68);max-width:440px}.portfolio-v16-stage{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:38vh 38vh;gap:12px}.v16-project-card{position:relative;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;min-height:0}.v16-project-card.hero-card{grid-row:1/3}.v16-project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.78;transition:.8s var(--ease)}.v16-project-card:hover img{transform:scale(1.07);opacity:.96}.v16-project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.74),rgba(0,0,0,.04) 63%)}.v16-project-card span,.v16-project-card strong{position:relative;z-index:2}.v16-project-card span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.7)}.v16-project-card strong{font-size:clamp(22px,2.3vw,46px);line-height:.95;letter-spacing:-.05em;font-weight:430;max-width:680px}.v16-chip-filter{position:sticky;top:64px;z-index:50;display:flex;gap:8px;overflow:auto;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:10px;padding:8px;margin:0 0 16px;backdrop-filter:blur(14px)}.v16-chip-filter button{border:1px solid rgba(22,20,17,.22);background:var(--paper);border-radius:8px;padding:10px 13px;font-size:11px;text-transform:uppercase;letter-spacing:.11em;white-space:nowrap;cursor:pointer}.v16-chip-filter button.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.v16-project-board{grid-template-columns:repeat(auto-fill,minmax(176px,1fr))!important;gap:10px!important}.v16-project-board .catalog-card figure{height:128px!important}.v16-project-board .catalog-card .body{padding:12px!important}.v16-project-board .catalog-card h3{font-size:17px!important}.v16-project-board .catalog-card p{font-size:12.5px!important;line-height:1.28!important}.portfolio-v16-services{padding:calc(var(--header) + 40px) var(--pad) 58px;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:32px;align-items:start}.portfolio-v16-services h2{font-size:clamp(40px,5vw,92px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0}.service-v16-hero{grid-template-columns:minmax(0,1fr) minmax(400px,44vw);align-items:center;background:var(--bg)}.service-v16-copy h1{font-size:clamp(54px,7.4vw,126px);line-height:.85;letter-spacing:-.085em;font-weight:420;margin:0}.service-v16-copy p:not(.eyebrow){font-size:clamp(18px,2vw,29px);line-height:1.18;color:rgba(22,20,17,.76);max-width:820px}.service-v16-hero figure{height:clamp(480px,72vh,780px);margin:0}.service-v16-hero figure img{width:100%;height:100%;object-fit:cover}.service-v16-summary{padding:0 var(--pad) 56px;max-width:var(--max);margin:-28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:2}.service-v16-summary article{background:rgba(255,253,248,.94);border:1px solid var(--line);backdrop-filter:blur(14px);border-radius:10px;padding:22px}.service-v16-summary span,.rimmart-v16-grid span{display:block;color:var(--gold);font-size:12px;letter-spacing:.16em;margin-bottom:10px}.service-v16-summary h2,.rimmart-v16-grid h2{font-size:clamp(24px,2.6vw,46px);line-height:.95;letter-spacing:-.055em;font-weight:430;margin:0 0 10px}.value-grid-v16{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-rail-v16{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,28vw);gap:12px;overflow-x:auto;padding-bottom:8px}.process-rail-v16 article{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:24px;min-height:270px}.process-rail-v16 span{color:var(--gold);letter-spacing:.16em}.process-rail-v16 h3{font-size:clamp(28px,3vw,52px);line-height:.95;letter-spacing:-.055em;font-weight:430}.v16-fee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v16-fee-grid strong{font-size:clamp(46px,6vw,108px);line-height:.85;letter-spacing:-.08em;font-weight:420}.v16-fee-grid span{display:block;text-transform:uppercase;letter-spacing:.14em;margin:12px 0;color:var(--gold)}.service-v16-deliverables{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.deliverables-copy h2{font-size:clamp(38px,5vw,92px);line-height:.9;letter-spacing:-.075em;font-weight:430;margin:0}.deliverables-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-v16-faq details{margin-bottom:10px}.service-v16-faq summary{cursor:pointer;font-weight:560;font-size:18px}.rimmart-v16-meta,.rimmart-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.rimmart-meta span{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:8px 12px;color:rgba(255,255,255,.82);font-size:12px}.rimmart-v16-story{max-width:var(--max);margin:0 auto;padding:calc(var(--header) + 42px) var(--pad) 56px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,42%);gap:24px;align-items:start}.rimmart-v16-story h2{font-size:clamp(42px,6vw,104px);line-height:.88;letter-spacing:-.08em;font-weight:420;margin:0}.rimmart-v16-story p{font-size:clamp(18px,1.8vw,27px);line-height:1.22;color:var(--muted)}.rimmart-v16-story blockquote{margin:0;background:var(--paper);border-left:3px solid var(--gold);padding:30px;font-size:clamp(24px,2.8vw,48px);line-height:1.12;letter-spacing:-.055em}.rimmart-compare{height:min(76vh,760px);border-radius:10px;overflow:hidden}.rimmart-v16-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rimmart-v16-media-section{padding:calc(var(--header) + 40px) var(--pad) 56px}.video-grid-v16{display:grid;grid-template-columns:1fr 1fr;gap:12px}.video-card-v16{position:relative;min-height:420px;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end}.video-card-v16 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.64}.video-card-v16:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.08) 62%)}.video-card-v16 strong,.video-card-v16 span{position:relative;z-index:2}.video-card-v16 strong{font-size:clamp(30px,4vw,70px);line-height:.9;letter-spacing:-.06em;font-weight:420}.rimmart-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-auto-rows:290px;gap:12px}.rimmart-gallery-grid img{width:100%;height:100%;object-fit:cover}.rimmart-gallery-grid img:first-child{grid-row:span 2}.rimmart-gallery-grid img:nth-child(2){grid-column:span 2}.is-hidden{display:none!important}
@media(max-width:1180px){.services-v16-hero,.service-v16-hero,.rimmart-v16-story,.portfolio-v16-services,.service-v16-deliverables{grid-template-columns:1fr}.services-v16-collage{height:560px}.team-strip-v16,.value-grid-v16,.rimmart-v16-grid{grid-template-columns:repeat(2,1fr)}.service-list-v16 a{grid-template-columns:160px 54px minmax(0,1fr)}.portfolio-v16-stage{grid-template-columns:1fr 1fr;grid-template-rows:44vh 44vh 44vh}.v16-project-card.hero-card{grid-row:auto;grid-column:span 2}.service-v16-summary,.v16-fee-grid,.v16-company-grid{grid-template-columns:1fr}.services-v16-cta{grid-template-columns:1fr}.rimmart-gallery-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.services-v16-hero,.portfolio-v16-hero,.rimmart-v16-hero,.service-v16-hero{display:block;padding-top:112px}.portfolio-v16-title h1,.rimmart-v16-title h1,.service-v16-copy h1,.services-v16-copy h1{font-size:clamp(52px,18vw,84px)}.services-v16-collage{height:auto;display:block;margin-top:24px}.services-v16-collage figure{height:260px;margin-bottom:10px}.services-v16-proof{position:static;display:grid;grid-template-columns:1fr;margin:0 var(--pad) 22px}.service-list-v16 a{grid-template-columns:1fr}.service-list-v16 img{height:220px}.service-list-v16 span{display:none}.service-list-v16 div{padding:18px}.team-strip-v16,.value-grid-v16,.rimmart-v16-grid,.video-grid-v16,.deliverables-list,.rimmart-gallery-grid{grid-template-columns:1fr}.portfolio-v16-stage{display:block}.v16-project-card{min-height:420px;margin-bottom:12px}.service-v16-hero figure{height:360px;margin-top:22px}.service-v16-summary{margin:0 auto;padding-top:12px}.rimmart-gallery-grid img:first-child,.rimmart-gallery-grid img:nth-child(2){grid-row:auto;grid-column:auto}}


/* v17 global corrections */
body{background:#fff!important}.standard-page main,.snap-page main{background:#fff}.topbar{height:var(--header);grid-template-columns:150px minmax(0,1fr) 140px}.topbar.is-scrolled{height:66px}.topbar.is-scrolled .nav-link{height:66px}.nav-link{height:var(--header)}.brand img{height:31px}.top-cta{font-size:12px;padding:12px 15px}.nav{font-size:12.5px;gap:clamp(12px,1.7vw,30px)}.mega-panel{max-width:1040px}.mega-grid{grid-template-columns:minmax(220px,260px) minmax(320px,1fr) minmax(220px,270px);min-height:300px;max-height:min(520px,calc(100svh - var(--header) - 22px))}.mega-intro{padding:22px;background:#fff}.mega-intro strong{font-size:clamp(24px,2.4vw,34px);letter-spacing:-.045em}.mega-links{max-height:min(520px,calc(100svh - var(--header) - 22px));padding:16px}.mega-menu.compact.has-preview .mega-panel{max-width:900px}.mega-menu.compact.has-preview .mega-grid{grid-template-columns:220px minmax(0,1fr) 240px;min-height:280px}.mega-menu.compact.has-preview .mega-preview{display:block;min-height:280px}.mega-menu.compact .mega-preview{display:block}.mega-menu.compact.has-preview .mega-links{padding:16px}.progress{background:rgba(255,255,255,.72)}.screen{background:#fff}.dark-section{background:#11100e;color:#fff}.dark-section .eyebrow,.dark-section p{color:rgba(255,255,255,.72)}.dark-section h2,.dark-section h3{color:#fff}.btn{font-weight:650}
.screen-inner.wide{max-width:var(--max);width:100%;padding-top:calc(var(--header) + 44px);padding-bottom:52px}.screen-inner.center{align-items:center;text-align:center}.display.small{font-size:clamp(48px,7vw,118px)}.split{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);gap:clamp(28px,5vw,80px);align-items:center}.split.reverse{grid-template-columns:minmax(380px,.82fr) minmax(0,1fr)}.split.reverse figure{order:0}.split figure img,.v17-tall-image img{width:100%;height:min(72vh,720px);object-fit:cover}.v17-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:24px;align-items:end;margin-bottom:24px}.v17-section-head h2{font-size:clamp(48px,6vw,116px);line-height:.88;letter-spacing:-.08em;font-weight:420;margin:0}.v17-section-head p:last-child{font-size:18px;color:var(--muted)}.dark-section .v17-section-head p:last-child{color:rgba(255,255,255,.72)}.v17-card-grid,.v17-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.v17-card-grid article,.v17-proof-grid article{border:1px solid var(--line);border-radius:10px;padding:24px;background:#fff}.dark-section .v17-card-grid article,.dark-section .v17-proof-grid article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}.v17-proof-grid span,.v17-card-grid span{color:var(--gold);letter-spacing:.16em;font-size:12px}.v17-card-grid h3,.v17-proof-grid h3{font-size:clamp(23px,2.2vw,38px);line-height:.98;letter-spacing:-.045em;font-weight:430;margin:12px 0}.v17-large-list{font-size:clamp(17px,1.4vw,22px);line-height:1.45;margin:0;padding-left:1.1em}.v17-large-list li{margin:.52em 0}
.v17-services-hero{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(28px,5vw,80px);padding:calc(var(--header) + 44px) var(--pad) 44px}.v17-services-hero .screen-inner{min-height:auto;padding:0}.v17-hero-collage{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:42vh 34vh;gap:12px;height:78vh}.v17-hero-collage img{width:100%;height:100%;object-fit:cover}.v17-hero-collage img:first-child{grid-row:1/3}.v17-service-list-screen .screen-inner{justify-content:flex-start}.v17-service-list{height:58vh;overflow:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.v17-service-row{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:22px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}.v17-service-row img{width:180px;height:118px;object-fit:cover}.v17-service-row span{font-size:12px;color:var(--gold);letter-spacing:.16em}.v17-service-row h3{font-size:clamp(22px,2.4vw,44px);line-height:.96;letter-spacing:-.055em;font-weight:430;margin:4px 0}.v17-service-row p{max-width:850px;margin:0;color:var(--muted)}.v17-service-row b{font-size:12px;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--line);border-radius:8px;padding:10px 12px}.v17-featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,360px);gap:12px;overflow-x:auto;padding-bottom:12px}.v17-project-card{display:block;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:10px;overflow:hidden}.dark-section .v17-project-card{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.16)}.v17-project-card figure{margin:0;height:260px;overflow:hidden}.v17-project-card figure img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:.6s var(--ease)}.v17-project-card:hover figure img{transform:scale(1.06)}.v17-project-card div{padding:16px}.v17-project-card span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold)}.v17-project-card h3{font-size:clamp(23px,2.3vw,40px);line-height:.95;letter-spacing:-.055em;font-weight:430;margin:8px 0}.v17-project-card p{color:var(--muted);font-size:14px}.dark-section .v17-project-card p{color:rgba(255,255,255,.68)}.v17-invest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v17-invest-grid a{position:relative;height:52vh;border-radius:10px;overflow:hidden;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:flex-end}.v17-invest-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.76}.v17-invest-grid a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.05) 60%)}.v17-invest-grid span,.v17-invest-grid strong{position:relative;z-index:2}.v17-invest-grid span{letter-spacing:.16em;text-transform:uppercase;font-size:12px;color:rgba(255,255,255,.68)}.v17-invest-grid strong{font-size:clamp(28px,3vw,54px);line-height:.94;letter-spacing:-.055em;font-weight:430}
.v17-portfolio-hero{position:relative;color:#fff;overflow:hidden}.v17-portfolio-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:brightness(.58) saturate(.98)}.v17-portfolio-selected{padding-top:0}.v17-portfolio-stage{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:31vh 31vh;gap:14px}.v17-portfolio-stage a{position:relative;border-radius:10px;overflow:hidden;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;background:#111}.v17-portfolio-stage a.hero{grid-row:1/3}.v17-portfolio-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.78;transition:.7s var(--ease)}.v17-portfolio-stage a:hover img{transform:scale(1.06);opacity:1}.v17-portfolio-stage a:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.04) 60%)}.v17-portfolio-stage span,.v17-portfolio-stage strong{position:relative;z-index:2}.v17-portfolio-stage span{letter-spacing:.16em;text-transform:uppercase;font-size:11px;color:rgba(255,255,255,.72)}.v17-portfolio-stage strong{font-size:clamp(28px,3vw,54px);line-height:.94;letter-spacing:-.055em;font-weight:430}.v17-filter{display:flex;gap:8px;overflow:auto;margin:0 0 18px;padding:9px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.06)}.v17-filter button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:11px 16px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;cursor:pointer}.v17-filter button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.v17-compact-projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px;max-height:58vh;overflow:auto;padding-right:4px}.v17-project-card.compact figure{height:132px}.v17-project-card.compact div{padding:12px}.v17-project-card.compact h3{font-size:20px}.v17-project-card.compact p{font-size:12.5px;line-height:1.25}.v17-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v17-route-grid a{border:1px solid var(--line);border-radius:10px;padding:18px;font-size:clamp(20px,2vw,32px);line-height:1;letter-spacing:-.04em;background:#fff}.dark-section .v17-route-grid a{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#fff}
.v17-service-single-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,44vw);gap:clamp(28px,5vw,80px);align-items:center;padding:calc(var(--header) + 44px) var(--pad) 44px}.v17-service-single-hero figure{height:78vh;margin:0}.v17-service-single-hero img{width:100%;height:100%;object-fit:cover}.v17-service-single-hero h1{font-size:clamp(54px,7.4vw,128px);line-height:.84;letter-spacing:-.085em;font-weight:420;margin:0}.v17-tall-image{margin:0}
.rimmart-v17{background:#fff}.v17-case-hero{min-height:100svh;position:relative;color:#fff;display:flex;align-items:flex-end;padding:calc(var(--header) + 54px) var(--pad) 58px;overflow:hidden}.v17-case-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:brightness(.56) saturate(1.02)}.v17-case-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.20) 70%)}.v17-case-hero>div{position:relative;z-index:2;max-width:1180px}.v17-case-hero h1{font-size:clamp(56px,9vw,150px);line-height:.84;letter-spacing:-.085em;font-weight:420;margin:0}.v17-case-hero p{font-size:clamp(18px,2vw,30px);max-width:920px;color:rgba(255,255,255,.78)}.v17-case-section{max-width:var(--max);margin:0 auto;padding:calc(var(--header) + 50px) var(--pad) 72px}.v17-case-section.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:clamp(28px,5vw,80px);align-items:center}.v17-case-section.split.reverse{grid-template-columns:minmax(360px,.86fr) minmax(0,1fr)}.v17-case-section h2{font-size:clamp(42px,5.8vw,110px);line-height:.88;letter-spacing:-.08em;font-weight:420;margin:0 0 20px}.v17-case-section p,.v17-case-section li{font-size:clamp(17px,1.5vw,22px);line-height:1.45;color:var(--muted)}.v17-case-section blockquote{margin:0;border-left:3px solid var(--gold);padding:30px;background:#f7f7f7;font-size:clamp(24px,2.6vw,44px);line-height:1.12;letter-spacing:-.05em}.quote-wide blockquote{max-width:1180px;margin:auto}.v17-case-section figure{margin:0}.v17-case-section figure img{width:100%;height:min(72vh,720px);object-fit:cover}.video-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v17-video-slot{position:relative;height:58vh;border-radius:10px;overflow:hidden;background:#111;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:flex-end}.v17-video-slot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;opacity:.66}.v17-video-slot:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.06) 60%)}.v17-video-slot strong,.v17-video-slot span{position:relative;z-index:2}.v17-video-slot strong{font-size:clamp(30px,4vw,72px);line-height:.9;letter-spacing:-.06em;font-weight:420}.v17-masonry{columns:4 220px;column-gap:12px}.v17-masonry img{width:100%;break-inside:avoid;margin:0 0 12px;object-fit:cover}.v17-offer{margin-top:28px;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:24px;background:rgba(255,255,255,.06)}.v17-offer h3{font-size:clamp(28px,3vw,56px);margin:0}
.is-hidden{display:none!important}
@media(max-width:1180px){.split,.split.reverse,.v17-services-hero,.v17-service-single-hero,.v17-case-section.split,.v17-case-section.split.reverse{grid-template-columns:1fr!important}.v17-card-grid,.v17-proof-grid,.v17-invest-grid{grid-template-columns:1fr 1fr}.v17-portfolio-stage{grid-template-columns:1fr 1fr;grid-template-rows:auto}.v17-portfolio-stage a,.v17-portfolio-stage a.hero{height:42vh;grid-row:auto}.video-pair{grid-template-columns:1fr}}
@media(max-width:720px){html.snap-page{scroll-snap-type:none}.screen{min-height:auto}.screen-inner,.screen-inner.wide{min-height:auto;padding-top:110px}.nav{font-size:13px}.v17-section-head,.v17-card-grid,.v17-proof-grid,.v17-invest-grid,.v17-route-grid{grid-template-columns:1fr}.v17-hero-collage{height:auto;display:block}.v17-hero-collage img{height:260px;margin-bottom:10px}.v17-service-row{grid-template-columns:1fr}.v17-service-row img{width:100%;height:220px}.v17-service-row b{width:max-content}.v17-portfolio-stage{display:block}.v17-portfolio-stage a{height:420px;margin-bottom:12px}.v17-service-single-hero{display:block;padding-top:110px}.v17-service-single-hero figure{height:360px;margin-top:24px}.v17-case-hero h1,.display{font-size:clamp(48px,17vw,86px)}.v17-case-section{padding-top:90px}.v17-case-section figure img{height:360px}}


/* === v18 targeted refinements === */
body{background:#fff}.nav{font-size:13.8px}.top-cta{font-size:13px}.subnote{max-width:720px;color:rgba(22,20,17,.72);font-size:clamp(15px,1.2vw,18px);margin-top:16px}.screen{padding-top:var(--header)}
.v18-contained{max-width:1420px;margin:0 auto;padding:clamp(96px,10vw,150px) var(--pad)}.v18-tight-head{max-width:850px;margin:0 0 clamp(26px,3vw,48px)}.v18-tight-head h2{font-size:clamp(30px,5vw,72px);line-height:.96;letter-spacing:-.07em;font-weight:410;margin:0}.v18-tight-head p:not(.eyebrow){font-size:clamp(15px,1.4vw,20px);color:var(--muted);max-width:720px}.v18-tight-head.inverted h2,.v18-tight-head.inverted p{color:#fff}.v18-tight-head.inverted p:not(.eyebrow){color:rgba(255,255,255,.66)}.headline.small{font-size:clamp(32px,4.4vw,68px);line-height:.98;letter-spacing:-.065em;font-weight:410}.screen-inner.compact{max-width:820px}.v18-hero-text .display{font-size:clamp(44px,8vw,118px);line-height:.88}.v18-hero-text .subhead{max-width:760px}
.v18-services-hero{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(440px,1.05fr);gap:clamp(24px,4vw,70px);align-items:center;padding:calc(var(--header) + 34px) var(--pad) 44px;min-height:100svh}.v18-hero-media-grid{height:min(72svh,680px);display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:12px}.v18-hero-media-grid img{width:100%;height:100%;object-fit:cover;border-radius:10px}.v18-hero-media-grid .tall{grid-row:1/3}.v18-stat-strip{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.v18-stat-strip span{border:1px solid rgba(22,20,17,.14);border-radius:999px;padding:10px 13px;background:#fff;font-size:13px}.v18-stat-strip b{font-size:18px;margin-right:5px}
.v18-service-index{scroll-snap-align:start;background:#fff}.v18-service-directory{display:grid;gap:8px}.v18-service-line{display:grid;grid-template-columns:108px 44px minmax(0,1fr) auto;gap:18px;align-items:center;padding:10px;border:1px solid rgba(22,20,17,.12);border-radius:10px;background:#fff;transition:.18s var(--ease)}.v18-service-line:hover{transform:translateY(-2px);box-shadow:0 18px 54px rgba(22,20,17,.09);border-color:rgba(22,20,17,.26)}.v18-service-line img{width:108px;height:68px;object-fit:cover}.v18-service-line span{font-size:12px;color:var(--muted)}.v18-service-line h3{margin:0 0 5px;font-size:18px;letter-spacing:-.02em}.v18-service-line p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.35}.v18-service-line b{font-size:11px;text-transform:uppercase;letter-spacing:.16em;border:1px solid rgba(22,20,17,.16);border-radius:999px;padding:8px 10px}.v18-service-line.featured{background:#f9f9f9}
.v18-selected{overflow:hidden}.v18-work-rail{display:flex;gap:18px;overflow:auto;padding:6px var(--pad) 24px 0;scroll-snap-type:x proximity}.v18-work-card{position:relative;flex:0 0 min(520px,82vw);height:clamp(360px,52svh,560px);border-radius:10px;overflow:hidden;background:#222;scroll-snap-align:start}.v18-work-card img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .6s var(--ease)}.v18-work-card:hover img{transform:scale(1.04)}.v18-work-card div{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-radius:10px;padding:14px 15px;color:#111}.v18-work-card small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:#555;margin-bottom:6px}.v18-work-card strong{font-size:24px;letter-spacing:-.03em}.v18-work-card span{display:block;color:#595959;font-size:13px;margin-top:4px}.btn.light{background:#fff;color:#111;border-color:#fff}.v18-company-value{background:#fff}.v18-value-grid{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(420px,1.2fr);gap:clamp(28px,5vw,84px);align-items:center}.v18-value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v18-value-cards article{border:1px solid rgba(22,20,17,.13);border-radius:10px;padding:22px;background:#fff}.v18-value-cards span{color:var(--muted);font-size:12px}.v18-value-cards h3{font-size:24px;margin:28px 0 8px}.v18-value-cards p{color:var(--muted);font-size:14px}
.v18-portfolio-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(30px,5vw,88px);align-items:center;padding:calc(var(--header) + 42px) var(--pad) 60px;min-height:100svh}.v18-portfolio-canvas{height:min(76svh,740px);display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px}.v18-portfolio-canvas img{width:100%;height:100%;object-fit:cover}.v18-portfolio-canvas .big{grid-row:1/3}.v18-visual-room{padding:0;overflow:hidden}.v18-showcase-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:1fr 1fr;gap:14px;height:min(62svh,660px)}.v18-showcase-card{position:relative;overflow:hidden;border-radius:10px}.v18-showcase-card.large{grid-row:1/3}.v18-showcase-card.wide{grid-column:2/4}.v18-showcase-card img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .55s var(--ease)}.v18-showcase-card:hover img{transform:scale(1.045)}.v18-showcase-card span{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);color:#111;border-radius:999px;padding:8px 12px;font-size:12px}.v18-portfolio-archive{scroll-snap-align:start;background:#fff}.v18-filter-panel{position:sticky;top:calc(var(--header) + 12px);z-index:6;display:flex;align-items:center;gap:8px;flex-wrap:wrap;background:rgba(255,255,255,.94);border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:10px;margin-bottom:24px;box-shadow:0 12px 34px rgba(22,20,17,.08);backdrop-filter:blur(14px)}.v18-filter-panel span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);padding:0 8px}.v18-filter-panel button{border:1px solid rgba(22,20,17,.16);background:#fff;border-radius:999px;padding:10px 13px;font-size:12px;cursor:pointer}.v18-filter-panel button.active{background:#111;color:#fff;border-color:#111}.v18-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.v18-catalog-card{border:1px solid rgba(22,20,17,.13);border-radius:10px;overflow:hidden;background:#fff;transition:.18s var(--ease)}.v18-catalog-card:hover{transform:translateY(-3px);box-shadow:0 18px 48px rgba(22,20,17,.1)}.v18-catalog-card img{width:100%;height:180px;object-fit:cover;border-radius:0}.v18-catalog-card div{padding:13px}.v18-catalog-card small{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.v18-catalog-card h3{font-size:20px;margin:12px 0 5px}.v18-catalog-card p{font-size:13px;color:var(--muted);margin:0}.catalog-card.is-hidden{display:none!important}.v18-portfolio-cta{background:#fff}
.v18-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,80px);align-items:center}.v18-about-grid p{font-size:clamp(17px,1.6vw,24px);line-height:1.5;color:var(--muted)}.v18-about-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v18-about-images img{height:56svh;width:100%;object-fit:cover}.v18-about-images img:nth-child(2){margin-top:56px;height:44svh}.v18-team-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:12px}.v18-team-grid article{background:#1a1917;border:1px solid rgba(255,255,255,.12);border-radius:10px;overflow:hidden}.v18-team-grid img{height:clamp(160px,22svh,240px);width:100%;object-fit:cover;border-radius:0}.v18-team-grid h3{color:#fff;font-size:22px;margin:14px 14px 2px}.v18-team-grid p{color:rgba(255,255,255,.62);margin:0 14px 16px;font-size:13px}
.contact-v18{min-height:100svh;padding:calc(var(--header) + 28px) var(--pad) 28px;background:#fff}.contact-fullsheet{min-height:calc(100svh - var(--header) - 56px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:16px;align-items:stretch;max-width:var(--max);margin:0 auto}.contact-hero-panel,.contact-action-panel{border:1px solid rgba(22,20,17,.14);border-radius:10px;padding:clamp(22px,3vw,44px);display:flex;flex-direction:column}.contact-hero-panel{gap:clamp(20px,3vw,34px);justify-content:flex-start;background:#fffdf8}.contact-action-panel{justify-content:center;gap:22px;background:#fff}.contact-intro{max-width:820px}.contact-hero-panel h1{font-size:clamp(44px,6vw,96px);line-height:.88;letter-spacing:-.075em;margin:0}.contact-hero-panel p{font-size:clamp(16px,1.4vw,22px);color:var(--muted);max-width:720px}.contact-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.contact-chips span{border:1px solid rgba(22,20,17,.15);border-radius:999px;padding:8px 10px;font-size:12px;background:#fff}.contact-center-visual{display:none}.contact-support-visual{margin:auto 0 0;min-height:180px;max-height:240px;border-radius:10px;overflow:hidden;background:#111}.contact-support-visual img{width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(.98) contrast(1.02)}.contact-list{display:grid;gap:12px;margin-bottom:20px}.contact-list div{border-bottom:1px solid rgba(22,20,17,.12);padding-bottom:12px}.contact-list small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:10px;margin-bottom:6px}.contact-list strong{font-size:18px}.contact-primary-list{margin:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contact-primary-list div{padding:16px;border:1px solid rgba(22,20,17,.14);border-radius:10px;background:#fff}.contact-primary-list div:first-child{grid-column:1/-1;background:#11100e;color:#fff}.contact-primary-list div:first-child small{color:rgba(255,255,255,.58)}.contact-primary-list strong{font-size:clamp(20px,2vw,34px);line-height:1.05;letter-spacing:-.04em;overflow-wrap:anywhere}.contact-quick-actions{display:flex;flex-wrap:wrap;gap:10px}.contact-form-head h2{font-size:clamp(28px,3vw,46px);line-height:.98;letter-spacing:-.055em;margin:0;max-width:620px}.v18-brief{display:grid;grid-template-columns:1fr 1fr;gap:10px}.v18-brief label{display:grid;gap:5px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.v18-brief input,.v18-brief select,.v18-brief textarea{border:1px solid rgba(22,20,17,.16);border-radius:8px;padding:10px;background:#fff;color:#111;font:inherit;text-transform:none;letter-spacing:normal}.v18-brief textarea{min-height:132px;resize:vertical}.v18-brief .span-2{grid-column:1/-1}
.v18-ffe-hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,80px);align-items:center;padding:calc(var(--header) + 46px) var(--pad) 50px;min-height:100svh}.v18-ffe-copy .display{font-size:clamp(46px,7vw,108px);line-height:.9}.v18-ffe-hero figure{height:min(72svh,720px)}.v18-ffe-hero img{width:100%;height:100%;object-fit:cover}.v18-mini-list{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.v18-mini-list span{border:1px solid rgba(22,20,17,.15);border-radius:999px;padding:8px 10px;font-size:12px}.v18-two-column{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,5vw,80px);align-items:center}.v18-two-column p{font-size:clamp(16px,1.4vw,22px);color:var(--muted);line-height:1.5}.v18-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.v18-check-grid article,.v18-benefit-grid article,.v18-process-strip article{border:1px solid rgba(22,20,17,.13);border-radius:10px;padding:20px;background:#fff}.dark-section .v18-check-grid article,.dark-section .v18-benefit-grid article{background:#171614;border-color:rgba(255,255,255,.13)}.dark-section .v18-check-grid h3,.dark-section .v18-benefit-grid h3,.dark-section .v18-benefit-grid span,.dark-section .v18-check-grid p,.dark-section .v18-benefit-grid p{color:#fff}.dark-section .v18-check-grid p,.dark-section .v18-benefit-grid p{color:rgba(255,255,255,.64)}.v18-check-grid h3,.v18-benefit-grid h3{font-size:22px;margin:0 0 8px}.v18-check-grid p,.v18-benefit-grid p,.v18-process-strip p{font-size:14px;color:var(--muted);margin:0}.v18-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.v18-benefit-grid span{font-size:12px;color:var(--muted)}.v18-process-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.v18-process-strip b{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#111;color:#fff;margin-bottom:20px}.v18-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v18-pricing-grid article{background:#171614;border:1px solid rgba(255,255,255,.13);border-radius:10px;padding:26px;color:#fff}.v18-pricing-grid article.featured{background:#fff;color:#111}.v18-pricing-grid strong{font-size:clamp(54px,7vw,96px);letter-spacing:-.08em}.v18-pricing-grid h3{font-size:24px;margin:18px 0 10px}.v18-pricing-grid p{color:inherit;opacity:.72}
.rimmart-v18{background:#fff}.v18-case-hero{min-height:100svh;display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(24px,4vw,72px);align-items:center;padding:calc(var(--header) + 42px) var(--pad) 54px}.v18-case-hero-media{height:min(78svh,760px)}.v18-case-hero-media img{width:100%;height:100%;object-fit:cover}.v18-case-hero-copy h1{font-size:clamp(44px,7vw,110px);line-height:.9;letter-spacing:-.075em;margin:0}.v18-case-hero-copy p{font-size:clamp(16px,1.5vw,23px);color:var(--muted);max-width:720px}.v18-case-meta{display:grid;gap:8px;margin-top:24px}.v18-case-meta span{border:1px solid rgba(22,20,17,.14);border-radius:999px;padding:9px 12px;font-size:13px;width:max-content;max-width:100%}.v18-case-section{max-width:1420px;margin:0 auto;padding:clamp(70px,8vw,132px) var(--pad);scroll-margin-top:var(--header)}.v18-case-section h2{font-size:clamp(30px,4.6vw,74px);line-height:.98;letter-spacing:-.065em;font-weight:410;margin:0 0 20px}.v18-case-section p,.v18-case-section li{font-size:clamp(16px,1.25vw,20px);line-height:1.52;color:var(--muted)}.v18-case-section.intro{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(24px,5vw,84px);align-items:start}.v18-case-section blockquote{font-size:clamp(22px,3.3vw,48px);line-height:1.06;letter-spacing:-.04em;margin:0;border-left:1px solid rgba(22,20,17,.18);padding-left:28px}.v18-case-section.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,90px);align-items:center}.v18-case-section.split.reverse figure{order:-1}.v18-case-section figure{margin:0}.v18-case-section figure img{width:100%;height:min(64svh,680px);object-fit:cover}.v18-compare{height:min(78svh,760px);position:relative;overflow:hidden;border-radius:10px}.v18-compare img{height:100%;width:100%;object-fit:cover}.v18-compare small{position:absolute;top:14px;background:rgba(255,255,255,.86);border-radius:999px;padding:8px 10px;font-size:12px}.v18-compare .left-label{left:14px}.v18-compare .right-label{right:14px}.v18-video-band{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.v18-video-placeholder{height:260px;border-radius:10px;border:1px solid rgba(22,20,17,.16);background:#111;color:#fff;display:grid;place-items:center}.v18-video-placeholder span{font-size:13px;letter-spacing:.14em;text-transform:uppercase}.v18-masonry{columns:4 220px;column-gap:12px}.v18-masonry img{width:100%;margin:0 0 12px;break-inside:avoid;object-fit:cover}.v18-case-section.conclusion{display:grid;grid-template-columns:1.1fr .55fr;gap:clamp(28px,5vw,80px);align-items:start}.v18-case-section.conclusion aside{border:1px solid rgba(22,20,17,.13);border-radius:10px;padding:24px;position:sticky;top:calc(var(--header) + 20px)}.v18-case-section.conclusion aside a{display:block;border-top:1px solid rgba(22,20,17,.12);padding:13px 0;color:#111}.v18-case-next{display:grid;grid-template-columns:1fr 420px;gap:20px;max-width:1420px;margin:0 auto;padding:clamp(60px,7vw,110px) var(--pad)}.v18-case-next>div{background:#111;color:#fff;border-radius:10px;padding:clamp(28px,4vw,56px)}.v18-case-next h2{font-size:clamp(34px,5vw,78px);line-height:.94;margin:0 0 16px}.v18-case-next p{color:rgba(255,255,255,.66)}.v18-next-card{border-radius:10px;overflow:hidden;border:1px solid rgba(22,20,17,.12);display:flex;flex-direction:column}.v18-next-card img{height:260px;width:100%;object-fit:cover;border-radius:0}.v18-next-card span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);padding:18px 18px 0}.v18-next-card strong{font-size:24px;padding:8px 18px 18px}
@media(max-width:980px){html.snap-page{scroll-snap-type:none}.v18-services-hero,.v18-portfolio-hero,.v18-ffe-hero,.v18-case-hero,.v18-value-grid,.v18-about-grid,.contact-fullsheet,.v18-two-column,.v18-case-section.intro,.v18-case-section.split,.v18-case-section.conclusion,.v18-case-next{grid-template-columns:1fr}.v18-hero-media-grid,.v18-portfolio-canvas{height:auto}.v18-hero-media-grid img,.v18-portfolio-canvas img{height:260px}.v18-service-line{grid-template-columns:84px 32px 1fr}.v18-service-line b{display:none}.v18-showcase-grid{height:auto;grid-template-columns:1fr}.v18-showcase-card.large,.v18-showcase-card.wide{grid-row:auto;grid-column:auto;height:340px}.v18-project-grid{grid-template-columns:repeat(2,1fr)}.v18-team-grid,.v18-benefit-grid,.v18-process-strip,.v18-pricing-grid,.v18-value-cards{grid-template-columns:1fr}.v18-work-card{flex-basis:84vw}.contact-center-visual{min-height:300px}.v18-case-section.split.reverse figure{order:0}.v18-video-band{grid-template-columns:1fr}}
@media(max-width:620px){.v18-project-grid{grid-template-columns:1fr}.v18-service-line{grid-template-columns:72px 1fr;gap:12px}.v18-service-line span{display:none}.v18-service-line img{width:72px;height:72px}.v18-brief{grid-template-columns:1fr}.v18-brief .span-2{grid-column:auto}.contact-v18{padding-left:16px;padding-right:16px}}

/* Contact page: keep contact methods dominant and move imagery out of the decision path. */
.contact-form-head h2{font-size:clamp(28px,3vw,46px)!important;line-height:.98!important;letter-spacing:-.055em!important}
@media(max-width:980px){.contact-support-visual{max-height:220px}.contact-action-panel{justify-content:flex-start}.contact-center-visual{display:none}}
@media(max-width:620px){.contact-v18{padding-left:16px;padding-right:16px;padding-bottom:16px}.contact-fullsheet{gap:12px}.contact-hero-panel,.contact-action-panel{padding:20px}.contact-primary-list{grid-template-columns:1fr}.contact-primary-list div:first-child{grid-column:auto}.contact-quick-actions{display:grid;grid-template-columns:1fr}.contact-support-visual{display:none}.contact-form-head h2{font-size:clamp(24px,8vw,34px)!important}.v18-brief .button-row{display:grid;grid-template-columns:1fr}}

/* Contact full rebuild: contact methods first, form second, image last. */
.contact-redesign{padding-top:var(--header);background:#f7f7f7;color:var(--ink)}
.contact-redesign-hero{min-height:calc(100svh - var(--header));display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:clamp(18px,3vw,42px);align-items:stretch;max-width:var(--max);margin:0 auto;padding:clamp(26px,4vw,56px) var(--pad)}
.contact-redesign-copy{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(28px,5vw,76px);border:1px solid rgba(22,20,17,.12);border-radius:10px;padding:clamp(24px,4vw,56px);background:#fff}
.contact-redesign-copy h1{max-width:940px;margin:0;font-size:clamp(40px,5.4vw,82px)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:520!important}
.contact-redesign-lede{max-width:760px;margin:18px 0 0;color:var(--muted);font-size:clamp(17px,1.6vw,25px);line-height:1.3}
.contact-redesign-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
.contact-redesign-actions a{min-width:0;display:flex;min-height:132px;flex-direction:column;justify-content:space-between;border-radius:10px;padding:16px;border:1px solid rgba(22,20,17,.14);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.contact-redesign-actions a:hover,.contact-redesign-actions a:focus-visible{transform:translateY(-2px);box-shadow:0 18px 44px rgba(22,20,17,.12);outline:none}
.contact-redesign-actions span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:inherit;opacity:.62}
.contact-redesign-actions strong{display:block;max-width:100%;font-size:clamp(19px,1.65vw,28px);line-height:1.08;letter-spacing:-.025em;overflow-wrap:anywhere;word-break:break-word}
.contact-redesign-email{background:#11100e;color:#fff}
.contact-redesign-phone{background:#fffdf8;color:var(--ink)}
.contact-redesign-brief{position:relative;isolation:isolate;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(16px,2vw,26px);border:1px solid rgba(255,255,255,.34);border-radius:10px;padding:clamp(20px,2.6vw,34px);background:#171614 url("/assets/uploads/2026/contact/versace-brief-starter-glass-background.jpg") center center/cover no-repeat;color:#fff;box-shadow:0 24px 70px rgba(22,20,17,.16)}
.contact-redesign-brief:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,rgba(0,0,0,.56),rgba(0,0,0,.20) 48%,rgba(255,255,255,.08)),linear-gradient(0deg,rgba(0,0,0,.52),rgba(0,0,0,.05) 58%)}
.contact-redesign-brief:after{content:"";position:absolute;inset:0;z-index:-1;background:rgba(255,255,255,.05);backdrop-filter:blur(1.5px) saturate(1.04);-webkit-backdrop-filter:blur(1.5px) saturate(1.04)}
.contact-redesign-brief-head{width:min(100%,520px);padding:0;text-shadow:0 2px 18px rgba(0,0,0,.34)}
.contact-redesign-brief-head .eyebrow{color:rgba(255,255,255,.78)}
.contact-redesign-brief-head h2{margin:0;color:#fff;font-size:clamp(28px,3vw,48px)!important;line-height:.96!important;letter-spacing:-.055em!important}
.contact-redesign-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}
.contact-redesign-form label{display:grid;gap:8px;min-width:0;color:#fff;font-size:13.5px;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 2px 14px rgba(0,0,0,.38)}
.contact-redesign-form input,.contact-redesign-form select,.contact-redesign-form textarea{width:100%;min-height:52px;border:1px solid rgba(255,255,255,.38);border-radius:8px;background:rgba(255,255,255,.30);color:#111;padding:13px 14px;font-size:1.5rem;line-height:1.15;text-transform:none;letter-spacing:normal;box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 10px 28px rgba(0,0,0,.13);backdrop-filter:blur(5px) saturate(1.12);-webkit-backdrop-filter:blur(5px) saturate(1.12);transition:box-shadow .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}
.contact-redesign-form select{appearance:none;-webkit-appearance:none;padding-right:42px;background-image:linear-gradient(45deg,transparent 50%,rgba(22,20,17,.72) 50%),linear-gradient(135deg,rgba(22,20,17,.72) 50%,transparent 50%);background-position:calc(100% - 23px) 50%,calc(100% - 16px) 50%;background-size:7px 7px,7px 7px;background-repeat:no-repeat}
.contact-redesign-form input:hover,.contact-redesign-form select:hover,.contact-redesign-form textarea:hover{border-color:rgba(255,255,255,.56);background-color:rgba(255,255,255,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 14px 34px rgba(0,0,0,.18)}
.contact-redesign-form input:focus,.contact-redesign-form select:focus,.contact-redesign-form textarea:focus{outline:none;border-color:rgba(255,255,255,.76);background-color:rgba(255,255,255,.44);box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 0 0 4px rgba(255,255,255,.18),0 0 34px rgba(255,255,255,.24),0 18px 40px rgba(0,0,0,.22)}
.contact-redesign-form input::placeholder,.contact-redesign-form textarea::placeholder{color:rgba(22,20,17,.54)}
.contact-redesign-form textarea{min-height:152px;resize:vertical}
.contact-redesign-wide{grid-column:1/-1}
.contact-redesign-submit{min-height:56px;border:1px solid rgba(255,255,255,.62);border-radius:8px;background:rgba(17,16,14,.86);color:#fff;padding:14px 18px;font-size:15px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;box-shadow:0 16px 40px rgba(0,0,0,.22);transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease)}
.contact-redesign-submit:hover,.contact-redesign-submit:focus-visible{transform:translateY(-2px);background:rgba(17,16,14,.94);box-shadow:0 0 0 4px rgba(255,255,255,.14),0 20px 48px rgba(0,0,0,.28);outline:none}
.contact-redesign-form-actions{display:none}
.contact-redesign-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:var(--max);margin:0 auto;padding:0 var(--pad) clamp(20px,3vw,42px)}
.contact-redesign-info article{min-height:230px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(22,20,17,.12);border-radius:10px;padding:22px;background:#fff}
.contact-redesign-info span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold)}
.contact-redesign-info strong{display:block;margin:26px 0 12px;font-size:clamp(24px,2.6vw,42px);line-height:.98;letter-spacing:-.05em}
.contact-redesign-info p{margin:0;color:var(--muted);font-size:15px;line-height:1.45}
.contact-redesign-visual{position:relative;min-height:clamp(260px,42vw,560px);margin:0 var(--pad) clamp(24px,4vw,60px);overflow:hidden;border-radius:10px;background:#111;color:#fff}
.contact-redesign-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(1.02) contrast(1.03)}
.contact-redesign-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.06) 64%)}
.contact-redesign-visual div{position:absolute;z-index:2;left:clamp(18px,3vw,42px);right:clamp(18px,3vw,42px);bottom:clamp(18px,3vw,42px)}
.contact-redesign-visual span{display:block;margin-bottom:8px;color:rgba(255,255,255,.68);font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.contact-redesign-visual strong{display:block;max-width:760px;font-size:clamp(28px,4.2vw,72px);line-height:.94;letter-spacing:-.055em}
@media(max-width:980px){.contact-redesign-hero{grid-template-columns:1fr;min-height:auto}.contact-redesign-actions,.contact-redesign-info{grid-template-columns:1fr}.contact-redesign-actions a{min-height:124px}.contact-redesign-info article{min-height:auto}.contact-redesign-visual{min-height:320px}}
@media(max-width:620px){.contact-redesign-hero{padding:20px 16px}.contact-redesign-copy,.contact-redesign-brief{padding:20px}.contact-redesign-copy{gap:28px}.contact-redesign-copy h1{font-size:clamp(34px,9.5vw,46px)!important;line-height:1!important;letter-spacing:-.035em!important;font-weight:520!important}.contact-redesign-lede{font-size:16px}.contact-redesign-actions a{min-height:104px;padding:14px}.contact-redesign-actions strong{font-size:clamp(18px,5vw,24px)}.contact-redesign-form{grid-template-columns:1fr}.contact-redesign-wide{grid-column:auto}.contact-redesign-form-actions{display:grid;grid-template-columns:1fr}.contact-redesign-info{padding-left:16px;padding-right:16px}.contact-redesign-visual{margin-left:16px;margin-right:16px;min-height:240px}.contact-redesign-visual strong{font-size:clamp(26px,9vw,40px)}}

/* Project brief intake */
.brief-page{padding-top:var(--header);padding-bottom:68px;background:#f7f7f7;color:var(--ink)}
.brief-hero{max-width:1180px;margin:0 auto;padding:clamp(22px,3vw,42px) var(--pad) 12px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:clamp(20px,4vw,64px);align-items:stretch}
.brief-hero--single{grid-template-columns:minmax(0,1fr)}
.brief-map-card{border:1px solid rgba(22,20,17,.13);border-radius:10px;background:#fff}
.brief-hero-copy{padding:0;display:flex;flex-direction:column;justify-content:flex-end;min-height:170px;background:transparent;border:0;border-radius:0}
.brief-hero-copy h1{margin:0;font-size:clamp(42px,5.8vw,82px)!important;line-height:.94!important;letter-spacing:-.055em!important;font-weight:430!important}
.brief-hero-copy p:not(.eyebrow){max-width:760px;margin:16px 0 0;color:var(--muted);font-size:clamp(17px,1.45vw,23px);line-height:1.3}
.brief-map-card{overflow:hidden;display:grid;grid-template-rows:minmax(260px,1fr) auto}
.brief-map-card img{width:100%;height:100%;object-fit:contain;padding:24px;background:#eef1ef;border-radius:0}
.brief-map-card div{padding:20px;border-top:1px solid rgba(22,20,17,.1)}
.brief-map-card span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.brief-map-card strong{display:block;margin:8px 0 8px;font-size:clamp(22px,2.4vw,34px);line-height:1;letter-spacing:-.045em}
.brief-map-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.45}
.brief-form-section{max-width:1180px;margin:0 auto;padding:0 var(--pad) clamp(42px,6vw,90px)}
.brief-intake-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch;padding:0;background:transparent;border:0;border-radius:0}
body.brief-validation-active::before,body.contact-hub-validation-active::before{content:"";position:fixed;inset:0;z-index:900;background:rgba(17,16,14,.46);pointer-events:none;animation:briefValidationDim .18s var(--ease) both}
.brief-intake-form.brief-validation-focus,.contact-quick-form.brief-validation-focus{position:relative}
.brief-intake-form fieldset{grid-column:span 1;min-width:0;height:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent}
.brief-intake-form .brief-location-fieldset,.brief-intake-form .span-2{grid-column:1/-1}
.brief-intake-form fieldset:nth-of-type(7),.brief-intake-form fieldset:nth-of-type(8){grid-column:span 1}
.brief-intake-form fieldset:nth-of-type(9){grid-column:span 2}
.brief-intake-form legend{padding:0;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.brief-intake-form label{display:grid;gap:6px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.11em}
.brief-intake-form input,.brief-intake-form select,.brief-intake-form textarea{width:100%;min-height:46px;margin-top:6px;border:1px solid rgba(22,20,17,.18);border-radius:8px;background:#fff;color:var(--ink);padding:10px 12px;font-size:15px;line-height:1.25;text-transform:none;letter-spacing:0}
.brief-intake-form textarea{min-height:108px;resize:vertical}
.brief-intake-form input[readonly]{background:#f1f1f1;color:rgba(22,20,17,.74)}
.brief-intake-form input:focus,.brief-intake-form select:focus,.brief-intake-form textarea:focus{outline:none;border-color:rgba(22,20,17,.58);box-shadow:0 0 0 4px rgba(168,135,79,.14)}
.brief-field-error{position:relative!important;z-index:902!important;isolation:isolate;border-color:transparent!important;background:transparent!important;box-shadow:none!important;color:#111!important}
.brief-field-error::before{content:"";position:absolute;inset:-8px;z-index:-1;background:#fff;border:1px solid rgba(220,38,38,.24);box-shadow:0 18px 54px rgba(15,23,42,.22);pointer-events:none}
.brief-field-error legend,.brief-field-error .brief-label-text{color:#111!important}
.brief-control-error{position:relative!important;z-index:903!important;border-color:#dc2626!important;background:#fff!important;box-shadow:0 0 0 4px rgba(220,38,38,.18),0 18px 48px rgba(127,29,29,.22)!important;animation:briefInvalidPulse .42s var(--ease) both}
.brief-location-grid{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(260px,1.15fr) minmax(190px,.95fr) minmax(260px,1.2fr);gap:12px;align-items:start}
.brief-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:start}
.brief-location-grid label{grid-template-rows:auto 52px}
.wizard-region-input-row{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:8px;align-items:end}
.wizard-region-input-row select{margin-top:6px!important}
.wizard-region-map-btn{width:46px;height:46px;min-height:46px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,20,17,.18);border-radius:8px;background:#fff;cursor:pointer;overflow:hidden;padding:0;box-shadow:none}
.wizard-region-map-btn:hover,.wizard-region-map-btn:focus-visible{border-color:rgba(220,38,38,.55);background:#fff5f5;outline:none;box-shadow:0 0 0 4px rgba(220,38,38,.12)}
.wizard-region-map-glyph{position:relative;width:20px;height:20px;display:block;border:0;background:transparent}
.wizard-region-map-glyph::before{content:"";position:absolute;left:4px;top:1px;width:12px;height:12px;border-radius:50% 50% 50% 0;background:#dc2626;transform:rotate(-45deg);box-shadow:0 1px 4px rgba(127,29,29,.24)}
.wizard-region-map-glyph i{position:absolute;left:8px;top:5px;width:4px;height:4px;border-radius:999px;background:#fff;box-shadow:none}
.wizard-country-map-modal[hidden]{display:none}
.wizard-country-map-modal{position:fixed;inset:0;z-index:1350;display:grid;place-items:center;padding:18px}
.wizard-country-map-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62)}
.wizard-country-map-card{position:relative;width:min(1080px,100%);max-height:min(900px,calc(100vh - 36px));display:grid;grid-template-rows:minmax(0,1fr);gap:10px;border-radius:18px;background:#fff;padding:18px;box-shadow:0 28px 90px rgba(15,23,42,.34)}
.wizard-country-map-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:#0f172a;cursor:pointer;display:grid;place-items:center;transition:background-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease)}
.wizard-country-map-close span,.wizard-country-map-close span::before{content:"";display:block;position:absolute;width:18px;height:2px;border-radius:999px;background:#0f172a;transition:background-color .2s var(--ease),transform .24s var(--ease)}
.wizard-country-map-close span{transform:rotate(45deg)}
.wizard-country-map-close span::before{transform:rotate(90deg)}
.wizard-country-map-card .wizard-country-map-close:hover,.wizard-country-map-card .wizard-country-map-close:focus-visible{background:#fee2e2!important;box-shadow:0 0 0 4px rgba(220,38,38,.12)!important;outline:none!important;transform:rotate(90deg)!important}
.wizard-country-map-card .wizard-country-map-close:hover span,.wizard-country-map-card .wizard-country-map-close:hover span::before,.wizard-country-map-card .wizard-country-map-close:focus-visible span,.wizard-country-map-card .wizard-country-map-close:focus-visible span::before{background:#dc2626!important}
.wizard-country-map-head{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap;padding-right:44px}
.wizard-country-map-head span,.wizard-country-map-selection span,.wizard-country-map-selected-label{color:#0f172a;font-size:26px;font-weight:430;letter-spacing:0;text-transform:none;line-height:1.1}
.wizard-country-map-head h2{margin:5px 0 0;color:#0f172a;font-size:26px!important;line-height:1.1!important;letter-spacing:0!important;white-space:nowrap}
.wizard-country-map-head p{margin:0;color:#475569;font-size:13px;line-height:1.45}
.wizard-country-map-selection{display:flex;align-items:baseline;gap:8px;padding:0;border:0;border-radius:0;background:transparent}
.wizard-country-map-selection strong,.wizard-country-map-selected-region{color:#1d4ed8;font-size:26px;font-weight:430;line-height:1.1}
.wizard-country-map-layout{min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(220px,280px);gap:18px;align-items:start}
.wizard-country-map-stage{min-height:420px;overflow:hidden;border:0;border-radius:0;background:transparent;display:grid;place-items:center;justify-items:start}
.wizard-country-map-stage svg{width:100%;height:min(64vh,620px);display:block;outline:none!important}
.wizard-country-map-stage svg path,.wizard-country-map-stage svg polygon,.wizard-country-map-stage svg polyline{fill:#bfdbfe!important;stroke:#1d4ed8!important;stroke-width:1.15!important;cursor:pointer;outline:none!important;transition:fill .2s ease-out,stroke .18s ease-out,stroke-width .18s ease-out}
.wizard-country-map-stage svg path:focus,.wizard-country-map-stage svg polygon:focus,.wizard-country-map-stage svg polyline:focus,.wizard-country-map-stage svg path:active,.wizard-country-map-stage svg polygon:active,.wizard-country-map-stage svg polyline:active{outline:none!important}
.wizard-country-map-stage svg path:hover,.wizard-country-map-stage svg polygon:hover,.wizard-country-map-stage svg polyline:hover{fill:#93c5fd!important;stroke:#1d4ed8!important}
.wizard-country-map-stage svg .is-active-region{fill:#fbbf24!important;stroke:#1d4ed8!important;stroke-width:1.45!important;animation:wizardRegionFill .24s ease-out both}
.wizard-country-map-stage svg path.is-active-region:hover,.wizard-country-map-stage svg polygon.is-active-region:hover,.wizard-country-map-stage svg polyline.is-active-region:hover,.wizard-country-map-stage svg path.is-active-region:focus,.wizard-country-map-stage svg polygon.is-active-region:focus,.wizard-country-map-stage svg polyline.is-active-region:focus{fill:#fbbf24!important;stroke:#1d4ed8!important;stroke-width:1.55!important}
.wizard-country-map-stage svg path:focus-visible,.wizard-country-map-stage svg polygon:focus-visible,.wizard-country-map-stage svg polyline:focus-visible{outline:none;stroke:#2563eb!important;stroke-width:1.7!important}
@keyframes wizardRegionFill{0%{fill:#bfdbfe}58%{fill:#fde68a}100%{fill:#fbbf24}}
.wizard-country-map-loading{color:#475569;font-weight:850}
.wizard-country-map-selected-label{padding-top:2px;white-space:nowrap}
.wizard-country-map-cities{min-height:0;display:flex;flex-direction:column;border-left:1px solid rgba(22,20,17,.1);padding-left:18px}
.wizard-country-map-cities>.wizard-country-map-selected-region{display:block;margin:0 0 14px}
.wizard-country-map-cities>span{display:block;margin:0 0 10px;color:#0f172a;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.wizard-country-map-city-list{display:grid;gap:7px;align-content:start;overflow:auto;padding-right:4px}
.wizard-country-map-city-list button{width:100%;border:0;border-radius:8px;background:#f8fafc;color:#0f172a;padding:10px 11px;text-align:left;font-size:14px;line-height:1.2;cursor:pointer;transition:background-color .18s var(--ease),color .18s var(--ease),transform .18s var(--ease)}
.wizard-country-map-city-list button:hover,.wizard-country-map-city-list button:focus-visible{background:#eff6ff;color:#1d4ed8;outline:none;transform:translateX(2px)}
.wizard-country-map-city-list button.is-active-city{background:#1d4ed8;color:#fff}
.wizard-country-map-city-list p{margin:0;color:#64748b;font-size:14px;line-height:1.4}
.wizard-country-map-apply{width:100%;min-height:44px;margin-top:14px;border:0;border-radius:8px;background:#11100e;color:#fff;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background-color .18s var(--ease),box-shadow .18s var(--ease),transform .18s var(--ease)}
.wizard-country-map-apply:hover,.wizard-country-map-apply:focus-visible{background:#1d4ed8;box-shadow:0 12px 30px rgba(29,78,216,.22);outline:none;transform:translateY(-1px)}
.wizard-country-map-foot{display:flex;align-items:center;justify-content:space-between;gap:14px}
.wizard-country-map-foot span{color:#475569;font-size:13px;line-height:1.35}
.wizard-country-map-foot .btn{border:0;border-radius:8px;background:transparent;color:#111;padding:11px 14px;cursor:pointer}
.brief-field-note{display:none}
.brief-consent{display:flex!important;align-items:flex-start;gap:10px;border:1px solid rgba(22,20,17,.12);border-radius:8px;padding:14px 16px;background:#fff;color:var(--ink)!important;text-transform:none!important;letter-spacing:0!important;font-size:14px!important}
.brief-consent input{width:auto;min-height:0;margin:4px 0 0}
.brief-submit{justify-self:stretch;width:100%;min-height:54px;margin-top:12px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff;padding:14px 18px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.brief-submit:hover,.brief-submit:focus-visible{transform:translateY(-2px);box-shadow:0 18px 44px rgba(22,20,17,.16);outline:none}
.brief-submit:disabled{opacity:.58;cursor:wait;transform:none;box-shadow:none}
.brief-form-status{min-height:22px;margin:0;color:var(--muted);font-size:14px}
.brief-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:980px){.brief-hero,.brief-intake-form{grid-template-columns:1fr}.brief-hero-copy{min-height:auto}.brief-map-card{grid-template-rows:280px auto}.brief-location-grid,.brief-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brief-intake-form fieldset,.brief-intake-form fieldset:nth-of-type(1),.brief-location-fieldset,.brief-intake-form .span-2{grid-column:1/-1}}
@media(max-width:780px){.wizard-country-map-card{padding:14px}.wizard-country-map-head{padding-right:42px}.wizard-country-map-layout{grid-template-columns:1fr;min-height:0}.wizard-country-map-stage{min-height:320px}.wizard-country-map-stage svg{height:min(48vh,420px)}.wizard-country-map-selected-label{padding-top:0}.wizard-country-map-cities{border-left:0;border-top:1px solid rgba(22,20,17,.1);padding-left:0;padding-top:12px;max-height:220px}.wizard-country-map-foot{align-items:stretch;flex-direction:column}.wizard-country-map-foot .btn{width:100%}}
@media(max-width:620px){.brief-hero,.brief-form-section{padding-left:16px;padding-right:16px}.brief-hero-copy,.brief-intake-form{padding:16px}.brief-hero-copy h1{font-size:clamp(36px,11vw,48px)!important;line-height:.98!important}.brief-hero-copy p:not(.eyebrow){font-size:16px}.brief-map-card{grid-template-rows:220px auto}.brief-location-grid,.brief-contact-grid{grid-template-columns:1fr}.brief-intake-form fieldset{padding:13px}.brief-intake-form legend{font-size:10px}.brief-submit{width:100%;justify-self:stretch}}

body[data-section="brief"] .thin-footer{position:fixed;left:0;right:0;bottom:0;z-index:70}
@keyframes briefValidationDim{from{opacity:0}to{opacity:1}}
@keyframes briefInvalidPulse{0%{transform:scale(1)}45%{transform:scale(1.018)}100%{transform:scale(1)}}

.contact-hub-page .topbar .top-cta{display:inline-flex}
.contact-hub{--contact-paper:#f6f6f3;--contact-line:rgba(22,20,17,.14);--contact-dark:#0f0e0c;min-height:100svh;padding-top:var(--header);background:var(--contact-paper);color:var(--ink)}
.contact-hub-tabs{position:sticky;top:var(--header);z-index:65;display:flex;gap:0;justify-content:center;padding:10px var(--pad);background:rgba(246,246,243,.92);border-bottom:1px solid var(--contact-line);backdrop-filter:blur(14px)}
.contact-hub-tabs a{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:1px solid var(--contact-line);border-right:0;background:rgba(255,255,255,.54);font-size:11px;font-weight:760;letter-spacing:.13em;text-transform:uppercase;color:rgba(22,20,17,.64);text-decoration:none}
.contact-hub-tabs a:first-child{border-radius:8px 0 0 8px}
.contact-hub-tabs a:last-child{border-right:1px solid var(--contact-line);border-radius:0 8px 8px 0}
.contact-hub-tabs a:hover,.contact-hub-tabs a:focus-visible,.contact-hub-tabs a.is-active{background:#11100e;color:#fff;outline:none}
.contact-hub-panel{min-height:calc(100svh - var(--header) - 64px);padding:clamp(30px,5vw,72px) var(--pad);scroll-margin-top:calc(var(--header) + 70px)}
.contact-hub-panel--brief{background:#fff}
.contact-hub-panel--contacts{background:var(--contact-dark);color:#f6f6f3}
.contact-hub-container{width:min(var(--max),100%);margin:0 auto}
.contact-hub-split{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(560px,1.1fr);gap:clamp(30px,5vw,88px);align-items:center}
.contact-hub-copy h1,.contact-hub-copy h2{margin:0;font-size:clamp(54px,8vw,132px)!important;line-height:.84!important;letter-spacing:-.075em!important;font-weight:520!important}
.contact-hub-copy p:not(.eyebrow){margin:clamp(22px,3vw,34px) 0 0;max-width:720px;color:var(--muted);font-size:clamp(18px,1.7vw,28px);line-height:1.32;letter-spacing:-.035em}
.contact-hub-copy--dark p:not(.eyebrow){color:rgba(246,246,243,.66)}
.contact-hub-route{display:flex;flex-wrap:wrap;width:fit-content;margin-top:clamp(26px,4vw,48px);border-top:1px solid var(--contact-line);border-bottom:1px solid var(--contact-line)}
.contact-hub-route span{min-height:46px;display:inline-flex;align-items:center;padding:0 14px;border-right:1px solid var(--contact-line);color:rgba(22,20,17,.62);font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.contact-hub-route span:first-child{border-left:1px solid var(--contact-line)}
.contact-hub-card{background:#fff;border:1px solid var(--contact-line);border-radius:8px;padding:clamp(22px,3vw,42px)}
.contact-hub-form-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);gap:20px;align-items:end;padding-bottom:20px;border-bottom:1px solid var(--contact-line);margin-bottom:20px}
.contact-hub-form-head small,.contact-hub-mini small,.contact-hub-direct-list small{color:var(--gold);font-size:11px;font-weight:760;letter-spacing:.15em;text-transform:uppercase}
.contact-hub-form-head h2{margin:7px 0 0;font-size:clamp(32px,4vw,62px)!important;line-height:.9!important;letter-spacing:-.065em!important}
.contact-hub-form-head p,.contact-hub-form-foot p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}
.contact-hub-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-hub-field-grid label{display:grid;gap:7px;color:var(--muted);font-size:11px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}
.contact-hub-field-grid input,.contact-hub-field-grid select,.contact-hub-field-grid textarea{width:100%;min-height:52px;border:1px solid rgba(22,20,17,.16);border-radius:8px;background:#fafaf8;color:var(--ink);padding:13px 14px;font:inherit;font-size:15px;line-height:1.22;text-transform:none;letter-spacing:0}
.contact-hub-field-grid textarea{min-height:126px;resize:vertical}
.contact-hub-wide{grid-column:1/-1}
.contact-hub-form-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:20px;margin-top:20px;border-top:1px solid var(--contact-line)}
.contact-hub-submit{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff;padding:0 18px;font-size:12px;font-weight:760;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}
.contact-hub-submit:hover,.contact-hub-submit:focus-visible{transform:translateY(-2px);box-shadow:0 18px 44px rgba(22,20,17,.16);outline:none}
.contact-hub-submit:disabled{opacity:.58;cursor:wait;transform:none;box-shadow:none}
.contact-form-status{min-height:22px;margin:12px 0 0;color:var(--muted);font-size:14px}
.contact-hub-brief-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:24px;align-items:end;max-width:1180px;margin:0 auto 24px}
.contact-hub-brief-head h2{margin:0;font-size:clamp(50px,7vw,104px)!important;line-height:.86!important;letter-spacing:-.075em!important;font-weight:520!important}
.contact-hub-brief-head p:last-child{margin:0;color:var(--muted);font-size:clamp(17px,1.4vw,22px);line-height:1.35}
.contact-hub .brief-form-section{padding:0 0 clamp(24px,4vw,48px)}
.contact-hub .brief-intake-form{max-width:1180px;margin:0 auto}
.contact-hub-contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(32px,6vw,92px);align-items:end}
.contact-hub-direct-list{display:grid;border-top:1px solid rgba(246,246,243,.15)}
.contact-hub-direct-list a,.contact-hub-direct-list div{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid rgba(246,246,243,.15);color:inherit;text-decoration:none}
.contact-hub-direct-list span{font-size:clamp(20px,2.2vw,34px);line-height:1.05;letter-spacing:-.04em;overflow-wrap:anywhere}
.contact-hub-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:clamp(34px,5vw,68px);background:rgba(246,246,243,.15);border:1px solid rgba(246,246,243,.15)}
.contact-hub-mini article{min-height:200px;padding:clamp(20px,3vw,34px);background:var(--contact-dark)}
.contact-hub-mini h3{margin:18px 0 0;color:#f6f6f3;font-size:clamp(25px,2.8vw,44px);line-height:.94;letter-spacing:-.06em;font-weight:520}
.contact-hub-mini p{margin:16px 0 0;color:rgba(246,246,243,.66);font-size:15px;line-height:1.45}
@media(max-width:1100px){.contact-hub-split,.contact-hub-brief-head,.contact-hub-contact-grid{grid-template-columns:1fr}.contact-hub-panel{min-height:auto}.contact-hub-form-head{grid-template-columns:1fr}.contact-hub-mini{grid-template-columns:1fr}}
@media(max-width:720px){.contact-hub-tabs{justify-content:flex-start;overflow-x:auto;padding-left:16px;padding-right:16px}.contact-hub-tabs a{white-space:nowrap}.contact-hub-panel{padding-left:16px;padding-right:16px}.contact-hub-field-grid{grid-template-columns:1fr}.contact-hub-wide{grid-column:auto}.contact-hub-form-foot{display:grid}.contact-hub-direct-list a,.contact-hub-direct-list div{grid-template-columns:1fr;gap:8px}.contact-hub-copy h1,.contact-hub-copy h2{font-size:clamp(44px,15vw,78px)!important}.contact-hub-card{padding:20px}.contact-hub .brief-intake-form{padding:0}.contact-hub .brief-intake-form fieldset{padding:0}}

/* Contact hub: archive mockup visual system, with live Danica forms/data. */
.contact-hub-tabs,.contact-hub-route{display:none!important}
.contact-hub-page{scroll-snap-type:y mandatory;scroll-behavior:smooth}
.contact-hub{--contact-ink:#0b0b0b;--contact-muted:rgba(11,11,11,.58);--contact-line:rgba(11,11,11,.14);--contact-paper:#f6f6f3;--contact-paper-2:#ecece8;--contact-white:#fff;--contact-dark:#0b0a09;--contact-light:#f6f6f3;--contact-light-muted:rgba(246,246,243,.62);--contact-light-line:rgba(246,246,243,.14);padding-top:var(--header);background:var(--contact-paper);color:var(--contact-ink)}
.contact-hub-tabs{position:fixed;top:calc(var(--header) + 10px);left:50%;right:auto;z-index:90;transform:translateX(-50%);display:flex;width:max-content;max-width:calc(100% - (var(--pad) * 2));padding:0;border:0;background:transparent;backdrop-filter:none;box-shadow:none}
.contact-hub-tabs a{min-height:46px;padding:0 14px;border:1px solid var(--contact-line);border-right:0;border-radius:0!important;background:rgba(246,246,243,.78);color:rgba(11,11,11,.62);font-size:10px;font-weight:760;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(14px)}
.contact-hub-tabs a:last-child{border-right:1px solid var(--contact-line)}
.contact-hub-tabs a:hover,.contact-hub-tabs a:focus-visible,.contact-hub-tabs a.is-active{background:var(--contact-ink);color:var(--contact-light)}
.contact-hub-panel{position:relative;overflow:hidden;min-height:100svh;display:grid;align-items:center;padding:clamp(96px,9vw,148px) var(--pad) clamp(54px,6vw,96px);scroll-margin-top:0;scroll-snap-align:start;scroll-snap-stop:always}
.contact-hub-panel--quick{background:var(--contact-paper)}
.contact-hub-panel--brief{background:var(--contact-white)}
.contact-hub-panel--contacts{background:var(--contact-dark);color:var(--contact-light)}
.contact-hub-panel--quick::before,.contact-hub-panel--contacts::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(11,11,11,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(11,11,11,.035) 1px,transparent 1px);background-size:72px 72px;opacity:.7;pointer-events:none}
.contact-hub-panel--contacts::before{background-image:linear-gradient(rgba(246,246,243,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(246,246,243,.035) 1px,transparent 1px)}
.contact-hub-container{position:relative;z-index:2;width:min(1520px,100%);margin:0 auto}
.contact-hub-split{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(560px,1.1fr);gap:clamp(32px,6vw,108px);align-items:center}
.contact-hub-copy{display:grid;align-content:center;min-height:clamp(520px,62vh,760px);max-width:780px}
.contact-hub .eyebrow{display:inline-flex;align-items:center;gap:14px;width:fit-content;margin:0 0 28px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:780}
.contact-hub .eyebrow::before{content:"";width:46px;height:1px;background:currentColor}
.contact-hub-copy h1{margin:0;font-size:clamp(70px,10.2vw,170px)!important;line-height:.79!important;letter-spacing:-.098em!important;font-weight:640!important}
.contact-hub-copy h2{margin:0;font-size:clamp(58px,8vw,132px)!important;line-height:.84!important;letter-spacing:-.09em!important;font-weight:630!important}
.contact-hub-copy p:not(.eyebrow){margin:clamp(24px,3vw,38px) 0 0;max-width:720px;color:var(--contact-muted);font-size:clamp(18px,1.85vw,30px);line-height:1.34;letter-spacing:-.04em}
.contact-hub-copy--dark p:not(.eyebrow){color:var(--contact-light-muted)}
.contact-hub-route{display:flex;flex-wrap:wrap;width:fit-content;margin-top:clamp(28px,4vw,52px);border-top:1px solid var(--contact-line);border-bottom:1px solid var(--contact-line)}
.contact-hub-route span{min-height:46px;display:inline-flex;align-items:center;padding:0 14px;border-right:1px solid var(--contact-line);color:rgba(11,11,11,.62);font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.contact-hub-route span:first-child{border-left:1px solid var(--contact-line)}
.contact-hub-card{background:var(--contact-white);border:1px solid var(--contact-line);border-radius:0;padding:clamp(24px,3.4vw,48px);box-shadow:none}
.contact-hub-form-head{display:grid;grid-template-columns:1fr minmax(240px,.42fr);gap:24px;align-items:end;padding-bottom:22px;border-bottom:1px solid var(--contact-line);margin-bottom:22px}
.contact-hub-form-head small,.contact-hub-mini small,.contact-hub-direct-list small{color:rgba(11,11,11,.46);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:760}
.contact-hub-panel--contacts .contact-hub-mini small,.contact-hub-panel--contacts .contact-hub-direct-list small{color:rgba(246,246,243,.46)}
.contact-hub-form-head h2{margin:8px 0 0;font-size:clamp(32px,4vw,70px)!important;line-height:.88!important;letter-spacing:-.08em!important;font-weight:640!important}
.contact-hub-form-head p,.contact-hub-form-foot p{margin:0;color:var(--contact-muted);font-size:14px;line-height:1.45}
.contact-hub-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-hub-field-grid label{display:grid;gap:8px;color:rgba(11,11,11,.56);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:760}
.contact-hub-field-grid input,.contact-hub-field-grid select,.contact-hub-field-grid textarea{width:100%;min-height:54px;padding:14px;border:1px solid rgba(11,11,11,.16);border-radius:0;background:#fafaf8;color:var(--contact-ink);font:inherit;font-size:15px;outline:none}
.contact-hub-field-grid textarea{min-height:132px;resize:vertical}
.contact-hub-form-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:22px;margin-top:22px;border-top:1px solid var(--contact-line)}
.contact-hub-submit{min-width:190px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid currentColor;border-radius:0;background:var(--contact-ink);color:var(--contact-light);padding:0 20px;font-size:13px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.contact-hub-panel--brief .contact-hub-container{background:var(--contact-white);border:1px solid var(--contact-line);padding:clamp(24px,3.4vw,48px)}
.contact-hub-brief-head{display:grid;grid-template-columns:1fr minmax(260px,.42fr);gap:24px;align-items:end;max-width:none;margin:0 0 22px;padding-bottom:22px;border-bottom:1px solid var(--contact-line)}
.contact-hub-brief-head h2{margin:0;font-size:clamp(54px,7vw,118px)!important;line-height:.82!important;letter-spacing:-.09em!important;font-weight:640!important}
.contact-hub-brief-head p:last-child{margin:0;color:var(--contact-muted);font-size:18px;line-height:1.4}
.contact-hub .brief-form-section{max-width:none;padding:0}
.contact-hub .brief-intake-form{max-width:none;margin:0;gap:14px}
.contact-hub .brief-intake-form input,.contact-hub .brief-intake-form select,.contact-hub .brief-intake-form textarea,.contact-hub .wizard-region-map-btn{border-radius:0;background:#fafaf8}
.contact-hub .brief-intake-form textarea{min-height:140px}
.contact-hub .brief-submit{border-radius:0}
.contact-hub-contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(32px,6vw,100px);align-items:end}
.contact-hub-direct-list{display:grid;border-top:1px solid var(--contact-light-line)}
.contact-hub-direct-list a,.contact-hub-direct-list div{display:grid;grid-template-columns:160px 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--contact-light-line);text-decoration:none;color:inherit}
.contact-hub-direct-list span{color:var(--contact-light);font-size:clamp(20px,2.2vw,36px);line-height:1;letter-spacing:-.045em}
.contact-hub-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:clamp(36px,5vw,72px);background:var(--contact-light-line);border:1px solid var(--contact-light-line)}
.contact-hub-mini article{min-height:210px;padding:clamp(22px,3vw,36px);background:var(--contact-dark)}
.contact-hub-mini h3{margin:20px 0 0;color:var(--contact-light);font-size:clamp(26px,3vw,48px);line-height:.92;letter-spacing:-.07em;font-weight:630}
.contact-hub-mini p{margin:18px 0 0;color:var(--contact-light-muted);font-size:15px;line-height:1.45}
.contact-page-cue{position:absolute;left:50%;bottom:22px;z-index:5;width:42px;height:54px;transform:translateX(-50%);display:grid;place-items:center;color:rgba(11,11,11,.66);text-decoration:none}
.contact-page-cue::before{content:"";position:absolute;top:0;width:1px;height:24px;background:currentColor;opacity:.42;animation:contactCueLine 1.45s var(--ease) infinite}
.contact-page-cue span{width:15px;height:15px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);animation:contactCueArrow 1.45s var(--ease) infinite}
.contact-page-cue:hover,.contact-page-cue:focus-visible{color:var(--contact-ink);outline:none}
.contact-page-cue--dark{color:rgba(11,11,11,.66)}
@keyframes contactCueArrow{0%{opacity:.22;transform:translateY(-4px) rotate(45deg)}45%{opacity:1;transform:translateY(6px) rotate(45deg)}100%{opacity:.22;transform:translateY(-4px) rotate(45deg)}}
@keyframes contactCueLine{0%{transform:scaleY(.35);opacity:.18}45%{transform:scaleY(1);opacity:.48}100%{transform:scaleY(.35);opacity:.18}}
@media(max-width:1100px){.contact-hub-split,.contact-hub-brief-head,.contact-hub-contact-grid{grid-template-columns:1fr}.contact-hub-copy{min-height:auto}.contact-hub-field-grid{grid-template-columns:1fr}.contact-hub-mini{grid-template-columns:1fr}}
@media(max-width:680px){.contact-hub-page{scroll-snap-type:none}.contact-hub-tabs{top:calc(var(--header) + 6px);left:16px;right:16px;transform:none;width:auto;max-width:none;justify-content:flex-start;overflow:auto}.contact-hub-panel{min-height:auto;padding:96px 16px 58px;scroll-snap-align:none}.contact-hub-copy h1,.contact-hub-copy h2{font-size:clamp(58px,17vw,96px)!important}.contact-hub-copy p:not(.eyebrow){font-size:20px}.contact-hub-form-head,.contact-hub-form-foot{display:grid}.contact-hub-card,.contact-hub-panel--brief .contact-hub-container{padding:22px}.contact-hub-direct-list a,.contact-hub-direct-list div{grid-template-columns:1fr}.contact-page-cue{display:none}}
@media(prefers-reduced-motion:reduce){.contact-hub-page{scroll-behavior:auto}.contact-page-cue::before,.contact-page-cue span{animation:none}}

/* Manual baseline adjustment: larger logo and clearer mega-menu typography. */
.topbar{grid-template-columns:minmax(var(--pad),1fr) 190px minmax(0,calc(var(--max) - 190px - 150px)) 150px minmax(var(--pad),1fr);gap:0;padding-inline:0}
.brand{grid-column:2}
.nav{grid-column:3;padding-inline:18px}
.top-cta,.mobile-menu-button{grid-column:4}
.brand{min-width:150px}
.brand img{height:42px}
.topbar.is-scrolled .brand img{height:38px}
.mega-menu{font-size:16px!important}
.mega-kicker{font-size:11.5px!important}
.mega-intro strong{font-size:clamp(28px,2.8vw,40px)!important}
.mega-intro p{font-size:15px!important;line-height:1.42}
.mega-cta{font-size:12px!important}
.mega-links a{padding-block:8px!important}
.mega-links strong{font-size:16px!important;line-height:1.16!important}
.mega-links span{font-size:12.2px!important;line-height:1.22!important;margin-top:2px!important}
.mega-preview span{font-size:12px!important}
@media(max-width:1360px) and (min-width:1181px){.topbar{grid-template-columns:minmax(22px,1fr) 160px minmax(0,calc(var(--max) - 160px - 120px)) 120px minmax(22px,1fr);gap:0;padding-inline:0}.nav{padding-inline:12px}.brand img{height:36px}.topbar.is-scrolled .brand img{height:34px}.mega-links strong{font-size:15px!important}.mega-links span{font-size:11.8px!important;line-height:1.2!important}}
@media(max-width:1180px){.topbar{grid-template-columns:auto 1fr auto;gap:18px;padding-inline:var(--pad)}.brand{grid-column:auto;min-width:132px}.nav{grid-column:auto;padding-inline:0}.top-cta,.mobile-menu-button{grid-column:auto}.brand img,.topbar.is-scrolled .brand img{height:34px}.mega-links strong{font-size:15px!important}.mega-links span{font-size:12.5px!important;line-height:1.24!important}}
@media(max-width:620px){.brand{min-width:120px}.brand img,.topbar.is-scrolled .brand img{height:30px}}
.nav-item.has-menu.is-open .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}

/* PHP shell: internal page swaps keep the topbar mounted, so only content may fade. */
html.is-soft-loading main{opacity:.72;transition:opacity .12s var(--ease)}
html.is-soft-loading .topbar{opacity:1!important}

/* Global glass header: translucent at the top, solid white after scroll. */
body:not(.menu-active) .topbar:not(.is-scrolled):not(.menu-open){
  background:rgba(255,255,255,.22);
  border-bottom-color:rgba(255,255,255,.24);
  box-shadow:none;
  color:var(--ink);
  backdrop-filter:blur(22px) saturate(1.18);
  -webkit-backdrop-filter:blur(22px) saturate(1.18);
}

/* Generated breadcrumbs */
.breadcrumbs{position:absolute;z-index:80;top:calc(var(--header) + 12px);left:var(--pad);right:var(--pad);pointer-events:none}
.breadcrumbs ol{max-width:var(--max);margin:0 auto;padding:0;display:flex;align-items:center;gap:8px;list-style:none;overflow:hidden}
.breadcrumbs li{display:flex;align-items:center;min-width:0;color:rgba(22,20,17,.52);font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.breadcrumbs li+li:before{content:"/";margin-right:8px;color:rgba(22,20,17,.32)}
.breadcrumbs a,.breadcrumbs span{display:block;max-width:min(48vw,520px);overflow:hidden;text-overflow:ellipsis;color:inherit}
.breadcrumbs a{pointer-events:auto}
.breadcrumbs a:hover{color:var(--ink)}
.breadcrumbs [aria-current="page"]{color:rgba(22,20,17,.76)}
@media(max-width:720px){
  .breadcrumbs{top:calc(var(--header) + 8px);left:16px;right:16px}
  .breadcrumbs li{font-size:10px;letter-spacing:.1em}
  .breadcrumbs a,.breadcrumbs span{max-width:58vw}
}
body:not(.menu-active) .topbar:not(.is-scrolled):not(.menu-open) .top-cta{
  background:rgba(20,20,18,.88);
  border-color:rgba(20,20,18,.88);
  color:#fff;
}
body:not(.menu-active) .topbar:not(.is-scrolled):not(.menu-open) .mobile-menu-button{
  background:rgba(255,255,255,.36);
  border-color:rgba(22,20,17,.18);
}
.topbar.is-scrolled,
.topbar.menu-open{
  background:rgba(255,255,255,.985);
  color:var(--ink);
  border-bottom-color:rgba(22,20,17,.14);
  box-shadow:0 12px 42px rgba(22,20,17,.14);
}
.topbar.menu-open .brand img,
.topbar.is-scrolled .brand img{
  filter:none;
}

/* Snap-page section indicator: a quiet rail with one moving active point. */
.progress{
  --progress-count:1;
  --progress-index:0;
  width:34px;
  min-height:calc((var(--progress-count) * 18px) + 28px);
  gap:0!important;
  align-items:center;
  padding:14px 0!important;
  border-color:rgba(22,20,17,.16)!important;
  background:rgba(255,255,255,.34)!important;
  box-shadow:0 16px 42px rgba(22,20,17,.10);
  opacity:.48;
  backdrop-filter:blur(18px) saturate(1.08);
  -webkit-backdrop-filter:blur(18px) saturate(1.08);
}
.progress:hover,
.progress:focus-within{opacity:.88}
.progress:before{
  content:"";
  position:absolute;
  top:18px;
  bottom:18px;
  left:50%;
  width:1px;
  transform:translateX(-50%);
  background:rgba(22,20,17,.28);
}
.progress:after{
  content:"";
  position:absolute;
  left:50%;
  top:calc(14px + (var(--progress-index) * 18px) + 9px);
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--ink);
  box-shadow:0 0 0 5px rgba(255,255,255,.54),0 8px 22px rgba(22,20,17,.28);
  transform:translate(-50%,-50%);
  transition:top .32s var(--ease),background .2s var(--ease),box-shadow .2s var(--ease);
  pointer-events:none;
}
.progress a{
  position:relative;
  z-index:2;
  display:block;
  width:24px!important;
  height:18px!important;
  border:0!important;
  border-radius:0!important;
  opacity:1!important;
  background:transparent!important;
  transform:none!important;
}
.progress a:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(22,20,17,.34);
  transform:translate(-50%,-50%);
  transition:background .2s var(--ease),opacity .2s var(--ease);
}
.progress a:hover:before,
.progress a:focus-visible:before{background:rgba(22,20,17,.72)}
.progress a.active:before{opacity:0}
.progress.is-on-hero{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.dark-section .progress,
.hero ~ .progress{background:rgba(255,255,255,.32)}

.about-page #about-cta{
  scroll-snap-stop:normal;
}
.about-page #about-cta .screen-inner{
  transform:translateY(-50px);
}
.thin-footer{
  position:relative;
  overflow:visible;
}
.about-page .footer-stage{
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  background:#fff;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.about-page .footer-stage .thin-footer{
  width:100%;
}
.footer-fox{
  position:absolute;
  z-index:120;
  left:0;
  bottom:calc(100% - clamp(9px,.85vw,13px));
  width:clamp(86px,9vw,128px);
  opacity:0;
  transform:translate3d(-140%,0,0);
  pointer-events:none;
  filter:drop-shadow(0 14px 24px rgba(22,20,17,.22));
  will-change:transform,opacity;
}
.footer-fox img{
  width:100%;
  height:auto;
  border-radius:0;
}
body.about-page.footer-fox-run .footer-fox{
  animation:footerFoxRun 13.5s linear 1 both;
}
.about-page #about-hero .subnote{
  color:#fff;
}
.about-proof-media{
  align-items:stretch;
}
.about-video-card{
  position:relative;
  width:100%;
  height:56svh;
  min-height:420px;
  overflow:hidden;
  border:0;
  border-radius:10px;
  padding:0;
  background:#111;
  color:#fff;
  cursor:pointer;
  box-shadow:0 24px 70px rgba(22,20,17,.16);
}
.about-video-card img{
  width:100%;
  height:100%!important;
  object-fit:cover;
  border-radius:0;
  filter:saturate(1.03) contrast(1.02);
  transition:transform .7s var(--ease),filter .7s var(--ease);
}
.about-video-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.28),rgba(0,0,0,0) 58%);
  pointer-events:none;
}
.about-video-card:hover img,
.about-video-card:focus-visible img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.04);
}
.about-video-card:focus-visible{
  outline:2px solid rgba(168,135,79,.88);
  outline-offset:4px;
}
.about-play-icon{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:78px;
  height:78px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.58);
  border-radius:50%;
  background:rgba(17,16,14,.54);
  box-shadow:0 20px 56px rgba(0,0,0,.34);
  transform:translate(-50%,-50%);
  backdrop-filter:blur(14px);
}
.about-play-icon::before{
  content:"";
  width:0;
  height:0;
  margin-left:5px;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  border-left:20px solid currentcolor;
}
.about-achievements{
  background:#fff;
  min-height:auto;
  overflow:visible;
  scroll-margin-top:0;
}
.screen.about-achievements{
  padding-top:0;
}
.about-achievements .screen-inner{
  justify-content:flex-start;
  min-height:auto;
  padding-top:calc(var(--header) + clamp(24px,3vw,46px));
  padding-bottom:clamp(58px,8vw,118px);
}
.about-achievements-head{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,.9fr);
  gap:clamp(24px,5vw,82px);
  align-items:end;
  margin-bottom:28px;
}
.about-achievements-head .headline{
  max-width:880px;
}
.about-achievements-head .subhead{
  margin:0;
  font-size:clamp(17px,1.35vw,22px);
  line-height:1.36;
  letter-spacing:0;
  color:rgba(22,20,17,.72);
}
.about-achievement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:14px;
}
.about-achievement-grid article{
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(22,20,17,.13);
  border-radius:10px;
  padding:20px;
  background:#fffdf8;
}
.about-achievement-grid span{
  color:var(--gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.16em;
}
.about-achievement-grid h3{
  margin:28px 0 10px;
  font-size:clamp(24px,2.25vw,38px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:520;
}
.about-achievement-grid p{
  margin:0;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.45;
}
.about-exhibition-strip{
  display:grid;
  grid-template-columns:1.25fr .86fr .86fr;
  gap:12px;
}
.about-exhibition-strip figure{
  position:relative;
  min-height:360px;
  margin:0;
  overflow:hidden;
  border-radius:10px;
  background:#111;
}
.about-exhibition-strip figure.featured{
  min-height:460px;
}
.about-exhibition-strip img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  filter:saturate(1.02) contrast(1.02);
}
.about-exhibition-strip figure.featured img{
  object-position:center 54%;
}
.about-exhibition-strip figcaption{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:2;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  padding:12px;
  background:rgba(17,16,14,.68);
  color:#fff;
  backdrop-filter:blur(16px);
}
.about-exhibition-strip strong{
  display:block;
  font-size:16px;
  line-height:1.1;
}
.about-exhibition-strip span{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.7);
  font-size:12.5px;
  line-height:1.3;
}
.about-video-modal{
  position:fixed;
  z-index:300;
  inset:0;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,54px);
  background:rgba(7,7,6,.82);
  backdrop-filter:blur(18px);
}
.about-video-modal[hidden]{
  display:none;
}
.about-video-modal__frame{
  width:min(1120px,100%);
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:#000;
  box-shadow:0 30px 120px rgba(0,0,0,.48);
}
.about-video-modal__frame video{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:0;
  background:#000;
}
.about-video-modal__close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
}
.about-video-modal__close::before,
.about-video-modal__close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:2px;
  border-radius:999px;
  background:currentcolor;
  transform:translate(-50%,-50%) rotate(45deg);
}
.about-video-modal__close::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}
html.about-video-open,
html.about-video-open body{
  overflow:hidden;
}
@keyframes footerFoxRun{
  0%{opacity:0;transform:translate3d(-150%,0,0)}
  8%{opacity:.98}
  82%{opacity:.98}
  100%{opacity:0;transform:translate3d(calc(100vw + 150%),0,0)}
}
@media(max-width:720px){
  .footer-fox{
    width:82px;
  }
  .about-video-card{
    height:360px;
    min-height:360px;
  }
  .about-play-icon{
    width:64px;
    height:64px;
  }
  .about-achievements-head,
  .about-achievement-grid,
  .about-exhibition-strip{
    grid-template-columns:1fr;
  }
  .about-achievements-head .subhead{
    margin-top:0;
  }
  .about-achievement-grid article{
    min-height:auto;
  }
  .about-exhibition-strip figure,
  .about-exhibition-strip figure.featured{
    min-height:360px;
  }
  .about-video-modal{
    padding:14px;
  }
  .about-video-modal__frame{
    width:100%;
    max-height:72svh;
  }
  .about-video-modal__close{
    top:10px;
    right:10px;
  }
}
@media(prefers-reduced-motion:reduce){
body.about-page.footer-fox-run .footer-fox{
    animation:none;
    opacity:.88;
    transform:translate3d(calc(100vw - 120px),0,0);
  }
  .about-video-card img{
    transition:none;
  }
}

.article-faq-rail{
  display:block;
}

@media(max-width:720px){
  .article-layout{
    max-width:100%;
    overflow:hidden;
  }

  .article-layout > *,
  .article-body{
    min-width:0;
    width:100%;
  }

  .article-body .article-faq-rail{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(260px,84vw);
    gap:10px;
    margin:12px calc(var(--pad) * -1) 0;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    padding:0 var(--pad) 14px;
    scroll-padding-inline:var(--pad);
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .article-body .article-faq-rail details{
    align-self:start;
    background:var(--paper);
    border:1px solid var(--line);
    border-radius:10px;
    min-height:150px;
    padding:16px;
    scroll-snap-align:start;
  }

  .article-body .article-faq-rail summary{
    font-size:18px;
    font-weight:560;
    line-height:1.18;
  }

  .article-body .article-faq-rail p{
    font-size:15.5px;
    line-height:1.45;
    margin:12px 0 0;
  }
}

/* Home service routes should sit optically centered in the screen. */
#services.section-pad{
  padding-top:var(--header);
  padding-bottom:0;
}
#services .content{
  min-height:calc(100svh - var(--header));
  display:flex;
  flex-direction:column;
  justify-content:center;
}
#trust.section-pad{
  padding-top:var(--header);
  padding-bottom:0;
}
#trust .content{
  min-height:calc(100svh - var(--header));
}
#home .screen-inner{
  transform:translateY(-100px);
}

/* CodePen-inspired Zoom Animation for the four home service route cards. */
.home-text-motion [data-animation],
[data-animation]{
  animation-duration:.82s;
  animation-fill-mode:both;
  animation-timing-function:var(--ease);
  animation-delay:var(--animation-delay,var(--zoom-delay,0ms));
}
html.has-scroll-animations [data-animation]:not(.is-animated){
  opacity:0;
}
[data-animation].is-animated{
  opacity:1;
}
[data-animation="slideInDown"].is-animated{
  animation-name:slideInDown;
}
[data-animation="slideInUp"].is-animated{
  animation-name:slideInUp;
}
[data-animation="fadeIn"].is-animated{
  animation-name:fadeIn;
}
.service-zoom-grid [data-animation="zoomIn"]{
  transform-origin:center;
  will-change:opacity,transform;
}
html.has-scroll-animations .service-zoom-grid [data-animation="zoomIn"]:not(.is-animated){
  opacity:0;
  transform:scale3d(.72,.72,.72);
}
.service-zoom-grid [data-animation="zoomIn"].is-animated{
  animation-name:zoomIn;
  animation-duration:.74s;
}
.service-zoom-grid [data-animation="zoomIn"]:nth-child(1){--zoom-delay:0ms}
.service-zoom-grid [data-animation="zoomIn"]:nth-child(2){--zoom-delay:95ms}
.service-zoom-grid [data-animation="zoomIn"]:nth-child(3){--zoom-delay:190ms}
.service-zoom-grid [data-animation="zoomIn"]:nth-child(4){--zoom-delay:285ms}
@keyframes slideInDown{
  0%{opacity:0;transform:translate3d(0,-54px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes slideInUp{
  0%{opacity:0;transform:translate3d(0,54px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes fadeIn{
  0%{opacity:0;transform:translate3d(0,18px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes zoomIn{
  0%{opacity:0;transform:scale3d(.72,.72,.72)}
  50%{opacity:1}
  100%{opacity:1;transform:scale3d(1,1,1)}
}
@media(prefers-reduced-motion:reduce){
  html.has-scroll-animations .service-zoom-grid [data-animation="zoomIn"]{
    opacity:1!important;
    transform:none!important;
  }
  html.has-scroll-animations [data-animation]:not(.is-animated){
    opacity:1!important;
  }
  [data-animation].is-animated{
    animation:none!important;
  }
  .service-zoom-grid [data-animation="zoomIn"].is-animated{
    animation:none!important;
  }
}

/* Global typography alias normalized after legacy section header styles. */
.section-title{
  display:block;
  margin:0;
  padding:0;
  border:0;
  font-family:var(--font-display);
  font-size:var(--h2);
  font-weight:500;
  line-height:var(--lh-tight);
  letter-spacing:var(--tracking-display);
}

/* Services page: editorial numbered service directory. */
.services-page-body{
  background:#f7f7f4;
}
.services-page{
  background:#f7f7f4;
  color:#111;
  overflow:visible;
}
.page-services{
  --services-heading-font:var(--font-heading);
  --services-body-font:var(--font-body);
  --services-bg:#f7f7f4;
  --services-line:rgba(0,0,0,.15);
  --services-text:rgba(0,0,0,.8);
}
.services-page .container{
  width:100%;
  max-width:var(--max);
  margin-inline:auto;
  padding-inline:var(--pad);
}
.page-services .services-hero{
  min-height:100svh;
  display:flex;
  align-items:center;
  padding:calc(var(--header) + clamp(30px,4vw,62px)) 0 clamp(42px,5vw,84px);
  background:#f7f7f4;
  color:#111;
}
.page-services .services-hero__intro{
  max-width:740px;
  margin:0;
  min-width:0;
}
.page-services .services-hero__eyebrow{
  margin:0 0 18px;
  font-family:var(--font-body);
  font-size:var(--text-xs);
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
  font-weight:700;
  color:rgba(17,17,17,.58);
}
.page-services .services-hero__title{
  display:block;
  margin:0;
  padding:0;
  border:0;
  font-family:var(--font-display);
  font-size:var(--h2);
  font-weight:500;
  line-height:var(--lh-tight);
  letter-spacing:var(--tracking-display);
  text-transform:uppercase;
  max-width:11ch;
  overflow-wrap:break-word;
  text-wrap:balance;
}
.page-services .services-hero__lead{
  margin:22px 0 0;
  max-width:680px;
  font-size:var(--text-lg);
  line-height:1.45;
  color:rgba(17,17,17,.62);
  overflow-wrap:break-word;
}
.page-services .services-hero__main{
  display:grid;
  grid-template-columns:minmax(260px,min(36vw,520px)) minmax(0,1fr);
  gap:clamp(34px,7vw,118px);
  align-items:center;
  min-width:0;
}
.page-services .services-hero__media{
  --services-video-crop:1.32;
  position:relative;
  justify-self:end;
  width:min(36vw,520px);
  max-width:100%;
  max-height:calc(100svh - var(--header) - clamp(82px,10vw,148px));
  aspect-ratio:9 / 16;
  border-radius:12px;
  overflow:hidden;
  background:#111;
  isolation:isolate;
}
.page-services .services-hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:var(--services-poster) center / cover no-repeat #111;
  opacity:1;
  transform:scale(var(--services-video-crop));
  transition:opacity 260ms var(--ease);
}
.page-services .services-hero__media.is-playing::before{
  opacity:0;
  pointer-events:none;
}
.page-services .services-hero__video{
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:0;
  background:#111;
  transform:scale(var(--services-video-crop));
  transform-origin:center;
  pointer-events:none;
}
.page-services .services-hero__play{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:4;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.14);
  color:#fff;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transition:opacity 220ms var(--ease),transform 220ms var(--ease),background-color 220ms var(--ease);
}
.page-services .services-hero__play::before{
  content:"";
  width:0;
  height:0;
  margin-left:5px;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid currentColor;
}
.page-services .services-hero__play span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.page-services .services-hero__media.is-ended .services-hero__play,
.page-services .services-hero__media.is-paused .services-hero__play{
  opacity:1;
  pointer-events:auto;
}
.page-services .services-hero__play:hover,
.page-services .services-hero__play:focus-visible{
  transform:scale(1.04);
  background:rgba(255,255,255,.2);
}
.page-services .services-hero__play:focus-visible{
  outline:2px solid rgba(255,255,255,.9);
  outline-offset:4px;
}
.page-services .services-hero__list{
  border-top:1px solid rgba(17,17,17,.16);
}
.page-services .services-hero__list .service-row{
  display:grid;
  grid-template-columns:clamp(64px,6vw,98px) minmax(0,1fr);
  gap:clamp(18px,3vw,44px);
  align-items:start;
  min-height:clamp(132px,12vw,184px);
  padding:clamp(26px,3.2vw,44px) 0;
  background:transparent;
  border:0;
  border-bottom:1px solid rgba(17,17,17,.16);
  border-radius:0;
  box-shadow:none;
  color:inherit;
  overflow:visible;
  text-decoration:none;
  transform:none;
  transition:padding-left 280ms ease,border-color 280ms ease;
}
.page-services .services-hero__list .service-row:hover,
.page-services .services-hero__list .service-row:focus-visible{
  background:transparent;
  box-shadow:none;
  padding-left:clamp(8px,1vw,16px);
  border-color:rgba(17,17,17,.42);
  transform:none;
}
.page-services .services-hero__list .service-row:focus-visible{
  outline:2px solid rgba(17,17,17,.8);
  outline-offset:8px;
}
.page-services .services-hero__list .service-row__number{
  font-family:var(--font-display);
  font-size:clamp(1.55rem,2.4vw,3.1rem);
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:400;
  color:rgba(17,17,17,.38);
  grid-row:auto;
  text-transform:none;
  font-variant-numeric:lining-nums tabular-nums;
}
.page-services .services-hero__list .service-row__content{
  display:grid;
  min-width:0;
  gap:clamp(10px,1vw,16px);
  grid-row:auto;
  color:inherit;
  font-size:inherit;
  letter-spacing:normal;
  text-transform:none;
}
.page-services .services-hero__list .service-row__title{
  font-family:var(--font-display);
  font-size:clamp(1.7rem,3.2vw,4.2rem);
  line-height:.98;
  letter-spacing:var(--tracking-display);
  font-weight:500;
  color:#111;
  grid-row:auto;
  text-transform:uppercase;
  max-width:11ch;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.page-services .services-hero__list .service-row__text{
  max-width:520px;
  font-size:var(--text-base);
  line-height:1.5;
  letter-spacing:var(--tracking-body);
  color:rgba(17,17,17,.66);
  grid-row:auto;
  text-transform:none;
  overflow-wrap:break-word;
}
.page-services .services-hero__list .service-row__tags{
  font-family:var(--font-body);
  font-size:var(--text-xs);
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
  font-weight:700;
  grid-row:auto;
  color:rgba(17,17,17,.48);
  overflow-wrap:anywhere;
}
.page-services .services-primary{
  min-height:100svh;
  padding-top:0;
  display:flex;
  align-items:center;
  background:var(--services-bg);
  color:#111;
  font-family:var(--services-body-font);
  overflow:hidden;
  scroll-margin-top:var(--header);
}
.services-offer__inner{
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(300px,.48fr);
  gap:clamp(26px,3.6vw,52px);
  align-items:center;
  padding-block:clamp(26px,3.2vw,46px) clamp(28px,3.6vw,52px);
}
.services-offer__copy{
  min-width:0;
}
.services-offer__eyebrow{
  margin:0 0 12px;
  font-family:var(--services-body-font);
  font-size:var(--text-xs);
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
  font-weight:700;
  color:rgba(17,17,17,.48);
}
.services-offer__title{
  margin:0;
  max-width:10ch;
  font-family:var(--services-heading-font);
  font-size:clamp(2.8rem,5.3vw,5.6rem);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.065em;
  text-transform:none;
  text-wrap:balance;
}
.services-offer__lead{
  margin:clamp(12px,1.3vw,18px) 0 clamp(16px,1.8vw,24px);
  max-width:640px;
  font-family:var(--services-body-font);
  font-size:clamp(1rem,1.18vw,1.24rem);
  line-height:1.38;
  color:rgba(17,17,17,.64);
  letter-spacing:-.015em;
}
.services-offer__list{
  display:grid;
  border-top:1px solid rgba(17,17,17,.18);
}
.services-offer__row{
  display:grid;
  grid-template-columns:clamp(42px,4.2vw,62px) minmax(0,1fr);
  gap:clamp(14px,1.8vw,24px);
  align-items:start;
  min-width:0;
  padding:clamp(7px,1vw,12px) 0;
  border-bottom:1px solid rgba(17,17,17,.18);
  color:#111;
  text-decoration:none;
  transition:border-color 220ms var(--ease),padding-left 220ms var(--ease);
}
.services-offer__row:hover,
.services-offer__row:focus-visible{
  border-color:rgba(17,17,17,.48);
  padding-left:clamp(4px,.7vw,10px);
}
.services-offer__row:focus-visible{
  outline:2px solid rgba(17,17,17,.86);
  outline-offset:8px;
}
.services-offer__number{
  font-family:var(--services-heading-font);
  font-size:clamp(1rem,1.35vw,1.45rem);
  font-weight:800;
  line-height:1;
  letter-spacing:-.015em;
  color:rgba(17,17,17,.44);
  font-variant-numeric:tabular-nums;
}
.services-offer__content{
  display:grid;
  grid-template-columns:minmax(270px,.78fr) minmax(220px,.54fr) auto;
  gap:clamp(12px,1.45vw,20px);
  align-items:start;
  min-width:0;
}
.services-offer__content strong{
  max-width:24ch;
  font-family:var(--services-heading-font);
  font-size:clamp(1.05rem,1.34vw,1.52rem);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.04em;
  text-transform:none;
  overflow-wrap:break-word;
}
.services-offer__content small{
  max-width:32ch;
  font-family:var(--services-body-font);
  font-size:clamp(.82rem,.78vw,.9rem);
  font-weight:400;
  line-height:1.42;
  letter-spacing:-.005em;
  color:rgba(17,17,17,.64);
  overflow-wrap:break-word;
}
.services-offer__tags{
  display:flex;
  justify-content:flex-end;
  gap:7px;
  flex-wrap:wrap;
  min-width:108px;
  font-family:var(--services-body-font);
}
.services-offer__tags b{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  border:1px solid rgba(17,17,17,.15);
  border-radius:999px;
  background:#fff;
  padding:6px 9px;
  font-size:11px;
  font-weight:600;
  line-height:1;
  letter-spacing:-.005em;
  color:rgba(17,17,17,.72);
}
.services-offer__media{
  position:relative;
  margin:0;
  align-self:stretch;
  height:min(64svh,620px);
  min-height:452px;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.services-offer__media img{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:47% center;
  border-radius:0;
  filter:saturate(1.02) contrast(1.02);
}
@media(max-width:1180px){
  .services-offer__inner{
    grid-template-columns:1fr;
  }
  .services-offer__media{
    order:-1;
    height:clamp(300px,45svh,520px);
    min-height:0;
  }
  .services-offer__content{
    grid-template-columns:minmax(0,.9fr) minmax(0,1fr);
  }
  .services-offer__tags{
    grid-column:1/-1;
    justify-content:flex-start;
  }
}
@media(max-width:720px){
  .page-services .services-primary{
    min-height:0;
    padding-top:0;
  }
  .services-offer__inner{
    padding-block:calc(var(--header) + 30px) 58px;
  }
  .services-offer__title{
    font-size:clamp(2.7rem,13vw,4.2rem);
    line-height:.92;
    letter-spacing:-.055em;
  }
  .services-offer__lead{
    font-size:clamp(1rem,4vw,1.16rem);
  }
  .services-offer__row{
    grid-template-columns:42px minmax(0,1fr);
    gap:14px;
    padding:22px 0;
  }
  .services-offer__content{
    grid-template-columns:1fr;
    gap:9px;
  }
  .services-offer__content strong{
    max-width:100%;
    font-size:clamp(1.35rem,7.2vw,2rem);
  }
  .services-offer__tags b{
    font-size:11.5px;
  }
}
.page-services .services-accordion-stage{
  min-height:100svh;
  display:flex;
  align-items:center;
  background:#f7f7f4;
  color:#111;
  padding:calc(var(--header) + clamp(28px,4vw,62px)) 0 clamp(48px,6vw,92px);
  overflow:visible;
}
.services-accordion-stage__inner{
  display:grid;
  grid-template-columns:minmax(260px,min(36vw,500px)) minmax(0,1fr);
  gap:clamp(34px,6vw,104px);
  align-items:center;
}
.services-accordion-stage__media{
  position:sticky;
  top:calc(var(--header) + 24px);
  justify-self:end;
  width:min(36vw,500px);
  max-width:100%;
  max-height:calc(100svh - var(--header) - 48px);
  aspect-ratio:9 / 16;
  margin:0;
  border-radius:12px;
  overflow:hidden;
  background:#111;
  box-shadow:0 30px 90px rgba(17,17,17,.16);
}
.services-accordion-stage__video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  transform:scale(1.05);
  transform-origin:center;
}
.services-accordion-stage__copy{
  min-width:0;
}
.services-accordion-stage__eyebrow{
  margin:0 0 12px;
  font-family:var(--services-body-font);
  font-size:var(--text-xs);
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
  font-weight:700;
  color:rgba(17,17,17,.48);
}
.services-accordion-stage__title{
  margin:0 0 clamp(18px,2vw,30px);
  max-width:11ch;
  font-family:var(--services-heading-font);
  font-size:clamp(3rem,5.4vw,6rem);
  font-weight:800;
  line-height:.88;
  letter-spacing:-.065em;
  text-transform:none;
  text-wrap:balance;
}
.services-accordion{
  border-top:1px solid rgba(17,17,17,.18);
}
.services-accordion__panel{
  border-bottom:1px solid rgba(17,17,17,.18);
}
.services-accordion__panel h3{
  margin:0;
}
.services-accordion__trigger{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) 34px;
  gap:18px;
  align-items:center;
  min-height:clamp(54px,5.4vw,76px);
  padding:clamp(14px,1.4vw,20px) 0;
  border:0;
  background:transparent;
  color:#111;
  text-align:left;
  cursor:pointer;
}
.services-accordion__trigger span{
  min-width:0;
  font-family:var(--services-heading-font);
  font-size:clamp(1.08rem,1.7vw,2rem);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-.04em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}
.services-accordion__trigger b{
  position:relative;
  width:34px;
  height:34px;
  border:1px solid rgba(17,17,17,.22);
  border-radius:999px;
  transition:background-color 220ms var(--ease),border-color 220ms var(--ease),transform 220ms var(--ease);
}
.services-accordion__trigger b::before,
.services-accordion__trigger b::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:13px;
  height:1.5px;
  background:currentColor;
  transform:translate(-50%,-50%);
  transition:transform 220ms var(--ease);
}
.services-accordion__trigger b::after{
  transform:translate(-50%,-50%) rotate(90deg);
}
.services-accordion__panel.is-open .services-accordion__trigger b{
  background:#111;
  border-color:#111;
  color:#fff;
  transform:rotate(180deg);
}
.services-accordion__panel.is-open .services-accordion__trigger b::after{
  transform:translate(-50%,-50%) rotate(0deg);
}
.services-accordion__trigger:hover b,
.services-accordion__trigger:focus-visible b{
  border-color:rgba(17,17,17,.62);
}
.services-accordion__trigger:focus-visible{
  outline:2px solid rgba(17,17,17,.86);
  outline-offset:8px;
}
.services-accordion__content{
  max-width:760px;
  padding:0 54px clamp(20px,2vw,30px) 0;
  animation:servicesAccordionReveal 280ms var(--ease) both;
}
.services-accordion__content p{
  margin:0;
  font-size:clamp(.95rem,1vw,1.06rem);
  line-height:1.5;
  color:rgba(17,17,17,.66);
  overflow-wrap:break-word;
}
.services-accordion__content p+p{
  margin-top:8px;
}
.services-accordion__content strong{
  color:#111;
  font-weight:800;
}
@keyframes servicesAccordionReveal{
  0%{opacity:0;transform:translate3d(0,-8px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}
@media(max-width:1180px){
  .services-accordion-stage__inner{
    grid-template-columns:minmax(220px,36vw) minmax(0,1fr);
    gap:clamp(24px,4vw,54px);
  }
  .services-accordion-stage__title{
    font-size:clamp(2.7rem,6vw,4.8rem);
  }
}
@media(max-width:860px){
  .page-services .services-accordion-stage{
    min-height:0;
    padding-top:calc(var(--header) + 30px);
  }
  .services-accordion-stage__inner{
    grid-template-columns:1fr;
  }
  .services-accordion-stage__media{
    position:relative;
    top:auto;
    justify-self:start;
    width:min(420px,100%);
    max-height:none;
    height:auto;
  }
  .services-accordion__content{
    padding-right:0;
  }
}
@media(max-width:620px){
  .services-accordion-stage__title{
    max-width:100%;
    font-size:clamp(2.6rem,13vw,4.3rem);
    line-height:.92;
  }
  .services-accordion__trigger{
    grid-template-columns:minmax(0,1fr) 30px;
    min-height:64px;
    gap:14px;
    padding:18px 0;
  }
  .services-accordion__trigger span{
    font-size:clamp(1.24rem,5.9vw,1.8rem);
  }
  .services-accordion__trigger b{
    width:30px;
    height:30px;
  }
  .services-accordion__content{
    padding:0 0 22px;
  }
  .services-accordion__content p{
    font-size:1rem;
  }
}
.services-secondary{
  padding:clamp(62px,7vw,112px) 0 clamp(82px,8vw,132px);
  background:#fff;
  color:#111;
}
.services-secondary__inner{
  display:grid;
  grid-template-columns:minmax(260px,.32fr) minmax(0,1fr);
  gap:clamp(28px,5vw,78px);
  align-items:start;
}
.services-secondary__inner>.eyebrow{
  margin:0;
  color:rgba(17,17,17,.48);
}
.services-secondary h2{
  grid-column:2;
  margin:0 0 clamp(22px,3vw,38px);
  font-family:var(--font-display);
  font-size:clamp(2rem,3.8vw,4.7rem);
  line-height:var(--lh-heading);
  letter-spacing:var(--tracking-heading);
  text-transform:uppercase;
  max-width:12ch;
}
.services-secondary__grid{
  grid-column:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 18px;
  border-top:1px solid rgba(17,17,17,.14);
}
.services-secondary__card{
  display:grid;
  min-width:0;
  align-content:start;
  gap:9px;
  min-height:164px;
  padding:20px 0 22px;
  border-bottom:1px solid rgba(17,17,17,.14);
  color:#111;
  text-decoration:none;
}
.services-secondary__card span{
  font-family:var(--font-body);
  font-size:var(--text-xs);
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
  font-weight:700;
  color:rgba(17,17,17,.46);
}
.services-secondary__card strong{
  max-width:26ch;
  font-family:var(--font-display);
  font-size:clamp(1rem,1.4vw,1.45rem);
  line-height:1.08;
  letter-spacing:var(--tracking-heading);
  font-weight:500;
  overflow-wrap:anywhere;
  hyphens:auto;
}
.services-secondary__card small{
  max-width:36ch;
  font-size:var(--text-sm);
  line-height:1.45;
  color:rgba(17,17,17,.66);
  overflow-wrap:break-word;
}
.services-secondary__card:hover,
.services-secondary__card:focus-visible{
  border-color:rgba(17,17,17,.42);
}
.services-secondary__card:focus-visible{
  outline:2px solid rgba(17,17,17,.8);
  outline-offset:8px;
}
.services-cta{
  position:relative;
  min-height:100svh;
  display:grid;
  align-items:end;
  overflow:hidden;
  scroll-margin-top:0!important;
  background:#111;
  color:#fff;
}
.services-cta__media{
  position:absolute;
  inset:0;
  margin:0;
  height:100%;
  overflow:hidden;
  background:#111;
}
.services-cta__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:0;
}
.services-cta__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.22) 58%,rgba(0,0,0,.48)),linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.08) 58%);
}
.services-cta__inner{
  position:relative;
  z-index:2;
  padding:calc(var(--header) + 42px) 0 clamp(72px,8vw,124px);
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(280px,.42fr);
  gap:clamp(24px,5vw,86px);
  align-items:end;
}
.services-cta h2{
  margin:0;
  max-width:860px;
  font-family:var(--font-display);
  font-size:clamp(2.6rem,5.7vw,6rem);
  font-weight:500;
  line-height:var(--lh-tight);
  letter-spacing:var(--tracking-display);
  text-transform:uppercase;
  color:#fff;
}
.services-cta p{
  margin:0 0 22px;
  font-size:var(--text-lg);
  line-height:1.45;
  color:rgba(255,255,255,.82);
}
.services-cta a{
  display:inline-flex;
  width:max-content;
  border-radius:0;
  background:#fff;
  color:#111;
  padding:13px 16px;
  font-family:var(--font-body);
  font-size:var(--text-xs);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:var(--tracking-caps);
}
@media(max-width:980px){
  .page-services .services-hero__main,
  .services-secondary__inner,
  .services-cta__inner{
    grid-template-columns:1fr;
  }
  .page-services .services-hero__intro{
    order:-1;
  }
  .page-services .services-hero__media{
    width:min(100%,430px);
    max-height:68svh;
    justify-self:center;
    border-radius:22px;
  }
  .page-services .services-hero__list .service-row{
    grid-template-columns:clamp(52px,14vw,82px) minmax(0,1fr);
  }
  .page-services .services-hero__list .service-row__title{
    max-width:100%;
  }
  .services-secondary h2,
  .services-secondary__grid{
    grid-column:1;
  }
  .services-secondary__grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .services-page .container{
    padding-inline:16px;
  }
  .page-services .services-hero{
    padding-top:calc(var(--header) + 36px);
    padding-bottom:64px;
  }
  .page-services .services-hero__main{
    gap:28px;
    overflow:hidden;
  }
  .page-services .services-hero__intro{
    width:100%;
    max-width:100%;
  }
  .page-services .services-hero__media{
    width:min(86vw,340px);
    max-height:62svh;
    border-radius:16px;
  }
  .page-services .services-hero__title{
    max-width:5.2ch;
    font-size:clamp(2.5rem,13vw,3.55rem);
    letter-spacing:-.045em;
  }
  .page-services .services-hero__lead{
    max-width:min(100%,32ch);
    font-size:clamp(1rem,4vw,1.15rem);
  }
  .page-services .services-hero__play{
    right:16px;
    bottom:16px;
    width:58px;
    height:58px;
  }
  .page-services .services-hero__play::before{
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:15px;
  }
  .page-services .services-hero__list .service-row{
    min-height:auto;
    padding:28px 0;
  }
  .page-services .services-hero__list .service-row__title{
    font-size:clamp(1.55rem,9vw,2.55rem);
  }
  .page-services .services-hero__list .service-row__text{
    font-size:var(--text-sm);
  }
  .services-secondary__card{
    min-height:auto;
  }
  .services-cta__inner{
    padding-top:calc(var(--header) + 32px);
    padding-bottom:52px;
  }
  .services-cta h2{
    font-size:clamp(2rem,11vw,3.6rem);
  }
}
@media(prefers-reduced-motion:reduce){
  .page-services .services-hero__list .service-row,
  .page-services .services-primary .services-optik-row,
  .page-services .services-primary .services-optik-preview,
  .page-services .services-primary .services-optik-preview img,
  .page-services .services-offer__row,
  .page-services .services-hero__play,
  .page-services .services-hero__media::before{
    transition:none;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-row:hover .services-optik-preview img,
  .page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible .services-optik-preview img{
    animation:none!important;
    transform:scale(1);
  }
}

/* /dev approved service-content port: density helpers using the existing v18 visual system. */
.hero .small{
  color:rgba(255,255,255,.72);
  margin:16px 0 0;
  max-width:850px;
}
.dev-info-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.dev-info-grid .info-card,
.dev-trust-grid .info-card{
  min-height:100%;
}
.dev-service-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
}
.dev-service-card{
  min-height:72vh;
  padding:20px;
}
.dev-service-card:after{
  background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.16) 72%);
}
.dev-service-card h3{
  font-size:clamp(22px,1.9vw,34px);
}
.dev-service-card .service-meta,
.dev-service-card .tag-row,
.dev-service-card b{
  position:relative;
  z-index:2;
}
.dev-service-card .service-meta{
  display:grid;
  gap:7px;
  margin-top:12px;
}
.dev-service-card .service-meta p{
  font-size:12.5px;
  line-height:1.3;
  color:rgba(255,255,255,.72);
}
.dev-service-card .service-meta strong{
  color:rgba(255,255,255,.94);
}
.dev-service-card .tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:12px;
}
.dev-service-card .tag-row span{
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:5px 7px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.74);
  font-size:9px;
  letter-spacing:.08em;
}
.dev-service-card b{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:13px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:8px;
  padding:9px 10px;
  color:#fff;
  font-size:10.5px;
  line-height:1.1;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dev-stacked-features{
  grid-template-columns:1fr;
}
.dev-selector-panel{
  display:flex;
  align-items:center;
  padding:calc(var(--header) + clamp(28px,4vw,70px)) var(--pad) clamp(34px,5vw,82px);
}
.selector-list{
  width:100%;
  display:grid;
  gap:10px;
}
.selector-list a{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,.48fr);
  gap:18px;
  align-items:center;
  border:1px solid rgba(22,20,17,.14);
  border-radius:10px;
  background:rgba(255,253,248,.78);
  padding:16px;
}
.selector-list span{
  color:var(--muted);
  font-size:14.5px;
}
.selector-list strong{
  font-size:clamp(19px,1.9vw,30px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:430;
}
.dev-process-strip{
  grid-template-columns:repeat(6,minmax(0,1fr));
  margin-top:32px;
}
.dev-process-strip b{
  width:38px;
  height:38px;
  font-size:12px;
}
.dev-trust-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
#delivery .content,
#overseas .content{
  min-height:calc(100svh - var(--header));
}
@media(max-width:1320px){
  .dev-service-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .dev-info-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:980px){
  .dev-service-grid,
  .dev-info-grid,
  .dev-process-strip,
  .dev-trust-grid{
    grid-template-columns:1fr 1fr;
  }
  .dev-service-card{
    min-height:58vh;
  }
  .selector-list a{
    grid-template-columns:1fr;
    gap:8px;
  }
}
@media(max-width:720px){
  #home .screen-inner{
    transform:none;
    justify-content:flex-end;
    padding-top:calc(var(--header) + 40px);
    padding-bottom:34px;
  }
  #home .display{
    font-size:clamp(38px,12vw,58px);
    line-height:.92;
  }
  #home .subhead{
    font-size:clamp(17px,5.2vw,22px);
    line-height:1.12;
  }
  #home .small{
    font-size:14.5px;
    line-height:1.36;
  }
  .dev-service-grid,
  .dev-info-grid,
  .dev-process-strip,
  .dev-trust-grid{
    grid-template-columns:1fr;
  }
  .dev-selector-panel{
    min-height:auto;
    padding:34px 16px 46px;
  }
  .dev-service-card{
    min-height:auto;
  }
}

/* Global Danica Space typography system. */
html{
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body{
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.58;
  font-weight:400;
  letter-spacing:-0.01em;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family:var(--font-heading)!important;
  margin-top:0;
  color:inherit;
}
h1,
.h1,
.type-h1,
.hero-title,
.page-title,
.display,
.portfolio-crisp__title,
.page-hero h1,
.contact-hero-panel h1,
.v18-case-hero-copy h1,
.page-services .services-hero__title{
  font-family:var(--font-heading)!important;
  font-size:clamp(48px,7.2vw,112px)!important;
  line-height:0.92!important;
  font-weight:800!important;
  letter-spacing:-0.06em!important;
  text-transform:none!important;
  text-wrap:balance;
}
h2,
.h2,
.type-h2,
.section-title,
.section-title h2,
.headline,
.services-secondary h2,
.services-cta h2,
.v18-tight-head h2,
.v18-case-section h2,
.v18-case-next h2{
  font-family:var(--font-heading)!important;
  font-size:clamp(36px,4.8vw,72px)!important;
  line-height:0.96!important;
  font-weight:800!important;
  letter-spacing:-0.05em!important;
  text-transform:none!important;
  text-wrap:balance;
}
h3,
.h3,
.type-h3,
.card-title,
.info-card h3,
.catalog-card h3,
.v18-catalog-card h3,
.v18-value-cards h3,
.v18-check-grid h3,
.v18-benefit-grid h3,
.portfolio-parallax-item h3{
  font-family:var(--font-heading)!important;
  font-size:clamp(24px,2.3vw,36px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.035em;
  text-transform:none;
}
h4,
.h4,
.type-h4{
  font-family:var(--font-heading)!important;
  font-size:20px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-0.025em;
}
p,
li,
.type-body,
.text-body,
.content-text{
  font-family:var(--font-body);
  font-size:clamp(16px,1.05vw,18px);
  line-height:1.62;
  font-weight:400;
  letter-spacing:-0.01em;
}
.type-lead,
.lead,
.hero-subtitle,
.section-lead,
.subhead,
.page-hero p,
.portfolio-crisp__description,
.page-services .services-hero__lead{
  font-family:var(--font-body)!important;
  font-size:clamp(20px,1.7vw,28px)!important;
  line-height:1.35!important;
  font-weight:400!important;
  letter-spacing:-0.025em!important;
}
.type-small,
.caption,
.small,
small{
  font-family:var(--font-body);
  font-size:14px;
  line-height:1.45;
  font-weight:400;
  letter-spacing:-0.005em;
}
nav,
.nav,
.nav a,
.header-nav,
.header-nav a,
.menu,
.menu a{
  font-family:var(--font-brand)!important;
  font-size:14px;
  line-height:1;
  font-weight:600;
  letter-spacing:-0.005em;
  text-transform:none;
}
button,
.btn,
.button,
.cta,
.top-cta,
.mega-cta,
.mobile-menu-button,
input[type="submit"]{
  font-family:var(--font-brand)!important;
  font-size:15px;
  line-height:1;
  font-weight:700;
  letter-spacing:-0.01em;
  text-transform:none!important;
}
.eyebrow,
.kicker,
.overline,
.label,
.mega-kicker,
.mega-preview span,
.meta,
.tag,
.service-tag{
  font-family:var(--font-brand)!important;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
}
.metric-value,
.metric-number,
.stat-value,
.stat-number,
.counter,
.number,
.kpi-value,
.hero-count,
.v18-stat-strip b{
  font-family:var(--font-brand)!important;
  font-size:clamp(40px,5vw,88px);
  line-height:0.9;
  font-weight:800;
  letter-spacing:-0.065em;
  font-variant-numeric:tabular-nums;
}
.metric-label,
.stat-label,
.kpi-label{
  font-family:var(--font-body);
  font-size:14px;
  line-height:1.35;
  font-weight:500;
  letter-spacing:-0.01em;
}
.service-card-title,
.service-title,
.route-card h3,
.dev-service-card h3,
.page-services .services-hero__list .service-row__title,
.page-services .services-primary .services-optik-copy strong{
  font-family:var(--font-heading)!important;
  font-size:clamp(26px,3vw,44px);
  line-height:0.98;
  font-weight:750;
  letter-spacing:-0.05em;
  text-transform:none;
}
.service-card-text,
.service-description,
.page-services .services-hero__list .service-row__text{
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.55;
  font-weight:400;
  letter-spacing:-0.01em;
}
.service-card-number,
.service-number,
.page-services .services-hero__list .service-row__number,
.page-services .services-primary .services-optik-number{
  font-family:var(--font-brand)!important;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:0.04em;
  font-variant-numeric:tabular-nums;
}
.footer,
.site-footer,
.thin-footer{
  font-family:var(--font-body);
  font-size:14px;
  line-height:1.5;
  font-weight:400;
  letter-spacing:-0.005em;
  text-transform:none;
}
.footer-title,
.footer-heading{
  font-family:var(--font-brand);
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:0.06em;
  text-transform:uppercase;
}
@media (max-width:767px){
  body{
    font-size:15px;
    line-height:1.56;
  }
  h1,
  .h1,
  .type-h1,
  .hero-title,
  .page-title,
  .display,
  #home .display,
  .portfolio-crisp__title,
  .page-hero h1,
  .contact-hero-panel h1,
  .v18-case-hero-copy h1,
  .page-services .services-hero__title{
    font-size:clamp(42px,13vw,64px)!important;
    line-height:0.94!important;
    letter-spacing:-0.055em!important;
  }
  h2,
  .h2,
  .type-h2,
  .section-title,
  .section-title h2,
  .headline,
  .services-secondary h2,
  .services-cta h2,
  .v18-tight-head h2,
  .v18-case-section h2,
  .v18-case-next h2{
    font-size:clamp(32px,10vw,48px)!important;
    line-height:0.98!important;
    letter-spacing:-0.045em!important;
  }
  h3,
  .h3,
  .type-h3,
  .card-title,
  .info-card h3,
  .catalog-card h3,
  .v18-catalog-card h3,
  .v18-value-cards h3,
  .v18-check-grid h3,
  .v18-benefit-grid h3,
  .portfolio-parallax-item h3{
    font-size:24px;
    line-height:1.05;
    letter-spacing:-0.035em;
  }
  .type-lead,
  .lead,
  .hero-subtitle,
  .section-lead,
  .subhead,
  .page-hero p,
  .portfolio-crisp__description,
  .page-services .services-hero__lead{
    font-size:19px!important;
    line-height:1.38!important;
  }
  nav,
  .nav,
  .nav a,
  .header-nav,
  .header-nav a{
    font-size:15px;
  }
}

/* Services screen scroll and menu close fixes. Scoped after global typography overrides. */
.topbar .nav,
.topbar .nav a,
.topbar .nav-link,
.topbar .top-cta,
.topbar .mobile-menu-button{
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
}
.topbar .nav,
.topbar .nav a,
.topbar .nav-link{
  font-size:12.5px!important;
}
.topbar .top-cta,
.topbar .mobile-menu-button{
  font-size:12px!important;
}
.topbar.is-menu-closing .mega-menu{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,-8px)!important;
}
@media(hover:hover) and (pointer:fine){
  .nav-item.has-menu:focus-within:not(:hover) .mega-menu:not(:hover){
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,-8px)!important;
  }
}
@media(max-width:1180px){
  .topbar.is-menu-closing .mega-menu{
    transform:none!important;
  }
}
html.snap-page .page-services>.screen{
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.page-services .services-hero,
.page-services .services-primary,
.page-services .services-secondary,
.page-services .services-cta{
  min-height:100svh;
  scroll-margin-top:calc(var(--header) + 16px);
}
.page-services .services-hero__title{
  font-family:var(--font-display)!important;
  font-size:clamp(3.2rem,7vw,7.2rem)!important;
  line-height:.9!important;
  font-weight:500!important;
  letter-spacing:var(--tracking-display)!important;
  text-transform:uppercase!important;
  max-width:10ch!important;
}
.page-services .services-hero__lead{
  font-family:var(--font-body)!important;
  font-size:var(--text-lg)!important;
  line-height:1.45!important;
  letter-spacing:var(--tracking-body)!important;
  max-width:680px!important;
}
.page-services .services-optik-number,
.page-services .services-primary .services-optik-number{
  font-family:var(--services-heading-font)!important;
  font-size:clamp(78px,8.7vw,112px)!important;
  line-height:.9!important;
  font-weight:700!important;
  letter-spacing:0!important;
  color:transparent!important;
  -webkit-text-stroke:1px var(--services-line)!important;
  text-stroke:1px var(--services-line)!important;
}
.page-services .services-optik-copy strong,
.page-services .services-primary .services-optik-copy strong{
  font-family:var(--services-heading-font)!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:.99!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}
.page-services .services-optik-copy small,
.page-services .services-primary .services-optik-copy small{
  font-family:var(--services-body-font)!important;
  font-size:18px!important;
  line-height:1.45!important;
}
@media(max-width:560px){
  .page-services .services-hero__title{
    max-width:5.4ch!important;
    font-size:clamp(2.4rem,12.5vw,3.4rem)!important;
    letter-spacing:-.045em!important;
  }
  .page-services .services-hero__lead{
    max-width:min(100%,32ch)!important;
    font-size:clamp(1rem,4vw,1.15rem)!important;
  }
}

.page-services .services-offer__title{
  font-family:var(--services-heading-font)!important;
  font-size:clamp(2.8rem,5.3vw,5.6rem)!important;
  line-height:.88!important;
  font-weight:800!important;
  letter-spacing:-.065em!important;
  text-transform:none!important;
}
.page-services .services-offer__number,
.page-services .services-offer__content strong{
  font-family:var(--services-heading-font)!important;
}
.page-services .services-offer__content small,
.page-services .services-offer__tags,
.page-services .services-offer__tags b{
  font-family:var(--services-body-font)!important;
}
@media(max-width:720px){
  .page-services .services-offer__title{
    font-size:clamp(2.7rem,13vw,4.2rem)!important;
    line-height:.92!important;
    letter-spacing:-.055em!important;
  }
}

/* Services correction: keep the original first five services intact; mirror the Optik row composition with Danica assets. */
.page-services .services-primary.services-optik-featured-list{
  --services-row-inset:clamp(18px,2.2vw,34px);
  --services-row-number-offset:clamp(28px,2.8vw,42px);
  --services-row-copy-gap:clamp(52px,6vw,86px);
  --services-preview-size:clamp(230px,24vw,304px);
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:calc(var(--header) + 18px) var(--pad) clamp(70px,8vw,112px);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:#fff;
  color:#111;
  overflow:visible;
}
.page-services .services-featured-title{
  width:100%;
  max-width:1240px;
  margin:0 auto clamp(22px,3vw,40px);
  padding-inline:var(--services-row-inset);
  font-family:var(--services-heading-font)!important;
  font-size:clamp(48px,7.7vw,112px)!important;
  line-height:.86!important;
  font-weight:800!important;
  letter-spacing:-.055em!important;
  color:#111;
  white-space:nowrap;
  text-transform:none;
}
.page-services .services-registry-intro{
  max-width:1240px;
  margin:0 auto clamp(18px,2.4vw,30px);
  padding-inline:var(--services-row-inset);
  display:grid;
  grid-template-columns:minmax(120px,220px) minmax(260px,430px) minmax(280px,520px);
  gap:clamp(18px,2.4vw,34px);
  align-items:start;
}
.page-services .services-registry-intro h2{
  margin:0;
  font-family:var(--services-heading-font)!important;
  font-size:clamp(24px,2.35vw,34px);
  line-height:1.08;
  letter-spacing:0;
  color:var(--services-ink);
}
.page-services .services-registry-intro p:not(.eyebrow){
  margin:.45rem 0 0;
  max-width:56ch;
  font-family:var(--services-body-font)!important;
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.45;
  color:var(--services-muted);
}
@media(max-width:980px){
  .page-services .services-registry-intro{
    grid-template-columns:1fr;
    gap:12px;
  }
  .page-services .services-registry-intro h2{
    max-width:18ch;
    font-size:clamp(24px,6.2vw,32px);
    line-height:1.08;
  }
  .page-services .services-registry-intro p:not(.eyebrow){
    max-width:34ch;
    font-size:15px;
  }
}
.page-services .services-primary.services-optik-featured-list .services-optik-row{
  position:relative;
  min-width:0;
  display:grid;
  grid-template-columns:max-content minmax(300px,748px) minmax(0,1fr);
  column-gap:calc(var(--services-row-copy-gap) + var(--services-row-number-offset));
  align-items:center;
  width:100%;
  max-width:1240px;
  margin-inline:auto;
  min-height:166px;
  padding:25px calc(var(--services-row-inset) + var(--services-row-number-offset));
  background:transparent;
  border-top:0;
  border-bottom:1px solid var(--services-line);
  border-radius:0;
  color:#111;
  text-decoration:none;
  isolation:isolate;
  overflow:visible;
  transition:background-color 220ms var(--ease),border-color 220ms var(--ease),border-radius 220ms var(--ease),box-shadow 220ms var(--ease);
}
.page-services .services-video-support{
  padding:calc(var(--header) + 8px) 0 24px;
  align-items:flex-start;
  overflow:hidden;
}
.page-services .services-video-support__inner{
  display:grid;
  grid-template-columns:minmax(280px,min(36vw,520px)) minmax(0,1fr);
  gap:clamp(28px,4.4vw,72px);
  align-items:center;
}
.page-services .services-video-support__media{
  justify-self:start;
  width:min(100%,calc((100svh - var(--header) - 74px) * 9 / 16));
  max-height:none;
}
.page-services .services-video-support__copy{
  min-width:0;
}
.page-services .services-video-support__copy>.eyebrow{
  margin:0 0 10px;
  color:rgba(17,17,17,.48);
}
.page-services .services-video-support__copy h2{
  margin:0 0 clamp(28px,3vw,44px)!important;
  max-width:100%!important;
  font-family:var(--services-heading-font)!important;
  font-size:clamp(56px,6.1vw,88px)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  text-transform:none!important;
}
.page-services .services-video-support__lead{
  margin:0 0 clamp(30px,3.4vw,50px);
  max-width:720px;
  color:rgba(17,17,17,.72);
  font-size:clamp(15px,1.3vw,18px);
  line-height:1.45;
  font-weight:500;
}
.page-services .services-video-support__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 clamp(14px,1.6vw,22px);
  border-top:1px solid rgba(17,17,17,.14);
}
.page-services .services-video-support__grid .services-secondary__card{
  min-height:126px;
  gap:12px;
  padding:18px 0 20px;
}
.page-services .services-video-support__grid .services-secondary__card span{
  font-size:clamp(11px,.9vw,13px);
}
.page-services .services-video-support__grid .services-secondary__card strong{
  max-width:100%;
  font-size:clamp(21px,2.1vw,27px);
  line-height:.99;
  font-weight:800;
}
.page-services .services-video-support__grid .services-secondary__card small{
  max-width:100%;
  font-size:clamp(15px,1.3vw,18px);
  line-height:1.45;
  font-weight:500;
}
@media(max-width:980px){
  .page-services .services-video-support__inner{
    grid-template-columns:1fr;
  }
  .page-services .services-video-support__media{
    width:min(100%,430px);
    justify-self:center;
  }
  .page-services .services-video-support__grid{
    grid-template-columns:1fr;
  }
  .page-services .services-video-support__copy h2{
    white-space:normal;
  }
}
@media(max-width:680px){
  .page-services .services-featured-title{
    font-size:clamp(36px,12vw,48px)!important;
    letter-spacing:-.045em!important;
  }
  .page-services .services-video-support{
    padding-top:calc(var(--header) + 20px);
  }
}
.page-services .services-primary.services-optik-featured-list .services-optik-row:first-child{
  border-top:1px solid var(--services-line);
}
html.has-scroll-animations .page-services .services-primary.services-optik-featured-list .services-optik-row[data-animation],
.page-services .services-primary.services-optik-featured-list .services-optik-row[data-animation]{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
html.has-scroll-animations .page-services .services-secondary__card[data-animation],
.page-services .services-secondary__card[data-animation],
html.has-scroll-animations .page-services .services-cta a[data-animation],
.page-services .services-cta a[data-animation]{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
.page-services .services-primary.services-optik-featured-list .services-optik-row:hover,
.page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible,
.page-services .services-primary.services-optik-featured-list .services-optik-row.services-optik-demo-active{
  border-color:rgba(17,17,17,.42);
  border-radius:8px;
  background:rgba(17,17,17,.045);
  box-shadow:0 14px 40px rgba(17,17,17,.045);
}
.page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible{
  outline:2px solid rgba(17,17,17,.82);
  outline-offset:3px;
}
.page-services .services-primary.services-optik-featured-list .services-optik-number{
  position:relative;
  z-index:2;
  width:max-content;
  font-family:var(--services-heading-font)!important;
  font-size:clamp(88px,9.6vw,128px)!important;
  line-height:.9!important;
  font-weight:800!important;
  letter-spacing:0!important;
  color:transparent!important;
  -webkit-text-stroke:1px var(--services-line)!important;
  text-stroke:1px var(--services-line)!important;
  font-variant-numeric:tabular-nums;
}
.page-services .services-primary.services-optik-featured-list .services-optik-copy{
  position:relative;
  z-index:2;
  min-width:0;
  max-width:748px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
  padding-right:0;
}
.page-services .services-primary.services-optik-featured-list .services-optik-copy strong{
  display:block;
  max-width:32ch;
  font-family:var(--services-heading-font)!important;
  font-size:clamp(21px,2.1vw,27px)!important;
  line-height:.99!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-wrap:balance;
  overflow-wrap:break-word;
}
.page-services .services-primary.services-optik-featured-list .services-optik-copy small{
  display:block;
  max-width:44ch;
  font-family:var(--services-body-font)!important;
  font-size:clamp(15px,1.3vw,18px)!important;
  line-height:1.45!important;
  font-weight:500!important;
  letter-spacing:-.01em!important;
  color:rgba(17,17,17,.72);
}
.page-services .services-primary.services-optik-featured-list .services-optik-actions{
  display:none;
}
.page-services .services-primary.services-optik-featured-list .services-optik-actions b{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  border:0;
  border-radius:0;
  background:#fff;
  padding:6px 17px 8px;
  font-family:var(--services-heading-font)!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:0!important;
  color:#111;
  white-space:nowrap;
}
.page-services .services-primary.services-optik-featured-list .services-optik-preview{
  position:absolute;
  z-index:1;
  right:var(--services-row-inset);
  top:50%;
  width:var(--services-preview-size);
  height:var(--services-preview-size);
  border-radius:6px;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-50%);
  transition:opacity 900ms cubic-bezier(.4,0,.2,1),visibility 0s linear 900ms;
  transition-delay:0s,900ms;
}
.page-services .services-primary.services-optik-featured-list .services-optik-preview img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  filter:saturate(1.02) contrast(1.02);
  transform-origin:center;
  transform:scale(1.12);
  transition:filter 360ms var(--ease),transform 900ms cubic-bezier(.45,0,.2,1);
}
.page-services .services-primary.services-optik-featured-list .services-optik-row:hover .services-optik-preview,
.page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible .services-optik-preview,
.page-services .services-primary.services-optik-featured-list .services-optik-row.services-optik-demo-active .services-optik-preview{
  opacity:1;
  visibility:visible;
  transition-delay:0s,0s;
}
.page-services .services-primary.services-optik-featured-list .services-optik-row:hover .services-optik-preview img,
.page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible .services-optik-preview img,
.page-services .services-primary.services-optik-featured-list .services-optik-row.services-optik-demo-active .services-optik-preview img{
  filter:saturate(1.08) contrast(1.04);
  animation:servicesPreviewZoomImage 8.4s cubic-bezier(.45,0,.2,1) infinite both;
}
@keyframes servicesPreviewZoomImage{
  0%,100%{
    transform:scale(1.12);
  }
  50%{
    transform:scale(1);
  }
}
@media(max-width:1080px){
  .page-services .services-primary.services-optik-featured-list{
    --services-row-inset:clamp(16px,2.4vw,26px);
    --services-preview-size:clamp(156px,22vw,220px);
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-row{
    display:grid;
    grid-template-columns:max-content minmax(0,1fr) minmax(156px,220px);
    gap:var(--services-row-inset);
    min-height:152px;
    padding:22px var(--services-row-inset);
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-number,
  .page-services .services-primary.services-optik-featured-list .services-optik-copy,
  .page-services .services-primary.services-optik-featured-list .services-optik-actions{
    flex:none;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-number{
    font-size:clamp(58px,9vw,88px)!important;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-copy{
    padding-right:0;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-actions{
    display:none;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-preview{
    grid-column:3 / 4;
    grid-row:1 / 2;
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    height:136px;
    border-radius:6px;
    transform:none;
    align-self:center;
  }
}
@media(max-width:1080px) and (prefers-reduced-motion:reduce){
  .page-services .services-primary.services-optik-featured-list .services-optik-row:hover .services-optik-preview img,
  .page-services .services-primary.services-optik-featured-list .services-optik-row:focus-visible .services-optik-preview img{
    transform:scale(1);
  }
}
@media(max-width:680px){
  .page-services .services-primary.services-optik-featured-list{
    min-height:0;
    padding-top:calc(var(--header) + 28px);
    padding-bottom:56px;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-row{
    grid-template-columns:1fr;
    gap:12px;
    min-height:0;
    padding:18px var(--services-row-inset);
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-number{
    grid-column:1 / -1;
    font-size:54px!important;
    line-height:.9!important;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-copy{
    grid-column:1 / -1;
    padding:0;
    gap:10px;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-copy strong{
    font-size:22px!important;
    line-height:1.08!important;
    max-width:100%;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-copy small{
    max-width:30ch;
    font-size:14px!important;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-actions{
    display:none;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-actions b{
    min-height:24px;
    padding:5px 9px 6px;
    font-size:12px!important;
  }
  .page-services .services-primary.services-optik-featured-list .services-optik-preview{
    display:none;
  }
}

/* Investor hub */
.investor-page-body{
  background:#fff;
}
.investor-hub{
  background:#fff;
  color:var(--ink);
}
.investor-hero{
  background:#101211;
  color:#fff;
}
.investor-hero__media{
  position:absolute;
  inset:0;
  margin:0;
  background:#101211;
}
.investor-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  filter:saturate(.95) contrast(1.08);
  opacity:.72;
}
.investor-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,7,7,.84),rgba(5,7,7,.34) 58%,rgba(5,7,7,.72)),
    linear-gradient(0deg,rgba(5,7,7,.7),rgba(5,7,7,0) 42%);
}
.investor-hero__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,390px);
  gap:clamp(24px,5vw,86px);
  align-items:end;
  max-width:1420px;
}
.investor-hero__copy{
  max-width:1040px;
}
.investor-hero .display{
  max-width:980px;
}
.investor-hero .eyebrow,
.investor-hero .subhead{
  color:rgba(255,255,255,.78);
}
.investor-hero .btn{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.36);
}
.investor-hero .btn.dark{
  background:#fff;
  color:#111;
  border-color:#fff;
}
.investor-hero__panel{
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  padding:clamp(20px,2.6vw,34px);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.investor-hero__panel span,
.investor-file-grid span,
.investor-market-card small{
  display:block;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.investor-hero__panel span{
  color:rgba(255,255,255,.62);
}
.investor-hero__panel strong{
  display:block;
  margin:18px 0 12px;
  font-size:clamp(26px,2.7vw,42px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:430;
}
.investor-hero__panel p{
  margin:0;
  color:rgba(255,255,255,.7);
  font-size:15px;
}
.investor-contained{
  max-width:1420px;
}
.investor-market-section{
  background:#fff;
}
.investor-market-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.investor-market-card{
  position:relative;
  min-height:clamp(440px,58svh,640px);
  overflow:hidden;
  border-radius:10px;
  background:#111;
  color:#fff;
  display:flex;
  align-items:flex-end;
  padding:24px;
  isolation:isolate;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
}
.investor-market-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 70px rgba(22,20,17,.16);
}
.investor-market-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  z-index:-2;
  transition:transform .7s var(--ease);
}
.investor-market-card:hover img{
  transform:scale(1.045);
}
.investor-market-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.18) 62%,rgba(0,0,0,.28)),
    linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,0));
}
.investor-market-card>span{
  position:absolute;
  top:18px;
  left:18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  padding:9px 12px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.investor-market-card div{
  max-width:560px;
}
.investor-market-card small{
  color:rgba(255,255,255,.66);
}
.investor-market-card h3{
  margin:10px 0 10px;
  font-size:clamp(42px,5.4vw,86px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:420;
}
.investor-market-card p{
  max-width:520px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.45;
}
.investor-project-section{
  background:#11100e;
}
.investor-file-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.investor-file-grid a{
  min-height:188px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:18px;
  background:rgba(255,255,255,.045);
  color:#fff;
  transition:transform .2s var(--ease),background .2s var(--ease),border-color .2s var(--ease);
}
.investor-file-grid a:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.32);
}
.investor-file-grid span,
.investor-file-grid small{
  color:rgba(255,255,255,.6);
}
.investor-file-grid strong{
  display:block;
  font-size:clamp(22px,2.2vw,34px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:430;
}
.investor-file-grid small{
  font-size:12px;
}
.investor-access-section{
  background:#fff;
}
.investor-access-grid{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(360px,1.18fr);
  gap:clamp(28px,5vw,90px);
  align-items:start;
}
.investor-access-grid h2{
  margin:0;
  font-size:clamp(42px,6vw,104px);
  line-height:.9;
  letter-spacing:-.07em;
  font-weight:420;
}
.investor-access-copy{
  border-top:1px solid rgba(22,20,17,.16);
  padding-top:24px;
}
.investor-access-copy p{
  margin:0 0 16px;
  color:rgba(22,20,17,.72);
  font-size:clamp(17px,1.5vw,22px);
  line-height:1.48;
}
@media(max-width:980px){
  .investor-hero__inner,
  .investor-market-grid,
  .investor-access-grid{
    grid-template-columns:1fr;
  }
  .investor-hero__panel{
    max-width:620px;
  }
  .investor-file-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .investor-market-card{
    min-height:380px;
    padding:18px;
  }
  .investor-file-grid{
    grid-template-columns:1fr;
  }
  .investor-file-grid a{
    min-height:150px;
  }
}
.v18-ffe-hero figure{
  margin:0;
}
.v18-ffe-hero .service-comparison,
.hero-media .service-comparison{
  width:100%;
  height:100%;
  max-width:none;
  aspect-ratio:auto;
  border-radius:10px;
}
.hero-media .service-comparison{
  border-radius:0;
  box-shadow:none;
  background:#111;
}
.service-comparison .image-wrapper img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
}
.hero-media .service-comparison img{
  filter:saturate(1.03) contrast(1.02);
  transform:none;
  animation:none;
}
.hero.has-service-comparison:after{
  pointer-events:none;
}
.hero.has-service-comparison .hero-media,
.hero.has-service-comparison .screen-inner{
  pointer-events:auto;
}
@media(max-width:980px){
  .v18-ffe-hero .service-comparison{
    min-height:360px;
  }
}
@media(max-width:640px){
  .v18-ffe-hero .service-comparison{
    min-height:300px;
  }
}

/* Reusable before/after cursor reveal. */
.before-after-reveal,
.before-after-spotlight{
  --x1:50%;
  --y1:50%;
  --x2:50%;
  --y2:50%;
  --x3:50%;
  --y3:50%;
  position:relative;
  display:block;
  width:100%;
  min-height:260px;
  aspect-ratio:16/9;
  overflow:hidden;
  isolation:isolate;
  border-radius:inherit;
  background:#111;
  cursor:default;
  touch-action:pan-x pan-y;
}
.before-after-reveal img.after-image,
.before-after-reveal img.before-image,
.before-after-spotlight img.after-image,
.before-after-spotlight img.before-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  user-select:none;
  pointer-events:none;
}
.before-after-reveal .after-image,
.before-after-spotlight .after-image{
  z-index:0;
  filter:saturate(1.04) contrast(1.03);
}
.before-after-reveal .before-image,
.before-after-spotlight .before-image{
  --layer-opacity:1;
  z-index:3;
  opacity:0;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-mode:alpha;
  mask-mode:alpha;
  transition:opacity 420ms var(--ease);
  will-change:opacity;
}
.before-after-reveal .before-layer-1,
.before-after-spotlight .before-layer-1{
  --layer-opacity:1;
  z-index:3;
  -webkit-mask-image:
    radial-gradient(ellipse clamp(108px,12vmin,150px) clamp(84px,9.5vmin,120px) at var(--x1) var(--y1), rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 28%, rgba(0,0,0,.62) 58%, rgba(0,0,0,.14) 80%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(54px,6.4vmin,86px) clamp(42px,5vmin,68px) at calc(var(--x1) + 74px) calc(var(--y1) - 42px), rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(46px,5.4vmin,72px) clamp(38px,4.8vmin,62px) at calc(var(--x1) - 70px) calc(var(--y1) + 48px), rgba(0,0,0,.46) 0%, rgba(0,0,0,.18) 52%, rgba(0,0,0,0) 100%);
  mask-image:
    radial-gradient(ellipse clamp(108px,12vmin,150px) clamp(84px,9.5vmin,120px) at var(--x1) var(--y1), rgba(0,0,0,1) 0%, rgba(0,0,0,.98) 28%, rgba(0,0,0,.62) 58%, rgba(0,0,0,.14) 80%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(54px,6.4vmin,86px) clamp(42px,5vmin,68px) at calc(var(--x1) + 74px) calc(var(--y1) - 42px), rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 52%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(46px,5.4vmin,72px) clamp(38px,4.8vmin,62px) at calc(var(--x1) - 70px) calc(var(--y1) + 48px), rgba(0,0,0,.46) 0%, rgba(0,0,0,.18) 52%, rgba(0,0,0,0) 100%);
}
.before-after-reveal .before-layer-2,
.before-after-spotlight .before-layer-2{
  --layer-opacity:.56;
  z-index:2;
  -webkit-mask-image:
    radial-gradient(ellipse clamp(190px,22vmin,260px) clamp(150px,17vmin,210px) at var(--x2) var(--y2), rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 35%, rgba(0,0,0,.28) 68%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(96px,11vmin,140px) clamp(74px,8.5vmin,110px) at calc(var(--x2) + 108px) calc(var(--y2) - 70px), rgba(0,0,0,.48) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(86px,10vmin,128px) clamp(70px,8vmin,104px) at calc(var(--x2) - 118px) calc(var(--y2) + 84px), rgba(0,0,0,.42) 0%, rgba(0,0,0,.16) 56%, rgba(0,0,0,0) 100%);
  mask-image:
    radial-gradient(ellipse clamp(190px,22vmin,260px) clamp(150px,17vmin,210px) at var(--x2) var(--y2), rgba(0,0,0,.92) 0%, rgba(0,0,0,.68) 35%, rgba(0,0,0,.28) 68%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(96px,11vmin,140px) clamp(74px,8.5vmin,110px) at calc(var(--x2) + 108px) calc(var(--y2) - 70px), rgba(0,0,0,.48) 0%, rgba(0,0,0,.18) 58%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(86px,10vmin,128px) clamp(70px,8vmin,104px) at calc(var(--x2) - 118px) calc(var(--y2) + 84px), rgba(0,0,0,.42) 0%, rgba(0,0,0,.16) 56%, rgba(0,0,0,0) 100%);
}
.before-after-reveal .before-layer-3,
.before-after-spotlight .before-layer-3{
  --layer-opacity:.22;
  z-index:1;
  filter:saturate(.96) contrast(.96) blur(2px);
  -webkit-mask-image:
    radial-gradient(ellipse clamp(318px,36vmin,425px) clamp(238px,28vmin,330px) at var(--x3) var(--y3), rgba(0,0,0,.58) 0%, rgba(0,0,0,.30) 40%, rgba(0,0,0,.075) 72%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(150px,18vmin,220px) clamp(118px,14vmin,170px) at calc(var(--x3) + 160px) calc(var(--y3) - 112px), rgba(0,0,0,.24) 0%, rgba(0,0,0,.08) 60%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(138px,16vmin,210px) clamp(108px,13vmin,160px) at calc(var(--x3) - 182px) calc(var(--y3) + 126px), rgba(0,0,0,.22) 0%, rgba(0,0,0,.07) 58%, rgba(0,0,0,0) 100%);
  mask-image:
    radial-gradient(ellipse clamp(318px,36vmin,425px) clamp(238px,28vmin,330px) at var(--x3) var(--y3), rgba(0,0,0,.58) 0%, rgba(0,0,0,.30) 40%, rgba(0,0,0,.075) 72%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(150px,18vmin,220px) clamp(118px,14vmin,170px) at calc(var(--x3) + 160px) calc(var(--y3) - 112px), rgba(0,0,0,.24) 0%, rgba(0,0,0,.08) 60%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse clamp(138px,16vmin,210px) clamp(108px,13vmin,160px) at calc(var(--x3) - 182px) calc(var(--y3) + 126px), rgba(0,0,0,.22) 0%, rgba(0,0,0,.07) 58%, rgba(0,0,0,0) 100%);
}
.before-after-reveal.is-active .before-image,
.before-after-spotlight.is-active .before-image{
  opacity:var(--layer-opacity);
}
.before-after-reveal .compare-label,
.before-after-spotlight__label{
  position:absolute;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:8px;
  background:rgba(18,17,15,.56);
  color:#fff;
  font-size:10px;
  font-weight:760;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  box-shadow:0 14px 34px rgba(0,0,0,.2);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  pointer-events:none;
  transition:opacity 260ms var(--ease),transform 260ms var(--ease),background 260ms var(--ease);
}
.before-after-reveal .compare-label-after,
.before-after-spotlight__label--after{
  top:16px;
  bottom:auto;
  left:16px;
  opacity:.92;
}
.before-after-reveal .compare-label-before,
.before-after-spotlight__label--before{
  top:auto;
  right:16px;
  bottom:16px;
  opacity:0;
  transform:translate3d(0,8px,0);
  background:rgba(255,253,248,.86);
  color:#161411;
  border-color:rgba(255,255,255,.4);
}
.before-after-reveal.is-active .compare-label-before,
.before-after-spotlight.is-active .before-after-spotlight__label--before{
  opacity:1;
  transform:translate3d(0,0,0);
}
.before-after-reveal .compare-hint{
  position:absolute;
  z-index:5;
  left:50%;
  bottom:16px;
  transform:translate3d(-50%,0,0);
  max-width:calc(100% - 32px);
  padding:8px 10px;
  border-radius:8px;
  background:rgba(18,17,15,.42);
  color:rgba(255,255,255,.82);
  font-size:10px;
  font-weight:720;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
  pointer-events:none;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  transition:opacity 240ms var(--ease),transform 240ms var(--ease);
}
.before-after-reveal.is-active .compare-hint{
  opacity:0;
  transform:translate3d(-50%,7px,0);
}
.hero-media .before-after-reveal .compare-hint{
  display:none;
}
.hero-media .before-after-reveal--home-hero{
  width:100%;
  height:100%;
  min-height:100%;
  aspect-ratio:auto;
  border-radius:0;
  isolation:auto;
}
.hero-media .before-after-reveal--home-hero img.after-image,
.hero-media .before-after-reveal--home-hero img.before-image{
  transform:none;
  animation:none;
  filter:saturate(1.03) contrast(1.02);
}
.hero-media .before-after-reveal--home-hero img.before-image{
  filter:saturate(.72) contrast(1.22) brightness(.9);
}
.hero-media .before-after-reveal--home-hero .after-image{
  z-index:0;
}
.hero-media .before-after-reveal--home-hero .before-layer-1{
  z-index:4;
}
.hero-media .before-after-reveal--home-hero .before-layer-2{
  z-index:3;
}
.hero-media .before-after-reveal--home-hero .before-layer-3{
  z-index:2;
}
.hero-media .before-after-reveal--home-hero .before-layer-1{
  --layer-opacity:1;
  -webkit-mask-image:
    radial-gradient(ellipse clamp(180px,21vmin,240px) clamp(145px,17vmin,200px) at var(--x1) var(--y1), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
  mask-image:
    radial-gradient(ellipse clamp(180px,21vmin,240px) clamp(145px,17vmin,200px) at var(--x1) var(--y1), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
}
.hero-media .before-after-reveal--home-hero .before-layer-2{
  --layer-opacity:.62;
  -webkit-mask-image:
    radial-gradient(ellipse clamp(280px,32vmin,360px) clamp(220px,26vmin,300px) at var(--x2) var(--y2), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
  mask-image:
    radial-gradient(ellipse clamp(280px,32vmin,360px) clamp(220px,26vmin,300px) at var(--x2) var(--y2), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
}
.hero-media .before-after-reveal--home-hero .before-layer-3{
  --layer-opacity:.36;
  filter:saturate(.68) contrast(1.16) brightness(.9);
  -webkit-mask-image:
    radial-gradient(ellipse clamp(380px,44vmin,470px) clamp(300px,35vmin,390px) at var(--x3) var(--y3), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
  mask-image:
    radial-gradient(ellipse clamp(380px,44vmin,470px) clamp(300px,35vmin,390px) at var(--x3) var(--y3), rgba(0,0,0,1) 0 98.5%, rgba(0,0,0,0) 99%);
}
.home-hero-control[data-before-after-reveal-surface]:after{
  z-index:1;
  pointer-events:none;
}
.home-hero-control[data-before-after-reveal-surface] .hero-media{
  z-index:auto;
}
.home-hero-control[data-before-after-reveal-surface] .screen-inner{
  z-index:6;
}
.before-after-reveal--home-hero .compare-label{
  z-index:5;
}
.before-after-reveal--home-hero .compare-label-after{
  top:calc(var(--header) + 16px);
  left:auto;
  right:calc(var(--pad) + 102px);
  background:rgba(255,253,248,.84);
  color:#161411;
  border-color:rgba(255,255,255,.42);
}
.before-after-reveal--home-hero .compare-label-before{
  top:calc(var(--header) + 16px);
  right:var(--pad);
  bottom:auto;
}
.portfolio-parallax-item--spotlight .compare-label-before{
  top:16px;
  right:16px;
  bottom:auto;
}
.portfolio-parallax-item--spotlight .compare-hint{
  display:none;
}
@supports not ((-webkit-mask-image: radial-gradient(circle, #000 0, transparent 100%)) or (mask-image: radial-gradient(circle, #000 0, transparent 100%))){
  .before-after-reveal .before-image,
  .before-after-spotlight .before-image{
    display:none;
  }
  .before-after-reveal .compare-hint{
    display:none;
  }
}
@media(prefers-reduced-motion:reduce){
  .before-after-reveal .before-image,
  .before-after-spotlight .before-image{
    transition:opacity 180ms ease;
  }
}
@media(max-width:640px){
  .before-after-reveal,
  .before-after-spotlight{
    min-height:220px;
  }
  .before-after-reveal .before-layer-1,
  .before-after-spotlight .before-layer-1{
    --mask-size:clamp(200px,56vw,280px);
  }
  .before-after-reveal .before-layer-2,
  .before-after-spotlight .before-layer-2{
    --mask-size:clamp(320px,82vw,460px);
  }
  .before-after-reveal .before-layer-3,
  .before-after-spotlight .before-layer-3{
    --mask-size:clamp(480px,118vw,660px);
  }
  .before-after-reveal .compare-label,
  .before-after-spotlight__label{
    min-height:25px;
    padding:6px 8px;
    font-size:9px;
    letter-spacing:.14em;
  }
  .before-after-reveal .compare-label-after,
  .before-after-spotlight__label--after{
    top:12px;
    left:12px;
  }
  .before-after-reveal .compare-label-before,
  .before-after-spotlight__label--before{
    right:12px;
    bottom:12px;
  }
.before-after-reveal .compare-hint{
    display:none;
  }
}

/* Home second slide: one-studio delivery route. */
.home-delivery-slide.section-pad{
  min-height:100svh;
  padding:calc(var(--header) + 42px) var(--pad) 42px;
  background:#11100e;
  color:#f8f4ec;
  isolation:isolate;
}
.home-delivery-slide:before,
.home-delivery-slide:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.home-delivery-slide:before{
  z-index:0;
  background:
    linear-gradient(116deg,rgba(17,16,14,.97),rgba(18,18,16,.91) 46%,rgba(27,29,25,.94)),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:auto,88px 88px,88px 88px;
}
.home-delivery-slide:after{
  z-index:1;
  background:
    linear-gradient(132deg,transparent 0 50%,rgba(168,135,79,.16) 50.1%,transparent 50.9%),
    linear-gradient(90deg,rgba(17,16,14,.18),rgba(17,16,14,.72) 54%,rgba(17,16,14,.12));
}
.home-delivery-stage{
  position:relative;
  z-index:2;
  min-height:calc(100svh - var(--header) - 84px);
  padding-right:46px;
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);
  gap:58px;
  align-items:center;
}
#delivery.home-delivery-slide .home-delivery-stage{
  min-height:calc(100svh - var(--header) - 84px);
}
.home-delivery-copy{
  max-width:790px;
}
.home-delivery-slide .eyebrow{
  color:rgba(248,244,236,.66);
}
.home-delivery-slide .headline{
  max-width:760px;
  color:#fff;
  font-size:6rem;
  line-height:.94;
  letter-spacing:0;
  font-weight:760;
}
.home-delivery-slide .subhead{
  max-width:720px;
  color:rgba(248,244,236,.84);
  font-size:1.45rem;
  line-height:1.24;
  letter-spacing:0;
}
.home-delivery-slide .small{
  max-width:620px;
  color:rgba(248,244,236,.68);
  font-size:1rem;
  line-height:1.58;
  letter-spacing:0;
}
.home-delivery-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px;
}
.home-delivery-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid rgba(248,244,236,.18);
  border-radius:999px;
  padding:8px 11px;
  background:rgba(255,255,255,.055);
  color:rgba(248,244,236,.78);
  font-size:.76rem;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.home-delivery-board{
  position:relative;
  height:620px;
  min-height:0;
  display:grid;
  grid-template-rows:auto 1fr auto;
  overflow:hidden;
  border:1px solid rgba(248,244,236,.16);
  border-radius:10px;
  background:rgba(22,22,20,.74);
  box-shadow:0 30px 90px rgba(0,0,0,.34);
  backdrop-filter:blur(18px) saturate(1.08);
  -webkit-backdrop-filter:blur(18px) saturate(1.08);
}
.home-delivery-board:before{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(248,244,236,.08);
  border-radius:8px;
  pointer-events:none;
  z-index:2;
}
.delivery-board-head{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  border-bottom:1px solid rgba(248,244,236,.13);
}
.delivery-board-head span,
.delivery-proof span{
  display:block;
  color:rgba(248,244,236,.56);
  font-size:.68rem;
  font-weight:760;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.delivery-board-head strong{
  color:#fff;
  font-size:1.05rem;
  line-height:1.1;
  letter-spacing:0;
}
.delivery-board-body{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1fr) 240px;
  grid-template-rows:minmax(0,1fr) auto;
  gap:12px;
  min-height:0;
  padding:14px;
}
.delivery-photo{
  position:relative;
  min-height:0;
  margin:0;
  overflow:hidden;
  border-radius:8px;
  background:#181816;
}
.delivery-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  filter:saturate(1.02) contrast(1.04);
}
.delivery-photo-main:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.38),rgba(0,0,0,0) 52%);
  pointer-events:none;
}
.delivery-photo-side img{
  object-position:center center;
}
.delivery-route{
  position:relative;
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.delivery-route:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:26px;
  height:1px;
  background:linear-gradient(90deg,rgba(168,135,79,0),rgba(168,135,79,.82),rgba(148,182,124,.65),rgba(168,135,79,0));
}
.delivery-route li{
  position:relative;
  z-index:1;
  min-height:84px;
  display:grid;
  align-content:space-between;
  gap:14px;
  border:1px solid rgba(248,244,236,.14);
  border-radius:8px;
  padding:12px;
  background:rgba(255,255,255,.06);
}
.delivery-route b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#f8f4ec;
  color:#11100e;
  font-size:.72rem;
  line-height:1;
  letter-spacing:0;
}
.delivery-route span{
  color:#fff;
  font-size:.86rem;
  line-height:1.1;
  letter-spacing:0;
  font-weight:680;
}
.delivery-proof{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid rgba(248,244,236,.13);
}
.delivery-proof div{
  min-width:0;
  padding:18px 20px;
}
.delivery-proof div + div{
  border-left:1px solid rgba(248,244,236,.13);
}
.delivery-proof strong{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:1rem;
  line-height:1.18;
  letter-spacing:0;
  font-weight:680;
}
@media(max-width:1180px){
  .home-delivery-stage{
    grid-template-columns:1fr;
    gap:28px;
    padding-right:0;
  }
  .home-delivery-copy{
    max-width:900px;
  }
  .home-delivery-slide .headline{
    max-width:900px;
    font-size:4.8rem;
  }
  .home-delivery-board{
    height:600px;
  }
}
@media(max-width:720px){
  .home-delivery-slide.section-pad{
    padding:88px 20px 34px;
  }
  .home-delivery-stage{
    min-height:auto;
    gap:18px;
  }
  #delivery.home-delivery-slide .home-delivery-stage{
    min-height:auto;
  }
  .home-delivery-slide .headline{
    font-size:2.42rem;
    line-height:1;
  }
  .home-delivery-slide .subhead{
    margin-top:16px;
    font-size:1rem;
    line-height:1.31;
  }
  .home-delivery-slide .small{
    display:none;
  }
  .home-delivery-tags{
    margin-top:18px;
  }
  .home-delivery-tags span{
    min-height:32px;
    font-size:.68rem;
  }
  .home-delivery-board{
    height:auto;
    min-height:auto;
  }
  .home-delivery-board:before{
    inset:10px;
  }
  .delivery-board-head{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding:16px;
  }
  .delivery-board-body{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    padding:10px;
  }
  .delivery-photo{
    height:198px;
  }
  .delivery-photo-side{
    display:none;
  }
  .delivery-route{
    grid-template-columns:1fr 1fr;
  }
  .delivery-route:before{
    display:none;
  }
  .delivery-route li{
    min-height:54px;
    grid-template-columns:30px minmax(0,1fr);
    align-content:center;
    align-items:center;
    gap:12px;
  }
  .delivery-proof{
    grid-template-columns:1fr;
  }
  .delivery-proof div{
    padding:16px;
  }
  .delivery-proof div + div{
    border-top:1px solid rgba(248,244,236,.13);
    border-left:0;
  }
}

/* Home hero: approved concept 01 / project-control delivery panel. */
.home-hero-control{
  isolation:isolate;
}
.home-hero-control:after{
  display:none;
}
.home-hero-control .hero-media img{
  object-position:center center;
}
.home-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,430px);
  align-items:end;
  gap:clamp(26px,4vw,60px);
  width:100%;
  max-width:none;
  padding-right:calc(var(--pad) + 26px);
}
.home-hero-copy{
  min-width:0;
}
#home.home-hero-control .home-hero-copy > .display{
  max-width:940px;
}
.home-hero-control .hero-count{
  display:none;
}
.home-hero-control .subhead{
  max-width:760px;
  color:rgba(255,255,255,.86);
}
.home-hero-control .small{
  max-width:760px;
  color:rgba(255,255,255,.72);
}
.home-delivery-panel{
  position:relative;
  z-index:4;
  display:grid;
  gap:0;
  width:100%;
  margin-bottom:14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  background:rgba(20,19,17,.68);
  color:#fff;
  box-shadow:0 26px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(18px) saturate(1.06);
  -webkit-backdrop-filter:blur(18px) saturate(1.06);
}
.home-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.home-panel-head span,
.home-panel-progress span{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:10px;
  font-weight:760;
  line-height:1.2;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.home-panel-head strong{
  display:block;
  margin-top:5px;
  font-size:16px;
  line-height:1.1;
  letter-spacing:-.02em;
  font-weight:640;
}
.home-panel-head i{
  flex:0 0 auto;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#94b67c;
  box-shadow:0 0 0 7px rgba(148,182,124,.14);
}
.home-panel-row{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:16px;
  padding:18px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.home-panel-row b{
  color:#fff;
  font-size:30px;
  line-height:.92;
  letter-spacing:-.05em;
  font-weight:580;
}
.home-panel-row h3{
  margin:0 0 7px;
  color:#fff;
  font-size:17px;
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:650;
}
.home-panel-row p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:12.5px;
  line-height:1.42;
  letter-spacing:0;
}
.home-panel-progress{
  display:grid;
  gap:10px;
  padding:16px 18px 18px;
}
.home-panel-progress div{
  position:relative;
  height:5px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.15);
}
.home-panel-progress div:after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:68%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--gold),#d8c49c);
}
.home-scroll-cue{
  position:fixed;
  z-index:6;
  left:50%;
  bottom:22px;
  width:38px;
  height:54px;
  transform:translateX(-50%);
  display:grid;
  place-items:center;
  color:#fff;
  opacity:calc(.86 - (var(--home-scroll-progress,0) * .86));
  transition:opacity 180ms var(--ease);
}
.home-hero-control.home-hero-scrolled .home-scroll-cue{
  opacity:0;
  pointer-events:none;
}
.home-scroll-cue:before,
.home-scroll-cue:after,
.home-scroll-cue span{
  content:"";
  position:absolute;
  width:17px;
  height:17px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  opacity:0;
  animation:homeScrollCue 1.85s cubic-bezier(.22,.61,.36,1) infinite;
}
.home-scroll-cue:before{
  top:7px;
}
.home-scroll-cue span{
  top:18px;
  animation-delay:.2s;
}
.home-scroll-cue:after{
  top:29px;
  animation-delay:.4s;
}
.home-scroll-cue:hover,
.home-scroll-cue:focus-visible{
  opacity:1;
}
.home-scroll-cue:focus-visible{
  outline:1px solid rgba(255,255,255,.75);
  outline-offset:8px;
  border-radius:999px;
}
@keyframes homeScrollCue{
  0%{
    opacity:0;
    transform:translate3d(0,-8px,0) rotate(45deg);
  }
  35%{
    opacity:.92;
  }
  100%{
    opacity:0;
    transform:translate3d(0,10px,0) rotate(45deg);
  }
}
@media(max-width:1180px){
  .home-hero-inner{
    grid-template-columns:1fr;
    padding-right:var(--pad);
    gap:28px;
  }
  .home-delivery-panel{
    max-width:560px;
    margin:0;
  }
}
@media(max-width:720px){
  .home-hero-control:after{
    background:
      linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.25) 58%,rgba(0,0,0,.08)),
      linear-gradient(0deg,rgba(0,0,0,.54),rgba(0,0,0,.06) 62%,rgba(0,0,0,.14));
  }
  .home-hero-control .hero-media img{
    object-position:52% 50%;
  }
  .home-hero-inner{
    align-content:start;
    gap:20px;
    padding-top:104px;
    padding-bottom:24px;
  }
  #home.home-hero-control .home-hero-copy > .display{
    max-width:calc(100vw - 40px)!important;
    font-size:clamp(32px,8.8vw,38px)!important;
    line-height:1!important;
    letter-spacing:-.045em!important;
    text-wrap:balance;
    overflow-wrap:normal;
  }
  .home-hero-copy{
    max-width:calc(100vw - 40px);
  }
  .home-hero-control .subhead{
    font-size:17px!important;
    line-height:1.24!important;
  }
  .home-hero-control .small{
    display:none;
  }
  .home-hero-copy .button-row{
    margin-top:20px;
    gap:8px;
    display:grid;
    grid-template-columns:1fr;
    max-width:280px;
  }
  .home-hero-copy .btn{
    padding:12px 14px;
    font-size:11px;
    letter-spacing:.08em;
  }
  .home-delivery-panel{
    max-width:calc(100vw - 40px);
    padding:0;
  }
  .home-panel-head{
    padding:14px;
  }
  .home-panel-row{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    padding:13px 14px;
  }
  .home-panel-row b{
    font-size:23px;
  }
  .home-panel-row h3{
    font-size:15px;
    margin-bottom:0;
  }
  .home-panel-row p{
    display:none;
  }
  .home-panel-progress{
    display:none;
  }
  .home-scroll-cue{
    bottom:2px;
    width:28px;
    height:28px;
    opacity:.74;
    opacity:calc(.74 - (var(--home-scroll-progress,0) * .74));
  }
  .home-scroll-cue:before,
  .home-scroll-cue:after,
  .home-scroll-cue span{
    width:10px;
    height:10px;
    border-width:1.5px;
  }
  .home-scroll-cue:before{
    top:1px;
  }
  .home-scroll-cue span{
    top:8px;
  }
  .home-scroll-cue:after{
    top:15px;
  }
}

/* Home hero: kinetic first-read pass. */
#home.home-hero-control .home-hero-copy > .home-kinetic-title{
  max-width:min(960px,70vw)!important;
  font-size:clamp(60px,7.65vw,118px)!important;
  line-height:.82!important;
  letter-spacing:-.075em!important;
  font-weight:720!important;
  text-wrap:balance;
}
.home-kinetic-title .home-title-line,
.home-kinetic-title .home-title-place{
  display:block;
  opacity:0;
  transform:translate3d(0,.55em,0);
  animation:homeTitleLineIn 620ms var(--ease-stage-fast) forwards;
  will-change:transform,opacity;
}
.home-kinetic-title .home-title-line:nth-child(2){
  animation-delay:55ms;
}
.home-kinetic-title .home-title-line:nth-child(3){
  animation-delay:110ms;
}
.home-kinetic-title .home-title-line:nth-child(4){
  animation-delay:165ms;
}
.home-kinetic-title .home-title-place{
  margin-top:12px;
  font-size:.23em;
  line-height:1.05;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.72);
  animation-delay:235ms;
}
.home-hero-control .home-hero-lede{
  max-width:650px;
  margin-top:20px;
  color:rgba(255,255,255,.82);
  font-size:clamp(18px,1.5vw,24px)!important;
  line-height:1.22!important;
  letter-spacing:-.035em;
  opacity:0;
  transform:translate3d(0,18px,0);
  animation:homeHeroSoftIn 700ms var(--ease-stage-out) 360ms forwards;
}
.home-hero-control .home-hero-copy .button-row{
  opacity:0;
  transform:translate3d(0,16px,0);
  animation:homeHeroSoftIn 700ms var(--ease-stage-out) 470ms forwards;
}
.home-delivery-panel{
  opacity:0;
  transform:translate3d(0,22px,0);
  animation:homePanelIn 760ms var(--ease-stage-out) 420ms forwards;
}
.home-panel-row,
.home-panel-progress{
  opacity:0;
  transform:translate3d(0,12px,0);
  animation:homeHeroSoftIn 680ms var(--ease-stage-out) forwards;
}
.home-panel-row:nth-of-type(2){
  animation-delay:560ms;
}
.home-panel-row:nth-of-type(3){
  animation-delay:640ms;
}
.home-panel-row:nth-of-type(4){
  animation-delay:720ms;
}
.home-panel-progress{
  animation-delay:800ms;
}
.home-hero-control.home-hero-sequence-done .home-kinetic-title .home-title-line,
.home-hero-control.home-hero-sequence-done .home-kinetic-title .home-title-place,
.home-hero-control.home-hero-sequence-done .home-hero-lede,
.home-hero-control.home-hero-sequence-done .home-hero-copy .button-row,
.home-hero-control.home-hero-sequence-done .home-delivery-panel,
.home-hero-control.home-hero-sequence-done .home-panel-row,
.home-hero-control.home-hero-sequence-done .home-panel-progress{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
@keyframes homeTitleLineIn{
  from{
    opacity:0;
    transform:translate3d(0,.55em,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}
@keyframes homeHeroSoftIn{
  from{
    opacity:0;
    transform:translate3d(0,18px,0);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0);
  }
}
@keyframes homePanelIn{
  from{
    opacity:0;
    transform:translate3d(0,22px,0) scale(.985);
  }
  to{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
  }
}
.home-hero-control .home-hero-copy{
  opacity:calc(1 - (var(--home-scroll-progress,0) * .55));
  transform:translate3d(0,calc(var(--home-scroll-progress,0) * -12svh),0);
  will-change:transform,opacity;
}
@media(max-width:1180px){
  #home.home-hero-control .home-hero-copy > .home-kinetic-title{
    max-width:min(880px,100%)!important;
  }
}
@media(max-width:720px){
  #home.home-hero-control .home-hero-copy > .home-kinetic-title{
    max-width:calc(100vw - 40px)!important;
    font-size:clamp(40px,13vw,52px)!important;
    line-height:.84!important;
    letter-spacing:-.062em!important;
  }
  .home-kinetic-title .home-title-place{
    margin-top:9px;
    font-size:.25em;
    letter-spacing:.1em;
  }
  .home-hero-control .home-hero-lede{
    max-width:min(320px,calc(100vw - 40px));
    margin-top:16px;
    font-size:15px!important;
    line-height:1.24!important;
  }
  .home-hero-control .home-hero-copy .button-row{
    margin-top:18px;
  }
  .home-hero-control .home-hero-copy{
    opacity:calc(1 - (var(--home-scroll-progress,0) * .35));
    transform:translate3d(0,calc(var(--home-scroll-progress,0) * -7svh),0);
  }
}
@media(prefers-reduced-motion:reduce){
  .home-kinetic-title .home-title-line,
  .home-kinetic-title .home-title-place,
  .home-hero-control .home-hero-lede,
  .home-hero-control .home-hero-copy .button-row,
  .home-scroll-cue:before,
  .home-scroll-cue:after,
  .home-scroll-cue span,
  .home-delivery-panel,
  .home-panel-row,
  .home-panel-progress,
  .home-hero-control .home-hero-copy{
    animation:none!important;
  }
  .home-kinetic-title .home-title-line,
  .home-kinetic-title .home-title-place,
  .home-hero-control .home-hero-lede,
  .home-hero-control .home-hero-copy .button-row,
  .home-delivery-panel,
  .home-panel-row,
  .home-panel-progress,
  .home-hero-control .home-hero-copy{
    opacity:1!important;
    transform:none!important;
  }
  .home-scroll-cue:before,
  .home-scroll-cue:after,
  .home-scroll-cue span{
    opacity:.78!important;
  }
}

.v18-youtube{
  position:relative;
  margin:0;
  border-radius:10px;
  overflow:hidden;
  background:#111;
  min-height:260px;
  aspect-ratio:16/9;
}
.v18-youtube iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.v18-youtube figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:2;
  background:rgba(255,255,255,.88);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#111;
}
.v18-youtube-wide{
  margin-top:18px;
  min-height:420px;
}
.service-case-study{
  background:#fff;
}
.service-case-study__inner{
  display:grid;
  grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);
  gap:clamp(28px,5vw,84px);
  align-items:center;
}
.service-case-study__media{
  margin:0;
  height:min(70svh,680px);
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.service-case-study__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
}
.service-case-study__copy ul{
  margin:22px 0 0;
  padding-left:20px;
}
.service-case-study__copy li{
  font-size:clamp(16px,1.25vw,20px);
  line-height:1.48;
  color:var(--muted);
  margin:0 0 10px;
}
.service-case-study__copy .button-row{
  margin-top:24px;
}
.rimmart-v18 .v18-case-hero{
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
}
.rimmart-v18 .v18-case-hero-copy h1{
  font-size:clamp(42px,6vw,92px);
}
.rimmart-portfolio-case{
  background:#fff;
}
.rimmart-case-group{
  position:relative;
  border-top:1px solid rgba(22,20,17,.10);
}
.rimmart-case-group:nth-of-type(even){
  background:#f7f7f7;
}
.rimmart-group-head{
  max-width:1420px;
  margin:0 auto;
  padding:clamp(64px,7vw,112px) var(--pad) 0;
}
.rimmart-group-head h2{
  max-width:1040px;
  margin:0;
  font-size:clamp(38px,5.4vw,92px);
  line-height:.9;
  letter-spacing:-.075em;
  font-weight:430;
}
.rimmart-group-head p:not(.eyebrow){
  max-width:820px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:clamp(17px,1.45vw,23px);
  line-height:1.34;
}
.rimmart-overview{
  background:#fff;
}
.rimmart-overview-grid{
  max-width:1420px;
  margin:0 auto;
  padding:clamp(28px,4vw,54px) var(--pad) clamp(64px,7vw,110px);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.rimmart-overview-grid article{
  min-height:250px;
  padding:22px;
  border:1px solid rgba(22,20,17,.13);
  border-radius:10px;
  background:#fffdf8;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.rimmart-overview-grid span{
  color:var(--gold);
  font-size:12px;
  letter-spacing:.16em;
}
.rimmart-overview-grid h3{
  margin:28px 0 10px;
  font-size:clamp(24px,2.5vw,42px);
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:430;
}
.rimmart-overview-grid p{
  margin:0;
  color:var(--muted);
  line-height:1.42;
}
.rimmart-case-group .v18-case-section{
  padding-top:clamp(46px,5vw,84px);
  padding-bottom:clamp(46px,5vw,84px);
}
.rimmart-case-group .v18-case-section:first-child{
  padding-top:clamp(54px,6vw,98px);
}
.rimmart-planning .v18-case-section:not(:last-child),
.rimmart-finished .v18-case-section:not(:last-child){
  border-bottom:1px solid rgba(22,20,17,.08);
}
.rimmart-process-media .v18-tight-head,
.rimmart-finished-gallery .v18-tight-head,
.rimmart-handover .v18-tight-head{
  max-width:980px;
}
.rimmart-portfolio-case .v18-youtube{
  width:100%;
  min-height:0;
}
.rimmart-portfolio-case .v18-youtube-wide{
  min-height:0;
}
.rimmart-video-band--portrait{
  display:flex;
  align-items:flex-start;
}
.rimmart-portfolio-case .rimmart-video-card--portrait{
  width:min(420px,100%);
  aspect-ratio:853/1280;
}
.rimmart-video-card__trigger{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  background:#111;
  cursor:pointer;
  overflow:hidden;
}
.rimmart-video-card__trigger:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:-4px;
}
.rimmart-video-card__trigger img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  transition:transform .55s var(--ease),filter .55s var(--ease);
}
.rimmart-video-card__trigger:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.08) 62%);
}
.rimmart-video-card__trigger:hover img,
.rimmart-video-card__trigger:focus-visible img{
  transform:scale(1.035);
  filter:saturate(1.08) contrast(1.04);
}
.rimmart-video-card__play{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:72px;
  height:72px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(255,255,255,.92);
  box-shadow:0 20px 54px rgba(0,0,0,.28);
}
.rimmart-video-card__play:before{
  content:"";
  position:absolute;
  left:29px;
  top:23px;
  border-top:13px solid transparent;
  border-bottom:13px solid transparent;
  border-left:19px solid #111;
}
.rimmart-video-card iframe{
  z-index:1;
}
.rimmart-video-card figcaption{
  pointer-events:none;
}
.rimmart-video-card.is-playing figcaption{
  opacity:.74;
}
.rimmart-gallery.imported-gallery{
  max-width:none;
  margin:0;
  padding:0;
}
.rimmart-gallery__item{
  display:block;
  width:100%;
  margin:0 0 12px;
  padding:0;
  appearance:none;
  border:0;
  border-radius:8px;
  overflow:hidden;
  background:#111;
  cursor:zoom-in;
  break-inside:avoid;
}
.rimmart-gallery__item img{
  display:block;
  width:100%;
  margin:0;
  border-radius:0;
  transition:transform .45s var(--ease),opacity .45s var(--ease);
}
.rimmart-gallery__item:hover img,
.rimmart-gallery__item:focus-visible img{
  transform:scale(1.035);
  opacity:.92;
}
.rimmart-gallery__item:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}
.rimmart-process-gallery img,
.rimmart-finished-gallery img,
.rimmart-handover img{
  border-radius:8px;
}
.rimmart-result{
  background:#fff;
}
@media(max-width:980px){
  .service-case-study__inner{
    grid-template-columns:1fr;
  }
  .service-case-study__media{
    height:360px;
  }
  .rimmart-v18 .v18-case-hero{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  .rimmart-v18 .v18-case-hero-copy{
    order:1;
    width:100%;
  }
  .rimmart-v18 .v18-case-hero-media{
    order:2;
    width:100%;
    height:min(54svh,520px);
    margin-top:24px;
  }
  .rimmart-v18 .v18-case-hero-copy h1{
    font-size:clamp(38px,11.5vw,52px);
    line-height:.92;
  }
  .rimmart-v18 .v18-case-meta span{
    width:auto;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .rimmart-overview-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .rimmart-overview-grid{
    grid-template-columns:1fr;
  }
  .rimmart-overview-grid article{
    min-height:auto;
  }
}

.imported-content{
  background:#fff;
  color:#15130f;
}
.imported-content__hero{
  min-height:calc(100svh - var(--header));
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(28px,5vw,84px);
  align-items:center;
  padding:calc(var(--header) + 42px) var(--pad) 64px;
  max-width:1500px;
  margin:0 auto;
}
.imported-content__hero figure{
  margin:0;
  height:min(72svh,760px);
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.imported-content__hero img,
.imported-content__figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
}
.imported-content__hero h1{
  font-size:clamp(42px,6vw,96px);
  line-height:.92;
  letter-spacing:-.065em;
  margin:0 0 18px;
}
.imported-content__hero p:not(.eyebrow){
  font-size:clamp(17px,1.45vw,23px);
  line-height:1.42;
  color:var(--muted);
  max-width:780px;
}
.imported-content__body{
  max-width:1180px;
  margin:0 auto;
  padding:clamp(44px,6vw,96px) var(--pad);
}
.imported-content__body--story{
  max-width:940px;
}
.imported-content__body h2,
.imported-content__body h3,
.imported-content__body h4{
  font-size:clamp(30px,4vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:430;
  margin:42px 0 16px;
}
.imported-content__body h5,
.imported-content__body h6{
  font-size:clamp(20px,2vw,30px);
  line-height:1.05;
  margin:28px 0 12px;
}
.imported-content__body p,
.imported-content__body li{
  font-size:clamp(16px,1.2vw,20px);
  line-height:1.58;
  color:var(--muted);
}
.imported-content__body blockquote{
  margin:36px 0;
  border-left:3px solid var(--gold);
  padding:18px 0 18px 24px;
  font-size:clamp(22px,2.4vw,38px);
  line-height:1.16;
  letter-spacing:-.035em;
}
.imported-content__list{
  margin:18px 0 28px;
  padding-left:22px;
}
.imported-content__figure{
  margin:30px 0;
  min-height:0;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.imported-content__figure img{
  height:auto;
  display:block;
}
.imported-content__embed{
  position:relative;
  margin:34px 0;
  aspect-ratio:16/9;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}
.imported-content__embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.imported-content__caption{
  font-size:13px!important;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(22,20,17,.56)!important;
}
.imported-service-source{
  min-height:auto;
  padding:0;
}
.imported-service-source .imported-content__body{
  padding-top:10px;
}
.imported-gallery{
  max-width:1500px;
  margin:0 auto;
  padding:clamp(46px,6vw,98px) var(--pad);
}
.imported-service-source .imported-gallery{
  padding-left:0;
  padding-right:0;
}
.imported-gallery__head{
  max-width:900px;
  margin:0 0 24px;
}
.imported-gallery__head h2{
  font-size:clamp(30px,4vw,64px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:430;
  margin:0 0 12px;
}
.imported-gallery__head p:not(.eyebrow){
  color:var(--muted);
  font-size:clamp(16px,1.25vw,20px);
  line-height:1.45;
}
.imported-gallery__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:220px;
  gap:10px;
}
.imported-gallery__item{
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  border-radius:8px;
  overflow:hidden;
  background:#111;
  cursor:zoom-in;
}
.imported-gallery__item:nth-child(7n+1){
  grid-column:span 2;
  grid-row:span 2;
}
.imported-gallery__item:nth-child(9n+5){
  grid-row:span 2;
}
.imported-gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  display:block;
  transition:transform .45s var(--ease),opacity .45s var(--ease);
}
.imported-gallery__item:hover img,
.imported-gallery__item:focus-visible img{
  transform:scale(1.035);
  opacity:.9;
}
.imported-lightbox{
  position:fixed;
  inset:0;
  z-index:900;
  display:grid;
  place-items:center;
  padding:clamp(16px,3vw,42px);
  background:rgba(10,9,8,.92);
}
.imported-lightbox[hidden]{
  display:none;
}
.imported-lightbox img{
  max-width:min(94vw,1500px);
  max-height:86svh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:8px;
  box-shadow:0 24px 90px rgba(0,0,0,.42);
}
.imported-lightbox__close{
  position:fixed;
  top:18px;
  right:18px;
  z-index:2;
  border:1px solid rgba(255,255,255,.32);
  border-radius:8px;
  background:rgba(255,255,255,.1);
  color:#fff;
  padding:10px 13px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}
.imported-lightbox-open{
  overflow:hidden;
}
@media(max-width:980px){
  .imported-content__hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:112px;
  }
  .imported-content__hero figure{
    order:2;
    height:360px;
  }
  .imported-content__hero h1{
    font-size:clamp(38px,11vw,58px);
  }
  .imported-gallery__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:180px;
  }
  .imported-gallery__item:nth-child(n){
    grid-column:auto;
    grid-row:auto;
  }
  .imported-gallery__item:nth-child(5n+1){
    grid-column:span 2;
    grid-row:span 2;
  }
}

/* service pricing rebuild */
.v18-pricing-grid.enhanced{align-items:stretch}.v18-pricing-card{display:flex;flex-direction:column;gap:14px;min-height:100%}.v18-price-head{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.v18-price-head strong{display:block;line-height:.86}.v18-price-head span{display:inline-block;margin-bottom:8px;color:rgba(255,255,255,.58);font-size:12px;text-transform:uppercase;letter-spacing:.14em}.v18-pricing-card.featured .v18-price-head span{color:rgba(22,20,17,.58)}.v18-best-for{font-size:14px;line-height:1.45}.v18-best-for b{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:4px;color:var(--gold)}.v18-package-list{border-top:1px solid rgba(255,255,255,.14);padding-top:13px}.v18-pricing-card.featured .v18-package-list{border-top-color:rgba(22,20,17,.14)}.v18-package-list span{display:block;margin-bottom:8px;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold)}.v18-package-list ul{margin:0;padding-left:18px}.v18-package-list li{margin:6px 0;color:rgba(255,255,255,.72);font-size:13.5px;line-height:1.35}.v18-pricing-card.featured .v18-package-list li{color:rgba(22,20,17,.68)}.v18-package-list.muted li{color:rgba(255,255,255,.45)}.v18-pricing-card.featured .v18-package-list.muted li{color:rgba(22,20,17,.48)}.v18-pricing-card small{display:block;margin-top:auto;color:rgba(255,255,255,.58);line-height:1.45}.v18-pricing-card.featured small{color:rgba(22,20,17,.58)}.v18-pricing-notice{margin-top:16px;border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:16px 18px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.05);max-width:1100px;line-height:1.5}.v18-pricing-table-wrap{margin-top:18px;overflow:auto;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.05)}.v18-pricing-table-wrap h3{margin:0;padding:18px 18px 0;color:#fff;font-size:clamp(22px,2.5vw,36px);letter-spacing:-.04em}.v18-pricing-table{width:100%;border-collapse:collapse;min-width:720px;color:#fff}.v18-pricing-table th,.v18-pricing-table td{padding:14px 16px;text-align:left;border-top:1px solid rgba(255,255,255,.12);font-size:14px;line-height:1.35}.v18-pricing-table th{color:rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.13em;font-size:10px}.v18-pricing-table td{color:rgba(255,255,255,.78)}
@media(max-width:980px){.v18-pricing-table-wrap{margin-left:calc(var(--pad) * -1);margin-right:calc(var(--pad) * -1);border-left:0;border-right:0;border-radius:0}.v18-pricing-table th,.v18-pricing-table td{padding:12px 14px}}

/* service detail readability overrides */
main.ffe-v18 .v18-ffe-copy > h1.display{font-size:72px!important;line-height:.98!important;letter-spacing:0!important}
main.ffe-v18 .screen{scroll-margin-top:var(--header)}
.ffe-v18 .v18-pricing-grid strong{font-size:72px;letter-spacing:0}
@media(max-width:980px){main.ffe-v18 .v18-ffe-copy > h1.display{font-size:44px!important;line-height:1!important}.ffe-v18 .v18-pricing-grid strong{font-size:56px}}
@media(max-width:480px){main.ffe-v18 .v18-ffe-copy > h1.display{font-size:40px!important}.ffe-v18 .v18-pricing-grid strong{font-size:50px}}

/* about page events gallery */
.about-film{background:#11100e;color:#f6efe6;overflow:hidden}
.about-film .screen-inner.wide{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(360px,1.28fr);gap:clamp(24px,5vw,86px);align-items:center}
.about-film-head{max-width:620px}
.about-film-head .headline{color:#f6efe6}
.about-film-head .subhead{color:rgba(246,239,230,.7)}
.about-film-reveal{position:relative;justify-self:center;width:min(440px,100%);aspect-ratio:4/5;border:0;border-radius:10px;padding:0;overflow:hidden;background:#000;color:#fff;cursor:pointer;box-shadow:0 34px 100px rgba(0,0,0,.42);transition:width .9s var(--ease),aspect-ratio .9s var(--ease),box-shadow .9s var(--ease),transform .9s var(--ease)}
.about-film-reveal::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.58),rgba(0,0,0,.04) 62%);transition:opacity .45s var(--ease);pointer-events:none}
.about-film-reveal__poster,.about-film-reveal__poster img,.about-film-reveal iframe,.about-film-reveal video{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0}
.about-film-reveal__poster img{object-fit:cover;object-position:center center;filter:saturate(1.04) contrast(1.02);transition:transform .9s var(--ease),opacity .42s var(--ease)}
.about-film-reveal__copy{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;text-align:left;transition:opacity .35s var(--ease),transform .35s var(--ease)}
.about-film-reveal__copy span{display:block;margin-bottom:8px;color:rgba(255,255,255,.68);font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.about-film-reveal__copy strong{display:block;font-size:clamp(24px,2.4vw,42px);line-height:.94;letter-spacing:-.045em;font-weight:430}
.about-film-reveal:hover .about-film-reveal__poster img,.about-film-reveal:focus-visible .about-film-reveal__poster img{transform:scale(1.045)}
.about-film-reveal:focus-visible{outline:2px solid rgba(246,239,230,.78);outline-offset:5px}
.about-film-reveal.is-playing{width:min(960px,100%);aspect-ratio:16/9;box-shadow:0 40px 120px rgba(0,0,0,.56);transform:translateZ(0)}
.about-film-reveal.is-playing::after,.about-film-reveal.is-playing .about-play-icon,.about-film-reveal.is-playing .about-film-reveal__copy{opacity:0;pointer-events:none}
.about-film-reveal.is-playing .about-film-reveal__poster img{opacity:0;transform:scale(1.08)}
.about-film-reveal iframe,.about-film-reveal video{z-index:3;background:#000;opacity:0;object-fit:contain;transition:opacity .45s var(--ease)}
.about-film-reveal.is-playing iframe,.about-film-reveal.is-playing video{opacity:1}
.about-achievements-head,.about-events-head{max-width:980px;margin-bottom:clamp(22px,3vw,36px)}
.about-achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.about-achievement-grid article{background:#fff;border:1px solid rgba(22,20,17,.13);border-radius:10px;padding:20px;min-height:160px}
.about-achievement-grid span{display:block;color:var(--gold);font-size:12px;letter-spacing:.16em;margin-bottom:28px}
.about-achievement-grid h3{font-size:clamp(22px,2.3vw,36px);line-height:.96;letter-spacing:-.045em;font-weight:430;margin:0 0 10px}
.about-achievement-grid p{font-size:14px;line-height:1.45;color:var(--muted);margin:0}
.about-exhibition-strip{display:grid;grid-template-columns:1.3fr .85fr .85fr;grid-auto-rows:minmax(360px,48svh);gap:12px}
.about-exhibition-strip figure,.about-events-grid figure{position:relative;margin:0;border-radius:10px;overflow:hidden;background:#111;color:#fff}
.about-exhibition-strip img,.about-events-grid img{width:100%;height:100%;object-fit:cover;border-radius:0;display:block;transition:transform .65s var(--ease)}
.about-exhibition-strip figure:hover img,.about-events-grid figure:hover img{transform:scale(1.035)}
.about-exhibition-strip figcaption{position:absolute;left:14px;right:14px;bottom:14px;border-radius:10px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);color:#111;padding:12px}
.about-exhibition-strip figcaption strong{display:block;font-size:20px;line-height:1;letter-spacing:-.03em;font-weight:430}
.about-exhibition-strip figcaption span{display:block;margin-top:5px;color:#5b5750;font-size:13px;line-height:1.35}
.about-events{background:#fff}
.about-events-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(190px,24svh);gap:12px}
.about-events-grid figure:first-child,.about-events-grid figure:nth-child(6){grid-column:span 2;grid-row:span 2}
.about-events-grid figure:nth-child(4){grid-row:span 2}
.about-events-grid figcaption{position:absolute;left:12px;bottom:12px;right:12px;width:max-content;max-width:calc(100% - 24px);border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);color:#111;padding:8px 11px;font-size:12px;line-height:1.15}
@media(max-width:980px){.about-achievement-grid,.about-exhibition-strip{grid-template-columns:1fr}.about-exhibition-strip{grid-auto-rows:360px}.about-events-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:240px}.about-events-grid figure:first-child,.about-events-grid figure:nth-child(6),.about-events-grid figure:nth-child(4){grid-column:auto;grid-row:auto}}
@media(max-width:620px){.about-film .screen-inner.wide{grid-template-columns:1fr}.about-film-reveal{width:min(310px,100%)}.about-film-reveal.is-playing{width:100%}.about-achievement-grid article{min-height:auto}.about-exhibition-strip{grid-auto-rows:300px}.about-exhibition-strip figcaption{left:10px;right:10px;bottom:10px}.about-events-grid{grid-template-columns:1fr;grid-auto-rows:260px}.about-events-grid figcaption{font-size:11px}}
@media(prefers-reduced-motion:reduce){.about-film-reveal,.about-film-reveal__poster img,.about-film-reveal iframe,.about-film-reveal video{transition:none}}

.about-scope-video{position:relative;overflow:hidden;background:#11100e;color:#f6efe6}
.about-scope-video::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.48) 54%,rgba(0,0,0,.7)),linear-gradient(0deg,rgba(0,0,0,.42),rgba(0,0,0,.12))}
.about-scope-video__media{position:absolute;inset:-8%;z-index:0;overflow:hidden;background:#111;pointer-events:none}
.about-scope-video__media iframe{position:absolute;left:50%;top:50%;width:max(120vw,177.78vh);height:max(67.5vw,100vh);border:0;transform:translate(-50%,-50%);filter:saturate(.94) contrast(1.04);opacity:.66;pointer-events:none}
.about-scope-video .screen-inner{position:relative;z-index:2}
.about-scope-video .eyebrow{color:rgba(246,239,230,.72)}
.about-scope-video .headline{color:#f6efe6;text-shadow:0 18px 54px rgba(0,0,0,.36)}
.about-scope-video .info-card{background:rgba(17,16,14,.68);border-color:rgba(246,239,230,.18);color:#f6efe6;backdrop-filter:blur(18px)}
.about-scope-video .info-card p{color:rgba(246,239,230,.74)}
@media(max-width:720px){.about-scope-video__media{inset:-18%}.about-scope-video__media iframe{width:max(180vw,177.78vh);height:max(101.25vw,100vh);opacity:.54}}

/* about achievements rebuild */
.about-achievements{background:#f4f1eb;color:#11100e;overflow:hidden}
.about-achievements .screen-inner.wide{display:block;min-height:100svh;padding-top:calc(var(--header) + clamp(28px,5vw,70px));padding-bottom:clamp(34px,5vw,70px)}
.about-proof-stage{display:grid;grid-template-columns:minmax(0,.98fr) minmax(360px,.88fr);gap:clamp(28px,5vw,88px);align-items:start;margin-bottom:clamp(22px,3vw,36px)}
.about-proof-copy{max-width:840px}
.about-proof-copy .headline{font-size:clamp(48px,6.8vw,112px);line-height:.86;letter-spacing:-.08em;margin:0}
.about-proof-copy .subhead{max-width:760px;margin-top:22px;font-size:clamp(17px,1.45vw,23px);line-height:1.34;color:rgba(17,16,14,.68)}
.about-proof-list{border-top:1px solid rgba(17,16,14,.18)}
.about-proof-list article{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid rgba(17,16,14,.18)}
.about-proof-list span{color:var(--gold);font-size:13px;font-weight:700;letter-spacing:.18em}
.about-proof-list h3{margin:0;font-size:clamp(25px,2.6vw,43px);line-height:.96;letter-spacing:-.05em;font-weight:520}
.about-proof-list p{margin:8px 0 0;color:rgba(17,16,14,.66);font-size:15px;line-height:1.42}
.about-proof-gallery{display:grid;grid-template-columns:1.18fr .82fr .82fr;gap:12px;min-height:clamp(300px,39svh,460px)}
.about-proof-gallery figure{position:relative;margin:0;overflow:hidden;border-radius:10px;background:#111;color:#fff}
.about-proof-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;filter:saturate(1.02) contrast(1.02);transition:transform .7s var(--ease)}
.about-proof-gallery figure:hover img{transform:scale(1.035)}
.about-proof-gallery .large{grid-row:span 1}
.about-proof-gallery figcaption{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;width:max-content;max-width:calc(100% - 24px);border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(17,16,14,.68);color:#fff;padding:9px 11px;backdrop-filter:blur(16px);font-size:12px}
.about-proof-gallery figcaption strong{display:block;font-size:18px;line-height:1.05;letter-spacing:-.025em}
.about-proof-gallery figcaption span{display:block;margin-top:4px;max-width:360px;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.3}
@media(max-width:980px){.about-proof-stage{grid-template-columns:1fr}.about-proof-gallery{grid-template-columns:1fr 1fr;min-height:auto}.about-proof-gallery figure{height:300px}.about-proof-gallery .large{grid-column:span 2;height:380px}}
@media(max-width:620px){.about-achievements .screen-inner.wide{padding-top:96px}.about-proof-stage{gap:18px;margin-bottom:18px}.about-proof-copy .headline{font-size:clamp(36px,11vw,48px);line-height:.92}.about-proof-copy .subhead{margin-top:14px;font-size:16px;line-height:1.3}.about-proof-list article{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:12px 0}.about-proof-list h3{font-size:23px;line-height:.98}.about-proof-list p{font-size:13.5px;line-height:1.35}.about-proof-gallery{grid-template-columns:1fr}.about-proof-gallery .large{grid-column:auto}.about-proof-gallery figure,.about-proof-gallery .large{height:240px}.about-proof-gallery figcaption{font-size:11px}}

.article-list .article-row{grid-template-columns:150px minmax(0,1fr)!important;gap:12px!important;border-radius:8px!important}.article-list .article-row img{min-height:118px!important;height:100%!important}.article-list .article-row div{padding:12px 14px!important}.article-list .article-row span{font-size:10px!important;letter-spacing:.1em!important}.article-list .article-row h2{margin:5px 0!important;font-size:clamp(18px,1.7vw,28px)!important;line-height:1!important;letter-spacing:-.035em!important}.article-list .article-row p{font-size:14px!important;line-height:1.35!important}
@media(max-width:1180px){.article-list .article-row{grid-template-columns:132px minmax(0,1fr)!important}}
@media(max-width:720px){.article-list .article-row{grid-template-columns:1fr!important}.article-list .article-row img{height:170px!important;min-height:0!important}}

.story-news{background:#fff}.story-news-hero{max-width:var(--max);margin:0 auto;padding:calc(var(--header) + 34px) var(--pad) 34px;display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(22px,4vw,44px);align-items:start}.story-news-hero>div{max-width:920px}.story-news-hero h1{margin:0;font-size:clamp(34px,4.2vw,64px)!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:430!important;max-width:920px}.story-news-hero p:not(.eyebrow){font-size:clamp(16px,1.35vw,21px)!important;line-height:1.35!important;color:var(--muted);max-width:820px;margin:14px 0 0}.story-news-hero figure{width:100vw;height:calc(100svh - var(--header));min-height:560px;margin:0 0 0 calc(50% - 50vw);border-radius:0;overflow:hidden;background:#f4f1eb;border:0}.story-news-hero img{width:100%;height:100%;object-fit:cover!important;border-radius:0}.story-hub-link{display:inline-flex;margin-top:18px;border:1px solid rgba(22,20,17,.16);border-radius:999px;padding:9px 12px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;background:#fffdf8}.story-article-layout{max-width:1120px!important;margin:0 auto!important;padding:24px var(--pad) 60px!important;display:grid!important;grid-template-columns:220px minmax(0,760px)!important;gap:clamp(20px,4vw,58px)!important;align-items:start}.story-article-layout.no-toc{grid-template-columns:minmax(0,760px)!important;justify-content:center}.story-toc{padding:14px!important;border-radius:8px!important}.story-toc strong{font-size:13px;text-transform:uppercase;letter-spacing:.12em}.story-toc a{font-size:12px!important;line-height:1.35}.story-news-body{max-width:760px!important}.story-news-body h1{font-size:clamp(30px,3vw,44px)!important;line-height:1.05!important;letter-spacing:-.04em!important}.story-news-body h2{font-size:clamp(24px,2.35vw,38px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:430!important;margin:34px 0 12px!important}.story-news-body h3{font-size:clamp(20px,1.8vw,28px)!important;line-height:1.14!important;letter-spacing:-.025em!important;margin:26px 0 10px!important}.story-news-body p,.story-news-body li{font-size:17px!important;line-height:1.68!important;color:rgba(22,20,17,.82)!important}.story-news-body img{display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:10px!important;margin:22px 0!important}.story-news-body figure{margin:26px 0!important}.story-news-body iframe,.story-news-body video{width:100%!important;max-width:100%!important;border-radius:10px}.story-news-body .elementor,.story-news-body .elementor-section,.story-news-body .elementor-container,.story-news-body .elementor-column,.story-news-body .elementor-widget-wrap{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.story-news-body [class*="elementor"]{min-height:0!important}.story-news-body .ms-posts--wrap,.story-news-body .ms-posts--list,.story-news-body .grid-item{display:block!important;width:100%!important}.story-news-body .post-content{padding:0!important}.story-news-body .post-footer,.story-news-body .post-meta-header,.story-news-body .post-category__list{display:none!important}.story-conversion-band{max-width:1120px;margin:0 auto 60px;padding:24px var(--pad);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;border-top:1px solid rgba(22,20,17,.12);border-bottom:1px solid rgba(22,20,17,.12)}.story-conversion-band h2{font-size:clamp(26px,3vw,44px);line-height:1;letter-spacing:-.045em;margin:0}.story-conversion-band p:not(.eyebrow){color:var(--muted);margin:8px 0 0;max-width:680px}.story-related{max-width:1120px;margin:0 auto;padding:0 var(--pad) 80px}.story-related-head{display:flex;align-items:end;justify-content:space-between;gap:18px;border-top:1px solid rgba(22,20,17,.12);padding-top:22px;margin-bottom:14px}.story-related-head h2{font-size:clamp(28px,3.8vw,56px);line-height:1;letter-spacing:-.055em;margin:0}.story-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.story-related-card{display:grid;gap:10px;border:1px solid rgba(22,20,17,.13);border-radius:10px;background:#fffdf8;overflow:hidden}.story-related-card img{width:100%;height:150px;object-fit:cover;border-radius:0}.story-related-card span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);padding:0 13px}.story-related-card strong{font-size:19px;line-height:1.05;letter-spacing:-.035em;font-weight:430;padding:0 13px 14px}.story-news-body:empty{display:none}
@media(max-width:980px){.story-news-hero,.story-article-layout,.story-conversion-band{grid-template-columns:1fr!important}.story-news-hero figure{max-height:none}.story-toc{position:static!important}.story-related-grid{grid-template-columns:1fr 1fr}.story-conversion-band{align-items:start}}
@media(max-width:620px){.story-news-hero{padding-top:calc(var(--header) + 22px)}.story-news-hero figure{height:82svh;min-height:420px}.story-news-hero h1{font-size:clamp(30px,9vw,42px)!important}.story-news-body p,.story-news-body li{font-size:16px!important;line-height:1.62!important}.story-news-body img{max-height:none!important}.story-related-grid{grid-template-columns:1fr}.story-conversion-band .btn{width:100%;justify-content:center}}

.story-news-body figure.story-figure-split{display:grid!important;grid-template-columns:minmax(220px,42%) minmax(0,1fr);gap:clamp(16px,3vw,32px);align-items:center;margin:34px 0!important;padding:clamp(14px,2vw,22px);border:1px solid rgba(22,20,17,.12);border-radius:10px;background:#fffdf8}
.story-news-body figure.story-figure-split img{width:auto!important;max-width:100%!important;max-height:min(72svh,760px)!important;justify-self:center;margin:0!important}
.story-news-body figure.story-figure-split figcaption{display:grid;gap:8px;margin:0;color:rgba(22,20,17,.68);font-size:15px;line-height:1.45}
.story-news-body figure.story-figure-split figcaption strong{display:block;color:var(--ink);font-size:clamp(22px,2vw,30px);line-height:1.02;letter-spacing:-.035em;font-weight:430}
.story-news-body .story-figure-note{display:block}
@media(max-width:760px){.story-news-body figure.story-figure-split{grid-template-columns:1fr}.story-news-body figure.story-figure-split img{width:100%!important;max-height:none!important}}
.story-news-body .answer-first{margin:0 0 30px!important;padding:clamp(18px,2.4vw,28px)!important;border-left:3px solid var(--gold);border-radius:10px;background:#fffdf8;box-shadow:inset 0 0 0 1px rgba(22,20,17,.1)}
.story-news-body .answer-first h2{margin:0 0 10px!important;font-size:clamp(20px,1.8vw,28px)!important}
.story-news-body .answer-first p{margin:0!important;font-size:clamp(18px,1.55vw,23px)!important;line-height:1.45!important;color:rgba(22,20,17,.78)!important}
.story-news-body .story-inline-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin:32px 0!important;padding:clamp(18px,2.5vw,28px);border:1px solid rgba(22,20,17,.14);border-radius:10px;background:#11100e;color:#f6efe6}
.story-news-body .story-inline-cta p{margin:0!important;color:rgba(246,239,230,.76)!important;font-size:15.5px!important;line-height:1.45!important}
.story-news-body .story-inline-cta strong{display:block;color:#f6efe6;font-size:clamp(22px,2vw,32px);line-height:1.02;letter-spacing:-.035em;font-weight:430;margin-bottom:6px}
.story-news-body .story-inline-cta .btn{justify-self:end;color:#11100e;background:#f6efe6;border-color:#f6efe6}
.story-news-body .story-service-route{display:grid;gap:12px;margin:28px 0!important;padding:clamp(16px,2.2vw,24px);border:1px solid rgba(142,70,161,.18);border-radius:10px;background:linear-gradient(135deg,#fff1f7,#ead8ff);box-shadow:0 16px 42px rgba(142,70,161,.08)}
.story-news-body .story-service-route p{margin:0!important;color:rgba(32,24,33,.76)!important;font-size:15.5px!important;line-height:1.48!important}
.story-news-body .story-service-route strong{display:block;color:#211524;font-size:clamp(20px,1.8vw,28px);line-height:1.04;font-weight:460}
.story-news-body .story-service-links{display:flex;flex-wrap:wrap;gap:8px}
.story-news-body .story-service-links a{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border:1px solid rgba(126,55,148,.18);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(247,225,255,.82));color:#5b276b!important;font-size:13px!important;font-weight:650;line-height:1;text-decoration:none;box-shadow:0 8px 22px rgba(126,55,148,.08)}
.story-news-body .story-portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0}
.story-news-body .story-portfolio-card{display:grid!important;grid-template-columns:minmax(220px,42%) minmax(0,1fr);gap:clamp(16px,3vw,28px);align-items:center;margin:30px 0!important;padding:clamp(14px,2vw,20px);border:1px solid rgba(22,20,17,.13);border-radius:10px;background:#11100e;color:#fff!important;text-decoration:none!important;box-shadow:0 18px 46px rgba(22,20,17,.12)}
.story-news-body .story-portfolio-grid .story-portfolio-card{grid-template-columns:1fr;margin:0!important}
.story-news-body .story-portfolio-card img{width:100%!important;height:auto!important;max-height:360px!important;object-fit:contain!important;margin:0!important;border-radius:8px!important;background:#191714}
.story-news-body .story-portfolio-card span{font-size:11px!important;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.62)!important}
.story-news-body .story-portfolio-card strong{display:block;margin:6px 0 8px;color:#fff;font-size:clamp(24px,2.2vw,34px);line-height:1.02;letter-spacing:-.04em;font-weight:430}
.story-news-body .story-portfolio-card p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:15px!important;line-height:1.45!important}
@media(max-width:760px){.story-news-body .story-portfolio-grid{grid-template-columns:1fr}.story-news-body .story-portfolio-card{grid-template-columns:1fr}.story-news-body .story-portfolio-card img{max-height:none!important}}
.story-news-body figure:not(.story-figure-split){padding:10px;border:1px solid rgba(22,20,17,.12);border-radius:10px;background:#fffdf8}
.story-news-body figure:not(.story-figure-split) img{margin:0!important}
.story-news-body figcaption{margin-top:10px;color:rgba(22,20,17,.58);font-size:13.5px;line-height:1.4}
.story-news-body table{width:100%;border-collapse:collapse;margin:28px 0;overflow:hidden;border:1px solid rgba(22,20,17,.12);border-radius:10px;background:#fffdf8}
.story-news-body th,.story-news-body td{padding:13px 14px;border-top:1px solid rgba(22,20,17,.1);vertical-align:top}
.story-news-body th{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:#f4f1eb}
.story-news-body h2#faq{border-top:1px solid rgba(22,20,17,.16);padding-top:28px!important;margin-top:46px!important}
.story-news-body h2#faq + h3,.story-news-body h2#faq ~ h3{padding:18px 18px 0;margin:14px 0 0!important;border:1px solid rgba(22,20,17,.12);border-bottom:0;border-radius:10px 10px 0 0;background:#fffdf8}
.story-news-body h2#faq + h3 + p,.story-news-body h2#faq ~ h3 + p{margin:0 0 12px!important;padding:8px 18px 18px;border:1px solid rgba(22,20,17,.12);border-top:0;border-radius:0 0 10px 10px;background:#fffdf8}
@media(max-width:760px){.story-news-body .story-inline-cta{grid-template-columns:1fr}.story-news-body .story-inline-cta .btn{justify-self:stretch;text-align:center;justify-content:center}}
.story-conversion-band{background:linear-gradient(135deg,#fff1f7,#ead8ff);border:1px solid rgba(168,64,124,.26);border-radius:10px;box-shadow:0 18px 46px rgba(121,72,180,.16);padding:clamp(22px,3vw,34px) var(--pad)}
.story-conversion-band .eyebrow{color:rgba(22,20,17,.62)}
.story-conversion-band p:not(.eyebrow){color:rgba(22,20,17,.72)}
.story-conversion-band .btn{background:#11100e;color:#fff8ea;border-color:#11100e;box-shadow:0 14px 32px rgba(17,16,14,.16)}
.story-news-body a[href^="/services/"]{display:inline;padding:1px 5px;border-radius:6px;background:linear-gradient(180deg,rgba(168,64,124,.13),rgba(121,72,180,.22));box-shadow:inset 0 -1px 0 rgba(121,72,180,.42);color:#4d2340!important;font-weight:560}
.story-news-body a[href^="/services/"]:hover,.story-news-body a[href^="/services/"]:focus-visible{background:linear-gradient(180deg,rgba(168,64,124,.22),rgba(121,72,180,.34));outline:none}

.compact-archive-hero{min-height:auto!important;padding-top:calc(var(--header) + 30px)!important;padding-bottom:34px!important;grid-template-columns:minmax(0,1fr) minmax(300px,36%)!important;align-items:center!important}
.compact-archive-hero h1{font-size:clamp(36px,4.8vw,72px)!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:430!important}
.compact-archive-hero p{font-size:clamp(16px,1.35vw,21px)!important;line-height:1.35!important;letter-spacing:0!important;max-width:680px!important}
.compact-archive-hero .hero-image{min-height:260px!important;height:min(30vw,360px)!important}
.category-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.category-cards a{min-height:124px!important;padding:14px!important;border-radius:8px!important}
.category-cards strong{font-size:clamp(18px,1.65vw,24px)!important;line-height:1.05!important;margin-top:16px!important}
.category-cards em{font-size:12.5px!important;line-height:1.35!important}
@media(max-width:980px){.compact-archive-hero{grid-template-columns:1fr!important}.compact-archive-hero .hero-image{height:280px!important}.category-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.compact-archive-hero{padding-top:calc(var(--header) + 20px)!important}.compact-archive-hero h1{font-size:clamp(32px,10vw,44px)!important}.compact-archive-hero .hero-image{height:210px!important}.category-cards{grid-template-columns:1fr!important}.category-cards a{min-height:auto!important}}

.story-toc{overflow:hidden!important}
.story-toc a{position:relative;margin:3px 0;padding:10px 12px 10px 16px!important;border-top:0!important;border-radius:8px;color:rgba(22,20,17,.58)!important;transition:color .24s var(--ease),background-color .24s var(--ease),transform .24s var(--ease),box-shadow .24s var(--ease)}
.story-toc a:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:999px;background:transparent;transform:scaleY(.25);transform-origin:center;transition:background-color .24s var(--ease),transform .24s var(--ease)}
.story-toc a:hover,.story-toc a:focus-visible{background:rgba(22,20,17,.045)!important;color:var(--ink)!important;outline:none}
.story-toc a.is-active{background:#fffdf8!important;color:var(--ink)!important;box-shadow:inset 0 0 0 1px rgba(22,20,17,.12);transform:translateX(3px)}
.story-toc a.is-active:before{background:var(--gold);transform:scaleY(1)}
@media(prefers-reduced-motion:reduce){.story-toc a,.story-toc a:before{transition:none!important}.story-toc a.is-active{transform:none}}

/* DANICA service registry intro: keep the generated services page in the original compact list rhythm. */
.page-services .services-registry-intro h2{font-size:clamp(24px,2.35vw,34px)!important;line-height:1.08!important;letter-spacing:0!important}
@media(max-width:980px){.page-services .services-registry-intro{grid-template-columns:1fr!important}.page-services .services-registry-intro h2{font-size:clamp(24px,6.2vw,32px)!important;line-height:1.08!important}}

/* DANICA services page header: balance the page title with the registry headline. */
.page-services .services-registry-head{width:100%;max-width:1240px;margin:0 auto clamp(24px,3vw,42px);padding-inline:var(--services-row-inset);display:grid;grid-template-columns:minmax(520px,.9fr) minmax(0,1fr);gap:clamp(24px,3.4vw,58px);align-items:end}
.page-services .services-registry-head .services-featured-title{max-width:none;margin:0!important;padding:0!important;white-space:normal!important}
.page-services .services-registry-head h2{width:100%;max-width:none;margin:0 0 clamp(6px,.8vw,12px);font-family:var(--services-heading-font)!important;font-size:clamp(24px,1.85vw,28px)!important;line-height:1.04!important;letter-spacing:-.02em!important;color:var(--services-ink)}
.page-services .services-registry-head p{grid-column:1 / -1;width:100%;max-width:none;margin:0;font-family:var(--services-body-font)!important;font-size:clamp(16px,1.25vw,19px);line-height:1.45;color:var(--services-muted)}
@media(max-width:820px){.page-services .services-registry-head{grid-template-columns:1fr;align-items:start;gap:14px}.page-services .services-registry-head h2{font-size:clamp(24px,6.4vw,34px)!important;line-height:1.06!important}.page-services .services-registry-head p{max-width:36ch}}

/* DANICA services header final composition: title first, service promise directly below. */
.page-services .services-registry-head{--services-headline-gap:clamp(16px,1.8vw,24px);grid-template-columns:1fr!important;align-items:start!important;gap:0!important;padding-bottom:var(--services-headline-gap);border-bottom:1px solid rgba(22,20,17,.16)}
.page-services .services-registry-head .services-featured-title{grid-column:1!important;grid-row:1!important;margin-left:calc(-1 * var(--services-row-inset))!important;font-size:clamp(56px,6.1vw,88px)!important;line-height:.9!important;align-self:start!important}
.page-services .services-registry-head h2{grid-column:1!important;grid-row:2!important;width:calc(100% + var(--services-row-inset) + var(--services-row-inset))!important;margin:var(--services-headline-gap) calc(-1 * var(--services-row-inset)) 0!important;max-width:none!important}
.page-services .services-registry-head p{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:0!important;max-width:none!important;line-height:1.35!important;color:rgba(17,17,17,.72)!important;text-align:left!important;text-align-last:auto!important;white-space:nowrap!important}
@media(max-width:1220px){.page-services .services-registry-head p{white-space:normal!important}}
@media(max-width:820px){.page-services .services-registry-head{grid-template-columns:1fr!important;align-items:start!important;gap:12px!important}.page-services .services-registry-head .services-featured-title,.page-services .services-registry-head h2,.page-services .services-registry-head p{grid-column:1!important;grid-row:auto!important}.page-services .services-registry-head p{align-self:start!important;max-width:none!important;white-space:normal!important}}
.brand img{height:50px}
.topbar.is-scrolled .brand img{height:44px}
@media(max-width:1360px) and (min-width:1181px){.brand img{height:42px}.topbar.is-scrolled .brand img{height:39px}}
@media(max-width:1180px){.brand img,.topbar.is-scrolled .brand img{height:38px}}
@media(max-width:620px){.brand img,.topbar.is-scrolled .brand img{height:34px}}
