/*
Theme Name: Chemical City CrossFit 2025
Theme URI: https://chemicalcitycrossfit.com
Author: Chemical City CrossFit
Author URI: https://chemicalcitycrossfit.com
Description: A premium single-page scrollable theme for Chemical City CrossFit. Dark, bold, and modern with animated sections, sticky nav, and a built-in contact form.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cccf2025
Tags: one-page, fitness, dark, custom-colors, full-width-template
*/

/* ─── Reset & Base ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #0d0b14;
  --bg-soft: #130f1e;
  --panel: rgba(255,255,255,0.05);
  --panel-strong: #1a1428;
  --text: #f5f5f5;
  --muted: #b0a8c8;
  --line: rgba(167,139,250,0.12);
  --accent: #8bc34a;
  --accent-2: #a78bfa;
  --success: #8be28b;
  --shadow: 0 20px 60px rgba(0,0,0,0.5);
  --radius: 20px;
  --radius-sm: 14px;
  --max: 1240px;
  --nav-height: 82px;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(139,195,74,0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(124,58,237,0.10), transparent 22%),
    linear-gradient(180deg,#0f0d18 0%,#0d0b14 100%);
  color: var(--text);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; }

/* ─── WordPress Core Overrides ─────────────────────────────────────────────── */
.wp-block-image img { height: auto; }
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px; overflow: hidden;
  position: absolute; width: 1px;
  word-wrap: normal !important;
}
.alignwide { max-width: 1240px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; }

/* ─── Layout Helpers ───────────────────────────────────────────────────────── */
.container {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}
.section { padding: 100px 0; position: relative; }
.section-title { max-width: 760px; margin-bottom: 24px; }
.grid { display: grid; gap: 24px; }

/* ─── Typography ───────────────────────────────────────────────────────────── */
h1,h2,h3,h4 { margin: 0; line-height: 0.98; }
h1,h2 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
h1 { font-size: clamp(3.4rem,10vw,7.5rem); line-height: 0.92; }
h2 { font-size: clamp(2.3rem,6vw,4.3rem); }
h3 { font-size: 1.25rem; font-weight: 800; }
p  { color: var(--muted); line-height: 1.7; margin: 0; }
.lead { font-size: clamp(1.05rem,1.8vw,1.2rem); max-width: 700px; }

