.hero-content{position:relative}.hero-content--layout-start,.hero-content--layout-end,.hero-content--layout-center,.hero-content--layout-full{text-transform:none}.hero-content--layout-start .hero-content__title,.hero-content--layout-start .hero-content__description,.hero-content--layout-start .hero-content__buttons,.hero-content--layout-end .hero-content__title,.hero-content--layout-end .hero-content__description,.hero-content--layout-end .hero-content__buttons,.hero-content--layout-center .hero-content__title,.hero-content--layout-center .hero-content__description,.hero-content--layout-center .hero-content__buttons,.hero-content--layout-full .hero-content__title,.hero-content--layout-full .hero-content__description,.hero-content--layout-full .hero-content__buttons{text-transform:none}.hero-content__text{display:flex;flex-direction:column;gap:1rem;max-width:60ch}.hero-content__title{font-family:var(--ds-font-display, inherit);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-0.02em;text-wrap:balance}.hero-content__subtitle{display:inline-block;font-family:var(--ds-font-mono, ui-monospace, monospace);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ds-primary, currentColor);opacity:.85;margin-bottom:.5rem}.hero-content__description{font-size:1.125rem;line-height:1.55;opacity:.9}.hero-content__buttons{margin-top:1.5rem}.hero-content__meta{font-size:.875rem;opacity:.78}.hero-content__meta li{display:inline-flex;align-items:center}.hero-content__meta i{color:currentColor}.hero-content--bg-image-cover{position:relative;background:var(--ds-gray-800, #14181B);color:var(--ds-on-primary, #fff);overflow:hidden}.hero-content--bg-image-cover .hero-bg{position:absolute !important;inset:0 !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;opacity:1 !important;z-index:0}.hero-content--bg-image-cover .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.35))}.hero-content--bg-image-cover .hero-content__text{position:relative;z-index:1}.hero-content--bg-image-decorative{background:var(--ds-primary, #2E6B4F);color:var(--ds-on-primary, #fff);position:relative;overflow:hidden}.hero-content--bg-image-decorative .hero-bg{position:absolute !important;inset:0 !important;background-position:center right !important;background-repeat:no-repeat !important;background-size:contain !important;opacity:.18 !important;z-index:0}.hero-content--bg-image-decorative .hero-content__text,.hero-content--bg-image-decorative .hero-content__product-image{position:relative;z-index:1}.hero-content--bg-gradient{background:linear-gradient(135deg, var(--ds-primary, #2E6B4F), var(--ds-primary-active, #224F3A));color:var(--ds-on-primary, #fff)}.hero-content--bg-gradient .hero-bg{display:none !important}.hero-content--bg-solid-primary{background:var(--ds-primary, #2E6B4F);color:var(--ds-on-primary, #fff)}.hero-content--bg-solid-primary .hero-bg{display:none !important}.hero-content--bg-solid-dark{background:var(--ds-gray-800, #14181B);color:var(--ds-text-on-dark, #F4F5F6)}.hero-content--bg-solid-dark .hero-bg{display:none !important}.hero-content--layout-center,.hero-content--layout-full{position:relative;overflow:hidden}.hero-content--layout-center .hero-bg,.hero-content--layout-full .hero-bg{position:absolute;inset:0;background-position:center right;background-repeat:no-repeat;background-size:contain;opacity:.18;z-index:0}.hero-content--layout-center .hero-content__text,.hero-content--layout-center .hero-content__product-image,.hero-content--layout-full .hero-content__text,.hero-content--layout-full .hero-content__product-image{position:relative;z-index:1}.hero-content--layout-center{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:var(--ds-primary, #2E6B4F);color:var(--ds-on-primary, #fff)}.hero-content--layout-center .hero-content__text{margin:0 auto;align-items:center;text-align:center}.hero-content--layout-center .hero-content__buttons{justify-content:center}.hero-content--layout-full{min-height:80vh;display:flex;align-items:center;padding:6rem 1.5rem;background:var(--ds-primary, #2E6B4F);color:var(--ds-on-primary, #fff)}.hero-content--layout-full .hero-content__text{margin-left:max(1.5rem,(100vw - 1320px)/2);margin-right:1.5rem}.hero-content--layout-start,.hero-content--layout-end{padding-top:4rem;padding-bottom:4rem;background:var(--ds-bg, #F6F8F6);color:var(--ds-text, #1A2420)}.hero-content--layout-start .hero-content__title,.hero-content--layout-start .hero-content__description,.hero-content--layout-start .hero-content__description p,.hero-content--layout-start .hero-content__description li,.hero-content--layout-start .hero-content__description span,.hero-content--layout-end .hero-content__title,.hero-content--layout-end .hero-content__description,.hero-content--layout-end .hero-content__description p,.hero-content--layout-end .hero-content__description li,.hero-content--layout-end .hero-content__description span{color:var(--ds-text, #1A2420)}.hero-content--layout-start .hero-content__subtitle,.hero-content--layout-end .hero-content__subtitle{color:var(--ds-primary, #2E6B4F)}.hero-content--layout-start .hero-content__media,.hero-content--layout-end .hero-content__media{max-width:100%;height:auto;border-radius:var(--ds-radius-lg, 0.75rem);box-shadow:var(--ds-shadow-lg, 0 12px 32px rgba(20, 22, 28, 0.12))}.hero-content--layout-start .hero-content__product-image,.hero-content--layout-end .hero-content__product-image{max-width:100%;height:auto}.hero:has(.hero-content--layout-start,.hero-content--layout-end):not(:has(.hero-content--layout-center,.hero-content--layout-full)){background:var(--ds-bg, #F6F8F6) !important;color:var(--ds-text, #1A2420)}.hero-content--color-inverted{color:#fff}.hero-content--color-inverted .hero-content__title,.hero-content--color-inverted .hero-content__description{color:#fff}.hero-content--color-inverted .hero-content__subtitle{color:rgba(255,255,255,.85)}