:root{--ink:#061821;--navy-900:#082531;--navy-800:#0b2f3e;--navy-700:#103a4b;--petrol:#14506220;--teal:#2f7f8f;--teal-soft:#cfe1e0;--brass:#c5a36a;--brass-300:#ddc59b;--brass-600:#a8854c;--paper:#f6f1e7;--paper-2:#efe6d6;--sand-line:#e3d8c4;--mist:#dfe7e6;--text:#16262d;--text-soft:#4c5a60;--text-faint:#7a868b;--on-dark:#eaf0ef;--on-dark-soft:#aebec3;--font-display:var(--font-fraunces),Georgia,"Times New Roman",serif;--font-body:var(--font-mulish),system-ui,sans-serif;--maxw:1240px;--gutter:clamp(1.25rem,4vw,3.5rem);--radius:2px;--header-h:84px;--shadow-soft:0 22px 60px -28px rgba(6,24,33,0.45);--shadow-card:0 30px 70px -40px rgba(6,24,33,0.55);--ease:cubic-bezier(0.22,0.61,0.36,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font-body);background:var(--paper);color:var(--text);line-height:1.65;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}img,picture,svg{display:block;max-width:100%}a{text-decoration:none}a,button{color:inherit}button{font:inherit;cursor:pointer;border:none;background:none}ul{list-style:none;padding:0}::selection{background:var(--brass);color:var(--ink)}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");mix-blend-mode:multiply}h1,h2,h3,h4{font-weight:380;line-height:1.06;letter-spacing:-.01em;color:var(--navy-900)}.display,h1,h2,h3,h4{font-family:var(--font-display)}.display{font-weight:340;line-height:1.02;letter-spacing:-.018em;font-size:clamp(2.7rem,6.4vw,5.4rem)}h2.section-title{font-size:clamp(2rem,4.2vw,3.4rem);font-weight:360}.lede{font-size:clamp(1.12rem,1.6vw,1.4rem);line-height:1.7;color:var(--text-soft);font-weight:350}.italic,em{font-style:italic;font-family:var(--font-display)}p{color:var(--text-soft)}.prose p{margin-bottom:1.15em;max-width:64ch}.prose p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}.container-wide{max-width:1480px}.container-narrow{max-width:880px}.section{padding-block:clamp(4.5rem,9vw,8.5rem);position:relative}.section-tight{padding-block:clamp(3rem,6vw,5rem)}.relative{position:relative}.center{text-align:center}.mx-auto{margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:var(--brass-600)}.eyebrow:before{content:"";width:30px;height:1px;background:var(--brass);display:inline-block}.eyebrow.on-dark{color:var(--brass-300)}.eyebrow.centered{justify-content:center}.eyebrow.no-rule:before{display:none}.btn{display:inline-flex;align-items:center;gap:.65rem;padding:1rem 1.9rem;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;border-radius:var(--radius);transition:all .45s var(--ease);position:relative;white-space:nowrap}.btn svg{width:1em;height:1em;transition:transform .45s var(--ease)}.btn:hover svg{transform:translateX(4px)}.btn-primary{background:var(--brass);color:var(--ink);box-shadow:0 16px 34px -18px rgba(168,133,76,.9)}.btn-primary:hover{background:var(--brass-600);color:#fff;transform:translateY(-2px)}.btn-ghost{border:1px solid rgba(255,255,255,.45);color:var(--on-dark);background:rgba(255,255,255,.04);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-ghost:hover{border-color:var(--brass-300);color:#fff;background:rgba(197,163,106,.16)}.btn-outline{border:1px solid var(--navy-800);color:var(--navy-900)}.btn-outline:hover{background:var(--navy-900);color:var(--paper)}.link-arrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--navy-900);padding-bottom:3px;border-bottom:1px solid var(--brass);transition:gap .4s var(--ease),color .4s var(--ease)}.link-arrow svg{width:.95em;height:.95em;transition:transform .4s var(--ease)}.link-arrow:hover{gap:.95rem;color:var(--brass-600)}.link-arrow.on-dark{color:var(--on-dark);border-color:var(--brass)}.link-arrow.on-dark:hover{color:var(--brass-300)}.site-header{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--header-h);display:flex;align-items:center;transition:background .5s var(--ease),box-shadow .5s var(--ease),height .5s var(--ease)}.site-header .container-wide{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;padding-inline:var(--gutter)}.site-header:before{content:"";position:absolute;inset:0 0 auto 0;height:140px;background:linear-gradient(180deg,rgba(6,24,33,.55),rgba(6,24,33,0));pointer-events:none;opacity:1;transition:opacity .5s var(--ease)}.site-header.scrolled:before{opacity:0}.site-header.scrolled{background:rgba(7,26,35,.92);-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);box-shadow:0 1px 0 rgba(197,163,106,.22),0 18px 40px -30px rgba(0,0,0,.8);height:72px}.brand{display:inline-flex;align-items:center;gap:.85rem;z-index:2}.brand-mark{width:38px;height:38px;flex:none}.brand-logo{height:56px;width:auto;transition:height .5s var(--ease)}.site-header.scrolled .brand-logo{height:46px}.footer-logo{height:64px}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-name{font-family:var(--font-display);font-size:1.18rem;letter-spacing:.04em;color:#fff;font-weight:400}.brand-sub{font-family:var(--font-body);font-size:.58rem;letter-spacing:.34em;text-transform:uppercase;color:var(--brass-300);margin-top:4px}.nav{display:flex;align-items:center;gap:2rem}.nav-link{position:relative;font-family:var(--font-body);font-size:.82rem;font-weight:600;letter-spacing:.06em;color:rgba(255,255,255,.86);padding:.4rem 0;transition:color .3s var(--ease)}.nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--brass);transition:width .4s var(--ease)}.nav-link:hover,.nav-link[aria-current=page]{color:#fff}.nav-link:hover:after,.nav-link[aria-current=page]:after{width:100%}.nav-cta{margin-left:.5rem;display:flex;align-items:center;gap:.9rem}.nav-cta .btn{padding:.72rem 1.35rem}.has-sub{position:relative}.subnav{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);min-width:270px;background:rgba(8,37,49,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(197,163,106,.25);border-radius:var(--radius);padding:.6rem;opacity:0;visibility:hidden;transition:all .35s var(--ease);box-shadow:var(--shadow-card)}.has-sub:focus-within .subnav,.has-sub:hover .subnav{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.subnav a{display:block;padding:.7rem .9rem;font-size:.85rem;color:rgba(255,255,255,.82);border-radius:2px;transition:background .3s,color .3s,padding-left .3s}.subnav a:hover{background:rgba(197,163,106,.14);color:#fff;padding-left:1.2rem}.subnav a span{display:block;font-size:.68rem;color:var(--on-dark-soft);letter-spacing:.02em;margin-top:2px}.burger{display:none;width:44px;height:44px;position:relative;z-index:120}.burger span{position:absolute;left:9px;right:9px;height:1.5px;background:#fff;transition:all .4s var(--ease)}.burger span:first-child{top:15px}.burger span:nth-child(2){top:21px}.burger span:nth-child(3){top:27px}.burger.open span:first-child{top:21px;transform:rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){top:21px;transform:rotate(-45deg)}.mobile-nav{position:fixed;inset:0;z-index:110;background:linear-gradient(160deg,var(--navy-900),var(--ink));display:flex;flex-direction:column;justify-content:flex-start;padding:calc(var(--header-h) + 1.5rem) var(--gutter) 3rem;transform:translateY(-100%);transition:transform .6s var(--ease);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-nav.open{transform:translateY(0)}.m-group-toggle,.mobile-nav a{font-family:var(--font-display);font-size:clamp(1.5rem,6vw,2.2rem);color:var(--on-dark);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;transition:color .3s,padding-left .3s}.m-group-toggle:hover,.mobile-nav a:hover{color:var(--brass-300);padding-left:.6rem}.m-group-meta small,.mobile-nav a small{font-family:var(--font-body);font-size:.7rem;letter-spacing:.2em;color:var(--brass);text-transform:uppercase}.mobile-nav .btn{margin-top:2rem;justify-content:center}.m-group-toggle{width:100%;background:none;border-top:none;border-inline:none;text-align:left;cursor:pointer;gap:1rem}.m-group-meta{display:inline-flex;align-items:center;gap:.8rem;color:var(--brass)}.m-group.open>.m-group-toggle{color:var(--brass-300)}.m-sub{display:none;flex-direction:column;padding:.2rem 0 .4rem .9rem}.m-group.open .m-sub{display:flex}.m-sub a{font-family:var(--font-body);font-size:1.05rem;font-weight:600;letter-spacing:.01em;color:rgba(255,255,255,.78);padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.m-sub a:last-child{border-bottom:none}.m-sub a:hover{color:var(--brass-300);padding-left:.6rem}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;color:var(--on-dark);overflow:hidden}.hero-media{position:absolute;inset:0;z-index:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,24,33,.92) 0,rgba(6,24,33,.35) 45%,rgba(6,24,33,.45)),linear-gradient(90deg,rgba(6,24,33,.55),rgba(6,24,33,.05) 60%)}.hero-inner{position:relative;z-index:2;padding-bottom:clamp(3.5rem,8vw,7rem);padding-top:calc(var(--header-h) + 2rem);width:100%}.hero h1{color:#fff;max-width:16ch;margin-top:1.4rem}.hero .lede{color:var(--on-dark-soft);max-width:52ch;margin-top:1.6rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.4rem}.hero-meta{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.14);margin-top:clamp(2.5rem,5vw,4rem);display:grid;grid-template-columns:repeat(4,1fr)}.hero-meta div{border-left:1px solid rgba(255,255,255,.1);padding:1.4rem 1.5rem}.hero-meta div:first-child{border-left:none;padding-left:0}.hero-meta .k{font-family:var(--font-display);font-size:clamp(1.5rem,2.6vw,2.2rem);color:var(--brass-300);line-height:1}.hero-meta .l{font-size:.72rem;letter-spacing:.18em;margin-top:.5rem}.hero-meta .l,.scroll-cue{text-transform:uppercase;color:var(--on-dark-soft)}.scroll-cue{position:absolute;right:var(--gutter);bottom:clamp(3.5rem,8vw,7rem);z-index:3;writing-mode:vertical-rl;font-size:.66rem;letter-spacing:.3em;display:flex;align-items:center;gap:1rem}.scroll-cue:after{content:"";width:1px;height:54px;background:linear-gradient(var(--brass),transparent);animation:cue 2.4s var(--ease) infinite}@keyframes cue{0%{transform:scaleY(.2);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(.2);transform-origin:bottom}}.page-hero{position:relative;min-height:64vh;display:flex;align-items:flex-end;color:var(--on-dark);overflow:hidden}.page-hero-media{position:absolute;inset:0;z-index:0}.page-hero-media img{width:100%;height:100%;object-fit:cover}.page-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,24,33,.9),rgba(6,24,33,.32) 60%,rgba(6,24,33,.5))}.page-hero-inner{position:relative;z-index:2;padding-block:clamp(3rem,7vw,5.5rem);padding-top:calc(var(--header-h) + 3rem)}.page-hero h1{color:#fff;max-width:18ch;margin-top:1.2rem;font-size:clamp(2.4rem,5.5vw,4.4rem)}.page-hero .lede{max-width:56ch;margin-top:1.3rem}.crumb,.page-hero .lede{color:var(--on-dark-soft)}.crumb{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;display:flex;gap:.6rem;align-items:center}.crumb a:hover{color:var(--brass-300)}.crumb .sep{color:var(--brass)}.surface-dark{background:var(--ink);color:var(--on-dark)}.surface-navy{background:linear-gradient(165deg,var(--navy-900),var(--ink));color:var(--on-dark)}.surface-sand{background:var(--paper-2)}.surface-dark h1,.surface-dark h2,.surface-dark h3,.surface-navy h1,.surface-navy h2,.surface-navy h3{color:#fff}.surface-dark .lede,.surface-dark p,.surface-navy .lede,.surface-navy p{color:var(--on-dark-soft)}.head-block{max-width:64ch}.head-block .section-title{margin-top:1.1rem}.head-block .lede{margin-top:1.3rem}.head-flex{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}.rule{background:var(--sand-line)}.rule,.rule-brass{height:1px;border:none}.rule-brass{background:linear-gradient(90deg,transparent,var(--brass),transparent)}.split{display:grid;grid-template-columns:var(--split-cols,repeat(2,1fr));grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:center}.split.align-start{align-items:flex-start}.media-frame{position:relative}.media-frame img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.media-frame.tall img{aspect-ratio:4/5}.media-frame.wide img{aspect-ratio:4/3}.media-frame:before{content:"";position:absolute;inset:14px -14px -14px 14px;border:1px solid var(--brass);border-radius:var(--radius);z-index:-1}.media-frame.frame-left:before{inset:14px 14px -14px -14px}.float-card{position:absolute;bottom:-28px;right:-22px;background:var(--ink);color:var(--on-dark);padding:1.5rem 1.7rem;border-radius:var(--radius);box-shadow:var(--shadow-card);max-width:230px}.float-card .k{font-family:var(--font-display);font-size:2.4rem;color:var(--brass-300);line-height:1}.float-card .l{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark-soft);margin-top:.5rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:1.5rem}.grid-2,.grid-3{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.feature{padding:2.2rem 2rem;background:rgba(255,255,255,.6);border:1px solid var(--sand-line);border-radius:var(--radius);transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}.feature:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft);border-color:var(--brass-300)}.feature .ic{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--brass);border-radius:50%;color:var(--brass-600);margin-bottom:1.4rem}.feature .ic svg{width:24px;height:24px}.feature h3{font-size:1.32rem;font-weight:420}.feature p{margin-top:.7rem;font-size:.96rem}.surface-dark .feature,.surface-navy .feature{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.1)}.surface-dark .feature:hover,.surface-navy .feature:hover{border-color:var(--brass);background:rgba(197,163,106,.07)}.surface-dark .feature .ic,.surface-navy .feature .ic{color:var(--brass-300)}.feature-min{padding:1.8rem 0;border-top:1px solid var(--sand-line);display:flex;gap:1.4rem}.feature-min .ic{flex:none;color:var(--brass-600);width:30px;height:30px}.feature-min h3{font-size:1.18rem;font-weight:440}.feature-min p{margin-top:.4rem;font-size:.95rem}.surface-dark .feature-min,.surface-navy .feature-min{border-color:rgba(255,255,255,.12)}.surface-dark .feature-min .ic,.surface-navy .feature-min .ic{color:var(--brass-300)}.factbox{border:1px solid var(--sand-line);border-left:3px solid var(--brass);border-radius:var(--radius,4px);background:var(--paper-2);padding:1.7rem 1.9rem}.factbox>.eyebrow{margin-bottom:1rem}.factbox ul{list-style:none;display:grid;grid-gap:.7rem;gap:.7rem}.factbox li{display:flex;gap:.7rem;align-items:flex-start;font-size:.98rem;line-height:1.5;color:var(--navy-900)}.factbox li svg{flex:none;color:var(--brass-600);margin-top:3px}.surface-dark .factbox,.surface-navy .factbox{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}.surface-dark .factbox li,.surface-navy .factbox li{color:var(--on-dark)}.surface-dark .factbox li svg,.surface-navy .factbox li svg{color:var(--brass-300)}.specs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;border-top:1px solid rgba(255,255,255,.14)}.spec-row{display:flex;justify-content:space-between;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.spec-row:nth-child(odd){border-right:1px solid rgba(255,255,255,.12);padding-right:2rem}.spec-row:nth-child(2n){padding-left:2rem}.spec-row dt{color:var(--on-dark-soft);font-size:.9rem;letter-spacing:.02em}.spec-row dd{font-family:var(--font-display);color:var(--brass-300);font-size:1.1rem;text-align:right}.region-card{position:relative;display:block;border-radius:var(--radius);overflow:hidden;color:#fff;isolation:isolate;min-height:440px}.region-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease);z-index:-2}.region-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(6,24,33,.92) 5%,rgba(6,24,33,.15) 60%);transition:background .5s}.region-card:hover img{transform:scale(1.07)}.region-card:hover:after{background:linear-gradient(0deg,rgba(6,24,33,.95) 10%,rgba(20,80,98,.35) 70%)}.region-card .rc-body{position:absolute;inset:auto 0 0 0;padding:2rem 1.9rem}.region-card .rc-kicker{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--brass-300)}.region-card h3{color:#fff;font-size:1.7rem;margin-top:.5rem}.region-card p{color:rgba(255,255,255,.82);font-size:.92rem;margin-top:.6rem;max-width:40ch}.region-card .rc-more{margin-top:1.1rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:#fff}.region-card .rc-more svg{width:.9em;transition:transform .4s var(--ease)}.region-card:hover .rc-more svg{transform:translateX(5px)}.region-card.tall{min-height:560px}.gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:12px;gap:12px;grid-auto-flow:dense}.gallery button{position:relative;overflow:hidden;border-radius:var(--radius);display:block}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.gallery button:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,24,33,.4),transparent 50%);opacity:0;transition:opacity .4s}.gallery button:hover img{transform:scale(1.06)}.gallery button:hover:after{opacity:1}.g-wide{grid-column:span 8}.g-tall{grid-row:span 2}.g-sq,.g-tall{grid-column:span 4}.g-half{grid-column:span 6}.gallery button{aspect-ratio:3/2}.gallery .g-tall{aspect-ratio:auto}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(4,16,22,.96);display:grid;place-items:center;padding:4vw;animation:fade .3s var(--ease)}@keyframes fade{0%{opacity:0}to{opacity:1}}.lightbox img{max-width:92vw;max-height:84vh;object-fit:contain;border-radius:var(--radius);box-shadow:var(--shadow-card)}.lightbox .lb-close{position:absolute;top:24px;right:28px;color:#fff;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;transition:all .3s}.lightbox .lb-close:hover{background:var(--brass);color:var(--ink);border-color:var(--brass)}.lightbox .lb-nav{position:absolute;top:50%;transform:translateY(-50%);color:#fff;width:56px;height:56px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;transition:all .3s}.lightbox .lb-nav:hover{background:var(--brass);color:var(--ink)}.lightbox .lb-prev{left:3vw}.lightbox .lb-next{right:3vw}.lightbox .lb-count{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);color:var(--on-dark-soft);font-size:.78rem;letter-spacing:.2em}.quote{font-weight:330;font-size:clamp(1.6rem,3.4vw,2.6rem);line-height:1.32;letter-spacing:-.01em;max-width:24ch}.quote,.quote-mark{font-family:var(--font-display)}.quote-mark{font-size:5rem;color:var(--brass);line-height:.6;height:.5em;display:block}.quote-cite{margin-top:1.8rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brass-600)}.surface-dark .quote-cite,.surface-navy .quote-cite{color:var(--brass-300)}.testimonials{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.testimonials>.reveal{display:flex}.testimonial{position:relative;width:100%;background:#fffdf8;border:1px solid var(--sand-line);border-radius:var(--radius);padding:2.6rem 2.4rem 2.2rem;display:flex;flex-direction:column;transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease);overflow:hidden}.testimonial:before{content:"\201C";position:absolute;top:.3rem;right:1.6rem;font-family:var(--font-display);font-size:7rem;line-height:1;color:var(--brass);opacity:.18}.testimonial:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft);border-color:var(--brass-300)}.testimonial blockquote{font-family:var(--font-display);font-weight:350;font-size:clamp(1.2rem,1.9vw,1.55rem);line-height:1.5;letter-spacing:-.01em;color:var(--navy-900);position:relative;z-index:1}.testimonial figcaption{display:flex;align-items:center;gap:1rem;margin-top:auto;padding-top:1.6rem;border-top:1px solid var(--sand-line)}.testimonial blockquote{margin-bottom:1.8rem}.testimonial .avatar{width:48px;height:48px;flex:none;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--brass-300);font-family:var(--font-display);font-size:1.25rem}.testimonial .who-name{display:block;font-family:var(--font-body);font-weight:700;font-size:.98rem;color:var(--navy-900);letter-spacing:.01em}.testimonial .who-role{display:block;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brass-600);margin-top:.25rem}.surface-dark .testimonial,.surface-navy .testimonial{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1)}.surface-dark .testimonial blockquote,.surface-navy .testimonial blockquote{color:#fff}.surface-dark .testimonial figcaption,.surface-navy .testimonial figcaption{border-color:rgba(255,255,255,.12)}.surface-dark .testimonial .who-name,.surface-navy .testimonial .who-name{color:#fff}.surface-dark .testimonial .who-role,.surface-navy .testimonial .who-role{color:var(--brass-300)}.steps{counter-reset:step;display:grid;grid-gap:1px;gap:1px;background:var(--sand-line);border:1px solid var(--sand-line);border-radius:var(--radius);overflow:hidden}.step{counter-increment:step;background:var(--paper);padding:2rem;position:relative;display:flex;gap:1.5rem}.step:before{content:counter(step,decimal-leading-zero);font-family:var(--font-display);font-size:1.6rem;color:var(--brass);flex:none;line-height:1}.step h3{font-size:1.25rem;font-weight:440}.step p{margin-top:.5rem;font-size:.95rem}.steps-grid{grid-template-columns:repeat(2,1fr)}.surface-dark .steps,.surface-navy .steps{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1)}.surface-dark .step,.surface-navy .step{background:var(--navy-700)}.surface-dark .step:before,.surface-navy .step:before{color:var(--brass-300)}.checklist{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem 2.5rem;gap:.5rem 2.5rem}.checklist li{display:flex;gap:.85rem;align-items:flex-start;padding:.7rem 0;border-bottom:1px solid var(--sand-line);font-size:.96rem;color:var(--text-soft)}.checklist li svg{width:18px;height:18px;flex:none;color:var(--brass-600);margin-top:4px}.surface-dark .checklist li,.surface-navy .checklist li{border-color:rgba(255,255,255,.12);color:var(--on-dark-soft)}.surface-dark .checklist li svg,.surface-navy .checklist li svg{color:var(--brass-300)}.price-card{background:var(--paper);border:1px solid var(--sand-line);border-radius:var(--radius);padding:2.4rem;transition:all .5s var(--ease)}.price-card.featured{background:var(--ink);color:var(--on-dark);border-color:var(--brass);position:relative}.price-card.featured h3{color:#fff}.price-card .tag{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brass-600)}.price-card.featured .tag{color:var(--brass-300)}.price-card .amount{font-family:var(--font-display);font-size:2.6rem;margin:1rem 0 .3rem;color:var(--navy-900)}.price-card.featured .amount{color:var(--brass-300)}.price-card .per{font-size:.85rem;color:var(--text-faint)}.price-card.featured .per{color:var(--on-dark-soft)}.price-card ul{margin-top:1.4rem;display:grid;grid-gap:.7rem;gap:.7rem}.price-card li{display:flex;gap:.7rem;font-size:.92rem;color:var(--text-soft)}.price-card.featured li{color:var(--on-dark-soft)}.price-card li svg{width:16px;color:var(--brass-600);flex:none;margin-top:4px}.price-card.featured li svg{color:var(--brass-300)}.app-card{display:flex;flex-direction:column;padding:2.2rem 2rem;background:rgba(255,255,255,.6);border:1px solid var(--sand-line);border-radius:var(--radius);transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}.app-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft);border-color:var(--brass-300)}.app-card-head{display:flex;align-items:center;gap:1rem}.app-card .ic{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--brass);border-radius:50%;color:var(--brass-600);flex:none}.app-card .ic svg{width:22px;height:22px}.app-card h3{font-size:1.3rem;font-weight:440;line-height:1.15}.app-card .app-cat{display:block;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brass-600);margin-top:.3rem}.app-card p{margin-top:1.1rem;font-size:.95rem;color:var(--text-soft);flex:1 1}.store-row{display:flex;gap:.7rem;margin-top:1.7rem;flex-wrap:wrap}.store-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.05rem;border:1px solid var(--navy-800);border-radius:var(--radius);color:var(--navy-900);transition:background .4s var(--ease),color .4s var(--ease),border-color .4s var(--ease)}.store-btn:hover{background:var(--navy-900);color:var(--paper);border-color:var(--navy-900)}.store-btn svg{width:18px;height:18px;flex:none}.store-btn .lbl{display:flex;flex-direction:column;line-height:1.15;text-align:left}.store-btn .lbl small{font-size:.6rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.store-btn .lbl b{font-size:.9rem;font-weight:700;letter-spacing:.01em}.faq{border-top:1px solid var(--sand-line)}.faq-item{border-bottom:1px solid var(--sand-line)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.6rem 0;text-align:left;font-family:var(--font-display);font-size:clamp(1.1rem,2vw,1.4rem);color:var(--navy-900);font-weight:420}.faq-q .pm{flex:none;width:30px;height:30px;border:1px solid var(--brass);border-radius:50%;display:grid;place-items:center;color:var(--brass-600);transition:all .4s var(--ease);position:relative}.faq-q .pm:after,.faq-q .pm:before{content:"";position:absolute;background:currentColor}.faq-q .pm:before{width:12px;height:1.5px}.faq-q .pm:after{width:1.5px;height:12px;transition:transform .4s var(--ease)}.faq-item.open .pm{background:var(--brass);color:var(--ink)}.faq-item.open .pm:after{transform:scaleY(0)}.faq-a{overflow:hidden;max-height:0;transition:max-height .5s var(--ease)}.faq-a-inner{padding-bottom:1.6rem;color:var(--text-soft);max-width:70ch}.cta-band{position:relative;overflow:hidden}.cta-band .cta-media{position:absolute;inset:0;z-index:0}.cta-band .cta-media img{width:100%;height:100%;object-fit:cover}.cta-band .cta-media:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(6,24,33,.94),rgba(6,24,33,.72))}.cta-band .container{position:relative;z-index:2}.cta-band h2{color:#fff;font-size:clamp(2rem,4.4vw,3.4rem);max-width:18ch}.cta-band .lede{color:var(--on-dark-soft);max-width:52ch;margin-top:1.3rem}.cta-band .hero-actions{margin-top:2.2rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.4rem;gap:1.4rem}.field{display:flex;flex-direction:column;gap:.5rem}.field.full{grid-column:1/-1}.field label{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);font-weight:700}.field input,.field select,.field textarea{font-family:var(--font-body);font-size:1rem;padding:.95rem 1.1rem;background:#fff;border:1px solid var(--sand-line);border-radius:var(--radius);color:var(--text);transition:border-color .3s,box-shadow .3s}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(197,163,106,.16)}.form-note{font-size:.8rem;color:var(--text-faint)}.contact-aside{display:flex;flex-direction:column;gap:1.6rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-item .ic{width:42px;height:42px;border:1px solid var(--brass);border-radius:50%;display:grid;place-items:center;color:var(--brass-600);flex:none}.contact-item .ic svg{width:20px;height:20px}.contact-item h4{font-family:var(--font-body);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-faint);font-weight:700}.contact-item p{color:var(--text);margin-top:.2rem;font-size:1.02rem}.site-footer{background:var(--ink);color:var(--on-dark-soft);padding-top:clamp(3.5rem,7vw,6rem);position:relative;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem;padding-bottom:3.5rem}.footer-brand .brand-name{font-size:1.4rem}.footer-about{margin-top:1.3rem;max-width:36ch;font-size:.92rem;line-height:1.7}.footer-col h4{font-family:var(--font-body);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brass-300);font-weight:700;margin-bottom:1.3rem}.footer-col a,.footer-col li{display:block;font-size:.92rem;padding:.4rem 0;transition:color .3s,padding-left .3s}.footer-col a:hover{color:#fff;padding-left:.4rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.8rem}.footer-bottom a:hover{color:var(--brass-300)}.footer-watermark{right:-2%;bottom:-18%;font-family:var(--font-display);font-size:clamp(8rem,22vw,20rem);color:rgba(255,255,255,.025);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.compass-bg,.footer-watermark{position:absolute;pointer-events:none}.compass-bg{opacity:.05;z-index:0}.compass-bg svg{width:100%;height:100%}.reveal{opacity:0;transform:translateY(26px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:.1s}.reveal.d2{transition-delay:.2s}.reveal.d3{transition-delay:.3s}.reveal.d4{transition-delay:.4s}.reveal.d5{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.scroll-cue:after{animation:none}}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.maxw-prose{max-width:68ch}.tag-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .95rem;border:1px solid var(--sand-line);border-radius:100px;font-size:.74rem;letter-spacing:.08em;color:var(--text-soft);background:rgba(255,255,255,.5)}.surface-dark .tag-pill,.surface-navy .tag-pill{border-color:rgba(255,255,255,.16);color:var(--on-dark-soft);background:rgba(255,255,255,.04)}.pill-row{display:flex;flex-wrap:wrap;gap:.6rem}@media (max-width:1024px){.grid-4,.hero-meta,.testimonials{grid-template-columns:repeat(2,1fr)}.hero-meta div:nth-child(3){border-left:none;padding-left:0}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (max-width:880px){.nav,.nav-cta{display:none}.burger{display:block}.split{grid-template-columns:1fr}.split .media-frame{order:-1}.grid-2,.grid-3,.specs,.steps-grid,.testimonials{grid-template-columns:1fr}.spec-row:nth-child(odd){border-right:none;padding-right:0}.spec-row:nth-child(2n){padding-left:0}.checklist,.form-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.g-half,.g-sq,.g-tall,.g-wide{grid-column:span 1;grid-row:auto;aspect-ratio:3/2}.float-card{position:static;margin-top:1.5rem;max-width:none}.head-flex{flex-direction:column;align-items:flex-start}.hero-meta div{padding-right:1rem}}@media (max-width:520px){.gallery{grid-template-columns:1fr}.hero-meta{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}.lb{display:grid;grid-gap:1.6rem;gap:1.6rem}.lb-card{background:rgba(255,255,255,.6);border:1px solid var(--sand-line);border-radius:var(--radius);padding:clamp(1.4rem,3vw,2.2rem)}.lb-card-head,.lb-card>.eyebrow{margin-bottom:1.3rem}.lb-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lb-card-head .eyebrow{margin-bottom:0}.lb-install{display:flex;align-items:center;justify-content:space-between;gap:1.4rem 1.8rem;flex-wrap:wrap;background:linear-gradient(150deg,var(--navy-900),var(--ink));color:var(--on-dark);border-radius:var(--radius);padding:clamp(1.3rem,3vw,1.8rem) clamp(1.4rem,3vw,2.2rem)}.lb-install .eyebrow{color:var(--brass-300);margin-bottom:.55rem}.lb-install-text{flex:1 1 16rem}.lb-install-text p{margin:0;color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.55}.lb-install-action{flex:1 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.lb-install-action .btn{flex:none}.lb-install-steps{margin:0;padding:0;list-style:none;display:grid;grid-gap:.7rem;gap:.7rem;width:100%}.lb-install-steps li{position:relative;padding:.75rem .9rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;color:rgba(255,255,255,.88);font-size:.88rem;line-height:1.55}.lb-install-steps strong{color:#fff;display:block;margin-bottom:.15rem}.lb-install-steps em{color:var(--brass-300);font-style:normal;font-weight:600}.lb-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--sand-line);border:1px solid var(--sand-line);border-radius:var(--radius);overflow:hidden}.lb-stat{background:var(--paper);padding:1.4rem 1rem;text-align:center}.lb-stat .k{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.3rem);color:var(--navy-900);line-height:1}.lb-stat .l{font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brass-600);margin-top:.55rem;font-weight:700}.lb-day{background:#fffdf8;border:1px solid var(--sand-line);border-left:3px solid var(--brass);border-radius:var(--radius);padding:clamp(1.3rem,3vw,2rem)}.lb-day-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.lb-day-num{display:inline-flex;align-items:baseline;gap:.7rem}.lb-day-num b{font-family:var(--font-display);font-weight:400;font-size:1.55rem;color:var(--navy-900)}.lb-day-num span{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brass-600)}.lb-remove{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);padding:.45rem .7rem;border:1px solid var(--sand-line);border-radius:var(--radius);transition:color .3s var(--ease),border-color .3s var(--ease),background .3s var(--ease)}.lb-remove:hover{color:#b23b3b;border-color:#e3b4b4;background:#fdf3f1}.lb-remove svg{width:15px;height:15px}.lb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.1rem 1.2rem;gap:1.1rem 1.2rem}.lb-grid .full{grid-column:1/-1}.lb-grid textarea{min-height:84px}.field.lb-fav label{color:var(--brass-600)}.field.lb-fav textarea{background:#fffaf0;border-color:var(--brass-300)}.lb-add{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.15rem;border:1px dashed var(--brass-300);background:rgba(197,163,106,.06);border-radius:var(--radius);color:var(--brass-600);font-family:var(--font-body);font-weight:700;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;transition:background .3s var(--ease),border-color .3s var(--ease)}.lb-add:hover{background:rgba(197,163,106,.14);border-color:var(--brass)}.lb-add svg{width:18px;height:18px}.lb-save{display:inline-flex;align-items:center;gap:.5rem;font-size:.74rem;letter-spacing:.04em;color:var(--text-faint)}.lb-save .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex:none}.lb-save.offline{color:var(--brass-600)}.lb-save.offline .dot{background:var(--brass-600)}.lb-actions-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.lb-msg{font-size:.9rem;margin-top:.4rem}.lb-msg.ok{color:#2e7d4f}.lb-msg.err{color:#c0392b}.lb-hint{font-size:.86rem;color:var(--text-soft)}.lb-photo-meta{font-family:var(--font-body);font-weight:600;color:var(--text-faint);letter-spacing:0;text-transform:none;margin-left:.5rem}.lb-photos{display:flex;flex-wrap:wrap;gap:.9rem}.lb-photo{position:relative;width:120px}.lb-photo img{width:120px;height:90px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--sand-line);display:block}.lb-photo-missing{width:120px;height:90px;display:grid;place-items:center;text-align:center;font-size:.62rem;color:var(--text-faint);padding:.3rem;background:var(--paper-2);border:1px dashed var(--sand-line);border-radius:var(--radius)}.lb-photo-del{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:rgba(6,24,33,.78);color:#fff;font-size:1rem;line-height:1;display:grid;place-items:center;transition:background .3s var(--ease)}.lb-photo-del:hover{background:#b23b3b}.lb-photo-cap{width:120px;margin-top:.4rem;font-family:var(--font-body);font-size:.74rem;padding:.35rem .5rem;background:#fff;border:1px solid var(--sand-line);border-radius:var(--radius);color:var(--text)}.lb-photo-cap:focus{outline:none;border-color:var(--brass)}.lb-photo-add{width:120px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;cursor:pointer;border:1px dashed var(--brass-300);background:rgba(197,163,106,.06);border-radius:var(--radius);color:var(--brass-600);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;transition:background .3s var(--ease),border-color .3s var(--ease)}.lb-photo-add:hover{background:rgba(197,163,106,.14);border-color:var(--brass)}.lb-photo-add svg{width:18px;height:18px}@media (max-width:880px){.lb-summary{grid-template-columns:repeat(2,1fr)}.lb-actions-row .btn{flex:1 1;justify-content:center}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.cine,.lenis.lenis-stopped{overflow:clip}.cine{background:var(--paper)}.cine-hero{position:relative;height:200vh}.cine-hero[data-reduce=true]{height:auto}.cine-hero-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;overflow:hidden;display:flex;align-items:flex-end;background:var(--ink)}.cine-hero[data-reduce=true] .cine-hero-sticky{position:relative}.cine-hero-media{position:absolute;inset:0;z-index:0}.cine-hero-media img{width:100%;height:100%;object-fit:cover;transform-origin:50% 55%}.cine-hero-grade{z-index:1;background:linear-gradient(0deg,rgba(6,24,33,.88) 0,rgba(6,24,33,.12) 44%,rgba(6,24,33,.32)),linear-gradient(90deg,rgba(6,24,33,.5),rgba(6,24,33,0) 58%)}.cine-hero-grade,.cine-hero-veil{position:absolute;inset:0;pointer-events:none}.cine-hero-veil{z-index:2;background:var(--ink);opacity:0;will-change:opacity}.cine-hero-content{position:relative;z-index:3;width:100%;padding-bottom:clamp(3.5rem,9vh,8rem);will-change:transform,opacity;animation:cineHeroIn 1.5s var(--ease) .2s both}@keyframes cineHeroIn{0%{opacity:0;transform:translate3d(0,46px,0)}to{opacity:1;transform:none}}.cine-hero-content .eyebrow{margin-bottom:1.5rem}.cine-hero-title{color:#fff;font-family:var(--font-display);font-weight:320;line-height:.97;letter-spacing:-.022em;font-size:clamp(3rem,9.4vw,8rem);max-width:16ch}.cine-hero-title em{font-style:italic;color:var(--brass-300)}.cine-hero-sub{color:var(--on-dark-soft);margin-top:1.7rem;max-width:46ch;font-size:clamp(1.04rem,1.5vw,1.32rem);line-height:1.62}.cine-scrollcue{position:absolute;left:50%;bottom:1.7rem;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.6rem;letter-spacing:.36em;text-transform:uppercase;color:var(--on-dark-soft);will-change:opacity}.cine-scrollcue:after{content:"";width:1px;height:46px;background:linear-gradient(var(--brass),transparent);animation:cue 2.4s var(--ease) infinite}.cine-section{padding-block:clamp(5rem,11vw,11rem);position:relative}.cine-intro{max-width:60ch}.cine-intro .eyebrow{margin-bottom:1.4rem}.cine-eyebrow-num{color:var(--brass);margin-right:.1em}.cine .eyebrow:not(.on-dark){color:#6f5326}.cine a:focus-visible,.cine button:focus-visible{outline:3px solid var(--brass);outline-offset:3px;border-radius:2px}.cine-film-poster:focus-visible{outline:3px solid var(--brass);outline-offset:4px}.cine-film-poster:focus-visible .cine-film-play{background:var(--brass);border-color:var(--brass);color:var(--ink);transform:scale(1.06)}.cine-statement{font-family:var(--font-display);font-weight:320;line-height:1.08;letter-spacing:-.018em;font-size:clamp(1.9rem,4.6vw,4rem);color:var(--navy-900);max-width:18ch}.surface-dark .cine-statement,.surface-navy .cine-statement{color:#fff}.cine-statement em{font-style:italic;color:var(--brass-600)}.surface-dark .cine-statement em,.surface-navy .cine-statement em{color:var(--brass-300)}.cine-lede-lg{font-size:clamp(1.12rem,1.7vw,1.45rem);line-height:1.7;color:var(--text-soft);max-width:54ch}.surface-dark .cine-lede-lg,.surface-navy .cine-lede-lg{color:var(--on-dark-soft)}.cine-parallax{position:relative;overflow:hidden}.cine-parallax img{width:100%;height:100%;object-fit:cover}.cine-parallax-cap{position:absolute;left:clamp(1rem,3vw,2.2rem);bottom:clamp(1rem,3vw,2.2rem);z-index:2;color:#fff;font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;text-shadow:0 1px 14px rgba(0,0,0,.55)}.cine-bleed{position:relative;width:100vw;margin-inline:calc(50% - 50vw);height:78vh;overflow:hidden;background:var(--ink)}.cine-bleed .cine-parallax,.cine-bleed-grade{position:absolute;inset:0}.cine-bleed-grade{z-index:2;pointer-events:none;background:linear-gradient(0deg,rgba(6,24,33,.86),rgba(6,24,33,.06) 52%,rgba(6,24,33,.3))}.cine-bleed-cap{position:absolute;z-index:3;left:0;right:0;bottom:clamp(2rem,6vw,4.5rem)}.cine-bleed-cap .cine-statement{color:#fff}.cine-bleed-cap .eyebrow{margin-bottom:1.1rem}.cine-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:start}.cine-split-text{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 4vh)}.cine-split-text .eyebrow{margin-bottom:1.3rem}.cine-split-text .cine-statement{margin-bottom:1.6rem;max-width:16ch}.cine-split-media .cine-parallax{aspect-ratio:4/5;border-radius:var(--radius)}.cine-split.reverse .cine-split-text{order:2}.cine-split-stack{display:grid;grid-gap:clamp(1rem,2.5vw,1.5rem);gap:clamp(1rem,2.5vw,1.5rem)}.cine-split-stack .cine-parallax{aspect-ratio:3/2;border-radius:var(--radius)}.cine-marks{display:grid;grid-gap:.1rem;gap:.1rem;margin-top:2rem}.cine-mark{display:flex;gap:1rem;align-items:baseline;padding:1rem 0;border-top:1px solid var(--sand-line)}.cine-mark:last-child{border-bottom:1px solid var(--sand-line)}.cine-mark b{font-family:var(--font-body);font-weight:700;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--brass-600);flex:none;width:8.5rem}.cine-mark span{color:var(--text-soft);font-size:.98rem}.surface-dark .cine-mark,.surface-navy .cine-mark{border-color:rgba(255,255,255,.13)}.surface-dark .cine-mark span,.surface-navy .cine-mark span{color:var(--on-dark-soft)}.surface-dark .cine-mark b,.surface-navy .cine-mark b{color:var(--brass-300)}.cine-specs{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:clamp(2rem,6vw,5rem);column-gap:clamp(2rem,6vw,5rem);border-top:1px solid rgba(255,255,255,.16)}.cine-spec{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.13)}.cine-spec dt{color:var(--on-dark-soft);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase}.cine-spec dd{font-family:var(--font-display);font-weight:340;color:var(--brass-300);font-size:clamp(1.3rem,2vw,1.9rem);text-align:right;line-height:1}.cine-figures{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.14);border-block:1px solid rgba(255,255,255,.14)}.cine-figure{background:var(--ink);padding:clamp(1.6rem,3vw,2.4rem) 1.2rem;text-align:center}.cine-figure .k{font-family:var(--font-display);font-weight:320;color:#fff;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.cine-figure .l{margin-top:.7rem;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--on-dark-soft)}.cine-film{position:relative;width:100%;aspect-ratio:16/9;background:var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card)}.cine-film iframe,.cine-film-frame{position:absolute;inset:0;width:100%;height:100%;border:0}.cine-film-poster{position:absolute;inset:0;width:100%;height:100%;display:block;cursor:pointer}.cine-film-poster img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}.cine-film-poster:hover img{transform:scale(1.05)}.cine-film-veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,24,33,.62),rgba(6,24,33,.12) 60%)}.cine-film-cta{position:absolute;left:clamp(1.4rem,4vw,3rem);bottom:clamp(1.4rem,4vw,3rem);display:flex;align-items:center;gap:1.1rem}.cine-film-play{width:clamp(56px,7vw,80px);height:clamp(56px,7vw,80px);border-radius:50%;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;color:#fff;padding-left:4px;transition:background .4s var(--ease),border-color .4s var(--ease),color .4s var(--ease),transform .4s var(--ease)}.cine-film-poster:hover .cine-film-play{background:var(--brass);border-color:var(--brass);color:var(--ink);transform:scale(1.06)}.cine-film-labels{display:flex;flex-direction:column}.cine-film-label{color:#fff;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.cine-film-meta{color:var(--on-dark-soft);font-size:.72rem;letter-spacing:.14em;margin-top:.3rem}.cine .reveal{transform:translateY(34px);transition:opacity 1.1s var(--ease),transform 1.1s var(--ease)}.cine .reveal.in{transform:none}@media (max-width:880px){.cine-hero{height:138vh}.cine-hero-title{font-size:clamp(2.6rem,13vw,4rem);max-width:12ch}.cine-split{grid-template-columns:1fr;gap:clamp(1.6rem,6vw,3rem)}.cine-split-text{position:static}.cine-split.reverse .cine-split-text{order:0}.cine-split.reverse .cine-split-media{order:-1}.cine-specs{grid-template-columns:1fr}.cine-figures{grid-template-columns:repeat(2,1fr)}.cine-bleed{height:62vh}}@media (prefers-reduced-motion:reduce){.cine-hero-content{animation:none}.cine-film-poster img{transition:none}}.cine-hero-coord{display:inline-block;margin-bottom:1.1rem;font-size:.62rem;letter-spacing:.3em;text-transform:uppercase;color:var(--brass-300)}.cine-hero-meta{margin-top:clamp(2rem,4vw,3rem);padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.16);display:grid;grid-template-columns:repeat(4,auto);grid-gap:clamp(1.4rem,4vw,3.2rem);gap:clamp(1.4rem,4vw,3.2rem);justify-content:start}.cine-hero-meta .k{display:block;font-family:var(--font-display);font-weight:320;color:var(--brass-300);font-size:clamp(1.4rem,2.4vw,2.1rem);line-height:1}.cine-hero-meta .l{display:block;margin-top:.45rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--on-dark-soft)}@media (max-width:560px){.cine-hero-meta{grid-template-columns:repeat(2,1fr);gap:1.1rem 1.5rem}}.cine-frame{position:relative}.cine-frame>.cine-parallax{position:relative;z-index:1;border-radius:var(--radius)}.cine-frame:before{content:"";position:absolute;inset:18px -18px -18px 18px;border:1px solid var(--brass);border-radius:var(--radius);z-index:0}.cine-frame.frame-left:before{inset:18px 18px -18px -18px}@media (max-width:880px){.cine-frame:before{inset:12px -12px -12px 12px}}.cine-triptych{position:relative}.cine-triptych-sticky{padding-block:clamp(3.5rem,9vw,7rem)}.cine-triptych-text .eyebrow{margin-bottom:1.3rem}.cine-triptych-prose{margin-top:1.4rem;max-width:42ch}.cine-triptych-caption{margin-top:2.1rem;position:relative;min-height:2.6em}.cine-triptych-caption span{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brass-600)}.cine-triptych-ticks{display:flex;gap:1.3rem;margin-top:1.5rem}.cine-triptych-ticks span{font-family:var(--font-display);font-size:.95rem;color:var(--text-faint);position:relative;padding-bottom:.45rem;transition:color .4s var(--ease)}.cine-triptych-ticks span.is-active{color:var(--brass-600)}.cine-triptych-ticks span.is-active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--brass)}.cine-tri-panel{border-radius:var(--radius);overflow:hidden}.cine-tri-panel img{width:100%;height:100%;object-fit:cover}.cine-tri-panel figcaption{margin-top:.6rem;font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--brass-600)}@media (min-width:1024px){.cine-triptych{height:300vh}.cine-triptych-sticky{position:-webkit-sticky;position:sticky;top:0;height:100svh;display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:clamp(2.5rem,5vw,5rem);gap:clamp(2.5rem,5vw,5rem);align-items:center}.cine-triptych-stage{position:relative;height:76svh}.cine-tri-panel{position:absolute;inset:0;opacity:0;transform:scale(1.06);transition:opacity .9s var(--ease),transform 1.25s var(--ease)}.cine-tri-panel.is-active{opacity:1;transform:none}.cine-tri-panel figcaption{display:none}.cine-triptych-caption span{position:absolute;left:0;top:0;opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease),transform .5s var(--ease)}.cine-triptych-caption span.is-active{opacity:1;transform:none}}@media (max-width:1023.98px){.cine-triptych-caption,.cine-triptych-ticks{display:none}.cine-triptych-stage{display:grid;grid-gap:clamp(1.1rem,4vw,1.8rem);gap:clamp(1.1rem,4vw,1.8rem);margin-top:2.2rem}.cine-tri-panel{aspect-ratio:3/2}}.cine-filmwrap{border-top:1px solid rgba(197,163,106,.4);border-bottom:1px solid rgba(197,163,106,.4);padding-block:clamp(1.4rem,3.5vw,2.4rem)}.cine-film-hold{max-width:1180px;margin-inline:auto}.cine-autarkie{position:relative;overflow:hidden}.cine-autarkie-bg{position:absolute;inset:0;z-index:0}.cine-autarkie-bg img{width:100%;height:100%;object-fit:cover;opacity:.16}.cine-autarkie-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 80% 30%,rgba(197,163,106,.1),transparent 60%)}.cine-autarkie>.container{position:relative;z-index:1}.cine-autarkie-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:center}.cine-bignum{font-family:var(--font-display);font-weight:320;color:var(--brass-300);font-size:clamp(3.6rem,9vw,7rem);line-height:.9}.cine-bignum small{display:block;font-family:var(--font-body);font-weight:700;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--on-dark-soft);margin-top:.9rem}.cine-hairline{height:1px;background:var(--brass);transform:scaleX(0);transform-origin:left}.reveal.in .cine-hairline{transform:scaleX(1);transition:transform 1.1s var(--ease) .15s}@media (max-width:880px){.cine-autarkie-grid{grid-template-columns:1fr}}.cine-specs.reveal{opacity:1;transform:none;transition:none}.cine-specs .cine-spec{opacity:0;transform:translateY(14px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.cine-specs.in .cine-spec{opacity:1;transform:none}.cine-specs.in .cine-spec:first-child{transition-delay:.04s}.cine-specs.in .cine-spec:nth-child(2){transition-delay:.1s}.cine-specs.in .cine-spec:nth-child(3){transition-delay:.16s}.cine-specs.in .cine-spec:nth-child(4){transition-delay:.22s}.cine-specs.in .cine-spec:nth-child(5){transition-delay:.28s}.cine-specs.in .cine-spec:nth-child(6){transition-delay:.34s}.cine-specs.in .cine-spec:nth-child(7){transition-delay:.4s}.cine-specs.in .cine-spec:nth-child(8){transition-delay:.46s}.cine-specs.in .cine-spec:nth-child(9){transition-delay:.52s}.cine-specs.in .cine-spec:nth-child(10){transition-delay:.58s}.cine-specs.in .cine-spec:nth-child(11){transition-delay:.64s}.cine-specs.in .cine-spec:nth-child(12){transition-delay:.7s}@media (prefers-reduced-motion:reduce){.cine-hairline,.cine-specs .cine-spec,.cine-tri-panel{opacity:1;transform:none;transition:none}}@font-face{font-family:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c62081b071647022-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_54d641{font-family:Fraunces,Fraunces Fallback}.__variable_54d641{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mulish;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3be83a346553616c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mulish Fallback;src:local("Arial");ascent-override:96.56%;descent-override:24.02%;line-gap-override:0.00%;size-adjust:104.08%}.__className_13d7ab{font-family:Mulish,Mulish Fallback;font-style:normal}.__variable_13d7ab{--font-mulish:"Mulish","Mulish Fallback"}