/* ============================================================================
   /assets/css/emotional-support.css
   ----------------------------------------------------------------------------
   Editorial styles for /emotional-support.php. Class prefix: .zc-emo-{section}__*
   Brand grammar: amber (#cf8a3f, #a86828) + navy accents on snow gradient,
   monospace ·NN· markers, dashed amber rules, gold-foil hairlines, NO italic
   and NO em-dashes anywhere (per Zivah copy rules).

   Composition is intentionally varied — every section has a different rhythm
   so the page doesn't read as "card, card, card":
     §1 hero       — asymmetric split (text + photographic plate)
     §2 chapters   — vertical editorial list, side photograph
     §3 quote      — centred typographic moment, no card
     §4 team       — 3-column editorial strip, vertical dashed dividers, no boxes
     §5 spread     — 2-column magazine spread, centre dashed rule, no boxes
     §6 faq        — 2-column accordion (only place cards appear)
     §7 cta        — dark navy band
   ============================================================================ */

/* §0  Page reset */
body .content-wrap.my-wrap-no-padding { padding: 0 !important; }
body .content-wrap.my-wrap-no-padding > div + div,
body .content-wrap.my-wrap-no-padding section { margin: 0; }


/* ==========================================================================
   §1   HERO — asymmetric split: editorial left, photographic plate right.
   ========================================================================== */
.zc-emo-hero {
    position: relative;
    padding: clamp(14px, 1.6vw, 22px) 0 clamp(48px, 5.5vw, 88px);
    background:
        radial-gradient(ellipse at 92% 6%, rgba(207, 138, 63, 0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 8% 92%, rgba(46, 75, 113, 0.07)  0%, transparent 50%),
        linear-gradient(180deg, var(--zc-snow) 0%, var(--zc-off-white) 100%);
    overflow: clip;
}
.zc-emo-hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--zc-amber-a25), var(--zc-navy-a15), transparent);
}
.zc-emo-hero__topline {
    display: flex; align-items: center; gap: 14px;
    padding: 0 var(--zc-pad-x);
    margin-bottom: clamp(14px, 1.6vw, 20px);
}
.zc-emo-hero__mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-charcoal), var(--zc-deep));
    border: 1px solid var(--zc-amber-a45);
    color: var(--zc-amber-lt);
    font-family: var(--zc-f-display); font-size: 18px; font-weight: 500;
    letter-spacing: -0.5px; flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(18, 12, 4, 0.18);
}
.zc-emo-hero__topline-text {
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.4px; text-transform: uppercase;
    color: var(--zc-warm-dk); flex-shrink: 0;
}
.zc-emo-hero__topline-rule {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, var(--zc-amber-a45), transparent);
}
.zc-emo-hero__topline-stars {
    display: inline-flex; gap: 6px; color: var(--zc-amber);
    font-size: 8px; flex-shrink: 0; opacity: 0.6;
}

.zc-emo-hero__inner {
    position: relative; z-index: 1;
    width: 100%;
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}

/* Branded breadcrumb */
.zc-emo-hero__crumb {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    margin: 0 0 clamp(20px, 2.5vw, 32px);
    font-family: var(--zc-f-heading); font-size: 11.5px;
    font-weight: 600; letter-spacing: 0.4px;
}
.zc-emo-hero__crumb-link {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 999px;
    text-decoration: none; color: var(--zc-warm-dk);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--zc-linen);
    transition: all 0.3s var(--zc-ease);
}
.zc-emo-hero__crumb-link:hover {
    color: var(--zc-amber-dk); border-color: var(--zc-amber-a35);
    background: rgba(255, 255, 255, 0.95);
}
.zc-emo-hero__crumb-sep { color: var(--zc-stone); font-size: 9px; }
.zc-emo-hero__crumb-current {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 999px;
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    box-shadow: 0 6px 14px var(--zc-amber-a35);
    max-width: 70%;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.zc-emo-hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    gap: clamp(28px, 3.4vw, 56px);
    align-items: center;
}
@media (max-width: 980px) { .zc-emo-hero__split { grid-template-columns: 1fr; } }

.zc-emo-hero__head { display: block; }
.zc-emo-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    margin-bottom: 18px;
}
.zc-emo-hero__eyebrow-dot {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
    box-shadow: 0 0 10px var(--zc-amber-a45);
}

/* Three-line title — soft cascade, no italic anywhere */
.zc-emo-hero__title {
    font-family: var(--zc-f-display);
    font-size: clamp(34px, 3.8vw + 14px, 64px);
    font-weight: 200; line-height: 1.02; letter-spacing: -1.6px;
    color: var(--zc-charcoal); margin: 0 0 18px 0;
}
.zc-emo-hero__title-l1 { display: block; font-weight: 200; color: var(--zc-warm-mid); }
.zc-emo-hero__title-l2 { display: block; font-weight: 300; color: var(--zc-charcoal); }
.zc-emo-hero__title-l3 {
    display: block; font-weight: 500; color: var(--zc-amber-dk);
    letter-spacing: -1.8px;
}

