.home-marquee-promo{overflow:hidden}.home-marquee-promo__wrap{position:relative;border-radius:24px;border:1px solid rgba(18,18,18,.08);background:radial-gradient(circle at 15% 20%,#f2ece0 0,#ece4d8 42%,#e5d4bf 100%);padding:clamp(1.1rem,2.8vw,2rem)}.home-marquee-promo__track-viewport{width:100%;overflow:hidden;margin:0 -.2rem clamp(1.2rem,2.6vw,1.7rem)}.home-marquee-promo__track{display:flex;width:max-content;white-space:nowrap;animation:18s linear infinite marqueePromo}.home-marquee-promo__track-row{display:flex;flex-shrink:0;min-width:100%;gap:1.1rem;padding-right:1.1rem}.home-marquee-promo__word{font-family:var(--font-heading);font-size:clamp(.95rem, 2vw, 1.25rem);text-transform:uppercase;letter-spacing:.2em;color:rgba(18,18,18,.7)}.home-marquee-promo__word::after{content:"•";margin-left:1.1rem}.home-marquee-promo__body{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(1rem,2vw,1.5rem);align-items:end}.home-marquee-promo__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.55rem, 4.5vw, 3rem);line-height:.95;max-width:18ch}.home-marquee-promo__text{margin:.85rem 0 1.15rem;max-width:44ch;line-height:1.45}.home-marquee-promo__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.home-marquee-promo__stat{background:rgba(255,255,255,.65);border:1px solid rgba(18,18,18,.1);border-radius:14px;padding:.9rem;backdrop-filter:blur(1px)}.home-marquee-promo__stat-value{margin:0;font-family:var(--font-heading);font-size:clamp(1.2rem, 2.9vw, 1.9rem);line-height:1}.home-marquee-promo__stat-label{margin:.38rem 0 0;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(18,18,18,.72)}@media (max-width:767px){.home-marquee-promo__body,.home-marquee-promo__stats{grid-template-columns:1fr}.home-marquee-promo__text{margin-bottom:1rem}}@media (prefers-reduced-motion:reduce){.home-marquee-promo__track{animation:none}}@keyframes marqueePromo{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}