.hero[data-astro-cid-lcdefpme]{min-height:100svh;color:var(--ow);background:var(--olive);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.hero__bg[data-astro-cid-lcdefpme]{position:absolute;inset:0}.hero__bg[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:50% 40%;width:100%;height:100%}.hero__shade[data-astro-cid-lcdefpme]{background:radial-gradient(120% 70% at 20% 100%,#14170ad9 0%,#0000 60%),linear-gradient(#14170a8c 0%,#14170a1a 30%,#14170a59 70%,#14170ad9 100%);position:absolute;inset:0}.hero__content[data-astro-cid-lcdefpme]{padding-top:calc(var(--header-h) + 40px);gap:26px;display:grid;position:relative}.hero__eyebrow[data-astro-cid-lcdefpme]{color:#e9a476}.hero__title[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{color:#e9a476;font-style:normal}.hero__row[data-astro-cid-lcdefpme]{align-items:end;gap:28px;display:grid}@media (width>=960px){.hero__row[data-astro-cid-lcdefpme]{grid-template-columns:1fr auto;gap:60px}}.hero__lead[data-astro-cid-lcdefpme]{font-size:var(--fs-lead);color:#dfddd0db;max-width:52ch}.hero__ctas[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:12px;display:flex}.hero__foot[data-astro-cid-lcdefpme]{border-top:1px solid var(--line-light);justify-content:space-between;align-items:center;gap:24px;margin-top:40px;padding-block:36px 30px;display:flex;position:relative}.hero__includes[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:10px 26px;display:flex}.hero__includes[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:#dfddd0d9;align-items:center;gap:9px;font-size:.88rem;display:inline-flex}.hero__includes[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] svg{color:#e9a476}.hero__scroll[data-astro-cid-lcdefpme]{letter-spacing:.2em;text-transform:uppercase;color:#dfddd0bf;align-items:center;gap:12px;font-size:.75rem;display:none}.hero__scroll[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]{background:#dfddd040;width:1.5px;height:44px;position:relative;overflow:hidden}.hero__scroll[data-astro-cid-lcdefpme] i[data-astro-cid-lcdefpme]:after{content:"";background:var(--ow);animation:scrollcue 2.2s var(--ease-io) infinite;position:absolute;inset:0}@keyframes scrollcue{0%{transform:translateY(-100%)}60%,to{transform:translateY(100%)}}@media (width>=900px){.hero__scroll[data-astro-cid-lcdefpme]{display:inline-flex}}.intro__grid[data-astro-cid-lcdefpme]{gap:28px;display:grid}@media (width>=960px){.intro__grid[data-astro-cid-lcdefpme]{grid-template-columns:220px 1fr;gap:60px}}.intro__statement[data-astro-cid-lcdefpme]{letter-spacing:-.035em;color:var(--olive);font-size:clamp(1.6rem,3.5vw,3.1rem);font-weight:500;line-height:1.2}.stats[data-astro-cid-lcdefpme]{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(2,1fr);gap:1px;margin-top:clamp(56px,7vw,100px);display:grid;overflow:hidden}@media (width>=900px){.stats[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr)}}.stat[data-astro-cid-lcdefpme]{background:var(--ow);gap:6px;padding:clamp(22px,3vw,38px);display:grid}.stat[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{letter-spacing:-.05em;color:var(--rust);font-size:clamp(2.4rem,5vw,4.4rem);font-weight:600;line-height:1}.stat[data-astro-cid-lcdefpme]>span[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.92rem}.featured[data-astro-cid-lcdefpme]{padding-block:clamp(40px,6vw,80px) clamp(80px,9vw,130px);position:relative;overflow:hidden}.featured__track[data-astro-cid-lcdefpme]{padding-inline:var(--gutter);scroll-snap-type:x mandatory;scrollbar-width:none;flex-wrap:nowrap;align-items:stretch;gap:20px;display:flex;overflow-x:auto}.featured__track[data-astro-cid-lcdefpme]::-webkit-scrollbar{display:none}.featured__intro[data-astro-cid-lcdefpme]{scroll-snap-align:start;flex-direction:column;flex:0 0 min(86vw,420px);justify-content:center;gap:18px;padding-right:20px;display:flex}.featured__item[data-astro-cid-lcdefpme]{scroll-snap-align:start;flex:0 0 min(78vw,380px)}.featured__bar[data-astro-cid-lcdefpme]{background:var(--line);border-radius:2px;width:160px;height:2px;margin-top:10px;display:none;overflow:hidden}.featured__bar[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{background:var(--rust);transform-origin:0;height:100%;display:block;transform:scaleX(0)}.featured__all[data-astro-cid-lcdefpme]{text-align:center;letter-spacing:-.03em;border:1.5px dashed var(--ow-400);border-radius:var(--radius);scroll-snap-align:start;flex:0 0 min(60vw,280px);place-content:center;justify-items:center;gap:18px;font-size:1.4rem;font-weight:600;line-height:1.1;transition:background-color .4s,color .4s;display:grid}.featured__all[data-astro-cid-lcdefpme]:hover{background:var(--olive);color:var(--ow)}.featured__all-icon[data-astro-cid-lcdefpme]{background:var(--rust);width:76px;height:76px;color:var(--ow);transition:transform .6s var(--ease-out);border-radius:50%;place-items:center;display:grid}.featured__all[data-astro-cid-lcdefpme]:hover .featured__all-icon[data-astro-cid-lcdefpme]{transform:rotate(45deg)}@media (width>=1024px){.featured[data-astro-cid-lcdefpme]{align-items:center;height:100vh;padding-block:0;display:flex}.featured__track[data-astro-cid-lcdefpme]{gap:32px;padding-top:40px;overflow:visible}.featured__intro[data-astro-cid-lcdefpme]{flex-basis:440px}.featured__item[data-astro-cid-lcdefpme]{flex-basis:clamp(340px,26vw,420px)}.featured__bar[data-astro-cid-lcdefpme]{display:block}.featured__all[data-astro-cid-lcdefpme]{flex-basis:300px}}.big-marquee[data-astro-cid-lcdefpme]{border-block:1px solid var(--line);padding-block:clamp(24px,4vw,50px)}.big-marquee__item[data-astro-cid-lcdefpme]{letter-spacing:-.05em;color:#0000;-webkit-text-stroke:1.5px var(--olive);align-items:center;gap:clamp(20px,3vw,44px);padding-right:clamp(20px,3vw,44px);font-size:clamp(3rem,9vw,8.5rem);font-weight:600;line-height:1;transition:color .4s;display:inline-flex}.big-marquee__item[data-astro-cid-lcdefpme]:nth-child(3n+1){color:var(--olive);-webkit-text-stroke:0}.big-marquee__item[data-astro-cid-lcdefpme] .big-marquee__wing{width:clamp(24px,3.5vw,52px);color:var(--rust);-webkit-text-stroke:0}.regions__list[data-astro-cid-lcdefpme]{gap:14px;display:grid}@media (width>=720px){.regions__list[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr}}@media (width>=1100px){.regions__list[data-astro-cid-lcdefpme]{gap:14px;height:560px;display:flex}.regions__list[data-astro-cid-lcdefpme]>.region[data-astro-cid-lcdefpme]{transition:flex .9s var(--ease-out);flex:1}.regions__list[data-astro-cid-lcdefpme]:hover>.region[data-astro-cid-lcdefpme]{flex:.8}.regions__list[data-astro-cid-lcdefpme]>.region[data-astro-cid-lcdefpme]:hover{flex:2.2}}.region[data-astro-cid-lcdefpme]{border-radius:var(--radius);min-height:380px;color:var(--ow);isolation:isolate;align-items:flex-end;display:flex;position:relative;overflow:hidden}.region[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;z-index:-2;width:100%;height:100%;transition:transform 1.2s var(--ease-out);position:absolute;inset:0}.region[data-astro-cid-lcdefpme]:before{content:"";z-index:-1;background:linear-gradient(#0000 30%,#14170ad9);position:absolute;inset:0}.region[data-astro-cid-lcdefpme]:hover img[data-astro-cid-lcdefpme]{transform:scale(1.06)}.region__body[data-astro-cid-lcdefpme]{gap:6px;padding:26px;display:grid}.region__count[data-astro-cid-lcdefpme]{letter-spacing:.14em;text-transform:uppercase;color:#e9a476;font-size:.75rem;font-weight:500}.region[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{white-space:nowrap;font-size:clamp(1.6rem,2.4vw,2.2rem)}.region[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:#dfddd0d1;max-width:30ch;font-size:.9rem}.region__arrow[data-astro-cid-lcdefpme]{-webkit-backdrop-filter:blur(10px);width:48px;height:48px;transition:background-color .4s, transform .6s var(--ease-out);background:#dfddd029;border-radius:50%;place-items:center;display:grid;position:absolute;top:20px;right:20px}.region[data-astro-cid-lcdefpme]:hover .region__arrow[data-astro-cid-lcdefpme]{background:var(--rust);transform:rotate(45deg)}.custom[data-astro-cid-lcdefpme]{color:var(--ow);background:var(--olive);padding-block:clamp(100px,13vw,190px);position:relative;overflow:hidden}.custom__bg[data-astro-cid-lcdefpme]{position:absolute;inset:-10% 0}.custom__bg[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:50% 30%;width:100%;height:100%}.custom__shade[data-astro-cid-lcdefpme]{background:linear-gradient(100deg,#14170aeb 0%,#14170ab3 45%,#14170a59 100%);position:absolute;inset:0}.custom__inner[data-astro-cid-lcdefpme]{align-items:center;gap:60px;display:grid;position:relative}@media (width>=1024px){.custom__inner[data-astro-cid-lcdefpme]{grid-template-columns:1.2fr 1fr;gap:80px}}.custom__copy[data-astro-cid-lcdefpme]{gap:24px;display:grid}.custom__copy[data-astro-cid-lcdefpme] .eyebrow[data-astro-cid-lcdefpme]{color:#e9a476}.custom__title[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{color:#e9a476;font-style:normal}.custom__title[data-astro-cid-lcdefpme]{font-size:clamp(2.6rem,6vw,5.6rem)}.custom__lead[data-astro-cid-lcdefpme]{font-size:var(--fs-lead);color:#dfddd0d6;max-width:52ch}.custom__steps[data-astro-cid-lcdefpme]{counter-reset:s;gap:12px;display:grid}.custom__steps[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{border-radius:var(--radius);border:1px solid var(--line-light);-webkit-backdrop-filter:blur(14px);background:#dfddd014;gap:20px;padding:22px 24px;display:flex}.custom__steps[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:#e9a476;padding-top:3px;font-size:.85rem;font-weight:600}.custom__steps[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{letter-spacing:-.02em;margin-bottom:4px;font-size:1.1rem}.custom__steps[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:#dfddd0bf;font-size:.9rem}.services__grid[data-astro-cid-lcdefpme]{gap:22px;display:grid}@media (width>=900px){.services__grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr)}}.service[data-astro-cid-lcdefpme]{border-radius:var(--radius);background:var(--ow-50);border:1px solid var(--line);transition:transform .6s var(--ease-out), box-shadow .6s var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.service[data-astro-cid-lcdefpme]:hover{transform:translateY(-6px);box-shadow:0 30px 60px -30px #252a1666}.service__media[data-astro-cid-lcdefpme]{aspect-ratio:16/11;overflow:hidden}.service__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-out)}.service[data-astro-cid-lcdefpme]:hover .service__media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{transform:scale(1.06)}.service__body[data-astro-cid-lcdefpme]{flex:1;align-content:start;gap:10px;padding:26px;display:grid}.service__n[data-astro-cid-lcdefpme]{color:var(--rust);letter-spacing:.08em;font-size:.8rem;font-weight:600}.service__body[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.94rem}.service__body[data-astro-cid-lcdefpme] .link-arrow[data-astro-cid-lcdefpme]{color:var(--rust);margin-top:8px}.mosaic[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b d""c d""e f";grid-auto-rows:170px;gap:12px;display:grid}.mosaic__item[data-astro-cid-lcdefpme]{margin:0}.mosaic__item--1[data-astro-cid-lcdefpme]{grid-area:a}.mosaic__item--2[data-astro-cid-lcdefpme]{grid-area:b}.mosaic__item--3[data-astro-cid-lcdefpme]{grid-area:c}.mosaic__item--4[data-astro-cid-lcdefpme]{grid-area:d}.mosaic__item--5[data-astro-cid-lcdefpme]{grid-area:e}.mosaic__item--6[data-astro-cid-lcdefpme]{grid-area:f}.mosaic__item--4[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-position:50% 20%}@media (width>=900px){.mosaic[data-astro-cid-lcdefpme]{grid-template-columns:repeat(4,1fr);grid-template-areas:"a a b d""a a c d""e e f f";grid-auto-rows:230px;gap:16px}}.mosaic__item[data-astro-cid-lcdefpme] figcaption[data-astro-cid-lcdefpme]{color:var(--ow);opacity:0;transition:all .5s var(--ease-out);text-shadow:0 1px 8px #00000080;font-size:.8rem;font-weight:500;position:absolute;bottom:12px;left:14px;transform:translateY(8px)}.mosaic__item[data-astro-cid-lcdefpme]:hover figcaption[data-astro-cid-lcdefpme]{opacity:1;transform:none}.mosaic__item[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{transition:transform 1.2s var(--ease-out)}.mosaic__item[data-astro-cid-lcdefpme]:hover img[data-astro-cid-lcdefpme]{transform:scale(1.06)}.faq-teaser[data-astro-cid-lcdefpme]{gap:48px;display:grid}@media (width>=1000px){.faq-teaser[data-astro-cid-lcdefpme]{grid-template-columns:.9fr 1.3fr;align-items:start;gap:80px}.faq-teaser__head[data-astro-cid-lcdefpme]{position:sticky;top:120px}}