.zc-emo-hero__lead {
    font-family: var(--zc-f-body);
    font-size: clamp(15px, 0.4vw + 13px, 17px);
    line-height: 1.7; color: var(--zc-warm-dk);
    margin: 0 0 26px 0;
    max-width: 60ch;
}
.zc-emo-hero__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.zc-emo-hero__pill {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border-radius: 999px;
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 0.6px; text-transform: uppercase;
    color: var(--zc-warm-dk);
    text-decoration: none;
    transition: all 0.35s var(--zc-ease-spring);
}
.zc-emo-hero__pill i { font-size: 12px; color: var(--zc-amber-dk); }
.zc-emo-hero__pill:hover {
    transform: translateY(-2px); border-color: var(--zc-amber-a35);
    color: var(--zc-amber-dk); box-shadow: 0 8px 18px rgba(207, 138, 63, 0.12);
}
.zc-emo-hero__pill--cta {
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white) !important; border-color: transparent;
    box-shadow: 0 8px 18px var(--zc-amber-a35);
}
.zc-emo-hero__pill--cta i { color: var(--zc-white) !important; }
.zc-emo-hero__pill--cta:hover {
    color: var(--zc-white) !important;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
}

/* Hero photographic plate — soft, warm, contemplative */
.zc-emo-hero__plate {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
    max-height: 580px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--zc-amber-a25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 30px 60px -28px rgba(106, 70, 24, 0.36),
        0 12px 28px -16px rgba(46, 75, 113, 0.18);
    background: linear-gradient(135deg, var(--zc-amber-a08), var(--zc-linen));
    isolation: isolate;
}
@media (max-width: 980px) { .zc-emo-hero__plate { aspect-ratio: 16 / 10; max-height: 460px; } }
.zc-emo-hero__plate-img,
.zc-emo-hero__plate-img.lazy {
    position: absolute; inset: 0;
    width: 100% !important; height: 100% !important;
    max-width: none !important; max-height: none !important;
    object-fit: cover; display: block;
    transform: scale(1.02);
    transition: transform 1.2s var(--zc-ease);
    z-index: 1;
    border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}
