/* ================================================================
   UNITY VERTEX — style.css
   Consolidated stylesheet for all pages
   ================================================================ */

/* ── TOKENS ──────────────────────────────────────────────────── */
:root {
  --navy:       #002D62;
  --navy-deep:  #001a3a;
  --gold:       #FDBB30;
  --gold-muted: #d6b759;
  --cream:      #FAF7F2;
  --charcoal:   #1a1a2e;
  --text:       #1C1C2E;
  --text-muted: #5a5a72;
  --white:      #ffffff;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', sans-serif;
}

/* ── BASE ────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

/* ── TYPOGRAPHY UTILITIES ────────────────────────────────────── */
.display-serif {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-muted);
}

.section-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.gold-rule {
  width: 48px;
  height: 3px;
  background: var(--gold);
  margin-bottom: 1.5rem;
}

.gold-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-muted), transparent);
}

.body-copy {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--text-muted);
  font-weight: 300;
}

/* ── NAVBAR ──────────────────────────────────────────────────── */
.uv-nav {
  background: var(--navy-deep);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(253,187,48,0.15);
}

.uv-nav .navbar-brand {
  padding: 1.1rem 0;
}

.uv-nav .navbar-brand svg {
  height: 36px;
  width: auto;
}

.uv-brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.04em;
}

.uv-brand-by {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  line-height: 1;
  margin-bottom: 0.15rem;
}

.uv-nav .nav-link {
  color: rgba(255,255,255,0.75) !important;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem !important;
  transition: color 0.2s;
}

.uv-nav .nav-link:hover,
.uv-nav .nav-link.active {
  color: var(--gold) !important;
}

.uv-nav .btn-nav-cta {
  background: var(--gold);
  color: var(--navy-deep) !important;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.55rem 1.4rem !important;
  margin-left: 1rem;
  transition: background 0.2s;
}

.uv-nav .btn-nav-cta:hover {
  background: var(--white);
}

/* ── BUTTONS ─────────────────────────────────────────────────── */
.btn-primary-uv {
  display: inline-block;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.2rem;
  border-radius: 0;
  border: 2px solid var(--gold);
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn-primary-uv:hover {
  background: transparent;
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-ghost-uv {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.75);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.2rem;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.25);
  margin-left: 1rem;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.btn-ghost-uv:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-navy {
  display: inline-block;
  background: var(--navy-deep);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2.4rem;
  border-radius: 0;
  border: 2px solid var(--navy-deep);
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn-navy:hover {
  background: transparent;
  color: var(--navy-deep);
  transform: translateY(-2px);
}

/* ── CTA BAND ────────────────────────────────────────────────── */
.cta-band {
  background: var(--gold);
  padding: 4rem 0;
}

.cta-band-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--navy-deep);
  line-height: 1.1;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
.uv-footer {
  background: var(--charcoal);
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(253,187,48,0.12);
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.04em;
  text-decoration: none;
}

.footer-tagline {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.3rem;
}

.footer-nav a {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  text-decoration: none;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--gold); }

.footer-social a {
  display: inline-block;
  color: rgba(255,255,255,0.45);
  margin-right: 1rem;
  font-size: 0.8rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-social a:hover { color: var(--gold); }

.footer-copy {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.footer-copy a {
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-copy a:hover { color: var(--gold); }

/* ── ANIMATIONS ──────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

.fade-up.delay-1 { transition-delay: 0.1s; }
.fade-up.delay-2 { transition-delay: 0.2s; }
.fade-up.delay-3 { transition-delay: 0.3s; }
.fade-up.delay-4 { transition-delay: 0.4s; }

/* ================================================================
   HOMEPAGE — index.php
   ================================================================ */

/* Hero */
.hero {
  background: var(--navy-deep);
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,45,98,0.9) 0%, var(--navy-deep) 60%);
  pointer-events: none;
}

.hero-bg-mark {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  width: 52%;
  max-width: 680px;
  opacity: 0.06;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 6rem 0 5rem;
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.0;
  margin-bottom: 1.5rem;
}

.hero-tagline em {
  font-style: italic;
  color: var(--gold);
}

.hero-tagline-sub {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.75rem;
  letter-spacing: 0.01em;
}

.hero-sub {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-edge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--cream);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

/* Intro Strip */
.intro-strip {
  background: var(--cream);
  padding: 5rem 0 4rem;
}

.intro-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.15;
}