/* ─── Eyebrow ──────────────────────────────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.85rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent-2);
  margin-bottom: 14px; font-weight: 700;
}
.eyebrow::before {
  content: ""; width: 34px; height: 1px;
  background: linear-gradient(90deg,var(--accent),var(--accent-2));
  display: inline-block;
}

/* ─── Buttons ──────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 56px; padding: 0 24px; border-radius: 999px;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease,
              border-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg,var(--accent),#a3d65c);
  color: #0d0b14;
  box-shadow: 0 10px 30px rgba(139,195,74,0.28);
}
.btn-primary:hover { box-shadow: 0 16px 36px rgba(139,195,74,0.35); }
.btn-secondary {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn-secondary:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}
.btn-full { width: 100%; }

/* ─── Tags / Pills ─────────────────────────────────────────────────────────── */
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  color: #ececec; font-weight: 600; font-size: 0.94rem;
}
.pill {
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.06); border: 1px solid var(--line);
  color: #f0f0f0; font-weight: 700; font-size: 0.84rem; white-space: nowrap;
}
.badge {
  position: absolute; top: 18px; right: 18px;
  padding: 8px 12px; border-radius: 999px;
  background: linear-gradient(135deg,var(--accent),#a3d65c);
  color: #0d0b14; font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* ─── Navigation ───────────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: var(--nav-height); display: flex; align-items: center;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
  border-bottom: 1px solid transparent;
}
/* Logo sizing */
.site-header .custom-logo {
  height: 52px;
  width: auto;
}
.site-header.scrolled {
  background: rgba(9,9,9,0.72);
  backdrop-filter: blur(14px);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.nav-wrap {
  width: min(calc(100% - 32px),var(--max));
  margin: 0 auto; display: flex;
  align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg,var(--accent),var(--accent-2));
  color: white; font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem; font-weight: 800;
  box-shadow: 0 10px 24px rgba(139,195,74,0.28);
  flex: 0 0 auto;
}
.brand-copy { min-width: 0; }
.brand-copy strong { display: block; font-size: 1rem; line-height: 1; white-space: nowrap; }
.brand-copy span  { display: block; color: var(--muted); font-size: 0.76rem; margin-top: 4px; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #ececec; font-weight: 600; font-size: 0.96rem; position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -8px;
  width: 0; height: 2px; border-radius: 999px;
  background: linear-gradient(90deg,var(--accent),var(--accent-2));
  transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }

/* ─── Mobile Menu ──────────────────────────────────────────────────────────── */
.mobile-toggle {
  display: none; width: 48px; height: 48px; border-radius: 14px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  position: relative;
}
.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: ""; position: absolute; left: 13px;
  width: 22px; height: 2px; background: white;
  border-radius: 999px; transition: .25s ease;
}
.mobile-toggle span   { top: 23px; }
.mobile-toggle::before { top: 16px; }
.mobile-toggle::after  { top: 30px; }
.mobile-toggle.active span { opacity: 0; }
.mobile-toggle.active::before { top: 23px; transform: rotate(45deg); }
.mobile-toggle.active::after  { top: 23px; transform: rotate(-45deg); }
.mobile-menu {
  display: none; position: absolute;
  top: calc(100% + 8px); left: 16px; right: 16px;
  background: rgba(14,14,14,0.96); border: 1px solid var(--line);
  border-radius: 22px; padding: 16px;
  box-shadow: var(--shadow); backdrop-filter: blur(16px);
}
.mobile-menu a,
.mobile-menu button {
  display: block; width: 100%; text-align: left;
  padding: 14px; border-radius: 14px;
  color: white; font-weight: 700; background: transparent;
}
.mobile-menu a:hover { background: rgba(255,255,255,0.05); }
.mobile-menu.open { display: block; }

/* ─── Hero ─────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-height));
  display: flex; align-items: center;
  padding: 60px 0 80px; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg,rgba(9,9,9,0.92) 0%,rgba(9,9,9,0.78) 42%,rgba(9,9,9,0.38) 100%),
    url("https://staging-2430-richg59.wpcomstaging.com/wp-content/uploads/2014/12/calvinpress.jpg") center/cover no-repeat;
    /* url("https://images.unsplash.com/photo-1517836357463-d25dfeac3438?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat; */
  transform: scale(1.03); z-index: -2;
}
.hero::after {
  content: ""; position: absolute;
  inset: auto auto -150px -100px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle,rgba(139,195,74,0.28),transparent 68%);
  filter: blur(24px); z-index: -1;
}
.hero-grid {
  display: grid; grid-template-columns: 1.12fr 0.88fr;
  gap: 40px; align-items: end;
}
.hero-copy .eyebrow { margin-bottom: 18px; }
.hero-copy p        { margin-top: 22px; max-width: 700px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-points  { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-card {
  background: linear-gradient(180deg,rgba(255,255,255,0.08),rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.09);
  backdrop-filter: blur(14px);
  border-radius: 28px; padding: 28px;
  box-shadow: var(--shadow); justify-self: end;
  width: min(100%,420px);
}
.hero-card .mini {
  color: var(--accent-2); text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.8rem; font-weight: 700;
  margin-bottom: 14px; display: inline-block;
}
.hero-card h3 { font-size: 1.65rem; margin-bottom: 12px; }
.hero-card p  { font-size: 0.98rem; }

/* ─── Check List ───────────────────────────────────────────────────────────── */
.check-list { margin: 22px 0 26px; display: grid; gap: 12px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; color: #eaeaea; font-weight: 600; }
.check-item .dot {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(139,226,139,0.16);
  border: 1px solid rgba(139,226,139,0.38);
  color: var(--success); display: grid; place-items: center;
  flex: 0 0 auto; font-size: 0.8rem; margin-top: 2px;
}

/* ─── Stats ────────────────────────────────────────────────────────────────── */
.stat-strip { margin-top: -10px; position: relative; z-index: 2; }
.stat-grid  { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat-card {
  background: linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.025));
  border: 1px solid var(--line); border-radius: 22px;
  padding: 26px; text-align: left; box-shadow: var(--shadow);
}
.stat-card strong {
  display: block; font-size: clamp(1.8rem,4vw,3rem);
  line-height: 1; font-family: "Barlow Condensed",sans-serif; color: white;
}
.stat-card span { display: block; margin-top: 8px; color: var(--muted); font-weight: 600; }

/* ─── About ────────────────────────────────────────────────────────────────── */
.about-grid { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
.premium-panel {
  background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.025));
  border: 1px solid var(--line); border-radius: 28px;
  padding: 34px; box-shadow: var(--shadow);
}
.about-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 30px; }
.about-card {
  padding: 22px; border-radius: 20px;
  background: rgba(255,255,255,0.035); border: 1px solid var(--line);
}
.about-card p { margin-top: 8px; font-size: 0.96rem; }

