:root{--cream:#F2F6EC;--cream-2:#E8F0DD;--forest:#142019;--forest-soft:#25382C;--emerald:#1F9D6B;--emerald-deep:#157A52;--sage:#7FB39A;--sage-soft:#A8CBB8;--solar:#E8A93C;--solar-soft:#F2C775;--card:#FBFDF6;--line:rgba(20,32,25,.13);--line-soft:rgba(20,32,25,.07);--muted:#4F6356;--primary:#1F9D6B;--accent:#157A52;--container:1240px;--header-h:84px;--ease:cubic-bezier(.22,1,.36,1);--ease-back:cubic-bezier(.34,1.56,.64,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans),"Mukta",system-ui,sans-serif;color:var(--forest);background:var(--cream);line-height:1.66;font-size:17px;overflow-x:hidden;position:relative}body:before{z-index:-2;background:radial-gradient(56vw 52vw at 84% -10%,rgba(31,157,107,.16),transparent 62%),radial-gradient(50vw 50vw at -10% 102%,rgba(127,179,154,.2),transparent 60%),radial-gradient(38vw 30vw at 30% 40%,rgba(232,169,60,.05),transparent 70%)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{z-index:1;opacity:.045;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--emerald);color:#fff}h1,h2,h3,h4{font-family:var(--font-display),"Manrope",system-ui,sans-serif;line-height:1.06;letter-spacing:-.01em;color:var(--forest);margin:0 0 .42em}h1,h2,h3,h4{font-weight:700}h1{font-size:clamp(2.7rem,6.6vw,5.3rem);line-height:1.05}h2{font-size:clamp(1.95rem,4.2vw,3.2rem)}h3{font-size:clamp(1.2rem,2vw,1.55rem);letter-spacing:0}p{margin:0 0 1rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 26px}.section{padding:clamp(62px,8.5vw,132px) 0;position:relative;z-index:2}.section--sand{background:var(--cream-2)}.section--ink{background:var(--forest);color:#cfe0d4}.section--ink h1,.section--ink h2,.section--ink h3{color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:11px;font-family:var(--font-display);font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--emerald-deep);margin-bottom:20px}.eyebrow:before{content:"";width:18px;height:18px;display:inline-block;flex-shrink:0;background:var(--emerald);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19C5 9 12 4 21 4c0 10-7 15-16 15zm0 0c2-4 5-7 9-9' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19C5 9 12 4 21 4c0 10-7 15-16 15zm0 0c2-4 5-7 9-9' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}.lead{font-size:clamp(1.08rem,1.7vw,1.36rem);color:var(--muted);max-width:58ch;line-height:1.6}.center{text-align:center}.center .eyebrow,.center .lead{margin-left:auto;margin-right:auto}.btn{--bg:var(--emerald);--fg:#fff;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-family:var(--font-display);font-weight:600;font-size:1rem;letter-spacing:.005em;padding:15px 30px;border-radius:999px;cursor:pointer;border:2px solid transparent;background:var(--bg);color:var(--fg);position:relative;overflow:hidden;transition:color .35s var(--ease),transform .25s var(--ease),box-shadow .35s var(--ease);isolation:isolate;box-shadow:0 12px 26px -14px rgba(31,157,107,.7)}.btn:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,var(--emerald-deep),var(--sage));transform:scale(0);border-radius:999px;transition:transform .45s var(--ease);transform-origin:left center}.btn:hover:after{transform:scale(1.05)}.btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 34px -16px rgba(21,122,82,.7)}.btn--ghost{--bg:transparent;--fg:var(--forest);border-color:var(--line);box-shadow:none}.btn--ghost:after{background:linear-gradient(120deg,var(--forest),var(--forest-soft))}.btn--ghost:hover{color:#fff;border-color:var(--forest)}.btn--light{--bg:var(--forest);--fg:#fff;box-shadow:0 12px 26px -14px rgba(20,32,25,.7)}.btn--light:after{background:linear-gradient(120deg,var(--emerald),var(--sage))}.btn--primary{--bg:var(--emerald);--fg:#fff}.btn--lg{padding:18px 36px;font-size:1.08rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(242,246,236,.84);-webkit-backdrop-filter:saturate(160%) blur(14px);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line-soft)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:20px}.header__logo img{height:38px;width:auto}.nav{display:flex;align-items:center;gap:32px}.nav a{font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--forest);position:relative;padding:4px 0}.nav a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2.5px;border-radius:3px;background:var(--emerald);transition:width .3s var(--ease)}.nav a:hover:after{width:100%}.header__cta{display:flex;align-items:center;gap:16px}.header__phone{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-family:var(--font-display);color:var(--forest)}.header__phone svg{color:var(--emerald)}.burger{background:none;border:0;cursor:pointer;padding:8px;color:var(--forest)}.burger,.mobile-nav{display:none}@media (max-width:980px){.header__cta .btn,.nav{display:none}.burger{display:inline-flex}.mobile-nav{display:block;position:fixed;inset:var(--header-h) 0 0;background:var(--cream);z-index:40;padding:28px;transform:translateX(100%);transition:transform .4s var(--ease);overflow-y:auto}.mobile-nav[data-open=true]{transform:translateX(0)}.mobile-nav a{display:block;padding:17px 4px;font-size:1.5rem;font-family:var(--font-display);font-weight:700;color:var(--forest);border-bottom:1px solid var(--line-soft)}.mobile-nav .btn{width:100%;margin-top:22px}}.hero{position:relative;overflow:hidden;padding:clamp(48px,7vw,96px) 0 clamp(58px,8vw,112px)}.hero__grid{display:grid;grid-template-columns:1.06fr .94fr;grid-gap:clamp(34px,5vw,78px);gap:clamp(34px,5vw,78px);align-items:center;position:relative;z-index:2}@media (max-width:980px){.hero__grid{grid-template-columns:1fr;gap:44px}}.hero__copy{position:relative;z-index:3}.hero h1{color:var(--forest);text-wrap:balance;margin-bottom:.32em}.hero .line-mask{display:block;overflow:hidden;position:relative}.hero .line-mask>span{display:block;will-change:transform,filter}.hero h1 .hl{position:relative;color:var(--emerald-deep);white-space:nowrap}.hero h1 .hl:before{content:"";position:absolute;left:-.04em;right:-.04em;bottom:.04em;height:.22em;z-index:-1;background:linear-gradient(90deg,var(--sage-soft),var(--sage));border-radius:999px 40% 999px 40%;transform:scaleX(var(--hl,0));transform-origin:left;transition:transform .7s var(--ease);opacity:.7}.hero h1 .hl.is-painted:before{transform:scaleX(1)}.hero__lead{font-size:clamp(1.12rem,1.7vw,1.4rem);color:var(--muted);margin:0 0 32px;max-width:50ch}.hero__actions{display:flex;flex-wrap:wrap;gap:14px}.hero__trust{display:flex;flex-wrap:wrap;gap:38px;margin-top:46px;padding-top:26px;border-top:1px solid var(--line)}.hero__trust div{font-family:var(--font-display);font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.hero__trust strong{display:block;font-size:clamp(1.9rem,3.2vw,2.6rem);color:var(--forest);font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;margin-bottom:3px}.hero__trust strong em{font-style:normal;color:var(--emerald)}.hero__frame,.hero__plate{position:relative}.hero__frame{border-radius:28px 90px 28px 90px;overflow:hidden;z-index:2;border:3px solid var(--emerald);box-shadow:0 44px 78px -40px rgba(20,40,28,.55)}.hero__frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(20,40,28,.3));pointer-events:none}.fig-clip{position:relative;overflow:hidden;aspect-ratio:4/5}.fig-clip img{width:100%;height:100%;object-fit:cover;will-change:transform}.hero__frame-offset{position:absolute;inset:0;border-radius:28px 90px 28px 90px;z-index:1;background:linear-gradient(135deg,var(--sage),var(--emerald));opacity:.28;transform:translate(18px,18px) rotate(.6deg)}.hero__since{position:absolute;left:-18px;bottom:36px;z-index:4;background:var(--emerald);color:#fff;font-family:var(--font-display);font-weight:700;border-radius:22px 22px 22px 4px;padding:13px 19px;line-height:1;text-align:center;box-shadow:0 20px 32px -16px rgba(21,122,82,.85)}.hero__since b{display:block;font-size:1.7rem}.hero__since span{font-size:.62rem;text-transform:uppercase;letter-spacing:.16em;opacity:.92}.heat-stage{position:absolute;right:-30px;top:-32px;width:188px;height:220px;z-index:4;pointer-events:none;filter:drop-shadow(0 10px 20px rgba(20,60,40,.25))}.heat-stage svg{width:100%;height:100%;overflow:visible}.heat-stage .stem{fill:none;stroke:var(--emerald-deep);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.heat-stage .leaf{fill:none;stroke:var(--emerald);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.heat-stage .leaf-fill{fill:var(--sage);opacity:.35}.heat-stage .bud{fill:var(--solar)}.hero__conduit{position:absolute;inset:-6% -4% auto auto;height:108%;width:72%;z-index:0;pointer-events:none;opacity:1}.hero__conduit svg{width:100%;height:100%;overflow:visible}.hero__conduit .updraft{fill:none;stroke:rgba(31,157,107,.3);stroke-width:3;stroke-linecap:round}.hero__conduit .updraft-soft{fill:none;stroke:rgba(127,179,154,.4);stroke-width:2;stroke-linecap:round}.hero__conduit .spore{fill:var(--emerald);opacity:.55}.hero__conduit .spore-solar{fill:var(--solar);opacity:.7}.grid{display:grid;grid-gap:20px;gap:20px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:980px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:var(--card);border:1px solid var(--line);border-radius:20px 20px 20px 6px;padding:30px;transition:transform .4s var(--ease),box-shadow .4s var(--ease);height:100%;position:relative;overflow:hidden}.card:before{content:"";position:absolute;left:0;top:0;height:4px;width:0;background:linear-gradient(90deg,var(--emerald),var(--sage));transition:width .45s var(--ease)}.card:hover{transform:translateY(-5px);box-shadow:0 32px 54px -30px rgba(20,40,28,.4)}.card:hover:before{width:100%}.card__icon{width:58px;height:58px;border-radius:16px 16px 16px 4px;display:grid;place-items:center;margin-bottom:20px;background:linear-gradient(145deg,var(--emerald),var(--emerald-deep));color:#fff;transition:transform .45s var(--ease-back)}.card:hover .card__icon{transform:rotate(-6deg) scale(1.05)}.card__icon svg{width:28px;height:28px}.card h3{margin-bottom:9px;color:var(--forest)}.card p{color:var(--muted);font-size:.97rem;margin-bottom:16px}.card__link{font-family:var(--font-display);font-weight:700;color:var(--emerald-deep);display:inline-flex;align-items:center;gap:8px;font-size:.95rem}.card:hover .card__link{gap:13px}.card__folio{position:absolute;top:18px;right:22px;font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--line);letter-spacing:.04em}.clientele{gap:18px}.client-card{background:var(--card);border:1px solid var(--line);border-left:4px solid var(--emerald);border-radius:0 18px 18px 0;padding:26px 28px;display:flex;align-items:center;gap:20px;position:relative;overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-left-color .4s}.client-card:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(100deg,rgba(31,157,107,.09),transparent 60%);opacity:0;transition:opacity .4s var(--ease)}.client-card:hover{transform:translateX(5px);box-shadow:0 24px 42px -30px rgba(20,40,28,.42);border-left-color:var(--solar)}.client-card:hover:before{opacity:1}.client-card__num{font-family:var(--font-display);font-weight:700;font-size:1.6rem;color:var(--emerald);line-height:1;flex-shrink:0;position:relative;z-index:1;transition:color .4s}.client-card:hover .client-card__num{color:var(--solar)}.client-card h3{margin:0;font-size:1.08rem;line-height:1.25;color:var(--forest);position:relative;z-index:1}.ledger{border-top:1px solid var(--line)}.ledger__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:22px;gap:22px;padding:26px 18px;border-bottom:1px solid var(--line);position:relative;overflow:hidden;transition:padding-left .4s var(--ease),color .4s var(--ease)}.ledger__row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(31,157,107,.12),transparent);transition:width .45s var(--ease);z-index:-1}.ledger__row:hover{padding-left:30px}.ledger__row:hover:before{width:100%}.ledger__num{font-size:1.1rem;color:var(--emerald-deep)}.ledger__name,.ledger__num{font-family:var(--font-display);font-weight:700}.ledger__name{font-size:clamp(1.3rem,2.6vw,2rem);color:var(--forest);line-height:1.08}.ledger__desc{color:var(--muted);font-size:.95rem;margin:4px 0 0}.ledger__arrow{width:46px;height:46px;border-radius:50%;border:2px solid var(--line);display:grid;place-items:center;color:var(--forest);transition:transform .4s var(--ease-back),background .4s var(--ease),color .4s var(--ease),border-color .4s;flex-shrink:0}.ledger__row:hover .ledger__arrow{transform:rotate(-45deg);background:var(--emerald);border-color:var(--emerald);color:#fff}@media (max-width:620px){.ledger__arrow{display:none}.ledger__row{grid-template-columns:auto 1fr;gap:16px}}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(34px,5.5vw,90px);gap:clamp(34px,5.5vw,90px);align-items:center}.split--reverse .split__media{order:2}@media (max-width:900px){.split{grid-template-columns:1fr}.split--reverse .split__media{order:0}}.split__media{position:relative}.split__media img{border-radius:24px 70px 24px 70px;width:100%;aspect-ratio:4/5;object-fit:cover;border:3px solid var(--emerald);position:relative;z-index:2}.split__media:after{content:"";position:absolute;inset:0;border-radius:24px 70px 24px 70px;background:linear-gradient(135deg,var(--sage),var(--emerald));opacity:.26;transform:translate(15px,15px);z-index:1}.split__media--heat{overflow:visible}.heat-stage--sm{width:134px;height:160px;right:-22px;top:-28px}.checklist{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-gap:13px;gap:13px}.checklist li{display:flex;gap:13px;align-items:flex-start;font-weight:500}.checklist li:before{content:"";flex:0 0 26px;height:26px;margin-top:1px;border-radius:50% 50% 50% 4px;background:var(--emerald) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23FBFDF6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/15px no-repeat}.marquee{background:var(--forest);color:#eaf3ec;overflow:hidden;border-block:2px solid var(--emerald);position:relative;z-index:2}.marquee__track{display:flex;gap:0;white-space:nowrap;will-change:transform}.marquee__track span{display:inline-flex;align-items:center;font-family:var(--font-display);font-weight:600;font-size:clamp(1.1rem,2vw,1.6rem);padding:16px 0}.marquee__track span:after{content:"";width:14px;height:14px;margin:0 28px;display:inline-block;background:var(--solar);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19C5 9 12 4 21 4c0 10-7 15-16 15z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19C5 9 12 4 21 4c0 10-7 15-16 15z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat}.band{background:var(--forest);color:#fff;border-radius:28px;padding:clamp(38px,5vw,60px);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:26px;gap:26px;position:relative;overflow:hidden}.band:before{content:"";position:absolute;inset:0;background:radial-gradient(44vw 44vw at 84% -12%,rgba(31,157,107,.42),transparent 62%),radial-gradient(34vw 34vw at 4% 120%,rgba(127,179,154,.3),transparent 60%)}.band>div{position:relative}.band strong{display:block;font-size:clamp(2.4rem,4.6vw,3.7rem);font-family:var(--font-display);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}.band strong em{font-style:normal;color:var(--solar-soft)}.band span{color:#9fc0ab;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-top:7px;display:block}@media (max-width:700px){.band{grid-template-columns:repeat(2,1fr)}}.cta-band{background:linear-gradient(135deg,var(--emerald-deep),var(--emerald) 55%,var(--sage));color:#fff;border-radius:32px;padding:clamp(46px,6.5vw,78px);text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(50vw 50vw at 50% -20%,rgba(255,255,255,.2),transparent 60%),radial-gradient(28vw 28vw at 88% 120%,rgba(232,169,60,.2),transparent 60%)}.cta-band>*{position:relative}.cta-band h2{color:#fff}.cta-band p{color:#e4f3ea;max-width:54ch;margin-inline:auto}.cta-band .hero__actions{justify-content:center;margin-top:28px}.cta-band .btn--light{--bg:#fff;--fg:var(--emerald-deep)}.cta-band .btn--light:after{background:linear-gradient(120deg,var(--forest),var(--forest-soft))}.cta-band .btn--light:hover{color:#fff}.cta-band .btn--ghost{--fg:#fff;border-color:rgba(255,255,255,.55)}.cta-band .btn--ghost:after{background:linear-gradient(120deg,var(--forest),var(--forest-soft))}.faq{display:grid;grid-gap:12px;gap:12px;max-width:860px;margin-inline:auto}.faq details{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:4px 24px;transition:box-shadow .3s}.faq details[open]{box-shadow:0 22px 44px -30px rgba(20,40,28,.42)}.faq summary{cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:1.14rem;padding:20px 0;color:var(--forest);list-style:none;display:flex;justify-content:space-between;gap:18px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.6rem;color:var(--emerald);line-height:1;transition:transform .3s}.faq details[open] summary:after{transform:rotate(135deg)}.faq details p{color:var(--muted);padding-bottom:20px;margin:0}.crumb{font-family:var(--font-display);font-weight:600;font-size:.82rem;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);padding:18px 0}.crumb a:hover{color:var(--emerald-deep)}.footer{background:var(--forest);color:#9bb3a3;padding:76px 0 30px;font-size:.95rem;position:relative;z-index:2}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:38px;gap:38px}@media (max-width:880px){.footer__grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:540px){.footer__grid{grid-template-columns:1fr}}.footer h4{color:#fff;font-family:var(--font-display);font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px}.footer a:hover{color:var(--solar-soft)}.footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:11px;gap:11px}.footer__logo img{height:42px;margin-bottom:18px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:52px;padding-top:24px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.82rem;color:#708779}.callbar{display:none}@media (max-width:760px){.callbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;box-shadow:0 -8px 30px -10px rgba(0,0,0,.4)}.callbar a{flex:1 1;display:flex;align-items:center;justify-content:center;gap:9px;padding:16px;font-weight:700;font-family:var(--font-display);color:#fff}.callbar a.call{background:var(--emerald)}.callbar a.quote{background:var(--forest)}body{padding-bottom:56px}}.prose{max-width:760px}.prose h2{margin-top:1.6em}.prose ul{padding-left:1.2em;color:var(--muted)}.embed-host{min-height:200px}.hero h1 .line-mask:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,var(--cream) 38%,rgba(242,246,236,0));transform:translateY(0);animation:veilLift 1.05s var(--ease) both}.hero h1 .line-mask>span{animation:veilRise .95s var(--ease) both}.hero h1 .line-mask:first-child:after,.hero h1 .line-mask:first-child>span{animation-delay:.1s}.hero h1 .line-mask:nth-child(2):after,.hero h1 .line-mask:nth-child(2)>span{animation-delay:.26s}.hero h1 .line-mask:nth-child(3):after,.hero h1 .line-mask:nth-child(3)>span{animation-delay:.42s}.hero h1 .line-mask:nth-child(4):after,.hero h1 .line-mask:nth-child(4)>span{animation-delay:.58s}@keyframes veilLift{0%{transform:translateY(0);opacity:1}to{transform:translateY(-108%);opacity:0}}@keyframes veilRise{0%{transform:translateY(26%);opacity:0;filter:blur(3px)}to{transform:translateY(0);opacity:1;filter:blur(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.hero__reveal{animation:fadeUp .85s var(--ease) both}.hero__reveal--1{animation-delay:.55s}.hero__reveal--2{animation-delay:.68s}.hero__reveal--3{animation-delay:.8s}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease);will-change:transform,opacity}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*,.hero h1 .line-mask:after,.hero h1 .line-mask>span,.hero__reveal{animation:none!important;transition:none!important}.hero h1 .line-mask:after{display:none}.reveal{opacity:1!important;transform:none!important}.hero h1 .hl:before{transform:scaleX(1)!important}}@font-face{font-family:Mukta;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/938f064eb0cf9505-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Mukta;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/22ac196a2c224775-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mukta;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6f0af5b22863f4a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c6c89c1c34a2ec75-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Mukta;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c62b17785fe5d7d8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mukta;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f5a4f8486488dc68-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/dff20cfddbcac9d6-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Mukta;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d4419e198f452e4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mukta;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9d1614f7c7436749-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f60b6ee32cca87f1-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Mukta;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/2275878d014e992d-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Mukta;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f149253a5c6880ff-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Mukta Fallback;src:local("Arial");ascent-override:119.94%;descent-override:56.47%;line-gap-override:0.00%;size-adjust:94.21%}.__className_195452{font-family:Mukta,Mukta Fallback;font-style:normal}.__variable_195452{--font-sans:"Mukta","Mukta Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_2999de{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_2999de{--font-display:"Manrope","Manrope Fallback"}