*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* ── Paleta: rosa · verde crudo · celeste · blanco — todos pasteles ── */
      --white:        #ffffff;
      --natural:      #fdfcfb;          /* fondo principal */
      --natural-2:    #f7f3f0;          /* secciones alternas */
      --nude:         #fce8e8;          /* rosa pastel claro */
      --nude-mid:     #f4b8be;          /* rosa pastel medio */
      --nude-dark:    #e8899a;          /* rosa pastel acento */
      --nude-darker:  #d4607a;          /* rosa hover */
      --sage:         #b8ccac;          /* verde crudo medio */
      --sage-light:   #e2eedb;          /* verde crudo suave */
      --sage-dark:    #88a878;          /* verde crudo oscuro */
      --sky:          #aed4e8;          /* celeste pastel */
      --sky-light:    #daf0f8;          /* celeste muy claro */
      --sky-dark:     #7ab8d4;          /* celeste oscuro */
      --text:         #3a3230;          /* texto principal */
      --text-mid:     #6a5e5a;          /* texto secundario */
      --text-light:   #9e8e8a;          /* texto suave */
      --radius:       14px;
      --max:          780px;
      --wide:         1100px;
    }

    html { scroll-behavior: smooth; }

    #inicio, #proceso, #sobre-mi, #contacto { scroll-margin-top: 76px; }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--natural);
      color: var(--text);
      line-height: 1.85;
      font-size: 20px;
      overflow-x: clip;
    }

    /* ── NAV ── */
    nav {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(250, 249, 247, 0.92);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(212, 160, 144, 0.2);
      padding: 0 24px;
    }
    .nav-inner {
      width: 100%;
      max-width: var(--wide);
      min-height: 72px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 28px;
    }
    nav .nav-links { justify-self: center; }
    nav .brand { justify-self: start; }
    nav .cta-nav { justify-self: end; }
    nav .brand {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 500;
      color: var(--text);
      letter-spacing: 0.04em;
      white-space: nowrap;
      text-decoration: none;
    }
    nav .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
    }
    nav .nav-links a {
      font-size: 0.9rem;
      color: var(--text-mid);
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
    nav .nav-links a:hover { color: var(--nude-dark); }
    nav a:focus-visible,
    .back-to-top:focus-visible,
    .whatsapp-float:focus-visible {
      outline: 2px solid var(--nude-darker);
      outline-offset: 4px;
    }
    nav a.cta-nav {
      font-size: 0.63rem;
      font-weight: 500;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--nude-darker);
      text-decoration: none;
      border: 1.5px solid var(--nude-dark);
      padding: 6px 14px;
      border-radius: 40px;
      transition: all 0.25s;
      white-space: nowrap;
    }
    nav a.cta-nav:hover { background: var(--nude-dark); color: var(--white); }
    .cta-nav-short { display: none; }

    /* ── BUTTONS ── */
    .btn-primary {
      display: inline-block;
      background: var(--nude-mid);
      color: var(--white);
      text-decoration: none;
      font-size: 1.02rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      padding: 16px 38px;
      border-radius: 50px;
      transition: background 0.25s, transform 0.2s;
      box-shadow: 0 4px 20px rgba(184,119,101,0.25);
    }
    .btn-primary:hover { background: var(--nude-dark); transform: translateY(-2px); }

    .btn-outline {
      display: inline-block;
      background: transparent;
      color: var(--nude-dark);
      text-decoration: none;
      font-size: 0.99rem;
      font-weight: 500;
      letter-spacing: 0.04em;
      padding: 13px 30px;
      border-radius: 50px;
      border: 1.5px solid var(--nude-dark);
      transition: all 0.25s;
    }
    .btn-outline:hover { background: var(--nude); }

    /* ── SECTIONS ── */
    section { padding: 88px 24px; }
    .inner { max-width: var(--max); margin: 0 auto; }

    .section-label {
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--sage-dark);
      margin-bottom: 18px;
      display: block;
    }
    h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4.5vw, 3rem);
      font-weight: 400;
      color: var(--text);
      line-height: 1.2;
      margin-bottom: 24px;
    }
    h2 em { font-style: italic; color: var(--nude-dark); }
    p { color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; }
    p:last-child { margin-bottom: 0; }

    /* ── HERO ── */
    /* ── HERO SPLIT ── */
    .hero {
      background: linear-gradient(135deg, #fdfcfb 0%, #f9f5f0 60%, #fdf0ee 100%);
      padding: 100px 24px 70px;
      position: relative;
      overflow: hidden;
    }
    .hero-split {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }
    .hero-text { position: relative; z-index: 1; }
    .hero-eyebrow {
      display: inline-block;
      font-size: 0.82rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--sage-dark);
      background: var(--sage-light);
      padding: 6px 18px;
      border-radius: 30px;
      margin-bottom: 28px;
    }
    .hero h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.6rem, 5vw, 4.2rem);
      font-weight: 300;
      line-height: 1.15;
      color: var(--text);
      margin-bottom: 24px;
    }
    .hero h1 em { font-style: italic; font-weight: 300; color: var(--nude-mid); }
    .hero-desc {
      font-size: 1.1rem;
      color: var(--text-mid);
      line-height: 1.7;
      margin-bottom: 28px;
      max-width: 480px;
    }
    .hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 36px;
    }
    .badge {
      font-size: 0.82rem;
      color: var(--text-mid);
      background: rgba(255,255,255,0.7);
      border: 1px solid var(--nude);
      padding: 5px 14px;
      border-radius: 20px;
      backdrop-filter: blur(4px);
    }
    .hero-cta-group {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }
    .hero-photo-wrap {
      position: relative;
      display: flex;
      justify-content: center;
    }
    .hero-photo-frame {
      border-radius: 28px;
      overflow: hidden;
      width: 100%;
      max-width: 420px;
      aspect-ratio: 4/5;
      box-shadow: 0 20px 60px rgba(0,0,0,0.12);
      border: 4px solid rgba(255,255,255,0.8);
    }
    .hero-photo-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
    }
    .hero-photo-tag {
      position: absolute;
      bottom: 24px;
      left: 0;
      background: white;
      color: var(--sage-dark);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 8px 18px;
      border-radius: 30px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    }

