﻿ 
:root {
    --ink: #0A1420;
    --ink-mid: #3A4750;
    --ink-soft: #6B7680;
    --ink-mute: #A8B0B7;
    --white: #FFFFFF;
    --bg: #FCFBF9;
    --bg-warm: #F5F1EA;
    --bg-soft: #F4F8F7;
    --bg-card: #FFFFFF;
    --rule: #E8E4DA;
    --rule-soft: #EFEBE2;
    --teal: #006B6B;
    --teal-bright: #0A9C8A;
    --teal-lt: #E0EEEC;
    --teal-pale: #F0F8F7;
    --teal-dim: rgba(0,107,107,.08);
    --amber: #B8810A;
    --amber-lt: #FBF1D2;
    --amber-soft: #F7E6B8;
    --rose: #B8455C;
    --sun: #F5C75A;
    --sage: #4B8B6A;
    --sage-lt: #E6F0EA;
    --ease-out: cubic-bezier(.2,.8,.2,1);
    --ease-spring: cubic-bezier(.32,.72,0,1);
    --shadow-card: 0 1px 2px rgba(10,20,32,.04),0 8px 24px -8px rgba(10,20,32,.08);
    --shadow-soft: 0 2px 4px rgba(10,20,32,.04),0 20px 48px -16px rgba(10,20,32,.12);
    --shadow-warm: 0 2px 6px rgba(184,129,10,.06),0 30px 80px -20px rgba(10,20,32,.14);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    background: var(--bg);
    color: var(--ink);
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

img, svg {
    max-width: 100%;
    display: block
}

button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer
}

ul, ol {
    list-style: none
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 2000;
    pointer-events: none;
    opacity: .018;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    mix-blend-mode: multiply
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px
}

.container-narrow {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px
}

@media (max-width:640px) {
    .container, .container-narrow {
        padding: 0 22px
    }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--teal)
}

    .eyebrow::before {
        content: '';
        width: 32px;
        height: 1px;
        background: var(--teal);
        opacity: .5
    }

/* HERO */
.hub-hero {
    padding: 148px 0 80px;
    background: var(--bg);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--rule)
}

    .hub-hero::before {
        content: '';
        position: absolute;
        top: 80px;
        right: -200px;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(245,199,90,.10) 0%,transparent 60%);
        pointer-events: none
    }

    .hub-hero::after {
        content: '';
        position: absolute;
        bottom: -150px;
        left: -100px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(0,107,107,.06) 0%,transparent 60%);
        pointer-events: none
    }

.breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

    .breadcrumb a {
        color: var(--ink-soft);
        transition: color .25s
    }

        .breadcrumb a:hover {
            color: var(--teal)
        }

    .breadcrumb .sep {
        opacity: .5
    }

    .breadcrumb .current {
        color: var(--ink);
        font-weight: 500
    }

.hub-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr .9fr;
    gap: 80px;
    align-items: end;
    position: relative;
    z-index: 1
}

@media (max-width:960px) {
    .hub-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        align-items: start
    }
}

.hub-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 30px;
    box-shadow: var(--shadow-card)
}

.hub-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal)
}

.hub-h1 {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(48px,6.5vw,96px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -.02em;
    color: var(--ink);
    margin-bottom: 28px
}

    .hub-h1 em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.hub-sub {
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    font-size: clamp(20px,1.8vw,26px);
    font-weight: 300;
    line-height: 1.5;
    color: var(--ink-mid);
    max-width: 620px;
    margin-bottom: 0
}

.hub-hero-stats {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.hub-stat {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: baseline;
    padding: 18px 0;
    border-top: 1px solid var(--rule)
}

    .hub-stat:first-child {
        border-top: none
    }

.hub-stat-num {
    font-family: 'Cormorant Garamond',serif;
    font-size: 54px;
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -.015em
}

    .hub-stat-num em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.hub-stat-text {
    font-size: 13px;
    color: var(--ink-mid);
    line-height: 1.55;
    font-weight: 400
}

    .hub-stat-text strong {
        color: var(--ink);
        font-weight: 600;
        display: block;
        margin-bottom: 2px;
        letter-spacing: .02em
    }

/* PRINCIPLE STRIP */
.principle {
    padding: 80px 0;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--rule)
}

.principle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto
}

@media (max-width:880px) {
    .principle-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

.principle h2 {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(34px,4vw,52px);
    font-weight: 300;
    line-height: 1.05;
    color: var(--ink);
    letter-spacing: -.01em
}

    .principle h2 em {
        font-style: italic;
        color: var(--teal)
    }

.principle-body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--ink-mid);
    margin-bottom: 18px
}

    .principle-body p:last-child {
        margin-bottom: 0
    }

