:root{--forest:#102a22;--ink:#1b3027;--paper:#f7f5ef;--cream:#eae4d6;--gold:#b69b68;--muted:#6c766f;--line:#dcded4;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:wait;opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline-offset:5px;outline:3px solid #ba965b}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}h1,h2{letter-spacing:-.045em;white-space:pre-line;font-weight:500}p{line-height:1.9}.shell{width:min(1320px,100% - 112px);margin-inline:auto}.section-pad{padding-block:116px}.eyebrow{letter-spacing:.19em;color:#73836c;align-items:center;gap:12px;font-size:10px;font-weight:600;line-height:1.6;display:inline-flex}.eyebrow>i{border:1px solid var(--gold);width:6px;height:6px;display:inline-block;transform:rotate(45deg)}.muted-light{color:#c7ccb8}.tiny-label{letter-spacing:.16em;color:#81907c;font-size:9px}.button{letter-spacing:.04em;isolation:isolate;border:1px solid #0000;justify-content:space-between;align-items:center;gap:40px;min-height:52px;padding:16px 22px;font-size:12px;font-weight:500;transition:background .3s,transform .3s;display:inline-flex;position:relative;overflow:hidden}.button svg{transition:transform .35s var(--ease);flex-shrink:0}.button:hover svg{transform:translate(3px,-3px)}.button:hover{transform:translateY(-2px)}.button:before{content:"";transition:transform .65s var(--ease);z-index:-1;background:linear-gradient(110deg,#0000 20%,#fff2 50%,#0000 80%);position:absolute;inset:0;transform:translate(-110%)}.button:hover:before{transform:translate(110%)}.button-dark{background:var(--forest);color:#f5f2e8}.button-light{color:var(--forest);background:#ebe5d4}.button-outline{color:#edece3;background:0 0;border-color:#d7d9c95e}.text-link{border-bottom:1px solid #b5bead;align-items:center;gap:25px;padding-bottom:7px;font-size:12px;line-height:2;display:inline-flex}.text-link svg{transition:transform .3s}.text-link:hover svg{transform:translate(3px,-3px)}.icon-button{background:0 0;border:0;place-items:center;width:44px;height:44px;display:grid}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.mobile-only{display:none}.site-header{z-index:30;color:#e8eade;border-bottom:1px solid #ffffff21;transition:background .35s,color .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;gap:30px;width:min(1440px,100% - 80px);height:91px;margin:auto;display:flex}.brand{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.brand-mark{width:35px;height:38px;color:var(--gold);display:block;position:relative;overflow:hidden}.brand-mark span{background:currentColor;width:8px;position:absolute;top:0;bottom:0;left:14px;transform:skew(29deg)}.brand-mark span+span{transform:skew(-29deg)}.brand strong{letter-spacing:.17em;font-size:21px;font-weight:550}.brand small{letter-spacing:.1em;opacity:.72;margin-top:4px;font-size:9px;font-weight:400;display:block}.desktop-nav{gap:35px;display:flex}.desktop-nav a{letter-spacing:.06em;padding:16px 0;font-size:12px;position:relative}.desktop-nav a:after{content:"";background:var(--gold);height:1px;transition:right .3s;position:absolute;bottom:7px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-actions{align-items:center;gap:25px;font-size:11px;display:flex}.language-tag{opacity:.75;align-items:center;gap:7px;display:flex}.nav-contact{border:1px solid #fff5;align-items:center;gap:20px;padding:12px 16px;display:flex}.nav-contact:hover{background:#ffffff14}.menu-toggle{display:none}.site-header.scrolled,.site-header.menu-open{color:var(--ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f5eff2;border-color:#1d33261a;box-shadow:0 2px 22px #16312505}.scrolled .nav-contact,.menu-open .nav-contact{border-color:#aeb5a4}.scrolled .header-inner{height:75px}.mobile-nav{display:none}.hero{color:#f6f5ee;background:#11251f;height:min(890px,100svh);min-height:690px;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:60% center;width:100%;height:100%;animation:hero-pan 2.4s var(--ease) both;position:absolute}.hero-shade{background:linear-gradient(90deg,#0a201def 0%,#0d251cd9 32%,#10261d67 66%,#10261d17 100%),linear-gradient(#10251f55 0%,#0000 68%,#061e1bd4 100%);position:absolute;inset:0}.hero-grain{opacity:.075;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' opacity='.3' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-inner{flex-direction:column;justify-content:center;height:100%;padding-top:92px;display:flex;position:relative}.hero-content{animation:hero-enter 1.2s .15s var(--ease) both;padding-bottom:65px}.hero h1{letter-spacing:.005em;text-shadow:0 2px 20px #061c1933;max-width:900px;margin:28px 0 24px;font-family:Songti SC,Noto Serif CJK SC,STSong,serif;font-size:clamp(47px,4.7vw,76px);line-height:1.38}.hero-description{white-space:pre-line;color:#d5ddcf;letter-spacing:.03em;max-width:640px;font-size:14px;font-weight:300;line-height:2.05}.hero-buttons{gap:17px;margin-top:36px;display:flex}.hero-buttons .button{min-width:160px}.hero-bottom{border-top:1px solid #ffffff2b;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;display:flex;position:absolute;bottom:35px;left:0;right:0}.hero-signature{letter-spacing:.14em;align-items:center;gap:15px;font-size:10px;line-height:1.85;display:flex}.signature-rule{background:var(--gold);width:29px;height:1px}.hero-signature small{color:#bfceba;letter-spacing:.19em;font-size:8px}.scene-caption{letter-spacing:.035em;color:#e6eadaad;font-size:9px}.scroll-cue{letter-spacing:.15em;color:#d2d9c9;align-items:center;gap:26px;font-size:8px;display:flex}.scroll-cue svg{animation:2.5s ease-in-out infinite scroll-cue}.hero-index{letter-spacing:.1em;color:#dce3d7;justify-items:center;gap:17px;font-size:9px;display:grid;position:absolute;top:48%;right:40px}.hero-index i{background:#ffffff52;width:1px;height:85px;display:block;position:relative}.hero-index i:before{content:"";background:#d7bc80;position:absolute;inset:0 0 66%}.business-ribbon{background:#ebe8dc;border-bottom:1px solid #d9ddcd}.ribbon-inner{justify-content:space-between;align-items:center;gap:25px;min-height:77px;display:flex}.ribbon-inner span{letter-spacing:.18em;white-space:nowrap;align-items:center;gap:9px;font-size:10px;display:flex}.ribbon-inner span:nth-child(2n){color:#849080;letter-spacing:.2em;font-size:9px}.ribbon-inner i{background:var(--gold);width:4px;height:4px;transform:rotate(45deg)}.about-section{grid-template-columns:1fr 1.1fr;gap:110px;display:grid}.about-heading h2{letter-spacing:.01em;margin-top:25px;font-family:Songti SC,STSong,serif;font-size:60px;line-height:1.42}.about-body{padding-top:29px}.large-copy{color:#566554;font-size:16px;line-height:2.12}.about-facts{border-top:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;gap:26px;margin-top:32px;margin-bottom:32px;padding-top:29px;display:grid}.stat-number{letter-spacing:-.055em;font-family:Georgia,serif;font-size:49px;font-weight:400;line-height:1.2}.stat-number i{color:#7c886f;letter-spacing:.06em;margin-left:10px;font-family:inherit;font-size:9px;font-style:normal}.about-facts p{color:#89917e;margin-top:9px;font-size:10px}.about-seal{color:#728069;border-left:1px solid var(--line);align-items:center;gap:13px;padding-left:26px;display:flex}.about-seal span{font-size:11px;line-height:1.9}.business-section{background:#eeeee5;padding-top:96px}.section-heading{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:52px;display:flex}.section-heading h2{margin-top:20px;font-size:43px;line-height:1.45}.section-heading>p{color:#7b8575;max-width:285px;padding-bottom:8px;font-size:12px;line-height:1.95}.business-stage{grid-template-columns:.86fr 1.5fr;align-items:stretch;gap:65px;display:grid}.business-tabs{border-top:1px solid #bfc8b7;flex-direction:column;display:flex}.business-tab{text-align:left;background:0 0;border:0;border-bottom:1px solid #c9d0c1;flex:1;padding:23px 0 24px;transition:opacity .3s;display:block}.business-tab:not(.active){opacity:.65}.business-tab-top{align-items:center;gap:17px;display:flex}.business-tab-top>span{color:#879378;font-size:10px}.business-tab-top>small{letter-spacing:.08em;flex:1;font-size:9px;font-weight:400}.business-tab-top svg{transition:transform .4s}.business-tab.active .business-tab-top svg{color:#947a4a;transform:rotate(45deg)}.business-tab h3{letter-spacing:.025em;margin-top:12px;font-size:27px;font-weight:500}.business-tab-detail{grid-template-rows:0fr;transition:grid-template-rows .4s;display:grid}.business-tab-detail p{color:#6f7b67;margin-top:8px;font-size:12px}.business-tab-detail>span{color:#7e8876;max-width:315px;margin-top:9px;font-size:11px;line-height:1.9;display:none}.business-tab.active .business-tab-detail>span{animation:hero-enter .5s var(--ease) both;display:block}.business-tab.active h3{color:#12382a}.business-image-panel{background:#dbe1d0;min-height:537px;position:relative;overflow:hidden}.business-image-panel>img{object-fit:cover;width:100%;height:100%;animation:image-enter .7s var(--ease) both;transition:transform .6s;position:absolute}.business-image-panel:hover>img{transform:scale(1.025)}.business-image-panel:after{content:"";pointer-events:none;background:linear-gradient(#0000,#061e18b3);position:absolute;inset:40% 0 0}.business-image-panel>.scene-caption{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fffffff0;background:#11281f33;border:1px solid #ffffff42;padding:7px 10px;position:absolute;top:20px;left:22px}.business-image-footer{z-index:2;justify-content:space-between;align-items:center;gap:18px;display:flex;position:absolute;bottom:30px;left:30px;right:30px}.business-image-footer>div{flex-wrap:wrap;gap:8px;display:flex}.business-image-footer>div>span{color:#edf1e7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border:1px solid #d6e0cf70;padding:8px 12px;font-size:10px}.circle-action{background:#ebe5d4;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:53px;height:53px;transition:transform .35s;display:grid}.circle-action:hover{transform:rotate(45deg)}.business-image-panel.wellness{background:radial-gradient(at 50% 40%,#fff 10%,#dde4d6 100%)}.business-image-panel.wellness>img{object-fit:contain;padding:65px}.business-image-panel.wellness:after{opacity:.65}.intelligence-section{color:#eaeedf;background:#10271f;padding:75px 0 87px;position:relative;overflow:hidden}.intelligence-top{justify-content:space-between;align-items:center;margin-bottom:50px;display:flex}.section-code{letter-spacing:.15em;color:#91a18a;font-size:9px}.intelligence-grid{z-index:1;grid-template-columns:1fr 1.27fr;align-items:center;gap:65px;display:grid;position:relative}.intelligence-copy h2{letter-spacing:.015em;font-family:Songti SC,STSong,serif;font-size:48px;line-height:1.48}.intelligence-copy>p{color:#adbea5;max-width:378px;margin:26px 0 30px;font-size:12px;line-height:2}.intelligence-copy .button{gap:35px;min-height:49px;font-size:11px}.intelligence-visual{padding:11px;position:relative}.intelligence-visual>img{aspect-ratio:1.42;object-fit:cover;opacity:.84;width:100%}.intelligence-visual:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#061d1999);position:absolute;inset:11px}.image-corner{border-color:#a5b891;width:38px;height:38px;position:absolute}.corner-tl{border-top:1px solid;border-left:1px solid;top:0;left:0}.corner-br{border-bottom:1px solid;border-right:1px solid;bottom:0;right:0}.intelligence-visual>.scene-caption{z-index:1;background:#0b221bac;padding:6px 8px;font-size:8px;position:absolute;top:27px;left:27px}.compute-label{z-index:1;letter-spacing:.08em;color:#c8d6bd;align-items:center;gap:13px;font-size:8px;line-height:1.8;display:flex;position:absolute;bottom:35px;left:34px}.compute-label strong{font-size:9px;font-weight:400}.pulse-dot{background:#b7d2ab;border-radius:50%;width:6px;height:6px;animation:3s infinite pulse;box-shadow:0 0 0 5px #b7d2ab15}.ai-pillars{z-index:1;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:62px;display:grid;position:relative}.ai-pillar{border-top:1px solid #b2c2a42b;padding:24px 0 0;position:relative}.ai-pillar>svg{color:#c1bd94;margin-bottom:17px}.pillar-index{color:#819779;font-size:10px;position:absolute;top:28px;right:4px}.ai-pillar h3{letter-spacing:.03em;font-size:17px;font-weight:400}.ai-pillar p{color:#90a087;max-width:290px;margin-top:12px;font-size:11px;line-height:1.95}.ai-watermark{color:#839c7110;letter-spacing:-.07em;pointer-events:none;white-space:nowrap;font-family:Georgia,serif;font-size:175px;position:absolute;bottom:-61px;left:25%}.products-section{padding-bottom:98px}.products-section .section-heading{margin-bottom:38px}.product-toolbar{border-bottom:1px solid #d8ddce;justify-content:space-between;align-items:center;gap:20px;margin-bottom:37px;padding-bottom:18px;display:flex}.product-filters{gap:13px;display:flex}.product-filters button{color:#7c8973;background:0 0;border:1px solid #0000;align-items:center;gap:11px;padding:11px 17px;font-size:11px;transition:all .3s;display:flex}.product-filters button span{opacity:.65;font-size:8px}.product-filters button.selected{color:#f1f0e6;background:var(--forest)}.product-filters button:not(.selected):hover{border-color:#a5b098}.collection-label{letter-spacing:.12em;color:#89967f;align-items:center;gap:9px;font-size:8px;display:flex}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 27px;display:grid}.product-card{text-align:left;min-width:0;animation:image-enter .5s var(--ease) both;background:0 0;border:none;padding:0;display:block}.product-image-wrap{aspect-ratio:1.03;perspective:900px;background:radial-gradient(at 50% 35%,#fff 0%,#e8ebdf 80%);border:1px solid #e3e5d8;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-image-wrap>img{object-fit:contain;width:80%;height:81%;transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .6s var(--ease);filter:drop-shadow(0 16px 15px #223c1e13)}.product-card:hover .product-image-wrap>img{transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) scale(1.045)}.product-number{letter-spacing:.12em;color:#859177;z-index:1;font-size:9px;position:absolute;top:18px;left:19px}.product-plus{background:#f6f6ed80;border:1px solid #aeb99f;border-radius:50%;place-items:center;width:35px;height:35px;transition:background .3s,transform .3s;display:grid;position:absolute;bottom:18px;right:18px}.product-card:hover .product-plus{background:#f5f3e7;transform:rotate(90deg)}.product-image-caption{color:#f4f0e4;background:#17321d80;padding:5px 7px;font-size:8px;position:absolute;bottom:13px;left:16px}.device-wrap>img{object-fit:cover;filter:none;width:100%;height:100%}.device-wrap>.product-number{color:#fff}.device-wrap .product-plus{background:#f6f6eccc}.product-info{padding-top:22px}.product-info h3{letter-spacing:.015em;justify-content:space-between;align-items:center;margin-top:10px;font-size:21px;font-weight:500;line-height:1.4;display:flex}.product-info h3>svg{color:#8f9d81;transition:transform .3s}.product-card:hover h3>svg{transform:translate(2px,-2px)}.product-info>p{color:#7f8976;margin-top:6px;font-size:11px}.product-spec{color:#8c937f;letter-spacing:.015em;border-top:1px solid #dce0d1;width:100%;margin-top:15px;padding-top:12px;font-size:9px;display:inline-block}.product-note{color:#989e8e;text-align:center;margin-top:35px;font-size:10px}.empty-products{text-align:center;color:#7b8870;padding:60px 20px}.typographic-product{background:linear-gradient(145deg,#e6e8da,#f8f7ef);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.typographic-product>span{color:#5c73524a;letter-spacing:-.025em;font-family:Georgia,serif;font-size:72px;position:relative}.typographic-product>small{letter-spacing:.21em;color:#8b987d;margin-top:14px;font-size:8px;position:relative}.orbit{border:1px solid #9fae8d40;border-radius:50%;width:63%;height:38%;position:absolute;transform:rotate(-38deg)}.orbit-two{transform:rotate(38deg)}.trust-section{background:#eaece0}.trust-grid{grid-template-columns:1fr 1fr;align-items:center;gap:125px;display:grid}.trust-story h2{letter-spacing:.02em;margin-top:24px;font-family:Songti SC,STSong,serif;font-size:47px;line-height:1.45}.trust-story>p{color:#75836b;max-width:430px;margin-top:23px;font-size:13px;line-height:2}.trust-values{gap:23px;margin-top:37px;display:grid}.trust-values>div{align-items:center;gap:14px;display:flex}.trust-check{color:#6d8060;border:1px solid #b4bfaa;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.trust-values strong{font-size:13px;font-weight:500}.trust-values small{color:#8b957e;margin-top:5px;font-size:10px;line-height:1.6;display:block}.company-card{background:#f7f6ee;border:1px solid #ccd3c1;padding:35px;position:relative;box-shadow:0 18px 50px #1b3d1e05}.company-card:before{content:"";background:var(--gold);width:54px;height:3px;position:absolute;top:-1px;left:35px}.company-card-top{color:#7a8870;align-items:center;gap:14px;font-size:11px;line-height:1.8;display:flex}.company-card-top>span:not(.brand-mark){flex:1}.company-card-top small{letter-spacing:.12em;color:#9da78c;font-size:8px}.company-card-top .brand-mark{width:28px;height:30px}.company-card-top .brand-mark span{width:6px;left:11px}.company-card-top>svg{color:#b2bb9f}.company-card h3{letter-spacing:.02em;margin-top:25px;font-size:22px;font-weight:500;line-height:1.6}.company-card dl{border-top:1px solid #dfe2d4;margin:21px 0 0}.company-card dl>div{border-bottom:1px solid #e3e5d8;justify-content:space-between;gap:20px;padding:17px 0;font-size:11px;display:flex}.company-card dt{color:#969c8c;flex-shrink:0}.company-card dd{color:#5e7054;text-align:right;margin:0}.credit-code{letter-spacing:.02em;font-size:10px}.license-link{color:#617351;background:#e9eddf;border:0;justify-content:space-between;align-items:center;width:100%;margin-top:23px;padding:15px 16px;font-size:12px;display:flex}.license-link>span{align-items:center;gap:11px;display:flex}.license-icon{border:1px solid #a5b094;place-items:center;width:22px;height:25px;font-size:12px;display:grid}.license-footnote{color:#9ea68f;text-align:center;margin-top:14px;font-size:8px;display:block}.contact-section{color:#f0f1e4;background:#153126}.contact-grid{grid-template-columns:1fr 1.07fr;align-items:start;gap:100px;display:grid}.contact-story h2{letter-spacing:.01em;margin-top:27px;font-family:Songti SC,STSong,serif;font-size:48px;line-height:1.48}.contact-story>p{color:#aabca0;max-width:355px;margin-top:24px;font-size:12px;line-height:2.05}.contact-details{color:#b9c8ac;gap:14px;margin-top:33px;font-size:11px;display:grid}.contact-details>span,.contact-details>a{overflow-wrap:anywhere;align-items:center;gap:9px;display:flex}.contact-signature{letter-spacing:.13em;color:#afbd94;border-top:1px solid #b7c9a72a;align-items:center;gap:20px;max-width:310px;margin-top:55px;padding-top:28px;font-family:Songti SC,serif;font-size:17px;line-height:1.8;display:flex}.contact-signature strong{font-weight:400}.contact-signature .brand-mark{width:41px;height:46px}.contact-signature .brand-mark>span{background:#a99c6c;width:9px;left:17px}.inquiry-panel{color:var(--ink);background:#f6f4eb;padding:35px 37px 28px}.inquiry-heading{border-bottom:1px solid #dbe0ce;justify-content:space-between;align-items:center;gap:15px;margin-bottom:26px;padding-bottom:21px;display:flex}.inquiry-heading h3{letter-spacing:.015em;font-size:21px;font-weight:500}.inquiry-heading>span{letter-spacing:.1em;color:#9ca18a;align-items:center;gap:8px;font-size:8px;display:flex}.inquiry-form{gap:19px;display:grid}.form-two{grid-template-columns:1fr 1fr;gap:22px;display:grid}.inquiry-form label:not(.consent){color:#75836b;flex-direction:column;gap:10px;font-size:10px;display:flex;position:relative}.inquiry-form em{color:#ab976b;font-style:normal;position:absolute;top:0;left:50px}.inquiry-form input:not([type=checkbox]),.inquiry-form select,.inquiry-form textarea{color:#3f5634;outline-offset:3px;background:0 0;border:none;border-bottom:1px solid #cbd4bd;border-radius:0;width:100%;max-width:100%;min-height:34px;padding:2px 0 10px;font-size:11px;line-height:1.6}.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{color:#a1ab95;font-size:11px;font-weight:300}.inquiry-form textarea{resize:vertical;min-height:78px;max-height:260px}.inquiry-form .consent{color:#8e9a7f;align-items:flex-start;gap:10px;font-size:9px;line-height:1.9;display:flex}.consent input{accent-color:var(--forest);flex-shrink:0;width:14px;height:14px;margin:2px 0 0}.consent button{color:#667950;font-size:inherit;line-height:inherit;background:0 0;border:0;padding:0;text-decoration:underline;display:inline}.form-submit{width:100%;margin-top:1px}.form-feedback{font-size:11px;line-height:1.7}.form-feedback:empty{display:none}.form-feedback.success{color:#306840;background:#dde8d6;border-left:2px solid #5c874f;padding:12px}.form-feedback.error{color:#9b3d31;background:#f5e6dc;border-left:2px solid #ac6b57;padding:12px}.inquiry-form .honeypot{width:1px;height:1px;top:auto;left:-10000px;overflow:hidden;position:absolute!important}.spin{animation:1s linear infinite spin}.site-footer{color:#b9c6ab;background:#10271e}.footer-main{justify-content:space-between;align-items:center;gap:30px;padding:40px 0;display:flex}.footer-main .brand strong{color:#e2e8d6;font-size:20px}.footer-main .brand small{letter-spacing:.05em;color:#a6b796;font-size:8px}.footer-main>p{letter-spacing:.1em;color:#92a77d;font-family:Songti SC,serif;font-size:16px}.back-to-top{border:1px solid #b5c4a438;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.back-to-top:hover{background:#b5c4a415}.footer-bottom{letter-spacing:.04em;color:#7f9370;border-top:1px solid #b9cfa21b;justify-content:space-between;align-items:center;gap:20px;padding:22px 0 24px;font-size:8px;display:flex}.footer-bottom>span:nth-child(2){letter-spacing:.13em;font-size:8px}.footer-bottom>div{gap:20px;display:flex}.footer-bottom button{font-size:inherit;color:inherit;background:0 0;border:0;padding:0}.site-dialog{background:var(--paper);color:var(--ink);border:1px solid #c9d1ba;width:min(560px,100vw - 40px);max-height:90svh;padding:0;overflow:auto;box-shadow:0 30px 120px #00110e55}.site-dialog.wide{width:min(920px,100vw - 40px)}.site-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071d18ba}.dialog-inner{padding:40px;position:relative}.dialog-close{z-index:3;background:#f8f7efcc;border-radius:50%;position:absolute;top:12px;right:12px}.product-detail{grid-template-columns:1fr 1fr;align-items:center;gap:37px;display:grid}.detail-image{aspect-ratio:.84;background:#e9eddf;justify-content:center;align-items:center;display:flex;overflow:hidden}.detail-image>img{object-fit:contain;max-width:93%;max-height:92%}.detail-type{color:#6a805359;font-family:Georgia,serif;font-size:78px}.detail-copy h2{margin:20px 0 10px;font-size:34px;line-height:1.3}.detail-copy h3{color:#7a896b;font-size:14px;font-weight:400;line-height:1.7}.detail-copy>p{color:#7e8a71;margin-top:20px;font-size:12px;line-height:1.95}.detail-spec{color:#6e825d;border-top:1px solid #ccd5bd;border-bottom:1px solid #ccd5bd;margin:25px 0;padding:15px 0;font-size:11px;display:block}.detail-copy .button{width:100%;font-size:11px}.license-modal h2{margin-top:16px;font-size:29px;line-height:1.4}.license-modal>img{object-fit:contain;background:#fff;width:100%;max-height:62svh;margin:27px 0 17px}.license-modal>p{color:#8b957c;margin-bottom:14px;font-size:10px}.privacy-copy h2{margin:20px 0;font-size:29px}.privacy-copy p{color:#7a896b;margin:15px 0;font-size:12px;line-height:2}.privacy-copy .button{gap:50px;margin-top:15px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100svh;padding:35px;display:flex}.not-found h1{font-size:42px;line-height:1.5}.not-found p{color:#89937a;font-size:14px}.will-reveal{opacity:0;transition:opacity .8s var(--ease),transform .9s var(--ease);transform:translateY(23px)}.will-reveal.is-visible{opacity:1;transform:none}@keyframes hero-enter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes image-enter{0%{opacity:.3;filter:blur(4px)}to{opacity:1;filter:blur()}}@keyframes hero-pan{0%{transform:scale(1.055)}to{transform:scale(1)}}@keyframes scroll-cue{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #b7d2ab12}50%{box-shadow:0 0 0 7px #b7d2ab02}}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:1700px){.hero{height:880px}.hero h1{font-size:77px}.hero-content{padding-bottom:45px}.hero-image{object-position:60% 48%}}@media (max-width:1150px){.shell{width:calc(100% - 80px)}.header-inner{gap:20px;width:calc(100% - 60px)}.desktop-nav{gap:23px}.header-actions{gap:15px}.language-tag{display:none}.brand strong{font-size:18px}.hero{height:93svh;min-height:660px}.hero h1{font-size:57px}.hero-index{right:22px}.section-pad{padding-block:90px}.about-section{gap:65px}.about-heading h2{font-size:51px}.large-copy{font-size:14px}.about-facts{gap:15px}.about-seal{gap:7px;padding-left:15px}.stat-number{font-size:40px}.section-heading h2{font-size:38px}.business-stage{grid-template-columns:1fr 1.38fr;gap:38px}.business-image-panel{min-height:500px}.intelligence-grid{grid-template-columns:1fr 1.05fr;gap:42px}.intelligence-copy h2{font-size:39px}.ai-pillars{gap:30px}.trust-grid{gap:65px}.trust-story h2{font-size:42px}.company-card{padding:27px}.company-card h3{font-size:19px}.contact-grid{gap:50px}.contact-story h2{font-size:39px}.inquiry-panel{padding:30px 28px}.product-grid{gap:32px 22px}.product-info h3{font-size:19px}}@media (max-width:850px){.shell{width:calc(100% - 48px)}.header-inner{width:calc(100% - 40px);height:76px}.scrolled .header-inner{height:68px}.desktop-nav{display:none}.menu-toggle{color:inherit;display:grid}.nav-contact{gap:10px;padding:10px 13px;font-size:10px}.header-actions{gap:10px}.mobile-nav{background:var(--paper);color:var(--forest);border-top:1px solid #bbc5ae44;flex-direction:column;padding:16px 26px 23px;display:flex}.mobile-nav a{border-bottom:1px solid #bcc7ad55;align-items:center;gap:18px;padding:18px 0;font-size:19px;display:flex}.mobile-nav a>span{color:#8a9779;font-size:9px}.mobile-nav svg{color:#94a080;margin-left:auto}.hero{height:90svh;min-height:650px;max-height:820px}.hero-inner{padding-top:76px}.hero h1{font-size:clamp(36px,6.1vw,53px)}.hero-description{font-size:12px}.hero-shade{background:linear-gradient(90deg,#0a201dec,#0a201d9c 62%,#0a201d49),linear-gradient(#0000 55%,#071d1bdc)}.hero-index,.hero-bottom>.scene-caption{display:none}.ribbon-inner{gap:15px;min-height:68px}.ribbon-inner span:nth-child(2n){display:none}.ribbon-inner span{font-size:10px}.about-section{grid-template-columns:.85fr 1.1fr;gap:40px}.about-heading h2{font-size:44px}.about-body{padding-top:15px}.large-copy{font-size:13px}.about-facts{grid-template-columns:1fr 1fr;gap:20px}.about-seal{display:none}.section-heading{gap:25px}.section-heading h2{font-size:32px}.section-heading>p{max-width:210px;font-size:11px}.business-stage{grid-template-columns:1fr 1.12fr;gap:28px}.business-tab h3{font-size:24px}.business-tab-top small{font-size:8px}.business-tab-detail>span{font-size:10px}.business-image-panel{min-height:500px}.business-image-panel.wellness>img{padding:35px}.business-image-footer{bottom:23px;left:19px;right:19px}.business-image-footer>div>span{padding:6px 8px;font-size:9px}.circle-action{width:42px;height:42px}.business-image-footer{align-items:flex-end}.intelligence-grid{grid-template-columns:1fr 1fr;gap:25px}.intelligence-copy h2{font-size:32px}.intelligence-copy>p{font-size:11px}.intelligence-copy .button{gap:15px;padding-inline:16px;font-size:10px}.intelligence-visual>img{aspect-ratio:.86}.compute-label{font-size:7px;bottom:27px;left:25px}.compute-label strong{font-size:7px}.ai-pillars{gap:25px}.ai-pillar h3{font-size:15px}.ai-pillar p{font-size:10px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.product-image-wrap{aspect-ratio:1.05}.trust-grid{grid-template-columns:.95fr 1.1fr;gap:36px}.trust-story h2{font-size:35px}.trust-story>p{font-size:12px}.company-card{padding:24px 22px}.company-card h3{font-size:18px}.company-card dl>div{gap:10px;font-size:10px}.credit-code{font-size:9px}.company-card-top{font-size:10px}.trust-values small{font-size:9px}.contact-grid{grid-template-columns:.95fr 1.12fr;gap:30px}.contact-story h2{font-size:33px}.contact-story>p{font-size:11px}.inquiry-panel{padding:25px 22px}.form-two{gap:15px}.inquiry-heading{gap:10px}.inquiry-heading h3{font-size:18px}.inquiry-heading>span{font-size:7px}.footer-main>p{font-size:13px}.footer-bottom>span:nth-child(2){display:none}.collection-label{font-size:7px}}@media (max-width:600px){html{scroll-padding-top:78px}.shell{width:calc(100% - 40px)}.section-pad{padding-block:65px}.brand-mark{width:29px;height:30px}.brand-mark>span{width:6px;left:12px}.brand strong{font-size:17px}.brand small{letter-spacing:.05em;margin-top:3px;font-size:7px}.brand{gap:8px}.header-inner{gap:8px;height:71px}.header-actions{gap:4px}.nav-contact{gap:7px;padding:9px 10px;font-size:9px}.menu-toggle{width:35px}.hero{height:86svh;min-height:660px;max-height:810px}.hero-image{object-position:64% center}.hero-inner{padding-top:70px}.hero-content{padding-bottom:80px}.hero .eyebrow{letter-spacing:.11em;font-size:8px}.hero h1{letter-spacing:0;margin-top:26px;margin-bottom:23px;font-size:clamp(31px,8.1vw,46px);line-height:1.55}.hero-description{white-space:normal;max-width:320px;font-size:11px;line-height:2}.hero-buttons{gap:12px;margin-top:30px}.hero-buttons .button{gap:22px;min-width:133px;min-height:46px;padding:13px 16px;font-size:11px}.hero-bottom{gap:10px;padding-top:21px;bottom:28px}.hero-signature{letter-spacing:.055em;gap:9px;font-size:8px}.signature-rule{width:19px}.hero-signature small{font-size:7px}.scroll-cue{letter-spacing:.09em;gap:12px;font-size:6px}.scroll-cue svg{width:15px}.business-ribbon .shell{width:calc(100% - 40px)}.ribbon-inner{gap:12px;min-height:60px}.ribbon-inner span{letter-spacing:.09em;gap:6px;font-size:9px}.about-section{display:block}.about-heading h2{margin-top:19px;font-size:42px;line-height:1.44}.eyebrow{letter-spacing:.14em;gap:9px;font-size:8px}.about-body{padding-top:26px}.large-copy{font-size:13px;line-height:2.05}.about-facts{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-top:25px;margin-bottom:25px;padding-top:23px}.about-seal{gap:8px;padding-left:14px;display:flex}.about-seal svg{width:20px}.about-seal span{font-size:9px}.stat-number{font-size:39px}.stat-number i{margin-left:6px;font-size:8px}.about-facts p{font-size:9px}.text-link{font-size:11px}.section-heading{margin-bottom:32px;display:block}.section-heading h2{margin-top:17px;font-size:31px;line-height:1.5}.section-heading>p{max-width:100%;margin-top:18px;padding-bottom:0;font-size:11px}.section-heading>p br{display:none}.business-stage{flex-direction:column;gap:25px;display:flex}.business-tabs{border-top:0;border-bottom:1px solid #c7cfbc;flex-direction:row;gap:9px}.business-tab{border-bottom:0;flex:1;min-width:0;padding:0 0 16px;position:relative}.business-tab:after{content:"";background:var(--gold);height:2px;transition:right .3s;position:absolute;bottom:-1px;left:0;right:100%}.business-tab.active:after{right:0}.business-tab-top{gap:7px}.business-tab-top>small{letter-spacing:.015em;white-space:nowrap;font-size:6px}.business-tab-top>span{font-size:8px}.business-tab-top>svg{display:none}.business-tab h3{margin-top:13px;font-size:20px}.business-tab-detail{display:none}.business-image-panel{aspect-ratio:1.02;min-height:370px}.business-image-panel.wellness>img{padding:30px}.business-image-panel>.scene-caption{font-size:8px;top:15px;left:15px}.business-image-footer{bottom:19px;left:18px;right:18px}.business-image-footer>div{gap:5px}.business-image-footer>div>span{padding:7px 8px;font-size:9px}.intelligence-section{padding:56px 0 55px}.intelligence-top{margin-bottom:30px}.section-code{letter-spacing:.03em;font-size:7px}.intelligence-grid{flex-direction:column;align-items:stretch;gap:37px;display:flex}.intelligence-copy h2{font-size:36px;line-height:1.5}.intelligence-copy>p{max-width:none;margin:22px 0 26px;font-size:12px}.intelligence-copy .button{gap:24px;padding:13px 17px;font-size:11px}.intelligence-visual>img{aspect-ratio:1.26}.intelligence-visual>.scene-caption{font-size:7px;top:24px;left:23px}.compute-label{font-size:8px;bottom:32px}.compute-label strong{font-size:9px}.ai-pillars{margin-top:38px;display:block}.ai-pillar{grid-template-columns:30px 1fr;column-gap:15px;margin-top:20px;padding-top:20px;display:grid}.ai-pillar>svg{grid-area:1/1/3;width:23px}.ai-pillar>h3{grid-column:2;padding-right:25px;font-size:16px}.ai-pillar>p{grid-column:2;max-width:100%;margin-top:8px;padding-right:10px;font-size:11px}.pillar-index{font-size:9px;top:24px}.ai-watermark{font-size:80px;bottom:-25px;left:0}.products-section .section-heading{margin-bottom:25px}.product-toolbar{margin-bottom:26px;padding-bottom:15px}.product-filters{gap:6px;width:100%}.product-filters button{flex:1;justify-content:center;gap:8px;padding:9px 12px;font-size:10px}.collection-label{display:none}.product-grid{gap:30px 15px}.product-image-wrap{aspect-ratio:.9}.product-image-wrap>img{width:89%;height:84%}.device-wrap>img{object-position:68% center;width:100%;height:100%}.product-number{font-size:8px;top:12px;left:11px}.product-plus{width:27px;height:27px;bottom:10px;right:10px}.product-plus>svg{width:15px}.product-info{padding-top:14px}.tiny-label{letter-spacing:.07em;font-size:7px}.product-info h3{margin-top:7px;font-size:17px}.product-info h3>svg{width:16px}.product-info>p{margin-top:5px;font-size:10px;line-height:1.7}.product-spec{margin-top:12px;padding-top:10px;font-size:8px}.product-image-caption{max-width:70%;padding:3px 5px;font-size:6px;bottom:8px;left:8px}.typographic-product>span{font-size:49px}.typographic-product>small{letter-spacing:.08em;font-size:6px}.orbit{width:81%;height:35%}.product-note{text-align:left;margin-top:25px;font-size:8px;line-height:1.8}.trust-grid{flex-direction:column;align-items:stretch;gap:37px;display:flex}.trust-story h2{margin-top:19px;font-size:36px}.trust-story>p{max-width:100%;margin-top:20px;font-size:12px}.trust-values{gap:20px;margin-top:26px}.trust-values strong{font-size:12px}.trust-values small{font-size:10px}.company-card{padding:28px 23px}.company-card h3{font-size:21px}.company-card dl>div{padding:16px 0;font-size:11px}.credit-code{font-size:10px}.license-link{font-size:11px}.contact-grid{flex-direction:column;gap:35px;display:flex}.contact-story h2{margin-top:23px;font-size:36px}.contact-story>p{max-width:100%;margin-top:21px;font-size:12px}.contact-details{margin-top:24px;font-size:11px}.contact-signature{display:none}.inquiry-panel{width:100%;padding:26px 22px 25px}.inquiry-heading h3{font-size:21px}.inquiry-heading>span{font-size:8px}.form-two{gap:17px}.inquiry-form{gap:21px}.inquiry-form input:not([type=checkbox]),.inquiry-form select,.inquiry-form textarea{min-height:40px;font-size:16px}.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{font-size:11px}.inquiry-form label:not(.consent){font-size:10px}.inquiry-form .consent{font-size:9px}.footer-main{flex-wrap:wrap;gap:23px;padding:31px 0 27px}.footer-main .brand{order:0}.footer-main .brand strong{font-size:17px}.footer-main .brand small{font-size:7px}.footer-main>p{order:2;width:100%;font-size:12px}.footer-main .back-to-top{order:1;width:35px;height:35px}.footer-bottom{flex-wrap:wrap;gap:15px;padding:22px 0;font-size:7px}.footer-bottom>div{gap:19px;font-size:8px}.site-dialog,.site-dialog.wide{width:calc(100vw - 24px);max-height:92svh}.dialog-inner{padding:30px 23px}.product-detail{flex-direction:column;align-items:stretch;gap:24px;display:flex}.detail-image{aspect-ratio:1.4;max-height:280px}.detail-copy h2{margin-top:13px;font-size:28px}.detail-copy>p{margin-top:15px;font-size:11px}.detail-copy h3{font-size:12px}.detail-spec{margin:20px 0;padding:12px 0;font-size:10px}.license-modal h2,.privacy-copy h2{font-size:24px}.license-modal>img{margin-top:22px}.license-modal>p{font-size:9px}.dialog-close{width:35px;height:35px;top:8px;right:8px}.privacy-copy p{font-size:12px}.not-found h1{font-size:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.will-reveal{opacity:1;transform:none}.product-card:hover .product-image-wrap>img,.hero-image,.button:hover{transform:none}}@media (max-width:600px){.product-toolbar{overflow:hidden}.product-filters{scrollbar-width:none;padding-bottom:2px;overflow-x:auto}.product-filters::-webkit-scrollbar{display:none}.product-filters button{flex:none}.form-two{grid-template-columns:1fr}.site-dialog,.site-dialog.wide{overscroll-behavior:contain}}.button{transition:background .3s,transform .42s cubic-bezier(.34,1.56,.64,1)}.button:active{transition-duration:80ms;transform:translateY(0)scale(.975)}.form-feedback.success{align-items:center;gap:8px;display:flex}.success-check{flex:none;place-items:center;display:inline-grid}.success-check path{stroke-dasharray:24;stroke-dashoffset:24px;animation:.5s cubic-bezier(.22,1,.36,1) 80ms forwards check-draw}@keyframes check-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.button:hover,.button:active{transform:none}.success-check path{stroke-dashoffset:0}}@media (max-width:600px){.mobile-only{display:initial}}
