:root {
  --navy-950: #071525;
  --navy-900: #0b223c;
  --navy-800: #123759;
  --red-700: #a6232c;
  --red-600: #bd303a;
  --gold-500: #d6a84b;
  --gold-100: #fff5dc;
  --ink: #152033;
  --muted: #5b6879;
  --line: #dce3eb;
  --paper: #fff;
  --soft: #f5f7fa;
  --soft-blue: #edf3f8;
  --shadow-sm: 0 8px 24px rgba(7, 21, 37, .08);
  --shadow: 0 22px 55px rgba(7, 21, 37, .14);
  --radius: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--red-700); text-underline-offset: 3px; }
a:hover { color: var(--navy-900); }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
h2 { font-size: clamp(1.8rem, 2.7vw, 2.45rem); line-height: 1.12; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; background: var(--gold-500); color: var(--navy-950); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--red-700); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: clamp(3.75rem, 5vw, 4.75rem) 0; }
.section-soft { background: linear-gradient(180deg, #f7f9fb, #f2f5f8); }
.section-blue { background: var(--soft-blue); }
.section-dark { color: #fff; background: var(--navy-950); }
.section-header { max-width: 750px; margin-bottom: 2.25rem; }
.section-header.center { margin-inline: auto; text-align: center; }
.section-header h1, .section-header h2 { margin: 0 0 .85rem; color: var(--navy-950); font-size: clamp(2.15rem, 4.6vw, 3.7rem); line-height: 1.05; }
.section-header p, .lead { margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark h2, .section-dark .section-header h2 { color: #fff; }
.section-dark p { color: #cfdae7; }

.top-strip { color: #fff; background: var(--navy-950); font-size: .86rem; }
.top-strip .container { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: .5rem 0; }
.top-strip a { color: #fff; text-decoration: none; }
.top-strip a:hover { color: var(--gold-500); }
.site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(7,21,37,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .75rem; color: var(--navy-950); text-decoration: none; }
.brand-logo { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; overflow: hidden; background: transparent; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: grid; line-height: 1.05; }
.brand-name { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 800; }
.brand-subtitle { margin-top: .2rem; color: var(--muted); font-size: .72rem; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; gap: .1rem; }
.site-nav a { padding: .65rem .48rem; border-radius: 8px; color: var(--navy-950); font-size: .79rem; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--red-700); background: #f1f4f7; }
.menu-toggle { display: none; min-width: 46px; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy-950); background: #fff; font-weight: 800; }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .85rem 1.25rem; border: 2px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 900; line-height: 1.1; text-align: center; text-decoration: none; box-shadow: 0 8px 20px rgba(7,21,37,.09); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(7,21,37,.15); }
.btn-primary { color: #fff; background: var(--red-700); }
.btn-primary:hover { color: #fff; background: #8e1b23; }
.btn-secondary { color: var(--navy-950); background: var(--gold-500); }
.btn-secondary:hover { color: var(--navy-950); background: #e5b95d; }
.btn-outline { color: var(--navy-950); border-color: var(--navy-900); background: transparent; box-shadow: none; }
.btn-outline:hover { color: #fff; background: var(--navy-900); }
.btn-light { color: var(--navy-950); background: #fff; }
.btn-light:hover { color: var(--navy-950); background: var(--gold-100); }

.hero { position: relative; overflow: hidden; min-height: 690px; color: #fff; background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,15,27,.97) 0%, rgba(4,15,27,.83) 45%, rgba(4,15,27,.28) 100%), linear-gradient(0deg, rgba(166,35,44,.25), transparent 55%), url("../images/IMG_0502.JPG") center 38% / cover; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--red-700) 0 43%, #fff 43% 57%, var(--navy-800) 57%); }
.hero-grid { position: relative; display: grid; min-height: 690px; grid-template-columns: minmax(0, 700px); align-items: center; padding: 5rem 0; }
.hero h1 { max-width: 820px; margin: 0 0 1rem; font-size: clamp(2.9rem, 6.5vw, 5.6rem); line-height: .95; text-wrap: balance; text-shadow: 0 3px 25px rgba(0,0,0,.3); }
.hero .lead { max-width: 650px; color: #e6edf5; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-facts { display: grid; max-width: 900px; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin: 2rem 0; }
.hero-fact { padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(7,21,37,.55); backdrop-filter: blur(8px); }
.hero-fact strong { display: block; color: var(--gold-500); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-fact span { font-size: 1rem; font-weight: 800; }
.hero-note { position: absolute; right: 0; bottom: 2rem; max-width: 300px; padding: 1rem 1.1rem; border-left: 4px solid var(--gold-500); border-radius: 10px; color: var(--navy-950); background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-weight: 700; }

.stat-strip { position: relative; z-index: 2; margin-top: -1px; background: #fff; box-shadow: var(--shadow-sm); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 1.45rem; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--navy-950); font: 800 clamp(1.4rem,3vw,2.2rem)/1.1 Georgia, serif; }
.stat span { display: block; margin-top: .3rem; color: var(--muted); font-size: .9rem; font-weight: 700; }

.grid { display: grid; gap: 1.25rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card h2, .card h3 { margin: 0 0 .7rem; color: var(--navy-950); line-height: 1.16; }
.card h2 { font-size: clamp(1.5rem, 2vw, 2.05rem); }
.card h3 { font-size: clamp(1.3rem, 1.65vw, 1.65rem); }
.card p { margin: 0 0 1rem; color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.accent-card { border-top: 5px solid var(--red-700); }
.gold-card { border-top: 5px solid var(--gold-500); }
.feature-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.75rem, 3vw, 2.5rem); align-items: center; }
.feature-band h2 { margin: 0 0 .8rem; color: var(--navy-950); }
.feature-band p { color: var(--muted); }
.feature-image { overflow: hidden; min-height: 420px; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.image-caption { margin-top: .65rem; color: var(--muted); font-size: .82rem; }
.media-card { display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden; padding: 0; }
.media-card img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.media-card > div { padding: 2rem; align-self: center; }
.link-arrow { font-weight: 900; text-decoration: none; }
.link-arrow::after { content: " →"; }

.page-hero { position: relative; overflow: hidden; padding: clamp(3.25rem, 4.5vw, 4.25rem) 0; color: #fff; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.page-hero::after { content: ""; position: absolute; right: -10%; bottom: -80%; width: 50%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.page-hero .container { position: relative; z-index: 1; max-width: var(--max); }
.page-hero h1 { max-width: 820px; margin: 0 0 .9rem; font-size: clamp(2.35rem, 4.1vw, 3.75rem); line-height: 1.02; text-wrap: balance; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin: 0; color: #d9e2ed; font-size: clamp(1rem, 1.35vw, 1.08rem); }
.page-hero .eyebrow { color: var(--gold-500); }
.callout, .note { padding: 1.4rem; border: 1px solid #ead7a6; border-radius: var(--radius); background: var(--gold-100); }
.callout h2 { margin-top: 0; color: var(--navy-950); }
.status-pill { display: inline-flex; padding: .3rem .65rem; border-radius: 999px; color: #724d00; background: var(--gold-100); font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.registration-layout { align-items: start; }
.registration-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.day-of-registration-notice { display: flex; gap: .7rem 1rem; align-items: center; max-width: 920px; padding: 1rem 1.15rem; margin: 1.5rem auto 0; border: 1px solid rgba(218, 164, 62, .55); border-left: 5px solid var(--gold-500); border-radius: 14px; color: var(--navy-950); background: linear-gradient(135deg, #fff9e8, #fff); box-shadow: var(--shadow-sm); }
.day-of-registration-notice strong { flex: 0 0 auto; }
.day-of-registration-notice span { color: var(--muted); }
.day-of-registration-notice[hidden] { display: none; }
.step-card { position: relative; padding-left: 5.2rem; }
.step-marker { position: absolute; left: 1.45rem; top: 1.45rem; display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border-radius: 999px; color: #fff; background: var(--navy-950); font-weight: 900; box-shadow: var(--shadow-sm); }
.step-card.gold-card .step-marker { color: var(--navy-950); background: var(--gold-500); }
.registration-stack { display: grid; gap: 1.5rem; }
.registration-panel { display: grid; gap: 1rem; padding: clamp(1.1rem, 2vw, 1.45rem); border-top: 5px solid var(--red-700); }
.waiver-panel { scroll-margin-top: 96px; border-top-color: var(--gold-500); }
.form-header h3 { margin-bottom: .3rem; }
.form-header p:last-child { margin: 0; }
.tally-embed { overflow: hidden; min-height: 600px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.tally-embed iframe { display: block; width: 100%; min-height: 600px; border: 0; }
.registration-fallback { padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.registration-fallback h3 { margin: 0 0 .45rem; color: var(--navy-950); }
.registration-fallback p { margin: 0; color: var(--muted); }
.privacy-note { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.compact-callout { display: grid; gap: .25rem; padding: 1rem 1.1rem; }
.compact-callout strong { color: var(--navy-950); }
.compact-callout span { color: #6d520e; }
.waiver-action { display: flex; gap: 1.25rem; align-items: center; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #fff, #f8fafc); }
.waiver-action h3 { margin: .7rem 0 .35rem; }
.waiver-action p { max-width: 650px; margin: 0; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin: 2.1rem 0 .55rem; color: var(--navy-950); font-size: clamp(1.45rem, 2vw, 1.95rem); }
.legal-content p { margin: 0 0 1rem; color: var(--muted); }
.legal-content .lead { margin-bottom: 2rem; color: var(--ink); font-weight: 800; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .45rem 0 .45rem 1.65rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red-700); font-weight: 900; }
.timeline { display: grid; gap: .3rem; }
.timeline-item { position: relative; display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: 1.1rem 0 1.1rem 1.4rem; border-left: 2px solid var(--gold-500); }
.timeline-item::before { content: ""; position: absolute; left: -6px; top: 1.55rem; width: 10px; height: 10px; border-radius: 50%; background: var(--red-700); }
.timeline-item strong { color: var(--navy-950); }
.timeline-item span { color: var(--muted); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-panel h2 { margin: 0 0 .35rem; }
.cta-panel p { margin: 0; }
.tier { position: relative; padding-top: 2rem; }
.tier-price { margin: .4rem 0 1rem; color: var(--red-700); font-weight: 900; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }

.gallery-preview { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: 190px 190px; gap: .8rem; }
.gallery-preview a:first-child { grid-row: 1 / 3; }
.gallery-preview a { overflow: hidden; border-radius: 14px; }
.gallery-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-preview a:hover img { transform: scale(1.03); }
.gallery-grid { columns: 3 280px; column-gap: 1rem; }
.gallery-item { position: relative; break-inside: avoid; overflow: hidden; margin: 0 0 1rem; border-radius: 14px; background: #e8edf2; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: auto; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1rem .8rem; color: #fff; background: linear-gradient(transparent, rgba(3,12,22,.85)); font-size: .84rem; }
.faq-list { display: grid; gap: .75rem; max-width: 900px; margin-inline: auto; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 5px 15px rgba(7,21,37,.04); }
.faq-list summary { padding: 1.1rem 1.25rem; color: var(--navy-950); font-weight: 900; cursor: pointer; }
.faq-list details p { margin: 0; padding: 0 1.25rem 1.15rem; color: var(--muted); }

.site-footer { color: #cdd8e4; background: #061321; border-top: 5px solid var(--red-700); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 2rem; padding: 4rem 0 2.5rem; }
.site-footer h2, .site-footer h3 { margin: 0 0 .8rem; color: #fff; }
.site-footer p { max-width: 360px; margin: .3rem 0; }
.footer-event { margin-top: 1rem !important; color: var(--gold-500); font-weight: 800; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #dce5ee; text-decoration: none; }
.footer-links a:hover { color: var(--gold-500); }
.footer-bottom { display: flex; gap: 1rem; justify-content: space-between; padding: 1.2rem 0 1.7rem; border-top: 1px solid rgba(255,255,255,.12); color: #95a6b8; font-size: .82rem; }

@media (max-width: 1060px) {
  .site-header { position: sticky; top: 0; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { position: fixed; inset: 78px 0 auto; display: none; max-height: calc(100vh - 78px); overflow: auto; padding: 1rem 20px 1.5rem; border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .8rem 1rem; font-size: .95rem; }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--max)); }
  .top-strip .container { justify-content: center; text-align: center; }
  .top-strip span:last-child { display: none; }
  .brand-subtitle { display: none; }
  .section { padding: 4rem 0; }
  .hero, .hero-grid { min-height: 650px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,15,27,.94), rgba(4,15,27,.58)), url("../images/IMG_0502.JPG") 58% center / cover; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-note { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid.two, .grid.three, .feature-band, .media-card, .registration-steps { grid-template-columns: 1fr; }
  .feature-image, .feature-image img { min-height: 300px; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 150px; }
  .gallery-preview a:first-child { grid-column: 1 / 3; grid-row: auto; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
  .footer-bottom { display: grid; }
  .waiver-action { display: grid; }
  .day-of-registration-notice { display: grid; }
}
@media (max-width: 480px) {
  .brand-logo { width: 44px; height: 44px; }
  .header-inner { min-height: 70px; }
  .site-nav { top: 70px; }
  .hero-facts, .grid.four { grid-template-columns: 1fr; }
  .hero-fact { padding: .7rem .85rem; }
  .button-row .btn { width: 100%; }
  .stat { padding: 1.1rem .9rem; }
  .timeline-item { grid-template-columns: 82px 1fr; }
  .logo-grid { grid-template-columns: 1fr; }
  .step-card { padding-left: 1.2rem; padding-top: 4.9rem; }
  .step-marker { left: 1.2rem; top: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
