/* ===========================================
   ABF — V2 Design System (Fitness/Wellness Premium)
   Applied to: index, about, packages, contact
   Pairs with the existing styles.css (header/footer/nav unchanged)
   =========================================== */

:root {
  --warm-cream: #FAF6F0;
  --warm-sand:  #F1E9DE;
  --ink:        #1B1B1A;
  --premium-shadow: 0 30px 60px -15px rgba(27, 27, 26, 0.18), 0 8px 20px -10px rgba(27, 27, 26, 0.1);
  --soft-shadow: 0 4px 12px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.06);
}

body { background: var(--warm-cream); color: var(--ink); }

/* Display headlines use Fraunces serif for editorial/premium feel */
.display { font-family: 'Fraunces', Georgia, serif; letter-spacing: -0.02em; font-weight: 600; line-height: 1.05; }
.display.thin { font-weight: 500; }
.display em { font-style: italic; color: var(--brand-red); font-weight: 600; }

/* ----- HEADER OVERRIDE (cleaner premium feel) ----- */
.header { background: rgba(250, 246, 240, 0.92); backdrop-filter: blur(12px); }

/* ----- SHARED SECTION CHROME ----- */
.v2-section {
  padding: 110px 0;
  position: relative;
}
.v2-section.dark  { background: var(--ink); color: white; }
.v2-section.cream { background: var(--warm-cream); }
.v2-section.sand  { background: var(--warm-sand); }

.v2-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 20px;
}
.v2-section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--brand-red);
}
.v2-section h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  margin: 0 0 20px;
  max-width: 800px;
}
.v2-section .section-intro {
  font-size: 1.1rem;
  color: #5C5C5A;
  line-height: 1.7;
  max-width: 660px;
  margin: 0 0 56px;
}
.v2-section.dark .v2-section-eyebrow { color: #F4B6AF; }
.v2-section.dark h2 { color: white; }
.v2-section.dark .section-intro { color: rgba(255,255,255,0.75); }

/* ----- BUTTONS ----- */
.btn-pro {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  border: 2px solid transparent;
  font-family: inherit;
}
.btn-pro-primary {
  background: var(--ink);
  color: white;
}
.btn-pro-primary:hover {
  background: var(--brand-red);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(164,34,23,0.4);
}
.btn-pro-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(27,27,26,0.18);
}
.btn-pro-ghost:hover {
  border-color: var(--ink);
  background: rgba(27,27,26,0.04);
}
.btn-pro-red {
  background: var(--brand-red);
  color: white;
}
.btn-pro-red:hover {
  background: var(--brand-red-dark);
  transform: translateY(-2px);
}

/* ===== INDEX-SPECIFIC ===== */

/* ----- HERO ----- */
.v2-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(164,34,23,0.06), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(140,139,131,0.08), transparent 50%),
    var(--warm-cream);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.v2-hero .container { position: relative; z-index: 2; }
.v2-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.v2-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 24px;
}
.v2-hero-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--brand-red);
}
.v2-hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  margin: 0 0 24px;
  color: var(--ink);
}
.v2-hero .lead {
  font-size: 1.18rem;
  color: #4B4B49;
  line-height: 1.65;
  max-width: 540px;
  margin: 0 0 36px;
}
.v2-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.v2-trust-strip {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(27,27,26,0.08);
  flex-wrap: wrap;
}
.v2-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #6A6A66;
}
.v2-trust-icon {
  width: 18px;
  height: 18px;
  stroke: var(--brand-red);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hero photo with editorial framing */
.v2-hero-photo-wrap {
  position: relative;
  aspect-ratio: 4/5;
}
.v2-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--premium-shadow);
  filter: grayscale(15%) contrast(1.05);
}
.v2-hero-photo-tag {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--brand-red);
  color: white;
  padding: 18px 22px;
  border-radius: 4px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
  max-width: 240px;
  box-shadow: 0 12px 32px -8px rgba(164,34,23,0.35);
}
.v2-hero-photo-tag .tag-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
  font-weight: 700;
}

