
    :root {
      --bg: #fffaf4;
      --paper: #ffffff;
      --text: #171717;
      --muted: #686868;
      --red: #e4332f;
      --red-dark: #b8201d;
      --cream: #fff1dc;
      --line: rgba(23, 23, 23, 0.12);
      --shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
      --radius: 28px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at top left, #fff2d8 0, transparent 36%), var(--bg);
      line-height: 1.6;
    }

    a { color: inherit; text-decoration: none; }

    .container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(18px);
      background: rgba(255, 250, 244, 0.82);
      border-bottom: 1px solid var(--line);
    }

    .nav {
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      font-weight: 900;
      letter-spacing: -0.04em;
      font-size: 1.22rem;
    }

    .brand img {
      width: 58px;
      height: 58px;
      object-fit: contain;
      background: white;
      border-radius: 18px;
      padding: 6px;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    }

    nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 0.95rem;
      font-weight: 700;
      color: #303030;
    }

    nav a:hover { color: var(--red); }

    .menu-toggle-input {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: 0;
      opacity: 0;
      pointer-events: none;
    }

    .menu-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: white;
      border: 1px solid var(--line);
      box-shadow: 0 8px 22px rgba(0,0,0,0.08);
      cursor: pointer;
      font-size: 1.35rem;
      font-weight: 950;
    }

    .netlify-hidden {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0;
    }

    .location-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 22px;
    }


    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      border-radius: 999px;
      padding: 14px 22px;
      background: var(--red);
      color: white;
      font-weight: 900;
      box-shadow: 0 14px 28px rgba(228, 51, 47, 0.28);
      cursor: pointer;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
      background: var(--red-dark);
      box-shadow: 0 18px 34px rgba(228, 51, 47, 0.34);
    }

    .btn.secondary {
      background: var(--text);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
    }

    .hero {
      padding: 76px 0 44px;
      overflow: hidden;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 44px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: var(--cream);
      font-weight: 900;
      color: var(--red-dark);
      margin-bottom: 22px;
    }

    h1 {
      margin: 0;
      max-width: 820px;
      font-size: clamp(3rem, 7vw, 6.6rem);
      line-height: 0.92;
      letter-spacing: -0.08em;
    }

    .lead {
      max-width: 660px;
      margin: 24px 0 28px;
      font-size: clamp(1.1rem, 2vw, 1.35rem);
      color: var(--muted);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: center;
    }

    .hero-card {
      position: relative;
      min-height: 520px;
      border-radius: var(--radius);
      background: linear-gradient(145deg, var(--red) 0%, #c92724 54%, var(--red-dark) 100%);
      box-shadow: var(--shadow);
      overflow: hidden;
      display: grid;
      place-items: center;
      padding: 42px;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 22px;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 22px;
    }

    .hero-logo {
      width: min(360px, 82%);
      filter: invert(1);
      opacity: 0.96;
      position: relative;
      z-index: 1;
    }

    .floating-note {
      position: absolute;
      left: 28px;
      bottom: 28px;
      right: 28px;
      background: rgba(255,255,255,0.92);
      border-radius: 22px;
      padding: 18px;
      z-index: 2;
      font-weight: 800;
      box-shadow: 0 12px 40px rgba(0,0,0,0.22);
    }

    section { padding: 76px 0; }

    .section-title {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 30px;
    }

    h2 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1;
      letter-spacing: -0.06em;
    }

    .section-title p {
      max-width: 460px;
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .card {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 26px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
      min-height: 250px;
    }

    .card .icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--cream);
      font-size: 1.7rem;
      margin-bottom: 18px;
    }

    .card h3 {
      margin: 0 0 10px;
      font-size: 1.35rem;
      line-height: 1.1;
      letter-spacing: -0.04em;
    }

    .card p { margin: 0; color: var(--muted); }

    .contact-cards {
      grid-template-columns: repeat(3, 1fr);
    }

    .contact-cards .card {
      display: flex;
      flex-direction: column;
    }

    .contact-line {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid var(--line);
      font-weight: 800;
    }

    .contact-line a {
      color: var(--red-dark);
    }

    .program {
      background: #171717;
      color: white;
      border-radius: 42px;
      margin: 0 auto;
      width: min(1240px, calc(100% - 24px));
    }

    .program .section-title p { color: rgba(255,255,255,0.72); }

    .program-block + .program-block {
      margin-top: 34px;
    }

    .program-kicker {
      margin-bottom: 14px;
      color: #ffcfca;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      font-size: 0.86rem;
    }

    .program-note {
      margin: -4px 0 18px;
      max-width: 720px;
      color: rgba(255,255,255,0.72);
    }

    .all-day-program {
      padding: 28px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(228,51,47,0.24), rgba(255,255,255,0.08));
      border: 1px solid rgba(255,255,255,0.16);
    }

    .partner-fitmin-bubble {
      margin-top: 28px;
      background:
        linear-gradient(135deg, rgba(228,51,47,0.24), rgba(255,255,255,0.08)),
        #171717;
    }

    .all-day-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
      gap: 28px;
      align-items: stretch;
    }

    .all-day-copy h3 {
      margin: 0 0 16px;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .all-day-copy p {
      margin: 0 0 14px;
      color: rgba(255,255,255,0.8);
    }

    .all-day-copy p:last-child { margin-bottom: 0; }

    .all-day-copy strong { color: white; }

    .program-link {
      display: inline-flex;
      align-items: center;
      font-weight: 950;
      color: #ffcfca;
      border-bottom: 2px solid rgba(255,207,202,0.56);
    }

    .program-link:hover {
      color: white;
      border-bottom-color: white;
    }

    .pestaurace-gallery {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 18px;
      border-radius: 26px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.14);
      min-width: 0;
    }

    .pestaurace-gallery-header span {
      display: block;
      color: #ffcfca;
      font-size: 0.8rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      margin-bottom: 6px;
    }

    .pestaurace-gallery-header strong {
      display: block;
      font-size: 1.28rem;
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    .pestaurace-gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .pestaurace-placeholder,
    .pestaurace-photo {
      aspect-ratio: 4 / 3;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06)),
        rgba(23,23,23,0.3);
      border: 1px dashed rgba(255,255,255,0.28);
      color: rgba(255,255,255,0.74);
      font-weight: 950;
      font-size: 0.9rem;
    }

    .pestaurace-photo {
      display: block;
      overflow: hidden;
      padding: 0;
      border-style: solid;
      box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    }

    .pestaurace-photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .22s ease, filter .22s ease;
    }

    .pestaurace-photo:hover img {
      transform: scale(1.05);
      filter: saturate(1.06);
    }

    .timeline {
      display: grid;
      gap: 14px;
    }

    .time-row {
      display: grid;
      grid-template-columns: 130px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 20px 22px;
      border-radius: 22px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.11);
    }

    .time {
      font-weight: 950;
      color: #ffcfca;
      font-size: 1.1rem;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(228,51,47,0.18);
      color: #ffcfca;
      font-weight: 900;
      white-space: nowrap;
    }

    .bubble-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .program-bubble {
      min-height: 118px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
      padding: 20px;
      border-radius: 26px;
      background: rgba(255,255,255,0.09);
      border: 1px solid rgba(255,255,255,0.13);
    }

    .program-bubble span {
      color: #ffcfca;
      font-size: 0.82rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .program-bubble strong {
      font-size: 1.24rem;
      line-height: 1.1;
      letter-spacing: -0.03em;
    }

    .program-bubble.is-placeholder {
      border-style: dashed;
      color: rgba(255,255,255,0.78);
    }

    .split {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 30px;
      align-items: center;
    }

    .photo-card {
      border-radius: 36px;
      background: white;
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }

    .photo-card img {
      display: block;
      width: 100%;
      aspect-ratio: 1.1 / 1;
      object-fit: cover;
    }

    .home-gallery-card {
      border-radius: 36px;
      background: white;
      padding: 16px;
      box-shadow: var(--shadow);
      border: 1px solid var(--line);
    }

    .home-gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .home-gallery-photo {
      display: block;
      overflow: hidden;
      border-radius: 22px;
      background: var(--cream);
      border: 1px solid var(--line);
      aspect-ratio: 4 / 3;
      box-shadow: 0 8px 18px rgba(0,0,0,0.07);
    }

    .home-gallery-photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .22s ease, filter .22s ease;
    }

    .home-gallery-photo:hover img {
      transform: scale(1.05);
      filter: saturate(1.06);
    }

    .info-box {
      background: white;
      border: 1px solid var(--line);
      border-radius: 36px;
      padding: 34px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .info-box ul {
      padding-left: 22px;
      margin: 16px 0 0;
      color: var(--muted);
    }

    .compact-list {
      padding-left: 20px;
      margin: 14px 0;
      color: var(--muted);
    }

    .form-wrap {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 28px;
      align-items: start;
    }

    .route-panel {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 24px;
      align-items: stretch;
      margin-bottom: 28px;
    }

    .route-map-card,
    .route-details {
      background: white;
      border: 1px solid var(--line);
      border-radius: 36px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
      overflow: hidden;
    }

    .route-map-placeholder {
      min-height: 360px;
      height: 100%;
      display: grid;
      place-items: center;
      align-content: center;
      gap: 12px;
      padding: 32px;
      text-align: center;
      background:
        linear-gradient(90deg, rgba(23,23,23,0.05) 1px, transparent 1px),
        linear-gradient(rgba(23,23,23,0.05) 1px, transparent 1px),
        #fff7ea;
      background-size: 34px 34px;
    }

    .route-map-mark {
      width: 72px;
      height: 72px;
      display: grid;
      place-items: center;
      border-radius: 22px;
      background: white;
      border: 1px solid var(--line);
      box-shadow: 0 10px 24px rgba(0,0,0,0.08);
      font-size: 2rem;
    }

    .route-map-placeholder strong {
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .route-map-placeholder span,
    .route-details p {
      color: var(--muted);
    }

    .route-details {
      padding: 34px;
    }

    .route-details h3 {
      margin: 0 0 14px;
      font-size: clamp(1.8rem, 3vw, 2.7rem);
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .route-facts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin: 24px 0;
    }

    .route-facts div {
      padding: 16px;
      border-radius: 20px;
      background: #fff7ea;
      border: 1px solid var(--line);
    }

    .route-facts span {
      display: block;
      color: var(--muted);
      font-size: 0.82rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .route-facts strong {
      display: block;
      margin-top: 6px;
      line-height: 1.15;
    }

    .route-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .btn.is-disabled {
      background: #d7d1c8;
      color: #5f5a52;
      box-shadow: none;
      cursor: not-allowed;
    }

    .btn.is-disabled:hover {
      transform: none;
      background: #d7d1c8;
      box-shadow: none;
    }

    .merch-form-wrap {
      margin-top: 28px;
    }

    form {
      background: white;
      padding: 30px;
      border-radius: 32px;
      border: 1px solid var(--line);
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }
    .form-hint {
      margin: 0 0 16px;
      font-size: 0.92rem;
      color: var(--muted);
    }
    .field-note {
      margin: -8px 0 16px;
      font-size: 0.88rem;
      color: var(--muted);
    }
    .product-options {
      margin: 6px 0 18px;
      padding: 14px 14px 2px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #fffdf9;
      display: none;
    }
    .product-options.is-active {
      display: block;
    }
    .product-options legend {
      padding: 0 8px;
      font-size: 0.9rem;
      font-weight: 800;
      color: var(--muted);
    }
    .consent-row {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      font-weight: 700;
    }
    .consent-row input[type="checkbox"] {
      width: auto;
      margin-top: 5px;
      margin-bottom: 0;
    }

    label {
      display: block;
      font-weight: 900;
      margin-bottom: 8px;
    }

    input, select, textarea {
      width: 100%;
      border: 1px solid rgba(0,0,0,0.16);
      border-radius: 16px;
      padding: 14px 16px;
      margin-bottom: 18px;
      font: inherit;
      background: #fffdf9;
    }

    textarea { min-height: 120px; resize: vertical; }

    .social-bubble {
      display: inline-flex;
      align-items: center;
      gap: 18px;
      padding: 22px 26px;
      border-radius: 999px;
      background: white;
      border: 1px solid var(--line);
      box-shadow: 0 12px 30px rgba(0,0,0,0.08);
      font-weight: 950;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .social-bubble span {
      color: var(--muted);
      font-weight: 900;
    }

    .social-bubble strong {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
    }

    .social-bubble:hover {
      transform: translateY(-2px);
      border-color: rgba(228,51,47,0.34);
      box-shadow: 0 18px 36px rgba(228,51,47,0.16);
    }

    .facebook-mark {
      width: 34px;
      height: 34px;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: #1877f2;
      color: white !important;
      font-size: 1.45rem;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1;
    }

    footer {
      padding: 46px 0;
      background: #111;
      color: white;
    }

    .footer-grid {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      align-items: center;
      flex-wrap: wrap;
    }

    .footer-grid img {
      width: 76px;
      filter: invert(1);
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin: 28px 0;
    }

    .stat-card {
      background: white;
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 20px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .stat-number {
      display: block;
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1;
      font-weight: 950;
      letter-spacing: -0.06em;
      color: var(--red);
    }

    .stat-label {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-weight: 800;
    }


    .merch-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .merch-item {
      background: white;
      border: 1px solid var(--line);
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .merch-item img {
      width: 100%;
      aspect-ratio: 1.15 / 1;
      object-fit: cover;
      display: block;
      background: var(--cream);
    }

    .merch-content {
      padding: 24px;
    }

    .merch-action-gallery {
      margin-top: 30px;
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 36px;
      padding: 28px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .merch-action-gallery .eyebrow {
      margin-bottom: 12px;
    }

    .merch-action-gallery p {
      max-width: 360px;
      margin: 0;
      color: var(--muted);
    }

    .merch-action-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .merch-action-grid img {
      display: block;
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: 18px;
      border: 1px solid var(--line);
      background: var(--cream);
      box-shadow: 0 8px 18px rgba(0,0,0,0.07);
    }

    .price {
      display: inline-flex;
      padding: 7px 12px;
      border-radius: 999px;
      background: var(--cream);
      color: var(--red-dark);
      font-weight: 950;
      margin: 10px 0 16px;
    }

    .newsletter {
      background: linear-gradient(145deg, #171717, #2b2b2b);
      color: white;
      border-radius: 42px;
      padding: 48px;
      box-shadow: var(--shadow);
    }

    .newsletter p { color: rgba(255,255,255,0.72); }

    .newsletter input {
      background: white;
      margin-bottom: 0;
    }

    .newsletter-form {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      margin-top: 20px;
    }

    .tiny-note {
      font-size: 0.9rem;
      color: var(--muted);
      margin-top: 12px;
    }


    /* Galerie – menší rychlé náhledy */
    .gallery-years {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-bottom: 28px;
    }

    .gallery-year-card {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 26px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .gallery-year-card .icon {
      width: 54px;
      height: 54px;
      display: grid;
      place-items: center;
      border-radius: 18px;
      background: var(--cream);
      font-size: 1.7rem;
      margin-bottom: 18px;
    }

    .gallery-year-card h3 {
      margin: 0 0 10px;
      font-size: 1.35rem;
      line-height: 1.1;
      letter-spacing: -0.04em;
    }

    .gallery-year-card p { color: var(--muted); }

    .gallery-preview {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 36px;
      padding: 28px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .gallery-preview-header {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 20px;
    }

    .gallery-preview-header h3 {
      margin: 0;
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      line-height: 1;
      letter-spacing: -0.05em;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
    }

    .gallery-photo {
      display: block;
      overflow: hidden;
      border-radius: 18px;
      background: var(--cream);
      border: 1px solid var(--line);
      aspect-ratio: 4 / 3;
      box-shadow: 0 8px 18px rgba(0,0,0,0.07);
    }

    .gallery-photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .22s ease, filter .22s ease;
    }

    .gallery-photo:hover img {
      transform: scale(1.05);
      filter: saturate(1.06);
    }

    @media (max-width: 1100px) {
      .nav > .btn { display: none; }
    }


    @media (max-width: 940px) {
      .nav {
        min-height: 74px;
        flex-wrap: wrap;
        gap: 12px;
      }

      .menu-toggle { display: inline-flex; }

      .nav > .btn { display: none; }

      nav {
        flex: 0 0 100%;
        order: 5;
      }

      nav ul {
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px 0 18px;
      }

      nav a {
        display: block;
        padding: 12px 14px;
        border-radius: 16px;
        background: rgba(255,255,255,0.72);
      }

      .menu-toggle-input:checked ~ nav ul { display: flex; }
      .hero-grid, .split, .form-wrap, .route-panel, .all-day-grid { grid-template-columns: 1fr; }
      .cards, .merch-grid, .stats, .gallery-years, .bubble-grid { grid-template-columns: repeat(2, 1fr); }
      .gallery-grid { grid-template-columns: repeat(4, 1fr); }
      .merch-action-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-card { min-height: 420px; }
    }

    @media (max-width: 620px) {
      .container { width: min(100% - 28px, 1180px); }
      .cards, .merch-grid, .stats, .gallery-years, .bubble-grid { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .merch-action-gallery { padding: 18px; }
      .merch-action-grid { grid-template-columns: 1fr; }
      .gallery-preview-header { display: block; }
      .gallery-preview-header p { margin-top: 10px; }
      .gallery-preview { padding: 18px; }
      .newsletter { padding: 28px; }
      .newsletter-form { grid-template-columns: 1fr; }
      .time-row { grid-template-columns: 1fr; }
      .route-facts { grid-template-columns: 1fr; }
      .section-title { display: block; }
      .section-title p { margin-top: 14px; }
      .all-day-program { padding: 20px; }
      h1 { font-size: 3.2rem; }
    }
  

    nav a.active {
      color: var(--red);
      background: rgba(228, 51, 47, 0.09);
      padding: 8px 12px;
      border-radius: 999px;
    }

    .page-spacer {
      padding-top: 34px;
    }