.zc-emo-hero__plate:hover .zc-emo-hero__plate-img { transform: scale(1.06); }
.zc-emo-hero__plate-mask {
    position: absolute; inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(180deg,
            rgba(18, 12, 4, 0.10) 0%,
            transparent 35%,
            rgba(18, 12, 4, 0.50) 80%,
            rgba(18, 12, 4, 0.78) 100%);
}
.zc-emo-hero__plate-foil {
    position: absolute; top: 0; left: 24px; right: 24px;
    height: 1px; z-index: 3;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-emo-hero__plate-corner {
    position: absolute; width: 26px; height: 26px;
    pointer-events: none; z-index: 3;
}
.zc-emo-hero__plate-corner--tl { top: 14px; left: 14px;
    border-top: 2px solid var(--zc-amber-dk); border-left: 2px solid var(--zc-amber-dk); }
.zc-emo-hero__plate-corner--br { bottom: 14px; right: 14px;
    border-bottom: 2px solid var(--zc-amber-dk); border-right: 2px solid var(--zc-amber-dk); }
.zc-emo-hero__plate-caption {
    position: absolute;
    left: clamp(20px, 2.4vw, 32px); right: clamp(20px, 2.4vw, 32px);
    bottom: clamp(20px, 2.4vw, 30px);
    z-index: 4;
    color: var(--zc-white);
}
.zc-emo-hero__plate-overline {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 9.5px; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--zc-amber-lt);
    margin-bottom: 6px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.zc-emo-hero__plate-line {
    display: block;
    font-family: var(--zc-f-display);
    font-size: clamp(15px, 0.5vw + 12px, 18px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}


/* ==========================================================================
   §2   CHAPTERS — vertical editorial list (NOT a card grid).
   ========================================================================== */
.zc-emo-chapters {
    padding: clamp(48px, 5.5vw, 88px) 0;
    background: var(--zc-white);
    border-top: 1px solid var(--zc-linen);
    border-bottom: 1px solid var(--zc-linen);
}
.zc-emo-chapters__inner {
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-chapters__split {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: clamp(36px, 4vw, 64px);
    align-items: start;
}
@media (max-width: 980px) { .zc-emo-chapters__split { grid-template-columns: 1fr; } }

.zc-emo-chapters__head { margin-bottom: clamp(24px, 2.6vw, 36px); }
.zc-emo-chapters__eyebrow {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 12px;
}
.zc-emo-chapters__title {
    font-family: var(--zc-f-display);
    font-size: clamp(26px, 2.4vw + 12px, 40px);
    font-weight: 300;
    line-height: 1.12; letter-spacing: -0.8px;
    color: var(--zc-charcoal);
    margin: 0;
}
.zc-emo-chapters__title span {
    display: block;
    color: var(--zc-amber-dk);
    font-weight: 400;
}

/* The actual editorial list — counter-led, dashed amber rules between */
.zc-emo-chapters__list {
    list-style: none; margin: 0; padding: 0;
}
.zc-emo-chapters__item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: clamp(16px, 2vw, 28px);
    padding: clamp(22px, 2.4vw, 32px) 0;
    border-bottom: 1px dashed var(--zc-amber-a35);
    align-items: start;
}
.zc-emo-chapters__item:first-of-type { border-top: 1px dashed var(--zc-amber-a35); }
.zc-emo-chapters__item:last-of-type { border-bottom: none; }
@media (max-width: 560px) {
    .zc-emo-chapters__item { grid-template-columns: 64px minmax(0, 1fr); gap: 14px; }
}

.zc-emo-chapters__num {
    font-family: var(--zc-f-display);
    font-size: clamp(44px, 4.5vw, 72px);
    font-weight: 200;
    line-height: 0.85;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 1px var(--zc-amber-dk);
    background: linear-gradient(180deg, var(--zc-amber-dk) 0%, var(--zc-amber-lt) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: var(--zc-amber-dk);
    opacity: 0.85;
}
.zc-emo-chapters__body {
    padding-top: clamp(8px, 1.4vw, 16px);
}
.zc-emo-chapters__h {
    margin: 0 0 8px 0;
    font-family: var(--zc-f-display);
    font-size: clamp(20px, 1.4vw + 10px, 26px);
    font-weight: 500;
    letter-spacing: -0.4px;
    color: var(--zc-charcoal);
    line-height: 1.18;
}
.zc-emo-chapters__body p {
    margin: 0;
    font-family: var(--zc-f-body);
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--zc-warm-dk);
    max-width: 56ch;
}

/* Side photograph anchor with caption ribbon */
.zc-emo-chapters__plate {
    position: relative; margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--zc-amber-a25);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 28px 56px -28px rgba(106, 70, 24, 0.30);
    background: linear-gradient(135deg, var(--zc-amber-a08), var(--zc-linen));
}
.zc-emo-chapters__plate-foil {
    position: absolute; top: 0; left: 22px; right: 22px;
    height: 1px; z-index: 2;
    background: linear-gradient(90deg, transparent 0%, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent 100%);
}
.zc-emo-chapters__plate-img,
.zc-emo-chapters__plate-img.lazy {
    width: 100% !important;
    aspect-ratio: 4 / 5;
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    object-fit: cover; display: block;
    border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
    transition: transform 1.2s var(--zc-ease);
}
.zc-emo-chapters__plate:hover .zc-emo-chapters__plate-img { transform: scale(1.04); }

/* A pull-quote caption anchored under the image */
.zc-emo-chapters__plate-cap {
    margin: 0;
    padding: clamp(20px, 2.2vw, 28px);
    background:
        radial-gradient(ellipse at 100% 0%, rgba(207, 138, 63, 0.10) 0%, transparent 60%),
        var(--zc-white);
    border-top: 1px dashed var(--zc-amber-a35);
    position: relative;
}
.zc-emo-chapters__plate-cap-mark {
    display: inline-block;
    font-family: var(--zc-f-display);
    font-size: 48px;
    font-weight: 400;
    line-height: 0.6;
    color: var(--zc-amber);
    opacity: 0.6;
    margin-bottom: -12px;
}
.zc-emo-chapters__plate-cap p {
    margin: 0 0 10px 0;
    font-family: var(--zc-f-display);
    font-size: clamp(15px, 0.5vw + 12px, 18px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: var(--zc-charcoal);
}
.zc-emo-chapters__plate-cap-attr {
    display: block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 9.5px; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
}


/* ==========================================================================
   §3   QUOTE — centred typographic moment on warm cream, no card.
   ========================================================================== */
.zc-emo-quote {
    position: relative;
    padding: clamp(56px, 6vw, 100px) 0;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(207, 138, 63, 0.14) 0%, transparent 65%),
        radial-gradient(ellipse at 50% 100%, rgba(46, 75, 113, 0.06) 0%, transparent 65%),
        linear-gradient(180deg, #fbf7ee 0%, #f5efe1 100%);
    text-align: center;
    overflow: hidden;
}
.zc-emo-quote::before,
.zc-emo-quote::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 12%; right: 12%;
}
.zc-emo-quote::before { top: 0;
    background: linear-gradient(90deg, transparent, var(--zc-amber-a45), transparent); }
.zc-emo-quote::after  { bottom: 0;
    background: linear-gradient(90deg, transparent, var(--zc-amber-a45), transparent); }
.zc-emo-quote__inner {
    position: relative;
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-quote__mark {
    display: block;
    font-family: var(--zc-f-display);
    font-size: clamp(80px, 8vw, 120px);
    line-height: 0.6;
    font-weight: 400;
    color: var(--zc-amber);
    opacity: 0.40;
    margin-bottom: -8px;
    user-select: none;
}
.zc-emo-quote__text {
    margin: 0 auto 22px;
    font-family: var(--zc-f-display);
    font-size: clamp(28px, 3vw + 14px, 50px);
    font-weight: 200;
    line-height: 1.12;
    letter-spacing: -1.4px;
    color: var(--zc-charcoal);
}
.zc-emo-quote__text-accent {
    display: block;
    color: var(--zc-amber-dk);
    font-weight: 400;
}
.zc-emo-quote__rule {
    display: inline-block;
    width: 60px; height: 1px;
    background: var(--zc-amber-dk);
    margin: 0 auto 14px;
    vertical-align: middle;
}
.zc-emo-quote__attr {
    display: block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.8px; text-transform: uppercase;
    color: var(--zc-warm-dk);
}


/* ==========================================================================
   §4   TEAM — 3-column EDITORIAL strip, vertical dashed dividers, NO boxes.
   ========================================================================== */
.zc-emo-team {
    padding: clamp(48px, 5.5vw, 88px) 0;
    background: var(--zc-white);
    border-bottom: 1px solid var(--zc-linen);
}
.zc-emo-team__inner {
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-team__head {
    margin-bottom: clamp(32px, 3.4vw, 48px);
}
.zc-emo-team__eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    margin-bottom: 12px;
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
}
.zc-emo-team__eyebrow-dot {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
    box-shadow: 0 0 10px var(--zc-amber-a45);
}
.zc-emo-team__title {
    font-family: var(--zc-f-display);
    font-size: clamp(24px, 2.2vw + 10px, 36px);
    font-weight: 300;
    line-height: 1.12; letter-spacing: -0.7px;
    color: var(--zc-charcoal);
    margin: 0 0 12px 0;
}
.zc-emo-team__title span {
    display: block;
    color: var(--zc-amber-dk);
    font-weight: 400;
}
.zc-emo-team__sub {
    margin: 0;
    font-family: var(--zc-f-body);
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--zc-warm-dk);
    max-width: 60ch;
}

/* The 3-column editorial strip — NO card backgrounds. Vertical dashed
   amber rules separate the columns. */
.zc-emo-team__list {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px dashed var(--zc-amber-a45);
    border-bottom: 1px dashed var(--zc-amber-a45);
}
@media (max-width: 880px) { .zc-emo-team__list { grid-template-columns: 1fr; } }

.zc-emo-team__col {
    position: relative;
    padding: clamp(24px, 2.4vw, 36px) clamp(20px, 2vw, 28px);
}
.zc-emo-team__col + .zc-emo-team__col::before {
    content: '';
    position: absolute;
    top: 12%; bottom: 12%; left: 0;
    width: 1px;
    background: repeating-linear-gradient(
        180deg,
        var(--zc-amber-a35) 0 4px,
        transparent 4px 8px
    );
}
@media (max-width: 880px) {
    .zc-emo-team__col + .zc-emo-team__col::before {
        top: 0; bottom: auto;
        left: 12%; right: 12%;
        width: auto; height: 1px;
        background: repeating-linear-gradient(
            90deg,
            var(--zc-amber-a35) 0 4px,
            transparent 4px 8px
        );
    }
}

.zc-emo-team__col-mark {
    display: block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 14px;
}
.zc-emo-team__col-ic {
    display: inline-grid; place-items: center;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-a25), var(--zc-amber-a08));
    border: 1px solid var(--zc-amber-a35);
    color: var(--zc-amber-dk);
    font-size: 22px;
    margin-bottom: 16px;
    transition: transform 0.4s var(--zc-ease-spring), background 0.3s var(--zc-ease), color 0.3s var(--zc-ease);
}
.zc-emo-team__col:hover .zc-emo-team__col-ic {
    transform: scale(1.06);
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white);
    border-color: transparent;
}
.zc-emo-team__col-role {
    margin: 0 0 10px 0;
    font-family: var(--zc-f-display);
    font-size: clamp(18px, 1.2vw + 10px, 22px);
    font-weight: 500;
    letter-spacing: -0.4px;
    color: var(--zc-charcoal);
    line-height: 1.18;
}
.zc-emo-team__col-body {
    margin: 0 0 16px 0;
    font-family: var(--zc-f-body);
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--zc-warm-dk);
}
.zc-emo-team__col-tags {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 6px;
}
.zc-emo-team__col-tags li {
    padding: 4px 10px;
    font-family: var(--zc-f-heading);
    font-size: 9.5px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    border-bottom: 1px dashed var(--zc-amber-a35);
}


