/* VSYC-26 Shared Stylesheet */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #1a2744;
  --navy-deep: #0d1428;
  --gold: #C9A84C;
  --gold-light: #e8c97a;
  --red: #C8102E;
  --cream: #f5f0e8;
  --cream-mid: #ede8dc;
  --border: #2a3a5a;
  --text-muted: #8090b8;
  --text-body: #c8d0e0;
  --white: #ffffff;
  --caps-track: 0.12em;
  --caps-track-tight: 0.1em;
}
html {
  scroll-behavior: smooth;
}
body { font-family: 'Montserrat', system-ui, -apple-system, sans-serif; background: var(--navy-deep); color: var(--white); line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, svg, video, canvas { max-width: 100%; height: auto; }
a, button, [role="button"] { -webkit-tap-highlight-color: transparent; }

a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* TOP BAR */
#top-bar { background: var(--gold); padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
#top-bar span { font-size: 0.7rem; color: var(--navy-deep); letter-spacing: var(--caps-track); font-weight: 800; }
#top-bar a { font-size: 0.7rem; color: var(--navy-deep); font-weight: 800; text-decoration: none; letter-spacing: var(--caps-track-tight); border-bottom: 1px solid var(--navy-deep); }

/* NAV */
nav { background: var(--navy-deep); border-bottom: 1px solid var(--border); padding: 0 24px; position: sticky; top: 0; z-index: 200; will-change: transform; }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand-main { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1rem; color: var(--white); line-height: 1; }
.nav-brand-sub { font-size: 0.55rem; letter-spacing: 0.2em; color: var(--gold); font-weight: 700; margin-top: 2px; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-link { font-size: 0.68rem; letter-spacing: 0.11em; font-weight: 700; color: var(--text-muted); text-decoration: none; padding: 6px 0; border-bottom: 2px solid transparent; transition: all 0.2s; touch-action: manipulation; }
.nav-link:hover, .nav-link.active { color: var(--gold); border-bottom-color: var(--gold); }
.nav-home { background: var(--gold); color: var(--navy-deep) !important; padding: 6px 14px !important; font-size: 0.65rem !important; font-weight: 800 !important; letter-spacing: 0.1em; border-bottom: none !important; transition: background 0.2s !important; }
.nav-home:hover { background: var(--gold-light) !important; border-bottom: none !important; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; touch-action: manipulation; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); }
.mobile-menu { display: none; flex-direction: column; background: var(--navy-deep); border-bottom: 1px solid var(--border); padding: 12px 24px 20px; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 0.85rem; letter-spacing: 0.1em; font-weight: 700; color: var(--text-muted); text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--border); }
.mobile-menu .mobile-home { background: var(--gold); color: var(--navy-deep); padding: 10px 16px; border-bottom: none; font-weight: 800; text-align: center; }

/* HERO */
#hero { background: var(--navy); position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; }
.hero-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(201,168,76,0.08) 1px, transparent 1px); background-size: 28px 28px; }
.hero-glow { position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%); }
.hero-inner { max-width: 1100px; margin: 0 auto; padding: 80px 24px 160px; position: relative; z-index: 1; width: 100%; }

/* VSYC PAGE HERO (compact header for VSYC sub-pages) */
.vsyc-page-hero { background: var(--navy-deep); position: relative; overflow: hidden; padding: 48px 24px 120px; border-bottom: 1px solid var(--border); }
.vsyc-page-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(201,168,76,0.06) 1px, transparent 1px); background-size: 28px 28px; }
.vsyc-page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.vsyc-page-hero-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2.2rem, 5vw, 3.5rem); color: var(--gold); line-height: 1.05; margin: 10px 0 8px; }
.vsyc-page-hero-sub { font-size: 0.7rem; letter-spacing: 0.16em; color: var(--text-muted); font-weight: 600; }