/* ----- NUMBERS BAR ----- */
.v2-numbers {
  background: var(--ink);
  color: white;
  padding: 56px 0;
}
.v2-numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: start;
}
.v2-number-block { text-align: center; }
.v2-number {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 600;
  color: white;
  line-height: 1;
  margin-bottom: 8px;
}
.v2-number-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1.5;
}
.v2-number-label strong { color: white; font-weight: 700; }

/* ----- PAIN POINTS ----- */
.v2-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.v2-pain-card {
  background: white;
  padding: 36px 32px;
  border-radius: 6px;
  box-shadow: var(--soft-shadow);
  border-left: 3px solid transparent;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.v2-pain-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--premium-shadow);
  border-left-color: var(--brand-red);
}
.v2-pain-card .quote-mark {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  color: var(--brand-red);
  line-height: 0.5;
  display: block;
  margin-bottom: 14px;
  opacity: 0.6;
}
.v2-pain-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.v2-pain-card p {
  color: #5C5C5A;
  font-size: 0.96rem;
  line-height: 1.65;
  margin: 0;
}

/* ----- PILLARS ----- */
.v2-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.v2-pillar {
  padding: 36px 28px;
  border-top: 1px solid rgba(255,255,255,0.15);
  position: relative;
}
.v2-pillar-num {
  font-family: 'Fraunces', serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 14px;
}
.v2-pillar-icon {
  width: 44px;
  height: 44px;
  stroke: var(--brand-red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-bottom: 24px;
}
.v2-pillar h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: white;
  letter-spacing: -0.01em;
}
.v2-pillar p {
  color: rgba(255,255,255,0.7);
  font-size: 0.94rem;
  line-height: 1.65;
  margin: 0;
}

/* ----- WHERE YOU TRAIN ----- */
.v2-where-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.v2-where-card {
  background: white;
  border-radius: 6px;
  padding: 48px 40px;
  box-shadow: var(--soft-shadow);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.v2-where-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--premium-shadow);
}
.v2-where-card .label-tag {
  display: inline-block;
  background: var(--warm-sand);
  color: var(--ink);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.v2-where-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.85rem;
  font-weight: 600;
  margin: 0 0 16px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.v2-where-card p {
  color: #5C5C5A;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 24px;
}
.v2-where-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v2-where-card li {
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--ink);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(27,27,26,0.06);
}
.v2-where-card li:last-child { border-bottom: none; }
.v2-where-card li::before {
  content: "—";
  color: var(--brand-red);
  font-weight: 700;
  flex-shrink: 0;
}

/* ----- HOW IT WORKS ----- */
.v2-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  position: relative;
}
.v2-process-step {
  position: relative;
}
.v2-step-num {
  font-family: 'Fraunces', serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--brand-red);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.v2-process-step h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.v2-process-step p {
  color: #5C5C5A;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* ----- CREDENTIALS ----- */
.v2-creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.v2-creds-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v2-creds-list li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(27,27,26,0.1);
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.v2-creds-list li:first-child { padding-top: 0; }
.v2-creds-list li:last-child { border-bottom: none; }
.v2-cred-icon {
  width: 28px;
  height: 28px;
  stroke: var(--brand-red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 2px;
}
.v2-cred-text strong {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.v2-cred-text span {
  color: #5C5C5A;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ----- TESTIMONIAL ----- */
.v2-testimonial {
  background: var(--ink);
  color: white;
  padding: 110px 0;
  position: relative;
}
.v2-testimonial-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.v2-testimonial blockquote {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: white;
  margin: 0 0 32px;
  letter-spacing: -0.01em;
}
.v2-testimonial blockquote::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--brand-red);
  margin: 0 auto 36px;
}
.v2-testimonial cite {
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.v2-testimonial cite strong { color: white; font-weight: 700; }

/* ----- FINAL CTA ----- */
.v2-final-cta {
  padding: 120px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 80%, rgba(164,34,23,0.08), transparent 60%),
    var(--warm-cream);
}
.v2-final-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  margin: 0 0 24px;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.v2-final-cta p {
  font-size: 1.15rem;
  color: #5C5C5A;
  line-height: 1.65;
  margin: 0 auto 40px;
  max-width: 540px;
}

/* ===== ABOUT-SPECIFIC ===== */

/* ----- ABOUT HERO ----- */
.v2-about-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(164,34,23,0.06), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(140,139,131,0.08), transparent 50%),
    var(--warm-cream);
  padding: 100px 0 80px;
  text-align: center;
}
.v2-about-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 auto 24px;
  color: var(--ink);
  max-width: 900px;
}
.v2-about-hero h1 em { font-style: italic; color: var(--brand-red); font-weight: 600; }
.v2-about-hero p {
  font-size: 1.25rem;
  color: #5C5C5A;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

/* ----- STORY ----- */
.v2-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: flex-start;
}
.v2-story-photo-wrap {
  position: relative;
  aspect-ratio: 4/5;
  position: sticky;
  top: 100px;
}
.v2-story-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: var(--premium-shadow);
  filter: grayscale(15%) contrast(1.05);
}
.v2-story-content h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 30px;
  color: var(--ink);
}
.v2-story-content p {
  font-size: 1.05rem;
  color: #4B4B49;
  line-height: 1.8;
  margin: 0 0 20px;
}
.v2-story-content p:last-child { margin-bottom: 0; }
.v2-story-content .lead-quote {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--brand-red);
  line-height: 1.4;
  border-left: 3px solid var(--brand-red);
  padding-left: 24px;
  margin: 36px 0;
}

