:root{--color-primary:#0c1222;--color-primary-mid:#151d32;--color-primary-light:#1e2a45;--color-accent:#64a28f;--color-accent-dark:#4e8a74;--color-accent-light:#7db89f;--color-accent-glow:#64a28f40;--color-gold:#64a28f;--color-gold-light:#7db89f;--color-white:#fff;--color-off-white:#f4f6fa;--color-surface:#fff;--color-gray-100:#eef1f6;--color-gray-200:#dde3ed;--color-gray-300:#c5cdd9;--color-gray-500:#6b7a90;--color-gray-700:#3d4a5c;--color-gray-900:#0c1222;--color-danger:#ef4444;--font-primary:"Plus Jakarta Sans", system-ui, sans-serif;--font-heading:"Cormorant Garamond", Georgia, serif;--shadow-sm:0 2px 8px #0c12220f;--shadow-md:0 8px 30px #0c12221a;--shadow-lg:0 20px 60px #0c122224;--shadow-glow:0 0 40px var(--color-accent-glow);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--container-max:1240px;--section-padding-y:clamp(1rem, 2.2vw, 1.5rem);--section-padding:var(--section-padding-y) 1.5rem;--hero-padding-y:clamp(1.75rem, 3.5vw, 2.5rem);--banner-padding-y:clamp(1.5rem, 3vw, 2.25rem);--header-height:80px;--logo-optical-offset:6px;--page-banner-height:340px}@media (width<=480px){:root{--header-height:72px;--logo-optical-offset:4px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);color:var(--color-gray-900);background-color:var(--color-white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-dark);align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.72rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:linear-gradient(90deg, var(--color-accent), transparent);border-radius:2px;width:24px;height:2px}.section-title{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.15}.section-subtitle{color:var(--color-gray-500);max-width:580px;font-size:1.05rem;line-height:1.75}.section-header{margin-bottom:2rem}.section-header--center{text-align:center}.section-header--center .section-subtitle{margin:0 auto}.section-header--center .section-label:before{display:none}.section-header--center .section-label{justify-content:center}.page-content{min-height:60vh}.logo{flex-shrink:0;align-items:center;transition:transform .2s;display:inline-flex}.logo:hover{transform:scale(1.02)}.logo__brand{object-fit:contain;background:0 0;width:auto;display:block}.logo--header .logo__brand{width:auto;max-width:min(280px,52vw);height:120px;display:block}.logo--default .logo__brand{height:calc(var(--header-height) - 12px);max-width:min(180px,42vw)}.logo--footer .logo__brand{max-width:300px;height:72px}.logo--footer-brand .logo__brand{max-width:min(280px,68vw);height:112px}.logo--large .logo__brand{max-width:min(560px,92vw);height:min(280px,38vh)}@media (width<=960px){.logo--header .logo__brand{max-width:min(220px,48vw);height:68px}.logo--default .logo__brand{height:calc(var(--header-height) - 16px);max-width:min(180px,42vw)}}@media (width<=700px){.logo--default .logo__brand{height:calc(var(--header-height) - 18px);max-width:min(180px,42vw)}.logo--large .logo__brand{max-width:92vw;height:min(200px,32vh)}.logo--footer .logo__brand{max-width:260px;height:60px}}@media (width<=480px){.logo--header .logo__brand{max-width:min(190px,44vw);height:62px}.logo--default .logo__brand{max-width:min(180px,42vw)}}.header{z-index:1000;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0;overflow:visible}.header--scrolled{box-shadow:0 8px 32px #0c12221f}.header__main{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #0c12220f;overflow:visible}.header__container{align-items:center;gap:1.25rem;height:80px;display:flex;overflow:visible}.header__logo{flex-shrink:0;align-items:center;height:100%;display:flex;overflow:visible}.header__logo .logo{transform:translateY(var(--logo-optical-offset))}.header__logo .logo:hover{transform:translateY(var(--logo-optical-offset)) scale(1.02)}.header__logo .logo--header .logo__brand{object-position:center 58%}.header__nav{flex:1;justify-content:center;display:flex}.header__nav-list{background:var(--color-off-white);border:1px solid var(--color-gray-200);border-radius:50px;align-items:center;gap:.2rem;padding:.35rem;display:flex;box-shadow:inset 0 1px #fffc}.header__nav-link{color:var(--color-gray-500);white-space:nowrap;border-radius:50px;padding:.55rem 1rem;font-size:.82rem;font-weight:600;transition:color .25s,background .25s,box-shadow .25s;display:block;position:relative}.header__nav-link:hover{color:var(--color-primary);background:#ffffffe6}.header__nav-link--active{color:var(--color-white);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);box-shadow:0 4px 14px #0c122233}.header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__cta{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);color:var(--color-white);box-shadow:0 4px 18px var(--color-accent-glow);border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.82rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.header__cta:hover{box-shadow:0 8px 28px var(--color-accent-glow);transform:translateY(-2px)}.header__cta svg{transition:transform .2s}.header__cta:hover svg{transform:translate(3px)}.header__toggle{border:1px solid var(--color-gray-200);background:var(--color-white);border-radius:12px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:10px;display:none}.header__toggle span{background:var(--color-primary);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.header__toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=1100px){.header__nav-link{padding:.55rem .75rem;font-size:.78rem}}@media (width<=960px){.header__cta span{display:none}.header__cta{border-radius:12px;padding:.65rem}.header__nav{top:var(--header-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-gray-200);background:#fffffffa;justify-content:stretch;max-height:0;transition:max-height .4s;position:fixed;left:0;right:0;overflow:hidden}.header__nav--open{max-height:520px;box-shadow:var(--shadow-lg)}.header__nav-list{border-radius:var(--radius-md);flex-direction:column;align-items:stretch;margin:1rem 1.5rem 1.5rem;padding:.5rem}.header__nav-link{border-radius:var(--radius-sm);padding:.9rem 1rem}.header__toggle{display:flex}}@media (width<=480px){.header__container{height:72px}}.footer{color:#ffffffbf;background:linear-gradient(165deg,#0a121c 0%,#0c1222 45%,#101c2e 100%);padding:0 0 1.25rem;position:relative;overflow:hidden}.footer__bar{background:linear-gradient(90deg,#4e8a74,#64a28f,#4e8a74);height:3px}.footer__watermark{text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.footer__watermark span{font-family:var(--font-heading);letter-spacing:.06em;white-space:nowrap;text-transform:uppercase;color:#0000;-webkit-text-stroke:1px #64a28f1a;font-size:clamp(4.5rem,11vw,9rem);font-weight:700;line-height:1;display:inline-block}.footer__inner{z-index:1;padding-top:3rem;position:relative}.footer__surface{background:linear-gradient(145deg,#162032 0%,#0c1222 100%);border:1px solid #64a28f38;border-radius:16px;padding:2.25rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000047}.footer__grid{z-index:1;grid-template-columns:1.3fr .95fr 1.1fr;align-items:start;gap:2.5rem;display:grid;position:relative}.footer__brand{border-right:1px solid #64a28f24;padding-right:2rem}.footer__logo-wrap{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.footer__logo-plate{background:#fff;border:1px solid #64a28f38;border-radius:8px;justify-content:center;align-items:center;width:162px;height:88px;padding:.3rem .45rem;line-height:0;display:inline-flex;overflow:hidden;box-shadow:0 4px 14px #0003}.footer__logo-plate .logo--footer-brand{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.footer__logo-plate .logo--footer-brand .logo__brand{object-fit:contain;transform-origin:50%;width:auto;max-width:none;height:112px;display:block;transform:scale(1.36)}.footer__badge{letter-spacing:.08em;text-transform:uppercase;color:#7db89f;background:#64a28f1f;border:1px solid #64a28f47;border-radius:50px;padding:.3rem .75rem;font-size:.6rem;font-weight:700;display:inline-block}.footer__tagline{font-family:var(--font-heading);color:#f4f6f9;margin-bottom:.85rem;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.35}.footer__tagline span{background:linear-gradient(90deg,#8ec4b0,#64a28f);color:#0000;-webkit-background-clip:text;background-clip:text}.footer__desc{color:#ffffffb8;max-width:360px;margin-bottom:1.4rem;font-size:.85rem;line-height:1.7}.footer__social{align-items:center;gap:.85rem;display:flex}.footer__social-label{letter-spacing:.14em;text-transform:uppercase;color:#c8d7e680;font-size:.62rem;font-weight:700}.footer__social-links{gap:.5rem;display:flex}.footer__social-btn{color:#ffffffbf;background:#ffffff0d;border:1px solid #64a28f38;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s,color .2s;display:flex}.footer__social-btn svg{width:16px;height:16px}.footer__social-btn:hover{color:#fff;background:#64a28f;border-color:#64a28f}.footer__nav-group{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.footer__col-title{letter-spacing:.12em;text-transform:uppercase;color:#8ed4bc;border-bottom:1px solid #64a28f47;margin-bottom:1rem;padding-bottom:.5rem;font-size:.68rem;font-weight:700}.footer__list{flex-direction:column;gap:.45rem;display:flex}.footer__link{color:#ffffffd1;border-radius:6px;align-items:center;gap:.45rem;margin-left:-.55rem;padding:.4rem .55rem;font-size:.85rem;transition:color .2s,background .2s;display:flex}.footer__chevron{color:#64a28f;flex-shrink:0;display:flex}.footer__chevron svg{width:13px;height:13px}.footer__link:hover{color:#fff;background:#64a28f1a}.footer__reach{flex-direction:column;gap:.7rem;display:flex}.footer__reach-card{background:#ffffff0f;border:1px solid #64a28f38;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.85rem .95rem;transition:border-color .2s,background .2s;display:flex}.footer__reach-card:hover{background:#64a28f1f;border-color:#64a28f59}.footer__reach-icon{color:#7db89f;background:#64a28f24;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.footer__reach-icon svg{width:15px;height:15px}.footer__reach-label{letter-spacing:.1em;text-transform:uppercase;color:#8ed4bc;margin-bottom:.2rem;font-size:.6rem;font-weight:700;display:block}.footer__reach-value{color:#fff;font-size:.85rem;font-weight:600;line-height:1.4;transition:color .2s;display:block}a.footer__reach-value:hover{color:#8ec4b0}.footer__reach-sub{color:#ffffff94;margin-top:.15rem;font-size:.74rem;display:block}.footer__bottom{color:#ffffff8c;text-align:center;border-top:1px solid #64a28f26;margin-top:1.5rem;padding:1rem 0 0;font-size:.78rem}@media (width<=1024px){.footer__surface{padding:2rem 1.75rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__brand{border-bottom:1px solid #64a28f24;border-right:none;padding-bottom:.5rem;padding-right:0}}@media (width<=600px){.footer__inner{padding-top:2.25rem}.footer__surface{border-radius:12px;padding:1.5rem 1.25rem}.footer__nav-group{grid-template-columns:1fr;gap:1.5rem}.footer__brand{border-bottom:none;padding-bottom:0}.footer__watermark span{letter-spacing:.05em;font-size:clamp(3.5rem,11vw,7rem)}.footer__logo-plate{width:148px;height:80px;padding:.25rem .4rem}.footer__logo-plate .logo--footer-brand .logo__brand{transform:scale(1.38)}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__body{padding-top:var(--header-height);flex:1}.hero-decor{z-index:1;aspect-ratio:1;width:100%;max-width:460px;margin:0 auto;position:relative}.hero-decor__halo{background:radial-gradient(circle,#ffffff80 0%,#64a28f1f 50%,#0000 72%);border:1px solid #ffffff80;border-radius:50%;position:absolute;inset:6%}.hero-decor__glow{background:radial-gradient(circle,#64a28f33 0%,#0000 70%);border-radius:50%;animation:4s ease-in-out infinite decorGlow;position:absolute;inset:20%}.hero-decor__svg{z-index:1;width:100%;height:100%;position:relative}.hero-decor__ring{transform-origin:240px 240px;animation:48s linear infinite decorRingSpin}.hero-decor__ring--2{animation-duration:36s;animation-direction:reverse}.hero-decor__ring--3{animation-duration:26s}.hero-decor__orbit{transform-origin:240px 240px;animation:12s linear infinite decorOrbit}.hero-decor__curve--glow{opacity:0;animation:1.2s .8s forwards decorFade}.hero-decor__curve:not(.hero-decor__curve--glow){stroke-dasharray:520;stroke-dashoffset:520px;animation:2.2s cubic-bezier(.22,1,.36,1) .35s forwards decorDraw}.hero-decor__area{opacity:0;animation:1.2s 1.1s forwards decorFade}.hero-decor__dot,.hero-decor__dot-ring{opacity:0;animation:.6s 2.1s forwards decorFade}.hero-decor__dot-pulse{fill:none;opacity:0;animation:2.5s ease-in-out 2.1s infinite decorDotPulse}.hero-decor__letter{font-family:var(--font-heading);fill:none;stroke:#0c122217;stroke-width:1.5px;opacity:0;font-size:148px;font-style:italic;font-weight:600;animation:1.2s .55s forwards decorLetterIn}.hero-decor__badge{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.1em;text-transform:uppercase;color:#fff;opacity:0;background:#0c1222e0;border:1px solid #64a28f80;border-radius:50px;align-items:center;gap:.55rem;padding:.62rem 1.05rem;font-size:.68rem;font-weight:700;animation:.7s cubic-bezier(.22,1,.36,1) forwards decorBadgeIn;display:flex;position:absolute;box-shadow:0 10px 28px #0c122238,inset 0 1px #ffffff14}.hero-decor__badge--1{animation:.7s cubic-bezier(.22,1,.36,1) 1.6s forwards decorBadgeIn,5.5s ease-in-out 2.4s infinite decorFloat;top:10%;right:0}.hero-decor__badge--2{animation:.7s cubic-bezier(.22,1,.36,1) 1.85s forwards decorBadgeIn,5.5s ease-in-out 2.9s infinite decorFloat;bottom:14%;left:0}.hero-decor__badge-dot{background:#64a28f;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite decorDotBlink;box-shadow:0 0 10px #64a28fe6}@keyframes decorRingSpin{to{transform:rotate(360deg)}}@keyframes decorOrbit{to{transform:rotate(360deg)}}@keyframes decorDraw{to{stroke-dashoffset:0}}@keyframes decorFade{to{opacity:1}}@keyframes decorLetterIn{to{opacity:1}}@keyframes decorBadgeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes decorFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes decorGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes decorDotPulse{0%,to{opacity:0;r:14}50%{opacity:.55;r:22}}@keyframes decorDotBlink{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.hero-decor__ring,.hero-decor__orbit,.hero-decor__curve,.hero-decor__area,.hero-decor__dot,.hero-decor__dot-ring,.hero-decor__dot-pulse,.hero-decor__letter,.hero-decor__badge,.hero-decor__glow,.hero-decor__badge-dot{opacity:1;stroke-dashoffset:0;animation:none}}.hero{min-height:calc(100vh - var(--header-height));color:#0c1222;align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__gradient{background:linear-gradient(165deg,#f4faf7 0%,#ecf5f0 35%,#e2eee8 70%,#d8e8e0 100%);position:absolute;inset:0}.hero__spotlight{background:radial-gradient(70% 55% at 78% 32%,#64a28f47 0%,#0000 58%),radial-gradient(45% 40% at 15% 75%,#64a28f1a 0%,#0000 55%);position:absolute;inset:0}.hero__grid{background-image:linear-gradient(#0c122208 1px,#0000 1px),linear-gradient(90deg,#0c122208 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(95% 90% at 55% 45%,#000 25%,#0000 80%);mask-image:radial-gradient(95% 90% at 55% 45%,#000 25%,#0000 80%)}.hero__fade{opacity:0;animation:.75s cubic-bezier(.22,1,.36,1) forwards heroFadeUp;animation-delay:var(--d,0s);transform:translateY(20px)}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero__container{z-index:1;min-height:calc(100vh - var(--header-height));padding:var(--hero-padding-y) 0;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,4vw,3.5rem);display:grid;position:relative}.hero__content,.hero__visual{margin-top:var(--logo-optical-offset)}.hero__content{padding-left:clamp(1.5rem,4vw,3rem)}.hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#3d6b5a;border-bottom:2px solid #64a28f;margin-bottom:1.35rem;padding-bottom:.5rem;font-size:.7rem;font-weight:700;display:inline-block}.hero__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:1.35rem;font-size:clamp(2.7rem,5.8vw,4.2rem);font-weight:600;line-height:1.1}.hero__title em{color:#4e8a74;font-style:italic}.hero__desc{color:#516178;max-width:480px;margin-bottom:2rem;font-size:1.03rem;line-height:1.78}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__btn{border-radius:8px;align-items:center;gap:.5rem;padding:.92rem 1.65rem;font-size:.87rem;font-weight:700;transition:transform .22s,box-shadow .22s,background .22s;display:inline-flex}.hero__btn:hover{transform:translateY(-2px)}.hero__btn--primary{color:#fff;background:#64a28f;box-shadow:0 8px 22px #64a28f61}.hero__btn--primary:hover{background:#72b09c;box-shadow:0 12px 30px #64a28f73}.hero__btn--primary svg{transition:transform .22s}.hero__btn--primary:hover svg{transform:translate(4px)}.hero__btn--secondary{color:#0c1222;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb8;border:1px solid #0c12221a;box-shadow:0 4px 14px #0c12220d}.hero__btn--secondary:hover{color:#3d6b5a;background:#fff;border-color:#64a28f59}.hero__visual{justify-content:center;align-items:center;display:flex}@media (width<=900px){.hero{min-height:auto}.hero__container{min-height:auto;padding:var(--section-padding-y) 0;text-align:center;grid-template-columns:1fr;gap:2rem}.hero__content{padding-left:0}.hero__desc{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{order:-1;max-width:340px;margin:0 auto}}@media (width<=520px){.hero__btn{justify-content:center;width:100%}.hero__actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){.hero__fade{opacity:1;animation:none;transform:none}}.trust-bar{z-index:2;padding:0 1.5rem var(--section-padding-y);margin-top:-2rem;position:relative}.trust-bar__container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(140deg,#fffffff0,#ffffffd1);border:1px solid #64a28f2e;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem;display:grid;box-shadow:0 18px 40px #0c122214}.trust-bar__item{border:1px solid #0000;border-radius:14px;align-items:center;gap:.75rem;padding:.7rem .75rem;transition:transform .25s,border-color .25s,background .25s;display:flex}.trust-bar__item:hover{background:#ffffffa6;border-color:#64a28f4d;transform:translateY(-2px)}.trust-bar__icon{color:#4e8a74;background:#64a28f24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:inset 0 0 0 1px #64a28f33}.trust-bar__icon svg{width:18px;height:18px}.trust-bar__item strong{color:var(--color-primary);font-size:.85rem;font-weight:700;display:block}.trust-bar__item span{color:var(--color-gray-500);font-size:.72rem}@media (width<=900px){.trust-bar__container{grid-template-columns:repeat(2,1fr);padding:.9rem}}@media (width<=480px){.trust-bar__container{grid-template-columns:1fr;padding:.8rem}}.explore{padding:var(--section-padding-y) 0;background:linear-gradient(165deg,#faf8f4 0%,#f3eee6 50%,#ebe4d8 100%);position:relative;overflow:hidden}.explore__mesh{pointer-events:none;background-image:radial-gradient(#0c12220d 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 40%,#000 10%,#0000 72%);mask-image:radial-gradient(90% 80% at 50% 40%,#000 10%,#0000 72%)}.explore__header{z-index:1;text-align:center;max-width:560px;margin:0 auto clamp(1.5rem,3vw,2.25rem);position:relative}.explore__label{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;align-items:center;gap:.55rem;margin-bottom:.85rem;font-size:.68rem;font-weight:700;display:inline-flex}.explore__label:before,.explore__label:after{content:"";border-radius:2px;width:28px;height:2px}.explore__label:before{background:linear-gradient(90deg,#0000,#64a28f)}.explore__label:after{background:linear-gradient(90deg,#64a28f,#0000)}.explore__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:.65rem;font-size:clamp(2rem,4vw,2.85rem);font-weight:600;line-height:1.1}.explore__title em{color:#4e8a74;font-style:italic}.explore__lead{color:#5a6a7e;margin:0;font-size:.94rem;line-height:1.65}.explore__routes{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff8c;border-top:2px solid #0c1222;border-radius:0 0 16px 16px;position:relative;overflow:hidden;box-shadow:0 12px 40px #8a6f4e1a}.explore__route{color:inherit;border-bottom:1px solid #c4a88266;border-left:4px solid #0000;grid-template-columns:auto 1fr auto auto;align-items:center;gap:clamp(.85rem,2vw,1.5rem);padding:clamp(1.15rem,2.2vw,1.45rem) clamp(1.25rem,2.5vw,1.75rem);transition:background .25s,border-left-color .25s,padding-left .3s cubic-bezier(.22,1,.36,1);display:grid}.explore__route:last-child{border-bottom:none}.explore__route:hover,.explore__route:focus-visible{background:#64a28f14;border-left-color:#64a28f;padding-left:calc(clamp(1.25rem,2.5vw,1.75rem) + .25rem)}.explore__route-num{font-family:var(--font-heading);color:#64a28f73;min-width:2.25rem;font-size:clamp(1.5rem,2.5vw,2rem);font-style:italic;font-weight:600;line-height:1;transition:color .25s}.explore__route:hover .explore__route-num,.explore__route:focus-visible .explore__route-num{color:#4e8a74}.explore__route-body{min-width:0}.explore__route-title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.25rem;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:600;line-height:1.2}.explore__route-desc{color:#6b5f52;max-width:48ch;margin:0;font-size:.82rem;line-height:1.55}.explore__route-icon{color:#4e8a74;background:#64a28f1f;border:1px solid #64a28f38;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:background .25s,color .25s,transform .25s;display:flex}.explore__route-icon svg{width:20px;height:20px}.explore__route:hover .explore__route-icon,.explore__route:focus-visible .explore__route-icon{color:#fff;background:#64a28f;transform:scale(1.06)}.explore__route-go{color:#8a6f4e;opacity:.6;background:#fffc;border:1px solid #c4a88259;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .25s,transform .25s,background .25s,color .25s;display:flex}.explore__route-go svg{width:16px;height:16px}.explore__route:hover .explore__route-go,.explore__route:focus-visible .explore__route-go{opacity:1;color:#fff;background:#0c1222;border-color:#0c1222;transform:translate(4px)}@media (width<=700px){.explore__route{grid-template-rows:auto auto;grid-template-columns:auto 1fr auto}.explore__route-icon{grid-area:1/3/span 2}.explore__route-go{display:none}.explore__route-body{grid-column:2}.explore__route-num{grid-row:1/span 2;align-self:center}}@media (prefers-reduced-motion:reduce){.explore__route:hover,.explore__route:focus-visible{padding-left:clamp(1.25rem,2.5vw,1.75rem)}.explore__route:hover .explore__route-icon,.explore__route:focus-visible .explore__route-icon,.explore__route:hover .explore__route-go,.explore__route:focus-visible .explore__route-go{transform:none}}.who{padding:var(--section-padding-y) 0;background:#f4f6f9;border-top:1px solid #0c12220f;position:relative;overflow:hidden}.who__watermark{font-family:var(--font-primary);letter-spacing:.08em;text-transform:uppercase;color:#0c12220e;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-size:clamp(5.5rem,13vw,10.5rem);font-weight:800;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.who__wrap{z-index:1;grid-template-columns:1fr 1fr;align-items:stretch;gap:2.75rem;display:grid;position:relative}.who__intro{flex-direction:column;justify-content:center;display:flex}.who__tag{letter-spacing:.14em;text-transform:uppercase;color:#64a28f;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:inline-block}.who__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:1rem;font-size:clamp(1.85rem,3.2vw,2.5rem);font-weight:600;line-height:1.2}.who__title em{color:#64a28f;font-style:italic}.who__text{color:#5a6a7e;margin-bottom:.85rem;font-size:1rem;line-height:1.7}.who__text--sub{margin-bottom:1.5rem}.who__link{color:#64a28f;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;transition:gap .2s;display:inline-flex}.who__link:hover{gap:.65rem}.who__panel{background:#fff;border:1px solid #0c122212;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 6px 28px #0c12220f}.who__item{border-bottom:1px solid #0c12220f;align-items:flex-start;gap:1.1rem;padding:1.4rem 1.6rem;transition:background .2s;display:flex}.who__item:last-child{border-bottom:none}.who__item:hover{background:#64a28f0d}.who__item-icon{color:#4e8a74;background:#64a28f1f;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.who__item-icon svg{width:22px;height:22px}.who__item h3{color:#0c1222;margin-bottom:.35rem;font-size:.95rem;font-weight:700;line-height:1.3}.who__item p{color:#6b7a90;font-size:.875rem;line-height:1.55}@media (width<=768px){.who{padding:var(--section-padding-y) 0}.who__wrap{grid-template-columns:1fr;gap:1.75rem}}.cta{padding:var(--section-padding-y) 0;background:#fff}.cta__box{background:linear-gradient(118deg,#5a9a87 0%,#64a28f 48%,#6faf9c 100%);border:1px solid #fff3;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;padding:1.85rem 2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #64a28f47}.cta__glow{pointer-events:none;background:radial-gradient(circle,#ffffff2e 0%,#0000 68%);border-radius:50%;width:240px;height:240px;position:absolute;top:-40%;right:-5%}.cta__content{flex:1;min-width:0;position:relative}.cta__label{letter-spacing:.14em;text-transform:uppercase;color:#ffffffd1;margin-bottom:.45rem;font-size:.62rem;font-weight:700;display:inline-block}.cta__title{font-family:var(--font-heading);color:#fff;margin-bottom:.45rem;font-size:clamp(1.55rem,2.6vw,2.1rem);font-weight:600;line-height:1.15}.cta__title em{color:#e8f5f0;font-style:italic}.cta__text{color:#ffffffd1;max-width:480px;font-size:.9rem;line-height:1.55}.cta__actions{flex-wrap:wrap;flex-shrink:0;gap:.65rem;display:flex;position:relative}.cta__btn{white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:.35rem;padding:.75rem 1.45rem;font-size:.84rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.cta__btn:hover{transform:translateY(-2px)}.cta__btn--primary{color:#3d7564;background:#fff;box-shadow:0 4px 16px #0c12221f}.cta__btn--primary:hover{box-shadow:0 6px 20px #0c122229}.cta__btn--outline{color:#fff;background:#ffffff14;border:1.5px solid #ffffff8c}.cta__btn--outline:hover{background:#ffffff29;border-color:#ffffffbf}@media (width<=768px){.cta{padding:var(--section-padding-y) 0}.cta__box{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.6rem 1.5rem}.cta__actions{width:100%}.cta__btn{flex:1;min-width:120px}}.home-page{overflow-x:hidden}.about-hero{padding:var(--section-padding-y) 0;background:linear-gradient(#f9fbfa 0%,#eef4f1 55%,#e8f0ec 100%);border-bottom:1px solid #0c12220f;position:relative;overflow:hidden}.about-hero__glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.about-hero__glow--1{background:#64a28f38;width:420px;height:420px;top:-120px;right:-80px}.about-hero__glow--2{background:#64a28f1f;width:300px;height:300px;bottom:-80px;left:-60px}.about-hero__watermark{font-family:var(--font-primary);letter-spacing:.08em;text-transform:uppercase;color:#0c12220a;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(5rem,14vw,11rem);font-weight:800;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-hero__inner{z-index:1;position:relative}.about-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:clamp(2rem,4vw,3.5rem);display:grid}.about-hero__copy{flex-direction:column;justify-content:center;display:flex}.about-hero__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:1.15rem;font-size:clamp(2.2rem,4.5vw,3.25rem);font-weight:600;line-height:1.15}.about-hero__title em{color:#4e8a74;font-style:italic}.about-hero__text{color:#5a6a7e;max-width:520px;margin-bottom:.85rem;font-size:1.02rem;line-height:1.75}.about-hero__text--muted{margin-bottom:0}.about-hero__visual{background:linear-gradient(155deg,#0c1222 0%,#141c30 50%,#0a101c 100%);border:1px solid #64a28f33;border-radius:24px;flex-direction:column;padding:1.35rem;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 56px #0c122238}.about-hero__visual:before{content:"";pointer-events:none;background:radial-gradient(circle at 90% 10%,#64a28f33,#0000 40%),radial-gradient(circle at 10% 90%,#64a28f14,#0000 35%);position:absolute;inset:0}.about-hero__visual-head{z-index:1;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex;position:relative}.about-hero__visual-label{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;font-size:.68rem;font-weight:700}.about-hero__visual-badge{letter-spacing:.06em;text-transform:uppercase;color:#0c1222;background:#64a28f;border-radius:50px;padding:.32rem .75rem;font-size:.62rem;font-weight:700}.about-hero__stack{z-index:1;flex-direction:column;gap:.85rem;display:flex;position:relative}.about-hero__stack:before{content:"";background:linear-gradient(#64a28f80,#64a28f26);width:1px;position:absolute;top:1.5rem;bottom:1.5rem;left:1.15rem}.about-hero__stack-item{grid-template-columns:auto 1fr;align-items:stretch;gap:.85rem;display:grid}.about-hero__stack-num{letter-spacing:.04em;color:#64a28f;z-index:1;background:#64a28f1f;border:1px solid #64a28f59;border-radius:50%;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:.68rem;font-weight:800;display:flex;position:relative;box-shadow:0 0 0 4px #0c1222e6}.about-hero__stack-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;align-items:flex-start;gap:.9rem;padding:1.1rem 1.15rem;transition:transform .25s,background .25s,border-color .25s;display:flex}.about-hero__stack-item:hover .about-hero__stack-card{background:#ffffff14;border-color:#64a28f59;transform:translate(4px)}.about-hero__stack-icon{color:#7db89f;background:#64a28f2e;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.about-hero__stack-icon svg{width:20px;height:20px}.about-hero__stack-card h2{color:#fff;margin-bottom:.3rem;font-size:.95rem;font-weight:700;line-height:1.3}.about-hero__stack-card p{color:#ffffff94;font-size:.82rem;line-height:1.55}@media (width<=900px){.about-hero__grid{grid-template-columns:1fr}.about-hero__visual{max-width:520px}}@media (width<=520px){.about-hero{padding:var(--section-padding-y) 0}}@media (prefers-reduced-motion:reduce){.about-hero__stack-item:hover .about-hero__stack-card{transform:none}}.about-story{padding:var(--section-padding-y) 0;background:linear-gradient(#eef4f1 0%,#f7faf8 50%,#fff 100%);position:relative;overflow:hidden}.about-story__bg-shape{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.about-story__bg-shape--1{background:#64a28f33;width:360px;height:360px;top:-80px;left:-80px}.about-story__bg-shape--2{background:#0c12220d;width:280px;height:280px;bottom:-60px;right:-40px}.about-story__showcase{z-index:1;background:#fff;border:1px solid #0c122212;border-radius:32px;padding:clamp(1.75rem,3vw,2.5rem);position:relative;box-shadow:0 2px 4px #0c122208,0 24px 64px #0c122214}.about-story__showcase:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#64a28f1f,#0000 68%);border-top-right-radius:32px;width:220px;height:220px;position:absolute;top:0;right:0}.about-story__story{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(1.5rem,3vw,2.75rem);padding-bottom:clamp(1.5rem,3vw,2rem);display:grid}.about-story__label{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:inline-flex}.about-story__label:before{content:"";background:#64a28f;border-radius:2px;width:22px;height:2px}.about-story__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:1.15rem;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:600;line-height:1.12}.about-story__title em{color:#4e8a74;font-style:italic}.about-story__quote{font-family:var(--font-heading);color:#3d4a5c;border-left:3px solid #64a28f;padding:1rem 0 1rem 1.15rem;font-size:clamp(1rem,1.6vw,1.15rem);font-style:italic;font-weight:500;line-height:1.55;position:relative}.about-story__story-text{background:linear-gradient(135deg,#f7faf8 0%,#f0f5f2 100%);border:1px solid #64a28f26;border-radius:20px;flex-direction:column;justify-content:center;gap:1rem;padding:clamp(1rem,2vw,1.35rem);display:flex}.about-story__story-text p{color:#5a6a7e;font-size:.96rem;line-height:1.82}.about-story__bridge{align-items:center;gap:1rem;margin-bottom:clamp(1.25rem,2.5vw,1.75rem);display:flex}.about-story__bridge-line{background:linear-gradient(90deg,#0000,#64a28f59,#0000);flex:1;height:1px}.about-story__bridge-label{letter-spacing:.16em;text-transform:uppercase;color:#6b7a90;background:#f4f7f5;border:1px solid #0c12220f;border-radius:999px;flex-shrink:0;padding:.4rem .9rem;font-size:.65rem;font-weight:700}.about-story__bento{grid-template-columns:1.08fr .92fr;align-items:stretch;gap:1rem;display:grid}.about-story__panel{border:1px solid #0000;border-radius:22px;padding:clamp(1.35rem,2.5vw,1.75rem);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;position:relative;overflow:hidden}.about-story__panel:hover{transform:translateY(-5px)}.about-story__panel--vision{background:linear-gradient(145deg,#0c1222 0%,#141c30 100%);border-color:#64a28f33;box-shadow:0 16px 40px #0c122233}.about-story__panel--vision:hover{box-shadow:0 22px 50px #0c122242}.about-story__panel--mission{background:linear-gradient(145deg,#e8f2ed 0%,#f2f8f5 100%);border-color:#64a28f38;box-shadow:0 12px 32px #64a28f1f}.about-story__panel--mission:hover{box-shadow:0 18px 42px #64a28f2e}.about-story__panel-bg{font-family:var(--font-heading);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(4rem,8vw,5.5rem);font-weight:700;line-height:1;position:absolute;top:.5rem;right:.75rem}.about-story__panel--vision .about-story__panel-bg{color:#ffffff0a}.about-story__panel--mission .about-story__panel-bg{color:#0c12220a}.about-story__panel-head{z-index:1;align-items:flex-start;gap:.9rem;margin-bottom:.85rem;display:flex;position:relative}.about-story__panel-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about-story__panel--vision .about-story__panel-icon{color:#7db89f;background:#64a28f26}.about-story__panel--mission .about-story__panel-icon{color:#4e8a74;background:#64a28f33}.about-story__panel-icon svg{width:22px;height:22px}.about-story__panel-tag{letter-spacing:.13em;text-transform:uppercase;margin-bottom:.35rem;font-size:.62rem;font-weight:700;display:block}.about-story__panel--vision .about-story__panel-tag{color:#ffffff80}.about-story__panel--mission .about-story__panel-tag{color:#6b7a90}.about-story__panel h3{font-family:var(--font-heading);max-width:26ch;font-size:clamp(1.05rem,1.7vw,1.25rem);font-weight:600;line-height:1.28}.about-story__panel--vision h3{color:#fff}.about-story__panel--mission h3{color:#0c1222}.about-story__panel>p{z-index:1;margin-bottom:1rem;font-size:.86rem;line-height:1.68;position:relative}.about-story__panel--vision>p{color:#ffffff94}.about-story__panel--mission>p{color:#5a6a7e}.about-story__panel ul{z-index:1;border-top:1px solid #ffffff14;flex-direction:column;gap:.42rem;padding-top:.85rem;display:flex;position:relative}.about-story__panel--mission ul{border-top-color:#0c122214}.about-story__panel li{padding-left:1rem;font-size:.78rem;font-weight:600;line-height:1.4;position:relative}.about-story__panel--vision li{color:#ffffffc7}.about-story__panel--mission li{color:#3d4a5c}.about-story__panel li:before{content:"";background:#64a28f;border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:0}@media (width<=900px){.about-story__story,.about-story__bento{grid-template-columns:1fr}}@media (width<=520px){.about-story__showcase{border-radius:24px;padding:1.25rem}.about-story__panel h3{max-width:none}}@media (prefers-reduced-motion:reduce){.about-story__panel:hover{transform:none}}.milestones{padding:var(--section-padding-y) 0;position:relative;overflow:hidden}.milestones__bg{background:linear-gradient(160deg,#0c1222 0%,#142238 45%,#0f1e2e 100%);position:absolute;inset:0}.milestones__orb{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.milestones__orb--1{background:#64a28f59;width:420px;height:420px;top:-120px;right:-80px}.milestones__orb--2{background:#4db8a040;width:300px;height:300px;bottom:-80px;left:-60px}.milestones__inner{z-index:1;position:relative}.milestones__header{margin-bottom:1.25rem}.milestones__label{letter-spacing:.14em;text-transform:uppercase;color:#0c1222;background:#64a28f;border-radius:50px;margin-bottom:.6rem;padding:.28rem .7rem;font-size:.65rem;font-weight:700;display:inline-block}.milestones__title{font-family:var(--font-heading);color:#fff;margin-bottom:.45rem;font-size:clamp(1.65rem,3vw,2.35rem);font-weight:600;line-height:1.12}.milestones__lead{color:#fff9;max-width:480px;font-size:.9rem;line-height:1.6}.milestones__grid{grid-template-columns:repeat(5,1fr);gap:.6rem;display:grid}.milestones__card{border:1px solid #ffffff24;border-radius:16px;flex-direction:column;min-height:210px;padding:1rem .9rem 1.1rem;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:flex;position:relative;overflow:hidden}.milestones__card:hover{transform:translateY(-6px)scale(1.02)}.milestones__card-shine{pointer-events:none;background:linear-gradient(#ffffff1f 0%,#0000 100%);height:50%;position:absolute;top:0;left:0;right:0}.milestones__card-top{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex;position:relative}.milestones__icon{color:#fff;background:#ffffff2e;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.milestones__icon svg{width:18px;height:18px}.milestones__step{font-family:var(--font-heading);color:#ffffff59;font-size:1.25rem;font-weight:700;line-height:1}.milestones__phase{letter-spacing:.12em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.4rem;font-size:.58rem;font-weight:700;display:inline-block;position:relative}.milestones__card h3{font-family:var(--font-heading);color:#fff;flex:1;margin-bottom:.4rem;font-size:.95rem;font-weight:600;line-height:1.28;position:relative}.milestones__card p{color:#ffffffb8;font-size:.74rem;line-height:1.55;position:relative}.milestones__card--forest{background:linear-gradient(145deg,#1a4d3e 0%,#2d7a62 100%);box-shadow:0 8px 28px #2d7a6259}.milestones__card--forest:hover{box-shadow:0 16px 40px #2d7a6273}.milestones__card--emerald{background:linear-gradient(145deg,#4e8a74 0%,#64a28f 50%,#7db89f 100%);box-shadow:0 8px 28px #64a28f66}.milestones__card--emerald:hover{box-shadow:0 16px 40px #64a28f80}.milestones__card--midnight{background:linear-gradient(145deg,#1a2844 0%,#243b5c 100%);border-color:#64a28f40;box-shadow:0 8px 28px #243b5c66}.milestones__card--midnight:hover{box-shadow:0 16px 40px #64a28f4d}.milestones__card--jade{background:linear-gradient(145deg,#2f6b58 0%,#4e9a7e 100%);box-shadow:0 8px 28px #4e9a7e61}.milestones__card--jade:hover{box-shadow:0 16px 40px #4e9a7e7a}.milestones__card--glow{background:linear-gradient(145deg,#64a28f 0%,#3d8a72 40%,#0c1222 100%);box-shadow:0 8px 32px #64a28f73,0 0 0 1px #7db89f4d}.milestones__card--glow:hover{box-shadow:0 18px 44px #64a28f8c,0 0 24px #64a28f40}.milestones__card--glow .milestones__step{color:#ffffff80}@media (width<=1024px){.milestones__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.milestones__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.milestones__grid{grid-template-columns:1fr}.milestones__card{min-height:auto}}@media (prefers-reduced-motion:reduce){.milestones__card:hover{transform:none}}.values{padding:var(--section-padding-y) 0;background:#f7f3ec;position:relative;overflow:hidden}.values__mesh{pointer-events:none;background-image:radial-gradient(#0c122212 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%)}.values--visible .values__mesh{animation:18s ease-in-out infinite alternate values-mesh-drift}.values__header{text-align:center;max-width:520px;margin:0 auto 1.75rem}.values__eyebrow,.values__heading,.values__lead{opacity:0;transform:translateY(18px)}.values--visible .values__eyebrow{animation:.55s cubic-bezier(.22,1,.36,1) 50ms forwards values-rise-in}.values--visible .values__heading{animation:.6s cubic-bezier(.22,1,.36,1) .15s forwards values-rise-in}.values--visible .values__lead{animation:.6s cubic-bezier(.22,1,.36,1) .28s forwards values-rise-in}.values__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#8a6f4e;margin-bottom:.55rem;font-size:.72rem;font-weight:700;display:block}.values__heading{font-family:var(--font-heading);color:#1a1510;margin-bottom:.65rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1.08}.values__lead{color:#6b5f52;font-size:.95rem;line-height:1.7}.values__constellation{width:min(100%,720px);height:clamp(480px,62vw,560px);margin:0 auto;position:relative}.values__spokes{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.values__spoke{stroke:#c4a882;stroke-width:1px;stroke-dasharray:1;stroke-dashoffset:1px;opacity:0}.values__ring{fill:none;stroke:#c4a882;stroke-width:1.5px;stroke-dasharray:1;stroke-dashoffset:1px;opacity:0}.values--visible .values__ring{animation:1.1s cubic-bezier(.22,1,.36,1) .35s forwards values-draw-line,3.5s ease-in-out 1.6s infinite values-ring-glow}.values--visible .values__spoke--1{animation:.55s .7s forwards values-draw-spoke}.values--visible .values__spoke--2{animation:.55s .78s forwards values-draw-spoke}.values--visible .values__spoke--3{animation:.55s .86s forwards values-draw-spoke}.values--visible .values__spoke--4{animation:.55s .94s forwards values-draw-spoke}.values--visible .values__spoke--5{animation:.55s 1.02s forwards values-draw-spoke}.values--visible .values__spoke--6{animation:.55s 1.1s forwards values-draw-spoke}.values__core{opacity:0;z-index:2;background:#f7f3ecd9;border:2px solid #c4a882;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:clamp(110px,22vw,140px);height:clamp(110px,22vw,140px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.55)}.values--visible .values__core{animation:.65s cubic-bezier(.22,1,.36,1) .45s forwards values-core-in,3s ease-in-out 1.4s infinite values-core-pulse}.values__core-num{font-family:var(--font-heading);color:#1a1510;font-size:clamp(2rem,5vw,2.75rem);font-weight:600;line-height:1}.values__core-label{letter-spacing:.1em;text-transform:uppercase;color:#8a6f4e;text-align:center;max-width:8ch;margin-top:.25rem;font-size:.58rem;font-weight:700;line-height:1.35}.values__node{z-index:2;width:clamp(150px,28vw,200px);position:absolute}.values__node-inner{opacity:0;transition:transform .35s cubic-bezier(.22,1,.36,1);transform:translateY(14px)}.values--visible .values__node-inner{animation:.55s cubic-bezier(.22,1,.36,1) forwards values-node-in;animation-delay:calc(.95s + var(--i) * .1s)}.values__node:hover .values__node-inner{transform:translateY(-3px)}.values__node h3{font-family:var(--font-heading);color:#1a1510;margin-bottom:.3rem;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:600;line-height:1.2}.values__node h3:before{content:"";vertical-align:middle;background:#64a28f;border-radius:50%;width:7px;height:7px;margin-right:.45rem;display:inline-block;transform:translateY(-1px);box-shadow:0 0 #64a28f73}.values--visible .values__node h3:before{animation:2.4s ease-in-out infinite values-dot-glow;animation-delay:calc(1.4s + var(--i) * .15s)}.values__node p{color:#6b5f52;font-size:.78rem;line-height:1.55}.values__node--1{text-align:center;top:0;left:50%;transform:translate(-50%)}.values__node--1 p{max-width:22ch;margin:0 auto}.values__node--2{text-align:right;top:14%;right:0}.values__node--2 h3:before{margin-left:.45rem;margin-right:0}.values__node--3{text-align:right;bottom:14%;right:0}.values__node--3 h3:before{margin-left:.45rem;margin-right:0}.values__node--4{text-align:center;bottom:0;left:50%;transform:translate(-50%)}.values__node--4 p{max-width:22ch;margin:0 auto}.values__node--5{text-align:left;bottom:14%;left:0}.values__node--6{text-align:left;top:14%;left:0}@media (width<=680px){.values__constellation{flex-direction:column;gap:0;height:auto;padding-top:.5rem;display:flex}.values__spokes{display:none}.values__core{opacity:0;margin:0 auto 1.5rem;position:static;transform:none}.values--visible .values__core{animation:.65s cubic-bezier(.22,1,.36,1) .35s forwards values-core-in-mobile,3s ease-in-out 1.2s infinite values-core-pulse}.values__node{border-bottom:1px solid #c4a88259;width:100%;max-width:400px;margin:0 auto;padding:.85rem 0;position:static;text-align:left!important}.values__node:last-child{border-bottom:none}.values__node h3:before{margin-left:0;margin-right:.45rem}.values__node p{max-width:none;margin:0}}@keyframes values-mesh-drift{0%{transform:translate(0)}to{transform:translate(12px,-8px)}}@keyframes values-rise-in{to{opacity:1;transform:translateY(0)}}@keyframes values-draw-line{to{stroke-dashoffset:0;opacity:.35}}@keyframes values-draw-spoke{to{stroke-dashoffset:0;opacity:.55}}@keyframes values-ring-glow{0%,to{opacity:.35}50%{opacity:.55}}@keyframes values-core-in{to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes values-core-pulse{0%,to{box-shadow:0 0 #c4a88200}50%{box-shadow:0 0 0 10px #c4a88224}}@keyframes values-node-in{to{opacity:1;transform:translateY(0)}}@keyframes values-core-in-mobile{to{opacity:1;transform:scale(1)}}@keyframes values-dot-glow{0%,to{box-shadow:0 0 #64a28f59}50%{box-shadow:0 0 0 5px #64a28f00}}@media (prefers-reduced-motion:reduce){.values__eyebrow,.values__heading,.values__lead,.values__node-inner,.values__core{opacity:1!important;animation:none!important;transform:none!important}.values__core{transform:translate(-50%,-50%)!important}.values__ring,.values__spoke{stroke-dashoffset:0!important;opacity:.35!important;animation:none!important}.values__spoke{opacity:.55!important}.values__mesh,.values__node h3:before{animation:none!important}.values__node:hover .values__node-inner{transform:none}}.leadership{padding:var(--section-padding-y) 0;background:linear-gradient(#eef4f1 0%,#f7faf8 50%,#fff 100%);position:relative;overflow:hidden}.leadership__bg-shape{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.leadership__bg-shape--1{background:#64a28f29;width:300px;height:300px;top:-70px;left:-60px}.leadership__bg-shape--2{background:#0c12220a;width:260px;height:260px;bottom:-50px;right:-40px}.leadership__showcase{z-index:1;background:#fff;border:1px solid #0c122212;border-radius:28px;padding:clamp(1.75rem,3vw,2.5rem);position:relative;box-shadow:0 2px 4px #0c122208,0 20px 56px #0c122212}.leadership__showcase:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#64a28f1a,#0000 68%);border-top-right-radius:28px;width:200px;height:200px;position:absolute;top:0;right:0}.leadership__header{text-align:center;max-width:520px;margin:0 auto 1.75rem}.leadership__label{letter-spacing:.14em;text-transform:uppercase;color:#0c1222;opacity:0;background:#64a28f;border-radius:50px;margin-bottom:.65rem;padding:.28rem .75rem;font-size:.65rem;font-weight:700;display:inline-block;transform:translateY(12px)}.leadership__title{font-family:var(--font-heading);color:#0c1222;opacity:0;margin-bottom:.55rem;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:600;line-height:1.12;transform:translateY(12px)}.leadership__subtitle{color:#5a6a7e;opacity:0;font-size:.9rem;line-height:1.65;transform:translateY(12px)}.leadership--visible .leadership__label{animation:.5s cubic-bezier(.22,1,.36,1) 50ms forwards leadership-in}.leadership--visible .leadership__title{animation:.55s cubic-bezier(.22,1,.36,1) .12s forwards leadership-in}.leadership--visible .leadership__subtitle{animation:.55s cubic-bezier(.22,1,.36,1) .2s forwards leadership-in}.leadership__board{border-top:1px solid #0c122214;grid-template-columns:repeat(4,1fr);gap:0;display:grid}.leadership__seat{text-align:center;opacity:0;border-right:1px solid #0c122214;flex-direction:column;align-items:center;padding:clamp(1.25rem,2vw,1.65rem) clamp(.75rem,1.5vw,1rem);transition:background .35s;display:flex;position:relative;transform:translateY(18px)}.leadership__seat:last-child{border-right:none}.leadership--visible .leadership__seat{animation:.55s cubic-bezier(.22,1,.36,1) forwards leadership-in;animation-delay:calc(.28s + var(--i) * .1s)}.leadership__seat:hover{background:#64a28f0d}.leadership__seat--lead{background:linear-gradient(#64a28f14 0%,#0000 100%)}.leadership__seat--lead:hover{background:linear-gradient(#64a28f1f 0%,#64a28f0a 100%)}.leadership__ribbon{letter-spacing:.1em;text-transform:uppercase;color:#0c1222;background:#64a28f;border-radius:0 0 6px 6px;padding:.22rem .6rem;font-size:.55rem;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%)}.leadership__icon{color:#4e8a74;background:#64a28f1a;border:1px solid #64a28f38;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-top:.5rem;margin-bottom:.85rem;transition:transform .35s,background .35s,color .35s;display:flex}.leadership__icon svg{width:22px;height:22px}.leadership__seat:hover .leadership__icon{color:#fff;background:#64a28f;border-color:#64a28f;transform:translateY(-4px)}.leadership__seat--lead .leadership__icon{color:#0c1222;background:#64a28f;border-color:#64a28f;width:58px;height:58px}.leadership__seat--lead .leadership__icon svg{color:#0c1222;width:24px;height:24px}.leadership__name{font-family:var(--font-heading);color:#0c1222;margin-bottom:.35rem;font-size:clamp(.95rem,1.4vw,1.08rem);font-weight:600;line-height:1.25}.leadership__role{letter-spacing:.07em;text-transform:uppercase;color:#4e8a74;margin-bottom:.65rem;font-size:.6rem;font-weight:700;line-height:1.45;display:block}.leadership__bio{color:#6b7a8e;margin:0;font-size:.76rem;line-height:1.55}@keyframes leadership-in{to{opacity:1;transform:translateY(0)}}@media (width<=900px){.leadership__board{grid-template-columns:repeat(2,1fr)}.leadership__seat{border-bottom:1px solid #0c122214}.leadership__seat:nth-child(2){border-right:none}.leadership__seat:nth-child(3){border-right:1px solid #0c122214}.leadership__seat:nth-last-child(-n+2){border-bottom:none}}@media (width<=520px){.leadership__showcase{border-radius:20px;padding:1.25rem}.leadership__board{grid-template-columns:1fr}.leadership__seat{border-bottom:1px solid #0c122214;border-right:none!important}.leadership__seat:last-child{border-bottom:none}}@media (prefers-reduced-motion:reduce){.leadership__label,.leadership__title,.leadership__subtitle,.leadership__seat{opacity:1!important;animation:none!important;transform:none!important}.leadership__seat:hover .leadership__icon{transform:none}}.governance{padding:var(--section-padding-y) 0;background:#f7f3ec;position:relative;overflow:hidden}.governance__mesh{pointer-events:none;background-image:radial-gradient(#0c122212 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%)}.governance--visible .governance__mesh{animation:18s ease-in-out infinite alternate governance-mesh-drift}.governance__header{text-align:center;max-width:520px;margin:0 auto 1.75rem}.governance__eyebrow,.governance__title,.governance__lead{opacity:0;transform:translateY(14px)}.governance__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#8a6f4e;margin-bottom:.55rem;font-size:.72rem;font-weight:700;display:block}.governance__title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.65rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1.08}.governance__lead{color:#6b5f52;font-size:.95rem;line-height:1.7}.governance--visible .governance__eyebrow{animation:.55s cubic-bezier(.22,1,.36,1) 50ms forwards governance-in}.governance--visible .governance__title{animation:.6s cubic-bezier(.22,1,.36,1) .12s forwards governance-in}.governance--visible .governance__lead{animation:.6s cubic-bezier(.22,1,.36,1) .22s forwards governance-in}.governance__body{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:clamp(1.25rem,2.5vw,2rem);display:grid}.governance__pillars{border-top:2px solid #1a1510;flex-direction:column;display:flex}.governance__pillar{opacity:0;border-bottom:1px solid #c4a88273;align-items:flex-start;gap:1rem;padding:clamp(1.1rem,2vw,1.35rem) 0;transition:padding-left .35s cubic-bezier(.22,1,.36,1);display:flex;transform:translate(-18px)}.governance--visible .governance__pillar{animation:.55s cubic-bezier(.22,1,.36,1) forwards governance-slide-in;animation-delay:calc(.3s + var(--i) * .1s)}.governance__pillar:hover{padding-left:.5rem}.governance__pillar:first-child{border-left:4px solid #64a28f;padding-left:.75rem}.governance__pillar:first-child:hover{padding-left:1.25rem}.governance__pillar-icon{color:#4e8a74;background:#ffffffa6;border:1px solid #64a28f47;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,color .3s,transform .3s;display:flex}.governance__pillar-icon svg{width:20px;height:20px}.governance__pillar:hover .governance__pillar-icon{color:#fff;background:#64a28f;transform:scale(1.05)}.governance__pillar-copy h3{font-family:var(--font-heading);color:#1a1510;margin-bottom:.3rem;font-size:clamp(1.05rem,1.7vw,1.2rem);font-weight:600;line-height:1.25}.governance__pillar-copy p{color:#6b5f52;max-width:46ch;margin:0;font-size:.84rem;line-height:1.6}.governance__aside{opacity:0;background:#fff;border:1px solid #c4a88259;border-radius:16px;padding:clamp(1.25rem,2vw,1.5rem);position:sticky;top:6rem;transform:translate(18px);box-shadow:0 12px 36px #8a6f4e1a}.governance--visible .governance__aside{animation:.6s cubic-bezier(.22,1,.36,1) .45s forwards governance-slide-right}.governance__aside-head{border-bottom:1px solid #c4a8824d;margin-bottom:1rem;padding-bottom:.85rem}.governance__aside-title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.3rem;font-size:clamp(1.15rem,2vw,1.35rem);font-weight:600;line-height:1.2}.governance__aside-sub{color:#8a7a6a;margin:0;font-size:.78rem;line-height:1.5}.governance__doc-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.governance__doc-list li{opacity:0;transform:translateY(8px)}.governance--visible .governance__doc-list li{animation:.4s forwards governance-in;animation-delay:calc(.6s + var(--i) * 70ms)}.governance__doc-link{color:#3d352c;background:#f7f3ec;border:1px solid #0000;border-radius:10px;align-items:center;gap:.6rem;padding:.65rem .7rem;font-size:.8rem;font-weight:500;transition:background .25s,border-color .25s,transform .25s;display:flex}.governance__doc-link:hover{color:#1a1510;background:#64a28f1a;border-color:#64a28f40;transform:translate(3px)}.governance__doc-icon{color:#4e8a74;background:#64a28f1f;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.governance__doc-icon svg{width:14px;height:14px}.governance__doc-name{flex:1;line-height:1.4}.governance__doc-go{color:#8a6f4e;opacity:.5;flex-shrink:0;transition:opacity .25s,transform .25s}.governance__doc-go svg{width:14px;height:14px}.governance__doc-link:hover .governance__doc-go{opacity:1;transform:translate(2px)}@keyframes governance-mesh-drift{0%{transform:translate(0)}to{transform:translate(10px,-6px)}}@keyframes governance-in{to{opacity:1;transform:translateY(0)}}@keyframes governance-slide-in{to{opacity:1;transform:translate(0)}}@keyframes governance-slide-right{to{opacity:1;transform:translate(0)}}@media (width<=860px){.governance__body{grid-template-columns:1fr}.governance__aside{position:static}}@media (prefers-reduced-motion:reduce){.governance__mesh{animation:none!important}.governance__eyebrow,.governance__title,.governance__lead,.governance__pillar,.governance__aside,.governance__doc-list li{opacity:1!important;animation:none!important;transform:none!important}.governance__pillar:hover{padding-left:inherit}.governance__pillar:first-child:hover{padding-left:.75rem}.governance__doc-link:hover{transform:none}}.about-page{background:var(--color-white)}.contact-hero{text-align:center;background:linear-gradient(165deg,#faf8f4 0%,#f3eee6 45%,#ebe4d8 100%);padding:clamp(1.25rem,2.5vw,2rem) 0 0;position:relative;overflow:hidden}.contact-hero__mesh{pointer-events:none;background-image:radial-gradient(#0c12220d 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 30%,#000 10%,#0000 70%);mask-image:radial-gradient(90% 80% at 50% 30%,#000 10%,#0000 70%)}.contact-hero__orb{pointer-events:none;filter:blur(60px);border-radius:50%;position:absolute}.contact-hero__orb--1{background:#64a28f33;width:320px;height:320px;animation:9s ease-in-out infinite contactOrb;top:-80px;left:10%}.contact-hero__orb--2{background:#c4a8822e;width:280px;height:280px;animation:11s ease-in-out infinite reverse contactOrb;top:-40px;right:8%}.contact-hero__content{z-index:1;padding-bottom:clamp(1.5rem,3vw,2.25rem);position:relative}.contact-hero__label{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;align-items:center;gap:.55rem;margin-bottom:1.1rem;font-size:.68rem;font-weight:700;display:inline-flex}.contact-hero__label:before,.contact-hero__label:after{content:"";background:linear-gradient(90deg,#0000,#64a28f);border-radius:2px;width:28px;height:2px}.contact-hero__label:after{background:linear-gradient(90deg,#64a28f,#0000)}.contact-hero__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:1rem;font-size:clamp(2.75rem,7vw,4.75rem);font-weight:600;line-height:1.05}.contact-hero__title em{color:#4e8a74;font-style:italic}.contact-hero__title-sub{letter-spacing:.02em;color:#6b7a8e;margin-top:.35rem;font-size:clamp(1.1rem,2.5vw,1.45rem);font-style:normal;font-weight:500;display:block}.contact-hero__lead{color:#5a6a7e;max-width:580px;margin:0 auto 1.35rem;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.75}.contact-hero__meta{letter-spacing:.04em;text-transform:uppercase;color:#8a7a6a;flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem .85rem;font-size:.72rem;font-weight:600;display:flex}.contact-hero__dot{opacity:.7;background:#64a28f;border-radius:50%;width:4px;height:4px}.contact-hero__wave{z-index:1;width:100%;height:clamp(36px,5vw,56px);margin-bottom:-1px;display:block;position:relative}.contact-hero__wave-line{animation:8s ease-in-out infinite contactWave}@keyframes contactOrb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(12px,18px)scale(1.06)}}@keyframes contactWave{0%,to{opacity:.45}50%{opacity:.85}}@media (width<=600px){.contact-hero__meta{flex-direction:column;gap:.45rem}.contact-hero__dot{display:none}}@media (prefers-reduced-motion:reduce){.contact-hero__orb,.contact-hero__wave-line{animation:none}}.contact-panel{background:linear-gradient(165deg,#f4f8f5 0%,#eef4f1 100%);border-right:1px solid #c4a88240;flex-direction:column;padding:clamp(1.5rem,2.5vw,2rem);display:flex}.contact-panel__head{margin-bottom:1.25rem}.contact-panel__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#0c1222;background:#64a28f;border-radius:50px;margin-bottom:.6rem;padding:.25rem .65rem;font-size:.62rem;font-weight:700;display:inline-block}.contact-panel__title{font-family:var(--font-heading);color:#0c1222;margin-bottom:.45rem;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;line-height:1.15}.contact-panel__lead{color:#5a6a7e;margin:0;font-size:.85rem;line-height:1.6}.contact-panel__list{flex-direction:column;flex:1;gap:0;margin:0;padding:0;list-style:none;display:flex}.contact-panel__item{border-bottom:1px solid #64a28f2e;align-items:flex-start;gap:.85rem;padding:.9rem 0;transition:padding-left .3s;display:flex}.contact-panel__item:last-child{border-bottom:none}.contact-panel__item:hover{padding-left:.35rem}.contact-panel__icon{color:#4e8a74;background:#ffffffbf;border:1px solid #64a28f38;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s,color .3s;display:flex}.contact-panel__item:hover .contact-panel__icon{color:#fff;background:#64a28f}.contact-panel__icon svg{width:18px;height:18px}.contact-panel__body{min-width:0}.contact-panel__label{letter-spacing:.1em;text-transform:uppercase;color:#8a7a6a;margin-bottom:.2rem;font-size:.62rem;font-weight:700;display:block}.contact-panel__value{color:#0c1222;word-break:break-word;font-size:.9rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .2s;display:block}a.contact-panel__value:hover{color:#4e8a74}.contact-panel__sub{color:#6b7a8e;margin-top:.2rem;font-size:.75rem;line-height:1.45;display:block}.contact-panel__map{background:#ffffff80;border:1px dashed #64a28f59;border-radius:14px;margin-top:1rem;overflow:hidden}.contact-panel__map-inner{text-align:center;color:#4e8a74;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:100px;padding:1rem;display:flex}.contact-panel__map-inner svg{opacity:.7;width:28px;height:28px}.contact-panel__map-inner span{color:#0c1222;font-size:.82rem;font-weight:600}.contact-panel__map-inner small{color:#8a7a6a;font-size:.72rem}@media (width<=900px){.contact-panel{border-bottom:1px solid #c4a88240;border-right:none}}@media (prefers-reduced-motion:reduce){.contact-panel__item:hover{padding-left:0}}.contact-form-wrap{background:#fff;padding:clamp(1.5rem,2.5vw,2rem)}.contact-form-wrap__header{margin-bottom:1.5rem}.contact-form-wrap__header .section-label{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.68rem;font-weight:700;display:inline-flex}.contact-form-wrap__header .section-label:before{content:"";background:#64a28f;border-radius:2px;width:22px;height:2px}.contact-form-wrap__header .section-title{font-family:var(--font-heading);color:#0c1222;margin-bottom:.4rem;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;line-height:1.15}.contact-form-wrap__header .section-subtitle{color:#5a6a7e;margin:0;font-size:.85rem;line-height:1.6}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form__field{margin-bottom:1rem}.contact-form__field label{color:#3d4a5c;margin-bottom:.4rem;font-size:.78rem;font-weight:600;display:block}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{color:#0c1222;background:#f7f3ec;border:1px solid #c4a88259;border-radius:10px;width:100%;padding:.75rem .95rem;font-family:inherit;font-size:.88rem;transition:border-color .2s,box-shadow .2s,background .2s}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#9a8a7a}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{background:#fff;border-color:#64a28f;outline:none;box-shadow:0 0 0 3px #64a28f26}.contact-form__field textarea{resize:vertical;min-height:130px}.contact-form__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#64a28f,#4e8a74);border:none;border-radius:50px;align-items:center;gap:.55rem;width:fit-content;margin:.25rem auto 0;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 6px 20px #64a28f4d}.contact-form__submit:hover{transform:translateY(-2px);box-shadow:0 10px 28px #64a28f59}.contact-form__success{color:#4e8a74;background:#64a28f1a;border:1px solid #64a28f4d;border-radius:10px;margin-top:1rem;padding:.85rem 1rem;font-size:.85rem;font-weight:600;animation:.4s contactFadeIn}@keyframes contactFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.contact-form-wrap{padding:1.25rem}.contact-form__row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.contact-form__submit:hover{transform:none}}.contact-faq{padding:var(--section-padding-y) 0;background:#fff}.contact-faq__layout{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(2rem,4vw,3rem);display:grid}.contact-faq__intro .section-label{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.68rem;font-weight:700;display:inline-flex}.contact-faq__intro .section-label:before{content:"";background:#64a28f;border-radius:2px;width:22px;height:2px}.contact-faq__intro .section-title{font-family:var(--font-heading);color:#0c1222;margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.12}.contact-faq__intro .section-subtitle{color:#5a6a7e;font-size:.9rem;line-height:1.65}.contact-faq__list{flex-direction:column;gap:.5rem;display:flex}.contact-faq__item{background:#f7f3ec;border:1px solid #c4a8824d;border-radius:12px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.contact-faq__item--open{background:#fff;border-color:#64a28f73;box-shadow:0 8px 24px #8a6f4e14}.contact-faq__question{color:#0c1222;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.15rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:color .2s;display:flex}.contact-faq__item--open .contact-faq__question{color:#4e8a74}.contact-faq__toggle{color:#64a28f;background:#fff;border:1px solid #64a28f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:1rem;font-weight:400;display:flex}.contact-faq__answer{color:#6b7a8e;padding:0 1.15rem 1rem;font-size:.85rem;line-height:1.65;animation:.3s contactFaqFade}@keyframes contactFaqFade{0%{opacity:0}to{opacity:1}}@media (width<=800px){.contact-faq__layout{grid-template-columns:1fr;gap:1.5rem}}.contact-page{background:#f7f3ec}.contact-page__main{padding:0 0 var(--section-padding-y);margin-top:-.5rem;position:relative;overflow:hidden}.contact-page__mesh{pointer-events:none;background-image:radial-gradient(#0c122212 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70%,#000 20%,#0000 75%)}.contact-page__showcase{z-index:1;background:#fff;border:1px solid #c4a8824d;border-radius:28px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:0;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 4px #1a151008,0 22px 60px #8a6f4e1a}@media (width<=900px){.contact-page__showcase{border-radius:20px;grid-template-columns:1fr}}.regulatory{padding:clamp(1.5rem, 3vw, 2.25rem) 0 var(--section-padding-y);background:#f7f3ec;position:relative;overflow:hidden}.regulatory__mesh{pointer-events:none;background-image:radial-gradient(#0c122212 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%)}.regulatory--visible .regulatory__mesh{animation:18s ease-in-out infinite alternate regulatory-mesh-drift}.regulatory__header{text-align:center;max-width:580px;margin:0 auto clamp(1.75rem,3.5vw,2.5rem)}.regulatory__eyebrow,.regulatory__title,.regulatory__lead{opacity:0;transform:translateY(14px)}.regulatory__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#8a6f4e;margin-bottom:.55rem;font-size:.72rem;font-weight:700;display:block}.regulatory__title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.65rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1.08}.regulatory__lead{color:#6b5f52;font-size:.95rem;line-height:1.7}.regulatory--visible .regulatory__eyebrow{animation:.55s cubic-bezier(.22,1,.36,1) 50ms forwards regulatory-in}.regulatory--visible .regulatory__title{animation:.6s cubic-bezier(.22,1,.36,1) .12s forwards regulatory-in}.regulatory--visible .regulatory__lead{animation:.6s cubic-bezier(.22,1,.36,1) .22s forwards regulatory-in}.regulatory__layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:clamp(1.25rem,2.5vw,2rem);display:grid}.regulatory__main{border-top:2px solid #1a1510}.regulatory__section-label{letter-spacing:.16em;text-transform:uppercase;color:#8a6f4e;opacity:0;padding:.75rem 0 .85rem;font-size:.62rem;font-weight:700}.regulatory--visible .regulatory__section-label{animation:.5s cubic-bezier(.22,1,.36,1) .28s forwards regulatory-in}.regulatory__row{opacity:0;border-bottom:1px solid #c4a88273;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:1rem;padding:clamp(1.1rem,2vw,1.35rem) 0;transition:padding-left .35s cubic-bezier(.22,1,.36,1);display:grid;transform:translate(-18px)}.regulatory__row:first-of-type{border-left:4px solid #64a28f;padding-left:.75rem}.regulatory__row:hover{padding-left:.5rem}.regulatory__row:first-of-type:hover{padding-left:1.25rem}.regulatory--visible .regulatory__row{animation:.55s cubic-bezier(.22,1,.36,1) forwards regulatory-slide-in;animation-delay:calc(.32s + var(--i) * .1s)}.regulatory__row-label{letter-spacing:.1em;text-transform:uppercase;color:#8a7a6a;font-size:.68rem;font-weight:700;line-height:1.4}.regulatory__row-value{font-family:var(--font-heading);color:#1a1510;margin-bottom:.2rem;font-size:clamp(1.05rem,1.8vw,1.2rem);font-weight:600;line-height:1.25;display:block}.regulatory__row-note{color:#6b5f52;font-size:.78rem;line-height:1.5;display:block}.regulatory__aside{top:calc(var(--header-height) + 1rem);opacity:0;background:#fff;border:1px solid #c4a88259;border-radius:16px;padding:clamp(1.25rem,2.5vw,1.5rem);position:sticky;transform:translate(18px);box-shadow:0 12px 36px #8a6f4e1a}.regulatory--visible .regulatory__aside{animation:.6s cubic-bezier(.22,1,.36,1) .4s forwards regulatory-slide-right}.regulatory__rbi{border-bottom:1px solid #c4a8824d;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.regulatory__rbi-icon{color:#4e8a74;background:#64a28f1f;border:1px solid #64a28f40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.regulatory__rbi-icon svg{width:22px;height:22px}.regulatory__rbi-tag{letter-spacing:.12em;text-transform:uppercase;color:#4e8a74;margin-bottom:.35rem;font-size:.58rem;font-weight:700;display:inline-block}.regulatory__rbi-title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.45rem;font-size:clamp(1.1rem,2vw,1.3rem);font-weight:600;line-height:1.2}.regulatory__rbi-text{color:#6b5f52;margin:0;font-size:.82rem;line-height:1.6}.regulatory__policies-head{margin-bottom:.85rem}.regulatory__policies-title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.25rem;font-size:1.05rem;font-weight:600;line-height:1.2}.regulatory__policies-sub{color:#8a7a6a;margin:0;font-size:.76rem;line-height:1.5}.regulatory__policy-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.regulatory__policy-list li{opacity:0;transform:translateY(8px)}.regulatory--visible .regulatory__policy-list li{animation:.4s forwards regulatory-in;animation-delay:calc(.55s + var(--i) * 70ms)}.regulatory__policy-item{background:#f7f3ec;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:.6rem;padding:.65rem .7rem;display:flex}.regulatory__policy-copy{flex:1;min-width:0}.regulatory__policy-name{color:#1a1510;margin-bottom:.15rem;font-size:.8rem;font-weight:600;line-height:1.35;display:block}.regulatory__policy-desc{color:#8a7a6a;font-size:.72rem;line-height:1.45;display:block}.regulatory__policy-icon{color:#4e8a74;background:#64a28f1f;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.regulatory__policy-icon svg{width:14px;height:14px}@keyframes regulatory-mesh-drift{0%{transform:translate(0)}to{transform:translate(8px,-6px)}}@keyframes regulatory-in{to{opacity:1;transform:translateY(0)}}@keyframes regulatory-slide-in{to{opacity:1;transform:translate(0)}}@keyframes regulatory-slide-right{to{opacity:1;transform:translate(0)}}@media (width<=900px){.regulatory__layout{grid-template-columns:1fr}.regulatory__aside{position:static}.regulatory__row{grid-template-columns:1fr;gap:.35rem}}@media (prefers-reduced-motion:reduce){.regulatory__mesh{animation:none!important}.regulatory__eyebrow,.regulatory__title,.regulatory__lead,.regulatory__section-label,.regulatory__row,.regulatory__aside,.regulatory__policy-list li{opacity:1!important;animation:none!important;transform:none!important}.regulatory__row:hover,.regulatory__row:first-of-type:hover{padding-left:inherit}.regulatory__row:first-of-type{padding-left:.75rem}.regulatory__policy-item{transform:none}}.regulatory-page{background:#f7f3ec}.group{padding:clamp(1.5rem, 3vw, 2.25rem) 0 var(--section-padding-y);background:#f7f3ec;position:relative;overflow:hidden}.group__mesh{pointer-events:none;background-image:radial-gradient(#0c122212 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%);mask-image:radial-gradient(80% 70% at 50% 55%,#000 20%,#0000 75%)}.group--visible .group__mesh{animation:18s ease-in-out infinite alternate group-mesh-drift}.group__header{text-align:center;max-width:560px;margin:0 auto clamp(1.75rem,3.5vw,2.5rem)}.group__eyebrow,.group__title,.group__lead{opacity:0;transform:translateY(14px)}.group__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#8a6f4e;margin-bottom:.55rem;font-size:.72rem;font-weight:700;display:block}.group__title{font-family:var(--font-heading);color:#1a1510;margin-bottom:.65rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1.08}.group__lead{color:#6b5f52;font-size:.95rem;line-height:1.7}.group--visible .group__eyebrow{animation:.55s cubic-bezier(.22,1,.36,1) 50ms forwards group-in}.group--visible .group__title{animation:.6s cubic-bezier(.22,1,.36,1) .12s forwards group-in}.group--visible .group__lead{animation:.6s cubic-bezier(.22,1,.36,1) .22s forwards group-in}.group__layout{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(1.25rem,2.5vw,2rem);display:grid}.group__aside{top:calc(var(--header-height) + 1rem);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:linear-gradient(#ffffffb8 0%,#ffffff73 100%);border-top:3px solid #64a28f;padding:clamp(1.25rem,2.5vw,1.75rem);position:sticky;transform:translateY(16px)}.group--visible .group__aside{animation:.65s cubic-bezier(.22,1,.36,1) .28s forwards group-in}.group__aside-tag{letter-spacing:.14em;text-transform:uppercase;color:#4e8a74;margin-bottom:.75rem;font-size:.62rem;font-weight:700;display:inline-block}.group__aside-name{font-family:var(--font-heading);color:#1a1510;margin-bottom:.45rem;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:600;line-height:1.15}.group__aside-role{letter-spacing:.1em;text-transform:uppercase;color:#64a28f;margin-bottom:.75rem;font-size:.68rem;font-weight:700;display:block}.group__aside-desc{color:#6b5f52;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.group__aside-stats{border-top:1px solid #c4a88273;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:0;padding:1rem 0 0;list-style:none;display:grid}.group__aside-stats li{text-align:center}.group__aside-stats strong{font-family:var(--font-heading);color:#1a1510;margin-bottom:.15rem;font-size:1.25rem;font-weight:600;line-height:1.1;display:block}.group__aside-stats span{letter-spacing:.06em;text-transform:uppercase;color:#8a7a6a;font-size:.58rem;font-weight:600}.group__roster{border-top:2px solid #1a1510}.group__roster-label{letter-spacing:.16em;text-transform:uppercase;color:#8a6f4e;opacity:0;padding:.75rem 0 .85rem;font-size:.62rem;font-weight:700}.group--visible .group__roster-label{animation:.5s cubic-bezier(.22,1,.36,1) .32s forwards group-in}.group__row{opacity:0;border-bottom:1px solid #c4a88273;grid-template-rows:auto auto;grid-template-columns:auto auto minmax(0,1fr);align-items:start;gap:.35rem .85rem;padding:clamp(1.1rem,2vw,1.35rem) 0;transition:padding-left .35s cubic-bezier(.22,1,.36,1);display:grid;transform:translate(18px)}.group__row:hover{padding-left:.5rem}.group--visible .group__row{animation:.55s cubic-bezier(.22,1,.36,1) forwards group-slide-in;animation-delay:calc(.35s + var(--i) * .1s)}.group__row-num{font-family:var(--font-heading);color:#64a28f8c;grid-row:1/span 2;align-self:center;font-size:1.35rem;font-style:italic;font-weight:600;line-height:1}.group__row-icon{color:#4e8a74;background:#64a28f1a;border-radius:10px;grid-row:1/span 2;justify-content:center;align-self:center;align-items:center;width:42px;height:42px;display:flex}.group__row-icon svg{width:20px;height:20px}.group__row-main h3{font-family:var(--font-heading);color:#1a1510;margin-bottom:.15rem;font-size:1.05rem;font-weight:600;line-height:1.25}.group__row-role{letter-spacing:.1em;text-transform:uppercase;color:#64a28f;font-size:.66rem;font-weight:700}.group__row-desc{color:#6b5f52;grid-area:2/3;margin:0;font-size:.86rem;line-height:1.6}.group__note{text-align:center;color:#8a7a6a;margin-top:2rem;font-size:.78rem;font-style:italic}@keyframes group-in{to{opacity:1;transform:translateY(0)}}@keyframes group-slide-in{to{opacity:1;transform:translate(0)}}@keyframes group-mesh-drift{0%{transform:translate(0)}to{transform:translate(8px,-6px)}}@media (width<=900px){.group__layout{grid-template-columns:1fr}.group__aside{position:static}.group__aside-stats{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.group__row{grid-template-rows:auto auto auto;grid-template-columns:auto 1fr}.group__row-num{grid-row:1}.group__row-icon{display:none}.group__row-main{grid-column:2}.group__row-desc{grid-area:3/1/auto/-1}.group__aside-stats{grid-template-columns:1fr;gap:.75rem}.group__aside-stats li{text-align:left;justify-content:space-between;align-items:baseline;display:flex}}@media (prefers-reduced-motion:reduce){.group__mesh{animation:none!important}.group__eyebrow,.group__title,.group__lead,.group__aside,.group__roster-label,.group__row{opacity:1;transform:none;animation:none!important}.group__row:hover{padding-left:0}}.group-page{background:#f7f3ec}.page-banner{padding:var(--banner-padding-y) 0;background:var(--color-primary);position:relative;overflow:hidden}.page-banner__bg{position:absolute;inset:0;overflow:hidden}.page-banner__orb{filter:blur(80px);border-radius:50%;position:absolute}.page-banner__orb--1{background:#64a28f33;width:400px;height:400px;top:-120px;right:-80px}.page-banner__orb--2{background:#e8b84b1f;width:300px;height:300px;bottom:-100px;left:10%}.page-banner__grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 30%,#0000);mask-image:linear-gradient(#000 30%,#0000)}.page-banner__container{z-index:1;position:relative}.page-banner__breadcrumb{color:#ffffff73;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.page-banner__breadcrumb a{color:#ffffffa6;transition:color .2s}.page-banner__breadcrumb a:hover{color:var(--color-accent)}.page-banner__sep{opacity:.4}.page-banner__label{color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;background:#64a28f26;border:1px solid #64a28f4d;border-radius:50px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.7rem;font-weight:700;display:inline-block}.page-banner__title{font-family:var(--font-heading);color:var(--color-white);max-width:700px;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1}.page-banner__subtitle{color:#fff9;max-width:560px;font-size:1.1rem;line-height:1.7}.investors{padding:var(--section-padding);background:var(--color-off-white)}.investors__grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:2.5rem;display:grid}.investors__highlights{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.investors__highlight{background:var(--color-white);border-radius:var(--radius-md);border:1px solid var(--color-gray-100);box-shadow:var(--shadow-sm);padding:1.5rem;transition:transform .2s}.investors__highlight:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.investors__highlight-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-500);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:block}.investors__highlight-value{color:var(--color-primary);font-size:.92rem;font-weight:600}.investors__reports{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);box-shadow:var(--shadow-md);overflow:hidden}.investors__reports-title{font-family:var(--font-heading);color:var(--color-primary);border-bottom:1px solid var(--color-gray-100);background:var(--color-off-white);padding:1.35rem 1.75rem;font-size:1.2rem;font-weight:600}.investors__reports-list{flex-direction:column;display:flex}.investors__report-item{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding:1.1rem 1.75rem;transition:background .2s,padding-left .2s;display:flex}.investors__report-item:hover{background:#00c8960a;padding-left:2rem}.investors__report-info{flex-direction:column;gap:.15rem;display:flex}.investors__report-year{color:var(--color-accent-dark);font-size:.72rem;font-weight:700}.investors__report-name{color:var(--color-gray-900);font-size:.9rem;font-weight:500}.investors__report-type{background:var(--color-gray-100);color:var(--color-gray-700);border-radius:6px;padding:.3rem .7rem;font-size:.7rem;font-weight:700}@media (width<=900px){.investors__grid{grid-template-columns:1fr}}@media (width<=520px){.investors__highlights{grid-template-columns:1fr}}.careers{padding:var(--section-padding);background:var(--color-white)}.careers__content{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.careers__subtitle{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1.5rem;font-size:1.35rem;font-weight:600}.careers__values{flex-wrap:wrap;gap:.65rem;margin-bottom:2rem;display:flex}.careers__value{background:var(--color-off-white);border:1px solid var(--color-gray-200);color:var(--color-gray-700);border-radius:50px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:600;transition:background .2s,border-color .2s}.careers__value:hover{background:#00c89614;border-color:#00c8964d}.careers__cta{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-dark));color:var(--color-white);box-shadow:0 6px 24px var(--color-accent-glow);border-radius:50px;padding:.9rem 2rem;font-size:.9rem;font-weight:700;transition:transform .2s;display:inline-flex}.careers__cta:hover{transform:translateY(-2px)}.careers__openings{background:var(--color-off-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-100);padding:2rem}.careers__job{border-bottom:1px solid var(--color-gray-200);justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 0;display:flex}.careers__job:last-of-type{border-bottom:none}.careers__job-title{color:var(--color-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.careers__job-meta{color:var(--color-gray-500);font-size:.8rem}.careers__apply{border:2px solid var(--color-accent);color:var(--color-accent-dark);border-radius:50px;flex-shrink:0;padding:.55rem 1.35rem;font-size:.82rem;font-weight:700;transition:background .2s,color .2s}.careers__apply:hover{background:var(--color-accent);color:var(--color-white)}.careers__note{color:var(--color-gray-500);margin-top:1.25rem;font-size:.85rem}@media (width<=768px){.careers__content{grid-template-columns:1fr;gap:2.5rem}}