/* ==========================================================================
   §5   MAGAZINE SPREAD — 2-col, centre dashed rule, no boxes.
   ========================================================================== */
.zc-emo-spread {
    padding: clamp(48px, 5.5vw, 88px) 0;
    background:
        radial-gradient(ellipse at 8% 10%, rgba(207, 138, 63, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, var(--zc-snow) 0%, var(--zc-off-white) 100%);
}
.zc-emo-spread__inner {
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-spread__cols {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: clamp(24px, 2.6vw, 44px);
    align-items: start;
}
@media (max-width: 880px) {
    .zc-emo-spread__cols { grid-template-columns: 1fr; gap: 36px; }
}
.zc-emo-spread__divide {
    align-self: stretch;
    background: repeating-linear-gradient(
        180deg,
        var(--zc-amber-a45) 0 6px,
        transparent 6px 12px
    );
    width: 1px;
}
@media (max-width: 880px) {
    .zc-emo-spread__divide {
        height: 1px; width: auto;
        background: repeating-linear-gradient(
            90deg,
            var(--zc-amber-a45) 0 6px,
            transparent 6px 12px
        );
    }
}

.zc-emo-spread__eyebrow {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 12px;
}
.zc-emo-spread__h {
    margin: 0 0 22px 0;
    font-family: var(--zc-f-display);
    font-size: clamp(22px, 1.8vw + 10px, 32px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.7px;
    color: var(--zc-charcoal);
}
.zc-emo-spread__h span {
    display: block;
    color: var(--zc-amber-dk);
    font-weight: 400;
}

/* Formats list — typographic, big mono number, role + meta + body */
.zc-emo-spread__formats {
    list-style: none; margin: 0; padding: 0;
}
.zc-emo-spread__formats li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
    border-top: 1px dashed var(--zc-amber-a25);
    align-items: baseline;
}
.zc-emo-spread__formats li:last-child { border-bottom: 1px dashed var(--zc-amber-a25); }
.zc-emo-spread__formats-n {
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 14px; font-weight: 700;
    letter-spacing: 1px;
    color: var(--zc-amber-dk);
}
.zc-emo-spread__formats-h {
    margin: 0 0 4px 0;
    font-family: var(--zc-f-display);
    font-size: 18px; font-weight: 500;
    letter-spacing: -0.3px;
    color: var(--zc-charcoal);
}
.zc-emo-spread__formats-h small {
    font-family: var(--zc-f-heading);
    font-size: 9.5px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--zc-warm-mid);
    margin-left: 8px;
}
.zc-emo-spread__formats-body p {
    margin: 0;
    font-family: var(--zc-f-body);
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--zc-warm-dk);
}

