/* ===================== WINTERFEST 2026 =====================
   Page-scoped styles for /<locale>/winterfest. Ported from the design
   handoff (design_handoff_winterfest/winterfest.html inline <style>).
   Uses the global --u-* design tokens (defined in styles.css :root) —
   do NOT redefine them here.

   Header/footer/hero come from OUR shared shell + <Hero> component, so the
   handoff's custom .wf-hero CSS is NOT ported. Instead the festival-dark
   look is applied to OUR site-hero via `.winterfest-hero-photo` below.
   The page body sections (Program / Oteller / Fiyat / Galeri / Sponsorlar)
   are restyled here with the original wf-* rules.

   All rules are scoped under body[data-page=winterfest] so they only fire
   on this route (PageMarker sets data-page). */

/* ---------- HERO (our site-hero, festival-dark theme) ----------
   The handoff hero is a dark radial-gradient panel with a fuchsia/blue glow
   and a yellow bottom border. We map it onto OUR <Hero variant="extended">.
   A left→right scrim keeps the white hero text readable (mirrors how
   site-hero.css scrims the *-hero-photo classes). */
.winterfest-hero-photo {
  position: relative;
  overflow: hidden;
  /* Foto net görünür (grid dokusu + tam-karartma kaldırıldı). Metin
     okunabilirliği yalnız soldan-sağa ::before scrim'i ile — soldaki yazılar
     net, sağda görsel açılır (cozum-ortaklarimiz hero deseni). */
  background:
    url('/assets/img/winterfest/winterfest-hero.jpg') center / cover no-repeat,
    linear-gradient(180deg, #0a1622 0%, #102338 100%);
  border-bottom: 3px solid var(--u-yellow);
}
/* Soldan-sağa scrim — soldaki hero metni (crumbs/eyebrow/title/lead) net,
   sağda foto açılır. cozum-ortaklarimiz-hero-photo ile aynı değerler. */
.winterfest-hero-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 28, 0.66) 0%,
    rgba(8, 16, 28, 0.42) 40%,
    rgba(8, 16, 28, 0.12) 72%,
    rgba(8, 16, 28, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* Keep all hero content above the texture + scrim layers. */
.winterfest-hero-photo .site-hero__inner {
  position: relative;
  z-index: 2;
}
/* The yellow 01–13 Şubat pill in the eyebrow line. */
.winterfest-hero-photo .wf-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--u-yellow);
  color: var(--u-black);
  border: 1px solid var(--u-yellow);
  padding: 4px 13px;
  border-radius: 999px;
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
/* Hero CTA row. .hero-cta base styling comes from site-hero.css; here we add
   the festival fuchsia "block-shadow" button + the WhatsApp green variant. */
.winterfest-hero-photo .wf-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.winterfest-hero-photo .wf-hero-ctas .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 12px;
  border: 2px solid var(--u-black);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 6px 0 var(--u-black);
  transition: transform 140ms ease, box-shadow 140ms ease;
}
.winterfest-hero-photo .wf-hero-ctas .hero-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 0 8px 0 var(--u-black);
}
.winterfest-hero-photo .wf-hero-ctas .cta-rez {
  background: var(--u-fuchsia);
  color: #fff;
}
.winterfest-hero-photo .wf-hero-ctas .cta-wa {
  background: #25d366;
  color: #fff;
}
.winterfest-hero-photo .wf-hero-ctas .cta-wa:hover {
  background: #1eb455;
}
.winterfest-hero-photo .wf-hero-ctas .cta-wa svg {
  width: 16px;
  height: 16px;
}