/* ===== PACKAGES-SPECIFIC ===== */

/* ----- PACKAGE TIER GRID ----- */
.v2-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.v2-tier {
  background: white;
  border-radius: 6px;
  padding: 48px 36px;
  box-shadow: var(--soft-shadow);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(27,27,26,0.04);
}
.v2-tier:hover {
  transform: translateY(-4px);
  box-shadow: var(--premium-shadow);
}
.v2-tier.featured {
  background: var(--ink);
  color: white;
  border-color: var(--brand-red);
  box-shadow: 0 30px 60px -15px rgba(164,34,23,0.25), var(--soft-shadow);
}
.v2-tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-red);
  color: white;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Ideal-client paragraph in package tiers */
.v2-tier-ideal {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5C5C5A;
  margin: 0 0 20px;
  padding: 14px 16px;
  background: var(--warm-cream);
  border-left: 3px solid var(--brand-red);
  border-radius: 4px;
}
.v2-tier-ideal strong {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--brand-red);
  font-weight: 600;
  font-size: 0.96rem;
}
.v2-tier-ideal em {
  font-style: italic;
  color: var(--ink);
  font-weight: 500;
}
.v2-tier.featured .v2-tier-ideal {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  border-left-color: #F4B6AF;
}
.v2-tier.featured .v2-tier-ideal strong {
  color: #F4B6AF;
}
.v2-maintenance .v2-tier-ideal,
.v2-maintenance p:first-of-type strong {
  color: #F4B6AF;
}
.v2-tier-eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 14px;
}
.v2-tier.featured .v2-tier-eyebrow { color: #F4B6AF; }
.v2-tier h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.v2-tier.featured h3 { color: white; }
.v2-tier-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 24px 0 6px;
}
.v2-tier-amount {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.v2-tier.featured .v2-tier-amount { color: white; }
.v2-tier-period {
  font-size: 0.95rem;
  color: #6A6A66;
  font-weight: 500;
}
.v2-tier.featured .v2-tier-period { color: rgba(255,255,255,0.6); }
.v2-tier-meta {
  font-size: 0.85rem;
  color: #6A6A66;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(27,27,26,0.08);
}
.v2-tier.featured .v2-tier-meta {
  color: rgba(255,255,255,0.6);
  border-bottom-color: rgba(255,255,255,0.12);
}
.v2-tier-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}
.v2-tier-list li {
  padding: 8px 0;
  font-size: 0.93rem;
  color: var(--ink);
  display: flex;
  gap: 12px;
  line-height: 1.5;
}
.v2-tier.featured .v2-tier-list li { color: rgba(255,255,255,0.85); }
.v2-tier-list li::before {
  content: "—";
  color: var(--brand-red);
  font-weight: 700;
  flex-shrink: 0;
}
.v2-tier-cta {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ----- DUO PACKAGES ----- */
.v2-duo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.v2-duo-card {
  background: white;
  border-radius: 6px;
  padding: 42px 36px;
  box-shadow: var(--soft-shadow);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: center;
}
.v2-duo-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--premium-shadow);
}
.v2-duo-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.v2-duo-card .duo-meta {
  font-size: 0.85rem;
  color: #6A6A66;
  margin-bottom: 14px;
}
.v2-duo-card .duo-price {
  font-family: 'Fraunces', serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--brand-red);
  line-height: 1;
}
.v2-duo-card .duo-period {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: #6A6A66;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ----- MAINTENANCE CARD ----- */
.v2-maintenance {
  background: linear-gradient(135deg, var(--ink) 0%, #2a2a28 100%);
  color: white;
  border-radius: 6px;
  padding: 56px 48px;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v2-maintenance::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(164,34,23,0.12), transparent 60%);
}
.v2-maintenance > * { position: relative; z-index: 2; }
.v2-maintenance .v2-tier-eyebrow { color: #F4B6AF; }
.v2-maintenance h3 {
  font-family: 'Fraunces', serif;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.v2-maintenance h3 .price-inline {
  color: #F4B6AF;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.v2-maintenance p {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 32px;
}

/* ----- PREPAY BAR ----- */
.v2-prepay {
  background: var(--warm-sand);
  border-left: 4px solid var(--brand-red);
  border-radius: 6px;
  padding: 32px 36px;
  margin-top: 56px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v2-prepay h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--ink);
}
.v2-prepay p {
  margin: 0;
  font-size: 0.95rem;
  color: #5C5C5A;
}
.v2-prepay strong { color: var(--brand-red); }

/* ----- INCLUDES LIST ----- */
.v2-includes-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.v2-includes-grid li {
  padding: 22px 24px 22px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid rgba(27,27,26,0.08);
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.55;
}
.v2-includes-grid li:nth-last-child(-n+2) { border-bottom: none; }
.v2-includes-icon {
  width: 22px;
  height: 22px;
  stroke: var(--brand-red);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ===== CONTACT-SPECIFIC ===== */

.v2-contact-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(164,34,23,0.06), transparent 50%),
    var(--warm-cream);
  padding: 100px 0 80px;
  text-align: center;
}
.v2-contact-hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 auto 24px;
  color: var(--ink);
  max-width: 800px;
}
.v2-contact-hero h1 em { font-style: italic; color: var(--brand-red); font-weight: 600; }
.v2-contact-hero p {
  font-size: 1.2rem;
  color: #5C5C5A;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* ----- CONTACT BIG CTA ----- */
.v2-contact-cta {
  background: var(--ink);
  color: white;
  border-radius: 6px;
  padding: 64px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v2-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(164,34,23,0.18), transparent 60%);
}
.v2-contact-cta > * { position: relative; z-index: 2; }
.v2-contact-cta .v2-section-eyebrow { color: #F4B6AF; }
.v2-contact-cta h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 600;
  margin: 0 0 18px;
  color: white;
  letter-spacing: -0.02em;
}
.v2-contact-cta p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.v2-contact-cta .btn-pro-red:hover { background: white; color: var(--brand-red); }

