/*
Theme Name: STEALL Combatives
Theme URI: https://steallcombatives.com
Author: OpenAI
Description: Complete custom WordPress theme for STEALL Combatives with generated pages, menus, working page permalinks, and tested CTA links.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.6
Text Domain: steall-combatives
*/

:root {
  --gold: #C9A84C;
  --gold-light: #F0C040;
  --gold-dark: #8B6914;
  --black: #0A0A0A;
  --dark: #111111;
  --dark-mid: #1A1A1A;
  --dark-surface: #1E1E1E;
  --red: #8B1A1A;
  --cream: #E8D9B0;
  --text: #CDB87A;
  --text-dim: #7A6030;
  --border: #3A2E14;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: 'Rajdhani', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: .4;
}
a { color: var(--gold-light); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,10,.96);
  border-bottom: 1px solid var(--gold-dark);
  backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
.nav-logo {
  font-family: 'Cinzel Decorative', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--gold-light);
  letter-spacing: .15em;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(201,168,76,.5);
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--gold-dark);
  color: var(--gold-light);
  padding: .6rem .8rem;
  font-family: 'Cinzel', serif;
  letter-spacing: .12em;
}
.primary-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.primary-menu a, .nav-cta {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
}
.primary-menu a:hover { color: var(--gold-light); }
.nav-cta {
  border: 1px solid var(--gold);
  padding: .55rem 1.2rem;
  color: var(--gold-light);
}
.nav-cta:hover { background: var(--gold); color: var(--black); }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.hero {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(139,105,20,.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 40% at 50% 80%, rgba(139,26,26,.09) 0%, transparent 60%),
    linear-gradient(180deg, #0A0A0A 0%, #0E0C06 50%, #0A0A0A 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 950px; }
.hero-logo-ring {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px solid var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.5rem;
  box-shadow: 0 0 50px rgba(201,168,76,.22), inset 0 0 40px rgba(201,168,76,.06);
}
.hero-logo-ring img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
}
.eyebrow, .section-label {
  font-family: 'Cinzel', Georgia, serif;
  font-size: .7rem;
  letter-spacing: .45em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h1, h2, h3 {
  font-family: 'Cinzel Decorative', Georgia, serif;
  color: var(--gold-light);
  line-height: 1.1;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); margin: 0 0 .5rem; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 1.5rem; }
h3 { font-size: 1.15rem; margin: 0 0 .75rem; }
.hero-subtitle {
  font-family: 'Cinzel', serif;
  font-size: clamp(.9rem, 2vw, 1.15rem);
  letter-spacing: .32em;
  color: var(--text);
  text-transform: uppercase;
}
.lead, .hero-tagline {
  font-size: 1.25rem;
  max-width: 760px;
  margin: 0 auto 2rem;
  color: var(--cream);
  opacity: .88;
}
.pillars {
  display: flex;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  flex-wrap: wrap;
  margin: 2rem 0 3rem;
}
.pillars span {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
}
.btn-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary, .btn-secondary {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
  color: var(--black);
}
.btn-secondary {
  border: 1px solid var(--gold-dark);
  color: var(--gold-light);
}
section, .content-section { padding: 6rem 0; position: relative; }
.page-hero {
  padding: 5rem 0;
  text-align: center;
  background: linear-gradient(180deg, #111 0%, #0A0A0A 100%);
  border-bottom: 1px solid var(--border);
}
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.card-grid, .techniques-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.card, .technique-card, .schedule-card, .instructor-card, .contact-card {
  background: var(--dark-surface);
  border: 1px solid var(--border);
  padding: 2rem;
}
.card:hover, .technique-card:hover, .schedule-card:hover, .instructor-card:hover, .contact-card:hover {
  border-color: var(--gold-dark);
}
.technique-tag, .meta {
  font-family: 'Cinzel', serif;
  font-size: .65rem;
  letter-spacing: .25em;
  color: var(--gold-dark);
  text-transform: uppercase;
}
.technique-icon { font-size: 2rem; display: block; margin-bottom: 1rem; }
.logo-frame img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid var(--gold-dark);
}
.schedule-list { display: grid; gap: 1rem; }
.schedule-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.5rem;
}
.day {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  letter-spacing: .15em;
  text-transform: uppercase;
}
.badge {
  display:inline-block;
  margin-left:.5rem;
  padding:.1rem .5rem;
  font-family:'Cinzel',serif;
  font-size:.6rem;
  letter-spacing:.12em;
  border:1px solid var(--gold-dark);
  color:var(--gold);
}
.footer {
  border-top: 1px solid var(--border);
  background: #080808;
  padding: 4rem 0 2rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-title { font-family: 'Cinzel Decorative', serif; color: var(--gold-light); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer a { color: var(--text-dim); text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); margin-top: 2rem; padding-top: 1.5rem; color: var(--text-dim); font-size: .85rem; }
.form-note {
  border-left: 2px solid var(--gold);
  background: rgba(201,168,76,.06);
  padding: 1.25rem;
}
@media (max-width: 900px) {
  .grid-2, .card-grid, .techniques-grid, .footer-grid { grid-template-columns: 1fr; }
  .schedule-card { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .primary-menu {
    display: none;
    position: absolute;
    top: 72px;
    left: 0; right: 0;
    background: #080808;
    border-bottom: 1px solid var(--gold-dark);
    padding: 1rem 2rem;
    flex-direction: column;
  }
  .primary-menu.open { display: flex; }
  .nav-cta { display: none; }
}