/* ---------- SECTION SHELL ---------- */
body[data-page='winterfest'] .wf-sec {
  padding: 84px 0;
}
body[data-page='winterfest'] .wf-sec.dark {
  background: var(--u-black);
  color: #fff;
}
body[data-page='winterfest'] .wf-sec.tint {
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}
body[data-page='winterfest'] .wf-sec.fiyat {
  background: linear-gradient(180deg, #0e1a2c 0%, #0a0a0a 100%);
}
body[data-page='winterfest'] .wf-sechead {
  margin-bottom: 40px;
}
body[data-page='winterfest'] .wf-sechead .eyebrow {
  color: var(--u-fuchsia);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
body[data-page='winterfest'] .wf-sechead.on-dark .eyebrow {
  color: var(--u-yellow);
}
body[data-page='winterfest'] .wf-sechead h2 {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 64px;
  line-height: 0.92;
  letter-spacing: -0.025em;
  color: var(--u-black);
  margin-top: 10px;
}
body[data-page='winterfest'] .wf-sechead.on-dark h2 {
  color: #fff;
}
body[data-page='winterfest'] .wf-sechead h2 .accent {
  color: var(--u-fuchsia);
}
body[data-page='winterfest'] .wf-sechead.on-dark h2 .accent {
  color: var(--u-yellow);
}
body[data-page='winterfest'] .wf-sechead p {
  color: var(--u-slate);
  font-size: 16px;
  max-width: 620px;
  margin: 16px 0 0;
  line-height: 1.55;
}
body[data-page='winterfest'] .wf-sechead.on-dark p {
  color: rgba(255, 255, 255, 0.78);
}

/* ---------- PROGRAM ---------- */
body[data-page='winterfest'] .wf-prog-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
body[data-page='winterfest'] .wf-prog-tab {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}
body[data-page='winterfest'] .wf-prog-tab:hover:not(.on) {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body[data-page='winterfest'] .wf-prog-tab.on {
  background: var(--u-yellow);
  color: var(--u-black);
  border-color: var(--u-yellow);
  transform: translateY(-1px);
}

body[data-page='winterfest'] .wf-panel {
  display: none;
}
body[data-page='winterfest'] .wf-panel.on {
  display: block;
  animation: wfFade 240ms ease;
}
@keyframes wfFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

body[data-page='winterfest'] .wf-days {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
body[data-page='winterfest'] .wf-day {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px -22px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}
body[data-page='winterfest'] .wf-day-head {
  background: var(--u-black);
  color: #fff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--u-yellow);
}
body[data-page='winterfest'] .wf-date {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
body[data-page='winterfest'] .wf-date .d {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  color: #fff;
}
body[data-page='winterfest'] .wf-date .m {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--u-yellow);
}
body[data-page='winterfest'] .wf-day-tag {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
body[data-page='winterfest'] .wf-stages {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
body[data-page='winterfest'] .wf-stage {
  border-radius: 14px;
  border: 1.5px solid #e5e7eb;
  padding: 16px 18px;
  background: #fafbfc;
}
body[data-page='winterfest'] .wf-stage.main {
  border-color: var(--u-black);
  background: rgba(229, 18, 109, 0.05);
  border-width: 2px;
}
body[data-page='winterfest'] .wf-stage.bbq {
  border-color: var(--u-black);
  background: rgba(245, 196, 47, 0.14);
  border-width: 2px;
}
body[data-page='winterfest'] .wf-stage-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body[data-page='winterfest'] .wf-time {
  font-family: 'Mark Pro';
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  background: var(--u-black);
  color: #fff;
  padding: 4px 9px;
  border-radius: 6px;
}
body[data-page='winterfest'] .wf-venue {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--u-fuchsia);
}
body[data-page='winterfest'] .wf-venue.teal {
  color: var(--u-teal);
}
body[data-page='winterfest'] .wf-venue.blue {
  color: var(--u-blue);
}
body[data-page='winterfest'] .wf-artists {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body[data-page='winterfest'] .wf-stage.main .wf-artists {
  gap: 2px;
}
body[data-page='winterfest'] .wf-artist-lg {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--u-black);
}
body[data-page='winterfest'] .wf-artist-bbq {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 16px;
  color: var(--u-black);
}
body[data-page='winterfest'] .wf-afterski {
  font-family: 'Gotham';
  font-weight: 700;
  font-size: 13px;
  color: var(--u-slate);
  line-height: 1.5;
}
body[data-page='winterfest'] .wf-afterski .h {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  color: var(--u-teal);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- HOTELS ---------- */
body[data-page='winterfest'] .wf-hotels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body[data-page='winterfest'] .wf-hotel {
  background: #fff;
  border: 2px solid var(--u-black);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--u-shadow);
  display: flex;
  flex-direction: column;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
body[data-page='winterfest'] .wf-hotel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px -22px rgba(0, 0, 0, 0.4);
}
body[data-page='winterfest'] .wf-hotel .img {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid var(--u-black);
  position: relative;
}
body[data-page='winterfest'] .wf-hotel .img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.55));
}
body[data-page='winterfest'] .wf-hotel .zone {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--u-yellow);
  color: var(--u-black);
  border: 1.5px solid var(--u-black);
  padding: 6px 11px;
  border-radius: 999px;
}
body[data-page='winterfest'] .wf-hotel .hname {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 26px;
  line-height: 0.98;
  color: #fff;
  letter-spacing: -0.01em;
}
body[data-page='winterfest'] .wf-hotel .body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
body[data-page='winterfest'] .wf-hotel .facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body[data-page='winterfest'] .wf-hotel .fact {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 9px 11px;
}
body[data-page='winterfest'] .wf-hotel .fact .k {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--u-muted);
}
body[data-page='winterfest'] .wf-hotel .fact .v {
  font-family: 'Mark Pro';
  font-weight: 700;
  font-size: 13.5px;
  color: var(--u-black);
  margin-top: 3px;
}
body[data-page='winterfest'] .wf-hotel .lift-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  font-family: 'Mark Pro';
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1.5px solid #e5e7eb;
  color: var(--u-slate);
}
body[data-page='winterfest'] .wf-hotel .lift-note.disc {
  background: rgba(27, 158, 90, 0.1);
  color: var(--u-green);
  border-color: rgba(27, 158, 90, 0.3);
}
body[data-page='winterfest'] .wf-hotel .lift-note .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
body[data-page='winterfest'] .wf-hotel .ctas {
  display: flex;
  gap: 8px;
  margin-top: auto;
}
body[data-page='winterfest'] .wf-hotel .btn-r {
  flex: 1;
  text-align: center;
  background: var(--u-fuchsia);
  color: #fff;
  padding: 11px 12px;
  border-radius: 10px;
  border: 2px solid var(--u-black);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 0 var(--u-black);
  transition: transform 140ms ease, box-shadow 140ms ease;
}
body[data-page='winterfest'] .wf-hotel .btn-r:hover {
  transform: translate(-2px, -2px);
  box-shadow: 0 6px 0 var(--u-black);
}
body[data-page='winterfest'] .wf-hotel .btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #25d366;
  color: #fff;
  padding: 11px 14px;
  border-radius: 10px;
  border: 2px solid var(--u-black);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 0 var(--u-black);
  transition: transform 140ms ease, box-shadow 140ms ease;
}
body[data-page='winterfest'] .wf-hotel .btn-wa:hover {
  transform: translate(-2px, -2px);
  box-shadow: 0 6px 0 var(--u-black);
}
body[data-page='winterfest'] .wf-hotel .btn-wa svg {
  width: 14px;
  height: 14px;
}
/* Diamond Pack — black promo card (6th tile in the hotels grid). */
body[data-page='winterfest'] .wf-hotel.diamond {
  background: var(--u-black);
  border-color: var(--u-black);
}
body[data-page='winterfest'] .wf-hotel.diamond .body {
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
}
body[data-page='winterfest'] .wf-hotel.diamond .eyebrow {
  color: var(--u-yellow);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
body[data-page='winterfest'] .wf-hotel.diamond h3 {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  line-height: 0.96;
  letter-spacing: -0.02em;
}
body[data-page='winterfest'] .wf-hotel.diamond p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin: 0;
  line-height: 1.55;
}