/* Always list — typographic checklist */
.zc-emo-spread__always {
    list-style: none; margin: 0; padding: 0;
}
.zc-emo-spread__always li {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px dashed var(--zc-amber-a25);
}
.zc-emo-spread__always li:last-child { border-bottom: 1px dashed var(--zc-amber-a25); }
.zc-emo-spread__always-ic {
    display: inline-grid; place-items: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--zc-amber-a08);
    border: 1px dashed var(--zc-amber-a35);
    color: var(--zc-amber-dk);
    font-size: 14px;
}
.zc-emo-spread__always li > span:last-child {
    font-family: var(--zc-f-body);
    font-size: 14px;
    line-height: 1.55;
    color: var(--zc-warm-dk);
}


/* ==========================================================================
   §6   FAQ — 2-col accordion (3 left + 3 right). The only place where
        the page allows a card-like surface — they are functional.
   ========================================================================== */
.zc-emo-faq {
    padding: clamp(48px, 5.5vw, 88px) 0;
    background: var(--zc-white);
    border-top: 1px solid var(--zc-linen);
}
.zc-emo-faq__inner {
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-faq__head { margin-bottom: clamp(22px, 2.4vw, 32px); text-align: center; }
.zc-emo-faq__eyebrow {
    display: inline-block;
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.6px; text-transform: uppercase;
    color: var(--zc-amber-dk);
    opacity: 0.85;
    margin-bottom: 10px;
}
.zc-emo-faq__title {
    font-family: var(--zc-f-display);
    font-size: clamp(22px, 2vw + 10px, 32px);
    font-weight: 300; line-height: 1.12; letter-spacing: -0.5px;
    color: var(--zc-charcoal);
    margin: 0;
}
.zc-emo-faq__title span {
    display: block;
    color: var(--zc-amber-dk);
    font-weight: 400;
}

.zc-emo-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}
@media (max-width: 880px) { .zc-emo-faq__list { grid-template-columns: 1fr; } }

.zc-emo-faq__item {
    background: var(--zc-white);
    border: 1px solid var(--zc-linen);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.35s var(--zc-ease), box-shadow 0.35s var(--zc-ease);
}
.zc-emo-faq__item[open] {
    border-color: var(--zc-amber-a35);
    box-shadow: 0 14px 28px -16px rgba(207, 138, 63, 0.30);
}
.zc-emo-faq__q {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    transition: background 0.3s var(--zc-ease);
}
.zc-emo-faq__q::-webkit-details-marker { display: none; }
.zc-emo-faq__q:hover { background: var(--zc-amber-a08); }
.zc-emo-faq__q-num {
    font-family: 'Courier New', ui-monospace, monospace;
    font-size: 10px; font-weight: 600; letter-spacing: 1.2px;
    color: var(--zc-amber-dk);
    opacity: 0.7;
}
.zc-emo-faq__item[open] .zc-emo-faq__q-num { opacity: 1; }
.zc-emo-faq__q-text {
    font-family: var(--zc-f-display);
    font-size: 14.5px; font-weight: 500;
    line-height: 1.3; letter-spacing: -0.2px;
    color: var(--zc-charcoal);
}
.zc-emo-faq__item[open] .zc-emo-faq__q-text { color: var(--zc-amber-dk); }
.zc-emo-faq__q-toggle {
    display: grid; place-items: center;
    width: 26px; height: 26px;
    border-radius: 50%;
    background: var(--zc-amber-a08);
    border: 1px solid var(--zc-amber-a25);
    color: var(--zc-amber-dk);
    font-size: 11px;
}
.zc-emo-faq__q-ic-close { display: none; }
.zc-emo-faq__item[open] .zc-emo-faq__q-toggle {
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    border-color: transparent;
    color: var(--zc-white);
}
.zc-emo-faq__item[open] .zc-emo-faq__q-ic-open  { display: none; }
.zc-emo-faq__item[open] .zc-emo-faq__q-ic-close { display: inline-block; }
.zc-emo-faq__a {
    padding: 0 16px 14px 56px;
    font-family: var(--zc-f-body);
    font-size: 13.5px; line-height: 1.65;
    color: var(--zc-warm-dk);
    border-top: 1px dashed var(--zc-amber-a25);
    padding-top: 12px;
}
.zc-emo-faq__a p { margin: 0; }


