@font-face {
    font-family: 'Jost';
    src: url('../assets/fonts/Jost-Variable.ttf') format('truetype');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../assets/fonts/Newsreader-Variable.woff2') format('woff2');
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../assets/fonts/Newsreader-Italic-Variable.woff2') format('woff2');
    font-style: italic;
    font-weight: 200 800;
    font-display: swap;
}

:root {
    --brown-950: #2f1a0e;
    --brown-900: #583821;
    --brown-800: #684126;
    --copper-700: #8f593a;
    --copper-600: #a36b46;
    --copper-500: #b77b55;
    --cream-100: #f8e9d0;
    --cream-50: #fcf4e8;
    --paper: #fefefe;
    --ink: #3b281b;
    --muted: #705c4e;
    --line: rgba(88, 56, 33, 0.17);
    --line-light: rgba(248, 233, 208, 0.22);
    --serif: 'Newsreader', Georgia, serif;
    --sans: 'Jost', Arial, sans-serif;
    --container: 1180px;
    --narrow: 820px;
    --section-space: 120px;
    --radius-sm: 16px;
    --radius-md: 28px;
    --radius-lg: 48px;
    --ease: cubic-bezier(.16, 1, .3, 1);
    --shadow: 0 24px 70px rgba(68, 39, 20, 0.13);
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 118px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    font-weight: 390;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

img, svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: inherit;
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, p, figure, blockquote, ul, ol {
    margin-top: 0;
}

h1, h2, h3 {
    color: var(--brown-900);
    font-family: var(--serif);
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.02;
    text-wrap: balance;
}

h1 {
    font-size: clamp(3.4rem, 6.3vw, 6.7rem);
}

h2 {
    font-size: clamp(2.55rem, 4.4vw, 4.7rem);
}

h3 {
    font-size: clamp(1.65rem, 2.1vw, 2.15rem);
}

p {
    text-wrap: pretty;
}

::selection {
    background: var(--cream-100);
    color: var(--brown-900);
}

:focus-visible {
    outline: 2px solid var(--copper-600);
    outline-offset: 4px;
}

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto;
}

.container--narrow {
    width: min(var(--narrow), 100%);
}

.container--article {
    width: min(760px, calc(100% - 48px));
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 16px;
    background: var(--paper);
    color: var(--brown-900);
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.eyebrow {
    margin-bottom: 20px;
    color: var(--copper-700);
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .18em;
    line-height: 1.4;
}

.inline-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--brown-900);
    border-radius: 999px;
    background: var(--brown-900);
    color: var(--paper);
    cursor: pointer;
    font-size: .87rem;
    font-weight: 560;
    letter-spacing: .035em;
    line-height: 1.2;
    padding: 16px 25px;
    text-decoration: none;
    transition: background .28s ease, border-color .28s ease, color .28s ease, transform .28s var(--ease), box-shadow .28s ease;
}

.button:hover, .button:focus-visible {
    background: var(--copper-600);
    border-color: var(--copper-600);
    box-shadow: 0 12px 30px rgba(88, 56, 33, .2);
    transform: translateY(-2px);
}

.button--small {
    min-height: 42px;
    padding: 11px 19px;
    font-size: .78rem;
}

.button--cream {
    background: var(--cream-100);
    border-color: var(--cream-100);
    color: var(--brown-900);
}

.button--cream:hover, .button--cream:focus-visible {
    background: var(--paper);
    border-color: var(--paper);
}

.text-link, .card-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--brown-900);
    font-size: .88rem;
    font-weight: 560;
    letter-spacing: .025em;
    text-decoration: none;
}

.text-link .inline-icon, .card-link .inline-icon {
    transition: transform .28s var(--ease);
}

.text-link:hover .inline-icon, .card-link:hover .inline-icon {
    transform: translateX(4px);
}

.text-link--light {
    color: var(--cream-100);
}

.credential-bar {
    min-height: 34px;
    background: var(--brown-900);
    color: rgba(255, 255, 255, .78);
    font-size: .68rem;
    letter-spacing: .075em;
}

.credential-bar__inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.credential-separator {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--copper-500);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(254, 254, 254, .94);
    border-bottom: 1px solid transparent;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
    border-color: var(--line);
    box-shadow: 0 10px 32px rgba(57, 35, 21, .06);
}

.header-inner {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.site-logo {
    flex: 0 0 auto;
    text-decoration: none;
}

.site-logo img {
    width: 154px;
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 32px);
}

.main-nav > a:not(.button) {
    position: relative;
    color: var(--ink);
    font-size: .79rem;
    font-weight: 500;
    letter-spacing: .02em;
    text-decoration: none;
}

.main-nav > a:not(.button)::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background: var(--copper-600);
    content: '';
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .28s var(--ease);
}

.main-nav > a:not(.button):hover::after,
.main-nav > a:not(.button):focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--brown-900);
    transition: transform .25s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-6px) rotate(-45deg);
}

.site-main {
    min-height: 60vh;
}

.section {
    position: relative;
    padding-block: var(--section-space);
}

.section--cream {
    background: var(--cream-50);
}

.section--deep {
    overflow: hidden;
    background: var(--brown-900);
    color: rgba(255, 255, 255, .78);
}

.section--deep h2, .section--deep h3 {
    color: var(--cream-100);
}

.section--deep .eyebrow {
    color: #dca27c;
}

.section-heading {
    max-width: 600px;
}

.section-heading h2 {
    margin-bottom: 24px;
}

.section-heading > p:last-child {
    color: var(--muted);
}

.section-heading--row {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, .65fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 54px;
}

.section-heading--row h2 {
    max-width: 720px;
    margin-bottom: 0;
}

.section-heading--row > p,
.treatments-heading > p {
    max-width: 420px;
    margin-bottom: 6px;
    color: var(--muted);
}

.section-heading--center {
    margin: 0 auto 58px;
    text-align: center;
}