.principle-body strong {
    color: var(--ink);
    font-weight: 500
}

/* CATEGORY SECTIONS */
.cat-section {
    padding: 96px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule)
}

    .cat-section:nth-of-type(even) {
        background: var(--bg-warm)
    }

.cat-head {
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 64px;
    align-items: end
}

@media (max-width:880px) {
    .cat-head {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start
    }
}

.cat-label {
    display: inline-block;
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    font-size: 13px;
    color: var(--teal);
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .02em
}

.cat-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(32px,4vw,52px);
    font-weight: 300;
    color: var(--ink);
    line-height: 1.05;
    letter-spacing: -.01em
}

    .cat-title em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.cat-desc {
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--ink-mid);
    max-width: 520px;
    padding-bottom: 6px
}

    .cat-desc strong {
        color: var(--ink);
        font-weight: 500
    }

/* THERAPY CARDS */
.therapy-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

@media (max-width:960px) {
    .therapy-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:580px) {
    .therapy-grid {
        grid-template-columns: 1fr
    }
}

.therapy-card {
    background: var(--white);
    border: 1px solid var(--rule-soft);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .5s var(--ease-spring);
    box-shadow: var(--shadow-card)
}

    .therapy-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-warm);
        border-color: var(--rule)
    }

/* IMAGE PLACEHOLDER (Manav swaps these) */
.therapy-img {
    position: relative;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg,var(--teal-pale) 0%,var(--bg-warm) 100%);
    overflow: hidden;
    border-bottom: 1px solid var(--rule-soft)
}

    .therapy-img::before {
        content: '';
        position: absolute;
        top: 30%;
        right: 25%;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        border: 1px solid var(--teal);
        opacity: .25
    }

.therapy-img-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    color: var(--ink-soft)
}

.therapy-img-icon {
    font-family: 'Cormorant Garamond',serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: var(--teal);
    margin-bottom: 6px;
    letter-spacing: -.02em
}

    .therapy-img-icon sup {
        font-size: 22px;
        vertical-align: top;
        color: var(--ink);
        font-weight: 400
    }

.therapy-img-caption {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-family: 'Plus Jakarta Sans',sans-serif
}

.therapy-img-note {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 9px;
    color: var(--ink-mute);
    font-style: italic;
    font-family: 'Cormorant Garamond',serif;
    letter-spacing: .04em
}

.therapy-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 11px;
    background: var(--white);
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink);
    z-index: 2;
    border: 1px solid var(--rule-soft);
    box-shadow: var(--shadow-card)
}

    .therapy-tag.emerging {
        background: var(--amber-lt);
        color: var(--amber);
        border-color: var(--amber-soft)
    }

    .therapy-tag.alpha {
        background: var(--amber-lt);
        color: var(--amber);
        border-color: var(--amber-soft)
    }

    .therapy-tag.beta {
        background: var(--teal-pale);
        color: var(--teal);
        border-color: var(--teal-lt)
    }

.therapy-body {
    padding: 24px 26px 26px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.therapy-iso {
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    font-size: 13px;
    color: var(--teal);
    margin-bottom: 6px;
    font-weight: 400
}

.therapy-name {
    font-family: 'Cormorant Garamond',serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -.005em
}

    .therapy-name em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.therapy-desc {
    font-size: 13.5px;
    font-weight: 300;
    line-height: 1.65;
    color: var(--ink-mid);
    margin-bottom: 18px;
    flex: 1
}

    .therapy-desc strong {
        color: var(--ink);
        font-weight: 500
    }

.therapy-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid var(--rule-soft);
    margin-bottom: 18px
}

.therapy-meta-item {
    font-size: 11px;
    color: var(--ink-soft);
    line-height: 1.4
}

    .therapy-meta-item strong {
        display: block;
        color: var(--ink);
        font-weight: 500;
        font-size: 11.5px;
        margin-bottom: 1px
    }

.therapy-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--teal);
    align-self: flex-start;
    transition: gap .25s var(--ease-out)
}

    .therapy-link:hover {
        gap: 12px
    }

    .therapy-link svg {
        width: 13px;
        height: 13px;
        transition: transform .25s
    }

.therapy-card:hover .therapy-link svg {
    transform: translateX(2px) rotate(-45deg)
}

/* DIAGNOSTIC + CONSULTATION STRIP */
.adj-strip {
    padding: 80px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule)
}

.adj-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

@media (max-width:760px) {
    .adj-grid {
        grid-template-columns: 1fr
    }
}

