:root {
  --bg: #0b0b0d;
  --bg-soft: #111114;
  --panel: rgba(255,255,255,0.03);
  --text: #ffffff;
  --muted: #d7d7d7;
  --red: #c71016;
  --red-deep: #8b0f14;
  --line: rgba(255,255,255,0.12);
  --shadow: 0 14px 45px rgba(0, 0, 0, 0.35);
  --radius: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(199,16,22,0.18), transparent 30%),
    radial-gradient(circle at 80% 65%, rgba(199,16,22,0.20), transparent 28%),
    linear-gradient(180deg, #0b0b0d 0%, #0c0c10 100%);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5,5,7,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px 0;
}
.site-branding { display: flex; align-items: center; gap: 16px; }
.site-logo img,
.site-logo-fallback img,
.custom-logo { width: 110px; height: auto; }
.site-title-group { display: flex; flex-direction: column; }
.site-title {
  font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: clamp(2rem, 2.5vw, 3.1rem);
  line-height: 0.95; letter-spacing: 0.04em;
}
.site-tagline {
  color: #ff2f39; text-transform: uppercase; font-weight: 800; letter-spacing: 0.08em;
}
.primary-nav ul, .site-footer ul { list-style: none; padding: 0; margin: 0; }
.primary-nav ul { display: flex; gap: 32px; }
.primary-nav a, .site-footer a, .facebook-link {
  color: #fff; font-weight: 700; transition: color .2s ease;
}
.primary-nav a:hover, .site-footer a:hover, .facebook-link:hover { color: #ff4b53; }
.primary-nav .current-menu-item > a { color: #fff; border-bottom: 3px solid var(--red); padding-bottom: 4px; }
.menu-toggle {
  display: none; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.2);
  padding: 10px 12px; border-radius: 10px;
}
.hero-section {
  min-height: 72vh;
  display: flex; align-items: center;
  background:
    linear-gradient(rgba(6,6,8,.62), rgba(6,6,8,.58)),
    radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 55%),
    linear-gradient(135deg, rgba(139,15,20,0.32), rgba(0,0,0,0.15));
  border-bottom: 1px solid var(--line);
}
.hero-content { text-align: center; padding: 88px 0 100px; }
.eyebrow {
  display: inline-block; padding: 8px 14px; border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.16em;
  color: #f0f0f0; font-size: .8rem;
}
.hero-content h1, .section-title, .entry-title {
  margin: 0; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .04em;
}
.hero-content h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: .98; max-width: 14ch; margin-inline: auto; }
.hero-subtext { max-width: 720px; margin: 18px auto 0; color: #ededed; font-size: 1.15rem; }
.hero-actions, .center-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-width: 210px;
  padding: 15px 26px; border-radius: 10px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .03em; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  box-shadow: var(--shadow);
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(180deg, #df1c22, #b40d14); color: #fff; }
.button-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.feature-section,
.rank-section,
.instructor-highlight,
.content-section { padding: 72px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card,
.entry-card,
.instructor-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.feature-card { text-align: center; }
.feature-card img { width: 120px; margin: 0 auto 18px; }
.feature-card h2, .instructor-copy h3 { margin: 0 0 8px; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .03em; font-size: 2rem; }
.feature-card p, .instructor-copy p { color: var(--muted); margin: 0; }
.globe-icon {
  width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 18px;
  background:
    radial-gradient(circle at 50% 50%, transparent 34px, white 35px 37px, transparent 38px),
    linear-gradient(90deg, transparent 47%, white 47% 53%, transparent 53%),
    linear-gradient(transparent 46%, white 46% 54%, transparent 54%),
    radial-gradient(circle at 30% 36%, white 0 8px, transparent 9px),
    radial-gradient(circle at 64% 40%, white 0 10px, transparent 11px),
    radial-gradient(circle at 45% 62%, white 0 14px, transparent 15px);
  border: 2px solid rgba(255,255,255,0.7);
}
.section-title { font-size: clamp(2rem, 4vw, 3.3rem); text-align: center; margin-bottom: 24px; }
.section-title.left { text-align: left; }
.rank-section {
  background: radial-gradient(circle at center, rgba(199,16,22,0.35), transparent 56%),
              linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.belt-row { width: min(100%, 980px); margin: 0 auto; }
.instructor-grid, .instructor-single-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; align-items: center;
}
.instructor-image-wrap {
  position: relative; padding: 18px; border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(199,16,22,0.18));
  border: 1px solid rgba(255,255,255,0.08);
}
.instructor-image {
  width: 100%; border-radius: 18px; box-shadow: var(--shadow); object-fit: cover;
}
.section-heading.centered { text-align: center; margin-bottom: 26px; }
.instructor-archive-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px;
}
.instructor-card img { border-radius: 14px; margin-bottom: 18px; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.entry-content { color: #f2f2f2; }
.entry-content > *:first-child { margin-top: 0; }
.featured-media { margin-bottom: 24px; }
.site-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(8,8,10,0.96);
  padding: 34px 0 40px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.site-footer h3 {
  margin: 0 0 10px; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.05em; font-size: 1.5rem;
}
.site-footer p, .site-footer li { color: #f1f1f1; margin: 0 0 8px; }
.site-footer ul li { margin-bottom: 8px; }
@media (max-width: 980px) {
  .feature-grid,
  .instructor-grid,
  .footer-grid,
  .instructor-archive-grid,
  .instructor-single-grid { grid-template-columns: 1fr; }
  .primary-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none;
    background: rgba(8,8,10,0.98); border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; gap: 0; padding: 16px; }
  .primary-nav li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav li:last-child { border-bottom: 0; }
  .primary-nav a { display: block; padding: 12px 0; }
  .menu-toggle { display: inline-flex; }
  .site-title { font-size: 2.1rem; }
}
@media (max-width: 640px) {
  .site-logo img, .site-logo-fallback img, .custom-logo { width: 74px; }
  .site-title { font-size: 1.55rem; }
  .site-tagline { font-size: .8rem; }
  .hero-content { padding: 72px 0 80px; }
  .hero-subtext { font-size: 1rem; }
  .feature-card h2, .instructor-copy h3 { font-size: 1.55rem; }
  .button { min-width: 100%; }
}
