/* ============================================================
   MITHYLL DAVE — Coaching page (Brand Alchemist™) styles
   File: wp-content/themes/YOUR-CHILD-THEME/assets/coaching/coaching.css
   Enqueued by page-coaching.php — do not rename without updating it.
   ============================================================ */

  #alchemist-coaching {
    --navy: #0D1B2A;
    --gold: #B8972E;
    --gold-hover: #D4AF5A;
    --cream: #F7F4EE;
    --paper: #F6F5F4;
    --teal: #1B3A4B;
    --ink: #141413;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
  }

  #alchemist-coaching * { box-sizing: border-box; }

  #alchemist-coaching h1,
  #alchemist-coaching h2,
  #alchemist-coaching h3,
  #alchemist-coaching .display {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.05;
    margin: 0;
  }

  #alchemist-coaching .eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
  }

  #alchemist-coaching section { position: relative; padding: 7rem 1.5rem; }
  #alchemist-coaching .wrap { max-width: 1180px; margin: 0 auto; }

  #alchemist-coaching a.cta-btn,
  #alchemist-coaching button.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--gold);
    color: var(--navy);
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    will-change: transform;
    transition: background 0.25s ease, box-shadow 0.25s ease;
  }
  #alchemist-coaching a.cta-btn:hover,
  #alchemist-coaching button.cta-btn:hover {
    background: var(--gold-hover);
    box-shadow: 0 10px 30px rgba(184,151,46,0.35);
  }
  #alchemist-coaching a.cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--cream);
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 999px;
    border: 1.5px solid rgba(247,244,238,0.4);
    text-decoration: none;
    font-size: 1rem;
    will-change: transform;
    transition: border-color 0.25s ease, background 0.25s ease;
  }
  #alchemist-coaching a.cta-ghost:hover {
    border-color: var(--gold-hover);
    background: rgba(212,175,90,0.08);
  }

  /* ============ HERO ============ */
  #alch-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--navy);
    color: var(--cream);
    padding: 7rem 1.5rem 4rem;
    overflow: hidden;
  }
  #alch-hero .hero-parallax-bg {
    position: absolute;
    inset: -10% -5%;
    background: linear-gradient(160deg, rgba(13,27,42,0.95), rgba(27,58,75,0.9));
    z-index: 0;
  }
  #alch-hero .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3.2rem;
  }
  #alch-hero .hero-text { max-width: 800px; }
  #alch-hero .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

  #alch-hero .hero-portrait {
    position: relative;
    width: 100%;
    max-width: 1020px;
    perspective: 1400px;
  }
  #alch-hero .hero-portrait::before {
    content: '';
    position: absolute;
    inset: -10% -5%;
    background: radial-gradient(circle at 30% 25%, rgba(212,175,90,0.42), transparent 65%);
    filter: blur(44px);
    z-index: -1;
  }
  #alch-hero .hero-portrait img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 22%;
    display: block;
    border-radius: 22px;
    border: 1px solid rgba(184,151,46,0.42);
    box-shadow: 0 45px 100px rgba(0,0,0,0.55);
    transform-style: preserve-3d;
    will-change: transform;
  }
  #alch-hero .hero-line {
    overflow: hidden;
    display: block;
  }
  #alch-hero h1 {
    font-size: clamp(2.8rem, 6.6vw, 6rem);
    color: var(--cream);
  }
  #alch-hero h1 .word {
    display: inline-block;
    will-change: transform;
  }
  #alch-hero h1 .gold-word { color: var(--gold-hover); font-style: italic; }
  #alch-hero p.hero-sub {
    font-size: 1.15rem;
    max-width: 640px;
    margin: 2rem auto 2.5rem;
    color: rgba(247,244,238,0.85);
  }

  /* ============ CREDENTIAL MARQUEE ============ */
  #alch-marquee {
    background: var(--gold);
    padding: 1.5rem 0;
    overflow: hidden;
    white-space: nowrap;
  }
  #alch-marquee .track {
    display: inline-flex;
    gap: 3rem;
    will-change: transform;
  }
  #alch-marquee .track span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--navy);
    white-space: nowrap;
  }
  #alch-marquee .track span strong { color: var(--ink); }

  /* ============ TRANSFORMATION STATEMENT ============ */
  #alch-transform {
    background: var(--cream);
    text-align: center;
  }
  #alch-transform .transform-line {
    font-size: clamp(2rem, 5vw, 3.4rem);
    max-width: 900px;
    margin: 0 auto;
  }
  #alch-transform .transform-line em { color: var(--gold); font-style: italic; }

  /* ============ FRAMEWORKS STRIP ============ */
  #alch-frameworks { background: var(--paper); }
  #alch-frameworks .fw-head { text-align: center; margin-bottom: 3.5rem; }
  #alch-frameworks .fw-head h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); }
  #alch-frameworks .fw-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 3rem;
    align-items: start;
  }
  #alch-frameworks .flask-visual {
    position: sticky;
    top: 7rem;
    display: flex;
    justify-content: center;
  }
  #alch-frameworks .flask-visual svg {
    width: 100%;
    max-width: 210px;
    height: auto;
  }
  #alch-frameworks .flask-visual .bubble { fill: rgba(247,244,238,0.55); }
  #alch-frameworks .fw-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  #alch-frameworks .fw-card {
    background: var(--navy);
    color: var(--cream);
    border-radius: 12px;
    padding: 2rem 1.5rem;
  }
  #alch-frameworks .fw-card:hover {
    transform: translateY(-9px) scale(1.01) !important;
    box-shadow: 0 25px 50px rgba(13,27,42,0.25);
  }
  #alch-frameworks .fw-card .fw-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    color: var(--gold-hover);
    margin-bottom: 0.6rem;
  }
  #alch-frameworks .fw-card p { font-size: 0.95rem; color: rgba(247,244,238,0.8); margin: 0; }

  /* ============ BOOK PROMO ============ */
  #alch-book { background: var(--teal); color: var(--cream); }
  #alch-book .book-split {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 3.5rem;
    align-items: center;
  }
  #alch-book .book-image img {
    width: 100%;
    display: block;
    filter: drop-shadow(0 30px 55px rgba(0,0,0,0.45));
  }
  #alch-book .book-text .eyebrow { color: var(--gold-hover); }
  #alch-book .book-text h2 {
    color: var(--cream);
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
  }
  #alch-book .book-text p {
    color: rgba(247,244,238,0.82);
    max-width: 520px;
    margin: 0 0 1.6rem;
  }

  /* ============ FUNNEL LADDER (signature moment) ============ */
  #alch-ladder {
    background: var(--navy);
    color: var(--cream);
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  #alch-ladder .ladder-head { text-align: center; margin-bottom: 2rem; }
  #alch-ladder .ladder-head .eyebrow { color: var(--gold-hover); }
  #alch-ladder .ladder-head h2 {
    color: var(--cream);
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  }
  #alch-ladder .ladder-head p {
    max-width: 640px;
    margin: 1.2rem auto 0;
    color: rgba(247,244,238,0.75);
  }

  #alch-ladder .ladder-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 3rem;
    align-items: start;
    margin-top: 4rem;
  }

  #alch-ladder .stairs {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
  }

  /* vertical connecting line */
  #alch-ladder .stairs::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(184,151,46,0.15), rgba(184,151,46,0.5));
    z-index: 0;
  }

  #alch-ladder .step {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    /* staggered horizontal offset = rising staircase */
    margin-left: calc(var(--rise, 0) * 2.5%);
  }
  #alch-ladder .step:nth-child(1) { --rise: 0; }
  #alch-ladder .step:nth-child(2) { --rise: 1; }
  #alch-ladder .step:nth-child(3) { --rise: 2; }
  #alch-ladder .step:nth-child(4) { --rise: 3; }
  #alch-ladder .step:nth-child(5) { --rise: 4; }
  #alch-ladder .step:nth-child(6) { --rise: 5; }
  #alch-ladder .step:nth-child(7) { --rise: 6; }

  #alch-ladder .step-index {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--teal);
    border: 2px solid rgba(184,151,46,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--gold-hover);
    transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
  }

  #alch-ladder .step-card {
    flex: 1;
    background: rgba(247,244,238,0.04);
    border: 1px solid rgba(247,244,238,0.1);
    border-radius: 14px;
    padding: 1.6rem 1.8rem;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  }

  #alch-ladder .step-card .step-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--gold-hover);
    display: block;
    margin-bottom: 0.3rem;
  }
  #alch-ladder .step-card h3 {
    color: var(--cream);
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }
  #alch-ladder .step-card p.step-desc {
    color: rgba(247,244,238,0.75);
    font-size: 0.98rem;
    margin: 0 0 0.6rem;
  }
  #alch-ladder .step-card .step-fw {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy);
    background: var(--gold-hover);
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-weight: 700;
  }

  /* Active step state, toggled by ScrollTrigger */
  #alch-ladder .step.is-active .step-card {
    background: rgba(184,151,46,0.1);
    border-color: var(--gold);
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
    transform: scale(1.035);
  }
  #alch-ladder .step.is-active .step-index {
    background: var(--gold);
    border-color: var(--gold-hover);
    color: var(--navy);
    transform: scale(1.1);
  }

  /* Alchemy Network parallel side-rail */
  #alch-ladder .network-rail {
    position: sticky;
    top: 6rem;
    background: linear-gradient(160deg, rgba(184,151,46,0.14), rgba(27,58,75,0.4));
    border: 1px solid rgba(184,151,46,0.35);
    border-radius: 16px;
    padding: 2rem 1.6rem;
  }
  #alch-ladder .network-rail .rail-tag {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-hover);
    font-weight: 700;
  }
  #alch-ladder .network-rail h3 {
    color: var(--cream);
    font-size: 1.7rem;
    margin: 0.6rem 0 0.8rem;
  }
  #alch-ladder .network-rail p {
    color: rgba(247,244,238,0.8);
    font-size: 0.95rem;
    margin: 0 0 1rem;
  }
  #alch-ladder .network-rail .rail-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    color: var(--gold-hover);
    display: block;
    margin-bottom: 1rem;
  }
  #alch-ladder .network-rail small {
    display: block;
    margin-top: 1rem;
    color: rgba(247,244,238,0.55);
    font-size: 0.82rem;
  }

  /* ============ 1:1 BOOKING SPLIT ============ */
  #alch-booking { background: var(--cream); }
  #alch-booking .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  #alch-booking .split-image img {
    width: 100%;
    border-radius: 16px;
    display: block;
  }
  #alch-booking h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 1.2rem; }
  #alch-booking p.booking-copy { color: #4a4a48; margin-bottom: 1.8rem; max-width: 480px; }

  /* ============ TESTIMONIALS ============ */
  #alch-testimonials { background: var(--navy); color: var(--cream); }
  #alch-testimonials .test-head { text-align: center; margin-bottom: 3.5rem; }
  #alch-testimonials .test-head h2 { color: var(--cream); font-size: clamp(2.2rem, 4vw, 3.2rem); }
  #alch-testimonials .subhead { text-align: center; margin-bottom: 2rem; }
  #alch-testimonials .subhead h3 {
    color: var(--gold-hover);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 600;
  }
  #alch-testimonials .video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-bottom: 4.5rem;
  }
  #alch-testimonials .video-card {
    background: rgba(247,244,238,0.05);
    border: 1px solid rgba(247,244,238,0.12);
    border-radius: 14px;
    overflow: hidden;
  }
  #alch-testimonials .video-card .video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: rgba(0,0,0,0.3);
  }
  #alch-testimonials .video-card .video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #alch-testimonials .video-card .video-caption {
    padding: 1rem 1.2rem;
    font-size: 0.88rem;
    color: rgba(247,244,238,0.72);
  }
  #alch-testimonials .test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  #alch-testimonials .test-card {
    background: rgba(247,244,238,0.05);
    border: 1px solid rgba(247,244,238,0.12);
    border-radius: 14px;
    padding: 1.8rem;
    display: flex;
    flex-direction: column;
  }
  #alch-testimonials .test-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 45px rgba(0,0,0,0.3);
  }
  #alch-testimonials .test-card p.quote {
    font-size: 0.95rem;
    color: rgba(247,244,238,0.88);
    flex: 1;
    margin-bottom: 1.2rem;
  }
  #alch-testimonials .test-card .attrib {
    font-weight: 700;
    color: var(--gold-hover);
    font-size: 0.9rem;
  }
  #alch-testimonials .test-card .attrib span {
    display: block;
    font-weight: 400;
    color: rgba(247,244,238,0.6);
    font-size: 0.82rem;
    margin-top: 0.15rem;
  }

  /* ============ FINAL CTA ============ */
  #alch-final-cta {
    background: var(--gold);
    text-align: center;
  }
  #alch-final-cta h2 {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    color: var(--navy);
    max-width: 900px;
    margin: 0 auto 1.5rem;
  }
  #alch-final-cta p {
    max-width: 600px;
    margin: 0 auto 2.2rem;
    color: rgba(13,27,42,0.75);
  }
  #alch-final-cta .final-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  #alch-final-cta a.cta-btn { background: var(--navy); color: var(--cream); }
  #alch-final-cta a.cta-btn:hover { background: var(--teal); }
  #alch-final-cta a.cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--navy);
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 999px;
    border: 1.5px solid rgba(13,27,42,0.35);
    text-decoration: none;
  }
  #alch-final-cta a.cta-secondary:hover { border-color: var(--navy); background: rgba(13,27,42,0.06); }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 1024px) {
    #alch-frameworks .fw-layout { grid-template-columns: 1fr; }
    #alch-frameworks .flask-visual { position: static; margin-bottom: 1rem; }
    #alch-frameworks .flask-visual svg { max-width: 160px; }
    #alch-testimonials .test-grid,
    #alch-testimonials .video-grid { grid-template-columns: repeat(2, 1fr); }
    #alch-ladder .ladder-layout { grid-template-columns: 1fr; }
    #alch-ladder .network-rail { position: static; }
    #alch-book .book-split { grid-template-columns: 400px 1fr; }
  }

  @media (max-width: 860px) {
    #alchemist-coaching section { padding: 4.5rem 1.2rem; }
    #alch-booking .split,
    #alch-hero .hero-ctas { grid-template-columns: 1fr; }
    #alch-booking .split { grid-template-columns: 1fr; gap: 2rem; }
    #alch-hero .hero-inner { gap: 2rem; }
    #alch-hero .hero-portrait img { aspect-ratio: 4 / 3; object-position: center 15%; }
    #alch-frameworks .fw-grid { grid-template-columns: 1fr 1fr; }
    #alch-testimonials .test-grid,
    #alch-testimonials .video-grid { grid-template-columns: 1fr; }
    #alch-ladder .step { margin-left: 0 !important; gap: 1rem; }
    #alch-ladder .stairs::before { left: 22px; }
    #alch-ladder .step-index { width: 44px; height: 44px; font-size: 1.1rem; }
    #alch-book .book-split { grid-template-columns: 1fr; text-align: center; }
    #alch-book .book-image { max-width: 380px; margin: 0 auto; }
  }

  @media (max-width: 600px) {
    #alch-frameworks .fw-grid { grid-template-columns: 1fr; }
    #alch-hero h1 { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  }
