:root {
    --font-sans: 'Manrope', ui-sans-serif, system-ui, sans-serif;
    --font-display: 'Fraunces', serif;
    --color-ink: #23313b;
    --color-ink-soft: #5d6c73;
    --color-line: rgba(35, 49, 59, 0.1);
    --color-paper: #fffdf9;
    --color-paper-soft: #f6efe7;
    --color-sage: #6f8779;
    --color-clay: #c9866e;
    --color-clay-deep: #b8745d;
    --shadow-soft: 0 18px 40px rgba(35, 49, 59, 0.08);
}

html {
    font-size: 16px;
}

body.site-body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-ink);
    background:
        radial-gradient(circle at top left, rgba(201, 134, 110, 0.16), transparent 28%),
        radial-gradient(circle at top right, rgba(111, 135, 121, 0.18), transparent 24%),
        linear-gradient(180deg, #fffdfa 0%, #f6efe7 100%);
}

a {
    color: var(--color-sage);
}

a:hover,
a:focus {
    color: var(--color-clay-deep);
    text-decoration: none;
}

a,
.btn,
.panel,
.booking-link-pill,
.site-nav a,
.site-header__menu-toggle,
.hero-portrait,
.hero-visual__note,
.hero-visual__meta {
    transition:
        transform 240ms ease,
        color 240ms ease,
        background-color 240ms ease,
        border-color 240ms ease,
        box-shadow 240ms ease,
        opacity 240ms ease;
}

.site-shell {
    min-height: 100vh;
}

.site-main {
    overflow: hidden;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 253, 249, 0.95);
    border-bottom: 1px solid rgba(35, 49, 59, 0.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 0 0 rgba(35, 49, 59, 0);
}

.site-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.brand {
    display: inline-flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.brand:hover,
.brand:focus {
    text-decoration: none;
}

.brand__eyebrow,
.section-tag {
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-sage);
}

.brand__name,
.hero-title,
.page-title,
.section-intro h2,
.section-title,
.promo-panel h2,
.footer-card__title {
    font-family: var(--font-display);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.brand__name {
    font-size: 1.7rem;
    color: var(--color-ink);
}

.site-nav--desktop {
    display: none;
}

.site-nav a {
    display: block;
    padding: 0.8rem 1rem;
    border-radius: 16px;
    color: var(--color-ink-soft);
    font-weight: 700;
}

.site-nav a.is-active,
.site-nav a:hover,
.site-nav a:focus {
    color: var(--color-ink);
    background: rgba(111, 135, 121, 0.12);
}

.site-nav__contact {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--color-clay), #d9a58d);
}

.site-nav__contact.is-active,
.site-nav__contact:hover,
.site-nav__contact:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--color-clay-deep), #d9a58d) !important;
    transform: translateY(-1px);
}

.site-header__menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 999px;
}

.site-header__menu-toggle span:not(.sr-only) {
    display: block;
    width: 1rem;
    height: 2px;
    margin: 2px 0;
    background: var(--color-ink);
    border-radius: 999px;
}

.site-header__menu-toggle:hover,
.site-header__menu-toggle:focus {
    transform: translateY(-1px);
    box-shadow: var(--shadow-soft);
}

.site-header__mobile-panel {
    padding-bottom: 1rem;
}

.site-nav--mobile {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid var(--color-line);
    border-radius: 24px;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: var(--shadow-soft);
}

.section-block {
    padding: 2.5rem 0;
}

.section-soft,
.page-head {
    padding-top: 3rem;
}

.hero-title {
    margin: 0 0 1.2rem;
    font-size: clamp(2.7rem, 11vw, 5.8rem);
    color: var(--color-ink);
}

.page-title,
.section-intro h2,
.section-title,
.promo-panel h2,
.footer-card__title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 6vw, 3.4rem);
    color: var(--color-ink);
}

.hero-lead,
.page-lead,
.section-intro p,
.content-card p,
.promo-panel p,
.footer-card p,
.hero-visual__note p,
.hero-visual__meta,
.journey-list,
.simple-list,
.booking-card,
.form-actions__help {
    color: var(--color-ink-soft);
    line-height: 1.75;
}

