    :root {
      /* Brand Tokens */
      --blue-900: #051131;
      --blue-800: #0A235A;
      --gold-500: #D4AF37;
      --gold-300: #F2D27C;
      --white: #FFFFFF;
      --slate-700: #2A2F3A;
      --text: #EAF0FF;
      --muted: #B8C4E0;
      --card: rgba(4, 11, 31, 0.76);
      --card-strong: rgba(4, 11, 31, 0.9);
      --border: rgba(242, 210, 124, 0.32);
      --shadow: 0 20px 45px rgba(2, 8, 22, 0.45);
      --radius: 14px;
      --container: 1160px;
      --nav-h: 86px;
      /* Brand Photos (from nicolenightfall.com) */
      --img-hero: url("https://nicolenightfall.com/wp-content/uploads/2025/02/prayer-candles-inside-a-traditional-church-with-a-2023-11-27-05-29-32-utc-1.jpg");
      --img-about: url("https://nicolenightfall.com/wp-content/uploads/2025/02/published-works-light-up-the-night-tarot.png");
      --img-feature: url("https://nicolenightfall.com/wp-content/uploads/2025/02/80B90C35-FF6D-4F19-9BED-ADF9838532A5.jpg");
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
      color: var(--text);
      background: linear-gradient(180deg, #0A235A 0%, #071B46 40%, #051131 100%);
      min-height: 100vh;
      line-height: 1.6;
      overflow-x: hidden;
    }

    body::before,
    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -2;
    }

    body::before {
      background-image:
        radial-gradient(circle at 18% 16%, rgba(255,255,255,0.18) 0.7px, transparent 1px),
        radial-gradient(circle at 71% 33%, rgba(255,255,255,0.18) 0.7px, transparent 1px),
        radial-gradient(circle at 39% 72%, rgba(255,255,255,0.12) 0.6px, transparent 1px),
        radial-gradient(circle at 84% 81%, rgba(255,255,255,0.1) 0.6px, transparent 1px),
        radial-gradient(circle at 54% 58%, rgba(255,255,255,0.12) 0.6px, transparent 1px);
      background-size: 240px 240px, 300px 300px, 360px 360px, 420px 420px, 520px 520px;
      opacity: 0.42;
    }

    body::after {
      background:
        radial-gradient(circle at 45% 12%, rgba(212, 175, 55, 0.1), transparent 36%),
        radial-gradient(circle at 88% 76%, rgba(242, 210, 124, 0.07), transparent 30%);
      mix-blend-mode: screen;
      opacity: 0.28;
    }

    .occult-lines {
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: -1;
      opacity: 0.14;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 900' fill='none' stroke='%23D4AF37' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='600' cy='360' r='140'/%3E%3Ccircle cx='600' cy='360' r='95' opacity='0.65'/%3E%3Cpath d='M210 720c40-100 120-160 210-180 50-10 80 0 105 25'/%3E%3Cpath d='M990 720c-40-100-120-160-210-180-50-10-80 0-105 25'/%3E%3Cpath d='M430 565c40-50 90-75 135-75'/%3E%3Cpath d='M770 565c-40-50-90-75-135-75'/%3E%3Cpath d='M290 700c50-80 130-100 210-90'/%3E%3Cpath d='M910 700c-50-80-130-100-210-90'/%3E%3Cpath d='M170 820c50-60 80-90 120-120'/%3E%3Cpath d='M1030 820c-50-60-80-90-120-120'/%3E%3Cpath d='M600 208v-26M600 538v26M450 360h-26M776 360h26M505 266l-16-16M695 454l16 16M695 266l16-16M505 454l-16 16' opacity='0.65'/%3E%3C/svg%3E");
      background-size: min(1150px, 94vw) auto;
      background-repeat: no-repeat;
      background-position: center 38%;
    }

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

    img {
      max-width: 100%;
      display: block;
    }

    .container {
      width: min(var(--container), 92vw);
      margin-inline: auto;
    }

    .section {
      padding: clamp(3.5rem, 8vw, 6.2rem) 0;
      position: relative;
    }

    .section-title {
      font-family: "Cinzel", Georgia, serif;
      font-size: clamp(1.8rem, 4vw, 3rem);
      line-height: 1.15;
      letter-spacing: 0.04em;
      margin-bottom: 1rem;
      color: var(--white);
    }

    .section-subtitle {
      color: var(--muted);
      max-width: 62ch;
      margin-bottom: 2rem;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0.72rem 1.1rem;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 600;
      letter-spacing: 0.01em;
      transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
      cursor: pointer;
      position: relative;
      isolation: isolate;
      white-space: nowrap;
    }

    .btn:focus-visible,
    .nav-link:focus-visible,
    .chip:focus-visible,
    .icon-btn:focus-visible,
    .event-toggle:focus-visible,
    .input:focus-visible,
    .select:focus-visible {
      outline: 2px solid var(--gold-300);
      outline-offset: 2px;
    }

    .btn-primary {
      color: #1f1602;
      background: linear-gradient(160deg, var(--gold-300), var(--gold-500));
      box-shadow: 0 8px 22px rgba(212, 175, 55, 0.33);
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 14px 28px rgba(212, 175, 55, 0.4);
      filter: brightness(0.97);
    }

    .btn-secondary {
      color: var(--gold-300);
      border-color: var(--border);
      background: rgba(242, 210, 124, 0.04);
    }

    .btn-secondary:hover {
      transform: translateY(-1px);
      box-shadow: 0 0 0 1px rgba(242, 210, 124, 0.45), 0 10px 25px rgba(8, 19, 44, 0.55);
      background: rgba(242, 210, 124, 0.08);
    }

    .site-nav {
      position: sticky;
      top: 0;
      z-index: 50;
      height: var(--nav-h);
      transition: height 0.3s ease, background-color 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
      border-bottom: 1px solid transparent;
    }

    .site-nav.scrolled {
      --nav-h: 68px;
      background: rgba(4, 11, 31, 0.68);
      backdrop-filter: blur(14px);
      border-color: rgba(242, 210, 124, 0.18);
    }

    .nav-inner {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .logo {
      font-family: "Cinzel", Georgia, serif;
      font-size: clamp(1rem, 1.8vw, 1.3rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--white);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: clamp(0.7rem, 1.8vw, 1.2rem);
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav-link {
      font-size: 0.95rem;
      color: #d8e1f5;
      transition: color 0.2s ease;
    }

    .nav-link:hover {
      color: var(--gold-300);
    }

    .hero {
      padding-top: clamp(3rem, 6vw, 5rem);
      padding-bottom: clamp(3.5rem, 7vw, 5.8rem);
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(112deg, rgba(5, 17, 49, 0.92) 12%, rgba(5, 17, 49, 0.6) 50%, rgba(5, 17, 49, 0.86) 100%),
        radial-gradient(ellipse at 20% 0%, rgba(212, 175, 55, 0.1), transparent 50%),
        radial-gradient(ellipse at 80% 10%, rgba(242, 210, 124, 0.08), transparent 45%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--img-hero) center/cover no-repeat;
      opacity: 0.32;
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2.2rem;
      position: relative;
      z-index: 1;
    }

    .hero-portrait {
      width: min(380px, 84vw);
      min-height: 460px;
      border-radius: 16px;
      border: 1px solid rgba(242, 210, 124, 0.4);
      justify-self: end;
      box-shadow: var(--shadow);
      background:
        linear-gradient(180deg, rgba(5, 17, 49, 0.14), rgba(5, 17, 49, 0.55)),
        var(--img-feature) center 26%/cover no-repeat;
    }

    .eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.16em;
      font-size: 0.78rem;
      color: var(--gold-300);
      margin-bottom: 0.95rem;
    }

    .hero h1 {
      font-family: "Cinzel", Georgia, serif;
      font-size: clamp(2.7rem, 9vw, 5.3rem);
      line-height: 0.94;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .hero p {
      max-width: 58ch;
      color: #d9e2f6;
      font-size: clamp(1rem, 2.1vw, 1.15rem);
    }

    .hero-actions {
      margin-top: 1.6rem;
      display: flex;
      gap: 0.85rem;
      flex-wrap: wrap;
    }

    .trust-chips {
      margin-top: 1.4rem;
      display: flex;
      gap: 0.7rem;
      flex-wrap: wrap;
    }

    .chip {
      padding: 0.4rem 0.75rem;
      border-radius: 999px;
      border: 1px solid rgba(242, 210, 124, 0.35);
      background: rgba(4, 11, 31, 0.48);
      color: #dde6fa;
      font-size: 0.86rem;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.2rem;
    }

    .about-copy {
      background: rgba(4, 11, 31, 0.45);
      border: 1px solid rgba(242, 210, 124, 0.2);
      border-radius: var(--radius);
      padding: 1.35rem;
    }

    .about-points {
      margin-top: 1rem;
      list-style: none;
      display: grid;
      gap: 0.7rem;
    }

    .about-points li {
      display: flex;
      align-items: flex-start;
      gap: 0.6rem;
      color: #dbe5f9;
    }

    .about-points li::before {
      content: "✦";
      color: var(--gold-300);
      font-size: 0.85rem;
      margin-top: 0.2rem;
    }

    .feature-card {
      border-radius: var(--radius);
      border: 1px solid var(--border);
      background: linear-gradient(165deg, rgba(4, 11, 31, 0.95), rgba(5, 12, 29, 0.95));
      box-shadow: var(--shadow);
      padding: 1.35rem;
      position: relative;
      overflow: hidden;
    }

    .feature-card::after {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -60px;
      top: -60px;
      border-radius: 50%;
      background: radial-gradient(circle at center, rgba(212, 175, 55, 0.22), transparent 70%);
      pointer-events: none;
    }

    .feature-card h3 {
      font-family: "Cinzel", Georgia, serif;
      font-size: 1.35rem;
      margin-bottom: 0.55rem;
      color: var(--white);
    }

    .feature-photo {
      width: 100%;
      min-height: 180px;
      border-radius: 12px;
      border: 1px solid rgba(242, 210, 124, 0.26);
      margin-bottom: 0.85rem;
      background:
        linear-gradient(180deg, rgba(5, 17, 49, 0.25), rgba(5, 17, 49, 0.58)),
        var(--img-about) center/cover no-repeat;
    }

    .schedule-shell {
      border: 1px solid var(--border);
      border-radius: 18px;
      background: rgba(6, 15, 37, 0.72);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .schedule-tools {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.9rem;
      padding: 1rem;
      border-bottom: 1px solid rgba(242, 210, 124, 0.16);
      background: rgba(4, 10, 24, 0.6);
    }

    .tabs {
      display: inline-flex;
      gap: 0.35rem;
      background: rgba(4, 11, 31, 0.62);
      border: 1px solid rgba(242, 210, 124, 0.22);
      padding: 0.25rem;
      border-radius: 999px;
      width: fit-content;
      max-width: 100%;
      overflow-x: auto;
    }

    .tab-btn {
      border: 0;
      background: transparent;
      color: #d3dff8;
      border-radius: 999px;
      padding: 0.42rem 0.82rem;
      cursor: pointer;
      font-weight: 600;
      white-space: nowrap;
    }

    .tab-btn.active {
      background: linear-gradient(160deg, rgba(242, 210, 124, 0.95), rgba(212, 175, 55, 0.95));
      color: #1b1403;
    }

    .filters {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
    }

    .select {
      border-radius: 10px;
      border: 1px solid rgba(242, 210, 124, 0.3);
      background: rgba(4, 11, 31, 0.8);
      color: #f3f7ff;
      min-height: 40px;
      padding: 0.4rem 0.72rem;
      font: inherit;
    }

    .schedule-header,
    .event-row {
      display: grid;
      grid-template-columns: 1.2fr 0.95fr 1.55fr 1.2fr 0.8fr 0.82fr;
      gap: 0.55rem;
      align-items: center;
      padding: 0.8rem 1rem;
    }

    .schedule-header {
      font-size: 0.8rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--gold-300);
      border-bottom: 1px solid rgba(242, 210, 124, 0.2);
      background: rgba(4, 11, 31, 0.55);
    }

    .event-item {
      border-bottom: 1px solid rgba(242, 210, 124, 0.12);
    }

    .event-row {
      font-size: 0.94rem;
    }

    .event-name {
      font-weight: 600;
      color: #f5f8ff;
    }

    .event-type {
      display: inline-flex;
      border: 1px solid rgba(242, 210, 124, 0.35);
      border-radius: 999px;
      padding: 0.12rem 0.55rem;
      font-size: 0.75rem;
      color: var(--gold-300);
      margin-left: 0.35rem;
    }

    .event-toggle {
      justify-self: start;
      border-radius: 999px;
      border: 1px solid rgba(242, 210, 124, 0.3);
      background: rgba(4, 11, 31, 0.45);
      color: #ebf1ff;
      padding: 0.34rem 0.72rem;
      cursor: pointer;
      font-weight: 600;
    }

    .event-details {
      display: none;
      padding: 0 1rem 1rem;
    }

    .event-details.open {
      display: block;
    }

    .event-details-inner {
      border-radius: 12px;
      border: 1px solid rgba(242, 210, 124, 0.24);
      background: rgba(4, 11, 31, 0.65);
      padding: 0.9rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      align-items: center;
      justify-content: space-between;
    }

    .event-desc {
      color: #d6e1f7;
      max-width: 72ch;
    }

    .empty-state {
      padding: 1rem;
      color: #c7d3f0;
    }

    .testimonials-band {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
      border-block: 1px solid rgba(242, 210, 124, 0.15);
    }

    .rating {
      display: inline-flex;
      align-items: center;
      gap: 0.65rem;
      padding: 0.65rem 0.95rem;
      border: 1px solid rgba(242, 210, 124, 0.35);
      border-radius: 999px;
      background: rgba(4, 11, 31, 0.52);
      margin-bottom: 1.2rem;
      font-weight: 600;
    }

    .stars {
      color: var(--gold-300);
      letter-spacing: 0.08em;
    }

    .featured-grid,
    .media-grid,
    .shop-grid,
    .video-grid,
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .quote-card,
    .media-card,
    .shop-card,
    .footer-card {
      border-radius: var(--radius);
      border: 1px solid rgba(242, 210, 124, 0.24);
      background: var(--card);
      padding: 1rem;
    }

    .media-grid {
      margin-top: 1rem;
    }

    .media-card h3 {
      font-family: "Cinzel", Georgia, serif;
      font-size: 1.2rem;
      margin-bottom: 0.45rem;
    }

    .media-card p {
      color: #d6e0f6;
      margin-bottom: 0.75rem;
    }

    .platforms {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-bottom: 0.85rem;
    }

    .platform-pill {
      border-radius: 999px;
      border: 1px solid rgba(242, 210, 124, 0.35);
      padding: 0.2rem 0.62rem;
      font-size: 0.8rem;
      color: var(--gold-300);
      background: rgba(242, 210, 124, 0.06);
    }

    .quote-card p,
    .carousel-slide p {
      color: #f0f4ff;
      font-size: 0.99rem;
      margin-bottom: 0.9rem;
    }

    .quote-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.6rem;
      color: #d8e2f8;
      font-size: 0.9rem;
    }

    .tag {
      border-radius: 999px;
      border: 1px solid rgba(242, 210, 124, 0.42);
      padding: 0.12rem 0.58rem;
      color: var(--gold-300);
      font-size: 0.73rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .carousel {
      margin-top: 1.3rem;
      border-radius: var(--radius);
      border: 1px solid rgba(242, 210, 124, 0.26);
      background: rgba(4, 11, 31, 0.66);
      overflow: hidden;
      position: relative;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.42s ease;
      will-change: transform;
    }

    .carousel-slide {
      min-width: 100%;
      padding: 1.2rem;
    }

    .carousel-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.7rem;
      padding: 0.75rem 1rem;
      border-top: 1px solid rgba(242, 210, 124, 0.16);
      background: rgba(6, 14, 32, 0.65);
    }

    .icon-btn {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1px solid rgba(242, 210, 124, 0.35);
      background: rgba(4, 11, 31, 0.48);
      color: #edf3ff;
      cursor: pointer;
      font-weight: 700;
    }

    .dots {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      border: 0;
      background: rgba(242, 210, 124, 0.28);
      cursor: pointer;
    }

    .dot.active {
      background: var(--gold-300);
      transform: scale(1.1);
    }

    .video-tile {
      border-radius: var(--radius);
      min-height: 220px;
      border: 1px solid rgba(242, 210, 124, 0.26);
      background: linear-gradient(170deg, rgba(13, 36, 77, 0.95), rgba(8, 19, 44, 0.95));
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      text-align: left;
      padding: 1rem;
      display: flex;
      align-items: flex-end;
    }

    .video-tile::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 85% 20%, rgba(242, 210, 124, 0.24), transparent 30%),
        linear-gradient(180deg, rgba(4, 11, 31, 0.2), rgba(4, 10, 22, 0.78));
      pointer-events: none;
    }

    .video-tile:hover {
      transform: translateY(-3px);
      border-color: rgba(242, 210, 124, 0.58);
      box-shadow: 0 18px 35px rgba(5, 12, 29, 0.62), 0 0 20px rgba(212, 175, 55, 0.22);
    }

    .video-overlay {
      position: relative;
      z-index: 1;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 0.8rem;
    }

    .play-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(242, 210, 124, 0.45);
      background: rgba(4, 11, 31, 0.65);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--gold-300);
      flex: 0 0 auto;
      font-size: 1.05rem;
    }

    .video-title {
      font-family: "Cinzel", Georgia, serif;
      letter-spacing: 0.03em;
      font-size: 1.05rem;
    }

    .shop-card h3 {
      font-family: "Cinzel", Georgia, serif;
      margin-bottom: 0.5rem;
      color: #fff;
      font-size: 1.2rem;
    }

    .shop-card p {
      color: #d5e0f6;
      margin-bottom: 0.8rem;
    }

    .price {
      color: var(--gold-300);
      font-weight: 600;
      margin-bottom: 0.9rem;
    }

    .cta-band {
      border: 1px solid rgba(242, 210, 124, 0.36);
      border-radius: 18px;
      padding: clamp(1.4rem, 4vw, 2.2rem);
      background: linear-gradient(130deg, rgba(4, 11, 31, 0.8), rgba(6, 14, 32, 0.86));
      display: grid;
      gap: 1rem;
      align-items: center;
    }

    .cta-band h2 {
      font-family: "Cinzel", Georgia, serif;
      font-size: clamp(1.7rem, 3.7vw, 2.5rem);
      letter-spacing: 0.03em;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.65rem;
    }

    footer {
      padding: 3rem 0 2rem;
      border-top: 1px solid rgba(242, 210, 124, 0.16);
      background: rgba(4, 10, 23, 0.68);
    }

    .footer-brand {
      font-family: "Cinzel", Georgia, serif;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 0.7rem;
      font-size: 1.08rem;
    }

    .socials {
      display: flex;
      gap: 0.55rem;
      margin-top: 0.8rem;
    }

    .social {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid rgba(242, 210, 124, 0.32);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--gold-300);
      background: rgba(4, 11, 31, 0.6);
      font-size: 0.88rem;
    }

    .footer-links {
      display: flex;
      gap: 0.7rem;
      flex-wrap: wrap;
      margin-top: 0.5rem;
      color: #d6e1f8;
      font-size: 0.95rem;
    }

    .newsletter {
      display: flex;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-top: 0.7rem;
    }

    .input {
      flex: 1 1 180px;
      min-height: 42px;
      border-radius: 10px;
      border: 1px solid rgba(242, 210, 124, 0.32);
      background: rgba(4, 11, 31, 0.62);
      color: #fff;
      padding: 0.6rem 0.75rem;
      font: inherit;
    }

    .small {
      font-size: 0.86rem;
      color: #c4d2ee;
      margin-top: 1.2rem;
    }

    .modal {
      position: fixed;
      inset: 0;
      background: rgba(2, 8, 20, 0.75);
      backdrop-filter: blur(4px);
      display: none;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      z-index: 80;
    }

    .modal.open {
      display: flex;
    }

    .modal-panel {
      width: min(960px, 100%);
      border-radius: 14px;
      border: 1px solid rgba(242, 210, 124, 0.35);
      background: #040c20;
      box-shadow: 0 22px 44px rgba(0, 0, 0, 0.58);
      overflow: hidden;
    }

    .modal-head {
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(242, 210, 124, 0.2);
    }

    .modal-head h3 {
      font-family: "Cinzel", Georgia, serif;
      font-size: 1rem;
      letter-spacing: 0.04em;
      color: #fff;
    }

    .close-btn {
      border: 1px solid rgba(242, 210, 124, 0.35);
      background: rgba(4, 11, 31, 0.5);
      color: #fff;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.05rem;
    }

    .video-frame-wrap {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000;
    }

    .video-frame {
      width: 100%;
      height: 100%;
      border: 0;
    }

    .reveal {
      opacity: 0;
      transform: translateY(12px);
      transition: opacity 0.55s ease, transform 0.55s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (min-width: 760px) {
      .about-grid {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 1.2rem;
      }

      .schedule-tools {
        grid-template-columns: 1fr auto;
        align-items: center;
      }

      .hero-grid {
        grid-template-columns: 1fr 0.92fr;
        align-items: center;
      }

      .featured-grid,
      .media-grid,
      .shop-grid,
      .video-grid,
      .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .cta-band {
        grid-template-columns: 1.3fr auto;
      }
    }

    @media (min-width: 1024px) {
      .featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .shop-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-grid {
        grid-template-columns: 1.1fr 0.8fr 1fr;
      }
    }

    @media (max-width: 940px) {
      .site-nav {
        position: sticky;
      }

      .nav-inner {
        align-items: flex-start;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
      }

      .nav-links {
        gap: 0.55rem;
      }

      .nav-link {
        font-size: 0.85rem;
      }

      .schedule-header {
        display: none;
      }

      .event-row {
        grid-template-columns: 1fr;
        gap: 0.45rem;
        padding: 0.9rem 1rem;
      }

      .event-row > div::before {
        content: attr(data-label) " ";
        color: var(--gold-300);
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin-right: 0.3rem;
      }

      .event-row .event-name-wrap::before {
        content: "Event ";
      }

      .event-toggle {
        justify-self: start;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after {
        animation: none !important;
        transition: none !important;
      }
      .reveal {
        opacity: 1 !important;
        transform: none !important;
      }
    }