.hero-text-section[data-astro-cid-nlow4r3u]{padding:clamp(2.5rem,5vw,4.5rem) 0 0}.hero-eyebrow[data-astro-cid-nlow4r3u]{font-size:.8rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#47624d;margin:0}.hero-title[data-astro-cid-nlow4r3u]{margin:.9rem 0 0;font-size:clamp(2rem,3.8vw,3.25rem);line-height:1.1;font-weight:600;letter-spacing:-.01em;color:#122017;max-width:46rem;text-wrap:balance}.hero-summary[data-astro-cid-nlow4r3u]{margin:1rem 0 0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.65;color:#29412f;max-width:42rem}.hero-actions[data-astro-cid-nlow4r3u]{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-cta[data-astro-cid-nlow4r3u]{display:inline-flex;align-items:center;padding:.75rem 1.4rem;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}.hero-cta--primary[data-astro-cid-nlow4r3u]{background:#c76b34;color:#fff}.hero-cta--primary[data-astro-cid-nlow4r3u]:hover{background:#ad5829}.hero-cta--secondary[data-astro-cid-nlow4r3u]{background:transparent;color:#122017;border:1px solid rgba(18,32,23,.2)}.hero-cta--secondary[data-astro-cid-nlow4r3u]:hover{border-color:#122017;background:#1220170a}.hero-highlights[data-astro-cid-nlow4r3u]{list-style:none;padding:0;margin:2rem 0 0;display:grid;gap:.75rem;grid-template-columns:1fr}@media(min-width:640px){.hero-highlights[data-astro-cid-nlow4r3u]{grid-template-columns:repeat(3,1fr)}}.hero-highlight[data-astro-cid-nlow4r3u]{padding:.9rem 1rem;border-radius:1rem;background:#ffffffb3;border:1px solid rgba(18,32,23,.08);font-size:.9rem;line-height:1.45;color:#29412f}.home-slider[data-astro-cid-w6f65kxy]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#0f1a13;overflow:hidden;isolation:isolate}.home-slider__viewport[data-astro-cid-w6f65kxy]{position:relative;width:100%;aspect-ratio:21 / 8;min-height:clamp(16rem,36vw,26rem);overflow:hidden}.home-slider__track[data-astro-cid-w6f65kxy]{display:flex;width:calc(var(--slide-count) * 100%);height:100%;animation:home-slider-track var(--total-duration) cubic-bezier(.76,0,.24,1) infinite;will-change:transform}.home-slider__slide[data-astro-cid-w6f65kxy]{position:relative;flex:0 0 calc(100% / var(--slide-count));width:calc(100% / var(--slide-count));height:100%;overflow:hidden}.home-slider__image[data-astro-cid-w6f65kxy]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-slider__overlay[data-astro-cid-w6f65kxy]{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,#0f1a1338,#0f1a1359 45%,#0f1a13b8);z-index:0}.home-slider__caption[data-astro-cid-w6f65kxy]{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,5vw,4rem);z-index:1}.home-slider__caption-inner[data-astro-cid-w6f65kxy]{max-width:42rem;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.65),0 1px 3px rgba(0,0,0,.5)}.home-slider__keyword[data-astro-cid-w6f65kxy]{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#fff;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff1f;backdrop-filter:blur(4px)}.home-slider__title[data-astro-cid-w6f65kxy]{margin:.9rem 0 0;font-size:clamp(1.75rem,3.2vw,3rem);line-height:1.1;font-weight:600;letter-spacing:-.01em;text-wrap:balance}.home-slider__description[data-astro-cid-w6f65kxy]{margin:.9rem 0 0;font-size:clamp(.95rem,1.2vw,1.125rem);line-height:1.6;color:#fff;max-width:36rem}.home-slider__cta[data-astro-cid-w6f65kxy]{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.7rem 1.25rem;background:#c76b34;color:#fff;font-size:.875rem;font-weight:600;border-radius:999px;text-decoration:none}.home-slider__cta[data-astro-cid-w6f65kxy]:hover{background:#ad5829}.home-slider__dots[data-astro-cid-w6f65kxy]{position:absolute;bottom:clamp(1rem,2.5vw,1.75rem);right:clamp(1rem,5vw,4rem);display:flex;gap:.5rem;z-index:2}.home-slider__dot[data-astro-cid-w6f65kxy]{width:2.5rem;height:.3rem;border-radius:999px;background:#ffffff59;overflow:hidden;position:relative;box-shadow:0 1px 3px #00000040}.home-slider__dot[data-astro-cid-w6f65kxy]:after{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;background:#fff;transform:scaleX(0);transform-origin:left center}@keyframes home-slider-track{0%,28%{transform:translate(0)}33.33%,61.66%{transform:translate(calc(-100% / var(--slide-count)))}66.66%,95%{transform:translate(calc(-200% / var(--slide-count)))}to{transform:translate(0)}}.home-slider__dot[data-astro-cid-w6f65kxy]:nth-child(1):after{animation:home-slider-dot-1 var(--total-duration) linear infinite}.home-slider__dot[data-astro-cid-w6f65kxy]:nth-child(2):after{animation:home-slider-dot-2 var(--total-duration) linear infinite}.home-slider__dot[data-astro-cid-w6f65kxy]:nth-child(3):after{animation:home-slider-dot-3 var(--total-duration) linear infinite}@keyframes home-slider-dot-1{0%{transform:scaleX(0)}28%,33.33%{transform:scaleX(1)}34%,to{transform:scaleX(0)}}@keyframes home-slider-dot-2{0%,33.33%{transform:scaleX(0)}61.66%,66.66%{transform:scaleX(1)}67.5%,to{transform:scaleX(0)}}@keyframes home-slider-dot-3{0%,66.66%{transform:scaleX(0)}95%,to{transform:scaleX(1)}}@media(max-width:768px){.home-slider__viewport[data-astro-cid-w6f65kxy]{aspect-ratio:auto;height:22rem;min-height:22rem}.home-slider__caption[data-astro-cid-w6f65kxy]{padding:1.25rem 1.25rem 2.5rem}.home-slider__dots[data-astro-cid-w6f65kxy]{bottom:1rem;right:1.25rem}.home-slider__title[data-astro-cid-w6f65kxy]{font-size:1.5rem}.home-slider__description[data-astro-cid-w6f65kxy]{font-size:.95rem}}@media(max-width:480px){.home-slider__viewport[data-astro-cid-w6f65kxy]{height:20rem;min-height:20rem}}@media(prefers-reduced-motion:reduce){.home-slider__track[data-astro-cid-w6f65kxy]{animation:none;transform:translate(0)}.home-slider__dot[data-astro-cid-w6f65kxy]:after{animation:none;transform:scaleX(1)}}