.home-hero {
    position: relative;
    min-height: calc(100svh - 120px);
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 14%, rgba(163, 107, 70, .14), transparent 34%),
        linear-gradient(120deg, var(--cream-50), var(--paper) 62%);
}

.home-hero::before {
    position: absolute;
    bottom: -180px;
    left: -150px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(163, 107, 70, .13);
    border-radius: 50%;
    content: '';
}

.home-hero__grid {
    display: grid;
    min-height: calc(100svh - 120px);
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    align-items: center;
    gap: clamp(48px, 7vw, 110px);
    padding-block: 70px 92px;
}

.home-hero__content {
    position: relative;
    z-index: 2;
}

.home-hero h1 {
    max-width: 850px;
    margin-bottom: 30px;
}

.home-hero h1 em,
.page-hero h1 em,
.statement-copy h2 em {
    color: var(--copper-600);
    font-weight: 450;
}

.home-hero__lead {
    max-width: 650px;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: clamp(1.05rem, 1.35vw, 1.24rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.hero-credentials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 54px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

.hero-credentials div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hero-credentials strong {
    color: var(--brown-900);
    font-size: .8rem;
    font-weight: 620;
    line-height: 1.4;
}

.hero-credentials span {
    color: var(--muted);
    font-size: .7rem;
    line-height: 1.4;
}

.home-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 590px;
}

.home-hero__shape {
    position: absolute;
    top: 0;
    right: -18%;
    bottom: 7%;
    left: 5%;
    border-radius: 48% 48% 6% 6%;
    background: var(--cream-100);
}

.home-hero__photo {
    position: absolute;
    top: 6%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 48% 48% 6% 6%;
    box-shadow: var(--shadow);
}

.home-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 34%;
}

.hero-seal {
    position: absolute;
    right: -20px;
    bottom: 22px;
    display: flex;
    width: 138px;
    height: 138px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(248, 233, 208, .38);
    border-radius: 50%;
    background: var(--brown-900);
    color: var(--cream-100);
    box-shadow: 0 16px 40px rgba(47, 26, 14, .25);
    text-align: center;
}

.hero-seal span {
    font-family: var(--serif);
    font-size: 1.7rem;
    line-height: 1;
}

.hero-seal small {
    margin-top: 7px;
    font-size: .48rem;
    letter-spacing: .15em;
}

.hero-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    color: var(--muted);
    font-size: .62rem;
    letter-spacing: .12em;
    text-decoration: none;
    transform: translateX(-50%);
}

.hero-scroll i {
    width: 1px;
    height: 24px;
    background: var(--copper-600);
}

.section--statement {
    padding-block: 145px;
}

.statement-grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 72px;
}

.statement-copy {
    max-width: 890px;
}

.statement-copy h2 {
    margin-bottom: 30px;
}

.statement-copy > p {
    max-width: 740px;
    color: var(--muted);
    font-size: 1.12rem;
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.principle-card {
    position: relative;
    min-height: 360px;
    padding: 38px 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(254, 254, 254, .7);
    transition: border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.principle-card:hover {
    border-color: rgba(163, 107, 70, .45);
    box-shadow: 0 22px 50px rgba(88, 56, 33, .08);
    transform: translateY(-5px);
}

.principle-card__icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    margin-bottom: 75px;
    border-radius: 50%;
    background: var(--cream-100);
    color: var(--brown-900);
}

.principle-card__icon svg {
    width: 25px;
    height: 25px;
}

.card-index {
    color: var(--copper-700);
    font-size: .69rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.principle-card .card-index {
    position: absolute;
    top: 42px;
    right: 36px;
}

.principle-card h3 {
    margin-bottom: 14px;
}

.principle-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .92rem;
}

.treatments-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.treatments-heading h2 {
    max-width: 820px;
    margin-bottom: 0;
}

.featured-treatments {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 20px;
}

.treatment-card {
    display: flex;
    min-height: 360px;
    justify-content: space-between;
    flex-direction: column;
    gap: 65px;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--paper);
    color: var(--ink);
    text-decoration: none;
    transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.treatment-card:first-child {
    grid-row: span 2;
    min-height: 740px;
    background: var(--cream-50);
}

.treatment-card:hover, .treatment-card:focus-visible {
    border-color: var(--copper-600);
    box-shadow: 0 25px 65px rgba(88, 56, 33, .11);
    transform: translateY(-5px);
}

.treatment-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--copper-700);
    font-size: .7rem;
    letter-spacing: .12em;
}

.treatment-card__icon {
    width: 34px;
    height: 34px;
}

.treatment-card h3 {
    max-width: 430px;
    margin-bottom: 18px;
}

.treatment-card:first-child h3 {
    font-size: clamp(2.5rem, 4.2vw, 4.5rem);
}

.treatment-card p {
    max-width: 500px;
    margin-bottom: 24px;
    color: var(--muted);
    font-size: .93rem;
}

.treatment-index {
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 70px;
    margin-top: 50px;
    padding-top: 36px;
    border-top: 1px solid var(--line);
}

.treatment-index > p {
    color: var(--muted);
    font-size: .79rem;
    font-weight: 540;
    letter-spacing: .035em;
}

.treatment-index ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.treatment-index li {
    position: relative;
    padding-left: 18px;
    font-size: .84rem;
}

.treatment-index li::before {
    position: absolute;
    top: .72em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--copper-600);
    content: '';
}

.about-band::before {
    position: absolute;
    top: -260px;
    right: -180px;
    width: 620px;
    height: 620px;
    border: 1px solid var(--line-light);
    border-radius: 50%;
    content: '';
}

.about-band__grid {
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.about-band__photo {
    height: 690px;
    margin: 0;
    overflow: hidden;
    border-radius: 220px 220px var(--radius-md) var(--radius-md);
}

.about-band__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 27% center;
}

