﻿
    :root {
      --turquoise: #1E88B8;
      --turquoise-dk: #000;
      --orange: #FF8C42;
      --yellow: #FFCD42;
      --gold: #D4960A;
      --gold-lt: #E8C168;
      --ink: #2A1410;
      --white: #FFFFFF;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
      color: #333;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* HERO SECTION */
    .hero {
      position: relative;
       display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      padding: 56px 24px 40px;
      overflow: hidden;
       background-size: cover;
      background-position: center;
      background: linear-gradient(135deg, #1E88B8 0%, #4DB8E8 50%, #FFB366 100%);
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 20% 50%, transparent 20%, rgba(255,255,255,0.3) 21%, rgba(255,255,255,0.3) 34%, transparent 35%, transparent), radial-gradient(circle at 80% 50%, transparent 20%, rgba(255,255,255,0.3) 21%, rgba(255,255,255,0.3) 34%, transparent 35%, transparent);
      background-size: 150px 150px;
      opacity: 0.1;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 10;
      max-width: 900px;
      flex: 0 0 auto;
      width: 100%;
    }

    .hero-illustration {
      position: relative;
      z-index: 4;
      flex: 1 1 auto;
      align-self: stretch;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      width: calc(100% + 24px);
      max-width: none;
      margin-left: -24px;
      margin-top: auto;
      padding: 20px 0 28px;
      min-height: min(36vh, 320px);
      pointer-events: none;
    }

    .hero-illustration-img {
      display: block;
      width: auto;
      max-width: min(92vw, 900px);
      height: auto;
      max-height: min(42vh, 400px);
      object-fit: contain;
      object-position: bottom left;
      mix-blend-mode: screen;
    }

    .hero-logo-heading {
      margin: 0 0 12px;
      line-height: 0;
    }

    .hero-logo {
      display: block;
      width: min(560px, 92vw);
      height: auto;
      margin: 0 auto;
    }

    .hero-eyebrow {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 24px;
    }

    .hero-eyebrow-gem {
      flex-shrink: 0;
      width: 8px;
      height: 8px;
      background: var(--orange);
      transform: rotate(45deg);
    }

    .hero-eyebrow-text {
      font-family: 'Cinzel, serif';
      font-size: clamp(22px, 3.2vw, 34px);
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: none;
      color: var(--turquoise-dk);
      text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
      line-height: 1.2;
      margin: 0 0 8px;
    }

    /* Poster display similar to Argos George Contour â€” outline + solid fallback */
    .hero-invite-argos,
    .hero-annual-argos {
      font-family: 'Cinzel, serif';
      font-weight: 700;
      color: var(--turquoise-dk);
      text-shadow:
        0 0 12px rgba(255, 255, 255, 0.85),
        0 1px 2px rgba(0, 0, 0, 0.15);
      line-height: 1.25;
      margin: 0;
    }

    .hero-invite-argos {
      font-size: clamp(18px, 2.6vw, 26px);
    }

    .hero-annual-argos {
      font-size: clamp(20px, 3vw, 32px);
      margin-top: 8px;
    }

    /* Monterey Medium FLFâ€“like: geometric sans, medium weight */
    .hero-venue,
    .hero-time-mont {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-weight: 600;
      letter-spacing: 0.04em;
      color: var(--turquoise-dk);
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
      line-height: 1.35;
    }

    .hero-venue {
      font-size: clamp(20px, 2.2vw, 22px);
      margin: 10px 0 6px;
    }

    .hero-time-mont {
      font-size: clamp(14px, 1.9vw, 18px);
      margin: 0 0 8px;
    }

    .hero-subtitle {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(22px, 3vw, 28px);
      font-weight: 700;
      color: var(--turquoise-dk);
      letter-spacing: 0.12em;
       
      margin-bottom: 32px;
      border-radius: 10px;
      display: inline-block;
      padding: 5px 10px;
      text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
    }

    .hero-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }

    .hero-meta-item {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--turquoise-dk);
      display: flex;
      align-items: center;
      gap: 8px;
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    }

    .meta-gem {
      width: 5px;
      height: 5px;
      background: var(--orange);
      transform: rotate(45deg);
    }

    .hero-badge {
      display: inline-block;
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(10px, 1.8vw, 11px);
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--white);
      border: 1px solid rgba(255, 255, 255, 0.9);
      background: rgba(255, 255, 255, 0.14);
      padding: 8px 18px;
      border-radius: 999px;
      margin: 0 0 14px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .hero-present {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(10px, 1.8vw, 11px);
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--white);
      margin: 0 0 18px;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }

    .hero-event-line,
    .hero-event-extra {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-weight: 600;
      letter-spacing: 0.04em;
      color: var(--turquoise-dk);
      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75);
      line-height: 1.4;
    }

    .hero-event-line {
      font-size: clamp(15px, 2.1vw, 18px);
      margin: 0 0 10px;
    }

    .hero-event-dot {
      opacity: 0.65;
      padding: 0 0.15em;
    }

    .hero-event-rule {
      width: min(200px, 40vw);
      margin: 0 auto 10px;
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.65);
      opacity: 0.9;
    }

    .hero-event-extra {
      font-size: clamp(13px, 1.85vw, 16px);
      margin: 0 0 20px;
    }

    .hero-seva-tagline-wrap {
      max-width: 38rem;
      margin: 0 auto 12px;
      padding: 0 12px;
    }

    .hero-seva-card {
      text-align: center;
      margin: 0;
      padding: 22px 22px 20px;
      background: rgba(255, 255, 255, 0.94);
      border-radius: 12px;
      border-left: 4px solid var(--orange);
      box-shadow: 0 6px 24px rgba(10, 46, 64, 0.12), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    }

    .hero-seva-kicker {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(12px, 2vw, 14px);
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #8B4513;
      margin: 0 0 12px;
    }

    .hero-seva-headline {
      font-family: 'Cormorant Garamond', 'Cinzel', serif;
      font-size: clamp(22px, 3.8vw, 30px);
      font-weight: 700;
      line-height: 1.25;
      color: var(--turquoise-dk);
      margin: 0 0 14px;
    }

    .hero-seva-body {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(14px, 2vw, 16px);
      font-weight: 500;
      line-height: 1.55;
      color: rgba(42, 20, 16, 0.82);
      margin: 0 0 18px;
    }

    .hero-seva-chips {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin: 0;
      padding: 0;
    }

    .hero-seva-chips li {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.04em;
      color: #6b4423;
      background: linear-gradient(135deg, #fff9f0 0%, #ffe8d4 100%);
      border: 1px solid rgba(212, 150, 10, 0.25);
      border-radius: 999px;
      padding: 8px 14px;
    }

    .hero-seva-chips .hero-seva-chip-icon {
      font-size: 1.1em;
      line-height: 1;
    }

    .hero-cta-wrap {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 28px;
    }

    .btn-hero-cta-primary {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 18px 28px;
      min-width: min(100%, 280px);
    }

    .btn-hero-primary-top {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(13px, 2vw, 15px);
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: none;
      line-height: 1.3;
    }

    .btn-hero-primary-sub {
      font-family: 'Cinzel', serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      opacity: 0.92;
    }

    .hero-pledge-foot {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: clamp(13px, 1.9vw, 15px);
      font-weight: 500;
      color: var(--white);
      text-align: center;
      margin: 20px auto 0;
      max-width: 28rem;
      padding: 0 16px;
      line-height: 1.5;
      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    .hero-pledge-foot strong {
      color: var(--yellow);
      font-weight: 700;
    }

    .btn-gold {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      color: var(--turquoise-dk);
      font-family: 'Cinzel', serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 16px 40px;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      box-shadow: 0 4px 24px rgba(255, 140, 66, 0.5);
      transition: transform 0.15s, box-shadow 0.2s;
    }

    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(255, 140, 66, 0.6);
    }

    .btn-outline {
      display: inline-flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.9);
      color: var(--turquoise-dk);
      font-family: 'Cinzel', serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 16px 36px;
      border: 2px solid var(--turquoise);
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.2s;
    }

    .btn-outline:hover {
      background: var(--turquoise);
      color: white;
    }

    /* ORNAMENT STRIP */
    .ornament-strip {
      background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 50%, var(--orange) 100%);
      padding: 18px 24px;
      text-align: center;
    }

    .orn-text {
      font-family: 'Cinzel', serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #8B4513;
      display: inline-flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .orn-sep {
      color: rgba(10, 74, 107, 0.5);
      font-size: 18px;
    }

    /* ABOUT SECTION */
    .about {
      max-width: 1100px;
      margin: 0 auto;
      padding: 90px 48px;
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
    }

    @media (min-width: 768px) {
      .about {
        grid-template-columns: 6fr 5fr;
        gap: 72px;
        align-items: center;
      }
   
    }

    @media (max-width: 480px) {
      .about {
        padding: 90px 12px;
      }
      .btn-gold, .btn-outline {
        display: block;
        width: 100%;
      }
      .orn-text span.orn-text-span{
        display: block;
        width: 100%;
      }
      .orn-text span.orn-sep{
        display: none;
      }
      .hero-logo-heading{
        margin-top: 10px;
      }
      .hero{
        height:auto;
      }
      .footer-col ul li, .footer-col a, .footer-col h5, .footer-col h4, .footer-col p, .about-title, .about-body{
        text-align: center;
        display: block;
      }
      .section-eyebrow{
        justify-content: center;
      }
      .hero-seva-tagline-wrap{
        padding: 0;
      }
      .hero-seva-card{
        padding: 22px 12px 20px
      }
    }


    .section-eyebrow {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }

    .eyebrow-gem {
      width: 8px;
      height: 8px;
      background: var(--orange);
    }

    .eyebrow-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--orange);
    }

    .about-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(28px, 3.5vw, 42px);
      font-weight: 700;
      line-height: 1.2;
      color: var(--turquoise-dk);
      margin-bottom: 26px;
    }

    .about-body {
      font-size: 16px;
      line-height: 1.7;
      color: #333;
      margin-bottom: 18px;
    }

    .quote-box {
      background: linear-gradient(135deg, #E3F5FC 0%, #FFF4E6 100%);
      border-left: 4px solid var(--orange);
      padding: 24px;
      margin-top: 28px;
      font-size: 15px;
      line-height: 1.6;
      color: var(--ink);
      font-style: italic;
    }

    .about-image {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
    }

    .about-portrait {
      display: block;
      width: 100%;
      max-width: 200px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 8px 28px rgba(10, 74, 107, 0.2);
    }

    .stat-box {
      background: linear-gradient(135deg, var(--turquoise) 0%, var(--turquoise-dk) 100%);
      border-radius: 8px;
      padding: 48px 32px;
      text-align: center;
      color: white;
      box-shadow: 0 8px 32px rgba(30, 136, 184, 0.3);
    }

    .stat-number {
      font-family: 'Cinzel', serif;
      font-size: 64px;
      font-weight: 700;
      color: var(--yellow);
      margin-bottom: 12px;
      line-height: 1;
    }

    .stat-label {
      font-size: 14px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 6px;
    }

    .stat-desc {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      margin-top: 16px;
    }

    /* SEVA SECTION */
    .seva {
      background: linear-gradient(to bottom, #FFF8E7 0%, #FFE6CC 100%);
      padding: 90px 24px;
	      text-align: center;
    }

    .seva-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    .seva-header {
      text-align: center;
      margin-bottom: 64px;
    }

    .seva-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(32px, 5vw, 52px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin-bottom: 16px;
    }

    .seva-subtitle {
      font-size: 18px;
      color: #333;
      max-width: 600px;
      margin: 0 auto;
    }
    /* grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 mb-12 */
    .seva-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 1.5rem;
      margin-bottom: 3rem;
    }

    @media (min-width: 768px) {
      .seva-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (min-width: 1024px) {
      .seva-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }


    .seva-card {
      background: white;
      border-radius: 8px;
      padding: 32px;
      text-align: center;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
      transition: all 0.3s;
      border-top: 4px solid var(--orange);
    }

    .seva-card:nth-child(even) {
      border-top-color: var(--turquoise);
    }

    .seva-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    }

    .seva-icon {
      font-size: 48px;
      margin-bottom: 16px;
    }

    .seva-amount {
      font-family: 'Cinzel', serif;
      font-size: 32px;
      font-weight: 700;
      color: var(--orange);
      margin-bottom: 12px;
    }

    .seva-card:nth-child(even) .seva-amount {
      color: var(--turquoise);
    }

    .seva-name {
      font-family: 'Cinzel', serif;
      font-size: 18px;
      font-weight: 600;
      color: var(--turquoise-dk);
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .seva-desc-txt {
      font-size: 14px;
      color: #666;
      line-height: 1.5;
    }

    /* HIGHLIGHTS SECTION */
    .highlights {
      padding: 90px 24px;
      background: linear-gradient(to bottom, #E8F4F8 0%, #FFFFFF 100%);
     
 
    }

    .hl-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    .hl-header {
      text-align: center;
      margin-bottom: 64px;
    }

    .hl-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin-bottom: 16px;
    }

    .hl-subtitle {
      font-size: 18px;
      color: #666;
    }

    .hl-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 32px;
    }

    .hl-item {
      text-align: center;
      padding: 24px 12px;
      transition: transform 0.3s;
    }

    .hl-item:hover {
      transform: scale(1.05);
    }

    .hl-icon {
      font-size: 56px;
      margin-bottom: 16px;
    }

    .hl-name {
      font-family: 'Cinzel', serif;
      font-size: 14px;
      font-weight: 600;
      color: var(--ink);
      letter-spacing: 0.05em;
      line-height: 1.3;
    }

    .post-hero-cta {
      background: #fff8e7;
      padding: 24px;
      text-align: center;
    }

    .post-hero-cta-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(20px, 2.4vw, 28px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin: 0 0 14px;
    }

    .visitor-map-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      color: var(--turquoise-dk);
      background: white;
      border: 2px solid var(--turquoise);
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(10, 74, 107, 0.14);
      font-family: 'Cinzel', serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.12em;
      padding: 12px 28px 12px 14px;
      text-decoration: none;
      text-transform: uppercase;
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .visitor-map-cta-btn:hover,
    .visitor-map-cta-btn:focus-visible {
      border-color: var(--orange);
      color: var(--turquoise-dk);
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(10, 74, 107, 0.2);
      outline: none;
    }

    .map-btn-icon {
      width: 38px;
      height: 38px;
      fill: var(--turquoise-dk);
      padding: 9px;
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      border-radius: 10px;
      flex-shrink: 0;
    }

    /* VISITOR MAP SECTION */
    .visitor-map {
      background: linear-gradient(to bottom, #FFFFFF 0%, #E8F4F8 100%);
      padding: 90px 24px;
    }

    .visitor-map-inner {
      max-width: 1200px;
      margin: 0 auto;
    }

    .visitor-map-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .visitor-map-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin-bottom: 16px;
    }

    .visitor-map-subtitle {
      max-width: 680px;
      margin: 0 auto;
      color: #666;
      font-size: 18px;
      line-height: 1.7;
    }

    .visitor-map-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
      gap: 32px;
      align-items: stretch;
    }

    .visitor-map-frame {
      position: relative;
      
      overflow: visible;
    
    }

    .visitor-map-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: 14px;
    }

    .visitor-map-hotspot {
      position: absolute;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 12%;
      min-height: 42px;
      padding: 8px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.01);
      border: 2px solid transparent;
      color: transparent;
      font-size: 0;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      box-shadow: none;
      transform: translate(-50%, -50%);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .visitor-map-hotspot:hover,
    .visitor-map-hotspot:focus-visible {
      background: rgba(255, 205, 66, 0.22);
      border-color: var(--yellow);
      box-shadow: 0 0 0 3px rgba(30, 136, 184, 0.24);
      outline: none;
      transform: translate(-50%, -50%) scale(1.06);
    }

    .visitor-map-hotspot.entrance {
      left: 8%;
      top: 59%;
    }

    .visitor-map-hotspot.darshan {
      left: 43%;
      top: 67%;
    }

    .visitor-map-hotspot.feast {
      left: 15%;
      top: 67%;
    }

    .visitor-map-hotspot.kids {
      left: 21%;
      top: 36%;
    }

    .visitor-map-hotspot.entertainment {
      left: 68%;
      top: 34%;
    }

    .visitor-map-hotspot.food {
      left: 38%;
      top: 24%;
    }

    .visitor-map-hotspot.shopping {
      left: 55%;
      top: 61%;
    }

    .visitor-click-grid {
      display: none;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 12px;
      margin-top: 18px;
    }

    .visitor-click-card {
      display: block;
      padding: 14px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(30, 136, 184, 0.2);
      color: var(--turquoise-dk);
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 4px 14px rgba(10, 74, 107, 0.08);
    }

    .visitor-click-card:hover,
    .visitor-click-card:focus-visible {
      color: var(--white);
      background: var(--turquoise);
      outline: none;
    }

    .visitor-guide-card {
      background: var(--turquoise-dk);
      color: white;
      border-radius: 14px;
      padding: 32px;
      box-shadow: 0 12px 36px rgba(10, 74, 107, 0.18);
    }

    .visitor-guide-card h3 {
      font-family: 'Cinzel', serif;
      font-size: 24px;
      color: var(--yellow);
      margin-bottom: 18px;
    }

    .visitor-guide-card h4 {
      font-family: 'Cinzel', serif;
      font-size: 16px;
      color: var(--gold-lt);
      margin: 24px 0 10px;
    }

    .visitor-guide-card ol {
      padding-left: 20px;
      margin: 0;
    }

    .visitor-guide-card li {
      margin-bottom: 10px;
      line-height: 1.45;
    }

    .visitor-guide-card p {
      color: rgba(255, 255, 255, 0.86);
      line-height: 1.7;
      margin-top: 20px;
    }

    .visitor-guide-links {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .visitor-guide-link {
      display: block;
      padding: 14px 16px;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: white;
      text-decoration: none;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .visitor-guide-link strong {
      display: block;
      color: var(--yellow);
      font-family: 'Cinzel', serif;
      font-size: 15px;
      margin-bottom: 4px;
    }

    .visitor-guide-link span {
      color: rgba(255, 255, 255, 0.84);
      font-size: 13px;
      line-height: 1.45;
    }

    .visitor-guide-link:hover,
    .visitor-guide-link:focus-visible {
      background: rgba(255, 255, 255, 0.18);
      transform: translateY(-2px);
      outline: none;
    }

    .visitor-map-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 26px;
    }

    .visitor-map-actions .btn-gold,
    .visitor-map-actions .btn-outline {
      justify-content: center;
    }

    /* CTA SECTION */
    .cta {
      background: linear-gradient(135deg, #1E88B8 0%, #2A9ED4 50%, #FFB366 100%);
      padding: 80px 24px;
      text-align: center;
      color: white;
    }

    .cta-inner {
      max-width: 800px;
      margin: 0 auto;
    }

    .cta-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--yellow);
    }

    .cta-body {
      font-size: 18px;
      line-height: 1.7;
      margin-bottom: 36px;
      color: rgba(255, 255, 255, 0.95);
    }

    .cta-btn-wrap {
      margin-bottom: 24px;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      color: var(--turquoise-dk);
      font-family: 'Cinzel', serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 20px 48px;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      text-decoration: none;
      box-shadow: 0 4px 24px rgba(255, 205, 66, 0.4);
      transition: all 0.3s;
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(255, 205, 66, 0.6);
    }

    .cta-secure {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 0.05em;
    }

    /* FOOTER */
    footer {
      background: var(--turquoise-dk);
      color: white;
      padding: 64px 24px;
    }

    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 48px;
      margin-bottom: 48px;
    }

    .footer-col h4,
    .footer-col h5 {
      font-family: 'Cinzel', serif;
      margin-bottom: 16px;
    }

    .footer-col h4 {
      font-size: 20px;
    }

    .footer-col h5 {
      font-size: 16px;
    }

    .footer-col p,
    .footer-col a {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.8;
      text-decoration: none;
    }

    .footer-col a:hover {
      color: var(--yellow);
    }

    .footer-col ul {
      list-style: none;
    }

    .footer-col ul li {
      margin-bottom: 8px;
    }

    .screen-reader-text {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .social-links {
      margin-top: 18px;
    }

    .social-links ul {
      display: flex;
      align-items: center;
      gap: 12px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .social-links li {
      margin: 0;
    }

    .social-links a {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--turquoise-dk);
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      border-radius: 50%;
      box-shadow: 0 4px 14px rgba(255, 140, 66, 0.32);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .social-links a:hover,
    .social-links a:focus-visible {
      color: var(--white);
      background: var(--turquoise);
      box-shadow: 0 6px 18px rgba(30, 136, 184, 0.38);
      transform: translateY(-2px);
      outline: none;
    }

    .social-links svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6);
    }

    @media (max-width: 768px) {
      .visitor-map-grid {
        grid-template-columns: 1fr;
      }

      .visitor-map-hotspot {
        display: none;
      }

      .visitor-click-grid {
        display: grid;
      }

      .visitor-map-actions .btn-gold,
      .visitor-map-actions .btn-outline {
        width: 100%;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
      }

      .social-links ul {
        justify-content: center;
      }

      .history-chapter {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0 16px;
      }

      .history-chapter:not(:last-child)::before {
        left: 23px;
        top: 48px;
      }

      .history-chapter-step {
        width: 44px;
        height: 44px;
        font-size: 12px;
      }

      .history-chapter-card {
        padding: 20px 18px;
      }
    }
  

    /* SITE HEADER & NAV â€” premium festival theme */
    .skip-link {
      position: absolute;
      top: -100px;
      left: 16px;
      z-index: 10000;
      background: var(--turquoise);
      color: white;
      padding: 10px 16px;
      text-decoration: none;
      font-weight: 600;
      border-radius: 4px;
    }

    .skip-link:focus {
      top: 16px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 8px 30px rgba(8, 40, 58, 0.18);
      overflow: visible;
    }

    .site-top-bar {
      background: #0b2230;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      padding: 9px 32px;
    }

    .site-top-bar-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .site-top-address {
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.08em;
      color: rgba(255, 255, 255, 0.82);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    a.site-top-address:hover,
    a.site-top-address:focus-visible {
      color: var(--yellow);
      outline: none;
    }

    .site-top-address::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--orange);
      transform: rotate(45deg);
      flex-shrink: 0;
    }

    .site-top-bar-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: auto;
      flex-shrink: 0;
    }

    .site-top-bar .top-social ul {
      display: flex;
      align-items: center;
      gap: 10px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .site-top-bar .top-social a {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--turquoise-dk);
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 2px 10px rgba(255, 140, 66, 0.35);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .site-top-bar .top-social a:hover,
    .site-top-bar .top-social a:focus-visible {
      color: var(--white);
      background: var(--turquoise);
      transform: translateY(-2px);
      box-shadow: 0 4px 14px rgba(30, 136, 184, 0.4);
      outline: none;
    }

    .site-top-bar .top-social svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
    }

    .site-nav-shell {
      background: linear-gradient(135deg, #0e4a66 0%, #1E88B8 55%, #1678a8 100%);
      position: relative;
      overflow: visible;
    }

    .site-nav-shell::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 50%, var(--orange) 100%);
    }

    .site-nav-shell::before {
      display: none;
    }

    .site-header-inner {
      max-width: 1280px;
      margin: 0 auto;
      padding: 14px 32px 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 10;
      overflow: visible;
    }

    .nav-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border: 1px solid rgba(255, 205, 66, 0.55);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      cursor: pointer;
      padding: 0;
      flex-shrink: 0;
      transition: border-color 0.2s, background 0.2s, transform 0.2s;
    }

    .nav-toggle:hover,
    .nav-toggle:focus-visible {
      border-color: var(--yellow);
      background: rgba(255, 255, 255, 0.16);
      outline: none;
    }

    .nav-toggle span,
    .nav-toggle span::before,
    .nav-toggle span::after {
      display: block;
      width: 16px;
      height: 2px;
      background: var(--white);
      position: relative;
      transition: transform 0.2s;
    }

    .nav-toggle span::before,
    .nav-toggle span::after {
      content: '';
      position: absolute;
      left: 0;
    }

    .nav-toggle span::before { top: -5px; }
    .nav-toggle span::after { top: 5px; }

    .site-nav {
      width: 100%;
    }

    .site-nav ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin: 0;
      padding: 0;
    }

    .site-nav > ul > li {
      position: relative;
    }

    .site-nav > ul > li + li::before {
      display: none;
    }

    .site-nav .nav-has-dropdown:hover,
    .site-nav .nav-has-dropdown:focus-within,
    .site-nav .nav-has-dropdown.is-open {
      z-index: 100;
    }

    .site-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 11px 20px;
      font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.92);
      transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      position: relative;
      border-radius: 999px;
      white-space: nowrap;
      border: 1px solid transparent;
    }

    .site-nav a::after {
      display: none;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
      color: var(--white);
      background: rgba(255, 255, 255, 0.14);
      outline: none;
    }

    .site-nav a.active {
      color: #1f2a14;
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      border-color: rgba(255, 255, 255, 0.35);
      box-shadow: 0 4px 16px rgba(255, 140, 66, 0.35);
    }

    .site-nav a.nav-guide {
      border-color: rgba(255, 205, 66, 0.55);
      background: rgba(0, 0, 0, 0.12);
    }

    .site-nav a.nav-guide:hover,
    .site-nav a.nav-guide:focus-visible {
      background: rgba(0, 0, 0, 0.22);
      border-color: var(--yellow);
    }

    .site-nav .nav-has-dropdown > a::after {
      display: none;
    }

    .site-nav .nav-has-dropdown > a .nav-caret {
      display: inline-block;
      margin-left: 5px;
      font-size: 9px;
      opacity: 0.75;
      transition: transform 0.2s ease;
    }

    .site-nav .nav-has-dropdown:hover > a .nav-caret,
    .site-nav .nav-has-dropdown.is-open > a .nav-caret,
    .site-nav .nav-has-dropdown:focus-within > a .nav-caret {
      transform: rotate(180deg);
      opacity: 1;
    }

    .site-nav .nav-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      min-width: 220px;
      background: linear-gradient(160deg, #061820 0%, #0f3d52 100%);
      border: 1px solid rgba(255, 205, 66, 0.28);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
      border-radius: 8px;
      padding: 8px 0;
      z-index: 200;
    }

    .site-nav .nav-has-dropdown::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 10px;
    }

    .site-nav .nav-has-dropdown:hover .nav-dropdown,
    .site-nav .nav-has-dropdown:focus-within .nav-dropdown,
    .site-nav .nav-has-dropdown.is-open .nav-dropdown {
      display: block;
    }

    .site-nav .nav-dropdown a {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: none;
      padding: 12px 20px;
      color: rgba(255, 255, 255, 0.9);
    }

    .site-nav .nav-dropdown a::after {
      display: none;
    }

    .site-nav .nav-dropdown a:hover,
    .site-nav .nav-dropdown a:focus-visible {
      background: rgba(255, 205, 66, 0.12);
      color: var(--yellow);
    }

    .site-nav .nav-dropdown-label {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 12px 20px;
      color: rgba(255, 255, 255, 0.55);
      cursor: default;
      user-select: none;
    }

    /* PAGE CONTENT */
    .page-main {
      max-width: 900px;
      margin: 0 auto;
      padding: 48px 24px 80px;
    }

    .page-main-wide {
      max-width: 1100px;
      margin: 0 auto;
      padding: 48px 24px 80px;
    }

    .page-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(28px, 4vw, 40px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin-bottom: 32px;
      line-height: 1.2;
    }

    .page-subtitle {
      font-family: 'Cinzel', serif;
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin: 36px 0 16px;
    }

    .page-body {
      font-size: 16px;
      line-height: 1.75;
      color: #333;
      margin-bottom: 18px;
    }

    .page-body a {
      color: var(--turquoise);
      text-decoration: underline;
    }

    .page-body a:hover {
      color: var(--orange);
    }

    .text-highlight {
      font-weight: 600;
      color: var(--turquoise-dk);
      background: linear-gradient(135deg, rgba(255, 205, 66, 0.35) 0%, rgba(255, 140, 66, 0.25) 100%);
      padding: 0 0.2em;
      border-radius: 3px;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone;
    }

    .page-poster {
      display: block;
      width: 100%;
      max-width: 800px;
      height: auto;
      margin: 0 auto 36px;
      border-radius: 8px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    }

    .schedule-table {
      width: 100%;
      border-collapse: collapse;
      margin: 32px 0;
      font-size: 15px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.08);
      border-radius: 8px;
      overflow: hidden;
    }

    .schedule-table th,
    .schedule-table td {
      padding: 16px 20px;
      text-align: left;
      border-bottom: 1px solid #eee;
      vertical-align: top;
    }

    .schedule-table th {
      background: linear-gradient(135deg, var(--turquoise) 0%, var(--turquoise-dk) 100%);
      color: white;
      font-family: 'Cinzel', serif;
      font-weight: 600;
      letter-spacing: 0.06em;
    }

    .schedule-table tr:last-child td {
      border-bottom: none;
    }

    .schedule-table tr:nth-child(even) td {
      background: #f9f9f9;
    }

    .schedule-table td:first-child {
      font-weight: 700;
      color: var(--turquoise-dk);
      white-space: nowrap;
      width: 130px;
    }

    .logistics-box {
      background: linear-gradient(135deg, #E3F5FC 0%, #FFF4E6 100%);
      border-left: 4px solid var(--orange);
      padding: 24px;
      margin-top: 28px;
      border-radius: 0 8px 8px 0;
    }

    .logistics-box strong {
      font-family: 'Cinzel', serif;
      display: block;
      margin-bottom: 8px;
      color: var(--turquoise-dk);
    }

    .news-links {
      list-style: none;
      padding: 0;
      margin: 24px 0 0;
    }

    .news-links li {
      margin-bottom: 12px;
    }

    .news-links a {
      display: block;
      padding: 14px 18px;
      background: white;
      border: 1px solid rgba(30, 136, 184, 0.2);
      border-radius: 8px;
      color: var(--turquoise);
      text-decoration: none;
      font-size: 14px;
      transition: background 0.2s, border-color 0.2s;
      word-break: break-all;
    }

    .news-links a:hover {
      background: #E8F4F8;
      border-color: var(--turquoise);
    }

    .contact-form {
      max-width: 600px;
      margin-top: 24px;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group label {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.04em;
      color: #555;
      margin-bottom: 8px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-family: inherit;
      font-size: 15px;
      transition: border-color 0.2s;
    }

    .form-group input:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: var(--turquoise);
      box-shadow: 0 0 0 3px rgba(30, 136, 184, 0.15);
    }

    .form-group textarea {
      min-height: 140px;
      resize: vertical;
    }

    .wip-notice {
      text-align: center;
      padding: 40px 24px;
      background: linear-gradient(to bottom, #FFF8E7 0%, #FFE6CC 100%);
      border-radius: 8px;
      margin: 24px 0;
      font-family: 'Cinzel', serif;
      font-size: 20px;
      color: var(--turquoise-dk);
    }

    .home-hero-compact {
      background: linear-gradient(135deg, #1E88B8 0%, #4DB8E8 50%, #FFB366 100%);
      padding: 40px 24px 48px;
      text-align: center;
    }

    .home-hero-compact .hero-logo {
      margin-bottom: 16px;
    }

    .home-hero-compact .hero-event-line,
    .home-hero-compact .hero-event-extra {
      color: var(--turquoise-dk);
    }

    .home-hero-banner {
      padding: 0;
      background: none;
    }

    .home-hero-banner-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
      align-items: stretch;
      min-height: clamp(300px, 42vw, 460px);
    }

    .home-hero-banner-media {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1a1208;
      overflow: hidden;
      padding: 12px;
    }

    .home-hero-banner-img {
      display: block;
      width: 100%;
      height: 100%;
      max-height: 100%;
      object-fit: contain;
      object-position: center;
    }

    .home-hero-banner-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 36px 32px 40px;
      background: linear-gradient(135deg, #1E88B8 0%, #4DB8E8 50%, #FFB366 100%);
    }

    /* HISTORY PAGE */
    .history-hero {
      padding: 40px 24px 44px;
    }

    .history-page {
      padding-top: 40px;
    }

    .history-banner-frame {
      margin: 0 auto 40px;
      max-width: 920px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
      border: 1px solid rgba(30, 136, 184, 0.15);
      background: #fff;
      line-height: 0;
    }

    .history-banner-frame .history-banner-img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .history-story {
      margin: 0 auto 56px;
    }

    .history-story-header {
      text-align: center;
      margin-bottom: 36px;
    }

    .history-story-header .section-eyebrow {
      justify-content: center;
    }

    .history-story-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin: 12px 0 0;
      line-height: 1.25;
    }

    .history-timeline {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative;
    }

    .history-chapter {
      display: grid;
      grid-template-columns: 72px minmax(0, 1fr);
      gap: 0 24px;
      position: relative;
      padding-bottom: 28px;
    }

    .history-chapter:last-child {
      padding-bottom: 0;
    }

    .history-chapter:not(:last-child)::before {
      content: '';
      position: absolute;
      left: 35px;
      top: 56px;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, var(--orange) 0%, rgba(30, 136, 184, 0.35) 100%);
    }

    .history-chapter-marker {
      display: flex;
      justify-content: center;
      padding-top: 22px;
      position: relative;
      z-index: 1;
    }

    .history-chapter-step {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      font-family: 'Cinzel', serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: var(--turquoise-dk);
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      box-shadow: 0 4px 16px rgba(255, 140, 66, 0.35);
    }

    .history-chapter-card {
      background: #fff;
      border: 1px solid rgba(30, 136, 184, 0.16);
      border-radius: 12px;
      padding: 24px 28px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .history-chapter-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
    }

    .history-chapter-heading {
      font-family: 'Cinzel', serif;
      font-size: clamp(17px, 2.2vw, 20px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin: 0 0 12px;
    }

    .history-paragraph {
      margin-bottom: 0;
      padding-left: 0;
      border-left: none;
    }

    .history-news {
      padding-top: 8px;
      border-top: 1px solid rgba(30, 136, 184, 0.15);
    }

    .history-news .page-subtitle {
      margin-top: 0;
    }

    .history-news-links {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .history-news-links li {
      margin-bottom: 0;
      width: 100%;
    }

    .history-news-links a {
      width: 100%;
    }

    /* ONSITE AMENITIES PAGE */
    .amenities-hero {
      background: linear-gradient(135deg, #1E88B8 0%, #4DB8E8 45%, #FFB366 100%);
      padding: 48px 24px 56px;
      text-align: center;
    }

    .amenities-hero-kicker {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(11, 34, 48, 0.75);
      margin-bottom: 12px;
    }

    .amenities-hero-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 700;
      color: var(--turquoise-dk);
      margin-bottom: 16px;
    }

    .amenities-hero-lead {
      font-size: clamp(15px, 2vw, 18px);
      color: var(--turquoise-dk);
      max-width: 42rem;
      margin: 0 auto 24px;
      line-height: 1.6;
    }

    .amenities-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-bottom: 16px;
    }

    .amenities-pill {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.9);
      color: var(--turquoise-dk);
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    .amenities-hero-meta {
      font-family: 'Cinzel', serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.06em;
      color: rgba(11, 34, 48, 0.8);
    }

    .amenities-page .amenities-timeline,
    .amenities-page .amenities-explore,
    .amenities-page .amenities-gallery-section {
      margin-bottom: 48px;
    }

    .timeline-track {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 8px;
      margin: 24px 0 16px;
    }

    .timeline-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      padding: 16px 10px;
      border: 2px solid #e0eef4;
      border-radius: 10px;
      background: #fff;
      cursor: pointer;
      transition: border-color 0.2s, background 0.2s, transform 0.2s;
      font-family: inherit;
      text-align: center;
    }

    .timeline-step:hover,
    .timeline-step:focus-visible {
      border-color: var(--turquoise);
      outline: none;
      transform: translateY(-2px);
    }

    .timeline-step.is-active {
      border-color: var(--orange);
      background: linear-gradient(135deg, #fff8e7 0%, #ffe6cc 100%);
      box-shadow: 0 4px 16px rgba(255, 140, 66, 0.2);
    }

    .timeline-time {
      font-family: 'Cinzel', serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--turquoise-dk);
    }

    .timeline-label {
      font-family: 'Montserrat', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #666;
    }

    .timeline-panel {
      padding: 24px;
      background: linear-gradient(135deg, #0e4a66 0%, #1E88B8 100%);
      border-radius: 10px;
      color: var(--white);
      transition: opacity 0.25s ease;
    }

    .timeline-panel-title {
      font-family: 'Cinzel', serif;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--yellow);
    }

    .timeline-panel-text {
      font-size: 15px;
      line-height: 1.65;
      margin: 0;
      color: rgba(255, 255, 255, 0.92);
    }

    .amenity-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 20px 0 28px;
    }

    .amenity-filter {
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 10px 18px;
      border: 2px solid var(--turquoise);
      border-radius: 999px;
      background: transparent;
      color: var(--turquoise-dk);
      cursor: pointer;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
    }

    .amenity-filter:hover,
    .amenity-filter:focus-visible {
      background: rgba(30, 136, 184, 0.1);
      outline: none;
    }

    .amenity-filter.is-active {
      background: linear-gradient(135deg, var(--yellow) 0%, var(--orange) 100%);
      border-color: var(--orange);
      color: var(--turquoise-dk);
    }

    .amenity-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }

    .amenity-grid.is-culture-view {
      grid-template-columns: repeat(3, 1fr);
    }

    .amenity-card {
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      border: 1px solid #e8eef2;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      transition: box-shadow 0.25s, opacity 0.25s, transform 0.25s;
    }

    .amenity-card.is-hidden {
      display: none;
    }

    .amenity-card.is-expanded {
      box-shadow: 0 8px 32px rgba(30, 136, 184, 0.18);
      grid-column: 1 / -1;
    }

    .amenity-card-toggle {
      display: block;
      width: 100%;
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      text-align: left;
      font-family: inherit;
    }

    .amenity-card-toggle:focus-visible {
      outline: 3px solid var(--turquoise);
      outline-offset: 2px;
    }

    .amenity-card-media {
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: #e8f4f8;
    }

    .amenity-card-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .amenity-card:hover .amenity-card-media img,
    .amenity-card.is-expanded .amenity-card-media img {
      transform: scale(1.04);
    }

    .amenities-card-placeholder {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #e8f4f8 0%, #ffe6cc 100%);
    }

    .amenities-placeholder-icon {
      font-size: 64px;
      opacity: 0.85;
    }

    .amenity-card-head {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 16px 18px;
    }

    .amenity-card-icon {
      font-size: 24px;
      flex-shrink: 0;
    }

    .amenity-card-title {
      font-family: 'Cinzel', serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--turquoise-dk);
      flex: 1;
      margin: 0;
      line-height: 1.3;
    }

    .amenity-card-chevron {
      width: 10px;
      height: 10px;
      border-right: 2px solid var(--turquoise);
      border-bottom: 2px solid var(--turquoise);
      transform: rotate(45deg);
      transition: transform 0.25s;
      flex-shrink: 0;
      margin-right: 4px;
    }

    .amenity-card.is-expanded .amenity-card-chevron {
      transform: rotate(-135deg);
    }

    .amenity-card-body {
      padding: 0 18px 20px;
      border-top: 1px solid #eef3f6;
      animation: amenity-expand 0.3s ease;
    }

    .amenity-card-body p {
      font-size: 15px;
      line-height: 1.65;
      color: #555;
      margin: 16px 0 12px;
    }

    .amenity-card-list {
      margin: 0;
      padding-left: 20px;
      color: #666;
      font-size: 14px;
      line-height: 1.7;
    }

    .amenity-card-list li + li {
      margin-top: 4px;
    }

    @keyframes amenity-expand {
      from { opacity: 0; transform: translateY(-6px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .amenities-gallery {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      gap: 12px;
      margin-top: 20px;
    }

    .gallery-thumb {
      padding: 0;
      border: none;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      aspect-ratio: 4 / 3;
      background: #e8f4f8;
      transition: transform 0.2s, box-shadow 0.2s;
    }

    .gallery-thumb:hover,
    .gallery-thumb:focus-visible {
      transform: scale(1.03);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      outline: none;
    }

    .gallery-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .gallery-lightbox {
      position: fixed;
      inset: 0;
      z-index: 2000;
      background: rgba(11, 34, 48, 0.92);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 48px 60px;
    }

    .gallery-lightbox[hidden] {
      display: none;
    }

    body.gallery-lightbox-open {
      overflow: hidden;
    }

    .gallery-lightbox-figure {
      margin: 0;
      max-width: min(900px, 90vw);
      text-align: center;
    }

    .gallery-lightbox-img {
      max-width: 100%;
      max-height: 75vh;
      border-radius: 8px;
      box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    }

    .gallery-lightbox-caption {
      margin-top: 14px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.85);
    }

    .gallery-lightbox-close,
    .gallery-lightbox-prev,
    .gallery-lightbox-next {
      position: absolute;
      border: none;
      background: rgba(255, 255, 255, 0.12);
      color: var(--white);
      cursor: pointer;
      border-radius: 50%;
      transition: background 0.2s;
    }

    .gallery-lightbox-close:hover,
    .gallery-lightbox-prev:hover,
    .gallery-lightbox-next:hover,
    .gallery-lightbox-close:focus-visible,
    .gallery-lightbox-prev:focus-visible,
    .gallery-lightbox-next:focus-visible {
      background: rgba(255, 255, 255, 0.25);
      outline: none;
    }

    .gallery-lightbox-close {
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      font-size: 28px;
      line-height: 1;
    }

    .gallery-lightbox-prev,
    .gallery-lightbox-next {
      top: 50%;
      transform: translateY(-50%);
      width: 48px;
      height: 48px;
      font-size: 32px;
      line-height: 1;
    }

    .gallery-lightbox-prev { left: 16px; }
    .gallery-lightbox-next { right: 16px; }

    @keyframes nav-offcanvas-overlay-in {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    @media (max-width: 900px) {
      .nav-toggle {
        display: inline-flex;
        position: relative;
        z-index: 1003;
      }

      .site-top-bar {
        position: relative;
        z-index: 1002;
      }

      .site-top-bar-inner {
        flex-wrap: nowrap;
      }

      .site-top-address {
        font-size: 10px;
        min-width: 0;
      }

      body.nav-offcanvas-open {
        overflow: hidden;
      }

      body.nav-offcanvas-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(11, 34, 48, 0.62);
        z-index: 1000;
        animation: nav-offcanvas-overlay-in 0.25s ease;
      }

      body.nav-offcanvas-open .nav-toggle span {
        background: transparent;
      }

      body.nav-offcanvas-open .nav-toggle span::before {
        top: 0;
        transform: rotate(45deg);
      }

      body.nav-offcanvas-open .nav-toggle span::after {
        top: 0;
        transform: rotate(-45deg);
      }

      .site-nav-shell {
        display: block;
        background: none;
        height: 0;
        overflow: visible;
        position: static;
      }

      .site-nav-shell::after {
        display: none;
      }

      .site-header-inner {
        padding: 0;
        height: 0;
        overflow: visible;
      }

      .site-nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 88vw);
        height: 100dvh;
        max-height: 100vh;
        padding: 80px 20px 32px;
        box-sizing: border-box;
        background: linear-gradient(180deg, #0e4a66 0%, #061820 100%);
        border-left: 3px solid var(--orange);
        box-shadow: -10px 0 36px rgba(0, 0, 0, 0.4);
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
        z-index: 1001;
        overflow-y: auto;
        visibility: hidden;
        pointer-events: none;
      }

      .site-nav.is-open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
      }

      .site-nav ul {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
      }

      .site-nav a {
        font-size: 14px;
        width: 100%;
        justify-content: flex-start;
        border-radius: 10px;
        white-space: normal;
      }

      .site-nav a.active {
        box-shadow: none;
      }

      .site-nav .nav-has-dropdown::before {
        display: none;
      }

      .site-nav .nav-dropdown {
        position: static;
        transform: none;
        display: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.2);
        padding: 0;
      }

      .site-nav .nav-has-dropdown.is-open .nav-dropdown {
        display: block;
      }

      .schedule-table td:first-child {
        white-space: normal;
      }

      .timeline-track {
        grid-template-columns: repeat(2, 1fr);
      }

      .amenity-grid,
      .amenity-grid.is-culture-view {
        grid-template-columns: 1fr;
      }

      .gallery-lightbox {
        padding: 56px 16px;
      }

      .gallery-lightbox-prev { left: 8px; }
      .gallery-lightbox-next { right: 8px; }

      .home-hero-banner-inner {
        grid-template-columns: 1fr;
        min-height: 0;
      }

      .home-hero-banner-media {
        padding: 0;
      }

      .home-hero-banner-img {
        width: 100%;
        height: auto;
        max-height: none;
      }

      .home-hero-banner-content {
        padding: 32px 24px 36px;
      }
    }

    @media (max-width: 480px) {
      .site-top-bar {
        padding: 8px 16px;
      }

      .site-top-address {
        font-size: 10px;
      }

      .page-main,
      .page-main-wide {
        padding: 32px 16px 64px;
      }

      .schedule-table th,
      .schedule-table td {
        padding: 12px;
        font-size: 14px;
      }

      .site-top-bar {
        padding: 8px 16px;
      }

      .site-top-bar {
        padding: 8px 12px;
      }

      .site-top-bar-actions {
        gap: 8px;
      }

      .nav-toggle {
        width: 32px;
        height: 32px;
      }

      .site-nav {
        padding: 72px 16px 28px;
      }

      .site-nav a {
        font-size: 13px;
        padding: 13px 16px;
      }

      .timeline-track {
        grid-template-columns: 1fr;
      }

      .amenities-gallery {
        grid-template-columns: repeat(2, 1fr);
      }

      .home-hero-banner-content {
        padding: 28px 16px 32px;
      }
    }
