:root {
  --bg: #0f0f10;
  --bg-soft: #1a1a1d;
  --bg-card: #222226;
  --ink: #f5f5f5;
  --muted: #c8c8c8;
  --primary: #c1121f;
  --primary-2: #d62828;
  --accent: #ff6b6b;
  --line: #34343a;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(214, 40, 40, 0.24), transparent 32%),
    radial-gradient(circle at 90% 0%, rgba(255, 107, 107, 0.16), transparent 34%),
    var(--bg);
  font-family: "Shippori Antique", sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: 84px 0;
}

.eyebrow {
  margin: 0 0 10px;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  margin-bottom: 14px;
  line-height: 1.22;
  white-space: nowrap;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
}

p {
  margin-top: 0;
}

.small {
  font-size: 0.9rem;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(15, 15, 16, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.brand-text {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.35rem;
}

.global-nav {
  display: flex;
  gap: 18px;
}

.global-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.global-nav a:hover,
.global-nav a:focus-visible {
  color: var(--primary);
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 114px;
}

.hero-bg {
  position: absolute;
  inset: 10% -18% auto;
  height: 280px;
  background: linear-gradient(95deg, rgba(193, 18, 31, 0.95), rgba(42, 8, 8, 0.8));
  transform: rotate(-5deg);
  border-radius: 32px;
  z-index: -1;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  box-shadow: 0 8px 24px rgba(193, 18, 31, 0.35);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.hero-title {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.hero-copy p {
  color: var(--muted);
}

.hero-subtitle {
  margin: -2px 0 14px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: #ffb3b3;
  line-height: 1.45;
}

.hero-values {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffd4d4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  filter: brightness(1.08);
}

.btn-ghost {
  border-color: #a6a6a6;
  color: #f5f5f5;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: var(--primary);
  background: rgba(193, 18, 31, 0.13);
}

.concept-banner {
  display: inline-block;
  margin: 4px 0 0;
  padding: 8px 14px;
  background: rgba(193, 18, 31, 0.13);
  border: 1px solid rgba(214, 40, 40, 0.5);
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.lead-copy {
  max-width: 860px;
  color: var(--muted);
}

.hero-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
  width: min(680px, 100%);
}

.hero-card ul {
  margin: 14px 0;
  padding-left: 18px;
}

.hero-card h2 {
  white-space: nowrap;
  font-size: clamp(1.7rem, 2.2vw, 2.1rem);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.plain-list {
  margin: 0;
  padding-left: 18px;
}

.plain-list li {
  margin-bottom: 6px;
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 40, 40, 0.8);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.schedule-item {
  background: linear-gradient(180deg, #26262c, #1f1f24);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
}

.enrollment-callout {
  margin-top: 22px;
  background: linear-gradient(120deg, rgba(193, 18, 31, 0.18), rgba(34, 34, 38, 0.95));
  border: 1px solid rgba(214, 40, 40, 0.6);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.enrollment-callout h3 {
  margin: 0 0 6px;
}

.enrollment-callout .small {
  margin: 0;
}

.news-list {
  display: grid;
  gap: 10px;
}

.news-item {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}

.news-item time {
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.news-item p {
  margin: 0;
}

.news-item a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.news-item a:hover,
.news-item a:focus-visible {
  color: var(--primary);
  text-decoration: underline;
}

.news-archive {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(34, 34, 38, 0.92);
  padding: 12px 14px;
}

.news-archive summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--primary);
}

.news-archive[open] summary {
  margin-bottom: 10px;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  gap: 16px;
}

.sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.sponsor-item:hover,
.sponsor-item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(214, 40, 40, 0.9);
}

.sponsor-item img {
  width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.staff-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}

.staff-media {
  margin-bottom: 12px;
}

.staff-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.staff-photo-fallback {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  background: linear-gradient(160deg, #2a2a30, #1b1b1f);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cfcfd2;
}

.staff-name {
  margin: 0 0 2px;
}

.staff-role {
  margin: 0 0 12px;
  color: #ffb3b3;
  font-weight: 700;
}

.staff-label {
  margin: 12px 0 6px;
  color: var(--primary);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.staff-list {
  margin: 0;
  padding-left: 18px;
}

.staff-list li {
  margin-bottom: 6px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.contact-tips {
  margin: 14px 0 0;
  padding-left: 18px;
}

.instagram-qr-box {
  margin-top: 18px;
  max-width: 280px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow);
}

.instagram-qr-box .eyebrow {
  margin-bottom: 8px;
}

.instagram-qr-image {
  width: 100%;
  max-width: 210px;
  border-radius: 8px;
  border: 1px solid #505059;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.instagram-qr-box a:hover .instagram-qr-image,
.instagram-qr-box a:focus-visible .instagram-qr-image {
  transform: translateY(-2px);
  border-color: rgba(214, 40, 40, 0.9);
}

.instagram-qr-box .small {
  margin: 10px 0 0;
}

.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  gap: 10px;
}

.contact-copy a {
  color: var(--primary);
  font-weight: 700;
}

label {
  font-weight: 700;
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  color: var(--ink);
  border: 1px solid #4a4a52;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 1rem;
  font-family: inherit;
  background: #16161a;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(214, 40, 40, 0.35);
  border-color: var(--primary);
}

.site-footer {
  padding: 26px 0 42px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-inner a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.delay-1 {
  transition-delay: 0.1s;
}

.reveal.delay-2 {
  transition-delay: 0.2s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cards,
  .cards-4,
  .cards-5,
  .schedule-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: block;
  }

  .global-nav {
    position: absolute;
    right: 4%;
    top: 72px;
    display: none;
    width: min(260px, 90vw);
    flex-direction: column;
    background: #141418;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px;
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .cards,
  .cards-4,
  .cards-5,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .enrollment-callout {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-inner {
    flex-direction: column;
    gap: 10px;
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    padding-top: 90px;
  }

  .hero-bg {
    inset: 9% -34% auto;
    height: 220px;
  }

  .hero-title {
    grid-column: auto;
  }

  h1 {
    white-space: normal;
  }

  .hero-card h2 {
    white-space: normal;
  }
}