/* ----- CONTACT CARDS ----- */
.v2-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.v2-contact-card {
  background: white;
  border-radius: 6px;
  padding: 44px 40px;
  box-shadow: var(--soft-shadow);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.v2-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--premium-shadow);
}
.v2-contact-card h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 28px;
  color: var(--ink);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 14px;
}
.v2-contact-card .h3-icon {
  width: 28px;
  height: 28px;
  stroke: var(--brand-red);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.v2-contact-row {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid rgba(27,27,26,0.08);
}
.v2-contact-row:last-child { border-bottom: none; }
.v2-contact-row .row-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A8A86;
  margin-bottom: 6px;
}
.v2-contact-row .row-value {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.5;
}
.v2-contact-row .row-value a { color: var(--brand-red); font-weight: 600; text-decoration: none; }
.v2-contact-row .row-value a:hover { text-decoration: underline; }

/* ----- SERVICE AREA CHIPS ----- */
.v2-area-block { margin-bottom: 28px; }
.v2-area-block:last-child { margin-bottom: 0; }
.v2-area-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8A8A86;
  margin-bottom: 14px;
}
.v2-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v2-area-chip {
  padding: 8px 16px;
  background: var(--warm-sand);
  color: var(--ink);
  border-radius: 100px;
  font-size: 0.88rem;
  font-weight: 600;
}
.v2-gym-card {
  background: var(--warm-cream);
  border-left: 3px solid var(--brand-red);
  border-radius: 0 6px 6px 0;
  padding: 22px 26px;
}
.v2-gym-card .gym-name {
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--brand-red);
  margin-bottom: 6px;
}
.v2-gym-card a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  display: block;
}
.v2-gym-card a:hover { color: var(--brand-red); }