.about-band__content {
    position: relative;
    z-index: 2;
}

.about-band__content h2 {
    margin-bottom: 30px;
}

.about-band__content p:not(.eyebrow) {
    max-width: 600px;
    color: rgba(255, 255, 255, .74);
}

.about-band__content .text-link {
    margin-top: 18px;
}

.credentials-layout, .academic-grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(70px, 10vw, 150px);
}

.credential-list, .academic-list {
    border-top: 1px solid var(--line);
}

.credential-item, .academic-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 28px;
    padding-block: 28px;
    border-bottom: 1px solid var(--line);
}

.credential-item > span, .academic-item > span {
    color: var(--copper-700);
    font-family: var(--serif);
    font-size: 1.12rem;
    font-style: italic;
}

.credential-item h3, .academic-item h3 {
    margin-bottom: 7px;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 570;
    letter-spacing: 0;
    line-height: 1.45;
}

.credential-item p, .academic-item p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .86rem;
}

.clinic-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: clamp(60px, 8vw, 115px);
}

.clinic-content h2 {
    margin-bottom: 26px;
}

.clinic-content > p:not(.eyebrow) {
    max-width: 630px;
    color: var(--muted);
}

.clinic-details {
    display: grid;
    gap: 20px;
    margin-block: 36px;
}

.clinic-details > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 17px;
}

.clinic-details__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--brown-900);
}

.clinic-details__icon svg {
    width: 20px;
    height: 20px;
}

.clinic-details p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .9rem;
}

.clinic-details strong {
    display: block;
    margin-bottom: 3px;
    color: var(--brown-900);
    font-size: .78rem;
    font-weight: 620;
}

.clinic-photo {
    height: 720px;
    margin: 0;
    overflow: hidden;
    border-radius: 260px 260px var(--radius-md) var(--radius-md);
    box-shadow: var(--shadow);
}

.clinic-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 64%;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.article-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--paper);
    transition: border-color .3s ease, transform .3s var(--ease), box-shadow .3s ease;
}

.article-card:hover {
    border-color: var(--copper-600);
    box-shadow: 0 22px 55px rgba(88, 56, 33, .09);
    transform: translateY(-5px);
}

.article-card__meta {
    margin-bottom: 52px;
    color: var(--copper-700);
    font-size: .67rem;
    font-weight: 600;
    letter-spacing: .12em;
}

.article-card h2, .article-card h3 {
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 2.3vw, 2.35rem);
    line-height: 1.1;
}

.article-card h2 a, .article-card h3 a {
    text-decoration: none;
}

.article-card > p:not(.article-card__meta) {
    margin-bottom: 26px;
    color: var(--muted);
    font-size: .87rem;
}

.article-card .card-link {
    margin-top: auto;
}

.cta-section {
    padding-block: 100px;
}

.cta-panel {
    max-width: 900px;
    text-align: center;
}

.cta-panel h2 {
    margin-bottom: 22px;
}

.cta-panel > p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 auto 30px;
    color: var(--muted);
}

.cta-panel--light > p:not(.eyebrow) {
    color: rgba(255, 255, 255, .72);
}

.page-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(163, 107, 70, .14), transparent 32%),
        var(--cream-50);
}

.page-hero__content {
    position: relative;
    z-index: 2;
}

.page-hero__content h1 {
    max-width: 840px;
    margin-bottom: 28px;
}

.page-hero__lead {
    max-width: 660px;
    margin-bottom: 34px;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.professional-signature {
    margin-top: 34px;
    color: var(--copper-700);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
}

.service-hero__grid, .about-hero__grid, .science-hero__grid {
    display: grid;
    min-height: 690px;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
    padding-block: 78px;
}

.image-frame {
    position: relative;
    height: 600px;
    margin: 0;
    overflow: hidden;
    border-radius: 220px 220px var(--radius-md) var(--radius-md);
    box-shadow: var(--shadow);
}

.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 68%;
}

.image-frame figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(47, 26, 14, .78);
    color: rgba(255, 255, 255, .86);
    font-size: .67rem;
    text-align: center;
}

.content-split, .story-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(70px, 10vw, 150px);
}

.prose {
    max-width: 760px;
}

.prose p {
    color: var(--muted);
}

.prose--large > p:first-child {
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(1.55rem, 2.1vw, 2.2rem);
    line-height: 1.35;
}

.clinical-note {
    display: grid;
    grid-template-columns: 46px 1fr;
    align-items: start;
    gap: 18px;
    margin-top: 38px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--cream-50);
}

.clinical-note__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: var(--cream-100);
    color: var(--brown-900);
}

.clinical-note__icon svg {
    width: 21px;
    height: 21px;
}

.clinical-note p {
    margin: 0;
    color: var(--ink);
    font-size: .83rem;
}

.concern-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.concern-card {
    min-height: 300px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(254, 254, 254, .74);
}

.concern-card .card-index {
    display: block;
    margin-bottom: 86px;
}

.concern-card h3 {
    margin-bottom: 12px;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
}

.concern-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .84rem;
}

.process-grid {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(70px, 9vw, 130px);
}

.process-intro {
    position: sticky;
    top: 140px;
}

.process-intro h2 {
    margin-bottom: 24px;
}

.process-intro > p:last-child {
    color: var(--muted);
}

.process-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    padding-block: 34px;
    border-bottom: 1px solid var(--line);
}

.process-list > li > span {
    color: var(--copper-700);
    font-family: var(--serif);
    font-size: 1.25rem;
    font-style: italic;
}

.process-list h3 {
    margin-bottom: 8px;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
}

.process-list p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .9rem;
}

.approach-band__grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px 80px;
}

.approach-band blockquote {
    max-width: 880px;
    margin: 0;
}

.approach-band blockquote p {
    color: var(--cream-100);
    font-family: var(--serif);
    font-size: clamp(2.35rem, 4vw, 4.35rem);
    font-style: italic;
    line-height: 1.12;
}