.adj-card {
    background: linear-gradient(135deg,var(--bg-warm) 0%,var(--teal-pale) 100%);
    border: 1px solid var(--rule);
    border-radius: 18px;
    padding: 44px 48px;
    position: relative;
    overflow: hidden;
    transition: all .4s var(--ease-spring);
    box-shadow: var(--shadow-card)
}

    .adj-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-warm)
    }

    .adj-card::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(245,199,90,.18) 0%,transparent 70%);
        pointer-events: none
    }

.adj-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.adj-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.2;
    margin-bottom: 14px;
    position: relative;
    z-index: 1
}

    .adj-title em {
        font-style: italic;
        color: var(--teal)
    }

.adj-desc {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--ink-mid);
    margin-bottom: 26px;
    max-width: 380px;
    position: relative;
    z-index: 1
}

.adj-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--ink);
    color: var(--white);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: all .35s var(--ease-spring);
    position: relative;
    z-index: 1
}

    .adj-link:hover {
        background: var(--teal);
        transform: translateY(-1px)
    }

    .adj-link svg {
        width: 13px;
        height: 13px;
        transition: transform .3s
    }

    .adj-link:hover svg {
        transform: translateX(2px) rotate(-45deg)
    }

/* DECISION LOGIC */
.decide {
    padding: 120px 0;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--rule)
}

.decide-head {
    max-width: 880px;
    margin-bottom: 56px
}

    .decide-head .eyebrow {
        margin-bottom: 20px
    }

    .decide-head h2 {
        font-family: 'Cormorant Garamond',serif;
        font-size: clamp(36px,4.6vw,60px);
        font-weight: 300;
        line-height: 1.05;
        color: var(--ink);
        letter-spacing: -.012em;
        margin-bottom: 22px
    }

        .decide-head h2 em {
            font-style: italic;
            color: var(--teal)
        }

    .decide-head p {
        font-family: 'Cormorant Garamond',serif;
        font-style: italic;
        font-size: 21px;
        font-weight: 300;
        line-height: 1.55;
        color: var(--ink-mid);
        max-width: 760px
    }

.decide-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px
}

@media (max-width:880px) {
    .decide-steps {
        grid-template-columns: 1fr
    }
}

.decide-step {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: var(--shadow-card);
    transition: all .3s var(--ease-spring)
}

    .decide-step:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-soft);
        border-color: var(--teal)
    }

.decide-step-num {
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    font-size: 42px;
    color: var(--teal);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 18px
}

.decide-step h3 {
    font-family: 'Cormorant Garamond',serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.25;
    margin-bottom: 12px
}

    .decide-step h3 em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.decide-step p {
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--ink-mid)
}

    .decide-step p strong {
        color: var(--ink);
        font-weight: 500
    }

/* PRICING TEASER */
.pricing-teaser {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule)
}

.pt-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 20px;
    padding: 64px 72px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: center;
    box-shadow: var(--shadow-card)
}

@media (max-width:880px) {
    .pt-card {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 40px 32px
    }
}

.pt-eyebrow {
    margin-bottom: 20px
}

.pt-card h2 {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(32px,3.8vw,46px);
    font-weight: 300;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -.008em
}

    .pt-card h2 em {
        font-style: italic;
        color: var(--teal)
    }

.pt-card p {
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--ink-mid);
    margin-bottom: 28px
}

    .pt-card p strong {
        color: var(--ink);
        font-weight: 500
    }

.pt-actions {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pt-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    background: var(--ink);
    color: var(--white);
    border-radius: 14px;
    transition: all .35s var(--ease-spring)
}

    .pt-btn:hover {
        background: var(--teal);
        transform: translateY(-2px)
    }

    .pt-btn.alt {
        background: var(--white);
        color: var(--ink);
        border: 1px solid var(--rule)
    }

        .pt-btn.alt:hover {
            border-color: var(--teal);
            color: var(--teal);
            background: var(--white);
            transform: translateY(-2px)
        }

.pt-btn-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left
}

.pt-btn-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em
}

.pt-btn-sub {
    font-size: 11.5px;
    font-weight: 400;
    opacity: .7
}

.pt-btn.alt .pt-btn-sub {
    color: var(--ink-soft);
    opacity: 1
}

/* CALENDAR (multi-isotope, condensed) */
.cal-section {
    padding: 120px 0;
    background: var(--bg-warm);
    border-bottom: 1px solid var(--rule)
}

