*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --bg: #F4E8CE; --surface: #EAD9B4; --surface2: #DDCA9C;
      --border: rgba(100,55,10,0.18); --amber: #B86810; --amber2: #D4820E;
      --cream: #2C1406; --muted: #8B6035; --light: #50300E;
    }
    html { scroll-behavior: smooth; }
    body { background: var(--bg); color: var(--cream); font-family: 'Inter', sans-serif; font-size: 17px; line-height: 1.65; }
    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }

    /* ─── TICKER ─── */
    .ticker-wrap { position: sticky; top: 0; z-index: 101; background: #2A1206; border-bottom: 2px solid #B86810; overflow: hidden; height: 36px; display: flex; align-items: center; }
    .ticker-track { display: flex; align-items: center; gap: 32px; white-space: nowrap; animation: ticker 30s linear infinite; }
    .ticker-track:hover { animation-play-state: paused; }
    @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
    .ticker-item { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; color: #D8BC8A; text-transform: uppercase; }
    .ticker-item:hover { color: var(--amber); }
    .ticker-pill { background: var(--amber); color: #fff; padding: 1px 7px; border-radius: 3px; font-size: 0.65rem; font-weight: 800; margin-right: 6px; }
    .ticker-pill.gold { background: #C4A050; }
    .ticker-sep { color: rgba(232,144,26,0.4); font-size: 0.7rem; }

    /* ─── NAV ─── */
    nav:not(.nav-drawer) {
      position: sticky; top: 72px; z-index: 100;
      background: #1E0A02; border-bottom: 2px solid #4A2810;
      padding: 0 clamp(16px, 4vw, 48px); height: 68px;
      display: flex; align-items: center;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    }
    .nav-badge { display: flex; align-items: center; gap: 12px; cursor: pointer; flex-shrink: 0; }
    .nav-badge-emblem { width: 44px; height: 44px; }
    .nav-tagline { font-family: 'Rye', cursive; font-size: clamp(0.7rem,1.3vw,1rem); color: rgba(255,255,255,0.9); letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
    .nav-links { display: flex; align-items: center; gap: clamp(12px,2vw,28px); margin-left: auto; }
    .nav-links > a, .nav-item > a {
      font-family: 'Inter', sans-serif;
      font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.9);
      transition: color 0.2s; text-decoration: none; white-space: nowrap;
    }
    .nav-links > a:hover, .nav-item > a:hover { color: #B04A20; }
    .nav-links > a.active, .nav-item > a.active { color: #B04A20; border-bottom: 2px solid #B04A20; padding-bottom: 2px; }
    .nav-cta {
      background: #B84A28 !important;
      color: #fff !important;
      padding: 10px 22px !important;
      border-radius: 4px !important;
      font-family: 'Inter', sans-serif !important;
      font-size: 0.75rem !important;
      font-weight: 800 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.14em !important;
      white-space: nowrap;
      transition: background 0.2s, transform 0.15s !important;
      flex-shrink: 0;
    }
    .nav-cta:hover { background: #983820 !important; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }

    @media (max-width: 768px) { .nav-links { display: none; } }
    @media (max-width: 768px) { .overnight-grid { grid-template-columns: 1fr !important; } }

    /* ─── MOBILE OPTIMIZATION ─── */

    /* Price table: scrollable on small screens */
    @media (max-width: 600px) {
      .price-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
    }

    /* Tablet (≤ 768px) */
    @media (max-width: 768px) {
      /* Hero */
      .page-hero { height: clamp(240px, 48vw, 380px); }
      .page-hero-content { padding: 28px 20px 32px; }
      .page-hero h1 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
      .page-eyebrow { font-size: 0.875rem; }
      /* Tabs */
      .tab-nav-wrap { top: 140px; } /* clear both tickers + nav */
      .tab-btn { padding: 14px 18px; font-size: 0.8rem; }
      /* About */
      .about-hero { padding: 36px 20px; }
      .about-body p { font-size: 1rem; }
      /* Band grid */
      .band-grid { grid-template-columns: 1fr; }
      .band-section { padding: 36px 20px; }
      /* Timeline */
      .timeline-section { padding: 36px 20px; }
      /* Directions */
      .directions-section { padding: 36px 20px; }
      /* Videos */
      .videos-section { padding: 36px 20px; }
      /* Lodging */
      .lodging-section { padding: 36px 20px; }
      .lodging-grid { grid-template-columns: 1fr; }
      /* FAQ */
      .faq-section { padding: 36px 20px; }
      /* Orgs */
      .orgs-logos img { height: 44px; padding: 8px 12px; }
    }

    /* Mobile (≤ 480px) */
    @media (max-width: 480px) {
      .page-hero { height: clamp(200px, 55vw, 320px); }
      .page-hero-content { padding: 20px 16px 24px; }
      .page-hero h1 { font-size: clamp(1.4rem, 7vw, 2rem); }
      .page-eyebrow { font-size: 0.875rem; }
      /* Sections */
      .about-hero { padding: 28px 16px; }
      .band-section { padding: 28px 16px; }
      .timeline-section { padding: 28px 16px; }
      .directions-section { padding: 28px 16px; }
      .videos-section { padding: 28px 16px; }
      .faq-section { padding: 28px 16px; }
      .lodging-section { padding: 28px 16px; }
      /* FAQ touch targets */
      .faq-q { padding: 16px 18px; min-height: 48px; font-size: 0.95rem; }
      .faq-a { font-size: 0.9rem; line-height: 1.75; }
      /* Section titles */
      .section-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
      .section-sub { font-size: 0.95rem; line-height: 1.75; }
      /* Direction cards */
      .dir-card { padding: 18px 16px; }
      /* Timeline items */
      .tl-item { padding-left: 18px; gap: 16px; }
      .tl-year { font-size: 0.95rem; width: 48px; }
      .tl-text { font-size: 0.9rem; }
      /* Video grid */
      .videos-grid { grid-template-columns: 1fr; }
      /* Lodging */
      .more-grid { grid-template-columns: 1fr 1fr; }
      /* Orgs */
      .orgs-logos { gap: 12px; }
      .orgs-logos img { height: 32px; padding: 6px 10px; }
      .orgs-inner { gap: 12px; flex-direction: column; align-items: flex-start; }
    }

    /* ─── SHARED ─── */
    .section-label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; display: block; }
    .section-title { font-family: 'Rye', cursive; font-size: clamp(1.8rem,3vw,2.6rem); color: var(--cream); line-height: 1.2; margin-bottom: 16px; }
    .section-sub { font-size: 1.05rem; color: var(--light); font-weight: 300; line-height: 1.8; }
    .btn-primary { display: inline-block; background: linear-gradient(135deg, var(--amber), var(--amber2)); color: #fff; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 28px; border-radius: 8px; border: none; cursor: pointer; transition: opacity 0.2s, transform 0.2s; }
    .btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
    .btn-ghost { display: inline-block; border: 1.5px solid rgba(245,236,216,0.35); color: var(--cream); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 13px 26px; border-radius: 8px; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
    .btn-ghost:hover { border-color: var(--amber); background: rgba(232,144,26,0.08); }

    /* ─── PAGE HERO ─── */
    .page-hero { position: relative; overflow: hidden; height: clamp(280px,36vw,400px); display: flex; align-items: flex-end; }
    .page-hero-bg { position: absolute; inset: 0; background: url('/assets/images/about-banner.jpg') center 40% / cover no-repeat; }
    .page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,10,7,0.2) 0%, rgba(13,10,7,0.5) 50%, rgba(13,10,7,0.92) 100%); }
    .page-hero-content { position: relative; z-index: 1; padding: clamp(32px,4vw,52px) clamp(28px,6vw,80px); width: 100%; }
    .page-eyebrow { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #F5A830; margin-bottom: 8px; }
    .page-hero h1 { font-family: 'Rye', cursive; font-size: clamp(1.8rem,4vw,3rem); color: #F5ECD8; line-height: 1.1; }

    /* ─── TAB NAV ─── */
    .tab-nav-wrap { background: #E0CDA8; border-bottom: 2px solid rgba(100,55,10,0.25); position: sticky; top: 140px; z-index: 90; }
    .tab-nav { max-width: 1200px; margin: 0 auto; display: flex; gap: 0; padding: 0 clamp(28px,6vw,80px); overflow-x: auto; scrollbar-width: none; }
    .tab-nav::-webkit-scrollbar { display: none; }
    .tab-btn {
      flex-shrink: 0; padding: 18px 30px; background: none; border: none;
      font-family: 'Inter', sans-serif; font-size: 0.92rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
      cursor: pointer; border-bottom: 2px solid transparent;
      transition: color 0.2s, border-color 0.2s;
    }
    .tab-btn:hover { color: var(--light); }
    .tab-btn.active { color: var(--amber); border-bottom-color: var(--amber); }

    /* ─── TAB PANELS ─── */
    .tab-panel { display: none; }
    .tab-panel.active { display: block; }

    /* ═══════════════════════════════════
       ABOUT
    ═══════════════════════════════════ */
    .about-hero { padding: clamp(56px,7vw,88px) clamp(28px,6vw,80px); background: var(--bg); border-bottom: 1px solid var(--border); }
    .about-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
    @media (max-width: 860px) { .about-hero-inner { grid-template-columns: 1fr; } }
    .about-hero-inner img { width: 100%; height: 400px; object-fit: cover; border-radius: 14px; border: 1px solid var(--border); }
    .about-body p { font-size: 1.04rem; color: var(--light); font-weight: 300; line-height: 1.9; margin-bottom: 18px; }
    .about-body p:last-child { margin-bottom: 0; }
    .about-body strong { color: var(--cream); font-weight: 600; }

    .band-section { padding: clamp(48px,6vw,72px) clamp(28px,6vw,80px); }
    .band-inner { max-width: 1100px; margin: 0 auto; }
    .band-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 36px; }
    .band-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 22px 20px; display: flex; flex-direction: column; gap: 6px; }
    .band-icon { font-size: 2rem; margin-bottom: 4px; }
    .band-name { font-family: 'Rye', cursive; font-size: 1.05rem; color: var(--cream); }
    .band-role { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); }
    .band-desc { font-size: 0.94rem; color: var(--light); font-weight: 300; line-height: 1.7; margin-top: 4px; }

    .timeline-section { background: var(--surface); border-top: 2px solid var(--border); border-bottom: 2px solid var(--border); padding: clamp(48px,6vw,72px) clamp(28px,6vw,80px); }
    .timeline-inner { max-width: 800px; margin: 0 auto; }
    .timeline { display: flex; flex-direction: column; gap: 0; margin-top: 36px; }
    .tl-item { display: flex; gap: 24px; padding: 20px 0; border-left: 2px solid rgba(232,144,26,0.25); margin-left: 16px; padding-left: 28px; position: relative; }
    .tl-item::before { content: ''; position: absolute; left: -7px; top: 26px; width: 12px; height: 20px; border-radius: 50%; background: var(--amber); border: 2px solid var(--surface); }
    .tl-year { font-family: 'Rye', cursive; font-size: 1.1rem; color: var(--amber); flex-shrink: 0; width: 58px; line-height: 1.4; }
    .tl-text { font-size: 1rem; color: var(--light); font-weight: 300; line-height: 1.75; }
    .tl-text strong { color: var(--cream); font-weight: 600; }

    .directions-section { padding: clamp(48px,6vw,72px) clamp(28px,6vw,80px); }
    .directions-inner { max-width: 1100px; margin: 0 auto; }
    .directions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 36px; }
    .dir-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px 22px; }
    .dir-from { font-family: 'Rye', cursive; font-size: 1.15rem; color: var(--amber); margin-bottom: 6px; }
    .dir-time { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
    .dir-steps { display: flex; flex-direction: column; gap: 9px; }
    .dir-step { font-size: 0.94rem; color: var(--light); font-weight: 300; line-height: 1.65; display: flex; gap: 8px; }
    .dir-step-num { color: var(--amber); font-weight: 700; flex-shrink: 0; }
    .dir-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); }
    .dir-card a:hover { text-decoration: underline; }

    /* ═══════════════════════════════════
       FAQS
    ═══════════════════════════════════ */
    .faq-section { padding: clamp(56px,7vw,88px) clamp(28px,6vw,80px); }
    .faq-inner { max-width: 900px; margin: 0 auto; }
    .faq-category { margin-bottom: 48px; }
    .faq-category-title { font-family: 'Rye', cursive; font-size: 1.3rem; color: var(--amber); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
    .faq-list { display: flex; flex-direction: column; gap: 2px; }
    .faq-item { border: 1px solid var(--border); background: var(--surface); overflow: hidden; }
    .faq-item:first-child { border-radius: 10px 10px 0 0; }
    .faq-item:last-child  { border-radius: 0 0 10px 10px; }
    .faq-item:not(:first-child) { border-top: none; }
    .faq-q { display: flex; align-items: center; padding: 18px 22px; cursor: pointer; font-size: 1.02rem; font-weight: 600; color: var(--cream); transition: background 0.2s; gap: 12px; }
    .faq-q:hover { background: rgba(100,55,10,0.07); }
    .faq-arrow { font-size: 0.8rem; color: var(--amber); transition: transform 0.3s; flex-shrink: 0; }
    .faq-item.open .faq-arrow { transform: rotate(90deg); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; font-size: 0.98rem; color: var(--light); line-height: 1.85; font-weight: 300; padding: 0 22px; border-top: 0 solid var(--border); }
    .faq-item.open .faq-a { max-height: 600px; padding: 16px 22px 20px; border-top: 1px solid var(--border); }
    .faq-a strong { color: var(--cream); font-weight: 600; }

    /* Pricing table */
    .price-table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 0.97rem; }
    .price-table th { text-align: left; padding: 10px 14px; background: rgba(232,144,26,0.1); color: var(--amber); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; }
    .price-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); color: var(--light); font-weight: 300; }
    .price-table tr:last-child td { border-bottom: none; }
    .price-table .pass-name { font-weight: 600; color: var(--cream); }

    /* ═══════════════════════════════════
       RANCH VIDEOS
    ═══════════════════════════════════ */
    .videos-section { padding: clamp(56px,7vw,88px) clamp(28px,6vw,80px); }
    .videos-inner { max-width: 1200px; margin: 0 auto; }
    .videos-featured { margin-top: 36px; margin-bottom: 32px; }
    .video-embed-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 14px; border: 1px solid var(--border); box-shadow: 0 12px 48px rgba(0,0,0,0.4); }
    .video-embed-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
    .videos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
    .video-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
    .video-card:hover { transform: translateY(-3px); border-color: rgba(232,144,26,0.4); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
    .video-card.playing { border-color: var(--amber); box-shadow: 0 0 0 2px var(--amber), 0 12px 40px rgba(0,0,0,0.4); }
    .video-thumb-wrap { position: relative; overflow: hidden; }
    .video-thumb { width: 100%; height: 170px; object-fit: cover; display: block; transition: transform 0.3s; }
    .video-card:hover .video-thumb { transform: scale(1.04); }
    .video-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(20,8,2,0.3); transition: background 0.2s; }
    .video-card:hover .video-play-overlay { background: rgba(20,8,2,0.12); }
    .video-play-btn { width: 52px; height: 52px; background: rgba(232,144,26,0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); transition: transform 0.2s, background 0.2s; }
    .video-card:hover .video-play-btn { transform: scale(1.1); background: var(--amber); }
    .video-play-btn::after { content: '▶'; font-size: 18px; color: #fff; margin-left: 3px; }
    .video-info { padding: 14px 16px; }
    .video-title { font-family: 'Rye', cursive; font-size: 1rem; color: var(--cream); margin-bottom: 4px; }
    .video-desc { font-size: 0.92rem; color: var(--light); font-weight: 300; line-height: 1.6; }
    .video-featured-title { font-family: 'Rye', cursive; font-size: 1.35rem; color: var(--cream); margin-bottom: 6px; margin-top: 14px; }
    .video-featured-desc { font-size: 1rem; color: var(--light); font-weight: 300; }

    /* ═══════════════════════════════════
       LODGING
    ═══════════════════════════════════ */
    .lodging-section { padding: clamp(56px,7vw,88px) clamp(28px,6vw,80px); }
    .lodging-inner { max-width: 1200px; margin: 0 auto; }
    .lodging-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-top: 40px; }
    .lodging-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
    .lodging-card:hover { transform: translateY(-3px); border-color: rgba(232,144,26,0.35); box-shadow: 0 12px 36px rgba(0,0,0,0.35); }
    .lodging-type { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
    .lodging-name { font-family: 'Rye', cursive; font-size: 1.15rem; color: var(--cream); line-height: 1.3; }
    .lodging-desc { font-size: 0.97rem; color: var(--light); font-weight: 300; line-height: 1.75; flex: 1; }
    .lodging-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; padding: 11px 18px; background: rgba(232,144,26,0.1); border: 1px solid rgba(232,144,26,0.25); border-radius: 7px; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber); transition: background 0.2s; align-self: flex-start; }
    .lodging-link:hover { background: rgba(232,144,26,0.2); }

    /* More options / RV */
    .more-options { margin-top: 48px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 28px 26px; }
    .more-options-title { font-family: 'Rye', cursive; font-size: 1.25rem; color: var(--cream); margin-bottom: 20px; }
    .more-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
    .more-item { display: flex; align-items: center; gap: 8px; font-size: 0.96rem; color: var(--light); font-weight: 300; }
    .more-item::before { content: '·'; color: var(--amber); font-size: 1.2rem; flex-shrink: 0; }

    /* ─── FOOTER ─── */
    .orgs-section {
      background: #2E1D0E;
      border-top: 1px solid rgba(184,104,16,0.2);
      border-bottom: 1px solid rgba(184,104,16,0.2);
      padding: clamp(40px,5vw,64px) clamp(20px,6vw,80px);
    }
    .orgs-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: clamp(28px,4vw,60px); flex-wrap: wrap; justify-content: center; }
    .orgs-label { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--amber); white-space: nowrap; flex-shrink: 0; }
    .orgs-logos { display: flex; align-items: center; justify-content: center; gap: clamp(20px,3vw,40px); flex-wrap: wrap; }
    .orgs-logos img { height: 64px; object-fit: contain; background: #fff; border-radius: 8px; padding: 10px 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.3); transition: opacity 0.2s, transform 0.2s; }
    .orgs-logos img:hover { opacity: 1; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
    footer {
      background: #0D0A07;
      border-top: 1px solid rgba(184,104,16,0.15);
      padding: clamp(48px,6vw,72px) clamp(20px,6vw,80px) clamp(32px,4vw,48px);
    }
    .footer-inner {
      max-width: 1200px; margin: 0 auto;
      display: grid;
      grid-template-columns: 220px 1fr 1fr 1fr;
      gap: 48px;
    }
    .footer-brand img { height: 80px; margin-bottom: 20px; display: block; }
    .footer-social { display: flex; gap: 14px; margin-top: 4px; }
    .footer-social a {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid rgba(184,104,16,0.3);
      display: flex; align-items: center; justify-content: center;
      color: var(--amber); transition: all 0.2s;
    }
    .footer-social a:hover { background: rgba(184,104,16,0.2); border-color: var(--amber); }
    .footer-col h4 { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--amber); margin-bottom: 16px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col ul li a, .footer-col p a { font-size: 0.88rem; color: var(--muted); transition: color 0.2s; }
    .footer-col ul li a:hover, .footer-col p a:hover { color: var(--cream); }
    .footer-col p { font-size: 0.88rem; color: var(--muted); line-height: 1.75; }
    .footer-bottom {
      max-width: 1200px; margin: 48px auto 0;
      padding-top: 24px; border-top: 1px solid rgba(184,104,16,0.1);
      display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
    }
    .footer-bottom p { font-size: 0.75rem; color: rgba(139,96,53,0.6); }
    @media (max-width: 768px) {
      .footer-inner { grid-template-columns: 1fr 1fr; }
      .footer-bottom { flex-direction: column; }
    }
    @media (max-width: 480px) {
      .footer-inner { grid-template-columns: 1fr; }
    }
  
    /* DROPDOWNS */
    .nav-item { position: relative; }
    .nav-item > a { display: inline-flex; align-items: center; gap: 4px; }
    .nav-item > a::after { content: "\25be"; font-size: 0.6rem; opacity: 0.6; transition: transform 0.2s; }
    .nav-item:hover > a::after { transform: rotate(180deg); }
    .nav-dropdown {
      display: none; position: absolute; top: calc(100% + 10px); left: 50%;
      transform: translateX(-50%); background: #1E0A02; border: 1.5px solid #4A2810;
      border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      min-width: 180px; z-index: 200; overflow: hidden;
    }
    .nav-dropdown a {
      display: block; padding: 10px 18px;
      font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 700;
      color: rgba(255,255,255,0.9); text-decoration: none; letter-spacing: 0.1em;
      text-transform: uppercase; white-space: nowrap;
      border-bottom: 1px solid rgba(196,168,120,0.4);
      transition: background 0.15s, color 0.15s;
    }
    .nav-dropdown a:last-child { border-bottom: none; }
    .nav-dropdown a:hover { background: #2E1206; color: #E8901A; }
    .nav-item:hover .nav-dropdown { display: block; }
    /* Bridge the gap so mouse can travel from link to dropdown */
    .nav-item::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: 20px;
    }
    .nav-drawer-sub { padding-left: 18px; }
    .nav-drawer-sub a {
      display: block; padding: 8px 16px;
      font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600;
      color: rgba(255,248,232,0.7); text-decoration: none;
      letter-spacing: 0.08em; text-transform: uppercase;
      border-left: 2px solid rgba(196,149,10,0.4); margin: 2px 0; transition: color 0.2s;
    }
    .nav-drawer-sub a:hover { color: #F5C842; }
    .nav-drawer-section {
      font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 800;
      color: rgba(255,248,232,0.5); letter-spacing: 0.15em;
      text-transform: uppercase; padding: 14px 16px 4px;
    }
  
    /* EVENTS TICKER (second bar) */
    .ticker-wrap-events {
      background: #4A0E1A;
      border-bottom: 1px solid #8B2635;
      overflow: hidden;
      white-space: nowrap;
      height: 36px;
      display: flex; align-items: center;
      position: sticky; top: 36px; left: 0; right: 0; z-index: 100;
    }
    .ticker-wrap-events .ticker-track { animation-duration: 36s; }
    .ticker-wrap-events:hover .ticker-track { animation-play-state: paused; }
    .ticker-item-event {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 0 36px; font-family: 'Inter', sans-serif;
      font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
      text-transform: uppercase; color: #F5C6CC;
      text-decoration: none; transition: color 0.2s; cursor: pointer; white-space: nowrap;
    }
    .ticker-item-event:hover { color: #FF8A9A; }
    .ticker-sep-event { color: #8B2635; font-size: 0.65rem; flex-shrink: 0; padding: 0 4px; }
    .ticker-pill-event {
      display: inline-block; background: #8B2635; color: #fff;
      font-size: 0.6rem; font-weight: 800; letter-spacing: 0.12em;
      padding: 2px 7px; border-radius: 3px; text-transform: uppercase; flex-shrink: 0;
    }