.approach-band__grid > p:last-child {
    grid-column: 2;
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(70px, 10vw, 150px);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item summary {
    display: grid;
    grid-template-columns: 1fr 26px;
    align-items: center;
    gap: 24px;
    padding-block: 27px;
    color: var(--brown-900);
    cursor: pointer;
    font-size: .98rem;
    font-weight: 560;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary span {
    position: relative;
    width: 22px;
    height: 22px;
}

.faq-item summary span::before, .faq-item summary span::after {
    position: absolute;
    top: 10px;
    left: 3px;
    width: 16px;
    height: 1px;
    background: var(--copper-600);
    content: '';
    transition: transform .25s ease;
}

.faq-item summary span::after {
    transform: rotate(90deg);
}

.faq-item[open] summary span::after {
    transform: rotate(0);
}

.faq-item > div {
    max-width: 650px;
    padding: 0 54px 26px 0;
    color: var(--muted);
    font-size: .9rem;
}

.faq-item > div p {
    margin: 0;
}

.about-hero__photo img {
    object-position: center 72%;
}

.story-intro h2 {
    max-width: 460px;
}

.origin-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.origin-photo {
    height: 590px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md) 250px 250px var(--radius-md);
}

.origin-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.origin-content h2 {
    margin-bottom: 28px;
}

.origin-content p:not(.eyebrow) {
    color: rgba(255, 255, 255, .72);
}

.consultation-grid {
    display: grid;
    grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
    gap: clamp(70px, 9vw, 140px);
}

.consultation-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.consultation-steps article {
    min-height: 250px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.consultation-steps span, .audience-card span {
    display: block;
    margin-bottom: 52px;
    color: var(--copper-700);
    font-family: var(--serif);
    font-size: 1.1rem;
    font-style: italic;
}

.consultation-steps h3, .audience-card h3 {
    margin-bottom: 10px;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
}

.consultation-steps p, .audience-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .84rem;
}

.science-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 16%, rgba(183, 123, 85, .18), transparent 31%),
        radial-gradient(circle at 10% 82%, rgba(163, 107, 70, .12), transparent 26%),
        #27170f;
}

.science-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(112deg, rgba(39, 23, 15, .12) 42%, rgba(39, 23, 15, .76) 76%);
    content: '';
    pointer-events: none;
}

.science-hero__mesh {
    position: absolute;
    top: -18%;
    right: -8%;
    width: 66%;
    height: 138%;
    background-image:
        linear-gradient(rgba(248, 233, 208, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(248, 233, 208, .045) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle, #000 28%, transparent 72%);
    pointer-events: none;
    transform: rotate(-8deg);
}

.science-hero__grid {
    position: relative;
    z-index: 1;
    min-height: 760px;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
}

.science-hero__content h1 {
    max-width: 760px;
    color: var(--cream-100);
    font-size: clamp(3.8rem, 6vw, 6.5rem);
}

.science-hero .page-hero__lead {
    color: rgba(255, 255, 255, .72);
}

.science-hero .eyebrow,
.science-hero .professional-signature {
    color: #dca27c;
}

.science-hero__link {
    color: rgba(255, 255, 255, .82);
    font-size: .79rem;
    font-weight: 540;
    text-underline-offset: 6px;
}

.science-stage {
    position: relative;
    min-height: 570px;
    border: 1px solid rgba(248, 233, 208, .15);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248, 233, 208, .08), rgba(248, 233, 208, .01) 61%, transparent 62%);
    box-shadow: inset 0 0 90px rgba(248, 233, 208, .035);
}

.science-stage::before,
.science-stage::after {
    position: absolute;
    border-radius: 50%;
    background: var(--copper-500);
    box-shadow: 0 0 0 8px rgba(183, 123, 85, .08), 0 0 32px rgba(183, 123, 85, .52);
    content: '';
}

.science-stage::before {
    top: 18%;
    left: 10%;
    width: 7px;
    height: 7px;
}

.science-stage::after {
    right: 9%;
    bottom: 22%;
    width: 10px;
    height: 10px;
}

.science-stage__grid {
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    background-image:
        linear-gradient(rgba(248, 233, 208, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(248, 233, 208, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle, #000 25%, transparent 72%);
    animation: science-grid-drift 12s ease-in-out infinite alternate;
}

.science-stage__axis {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(248, 233, 208, .12);
    transform: translate(-50%, -50%);
}

.science-stage__axis--x {
    width: 82%;
    height: 1px;
}

.science-stage__axis--y {
    width: 1px;
    height: 82%;
}

.science-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 214px;
    height: 214px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 1px solid rgba(248, 233, 208, .44);
    border-radius: 50%;
    background: var(--cream-100);
    color: var(--brown-900);
    box-shadow: 0 0 0 16px rgba(248, 233, 208, .035), 0 24px 60px rgba(11, 6, 3, .28);
    transform: translate(-50%, -50%);
}

.science-core svg {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}

.science-core strong {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
}

.science-core small {
    color: var(--copper-700);
    font-size: .6rem;
    letter-spacing: .11em;
}

.science-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(248, 233, 208, .21);
    border-radius: 50%;
}

.science-orbit span {
    position: absolute;
    top: 12%;
    right: 13%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dca27c;
    box-shadow: 0 0 0 8px rgba(220, 162, 124, .08), 0 0 24px rgba(220, 162, 124, .38);
}

.science-orbit--one {
    width: 350px;
    height: 350px;
    animation: science-orbit-one 18s linear infinite;
}

.science-orbit--two {
    width: 490px;
    height: 490px;
    animation: science-orbit-two 26s linear infinite;
}

.science-orbit--two span {
    top: auto;
    right: auto;
    bottom: 15%;
    left: 8%;
    width: 7px;
    height: 7px;
}

.science-data {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(248, 233, 208, .22);
    border-radius: 999px;
    background: rgba(39, 23, 15, .78);
    color: rgba(255, 255, 255, .8);
    font-size: .68rem;
    letter-spacing: .06em;
    padding: 9px 13px;
    box-shadow: 0 12px 30px rgba(11, 6, 3, .2);
}

.science-data span {
    color: #dca27c;
    font-family: var(--serif);
    font-size: .95rem;
    font-style: italic;
}

.science-data--one {
    top: 21%;
    left: 1%;
    animation: science-float 4.5s ease-in-out infinite alternate;
}

.science-data--two {
    top: 13%;
    right: 2%;
    animation: science-float 5.4s .8s ease-in-out infinite alternate-reverse;
}

.science-data--three {
    right: 0;
    bottom: 16%;
    animation: science-float 4.8s .3s ease-in-out infinite alternate;
}

@keyframes science-orbit-one {
    from { transform: translate(-50%, -50%) rotate(0); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes science-orbit-two {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0); }
}

@keyframes science-grid-drift {
    from { transform: rotate(-3deg) scale(.96); }
    to { transform: rotate(3deg) scale(1.04); }
}

@keyframes science-float {
    from { transform: translateY(-5px); }
    to { transform: translateY(7px); }
}

.science-stream {
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: var(--paper);
}

.science-stream__track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 30px;
    padding-block: 18px;
    color: var(--brown-900);
    font-family: var(--serif);
    font-size: 1rem;
    white-space: nowrap;
    animation: science-stream 28s linear infinite;
}