.hero-actions {
    margin: 1.5rem 0 0;
}

.hero-actions .btn {
    margin: 0 0.75rem 0.75rem 0;
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.85rem 1.35rem;
}

.btn-brand {
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-clay), #d9a58d);
    border-color: transparent;
}

.btn-brand:hover,
.btn-brand:focus {
    color: #ffffff;
    background: linear-gradient(135deg, var(--color-clay-deep), #d9a58d);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(201, 134, 110, 0.26);
}

.btn-default {
    border-color: rgba(35, 49, 59, 0.14);
    color: var(--color-ink);
    background: transparent;
}

.btn-default:hover,
.btn-default:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(35, 49, 59, 0.1);
}

.panel {
    margin-bottom: 1.5rem;
    border: 1px solid var(--color-line);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    background: rgba(255, 253, 249, 0.88);
}

.content-card,
.promo-panel,
.booking-card {
    padding: 1.5rem;
}

.content-card h3,
.promo-panel h2,
.booking-card h3 {
    margin-top: 0;
}

.content-card strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    color: var(--color-ink);
}

.content-card--link {
    display: block;
    min-height: 100%;
}

.content-card--link:hover,
.content-card--link:focus {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(35, 49, 59, 0.12);
}

.content-card--soft,
.promo-panel {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(111, 135, 121, 0.08));
}

.evidence-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 28%),
        linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(111, 135, 121, 0.06));
}

.evidence-card__meta,
.source-card__note {
    margin-bottom: 0;
    color: var(--color-ink);
    font-weight: 700;
}

.source-card {
    margin-top: 0.5rem;
}

.promo-panel--accent {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.36), transparent 30%),
        linear-gradient(180deg, rgba(201, 134, 110, 0.92), rgba(216, 167, 145, 0.94));
}

.promo-panel--accent .section-tag,
.promo-panel--accent h2,
.promo-panel--accent p {
    color: #ffffff;
}

.hero-visual {
    overflow: hidden;
    padding: 1rem;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.82), transparent 32%),
        linear-gradient(165deg, rgba(201, 134, 110, 0.16), rgba(111, 135, 121, 0.2) 60%, rgba(255, 253, 249, 0.96));
}

.hero-visual:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 56px rgba(35, 49, 59, 0.12);
}

.hero-visual__note,
.hero-visual__meta {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 253, 249, 0.94);
}

.hero-visual__note {
    margin-bottom: 1rem;
    padding: 1.15rem 1.2rem 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(201, 134, 110, 0.08));
}

.hero-claim,
.hero-visual__meta strong {
    color: var(--color-ink);
}

.hero-visual__note .hero-claim {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3.5vw, 2.6rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.hero-portrait {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto;
}

.hero-visual:hover .hero-portrait {
    transform: scale(1.025);
}

.hero-visual__meta {
    margin-top: 1rem;
}

.hero-visual__meta a {
    display: inline-block;
    margin-top: 0.4rem;
}

.section-intro {
    margin-bottom: 1.5rem;
}

.section-intro--side {
    margin-bottom: 1rem;
}

.card-row > [class*='col-'] {
    margin-bottom: 0;
}

.card-row {
    display: flex;
    flex-wrap: wrap;
}

.card-row > [class*='col-'] > .panel,
.card-row > [class*='col-'] > a.panel,
.card-row > [class*='col-'] > article.panel {
    width: 100%;
    height: 100%;
}

.fact-row {
    margin-top: 1rem;
}

.simple-list,
.journey-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.simple-list li,
.journey-list li {
    margin-bottom: 0.75rem;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0;
}

.tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--color-line);
    font-weight: 700;
    color: var(--color-ink);
}

.media-panel {
    overflow: hidden;
}

.media-panel img {
    width: 100%;
    border-radius: 28px;
}

.media-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(35, 49, 59, 0.12);
}

