/* English seasonal hero refinement — route logic remains in wizard-stage1.js */
.hero{min-height:auto;align-items:stretch;padding:5.25rem 0 3.4rem;background:#090a0c}
.hero:after{height:40%;background:linear-gradient(transparent,rgba(9,10,12,.96))}
.hero-overlay{background:linear-gradient(90deg,rgba(5,6,8,.93) 0%,rgba(5,6,8,.75) 48%,rgba(5,6,8,.42) 100%),linear-gradient(0deg,rgba(5,6,8,.62),rgba(5,6,8,.12) 45%)}
.seasonal-hero-content{max-width:none;display:flex;flex-direction:column;align-items:flex-start}
.seasonal-hero-content .hero-brand{width:min(410px,65vw);margin-bottom:1.45rem}
.seasonal-eyebrow{margin-bottom:.85rem;letter-spacing:.16em}
.hero .seasonal-hero-content h1{font-size:clamp(3rem,5.7vw,5.8rem);max-width:17ch;margin:.1rem 0 1rem;text-wrap:balance}
.hero-support{font-size:clamp(1rem,1.45vw,1.23rem)!important;line-height:1.6;max-width:82ch!important;margin:0;color:#e5ded1!important;text-wrap:pretty}
.seasonal-journey-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-top:2.2rem}
.seasonal-journey-card{position:relative;min-height:310px;padding:1.2rem;background:linear-gradient(155deg,rgba(20,20,24,.93),rgba(10,10,13,.84));color:#f7f2e7;border:1px solid rgba(225,196,93,.35);box-shadow:0 18px 55px rgba(0,0,0,.28);backdrop-filter:blur(8px);overflow:hidden}
.seasonal-journey-card.residential,.seasonal-journey-card.commercial{background:linear-gradient(155deg,rgba(20,20,24,.93),rgba(10,10,13,.84));color:#f7f2e7;border-color:rgba(225,196,93,.35)}
.seasonal-journey-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(var(--gold2),var(--gold-dark));opacity:.9}
.seasonal-journey-card:after{content:attr(data-season);position:absolute;right:-.15rem;bottom:-.55rem;font-family:var(--serif);font-size:4.3rem;color:rgba(225,196,93,.055);text-transform:uppercase;pointer-events:none}
.season-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.season-name{font-size:.72rem;line-height:1;text-transform:uppercase;letter-spacing:.18em;color:var(--gold2);font-weight:800}
.season-number{font-family:var(--serif);font-size:1.35rem;line-height:1;color:rgba(225,196,93,.48)}
.seasonal-journey-card .season-route-title{font-size:clamp(1.55rem,2vw,2.05rem);color:#fff;margin:0 0 .65rem;max-width:13ch}
.season-story{font-family:var(--serif);font-size:1.02rem!important;line-height:1.35!important;color:#e6d7a2!important;margin:0 0 .8rem!important}
.season-route-copy{font-size:.86rem!important;line-height:1.55!important;color:#c9c2b6!important;margin:0 0 1.25rem!important}
.season-route-button{position:relative;z-index:2;margin-top:auto;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-height:48px;padding:.72rem .78rem;border:1px solid rgba(225,196,93,.62);background:rgba(12,12,15,.38);color:#f7f2e7;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}
.season-route-button:hover,.season-route-button:focus-visible{background:var(--gold);border-color:var(--gold);color:#111}
.seasonal-journey-card.is-selected{border-color:var(--gold2);box-shadow:0 0 0 2px rgba(225,196,93,.22),0 24px 70px rgba(0,0,0,.36)}
.seasonal-trust-note{align-self:center;margin:1.15rem 0 0!important;font-size:.72rem!important;letter-spacing:.1em;text-transform:uppercase;color:#d8d0c3!important}
.wizard-section{padding:2.5rem 0 5.5rem;background:#090a0c;border-top:1px solid rgba(225,196,93,.18)}
.wizard-section[hidden]{display:none}
#services{padding-top:5.5rem}
#services .intro{max-width:850px}
#services .card{min-height:330px}
.service-route-link{display:inline-flex;align-items:center;min-height:44px}
.route-open{cursor:pointer}
#network{background:linear-gradient(180deg,#0b0b0d,#121116)}
#visual-showcase{padding-top:5.5rem}
.final .actions{max-width:980px;margin-left:auto;margin-right:auto}
.final .actions .btn{flex:1 1 220px}
@media(max-width:1080px){
  .seasonal-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .seasonal-journey-card{min-height:280px}
}
@media(max-width:760px){
  .hero{padding:4.6rem 0 2.6rem}
  .seasonal-hero-content .hero-brand{width:min(340px,78vw);margin-bottom:1.1rem}
  .hero .seasonal-hero-content h1{font-size:clamp(2.55rem,12vw,4.2rem);max-width:13ch}
  .hero-support{font-size:.98rem!important}
  .seasonal-journey-grid{grid-template-columns:1fr;margin-top:1.6rem}
  .seasonal-journey-card{min-height:0;padding:1.15rem}
  .seasonal-journey-card .season-route-title{max-width:17ch}
  .seasonal-trust-note{align-self:flex-start;text-align:left;line-height:1.5}
  .wizard-section{padding:1.25rem 0 3rem}
}
@media(prefers-reduced-motion:reduce){.season-route-button{transition:none}}