/* ─── Features ─────────────────────────────────────────────────────────────── */
.feature-stack { display: grid; gap: 16px; }
.feature-row {
  display: flex; gap: 16px; padding: 18px;
  background: rgba(255,255,255,0.035);
  border: 1px solid var(--line); border-radius: 20px;
  align-items: flex-start;
}
.feature-icon {
  width: 48px; height: 48px; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.2rem;
  background: linear-gradient(135deg,rgba(139,195,74,0.16),rgba(124,58,237,0.16));
  border: 1px solid rgba(255,255,255,0.08); flex: 0 0 auto;
}

/* ─── Programs ─────────────────────────────────────────────────────────────── */
.program-grid { grid-template-columns: repeat(3,1fr); margin-top: 38px; }
.program-card {
  position: relative; overflow: hidden; min-height: 360px;
  border-radius: 26px; background: #111; border: 1px solid var(--line);
  box-shadow: var(--shadow); display: flex; align-items: end;
  padding: 28px; isolation: isolate;
}
.program-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg,rgba(8,8,8,0.12),rgba(8,8,8,0.92)); z-index: -1;
}
.program-card::after {
  content: ""; position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: -2; transform: scale(1.05);
  transition: transform .5s ease; filter: saturate(0.95);
}
.program-card:hover::after { transform: scale(1.12); }
.program-card.strength::after    { background-image: url("https://staging-2430-richg59.wpcomstaging.com/wp-content/uploads/2026/03/Class_263.jpeg"); }
.program-card.conditioning::after { background-image: url("https://staging-2430-richg59.wpcomstaging.com/wp-content/uploads/2026/03/MaleAthleteHeavyBarbell.jpeg"); }
.program-card.youth::after { background-image: url("https://staging-2430-richg59.wpcomstaging.com/wp-content/uploads/2026/03/HealthyFoods2.jpg"); }
.program-inner { display: flex; flex-direction: column; gap: 12px; }
.program-inner .tag { width: fit-content; }
.program-inner p { color: #dedede; }

/* ─── Schedule ─────────────────────────────────────────────────────────────── */
.schedule-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 24px; align-items: start; }
.schedule-list { display: grid; gap: 14px; margin-top: 22px; }
.schedule-item {
  display: grid; grid-template-columns: 110px 1fr auto;
  gap: 16px; align-items: center; padding: 18px 20px;
  border-radius: 18px; border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
}
.schedule-item strong { font-size: 1.02rem; }
.schedule-item span,
.schedule-item small  { color: var(--muted); }

