:root {
    --ink: #243746;
    --muted: #62717d;
    --blue: #173b59;
    --teal: #5e9ca3;
    --cream: #f4f1ee;
    --paper: #ffffff;
    --line: #dce3e5;
    --max: 1180px;
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Manrope", Arial, sans-serif;
    line-height: 1.75;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    color: var(--teal);
    text-decoration: none;
}
a:hover,
a:focus-visible {
    color: var(--blue);
    text-decoration: underline;
}
:focus-visible {
    outline: 3px solid #e9b949;
    outline-offset: 3px;
}
.header-inner,
.container,
.footer-inner {
    width: min(100% - 3rem, var(--max));
    margin-inline: auto;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 3px 18px rgba(23, 59, 89, .1);
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    min-height: 88px;
}
.brand {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-width: 240px;
    color: var(--blue);
}
.brand img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.brand strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.8rem;
    line-height: 1;
}
.brand small {
    display: block;
    color: var(--muted);
    font-size: .67rem;
    letter-spacing: .04em;
}
.menu-toggle {
    display: none;
    align-items: center;
    gap: .6rem;
    margin-left: auto;
    padding: .65rem .8rem;
    border: 1px solid var(--line);
    border-radius: .2rem;
    color: var(--blue);
    background: white;
    font: inherit;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-toggle-icon {
    display: grid;
    gap: 4px;
    width: 20px;
}
.menu-toggle-icon span {
    display: block;
    height: 2px;
    background: currentColor;
}
.site-nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: .2rem;
    flex-wrap: wrap;
}
.site-nav a {
    padding: .45rem .55rem;
    color: var(--ink);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}
.hero {
    position: relative;
    min-height: 650px;
    display: grid;
    place-items: center;
    background: url('/media/bg-img.png?v=476a7f888534') center / cover;
    color: white;
    text-align: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 48, 76, .76), rgba(14, 48, 76, .22));
}
.hero-content {
    position: relative;
    width: min(100% - 3rem, 760px);
    padding-block: 7rem;
}
.hero-mark {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
h1,
h2,
h3 {
    margin: 0 0 1rem;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
}
h1 {
    font-size: clamp(3.4rem, 7vw, 5.8rem);
}
h2 {
    color: var(--blue);
    font-size: clamp(2rem, 4vw, 3.35rem);
}
h3 {
    color: var(--blue);
    font-size: 1.4rem;
}
.hero p:not(.eyebrow) {
    margin: 1rem auto 2rem;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}
.button {
    display: inline-block;
    padding: .8rem 1.35rem;
    border: 1px solid white;
    color: white;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.button:hover,
.button:focus-visible {
    background: white;
    color: var(--blue);
    text-decoration: none;
}
.section-pad {
    padding: 6rem 0;
}
.eyebrow {
    margin: 0 0 .7rem;
    color: var(--teal);
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.intro {
    background: var(--cream);
}
.intro-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 5rem;
    align-items: center;
}
.intro-grid img {
    width: 100%;
    max-height: 390px;
    object-fit: cover;
}
blockquote {
    margin: 2.5rem 0 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--blue);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.2rem;
}
blockquote cite {
    display: block;
    margin-top: .8rem;
    color: var(--muted);
    font-family: "Manrope", sans-serif;
    font-size: .85rem;
    font-style: normal;
}
.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 5rem;
    align-items: center;
}
.split-centered {
    align-items: start;
}
.split figure,
.contact-card figure {
    margin: 0;
}
.split figure img,
.contact-card figure img {
    width: 100%;
    box-shadow: 0 18px 50px rgba(23, 59, 89, .16);
}
.copy p:last-child {
    margin-bottom: 0;
}
ul {
    padding-left: 1.3rem;
}
.blue-section {
    color: white;
    background: var(--blue);
    background-image: linear-gradient(rgba(23, 59, 89, .94), rgba(23, 59, 89, .94)), url('/media/content-bg.jpg?v=476a7f888534');
    background-size: cover;
    background-position: center;
}
.blue-section h2,
.blue-section h3 {
    color: white;
}
.blue-section .eyebrow {
    color: #b9dfe0;
}
.blue-section a {
    color: #c8ecee;
}
.fee {
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    border-left: 4px solid #b9dfe0;
    background: rgba(255, 255, 255, .1);
}
.fee ul {
    margin-bottom: 0;
}
.counselling-section {
    background: var(--paper);
}
.topics {
    background: var(--cream);
}
.lead {
    max-width: 850px;
}
.topic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.topic-grid article {
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 25px rgba(23, 59, 89, .09);
}
.topic-grid article img {
    width: 100%;
    aspect-ratio: 280 / 245;
    object-fit: cover;
}
.topic-grid article h3,
.topic-grid article p {
    margin-inline: 1.2rem;
}
.topic-grid article h3 {
    margin-top: 1.2rem;
    margin-bottom: .4rem;
    font-size: 1.2rem;
}
.topic-grid article p {
    margin-bottom: 1.35rem;
    font-size: .9rem;
    line-height: 1.6;
}
.therapies {
    margin-top: 5rem;
}
.therapies h2 {
    color: white;
}
.therapy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.therapy-grid article {
    padding: 1.5rem;
    background: rgba(255, 255, 255, .1);
    border-top: 2px solid #b9dfe0;
}
.contact-section {
    background: linear-gradient(120deg, #eaf3f4, var(--cream));
}
.contact-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 4rem;
    align-items: center;
}
.contact-card figure img {
    max-height: 390px;
    object-fit: cover;
}
address {
    margin-top: 1.5rem;
    font-style: normal;
}
.site-footer {
    padding: 4rem 0 1rem;
    background: #102f4e;
    color: #d9e2ec;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.footer-inner img {
    width: 190px;
    height: auto;
    background: white;
}
.footer-inner h2 {
    color: white;
    font-family: "Manrope", sans-serif;
    font-size: .95rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.footer-inner a {
    color: #c6e7ec;
}
.social-links {
    display: flex;
    gap: .75rem;
    margin-top: 1.25rem;
}
.social-links a {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 1px solid rgba(198, 231, 236, .55);
    border-radius: 50%;
    font-size: 1.35rem;
    line-height: 1;
}
.social-links a:hover,
.social-links a:focus-visible {
    background: #c6e7ec;
    color: var(--blue);
    text-decoration: none;
}
.copyright {
    width: min(100% - 3rem, var(--max));
    margin: 3rem auto 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: .8rem;
    text-align: center;
}
@media (max-width: 980px) {
    .header-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
        padding-block: 1rem;
    }
    .site-nav {
        justify-content: flex-start;
    }
    .split,
    .contact-card,
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .topic-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .therapy-grid {
        grid-template-columns: 1fr;
    }
    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 760px) {
    .header-inner {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        min-height: 78px;
        padding-block: .7rem;
    }
    .menu-toggle {
        display: inline-flex;
    }
    .site-nav {
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-top: .7rem;
    }
    .site-nav.is-open {
        display: flex;
    }
    .site-nav a {
        padding: .7rem .2rem;
        border-top: 1px solid var(--line);
    }
}
@media (max-width: 560px) {
    .header-inner,
    .container,
    .footer-inner,
    .copyright {
        width: min(100% - 2rem, var(--max));
    }
    .brand {
        min-width: 0;
    }
    .brand strong {
        font-size: 1.5rem;
    }
    .brand small {
        font-size: .57rem;
    }
    .site-nav a {
        width: 100%;
        padding-block: .55rem;
    }
    .hero {
        min-height: 560px;
    }
    .section-pad {
        padding: 4rem 0;
    }
    .topic-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