.science-stream__track i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--copper-600);
}

@keyframes science-stream {
    to { transform: translateX(-50%); }
}

.science-experience__grid {
    display: grid;
    grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
    gap: clamp(70px, 10vw, 150px);
}

.science-manifesto {
    max-width: 720px;
}

.science-manifesto > p {
    color: var(--muted);
}

.science-manifesto__lead {
    color: var(--ink) !important;
    font-family: var(--serif);
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    line-height: 1.16;
}

.science-status {
    display: grid;
    grid-template-columns: 14px 1fr;
    align-items: start;
    gap: 15px;
    margin-top: 34px;
    padding: 23px 25px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--cream-50);
}

.science-status__pulse {
    width: 9px;
    height: 9px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--copper-600);
    box-shadow: 0 0 0 0 rgba(163, 107, 70, .28);
    animation: science-pulse 2.4s ease-out infinite;
}

@keyframes science-pulse {
    65%, 100% { box-shadow: 0 0 0 12px rgba(163, 107, 70, 0); }
}

.science-status strong,
.science-status small {
    display: block;
}

.science-status strong {
    color: var(--brown-900);
    font-size: .82rem;
}

.science-status small {
    margin-top: 4px;
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.55;
}

.science-learning {
    overflow: hidden;
}

.science-learning::before {
    position: absolute;
    top: -190px;
    right: -140px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(163, 107, 70, .12);
    border-radius: 50%;
    content: '';
}

.science-path {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.science-path::before {
    position: absolute;
    top: 52px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: rgba(163, 107, 70, .28);
    content: '';
}

.science-path__card {
    position: relative;
    z-index: 1;
    min-height: 350px;
    padding: 30px 27px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(254, 254, 254, .76);
    box-shadow: 0 16px 38px rgba(88, 56, 33, .04);
    transition: transform .32s var(--ease), border-color .32s ease, box-shadow .32s ease;
}

.science-path__card:hover {
    border-color: rgba(163, 107, 70, .48);
    box-shadow: 0 24px 55px rgba(88, 56, 33, .09);
    transform: translateY(-7px);
}

.science-path__index {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 55px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
    color: var(--copper-700);
    font-family: var(--serif);
    font-size: .92rem;
    font-style: italic;
}

.science-path__label {
    margin-bottom: 9px;
    color: var(--copper-700);
    font-size: .64rem;
    font-weight: 650;
    letter-spacing: .14em;
}

.science-path__card h3 {
    margin-bottom: 16px;
    font-size: 1.55rem;
}

.science-path__card > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .82rem;
}

.science-audience__intro {
    display: grid;
    max-width: none;
    grid-template-columns: .48fr 1fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 55px;
}

.science-audience__intro .eyebrow {
    margin-bottom: 9px;
}

.science-audience__intro h2 {
    max-width: 760px;
    margin-bottom: 0;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.audience-card {
    position: relative;
    min-height: 330px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(254, 254, 254, .72);
    transition: transform .3s var(--ease), background .3s ease;
}

.audience-card::after {
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(163, 107, 70, .15);
    border-radius: 50%;
    content: '';
}

.audience-card:hover {
    background: var(--cream-50);
    transform: translateY(-5px);
}

.audience-card > span {
    margin-bottom: 70px;
}

.audience-card .audience-card__stage {
    margin-bottom: 9px;
    color: var(--copper-700);
    font-size: .64rem;
    font-weight: 650;
    letter-spacing: .13em;
}

.science-background {
    overflow: hidden;
    background: #f7efe4;
}

.science-profile {
    display: grid;
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(60px, 8vw, 115px);
}

.science-profile__photo {
    position: relative;
    height: 660px;
    margin: 0;
    overflow: hidden;
    border-radius: var(--radius-md) 220px 220px var(--radius-md);
    box-shadow: var(--shadow);
}

.science-profile__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(47, 26, 14, .64));
    content: '';
    pointer-events: none;
}

.science-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 24% center;
}

.science-profile__photo figcaption {
    position: absolute;
    right: 27px;
    bottom: 24px;
    left: 27px;
    z-index: 1;
    color: rgba(255, 255, 255, .85);
    font-size: .7rem;
    letter-spacing: .09em;
}

.science-profile__content h2 {
    margin-bottom: 26px;
}

.science-profile__content > p:not(.eyebrow) {
    color: var(--muted);
}

.science-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-block: 31px 35px;
}