/* ─── Testimonials ─────────────────────────────────────────────────────────── */
.quote-grid { grid-template-columns: repeat(3,1fr); margin-top: 36px; }
.quote-card {
  background: linear-gradient(180deg,rgba(255,255,255,0.055),rgba(255,255,255,0.025));
  border: 1px solid var(--line); border-radius: 24px;
  padding: 28px; box-shadow: var(--shadow); display: grid; gap: 18px;
}
.stars { letter-spacing: 0.12em; color: var(--accent-2); font-size: 1rem; }
.quote-author { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg,var(--accent),var(--accent-2));
  display: grid; place-items: center; color: white;
  font-weight: 800; flex: 0 0 auto;
}

/* ─── Pricing ──────────────────────────────────────────────────────────────── */
.pricing-grid { grid-template-columns: repeat(3,1fr); margin-top: 38px; align-items: stretch; }
.price-card {
  position: relative; padding: 30px; border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.025));
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  gap: 18px; min-height: 100%;
}
.price-card.featured {
  border-color: rgba(139,195,74,0.4);
  background:
    radial-gradient(circle at top right,rgba(139,195,74,0.16),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,0.07),rgba(255,255,255,0.03));
  transform: translateY(-8px);
}
.price-top { display: grid; gap: 8px; }
.price-amount { display: flex; align-items: end; gap: 8px; }
.price-amount strong {
  font-family: "Barlow Condensed",sans-serif;
  font-size: clamp(2.8rem,5vw,4rem); line-height: 0.9;
}
.price-amount span { color: var(--muted); font-weight: 700; margin-bottom: 8px; }
.price-list { display: grid; gap: 12px; margin: 4px 0 10px; }
.price-list .check-item { font-weight: 600; color: #ececec; }

/* ─── CTA Banner ───────────────────────────────────────────────────────────── */
.cta-banner { overflow: hidden; }
.cta-shell {
  position: relative; border-radius: 34px; padding: 46px;
  background:
    radial-gradient(circle at top right,rgba(167,139,250,0.20),transparent 28%),
    radial-gradient(circle at bottom left,rgba(139,195,74,0.20),transparent 28%),
    linear-gradient(135deg,#121212,#0d0d0d);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 26px; align-items: center;
}
.cta-shell h2 { margin-bottom: 14px; }
.cta-box {
  background: rgba(255,255,255,0.04); border: 1px solid var(--line);
  border-radius: 24px; padding: 24px; display: grid; gap: 14px;
}

/* ─── Contact ──────────────────────────────────────────────────────────────── */
.contact-grid { grid-template-columns: 0.95fr 1.05fr; gap: 24px; }
.contact-card,
.form-card {
  background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.025));
  border: 1px solid var(--line); border-radius: 28px;
  padding: 32px; box-shadow: var(--shadow);
}
.contact-list { display: grid; gap: 18px; margin-top: 24px; }
.contact-row  { display: flex; gap: 16px; align-items: flex-start; }
.contact-row .feature-icon { width: 44px; height: 44px; border-radius: 14px; font-size: 1rem; }

