.site-header[data-v-c6e37c82]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;flex-direction:column}.announce[data-v-c6e37c82]{display:flex;align-items:center;justify-content:center;gap:10px;height:var(--growth-announce-h);background:linear-gradient(90deg,#2d5e3a,#4a8c5e);color:var(--growth-white);overflow:hidden;transition:height var(--growth-duration-normal) var(--growth-ease-out),opacity var(--growth-duration-normal) var(--growth-ease-out)}.announce--hidden[data-v-c6e37c82]{height:0;opacity:0}.announce__icon[data-v-c6e37c82]{color:#e8f0e4;flex-shrink:0}.announce__text[data-v-c6e37c82]{font-family:var(--growth-body);font-size:13px;font-weight:600;letter-spacing:.2px;white-space:nowrap}.nav[data-v-c6e37c82]{background:color-mix(in srgb,var(--growth-surface) 80%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background var(--growth-duration-fast) var(--growth-ease-out),border-color var(--growth-duration-fast) var(--growth-ease-out),box-shadow var(--growth-duration-fast) var(--growth-ease-out)}.site-header--scrolled .nav[data-v-c6e37c82]{background:color-mix(in srgb,var(--growth-surface) 92%,transparent);border-bottom-color:var(--growth-border);box-shadow:var(--growth-shadow-sm)}.nav__inner[data-v-c6e37c82]{max-width:var(--growth-content-max);margin:0 auto;height:var(--growth-nav-h);padding:0 clamp(20px,5vw,96px);display:flex;align-items:center;justify-content:space-between;gap:24px}.brand[data-v-c6e37c82]{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand__mark[data-v-c6e37c82]{width:38px;height:38px;flex:0 0 auto;display:block;padding:2px;border-radius:10px;object-fit:contain}.brand__text[data-v-c6e37c82]{display:flex;flex-direction:column;line-height:1.1}.brand__name[data-v-c6e37c82]{font-family:var(--growth-display);font-size:18px;font-weight:600;letter-spacing:-.2px;color:var(--growth-ink)}.brand__name i[data-v-c6e37c82]{margin-left:3px;font-family:var(--growth-heading);font-size:14px;font-weight:400;font-style:normal}.brand__sub[data-v-c6e37c82]{font-family:var(--growth-caption);font-size:10px;font-weight:500;letter-spacing:1px;color:var(--growth-muted);margin-top:2px}.nav__links[data-v-c6e37c82]{display:flex;align-items:center;gap:34px}.nav__link[data-v-c6e37c82]{position:relative;font-family:var(--growth-body);font-size:14px;font-weight:500;color:var(--growth-text);padding:6px 0;transition:color var(--growth-duration-fast) var(--growth-ease-out)}.nav__link[data-v-c6e37c82]:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--growth-accent);border-radius:1px;transition:right var(--growth-duration-normal) var(--growth-ease-out)}.nav__link[data-v-c6e37c82]:hover:after,.nav__link.is-current[data-v-c6e37c82]:after{right:0}.nav__link[data-v-c6e37c82]:hover,.nav__link.is-current[data-v-c6e37c82]{color:var(--growth-ink)}.nav__actions[data-v-c6e37c82]{display:flex;align-items:center;gap:16px;flex-shrink:0}.nav__login[data-v-c6e37c82]{font-family:var(--growth-body);font-size:14px;font-weight:600;color:var(--growth-ink);transition:color var(--growth-duration-fast) ease}.nav__login[data-v-c6e37c82]:hover{color:var(--growth-accent)}.nav__cta[data-v-c6e37c82]{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:var(--growth-radius-pill);background:var(--growth-accent);color:var(--growth-white);font-family:var(--growth-body);font-size:14px;font-weight:500;transition:background var(--growth-duration-fast) var(--growth-ease-out),transform var(--growth-duration-fast) var(--growth-ease-out),box-shadow var(--growth-duration-fast) var(--growth-ease-out)}.nav__cta[data-v-c6e37c82]:hover{background:var(--growth-accent-hover);transform:translateY(-1px);box-shadow:var(--growth-shadow-cta)}.nav__hamburger[data-v-c6e37c82]{display:none;flex-direction:column;gap:5px;padding:8px}.nav__hamburger span[data-v-c6e37c82]{display:block;width:22px;height:2px;background:var(--growth-ink);border-radius:1px;transition:transform var(--growth-duration-fast) var(--growth-ease-out),opacity var(--growth-duration-fast) var(--growth-ease-out)}.site-header--menu-open .nav__hamburger span[data-v-c6e37c82]:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header--menu-open .nav__hamburger span[data-v-c6e37c82]:nth-child(2){opacity:0}.site-header--menu-open .nav__hamburger span[data-v-c6e37c82]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__mobile[data-v-c6e37c82]{position:fixed;top:0;right:0;bottom:0;left:0;top:calc(var(--growth-announce-h) + var(--growth-nav-h));background:var(--growth-surface);padding:32px clamp(20px,5vw,96px);display:flex;flex-direction:column;gap:32px;overflow-y:auto}.nav__mobile-links[data-v-c6e37c82]{display:flex;flex-direction:column;gap:22px}.nav__mobile-link[data-v-c6e37c82]{font-family:var(--growth-display);font-size:28px;font-weight:600;color:var(--growth-ink)}.nav__mobile-actions[data-v-c6e37c82]{display:flex;flex-direction:column;gap:14px;margin-top:auto}.nav__mobile-login[data-v-c6e37c82]{font-family:var(--growth-body);font-size:16px;font-weight:600;color:var(--growth-ink)}.mobile-menu-enter-active[data-v-c6e37c82],.mobile-menu-leave-active[data-v-c6e37c82]{transition:opacity .3s ease,transform .3s ease}.mobile-menu-enter-from[data-v-c6e37c82],.mobile-menu-leave-to[data-v-c6e37c82]{opacity:0;transform:translateY(-12px)}@media (max-width: 900px){.nav__links[data-v-c6e37c82],.nav__actions[data-v-c6e37c82]{display:none}.nav__hamburger[data-v-c6e37c82]{display:flex}.announce__text[data-v-c6e37c82]{font-size:12px}}@media (max-width: 480px){.brand__sub[data-v-c6e37c82]{display:none}}.site-footer[data-v-aea3c5e6]{background:var(--growth-footer);color:var(--growth-on-dark)}.footer-cta[data-v-aea3c5e6]{border-bottom:1px solid rgba(255,255,255,.12)}.footer-cta__inner[data-v-aea3c5e6]{max-width:var(--growth-content-max);margin:0 auto;padding:48px clamp(20px,5vw,96px);display:flex;align-items:center;justify-content:space-between;gap:40px}.footer-cta__copy[data-v-aea3c5e6]{display:flex;flex-direction:column;gap:14px;max-width:640px}.footer-eyebrow[data-v-aea3c5e6]{font-family:var(--growth-caption);font-size:11px;font-weight:600;letter-spacing:1.6px;color:var(--growth-on-dark-muted)}.footer-cta__title[data-v-aea3c5e6]{font-family:var(--growth-display);font-size:clamp(30px,4vw,48px);font-weight:600;letter-spacing:-1px;line-height:1.05;color:var(--growth-white);text-wrap:balance}.footer-cta__body[data-v-aea3c5e6]{font-family:var(--growth-body);font-size:16px;line-height:1.6;color:var(--growth-on-dark-muted)}.footer-cta__action[data-v-aea3c5e6]{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0}.footer-cta__btn[data-v-aea3c5e6]{display:inline-flex;align-items:center;gap:10px;height:54px;padding:0 26px;border-radius:var(--growth-radius-pill);background:var(--growth-accent);color:var(--growth-white);font-family:var(--growth-body);font-size:16px;font-weight:500;transition:background var(--growth-duration-fast) var(--growth-ease-out),transform var(--growth-duration-fast) var(--growth-ease-out),box-shadow var(--growth-duration-fast) var(--growth-ease-out)}.footer-cta__btn[data-v-aea3c5e6]:hover{background:var(--growth-accent-hover);transform:translateY(-1px);box-shadow:var(--growth-shadow-cta)}.footer-cta__note[data-v-aea3c5e6]{font-family:var(--growth-caption);font-size:11px;letter-spacing:.6px;color:var(--growth-on-dark-muted)}.footer-info__inner[data-v-aea3c5e6]{max-width:var(--growth-content-max);margin:0 auto;padding:36px clamp(20px,5vw,96px);display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.footer-brand[data-v-aea3c5e6]{max-width:360px;display:flex;flex-direction:column;gap:20px}.footer-brand__statement[data-v-aea3c5e6]{font-family:var(--growth-display);font-size:18px;font-weight:500;line-height:1.45;color:var(--growth-on-dark)}.footer-brand__scope[data-v-aea3c5e6]{font-family:var(--growth-caption);font-size:11px;letter-spacing:.6px;color:var(--growth-on-dark-muted)}.footer-cols[data-v-aea3c5e6]{display:flex;gap:56px;flex-wrap:wrap}.footer-col[data-v-aea3c5e6]{display:flex;flex-direction:column;gap:12px}.footer-col__title[data-v-aea3c5e6]{font-family:var(--growth-caption);font-size:11px;font-weight:600;letter-spacing:1.4px;color:var(--growth-on-dark-muted);text-transform:uppercase}.footer-col ul[data-v-aea3c5e6]{display:flex;flex-direction:column;gap:10px}.footer-col__link[data-v-aea3c5e6]{font-family:var(--growth-body);font-size:14px;color:var(--growth-on-dark);transition:color var(--growth-duration-fast) ease}.footer-col__link[data-v-aea3c5e6]:hover{color:var(--growth-white)}.footer-col__link--text[data-v-aea3c5e6]{color:var(--growth-on-dark-muted);cursor:default}.footer-meta[data-v-aea3c5e6]{max-width:var(--growth-content-max);margin:0 auto;padding:20px clamp(20px,5vw,96px) 28px;display:flex;justify-content:space-between;gap:16px;font-family:var(--growth-caption);font-size:11px;letter-spacing:.6px;color:var(--growth-on-dark-muted);border-top:1px solid rgba(255,255,255,.06)}.footer-meta__records[data-v-aea3c5e6]{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:16px}.footer-meta__icp[data-v-aea3c5e6],.footer-meta__police[data-v-aea3c5e6]{display:inline-flex;align-items:center;gap:5px;transition:color var(--growth-duration-fast) ease}.footer-meta__icp[data-v-aea3c5e6]:hover,.footer-meta__police[data-v-aea3c5e6]:hover{color:var(--growth-white)}.footer-meta__police img[data-v-aea3c5e6]{width:18px;height:20px;object-fit:contain;flex:0 0 auto}@media (max-width: 900px){.footer-cta__inner[data-v-aea3c5e6]{flex-direction:column;align-items:flex-start}.footer-cta__action[data-v-aea3c5e6]{align-items:flex-start}.footer-info__inner[data-v-aea3c5e6]{flex-direction:column;gap:36px}}@media (max-width: 560px){.footer-meta[data-v-aea3c5e6]{flex-direction:column;gap:6px}.footer-meta__records[data-v-aea3c5e6]{justify-content:flex-start;gap:8px 16px}}.consultation-overlay[data-v-7c95cbc5]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;padding:24px;display:grid;place-items:center;background:#142219b8;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}.consultation-dialog[data-v-7c95cbc5]{position:relative;width:min(880px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:clamp(28px,5vw,58px);border:1px solid rgba(255,255,255,.3);border-radius:var(--growth-radius-3xl);background:var(--growth-surface);box-shadow:0 36px 100px #09190e5c;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);gap:clamp(34px,6vw,72px);align-items:center}.consultation-dialog[data-v-7c95cbc5]:before{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;z-index:0;border:1px solid var(--growth-border);border-radius:calc(var(--growth-radius-3xl) - 8px);pointer-events:none}.consultation-dialog__close[data-v-7c95cbc5]{position:absolute;top:26px;right:26px;z-index:3;width:44px;height:44px;border:1px solid var(--growth-border);border-radius:50%;display:grid;place-items:center;background:var(--growth-card);color:var(--growth-ink);transition:transform .2s ease,background .2s ease}.consultation-dialog__close[data-v-7c95cbc5]:hover{transform:rotate(4deg);background:var(--growth-soft)}.consultation-dialog__copy[data-v-7c95cbc5],.consultation-dialog__qr[data-v-7c95cbc5]{position:relative;z-index:1}.consultation-dialog__copy>span[data-v-7c95cbc5]{font-family:var(--growth-caption);font-size:9px;letter-spacing:1.4px;color:var(--growth-coral)}.consultation-dialog__copy h2[data-v-7c95cbc5]{margin-top:28px;font-size:clamp(38px,5.3vw,64px);line-height:1.01;text-wrap:balance}.consultation-dialog__copy>p[data-v-7c95cbc5]{margin-top:24px;max-width:480px;font-size:15px;line-height:1.75;color:var(--growth-text)}.consultation-dialog__copy dl[data-v-7c95cbc5]{margin-top:34px;border-top:1px solid var(--growth-border)}.consultation-dialog__copy dl>div[data-v-7c95cbc5]{padding:13px 0;border-bottom:1px solid var(--growth-border);display:grid;grid-template-columns:78px 1fr;gap:18px}.consultation-dialog__copy dt[data-v-7c95cbc5]{font-family:var(--growth-caption);font-size:9px;letter-spacing:1px;color:var(--growth-muted)}.consultation-dialog__copy dd[data-v-7c95cbc5]{font-size:13px;font-weight:700;color:var(--growth-ink)}.consultation-dialog__qr[data-v-7c95cbc5]{position:relative;padding:72px 22px 22px;border:1px solid rgba(255,255,255,.16);border-radius:var(--growth-radius-2xl);background:var(--growth-inverse);color:var(--growth-white);isolation:isolate;box-shadow:16px 18px 0 var(--growth-soft)}.consultation-dialog__qr[data-v-7c95cbc5]:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(255,255,255,.12);border-radius:calc(var(--growth-radius-2xl) - 7px);pointer-events:none}.consultation-dialog__botanical[data-v-7c95cbc5]{position:absolute;top:-18px;right:14px;z-index:-1;width:82px;color:var(--growth-coral);opacity:.58;transform:rotate(8deg)}.consultation-dialog__botanical path[data-v-7c95cbc5]{stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.consultation-dialog__qr-label[data-v-7c95cbc5]{position:absolute;top:24px;left:25px;display:grid;gap:5px}.consultation-dialog__qr-label span[data-v-7c95cbc5]{font-family:var(--growth-caption);font-size:8px;letter-spacing:1.8px;color:var(--growth-coral)}.consultation-dialog__qr-label strong[data-v-7c95cbc5]{font-family:var(--growth-caption);font-size:9px;letter-spacing:1px;color:var(--growth-white)}.consultation-dialog__qr-frame[data-v-7c95cbc5]{position:relative;aspect-ratio:1;padding:16px;border:1px solid rgba(24,62,42,.18);border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 12px 30px #04160b38}.consultation-dialog__qr-frame img[data-v-7c95cbc5]{display:block;width:100%;height:100%;object-fit:contain}.consultation-dialog__qr-caption[data-v-7c95cbc5]{margin-top:17px;padding-top:15px;border-top:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:space-between;gap:16px}.consultation-dialog__qr-caption span[data-v-7c95cbc5]{font-size:13px;font-weight:700;color:var(--growth-white)}.consultation-dialog__qr-caption strong[data-v-7c95cbc5]{font-family:var(--growth-caption);font-size:8px;font-weight:500;letter-spacing:.7px;color:var(--growth-on-dark-muted)}.consultation-enter-active[data-v-7c95cbc5],.consultation-leave-active[data-v-7c95cbc5]{transition:opacity .25s ease}.consultation-enter-active .consultation-dialog[data-v-7c95cbc5],.consultation-leave-active .consultation-dialog[data-v-7c95cbc5]{transition:transform .38s var(--growth-ease-out),opacity .25s ease}.consultation-enter-from[data-v-7c95cbc5],.consultation-leave-to[data-v-7c95cbc5]{opacity:0}.consultation-enter-from .consultation-dialog[data-v-7c95cbc5],.consultation-leave-to .consultation-dialog[data-v-7c95cbc5]{opacity:0;transform:translateY(20px) scale(.98)}@media (max-width:700px){.consultation-overlay[data-v-7c95cbc5]{padding:12px}.consultation-dialog[data-v-7c95cbc5]{max-height:calc(100vh - 24px);padding:58px 24px 30px;grid-template-columns:1fr;gap:30px}.consultation-dialog__close[data-v-7c95cbc5]{top:20px;right:20px}.consultation-dialog__copy h2[data-v-7c95cbc5]{font-size:clamp(36px,12vw,50px)}.consultation-dialog__copy>p[data-v-7c95cbc5]{margin-top:18px}.consultation-dialog__copy dl[data-v-7c95cbc5]{margin-top:24px}.consultation-dialog__qr[data-v-7c95cbc5]{width:min(100%,360px);margin:auto;box-shadow:8px 10px 0 var(--growth-soft)}}@media (prefers-reduced-motion:reduce){.consultation-enter-active[data-v-7c95cbc5],.consultation-leave-active[data-v-7c95cbc5],.consultation-enter-active .consultation-dialog[data-v-7c95cbc5],.consultation-leave-active .consultation-dialog[data-v-7c95cbc5]{transition:none}}.growth-page[data-v-25a0eae2]{min-height:100vh;display:flex;flex-direction:column}main[data-v-25a0eae2]{flex:1}.skip-link[data-v-25a0eae2]{position:fixed;top:12px;left:12px;z-index:1000;padding:10px 14px;border-radius:6px;background:var(--growth-coral);color:var(--growth-charcoal);font-weight:700;transform:translateY(-160%);transition:transform var(--growth-duration-fast) ease}.skip-link[data-v-25a0eae2]:focus{transform:translateY(0)}:root{--growth-inverse: #1B3A28;--growth-surface: #F5F3EE;--growth-accent: #2D5E3A;--growth-accent-hover: #234B2E;--growth-accent-soft: #4A8C5E;--growth-ink: #1B3A28;--growth-charcoal: #16231B;--growth-coral: #F06F5E;--growth-coral-soft: rgba(240, 111, 94, .12);--growth-text: #4A6B52;--growth-muted: #7A9A80;--growth-soft: #E8F0E4;--growth-soft-border: #C8DBBC;--growth-white: #FFFFFF;--growth-border: #D6DDD0;--growth-border-strong: #BCCAB4;--growth-input-border: #B8C9B6;--growth-card: #FCFBF6;--growth-sunken: #F1EEE5;--growth-on-dark: #E8F0E4;--growth-on-dark-muted: #A9C0AF;--growth-footer: #102719;--growth-footer-muted: #7A9A80;--growth-radius-xl: 12px;--growth-radius-2xl: 16px;--growth-radius-3xl: 24px;--growth-radius-card: 18px;--growth-radius-island: 28px;--growth-radius-pill: 999px;--growth-display: "Geist", "PingFang SC", "Microsoft YaHei", sans-serif;--growth-heading: "Playfair Display", "Songti SC", "STSong", Georgia, serif;--growth-body: "Geist", "PingFang SC", "Microsoft YaHei", sans-serif;--growth-caption: "Geist Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--growth-shadow-sm: 0 1px 3px rgba(27,58,40,.04), 0 4px 12px rgba(27,58,40,.05);--growth-shadow-md: 0 2px 4px rgba(27,58,40,.04), 0 12px 32px rgba(27,58,40,.08);--growth-shadow-lg: 0 4px 8px rgba(27,58,40,.05), 0 24px 56px rgba(27,58,40,.12);--growth-shadow-cta: 0 8px 24px rgba(27, 58, 40, .14);--growth-page-max: 1440px;--growth-content-max: 1296px;--growth-narrow-max: 976px;--growth-nav-h: 88px;--growth-announce-h: 40px;--growth-header-h: calc(var(--growth-nav-h) + var(--growth-announce-h));--growth-duration-fast: .15s;--growth-duration-normal: .3s;--growth-duration-slow: .76s;--growth-ease-out: cubic-bezier(.16, 1, .3, 1)}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-400.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-600.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-700.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/geist-var.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-mono-var.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--growth-nav-h) + 24px);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--growth-body);font-size:16px;line-height:1.6;color:var(--growth-ink);background-color:var(--growth-surface);overflow-x:hidden}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}a,button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(240,111,94,.22)}input,textarea,select{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--growth-heading);font-weight:600;line-height:1.1}h1,h2,h3{text-wrap:balance}.growth-metric__value,[class*=metric__value],[class*=metrics] strong{font-variant-numeric:tabular-nums}.growth-page :focus-visible{outline:3px solid var(--growth-coral);outline-offset:4px}.growth-page ::selection{background:var(--growth-coral);color:var(--growth-white)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.growth-page{max-width:var(--growth-page-max);margin:0 auto;overflow-x:clip}.growth-section{width:100%;padding:0 72px}.growth-container{max-width:var(--growth-content-max);margin:0 auto}.growth-narrow{max-width:var(--growth-narrow-max);margin:0 auto}@media (max-width:1179px){.growth-section{padding:0 40px}}@media (max-width:780px){.growth-section{padding:0 20px}}.growth-eyebrow{display:flex;align-items:center;gap:12px;font-family:var(--growth-caption);font-size:12px;font-weight:500;letter-spacing:1.8px;color:var(--growth-muted);text-transform:uppercase}.growth-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:17px 22px;border-radius:var(--growth-radius-xl);background:var(--growth-white);color:var(--growth-ink);font-family:var(--growth-body);font-size:16px;font-weight:700;transition:transform var(--growth-duration-fast) var(--growth-ease-out),box-shadow var(--growth-duration-fast) var(--growth-ease-out)}.growth-btn-primary:hover{transform:translateY(-1px);box-shadow:var(--growth-shadow-md)}.growth-btn-primary:active{transform:translateY(0)}.growth-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:17px 20px;border-radius:var(--growth-radius-xl);border:1px solid rgba(255,255,255,.2);color:var(--growth-white);font-family:var(--growth-body);font-size:16px;font-weight:600;transition:border-color var(--growth-duration-fast) var(--growth-ease-out),background var(--growth-duration-fast) var(--growth-ease-out)}.growth-btn-secondary:hover{border-color:#fff6;background:#ffffff0d}.growth-btn-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 18px;border-radius:var(--growth-radius-xl);background:var(--growth-inverse);color:var(--growth-white);font-family:var(--growth-body);font-size:15px;font-weight:600;transition:transform var(--growth-duration-fast) var(--growth-ease-out),box-shadow var(--growth-duration-fast) var(--growth-ease-out)}.growth-btn-cta:hover{transform:translateY(-1px);box-shadow:var(--growth-shadow-md)}.growth-card{border-radius:var(--growth-radius-xl);background:var(--growth-card);border:1px solid var(--growth-border);padding:22px 20px;transition:border-color var(--growth-duration-normal) var(--growth-ease-out),box-shadow var(--growth-duration-normal) var(--growth-ease-out),transform var(--growth-duration-normal) var(--growth-ease-out)}.growth-card:hover{border-color:var(--growth-border-strong);box-shadow:var(--growth-shadow-md);transform:translateY(-2px)}.growth-card--dark{border-radius:var(--growth-radius-2xl);background:var(--growth-inverse);padding:44px 48px}.growth-card--outline{border-radius:var(--growth-radius-xl);background:transparent;border:1px solid var(--growth-border);padding:28px 30px;transition:border-color var(--growth-duration-normal) var(--growth-ease-out),background var(--growth-duration-normal) var(--growth-ease-out)}.growth-card--outline:hover{border-color:var(--growth-border-strong);background:var(--growth-card)}.growth-input{width:100%;padding:0 18px;height:58px;border-radius:var(--growth-radius-xl);background:var(--growth-sunken);border:1px solid transparent;font-family:var(--growth-body);font-size:15px;color:var(--growth-ink);outline:none;transition:border-color var(--growth-duration-fast) var(--growth-ease-out)}.growth-input:focus{border-color:var(--growth-accent)}.growth-input::placeholder{color:var(--growth-muted)}.growth-textarea{width:100%;padding:14px 18px;height:96px;border-radius:var(--growth-radius-xl);background:var(--growth-sunken);border:1px solid transparent;font-family:var(--growth-body);font-size:15px;color:var(--growth-ink);outline:none;resize:none;transition:border-color var(--growth-duration-fast) var(--growth-ease-out)}.growth-textarea:focus{border-color:var(--growth-accent)}.growth-textarea::placeholder{color:var(--growth-muted)}.growth-statement{display:flex;flex-direction:column;align-items:center;gap:16px}.growth-statement__text{font-family:var(--growth-body);font-size:clamp(22px,3vw,34px);line-height:1.28;text-align:center;color:var(--growth-ink)}.growth-metric__value{font-family:var(--growth-heading);font-weight:600}.growth-metric__label{font-family:var(--growth-caption);font-size:11px;font-weight:500;letter-spacing:1.1px}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity var(--growth-duration-slow) var(--growth-ease-out),transform var(--growth-duration-slow) var(--growth-ease-out)}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}[data-reveal=left]{transform:translate3d(-36px,0,0)}[data-reveal=right]{transform:translate3d(36px,0,0)}[data-reveal=scale]{transform:scale(.94);clip-path:inset(8% 0 8% 0 round var(--growth-radius-xl))}[data-reveal=left].is-revealed,[data-reveal=right].is-revealed{transform:translateZ(0)}[data-reveal=scale].is-revealed{transform:scale(1);clip-path:inset(0 round var(--growth-radius-xl))}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}.route-enter-active,.route-leave-active{transition:opacity .35s ease,transform .55s var(--growth-ease-out)}.route-enter-from{opacity:0;transform:translateY(18px)}.route-leave-to{opacity:0;transform:translateY(-10px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal],[data-reveal=left],[data-reveal=right],[data-reveal=scale]{opacity:1;transform:none;clip-path:none;transition:none}.route-enter-active,.route-leave-active{transition:none}}.editorial-page{padding:144px 24px 96px}.editorial-hero{position:relative;min-height:570px;padding:56px 64px;border-radius:var(--growth-radius-2xl);background:var(--growth-inverse);color:var(--growth-white);overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:70px;align-items:end}.editorial-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(108deg,transparent 55%,rgba(240,111,94,.12));pointer-events:none}.editorial-hero__copy{position:relative;z-index:2;align-self:center;max-width:760px}.editorial-kicker{display:flex;align-items:center;gap:12px;font-family:var(--growth-caption);font-size:12px;letter-spacing:1.8px;color:var(--growth-muted);text-transform:uppercase}.editorial-kicker:before{content:"+";color:var(--growth-coral);font-size:17px}.editorial-hero__title{margin-top:28px;font-size:clamp(48px,6.5vw,88px);line-height:.98;letter-spacing:0;max-width:800px;text-wrap:balance}.editorial-hero__summary{margin-top:28px;max-width:610px;font-size:18px;line-height:1.7;color:#ffffffbd}.editorial-hero__aside{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px}.editorial-hero__index{font-family:var(--growth-heading);font-size:clamp(88px,12vw,168px);line-height:.7;color:#ffffff14}.editorial-hero__note{padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font-family:var(--growth-caption);font-size:12px;line-height:1.7;letter-spacing:1.2px;color:var(--growth-border)}.editorial-section{padding:112px 0}.editorial-section--tight{padding-top:36px}.editorial-section__lead{display:grid;grid-template-columns:180px minmax(0,760px);gap:40px;align-items:start;margin-bottom:58px}.editorial-section__title{font-size:clamp(34px,4.5vw,58px);line-height:1.05;text-wrap:balance}.editorial-section__body{margin-top:20px;color:var(--growth-text);font-size:17px;line-height:1.7;max-width:620px}.growth-rail{position:relative}.growth-rail:before{content:"";position:absolute;left:23px;top:10px;bottom:10px;width:1px;background:var(--growth-border)}.growth-rail__item{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:34px;padding-bottom:82px}.growth-rail__item:last-child{padding-bottom:0}.growth-rail__node{position:relative;z-index:1;width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--growth-border);border-radius:50%;background:var(--growth-surface);font-family:var(--growth-caption);font-size:11px;color:var(--growth-accent);transition:background .35s ease,color .35s ease,transform .35s var(--growth-ease-out)}.growth-rail__item.is-revealed .growth-rail__node{background:var(--growth-accent);color:var(--growth-white);transform:rotate(1turn)}.growth-rail__content{min-width:0}.editorial-cta{margin-top:104px;padding:46px 50px;border-radius:var(--growth-radius-2xl);background:var(--growth-charcoal);color:var(--growth-white);display:flex;align-items:center;justify-content:space-between;gap:40px}.editorial-cta h2{font-size:clamp(30px,4vw,50px);max-width:760px;text-wrap:balance}.editorial-cta p{margin-top:12px;color:var(--growth-border)}.image-reveal{position:relative;overflow:hidden;border-radius:var(--growth-radius-xl);box-shadow:var(--growth-shadow-sm);transition:box-shadow var(--growth-duration-normal) var(--growth-ease-out)}.image-reveal img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--growth-ease-out),filter .5s ease}.image-reveal:hover{box-shadow:var(--growth-shadow-lg)}.image-reveal:hover img{transform:scale(1.035)}.coral-rule{width:72px;height:3px;background:var(--growth-coral);margin:24px 0}@media (max-width:900px){.editorial-page{padding:116px 20px 72px}.editorial-hero{grid-template-columns:1fr;min-height:auto;padding:44px 32px;gap:46px}.editorial-hero__aside{flex-direction:row;align-items:end;justify-content:space-between}.editorial-section{padding:84px 0}.editorial-section__lead{grid-template-columns:1fr;gap:14px}.editorial-cta{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.editorial-hero{padding:34px 22px}.editorial-hero__title{font-size:clamp(42px,14vw,62px)}.editorial-hero__summary{font-size:16px}.editorial-section{padding:68px 0}.growth-rail__item{grid-template-columns:38px minmax(0,1fr);gap:18px;padding-bottom:58px}.growth-rail:before{left:18px}.growth-rail__node{width:38px;height:38px}.editorial-cta{margin-top:68px;padding:30px 24px}}