/* ----- CONTACT FORM ----- */
.v2-form {
  max-width: 640px;
  margin: 40px auto 0;
  background: white;
  border-radius: 6px;
  padding: 48px 44px;
  box-shadow: var(--soft-shadow);
}
.v2-form-field { margin-bottom: 22px; }
.v2-form-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  margin-bottom: 8px;
}
.v2-form-field input,
.v2-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(27,27,26,0.12);
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  background: var(--warm-cream);
  color: var(--ink);
  transition: all 0.2s;
}
.v2-form-field input:focus,
.v2-form-field textarea:focus {
  outline: none;
  border-color: var(--brand-red);
  background: white;
}
.v2-form-field textarea { resize: vertical; min-height: 120px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .v2-hero { padding: 60px 0 80px; }
  .v2-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .v2-hero-photo-wrap { max-width: 380px; margin: 0 auto; }
  .v2-numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .v2-section { padding: 80px 0; }
  .v2-pain-grid,
  .v2-pillars,
  .v2-where-grid,
  .v2-creds { grid-template-columns: 1fr; gap: 16px; }
  .v2-creds { gap: 32px; }
  .v2-process { grid-template-columns: 1fr; gap: 32px; }
  .v2-final-cta { padding: 80px 0; }
  .v2-story-grid { grid-template-columns: 1fr; gap: 50px; }
  .v2-story-photo-wrap { max-width: 360px; margin: 0 auto; position: static; }
  .v2-tier-grid { grid-template-columns: 1fr; }
  .v2-duo-grid { grid-template-columns: 1fr; }
  .v2-duo-card { grid-template-columns: 1fr; text-align: left; }
  .v2-contact-grid { grid-template-columns: 1fr; }
  .v2-includes-grid { grid-template-columns: 1fr; }
  .v2-includes-grid li:nth-last-child(2) { border-bottom: 1px solid rgba(27,27,26,0.08); }
  .v2-prepay { flex-direction: column; align-items: flex-start; gap: 16px; }
  .v2-contact-cta { padding: 48px 32px; }
}

/* ===========================================
   ABF HOME 3.0 — Variant A (dark hero + pillar ticker)
   Blueprint: WEBSITE_BLUEPRINT.md §7 · approved 2026-07-08
   =========================================== */

