/* Exact navigation + fast-choice hero correction */
.desktop-nav{display:flex;align-items:center;gap:clamp(.72rem,1.25vw,1.35rem);margin-left:auto;white-space:nowrap}
.desktop-nav a{font-size:clamp(.61rem,.72vw,.76rem);letter-spacing:.045em;text-transform:uppercase}
.seasonal-hero-content{align-items:center;text-align:center}
.seasonal-eyebrow{margin-top:.25rem}
.hero .seasonal-hero-content h1{max-width:18ch;margin:.15rem auto 1.35rem}
.seasonal-journey-grid{margin-top:.3rem;gap:.75rem}
.seasonal-journey-card{min-height:0;padding:1rem .8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(10,10,13,.82)}
.seasonal-journey-card:after{display:none}
.season-name{display:block;margin-bottom:.55rem}
.season-fast-choice{display:flex;align-items:center;justify-content:center;width:100%;min-height:72px;padding:.8rem .7rem;border:1px solid rgba(225,196,93,.6);color:#fff;font-family:var(--serif);font-size:clamp(1rem,1.25vw,1.28rem);line-height:1.2;text-decoration:none;transition:.18s ease}
.season-fast-choice:hover,.season-fast-choice:focus-visible{background:var(--gold);color:#111;border-color:var(--gold)}
.seasonal-trust-note{align-self:center!important;margin:.9rem auto 0!important;text-align:center!important;text-transform:none!important;letter-spacing:.02em!important;font-size:.84rem!important;color:#ded7ca!important}
.footer-page-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem 1rem;max-width:760px;margin:0 auto}
.footer-page-nav a{font-size:.67rem;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:1180px){.desktop-nav{display:none}}
@media(max-width:760px){
 .hero{padding-top:4.25rem}
 .hero .seasonal-hero-content h1{font-size:clamp(2.25rem,10.5vw,3.45rem);margin-bottom:1rem}
 .seasonal-eyebrow{font-size:.66rem}
 .seasonal-journey-grid{margin-top:0;gap:.55rem}
 .seasonal-journey-card{padding:.62rem .7rem;display:grid;grid-template-columns:72px 1fr;align-items:center;text-align:left}
 .season-name{margin:0;font-size:.62rem}
 .season-fast-choice{min-height:54px;justify-content:flex-start;text-align:left;padding:.55rem .7rem;font-size:1.05rem}
 .seasonal-trust-note{font-size:.75rem!important;line-height:1.4!important;margin-top:.7rem!important}
 .footer-page-nav{flex-direction:column;align-items:center}
}
