/* Oryn — shared visual system */
:root{--ink:#122936;--muted:#667c89;--paper:#f7f8f9;--blue:#d6e7ec;--line:#d6dfe4;--night:#07111a;--accent:#086882;--header:80px;--radius:20px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Arial,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:550;letter-spacing:-.055em}h1{font-size:clamp(60px,6.6vw,104px);line-height:1.05}h2{font-size:clamp(42px,4.1vw,64px);line-height:1.12}h3{font-size:26px;line-height:1.2;letter-spacing:-.035em}p{line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,summary{cursor:pointer}img{display:block;width:100%;height:auto}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #1396b6;outline-offset:5px}button:disabled{cursor:default;opacity:.6}[hidden]{display:none!important}.wrap{width:calc(100% - 12%);max-width:var(--max);margin-inline:auto}.section{padding-block:115px}.eyebrow{font-size:12px;line-height:1.6;font-weight:550;letter-spacing:1.8px}.skip{position:fixed;top:-70px;left:15px;background:#fff;padding:14px;z-index:100}.skip:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{height:var(--header);padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;position:sticky;top:0;z-index:40;background:#f8fafbec;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid #cad7de6b}.logo{display:inline-block;font-size:40px;line-height:.8;font-weight:650;letter-spacing:-3px}.logo>span{display:block;font-size:7px;letter-spacing:3.5px;margin-top:12px;padding-left:3px}.site-header nav{display:flex;gap:33px;align-items:center}.site-header nav>a{font-size:13px;color:#6e808b;padding:18px 0;position:relative}.site-header nav>a:hover,.site-header nav>a[aria-current]{color:#142d3b}.site-header nav>a[aria-current]:after{position:absolute;content:'';height:2px;background:#598798;left:0;right:0;bottom:8px}.header-actions{display:flex;align-items:center;gap:20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:17px 25px;min-height:48px;border:1px solid transparent;border-radius:99px;font-size:14px;line-height:1.3;white-space:nowrap;cursor:pointer;transition:transform .25s,background .25s,box-shadow .25s}.button>span{font-size:18px;font-weight:400}.button.primary,.button.small{background:var(--ink);color:white}.button.small{padding:11px 20px;min-height:40px;font-size:12px;gap:24px}.button.primary:hover,.button.small:hover{background:#315b70;box-shadow:0 8px 18px #142c3b14;transform:translateY(-2px)}.button.light{background:#edf6f8;color:#102b3a}.button.light:hover{background:#c4edf3;transform:translateY(-2px)}.button.text{background:transparent;padding:14px 0;border-radius:0;color:inherit;gap:13px}.button.text:hover{opacity:.65}.actions{display:flex;flex-wrap:wrap;gap:16px 29px;align-items:center}.text-link{display:inline-flex;align-items:center;gap:17px;font-size:14px;color:var(--accent);padding-bottom:4px;border-bottom:1px solid #88abb96b}.text-link:hover{border-color:var(--accent)}.menu-toggle{display:none}.home-hero{height:calc(100svh - var(--header));min-height:670px;max-height:1000px;position:relative;overflow:hidden;background:#d8e9f0;isolation:isolate}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% 50%;z-index:-3;will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#dcecf2e8 0,#dcecf2ad 31%,#dcecf212 62%,transparent),linear-gradient(0deg,#cce2ec99,transparent 25%);z-index:-2}.hero-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:45px}.hero-content>.eyebrow{margin-bottom:27px;font-size:11px;color:#34586e}.hero-content h1{font-size:clamp(58px,6.45vw,100px);line-height:1.07;letter-spacing:-.065em;max-width:850px}.hero-content h1>span{color:#315d78}.hero-intro{font-size:18px;line-height:1.6;color:#466575;margin:27px 0 31px}.hero-bottom{position:absolute;left:6%;right:6%;bottom:28px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #557d9340;padding-top:20px;font-size:11px;letter-spacing:1px;color:#426477}.hero-bottom a{letter-spacing:0;display:flex;gap:25px}.trust-line{display:flex;align-items:center;justify-content:center;gap:50px;min-height:72px;padding:20px 5%;background:#edf2f4;border-bottom:1px solid #dfe6e9;font-size:12px;color:#647e8d}.trust-line i{height:3px;width:3px;background:#95acb9;border-radius:50%}.intro{display:grid;grid-template-columns:1.3fr 1fr;gap:8%;align-items:center}.intro-heading .eyebrow{color:#718794;margin-bottom:25px}.intro h2>span,.section-title h2>span,.product-overview h2>span,.about-opening h1>span,.local-section h2>span{color:#6d8e9f}.intro-copy p:first-child{font-size:21px;color:#3a596a;letter-spacing:-.4px}.intro-copy p+p{font-size:16px;color:#758b98;margin-top:20px}.intro-copy .text-link{margin-top:28px}.dark{background:var(--night);color:#f3f7f8}.product-feature{display:grid;grid-template-columns:1fr 1.3fr;position:relative;overflow:hidden;align-items:center;padding:65px max(6%,calc((100% - 1400px)/2));gap:2%;min-height:650px}.feature-copy{position:relative;z-index:2;padding:25px 0}.feature-copy>.eyebrow{color:#85a9bc;margin-bottom:24px}.feature-copy h2{font-size:clamp(48px,5vw,76px)}.feature-subtitle{font-size:31px;line-height:1.25;letter-spacing:-1px;color:#98b8cb;margin:20px 0}.feature-copy>p:not(.eyebrow):not(.feature-subtitle){font-size:16px;color:#849dac;max-width:390px}.feature-copy .actions{margin-top:30px;gap:15px 22px}.feature-copy .button{font-size:12px;padding:15px 21px}.feature-copy .button.text{color:#b3cbd9;padding-inline:0}.feature-image{position:relative;width:112%;margin-left:-6%}.feature-image img{mix-blend-mode:lighten}.feature-image figcaption,.product-opening figcaption{font-size:10px;color:#6a8597;text-align:center;margin-top:15px}.section-title{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:62px}.section-title .eyebrow{color:#748b99;margin-bottom:22px}.section-title>p{color:#758e9c;font-size:16px}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}.pillars article{border-top:1px solid #c6d4dc;padding-top:26px}.index{font-size:11px;letter-spacing:1.4px;color:#6a8a9c}.pillars h3{margin:33px 0 18px;max-width:310px}.pillars p{font-size:16px;color:#778c99;max-width:330px}.people-panel{display:grid;grid-template-columns:1fr 1fr;background:#e0ebee;min-height:630px;overflow:hidden}.people-image{position:relative;min-width:0}.people-image img{width:100%;height:100%;object-fit:cover;object-position:43% 50%}.image-note{font-size:10px;color:#7695a8;letter-spacing:.2px}.people-image .image-note{position:absolute;bottom:22px;left:25px;color:#e8f4f9;background:#112c3b8c;border-radius:4px;padding:5px 9px}.people-copy{padding:90px 13%;align-self:center}.people-copy .eyebrow{font-size:10px;color:#648496}.people-copy h2{margin:25px 0;font-size:clamp(40px,4.2vw,64px)}.people-copy h2>span{color:#7498aa}.people-copy>p:not(.eyebrow){font-size:16px;color:#6c8a9a;max-width:390px}.people-copy .text-link{margin-top:30px}.people-tags{display:flex;flex-wrap:wrap;gap:10px 15px;border-top:1px solid #adc5cf77;margin-top:39px;padding-top:22px;font-size:11px;color:#6e8b9b}.people-tags>span+span{border-left:1px solid #acc2ce;padding-left:15px}.faq-section{display:grid;grid-template-columns:1fr 1.1fr;gap:12%}.faq-section .eyebrow{color:#738e9e;font-size:11px;margin-bottom:24px}.faq-section h2>span{color:#7796a7}.faq-section>div>p:not(.eyebrow){color:#758d9b;font-size:16px;margin-top:25px}.faq-section .text-link{margin-top:28px}.faq-list details{border-bottom:1px solid #d1dce2;padding:24px 0}.faq-list details:first-child{border-top:1px solid #d1dce2}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:16px;font-weight:500;line-height:1.45}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:23px;color:#839eae;font-weight:300;transition:transform .3s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{font-size:15px;color:#728c9c;line-height:1.75;margin-top:20px;padding-right:24px}.closing{background:linear-gradient(120deg,#e5f0f4,#d8e8ee 50%,#b8d5e1);position:relative;overflow:hidden;padding:95px 0 100px;isolation:isolate}.closing h2{font-size:clamp(68px,7vw,110px);line-height:1.04;margin:23px 0 24px}.closing h2>span{color:#668da2}.closing p:not(.eyebrow){font-size:17px;color:#698595}.closing .actions{margin-top:30px}.closing .eyebrow{font-size:11px;color:#69899b}.closing-watermark{position:absolute;right:-2%;bottom:-25%;font-size:clamp(280px,42vw,720px);font-weight:700;letter-spacing:-.08em;line-height:1;color:#91b4c526;z-index:-1;pointer-events:none}.footer{background:#f2f5f6;padding:60px 6% 24px}.footer-top{display:grid;grid-template-columns:.7fr 1fr .8fr 1.5fr;gap:45px;max-width:var(--max);margin:auto;padding-bottom:50px}.footer-top>.logo{justify-self:start}.footer-top>p{font-size:15px;color:#7c929f;line-height:1.6}.footer-top>div{display:flex;flex-direction:column;align-items:flex-start;gap:13px;font-size:13px;color:#607d8e}.footer-top>div>span{font-size:10px;letter-spacing:1.5px;color:#8ba0ad;margin-bottom:4px}.footer-top>div>a:hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid #d8e2e7;padding-top:23px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#849ba9;max-width:var(--max);margin:auto}.product-opening{display:grid;grid-template-columns:1fr 1.05fr;gap:1%;min-height:710px;align-items:center;padding:70px 6%;overflow:hidden}.product-opening-copy{position:relative;z-index:2}.product-opening h1{font-size:clamp(54px,5.6vw,88px);margin:27px 0;line-height:1.08}.product-opening h1>span{color:#87aabd}.product-opening-copy>.eyebrow{font-size:10px;color:#829fb2}.product-opening-copy>p:not(.eyebrow){font-size:18px;color:#9eb4c2}.product-opening-copy .actions{margin-top:35px;gap:20px}.product-opening .button{font-size:13px;padding:16px 21px}.product-opening figure{width:122%;margin-left:-12%}.product-opening figure img{mix-blend-mode:lighten}.product-opening figcaption{font-size:9px}.product-sections{min-height:64px;padding:15px 6%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#edf2f4;border-bottom:1px solid #d7e1e7;font-size:12px}.product-sections strong{font-size:17px;letter-spacing:-.5px}.product-sections>div{display:flex;gap:28px;color:#738b9a}.product-sections>a{color:#356f8e}.product-sections a:hover{color:#142f40}.product-overview{display:grid;grid-template-columns:1fr 1fr;gap:14%;align-items:start}.product-overview .eyebrow{color:#738d9c;margin-bottom:25px}.overview-copy>p:first-child{font-size:22px;color:#3d5c6e;letter-spacing:-.3px}.overview-copy>p+p{font-size:16px;color:#7c929f;margin-top:23px}.overview-copy>.note{font-size:13px;color:#8499a7;border-top:1px solid #d9e2e7;padding-top:20px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;padding-bottom:110px}.product-detail figure{border-radius:22px;overflow:hidden;background:#edf1f5}.product-detail figure img{mix-blend-mode:multiply}.product-detail figcaption{font-size:10px;color:#869eae;text-align:center;padding:0 15px 18px}.product-detail h2{font-size:clamp(39px,3.6vw,56px);margin:23px 0 35px}.product-detail .eyebrow{color:#7892a3}.detail-list{list-style:none;padding:0;margin:0}.detail-list li{display:flex;gap:23px;border-top:1px solid #d1dce4;padding:22px 0}.detail-list li>span{font-size:11px;color:#8fa5b3;padding-top:4px}.detail-list h3{font-size:21px;letter-spacing:-.5px}.detail-list p{font-size:14px;color:#7b919f;margin-top:10px}.accessories{background:#edf2f5}.center{text-align:center}.center h2{margin:23px 0}.center>.eyebrow{color:#7795a7}.center>p:not(.eyebrow){font-size:16px;color:#8199a8}.accessories figure{margin:50px auto 30px;max-width:1000px}.accessories figure img{mix-blend-mode:multiply}.accessories figcaption{text-align:center;font-size:10px;color:#8aa0ae;margin-top:20px}.accessory-tabs{display:flex;gap:10px;justify-content:center}.accessory-tabs>button{background:transparent;border:1px solid #bfcfd9;border-radius:30px;padding:12px 27px;color:#638296;font-size:14px;min-height:44px}.accessory-tabs>button[aria-selected=true]{background:#153548;color:#fff;border-color:#153548}.accessory-panel{text-align:center;margin-top:27px;min-height:94px}.accessory-panel h3{font-size:25px}.accessory-panel p{font-size:15px;color:#7893a5;max-width:560px;margin:14px auto 0}.motion-section{position:relative;overflow:hidden;min-height:590px;display:flex;align-items:center;isolation:isolate}.motion-section #energy{position:absolute;inset:0;width:100%;height:100%;z-index:-1}.motion-section>.wrap{position:relative;padding-block:90px}.motion-section h2{font-size:clamp(55px,5.7vw,86px);margin:24px 0}.motion-section h2>span{color:#6fabc6}.motion-section .eyebrow{color:#82a4b8;font-size:11px}.motion-section p:not(.eyebrow){font-size:17px;color:#95b3c6}.motion-section #motion-toggle{position:absolute;right:0;top:22px;background:#173143;border:1px solid #47758955;color:#a4c4d8;border-radius:25px;padding:10px 14px;font-size:11px;min-height:38px}.motion-section .image-note{display:block;margin-top:65px;color:#617f94;font-size:10px}.about-opening{padding-top:85px}.about-opening>.eyebrow{color:#7491a2;margin-bottom:30px}.about-opening h1{font-size:clamp(60px,6.3vw,96px);line-height:1.08}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:65px}.about-intro p:first-child{font-size:23px;letter-spacing:-.4px;line-height:1.6}.about-intro p:last-child{font-size:17px;color:#7690a1}.about-statement{padding:100px 0;background:radial-gradient(ellipse at 100% 100%,#143e54,#081923 80%)}.about-statement .eyebrow{color:#87a9bf;margin-bottom:30px}.about-statement h2{font-size:clamp(46px,5.4vw,82px);line-height:1.12}.about-statement h2>span{color:#6ba0bc}.local-section{padding:90px 0;background:linear-gradient(115deg,#e1eef2,#d5e7ec 70%,#b4d4de)}.local-section>.wrap{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:16%}.local-section .eyebrow{color:#7395a6;margin-bottom:23px}.local-section p:not(.eyebrow){font-size:17px;color:#7090a2;max-width:550px;margin-top:25px}.local-section .button{margin-top:30px}.local-mark{border-block:1px solid #92b2c16b;padding:25px 0;display:flex;flex-direction:column;gap:20px;color:#719aad}.local-mark>span{font-size:11px;letter-spacing:2px}.local-mark>strong{font-size:150px;line-height:1;letter-spacing:-12px;font-weight:400}.contact-opening{padding:75px 0 65px}.contact-opening .eyebrow{color:#7493a6;margin-bottom:25px;font-size:11px}.contact-opening h1{font-size:clamp(54px,5.7vw,88px);line-height:1.09}.contact-opening h1>span{color:#759aad}.contact-opening>p:last-child{font-size:18px;color:#7793a4;margin-top:27px}.contact-workspace{display:grid;grid-template-columns:.85fr 1.5fr;gap:9%;padding:15px 0 115px;align-items:start}.contact-aside{padding-top:34px}.contact-aside h2{font-size:27px;line-height:1.3;letter-spacing:-.7px}.contact-aside>p{font-size:16px;color:#7a93a4;margin-top:20px;max-width:325px}.contact-aside dl{margin:34px 0}.contact-aside dt{font-size:10px;letter-spacing:1.5px;color:#8fa5b3;margin:25px 0 13px}.contact-aside dd{font-size:14px;line-height:1.7;margin:0;color:#537b93}.contact-aside dd>span{color:#91a4b1;font-size:13px}.contact-expect{border-top:1px solid #d5e0e6;padding-top:26px}.contact-expect>span{font-size:10px;letter-spacing:1.5px;color:#89a0af}.contact-expect>p{font-size:14px;color:#829bac;margin-top:13px;max-width:320px}.contact-surface{background:#fff;border:1px solid #e0e7ec;border-radius:22px;padding:35px;box-shadow:0 18px 70px #274d6310;min-width:0}.contact-tabs{display:grid;grid-template-columns:1.5fr 1fr;padding:5px;background:#edf3f6;border-radius:12px;gap:5px;margin-bottom:35px}.contact-tabs button{border:0;background:transparent;padding:14px 8px;border-radius:8px;color:#7592a4;font-size:13px;line-height:1.35;min-height:45px}.contact-tabs button[aria-selected=true]{color:#183d55;background:#fff;box-shadow:0 2px 8px #21445b0f}.step-indicator{list-style:none;padding:0;margin:0 0 35px;display:flex;justify-content:space-between;gap:15px}.step-indicator li{font-size:11px;color:#91a5b3;display:flex;align-items:center;gap:8px}.step-indicator li>span{width:22px;height:22px;border:1px solid #d7e3eb;border-radius:50%;display:grid;place-items:center;font-size:10px}.step-indicator li.active{color:#1c627f}.step-indicator li.active>span{background:#153f57;border-color:#153f57;color:white}.contact-surface form h2{font-size:25px;letter-spacing:-.7px;line-height:1.25;outline:0}.form-intro{font-size:14px;color:#8b9fac;margin:12px 0 28px}.appointment-types{padding:0;border:0;margin:0 0 27px;display:grid;gap:12px}.choice{border:1px solid #dbe5ed;border-radius:12px;display:flex;align-items:center;gap:14px;padding:17px;cursor:pointer;margin:0;transition:background .2s,border-color .2s}.choice:has(input:checked){border-color:#6096b1;background:#f1f8fb}.choice input{width:17px;height:17px;accent-color:#2e6d91;flex-shrink:0}.choice strong{display:block;color:#305369;font-size:14px;font-weight:550;line-height:1.5}.choice small{display:block;color:#8b9fad;font-size:12px;line-height:1.5;margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-surface label:not(.choice){display:block;color:#5e7b8e;font-size:12px;margin-bottom:24px}.contact-surface label>span{color:#94a9b6}input:not([type=radio]),textarea,select{display:block;width:100%;border:1px solid #d5e1e9;border-radius:8px;padding:13px 12px;margin-top:9px;min-height:46px;color:#284f68;background:#fff;font-size:14px;outline:0;transition:border-color .2s,box-shadow .2s}input:not([type=radio]):focus,textarea:focus,select:focus{border-color:#679eb8;box-shadow:0 0 0 3px #79b4d320}input::placeholder,textarea::placeholder{color:#a0b1bc;opacity:1}textarea{resize:vertical;line-height:1.6}input[type=date]{min-width:0;max-width:100%}.field-note{font-size:12px;color:#8a9eac;line-height:1.6;margin:-8px 0 23px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:10px}.contact-surface .button{font-size:13px;padding:14px 21px;min-height:46px}.back-step{border:0;background:transparent;padding:12px 0;font-size:13px;color:#7b97a8}.review-list{margin:0;border-top:1px solid #e0e8ee}.review-list>div{display:grid;grid-template-columns:1fr 1.7fr;gap:20px;padding:14px 0;border-bottom:1px solid #e0e8ee;align-items:start}.review-list dt{font-size:12px;color:#90a4b2}.review-list dd{font-size:13px;color:#42687f;margin:0;overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.55}.confirmation-note{font-size:13px;background:#f0f6f9;border-radius:10px;padding:17px;line-height:1.6;color:#7e97a8;margin:23px 0}.copy-request{display:block;background:none;border:0;color:#6c90a6;text-decoration:underline;text-underline-offset:3px;font-size:12px;margin:22px 0 0 auto;padding:8px 0}.form-status{font-size:13px;color:#417991;line-height:1.7;margin-top:20px;overflow-wrap:anywhere}.js-motion .reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.7,.2,1)}.js-motion .reveal.visible{opacity:1;transform:none}
@media(min-width:1800px){.site-header{padding-inline:max(5%,calc((100% - 1400px)/2))}.product-opening{padding-inline:max(6%,calc((100% - 1500px)/2))}}
@media(max-width:1100px){.site-header nav{gap:23px}.section{padding-block:90px}.intro{gap:6%}.intro h2{font-size:43px}.intro-copy p:first-child{font-size:19px}.product-feature{grid-template-columns:1fr 1.2fr;padding-block:55px;min-height:590px}.feature-copy h2{font-size:54px}.feature-subtitle{font-size:28px}.pillars{gap:32px}.pillars h3{font-size:24px}.people-copy{padding:65px 10%}.faq-section{gap:7%}.product-opening{min-height:650px}.product-opening h1{font-size:58px}.product-opening .actions{gap:10px}.product-opening .button{font-size:12px}.contact-workspace{gap:6%;grid-template-columns:.8fr 1.4fr}.contact-surface{padding:27px}.footer-top{gap:30px}.footer-top>div{font-size:12px}.local-mark>strong{font-size:130px}}
@media(max-width:800px){:root{--header:72px}.wrap{width:88%}.site-header{padding-inline:6%;gap:20px}.logo{font-size:35px}.logo>span{font-size:6px;letter-spacing:3px;margin-top:10px}.header-actions{gap:16px}.header-actions .button.small{padding:10px 17px;font-size:11px;gap:16px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:36px;height:42px;background:none;border:0;padding:6px}.menu-toggle>span{height:1px;width:23px;background:#264b61;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)}.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:#f7fafc;border-bottom:1px solid #cfdee6;box-shadow:0 16px 25px #163b5014;padding:15px 6% 25px}.site-header nav.open{display:flex;align-items:stretch;flex-direction:column;gap:0}.site-header nav>a{font-size:19px;padding:16px 0}.site-header nav>a[aria-current]:after{bottom:9px;right:auto;width:27px}.home-hero{min-height:770px;max-height:950px;height:calc(100svh - 72px)}.hero-photo{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#dfedf4e0,#dcebf294 55%,#d2e8f024),linear-gradient(0deg,#cce2eccc,transparent 40%)}.hero-content{padding-bottom:90px;justify-content:flex-start;padding-top:115px}.hero-content>.eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:26px;max-width:265px}.hero-content h1{font-size:clamp(46px,9.9vw,70px);line-height:1.1}.hero-intro{font-size:16px;margin:25px 0 27px}.hero-content .actions{gap:13px 22px}.hero-content .button{font-size:12px;padding:15px 20px;gap:19px}.hero-content .button.text{padding-inline:0}.hero-bottom{font-size:9px;letter-spacing:.7px;bottom:23px}.hero-bottom a{font-size:10px;gap:12px}.trust-line{gap:16px;padding:20px 6%;font-size:10px;min-height:65px;flex-wrap:wrap;row-gap:10px}.trust-line i{width:2px;height:2px}.section{padding-block:75px}.eyebrow{font-size:10px;letter-spacing:1.5px}h2{font-size:40px;line-height:1.14}.intro{grid-template-columns:1fr;gap:30px}.intro h2{font-size:clamp(36px,8.7vw,54px)}.intro-copy p:first-child{font-size:20px}.intro-copy p+p{font-size:15px;margin-top:17px}.text-link{font-size:13px}.product-feature{grid-template-columns:1fr;min-height:0;padding:65px 6% 40px;gap:15px}.feature-copy{padding:0}.feature-copy h2{font-size:58px}.feature-subtitle{font-size:27px;margin:18px 0}.feature-copy>p:not(.eyebrow):not(.feature-subtitle){font-size:15px;max-width:450px}.feature-copy .actions{margin-top:27px}.feature-copy .button{font-size:12px}.feature-image{width:112%;margin-left:-6%;max-width:650px;justify-self:center}.feature-image figcaption{font-size:9px}.section-title{align-items:flex-start;flex-direction:column;gap:26px;margin-bottom:38px}.section-title .eyebrow{font-size:9px;line-height:1.8;margin-bottom:20px}.pillars{grid-template-columns:1fr;gap:33px}.pillars article{padding-top:23px}.index{font-size:10px;letter-spacing:1.2px}.pillars h3{font-size:27px;margin:23px 0 15px;max-width:none}.pillars p{font-size:15px;max-width:510px}.people-panel{grid-template-columns:1fr;min-height:0}.people-image{height:360px}.people-copy{padding:55px 6%}.people-copy h2{font-size:43px;margin:22px 0}.people-copy>p:not(.eyebrow){font-size:15px;max-width:450px}.people-copy .eyebrow{font-size:9px;line-height:1.8}.people-tags{font-size:10px;margin-top:30px}.faq-section{grid-template-columns:1fr;gap:37px}.faq-section .eyebrow{font-size:10px}.faq-section>div>p:not(.eyebrow){font-size:15px;margin-top:20px}.faq-list details{padding:22px 0}.faq-list summary{font-size:15px}.faq-list details>p{font-size:14px;padding-right:10px}.closing{padding:70px 0 75px}.closing h2{font-size:clamp(66px,14vw,93px);margin:23px 0}.closing p:not(.eyebrow){font-size:15px}.closing .eyebrow{font-size:9px;letter-spacing:1.1px}.closing .actions{gap:13px 24px}.closing .button{font-size:12px;padding:15px 19px;gap:15px}.closing .button.text{padding-inline:0}.closing-watermark{font-size:70vw;bottom:-10%;right:-5%}.footer{padding:45px 6% 24px}.footer-top{grid-template-columns:1fr 1fr;gap:34px 20px;padding-bottom:35px}.footer-top>p{font-size:13px}.footer-top>div{font-size:12px;gap:14px}.footer-top>div:last-child{grid-column:1/-1}.footer-top>div>span{font-size:9px}.footer-bottom{flex-wrap:wrap;gap:17px;font-size:9px}.footer-bottom>span:nth-child(2){display:none}.product-opening{grid-template-columns:1fr;padding:57px 6% 40px;min-height:0;gap:28px}.product-opening h1{font-size:clamp(49px,11vw,76px);margin:23px 0}.product-opening-copy>.eyebrow{font-size:9px;letter-spacing:1.5px}.product-opening-copy>p:not(.eyebrow){font-size:16px}.product-opening-copy .actions{margin-top:25px;gap:8px 23px}.product-opening figure{width:112%;margin-left:-6%;max-width:650px;justify-self:center}.product-opening figcaption{font-size:8px;margin-top:10px}.product-sections{padding:18px 6%;flex-wrap:wrap;gap:20px}.product-sections strong{font-size:15px}.product-sections>div{order:3;flex-basis:100%;justify-content:space-between;border-top:1px solid #d4e1e9;padding-top:15px;font-size:12px}.product-sections>a{font-size:11px}.product-overview{grid-template-columns:1fr;gap:30px}.product-overview h2{font-size:45px}.overview-copy>p:first-child{font-size:20px}.overview-copy>p+p{font-size:15px}.overview-copy>.note{font-size:12px}.product-detail{grid-template-columns:1fr;gap:40px;padding-bottom:70px}.product-detail figure{max-width:490px;justify-self:center}.product-detail h2{font-size:40px;margin:23px 0 30px}.detail-list h3{font-size:22px}.detail-list p{font-size:14px}.accessories .center h2{font-size:41px}.center>p:not(.eyebrow){font-size:15px}.accessories figure{margin:35px -3% 28px}.accessories figcaption{font-size:8px}.accessory-tabs>button{font-size:12px;padding:11px 24px}.accessory-panel h3{font-size:24px}.accessory-panel p{font-size:14px}.motion-section{min-height:525px}.motion-section>.wrap{padding-block:80px}.motion-section h2{font-size:clamp(40px,9.8vw,65px);margin:23px 0}.motion-section .eyebrow{font-size:9px;letter-spacing:1.2px}.motion-section p:not(.eyebrow){font-size:14px;max-width:270px}.motion-section #motion-toggle{top:10px;font-size:10px}.motion-section .image-note{font-size:9px;margin-top:45px}.about-opening{padding-top:55px}.about-opening h1{font-size:clamp(45px,10.2vw,69px);line-height:1.13}.about-opening>.eyebrow{font-size:9px;margin-bottom:24px}.about-intro{grid-template-columns:1fr;gap:25px;margin-top:35px}.about-intro p:first-child{font-size:21px}.about-intro p:last-child{font-size:15px}.about-statement{padding:70px 0}.about-statement h2{font-size:clamp(35px,8.5vw,57px);line-height:1.17}.local-section{padding:65px 0}.local-section>.wrap{grid-template-columns:1fr;gap:50px}.local-section h2{font-size:41px}.local-section p:not(.eyebrow){font-size:15px}.local-mark{max-width:235px;padding:20px 0}.local-mark>span{font-size:9px}.local-mark>strong{font-size:110px;letter-spacing:-8px}.contact-opening{padding:55px 0 45px}.contact-opening .eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:22px}.contact-opening h1{font-size:clamp(41px,9.7vw,63px);line-height:1.13}.contact-opening>p:last-child{font-size:15px;margin-top:22px}.contact-workspace{grid-template-columns:1fr;gap:40px;padding:0 0 75px}.contact-aside{order:2;padding-top:0}.contact-aside h2{font-size:26px}.contact-aside>p{font-size:15px;max-width:none}.contact-expect>p{max-width:none}.contact-surface{padding:23px 19px;border-radius:18px}.contact-tabs{grid-template-columns:1.4fr 1fr;margin-bottom:27px}.contact-tabs button{font-size:11px;padding:12px 6px}.step-indicator{gap:8px;margin-bottom:28px}.step-indicator li{font-size:10px;gap:6px}.step-indicator li>span{height:21px;width:21px}.contact-surface form h2{font-size:23px}.form-intro{font-size:13px;margin:13px 0 25px}.choice{padding:14px;gap:11px}.choice strong{font-size:13px}.choice small{font-size:11px}.form-row{grid-template-columns:1fr;gap:0}.contact-surface label:not(.choice){font-size:12px;margin-bottom:22px}input:not([type=radio]),textarea,select{font-size:16px;padding:13px 11px}.field-note{font-size:11px}.contact-surface .button{font-size:12px;padding:14px 17px;gap:14px}.review-list>div{grid-template-columns:1fr 1.5fr;gap:15px}.review-list dt{font-size:11px}.review-list dd{font-size:12px}.confirmation-note{font-size:12px;padding:15px}.form-actions{gap:12px}.back-step{font-size:12px}.copy-request{font-size:11px}.form-status{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}.hero-photo{transform:none!important}}
/* Final legibility and seamless image treatment. */
.feature-image img,.product-opening figure img{mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent),linear-gradient(to bottom,transparent,#000 6%,#000 87%,transparent);mask-composite:intersect}
.form-intro,.field-note,.choice small,.contact-expect>p,.contact-aside>p,.confirmation-note{color:#647f90}.step-indicator li{color:#748c9b}.contact-tabs button{color:#627e90}.review-list dt{color:#738a98}.contact-surface label:not(.choice){color:#4e6d80}.contact-opening>p:last-child,.intro-copy p+p,.pillars p,.faq-section>div>p:not(.eyebrow),.faq-list details>p,.overview-copy>p+p,.about-intro p:last-child{color:#657f90}.contact-surface{scroll-margin-top:100px}
/* Distributor identity: quiet editorial typography and genuine product photographs. */
:root{--paper:#fafaf8;--ink:#17242b;--accent:#29426f;--muted:#647079;--night:#243862}body{background:var(--paper)}.site-header{background:#fafaf8ed}.site-header nav{gap:26px}.brand-opening{padding-top:105px;padding-bottom:28px}.brand-copy{max-width:1080px}.brand-copy h1{font-size:clamp(58px,7.7vw,112px);line-height:1.02;letter-spacing:-.065em;margin:32px 0}.brand-copy h1 span{color:#71808b}.brand-copy>p:not(.eyebrow){font-size:21px;max-width:600px;color:#59646a}.brand-copy .actions{margin-top:32px}.brand-foot{display:flex;justify-content:space-between;margin-top:95px;border-top:1px solid var(--line);padding-top:23px;font-size:12px;color:#647079}.business-intro{padding-block:85px}.business-intro>div{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;margin-top:28px;align-items:start}.business-intro h2{font-size:42px}.business-intro p:not(.eyebrow){font-size:18px;color:#626d73}.real-product{display:grid;grid-template-columns:1fr 1fr;background:#eef0f2;border-radius:8px;overflow:hidden;align-items:center}.real-product figure{background:#243862}.real-product figure img{aspect-ratio:1/1.02;object-fit:contain}.real-product>div{padding:45px}.real-product h2{margin:20px 0}.real-product p{color:#657078;margin-bottom:24px;font-size:16px}.real-product p.lead{font-size:21px;color:var(--ink)}.real-product .eyebrow{font-size:11px;margin:0}.product-caption{display:block;font-size:10px;color:#68747c;margin-top:30px}.import-band{background:#243862;color:#fff;padding:95px 0}.import-band h2{margin:24px 0;font-size:clamp(46px,5.6vw,78px)}.import-band p:not(.eyebrow){max-width:620px;font-size:19px;color:#d7deeb}.import-band .actions{margin-top:32px}.route-line{display:flex;align-items:center;gap:25px;font-size:10px;letter-spacing:1.7px;margin-top:70px;color:#c6d2e9}.route-line i{flex:1;height:1px;background:#7180a0;position:relative}.route-line i:after{content:'';position:absolute;right:0;top:-2px;width:5px;height:5px;background:#bfcfeb;border-radius:50%}.actual-opening{background:#f0f1f2;color:var(--ink)}.actual-opening figure{background:#243862;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.actual-opening figure img{mask-image:none!important;object-fit:contain;max-height:660px}.actual-opening figure figcaption{position:static;color:#d4dbea;text-align:center;padding:18px;font-size:10px}.actual-opening .product-opening-copy p{color:#596873}.actual-opening .button.light{background:var(--ink);color:white}.product-detail figure{background:#243862;border-radius:6px;overflow:hidden}.product-detail figure figcaption{color:#d7dfef;padding:15px;text-align:center}.accessories figure{max-width:700px;margin:42px auto}.accessories figure img{border-radius:4px}.accessories figcaption{font-size:10px;color:#667079;text-align:center;padding:12px}.closing{background:#e9edf0}.closing h2{font-size:clamp(48px,6vw,80px)}.closing-watermark{display:none}.about-statement{background:#243862}.about-statement h2{font-size:clamp(38px,4.6vw,66px)}.local-section{background:#eef0f2}.reveal{transition-duration:.55s!important}dialog{border:0;border-radius:18px;padding:34px;width:min(610px,calc(100% - 32px));max-height:calc(100svh - 40px);overflow:auto;background:#fafaf8;color:var(--ink);box-shadow:0 30px 100px #0004}dialog::backdrop{background:#101b2b88;backdrop-filter:blur(7px)}dialog[open]{animation:dialog-in .22s ease-out}.dialog-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dialog-top .eyebrow{font-size:10px}.dialog-close{width:36px;height:36px;border:1px solid #d6dde0;border-radius:50%;background:transparent;font-size:25px;color:var(--ink)}dialog h2{font-size:36px}.dialog-intro{margin:12px 0 22px;color:#69757c}dialog label{display:block;font-size:12px;color:#53616a;margin-bottom:16px}dialog input,dialog select,dialog textarea{display:block;width:100%;margin-top:8px;border:1px solid #d0d8df;background:white;border-radius:7px;padding:12px;color:var(--ink);min-height:45px}dialog textarea{resize:vertical}dialog .form-row{gap:16px}dialog .field-note{font-size:12px;margin:10px 0 20px}dialog .actions{gap:20px}.copy-enquiry{border:0;background:transparent;text-decoration:underline;text-underline-offset:4px;font-size:13px;color:#526471}.dialog-contact{display:block;margin-top:25px;border-top:1px solid #d5dce1;padding-top:20px;font-size:12px;color:#546579}.enquiry-hint{padding:12px;background:#eaf0f4;font-size:12px;line-height:1.5;margin-bottom:18px;border-radius:6px}body.dialog-open{overflow:hidden}@keyframes dialog-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1000px){.site-header nav{gap:17px}.brand-opening{padding-top:75px}.real-product>div{padding:30px}.real-product .actions{gap:10px}.real-product h2{font-size:44px}}
@media(max-width:800px){.brand-opening{padding-top:65px}.brand-copy h1{font-size:clamp(47px,9vw,72px)}.brand-copy>p:not(.eyebrow){font-size:18px}.brand-foot{margin-top:60px;gap:20px;font-size:10px}.business-intro{padding-block:65px}.business-intro>div{grid-template-columns:1fr;gap:24px}.business-intro h2{font-size:36px}.real-product{grid-template-columns:1fr}.real-product figure img{max-height:440px}.real-product>div{padding:35px 25px}.real-product h2{font-size:42px}.import-band{padding:65px 0}.import-band p:not(.eyebrow){font-size:17px}.route-line{gap:12px;font-size:8px;letter-spacing:1px}.actual-opening figure{margin:0!important}.actual-opening figure img{max-height:460px}.actual-opening figure figcaption{padding:12px}.closing h2{font-size:48px}.brand-copy .actions{gap:10px 25px}dialog{padding:24px;max-height:calc(100svh - 24px)}dialog h2{font-size:31px}dialog .form-row{grid-template-columns:1fr}dialog .form-row label{margin-bottom:16px}}
@media(prefers-reduced-motion:reduce){dialog[open]{animation:none}html{scroll-behavior:auto}}
/* Movement campaign: photographic opening, mist-blue surfaces, translucent layers. */
:root{--paper:#eff6f7;--ink:#15313d;--accent:#267b92;--line:#ccdde2}body{background:var(--paper)}h1,h2{font-weight:450;letter-spacing:-.055em}.site-header{background:#eff6f7ed;border-bottom:0;height:86px}.logo{font-weight:550}.site-header nav>a{color:#526c78}.campaign-hero{margin:0 20px;min-height:700px;height:calc(100svh - 106px);max-height:940px;border-radius:18px;position:relative;overflow:hidden;background:#538da7;color:white;isolation:isolate}.campaign-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1) scale(1.06);mix-blend-mode:screen;filter:grayscale(.25) contrast(1.2);object-position:center 57%;z-index:-3}.campaign-wash{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#244d67c9 0%,#315f752e 55%,#487e9400 80%),linear-gradient(0deg,#0c293dd1,transparent 48%)}.campaign-copy{padding:75px 5%;width:65%;position:relative}.campaign-copy .eyebrow{font-size:10px;color:#dcebf0;margin-bottom:36px}.campaign-copy h1{font-size:clamp(62px,6.8vw,102px);line-height:1.01;letter-spacing:-.055em;font-weight:400}.campaign-copy h1 em{font-style:normal;color:#bfe9f1}.campaign-copy>p:not(.eyebrow){font-size:16px;line-height:1.6;color:#e1edf1;margin:26px 0}.campaign-copy .button.light{background:#b9e6ee;color:#123645;font-size:12px;padding:11px 12px 11px 21px;gap:24px;min-height:42px}.campaign-copy .button>span{background:white;width:28px;height:28px;border-radius:50%;display:grid;place-items:center}.hero-product{position:absolute;right:4%;top:8%;width:182px;border:1px solid #ffffff5c;background:#dceef233;backdrop-filter:blur(20px);padding:12px;border-radius:14px;box-shadow:0 20px 60px #112c391a;transition:transform .4s,background .4s}.hero-product:hover{transform:translateY(-6px);background:#dceef255}.hero-product>.eyebrow{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1px}.hero-product img{height:125px;object-fit:cover;margin:10px 0;border-radius:8px}.hero-product>span:last-child{font-size:13px;display:block}.hero-product small{display:block;font-size:10px;color:#d8eaf0;margin-top:5px}.campaign-bottom{position:absolute;bottom:28px;left:5%;right:5%;border-top:1px solid #d4ebf24d;padding-top:20px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:10px;letter-spacing:1px}.campaign-bottom>a{font-size:12px;letter-spacing:0}.campaign-bottom i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#9ee8f5;margin-right:10px;box-shadow:0 0 12px #9ee8f5}.campaign-coordinate{position:absolute;right:4%;top:48%;font-size:9px;writing-mode:vertical-rl;letter-spacing:2px;color:#d8eaf0}.business-intro{text-align:center;max-width:920px;padding:110px 0 100px}.business-intro>div{display:block}.business-intro h2{font-size:clamp(36px,4vw,56px);line-height:1.13;margin-bottom:28px}.business-intro h2 span{color:#5c8e9b}.business-intro p:not(.eyebrow){max-width:690px;margin:auto;font-size:18px}.business-intro>.eyebrow{font-size:10px;color:#6b929e}.real-product{background:#dfedf0;border-radius:24px}.real-product figure{border-radius:20px;margin:18px;overflow:hidden}.real-product h2{font-weight:400}.real-product>div{padding:40px}.pillars{gap:24px}.pillars article{border-top:0!important;padding:35px!important;background:linear-gradient(150deg,#e0eef2,#f6fafb);border-radius:18px;min-height:240px;transition:transform .4s}.pillars article:hover{transform:translateY(-6px)}.pillars .index{color:#5790a3}.pillars h3{font-weight:450}.import-band{position:relative;overflow:hidden;background:radial-gradient(ellipse at 80% 0%,#80b7c9,transparent 60%),linear-gradient(110deg,#285f7e,#498daa);border-radius:24px;margin:0 20px;padding:95px 0}.import-band:after{content:'';position:absolute;width:600px;height:600px;border:1px solid #e2f5ff33;border-radius:50%;right:-170px;top:30px;pointer-events:none}.import-band .wrap{position:relative;z-index:1}.import-band h2{font-weight:400}.import-band p:not(.eyebrow){color:#e0eff3}.route-line{color:#e2eff3}.route-line i{background:#d5edf35c}.faq-list details{background:#e5eff2;border:0;border-radius:10px;margin-bottom:10px;padding:0 22px}.closing{background:linear-gradient(110deg,#d7e8ed,#a8cbd8);border-radius:24px;margin:0 20px;overflow:hidden}.closing h2{font-weight:400}.closing h2 span{color:#47768b}.footer{background:var(--paper)}.actual-opening{background:#dcebf0;border-radius:20px;margin:0 20px;overflow:hidden}.actual-opening figure{border-radius:16px;margin:20px}.about-statement{background:linear-gradient(120deg,#215572,#5997ac)}.local-section{background:#dfedf0}.contact-surface{box-shadow:0 16px 60px #33596e0a}.button.primary,.button.small{background:#173e51}.button.primary:hover,.button.small:hover{background:#28617a}
@media(min-width:801px){body[data-page="Home"] .section-title{justify-content:center;text-align:center}body[data-page="Home"] .section-title h2 span{color:#608c9a}}
@media(max-width:800px){.site-header{height:72px}.campaign-hero{margin:0 10px;border-radius:14px;min-height:740px;height:calc(100svh - 82px)}.campaign-copy{padding:42px 24px;width:100%}.campaign-copy .eyebrow{margin-bottom:26px;font-size:9px}.campaign-copy h1{font-size:clamp(45px,9.5vw,70px)}.campaign-copy>p:not(.eyebrow){font-size:14px;margin:22px 0}.campaign-photo{object-fit:cover;object-position:64% 50%;transform:scaleX(-1) scale(1.02);width:150%;max-width:none;left:-10%;top:17%;height:83%}.campaign-wash{background:linear-gradient(180deg,#285773e6 0%,#315f7560 45%,#1231492e 64%,#0c293df0 100%)}.hero-product{top:auto;bottom:91px;right:20px;width:135px;padding:9px;background:#dceef22b}.hero-product img{height:90px;margin:8px 0}.hero-product .eyebrow{font-size:6px}.hero-product>span:last-child{font-size:11px}.hero-product small{font-size:9px}.campaign-bottom{bottom:20px;left:24px;right:24px;align-items:start;flex-direction:column;gap:12px;font-size:8px;padding-top:14px}.campaign-bottom>a{font-size:11px}.campaign-coordinate{display:none}.business-intro{padding-block:75px}.business-intro p:not(.eyebrow){font-size:16px}.real-product figure{margin:12px}.real-product>div{padding:26px}.pillars article{min-height:0;padding:28px!important}.import-band,.closing{margin:0 10px;border-radius:16px}.import-band{padding-block:65px}.actual-opening{margin:0 10px}.actual-opening figure{margin:12px!important}.closing h2{font-size:43px}.section{padding-block:75px}}
@media(max-width:800px){.campaign-photo{object-position:0% 50%}}
/* Interactive connection studies: all movement follows the visitor's scroll. */
.real-product figure,.product-detail figure,.actual-opening figure{background:#d7e9f7;overflow:hidden}.real-product figure img,.product-detail figure img{transition:transform .18s linear;will-change:transform}.actual-opening figure figcaption,.product-detail figure figcaption{color:#526f83;font-size:10px}.accessories figure{max-width:1050px;overflow:hidden;border-radius:22px;background:#d5e8f6}.accessories figure img{border-radius:22px}.accessory-tabs{position:relative;z-index:2}.accessory-panel{min-height:130px}.flow-section{padding:95px 0;overflow:hidden;background:#e5f0f4}.flow-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:5%}.flow-copy h2{margin:25px 0;font-weight:400}.flow-copy h2 span{color:#658f9e}.flow-copy>p:not(.eyebrow){max-width:410px;font-size:17px;color:#5e7886}.flow-scroll{display:flex;align-items:center;gap:35px;font-size:9px;letter-spacing:1px;margin-top:35px;color:#557b8d}.flow-art{position:relative;min-width:0}.flow-svg{display:block;width:100%;overflow:visible}.flow-under{fill:none;stroke:#79a6b7;stroke-width:.75;opacity:.28}.flow-live{fill:none;stroke:#4097b9;stroke-width:1.5;stroke-linecap:round;filter:drop-shadow(0 0 5px #a0ebfa)}.trace{stroke-dasharray:1;stroke-dashoffset:var(--flow-offset,.5)}.flow-dots{fill:#effcff;filter:drop-shadow(0 0 5px #78d8ef)}.flow-labels{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #a3c3d14d;padding-top:22px;font-size:12px;color:#456f84}.flow-labels span{display:flex;align-items:center;gap:9px}.flow-labels i{width:5px;height:5px;border-radius:50%;background:#56b5cf;box-shadow:0 0 12px #82e2fb}.flow-caption{display:block;text-align:right;color:#668b9c;font-size:9px;margin-top:18px}.flow-orbit{background:radial-gradient(ellipse at 75% 50%,#bbdce9,#edf5f7 60%)}.flow-route{background:#0e2a3c;color:#ecf6fa}.flow-route .flow-copy p:not(.eyebrow){color:#b8cfdc}.flow-route .flow-copy h2 span{color:#91cadd}.flow-route .flow-labels,.flow-route .flow-caption,.flow-route .flow-scroll{color:#b6cdd8}.flow-route .flow-under{stroke:#8ac3d8}.flow-route .flow-live{stroke:#8acfe7}.system-story{background:radial-gradient(ellipse at 50% 60%,#214b63,#0a2335 70%);color:#f1f8fb;padding:95px 0;overflow:hidden}.story-heading{text-align:center}.story-heading h2{margin:22px 0}.story-heading h2 span{color:#9ecfdf}.story-heading>p:last-child{font-size:16px;color:#bdd2df}.story-stage{position:relative;max-width:940px;margin:0 auto;touch-action:pan-y;user-select:none}.story-stage>.flow-svg{width:85%;margin:auto}.story-stage .flow-under{stroke:#77b6d0;opacity:.25}.story-stage .flow-live{stroke:#8ed6ef;transition:opacity .5s}.story-stage[data-stage="0"] .flow-live{opacity:.4}.story-stage[data-stage="1"] .flow-live{opacity:.75}.story-stage[data-stage="2"] .flow-live{opacity:1}.story-console{position:absolute;left:0;top:50%;transform:translateY(-50%);width:15%;text-align:center;z-index:2;color:#9bcadd}.story-console svg{width:100%;fill:#16394d;stroke:#9ad3e7;stroke-width:1}.story-console svg rect:nth-child(2){fill:#234d65}.story-console span{font-size:9px;letter-spacing:2px}.story-end{position:absolute;right:1%;top:50%;transform:translateY(-50%);width:11%;display:flex;flex-direction:column;align-items:center;gap:20px}.end-node{width:42px;height:42px;border-radius:50%;border:1px solid #7db3c9;background:#14354a;display:grid;place-items:center;font-size:12px;transition:box-shadow .5s,background .5s}.story-stage[data-stage="2"] .end-node{box-shadow:0 0 25px #65d5ef44;background:#32637c}.story-end small{font-size:7px;white-space:nowrap;letter-spacing:1px;color:#a8c7d6}.story-graphic-note{position:absolute;left:50%;bottom:0;transform:translateX(-50%);white-space:nowrap;font-size:9px;color:#8eaabd}.story-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:35px}.story-step{color:#bfd1db;border:0;border-top:1px solid #58788c;background:transparent;padding:24px 0;text-align:left;transition:color .3s,border-color .3s}.story-step.active{color:white;border-color:#9ce6f5}.story-step>span{font-size:11px;display:block;color:#8dd9ed;margin-bottom:15px}.story-step strong{display:block;font-size:20px;font-weight:400;letter-spacing:-.5px;margin-bottom:12px}.story-step small{display:block;font-size:13px;line-height:1.65;max-width:280px;color:#b2cbd9}.story-foot{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #426478;padding-top:24px;font-size:11px;color:#a8c6d8}.story-foot a{color:#c9edf7}.story-step:focus-visible{outline-color:#b3eafa}.flow-orbit .flow-svg{transform:rotate(calc(var(--flow-progress,.5)*35deg));transform-origin:50% 50%}.flow-route .flow-svg{transform:translateY(calc((.5 - var(--flow-progress,.5))*18px))}.contact-opening{position:relative}.contact-opening:after{content:'';position:absolute;right:0;bottom:20%;width:110px;height:110px;border:1px solid #a3c9d6;border-radius:50%;box-shadow:0 0 0 18px #c8e4ed44,0 0 0 40px #c8e4ed22;pointer-events:none}.actual-opening img{object-fit:contain!important}.product-caption{line-height:1.5}
@media(max-width:800px){.flow-section,.system-story{padding:65px 0}.flow-layout{grid-template-columns:1fr;gap:30px}.flow-copy h2{font-size:40px}.flow-copy>p:not(.eyebrow){font-size:16px}.flow-scroll{margin-top:22px}.flow-labels{font-size:10px;gap:10px}.flow-caption{font-size:8px}.story-heading h2{font-size:43px}.story-heading>p:last-child{font-size:14px}.story-stage{margin:20px -10px}.story-stage>.flow-svg{height:290px}.story-console{width:19%;left:0}.story-console span{font-size:7px;letter-spacing:1px}.story-end{width:15%;right:0;gap:13px}.end-node{width:30px;height:30px;font-size:10px}.story-end small{font-size:5px;letter-spacing:0}.story-graphic-note{font-size:7px}.story-controls{gap:12px;margin-top:20px}.story-step{padding:18px 0}.story-step strong{font-size:15px;line-height:1.3;min-height:40px}.story-step small{font-size:11px}.story-foot{font-size:10px;flex-direction:column;gap:15px}.contact-opening:after{display:none}.real-product figure img,.product-detail figure img{will-change:auto}}
@media(prefers-reduced-motion:reduce){.flow-svg,.real-product figure img,.product-detail figure img{transform:none!important;transition:none!important}.trace{stroke-dashoffset:0}.story-step,.end-node,.flow-live{transition:none!important}.flow-scroll{display:none}}
.actual-opening figure{width:calc(100% - 40px);margin:20px;align-self:center}.actual-opening figure img,.product-detail figure img,.accessories figure img{mix-blend-mode:normal;mask-image:none}.actual-opening figure img{max-height:620px}.actual-opening{min-height:650px}.actual-opening .product-opening-copy{padding-block:80px}@media(max-width:800px){.actual-opening figure{width:calc(100% - 24px);margin:12px!important}.actual-opening .product-opening-copy{padding-block:55px}.actual-opening{min-height:0}}
/* Immediate, legible diagrams with continuous scroll motion. */
.flow-under{opacity:.5;stroke-width:1.15}.flow-live{stroke-width:1.8;filter:none}.trace{stroke-dashoffset:var(--flow-offset,.36)}.flow-dots{filter:drop-shadow(0 0 3px #64c9e7)}.flow-orbit .flow-svg{transform:rotate(calc(var(--flow-progress,0)*12deg))}.flow-route .flow-svg{transform:none}.connection-nodes{fill:#e7f4f8;stroke:#5d9db4;stroke-width:1.6}.connection-nodes rect,.connection-nodes path{fill:none;stroke:#3b7c96;stroke-width:2}.connection-nodes circle:nth-child(5){fill:none}.connection-titles{fill:#416d80;font-size:16px;text-anchor:middle;letter-spacing:.5px}.flow-connection .flow-svg{min-height:220px}.story-stage>.flow-svg{width:100%;height:auto;aspect-ratio:700/450}.story-console{left:1%;width:16%;top:50%}.story-end{right:2%;width:12%;height:61%;justify-content:space-around;gap:0}.story-end small{position:absolute;bottom:-20px}.story-stage .flow-live{opacity:1!important}.story-stage .flow-under{opacity:.5}.story-stage[data-stage="0"] .story-console{filter:drop-shadow(0 0 9px #84d7ea66)}.story-stage[data-stage="1"] .flow-live{stroke:#d0f5ff;stroke-width:2.5}.story-stage[data-stage="2"] .end-node{background:#427f98;box-shadow:0 0 16px #74d9ef44}.story-controls{margin-top:25px}.real-product figure img,.product-detail figure img{transform:none!important;will-change:auto;transition:none}
@media(max-width:800px){.flow-layout{gap:12px}.flow-section{padding-block:48px}.flow-copy h2{margin:16px 0}.flow-scroll{margin-top:16px}.flow-art{margin-top:0}.flow-connection .flow-svg{min-height:0}.connection-titles{font-size:19px}.story-stage{margin:24px 0 10px}.story-stage>.flow-svg{height:auto;aspect-ratio:700/450}.story-console{width:17%}.story-end{height:67%;right:1%}.story-end small{bottom:-14px}.story-graphic-note{bottom:-18px;font-size:6px}.story-controls{margin-top:35px}.end-node{width:25px;height:25px}.story-console span{font-size:6px}.story-heading h2{font-size:38px}.system-story{padding-block:48px}}
@media(prefers-reduced-motion:reduce){.flow-svg{transform:none!important}.trace{stroke-dashoffset:0!important}.flow-dots{display:none}}