.cal-head-block {
    max-width: 880px;
    margin-bottom: 48px
}

    .cal-head-block .eyebrow {
        margin-bottom: 20px
    }

    .cal-head-block h2 {
        font-family: 'Cormorant Garamond',serif;
        font-size: clamp(36px,4.6vw,60px);
        font-weight: 300;
        line-height: 1.05;
        color: var(--ink);
        letter-spacing: -.012em;
        margin-bottom: 22px
    }

        .cal-head-block h2 em {
            font-style: italic;
            color: var(--teal)
        }

    .cal-head-block p {
        font-family: 'Cormorant Garamond',serif;
        font-style: italic;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.55;
        color: var(--ink-mid);
        max-width: 680px
    }

.cal-legend-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 32px;
    padding: 16px 24px;
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 12px
}

.cal-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--ink-mid)
}

.cal-legend-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0
}

.cd-lu {
    background: var(--teal)
}

.cd-ac {
    background: var(--amber)
}

.cd-tb {
    background: var(--rose)
}

.cd-y {
    background: #5C7E9B
}

.cd-mibg {
    background: #7A4A8C
}

.cd-ra {
    background: #4B8B6A
}

.cd-fapi {
    background: var(--sun)
}

.cal-weeks {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

@media (max-width:960px) {
    .cal-weeks {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:560px) {
    .cal-weeks {
        grid-template-columns: 1fr
    }
}

.cal-week {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 14px;
    padding: 24px 26px;
    transition: all .35s var(--ease-spring);
    box-shadow: var(--shadow-card)
}

    .cal-week:hover {
        transform: translateY(-3px);
        border-color: var(--teal);
        box-shadow: var(--shadow-soft)
    }

.cal-week-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--rule-soft)
}

.cal-week-name {
    font-family: 'Cormorant Garamond',serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--ink)
}

    .cal-week-name em {
        font-style: italic;
        color: var(--teal);
        font-size: 14px;
        font-weight: 400;
        margin-left: 4px
    }

.cal-week-range {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink-soft)
}

.cal-slot {
    display: flex;
    gap: 10px;
    padding: 7px 0;
    font-size: 13px;
    color: var(--ink-mid);
    line-height: 1.45;
    align-items: flex-start
}

    .cal-slot .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-top: 5px;
        flex-shrink: 0
    }

.cal-slot-body {
    flex: 1
}

    .cal-slot-body strong {
        color: var(--ink);
        font-weight: 500;
        display: block;
        font-size: 13px;
        line-height: 1.3
    }

.cal-slot-day {
    font-size: 11px;
    color: var(--ink-soft);
    margin-top: 1px;
    font-weight: 400
}

.cal-cta {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--ink);
    color: var(--white);
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: all .3s
}

    .cal-cta:hover {
        background: var(--teal)
    }

.cal-foot {
    font-size: 13px;
    font-style: italic;
    color: var(--ink-soft);
    text-align: center;
    font-family: 'Cormorant Garamond',serif;
    margin-top: 24px;
    font-weight: 400
}

/* VIDEO */
.vid-section {
    padding: 120px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule)
}

.vid-head {
    max-width: 880px;
    margin-bottom: 48px
}

    .vid-head .eyebrow {
        margin-bottom: 20px
    }

    .vid-head h2 {
        font-family: 'Cormorant Garamond',serif;
        font-size: clamp(36px,4.6vw,60px);
        font-weight: 300;
        line-height: 1.05;
        color: var(--ink);
        letter-spacing: -.012em
    }

        .vid-head h2 em {
            font-style: italic;
            color: var(--teal)
        }

.vid-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--bg-warm);
    aspect-ratio: 16/9;
    border: 1px solid var(--rule);
    box-shadow: var(--shadow-warm);
    max-width: 1080px;
    margin: 0 auto
}

    .vid-frame iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block
    }

.vid-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.vid-meta-left {
    max-width: 680px
}

.vid-meta-title {
    font-family: 'Cormorant Garamond',serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.25;
    margin-bottom: 6px
}

    .vid-meta-title em {
        font-style: italic;
        color: var(--teal);
        font-weight: 400
    }

.vid-meta-by {
    font-size: 12.5px;
    color: var(--ink-soft);
    font-weight: 400
}

.vid-listen {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: 999px;
    font-size: 11.5px;
    color: var(--ink-mid);
    font-weight: 500;
    letter-spacing: .04em;
    transition: all .25s
}

    .vid-listen:hover {
        border-color: var(--teal);
        color: var(--teal)
    }

    .vid-listen svg {
        width: 13px;
        height: 13px;
        color: #FF0000
    }

    .vid-listen:hover svg {
        color: var(--teal)
    }

/* FAQ */
.faq-section {
    padding: 120px 0;
    background: var(--bg-soft);
    border-bottom: 1px solid var(--rule)
}