.media-panel:hover img {
    transform: scale(1.02);
}

.therapy-head {
    row-gap: 1.5rem;
}

.therapy-media-panel {
    padding: 0.85rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.52), transparent 28%),
        linear-gradient(165deg, rgba(201, 134, 110, 0.12), rgba(111, 135, 121, 0.14) 58%, rgba(255, 253, 249, 0.98));
}

.therapy-media-panel img {
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
    object-position: 48% 38%;
}

.therapy-overview-card,
.therapy-schema-card,
.therapy-evidence-row .content-card,
.therapy-highlights-row .content-card {
    padding: 1.75rem;
}

.therapy-overview-card p + p {
    margin-top: 0.9rem;
}

.therapy-highlights-row {
    margin-top: 0.35rem;
}

.therapy-schema-card {
    margin-top: 0.5rem;
}

.therapy-schema-card h2 {
    margin-top: 0;
    margin-bottom: 0.85rem;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    line-height: 1.04;
}

.therapy-evidence-row {
    margin-top: 0.75rem;
}

.therapy-evidence-row .content-card h3,
.therapy-highlights-row .content-card h3 {
    margin-bottom: 0.75rem;
}

.therapy-source-card {
    margin-top: 1.25rem;
    padding: 1.75rem;
}

.booking-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 30%),
        linear-gradient(180deg, rgba(111, 135, 121, 0.12), rgba(255, 253, 249, 0.96));
}

.booking-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.booking-card__logo {
    width: 6.8rem;
    height: auto;
}

.booking-card__body {
    display: grid;
    gap: 1.25rem;
}

.booking-card__main {
    display: grid;
    gap: 0.85rem;
}

.booking-card__aside {
    display: grid;
    gap: 1rem;
}

.booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 18rem;
    margin: 0.25rem 0 1rem;
    background: #0b83f2;
    color: #ffffff !important;
}

.booking-button:hover,
.booking-button:focus {
    background: #066dd0;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(11, 131, 242, 0.24);
}

.booking-button img {
    width: 5.4rem;
    filter: brightness(0) invert(1);
}

.booking-steps {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.booking-steps li {
    margin-bottom: 0.6rem;
}

.booking-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.booking-card--compact {
    padding: 1.25rem;
}

.booking-card--compact .booking-card__logo {
    width: 5.8rem;
}

.booking-card--compact h3 {
    font-size: 1.2rem;
}

.booking-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.5rem;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--color-line);
    background: rgba(255, 255, 255, 0.76);
    font-weight: 700;
    color: var(--color-ink) !important;
}

.booking-link-pill__icon {
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    opacity: 0.88;
}

.booking-link-pill:hover,
.booking-link-pill:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(35, 49, 59, 0.08);
}

.map-panel {
    overflow: hidden;
    padding: 0;
}

.map-embed {
    overflow: hidden;
    margin-top: 1.25rem;
    border-radius: 20px;
}

.map-embed iframe,
.map-panel iframe {
    display: block;
    width: 100%;
    min-height: 24rem;
    border: 0;
}

.map-embed iframe {
    border-radius: 20px;
}

.map-panel iframe {
    border-radius: 28px;
}

.contact-layout > [class*='col-'] {
    margin-bottom: 1.5rem;
}

.contact-panel__place {
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-ink);
}

.contact-panel__address {
    margin-bottom: 0;
    font-size: 1.05rem;
    color: var(--color-ink-soft);
}

.contact-panel__meta {
    display: grid;
    gap: 0.9rem;
    margin: 1.5rem 0;
    padding: 1.25rem 1.2rem;
    border: 1px solid rgba(35, 49, 59, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(111, 135, 121, 0.06));
}

.contact-panel__meta-item {
    display: grid;
    gap: 0.3rem;
}

.contact-panel__meta-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-sage);
}

.contact-panel__meta-item a {
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--color-ink);
}

.contact-panel .section-title {
    margin-bottom: 0.9rem;
    font-size: clamp(2.9rem, 9vw, 4.7rem);
    line-height: 0.94;
}