/* ==========================================================================
   §7   CLOSING CTA — dark navy band
   ========================================================================== */
.zc-emo-cta {
    position: relative;
    padding: clamp(48px, 5vw, 88px) 0;
    background:
        radial-gradient(ellipse at 8% 8%, rgba(207, 138, 63, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 92%, rgba(207, 138, 63, 0.10) 0%, transparent 55%),
        linear-gradient(160deg, var(--zc-charcoal) 0%, var(--zc-deep) 100%);
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
}
.zc-emo-cta::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--zc-amber-dk) 18%, var(--zc-amber-lt) 50%, var(--zc-amber-dk) 82%, transparent);
}
.zc-emo-cta::after {
    content: '';
    position: absolute;
    top: -90px; right: -90px;
    width: 240px; height: 240px;
    border: 1px solid rgba(207, 138, 63, 0.20);
    border-radius: 50%;
    pointer-events: none;
}
.zc-emo-cta__inner {
    position: relative; z-index: 1;
    text-align: center;
    padding-left: var(--zc-pad-x);
    padding-right: var(--zc-pad-x);
}
.zc-emo-cta__eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    margin-bottom: 16px;
    font-family: var(--zc-f-heading); font-size: 11px; font-weight: 700;
    letter-spacing: 2.6px; text-transform: uppercase;
    color: var(--zc-amber-lt);
}
.zc-emo-cta__eyebrow-dot {
    display: inline-block; width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, var(--zc-amber-lt), var(--zc-amber-dk));
    box-shadow: 0 0 14px var(--zc-amber-a45);
}
.zc-emo-cta__title {
    font-family: var(--zc-f-display);
    font-size: clamp(24px, 2.6vw + 12px, 44px);
    font-weight: 300; line-height: 1.1; letter-spacing: -0.8px;
    color: var(--zc-white);
    margin: 0 0 14px 0;
}
.zc-emo-cta__title-accent {
    display: block;
    color: var(--zc-amber-lt);
    font-weight: 400;
}
.zc-emo-cta__sub {
    margin: 0 auto 28px;
    max-width: 60ch;
    font-family: var(--zc-f-body);
    font-size: 15px; line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}
.zc-emo-cta__btns {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.zc-emo-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-family: var(--zc-f-heading);
    font-size: 11.5px; font-weight: 700;
    letter-spacing: 1.3px; text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.3s var(--zc-ease-spring), box-shadow 0.3s var(--zc-ease);
}
.zc-emo-cta__btn--primary {
    background: linear-gradient(135deg, var(--zc-amber), var(--zc-amber-dk));
    color: var(--zc-white) !important;
    box-shadow: 0 10px 22px -6px var(--zc-amber-a45);
}
.zc-emo-cta__btn--primary i { color: var(--zc-white) !important; }
.zc-emo-cta__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -6px var(--zc-amber-a45);
}
.zc-emo-cta__btn--ghost {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(207, 138, 63, 0.30);
    color: rgba(255, 255, 255, 0.92);
}
.zc-emo-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(207, 138, 63, 0.45);
    color: var(--zc-amber-lt);
    transform: translateY(-2px);
}


/* ==========================================================================
   §8   MOBILE / TABLET responsive
   ========================================================================== */
@media (max-width: 991px) {
    .zc-emo-hero__inner,
    .zc-emo-hero__topline,
    .zc-emo-chapters__inner,
    .zc-emo-quote__inner,
    .zc-emo-team__inner,
    .zc-emo-spread__inner,
    .zc-emo-faq__inner,
    .zc-emo-cta__inner {
        padding-left: var(--zc-pad-x-mb);
        padding-right: var(--zc-pad-x-mb);
    }
}

/* ==========================================================================
   MOBILE — emotional support hero compact
   ========================================================================== */
