@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('/assets/fonts/montserrat-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url('/assets/fonts/montserrat-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-regular-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-regular-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-bold-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-bold-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-italic-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Quattrocento Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/quattrocento-sans-italic-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ink: #263a52;
    --ink-deep: #18293e;
    --ink-soft: #607083;
    --accent: #7ba4c6;
    --paper: #ffffff;
    --mist: #f2f4f5;
    --line: #d9dfe4;
    --text: #313941;
    --font-body: 'Quattrocento Sans', 'Trebuchet MS', sans-serif;
    --font-heading: 'Montserrat', 'Segoe UI', sans-serif;
    --wrap: 1180px;
    --radius: 4px;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 160px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.68; }
a { color: var(--ink); text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; height: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #80a5c5; outline-offset: 3px; }

.site-wrap, .wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip-link { position: absolute; top: -80px; left: 20px; z-index: 30; padding: 10px 14px; background: var(--ink-deep); color: #fff; }
.skip-link:focus { top: 12px; }

.site-loader {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    perspective: 900px;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
}

.has-loader .site-loader {
    visibility: visible;
    opacity: 1;
}

.has-loader.loader-complete .site-loader {
    visibility: hidden;
    opacity: 0;
    transition: opacity 260ms ease, visibility 0s linear 260ms;
}

.loader-logo {
    width: min(52vw, 205px);
    transform-style: preserve-3d;
    animation: loader-spin 920ms linear infinite;
}

.contact-bar { background: var(--ink); color: #fff; font-size: 0.83rem; }
.contact-bar-inner { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 20px; }
.contact-bar a { color: #fff; text-decoration: none; }
.contact-bar a:hover { text-decoration: underline; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-bar .social-link { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid transparent; border-radius: 50%; color: #fff; }
.social-link svg { width: 16px; height: 16px; fill: currentColor; }
.contact-bar .social-link:hover, .contact-bar .social-link:focus-visible { border-color: rgba(255, 255, 255, 0.68); background: rgba(255, 255, 255, 0.12); color: #fff; text-decoration: none; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 255, 255, 0.98); box-shadow: 0 1px 0 rgba(38, 58, 82, 0.08); }
.header-inner { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 170px; }
.brand img { width: 170px; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.main-nav a, .logout-form button { color: #2d3440; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em; text-decoration: none; text-transform: uppercase; }
.main-nav a { position: relative; display: inline-block; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--accent); content: ''; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.main-nav a:hover, .logout-form button:hover { color: var(--accent); }
.logout-form { margin: 0; }
.logout-form button { border: 0; padding: 0; background: transparent; }

.clinic-hero { position: relative; min-height: clamp(300px, 42vw, 575px); overflow: hidden; background-color: #111; }
.clinic-hero::before { position: absolute; inset: -2%; background-image: url('/assets/images/hero-home-official.jpg'); background-position: center 48%; background-size: cover; content: ''; }
.intro-section { padding: 100px 0; }
.split-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr); align-items: center; gap: clamp(40px, 8vw, 132px); }
.intro-copy { max-width: 640px; }
.section-kicker { margin: 0 0 14px; color: var(--accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.light-kicker { color: #c9dcec; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; color: var(--ink); font-family: var(--font-heading); font-weight: 500; line-height: 1.16; }
h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 3.15rem); }
h3 { font-size: 1.25rem; }
.intro-copy p { margin: 0 0 18px; }
.intro-quote { margin-top: 28px !important; padding-left: 22px; border-left: 3px solid var(--accent); color: var(--ink-soft); font-style: italic; }
.intro-portrait { width: min(100%, 390px); justify-self: end; object-fit: cover; }
.outline-link, .light-link { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; margin-top: 12px; padding: 9px 20px; border: 1px solid currentColor; border-radius: var(--radius); color: var(--ink); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.outline-link:hover { background: var(--ink); color: #fff; }

.approach-section, .online-section { padding: 86px 0; background: var(--ink); color: #fff; }
.approach-section h2, .online-section h2 { color: #fff; }
.approach-grid { display: grid; grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr); gap: 10%; }
.approach-grid p { margin: 0 0 18px; font-size: 1.1rem; }
.marketing-section { padding: 96px 0; background: var(--mist); }
.split-marketing { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); align-items: center; gap: 10%; }
.split-marketing p { max-width: 560px; }
.split-marketing img { width: 100%; object-fit: cover; }
.split-marketing sup { font-size: 0.46em; }
.home-book-section { padding: 96px 0; background: var(--paper); }
.home-book-slider { position: relative; }
.home-book-slide { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.55fr); align-items: center; gap: clamp(40px, 9vw, 132px); min-height: 574px; animation: book-slide-in 360ms ease both; }
.home-book-slide[hidden] { display: none; }
.home-book-copy { max-width: 650px; }
.home-book-copy h2 { max-width: 620px; text-transform: uppercase; }
.home-book-copy p { margin: 0 0 20px; color: var(--ink-soft); font-size: 1.06rem; line-height: 1.8; }
.home-book-link { margin-top: 14px; }
.home-book-cover { display: block; width: min(100%, 360px); justify-self: center; }
.home-book-cover img { display: block; width: 100%; height: auto; border: 1px solid var(--line); box-shadow: 0 18px 38px rgba(38, 58, 82, 0.16); }
.home-book-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.book-slider-control { display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font-family: var(--font-heading); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, color 180ms ease; }
.book-slider-control:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.book-slider-control:focus-visible, .book-slider-dots button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.book-slider-dots { display: flex; align-items: center; gap: 10px; }
.book-slider-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; }
.book-slider-dots button[aria-selected="true"] { background: var(--ink); }
@keyframes book-slide-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.home-online-section { padding: 96px 0; background: var(--mist); }
.home-online-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(40px, 9vw, 132px); }
.home-online-copy { max-width: 480px; }
.home-online-copy p:not(.section-kicker) { margin: 0; color: var(--ink-soft); font-size: 1.15rem; line-height: 1.75; }
.home-online-image { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: 0 16px 34px rgba(38, 58, 82, 0.13); }
.online-inner { max-width: 760px; text-align: center; }
.online-inner p:not(.section-kicker) { max-width: 650px; margin: 0 auto; font-size: 1.12rem; }
.light-link { border-color: #fff; color: #fff; }
.light-link:hover { background: #fff; color: var(--ink); }

.services-section, .information-section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr); align-items: end; gap: 12%; margin-bottom: 44px; }
.section-heading > p { max-width: 580px; margin: 0 0 12px; }
.service-grid, .information-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-grid article, .information-grid article { min-height: 258px; padding: 30px; background: var(--paper); }
.service-grid p, .information-grid p { color: var(--ink-soft); }
.information-grid { gap: 16px; }
.information-grid article { position: relative; display: grid; grid-template-rows: auto 1fr auto; gap: 20px; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 7px 20px rgba(38, 58, 82, 0.06); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.information-grid article::before { position: absolute; top: 0; right: 32px; left: 32px; height: 3px; background: var(--accent); content: ''; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.information-grid article:hover { border-color: #bfd0df; box-shadow: 0 14px 30px rgba(38, 58, 82, 0.12); transform: translateY(-4px); }
.information-grid article:hover::before { transform: scaleX(1); }
.information-grid h2 { margin: 0; font-size: clamp(1.65rem, 1.75vw, 2.1rem); line-height: 1.16; }
.information-grid p { margin: 0; }
.information-card-copy { display: grid; align-content: start; gap: 14px; }
.information-grid .outline-link { align-self: end; margin-top: 22px; }
.information-content-section { margin-top: 94px; padding-top: 72px; border-top: 1px solid var(--line); }
.information-content { max-width: 860px; }
.information-content > :first-child { margin-top: 0; color: var(--ink); font-size: 1.22rem; line-height: 1.65; }
.information-content h2 { margin: 64px 0 20px; font-size: clamp(1.8rem, 2.5vw, 2.4rem); line-height: 1.22; }
.information-content h3 { margin: 42px 0 16px; font-size: 1.35rem; }
.information-content p { margin: 0 0 20px; color: var(--text); line-height: 1.8; }
.information-content ul, .information-content ol { margin: 0 0 24px; padding-left: 24px; }
.information-content li + li { margin-top: 8px; }
.information-cta { padding: 82px 0; background: var(--ink); color: #fff; }
.information-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.information-cta h2 { margin-bottom: 12px; color: #fff; }
.information-cta p:not(.section-kicker) { max-width: 680px; margin: 0; font-size: 1.08rem; }
.information-cta .light-link { flex: 0 0 auto; margin-top: 0; }
.site-contact-cta { padding: 78px 0; background: var(--ink); color: #fff; }
.site-contact-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.site-contact-cta h2 { margin-bottom: 12px; color: #fff; }
.site-contact-cta p:not(.section-kicker) { max-width: 680px; margin: 0; font-size: 1.08rem; }
.site-contact-cta .light-link { flex: 0 0 auto; margin-top: 0; }
.service-grid a { color: var(--ink); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; }
.service-grid article { transition: box-shadow 180ms ease, transform 180ms ease; }
.service-grid article:hover { position: relative; z-index: 1; box-shadow: 0 12px 26px rgba(38, 58, 82, 0.13); transform: translateY(-4px); }
.home-content-section { padding: 96px 0; background: var(--paper); }
.home-content { max-width: 860px; }
.home-content h2 { margin: 64px 0 20px; font-size: clamp(1.8rem, 2.5vw, 2.4rem); line-height: 1.22; }
.home-content h3 { margin: 42px 0 16px; font-size: 1.35rem; }
.home-content p { margin: 0 0 20px; color: var(--text); line-height: 1.8; }
.home-content ul, .home-content ol { margin: 0 0 24px; padding-left: 24px; }
.home-content li + li { margin-top: 8px; }
.home-videos-section { padding: 96px 0; background: var(--mist); }
.home-videos { max-width: 980px; }
.home-videos > .section-kicker, .home-videos > h2 { text-align: center; }
.home-videos > h2 { margin-bottom: 54px; }
.home-video-item + .home-video-item { margin-top: 72px; padding-top: 72px; border-top: 1px solid var(--line); }
.home-video-item h3 { max-width: 760px; margin: 0 auto 20px; font-size: clamp(1.45rem, 2.2vw, 2rem); text-align: center; }
.home-video-frame { aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #c7d1da; border-radius: 6px; background: var(--ink-deep); box-shadow: 0 14px 32px rgba(38, 58, 82, 0.13); }
.home-video-preview { position: relative; display: grid; width: 100%; height: 100%; place-items: center; color: #fff; text-decoration: none; }
.home-video-preview::after { position: absolute; inset: 0; background: rgba(24, 41, 62, 0.28); content: ''; transition: background-color 180ms ease; }
.home-video-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform 260ms ease; }
.video-play { position: absolute; z-index: 1; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.82); border-radius: 50%; background: rgba(24, 41, 62, 0.7); }
.video-play svg { width: 28px; height: 28px; fill: currentColor; transform: translateX(2px); }
.home-video-preview:hover::after, .home-video-preview:focus-visible::after { background: rgba(24, 41, 62, 0.12); }
.home-video-preview:hover img, .home-video-preview:focus-visible img { transform: scale(1.03); }
.news-section { padding: 78px 0; background: var(--mist); }
.news-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.news-inner h2 { margin-bottom: 10px; }
.news-inner p:last-child { margin-bottom: 0; color: var(--ink-soft); }
.news-posts { margin-top: 34px; }

.subpage-hero { position: relative; isolation: isolate; overflow: hidden; padding: 82px 0 60px; background: var(--mist); }
.subpage-hero--image { display: grid; min-height: 340px; align-items: end; background: var(--ink-deep); }
.subpage-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.subpage-hero--services .subpage-hero-image { object-position: center 5%; }
.subpage-hero--image::after { position: absolute; z-index: -1; inset: 0; background: rgba(17, 31, 47, 0.57); content: ''; }
.subpage-hero--image .section-kicker, .subpage-hero--image h1 { color: #fff; }
.information-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr); align-items: center; gap: 10%; margin-bottom: 70px; }
.information-intro--text-only { display: block; }
.information-intro p { margin: 0 0 20px; font-size: 1.1rem; }
.information-intro img { width: 100%; max-height: 440px; object-fit: cover; }
.page-heading { padding: 76px 0 36px; background: var(--mist); }
.page-heading.compact { padding: 48px 0 24px; }
.page-heading--image, .article-header--image { position: relative; isolation: isolate; display: grid; min-height: 300px; align-items: end; overflow: hidden; background: var(--ink-deep); }
.heading-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-heading--image::after, .article-header--image::after { position: absolute; z-index: -1; inset: 0; background: rgba(17, 31, 47, 0.62); content: ''; }
.page-heading--image .section-kicker, .page-heading--image h1, .page-heading--image .lead, .article-header--image .meta, .article-header--image h1, .article-header--image .lead { color: #fff; }
.lead { color: var(--ink-soft); font-size: 1.15rem; }

.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 24px; }
.blog-archive { padding-top: 64px; }
.post-card, .login-box { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card h2 { font-size: 1.4rem; }
.post-card h2 a, .post-card h3 a { color: inherit; text-decoration: none; }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--accent); }
.meta { color: var(--ink-soft); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.empty-state { grid-column: 1 / -1; margin: 0; padding: 24px; border-left: 3px solid var(--accent); background: var(--mist); }
.pagination { display: flex; grid-column: 1 / -1; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 18px 0 72px; }
.pagination a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); color: var(--ink); font-weight: 700; text-decoration: none; }
.pagination a:hover, .pagination a:focus-visible, .pagination .is-current { border-color: var(--ink); background: var(--ink); color: #fff; }
.article-header { padding: 80px 0 34px; background: var(--mist); }
.article-cover { margin-block: 42px; }
.article-cover img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.article-body { padding-bottom: 80px; }
.article-body h2, .article-body h3 { margin-top: 36px; }
.legacy-content { padding: 72px 0 96px; }
.legacy-content h2 { margin: 58px 0 20px; font-size: clamp(1.8rem, 2.5vw, 2.4rem); line-height: 1.22; }
.legacy-content h3 { margin: 40px 0 16px; font-size: 1.35rem; }
.legacy-content p { margin: 0 0 20px; line-height: 1.8; }
.legacy-content ul, .legacy-content ol { margin: 0 0 24px; padding-left: 24px; }
.legacy-content li + li { margin-top: 8px; }

.contact-form, .admin-form, .login-box { display: grid; gap: 18px; }
.contact-form { scroll-margin-top: 132px; }
.contact-section { padding: 92px 0; background: #eef2f4; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr); align-items: start; gap: clamp(48px, 9vw, 150px); }
.contact-intro { max-width: 470px; padding-top: 28px; }
.contact-intro h2 { font-size: clamp(2rem, 3vw, 2.9rem); }
.contact-intro > p { color: var(--ink-soft); font-size: 1.08rem; }
.contact-notes { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-notes p { margin: 0; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 600; }
.contact-panel { padding: 34px; border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 38px rgba(38, 58, 82, 0.10); }
.contact-form.contact-panel input, .contact-form.contact-panel textarea { min-height: 52px; border-color: #cbd5dd; padding: 13px 14px; }
.contact-form.contact-panel textarea { min-height: 190px; resize: vertical; }
.contact-panel input::placeholder, .contact-panel textarea::placeholder { color: #8a98a7; }
.contact-panel input:focus, .contact-panel textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(123, 164, 198, 0.28); outline: 0; }
.contact-panel .button { justify-self: start; min-width: 190px; }
.contact-form label, .admin-form label, .login-box label { display: grid; gap: 7px; color: var(--ink); font-weight: 700; }
.field-label { display: inline; }
.required-marker { margin-left: 2px; color: #a23a1b; }
.contact-form input, .contact-form textarea, .admin-form input, .admin-form textarea, .admin-form select, .login-box input { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; background: #fff; color: var(--text); }
.location-section { padding: 82px 0 96px; background: var(--paper); }
.location-heading { margin-bottom: 34px; }
.location-heading h2 { margin-bottom: 0; }
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.location-card { display: grid; min-height: 300px; align-content: start; gap: 14px; padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); box-shadow: 0 6px 18px rgba(38, 58, 82, 0.05); }
.location-card h3, .location-card p { margin: 0; }
.location-card h3 { font-size: 1.35rem; }
.location-card address { display: grid; gap: 3px; color: var(--ink-soft); font-style: normal; line-height: 1.5; }
.location-card p { color: var(--ink-soft); font-size: 0.94rem; }
.location-card a { color: var(--ink); }
.location-card .location-map { align-self: end; width: fit-content; margin-top: auto; color: var(--ink); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.location-card .location-map:hover { color: var(--accent); }
.contact-requests { max-width: 740px; margin: 64px auto 0; padding-top: 34px; border-top: 1px solid var(--line); text-align: center; }
.contact-requests p { margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.contact-requests .outline-link { margin-top: 24px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: var(--radius); padding: 10px 18px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.button.ghost { background: transparent; color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.notice { padding: 12px; border-left: 3px solid #528964; background: #edf7f1; color: #154a35; }
.alert { padding: 12px; border-left: 3px solid #b35245; background: #fff1ef; color: #6d2b23; }
.honeypot { position: absolute; left: -9999px; }
.login-shell { display: grid; min-height: 100vh; place-items: center; padding: 24px; }
.login-box { width: min(100%, 420px); padding: 28px; }
.admin-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-heading-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.admin-heading-actions form { margin: 0; }
.admin-heading-actions .button, .admin-heading-actions .outline-link { width: 100%; min-height: 42px; }
.cover-preview { display: grid; width: min(100%, 420px); gap: 10px; margin: 0; }
.cover-preview img { width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: var(--radius); object-fit: cover; }
.cover-preview figcaption { color: var(--ink-soft); font-size: 0.82rem; }
.admin-editor-field { display: grid; gap: 7px; color: var(--ink); font-weight: 600; }
.admin-editor-field .rich-editor { display: none; font-weight: 400; }
.admin-editor-field.is-rich-editor-ready > textarea { display: none; }
.admin-editor-field.is-rich-editor-ready .rich-editor { display: block; }
.rich-editor .ql-toolbar.ql-snow { border-color: var(--line); border-radius: var(--radius) var(--radius) 0 0; background: #f8fafb; }
.rich-editor .ql-container.ql-snow { min-height: 360px; border-color: var(--line); border-radius: 0 0 var(--radius) var(--radius); color: var(--ink); font-family: inherit; font-size: 1rem; }
.rich-editor .ql-editor { min-height: 360px; line-height: 1.7; }
.rich-editor .ql-editor.ql-blank::before { color: var(--ink-soft); font-style: normal; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.admin-table th { color: var(--ink-soft); font-size: 0.86rem; }
.admin-status { display: inline-flex; min-width: 90px; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; color: var(--ink); font-size: 0.78rem; font-weight: 700; }
.admin-status--scheduled { border-color: #7aa6c8; background: #edf5fa; color: #245477; }
.admin-field-hint { color: var(--ink-soft); font-size: 0.8rem; font-weight: 400; line-height: 1.45; }
.table-actions { display: flex; align-items: center; gap: 12px; }
.table-actions form { margin: 0; }
.table-actions button { border: 0; padding: 0; background: transparent; color: #a23a1b; text-decoration: underline; }

.site-footer { padding: 70px 0 28px; background: var(--ink-deep); color: #dfe7ef; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.7fr 0.9fr; gap: 58px; }
.footer-logo { width: 150px; filter: brightness(0) invert(1); }
.site-footer p { margin: 16px 0 0; font-size: 0.92rem; }
.site-footer a { display: block; margin-bottom: 9px; color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.mobile-contact-bar { display: none; }

@media (prefers-reduced-motion: no-preference) {
    .clinic-hero::before { animation: hero-settle 900ms cubic-bezier(0.22, 1, 0.36, 1) both; }
    .motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease var(--reveal-delay, 0ms), transform 500ms ease var(--reveal-delay, 0ms); }
    .motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
}

@keyframes hero-settle {
    from { opacity: 0; transform: scale(1.045); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes loader-spin {
    to { transform: rotateX(360deg); }
}

@media (max-width: 980px) {
    .header-inner { min-height: 94px; align-items: flex-start; flex-direction: column; padding: 17px 0; }
    .main-nav { justify-content: flex-start; flex-wrap: wrap; gap: 12px 20px; }
    .split-intro, .split-marketing, .information-intro { gap: 50px; }
    .service-grid, .information-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    body { font-size: 15px; }
    .site-wrap, .wrap { width: min(calc(100% - 28px), var(--wrap)); }
    .contact-bar-inner, .news-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 10px; }
    .social-links { gap: 10px 15px; }
    .header-inner { gap: 14px; }
    .brand { flex: 0 0 auto; width: 145px; }
    .brand img { width: 145px; }
    .main-nav { gap: 10px 16px; }
    .main-nav a { font-size: 0.71rem; }
    .clinic-hero { min-height: 255px; }
    .clinic-hero::before { background-position: center; }
    .intro-section, .marketing-section, .home-book-section, .home-online-section, .services-section, .information-section { padding: 62px 0; }
    .home-content-section, .home-videos-section { padding: 62px 0; }
    .home-videos > h2 { margin-bottom: 36px; }
    .home-video-item + .home-video-item { margin-top: 48px; padding-top: 48px; }
    .split-intro, .split-marketing, .home-book-slide, .home-online-layout, .approach-grid, .section-heading, .information-intro { grid-template-columns: 1fr; gap: 30px; }
    .information-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
    .site-contact-cta { padding: 60px 0; }
    .site-contact-cta-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
    .intro-portrait { justify-self: start; }
    .home-book-slide { min-height: 0; }
    .home-book-cover { width: min(100%, 300px); }
    .approach-section, .online-section { padding: 62px 0; }
    .service-grid, .information-grid, .footer-grid { grid-template-columns: 1fr; }
    .service-grid article, .information-grid article { min-height: 0; }
    .information-grid article { grid-template-rows: auto; }
    .information-content-section { margin-top: 64px; padding-top: 54px; }
    .section-heading { margin-bottom: 32px; }
    .subpage-hero, .page-heading { padding: 54px 0 34px; }
    .subpage-hero--image { min-height: 260px; }
    .page-heading--image, .article-header--image { min-height: 240px; }
    .legacy-content { padding: 54px 0 64px; }
    .blog-archive { padding-top: 42px; }
    .contact-section { padding: 62px 0; }
    .contact-layout { grid-template-columns: 1fr; gap: 38px; }
    .contact-intro { max-width: none; padding-top: 0; }
    .contact-panel { padding: 24px; }
    .location-section { padding: 62px 0; }
    .location-grid { grid-template-columns: 1fr; }
    .location-card { min-height: 0; }
    .form-grid { grid-template-columns: 1fr; }
}

/* Public editorial polish: keep service card rules independent. */
.site-header .header-inner { min-height: 104px; }
.site-header .main-nav { flex-wrap: wrap; gap: 10px 24px; }
.site-header .main-nav a { padding-block: 10px; }
.site-header .main-nav a::after { bottom: 3px; }
.site-header .main-nav a:hover { color: var(--ink); }
.intro-copy h1, .approach-grid h2, .split-marketing h2,
.online-inner h2, .section-heading h2, .news-inner h2,
.subpage-hero h1, .page-heading h1, .article-header h1,
.contact-intro h2 { text-wrap: balance; }
.intro-copy .section-kicker, .split-marketing .section-kicker,
.section-heading .section-kicker, .news-inner .section-kicker,
.contact-intro .section-kicker { color: #4f718e; }
.page-heading .eyebrow { margin: 0 0 14px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.page-heading--image .eyebrow { color: #d5e5f2; }
.subpage-hero h1, .page-heading h1 { margin-bottom: 12px; }
.page-heading .lead { max-width: 650px; margin-bottom: 0; }
.intro-portrait, .split-marketing img, .article-cover img { border-radius: var(--radius); }
.intro-copy, .information-intro .narrow { line-height: 1.8; }
.online-inner .light-link { margin-top: 28px; }
.intro-copy .outline-link, .split-marketing .outline-link,
.news-inner .outline-link, .online-inner .light-link { min-height: 46px; text-align: center; transition: background-color 180ms ease, color 180ms ease; }
.news-inner > .outline-link { flex-shrink: 0; }
.blog-archive { padding-bottom: 72px; }
.blog-archive .pagination { margin-bottom: 0; }
.post-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); }
.post-card { border-radius: 6px; box-shadow: 0 4px 16px rgba(38, 58, 82, 0.04); transition: border-color 180ms ease, box-shadow 180ms ease; }
.post-card:hover, .post-card:focus-within { border-color: #a7bdcf; box-shadow: 0 8px 24px rgba(38, 58, 82, 0.08); }
.post-card-body { padding: 28px; }
.post-card .meta { margin: 0 0 16px; font-size: 0.73rem; line-height: 1.6; }
.post-card h2, .post-card h3 { margin-bottom: 16px; font-size: 1.4rem; line-height: 1.32; overflow-wrap: anywhere; }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--ink); text-decoration: underline; }
.post-card-body > p:last-child { margin-bottom: 0; color: var(--ink-soft); line-height: 1.75; }
.pagination a { width: 44px; height: 44px; border-radius: var(--radius); }
.article-header { padding-block: 72px 48px; }
.article-header h1 { font-size: clamp(2rem, 3.6vw, 3.35rem); line-height: 1.15; }
.article-header .lead { margin-bottom: 0; line-height: 1.7; }
/* Long articles cannot reach the observer's 12% threshold on small screens. */
.motion-ready .article.reveal { opacity: 1; transform: none; transition: none; }
.article-body { padding-top: 44px; font-size: 1.0625rem; line-height: 1.85; overflow-wrap: anywhere; }
.article-cover + .article-body { padding-top: 0; }
.article-body h2 { font-size: clamp(1.7rem, 2.5vw, 2.25rem); line-height: 1.25; }
.article-body h3 { font-size: 1.4rem; line-height: 1.35; }
.article-body p { margin-block: 0 1.35em; }
.article-body li + li { margin-top: 8px; }
.article-body blockquote { margin: 28px 0; border-left: 3px solid var(--accent); padding: 20px 24px; background: var(--mist); color: var(--ink); }
.article-body blockquote > :last-child { margin-bottom: 0; }
.contact-layout { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 92px); }
.contact-panel { min-width: 0; }
.contact-panel .button:hover { background: var(--ink-deep); }
.site-footer { padding-block: 64px 48px; border-top: 4px solid #7ba4c6; }
.footer-grid { gap: clamp(28px, 5vw, 72px); }
.footer-grid > :last-child { border-left: 1px solid #405064; padding-left: 32px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; column-gap: 24px; }
.site-footer a { width: fit-content; min-height: 34px; margin-bottom: 4px; padding-block: 4px; font-size: 0.92rem; }
.site-footer p { color: #c5d0dc; }
.footer-grid > :last-child p { margin-block: 12px 18px; }

@media (max-width: 980px) {
    .site-header .header-inner { min-height: 0; gap: 12px; }
    .site-header .brand { flex: 0 0 auto; }
    .site-header .main-nav { gap: 4px 22px; }
    .split-marketing { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
    .split-marketing h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #405064; padding: 24px 0 0; }
}

@media (max-width: 780px) {
    .contact-layout { grid-template-columns: 1fr; gap: 32px; }
    .contact-intro { max-width: 620px; padding-top: 0; }
}

@media (max-width: 680px) {
    body:not(.is-minimal) { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
    .site-wrap, .wrap { width: min(calc(100% - 40px), var(--wrap)); }
    .site-header { position: relative; }
    .contact-bar-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding-block: 6px;
    }
    .contact-bar .social-links { gap: 8px 12px; font-size: 0.75rem; }
    .contact-bar .social-links { flex-wrap: nowrap; }
    .site-header .header-inner { padding-block: 14px 10px; }
    .site-header .main-nav { gap: 0 16px; }
    .site-header .main-nav a { padding-block: 9px; }
    .contact-bar-inner { gap: 6px; }
    .split-marketing { grid-template-columns: 1fr; gap: 30px; }
    .intro-portrait { width: min(100%, 340px); }
    .news-section { padding-block: 60px; }
    .news-inner { gap: 18px; }
    .blog-archive { padding-bottom: 48px; }
    .post-card-body { padding: 24px; }
    .article-header { padding-block: 48px 36px; }
    .article-body { padding-top: 32px; padding-bottom: 56px; font-size: 1rem; }
    .article-cover { margin-block: 28px; }
    .contact-panel { padding: 22px; }
    .contact-panel .button { width: 100%; min-width: 0; }
    .site-footer { padding-block: 44px 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .site-footer nav { border-top: 1px solid #405064; padding-top: 24px; }
    .site-footer a { min-height: 44px; padding-block: 9px; }
    .mobile-contact-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 40;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 56px;
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid #405064;
        background: var(--ink-deep);
        box-shadow: 0 -8px 20px rgba(21, 39, 61, 0.16);
    }
    .mobile-contact-link, .mobile-contact-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        color: #fff;
        text-decoration: none;
    }
    .mobile-contact-link {
        justify-content: flex-start;
        padding-inline: 20px;
        font-family: var(--font-heading);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }
    .mobile-contact-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-left: 1px solid #405064; }
    .mobile-contact-actions a + a { border-left: 1px solid #405064; }
    .mobile-contact-bar svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
    .mobile-contact-bar a:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }
}

/* Tablet and mobile navigation: the primary links remain available without JavaScript. */
.menu-toggle { display: none; }

@media (max-width: 980px) {
    .site-header .header-inner {
        position: relative;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 88px;
        padding-block: 14px;
    }

    .js-ready .site-header .header-inner { flex-wrap: nowrap; }

    .js-ready .menu-toggle {
        display: inline-flex;
        flex: 0 0 46px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 46px;
        height: 46px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--ink);
        cursor: pointer;
    }

    .menu-toggle-bar {
        display: block;
        width: 21px;
        height: 2px;
        margin: 2px 0;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .menu-toggle:hover { color: var(--accent); }

    .menu-toggle:focus-visible {
        background: transparent;
        color: var(--accent);
        outline: 2px solid #7ba4c6;
        outline-offset: 2px;
    }

    .js-ready .site-header .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        right: auto;
        left: 50%;
        z-index: 2;
        width: 100vw;
        min-height: 100vh;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px clamp(20px, 5vw, 44px);
        border: 0;
        background: #fff;
        box-shadow: none;
        transform: translateX(-50%);
    }

    .js-ready .site-header.is-menu-open .main-nav { display: flex; }

    .js-ready.menu-is-open { overflow: hidden; }

    .js-ready .site-header .main-nav a {
        width: 100%;
        min-height: 44px;
        padding: 12px 0;
        font-size: 0.82rem;
    }

    .js-ready .site-header .main-nav a::after { right: auto; bottom: 7px; width: 32px; }

    .js-ready .site-header.is-menu-open .menu-toggle-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .js-ready .site-header.is-menu-open .menu-toggle-bar:nth-child(2) { opacity: 0; }
    .js-ready .site-header.is-menu-open .menu-toggle-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}

/* Visual baseline: public content pages follow the Contatti hierarchy and surfaces. */
.button, button, .outline-link, .light-link, .main-nav, .section-kicker, .eyebrow, .meta {
    font-family: var(--font-heading);
}

.subpage-hero--image {
    min-height: 300px;
    padding: 76px 0 36px;
}

.information-section, .blog-archive, .legacy-page, .article {
    background: #eef2f4;
}

.information-content-section, .legacy-content, .article-body {
    border: 1px solid var(--line);
    border-top: 4px solid var(--accent);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 38px rgba(38, 58, 82, 0.10);
}

.information-content-section {
    width: min(calc(100% - 40px), 960px);
    margin: 94px auto 0;
    padding: clamp(34px, 5vw, 64px);
}

.information-content {
    width: 100%;
}

.information-section--editorial {
    padding-bottom: 100px;
}

.information-content-section--editorial {
    max-width: 900px;
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.information-content-section--editorial .information-content > :first-child {
    margin-bottom: 40px;
    padding-left: 22px;
    border-left: 3px solid var(--accent);
    color: var(--ink);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.information-content-section--editorial .information-content h3 {
    margin-top: 56px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    font-family: var(--font-heading);
    font-size: 1.25rem;
}

.projects-manifesto { padding: 100px 0 88px; background: #fff; }
.projects-manifesto-inner { max-width: 860px; }
.projects-manifesto h2 { max-width: 720px; margin-bottom: 28px; font-size: clamp(2rem, 3.4vw, 3.2rem); }
.projects-manifesto p:last-child { max-width: 800px; margin: 0; color: var(--ink-soft); font-size: 1.1rem; line-height: 1.8; }
.project-types { padding: 86px 0 108px; background: #eef2f4; }
.project-types-heading { margin-bottom: 42px; }
.project-types-heading h2 { margin-bottom: 0; }
.project-type-list { display: grid; gap: 54px; }
.project-type { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: stretch; overflow: hidden; border-top: 4px solid var(--accent); background: #fff; box-shadow: 0 14px 30px rgba(38, 58, 82, 0.08); }
.project-type:nth-child(even) .project-type-media { order: 2; }
.project-type-media { min-height: 100%; background: var(--ink-deep); }
.project-type-media img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.project-type-copy { display: grid; align-content: center; padding: clamp(34px, 5vw, 64px); }
.project-type-copy h3 { margin-bottom: 22px; font-size: clamp(1.75rem, 2.8vw, 2.5rem); }
.project-type-copy p { margin: 0 0 18px; color: var(--ink-soft); line-height: 1.75; }
.project-type-copy p:last-child { margin-bottom: 0; }

.clinical-directory {
    margin-top: 84px;
    padding-top: 72px;
    border-top: 1px solid var(--line);
}

.clinical-directory > .site-wrap > h2 { margin-bottom: 12px; }
.clinical-directory-intro { max-width: 720px; margin: 0 0 36px; color: var(--ink-soft); }
.clinical-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.clinical-group { padding: 28px 30px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.clinical-group h3 { margin-bottom: 18px; font-size: 1.25rem; }
.clinical-group h3 a, .clinical-group li a { color: var(--ink); text-decoration: none; }
.clinical-group h3 a:hover, .clinical-group h3 a:focus-visible, .clinical-group li a:hover, .clinical-group li a:focus-visible { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.clinical-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.clinical-group li { font-size: 0.94rem; line-height: 1.45; }

.clinical-faq { margin-top: 96px; padding: 88px 0; background: #fff; }
.clinical-faq-inner { max-width: 960px; }
.clinical-faq-inner > h2 { margin-bottom: 34px; }
.clinical-faq-list { border-top: 1px solid var(--line); }
.clinical-faq-list details { border-bottom: 1px solid var(--line); }
.clinical-faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 44px 23px 0; color: var(--ink); cursor: pointer; font-family: var(--font-heading); font-size: 1.08rem; font-weight: 700; line-height: 1.45; list-style: none; }
.clinical-faq-list summary::-webkit-details-marker { display: none; }
.clinical-faq-list summary::after { position: absolute; right: 2px; color: var(--accent); content: '+'; font-size: 1.65rem; font-weight: 400; }
.clinical-faq-list details[open] summary::after { content: '-'; }
.clinical-faq-answer { max-width: 820px; padding: 0 44px 26px 0; color: var(--ink-soft); line-height: 1.8; }
.clinical-faq-answer p { margin: 0; }
.clinical-video { padding: 88px 0 108px; background: #eef2f4; }
.clinical-video-inner { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(36px, 8vw, 112px); }
.clinical-video-inner h2 { margin-bottom: 0; }
.clinical-video-frame { aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #c7d1da; border-radius: 6px; background: var(--ink-deep); box-shadow: 0 14px 32px rgba(38, 58, 82, 0.13); }

.legacy-content {
    margin-top: 72px;
    margin-bottom: 0;
    padding: clamp(34px, 5vw, 64px);
}

.legacy-page {
    padding-bottom: 96px;
}

.legacy-back-nav { margin-top: 42px; }
.legacy-back { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--font-heading); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.legacy-back span { font-size: 1.25rem; line-height: 1; }
.legacy-back:hover, .legacy-back:focus-visible { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }

.article-back-nav { margin-top: 42px; }
.article-back { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--font-heading); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.article-back span { font-size: 1.25rem; line-height: 1; }
.article-back:hover, .article-back:focus-visible { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.article-back-nav + .article-body { margin-top: 26px; }

.article-body {
    margin-bottom: 80px;
    padding: clamp(34px, 5vw, 64px);
}

.article-cover + .article-body {
    padding-top: clamp(34px, 5vw, 64px);
}

@media (max-width: 680px) {
    .subpage-hero--image {
        min-height: 240px;
        padding: 54px 0 34px;
    }

    .information-content-section {
        width: min(calc(100% - 40px), 960px);
        margin-top: 54px;
        padding: 26px 22px;
    }

    .information-section--editorial {
        padding-bottom: 62px;
    }

    .projects-manifesto { padding: 66px 0 58px; }
    .projects-manifesto p:last-child { font-size: 1rem; line-height: 1.7; }
    .project-types { padding: 60px 0 68px; }
    .project-types-heading { margin-bottom: 30px; }
    .project-type-list { gap: 32px; }
    .project-type { grid-template-columns: 1fr; }
    .project-type:nth-child(even) .project-type-media { order: 0; }
    .project-type-media img { min-height: 230px; }
    .project-type-copy { padding: 30px 24px 34px; }

    .information-content-section--editorial {
        margin-top: 0;
        padding: 0;
    }

    .clinical-directory { margin-top: 62px; padding-top: 54px; }
    .clinical-groups, .clinical-group ul { grid-template-columns: 1fr; }
    .clinical-group { padding: 24px 22px; }
    .clinical-faq { margin-top: 62px; padding: 60px 0; }
    .clinical-faq-list summary { padding: 19px 34px 19px 0; font-size: 1rem; }
    .clinical-faq-answer { padding: 0 0 22px; }
    .clinical-video { padding: 60px 0 68px; }
    .clinical-video-inner { grid-template-columns: 1fr; gap: 28px; }

    .legacy-content {
        margin-top: 40px;
        margin-bottom: 0;
        padding: 26px 22px;
    }

    .legacy-page {
        padding-bottom: 56px;
    }

    .legacy-back-nav { margin-top: 28px; }
    .article-back-nav { margin-top: 28px; }
    .article-back-nav + .article-body { margin-top: 18px; }

    .article-body {
        margin-bottom: 56px;
        padding: 26px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
    .loader-logo { animation: none; }
}