.intro-headline em {
  font-style: italic;
  color: var(--gold-muted);
}

.intro-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-muted);
  font-weight: 300;
}

.ama-logo {
  display: block;
  height: 2.8rem;
  width: auto;
  max-width: 100%;
}

/* Services Section (Homepage — dark navy bg) */
.services-section {
  background: var(--navy);
  padding: 5rem 0 6rem;
  position: relative;
}

.section-title-light {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
}

.services-section .service-card {
  border: 1px solid rgba(253,187,48,0.15);
  padding: 2rem 1.75rem;
  position: relative;
  background: rgba(255,255,255,0.03);
  transition: background 0.25s, border-color 0.25s, transform 0.2s;
  height: 100%;
}

.services-section .service-card:hover {
  background: rgba(253,187,48,0.06);
  border-color: rgba(253,187,48,0.4);
  transform: translateY(-4px);
}

.services-section .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: var(--gold);
  transition: height 0.3s;
}

.services-section .service-card:hover::before {
  height: 100%;
}

.services-section .service-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(253,187,48,0.15);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.services-section .service-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.services-section .service-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  font-weight: 300;
  min-height: 11em;
}

/* Case Studies Preview (Homepage) */
.case-studies-section {
  background: var(--cream);
  padding: 5rem 0 6rem;
}

.case-studies-section .case-card {
  background: var(--white);
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.case-studies-section .case-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,45,98,0.1);
  color: inherit;
}

.case-studies-section .case-img-wrap {
  overflow: hidden;
  height: 220px;
  background: var(--navy);
}

.case-studies-section .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: transform 0.4s, opacity 0.3s;
}

.case-studies-section .case-card:hover .case-img-wrap img {
  transform: scale(1.04);
  opacity: 1;
}

.case-studies-section .case-body {
  padding: 1.75rem;
}

.case-studies-section .case-tag {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 0.5rem;
}

.case-studies-section .case-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
}

/* Testimonials (Homepage) */
.testimonials-section {
  background: var(--navy-deep);
  padding: 5rem 0 6rem;
}

.testimonial-block {
  border-left: 2px solid var(--gold);
  padding-left: 1.75rem;
  margin-bottom: 3rem;
}

.testimonial-block .testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  color: rgba(255,255,255,0.88);
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.testimonial-block .testimonial-attr {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--gold-muted);
  letter-spacing: 0.06em;
}

.testimonial-block .testimonial-attr strong {
  color: var(--white);
  font-weight: 500;
}

/* ================================================================
   INNER PAGE HERO — shared across about / services / case-studies / contact
   ================================================================ */
.page-hero {
  background: var(--navy-deep);
  padding: 6rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-hero-bg-mark {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  opacity: 0.06;
  pointer-events: none;
}

.page-hero-edge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--cream);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.05;
}

.page-hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.page-hero-sub {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  line-height: 1.75;
  margin-top: 1.5rem;
}

/* ================================================================
   ABOUT PAGE — about.php
   ================================================================ */

/* Mission */
.mission-section {
  background: var(--cream);
  padding: 5rem 0;
}

.mission-statement {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  border-left: 4px solid var(--gold);
  padding-left: 2rem;
}

/* About Matt */
.about-matt {
  background: var(--white);
  padding: 5rem 0;
}

.matt-photo-placeholder {
  background: var(--navy);
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.matt-photo-placeholder::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0,26,58,0.8), transparent);
}

.photo-note {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-style: italic;
  color: var(--navy);
  line-height: 1.4;
  border-left: 3px solid var(--gold);
  padding-left: 1.5rem;
  margin: 2rem 0;
}

/* Values */
.values-section {
  background: var(--navy);
  padding: 5rem 0 6rem;
}

.value-item {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(253,187,48,0.12);
}

.value-item:last-child { border-bottom: none; }