/* HERO SKYLINE + NATURE DECORATION */
.hero-skyline { position: absolute; bottom: 0; left: 0; right: 0; height: 280px; pointer-events: none; opacity: 1; }
.hero-skyline img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.9; display: block; }
.page-hero-nature { position: absolute; bottom: 0; left: 0; right: 0; height: 220px; pointer-events: none; }
.page-hero-nature img { width: 100%; height: 100%; object-fit: cover; object-position: center top; opacity: 0.9; display: block; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero-badge { background: var(--gold); color: var(--navy-deep); font-size: 0.65rem; letter-spacing: 0.2em; font-weight: 800; padding: 5px 14px; }
.hero-edition { font-size: 0.65rem; letter-spacing: 0.16em; font-weight: 700; color: var(--text-muted); }
.hero-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(2.8rem, 7vw, 5rem); color: var(--white); line-height: 0.95; margin-bottom: 12px; }
.hero-title span { color: var(--gold); }
.hero-year { font-family: 'Playfair Display', serif; font-weight: 900; font-size: clamp(4rem, 12vw, 8rem); color: rgba(201,168,76,0.3); line-height: 0.85; margin-bottom: 24px; display: block; }
@supports (-webkit-text-stroke: 1px) { .hero-year { color: transparent; -webkit-text-stroke: 2px rgba(201,168,76,0.3); } }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
.hero-meta-item { display: flex; flex-direction: column; gap: 3px; }
.hero-meta-label { font-size: 0.6rem; letter-spacing: 0.2em; font-weight: 700; color: var(--gold); }
.hero-meta-val { font-size: 0.95rem; font-weight: 700; color: var(--white); }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }


/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 14px 32px; font-weight: 800; letter-spacing: 0.095em; font-size: 0.78rem; text-decoration: none; cursor: pointer; border: none; transition: all 0.2s; font-family: 'Montserrat', sans-serif; touch-action: manipulation; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; border: 2px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--navy-deep); }
.btn-red { background: var(--red); color: white; }
.btn-red:hover { background: #a50d25; transform: translateY(-1px); }

/* SECTIONS */
.section { padding: 80px 24px; max-width: 1100px; margin: 0 auto; }
.section-wrap { position: relative; content-visibility: auto; contain-intrinsic-size: auto 600px; }
.section-wrap.bg-navy { background: var(--navy); }
.section-wrap.bg-deep { background: var(--navy-deep); }
.section-wrap.bg-cream { background: var(--cream); }
.gold-tag { display: inline-block; background: var(--gold); color: var(--navy-deep); font-size: 0.62rem; letter-spacing: 0.2em; padding: 4px 12px; font-weight: 800; margin-bottom: 16px; }
.red-tag { display: inline-block; background: var(--red); color: white; font-size: 0.62rem; letter-spacing: 0.2em; padding: 4px 12px; font-weight: 800; margin-bottom: 16px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; line-height: 1.05; color: var(--white); margin-bottom: 8px; }
.section-title.dark { color: var(--navy-deep); }
.divider-gold { width: 48px; height: 3px; background: var(--gold); margin: 16px 0 28px; }
.divider-red { width: 48px; height: 3px; background: var(--red); margin: 16px 0 28px; }

/* Shared section intro rhythm for long-form readability */
.section-intro,
.p-style,
.p-style2,
.sponsor-p {
  max-width: 70ch;
  line-height: 1.75;
}

/* QUICK FACTS */
.facts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; background: var(--border); margin-top: 48px; }
.fact-card { background: var(--navy); padding: 28px 24px; }
.fact-label { font-size: 0.6rem; letter-spacing: 0.2em; font-weight: 800; color: var(--gold); margin-bottom: 8px; }
.fact-val { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; color: var(--white); line-height: 1.2; }

