*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background-color: #0b1120;
  color: #e5e7eb;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem;
}

.site-header {
  background: radial-gradient(circle at top, #1f2937, #020617);
  border-bottom: 1px solid #111827;
}

.site-header h1 {
  margin: 0;
  font-size: 2.2rem;
}

.tagline {
  margin: 0.3rem 0 0;
  color: #9ca3af;
}

main {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #f9fafb;
}

.intro p {
  margin-top: 0.2rem;
}

.video-section {
  margin-top: 2rem;
}

.video-note {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: #9ca3af;
}

.race-video {
  width: 100%;
  max-height: 70vh;
  border-radius: 0.5rem;
  border: 1px solid #111827;
  background-color: #000;
}

.contact a {
  color: #38bdf8;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid #111827;
  background-color: #020617;
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}