.value-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.value-desc {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  font-weight: 300;
  max-width: 540px;
}

.value-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(253,187,48,0.08);
  line-height: 1;
  float: right;
  margin-top: -0.5rem;
}

/* Hero's Journey Framework */
.framework-section {
  background: var(--charcoal);
  padding: 5rem 0 6rem;
}

.framework-intro {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
}

.framework-intro strong {
  color: var(--gold);
  font-weight: 500;
}

.act-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid transparent;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: transform 0.2s, background 0.2s;
}

.act-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.07);
}

.act-card.act-1 { border-top-color: var(--gold); }
.act-card.act-2 { border-top-color: rgba(255,255,255,0.3); }
.act-card.act-3 { border-top-color: var(--gold-muted); }

.act-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 0.4rem;
}

.act-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.act-question {
  font-family: var(--font-display);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1rem;
}

.act-body {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  font-weight: 300;
}

.act-risk {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(0,0,0,0.25);
  border-left: 2px solid var(--gold-muted);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}

.act-risk strong {
  font-weight: 500;
  color: var(--gold-muted);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}

.act-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-muted);
  font-size: 1.5rem;
  padding-top: 3rem;
}

.sequel-band {
  margin-top: 2.5rem;
  background: var(--navy);
  border: 1px solid rgba(253,187,48,0.2);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.sequel-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.sequel-text {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

.sequel-question {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  border-left: 1px solid rgba(253,187,48,0.3);
  padding-left: 1.5rem;
  font-weight: 300;
}

/* Leadership Flywheel */
.flywheel-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.flywheel-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  font-weight: 300;
  max-width: 480px;
}

.flywheel-linear {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  position: relative;
}

.fw-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.fw-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.2s;
}

.fw-circle:hover { transform: scale(1.06); }

.fw-circle.fw-gold { background: var(--gold); }

.fw-step-label {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.fw-circle.fw-gold .fw-step-label { color: rgba(0,26,58,0.55); }

.fw-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
}

.fw-circle.fw-gold .fw-name { color: var(--navy-deep); }

.fw-arrow {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fw-arrow svg { width: 40px; height: 16px; }

.fw-return-arc {
  position: absolute;
  bottom: -52px;
  left: 50px;
  right: 50px;
  height: 44px;
  pointer-events: none;
}

/* ================================================================
   SERVICES PAGE — services.php
   ================================================================ */
.services-intro {
  background: var(--cream);
  padding: 5rem 0 4rem;
}

.services-grid {
  background: var(--white);
  padding: 4rem 0 6rem;
}

.services-grid .service-card {
  background: var(--cream);
  border-top: 3px solid transparent;
  padding: 2.25rem 2rem;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.services-grid .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,45,98,0.1);
  border-top-color: var(--gold);
}

.services-grid .service-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(0,45,98,0.08);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.services-grid .service-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.2;
}

.services-grid .service-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
}

.service-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s;
}

.service-cta:hover { color: var(--gold-muted); }

/* How It Works */
.how-section {
  background: var(--navy);
  padding: 5rem 0 6rem;
}

.process-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(253,187,48,0.1);
}

.process-step:last-child { border-bottom: none; }

.process-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  min-width: 3rem;
}

.process-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.4rem;
}

.process-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  font-weight: 300;
}

/* ================================================================
   CASE STUDIES PAGE — case-studies.php
   ================================================================ */
.cases-section {
  background: var(--cream);
  padding: 5rem 0 7rem;
}

.cases-section .case-card {
  background: var(--white);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cases-section .case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,45,98,0.12);
}

.cases-section .case-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  background: var(--navy);
}

.cases-section .case-img-placeholder {
  width: 100%;
  height: 240px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases-section .case-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cases-section .case-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.cases-section .case-tag {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-muted);
  background: rgba(214,183,89,0.1);
  padding: 0.3rem 0.7rem;
}

.cases-section .case-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.cases-section .case-excerpt {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-weight: 300;
  flex: 1;
}

.cases-section .case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0,45,98,0.08);
}