/* ─── Form ─────────────────────────────────────────────────────────────────── */
form { display: grid; gap: 16px; }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; font-size: 0.94rem; font-weight: 700; color: #f0f0f0; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: white; border-radius: 16px; padding: 16px;
  outline: none; font-family: inherit; font-size: 1rem;
  transition: border-color .25s ease, background .25s ease;
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(139,195,74,0.5);
  background: rgba(255,255,255,0.06);
}
select option { background: #111; color: white; }
textarea { min-height: 130px; resize: vertical; }
.form-note      { font-size: 0.94rem; color: var(--muted); }
.success-message {
  font-size: 0.94rem; color: var(--success);
  font-weight: 700; display: none;
}

/* ─── FAQ ──────────────────────────────────────────────────────────────────── */
.faq-grid { grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
.faq-item {
  border: 1px solid var(--line); background: rgba(255,255,255,0.03);
  border-radius: 18px; overflow: hidden;
}
.faq-question {
  width: 100%; padding: 20px 22px; background: transparent;
  color: white; font-weight: 800; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.faq-question span:last-child { font-size: 1.4rem; line-height: 1; transition: transform .25s ease; }
.faq-item.active .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; padding: 0 22px; }
.faq-answer p { padding: 0 0 20px; }

/* ─── Footer ───────────────────────────────────────────────────────────────── */
.site-footer {
  padding: 36px 0 50px;
  border-top: 1px solid var(--line);
  margin-top: 26px;
}
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 22px; align-items: center; }
.footer-copy { display: flex; flex-wrap: wrap; gap: 14px 22px; color: var(--muted); font-size: 0.95rem; }
.footer-links { display: flex; gap: 18px; justify-content: flex-end; flex-wrap: wrap; color: #ececec; font-weight: 700; }

/* ─── Reveal Animations ────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .hero-grid,.about-grid,.schedule-wrap,.cta-shell,.contact-grid,.faq-grid { grid-template-columns: 1fr; }
  .program-grid,.quote-grid,.pricing-grid { grid-template-columns: 1fr; }
  .stat-grid  { grid-template-columns: repeat(2,1fr); }
  .hero-card  { justify-self: start; }
  .cta-shell  { padding: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .nav-links,.nav-cta .desktop-cta { display: none; }
  .mobile-toggle { display: inline-block; }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding: 44px 0 60px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .stat-grid,.about-cards { grid-template-columns: 1fr; }
  .schedule-item { grid-template-columns: 1fr; }
  .input-row { grid-template-columns: 1fr; }
  .brand-copy span { display: none; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 20px),var(--max)); }
  .hero-card,.premium-panel,.contact-card,.form-card,
  .price-card,.quote-card,.cta-shell { border-radius: 22px; }
  .site-header { height: 74px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 0.92rem; }
  .section { padding: 68px 0; }
  .cta-shell { padding: 24px; }
}

/* ═══════════════════════════════════════════════════════════════════
   COACHES  (v1.1)
══════════════════════════════════════════════════════════════════ */
.coach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 38px;
}

.coach-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.5);
}

.coach-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(139,195,74,0.15), rgba(124,58,237,0.15));
}

.coach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* Tracy photo framing */
.coach-photo img[src*="TracyH"] {
  object-position: center 25%;
}
.coach-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  color: var(--accent);
  opacity: 0.5;
  /* Dashed border hint that a photo goes here */
  outline: 2px dashed rgba(139,195,74,0.25);
  outline-offset: -12px;
}

.coach-info {
  padding: 20px 22px 24px;
  display: grid;
  gap: 6px;
}

.coach-info strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.coach-role {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-2);
}

.coach-info p {
  margin-top: 4px;
  font-size: 0.93rem;
}

/* ═══════════════════════════════════════════════════════════════════
   PRICING EXTRAS  (v1.1)
══════════════════════════════════════════════════════════════════ */
.pricing-extras {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.pricing-extra-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}

.pe-icon {
  font-size: 1.4rem;
  flex: 0 0 auto;
  margin-top: 2px;
}

.pricing-extra-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.pricing-extra-card p {
  font-size: 0.92rem;
}

.pricing-note {
  margin-top: 28px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  font-size: 0.94rem;
  text-align: center;
}

.pricing-note strong {
  color: var(--text);
}