.h3-hero { background: var(--ink); padding: 140px 0 0; }
.h3-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: end; }
.h3-hero-copy { padding-bottom: 90px; }
.h3-eyebrow {
  font-family: 'Chakra Petch', 'Inter', sans-serif;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em;
  color: #E8A79E; text-transform: uppercase; margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 10px;
}
.h3-eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--brand-red); }
.h3-hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 600;
  line-height: 1.05; letter-spacing: -0.02em; color: var(--warm-cream);
}
.h3-hero h1 em { font-style: italic; color: #E8A79E; }
.h3-hero-sub { color: #B9B5AC; font-size: 1.05rem; max-width: 400px; margin: 20px 0 30px; line-height: 1.7; }
.h3-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.h3-hero .btn-pro-ghost { color: var(--warm-cream); border-color: rgba(250,246,240,0.35); }
.h3-hero .btn-pro-ghost:hover { border-color: var(--warm-cream); background: rgba(250,246,240,0.06); }
.h3-hero-proof { margin-top: 26px; font-size: 0.88rem; color: var(--brand-gray); }
.h3-hero-proof strong { color: #E8A79E; }
.h3-hero-proof b { color: var(--warm-cream); }
.h3-hero-photo { position: relative; }
.h3-hero-photo img { width: 100%; max-width: 400px; margin: 0 auto; display: block; border-radius: 14px 14px 0 0; }

.h3-ticker { background: var(--brand-red); overflow: hidden; padding: 13px 0; white-space: nowrap; }
.h3-ticker-track {
  display: inline-block;
  font-family: 'Chakra Petch', 'Inter', sans-serif;
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.14em; color: var(--highlight);
  animation: h3tick 26s linear infinite;
}
.h3-ticker-track span { padding: 0 26px; }
@keyframes h3tick { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .h3-ticker-track { animation: none; }
}

.h3-chips { display: flex; flex-direction: column; gap: 12px; }
.h3-chip { background: white; border: 1px solid rgba(27,27,26,0.08); border-radius: 8px; padding: 14px 18px; font-size: 0.92rem; box-shadow: var(--soft-shadow); }
.h3-chip b { color: var(--brand-red); }

.h3-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.h3-step { background: var(--warm-cream); border-radius: 14px; padding: 26px; }
.h3-step-num { font-family: 'Chakra Petch', 'Inter', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--brand-red); }
.h3-step h3 { font-size: 1.05rem; margin: 8px 0 6px; }
.h3-step p { font-size: 0.92rem; color: #5C5C5A; margin: 0; }

.h3-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.h3-card { background: white; border: 1px solid rgba(27,27,26,0.08); border-radius: 14px; padding: 26px; box-shadow: var(--soft-shadow); }
.h3-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.h3-card p { font-size: 0.92rem; color: #5C5C5A; margin: 0; }

.h3-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.h3-mode { border: 1px solid rgba(250,246,240,0.15); border-radius: 14px; padding: 22px; }
.h3-mode-label { font-family: 'Chakra Petch', 'Inter', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; color: #E8A79E; }
.h3-mode p { font-size: 0.92rem; color: #B9B5AC; margin: 8px 0 0; }
.h3-mode a { color: var(--warm-cream); text-decoration: underline; }
.h3-rate { margin-top: 26px; font-size: 0.95rem; color: var(--brand-gray); }
.h3-rate b { color: var(--warm-cream); }

.h3-faq { max-width: 760px; }
.h3-faq details { border-bottom: 1px solid rgba(27,27,26,0.1); padding: 18px 0; }
.h3-faq summary { font-weight: 700; font-size: 1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.h3-faq summary::after { content: "+"; color: var(--brand-red); font-size: 1.3rem; font-weight: 400; }
.h3-faq details[open] summary::after { content: "–"; }
.h3-faq details p { margin: 12px 0 0; color: #5C5C5A; font-size: 0.95rem; }

.h3-closer { background: var(--brand-red); padding: 90px 0; text-align: center; }
.h3-closer h2 { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.8rem); color: white; font-weight: 600; }
.h3-closer-steps { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin: 24px 0 34px; color: var(--highlight); font-size: 0.95rem; }
.h3-closer .btn-pro { background: var(--warm-cream); color: var(--brand-red); }
.h3-closer .btn-pro:hover { background: white; transform: translateY(-2px); box-shadow: 0 12px 32px -8px rgba(0,0,0,0.3); }

@media (max-width: 880px) {
  .h3-hero { padding-top: 110px; }
  .h3-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .h3-hero-copy { padding-bottom: 50px; }
  .h3-steps, .h3-cards, .h3-modes { grid-template-columns: 1fr; }
  .h3-hero-photo img { max-width: 300px; }
}