/* ── QUESTIONS ── */
    .questions { background: var(--natural-2); }
    .questions .inner { text-align: center; }
    .questions h2 { max-width: 540px; margin: 0 auto 24px; }
    .questions .intro { max-width: 520px; margin: 0 auto 40px; }
    .q-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 12px;
      margin-bottom: 32px;
    }
    .q-card {
      background: var(--white);
      border: 1px solid rgba(212, 160, 144, 0.25);
      border-radius: var(--radius);
      padding: 20px 18px;
      font-size: 0.99rem;
      color: var(--text-mid);
      line-height: 1.8;
      text-align: left;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .q-card:hover {
      border-color: var(--nude-mid);
      box-shadow: 0 4px 16px rgba(212,160,144,0.15);
    }
    .q-card::before { content: '— '; color: var(--nude-dark); font-weight: 500; }
    .questions .closing {
      font-size: 1.05rem;
      color: var(--text-light);
      font-style: italic;
    }

    /* ── WHAT IS ── */
    .what-is { background: var(--white); }
    .what-is .inner {
      max-width: var(--wide);
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: clamp(48px, 7vw, 88px);
      align-items: start;
    }
    .what-is-media { min-width: 0; }
    .what-is-visual {
      border-radius: 24px;
      aspect-ratio: 3/4;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      overflow: hidden;
      position: relative;
    }
    .what-is-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      border-radius: 24px;
      display: block;
    }
    
    
    .what-is-visual blockquote {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.81rem;
      font-weight: 300;
      font-style: italic;
      color: var(--text);
      line-height: 1.5;
      text-align: center;
      margin-bottom: 20px;
    }
    .what-is-visual cite { display: block; font-size: 0.85rem; color: var(--text-light); letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }
    .icf-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.88rem;
      color: var(--sage-dark);
      border: 1px solid var(--sage);
      background: var(--sage-light);
      border-radius: 30px;
      padding: 7px 16px;
      margin-top: 22px;
      font-weight: 500;
    }
    .icf-badge::before { content: '✓'; }
    .what-is-copy { padding-top: 4px; }

    /* ── APPROACH ── */
    .approach { background: var(--natural-2); }
    .approach .inner { max-width: var(--wide); text-align: center; }
    .approach h2 { margin-bottom: 16px; }
    .approach .subtitle { max-width: 480px; margin: 0 auto 48px; }
    .approach-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
    }
    .approach-card {
      background: #fff;
      border-radius: 16px;
      padding: 0;
      cursor: pointer;
      border: 1px solid var(--nude);
      transition: box-shadow 0.2s, border-color 0.2s;
      overflow: hidden;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
    }
    .approach-card:nth-child(1) { border-top-color: var(--nude-mid); }
    .approach-card:nth-child(2) { border-top-color: var(--sage); }
    .approach-card:nth-child(3) { border-top-color: var(--sky); }
    .approach-card:nth-child(4) { border-top-color: var(--sage-light); }
    .approach-card:nth-child(5) { border-top-color: var(--nude); }
    .approach-card:hover { transform: translateY(-3px); }
    .approach-card .icon { font-size: 1.69rem; margin-bottom: 18px; display: block; }
    .approach-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.24rem;
      font-weight: 500;
      color: var(--text);
      margin-bottom: 8px;
    }
    .approach-card p { font-size: 0.97rem; color: var(--text-light); margin: 0; line-height: 1.8; }

    /* ── COACHING EXPLAINER ── */
    .coaching-explainer {
      display: grid;
      grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
      gap: clamp(36px, 6vw, 72px);
      margin-top: 72px;
      padding-top: 56px;
      border-top: 1px solid rgba(136, 168, 120, 0.35);
      text-align: left;
    }
    .explainer-kicker {
      display: block;
      color: var(--sage-dark);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .coaching-explainer h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 3.4vw, 2.6rem);
      line-height: 1.15;
      font-weight: 400;
      color: var(--text);
    }
    .coaching-explainer-copy p { font-size: 0.98rem; }

    /* ── RESULTS ── */
    .results { background: var(--natural-2); }
    .results .inner { text-align: center; }
    .results h2 { margin-bottom: 44px; }
    .check-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px 40px;
      text-align: left;
      max-width: 620px;
      margin: 0 auto;
    }
    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 1.05rem;
      color: var(--text-mid);
    }
    .check-item .check {
      color: var(--sage-dark);
      font-size: 1.02rem;
      margin-top: 3px;
      flex-shrink: 0;
      background: var(--sage-light);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.79rem;
    }

    /* ── WHO ── */
    .who { background: var(--white); }
    .who .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .who h2 { grid-column: 1 / -1; text-align: center; }
    .who-card {
      border-radius: var(--radius);
      padding: 36px 30px;
    }
    .who-card:nth-child(2) { background: var(--nude); }
    .who-card:nth-child(3) { background: var(--sky-light); }
    .who-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.58rem;
      font-weight: 400;
      color: var(--text);
      margin-bottom: 20px;
    }
    .who-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .who-card ul li {
      font-size: 1.03rem;
      color: var(--text-mid);
      padding-left: 16px;
      position: relative;
      line-height: 1.8;
    }
    .who-card ul li::before {
      content: '·';
      position: absolute;
      left: 3px;
      color: var(--nude-dark);
      font-size: 1.36rem;
      line-height: 1.35;
    }

    /* ── ABOUT ── */
    .about { background: var(--natural-2); }
    .about .inner { max-width: var(--wide); }
    .about-heading { margin-bottom: 38px; }
    .about-heading .section-label { margin-bottom: 12px; }
    .about-heading h2 { margin-bottom: 0; }
    .about-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
      gap: clamp(48px, 7vw, 88px);
      align-items: start;
    }
    .about-media, .about-copy { min-width: 0; }
    .about-photo {
      border-radius: 24px;
      overflow: hidden;
      position: relative;
    }
    .about-photo img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; display: block; }
    .about-photo-ph { text-align: center; padding: 20px; }
    .about-photo-ph .ph-icon { font-size: 2.82rem; opacity: 0.35; display: block; margin-bottom: 8px; }
    .about-photo-ph p { font-size: 0.85rem; color: var(--text-light); }
    .about-copy p:first-child { font-size: 1.08rem; color: var(--text); }
    .about-quote {
      margin-top: 28px;
      padding: 18px 22px;
      border-left: 2px solid var(--nude-mid);
      background: var(--white);
      border-radius: 0 var(--radius) var(--radius) 0;
    }
    .about-quote p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-style: italic;
      font-weight: 300;
      color: var(--text);
      line-height: 1.8;
    }

    /* ── TRAINING ── */
    .training { background: var(--white); }
    .training .inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
    .training h2 { grid-column: 1 / -1; }
    .training-block h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.24rem;
      font-weight: 500;
      color: var(--text);
      margin-bottom: 18px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--natural-2);
    }
    .training-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .training-list li {
      font-size: 1.03rem;
      color: var(--text-mid);
      display: flex;
      align-items: flex-start;
      gap: 10px;
      line-height: 1.5;
    }
    .training-list li .dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      flex-shrink: 0;
      margin-top: 7px;
    }
    .training-block:first-of-type .dot { background: var(--nude-mid); }
    .training-block:last-of-type .dot { background: var(--sage); }

    /* ── CERTS ── */
    .certs { background: var(--natural-2); padding: 72px 24px; }
    .certs .inner { text-align: center; max-width: var(--max); margin: 0 auto; }
    .certs h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.81rem;
      color: var(--text);
      font-weight: 400;
      margin-bottom: 8px;
    }
    .certs .certs-sub {
      font-size: 0.96rem;
      color: var(--text-light);
      margin-bottom: 40px;
    }
    .certs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 14px;
      text-align: left;
    }
    .cert-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 22px 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      border-top: 3px solid var(--sage-light);
      transition: transform 0.2s;
    }
    .cert-card:hover { transform: translateY(-2px); }
    .cert-card .cert-inst {
      font-size: 0.81rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--sage-dark);
    }
    .cert-card .cert-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.19rem;
      font-weight: 500;
      color: var(--text);
      line-height: 1.35;
    }
    .cert-card .cert-aval {
      font-size: 0.85rem;
      color: var(--text-light);
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 4px;
    }
    .cert-card .cert-aval::before { content: '✓'; color: var(--nude-dark); font-size: 0.9rem; }

    /* ── HOW I WORK ── */
    .how { background: var(--white); }
    .how .inner { text-align: center; max-width: 620px; }
    .how h2 { margin-bottom: 16px; }
    .how .subtitle { margin-bottom: 40px; }
    .values-grid { display: flex; flex-direction: column; gap: 12px; text-align: left; }
    .value-row {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: var(--natural-2);
      border-radius: var(--radius);
      padding: 18px 22px;
      transition: background 0.2s;
    }
    .value-row:hover { background: var(--nude); }
    .value-row .leaf { font-size: 1.13rem; flex-shrink: 0; margin-top: 3px; }
    .value-row span { font-size: 1.03rem; color: var(--text-mid); line-height: 1.65; }
    .value-row strong { color: var(--text); }
    .how .closing-note {
      margin-top: 28px;
      font-size: 1.02rem;
      font-style: italic;
      color: var(--text-light);
    }

    /* ── TESTIMONIALS ── */
    .testimonials { background: var(--natural-2); }
    .testimonials .inner { text-align: center; }
    .testimonials h2 { margin-bottom: 48px; }
    .testi-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 20px;
    }
    .testi-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 32px 26px;
      text-align: left;
      position: relative;
    }
    .testi-card::before {
      content: '"';
      font-family: 'Cormorant Garamond', serif;
      font-size: 5.65rem;
      color: var(--nude);
      position: absolute;
      top: 8px; left: 20px;
      line-height: 1;
    }
    .testi-card blockquote {
      font-size: 1.04rem;
      color: var(--text-mid);
      line-height: 1.75;
      font-style: italic;
      padding-top: 36px;
      margin-bottom: 20px;
    }
    .testi-card cite {
      font-size: 0.88rem;
      font-style: normal;
      font-weight: 500;
      color: var(--sage-dark);
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .testi-placeholder {
      border: 1.5px dashed rgba(212,160,144,0.4);
    }
    .testi-placeholder blockquote { color: var(--text-light); }

    /* ── FAQ ── */
    .faq { background: var(--white); }
    .faq .inner { max-width: 640px; }
    .faq h2 { text-align: center; margin-bottom: 48px; }
    .faq-list { display: flex; flex-direction: column; }
    .faq-item { border-bottom: 1px solid var(--natural-2); }
    .faq-item:first-child { border-top: 1px solid var(--natural-2); }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.24rem;
      font-weight: 500;
      color: var(--text);
      text-align: left;
      gap: 16px;
      transition: color 0.2s;
    }
    .faq-question:hover { color: var(--nude-dark); }
    .faq-question .arrow {
      font-size: 1.24rem;
      color: var(--nude-mid);
      transition: transform 0.25s;
      flex-shrink: 0;
    }
    .faq-question[aria-expanded="true"] .arrow { transform: rotate(45deg); }
    .faq-answer { overflow: visible; }
    .faq-answer p { font-size: 1.04rem; padding-bottom: 20px; }

    /* ── CONTACT / CTA ── */
    .contact-section {
      background: linear-gradient(160deg, var(--nude) 0%, var(--sky-light) 100%);
      padding: 100px 24px;
      text-align: center;
    }
    .contact-section h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.1rem, 5vw, 3.2rem);
      font-weight: 300;
      color: var(--text);
      margin-bottom: 16px;
    }
    .contact-section .sub { max-width: 440px; margin: 0 auto 44px; font-size: 1.1rem; }
    .contact-links {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .contact-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      text-decoration: none;
      font-size: 0.99rem;
      font-weight: 500;
      letter-spacing: 0.03em;
      padding: 14px 28px;
      border-radius: 50px;
      transition: all 0.25s;
    }
    .contact-btn.primary {
      background: var(--nude-mid);
      color: var(--white);
      box-shadow: 0 4px 18px rgba(184,119,101,0.25);
    }
    .contact-btn.primary:hover { background: var(--nude-dark); transform: translateY(-2px); }
    .contact-btn.whatsapp {
      background: #25D366;
      color: var(--white);
      box-shadow: 0 4px 18px rgba(37,211,102,0.25);
    }
    .contact-btn.whatsapp:hover { background: #1db954; transform: translateY(-2px); }
    .contact-btn.outline {
      background: var(--white);
      color: var(--text);
      border: 1px solid rgba(0,0,0,0.12);
    }
    .contact-btn.outline:hover { background: var(--natural-2); transform: translateY(-2px); }

    .contact-divider {
      margin: 48px auto 0;
      max-width: 300px;
    }
    .contact-divider .social-line {
      display: flex;
      align-items: center;
      gap: 16px;
      justify-content: center;
      margin-top: 28px;
    }
    .social-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.93rem;
      color: var(--text-mid);
      text-decoration: none;
      transition: color 0.2s;
    }
    .social-link:hover { color: var(--nude-dark); }
    .social-link svg { width: 16px; height: 16px; }

    /* ── FOOTER ── */
    footer {
      background: var(--text);
      padding: 36px 24px;
      text-align: center;
    }
    footer .brand {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.24rem;
      color: var(--natural);
      margin-bottom: 8px;
    }
    footer p { font-size: 0.88rem; color: rgba(250,249,247,0.4); margin: 0; }

    /* ── RESPONSIVE ── */
  
    /* Photo strips */
    .photo-strip {
      width: 100%;
      overflow: hidden;
      line-height: 0;
    }
    .photo-strip img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      object-position: center 30%;
      display: block;
    }
    .photo-duo {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      overflow: hidden;
    }
    .photo-duo img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block;
    }

    
    .approach-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); border-color: var(--sage); }
    .approach-card.open { border-color: var(--sage); }
    .card-header {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 22px 24px;
    }
    .card-header h3 { margin: 0; flex: 1; font-size: 1.05rem; }
    .card-header .icon { font-size: 1.4rem; flex-shrink: 0; }
    .card-arrow {
      font-size: 1.5rem;
      color: var(--sage);
      font-weight: 300;
      transition: transform 0.3s;
      line-height: 1;
    }
    .approach-card.open .card-arrow { transform: rotate(45deg); }
    .card-body { overflow: visible; padding: 0 24px; }
    .card-body p { margin: 0 0 20px; color: var(--text-light); font-size: 0.97rem; line-height: 1.6; }
    .approach-card.open .card-body { max-height: 300px; padding: 0 24px; }
    
    .how-photos {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 12px;
      margin-top: 48px;
      border-radius: 20px;
      overflow: hidden;
    }
    .how-photos img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    .how-photos img:hover { transform: scale(1.03); }

    
    .whatsapp-float {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 999;
      background: #25D366;
      color: white;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(37,211,102,0.4);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 24px rgba(37,211,102,0.5);
    }

    .back-to-top {
      position: fixed;
      right: 34px;
      bottom: 98px;
      z-index: 998;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-mid);
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(106, 94, 90, 0.18);
      border-radius: 50%;
      box-shadow: 0 4px 18px rgba(58, 50, 48, 0.12);
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: opacity 0.2s, visibility 0.2s, transform 0.2s, color 0.2s;
    }
    .back-to-top svg { width: 20px; height: 20px; }
    .back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
    .back-to-top:hover { color: var(--nude-darker); transform: translateY(-2px); }

    
    .collage-section {
      display: flex;
      justify-content: center;
      padding: 40px 24px;
      background: var(--natural-2);
    }
    .collage-section img {
      max-width: 560px;
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 12px 40px rgba(0,0,0,0.1);
      display: block;
    }

    
    /* ═══════════════════════════════
       MOBILE OPTIMIZATIONS
    ═══════════════════════════════ */

    /* Tablet */
    @media (max-width: 900px) {
      .approach-grid { grid-template-columns: repeat(2, 1fr); }
      .hero-split { gap: 40px; }
      .what-is .inner { gap: 40px; }
      .about-layout { gap: 40px; }
    }

    /* Mobile */
    @media (max-width: 700px) {
      html { font-size: 16px; }
      /* Nav */
      nav { padding: 0 16px; }
      .nav-inner {
        min-height: 62px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
      }
      nav .nav-links { display: none; }
      nav .brand { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
      nav a.cta-nav { font-size: 0.66rem; padding: 6px 12px; }
      .cta-nav-full { display: none; }
      .cta-nav-short { display: inline; }

      /* Sections */
      section { padding: 52px 18px; }
      .inner { padding: 0; }

      /* Hero */
      .hero { padding: 80px 18px 52px; }
      .hero-split {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
      }
      .hero-photo-wrap { order: -1; }
      .hero-photo-frame {
        max-width: 240px;
        margin: 0 auto;
        border-radius: 24px;
      }
      .hero-photo-tag { display: none; }
      .hero h1 { font-size: 2.4rem; }
      .hero-desc { margin: 0 auto 24px; font-size: 1rem; }
      .hero-badges { justify-content: center; }
      .hero-cta-group {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .btn-primary, .btn-outline { width: 100%; max-width: 300px; text-align: center; padding: 14px 20px; }

      /* Sections layout */
      .what-is .inner,
      .about-layout,
      .who .inner { grid-template-columns: 1fr; gap: 32px; }

      /* About photo */
      .about-photo { border-radius: 20px; }
      .about-heading { margin-bottom: 28px; }
      .about-copy p:first-child { font-size: 1rem; }

      /* What-is visual */
      .what-is-visual { aspect-ratio: 4/3; }

      /* Approach */
      .approach-grid { grid-template-columns: 1fr; }
      .card-header { padding: 18px 20px; }
      .coaching-explainer { grid-template-columns: 1fr; gap: 22px; margin-top: 48px; padding-top: 40px; }

      /* Results checklist */
      .check-list { grid-template-columns: 1fr; }

      /* Who cards */
      .who-card { padding: 28px 20px; }

      /* Certs */
      .certs-grid { grid-template-columns: 1fr; }

      /* Testimonials */
      .testi-grid { grid-template-columns: 1fr; }
      .testi-card { padding: 28px 20px; }

      /* How photos */
      .how-photos { grid-template-columns: 1fr; }
      .how-photos img { height: 200px; }

      /* Photo strips */
      .photo-strip img { height: 180px; }
      .photo-duo { grid-template-columns: 1fr; }
      .photo-duo img { height: 200px; }

      /* Collage */
      .collage-section { padding: 24px 16px; }
      .collage-section img { border-radius: 14px; }

      /* FAQ */
      .faq-question { font-size: 0.97rem; padding: 16px 18px; }
      .faq-answer p { font-size: 0.95rem; }

      /* Contact */
      .contact-links { flex-direction: column; align-items: center; }
      .contact-btn { width: 100%; max-width: 300px; justify-content: center; }

      /* Headings */
      h2 { font-size: clamp(1.7rem, 6vw, 2.4rem); }

      /* WhatsApp float */
      .whatsapp-float { bottom: 20px; right: 16px; width: 50px; height: 50px; }
      .back-to-top { bottom: 82px; right: 21px; width: 40px; height: 40px; }
    }

    /* Small phones */
    @media (max-width: 400px) {
      .hero h1 { font-size: 2rem; }
      .hero-photo-frame { max-width: 200px; }
      section { padding: 44px 16px; }
    }

    
    .wiv-quote { text-align: center; padding: 24px 16px 0; }
    .wiv-quote blockquote { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; font-weight: 300; font-style: italic; color: var(--text); line-height: 1.55; margin-bottom: 8px; }
    .wiv-quote cite { display: block; font-size: 0.78rem; color: var(--text-light); letter-spacing: 0.14em; text-transform: uppercase; }

    
    details.approach-card { list-style: none; }
    details.approach-card summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 22px 24px; }
    details.approach-card summary::-webkit-details-marker { display: none; }
    details.approach-card[open] .card-arrow { transform: rotate(45deg); }
    details.approach-card[open] { border-color: var(--sage); }
    details.approach-card[open] .card-body { padding-bottom: 20px; }
    details.approach-card .card-body { max-height: none; padding: 0 24px; }

    
    details.faq-item { border-bottom: 1px solid var(--nude); }
    details.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 20px 4px; font-size: 1.02rem; font-weight: 500; color: var(--text); }
    details.faq-item summary::-webkit-details-marker { display: none; }
    details.faq-item summary .arrow { font-size: 1.3rem; color: var(--sage); transition: transform 0.3s; flex-shrink: 0; margin-left: 12px; }
    details.faq-item[open] summary .arrow { transform: rotate(45deg); }
    details.faq-item .faq-answer { padding: 0 4px 20px; }
    details.faq-item .faq-answer p { color: var(--text-mid); line-height: 1.7; margin: 0; }

    
    @media (max-width: 360px) {
      .brand { font-size: 1rem; }
      nav { padding: 12px 14px; }
    }

    
    .disclaimer-note { margin-top: 22px; padding: 14px 18px; background: rgba(255,255,255,0.72); border-left: 3px solid var(--sage); border-radius: 0 8px 8px 0; font-size: 0.9rem !important; color: var(--text-mid); }
    .section-label-center { display: block; text-align: center; }
    .contact-inner { max-width: 560px; margin: 0 auto; }
    .section-label-contact { color: var(--sage-dark); }
    .social-separator { color: var(--text-light); font-size: 0.9rem; }
    .footer-email { margin-top: 8px; }