.science-topics span {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(254, 254, 254, .62);
    color: var(--brown-900);
    font-size: .69rem;
    padding: 8px 12px;
}

.interest-section {
    position: relative;
}

.interest-section__glow {
    position: absolute;
    top: -220px;
    right: -120px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(248, 233, 208, .12);
    border-radius: 50%;
    box-shadow: inset 0 0 90px rgba(183, 123, 85, .08);
    pointer-events: none;
}

.science-disclaimer {
    border-bottom: 1px solid var(--line);
    background: var(--cream-100);
    padding-block: 21px;
}

.science-disclaimer p {
    max-width: 900px;
    margin: 0 auto;
    color: var(--brown-900);
    font-size: .71rem;
    line-height: 1.55;
    text-align: center;
}

.interest-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    align-items: start;
    gap: clamp(60px, 9vw, 130px);
}

.interest-copy {
    position: sticky;
    top: 140px;
}

.interest-copy h2 {
    margin-bottom: 24px;
}

.interest-copy > p:not(.eyebrow) {
    color: rgba(255, 255, 255, .72);
}

.small-note {
    font-size: .78rem;
}

.interest-form-wrap {
    padding: 40px;
    border: 1px solid rgba(248, 233, 208, .28);
    border-radius: var(--radius-md);
    background: rgba(47, 26, 14, .22);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.form-field--full {
    grid-column: 1 / -1;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--cream-100);
    font-size: .75rem;
    font-weight: 540;
}

.form-field input, .form-field select {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(248, 233, 208, .3);
    border-radius: 12px;
    background: rgba(254, 254, 254, .08);
    color: var(--paper);
    padding: 12px 15px;
}

.form-field input::placeholder {
    color: rgba(255, 255, 255, .42);
}

.form-field select option {
    color: var(--ink);
}

.form-consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    margin-block: 24px;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem;
}

.form-consent input {
    width: 18px;
    height: 18px;
    accent-color: var(--copper-500);
}

.form-trap {
    position: absolute;
    left: -9999px;
}

.form-notice {
    margin-bottom: 22px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: .8rem;
}

.form-notice--success {
    background: #e7f6ec;
    color: #174e2b;
}

.form-notice--error {
    background: #fbe9e6;
    color: #76291f;
}

.archive-hero, .single-article__header {
    padding-block: 110px;
    background: var(--cream-50);
}

.archive-hero h1, .single-article__header h1 {
    max-width: 950px;
    margin-bottom: 24px;
    font-size: clamp(3.1rem, 6vw, 6.4rem);
}

.archive-hero > .container > p:last-child {
    max-width: 650px;
    color: var(--muted);
}

.article-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination {
    margin-top: 48px;
}

.single-article__meta {
    color: var(--muted);
    font-size: .78rem;
}

.single-article__image {
    max-width: 1100px;
    margin-top: 70px;
}

.single-article__image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.article-content {
    padding-block: 85px 120px;
}

.article-content h2 {
    margin: 2.1em 0 .65em;
    font-size: clamp(2.1rem, 3.5vw, 3.4rem);
}

.article-content h3 {
    margin: 1.8em 0 .6em;
    font-family: var(--sans);
    font-size: 1.15rem;
    font-weight: 620;
    letter-spacing: 0;
    line-height: 1.4;
}

.article-content p, .article-content li {
    color: #59463a;
    font-size: 1.02rem;
    line-height: 1.85;
}

.article-content a {
    color: var(--copper-700);
}

.article-content blockquote {
    margin: 48px 0;
    padding: 30px 36px;
    border-left: 3px solid var(--copper-600);
    background: var(--cream-50);
}

.article-content blockquote p {
    margin: 0;
    color: var(--brown-900);
    font-family: var(--serif);
    font-size: 1.55rem;
    line-height: 1.45;
}

.not-found {
    display: grid;
    min-height: 66vh;
    place-items: center;
    padding-block: 100px;
    background: var(--cream-50);
    text-align: center;
}

.not-found p:not(.eyebrow) {
    color: var(--muted);
}

.not-found .hero-actions {
    justify-content: center;
    margin-top: 30px;
}

.site-footer {
    padding-block: 90px 32px;
    background: var(--brown-950);
    color: rgba(255, 255, 255, .68);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .65fr 1fr;
    gap: 80px;
}

.footer-brand img {
    width: 170px;
    height: auto;
    margin-bottom: 26px;
}

.footer-brand > p {
    max-width: 330px;
    font-size: .85rem;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-social a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line-light);
    border-radius: 50%;
    color: var(--cream-100);
    transition: background .25s ease, color .25s ease;
}

.footer-social a:hover {
    background: var(--cream-100);
    color: var(--brown-900);
}

.footer-social svg {
    width: 18px;
    height: 18px;
}

.footer-title {
    margin-bottom: 22px;
    color: var(--cream-100);
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .15em;
}

.footer-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

.footer-nav a, .footer-address a {
    color: rgba(255, 255, 255, .72);
    font-size: .8rem;
    text-decoration: none;
}

.footer-nav a:hover, .footer-address a:hover {
    color: var(--cream-100);
}

.footer-address {
    font-style: normal;
}

.footer-address p {
    margin-bottom: 19px;
    font-size: .8rem;
}

.footer-address a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-legal {
    display: grid;
    grid-template-columns: 1.2fr 1fr .65fr;
    gap: 38px;
    margin-top: 70px;
    padding-top: 28px;
    border-top: 1px solid var(--line-light);
}

.footer-legal p {
    margin: 0;
    color: rgba(255, 255, 255, .45);
    font-size: .67rem;
    line-height: 1.65;
}

.footer-legal strong {
    color: rgba(255, 255, 255, .67);
    font-weight: 550;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 90;
    display: flex;
    min-height: 50px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: var(--brown-900);
    box-shadow: 0 12px 34px rgba(47, 26, 14, .28);
    color: var(--paper);
    font-size: .75rem;
    font-weight: 560;
    padding: 13px 18px;
    text-decoration: none;
    transition: background .25s ease, transform .25s var(--ease);
}