/* ═══════════════════════════════════════════════════════════════════
   MAP EMBED  (v1.1)
══════════════════════════════════════════════════════════════════ */
.map-embed {
  margin-top: 28px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-embed iframe {
  display: block;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — new sections  (v1.1)
══════════════════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .coach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-extras {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .coach-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .coach-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .coach-info {
    padding: 14px 16px 18px;
  }
  .coach-placeholder {
    font-size: 2.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   WOD — FRONT PAGE TEASER  (v1.7)
══════════════════════════════════════════════════════════════════ */
.wod-teaser-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.wod-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.wod-teaser-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wod-teaser-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.5);
}

.wod-teaser-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wod-teaser-day {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-2);
}

.wod-teaser-date {
  font-size: 0.8rem;
  color: var(--muted);
  font-weight: 600;
}

.wod-teaser-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.wod-teaser-title a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.wod-teaser-title a:hover { color: var(--accent); }

.wod-teaser-excerpt {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
}

.wod-teaser-read {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}

.wod-teaser-read:hover { color: var(--accent-2); }

/* ═══════════════════════════════════════════════════════════════════
   WOD — ARCHIVE PAGE  (v1.7)
══════════════════════════════════════════════════════════════════ */
.wod-archive-wrap {
  min-height: calc(100vh - var(--nav-height));
}

.wod-archive-header {
  padding: 70px 0 50px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg,
    rgba(139,195,74,0.07) 0%,
    rgba(124,58,237,0.05) 50%,
    transparent 100%);
}

.wod-archive-header h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0 0 16px;
}

.wod-archive-body {
  padding-top: 44px;
  padding-bottom: 80px;
}

/* Month navigator */
.wod-month-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.wod-nav-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 1.2rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  flex: 0 0 auto;
}

.wod-nav-arrow:hover {
  background: rgba(139,195,74,0.12);
  border-color: rgba(139,195,74,0.35);
}

.wod-nav-arrow--disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.wod-month-label {
  text-align: center;
  line-height: 1.1;
}

.wod-month-name {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text);
}

.wod-month-year {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 2px;
}

/* Year quick-jump pills */
.wod-year-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.wod-year-pill {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.wod-year-pill:hover {
  background: rgba(139,195,74,0.10);
  border-color: rgba(139,195,74,0.3);
  color: var(--text);
}

.wod-year-pill.active {
  background: rgba(139,195,74,0.15);
  border-color: rgba(139,195,74,0.5);
  color: var(--accent);
}

/* WOD post list */
.wod-list {
  display: grid;
  gap: 12px;
}

.wod-item {
  display: grid;
  grid-template-columns: 64px 1fr 44px;
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.wod-item:hover {
  background: rgba(139,195,74,0.06);
  border-color: rgba(139,195,74,0.2);
}

.wod-item-date {
  text-align: center;
  line-height: 1.1;
}

.wod-day {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-2);
}

.wod-num {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.wod-item-title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 6px;
  line-height: 1.3;
}

.wod-item-title a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}

.wod-item-title a:hover { color: var(--accent); }

.wod-item-excerpt {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.wod-item-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex: 0 0 auto;
}

.wod-item-link:hover {
  background: rgba(139,195,74,0.12);
  border-color: rgba(139,195,74,0.35);
  color: var(--accent);
}

/* Empty state */
.wod-empty {
  text-align: center;
  padding: 60px 20px;
  display: grid;
  gap: 20px;
  justify-items: center;
}

/* ═══════════════════════════════════════════════════════════════════
   WOD — SINGLE POST  (v1.7)
══════════════════════════════════════════════════════════════════ */
.wod-single-wrap {
  min-height: calc(100vh - var(--nav-height));
  padding-bottom: 80px;
}

.wod-single-container {
  max-width: 780px;
  padding-top: 44px;
}

.wod-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s ease;
}

.wod-back:hover { color: var(--accent); }

.wod-single-header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.wod-single-header h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 8px 0 16px;
}

.wod-date {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}

/* WOD post content styling */
.wod-single-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #e0e0e0;
  margin-bottom: 52px;
}

.wod-single-content h2,
.wod-single-content h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  color: var(--text);
  margin: 32px 0 12px;
  letter-spacing: 0.04em;
}

.wod-single-content h2 { font-size: 1.7rem; }
.wod-single-content h3 { font-size: 1.3rem; }

.wod-single-content p { margin-bottom: 16px; }

