:root {
  --black: #070707;
  --charcoal: #151515;
  --cream: #f3ead7;
  --gold: #f1b80f;
  --gold-dark: #c98900;
  --red: #b31217;
  --white: #ffffff;
  --muted: #c7c7c7;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  background: var(--black);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 860px; }
.section { padding: 78px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

#about, #schedule, #location, #lodging, #faq {
  scroll-margin-top: 96px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 82px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  background: rgba(0,0,0,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand img {
  width: auto;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}
.primary-nav { display: flex; justify-content: center; gap: 32px; }
.primary-nav a { font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.primary-nav a:hover { color: var(--gold); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: transform .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-red { background: var(--red); color: #fff; }
.button-gold { background: var(--gold); color: #111; }
.button-gold-dark { background: var(--gold); color: #111; min-width: 190px; }

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #090909;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 38%, rgba(0,0,0,.16) 72%, rgba(0,0,0,.04) 100%);
  z-index: 1;
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(0,0,0,.28), transparent 45%); }
.hero-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 3;
  width: 130px;
  height: auto;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,.55));
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 660px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 20px;
  padding-block: 70px 42px;
}
.hero-copy { max-width: 620px; position: relative; z-index: 3; align-self: start; padding-top: 12px; padding-left: 24px; }
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("hero-st-augustine-bike.jpg") center center / cover no-repeat;
}
.eyebrow { margin: 0 0 10px; color: var(--gold); text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }
.hero-copy .eyebrow { font-size: clamp(1.4rem, 2.4vw, 2.1rem); white-space: nowrap; letter-spacing: .06em; -webkit-text-stroke: 1.5px #000; text-stroke: 1.5px #000; paint-order: stroke fill; }
.hero h1 {
  margin: 0;
  font-family: "Rye", serif;
  font-size: clamp(4rem, 8vw, 7.8rem);
  line-height: .84;
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0,0,0,.65);
}
.script {
  margin: 12px 0 18px;
  color: var(--gold);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: .04em;
}
.hero-copy .script { -webkit-text-stroke: 1.5px #000; text-stroke: 1.5px #000; paint-order: stroke fill; }
.hero-tagline { font-weight: 800; text-transform: uppercase; line-height: 1.45; letter-spacing: .06em; text-shadow: 0 2px 8px rgba(0,0,0,.8); }

.event-facts { background: #060606; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { text-align: center; padding: 34px 26px; position: relative; }
.fact + .fact::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(241,184,15,.6); }
.fact-icon { color: var(--gold); font-size: 2.5rem; }
.fact h2 { font-size: 1rem; text-transform: uppercase; margin: 12px 0 8px; }
.fact p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.welcome { color: #111; background: var(--cream) url("parchment-texture.jpg") center / cover; }
.welcome-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: center; }
.section-copy h2, .info-card h2, .faq h2 {
  margin: 0 0 18px;
  font-family: "Rye", serif;
  text-transform: uppercase;
  line-height: 1.12;
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.section-copy > p:not(.script) { line-height: 1.75; margin-bottom: 26px; }
.red { color: var(--red); margin-bottom: 4px; }
.photo-collage { position: relative; min-height: 430px; }
.photo { position: absolute; margin: 0; overflow: hidden; border: 8px solid #fff; box-shadow: 0 10px 22px rgba(0,0,0,.25); background: #ddd; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { inset: 12px 25% 10px 0; transform: rotate(-2deg); }
.photo-top { width: 39%; height: 47%; right: 0; top: 0; transform: rotate(3deg); }
.photo-bottom { width: 42%; height: 48%; right: 0; bottom: 0; transform: rotate(-2deg); }

.highlights { background: #101010; }
.highlight-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.highlight-grid article { text-align: center; padding: 34px 24px; position: relative; }
.highlight-grid article + article::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: rgba(179,18,23,.6); }
.highlight-icon { font-size: 2.3rem; color: var(--gold); }
.highlight-grid h3 { color: var(--gold); text-transform: uppercase; font-size: .95rem; }
.highlight-grid p { color: #ddd; line-height: 1.55; font-size: .87rem; }

.addon-banner { background: linear-gradient(90deg, #f1b80f, #c98900 65%, #f1b80f); padding: 40px 0; }
.addon-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.addon-eyebrow { color: #111; }
.addon-eyebrow-lg { font-size: 1.5rem; letter-spacing: .06em; margin-bottom: 4px; }
.addon-banner h2 { margin: 4px 0 6px; font-family: "Rye", serif; text-transform: uppercase; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.1; color: #111; }
.addon-price { font-family: "Bebas Neue", sans-serif; font-size: 1.9rem; letter-spacing: .03em; color: #111; margin: 0 0 10px; }
.addon-banner p:not(.addon-eyebrow):not(.addon-price) { margin: 0; color: #1a1a1a; font-weight: 600; max-width: 640px; }

.info-section { background: #0b0b0b; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.info-card { background: #171717; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 34px; }
.info-card h2 { font-family: "Bebas Neue", sans-serif; letter-spacing: .03em; }
.info-card p, .info-card li { color: #d7d7d7; line-height: 1.7; }
.info-card ul { padding-left: 18px; }
.text-link { color: var(--gold); font-weight: 800; }

.register-banner { background: linear-gradient(90deg, #760e11, #c41a1f 56%, #7f0d10); padding: 38px 0; }
.register-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; }
.register-banner .script { margin: 0; color: var(--gold); font-size: 2.2rem; }
.register-banner h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: .02em; }
.register-banner p { margin: 0; }

.faq { background: var(--cream); color: #111; }
.faq details { border-top: 1px solid rgba(0,0,0,.18); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid rgba(0,0,0,.18); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { line-height: 1.7; }

.site-footer { padding: 34px 0; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; align-items: center; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand img { width: auto; height: 90px; object-fit: contain; }
.site-footer strong { text-transform: uppercase; letter-spacing: .05em; }
.site-footer p { color: #aaa; margin: 7px 0 0; font-size: .88rem; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 110px 1fr auto; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: .72rem; }
  .brand img { width: auto; height: 54px; }
  .hero-content { grid-template-columns: 1fr; padding-top: 110px; }
  .hero::before { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.54)); }
  .hero-badge { width: 96px; top: 16px; right: 16px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3)::before { display: none; }
  .welcome-grid { grid-template-columns: 1fr; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-grid article:nth-child(odd)::before { display: none; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; padding: 0 16px; grid-template-columns: 78px 1fr auto; }
  .brand img { width: auto; height: 44px; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 24px;
    background: #080808;
    flex-direction: column;
    align-items: center;
  }
  .primary-nav.open { display: flex; }
  .hero, .hero-content { min-height: auto; }
  .hero-content { padding-top: 94px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 4rem); overflow-wrap: break-word; word-break: break-word; }
  .hero-copy { padding-left: 16px; max-width: calc(100% - 16px); }
  .hero-copy .eyebrow { white-space: normal; font-size: clamp(1.1rem, 4.5vw, 1.6rem); }
  .hero-badge { width: 64px; top: 10px; right: 10px; }

  .fact-grid, .info-grid, .footer-grid { grid-template-columns: 1fr; }
  .fact + .fact::before { top: 0; bottom: auto; left: 20%; right: 20%; width: auto; height: 1px; }
  .fact:nth-child(3)::before { display: block; }
  .photo-collage { min-height: 520px; }
  .photo-main { inset: 0 0 42% 0; }
  .photo-top { width: 54%; height: 42%; bottom: 0; top: auto; left: 0; right: auto; }
  .photo-bottom { width: 54%; height: 42%; right: 0; bottom: 0; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-grid article + article::before { top: 0; bottom: auto; left: 20%; right: 20%; width: auto; height: 1px; }
  .register-grid { grid-template-columns: 1fr; }
  .addon-grid { grid-template-columns: 1fr; text-align: center; }
  .addon-banner p:not(.addon-eyebrow) { max-width: none; }
  .footer-brand { align-items: flex-start; }
}
