.hero-section{justify-content:center;align-items:center;min-height:86vh;padding-top:5rem;padding-bottom:4rem;display:flex;position:relative}.hero-background{z-index:0;position:absolute;inset:0}.hero-background img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-overlay{background-color:#f1ebe04d;position:absolute;inset:0}.hero-content{z-index:10;text-align:left;flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding:0 1.5rem;display:flex;position:relative}.hero-title{color:var(--plum);text-shadow:0 2px 8px #f1ebe099;max-width:800px;font-size:clamp(2.5rem,5vw,5rem)}.hero-subtitle{color:var(--plum);max-width:560px;font-size:clamp(1rem,2vw,1.25rem);font-weight:500}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-secondary-link{color:var(--plum);letter-spacing:.05em;text-transform:uppercase;text-shadow:0 1px 4px #f1ebe0b3;font-size:.75rem;font-weight:700}@media (max-width:768px){.hero-section{align-items:flex-start;min-height:auto;padding-top:7rem;padding-bottom:3rem}.hero-content{gap:1rem;padding:0 1rem}.hero-title{font-size:2.25rem;line-height:1.1}.hero-actions{width:100%}.hero-actions .pill-btn{min-height:2.75rem}}
.marquee-container{background-color:var(--sage);border-top:2px solid var(--plum);border-bottom:2px solid var(--plum);color:var(--cream);font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;align-items:center;padding:.75rem 0;font-size:.75rem;font-weight:700;display:flex}.marquee-text-block{padding:0 2rem}
