:root{--ink:#1b302a;--muted:#61736b;--forest:#183e35;--forest-2:#24584b;--cream:#f8f7f2;--paper:#fffefa;--line:#dfe6dd;--accent:#e8a75b;--mint:#dcece0;--shadow:0 24px 70px rgba(16,48,37,.1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}
body,button,a{font-size:16px}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none}
img,svg{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.23;letter-spacing:-.035em}
p{color:inherit}
::selection{background:#d0e8cb;color:var(--forest)}
:focus-visible{outline:3px solid var(--accent);outline-offset:4px;border-radius:3px}
.shell{width:min(100% - 64px,1200px);margin-inline:auto}
.skip-link{position:absolute;left:16px;top:-80px;padding:10px 16px;background:#fff;color:var(--ink);z-index:100}
.skip-link:focus{top:10px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(250,250,246,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(28,64,50,.1)}
.header-inner{height:84px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:11px;flex:none;line-height:1.1}
.brand-mark{display:inline-grid;place-items:center;width:43px;height:43px;border-radius:13px;background:var(--forest);color:#fff;font-family:Georgia,"Songti SC",serif;font-size:27px;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.17)}
.brand strong{display:block;font-size:21px;letter-spacing:.08em;color:var(--forest)}
.brand small{display:block;margin-top:5px;font-family:Arial,sans-serif;font-size:9px;letter-spacing:.17em;color:#7b8d82;font-weight:700}
.desktop-nav{display:flex;align-items:center;gap:38px;margin:auto}
.desktop-nav a{position:relative;padding:30px 0;font-size:14px;font-weight:700;color:#50655b;white-space:nowrap;transition:color .2s}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--forest);transition:right .2s}
.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--forest)}
.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{right:0}
.header-contact{display:flex;align-items:center;gap:18px;padding:10px 16px;border:1px solid #bfd0c5;border-radius:6px;font-size:13px;font-weight:700;color:var(--forest);white-space:nowrap;transition:background .2s,border-color .2s}
.header-contact:hover{background:var(--mint);border-color:#a2bdab}
.header-contact span{font-size:19px;line-height:1}
.mobile-nav{display:none}
.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:12px;font-weight:800;letter-spacing:.16em;color:#537562;text-transform:uppercase}
.eyebrow.light{color:#cee5d4}
.eyebrow-line{display:inline-block;width:22px;height:1px;background:var(--accent)}
.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 72% 25%,rgba(75,133,103,.32),transparent 30%),linear-gradient(133deg,#12342d 4%,#19473a 60%,#285640 100%)}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:66px 66px;mask-image:linear-gradient(90deg,transparent 28%,#000 100%);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);align-items:center;gap:52px;min-height:650px;padding-top:86px;padding-bottom:94px}
.hero-copy{position:relative;z-index:2}
.hero h1{margin:0 0 30px;font-size:clamp(52px,5.7vw,84px);line-height:1.16;font-weight:800;letter-spacing:-.065em}
.hero h1 em{font-style:normal;color:#f2c68e}
.hero-lede{max-width:570px;margin-bottom:38px;color:#daeadf;font-size:18px;line-height:1.95}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:33px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:33px;min-height:54px;padding:14px 22px;border-radius:5px;font-size:14px;font-weight:800;letter-spacing:.02em;transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px)}
.button-light{background:#fffdf8;color:var(--forest);box-shadow:0 13px 28px rgba(0,0,0,.12)}
.button-light:hover{background:#f4d9b6;box-shadow:0 17px 32px rgba(0,0,0,.15)}
.button-dark{background:var(--forest);color:#fff}
.button-dark:hover{background:#295f4e}
.button span{font-size:19px;line-height:1}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--forest);font-size:14px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:5px;transition:gap .2s}
.text-link:hover{gap:17px}
.light-link{color:#fff}
.hero-proof{display:flex;align-items:center;gap:10px;margin-top:67px;color:#bfdbca;font-size:12px;letter-spacing:.03em}
.proof-dot{width:7px;height:7px;border-radius:50%;background:#f0b46b;box-shadow:0 0 0 5px rgba(240,180,107,.13)}
.hero-visual{position:relative;isolation:isolate;min-height:480px;padding:32px;border:1px solid rgba(226,237,223,.65);border-radius:15px;color:var(--forest);background:linear-gradient(145deg,#f8faf3,#e6eee2);box-shadow:0 35px 85px rgba(7,32,24,.25);overflow:hidden;transform:rotate(2deg)}
.hero-visual:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 55% 42%,rgba(172,207,178,.64),transparent 42%)}
.hero-orbit{position:absolute;z-index:-1;border:1px solid rgba(29,96,70,.14);border-radius:50%}
.orbit-one{width:520px;height:520px;left:20%;top:-100px}
.orbit-two{width:380px;height:380px;left:33%;top:-15px}
.visual-top{display:flex;justify-content:space-between;align-items:center}
.visual-kicker{font-size:11px;font-weight:800;letter-spacing:.16em}
.visual-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid #c8d9c8;border-radius:50%;font-size:24px}
.visual-core{display:flex;align-items:center;flex-wrap:wrap;gap:11px;max-width:350px;margin:72px auto 58px;text-align:center;justify-content:center}
.visual-core>span:not(.core-plus){padding:12px 22px;background:#fff;border-radius:4px;box-shadow:0 8px 20px rgba(20,68,47,.08);font-size:14px;font-weight:800}
.visual-core .core-plus{font-size:25px;color:#59836b}
.visual-core strong{width:100%;margin-top:6px;font-size:32px;letter-spacing:-.04em}
.visual-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.visual-steps:before{content:"";position:absolute;left:13%;right:13%;top:16px;height:1px;background:#a4c2aa;z-index:-1}
.visual-steps div{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;font-size:12px;font-weight:700}
.visual-steps b{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:var(--forest);color:#fff;font-size:10px;letter-spacing:.08em}
.visual-caption{margin-top:35px;text-align:center;font-size:11px;color:#698778}
.intro-strip{border-bottom:1px solid var(--line);background:#fffefa}
.intro-grid{display:grid;grid-template-columns:1fr 2fr 1.5fr;align-items:start;gap:52px;padding-top:65px;padding-bottom:63px}
.intro-grid>p:first-child{font-size:12px;font-weight:800;color:#6d8976;letter-spacing:.08em}
.intro-grid h2{margin:0;font-size:clamp(25px,2.6vw,37px);line-height:1.38}
.intro-grid>p:last-child{margin:0;color:var(--muted);font-size:14px;line-height:2}
.section{padding:115px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:43px}
.section-heading .eyebrow{margin-bottom:15px}
.section-heading h2,.editorial-grid h2,.company-grid h2,.facts-grid h2,.contact-intro h2{margin-bottom:0;font-size:clamp(30px,3.4vw,48px)}
.section-heading>p{max-width:320px;margin:0;color:var(--muted);font-size:14px;line-height:1.9}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{min-height:290px;padding:34px;border:1px solid var(--line);border-radius:10px;background:var(--paper);box-shadow:0 9px 28px rgba(19,51,38,.025);transition:transform .2s,box-shadow .2s}
.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.feature-number{display:block;margin-bottom:43px;color:#719078;font-size:11px;font-weight:800;letter-spacing:.12em}
.feature-symbol{height:55px;color:#b99463;font-family:Georgia,serif;font-size:42px;line-height:1}
.feature-card h3{margin-bottom:13px;font-size:24px}
.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.95}
.product-band{overflow:hidden;background:var(--forest);color:#fff}
.product-band-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:470px}
.product-band h2{margin-bottom:22px;font-size:clamp(48px,5vw,68px)}
.product-band p:not(.eyebrow){max-width:480px;margin-bottom:30px;color:#d4e4d7;font-size:16px;line-height:2}
.product-graphic{position:relative;height:420px;isolation:isolate}
.product-graphic strong{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:185px;height:185px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.27);border-radius:50%;background:#2e6a52;box-shadow:0 25px 60px rgba(0,0,0,.2);font-family:"Songti SC",Georgia,serif;font-size:112px;color:#f9e8c7}
.graphic-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.18);border-radius:50%}
.circle-a{width:310px;height:310px}.circle-b{width:435px;height:435px}
.graphic-label{position:absolute;padding:9px 18px;border:1px solid rgba(255,255,255,.24);border-radius:30px;background:#346752;color:#e9f5e9;font-size:13px;font-weight:700;letter-spacing:.15em}
.label-a{top:45px;left:16%}.label-b{right:2%;top:160px}.label-c{left:12%;bottom:48px}
.company-section{background:#fffefa}
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px}
.company-grid>div:nth-child(2)>p{margin-bottom:30px;color:var(--muted);font-size:17px;line-height:2}
.identity-panel{padding:24px 29px;border-left:3px solid var(--accent);background:var(--cream)}
.identity-panel span{display:block;font-size:12px;color:#829386}.identity-panel strong{display:block;margin:12px 0 18px;font-size:17px}.identity-panel .text-link{font-size:13px}
.closing{padding:75px 0;color:#fff;background:#245244}
.closing-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}
.closing h2{margin-bottom:0;font-size:clamp(31px,3.7vw,49px)}
.page-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 77% 5%,rgba(79,144,105,.28),transparent 35%),linear-gradient(115deg,#17392f,#255745)}
.page-hero:after{content:"";position:absolute;right:-5%;bottom:-230px;width:540px;height:540px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 125px rgba(255,255,255,.023)}
.page-hero-inner{position:relative;z-index:1;padding-top:105px;padding-bottom:104px}
.page-hero h1{max-width:680px;margin:0 0 21px;font-size:clamp(47px,5.4vw,75px);line-height:1.16}
.page-lede{max-width:690px;margin:0;color:#d8e9dc;font-size:18px;line-height:1.9}
.product-hero{background:radial-gradient(circle at 80% 0%,rgba(243,185,106,.2),transparent 34%),linear-gradient(115deg,#17392f,#255745)}
.status-pill{display:inline-flex;align-items:center;gap:10px;margin-top:30px;padding:6px 15px;border:1px solid rgba(255,255,255,.25);border-radius:30px;color:#e6f2e6;font-size:12px;font-weight:700}
.status-pill span{width:7px;height:7px;border-radius:50%;background:#f5c583}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.prose p{margin:0 0 21px;color:var(--muted);font-size:15px;line-height:2.1}
.lead-prose p:first-child{color:#2d4a3a;font-size:21px;line-height:1.8}
.prose a:not(.button){color:var(--forest);text-decoration:underline;text-underline-offset:4px}
.prose .button{margin-top:18px}
.tinted-section{background:#edf3ec}
.tinted-section .feature-card{background:#fbfdf9;border-color:#d7e4d7}
.facts-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:110px}
.facts-grid>div>p:last-child{max-width:320px;margin-top:20px;color:var(--muted);font-size:14px;line-height:2}
.facts-list{margin:0;border-top:1px solid var(--line)}
.facts-list div{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:19px 0;border-bottom:1px solid var(--line)}
.facts-list dt{color:#73887a;font-size:13px}.facts-list dd{margin:0;font-size:15px;font-weight:700}.facts-list a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.contact-intro>p:not(.eyebrow){max-width:390px;margin-top:25px;color:var(--muted);font-size:15px;line-height:2}
.contact-place{display:flex;flex-direction:column;gap:10px;margin-top:66px}.contact-place span{color:#768a7e;font-size:12px}.contact-place strong{font-size:15px}
.contact-list{display:grid;gap:14px}
.contact-card{position:relative;display:flex;flex-direction:column;gap:9px;min-height:114px;padding:23px 30px;border:1px solid var(--line);border-radius:9px;background:#fffefa;transition:transform .2s,border-color .2s,box-shadow .2s}
.contact-card:hover{transform:translateY(-3px);border-color:#b4ccb8;box-shadow:var(--shadow)}
.contact-card span{font-size:12px;color:#72917d}.contact-card strong{font-size:19px;overflow-wrap:anywhere}.contact-card i{position:absolute;right:25px;top:22px;font-size:21px;font-style:normal;color:#679077}
.compact-hero .page-hero-inner{padding-top:85px;padding-bottom:80px}.compact-hero h1{font-size:clamp(42px,4.5vw,60px)}
.legal-layout{display:grid;grid-template-columns:240px 1fr;gap:95px}
.legal-layout aside{display:flex;flex-direction:column;align-items:start;align-self:start;gap:18px;padding:25px;border:1px solid var(--line);border-radius:8px;background:#fffefa}
.legal-layout aside .eyebrow{margin:0}.legal-layout aside strong{font-size:16px}.legal-layout aside a{font-size:12px;color:#567762;text-decoration:underline;text-underline-offset:3px}
.legal-content{max-width:720px}.legal-content h2{margin:0 0 14px;font-size:25px}.legal-content h2:not(:first-child){margin-top:50px}.legal-content p{margin:0;color:#53695d;font-size:15px;line-height:2.15}.legal-content a{color:#1d5d46;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.site-footer{padding-top:70px;background:#102d26;color:#e7f0e8}
.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1.4fr;gap:60px;padding-bottom:66px}
.footer-brand{display:flex;align-items:center;gap:13px;font-size:21px;font-weight:800}.footer-brand .brand-mark{background:#ebbb7f;color:#183e35}.footer-brand small{font-size:14px;color:#b9d1c0}
.footer-grid>div:first-child>p{max-width:380px;margin:22px 0 0;color:#b4cabe;font-size:14px}.footer-grid .legal-name{margin-top:11px!important;font-size:12px!important;color:#94ae9f!important}
.footer-grid h2{margin:5px 0 19px;color:#92b19e;font-size:12px;letter-spacing:.12em}.footer-grid>div:not(:first-child)>a{display:block;width:max-content;max-width:100%;margin:10px 0;color:#d8e7da;font-size:14px;overflow-wrap:anywhere}.footer-grid>div:not(:first-child)>a:hover{color:#f0c68d;text-decoration:underline;text-underline-offset:4px}
.footer-bottom{display:flex;justify-content:space-between;gap:18px;padding:21px 0;border-top:1px solid rgba(255,255,255,.13);color:#89a995;font-size:12px}
@media(max-width:1050px){.desktop-nav{gap:20px}.hero-grid{gap:28px;grid-template-columns:1fr .9fr}.hero h1{font-size:60px}.hero-visual{min-height:460px;padding:22px}.visual-core{margin-top:75px}.intro-grid{grid-template-columns:1fr 2fr;gap:30px}.intro-grid>p:last-child{grid-column:2}.section{padding:90px 0}.company-grid,.editorial-grid,.contact-grid{gap:55px}}
@media(max-width:760px){.shell{width:min(100% - 36px,1200px)}.header-inner{height:72px}.brand-mark{width:38px;height:38px;font-size:24px}.brand strong{font-size:18px}.brand small{font-size:8px}.desktop-nav,.header-contact{display:none}.mobile-nav{display:block;margin-left:auto;position:relative}.mobile-nav summary{list-style:none;cursor:pointer;padding:9px 11px;border:1px solid #c9d9cb;border-radius:5px;color:var(--forest);font-size:13px;font-weight:800}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{margin-left:7px}.mobile-nav nav{position:absolute;right:0;top:46px;display:flex;flex-direction:column;min-width:180px;padding:9px;border:1px solid #dbe5da;border-radius:8px;background:#fffefa;box-shadow:var(--shadow)}.mobile-nav nav a{padding:10px 12px;font-size:14px}.mobile-nav nav a[aria-current]{color:#22764e;font-weight:800;background:#eff6ef}.hero-grid{grid-template-columns:1fr;gap:48px;min-height:0;padding-top:75px;padding-bottom:75px}.hero h1{font-size:clamp(45px,10vw,69px)}.hero-lede{font-size:16px}.hero-proof{margin-top:40px}.hero-visual{width:min(100%,520px);justify-self:center;min-height:410px;transform:rotate(1deg)}.visual-core{margin-top:50px;margin-bottom:43px}.intro-grid{display:block;padding-top:46px;padding-bottom:47px}.intro-grid h2{margin:17px 0 20px}.intro-grid>p:last-child{font-size:14px}.section{padding:74px 0}.section-heading{display:block}.section-heading>p{margin-top:20px}.feature-grid{grid-template-columns:1fr;gap:13px}.feature-card{min-height:0;padding:27px}.feature-number{margin-bottom:20px}.feature-symbol{height:49px}.product-band-grid{grid-template-columns:1fr;gap:0;padding-top:65px}.product-graphic{height:320px}.product-graphic strong{width:145px;height:145px;font-size:88px}.circle-a{width:245px;height:245px}.circle-b{width:320px;height:320px}.label-a{top:20px}.label-b{top:135px}.label-c{bottom:25px}.company-grid,.editorial-grid,.facts-grid,.contact-grid{grid-template-columns:1fr;gap:27px}.company-grid>div:nth-child(2)>p{font-size:15px}.closing{padding:65px 0}.closing-inner{display:block}.closing .button{margin-top:30px}.page-hero-inner{padding-top:76px;padding-bottom:76px}.page-hero h1{font-size:clamp(44px,10vw,65px)}.page-lede{font-size:16px}.contact-place{margin-top:30px}.legal-layout{grid-template-columns:1fr;gap:38px}.legal-layout aside{gap:8px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px;padding-bottom:40px}.footer-grid>div:first-child{grid-column:1/-1}.site-footer{padding-top:55px}}
@media(max-width:440px){.hero-actions{align-items:flex-start;flex-direction:column;gap:22px}.hero-visual{min-height:382px;padding:19px}.visual-core{margin-top:55px}.visual-core strong{font-size:25px}.visual-core>span:not(.core-plus){padding:9px 14px}.visual-caption{margin-top:20px}.facts-list div{grid-template-columns:1fr;gap:3px}.contact-card{padding:21px}.contact-card strong{font-size:16px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Brand refresh: a clear company identity and a more expressive product visual. */
:root{--ink:#18382f;--muted:#61766c;--forest:#174638;--forest-2:#275c49;--cream:#f7f4eb;--paper:#fffef9;--line:#d9e2d8;--accent:#c07b4d;--mint:#e2eee3;--shadow:0 24px 70px rgba(16,48,37,.09)}
.shell{width:min(100% - 96px,1400px)}
.site-header{background:rgba(255,254,249,.95);border-bottom:1px solid #e4e8df}
.header-inner{height:82px}
.brand-mark{width:46px;height:46px;border-radius:12px;background:#174638;font-family:"PingFang SC","Microsoft YaHei",sans-serif;font-size:24px;box-shadow:none}
.brand strong{font-size:22px;letter-spacing:.045em}
.brand small{letter-spacing:.2em;color:#678576}
.desktop-nav{gap:43px}
.desktop-nav a{color:#526e61}
.header-contact{border-radius:100px;padding:10px 17px;border-color:#b9ccc0}
.header-contact:hover{background:#e6f0e7}
.button{min-height:58px;border-radius:100px;padding-inline:25px;gap:28px}
.button-dark{background:#174638}
.button-dark:hover{background:#255b47}
.text-link{border-bottom-color:#8cae9b}
.eyebrow{letter-spacing:.14em}

.hero{background:radial-gradient(circle at 7% 8%,#fffdf7 0,#f7f4eb 42%,#f1f2e9 100%);color:var(--ink)}
.hero:before{inset:auto 0 0 0;height:240px;background:linear-gradient(transparent,rgba(173,199,176,.13));mask-image:none}
.hero-grid{grid-template-columns:minmax(0,.96fr) minmax(480px,1.04fr);gap:72px;min-height:0;padding-top:78px;padding-bottom:76px}
.hero-copy{align-self:center;padding:12px 0 5px}
.hero-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:44px}
.hero-topline .eyebrow{margin:0;color:#4d765c;font-size:11px;letter-spacing:.07em;text-transform:none}
.hero-topline>span{flex:none;color:#779285;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em}
.hero h1{margin-bottom:30px;font-size:clamp(64px,5.2vw,94px);line-height:1.15;font-weight:800;letter-spacing:-.075em;white-space:nowrap}
.hero h1 em{font-style:normal;color:#a8653e}
.hero h1 em span{color:#d49b66}
.hero-lede{max-width:550px;margin-bottom:40px;color:#4e675b;font-size:18px;line-height:1.95}
.hero-actions{gap:32px}
.hero-proof{margin-top:65px;color:#718577;font-size:12px}
.proof-dot{background:#bd7b4c;box-shadow:0 0 0 5px rgba(189,123,76,.12)}
.hero-visual{height:600px;min-height:0;padding:0;border:0;border-radius:18px 18px 105px 18px;color:#fff;background:radial-gradient(circle at 55% 48%,#2d6850 0,#1d4d3e 36%,#13382f 78%);box-shadow:0 30px 80px rgba(15,56,39,.18);transform:none}
.hero-visual:before{inset:0;z-index:0;background-image:linear-gradient(rgba(232,245,230,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(232,245,230,.05) 1px,transparent 1px);background-size:42px 42px;opacity:.95}
.visual-edition{position:absolute;z-index:3;top:32px;left:34px;color:#d5e9db;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.16em}
.visual-edition i{margin:0 8px;color:#dbad77;font-style:normal}
.visual-ring{position:absolute;left:50%;top:48%;border:1px solid rgba(229,242,225,.17);border-radius:50%;transform:translate(-50%,-50%)}
.ring-one{width:500px;height:500px}.ring-two{width:355px;height:355px;border-color:rgba(229,242,225,.3)}
.visual-cross{position:absolute;background:rgba(229,242,225,.13)}
.cross-x{left:9%;right:9%;top:48%;height:1px}.cross-y{top:11%;bottom:12%;left:50%;width:1px}
.visual-center{position:absolute;z-index:2;left:50%;top:48%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:230px;height:230px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:#f8f2e3;color:#194838;box-shadow:0 18px 50px rgba(5,30,21,.2);transform:translate(-50%,-50%)}
.visual-center:after{content:"";position:absolute;inset:10px;border:1px solid #d9decf;border-radius:50%}
.visual-center span,.visual-center small{position:relative;z-index:1;font-size:11px;font-weight:700;letter-spacing:.13em}
.visual-center span{color:#78917b}.visual-center strong{position:relative;z-index:1;margin:-12px 0 -15px;font-family:"Songti SC","Noto Serif CJK SC",serif;font-size:122px;line-height:1.5;font-weight:700}
.visual-center small{font-size:12px;letter-spacing:.09em}
.visual-node{position:absolute;z-index:3;display:grid;grid-template-columns:25px 1fr;column-gap:8px;align-items:center;min-width:152px;padding:15px 18px;border:1px solid rgba(228,241,224,.44);border-radius:7px;background:rgba(246,248,235,.94);color:#1b4435;box-shadow:0 15px 35px rgba(6,31,23,.2)}
.visual-node b{grid-row:1/3;align-self:start;color:#b9794e;font-family:Arial,sans-serif;font-size:10px;letter-spacing:.05em}
.visual-node strong{font-size:17px;line-height:1.2}.visual-node span{color:#718d79;font-size:10px;line-height:1.5}
.node-project{left:8%;top:24%}.node-resource{right:8%;top:17%}.node-cooperate{right:10%;bottom:19%}
.visual-foot{position:absolute;z-index:3;left:35px;right:39px;bottom:30px;display:flex;align-items:center;justify-content:space-between;color:#d4e8d6;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.13em}
.visual-foot span:last-child{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(226,241,221,.4);border-radius:50%;font-size:17px}
.hero-meta{position:relative;display:grid;grid-template-columns:1.65fr .65fr 1fr;gap:0;padding-top:0;padding-bottom:42px}
.hero-meta>div{display:flex;flex-direction:column;gap:8px;padding:23px 30px;border-top:1px solid #aebfb0;border-right:1px solid #dbe3d8}
.hero-meta>div:first-child{padding-left:0}.hero-meta>div:last-child{border-right:0}
.hero-meta span{color:#8a9e8e;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em}
.hero-meta strong{font-size:14px;font-weight:700;letter-spacing:.025em}

.intro-strip{background:#fffefa}
.intro-grid{grid-template-columns:.8fr 1.65fr 1.05fr;gap:70px;padding-top:94px;padding-bottom:98px}
.intro-grid>p:first-child{display:flex;flex-direction:column;gap:24px;color:#375d49;font-size:15px;letter-spacing:.02em}
.intro-grid>p:first-child span{color:#b4815e;font-family:Arial,sans-serif;font-size:10px;letter-spacing:.14em}
.intro-grid h2{font-size:clamp(33px,3vw,48px);line-height:1.37;letter-spacing:-.045em}
.intro-grid>p:last-child{padding-top:30px;color:#687d70;font-size:15px;line-height:2}
.home-focus{background:#f1f5ee}
.home-focus .section-heading{align-items:end;margin-bottom:56px}
.home-focus .section-heading h2{font-size:clamp(39px,3.6vw,56px)}
.home-focus .section-heading>p{max-width:280px;padding-bottom:8px}
.home-focus .feature-grid{gap:1px;border:1px solid #d8e4d9;background:#d8e4d9}
.home-focus .feature-card{min-height:340px;padding:38px 42px;border:0;border-radius:0;background:#fcfdf9;box-shadow:none}
.home-focus .feature-card:hover{transform:none;background:#f8fbf6;box-shadow:none}
.home-focus .feature-number{margin-bottom:52px;color:#a26e4a;font-family:Arial,sans-serif;font-size:12px;letter-spacing:.15em}
.home-focus .feature-symbol{height:65px;color:#2b6b50;font-size:56px}
.home-focus .feature-card h3{font-size:26px}.home-focus .feature-card p{max-width:270px}
.product-band{background:#e9dfc9;color:#193b2f}
.product-band-grid{grid-template-columns:.85fr 1.15fr;gap:90px;min-height:0;padding-top:110px;padding-bottom:110px}
.product-band .eyebrow{color:#946849}
.product-band h2{margin-bottom:26px;font-size:clamp(55px,5.3vw,82px);letter-spacing:-.06em}
.product-band h2 span{display:inline-block;margin-left:8px;color:#8c8068;font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;vertical-align:middle}
.product-band p:not(.eyebrow){max-width:500px;color:#586e5e;font-size:17px;line-height:2}
.product-graphic{height:520px;overflow:hidden;border-radius:5px 5px 90px 5px;background:radial-gradient(circle at 70% 40%,#2e6b51,#173f32 63%,#102e28);box-shadow:0 25px 60px rgba(52,68,42,.18)}
.product-graphic:before{content:"";position:absolute;left:50%;top:50%;width:560px;height:560px;border:1px solid rgba(255,255,255,.15);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.017)}
.product-art-top,.product-art-foot{position:absolute;z-index:2;left:38px;right:38px;display:flex;justify-content:space-between;align-items:center;color:#d6e9d6;font-family:Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.13em}
.product-art-top{top:32px}.product-art-top span:last-child{font-size:23px}.product-art-foot{bottom:34px;justify-content:flex-start;gap:15px}
.product-art-foot i{width:35px;height:1px;background:#a2c8a9}
.product-art-center{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff9e9;text-align:center}
.product-art-center>span{font-size:11px;letter-spacing:.2em;color:#c0d9c5}
.product-art-center strong{position:static;display:block;width:auto;height:auto;margin:-45px 0 -38px;transform:none;border:0;border-radius:0;background:none;box-shadow:none;font-family:"Songti SC","Noto Serif CJK SC",serif;font-size:250px;font-weight:700;line-height:1.35;color:#f5e7c9}
.product-band .product-art-center p{margin:0;color:#f6ebd0;font-size:18px;font-weight:700;letter-spacing:.12em;line-height:1.8}
.company-section{background:#fffefa}
.company-grid{gap:150px}
.company-grid>div:nth-child(2)>p{font-size:18px;line-height:2.1}
.identity-panel{padding:30px 34px;border-left:4px solid #c38456;background:#f4f5ed}
.closing{background:linear-gradient(110deg,#174638,#245a43)}
.page-hero{background:radial-gradient(circle at 75% 40%,rgba(94,152,105,.3),transparent 30%),linear-gradient(120deg,#173b31,#215540)}
.page-hero:after{border-color:rgba(242,231,202,.22)}
.page-hero-inner{padding-top:115px;padding-bottom:112px}
.site-footer{background:#102f27}
.footer-brand .brand-mark{background:#eecb9b;color:#174638}

@media(max-width:1100px){
  .shell{width:min(100% - 60px,1400px)}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:38px}
  .hero h1{font-size:clamp(54px,5.3vw,74px)}
  .hero-topline>span{display:none}
  .hero-visual{height:550px}
  .ring-one{width:450px;height:450px}
  .intro-grid{gap:35px}
  .product-band-grid{gap:48px}
}
@media(max-width:760px){
  .shell{width:min(100% - 36px,1400px)}
  .header-inner{height:72px}.brand-mark{width:39px;height:39px;font-size:21px}.brand strong{font-size:18px}
  .hero-grid{grid-template-columns:minmax(0,1fr);gap:48px;padding-top:63px;padding-bottom:48px}
  .hero-copy,.hero-visual{min-width:0}
  .hero-topline{margin-bottom:29px}
  .hero-topline .eyebrow{font-size:10px}
  .hero h1{font-size:clamp(46px,9.4vw,70px);white-space:normal}
  .hero-lede{font-size:16px}.hero-proof{margin-top:43px}
  .hero-visual{width:min(100%,580px);height:490px;justify-self:center;border-radius:13px 13px 70px 13px}
  .ring-one{width:450px;height:450px}.ring-two{width:320px;height:320px}
  .visual-center{width:195px;height:195px}.visual-center strong{font-size:100px}
  .visual-node{min-width:118px;padding:10px 12px;grid-template-columns:18px 1fr}.visual-node strong{font-size:15px}.visual-node span{font-size:9px}
  .node-project{left:5%;top:25%}.node-resource{right:5%;top:18%}.node-cooperate{right:6%;bottom:17%}
  .hero-meta{grid-template-columns:1fr 1fr;padding-bottom:26px}
  .hero-meta>div{padding:17px 12px;border-right:0;border-top:1px solid #b5c7b6}
  .hero-meta>div:first-child{grid-column:1/-1;padding-left:12px}.hero-meta strong{font-size:13px}
  .intro-grid{display:grid;grid-template-columns:1fr;gap:18px;padding-top:66px;padding-bottom:70px}
  .intro-grid>p:first-child{gap:8px;margin:0}.intro-grid h2{margin:0;font-size:clamp(30px,7vw,44px)}.intro-grid>p:last-child{grid-column:auto;padding:0;margin-top:0}
  .home-focus .section-heading{margin-bottom:34px}.home-focus .section-heading h2{font-size:clamp(36px,8vw,50px)}
  .home-focus .feature-grid{grid-template-columns:1fr}.home-focus .feature-card{min-height:0;padding:30px}.home-focus .feature-number{margin-bottom:18px}
  .product-band-grid{grid-template-columns:1fr;gap:42px;padding-top:76px;padding-bottom:76px}
  .product-band h2{font-size:65px}.product-graphic{height:420px}.product-art-center strong{font-size:200px}
  .company-grid{gap:27px}.company-grid>div:nth-child(2)>p{font-size:16px}
}
@media(max-width:440px){
  .hero h1{font-size:clamp(40px,10.4vw,48px)}
  .hero-visual{height:400px}
  .visual-edition{top:22px;left:22px;font-size:8px}
  .ring-one{width:365px;height:365px}.ring-two{width:260px;height:260px}
  .visual-center{width:157px;height:157px}.visual-center:after{inset:7px}.visual-center span{font-size:8px}.visual-center strong{margin:-9px 0 -8px;font-size:78px}.visual-center small{font-size:9px}
  .visual-node{min-width:105px;padding:8px;grid-template-columns:15px 1fr}.visual-node b{font-size:8px}.visual-node strong{font-size:13px}.visual-node span{font-size:8px}
  .node-project{left:3%;top:25%}.node-resource{right:3%;top:17%}.node-cooperate{right:4%;bottom:17%}
  .visual-foot{left:20px;right:20px;bottom:20px;font-size:8px}
  .hero-meta{grid-template-columns:1fr}.hero-meta>div:first-child{grid-column:auto}
  .product-band h2{font-size:55px}.product-band h2 span{display:block;margin:5px 0 0}.product-graphic{height:355px}.product-art-center strong{font-size:165px}.product-art-center>span{font-size:9px}.product-band .product-art-center p{font-size:15px}.product-art-top,.product-art-foot{left:22px;right:22px;font-size:8px}
}