.floating-whatsapp:hover, .floating-whatsapp:focus-visible {
    background: var(--copper-600);
    transform: translateY(-3px);
}

.floating-whatsapp svg {
    width: 22px;
    height: 22px;
}

.consent-banner {
    position: fixed;
    right: 24px;
    bottom: 88px;
    z-index: 120;
    display: grid;
    width: min(560px, calc(100% - 48px));
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--paper);
    box-shadow: 0 22px 65px rgba(57, 35, 21, .18);
}

.consent-banner[hidden] {
    display: none;
}

.consent-banner p {
    margin: 0;
    color: var(--muted);
    font-size: .79rem;
    line-height: 1.55;
}

.consent-banner p + p {
    margin-top: 5px;
}

.consent-banner strong {
    color: var(--brown-900);
    font-size: .9rem;
}

.consent-banner a, .footer-legal a {
    color: inherit;
}

.consent-banner__actions {
    display: flex;
    gap: 8px;
}

.consent-banner .button {
    min-height: 42px;
    padding: 10px 16px;
}

.button--ghost {
    border: 1px solid var(--line);
    background: transparent;
    color: var(--brown-900);
}

.button--ghost:hover, .button--ghost:focus-visible {
    background: var(--cream-100);
}

@supports (animation-timeline: view()) {
    .reveal {
        animation: eleve-rise both linear;
        animation-timeline: view();
        animation-range: entry 0% cover 28%;
    }

    @keyframes eleve-rise {
        from { transform: translateY(28px); }
        to { transform: translateY(0); }
    }

    .hero-scroll i {
        animation: eleve-line both linear;
        animation-timeline: scroll();
        transform-origin: top;
    }

    @keyframes eleve-line {
        from { transform: scaleY(.35); }
        to { transform: scaleY(1); }
    }

    .science-profile__photo img {
        animation: science-photo both linear;
        animation-timeline: view();
        animation-range: entry 0% cover 85%;
    }

    @keyframes science-photo {
        from { transform: scale(1.08); }
        to { transform: scale(1); }
    }
}

@media (max-width: 1100px) {
    :root {
        --section-space: 100px;
    }

    body {
        font-size: 16px;
    }

    .main-nav {
        gap: 18px;
    }

    .main-nav > a:not(.button) {
        font-size: .73rem;
    }

    .home-hero__grid {
        grid-template-columns: 1.05fr .95fr;
        gap: 50px;
    }

    .home-hero__visual {
        min-height: 520px;
    }

    .hero-credentials {
        gap: 14px;
    }

    .concern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        gap: 50px;
    }
}