.case-org {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.case-link {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.2s;
}

.case-link:hover { color: var(--gold-muted); }

/* Testimonial Strip (Case Studies page) */
.testimonial-strip {
  background: var(--navy);
  padding: 4rem 0;
}

.testimonial-strip .testimonial-quote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.45;
  border-left: 3px solid var(--gold);
  padding-left: 2rem;
}

.testimonial-strip .testimonial-attr {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-top: 1.25rem;
  padding-left: 2rem;
}

/* ================================================================
   CONTACT PAGE — contact.php
   ================================================================ */
.contact-section {
  background: var(--cream);
  padding: 5rem 0 7rem;
}

.calendly-wrap {
  background: var(--white);
  border: 1px solid rgba(0,45,98,0.08);
  overflow: hidden;
  min-height: 700px;
}

.contact-card {
  background: var(--white);
  padding: 2.5rem 2rem;
  border-top: 3px solid var(--gold);
  margin-bottom: 1.5rem;
}

.contact-card-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 0.5rem;
}

.contact-card-value {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
}

.contact-card-value a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-card-value a:hover { color: var(--gold-muted); }

.social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: var(--white);
  border: 1px solid rgba(0,45,98,0.08);
  text-decoration: none;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 400;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  margin-bottom: 0.5rem;
}

.social-link:hover {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.social-link:hover .social-arrow { color: var(--gold); }

.social-name { flex: 1; }

.social-handle {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.social-link:hover .social-handle { color: rgba(255,255,255,0.55); }

.social-arrow {
  color: var(--gold-muted);
  transition: color 0.2s;
}

.expect-section {
  background: var(--navy);
  padding: 5rem 0;
}

.expect-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(253,187,48,0.1);
}

.expect-item:last-child { border-bottom: none; }

.expect-icon {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  min-width: 2rem;
}

.expect-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3rem;
}

.expect-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  font-weight: 300;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
  .matt-photo-placeholder {
    max-height: 50vh;
    aspect-ratio: auto;
  }
}

@media (max-width: 767px) {
  .btn-ghost-uv {
    margin-left: 0;
    margin-top: 0.75rem;
  }

  .hero-content {
    padding: 4rem 0 5rem;
  }

  .flywheel-linear {
    flex-direction: column;
  }

  .fw-arrow {
    width: auto;
    height: 36px;
    transform: rotate(90deg);
  }

  .fw-return-arc {
    bottom: auto;
    top: 50px;
    left: -52px;
    right: auto;
    width: 44px;
    height: calc(100% - 100px);
  }
}

/* ================================================================
   INDIVIDUAL CASE STUDY PAGES
   ================================================================ */

.cs-section {
  background: var(--cream);
  padding: 4rem 0;
}

.cs-section--white {
  background: var(--white);
  padding: 4rem 0;
}

.cs-lead {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.cs-image {
  width: 100%;
  height: auto;
  display: block;
}

.cs-image-wrap {
  overflow: hidden;
  background: var(--navy);
}

.cs-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.cs-caption {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
  font-style: italic;
}

.cs-pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
  font-style: italic;
  color: var(--navy);
  line-height: 1.4;
  border-left: 3px solid var(--gold);
  padding-left: 1.5rem;
  margin: 2rem 0;
}

.results-band {
  background: var(--navy);
  padding: 5rem 0;
}

.result-stat {
  text-align: center;
  padding: 2rem 1rem;
}

.result-stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.result-stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.result-stat-divider {
  width: 1px;
  background: rgba(253,187,48,0.2);
  align-self: stretch;
}

.video-placeholder {
  background: var(--navy-deep);
  border: 1px solid rgba(253,187,48,0.2);
  padding: 4rem 2rem;
  text-align: center;
  color: rgba(255,255,255,0.35);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-embed-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background: #000;
}
.video-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-embed-wrap--short {
  padding-top: 177.78%;
  max-width: 315px;
}

.cs-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-muted);
  text-decoration: none;
  transition: color 0.2s;
  margin-bottom: 1.5rem;
  display: block;
}

.cs-back-link:hover { color: var(--gold); }

.cs-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.cs-tag {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(253,187,48,0.35);
  padding: 0.3rem 0.8rem;
}