.wod-single-content ul,
.wod-single-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
  color: #e0e0e0;
}

.wod-single-content li { margin-bottom: 6px; }

.wod-single-content strong { color: var(--text); font-weight: 700; }

.wod-single-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Prev / next post navigation */
.wod-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 44px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.wod-post-nav-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.wod-post-nav-item:hover {
  background: rgba(139,195,74,0.07);
  border-color: rgba(139,195,74,0.25);
}

.wod-post-nav-next { text-align: right; }

.wod-nav-dir {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-2);
}

.wod-nav-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

.wod-nav-date {
  font-size: 0.82rem;
  color: var(--muted);
}

/* CTA strip at bottom of WOD post */
.wod-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: linear-gradient(135deg,
    rgba(139,195,74,0.10),
    rgba(124,58,237,0.10));
  border: 1px solid rgba(139,195,74,0.2);
  border-radius: 20px;
  flex-wrap: wrap;
}

.wod-cta-strip strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 6px;
}

.wod-cta-strip p {
  font-size: 0.92rem;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   WOD — RESPONSIVE  (v1.7)
══════════════════════════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .wod-teaser-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .wod-teaser-grid { grid-template-columns: 1fr; }
  .wod-teaser-header { flex-direction: column; align-items: flex-start; }
  .wod-item { grid-template-columns: 52px 1fr 36px; gap: 14px; padding: 16px; }
  .wod-post-nav { grid-template-columns: 1fr; }
  .wod-post-nav-next { text-align: left; }
  .wod-cta-strip { flex-direction: column; align-items: flex-start; }
  .wod-single-container { padding-top: 28px; }
}

@media (max-width: 560px) {
  .wod-archive-header { padding: 44px 0 32px; }
  .wod-item { grid-template-columns: 44px 1fr; }
  .wod-item-link { display: none; }
  .wod-item { cursor: pointer; }
}
/* ═══════════════════════════════════════════════════════════════════
   SOCIAL MEDIA  (v1.8)
══════════════════════════════════════════════════════════════════ */

/* Footer — right column wrapping nav + social icons */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--muted);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social-icon:hover {
  background: rgba(139,195,74,0.12);
  border-color: rgba(139,195,74,0.35);
  color: var(--accent);
  transform: translateY(-2px);
}

/* Social strip section */
.social-strip {
  padding: 60px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  background: linear-gradient(135deg,
    rgba(139,195,74,0.05) 0%,
    rgba(124,58,237,0.05) 100%);
}

.social-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.social-strip-copy h2 {
  margin-bottom: 10px;
}

.social-strip-buttons {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* Facebook button */
.btn-social-fb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  background: #1877f2;
  color: white;
  box-shadow: 0 8px 24px rgba(24,119,242,0.3);
}

.btn-social-fb:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(24,119,242,0.4);
  background: #1565d8;
}

/* Instagram button */
.btn-social-ig {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.96rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
  box-shadow: 0 8px 24px rgba(220,39,67,0.3);
}

.btn-social-ig:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(220,39,67,0.4);
}

/* Responsive */
@media (max-width: 1080px) {
  .social-strip-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 820px) {
  .footer-right { align-items: flex-start; }
  .social-strip { padding: 44px 0; }
  .social-strip-buttons { flex-direction: column; width: 100%; }
  .btn-social-fb,
  .btn-social-ig { justify-content: center; }
}
/* ═══════════════════════════════════════════════════════════════════
   CUSTOM LOGO  (v1.9)
══════════════════════════════════════════════════════════════════ */

.brand-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.brand-logo .custom-logo {
  height: 44px;
  width: auto;
  display: block;
}
/* CrossFit Journal affiliate link */
.footer-affiliate {
  font-size: 0.78rem;
  color: var(--muted);
}

.footer-affiliate a {
  color: var(--accent-2);
  text-decoration: none;
}

.footer-affiliate a:hover {
  text-decoration: underline;
}