/* SONA-HERO-CSS-V1.2 */
.hero-slider{overflow:hidden;background:var(--soft)}
.hero-layout{display:grid;min-height:590px;grid-template-columns:1.02fr .98fr;grid-template-areas:"copy media"}
.hero-static-copy{display:flex;grid-area:copy;min-width:0;flex-direction:column;justify-content:center;padding:70px max(7vw,32px)}
.hero-static-copy h1{max-width:760px;margin:8px 0 20px;font:500 clamp(3rem,5.5vw,5.4rem)/1.06 Georgia,serif;overflow-wrap:anywhere}
.hero-static-copy>p:not(.eyebrow){max-width:620px;margin:0 0 28px;color:var(--muted);font-size:1.08rem}
.hero-media{position:relative;grid-area:media;min-height:590px;overflow:hidden;background:linear-gradient(145deg,#9c4055,#ba8a4a)}
.hero-slider-track,.hero-slide,.hero-slide-image{width:100%;height:100%;min-height:590px}.hero-slide{display:none}.hero-slide.is-active{display:block}
.hero-slide-image{overflow:hidden}.hero-slide-image img{display:block;width:100%;height:100%;min-height:590px;object-fit:cover;object-position:center}
.hero-image-fallback{display:grid;width:100%;height:100%;min-height:590px;place-items:center;background:linear-gradient(145deg,#9c4055,#ba8a4a)}.hero-image-fallback span{display:grid;width:110px;height:110px;place-items:center;border:2px solid rgba(255,255,255,.6);border-radius:50%;color:#fff;font:3.5rem Georgia,serif}
.hero-slider-arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;background:rgba(44,28,30,.45);font-size:2rem;cursor:pointer}.hero-slider-prev{left:14px}.hero-slider-next{right:14px}
.hero-slider-dots{position:absolute;z-index:4;right:0;bottom:18px;left:0;display:flex;justify-content:center;gap:8px}.hero-slider-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 1px 4px rgba(0,0,0,.25);cursor:pointer}.hero-slider-dots button.is-active{width:28px;border-radius:99px;background:#fff}
@media(max-width:900px){.hero-layout{min-height:0;grid-template-columns:1fr;grid-template-areas:"media" "copy"}.hero-media{min-height:0;aspect-ratio:4/5}.hero-slider-track,.hero-slide,.hero-slide-image,.hero-slide-image img,.hero-image-fallback{height:100%;min-height:0}.hero-static-copy{padding:38px 48px 44px}.hero-static-copy h1{font-size:clamp(2.35rem,8vw,3.5rem)}}
@media(max-width:580px){.hero-static-copy{padding:30px 24px 36px}.hero-static-copy h1{margin-bottom:15px;font-size:clamp(2rem,10vw,2.7rem)}.hero-static-copy>p:not(.eyebrow){margin-bottom:22px;font-size:1rem}.hero-static-copy .actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-slider-arrow{width:40px;height:40px}.hero-slider-dots{bottom:14px}}
@media(prefers-reduced-motion:no-preference){.hero-slide.is-active{animation:heroFade .55s ease both}@keyframes heroFade{from{opacity:.35}to{opacity:1}}}