@media (max-width: 900px) {
    .credential-bar__inner span:nth-child(4),
    .credential-bar__inner span:nth-child(5),
    .credential-bar__inner span:nth-child(6),
    .credential-bar__inner span:nth-child(7) {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: flex;
        max-height: calc(100svh - 118px);
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        overflow-y: auto;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        background: var(--paper);
        opacity: 0;
        padding: 18px 24px 28px;
        pointer-events: none;
        transform: translateY(-14px);
        transition: opacity .22s ease, transform .28s var(--ease), visibility .22s ease;
        visibility: hidden;
    }

    .main-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .main-nav > a:not(.button) {
        padding-block: 15px;
        border-bottom: 1px solid var(--line);
        font-size: .92rem;
    }

    .main-nav > a:not(.button)::after {
        display: none;
    }

    .main-nav .button {
        margin-top: 20px;
    }

    .home-hero__grid,
    .service-hero__grid,
    .about-hero__grid,
    .science-hero__grid {
        grid-template-columns: 1fr;
    }

    .home-hero__grid {
        padding-block: 74px 100px;
    }

    .home-hero__content {
        max-width: 760px;
    }

    .home-hero__visual {
        min-height: 680px;
    }

    .home-hero__photo {
        max-width: 620px;
        margin-inline: auto;
    }

    .home-hero__shape {
        right: 8%;
        left: 8%;
    }

    .hero-seal {
        right: calc(50% - 330px);
    }

    .statement-grid,
    .content-split,
    .story-layout,
    .credentials-layout,
    .academic-grid,
    .process-grid,
    .faq-layout,
    .consultation-grid,
    .interest-grid,
    .science-experience__grid,
    .science-profile {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .science-hero__grid {
        min-height: auto;
    }

    .science-stage {
        width: min(600px, 100%);
        margin-inline: auto;
    }

    .science-path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .science-path::before {
        display: none;
    }

    .science-audience__intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .science-profile__photo {
        width: min(620px, 100%);
        height: 680px;
    }

    .section-heading--row,
    .treatments-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .statement-grid {
        gap: 28px;
    }

    .principles-grid, .audience-grid {
        grid-template-columns: 1fr;
    }

    .principle-card, .audience-card {
        min-height: 280px;
    }

    .principle-card__icon {
        margin-bottom: 42px;
    }

    .audience-card span {
        margin-bottom: 45px;
    }

    .about-band__grid, .clinic-grid, .origin-grid, .science-background__grid {
        grid-template-columns: 1fr;
    }

    .about-band__photo, .clinic-photo {
        max-width: 620px;
        height: 670px;
    }

    .process-intro, .interest-copy {
        position: static;
    }

    .approach-band__grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .approach-band__grid > p:last-child {
        grid-column: 1;
    }

    .science-visual {
        min-height: 540px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-legal {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 680px) {
    :root {
        --section-space: 78px;
        --radius-md: 22px;
    }

    body {
        font-size: 16px;
    }

    .container, .container--article {
        width: min(calc(100% - 34px), var(--container));
    }

    .credential-bar {
        font-size: .6rem;
    }

    .credential-bar__inner {
        justify-content: flex-start;
        gap: 9px;
        overflow: hidden;
        white-space: nowrap;
    }

    .header-inner {
        min-height: 74px;
    }

    .site-logo img {
        width: 126px;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero__grid {
        min-height: auto;
        gap: 48px;
        padding-block: 58px 84px;
    }

    .home-hero h1 {
        margin-bottom: 24px;
        font-size: clamp(3.15rem, 15vw, 4.7rem);
    }

    .home-hero__lead {
        font-size: 1rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-actions .text-link {
        justify-content: center;
    }

    .hero-credentials {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 38px;
    }

    .hero-credentials div {
        display: grid;
        grid-template-columns: 1.15fr .85fr;
        gap: 12px;
    }

    .home-hero__visual {
        min-height: 470px;
    }

    .home-hero__shape {
        right: 0;
        left: 0;
    }

    .home-hero__photo {
        border-radius: 180px 180px 20px 20px;
    }

    .hero-seal {
        right: -6px;
        bottom: 12px;
        width: 108px;
        height: 108px;
    }

    .hero-seal span {
        font-size: 1.35rem;
    }

    .hero-seal small {
        font-size: .4rem;
    }

    .hero-scroll {
        display: none;
    }

    .section--statement {
        padding-block: 88px;
    }

    .statement-copy h2 {
        font-size: clamp(2.55rem, 12vw, 3.5rem);
    }

    .section-heading--row {
        margin-bottom: 38px;
    }

    .principle-card, .treatment-card, .concern-card, .audience-card, .article-card {
        padding: 28px;
    }

    .featured-treatments {
        grid-template-columns: 1fr;
    }

    .treatment-card, .treatment-card:first-child {
        min-height: 370px;
        grid-row: auto;
    }

    .treatment-card:first-child h3 {
        font-size: 2.5rem;
    }

    .treatment-index {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .treatment-index ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-band__photo, .clinic-photo {
        height: 510px;
        border-radius: 180px 180px 22px 22px;
    }

    .credential-item, .academic-item {
        grid-template-columns: 80px 1fr;
        gap: 18px;
    }

    .clinic-grid {
        gap: 48px;
    }

    .article-grid, .article-grid--archive {
        grid-template-columns: 1fr;
    }

    .article-card {
        min-height: 290px;
    }

    .service-hero__grid, .about-hero__grid, .science-hero__grid {
        min-height: auto;
        gap: 45px;
        padding-block: 62px 76px;
    }

    .page-hero h1 {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .image-frame {
        height: 500px;
        border-radius: 180px 180px 22px 22px;
    }

    .content-split, .story-layout, .credentials-layout, .academic-grid, .process-grid, .faq-layout, .consultation-grid, .interest-grid {
        gap: 38px;
    }

    .clinical-note {
        grid-template-columns: 1fr;
    }

    .concern-grid, .consultation-steps {
        grid-template-columns: 1fr;
    }

    .concern-card {
        min-height: 250px;
    }

    .concern-card .card-index {
        margin-bottom: 55px;
    }

    .process-list li {
        grid-template-columns: 45px 1fr;
        gap: 18px;
    }

    .approach-band blockquote p {
        font-size: 2.35rem;
    }

    .faq-item summary {
        grid-template-columns: 1fr 22px;
        gap: 15px;
        font-size: .9rem;
    }

    .origin-photo {
        height: 430px;
        border-radius: 22px 180px 180px 22px;
    }

    .science-visual {
        min-height: 350px;
    }

    .science-hero__mesh {
        top: 25%;
        right: -45%;
        width: 130%;
        height: 78%;
    }

    .science-hero__content h1 {
        font-size: clamp(3.2rem, 15vw, 4.6rem);
    }

    .science-hero__link {
        align-self: center;
    }

    .science-stage {
        min-height: 350px;
    }

    .science-stage__grid {
        inset: 11%;
        background-size: 22px 22px;
    }

    .science-core {
        width: 158px;
        height: 158px;
    }

    .science-core strong {
        font-size: 1.4rem;
    }

    .science-core small {
        font-size: .5rem;
    }

    .science-orbit--one {
        width: 245px;
        height: 245px;
    }

    .science-orbit--two {
        width: 330px;
        height: 330px;
    }

    .science-orbit--one::before {
        top: 25px;
        right: 40px;
    }

    .science-orbit--one::after {
        left: 80px;
    }

    .science-orbit--two::before {
        top: 100px;
    }

    .science-orbit--two::after {
        right: 28px;
        bottom: 55px;
    }

    .science-data {
        gap: 6px;
        font-size: .58rem;
        padding: 7px 9px;
    }

    .science-data--one {
        top: 13%;
        left: -3px;
    }

    .science-data--two {
        top: 4%;
        right: -3px;
    }

    .science-data--three {
        right: -3px;
        bottom: 9%;
    }

    .science-stream__track {
        gap: 22px;
        animation-duration: 22s;
    }

    .science-path {
        grid-template-columns: 1fr;
    }

    .science-path__card {
        min-height: 300px;
    }

    .science-profile__photo {
        height: 500px;
        border-radius: 22px 180px 180px 22px;
    }

    .science-profile__photo img {
        object-position: 25% center;
    }

    .interest-form-wrap {
        padding: 25px 20px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field--full {
        grid-column: auto;
    }

    .archive-hero, .single-article__header {
        padding-block: 76px;
    }

    .article-content {
        padding-block: 60px 88px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .footer-brand {
        grid-column: auto;
    }

    .floating-whatsapp {
        right: 12px;
        bottom: 12px;
        width: 52px;
        height: 52px;
        min-height: 52px;
        justify-content: center;
        padding: 0;
    }

    .floating-whatsapp span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .consent-banner {
        right: 12px;
        bottom: 76px;
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px;
    }

    .consent-banner__actions .button {
        flex: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