/* ---------- RESERVATION BAND ---------- */
body[data-page='winterfest'] .wf-rez-card {
  background: var(--u-fuchsia);
  border: 2px solid var(--u-black);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 18px 0 var(--u-yellow);
}
body[data-page='winterfest'] .wf-rez-card .lbl {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
body[data-page='winterfest'] .wf-rez-card h2 {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 52px;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.025em;
  margin-top: 10px;
}
body[data-page='winterfest'] .wf-rez-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 16px 0 0;
  max-width: 500px;
}
body[data-page='winterfest'] .wf-rez-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body[data-page='winterfest'] .wf-rez-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 14px;
  border: 2px solid var(--u-black);
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 140ms ease, box-shadow 140ms ease;
}
body[data-page='winterfest'] .wf-rez-actions a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body[data-page='winterfest'] .wf-rez-actions .a-dark {
  background: var(--u-black);
  color: #fff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35);
}
body[data-page='winterfest'] .wf-rez-actions .a-wa {
  background: #25d366;
  color: #fff;
  box-shadow: 0 5px 0 var(--u-black);
}
body[data-page='winterfest'] .wf-rez-actions .a-y {
  background: var(--u-yellow);
  color: var(--u-black);
  box-shadow: 0 5px 0 var(--u-black);
}
body[data-page='winterfest'] .wf-rez-actions a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.4);
}

