/* GIRACH HORIZON. Self-contained, responsive design system. No external fonts. */
:root{--ink:#18211e;--muted:#58635d;--forest:#153c30;--deep:#0c211b;--green:#238348;--lime:#d7eda4;--paper:#fff;--soft:#f4f5f1;--line:#dce0d9;--header:88px;--shell:1320px;--gutter:52px;--ease:cubic-bezier(.22,.61,.36,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:150px}body{margin:0;padding-top:var(--header);background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}body.no-scroll{overflow:hidden}body.admin-bar .site-header{top:32px}body.admin-bar .product-nav{top:calc(var(--header) + 32px)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}img,video{max-width:100%;display:block}img{height:auto}button{color:inherit}p{margin:0 0 20px}h1,h2,h3,h4{margin:0;font-weight:400;line-height:1.08}h1,h2{letter-spacing:-.055em}h1{font-size:clamp(54px,7.3vw,112px)}h2{font-size:clamp(38px,4.6vw,68px)}h3{font-size:26px;letter-spacing:-.035em}strong{font-weight:600}ul{padding-left:20px}figure{margin:0}[hidden]{display:none!important}::selection{background:var(--lime);color:var(--forest)}:focus-visible{outline:3px solid #339752;outline-offset:5px}.shell{width:calc(100% - var(--gutter)*2);max-width:var(--shell);margin-inline:auto}.section{padding:112px 0}.icon{display:inline-block;flex:0 0 auto;vertical-align:middle;width:22px;height:22px}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.17em;line-height:1.6;text-transform:uppercase;margin-bottom:24px}.eyebrow-line{display:inline-block;width:38px;height:1px;background:currentColor;vertical-align:middle;margin:0 12px}.index{font-size:12px;letter-spacing:.1em}.fineprint{font-size:11px;line-height:1.65;color:var(--muted);margin-top:22px;margin-bottom:0;max-width:1140px}.lead{font-size:27px;line-height:1.45;letter-spacing:-.02em}.text-link{display:inline-flex;align-items:center;gap:20px;padding-bottom:7px;border-bottom:1px solid currentColor;font-size:14px;font-weight:500;line-height:1.4}.text-link .icon,.button .icon{transition:transform .3s var(--ease);width:19px;height:19px}.text-link:hover .icon,.button:hover .icon{transform:translateX(4px)}.button{min-height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:15px 25px;border:1px solid transparent;border-radius:2px;font-size:13px;font-weight:600;line-height:1.4;transition:background .25s,color .25s,border-color .25s}.button--primary,.button--dark{background:var(--forest);color:#fff}.button--primary:hover,.button--dark:hover{background:#245841}.button--light{background:#fff;color:var(--ink)}.button--light:hover{background:var(--lime)}.button--outline{border-color:#a8b1a9;background:transparent}.button--outline:hover{background:var(--forest);color:#fff;border-color:var(--forest)}.button--outline-light{border-color:rgba(255,255,255,.7);background:transparent;color:#fff}.button--outline-light:hover{background:#fff;color:var(--ink)}.button--small{min-height:44px;padding:12px 19px;font-size:12px;gap:24px}.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:transparent;width:44px;height:44px;border-radius:50%;padding:0}.round-link{display:flex;align-items:center;justify-content:center;border:1px solid #b7c1b8;width:50px;height:50px;border-radius:50%;transition:background .3s,color .3s}.round-link:hover{background:var(--forest);color:white}.rotate-180{transform:rotate(180deg)}.sr-only{position:absolute!important;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);width:1px;height:1px;overflow:hidden;white-space:nowrap}.skip-link{position:fixed;top:-120px;left:20px;z-index:1000;padding:14px 20px;background:#fff;color:#111}.skip-link:focus{top:10px}
/* Navigation */
.site-header{height:var(--header);position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 40px;background:rgba(255,255,255,.98);z-index:100;border-bottom:1px solid rgba(24,33,30,.08);transition:box-shadow .3s}.site-header.is-scrolled{box-shadow:0 3px 18px #0c211b0b}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:236px;height:57px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:500;line-height:1.4}.desktop-nav>a{padding:32px 0;position:relative}.desktop-nav>a::after{content:"";height:1px;background:var(--green);position:absolute;bottom:24px;left:0;right:100%;transition:right .2s}.desktop-nav>a:hover::after,.desktop-nav>a[aria-current=page]::after{right:0}.nav-trigger{display:flex;align-items:center;gap:8px;background:transparent;border:0;padding:30px 0;font-size:12px}.nav-trigger .icon{width:14px;height:14px}.nav-trigger[aria-expanded=true] .icon{transform:rotate(180deg)}.header-actions{display:flex;align-items:center;gap:23px}.header-location{display:flex;align-items:center;gap:5px;font-size:11px}.header-location .icon{width:17px;height:17px}.menu-toggle{display:none;border:0}.mega-menu{position:fixed;left:0;right:0;top:var(--header);padding:40px max(40px,calc((100vw - 1320px)/2));display:grid;grid-template-columns:.85fr 1fr 1fr;gap:45px;background:white;box-shadow:0 20px 45px #0b211b20;border-top:1px solid var(--line)}.mega-menu__intro h2{font-size:34px;margin-bottom:25px}.mega-menu .eyebrow{font-size:9px;margin-bottom:12px}.mega-car{background:var(--soft);padding:15px 25px 20px}.mega-car img{width:100%;height:155px;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s var(--ease)}.mega-car:hover img{transform:scale(1.03)}.mega-car>span{display:grid;grid-template-columns:1fr 30px;gap:5px 10px}.mega-car strong{font-size:25px;font-weight:400;grid-column:1}.mega-car small{font-size:11px;grid-column:1;color:var(--muted)}.mega-car .icon{grid-column:2;grid-row:1/3;align-self:center}.mobile-menu{display:none}
/* Cinematic first screen */
.hero{height:calc(100svh - var(--header));min-height:650px;position:relative;background:var(--deep);overflow:hidden;color:#fff}.hero-slide{position:absolute;inset:0}.hero-poster,.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hero-video{opacity:0;transition:opacity .6s}.hero-video.is-playing{opacity:1}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,17,13,.4),transparent 85%),linear-gradient(0deg,rgba(4,14,11,.84) 0%,rgba(4,14,11,.35) 38%,rgba(4,14,11,.03) 82%)}.hero-copy{position:absolute;left:50%;transform:translateX(-50%);bottom:160px;z-index:2}.hero-copy h1,.hero-copy h2{font-size:clamp(56px,6.25vw,94px);font-weight:400;line-height:1.01;letter-spacing:-.065em;max-width:850px}.hero-copy .eyebrow{margin-bottom:23px;font-size:10px}.hero-intro{font-size:16px;line-height:1.55;max-width:465px;margin:24px 0 0;color:#f1f4ef}.hero-footer{position:absolute;left:50%;transform:translateX(-50%);bottom:43px;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:5}.hero-tabs{display:flex;gap:25px}.hero-tabs button{position:relative;display:flex;align-items:center;gap:12px;background:transparent;border:0;color:white;padding:10px 0 13px;width:125px;font-size:13px;opacity:.65;text-align:left}.hero-tabs button span{font-size:10px}.hero-tabs button i{position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff65}.hero-tabs button[aria-selected=true]{opacity:1}.hero-tabs button[aria-selected=true] i{height:2px;background:white}.scroll-cue{font-size:9px;letter-spacing:.17em;display:flex;gap:22px;align-items:center;transform:translateX(-45px)}.scroll-cue span{font-size:25px}.video-toggle{border:0;background:transparent;color:white;display:flex;gap:12px;align-items:center;font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:8px 0 8px 8px}.video-toggle>.icon{border:1px solid #ffffff6b;border-radius:50%;width:35px;height:35px;padding:9px}.hero-image-note{position:absolute;right:var(--gutter);bottom:11px;font-size:9px;opacity:.85;z-index:5}.image-caption{position:absolute;right:var(--gutter);bottom:20px;left:var(--gutter);text-align:right;font-size:10px;color:#eee;z-index:3}.brand-strap{background:var(--forest);color:white;padding:23px 0}.brand-strap .shell{display:flex;align-items:center;gap:40px}.brand-strap span{font-size:11px;letter-spacing:.15em}.brand-strap .brand-strap__end{margin-left:auto;opacity:.65;font-size:9px}
/* Collection and editorial sections */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:65px;margin-bottom:56px}.section-heading>div:first-child{flex:1 1 auto}.section-heading h2{max-width:690px}.section-heading>p,.section-heading>div+div{flex:0 1 370px;margin-bottom:4px;color:var(--muted);font-size:15px}.section-heading .text-link{margin-top:8px;color:var(--ink)}.model-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.model-card{padding:31px 34px;background:var(--soft);position:relative;overflow:hidden}.model-card--box{background:#f0f4f4}.model-card__head{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.model-card h3{font-size:99px;letter-spacing:-.08em;font-weight:500;margin-top:20px;line-height:.95}.model-card__image{display:block;margin-top:5px;height:270px}.model-card__image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .6s var(--ease)}.model-card:hover .model-card__image img{transform:scale(1.025)}.model-card__tagline{font-size:17px;letter-spacing:-.02em;margin:10px 0 25px}.model-card__specs{display:grid;grid-template-columns:1fr 1fr 50px;align-items:center;gap:12px;border-top:1px solid #d0d7cf;padding-top:24px}.model-card__specs strong{font-size:26px;letter-spacing:-.035em;font-weight:400;white-space:nowrap}.model-card__specs strong small{font-size:12px;letter-spacing:0}.model-card__specs div>span{display:block;font-size:10px;color:var(--muted);margin-top:4px}.immersive{position:relative;min-height:730px;overflow:hidden;color:white;background:var(--deep)}.immersive-image{position:absolute;inset:0}.immersive-image img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.immersive-shade{position:absolute;inset:0;background:linear-gradient(90deg,#081a14ad 0%,#081a1438 72%),linear-gradient(0deg,#081a14c9,transparent 85%)}.immersive-content{position:relative;padding-top:260px;padding-bottom:115px;z-index:2}.immersive-content h2{font-size:clamp(40px,5vw,75px);max-width:780px}.immersive-content>p:not(.eyebrow){max-width:470px;font-size:16px;color:#f1f4ef;margin-top:23px}.interior-story .immersive-image img{object-position:center 41%}.split-editorial{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.split-editorial h2{margin-bottom:28px}.split-editorial p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.75}.editorial-photo{position:relative;height:590px;overflow:hidden;background:#e7e9e5}.editorial-photo img{width:100%;height:100%;object-fit:cover}.photo-label{position:absolute;bottom:20px;left:24px;right:20px;color:#fff;font-size:9px;letter-spacing:.13em;text-shadow:0 1px 6px #000}.editorial-points{margin:27px 0 34px;border-top:1px solid var(--line)}.editorial-points span{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.box-story .editorial-photo{height:620px}.box-story .editorial-photo img{object-position:59% center}.electric-section{background:var(--soft)}.ownership-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.ownership-card{border-top:1px solid #aeb8af;padding:32px 0 0;position:relative}.ownership-card>.icon{width:33px;height:33px;color:var(--forest)}.ownership-card>.index{float:right;padding-top:6px;color:var(--muted)}.ownership-card h3{font-size:32px;margin:40px 0 22px}.ownership-card p{font-size:14px;color:var(--muted);max-width:310px;min-height:75px}.ownership-card .text-link{font-size:12px;margin-top:22px}.story-section{background:white}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.story-layout p:not(.eyebrow):not(.lead){font-size:15px;color:var(--muted)}.story-layout .text-link{margin-top:15px}.story-location{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);margin-top:38px;padding-top:26px}.story-location .icon{width:28px;height:28px}.story-location span{font-size:9px;letter-spacing:.1em;line-height:2.1}.story-location strong{font-size:15px;font-weight:400;letter-spacing:0}.closing-cta{background:var(--forest);color:white;padding:86px 0}.closing-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.closing-cta h2{font-size:clamp(38px,4.5vw,66px)}.closing-cta .eyebrow{color:#c2d2c6}.closing-cta__actions{display:flex;flex-direction:column;align-items:flex-start;gap:28px;flex-shrink:0}.closing-cta__actions .text-link{font-size:12px}
/* Model pages */
.product-hero{height:77svh;min-height:570px}.product-hero .hero-copy{bottom:100px}.product-hero .hero-copy h1{font-size:clamp(55px,6vw,94px)}.product-hero .hero-intro{font-size:19px}.page-box .product-hero .hero-poster{object-position:55% 35%}.product-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:41px 0}.product-stats>div{padding:0 32px;border-left:1px solid var(--line)}.product-stats>div:first-child{border:0;padding-left:0}.product-stats strong{font-size:44px;letter-spacing:-.04em;font-weight:400;display:block;line-height:1.2}.product-stats small{font-size:15px;letter-spacing:0}.product-stats span{font-size:11px;color:var(--muted);display:block;margin-top:9px}.product-nav{position:sticky;top:var(--header);z-index:50;background:rgba(255,255,255,.98);border-block:1px solid var(--line)}.product-nav>.shell{display:flex;align-items:center;gap:32px;height:66px}.product-nav__name{font-size:24px;letter-spacing:-.055em}.product-nav__links{display:flex;align-items:center;gap:25px;flex:1;margin-left:10px;overflow-x:auto;scrollbar-width:none;align-self:stretch}.product-nav__links a{display:flex;align-items:center;white-space:nowrap;font-size:11px;color:var(--muted);border-bottom:2px solid transparent}.product-nav__links a.is-active{color:var(--forest);border-bottom-color:var(--forest)}.product-nav__cta{font-size:11px;display:flex;gap:12px;align-items:center}.product-nav__cta .icon{width:15px}.exterior-grid{display:grid;grid-template-columns:1.08fr 1fr;grid-template-rows:270px 270px;gap:18px}.gallery-tile{position:relative;border:0;padding:0;overflow:hidden;background:#c5c9cc;text-align:left}.gallery-tile--0{grid-row:1/3}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.gallery-tile:hover img{transform:scale(1.035)}.gallery-tile>span{position:absolute;bottom:0;left:0;right:0;padding:55px 24px 24px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(transparent,#09150bc4);color:white;font-size:13px}.gallery-tile i{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #ffffff88;border-radius:50%;margin-left:12px}.gallery-tile .icon{width:16px;height:16px}.model-interior{min-height:760px}.model-interior .immersive-content{padding-top:330px}.model-interior .immersive-content>p{max-width:530px}.interior-stats{display:flex;gap:46px;margin-top:35px}.interior-stats strong{display:block;font-size:34px;font-weight:400;line-height:1.2}.interior-stats span{font-size:10px;display:block;margin-top:9px}.colour-section{background:var(--soft)}.colour-configurator{display:grid;grid-template-columns:1.4fr 1fr;gap:0;min-height:400px;background:white}.colour-stage{background:#d3d6d8;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 40px 45px;min-height:430px}.colour-wordmark{position:absolute;left:35px;right:25px;top:20px;font-size:100px;font-weight:600;letter-spacing:-.07em;color:#ffffff90;line-height:1;pointer-events:none}.colour-stage img{position:relative;width:95%;max-width:590px;max-height:320px;object-fit:contain;mix-blend-mode:multiply;transition:opacity .2s;z-index:1}.colour-controls{display:flex;flex-direction:column;justify-content:center;padding:50px}.colour-controls .eyebrow{margin-bottom:13px;color:var(--muted)}.colour-controls>p[data-colour-name]{font-size:25px;letter-spacing:-.03em;line-height:1.3;min-height:65px;max-width:330px}.swatches{display:flex;gap:13px;margin:10px 0 17px;flex-wrap:wrap}.swatch{border:1px solid transparent;border-radius:50%;padding:4px;width:36px;height:36px;background:none;transition:border-color .2s}.swatch span{display:block;width:100%;height:100%;background:var(--swatch);border-radius:50%;box-shadow:inset 0 0 0 1px #0002}.swatch.is-selected{border-color:var(--forest)}.colour-controls .fineprint{font-size:10px;max-width:340px}.space-photo img{object-fit:cover}.space-details{margin-top:30px}.space-details details{border-top:1px solid var(--line);padding:18px 0}.space-details details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}.space-details summary{display:flex;align-items:center;gap:17px}.space-details strong{font-size:28px;font-weight:400;letter-spacing:-.04em;min-width:105px}.space-details summary>span{font-size:12px;color:var(--muted)}.space-details .icon{margin-left:auto;width:15px;height:15px}details[open]>summary>.icon{transform:rotate(180deg)}.space-details details>p{padding-top:15px;margin:0;font-size:13px!important}.performance-section{padding:100px 0;background:var(--deep);color:white;overflow:hidden}.performance-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:85px;align-items:center}.performance-layout h2{font-size:clamp(38px,3.8vw,59px)}.performance-number{display:flex;align-items:baseline;gap:16px;margin-top:35px;line-height:1}.performance-number strong{font-size:142px;letter-spacing:-.08em;font-weight:400}.performance-number span{font-size:21px;color:var(--lime)}.performance-label{font-size:11px;letter-spacing:.04em;margin:10px 0 19px}.energy-line{height:3px;background:#ffffff20;max-width:370px;margin-bottom:26px}.energy-line>span{display:block;width:68%;height:100%;background:var(--lime)}.performance-layout p:not(.eyebrow):not(.performance-label){font-size:13px;color:#cedbd2;max-width:430px}.performance-layout .text-link{font-size:12px;margin-top:15px}.performance-photo{height:660px;position:relative;overflow:hidden}.performance-photo img{height:100%;width:100%;object-fit:cover}.performance-photo::after{content:"";position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#0006)}.performance-photo .photo-label{z-index:1}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.tech-grid article{border-top:1px solid #adb8ad;padding-top:27px}.tech-grid .icon{width:29px;height:29px;color:var(--forest);margin-bottom:38px}.tech-grid h3{font-size:25px;min-height:65px;margin-bottom:21px}.tech-grid p{font-size:13px;color:var(--muted);line-height:1.8}.specs-section{background:var(--soft)}.specs-intro{font-size:13px;color:var(--muted);max-width:800px;margin-top:-20px;margin-bottom:35px}.spec-accordions details{border-top:1px solid #afb8ae}.spec-accordions details:last-child{border-bottom:1px solid #afb8ae}.spec-accordions summary{font-size:25px;padding:24px 0;display:flex;align-items:center;justify-content:space-between;letter-spacing:-.03em}.spec-accordions .icon{width:18px}.spec-accordions table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:30px;text-align:left}.spec-accordions th,.spec-accordions td{padding:14px 16px;border-bottom:1px solid var(--line);font-weight:400;vertical-align:top}.spec-accordions th:first-child{width:40%;padding-left:0}.spec-accordions th{color:var(--muted)}.spec-accordions thead{font-size:10px;text-transform:uppercase;letter-spacing:.08em}.spec-accordions .source-col{font-size:11px;width:112px;color:var(--muted)}.spec-notes{padding:25px 0 0}.spec-notes p{font-size:11px;color:var(--muted);line-height:1.75;margin-bottom:13px}.specs-bottom{display:flex;gap:36px;flex-wrap:wrap;margin-top:25px}.specs-bottom .text-link{font-size:12px}
/* Interior pages and comparison */
.page-intro{padding-top:92px;padding-bottom:66px;border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(52px,6.8vw,102px);max-width:1120px;line-height:1.04}.page-intro>p:not(.eyebrow){max-width:560px;font-size:17px;color:var(--muted);margin-top:32px;margin-bottom:0}.compare-section{padding-top:65px}.compare-models{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:30px;align-items:center;margin-bottom:44px}.compare-models article{padding:20px;background:var(--soft);text-align:center}.compare-models img{width:100%;height:200px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:15px}.compare-models h2{font-size:55px}.compare-models p{font-size:12px;margin:12px 0 20px;color:var(--muted)}.compare-models .button{font-size:11px;min-height:43px;padding:12px 17px}.compare-label p{font-size:14px;color:var(--muted)}.comparison-scroll{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}.comparison-table td,.comparison-table th{padding:22px 20px;vertical-align:top;border-bottom:1px solid var(--line);font-weight:400;font-size:13px}.comparison-table thead th{background:var(--forest);color:white;font-size:14px;padding-block:18px}.comparison-table td{line-height:1.6}.comparison-table tbody th{color:var(--muted);width:31%;padding-left:0}.comparison-table tbody tr:nth-child(even){background:#f4f5f16b}.comparison-table tbody tr:nth-child(even) th{padding-left:12px}.notice{margin-top:35px;background:var(--soft);padding:29px 32px;border-left:3px solid var(--forest)}.notice strong{font-size:16px}.notice p{font-size:12px;color:var(--muted);line-height:1.75;margin:12px 0 0}.compare-downloads{display:flex;gap:30px;margin-top:30px}.numbered-steps{margin:27px 0 32px}.numbered-steps article{display:flex;gap:23px;padding:20px 0;border-top:1px solid var(--line)}.numbered-steps article>span{font-size:11px;color:var(--muted);padding-top:4px}.numbered-steps h3{font-size:22px;margin-bottom:12px}.numbered-steps p{font-size:13px!important;margin-bottom:0}.faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.faq-layout>div>p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:350px;margin-top:25px}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:23px 0;font-size:17px;line-height:1.4;display:flex;align-items:center;justify-content:space-between;gap:20px}.faq-list summary .icon{width:16px;height:16px}.faq-list details>p{font-size:13px;color:var(--muted);line-height:1.8;padding-bottom:24px;margin-bottom:0}.calculator-section{background:var(--soft)}.calculator{display:grid;grid-template-columns:1.1fr 1fr;background:white}.calculator-inputs{padding:48px}.calculator-inputs h3{margin-bottom:34px}.calculator-inputs .button{margin-top:25px}.calculator-results{background:var(--forest);color:white;padding:48px;display:flex;flex-direction:column}.calculator-results .eyebrow{color:var(--lime);font-size:10px}.calculator-results h3{font-size:36px;line-height:1.15;max-width:360px}.calculator-results .calc-placeholder{margin-top:45px;font-size:15px;color:#d8e4dc;max-width:300px}.calculator-results .fineprint{color:#d6e2d8;margin-top:auto;padding-top:35px;font-size:10px}.cost-results{margin-top:35px}.cost-results>div{padding:17px 0;border-top:1px solid #ffffff3b}.cost-results span{font-size:11px;display:block;color:#dce6df}.cost-results strong{font-size:25px;font-weight:400;letter-spacing:-.02em;display:block;margin-top:6px}.cost-results .cost-difference strong{font-size:36px;color:var(--lime)}.cost-results>p{font-size:11px;margin-top:16px;margin-bottom:0}
/* Forms and contact */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 22px}.form-grid label{display:flex;flex-direction:column;font-size:12px;font-weight:500;color:var(--ink);line-height:1.4}.form-grid label>span{font-size:10px;color:var(--muted);font-weight:400;margin-top:5px;margin-bottom:10px;min-height:14px}.full-width{grid-column:1/-1}input:not([type=checkbox]):not([type=hidden]),select,textarea{width:100%;border:1px solid #bbc4bb;border-radius:1px;background:white;color:var(--ink);min-height:49px;padding:13px 14px;box-shadow:none;font-size:14px;line-height:1.4}input::placeholder,textarea::placeholder{color:#657168;opacity:1}textarea{resize:vertical;min-height:118px}.consent{display:flex;gap:12px;font-size:11px;line-height:1.7;color:var(--muted);margin:28px 0}.consent input{appearance:auto;accent-color:var(--forest);width:17px;height:17px;flex:0 0 17px;margin-top:3px}.consent a{text-decoration:underline;text-underline-offset:3px}.enquiry-form .button{min-width:230px}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-status{font-size:13px;padding:18px 20px;background:#edf3e7;color:var(--forest);border:1px solid #bfd2b7;line-height:1.7;margin:24px 0}.form-status a{display:inline-flex;margin-top:12px}.contact-section{padding-top:65px}.contact-layout{display:grid;grid-template-columns:1.25fr .8fr;gap:90px;align-items:start}.contact-form-panel h2{font-size:44px;margin-bottom:35px}.contact-form-panel>.eyebrow{font-size:10px}.location-panel{padding:33px;background:var(--forest);color:white;overflow:hidden}.location-panel>.eyebrow{color:#d2dfd5;font-size:9px}.location-art{position:relative;height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;margin:-20px -33px 10px}.location-orbit{position:absolute;width:240px;height:240px;border:1px solid #d3eda421;border-radius:50%;left:calc(50% - 120px);top:0}.location-orbit::before,.location-orbit::after{content:"";position:absolute;inset:30px;border:1px solid #d3eda43b;border-radius:50%}.location-orbit::after{inset:65px}.location-art .icon{width:35px;height:35px;position:relative;color:var(--lime)}.location-art strong{font-size:44px;line-height:1;letter-spacing:-.05em;position:relative;font-weight:400;margin-top:15px;background:var(--forest);padding:4px 12px}.location-panel h3{font-size:24px;margin-bottom:13px}.location-panel p{font-size:13px;max-width:320px;color:#e2eae5}.location-panel .text-link{font-size:11px}.location-panel .fineprint{font-size:10px;color:#d1dfd5}.contact-direct{padding:33px 0}.contact-direct h3{font-size:23px;margin-bottom:15px}.contact-direct>a{display:flex;gap:15px;align-items:center;padding:19px 0;border-bottom:1px solid var(--line);font-size:14px;overflow-wrap:anywhere}.contact-direct .icon{width:19px;height:19px;color:var(--muted)}.contact-direct small{display:block;font-size:9px;letter-spacing:.1em;color:var(--muted);margin-bottom:4px}.contact-direct>a:last-child{padding-left:34px}.warranty-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.warranty-grid article{padding:42px;background:var(--soft)}.warranty-grid article>strong{font-size:140px;line-height:1;display:flex;align-items:baseline;gap:16px;font-weight:400;letter-spacing:-.055em;margin:15px 0 22px}.warranty-grid article>strong>span{font-size:28px;letter-spacing:-.02em}.warranty-grid p{font-size:13px;color:var(--muted);max-width:430px;margin-bottom:0}.support-section{padding-bottom:50px}.support-detail-section .text-link{margin-top:30px}.about-hero{position:relative;overflow:hidden;background:var(--forest);color:white;padding:105px 0 130px}.about-hero h1{position:relative;z-index:1}.about-hero p:not(.eyebrow){font-size:16px;color:#d4e1d7;margin-top:35px}.about-hero-word{position:absolute;right:-22px;bottom:-52px;line-height:1;font-size:clamp(130px,25vw,430px);font-weight:600;letter-spacing:-.06em;color:#ffffff06;pointer-events:none}.timeline-section{padding-top:20px}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.timeline article{border-top:1px solid #aab9ac;padding-top:30px}.timeline article>span{font-size:68px;font-weight:400;letter-spacing:-.055em;line-height:1.15;color:var(--forest)}.timeline h2{font-size:28px;margin:32px 0 18px;letter-spacing:-.04em}.timeline p{font-size:13px;color:var(--muted);min-height:70px}.timeline .text-link{font-size:11px}.about-film{min-height:700px}.about-film .immersive-content{padding-top:220px}.legal-copy{max-width:870px;padding-right:80px}.legal-copy h2{font-size:30px;margin:43px 0 19px;letter-spacing:-.035em}.legal-copy h2:first-child{margin-top:0}.legal-copy p{font-size:15px;color:var(--muted)}.legal-copy a{text-decoration:underline}
/* Footer and overlays */
.site-footer{padding:76px 0 25px;background:#101e18;color:#e3e8e3}.footer-top{display:grid;grid-template-columns:1.15fr .65fr .8fr 1.2fr;gap:45px}.footer-wordmark{display:inline-block;font-size:38px;line-height:1;font-weight:600;letter-spacing:-.06em;margin-bottom:25px}.footer-wordmark>span{display:block;font-size:8px;letter-spacing:.35em;font-weight:400;margin-top:9px}.footer-top h2{font-size:12px;font-weight:500;letter-spacing:0;margin-bottom:26px}.footer-top>div>a:not(.footer-wordmark){display:block;font-size:12px;color:#c4d1c8;margin-bottom:13px}.footer-top>div>a:not(.footer-wordmark):hover{text-decoration:underline}.footer-top p{font-size:11px;color:#aebfb2;line-height:1.8}.footer-top .footer-location{margin-top:23px;font-size:11px}.footer-contact a{overflow-wrap:anywhere}.footer-contact .icon{width:13px;height:13px;margin-left:5px}.footer-contact small{font-size:10px;color:#aebfb2;line-height:1.6;display:block}.footer-disclaimer{border-top:1px solid #ffffff1f;margin-top:49px;padding-top:25px;font-size:10px;color:#aebfb2;line-height:1.85}.footer-bottom{display:flex;align-items:center;gap:30px;font-size:10px;color:#aebfb2;margin-top:32px}.footer-bottom .back-top{margin-left:auto;display:flex;align-items:center;gap:14px}.footer-bottom .icon{width:15px;height:15px}.mobile-dock{display:none}.media-dialog,.gallery-dialog{width:min(1180px,94vw);max-height:94svh;border:0;padding:22px 25px;background:#10231b;color:white;box-shadow:0 25px 150px #0009;overflow:auto}.media-dialog::backdrop,.gallery-dialog::backdrop{background:#00140fdd;backdrop-filter:blur(8px)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:20px}.dialog-heading h2{font-size:26px;letter-spacing:-.03em}.dialog-heading .eyebrow{display:block;font-size:9px;margin-bottom:7px;color:#d3dfd6}.dialog-heading .icon-button{color:white;border-color:#ffffff50;flex-shrink:0}.media-dialog video{width:100%;max-height:68svh;background:#000;object-fit:contain}.media-dialog>p{font-size:10px;margin-top:15px;color:#d3dfd6;max-width:900px;margin-bottom:0}.gallery-dialog>img{width:100%;height:70svh;object-fit:contain;background:#0d1b15}.gallery-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:15px}.gallery-bottom>p{font-size:12px;line-height:1.6;margin:0;text-align:center}.gallery-bottom .icon-button{border-color:#ffffff50;flex-shrink:0}.motion-ready [data-reveal]{opacity:0;transform:translateY(23px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.motion-ready [data-reveal].is-visible{opacity:1;transform:none}
/* Tablet */
@media(min-width:1650px){.hero-copy h1,.hero-copy h2{font-size:110px}.hero-copy{bottom:185px}.hero-intro{font-size:18px}.home-hero{min-height:760px}}
@media(max-width:1250px){:root{--gutter:38px}.site-header{padding-inline:28px;gap:20px}.brand img{width:207px}.desktop-nav{gap:21px}.header-actions{gap:16px}.header-location span{display:none}.section-heading{gap:45px}.split-editorial,.story-layout{gap:60px}.performance-layout{gap:50px}.tech-grid{gap:24px}.tech-grid h3{font-size:22px}.contact-layout{gap:60px}.footer-top{gap:25px}.product-nav__links{gap:20px}.product-nav>.shell{gap:20px}.model-card{padding:28px}.colour-controls{padding:35px}.calculator-inputs,.calculator-results{padding:35px}}
@media(max-width:1050px){:root{--header:78px;--gutter:30px}.desktop-nav{display:none}.menu-toggle{display:inline-flex}.header-location span{display:block}.brand img{width:214px;height:52px}.site-header{padding-inline:25px}.mobile-menu{display:block;position:fixed;top:var(--header);left:0;right:0;height:calc(100dvh - var(--header));background:var(--forest);color:white;z-index:99;padding:32px var(--gutter);overflow:auto}.mobile-menu nav{display:flex;flex-direction:column}.mobile-menu nav>a{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #ffffff30;font-size:25px;letter-spacing:-.03em}.mobile-menu p{font-size:11px;color:#d3e0d7;margin:28px 0 12px}.mobile-menu>a{font-size:16px}.hero-copy h1,.hero-copy h2{font-size:75px}.scroll-cue{transform:none;font-size:8px}.section{padding:85px 0}.model-card h3{font-size:82px}.model-card__image{height:230px}.model-card__specs strong{font-size:23px}.model-card__specs .round-link{width:43px;height:43px}.model-card__specs{grid-template-columns:1fr 1fr 43px;gap:7px}.immersive{min-height:670px}.immersive-content{padding-top:230px}.split-editorial{gap:40px}.editorial-photo,.box-story .editorial-photo{height:550px}.section-heading>p,.section-heading>div+div{flex-basis:300px}.ownership-cards{gap:25px}.ownership-card h3{font-size:29px}.story-layout{gap:50px}.product-nav__cta{display:none}.product-nav__links{gap:22px}.product-nav__name{font-size:20px}.product-stats strong{font-size:35px}.product-stats>div{padding-inline:20px}.exterior-grid{grid-template-rows:230px 230px}.colour-configurator{grid-template-columns:1.2fr 1fr}.colour-stage{padding:55px 15px 20px;min-height:390px}.colour-controls{padding:30px}.colour-controls>p[data-colour-name]{font-size:22px}.swatches{gap:8px}.performance-layout{gap:38px}.performance-photo{height:590px}.performance-number strong{font-size:115px}.tech-grid{grid-template-columns:1fr 1fr;gap:35px 45px}.tech-grid h3{min-height:0;font-size:25px}.tech-grid .icon{margin-bottom:25px}.tech-grid p{max-width:380px}.faq-layout{gap:55px}.contact-layout{gap:40px}.contact-form-panel h2{font-size:39px}.location-panel{padding:25px}.location-art{margin-inline:-25px}.contact-direct>a{font-size:12px}.footer-top{grid-template-columns:1fr .7fr .8fr 1fr;gap:23px}.footer-top>div>a:not(.footer-wordmark){font-size:11px}.footer-top h2{font-size:11px}.footer-wordmark{font-size:32px}.closing-cta h2{font-size:48px}.page-intro{padding-top:75px}.compare-models img{height:155px}.compare-models{gap:20px}}
/* Mobile */
@media(max-width:760px){:root{--header:72px;--gutter:22px}html{scroll-padding-top:135px}body{font-size:15px}.site-header{padding-inline:17px;gap:10px}.brand img{width:194px;height:46px}.header-actions{gap:9px}.header-actions>.button,.header-location{display:none}.menu-toggle{width:40px;height:40px}.section{padding:68px 0}h2{font-size:43px;letter-spacing:-.055em}.eyebrow{font-size:9px;margin-bottom:20px}.eyebrow-line{width:19px;margin-inline:5px}.hero{min-height:660px;height:calc(100svh - var(--header))}.hero-copy{bottom:185px}.hero-copy h1,.hero-copy h2{font-size:clamp(44px,12.1vw,73px);line-height:1.035;letter-spacing:-.065em}.hero-copy .eyebrow{font-size:8px;letter-spacing:.11em;margin-bottom:21px}.hero-intro{max-width:340px;font-size:13px;line-height:1.6;margin-top:21px}.hero-copy .button-row{gap:10px;margin-top:24px}.button{min-height:49px;font-size:11px;padding:13px 18px;gap:20px}.hero-copy .button{font-size:10px;padding:13px 15px;gap:13px}.hero-copy .button .icon{width:16px;height:16px}.hero-footer{bottom:87px}.hero-tabs{gap:20px}.hero-tabs button{width:95px;font-size:11px;gap:10px}.hero-tabs button span{font-size:8px}.scroll-cue{display:none}.video-toggle{padding:0}.video-toggle>span{display:none}.hero-image-note{left:22px;right:22px;bottom:59px;font-size:8px;line-height:1.4}.hero-poster,.hero-video{object-position:52% center}.hero-shade{background:linear-gradient(0deg,#081812eb 0%,#08181280 50%,#08181205 95%)}.brand-strap{padding:20px 0}.brand-strap .shell{justify-content:space-between;gap:14px}.brand-strap span{font-size:8px;letter-spacing:.14em}.brand-strap .brand-strap__end{display:none}.section-heading{display:block;margin-bottom:35px}.section-heading h2{max-width:580px}.section-heading>p,.section-heading>div+div{max-width:430px;margin-top:24px;font-size:13px}.section-heading .text-link{font-size:12px}.model-cards{grid-template-columns:1fr;gap:18px}.model-card{padding:27px}.model-card__head{font-size:10px}.model-card h3{font-size:87px;margin-top:18px}.model-card__image{height:234px;margin-top:-7px}.model-card__tagline{font-size:16px;margin:12px 0 21px}.model-card__specs{padding-top:21px}.model-card__specs strong{font-size:25px}.model-card__specs div>span{font-size:9px}.fineprint{font-size:10px;line-height:1.75}.immersive{min-height:620px}.immersive-image img{object-position:55% center}.immersive-content{padding-top:220px;padding-bottom:90px}.immersive-content h2{font-size:48px}.immersive-content>p:not(.eyebrow){font-size:13px;max-width:330px}.immersive-content .button-row{gap:10px;margin-top:24px}.immersive-content .button{font-size:10px;padding:13px 16px;gap:14px}.image-caption{font-size:8px;bottom:20px;left:22px;right:22px;line-height:1.5}.split-editorial,.story-layout{grid-template-columns:1fr;gap:36px}.split-editorial h2{margin-bottom:23px}.split-editorial p:not(.eyebrow){font-size:13px}.editorial-photo,.box-story .editorial-photo{height:470px}.editorial-points{margin:22px 0 27px}.editorial-points span{font-size:11px}.box-story .editorial-photo{grid-row:2}.ownership-cards{grid-template-columns:1fr;gap:32px}.ownership-card{padding-top:23px;display:grid;grid-template-columns:42px 1fr;gap:0 18px}.ownership-card>.icon{width:28px;height:28px;grid-row:1/4;margin-top:5px}.ownership-card>.index{position:absolute;right:0;top:25px;font-size:10px}.ownership-card h3{font-size:30px;grid-column:2;margin:0 0 17px}.ownership-card p{min-height:0;grid-column:2;font-size:13px;max-width:360px;margin-bottom:0}.ownership-card .text-link{grid-column:2;font-size:11px;justify-self:start;margin-top:20px}.story-layout .lead{font-size:25px}.story-layout p:not(.eyebrow):not(.lead){font-size:13px}.story-location{margin-top:30px}.closing-cta{padding:63px 0}.closing-cta__inner{display:block}.closing-cta h2{font-size:43px}.closing-cta__actions{margin-top:30px;gap:22px}.closing-cta__actions .text-link{font-size:11px}.site-footer{padding-top:55px;padding-bottom:93px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 24px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child{grid-column:1/-1;border-top:1px solid #ffffff1f;padding-top:28px}.footer-wordmark{font-size:37px;margin-bottom:20px}.footer-top p{margin-bottom:12px}.footer-top .footer-location{margin-top:10px}.footer-top h2{font-size:12px;margin-bottom:22px}.footer-top>div>a:not(.footer-wordmark){font-size:12px;margin-bottom:11px}.footer-contact p{max-width:340px}.footer-disclaimer{margin-top:30px;font-size:9px}.footer-bottom{gap:18px;font-size:9px;flex-wrap:wrap}.footer-bottom .back-top{gap:5px}.mobile-dock{position:fixed;left:0;right:0;bottom:0;z-index:80;display:flex;background:white;border-top:1px solid #d2dcd3;box-shadow:0 -5px 30px #10231b10;padding:10px 14px calc(10px + env(safe-area-inset-bottom));gap:10px}.mobile-dock>a:first-child{background:var(--forest);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:12px 17px;min-height:43px;font-size:12px;flex:1}.mobile-dock>a:last-child{display:flex;align-items:center;justify-content:center;min-width:47px;background:var(--soft);border:1px solid var(--line)}.mobile-dock .icon{width:18px;height:18px}.product-hero{height:75svh;min-height:530px}.product-hero .hero-copy{bottom:77px}.product-hero .hero-copy h1{font-size:clamp(45px,12vw,70px)}.product-hero .hero-intro{font-size:15px}.product-hero .image-caption{bottom:20px}.product-stats{grid-template-columns:1fr 1fr;gap:24px 15px;padding-block:30px}.product-stats>div{padding:0 0 0 16px}.product-stats>div:nth-child(odd){border:0;padding-left:0}.product-stats strong{font-size:35px}.product-stats small{font-size:12px}.product-stats span{font-size:9px}.product-nav>.shell{height:57px;gap:18px;width:calc(100% - 32px)}.product-nav__name{font-size:19px}.product-nav__links{gap:19px;margin-left:0;scroll-padding-inline:12px}.product-nav__links a{font-size:10px;flex-shrink:0}.exterior-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px;gap:10px}.gallery-tile--0{grid-row:1;grid-column:1/-1}.gallery-tile--1{grid-row:2;grid-column:1}.gallery-tile--2{grid-row:2;grid-column:2}.gallery-tile>span{font-size:10px;padding:45px 13px 13px;gap:7px;line-height:1.4}.gallery-tile i{width:25px;height:25px;flex-shrink:0;margin-left:0}.gallery-tile .icon{width:13px;height:13px}.model-interior{min-height:680px}.model-interior .immersive-content{padding-top:265px;padding-bottom:80px}.model-interior .immersive-content h2{font-size:46px}.interior-stats{gap:25px;margin-top:29px}.interior-stats strong{font-size:29px}.interior-stats span{font-size:8px;max-width:95px}.colour-configurator{grid-template-columns:1fr}.colour-stage{min-height:310px;padding:62px 20px 20px}.colour-wordmark{font-size:83px;left:25px;top:15px}.colour-stage img{width:95%;max-height:240px}.colour-controls{padding:30px 25px}.colour-controls>p[data-colour-name]{font-size:23px;min-height:0;margin-bottom:20px}.swatches{gap:15px;margin:0 0 7px}.swatch{width:34px;height:34px}.colour-controls .fineprint{margin-top:19px;font-size:9px}.space-section .editorial-photo{height:390px;grid-row:2}.space-details strong{font-size:26px;min-width:99px}.space-details summary>span{font-size:11px}.performance-section{padding:67px 0}.performance-layout{grid-template-columns:1fr;gap:40px}.performance-layout h2{font-size:43px}.performance-number{margin-top:32px}.performance-number strong{font-size:123px}.performance-number span{font-size:20px}.performance-photo{height:420px}.performance-layout p:not(.eyebrow):not(.performance-label){font-size:12px}.performance-layout .text-link{font-size:11px}.tech-grid{grid-template-columns:1fr 1fr;gap:25px 21px}.tech-grid article{padding-top:22px}.tech-grid .icon{width:25px;height:25px;margin-bottom:20px}.tech-grid h3{font-size:22px;margin-bottom:16px;line-height:1.14;min-height:49px}.tech-grid p{font-size:11px;line-height:1.8}.specs-section .section-heading>.button{margin-top:28px}.specs-intro{font-size:11px;margin-top:0}.spec-accordions summary{font-size:21px;padding:22px 0}.spec-accordions table{font-size:11px}.spec-accordions th,.spec-accordions td{padding:12px 10px;line-height:1.6;overflow-wrap:anywhere}.spec-accordions .source-col{display:none}.spec-accordions thead{font-size:9px}.spec-accordions th:first-child{width:42%}.spec-notes p{font-size:10px}.specs-bottom{gap:25px;margin-top:20px}.specs-bottom .text-link{font-size:11px}.page-intro{padding-top:60px;padding-bottom:46px}.page-intro h1{font-size:clamp(46px,12vw,75px);line-height:1.045}.page-intro>p:not(.eyebrow){font-size:14px;margin-top:26px}.compare-section{padding-top:36px}.compare-label{display:none}.compare-models{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.compare-models article{padding:16px 10px 20px}.compare-models img{height:120px;margin-bottom:16px}.compare-models h2{font-size:39px}.compare-models p{font-size:10px;min-height:30px;margin:10px 0 13px}.compare-models .button{padding:11px 12px;font-size:10px;gap:8px;min-height:41px}.compare-models .button .icon{width:13px;height:13px}.comparison-table{min-width:650px}.comparison-table th,.comparison-table td{font-size:12px;padding:17px}.comparison-table thead th{font-size:12px}.notice{padding:22px;margin-top:28px}.notice strong{font-size:14px}.notice p{font-size:11px}.compare-downloads{gap:20px}.compare-downloads .text-link{font-size:11px}.numbered-steps{margin-top:20px}.numbered-steps h3{font-size:21px}.numbered-steps p{font-size:12px!important}.page-ownership .split-editorial>.editorial-photo{height:390px;grid-row:2}.calculator{grid-template-columns:1fr}.calculator-inputs,.calculator-results{padding:28px 23px}.calculator-inputs h3{font-size:25px;margin-bottom:28px}.calculator-results{min-height:395px}.calculator-results h3{font-size:34px}.calculator-results .calc-placeholder{margin-top:30px}.calculator-results .fineprint{padding-top:28px}.calculator-inputs .fineprint{font-size:9px}.form-grid{gap:21px 16px}.form-grid label{font-size:11px}.form-grid label>span{font-size:9px;margin-top:5px;min-height:15px}input:not([type=checkbox]):not([type=hidden]),select,textarea{font-size:16px;padding:12px;min-height:47px}input::placeholder,textarea::placeholder{font-size:13px}.faq-layout{grid-template-columns:1fr;gap:32px}.faq-layout>div>p:not(.eyebrow){font-size:13px}.faq-list summary{font-size:15px;padding:21px 0}.faq-list details>p{font-size:12px}.contact-section{padding-top:40px}.contact-layout{grid-template-columns:1fr;gap:38px}.contact-form-panel h2{font-size:37px;margin-bottom:31px}.contact-form-panel .form-grid{grid-template-columns:1fr}.contact-form-panel .form-grid label>span{min-height:0}.consent{font-size:10px;margin:23px 0}.contact-aside{display:grid;grid-template-columns:1fr;gap:0}.location-panel{padding:29px}.location-art{height:210px}.contact-direct{padding-top:31px;padding-bottom:0}.contact-direct>a{font-size:14px}.contact-direct h3{font-size:25px}.warranty-grid{grid-template-columns:1fr;gap:16px}.warranty-grid article{padding:29px}.warranty-grid article>strong{font-size:118px}.warranty-grid article>strong>span{font-size:26px}.warranty-grid p{font-size:12px}.support-section{padding-bottom:0}.support-detail-section .editorial-photo{height:370px;grid-row:2}.about-hero{padding:75px 0 95px}.about-hero h1{font-size:68px}.about-hero p:not(.eyebrow){font-size:13px;margin-top:27px}.about-hero-word{bottom:-15px;font-size:110px;right:-5px}.timeline{grid-template-columns:1fr;gap:30px}.timeline article{padding-top:25px}.timeline article>span{font-size:60px}.timeline h2{font-size:27px;margin:24px 0 16px}.timeline p{min-height:0;font-size:12px;max-width:350px}.timeline-section{padding-top:0}.about-film{min-height:620px}.about-film .immersive-content{padding-top:230px}.legal-copy{padding-right:0}.legal-copy h2{font-size:27px;margin-top:35px}.legal-copy p{font-size:13px}.media-dialog,.gallery-dialog{padding:17px;width:calc(100vw - 20px);max-height:90svh}.dialog-heading h2{font-size:21px}.dialog-heading .eyebrow{font-size:8px}.dialog-heading{margin-bottom:17px;gap:15px}.dialog-heading .icon-button{width:36px;height:36px}.media-dialog video{max-height:65svh}.media-dialog>p{font-size:9px}.gallery-dialog>img{height:60svh}.gallery-bottom{gap:13px}.gallery-bottom>p{font-size:10px}.gallery-bottom .icon-button{width:34px;height:34px}}
@media(max-width:375px){:root{--gutter:18px}.brand img{width:184px}.hero-copy h1,.hero-copy h2{font-size:44px}.hero-copy .button{padding:13px 12px;font-size:9px;gap:9px}.hero-copy .eyebrow{font-size:7px}.hero-tabs button{width:83px}.model-card{padding:23px}.model-card__image{height:210px}.model-card__specs strong{font-size:23px}.swatches{gap:11px}.tech-grid{grid-template-columns:1fr}.tech-grid h3{min-height:0}.tech-grid p{font-size:12px}.calculator-inputs .form-grid{grid-template-columns:1fr}.compare-models img{height:97px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.motion-ready [data-reveal]{opacity:1;transform:none}.hero-video{transition:none}}
@media print{body{padding-top:0}.site-header,.site-footer,.mobile-dock,.hero,.product-nav,.closing-cta,dialog,.button{display:none!important}.section{padding:20px 0}.shell{width:100%}details{display:block}details>*{display:block}.source-col{display:table-cell!important}.motion-ready [data-reveal]{opacity:1;transform:none}.spec-accordions table{font-size:10px}a{color:#000}h1,h2{font-size:30px}}