/* DIVISIONS */
.divisions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.division-card { background: var(--navy); border: 1px solid var(--border); padding: 28px 24px; border-top: 3px solid var(--gold); transition: transform 0.15s; }
.division-card:hover { transform: translateY(-2px); }
.division-name { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.5rem; color: var(--gold); margin-bottom: 6px; }
.division-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
.division-badge { display: inline-block; background: var(--border); color: var(--text-muted); font-size: 0.62rem; letter-spacing: 0.12em; font-weight: 700; padding: 3px 10px; margin-top: 10px; }

/* SCHEDULE */
.schedule-item { display: flex; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.schedule-time { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: var(--gold); min-width: 100px; }
.schedule-event { font-weight: 700; font-size: 0.95rem; color: var(--white); margin-bottom: 3px; }
.schedule-note { font-size: 0.8rem; color: var(--text-muted); }

/* SPONSOR TIERS */
.tiers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.tier-card { background: var(--navy); border: 1px solid var(--border); padding: 24px 20px; position: relative; transition: transform 0.15s; }
.tier-card:hover { transform: translateY(-2px); }
.tier-card.diamond { border-color: var(--gold); background: linear-gradient(135deg, var(--navy) 0%, #1f2e50 100%); }
.tier-card.platinum { border-color: #b0c0d8; }
.tier-name { font-size: 0.65rem; letter-spacing: 0.2em; font-weight: 800; color: var(--gold); margin-bottom: 6px; }
.tier-card.platinum .tier-name { color: #b0c0d8; }
.tier-card.gold-tier .tier-name { color: var(--gold); }
.tier-card.silver-tier .tier-name { color: #c0c8d8; }
.tier-card.bronze-tier .tier-name { color: #c8a87a; }
.tier-price { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.6rem; color: var(--white); margin-bottom: 4px; }
.tier-limit { font-size: 0.7rem; color: var(--text-muted); margin-bottom: 16px; }
.tier-benefits { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.tier-benefits li { font-size: 0.78rem; color: var(--text-body); padding-left: 16px; position: relative; line-height: 1.4; }
.tier-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.tier-card.platinum .tier-benefits li::before { color: #b0c0d8; }
.confirmed-badge { display: inline-block; background: var(--gold); color: var(--navy-deep); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; padding: 3px 8px; margin-top: 12px; }

/* VENUE */
.venue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.venue-detail-row { display: flex; gap: 16px; margin-bottom: 16px; align-items: flex-start; }
.venue-label { font-size: 0.6rem; letter-spacing: 0.18em; font-weight: 800; color: var(--gold); min-width: 110px; padding-top: 2px; }
.venue-val { font-size: 0.9rem; color: var(--white); font-weight: 400; line-height: 1.5; }
.venue-rules { display: flex; flex-direction: column; gap: 12px; }
.venue-rule { background: var(--navy-deep); border-left: 3px solid var(--gold); padding: 14px 18px; }
.venue-rule-title { font-size: 0.65rem; letter-spacing: 0.14em; font-weight: 800; color: var(--gold); margin-bottom: 4px; }
.venue-rule-body { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }
.venue-note { text-align: center; color: #ccc; margin-bottom: 2rem; }
.venue-grid-single { grid-template-columns: 1fr !important; }
.flex-center-wrap { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.flex-item-340 { flex: 0 1 340px; }
.flex-item-500 { flex: 0 1 500px; }
.img-bordered { width: 100%; border: 1px solid var(--border); }
.caption-small-gold { text-align: center; font-size: 0.65rem; color: var(--gold); letter-spacing: 0.12em; font-weight: 700; margin-top: 8px; }

/* RULESET */
.ruleset-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rule-block { background: var(--navy); border: 1px solid var(--border); padding: 24px; }
.rule-block-title { font-size: 0.65rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 12px; }
.rule-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.rule-list li { font-size: 0.82rem; color: var(--text-body); padding-left: 16px; position: relative; line-height: 1.5; }
.rule-list li::before { content: "→"; position: absolute; left: 0; color: var(--gold); }

/* MUSIC UPLOAD */
.music-box { background: var(--navy); border: 1px solid var(--border); padding: 32px; border-left: 4px solid var(--gold); }
.music-step { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 20px; }
.music-step-num { width: 32px; height: 32px; background: var(--gold); color: var(--navy-deep); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.85rem; flex-shrink: 0; }
.music-step-text { font-size: 0.9rem; color: var(--text-body); line-height: 1.6; }
.music-step-text strong { color: var(--white); }
.music-step-last { margin-bottom: 0; }
.music-warning { color: var(--gold); font-weight: 700; }
.music-span { color: var(--text-muted); font-size: 0.82rem; }
.upload-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.upload-note { margin-top: 12px; font-size: 0.78rem; color: var(--text-muted); }

/* REGISTRATION */
.reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.reg-box { margin-top: 16px; background: var(--navy); border: 1px solid var(--border); padding: 20px; }
.reg-box-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.2rem; color: var(--white); margin-bottom: 16px; }
.price-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); }
.price-row:last-child { border-bottom: none; }
.price-div { font-size: 0.85rem; font-weight: 600; color: var(--white); }
.price-val { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: var(--gold); }
.price-discount { font-size: 0.75rem; color: var(--text-muted); font-family: 'Montserrat', sans-serif; font-weight: 400; }
.price-free { color: #6adb8a; }
.payment-box { margin-top: 16px; background: var(--navy); border: 1px solid var(--border); padding: 20px; border-left: 4px solid var(--red); }
.payment-title { font-size: 0.62rem; letter-spacing: 0.16em; font-weight: 800; color: var(--red); margin-bottom: 6px; }
.payment-text { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }
.payment-btns { margin-top: 12px; display: flex; gap: 10px; flex-wrap: wrap; }
.btn-small { padding: 10px 20px; font-size: 0.72rem; }
.reg-title { font-size: 0.62rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 8px; }
.reg-text { font-size: 0.82rem; color: var(--text-muted); }
.reg-link { color: var(--gold); }
.music-margin { margin-bottom: 0; }
.music-upload { margin-top: 20px; }
.upload-btn { width: 100%; text-align: center; display: block; font-size: 0.75rem; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { cursor: pointer; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 0.92rem; color: var(--white); -webkit-user-select: none; user-select: none; touch-action: manipulation; background: none; border: none; width: 100%; text-align: left; font-family: inherit; }
.faq-q:hover { color: var(--gold); }
.faq-toggle { color: var(--gold); font-size: 1.3rem; font-weight: 300; }
.faq-a { font-size: 0.85rem; line-height: 1.7; padding-bottom: 20px; color: var(--text-muted); display: none; }
.faq-link-gold { color: var(--gold); }
.faq-a.open { display: block; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-row { display: flex; gap: 16px; margin-bottom: 14px; align-items: baseline; }
.contact-label { font-size: 0.6rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); min-width: 100px; }
.contact-val { font-size: 0.92rem; color: var(--white); font-weight: 400; text-decoration: none; }
.contact-val:hover { color: var(--gold); }
.contact-title { font-size: 0.62rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.organized-title { margin-top: 32px; font-size: 0.62rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.dates-title { font-size: 0.62rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.dates-container { display: flex; flex-direction: column; gap: 1px; background: var(--border); }
.date-row { background: var(--navy); padding: 16px 20px; display: flex; justify-content: space-between; }
.date-label { font-size: 0.82rem; color: var(--text-body); }
.date-value { font-size: 0.82rem; color: var(--gold); font-weight: 700; }
.event-row { background: var(--navy); border: 1px solid var(--gold); padding: 16px 20px; display: flex; justify-content: space-between; }
.event-label { font-size: 0.9rem; color: var(--white); font-weight: 700; }
.event-value { font-size: 0.9rem; color: var(--white); font-weight: 700; }

/* FOOTER */
footer { background: #080d1a; padding: 40px 24px 24px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; }
.footer-flex { display: flex; align-items: center; gap: 12px; }
.footer-logo { width: 34px; height: 34px; object-fit: contain; }
.footer-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 0.95rem; color: var(--white); }
.footer-subtitle { font-size: 0.58rem; letter-spacing: 0.18em; color: var(--gold); font-weight: 700; }
.footer-link { color: var(--text-muted); font-size: 0.75rem; text-decoration: none; margin: 0 10px; transition: color 0.2s; }
.footer-link:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-copy { font-size: 0.72rem; color: #3a4a6a; }

/* COUNTDOWN */
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 480px; }
.countdown-box { background: var(--navy); border: 1px solid var(--border); padding: 20px 12px; text-align: center; }
.countdown-num { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 2.2rem; color: var(--gold); }
.countdown-label { font-size: 0.6rem; letter-spacing: 0.14em; font-weight: 700; color: var(--text-muted); margin-top: 4px; }
.countdown-margin { margin-top: 32px; }
.countdown-title { font-size: 0.6rem; letter-spacing: 0.18em; font-weight: 800; color: var(--gold); margin-bottom: 12px; }

/* UTILITY */

.grid-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.p-style { font-size: 1rem; line-height: 1.8; color: var(--text-body); margin-bottom: 20px; }
.p-style2 { font-size: 1rem; line-height: 1.8; color: var(--text-body); margin-bottom: 28px; }
.flex-gap { display: flex; gap: 10px; flex-wrap: wrap; }
.tag-style { background: var(--border); color: var(--text-muted); font-size: 0.68rem; letter-spacing: 0.1em; font-weight: 700; padding: 6px 14px; }
.facts-margin { margin-top: 0; }
.note-style { margin-top: 24px; background: var(--navy); border: 1px solid var(--border); padding: 20px 24px; border-left: 4px solid var(--gold); }
.note-span { font-size: 0.8rem; color: var(--text-muted); }
.strong-white { color: var(--white); }
.max-width { max-width: 700px; }
.schedule-note { margin-top: 20px; font-size: 0.78rem; color: var(--text-muted); }
.sponsor-p { font-size: 1rem; color: var(--text-body); max-width: 680px; line-height: 1.8; margin-bottom: 12px; }
.sponsor-p2 { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 40px; }
.active-sponsors { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0; justify-content: center; }
.active-sponsor-card { border-radius: 4px; padding: 36px 48px; text-align: center; min-width: 280px; flex: 1; max-width: 560px; }
.active-sponsor-card.platinum-sponsor { background: linear-gradient(135deg, #1a2a45 0%, #0d1b30 100%); border: 2px solid #b0c0d8; }
.active-sponsor-tier { font-size: 0.65rem; font-weight: 800; letter-spacing: 0.2em; color: #b0c0d8; margin-bottom: 16px; }
.active-sponsor-name { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 2.8rem; color: var(--white); line-height: 1.1; margin-bottom: 12px; }
.active-sponsor-tagline { font-size: 0.85rem; color: var(--text-muted); }
.sponsor-divider { border: none; border-top: 1px solid var(--border); margin: 48px 0; }
.sponsor-margin { margin-top: 48px; }
.sponsor-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.5rem; color: var(--white); margin-bottom: 8px; }
.sponsor-text { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; }
.sponsor-strong { color: var(--gold); }
.form-bg { background: var(--navy-deep); padding: 2px; border: 1px solid var(--border); }
.btns-flex { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.btn-small2 { font-size: 0.75rem; padding: 10px 20px; }
.venue-rules-title { font-size: 0.65rem; letter-spacing: 0.16em; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.rules-note { margin-top: 24px; background: var(--navy-deep); border: 1px solid var(--border); padding: 20px 24px; border-left: 4px solid var(--gold); }
.rules-p { font-size: 0.82rem; color: var(--text-muted); }
.rules-link { color: var(--gold); }
.section-max { max-width: 780px; }
.jotform-iframe { min-width: 100%; max-width: 100%; height: 539px; border: none; display: block; }

/* VENUE GALLERY */
.venue-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.venue-gallery-item { position: relative; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 4/3; }
.venue-gallery-item.tall { grid-row: span 2; aspect-ratio: auto; }
.venue-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.venue-gallery-item:hover img { transform: scale(1.05); }
.venue-gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(13,20,40,0.9)); padding: 24px 12px 10px; font-size: 0.65rem; letter-spacing: 0.12em; font-weight: 700; color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .venue-grid, .reg-grid, .contact-grid, .ruleset-grid, .grid-2col { grid-template-columns: 1fr; }
  .venue-gallery { grid-template-columns: 1fr 1fr; }
  .venue-gallery-item.tall { grid-row: span 1; aspect-ratio: 4/3; }
  .countdown-grid { grid-template-columns: repeat(4, 1fr); }
  .hero-year { font-size: 3rem; font-size: clamp(3rem, 18vw, 6rem); }
}
@media (max-width: 480px) {
  #top-bar { justify-content: center; text-align: center; padding: 8px 12px; gap: 8px; }
  #top-bar span { flex: 1 1 100%; }
  #top-bar span, #top-bar a { font-size: 0.62rem; letter-spacing: 0.09em; }
  #top-bar a { padding: 6px 10px; border: 1px solid rgba(13,20,40,0.45); }
  nav { padding: 0 14px; }
  .nav-brand-main { font-size: 0.9rem; }
  .nav-brand-sub { font-size: 0.5rem; letter-spacing: 0.14em; }
  .section { padding: 64px 18px; }
  .vsyc-page-hero { padding: 40px 18px 74px; }
  .vsyc-page-hero-sub { letter-spacing: 0.12em; }
  .hero-meta { gap: 14px; }
  .hero-meta-val { font-size: 0.9rem; }
  .btn { font-size: 0.73rem; padding: 12px 20px; letter-spacing: 0.08em; }
  .division-card { padding: 22px 16px; }
  .division-name { font-size: 1.3rem; }
  .division-desc { font-size: 0.82rem; }
  .reg-grid { gap: 24px; }
  .reg-box, .payment-box { padding: 16px; }
  .price-row { gap: 10px; align-items: flex-start; }
  .price-div, .price-val { font-size: 0.95rem; }
  .payment-btns { gap: 8px; }
  .payment-btns .btn { width: 100%; }
  .music-step { gap: 12px; margin-bottom: 14px; }
  .music-step-num { width: 28px; height: 28px; font-size: 0.78rem; }
  .music-step-text { font-size: 0.84rem; line-height: 1.5; }
  .upload-btn { font-size: 0.72rem; }
  .upload-note { font-size: 0.74rem; line-height: 1.5; }
  .footer-copy { line-height: 1.5; }
  .hero-btns { flex-direction: column; }
  .countdown-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 375px) {
  #top-bar span, #top-bar a { letter-spacing: 0.075em; }
  .vsyc-page-hero-sub { font-size: 0.64rem; letter-spacing: 0.09em; line-height: 1.45; }
  .footer-copy { font-size: 0.69rem; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  #top-bar, nav, .mobile-menu, .hero-skyline, .page-hero-nature,
  .hero-pattern, .hero-glow, .mobile-quick-actions, .skip-link,
  .hamburger { display: none !important; }
  body { background: #fff; color: #000; }
  .section-wrap.bg-navy, .section-wrap.bg-deep { background: #fff; }
  .section-title, .fact-val, .hero-title, .vsyc-page-hero-title { color: #000; }
  .gold-tag, .red-tag { background: #000; color: #fff; }
  .hero-meta-val, .p-style, .p-style2, .sponsor-p { color: #333; }
  footer { background: #fff; border-top: 1px solid #ccc; }
  .footer-title, .footer-copy { color: #333; }
  a { color: #000; text-decoration: underline; }
}
