:root{--ink:#142019;--forest:#12492a;--forest-deep:#0c3320;--leaf:#84c225;--leaf-deep:#5a8613;--leaf-light:#c3e29a;--berry:#006ead;--berry-deep:#00527f;--berry-light:#a9d8f5;--paper:#fcfbf7;--sand:#f1ede2;--line:#1420191f;--white:#fff;--font-display:"Poppins", "Noto Sans SC", sans-serif;--font-body:"Manrope", "Noto Sans SC", sans-serif;--header-h:84px;--pad-x:clamp(1.25rem, 5vw, 5rem);--radius:20px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:clip}html[lang=zh] body{font-family:"Noto Sans SC", var(--font-body)}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1.15}.container{max-width:1320px;padding-inline:var(--pad-x);margin:0 auto}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--leaf-deep);align-items:center;gap:.6rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:28px;height:1.5px}.eyebrow--light{color:var(--leaf-light)}.section-title{margin-top:.9rem;font-size:clamp(2rem,4.2vw,3.4rem)}.btn{border:1.5px solid #0000;border-radius:999px;align-items:center;gap:.55rem;padding:.95rem 1.9rem;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex}.btn--primary{background:var(--forest);color:var(--white)}.btn--primary:hover{background:var(--berry)}.btn--light{background:var(--white);color:var(--forest-deep)}.btn--light:hover{background:var(--berry);color:var(--white)}.btn--outline{color:var(--forest);background:0 0;border-color:currentColor}.btn--outline:hover{background:var(--forest);border-color:var(--forest);color:var(--white)}.btn .arrow{transition:transform .25s}.btn:hover .arrow{transform:translate(4px)}:focus-visible{outline:2px solid var(--berry);outline-offset:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.header{z-index:100;transition:background .35s,box-shadow .35s,color .35s;position:fixed;inset:0 0 auto}.header__inner{height:var(--header-h);padding-inline:var(--pad-x);justify-content:space-between;align-items:center;gap:2rem;max-width:1440px;margin:0 auto;display:flex}.header--transparent{color:var(--white);background:0 0}.header--solid{background:var(--white);color:var(--ink);box-shadow:0 1px 0 var(--line), 0 8px 30px #1420190f}.header__logo{align-items:center;display:flex}.header__logo img{width:auto;height:60px;transition:filter .35s}.header--transparent .header__logo img{filter:brightness(0)invert()}.header__nav{gap:2.2rem;font-size:.95rem;font-weight:600;display:flex}.header__nav a{opacity:.85;padding-block:.3rem;transition:opacity .2s;position:relative}.header__nav a:hover,.header__nav a.active{opacity:1}.header__nav a:after{content:"";background:currentColor;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.header__nav a:hover:after,.header__nav a.active:after{width:100%}.header__actions{align-items:center;gap:1rem;display:flex}.header__lang{position:relative}.header__lang-btn{color:inherit;background:0 0;border:1.5px solid;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.header__lang-menu{background:var(--white);min-width:180px;color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:.4rem;list-style:none;display:grid;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 20px 50px #14201926}.header__lang-menu button{text-align:left;background:0 0;border:0;border-radius:10px;width:100%;padding:.6rem .85rem;font-size:.9rem;font-weight:600}.header__lang-menu button:hover{background:var(--sand)}.header__lang-menu button.is-active{color:var(--berry)}.header__cta{padding:.7rem 1.4rem;font-size:.85rem}.header--transparent .header__cta{background:var(--white);color:var(--forest-deep)}.header__burger{width:42px;height:42px;color:inherit;background:0 0;border:1.5px solid;border-radius:50%;flex-direction:column;justify-content:center;gap:6px;display:none}.header__burger span{background:currentColor;width:16px;height:2px;margin:0 auto;transition:transform .25s;display:block}.header__burger[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.header__burger[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}@media (width<=900px){.header__nav{top:var(--header-h);background:var(--white);color:var(--ink);border-top:1px solid var(--line);flex-direction:column;gap:0;display:none;position:absolute;left:0;right:0;box-shadow:0 30px 40px #1420191f}.header__nav.is-open{display:flex}.header__nav a{padding:1rem var(--pad-x);border-bottom:1px solid var(--line)}.header__nav a:after,.header__cta{display:none}.header__burger{display:flex}}.footer{background:var(--forest-deep);color:#ffffffd1}.footer__marquee{border-block:1px solid #ffffff24;padding-block:2.6rem;overflow:hidden}.footer__marquee-track{width:max-content;animation:40s linear infinite footer-marquee;display:flex}.footer__marquee-group{flex-shrink:0;align-items:center;display:flex}.footer__marquee-item{align-items:center;gap:clamp(2rem,4vw,3.5rem);padding-right:clamp(2rem,4vw,3.5rem);display:flex}.footer__marquee-item img{filter:brightness(0)invert();opacity:.9;width:auto;height:clamp(56px,8vw,96px)}.footer__marquee-item i{color:var(--leaf-light);font-size:clamp(1.4rem,2.5vw,2.2rem);font-style:normal}@keyframes footer-marquee{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.footer__marquee-track{animation:none}}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:3rem;padding-block:5rem 4rem;display:grid}.footer__logo{filter:brightness(0)invert();width:auto;height:88px}.footer__brand p{max-width:34ch;margin-top:1rem;font-size:.95rem}.footer__col{align-content:start;gap:.7rem;font-size:.95rem;display:grid}.footer__col h3{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--leaf-light);margin-bottom:.4rem;font-size:.78rem;font-weight:700}.footer__col a:hover{color:var(--white);text-decoration:underline}.footer__office strong{color:var(--white);display:block}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.8rem;font-size:.85rem;display:flex}.footer__socials{gap:.7rem;display:flex}.footer__socials a{color:#ffffffd9;border:1px solid #ffffff38;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .2s,color .2s,border-color .2s;display:grid}.footer__socials a:hover{background:var(--leaf);border-color:var(--leaf);color:var(--white)}.footer__socials svg{width:18px;height:18px}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer__grid{grid-template-columns:1fr}}.hero{z-index:0;height:100svh;color:var(--white);align-items:center;display:flex;position:sticky;top:0;overflow:hidden}.hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{background:linear-gradient(200deg,#12301f40 0%,#12301f73 55%,#0a1810b3 100%);position:absolute;inset:0}.hero__content{width:100%;padding-top:var(--header-h);gap:1.4rem;display:grid;position:relative}.hero__content h1{max-width:16ch;font-size:clamp(2.6rem,6vw,5rem)}.hero__content p{color:#ffffffe0;max-width:52ch;font-size:clamp(1rem,1.4vw,1.15rem)}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:.6rem;display:flex}.hero__btn-outline{color:var(--white)}.hero__scroll{bottom:2rem;right:var(--pad-x);letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;align-items:center;gap:.8rem;font-size:.75rem;font-weight:700;display:flex;position:absolute}.hero__scroll i{background:#fff6;width:1.5px;height:44px;position:relative;overflow:hidden}.hero__scroll i:after{content:"";background:var(--white);animation:1.8s ease-in-out infinite hero-scroll-line;position:absolute;inset:0}@keyframes hero-scroll-line{0%{transform:translateY(-100%)}60%,to{transform:translateY(100%)}}.intro{padding-block:clamp(5rem,10vw,9rem) clamp(6rem,12vw,11rem);overflow:hidden}.intro__copy{max-width:780px}.intro__copy p{color:#142019c7;margin-top:1.6rem;font-size:clamp(1.05rem,1.5vw,1.25rem)}.intro__images{grid-template-columns:7fr 5fr;align-items:start;gap:clamp(1.5rem,4vw,4rem);margin-top:clamp(3rem,6vw,5rem);display:grid}.intro__figure img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);width:100%}.intro__figure--right{margin-top:clamp(2rem,6vw,6rem)}.intro__figure--right img{aspect-ratio:3/4}.intro__figure figcaption{letter-spacing:.06em;color:#1420198c;margin-top:.8rem;font-size:.82rem;font-weight:600}@media (width<=700px){.intro__images{grid-template-columns:1fr}.intro__figure--right{margin-top:0}}.how{background:var(--forest-deep);color:var(--white)}.how__sticky{flex-direction:column;justify-content:center;gap:clamp(1.5rem,3vw,2.5rem);height:100svh;padding-block:clamp(2rem,5vh,4rem);display:flex;position:sticky;top:0;overflow:hidden}.how__head{flex-shrink:0}.how__head .section-title{max-width:20ch;margin-top:.6rem;font-size:clamp(1.8rem,3.4vw,3rem)}.how__stack{width:100%;max-width:1320px;padding-inline:var(--pad-x);flex:1;max-height:64svh;margin-inline:auto}.how__stack-inner{height:100%;position:relative}.how__slide{border-radius:var(--radius);will-change:transform;backface-visibility:hidden;position:absolute;inset:0;overflow:hidden;transform:translateZ(0);box-shadow:0 -20px 60px #0006}.how__slide img{object-fit:cover;width:100%;height:100%}.how__card{background:var(--white);width:min(380px,42%);color:var(--ink);border-radius:18px;padding:clamp(1.4rem,2.5vw,2.2rem);position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 24px 50px #0a181047}.how__card--left{left:clamp(1.2rem,3vw,3rem)}.how__card--right{right:clamp(1.2rem,3vw,3rem)}.how__num{font-family:var(--font-display);color:var(--leaf);letter-spacing:-.03em;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:600;line-height:1}.how__card h3{margin-top:.6rem;font-size:clamp(1.15rem,2vw,1.5rem)}.how__card p{color:#142019b8;margin-top:.6rem;font-size:.92rem}@media (width<=640px){.how__stack{max-height:68svh}.how__card{width:auto;inset:auto 1rem 1rem;transform:none}.how__card p{display:none}}.counters{background:var(--sand);padding-block:clamp(5rem,10vw,8rem)}.counters__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:clamp(2.5rem,5vw,4rem);display:grid}.counters__item{border-left:2px solid var(--leaf);gap:.4rem;padding-left:1.4rem;display:grid}.counters__value{font-family:var(--font-display);color:var(--forest);font-size:clamp(2.6rem,5vw,4.2rem);line-height:1}.counters__value em{color:var(--berry);font-style:normal}.counters__label{color:#142019b3;font-weight:600}@media (width<=860px){.counters__grid{grid-template-columns:repeat(2,1fr)}}.showcase{padding-block:clamp(5rem,10vw,9rem)}.showcase__row{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,6rem);margin-top:clamp(3.5rem,7vw,6rem);display:grid}.showcase__row--img-right .showcase__media{order:2}.showcase__media{border-radius:var(--radius);background:var(--sand);padding:clamp(1.5rem,3vw,3rem);position:relative}.showcase__media img{aspect-ratio:1;object-fit:contain;width:100%}.showcase__hotspot{position:absolute;transform:translate(-50%,-50%)}.showcase__hotspot button{background:var(--berry);width:34px;height:34px;color:var(--white);border:0;border-radius:50%;place-items:center;font-size:1.15rem;font-weight:700;line-height:1;transition:transform .2s;animation:2.4s ease-in-out infinite hotspot-pulse;display:grid;box-shadow:0 0 0 6px #4a4e9e40}.showcase__hotspot button:hover{transform:scale(1.1)}@keyframes hotspot-pulse{0%,to{box-shadow:0 0 0 4px #4a4e9e4d}50%{box-shadow:0 0 0 12px #4a4e9e14}}.showcase__tooltip{background:var(--forest-deep);min-width:220px;color:var(--white);opacity:0;pointer-events:none;z-index:5;border-radius:12px;padding:.85rem 1rem;font-size:.82rem;line-height:1.45;transition:opacity .25s,transform .25s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(6px)}.showcase__tooltip strong{color:var(--leaf-light);margin-bottom:.2rem;display:block}.showcase__hotspot:hover .showcase__tooltip,.showcase__hotspot button:focus-visible+.showcase__tooltip{opacity:1;transform:translate(-50%)translateY(0)}.showcase__copy h3{font-size:clamp(1.8rem,3vw,2.6rem)}.showcase__tagline{color:var(--leaf);margin-top:.8rem;font-weight:700}.showcase__desc{color:#142019bf;margin-top:1rem}.showcase__points{gap:.9rem;margin-block:1.6rem 2rem;list-style:none;display:grid}.showcase__points li{border-bottom:1px solid var(--line);grid-template-columns:160px 1fr;gap:1rem;padding-bottom:.9rem;font-size:.92rem;display:grid}.showcase__points strong{color:var(--forest)}.showcase__points span{color:#142019b3}@media (width<=860px){.showcase__row{grid-template-columns:1fr}.showcase__row--img-right .showcase__media{order:0}.showcase__points li{grid-template-columns:1fr;gap:.15rem}}.infra{color:var(--white);background:#14140f;padding-block:clamp(4rem,9vw,8rem);position:relative;overflow:hidden}.infra__layout{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.infra__panels{min-height:clamp(340px,40vw,480px);position:relative}.infra__panel{border-radius:22px;position:absolute;overflow:hidden;box-shadow:0 30px 60px #00000080}.infra__panel img{object-fit:cover;width:100%;height:100%}.infra__panel--0{z-index:2;width:66%;height:58%;top:0;left:0}.infra__panel--1{z-index:1;width:72%;height:62%;bottom:0;right:0}.infra__panel figcaption{text-shadow:0 2px 12px #0009;gap:.1rem;display:grid;position:absolute;bottom:1.2rem;left:1.4rem}.infra__area{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1}.infra__area em{letter-spacing:.14em;text-transform:uppercase;margin-left:.4rem;font-size:.4em;font-style:normal;font-weight:700}.infra__panel-name{letter-spacing:.16em;text-transform:uppercase;color:#ffffffd9;font-size:.72rem;font-weight:700}.infra__title{letter-spacing:.06em;text-transform:uppercase;color:#ffffffeb;max-width:26ch;font-size:clamp(1.1rem,1.9vw,1.55rem);font-weight:600;line-height:1.5}.infra__highlight{color:#e07a3b}.infra__items{gap:1.5rem;margin-top:clamp(1.8rem,3vw,2.6rem);list-style:none;display:grid}.infra__items li{align-items:flex-start;gap:1.1rem;display:flex}.infra__item-icon{color:#e69b6f;background:#e07a3b24;border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.infra__item-icon svg{width:24px;height:24px}.infra__item-title{color:var(--white);font-size:1.02rem;font-weight:600}.infra__item-note{letter-spacing:.04em;color:var(--leaf);margin-top:.2rem;font-size:.82rem;font-weight:700}@media (width>=861px){.infra__layout{min-height:clamp(440px,46vw,580px)}.infra__panels{width:49vw;height:clamp(380px,42vw,540px);min-height:0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.infra__content{grid-column:2}}@media (width<=860px){.infra__layout{grid-template-columns:1fr}.infra__panels{min-height:clamp(300px,68vw,420px)}}.why{background:var(--paper);padding-block:clamp(4rem,9vw,8rem);overflow:hidden}.why__top{grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.why__leaf{color:var(--leaf)}.why__title{color:var(--forest);max-width:15ch;margin-top:1rem;font-size:clamp(1.8rem,3.4vw,3rem)}.why__divider{align-items:center;gap:.9rem;margin-block:1.6rem;display:flex}.why__rule{background:var(--line);flex:1;max-width:130px;height:1px}.why__intro p{color:#142019b8;max-width:46ch}.why__image{border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 60px #0a181029}.why__image img{object-fit:cover;width:100%;height:clamp(280px,40vw,440px)}.why__stats{z-index:2;border-radius:var(--radius);background:#f2f6ea;border:1px solid #5a861329;grid-template-columns:repeat(4,1fr);margin-top:clamp(-3rem,-4vw,-2rem);padding:clamp(1.8rem,3vw,2.6rem) clamp(1rem,2vw,2rem);display:grid;position:relative;box-shadow:0 20px 50px #0a181014}.why__stat{text-align:center;justify-items:center;gap:.5rem;padding-inline:clamp(.5rem,2vw,1.5rem);display:grid}.why__stat:not(:last-child){border-right:1px solid #5a861333}.why__stat-icon{width:62px;height:62px;color:var(--leaf-deep);border:1.5px solid #5a861359;border-radius:50%;place-items:center;margin-bottom:.4rem;display:grid}.why__stat-icon svg{width:28px;height:28px}.why__stat-value{font-family:var(--font-display);color:var(--forest);letter-spacing:-.02em;font-size:clamp(1.9rem,3.4vw,2.9rem);font-weight:600;line-height:1}.why__stat-label{letter-spacing:.1em;text-transform:uppercase;color:#14201999;max-width:18ch;font-size:.72rem;font-weight:700}@media (width<=860px){.why__top{grid-template-columns:1fr}.why__stats{grid-template-columns:1fr 1fr;gap:1.5rem 0;margin-top:2rem}.why__stat:nth-child(2){border-right:0}.why__stat:first-child,.why__stat:nth-child(2){border-bottom:1px solid #5a861333;padding-bottom:1.5rem}}@media (width<=460px){.why__stats{grid-template-columns:1fr}.why__stat{border-bottom:1px solid #5a861333;padding-bottom:1.4rem;border-right:0!important}.why__stat:last-child{border-bottom:0;padding-bottom:0}}.bdesign{background:var(--paper);padding-block:clamp(4rem,9vw,8rem);overflow:hidden}.bdesign__head{grid-template-columns:1.3fr 1fr;align-items:start;gap:clamp(1.5rem,4vw,4rem);display:grid}.bdesign__head .section-title{color:var(--forest);max-width:16ch;margin-top:0}.bdesign__blend{justify-items:start;gap:1.2rem;padding-top:.4rem;display:grid}.bdesign__blend p{color:#142019b8;font-size:1.05rem}.bdesign__cta{padding:.75rem 1.5rem}.bdesign__stage{min-height:clamp(420px,52vw,640px);margin-top:clamp(2rem,5vw,4rem);position:relative}.bdesign__blocks{gap:clamp(.6rem,1.5vw,1.2rem);width:min(46%,460px);margin-inline:auto;display:grid;position:relative}.bdesign__block{filter:drop-shadow(0 24px 34px #0a181038);border-radius:14px;width:78%}.bdesign__block--0{justify-self:start}.bdesign__block--1{justify-self:end;width:84%}.bdesign__block--2{justify-self:start;width:70%}.bdesign__pill{background:#eef6dd;border-radius:999px;align-items:center;gap:.85rem;width:min(320px,40%);padding:.9rem 1.3rem .9rem .9rem;display:flex;position:absolute;box-shadow:0 16px 34px #0a18101f}.bdesign__pill-icon{background:var(--forest);width:52px;height:52px;color:var(--white);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.bdesign__pill-icon svg{width:26px;height:26px}.bdesign__pill strong{color:var(--forest);font-size:1rem;display:block}.bdesign__pill span{color:#142019ad;font-size:.76rem;line-height:1.4}.bdesign__pill--0{top:8%;right:2%}.bdesign__pill--1{top:30%;left:2%}.bdesign__pill--2{bottom:24%;left:4%}.bdesign__pill--3{bottom:4%;right:4%}@media (width<=860px){.bdesign__head{grid-template-columns:1fr}.bdesign__stage{gap:2.5rem;min-height:0;display:grid}.bdesign__blocks{width:min(70%,340px)}.bdesign__pill{width:100%;position:static}}.small-hero{background:var(--sand);padding-block:clamp(4.5rem,9vw,8rem)}.small-hero__layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.small-hero__right p{color:#142019c7;margin-bottom:1.6rem}@media (width<=860px){.small-hero__layout{grid-template-columns:1fr}}.chat-cta{background:var(--forest-deep);color:var(--white);padding-block:clamp(3.5rem,7vw,6rem)}.chat-cta__inner{grid-template-columns:1.4fr auto;align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}.chat-cta__copy .section-title{font-size:clamp(1.8rem,3.4vw,2.8rem)}.chat-cta__copy p{color:#ffffffd1;max-width:48ch;margin-top:1rem}.chat-cta__btn{white-space:nowrap}@media (width<=760px){.chat-cta__inner{grid-template-columns:1fr}.chat-cta__btn{justify-self:start}}.home__over-hero{z-index:1;background:var(--paper);border-radius:28px 28px 0 0;position:relative;box-shadow:0 -30px 60px #0a181059}.about__hero{background:var(--forest-deep);color:var(--white);padding:calc(var(--header-h) + clamp(4rem, 9vw, 8rem)) 0 clamp(4rem, 9vw, 8rem)}.about__hero h1{max-width:20ch;margin-top:1rem;font-size:clamp(2.4rem,5vw,4.2rem)}.about__hero p{color:#ffffffd1;max-width:56ch;margin-top:1.4rem;font-size:1.1rem}.about__block{padding-block:clamp(3.5rem,7vw,6rem)}.about__split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.about__split--reverse>div{order:2}.about__split p{color:#142019c7;margin-top:1.2rem}.about__split img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);width:100%}.about__pillars{background:var(--sand);padding-block:clamp(4rem,8vw,7rem)}.about__pillars-grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);display:grid}.about__pillars article{border-left:2px solid var(--leaf);padding-left:1.6rem}.about__pillars h2{color:var(--forest);font-size:clamp(1.6rem,2.6vw,2.2rem)}.about__pillars p{color:#142019c7;margin-top:.9rem}.about__reach p{color:#142019c7;max-width:60ch;margin-block:1.2rem 2rem}@media (width<=860px){.about__split,.about__pillars-grid{grid-template-columns:1fr}.about__split--reverse>div{order:0}}.contact-page__hero{background:var(--forest-deep);color:var(--white);padding:calc(var(--header-h) + clamp(3.5rem, 8vw, 7rem)) 0 clamp(3.5rem, 8vw, 7rem)}.contact-page__hero h1{margin-top:1rem;font-size:clamp(2.4rem,5vw,4rem)}.contact-page__hero p{color:#ffffffd1;max-width:54ch;margin-top:1.2rem}.contact-page__hero .btn{margin-top:2rem}.contact-page__offices{padding-block:clamp(3.5rem,7vw,6rem)}.contact-page__grid{grid-template-columns:1fr 1fr;gap:clamp(1.5rem,4vw,2.5rem);margin-top:clamp(2rem,4vw,3rem);display:grid}.branch{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden;box-shadow:0 18px 40px #0a18100f}.branch__map{aspect-ratio:16/10;background:var(--sand)}.branch__map iframe{border:0;width:100%;height:100%;display:block}.branch__body{padding:clamp(1.4rem,2.5vw,2rem)}.branch__body h2{color:var(--forest);font-size:1.35rem}.branch__body p{color:#142019b8;margin-top:.6rem}.branch__directions{color:var(--berry);align-items:center;gap:.45rem;margin-top:1.1rem;font-size:.9rem;font-weight:700;display:inline-flex}.branch__directions:hover{text-decoration:underline}.branch__directions .arrow{transition:transform .2s}.branch__directions:hover .arrow{transform:translate(3px)}@media (width<=760px){.contact-page__grid{grid-template-columns:1fr}}
