:root{--ink:#0b1214;--dark:#111e20;--paper:#f1f2ed;--white:#fff;--gold:#d6b475;--gold-light:#ecd5a6;--teal:#83c8bf;--text:#253434;--muted:#586666;--line:#dbe1da;--radius:4px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:var(--text);background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{max-width:100%;display:block}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #32968b;outline-offset:5px}
[hidden]{display:none!important}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-weight:500;line-height:1.12;letter-spacing:-.04em;color:var(--ink)}
h1{font-size:clamp(46px,5.1vw,76px)}
h2{font-size:clamp(34px,3.3vw,49px)}
h3{font-size:24px;line-height:1.2}
p{margin-top:16px}
em{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.container{width:min(1248px,calc(100% - 80px));margin-inline:auto}
.section{padding-block:100px}
.paper{background:var(--paper)}
.white{background:var(--white)}
.dark{background:var(--ink);color:#bacac7}
.dark h1,.dark h2,.dark h3{color:#f4f1e7}
.dark em{color:var(--gold-light)}
.eyebrow{margin:0 0 22px;font-size:12px;font-weight:600;line-height:1.5;letter-spacing:.17em;text-transform:uppercase;color:#716046}
.lede{font-size:21px;line-height:1.6;letter-spacing:-.015em;color:#3f5351}
.micro{margin:0;font-size:12px;line-height:1.6;letter-spacing:.1em;text-transform:uppercase}
.small-note{font-size:13px;color:var(--muted);line-height:1.6}
.actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px 26px;margin-top:30px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:52px;padding:13px 22px;border:1px solid transparent;border-radius:var(--radius);font-size:14px;font-weight:600;line-height:1.5;letter-spacing:0;transition:background .2s,transform .2s,border-color .2s}
.button span{font-size:20px;line-height:1;font-weight:400}
.button-gold,.button-small{background:var(--gold);color:var(--ink)}
.button-gold:hover,.button-small:hover{background:var(--gold-light);transform:translateY(-2px)}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:#274440;transform:translateY(-2px)}
.button-outline{border-color:#9daea8;background:transparent;color:var(--ink)}
.button-outline:hover{background:#e5eae4}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;padding-block:8px;border-bottom:1px solid #acb8b0;font-size:14px;line-height:1.5;font-weight:600}
.text-link:hover{color:#227b71;border-color:#227b71}
.text-link span{font-size:21px;line-height:1}
.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--teal);margin-right:9px}
.skip-link{position:fixed;left:16px;top:-120px;background:var(--gold);padding:14px;z-index:100}
.skip-link:focus{top:16px}
.topline{background:#080e10;color:#c7d0cb;border-bottom:1px solid #2b3735;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.topline .container{display:flex;justify-content:space-between;align-items:center;min-height:34px}
.topline a{font-size:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(11,18,20,.98);border-bottom:1px solid #273b36}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:87px}
.brand{display:block;flex-shrink:0}
.brand img{width:170px;height:auto}
.desktop-nav{display:flex;align-items:center;gap:24px}
.desktop-nav a{color:#c4ceca;font-size:12px;line-height:1.5;white-space:nowrap;padding-block:18px}
.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--gold-light)}
.button-small{padding:11px 16px;min-height:44px;font-size:12px;gap:16px}
.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:6px;width:46px;height:46px;border:1px solid #3d5350;border-radius:3px;background:transparent;color:#fff;padding:12px}
.menu-toggle span{height:1px;width:20px;background:var(--gold-light);transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-nav{background:var(--ink);padding:12px 28px 28px;border-top:1px solid #314540;max-height:calc(100dvh - 85px);overflow:auto}
.mobile-nav a{display:flex;justify-content:space-between;padding:14px 0;color:#e4e8dd;border-bottom:1px solid #2b3d38;font-size:16px}
.mobile-nav a[aria-current]{color:var(--gold-light)}
.hero{background:var(--ink);color:#aabeba;padding:62px 0 70px}
.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:72px;align-items:center}
.hero-copy .eyebrow{color:var(--teal)}
.hero h1{color:#f4f1e9;max-width:670px;font-size:clamp(48px,5.4vw,78px);line-height:1.04;letter-spacing:-.055em}
.hero h1 em{color:var(--gold-light)}
.hero-lede{font-size:22px;color:#e0e8de;line-height:1.5;margin-top:25px;letter-spacing:-.02em}
.hero-copy>p:not(.eyebrow):not(.hero-lede):not(.hero-footnote){max-width:500px;font-size:16px;line-height:1.7}
.hero .text-link{color:#d9e3d8;border-color:#5e7169}
.hero-footnote{font-size:12px!important;color:#9fb4ac;margin-top:34px;line-height:1.7}
.hero-stage{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:600px;background:radial-gradient(ellipse at 54% 32%,#f8f8ee 0,#dfe7df 45%,#b9d0c7 100%);overflow:hidden;border-radius:110px 4px 4px 4px;color:var(--ink);isolation:isolate}
.stage-top{position:relative;z-index:3;display:flex;justify-content:space-between;padding:34px 32px 0 50px;gap:18px;font-size:10px;letter-spacing:.14em}
.stage-orbit{position:absolute;width:580px;height:580px;border:1px solid rgba(65,98,84,.17);border-radius:50%;top:28px;left:50%;transform:translateX(-50%)}
.stage-orbit:after{content:"";position:absolute;inset:55px;border:1px solid rgba(65,98,84,.15);border-radius:50%}
.stage-type{position:absolute;top:90px;left:50%;transform:translateX(-50%);font-size:150px;font-weight:300;letter-spacing:-.08em;color:rgba(92,126,108,.15);line-height:1}
.hero-device{height:405px;width:auto;max-width:75%;object-fit:contain;margin:auto;position:relative;z-index:2;filter:drop-shadow(18px 25px 15px rgba(26,45,36,.2));transition:transform .6s}
.hero-stage:hover .hero-device{transform:translateY(-5px)}
.stage-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 30px 30px;background:linear-gradient(transparent,rgba(237,243,230,.6));position:relative;z-index:2;gap:20px}
.stage-bottom .micro{font-size:10px}
.stage-bottom h2{font-size:29px;margin-top:7px;line-height:1.15}
.circle-arrow{width:48px;height:48px;flex-shrink:0;display:grid;place-items:center;border:1px solid #52756a;border-radius:50%;font-size:25px}
.signal-strip{background:var(--gold);color:#203129}
.signal-strip .container{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:66px}
.signal-strip a{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.signal-strip a:hover{text-decoration:underline}
.signal-strip span{font-size:18px;font-weight:400;opacity:.6}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.about-split .lede{margin-top:0}
.about-split .text-link{margin-top:20px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:44px}
.section-head>div{max-width:640px}
.section-head>p{max-width:300px;flex:1;line-height:1.7;color:var(--muted)}
.section-head>.text-link{flex-shrink:0}
.section-head .eyebrow{margin-bottom:15px}
.device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 26px}
.device-card{min-width:0;background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .3s,border-color .3s}
.device-card:hover{border-color:#a8bab1;box-shadow:0 13px 25px -20px #234a3e}
.device-card-art{display:flex;align-items:center;justify-content:center;position:relative;height:315px;background:#f4f5f0;border-bottom:1px solid #e6e9e0;overflow:hidden}
.device-card-art img{height:235px;width:80%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s;margin-top:2px}
.device-card:hover .device-card-art img{transform:scale(1.035)}
.device-brand{position:absolute;left:24px;top:18px;z-index:2;font-size:10px;font-weight:600;letter-spacing:.1em}
.device-art-tag{position:absolute;bottom:15px;left:24px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#577264}
.device-card-copy{display:flex;flex-direction:column;flex:1;padding:27px}
.device-card-copy .micro{font-size:10px;color:#6d786e;margin-bottom:8px}
.device-card h3{font-size:26px}
.device-card h3 a:hover{color:#267c71}
.device-card-copy>p:not(.micro){font-size:14px;line-height:1.7;color:#5b6b64;margin:14px 0 24px}
.device-card .text-link{margin-top:auto;align-self:flex-start}
.body-feature{margin-top:44px;padding:34px;display:grid;grid-template-columns:1.06fr 1fr 1fr;gap:32px;border:1px solid #bfcec2;background:#e6eee5}
.body-feature-intro{padding-right:15px}
.body-feature-intro .eyebrow{margin-bottom:13px}
.body-feature-intro h3{font-size:27px}
.body-feature-intro p{font-size:14px;color:#53695d}
.body-feature-link{display:flex;align-items:center;gap:23px;border-left:1px solid #b8c9bf;padding-left:30px}
.body-feature-number{font-family:Georgia,serif;font-size:105px;line-height:1;color:#87a798}
.body-feature-image{flex:0 0 90px;width:90px;height:185px;object-fit:contain;mix-blend-mode:multiply}
.body-feature-image[src$="/cool-shaping-2.webp"]{height:160px;object-fit:cover;object-position:45% center}
.body-feature-link>div{min-width:0}
.body-feature-link .micro{font-size:10px;color:#596e62}
.body-feature-link h3{margin-top:8px;font-size:24px}
.body-feature-link .text-link{margin-top:12px}
.longevity-grid{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:100px}
.longevity-grid .eyebrow{color:#779f93}
.longevity-grid .lede{color:#dbddd1}
.longevity-art{position:relative;min-height:480px;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 40%,#dbe5d6 0,#9aafa0 62%,#6c8b7e 100%);border-radius:4px 120px 4px 4px;overflow:hidden;isolation:isolate}
.longevity-art img{height:390px;width:auto;object-fit:contain;z-index:2;filter:drop-shadow(12px 20px 12px #29433866)}
.longevity-word{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);font-size:102px;letter-spacing:-.08em;line-height:1;font-weight:300;color:#e6ecd675;z-index:1}
.mini-specs{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding-block:25px;margin-block:22px 30px;border-block:1px solid #344c40}
.mini-specs span{color:var(--gold-light);font-size:22px;letter-spacing:.08em}
.mini-specs p{font-size:12px;letter-spacing:.02em;margin-top:6px}
.focus-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:70px}
.focus-item{display:flex;align-items:flex-start;gap:20px;border-top:1px solid #c6d1c7;padding:27px 0}
.focus-item>span:first-child{font-size:12px;letter-spacing:.1em;color:#829181;margin-top:5px}
.focus-item>span:last-child{margin-left:auto;font-size:22px;color:#829181}
.focus-item h3{font-size:25px}
.focus-item p{font-size:14px;color:#617367;margin-top:8px}
.focus-item:hover h3{color:#227b71}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.article-card{display:flex;flex-direction:column;padding:0 24px 30px 0;border-bottom:1px solid #b4c4b7}
.article-card .eyebrow{margin-bottom:16px}
.article-num{display:block;font-size:88px;line-height:1;font-weight:300;letter-spacing:-.06em;color:#cbd5c8;margin-bottom:33px}
.article-card h3{font-size:30px;line-height:1.17;max-width:340px}
.article-card>p:not(.eyebrow){font-size:15px;color:var(--muted);margin-bottom:26px}
.article-card .text-link{border:0;margin-top:auto;align-self:flex-start}
.article-card:hover .article-num{color:#8faf9d}
.article-card:hover h3{color:#227b71}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.support-number{display:block;border-top:1px solid #bccbbd;padding-top:24px;color:#849680;font-size:13px;letter-spacing:.06em;margin-bottom:32px}
.support-grid h3{font-size:22px}
.support-grid p{font-size:14px;line-height:1.7;color:#5e7161}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:95px}
.faq-list{border-top:1px solid #b8c9bc}
.faq-list details{border-bottom:1px solid #c9d4cb}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:25px;cursor:pointer;font-size:16px;font-weight:500;padding:23px 0;list-style:none;line-height:1.5;color:#152f23}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:26px;font-weight:300;line-height:1;color:#6c8672}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-answer{padding:0 38px 22px 0;color:#5a6f5e;font-size:15px}
.faq-answer p{margin:0}
.faq-answer a,.article-body a,.form-note a,.source-note a,.enquiry-panel>p a{color:#217a68;text-decoration:underline;text-underline-offset:3px}
.faq-answer a:hover,.article-body a:hover{color:#142c21}
.cta-band{background:#173b34;padding-block:70px;color:#c1d7c6}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:70px}
.cta-inner>div{max-width:720px}
.cta-band .eyebrow{color:var(--teal);margin-bottom:18px}
.cta-band h2{color:#f7f3de;font-size:clamp(34px,3.4vw,49px)}
.cta-band p{font-size:16px;max-width:610px}
.cta-band .button{flex-shrink:0}
.site-footer{background:#0b1313;color:#92ab9f;padding:65px 0 30px}
.footer-main{display:grid;grid-template-columns:1.45fr .9fr .9fr 1fr;gap:60px}
.footer-intro p{font-size:14px;line-height:1.8;margin-top:27px}
.site-footer h2{color:#d9e4cf;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin:2px 0 20px}
.footer-main>div:not(:first-child)>a{display:block;font-size:13px;margin-block:11px}
.footer-main>div:not(:first-child)>p{font-size:13px}
.site-footer a:hover{color:var(--gold-light)}
.footer-bottom{display:flex;gap:25px;align-items:center;border-top:1px solid #243d32;margin-top:48px;padding-top:24px;font-size:11px}
.footer-bottom p{margin:0;margin-right:auto}
.professional-note{font-size:11px;line-height:1.8;margin-top:23px;color:#8ca293}
.page-intro{background:var(--ink);padding-block:70px 78px}
.page-intro .eyebrow{color:var(--teal)}
.page-intro h1{color:#f3f0e4;max-width:1050px}
.page-intro h1 em{color:var(--gold-light)}
.page-intro .lede{color:#b1c4b8;max-width:700px;margin-top:24px;font-size:20px}
.catalog-section{padding-top:50px}
.catalog-tools{margin-bottom:27px}
.catalog-search{display:flex;align-items:center;gap:28px;max-width:610px;margin-bottom:26px}
.catalog-search label{font-weight:600;font-size:14px;white-space:nowrap}
.catalog-search input{flex:1;min-width:0;padding:13px 18px;border:1px solid #b2c4b6;background:#f7f9f2;color:#173523;border-radius:var(--radius)}
.filter-buttons{display:flex;flex-wrap:wrap;gap:9px}
.filter-buttons button{padding:10px 16px;border:1px solid #d0dcd1;background:#fff;color:#4b6652;border-radius:50px;font-size:13px}
.filter-buttons button:hover{border-color:#3c755e}
.filter-buttons button[aria-pressed=true]{background:#174c38;border-color:#174c38;color:white}
.results-count{font-size:13px;color:#6f8172;margin:0 0 26px}
.empty-results{padding:70px;text-align:center;background:var(--paper)}
.empty-results .button{margin-top:25px}
.breadcrumb{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;padding-block:25px;color:#6c7d71}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb [aria-current]{color:#193526}
.product-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:90px;align-items:center;padding-block:16px 70px}
.product-hero-copy .eyebrow{font-size:11px}
.product-hero h1{font-size:clamp(48px,4.5vw,68px)}
.product-line{font-family:Georgia,serif;font-style:italic;font-size:28px;line-height:1.4;color:#6b6249;max-width:550px;margin-top:25px}
.product-hero .lede{font-size:18px;margin-top:20px}
.product-hero .small-note{margin-top:24px;max-width:430px}
.product-hero-art{position:relative;min-height:580px;background:#fff;border:1px solid #dce4d8;border-radius:var(--radius);display:grid;place-items:center;overflow:hidden}
.product-hero-art>img{height:460px;width:85%;object-fit:contain;mix-blend-mode:multiply}
.product-hero-art .device-brand{top:26px;left:28px;font-size:11px}
.product-hero-art .device-art-tag{bottom:23px;left:28px;font-size:11px}
.product-hero-art .type-art{height:500px;width:100%}
.availability-note{font-size:14px;padding:12px 16px;background:#e4ecdf;border-left:2px solid #6f946d}
.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0;margin:0 0 50px}
.spec-grid>div{border-top:1px solid #adbeaf;padding-top:24px}
.spec-grid dt{font-size:12px;color:#6e806e;letter-spacing:.03em}
.spec-grid dd{font-size:20px;color:#223c26;line-height:1.45;margin:11px 0 0;font-weight:500;letter-spacing:-.02em}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.feature-grid h3{font-size:25px}
.feature-grid p{font-size:15px;color:#5b705e}
.source-note{font-size:12px;color:#647b64;margin-top:35px;line-height:1.75}
.product-note{font-size:14px;line-height:1.75;border-top:1px solid #c4d2c2;padding-top:24px;margin-top:30px;max-width:980px}
.art-teal{background:#dfeee6}
.type-art{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;color:#1e6650;isolation:isolate}
.type-art-numeral{font-family:Georgia,serif;font-size:200px;line-height:1;letter-spacing:-.1em;z-index:1;font-weight:400;position:relative;left:-16px}
.type-art-word{font-size:32px;letter-spacing:.15em;position:relative;left:8px;z-index:2}
.type-art-bottom{position:absolute;bottom:64px;left:50%;transform:translateX(-50%);font-size:10px;letter-spacing:.35em;white-space:nowrap}
.type-art-ring{position:absolute;border:1px solid #91b7a3;opacity:.45;width:275px;height:275px;border-radius:50%}
.type-art-ring:after{position:absolute;content:"";inset:24px;border:1px solid #91b7a3;border-radius:50%}
.product-hero-art .type-art-numeral{font-size:290px}
.product-hero-art .type-art-word{font-size:44px}
.product-hero-art .type-art-ring{width:400px;height:400px}
.product-hero-art .type-art-bottom{bottom:65px}
.gallery-figure{margin:0;padding:30px;background:#fff;border:1px solid #d8e2d5}
.gallery-figure img{width:100%;height:auto;max-height:530px;object-fit:contain}
.gallery-figure figcaption{font-size:13px;color:#60765f;padding-top:24px;border-top:1px solid #e0e8dc;margin-top:20px}
.light-longevity .lede{color:#536b53}
.two-features{grid-template-columns:1fr 1fr;gap:100px}
.feature-letter{display:block;font-size:68px;font-weight:300;letter-spacing:-.05em;line-height:1;color:#95ad8e;margin-bottom:26px}
.technology-rows{border-top:1px solid #cbd7c6}
.technology-row{display:grid;grid-template-columns:45px 1.1fr 1fr;gap:45px;padding-block:38px;border-bottom:1px solid #cbd7c6}
.row-number{font-size:14px;letter-spacing:.07em;color:#82977b;padding-top:10px}
.technology-row h2{font-size:31px}
.technology-row p{font-size:15px;color:#6a7d61}
.technology-products{display:flex;flex-direction:column;align-items:stretch}
.technology-products .text-link{padding-block:12px;font-weight:500}
.brand-panel{min-height:400px;background:#e8eddf;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:55px}
.brand-panel img{width:100%;max-width:350px}
.brand-panel>span{font-size:10px;letter-spacing:.12em;margin-top:50px;color:#70836b;text-align:center}
.support-steps{display:grid;grid-template-columns:1fr 1fr;gap:55px 75px}
.support-step{display:flex;gap:30px;border-top:1px solid #b7c8af;padding-top:30px}
.support-step>span{font-family:Georgia,serif;font-size:45px;line-height:1;color:#afc0a5}
.support-step .eyebrow{margin-bottom:14px}
.support-step h2{font-size:31px}
.support-step p{font-size:15px;color:#5d7157}
.support-callout{margin-top:70px;background:#e8eedf;padding:45px 50px;max-width:1000px}
.support-callout h2{font-size:30px}
.support-callout p{max-width:800px}
.editorial-note{margin-top:65px;border-top:1px solid #cbd7c3;padding-top:35px;max-width:780px}
.editorial-note h2{font-size:31px}
.editorial-note .text-link{margin-top:18px}
.article-layout{display:grid;grid-template-columns:1fr 330px;gap:95px;align-items:start}
.article-body{max-width:790px}
.article-body h2{font-size:31px;letter-spacing:-.025em;margin-top:44px;line-height:1.25}
.article-body h2:first-child{margin-top:0}
.article-body p{font-size:17px;line-height:1.85;color:#516d50}
.article-body li{font-size:16px;line-height:1.8;margin-block:10px}
.article-body .small-note{font-size:13px}
.article-takeaway{background:#e9efdf;padding:30px;margin-block:40px}
.article-takeaway h2{font-size:27px}
.article-aside{position:sticky;top:122px;background:var(--paper);padding:30px}
.article-aside .eyebrow{font-size:10px}
.article-aside h2{font-size:31px}
.article-aside p{font-size:15px;color:#617a59}
.article-aside .button{margin-top:24px}
.article-aside>a:last-child:not(.button){display:block;margin-top:28px;font-size:14px;text-decoration:underline}
.contact-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:85px;align-items:start}
.contact-info h2{font-size:42px}
.contact-info dl{margin:30px 0 0}
.contact-info dl>div{padding-block:20px;border-bottom:1px solid #d5dfcb}
.contact-info dt{font-size:12px;color:#6c8263;margin-bottom:7px}
.contact-info dd{font-size:18px;line-height:1.6;margin:0;color:#1a341d;overflow-wrap:anywhere}
.contact-info dd a:hover{color:#328a57}
.contact-info address{font-style:normal;font-size:15px;line-height:1.85}
.enquiry-panel{padding:40px;background:#eef2e8;border:1px solid #d6e0cb}
.enquiry-panel>h2{font-size:31px}
.enquiry-panel>p{font-size:15px;color:#577348;margin-bottom:30px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.field{min-width:0}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:13px;color:#244321;font-weight:500;margin-bottom:8px}
.field label span{font-size:11px;font-weight:400;color:#657d57}
.field input,.field select,.field textarea{display:block;width:100%;border:1px solid #afc49e;border-radius:var(--radius);background:#fff;color:#193a16;min-height:47px;padding:11px 13px;font-size:15px}
.field textarea{resize:vertical;min-height:120px}
.form-note{font-size:12px!important;color:#607850;line-height:1.75;margin:25px 0}
.enquiry-preview{margin-top:30px;padding-top:25px;border-top:1px solid #a9be97}
.enquiry-preview h3{font-size:26px}
.enquiry-preview p{font-size:14px;color:#536e40}
.enquiry-preview pre{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;font-family:inherit;font-size:13px;line-height:1.7;background:#fff;border:1px solid #ceddc0;padding:20px;margin-top:22px}
.enquiry-preview .actions{gap:12px}
#copy-status{min-height:20px;font-size:13px}
.legal-body{margin-inline:auto}
.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}
.sitemap-grid h2{font-size:28px}
.sitemap-grid ul{padding-left:18px;margin-top:28px}
.sitemap-grid li{margin-block:12px;font-size:16px}
.sitemap-grid a:hover{text-decoration:underline;color:#287b5a}
@media(min-width:1500px){.container{width:min(1340px,calc(100% - 120px))}.hero-grid{gap:95px}.hero-stage{min-height:640px}.hero-device{height:430px}.desktop-nav a{font-size:13px}.device-card-art{height:335px}.device-card-art img{height:255px}}
@media(max-width:1180px){.container{width:calc(100% - 60px)}.desktop-nav{gap:16px}.desktop-nav a{font-size:11px}.header-inner{gap:17px}.brand img{width:145px}.header-contact{font-size:11px;padding-inline:12px}.hero-grid{gap:44px}.hero-stage{min-height:570px}.hero-device{height:375px}.hero h1{font-size:65px}.section-head{flex-wrap:wrap;gap:20px}.section-head>div{flex:1 1 55%}.section-head>p{max-width:350px}.section-head>.text-link{align-self:flex-start}.body-feature{grid-template-columns:1fr 1fr}.body-feature-intro{grid-column:1/-1}.body-feature-intro h3 br{display:none}.body-feature-link:first-of-type{border-left:0;padding-left:0}.longevity-grid{gap:60px}.product-hero{gap:45px}.product-hero-art{min-height:540px}.product-hero-art>img{height:420px}.product-hero h1{font-size:57px}.contact-grid{gap:50px}.enquiry-panel{padding:30px}.footer-main{gap:35px}.article-layout{gap:55px;grid-template-columns:1fr 300px}.cta-inner{gap:40px}}
@media(max-width:1020px){.desktop-nav{display:none}.header-inner{justify-content:flex-start;min-height:80px}.brand img{width:160px}.menu-toggle{display:flex}.header-contact{margin-left:auto;font-size:12px;padding:10px 18px}.hero-grid{gap:32px}.hero h1{font-size:56px}.hero-stage{min-height:560px}.hero-device{height:365px}.stage-type{font-size:115px}.stage-top{font-size:9px;padding-inline:35px 24px;flex-wrap:wrap;gap:4px 20px}.stage-bottom{padding:22px}.stage-bottom h2{font-size:25px}.hero-lede{font-size:20px}.hero .actions{gap:17px}.hero-copy .eyebrow{font-size:10px}.device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.device-card-art{height:335px}.device-card-art img{height:255px}.section{padding-block:75px}.about-split{gap:45px}.section-head{margin-bottom:36px}.longevity-grid{gap:45px}.longevity-art{min-height:430px}.longevity-art img{height:340px}.longevity-word{font-size:84px}.focus-grid{column-gap:40px}.focus-item h3{font-size:23px}.article-card h3{font-size:26px}.article-grid{gap:22px}.article-num{font-size:72px}.support-grid{grid-template-columns:1fr 1fr;gap:38px}.support-number{margin-bottom:20px}.faq-grid{gap:45px}.footer-main{grid-template-columns:1.2fr 1fr;gap:40px 70px}.footer-bottom{flex-wrap:wrap;gap:12px 24px}.footer-bottom p{flex:1 0 100%}.cta-inner>div{max-width:65%}.cta-band .button{max-width:30%;gap:15px}.product-hero{gap:35px}.product-hero h1{font-size:48px}.product-line{font-size:25px}.product-hero-art{min-height:520px}.product-hero-art>img{height:390px}.product-hero .lede{font-size:17px}.spec-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{gap:35px}.feature-grid h3{font-size:23px}.contact-grid{grid-template-columns:1fr 1.35fr;gap:35px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.article-layout{grid-template-columns:1fr 265px;gap:35px}.article-aside{padding:24px}.article-aside h2{font-size:28px}.article-aside .button{gap:15px}.technology-row{grid-template-columns:30px 1fr 1fr;gap:25px}.technology-row h2{font-size:27px}.support-steps{gap:45px}.support-step{gap:20px}}
@media(max-width:760px){html{scroll-padding-top:95px}.container{width:calc(100% - 40px)}.topline{font-size:9px;letter-spacing:.045em}.topline a{font-size:10px}.topline .container{min-height:30px}.header-inner{min-height:74px;gap:14px}.brand img{width:145px}.header-contact{min-height:39px;font-size:11px;padding:9px 12px;gap:10px}.header-contact span{font-size:17px}.menu-toggle{width:42px;height:42px;padding:10px}.hero{padding-block:44px 40px}.hero-grid{grid-template-columns:1fr;gap:38px}.hero h1{max-width:560px;font-size:clamp(47px,9.2vw,65px)}.hero-copy .eyebrow{font-size:11px;margin-bottom:23px}.hero-lede{font-size:21px;margin-top:24px}.hero-copy>p:not(.eyebrow):not(.hero-lede):not(.hero-footnote){font-size:16px;max-width:580px}.hero-footnote{margin-top:26px}.hero-stage{min-height:535px;border-top-left-radius:80px;max-width:560px;width:100%;margin-inline:auto}.hero-device{height:350px}.stage-top{flex-wrap:nowrap;padding:31px 28px 0 42px;font-size:10px}.stage-type{font-size:150px}.stage-bottom{padding:25px 28px}.stage-bottom h2{font-size:28px}.signal-strip .container{flex-wrap:wrap;justify-content:center;padding-block:18px;gap:11px 20px}.signal-strip a{font-size:10px}.signal-strip span{display:none}.section{padding-block:60px}.about-split{grid-template-columns:1fr;gap:28px}.about-split h2 br{display:none}.about-split .lede{font-size:21px}.section-head{display:block;margin-bottom:30px}.section-head>p{max-width:500px;margin-top:20px}.section-head>.text-link{margin-top:19px}.section-head h2{font-size:36px}.eyebrow{font-size:11px;margin-bottom:18px}.device-grid{gap:22px 16px}.device-card-art{height:270px}.device-card-art img{height:190px;width:80%}.device-brand{left:17px;top:15px;font-size:9px}.device-art-tag{left:17px;font-size:9px;right:10px}.device-card-copy{padding:21px 19px}.device-card h3{font-size:23px}.device-card-copy .micro{font-size:9px}.device-card-copy>p:not(.micro){font-size:13px;line-height:1.6;margin-bottom:20px}.device-card .text-link{font-size:12px;gap:15px}.body-feature{padding:26px;gap:25px;margin-top:32px}.body-feature-link{padding-left:20px;gap:15px}.body-feature-number{font-size:80px}.body-feature-link h3{font-size:21px}.body-feature-link .micro{font-size:9px}.body-feature-link .text-link{font-size:12px;gap:15px}.longevity-grid{grid-template-columns:1fr;gap:36px}.longevity-art{min-height:400px;max-width:560px;width:100%;margin-inline:auto}.longevity-art img{height:320px}.longevity-word{font-size:95px}.longevity-grid h2{font-size:40px}.mini-specs{max-width:510px}.focus-grid{grid-template-columns:1fr}.focus-item{padding-block:22px}.focus-item h3{font-size:24px}.article-grid{grid-template-columns:1fr;gap:34px}.article-card{display:grid;grid-template-columns:70px 1fr;gap:0 24px;padding:0 0 24px}.article-num{grid-row:1/5;margin:0;font-size:65px}.article-card .eyebrow{margin-bottom:12px}.article-card h3{font-size:28px;max-width:none}.article-card>p:not(.eyebrow){margin-bottom:15px}.article-card .text-link{justify-self:start}.faq-grid{grid-template-columns:1fr;gap:32px}.faq-list summary{padding-block:20px;font-size:15px}.faq-answer{font-size:14px;padding-right:25px}.cta-inner{display:block}.cta-inner>div{max-width:none}.cta-band{padding-block:55px}.cta-band h2{font-size:36px;max-width:600px}.cta-band .button{margin-top:28px;max-width:none}.footer-main{grid-template-columns:1fr 1fr;gap:34px}.footer-intro{grid-column:1/-1}.site-footer{padding-top:45px}.footer-bottom{margin-top:30px}.professional-note{font-size:10px}.page-intro{padding-block:50px 55px}.page-intro h1{font-size:clamp(43px,7.5vw,57px);line-height:1.08}.page-intro .lede{font-size:18px}.catalog-section{padding-top:30px}.catalog-search{gap:18px;max-width:none}.catalog-search label{font-size:13px}.catalog-search input{padding-inline:13px;font-size:15px}.filter-buttons{gap:8px}.filter-buttons button{font-size:12px;padding:9px 13px}.breadcrumb{padding-block:18px;font-size:11px;gap:9px}.product-hero{grid-template-columns:1fr;padding-block:12px 45px;gap:32px}.product-hero h1{font-size:clamp(43px,8vw,58px)}.product-hero-copy .eyebrow{margin-bottom:18px}.product-line{font-size:26px;margin-top:20px}.product-hero-art{min-height:500px;max-width:560px;width:100%;margin-inline:auto}.product-hero-art>img{height:390px}.product-hero .lede{font-size:18px}.product-hero-art .type-art{height:470px}.spec-grid{gap:25px;margin-bottom:40px}.spec-grid dt{font-size:12px}.spec-grid dd{font-size:19px}.feature-grid{grid-template-columns:1fr;gap:28px}.feature-grid h3{font-size:26px}.feature-grid p{font-size:16px;max-width:580px}.gallery-figure{padding:18px}.gallery-figure figcaption{font-size:12px}.two-features{grid-template-columns:1fr 1fr;gap:30px}.feature-letter{font-size:52px}.technology-row{grid-template-columns:25px 1fr;gap:12px 20px;padding-block:30px}.technology-products{grid-column:2}.technology-row h2{font-size:28px}.technology-row p{margin-top:12px}.technology-products .text-link{font-size:14px}.brand-panel{min-height:280px;padding:40px}.brand-panel img{max-width:300px}.brand-panel>span{margin-top:36px;font-size:9px}.support-steps{grid-template-columns:1fr;gap:35px}.support-step{gap:28px}.support-step h2{font-size:29px}.support-callout{padding:30px;margin-top:45px}.support-callout h2{font-size:28px}.article-layout{grid-template-columns:1fr;gap:35px}.article-body h2{font-size:28px;margin-top:34px}.article-body p{font-size:16px}.article-aside{position:static;max-width:none;padding:30px}.article-aside h2{max-width:450px}.article-takeaway{padding:25px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-info h2{font-size:37px}.contact-info dl{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.contact-info dl>div:last-child{grid-column:1/-1}.contact-info dd{font-size:17px}.enquiry-panel{padding:30px}.form-grid{grid-template-columns:1fr 1fr;gap:20px}.field.full{grid-column:1/-1}.sitemap-grid{grid-template-columns:1fr 1fr;gap:35px}.sitemap-grid>div:last-child{grid-column:1/-1}}
@media(max-width:480px){.container{width:calc(100% - 36px)}.header-contact{display:none}.menu-toggle{margin-left:auto}.header-inner{min-height:70px}.hero h1{font-size:49px}.hero-lede{font-size:20px}.hero .actions{align-items:flex-start;gap:13px 22px}.hero .button{padding:13px 18px;gap:16px;font-size:13px}.hero .text-link{font-size:13px;gap:18px}.hero-footnote{font-size:10px!important}.hero-stage{min-height:480px}.hero-device{height:320px}.stage-top{font-size:9px;padding-inline:37px 20px}.stage-bottom{padding:23px 20px}.stage-bottom h2{font-size:25px}.stage-bottom .micro{font-size:9px}.stage-type{font-size:125px}.circle-arrow{width:40px;height:40px;font-size:22px}.stage-orbit{height:430px;width:430px}.section-head h2,h2{font-size:34px}.device-grid{grid-template-columns:1fr;gap:24px}.device-card-art{height:320px}.device-card-art img{height:245px;width:75%}.device-brand{font-size:10px;left:22px;top:18px}.device-art-tag{font-size:10px;left:22px}.device-card-copy{padding:26px}.device-card h3{font-size:28px}.device-card-copy>p:not(.micro){font-size:15px;line-height:1.7}.device-card-copy .micro{font-size:10px}.device-card .text-link{font-size:14px}.body-feature{grid-template-columns:1fr;padding:25px;gap:28px}.body-feature-intro{grid-column:auto}.body-feature-link{border-left:0;border-top:1px solid #b8c9bf;padding:25px 0 0;gap:28px}.body-feature-number{width:65px;font-size:90px;text-align:center}.body-feature-link h3{font-size:25px}.body-feature-link .micro{font-size:10px}.body-feature-link .text-link{font-size:14px}.body-feature-intro h3{font-size:29px}.longevity-art{min-height:375px;border-top-right-radius:80px}.longevity-art img{height:300px}.longevity-word{font-size:79px}.longevity-grid h2{font-size:37px}.support-grid{grid-template-columns:1fr;gap:28px}.support-number{padding-top:18px;margin-bottom:17px}.support-grid h3{font-size:25px}.support-grid p{font-size:15px;margin-top:12px}.article-card{grid-template-columns:50px 1fr;column-gap:18px}.article-num{font-size:54px}.article-card h3{font-size:27px}.article-card .eyebrow{font-size:10px}.article-card>p:not(.eyebrow){font-size:14px}.footer-main{gap:34px 20px}.footer-main>div:last-child{grid-column:1/-1}.footer-main>div:not(:first-child)>a{font-size:14px}.footer-main h2{font-size:11px}.footer-bottom{gap:12px 18px;font-size:10px}.catalog-search{display:block}.catalog-search label{display:block;margin-bottom:9px}.catalog-search input{width:100%}.product-hero-art{min-height:445px}.product-hero-art>img{height:335px}.product-hero-art .device-brand{font-size:10px;left:22px}.product-hero-art .device-art-tag{font-size:10px;left:22px}.product-hero-art .type-art{height:430px}.product-hero-art .type-art-numeral{font-size:240px}.product-hero-art .type-art-word{font-size:35px}.product-hero-art .type-art-ring{width:330px;height:330px}.product-hero h1{font-size:46px}.spec-grid{gap:26px 20px}.spec-grid dd{font-size:18px}.spec-grid dt{font-size:11px}.feature-grid h3{font-size:25px}.two-features{grid-template-columns:1fr;gap:30px}.feature-letter{font-size:60px;margin-bottom:18px}.gallery-figure{padding:13px}.contact-info dl{display:block}.enquiry-panel{padding:25px 20px}.enquiry-panel>h2{font-size:28px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.field input,.field select,.field textarea{font-size:16px}.enquiry-preview .button{font-size:13px;padding-inline:15px;gap:15px}.sitemap-grid{grid-template-columns:1fr}.sitemap-grid>div:last-child{grid-column:auto}.empty-results{padding:40px 20px}.support-callout{padding:25px}.button{max-width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(max-width:760px){.body-feature{grid-template-columns:1fr}.body-feature-link{border-left:0;border-top:1px solid #b8c9bf;padding:24px 0 0;gap:24px}.body-feature-image{flex-basis:90px;width:90px;height:180px}}
@media print{.topline,.site-header,.site-footer,.cta-band,.catalog-tools,.actions,.article-aside,.skip-link{display:none!important}body,.page-intro,.hero,.dark,.paper{background:white!important;color:black!important}h1,h2,h3,.page-intro h1,.hero h1,.dark h2{color:black!important}.container{width:100%}.section{padding-block:28px}.page-intro{padding-block:20px}.device-grid{grid-template-columns:repeat(2,1fr)}.device-card,.feature-grid>div{break-inside:avoid}.product-hero{gap:25px}.product-hero-art{min-height:350px}.product-hero-art>img{height:300px}.product-hero h1{font-size:42px}.source-note a:after{content:" (" attr(href) ")"}.faq-list details:not([open]) .faq-answer{display:block}.faq-list summary{padding-block:12px}.faq-list summary span{display:none}}