/* ---------- GALLERY ---------- */
body[data-page='winterfest'] .wf-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
body[data-page='winterfest'] .wf-gphoto {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--u-black);
  background-size: cover;
  background-position: center;
}
body[data-page='winterfest'] .wf-gphoto::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10, 10, 10, 0.5));
  transition: opacity 200ms ease;
}
body[data-page='winterfest'] .wf-gphoto:hover::after {
  opacity: 0.4;
}
body[data-page='winterfest'] .wf-gphoto.tall {
  grid-row: span 2;
}
body[data-page='winterfest'] .wf-gphoto.wide {
  grid-column: span 2;
}
body[data-page='winterfest'] .wf-gphoto .cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  font-family: 'Mark Pro';
  font-weight: 900;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

/* ---------- SPONSORS ---------- */
body[data-page='winterfest'] .wf-sponsors {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
body[data-page='winterfest'] .wf-sponsor {
  height: 116px;
  border-radius: 16px;
  border: 2px solid var(--u-black);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px;
  text-align: center;
  transition: transform 200ms ease;
}
body[data-page='winterfest'] .wf-sponsor:hover {
  transform: translateY(-3px);
}
body[data-page='winterfest'] .wf-sponsor .nm {
  font-family: 'Mark Pro';
  font-weight: 900;
  font-size: 17px;
  color: var(--u-black);
  line-height: 1;
  letter-spacing: -0.01em;
}
body[data-page='winterfest'] .wf-sponsor .rl {
  font-family: 'Mark Pro';
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--u-muted);
}
body[data-page='winterfest'] .wf-sponsor.lead {
  background: var(--u-black);
}
body[data-page='winterfest'] .wf-sponsor.lead .nm {
  color: #fff;
}
body[data-page='winterfest'] .wf-sponsor.lead .rl {
  color: var(--u-yellow);
}
body[data-page='winterfest'] .wf-sponsor.fuchsia {
  background: var(--u-fuchsia);
}
body[data-page='winterfest'] .wf-sponsor.fuchsia .nm,
body[data-page='winterfest'] .wf-sponsor.fuchsia .rl {
  color: #fff;
}

/* ===================== RESPONSIVE ===================== */
/* Tablet — collapse the wide multi-column grids first. */
@media (max-width: 1024px) {
  body[data-page='winterfest'] .wf-hotels {
    grid-template-columns: repeat(2, 1fr);
  }
  body[data-page='winterfest'] .wf-sponsors {
    grid-template-columns: repeat(3, 1fr);
  }
  body[data-page='winterfest'] .wf-sechead h2 {
    font-size: 52px;
  }
}

/* Phone / small tablet — single (or 2) column, no horizontal overflow. */
@media (max-width: 768px) {
  body[data-page='winterfest'] .wf-sec {
    padding: 56px 0;
  }
  body[data-page='winterfest'] .wf-days {
    grid-template-columns: 1fr;
  }
  body[data-page='winterfest'] .wf-hotels {
    grid-template-columns: 1fr;
  }
  body[data-page='winterfest'] .wf-sponsors {
    grid-template-columns: repeat(2, 1fr);
  }
  body[data-page='winterfest'] .wf-sechead h2 {
    font-size: 42px;
  }
  /* Gallery → 2 columns; drop the row-span variants so tiles stay even. */
  body[data-page='winterfest'] .wf-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  body[data-page='winterfest'] .wf-gphoto.tall {
    grid-row: span 1;
  }
  body[data-page='winterfest'] .wf-gphoto.wide {
    grid-column: span 2;
  }
  /* Reservation card → stack the two columns. */
  body[data-page='winterfest'] .wf-rez-card {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 28px;
  }
  body[data-page='winterfest'] .wf-rez-card h2 {
    font-size: 40px;
  }
  /* Hero CTAs full-width stack on phones. */
  .winterfest-hero-photo .wf-hero-ctas .hero-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  body[data-page='winterfest'] .wf-sponsors {
    grid-template-columns: 1fr;
  }
  body[data-page='winterfest'] .wf-gallery {
    grid-template-columns: 1fr;
  }
  body[data-page='winterfest'] .wf-gphoto.wide {
    grid-column: span 1;
  }
  body[data-page='winterfest'] .wf-sechead h2 {
    font-size: 36px;
  }
  body[data-page='winterfest'] .wf-rez-card {
    padding: 26px 18px;
  }
}