@media (max-width: 768px) {
    .zc-emo-hero { padding-bottom: clamp(14px, 1.8vw, 24px); }
    .zc-emo-hero__eyebrow { font-size: 9.5px; letter-spacing: 1.8px; margin-bottom: 10px; }

    /* Title goes full-width with inline wrap so phrases like
       "Some questions need a person" can sit on a single line when
       there's room, rather than being forced to 3 stacked lines. */
    .zc-emo-hero__title {
        font-size: clamp(22px, 6vw, 28px);
        letter-spacing: -0.6px;
        line-height: 1.15;
        margin: 0 0 10px;
        max-width: none;
    }
    .zc-emo-hero__title-l1,
    .zc-emo-hero__title-l2,
    .zc-emo-hero__title-l3 {
        display: inline;
        letter-spacing: -0.5px;
    }
    /* Keep a space between the inline phrases on wrap. */
    .zc-emo-hero__title-l1::after,
    .zc-emo-hero__title-l2::after { content: ' '; }

    .zc-emo-hero__lead {
        font-size: 13px;
        line-height: 1.55;
        margin: 0 0 14px;
    }

    .zc-emo-hero__pills { gap: 6px; }
    .zc-emo-hero__pill {
        padding: 8px 12px;
        font-size: 10px;
        letter-spacing: 0.4px;
        gap: 6px;
    }
    .zc-emo-hero__pill i { font-size: 11px; }

    /* §2 "What we hold space for" — 4 chapters as a 2x2 grid on phone
       (was a vertical list with dashed dividers). Section padding,
       title, and item typography all dialed down for mobile.
       `overflow-x: clip` contains any decorative overflow so it
       doesn't cause page-level horizontal scroll. */
    .zc-emo-chapters { padding: 28px 0; overflow-x: clip; }
    .zc-emo-chapters__split { gap: 18px; }
    .zc-emo-chapters__head { margin-bottom: 14px; }
    .zc-emo-chapters__eyebrow { font-size: 8.5px; letter-spacing: 1.3px; margin-bottom: 6px; }
    .zc-emo-chapters__title {
        font-size: clamp(20px, 5.6vw, 24px);
        letter-spacing: -0.5px;
        line-height: 1.18;
    }
    .zc-emo-chapters__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .zc-emo-chapters__item,
    .zc-emo-chapters__item:first-of-type,
    .zc-emo-chapters__item:last-of-type {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px 10px;
        background: transparent;
        border: 0;
        border-radius: 0;
    }
    /* Vertical divider — 2nd column items. */
    .zc-emo-chapters__item:nth-child(even)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 14%;
        bottom: 14%;
        width: 1px;
        background: linear-gradient(180deg,
            transparent 0%,
            var(--zc-amber-a25) 20%,
            var(--zc-amber-a45) 50%,
            var(--zc-amber-a25) 80%,
            transparent 100%);
    }
    /* Horizontal divider — items from row 2 onward (3rd, 4th, …). */
    .zc-emo-chapters__item:nth-child(n + 3)::after {
        content: '';
        position: absolute;
        top: 0;
        left: 14%;
        right: 14%;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            var(--zc-amber-a25) 20%,
            var(--zc-amber-a45) 50%,
            var(--zc-amber-a25) 80%,
            transparent 100%);
    }
    .zc-emo-chapters__num {
        font-size: 24px;
        line-height: 1;
        letter-spacing: -0.8px;
        margin: 0;
    }
    .zc-emo-chapters__body { padding-top: 0; }
    .zc-emo-chapters__h { font-size: 13px; line-height: 1.2; margin: 0 0 4px; letter-spacing: -0.2px; }
    .zc-emo-chapters__body p { font-size: 11.5px; line-height: 1.45; }

    /* Section image — height cut ~55% on phone (4:5 portrait was way
       too tall for the smaller viewport). 16:10 landscape reads as
       a quiet editorial photo instead of a billboard. */
    .zc-emo-chapters__plate-img,
    .zc-emo-chapters__plate-img.lazy {
        aspect-ratio: 16 / 10 !important;
    }

    /* §4 "The team that holds it" — 3-column strip becomes a
       horizontal scroller on phone (~1.4 cards visible), with
       reduced heading + section padding.
       `overflow-x: clip` on the section contains the bleed effect
       below (negative side margins on .zc-emo-team__list) so it
       doesn't propagate as page-level horizontal scroll. */
    .zc-emo-team { padding: 28px 0; overflow-x: clip; }
    .zc-emo-team__head { margin-bottom: 14px; }
    .zc-emo-team__eyebrow { font-size: 9px; letter-spacing: 1.8px; margin-bottom: 8px; }
    .zc-emo-team__title {
        font-size: clamp(20px, 5.6vw, 24px);
        letter-spacing: -0.5px;
        line-height: 1.18;
        margin-bottom: 8px;
    }
    .zc-emo-team__sub { font-size: 12.5px; line-height: 1.5; }

    .zc-emo-team__list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-top: 1px dashed var(--zc-amber-a45);
        border-bottom: 1px dashed var(--zc-amber-a45);
        margin: 0 calc(-1 * var(--zc-pad-x-mb));
        padding: 0 var(--zc-pad-x-mb);
    }
    .zc-emo-team__list::-webkit-scrollbar { display: none; }
    .zc-emo-team__col {
        flex: 0 0 71.43%;            /* ~1.4 visible */
        scroll-snap-align: start;
        padding: 14px 12px;
    }
    /* Use vertical dividers between columns (not horizontal that the
       880px rule above swaps in). */
    .zc-emo-team__col + .zc-emo-team__col::before {
        top: 12% !important;
        bottom: 12% !important;
        left: 0 !important;
        right: auto !important;
        width: 1px !important;
        height: auto !important;
        background: repeating-linear-gradient(
            180deg,
            var(--zc-amber-a35) 0 4px,
            transparent 4px 8px
        ) !important;
    }

    /* §3 Pull-quote ("We do not fix the journey. We hold it.") —
       smaller type, compressed section padding, scaled-down quote
       ornament so it reads as a quiet editorial breath rather than
       a billboard. `overflow-x: clip` for the same safety reason
       as the team section below. */
    .zc-emo-quote { padding: 28px 0; overflow-x: clip; }
    .zc-emo-quote__mark {
        font-size: clamp(48px, 12vw, 64px);
        margin-bottom: -4px;
    }
    .zc-emo-quote__text {
        font-size: clamp(18px, 5.4vw, 24px);
        letter-spacing: -0.5px;
        line-height: 1.2;
        margin: 0 auto 14px;
    }
    .zc-emo-quote__rule {
        width: 36px;
        margin: 0 auto 10px;
    }
    .zc-emo-quote__attr {
        font-size: 8.5px;
        letter-spacing: 1.4px;
    }

    /* §5 Spread — "How a session runs" + "Every session, always"
       stay side-by-side as 2 columns on phone (was collapsing to a
       single column at 880px). Reduced fonts, tighter gap, and
       `align-items: stretch` so both columns match height. */
    .zc-emo-spread { padding: 28px 0; overflow-x: clip; }
    .zc-emo-spread__cols {
        grid-template-columns: 1fr 1px 1fr !important;
        gap: 12px !important;
        align-items: stretch !important;
    }
    /* Restore the vertical dashed divider (the 880px rule swaps it
       to horizontal for the stacked layout — we're forcing the
       2-col layout so the divider needs to stay vertical). */
    .zc-emo-spread__divide {
        width: 1px !important;
        height: auto !important;
        background: repeating-linear-gradient(
            180deg,
            var(--zc-amber-a45) 0 6px,
            transparent 6px 12px
        ) !important;
    }

    .zc-emo-spread__eyebrow { font-size: 8.5px; letter-spacing: 1.3px; margin-bottom: 6px; }
    .zc-emo-spread__h {
        font-size: clamp(15px, 4.6vw, 18px);
        letter-spacing: -0.3px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    /* Formats list — compact */
    .zc-emo-spread__formats li {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 8px;
        padding: 10px 0;
    }
    .zc-emo-spread__formats-n { font-size: 10.5px; letter-spacing: 0.8px; }
    .zc-emo-spread__formats-h { font-size: 13px; line-height: 1.2; margin: 0 0 2px; }
    .zc-emo-spread__formats-h small { font-size: 8px; letter-spacing: 1px; margin-left: 4px; }
    .zc-emo-spread__formats-body p { font-size: 11px; line-height: 1.45; }

    /* Always list — compact */
    .zc-emo-spread__always li {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 8px;
        padding: 9px 0;
    }
    .zc-emo-spread__always-ic { width: 24px; height: 24px; font-size: 11px; }
    .zc-emo-spread__always li > span:last-child { font-size: 11px; line-height: 1.4; }

    /* §6 FAQ — compact mobile accordion. Section padding cut, header
       sized down, items use tighter padding + smaller type so the
       whole accordion reads at phone scale. */
    .zc-emo-faq { padding: 28px 0; }
    .zc-emo-faq__head { margin-bottom: 14px; }
    .zc-emo-faq__eyebrow { font-size: 8.5px; letter-spacing: 1.3px; margin-bottom: 6px; }
    .zc-emo-faq__title { font-size: clamp(18px, 5.2vw, 22px); line-height: 1.18; letter-spacing: -0.3px; }
    .zc-emo-faq__list { gap: 8px; }
    .zc-emo-faq__item { border-radius: 6px; }
    .zc-emo-faq__q {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 9px;
        padding: 11px 12px;
    }
    .zc-emo-faq__q-num { font-size: 9px; letter-spacing: 1px; }
    .zc-emo-faq__q-text { font-size: 13px; line-height: 1.3; letter-spacing: -0.1px; }
    .zc-emo-faq__q-toggle { width: 22px; height: 22px; font-size: 9px; }
    .zc-emo-faq__a {
        padding: 10px 12px 12px 12px !important;
        font-size: 12px;
        line-height: 1.55;
    }

    /* §7 Closing CTA — compact for mobile, both buttons in one row. */
    .zc-emo-cta { padding: 30px 0; overflow-x: clip; }
    .zc-emo-cta__eyebrow { font-size: 9px; letter-spacing: 1.8px; margin-bottom: 10px; }
    .zc-emo-cta__title {
        font-size: clamp(20px, 5.6vw, 26px);
        letter-spacing: -0.5px;
        line-height: 1.15;
        margin-bottom: 10px;
    }
    .zc-emo-cta__sub {
        font-size: 12.5px;
        line-height: 1.55;
        margin: 0 auto 16px;
    }
    /* Keep "Book a free session" + "WhatsApp the desk" side-by-side
       as a 2-column grid on phone (was wrapping to 2 stacked rows). */
    .zc-emo-cta__btns {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        width: 100%;
        flex-wrap: nowrap;
    }
    .zc-emo-cta__btn {
        justify-content: center;
        padding: 10px 8px;
        font-size: 9.5px;
        letter-spacing: 0.6px;
        gap: 5px;
        min-width: 0;
    }
    .zc-emo-cta__btn i { font-size: 11px; }
    /* Decorative top-right circle shrunk so it doesn't dominate on
       mobile. */
    .zc-emo-cta::after {
        top: -60px; right: -60px;
        width: 140px; height: 140px;
    }
}