.faq-head {
    max-width: 880px;
    margin-bottom: 48px
}

    .faq-head .eyebrow {
        margin-bottom: 20px
    }

    .faq-head h2 {
        font-family: 'Cormorant Garamond',serif;
        font-size: clamp(36px,4.6vw,60px);
        font-weight: 300;
        line-height: 1.05;
        color: var(--ink);
        letter-spacing: -.012em
    }

        .faq-head h2 em {
            font-style: italic;
            color: var(--teal)
        }

.faq-list {
    max-width: 880px
}

.faq-row {
    border-bottom: 1px solid var(--rule)
}

    .faq-row:first-of-type {
        border-top: 1px solid var(--rule)
    }

.faq-q {
    width: 100%;
    background: transparent;
    border: none;
    padding: 26px 0;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    transition: color .2s
}

    .faq-q:hover .faq-q-text {
        color: var(--teal)
    }

.faq-q-text {
    font-family: 'Cormorant Garamond',serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.4;
    flex: 1;
    transition: color .2s
}

    .faq-q-text em {
        font-style: italic;
        color: var(--teal)
    }

.faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--rule);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s var(--ease-spring);
    background: var(--white)
}

    .faq-toggle::before, .faq-toggle::after {
        content: '';
        position: absolute;
        background: var(--ink);
        transition: all .3s
    }

    .faq-toggle::before {
        width: 12px;
        height: 1.5px
    }

    .faq-toggle::after {
        width: 1.5px;
        height: 12px
    }

.faq-row.open .faq-toggle {
    background: var(--teal);
    border-color: var(--teal);
    transform: rotate(45deg)
}

    .faq-row.open .faq-toggle::before, .faq-row.open .faq-toggle::after {
        background: var(--white)
    }

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s var(--ease-spring),padding .3s
}

.faq-row.open .faq-a {
    max-height: 800px;
    padding: 0 0 30px
}

.faq-a-inner {
    font-size: 15.5px;
    font-weight: 300;
    color: var(--ink-mid);
    line-height: 1.85;
    max-width: 760px
}

    .faq-a-inner p {
        margin-bottom: 14px
    }

        .faq-a-inner p:last-child {
            margin-bottom: 0
        }

    .faq-a-inner strong {
        color: var(--ink);
        font-weight: 500
    }

/* AUTHOR BYLINE BLOCK (EEAT) */
.author-block {
    padding: 90px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule)
}

.author-card {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--bg-warm);
    border: 1px solid var(--rule);
    border-radius: 18px;
    padding: 48px;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 36px;
    align-items: center;
    box-shadow: var(--shadow-card)
}

@media (max-width:640px) {
    .author-card {
        grid-template-columns: 1fr;
        padding: 32px
    }
}

.author-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--white);
    border: 2px solid var(--white);
    box-shadow: var(--shadow-card);
    position: relative
}
/* IMAGE PLACEHOLDER for author */
.author-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,var(--teal-pale) 0%,var(--bg-warm) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond',serif;
    font-style: italic;
    font-size: 42px;
    color: var(--teal);
    font-weight: 400
}

.author-meta-top {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 10px
}

.author-name {
    font-family: 'Cormorant Garamond',serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.1;
    margin-bottom: 6px
}

    .author-name em {
        font-style: italic;
        color: var(--teal)
    }

.author-cred {
    font-size: 13px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin-bottom: 14px;
    letter-spacing: .02em
}

.author-bio {
    font-size: 14.5px;
    font-weight: 300;
    color: var(--ink-mid);
    line-height: 1.75;
    max-width: 620px;
    margin-bottom: 14px
}

.author-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink);
    border-bottom: 1px solid var(--rule);
    padding-bottom: 4px;
    transition: all .25s
}

    .author-link:hover {
        color: var(--teal);
        border-color: var(--teal)
    }

     

/* ── Calendar Slot Countdown — 7-day rule ──────────────────────── */
.cal-cta-urgent {
    color: #C8923A !important;
    font-weight: 700 !important
}

.cal-cta-closed {
    color: #6B7785 !important;
    font-style: italic
}

.cal-slot-closed {
    opacity: .55;
    pointer-events: none
}

.cal-advance-note {
    margin-top: 18px;
    padding: 12px 18px;
    background: rgba(200,146,58,.08);
    border: 1px solid rgba(200,146,58,.22);
    border-radius: 8px;
    font-size: 12.5px;
    color: #2A3A47;
    font-family: 'Plus Jakarta Sans',sans-serif;
    display: flex;
    align-items: center;
    gap: 10px
}

    .cal-advance-note::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #C8923A;
        flex-shrink: 0
    }

    .cal-advance-note strong {
        color: #0D1E35;
        font-weight: 600
    }

 