.contact-booking {
    margin-top: 1rem;
}

.form-panel .section-title {
    margin-bottom: 1.25rem;
}

.form-control {
    min-height: 44px;
    border-radius: 18px;
    border-color: rgba(35, 49, 59, 0.14);
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(111, 135, 121, 0.5);
    box-shadow: 0 0 0 4px rgba(111, 135, 121, 0.12);
}

.form-control.is-invalid,
.form-group.has-error .form-control {
    border-color: rgba(155, 75, 61, 0.8);
    box-shadow: 0 0 0 4px rgba(155, 75, 61, 0.12);
}

.site-checkbox {
    margin-top: 0.5rem;
}

.site-checkbox.has-error label {
    color: #9b4b3d;
}

.turnstile-wrap {
    margin-top: 1rem;
}

.turnstile-wrap .cf-turnstile {
    max-width: 100%;
}

.form-actions {
    margin-top: 1.5rem;
}

.form-actions__help {
    margin-top: 0.75rem;
}

.field-error {
    display: none;
    margin-top: 0.5rem;
    color: #9b4b3d;
}

.field-error.is-visible {
    display: block;
}

.field-error[hidden] {
    display: none !important;
}

.site-alert {
    border-radius: 18px;
    border: 0;
    box-shadow: var(--shadow-soft);
}

.site-footer {
    padding: 2.5rem 0 4rem;
}

.footer-card {
    padding: 2rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(201, 134, 110, 0.18), transparent 22%),
        linear-gradient(180deg, rgba(35, 49, 59, 0.96), rgba(49, 66, 79, 0.94));
    color: rgba(255, 255, 255, 0.9);
}

.footer-card__title,
.footer-card a,
.footer-card p,
.footer-card .section-tag {
    color: rgba(255, 255, 255, 0.9);
}

.footer-card__stack p {
    margin-bottom: 0.75rem;
}

.footer-contact-list {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-contact-item {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.footer-contact-item__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.footer-contact-item a,
.footer-contact-item p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.96);
}

.footer-card .booking-card {
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.footer-card .booking-link-pill {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff !important;
}

.footer-card .booking-card__intro,
.footer-card .booking-steps,
.footer-card .booking-card h3,
.footer-card .booking-card .section-tag {
    color: rgba(255, 255, 255, 0.92);
}

@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(16px);
        will-change: opacity, transform;
        transition:
            opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
            transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
    }

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

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    .site-header__bar {
        gap: 0.75rem;
        padding: 0.85rem 0;
    }

    .brand__name {
        font-size: 1.45rem;
    }

    .section-block {
        padding: 2.1rem 0;
    }

    .page-head .row > [class*='col-'],
    .section-block .row > [class*='col-'] {
        margin-bottom: 1rem;
    }

    .hero-actions .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .hero-visual,
    .footer-card,
    .panel {
        border-radius: 24px;
    }

    .footer-card {
        padding: 1.5rem;
    }

    .footer-card__title {
        font-size: clamp(2.1rem, 11vw, 3rem);
    }

    .footer-card .booking-card {
        padding: 1.1rem;
    }

    .booking-link-pill {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .site-header__menu-toggle,
    .site-header__mobile-panel {
        display: none !important;
    }

    .site-nav--desktop {
        display: flex;
        align-items: center;
        gap: 0.2rem;
    }

    .section-block {
        padding: 3.5rem 0;
    }

    .section-intro--side {
        margin-bottom: 0;
    }

    .contact-layout {
        display: flex;
        align-items: stretch;
    }

    .contact-layout > [class*='col-'] {
        display: flex;
    }

    .contact-layout .panel {
        width: 100%;
    }

    .therapy-head {
        display: flex;
        align-items: center;
    }

    .therapy-head > [class*='col-'] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .therapy-media-panel {
        max-width: 31rem;
        margin-left: auto;
    }

    .footer-contact-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .booking-card__body {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: start;
    }

    .booking-card--compact .booking-card__body {
        grid-template-columns: 1fr;
    }
}
