:root {
      --dc-cream: #f7efd9;
      --dc-paper: #fff8e8;
      --dc-straw: #dfc07a;
      --dc-green: #1f642f;
      --dc-green-dark: #123f22;
      --dc-red: #8f201a;
      --dc-blue: #0d4773;
      --dc-ink: #2b1f17;
      --dc-muted: #705f4a;
      --dc-line: rgba(75, 52, 30, .2);
      --bs-body-color: var(--dc-ink);
      --bs-body-font-family: Georgia, "Times New Roman", serif;
      --bs-link-color: var(--dc-green-dark);
      --bs-link-hover-color: var(--dc-red);
      --bs-border-radius: .25rem;
      --bs-border-color: var(--dc-line);
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background:
        linear-gradient(rgba(255, 248, 232, .9), rgba(255, 248, 232, .95)),
        url("../Plakat-2026-top.jpg") top center / 1200px auto fixed;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background-image:
        radial-gradient(circle at 12% 18%, rgba(31, 100, 47, .16), transparent 24%),
        radial-gradient(circle at 88% 12%, rgba(143, 32, 26, .11), transparent 22%),
        linear-gradient(90deg, rgba(75, 52, 30, .04) 1px, transparent 1px);
      background-size: auto, auto, 28px 28px;
    }

    .navbar {
      --bs-navbar-color: var(--dc-paper);
      --bs-navbar-hover-color: #fff;
      --bs-navbar-active-color: #fff;
      --bs-navbar-brand-color: var(--dc-paper);
      --bs-navbar-brand-hover-color: #fff;
      --bs-navbar-toggler-border-color: rgba(255, 248, 232, .45);
      background: rgba(18, 63, 34, .95);
      box-shadow: 0 8px 24px rgba(18, 63, 34, .2);
      backdrop-filter: blur(12px);
      min-height: 96px;
      padding-top: calc(1rem + env(safe-area-inset-top));
      padding-bottom: 1rem;
      transition: min-height .22s ease, padding .22s ease, background-color .22s ease, box-shadow .22s ease;
    }

    .navbar.navbar-compact {
      min-height: 66px;
      padding-top: calc(.35rem + env(safe-area-inset-top));
      padding-bottom: .35rem;
      background: rgba(18, 63, 34, .98);
      box-shadow: 0 7px 18px rgba(18, 63, 34, .24);
    }

    .navbar-brand,
    .nav-link,
    .btn,
    .badge,
    .section-kicker,
    .time,
    .table th {
      font-family: Arial, Helvetica, sans-serif;
    }

    .navbar-brand,
    .nav-link {
      font-weight: 800;
    }

    .brand-mark {
      width: 72px;
      height: 72px;
      padding: .18rem;
      object-fit: cover;
      border: 3px solid var(--dc-paper);
      border-radius: 50%;
      background: var(--dc-paper);
      box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
      transition: width .22s ease, height .22s ease, border-width .22s ease, box-shadow .22s ease;
    }

    .navbar-compact .brand-mark {
      width: 48px;
      height: 48px;
      border-width: 2px;
      box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
    }

    .brand-title {
      display: block;
      color: var(--dc-paper);
      font-size: 1.08rem;
      line-height: 1.05;
    }

    .brand-subtitle {
      display: block;
      margin-top: .15rem;
      max-height: 2rem;
      color: rgba(255, 248, 232, .74);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: opacity .18s ease, transform .18s ease, max-height .18s ease;
    }

    .navbar-compact .brand-subtitle {
      max-height: 0;
      opacity: 0;
      transform: translateY(-4px);
      overflow: hidden;
    }

    .nav-link {
      border-radius: .25rem;
    }

    .nav-link:hover,
    .nav-link:focus {
      background: rgba(255, 248, 232, .14);
    }

    .navbar-toggler {
      width: 46px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 0;
      border-radius: .25rem;
      background: transparent;
      box-shadow: none;
      transition: background-color .18s ease, transform .18s ease;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
      background: transparent;
    }

    .navbar-toggler:focus {
      box-shadow: none;
      outline: 0;
    }

    .navbar-toggler:active {
      transform: scale(.96);
    }

    .burger-icon {
      width: 24px;
      height: 18px;
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .burger-icon span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 999px;
      background: var(--dc-paper);
      box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
    }

    .mobile-menu {
      --bs-offcanvas-bg: var(--dc-green-dark);
      --bs-offcanvas-color: var(--dc-paper);
      color: var(--dc-paper);
    }

    .mobile-menu .btn-close {
      filter: invert(1) sepia(.25) saturate(.8);
      opacity: .9;
    }

    .mobile-menu .offcanvas-header {
      border-bottom: 1px solid rgba(255, 248, 232, .18);
    }

    .mobile-menu .offcanvas-title {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
    }

    .mobile-menu .nav-link {
      min-height: 52px;
      display: flex;
      align-items: center;
      color: var(--dc-paper);
      border-bottom: 1px solid rgba(255, 248, 232, .12);
      font-size: 1.08rem;
    }

    .mobile-menu .nav-link:hover,
    .mobile-menu .nav-link:focus {
      color: #fff;
      background: rgba(255, 248, 232, .12);
    }

    .hero {
      position: relative;
      min-height: 82vh;
      display: grid;
      align-items: end;
      overflow: hidden;
      color: var(--dc-paper);
      background:
        linear-gradient(180deg, rgba(18, 63, 34, .12) 0%, rgba(18, 63, 34, .52) 55%, rgba(43, 31, 23, .84) 100%),
        url("../Plakat-2026-top.jpg") center 28% / cover no-repeat;
    }

    .hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 18px;
      background: repeating-linear-gradient(90deg, var(--dc-green) 0 44px, var(--dc-straw) 44px 88px, var(--dc-red) 88px 132px);
    }

    .hero-content {
      position: relative;
      padding-top: 10rem;
      padding-bottom: 4.5rem;
    }

    .eyebrow {
      display: inline-block;
      color: var(--dc-paper);
      background: var(--dc-red);
      border: 2px solid rgba(255, 248, 232, .8);
      transform: rotate(-1deg);
      letter-spacing: .08em;
    }

    h1,
    h2,
    h3 {
      line-height: 1.04;
    }

    .display-title {
      max-width: 800px;
      color: var(--dc-paper);
      font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
      font-size: clamp(54px, 11vw, 132px);
      font-weight: 900;
      letter-spacing: .01em;
      text-transform: uppercase;
      text-shadow: 0 8px 0 rgba(31, 100, 47, .9), 0 16px 34px rgba(0, 0, 0, .35);
    }

    .script {
      display: block;
      margin-top: .15em;
      color: #fff4da;
      font-family: "Brush Script MT", "Segoe Script", cursive;
      font-size: clamp(42px, 7vw, 92px);
      font-weight: 500;
      text-transform: none;
      text-shadow: 0 5px 18px rgba(0, 0, 0, .46);
    }

    .hero-copy {
      max-width: 650px;
      color: #fff4da;
      font-size: clamp(1.125rem, 2.3vw, 1.5rem);
    }

    .btn-dc-green {
      --bs-btn-color: var(--dc-paper);
      --bs-btn-bg: var(--dc-green);
      --bs-btn-border-color: rgba(255, 248, 232, .85);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--dc-green-dark);
      --bs-btn-hover-border-color: #fff;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: var(--dc-green-dark);
      --bs-btn-active-border-color: #fff;
      border-width: 2px;
      font-weight: 800;
      box-shadow: 0 8px 0 rgba(43, 31, 23, .22);
    }

    .btn-dc-blue {
      --bs-btn-bg: var(--dc-blue);
      --bs-btn-hover-bg: #083555;
      --bs-btn-active-bg: #083555;
    }

    section {
      scroll-margin-top: 90px;
      padding-block: 4.5rem;
      border-bottom: 1px dashed var(--dc-line);
    }

    .section-kicker {
      margin-bottom: .45rem;
      color: var(--dc-red);
      font-size: .82rem;
      font-weight: 900;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .section-title {
      color: var(--dc-green-dark);
      font-size: clamp(2.125rem, 5vw, 3.625rem);
      font-weight: 800;
      text-transform: uppercase;
    }

    .lead {
      color: var(--dc-muted);
      font-size: 1.2rem;
    }

    .badge-dc {
      color: var(--dc-paper);
      background: var(--dc-red);
      border-radius: .25rem;
    }

    .poster-frame {
      padding: .75rem;
      border: 1px solid rgba(75, 52, 30, .2);
      background: rgba(255, 248, 232, .76);
      box-shadow: 0 18px 50px rgba(55, 34, 14, .22);
    }

    .poster-frame img {
      border: 1px solid rgba(75, 52, 30, .16);
    }

    .card {
      --bs-card-bg: rgba(255, 248, 232, .84);
      --bs-card-border-color: rgba(75, 52, 30, .12);
      box-shadow: 0 12px 30px rgba(75, 52, 30, .09);
    }

    .day-card {
      border-left-width: .65rem;
    }

    .day-card.friday {
      border-left-color: var(--dc-blue);
    }

    .day-card.saturday {
      border-left-color: var(--dc-green);
    }

    .day-card.sunday {
      border-left-color: var(--dc-red);
    }

    .day-card .card-title,
    .feature-card .card-title {
      color: var(--dc-green-dark);
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 900;
      text-transform: uppercase;
    }

    .program-row {
      display: grid;
      grid-template-columns: 5.25rem 1fr;
      gap: .75rem;
      padding-top: .55rem;
      margin-top: .55rem;
      border-top: 1px dotted rgba(75, 52, 30, .24);
    }

    .time {
      color: var(--dc-red);
      font-weight: 900;
    }

    .feature-card {
      border-top-width: .45rem;
      border-top-color: var(--dc-green);
    }

    .feature-card:nth-child(2) {
      border-top-color: var(--dc-straw);
    }

    .feature-card:nth-child(3) {
      border-top-color: var(--dc-red);
    }

    .pool-image {
      overflow: hidden;
      border: .75rem solid rgba(255, 248, 232, .9);
      box-shadow: 0 18px 50px rgba(55, 34, 14, .22);
    }

    .pool-image img {
      width: 100%;
      min-height: 300px;
      object-fit: cover;
    }

    .table {
      --bs-table-bg: rgba(255, 248, 232, .88);
      --bs-table-color: var(--dc-ink);
      --bs-table-border-color: rgba(75, 52, 30, .14);
      box-shadow: 0 14px 34px rgba(75, 52, 30, .1);
    }

    .table th {
      width: 38%;
      color: var(--dc-green-dark);
      font-size: .875rem;
      text-transform: uppercase;
    }

    .address-card {
      color: var(--dc-paper);
      background: var(--dc-green-dark);
      box-shadow: 0 18px 50px rgba(55, 34, 14, .22);
    }

    .address-card .card-title,
    .address-card a {
      color: #fff4da;
    }

    .footer {
      color: var(--dc-paper);
      background: var(--dc-green-dark);
    }

    .footer a {
      color: var(--dc-paper);
      text-decoration-color: rgba(255, 248, 232, .45);
      text-underline-offset: 4px;
    }

    .page-hero {
      min-height: 36vh;
      display: grid;
      align-items: end;
      color: var(--dc-paper);
      background:
        linear-gradient(180deg, rgba(18, 63, 34, .2) 0%, rgba(18, 63, 34, .62) 58%, rgba(43, 31, 23, .86) 100%),
        url("../Plakat-2026-top.jpg") center 30% / cover no-repeat;
      border-bottom: 12px solid var(--dc-green);
    }

    .page-hero .container {
      padding-top: 7.5rem;
      padding-bottom: 3rem;
    }

    .page-title {
      color: var(--dc-paper);
      font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
      font-size: clamp(3rem, 8vw, 6.5rem);
      font-weight: 900;
      letter-spacing: .01em;
      text-transform: uppercase;
      text-shadow: 0 6px 0 rgba(31, 100, 47, .9), 0 14px 30px rgba(0, 0, 0, .32);
    }

    .content-card {
      background: rgba(255, 248, 232, .9);
      border: 1px solid rgba(75, 52, 30, .14);
      box-shadow: 0 18px 50px rgba(55, 34, 14, .13);
    }

    .legal-content h2,
    .legal-content h3 {
      color: var(--dc-green-dark);
      margin-top: 2rem;
      margin-bottom: .85rem;
    }

    .legal-content h2:first-child,
    .legal-content h3:first-child {
      margin-top: 0;
    }

    .legal-content p,
    .legal-content li {
      color: var(--dc-muted);
    }

    .sponsor-logo {
      width: 150px;
      max-height: 92px;
      object-fit: contain;
      background: #fff;
      border: 1px solid rgba(75, 52, 30, .12);
      border-radius: .25rem;
      padding: .75rem;
    }

    .sponsor-item {
      border-bottom: 1px dashed rgba(75, 52, 30, .18);
    }

    .sponsor-item:last-child {
      border-bottom: 0;
    }

    @media (max-width: 575.98px) {
      body {
        background-attachment: scroll;
      }

      .navbar {
        min-height: 66px;
        padding-top: calc(.35rem + env(safe-area-inset-top));
        padding-bottom: .35rem;
      }

      .brand-mark {
        width: 48px;
        height: 48px;
        border-width: 2px;
      }

      .brand-title {
        max-width: 190px;
        font-size: .98rem;
      }

      .brand-subtitle {
        display: none;
      }

      .hero {
        min-height: 76vh;
      }

      .hero-content {
        padding-top: 6rem;
        padding-bottom: 3.625rem;
      }

      .display-title {
        text-shadow: 0 5px 0 rgba(31, 100, 47, .9), 0 12px 28px rgba(0, 0, 0, .35);
      }

      section {
        padding-block: 3.375rem;
      }

      .program-row {
        grid-template-columns: 1fr;
        gap: .1rem;
      }

      .table th,
      .table td {
        display: block;
        width: 100%;
      }

      .table th {
        padding-bottom: .25rem;
        border-bottom: 0;
      }

      .table td {
        padding-top: 0;
      }
    }

    @media (max-width: 991.98px) {
      .navbar {
        min-height: 66px;
        padding-top: calc(.35rem + env(safe-area-inset-top));
        padding-bottom: .35rem;
      }

      .brand-mark {
        width: 48px;
        height: 48px;
        border-width: 2px;
      }

      .brand-title {
        max-width: 210px;
        font-size: .98rem;
      }

      .brand-subtitle {
        display: none;
      }
    }

    @media (max-width: 500px) {
      .navbar > .container {
        position: relative;
        justify-content: center;
        min-height: 56px;
      }

      .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
      }

      .brand-copy {
        display: none;
      }

      .brand-mark {
        width: 52px;
        height: 52px;
      }

      .navbar-toggler {
        position: absolute;
        right: .75rem;
      }
    }
