@import "tailwindcss";

:root {
  --ink: #10100f;
  --ink-soft: #242320;
  --gold: #b8892f;
  --gold-light: #d7b66f;
  --ivory: #f7f3eb;
  --paper: #fffdf9;
  --line: rgba(16, 16, 15, 0.16);
  --muted: #6b675f;
  --shell: min(1240px, calc(100vw - 64px));
  --serif: "Helvetica-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Helvetica-Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body::selection { background: var(--gold); color: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.06; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.4rem, 7vw, 7.8rem); }
h2 { font-size: clamp(2.5rem, 4.7vw, 5.3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(90px, 10vw, 160px); }
.section-pad-dark { padding-block: clamp(90px, 10vw, 160px); background: var(--ink); color: #fff; }
.eyebrow { margin-bottom: 20px; color: var(--gold); font-size: .73rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.page-lead { max-width: 720px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: .83rem; font-weight: 700; letter-spacing: .04em; }
.text-link span { color: var(--gold); transition: transform .3s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; padding: 12px 24px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--gold); }
.button-gold { background: var(--gold); color: #fff; }
.button-gold:hover { background: #d0a64c; color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.material-symbols-outlined { font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.call-icon { display: inline-block; font-size: 1.28rem; line-height: 1; }

/* Header and brand */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16,16,15,.08); background: rgba(255,253,249,.9); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-symbol-wrap { display: grid; width: 48px; height: 56px; place-items: center; overflow: hidden; border-radius: 4px; background: #fff; }
.brand-symbol { width: 44px; height: 52px; object-fit: contain; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-wordmark strong { font-family: var(--sans); font-size: 1.05rem; letter-spacing: .18em; }
.brand-wordmark small { max-width: 168px; margin-top: 7px; color: var(--gold); font-size: .6rem; letter-spacing: .02em; }
.brand-inverse { color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 30px); }
.desktop-nav a { position: relative; font-size: .84rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switch { display: inline-flex; gap: 5px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.language-switch .active { color: var(--gold); }
.header-call { min-height: 44px; border: 0; padding: 9px 4px; background: transparent; color: var(--ink); font-size: .82rem; letter-spacing: .04em; }
.header-call .call-icon { color: var(--gold); font-size: 1.35rem; }
.header-call:hover { background: transparent; color: var(--gold); transform: none; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 42px; height: 42px; cursor: pointer; list-style: none; place-content: center; gap: 7px; background: var(--ink); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 19px; height: 1px; background: #fff; }
.mobile-menu nav { position: absolute; top: 54px; right: 0; display: flex; width: min(320px, calc(100vw - 32px)); flex-direction: column; padding: 24px; background: var(--ink); color: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.26); }
.mobile-menu nav a { border-bottom: 1px solid rgba(255,255,255,.13); padding: 13px 0; }
.mobile-call-bar { display: none; }

/* Home hero */
.home-hero { position: relative; min-height: calc(100vh - 86px); overflow: hidden; background: var(--ink); color: #fff; }
.hero-dark-panel { position: absolute; inset: 0 auto 0 0; width: 46%; background: radial-gradient(circle at 25% 15%, #29251e 0, var(--ink) 54%); }
.hero-image-wrap { position: absolute; inset: 0 0 0 40%; overflow: hidden; border-bottom-left-radius: 100px; }
.hero-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, rgba(16,16,15,.46) 18%, transparent 54%); content: ""; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; animation: hero-zoom 16s ease-out both; }
.hero-content { position: relative; z-index: 2; display: grid; min-height: calc(100vh - 86px); align-items: center; }
.hero-copy { width: min(680px, 56vw); padding-block: 80px; }
.hero-copy h1 { margin-bottom: 32px; color: #fff; font-size: clamp(2.9rem, 5.3vw, 5.9rem); }
.hero-copy h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.73); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-scroll { position: absolute; z-index: 3; right: 30px; bottom: 30px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right bottom; }
.hero-scroll span { width: 50px; height: 1px; background: var(--gold); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; transition: opacity .8s ease, visibility .8s ease; }
.hero-slide-active { z-index: 1; visibility: visible; opacity: 1; }
.hero-slide .hero-content { position: absolute; inset: 0; margin-inline: auto; }
.hero-slide:not(.hero-slide-active) a { pointer-events: none; }
.hero-slider-controls { position: absolute; z-index: 5; right: 0; bottom: 24px; left: 0; display: flex; justify-content: center; pointer-events: none; }
.hero-dots { display: grid; width: min(440px, 52vw); grid-template-columns: repeat(4, 1fr); align-items: center; gap: 9px; pointer-events: auto; }
.hero-dots button { display: flex; height: 30px; cursor: pointer; align-items: center; border: 0; padding: 0; background: transparent; }
.hero-dots button span { display: block; width: 100%; height: 2px; overflow: hidden; background: rgba(255,255,255,.32); }
.hero-dots button span::after { display: block; width: 100%; height: 100%; background: var(--gold-light); content: ""; transform: scaleX(0); transform-origin: left; }
.hero-dots button.active span::after { animation: hero-progress 4s linear forwards; }
.hero-dots button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.hero-slider:hover .hero-dots button.active span::after,
.hero-slider:focus-within .hero-dots button.active span::after { animation-play-state: paused; }
@keyframes hero-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes hero-zoom { from { transform: scale(1.07); } to { transform: scale(1); } }

/* Home about */
.home-about { overflow: hidden; background: var(--paper); }
.home-about-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: clamp(70px, 8vw, 130px); }
.about-collage { position: relative; min-height: 650px; }
.about-photo { position: absolute; overflow: hidden; margin: 0; border-radius: 36px; background: var(--ivory); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-main { top: 0; left: 0; width: 72%; height: 76%; }
.about-photo-main img { object-position: center; }
.about-photo-secondary { right: 0; bottom: 0; width: 67%; height: 52%; border: 10px solid var(--paper); }
.about-photo-secondary img { object-position: center; }
.home-about-copy { max-width: 610px; }
.home-about-copy h2 { margin-bottom: 24px; font-size: clamp(3rem, 5vw, 5rem); }
.about-lead { margin-bottom: 25px; color: var(--gold); font-size: clamp(1.18rem, 1.8vw, 1.5rem); font-weight: 700; }
.about-description { margin-bottom: 32px; color: var(--muted); font-size: 1.04rem; line-height: 1.85; }
.about-benefits { display: grid; gap: 15px; margin: 0 0 38px; padding: 0; list-style: none; }
.about-benefits li { display: flex; align-items: center; gap: 13px; font-size: 1rem; font-weight: 700; }
.about-benefits li span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-size: .75rem; }
.about-action { display: inline-flex; min-height: 54px; align-items: center; gap: 16px; border-radius: 999px; padding: 8px 9px 8px 24px; background: var(--ink); color: #fff; font-size: .84rem; font-weight: 700; transition: background .25s ease, transform .25s ease; }
.about-action span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--gold); color: #fff; font-size: 1rem; }
.about-action:hover { background: var(--gold); transform: translateY(-2px); }
.about-action:hover span { background: #fff; color: var(--ink); }

/* Home featured services */
.home-services-showcase { background: var(--ivory); }
.home-services-heading { max-width: 860px; margin: 0 auto clamp(50px, 6vw, 80px); text-align: center; }
.home-services-heading h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.home-services-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.home-service-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-service-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(16,16,15,.07); border-radius: 28px; padding: 13px 13px 28px; background: var(--paper); box-shadow: 0 16px 45px rgba(16,16,15,.06); transition: border-color .4s ease, transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease; }
.home-service-card::before { position: absolute; right: 28px; bottom: 0; left: 28px; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: center; transition: transform .4s ease; }
.home-service-image-wrap { position: relative; display: block; overflow: hidden; border-radius: 20px; background: #ded8ce; }
.home-service-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(16,16,15,.18)); content: ""; opacity: .25; transition: opacity .4s ease; }
.home-service-image-wrap img { width: 100%; aspect-ratio: 1.08; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.home-service-copy { position: relative; padding: 28px 14px 0; }
.home-service-card h3 { margin: 0 0 13px; font-size: clamp(1.35rem, 1.8vw, 1.75rem); }
.home-service-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; transition: color .3s ease; }
.home-service-arrow { position: absolute; z-index: 2; right: 16px; bottom: 16px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: rgba(255,253,249,.94); color: var(--ink); font-size: 1.15rem; opacity: .95; transition: color .35s ease, background .35s ease, transform .4s cubic-bezier(.2,.8,.2,1); }
.home-service-card:is(:hover, :focus-visible) { z-index: 1; border-color: rgba(184,137,47,.42); box-shadow: 0 26px 65px rgba(16,16,15,.14); transform: translateY(-8px); }
.home-service-card:is(:hover, :focus-visible)::before { transform: scaleX(1); }
.home-service-card:is(:hover, :focus-visible) .home-service-image-wrap img { filter: saturate(1.03) contrast(1.02); transform: scale(1.045); }
.home-service-card:is(:hover, :focus-visible) .home-service-image-wrap::after { opacity: .5; }
.home-service-card:is(:hover, :focus-visible) .home-service-arrow { background: var(--gold); color: #fff; transform: rotate(45deg); }
.home-service-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.home-services-action { display: flex; justify-content: center; margin-top: 46px; }

/* Home team */
.home-team { overflow: hidden; background: var(--paper); }
.home-team-heading { max-width: 820px; margin: 0 auto clamp(52px, 6vw, 82px); text-align: center; }
.home-team-heading h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.home-team-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.home-team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 28px); }
.home-team-card { display: block; min-width: 0; }
.home-team-photo { position: relative; display: block; overflow: hidden; border-radius: 28px; background: #e8e3da; }
.home-team-photo::after { position: absolute; inset: 0; border: 1px solid rgba(184,137,47,.18); border-radius: inherit; content: ""; pointer-events: none; }
.home-team-photo img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center top; filter: saturate(.92) contrast(.98); transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.home-team-photo-3 { object-position: center 12%; }
.home-team-photo-4 { object-position: center center; }
.home-team-view { position: absolute; right: 18px; bottom: 18px; display: grid; width: 46px; height: 46px; border-radius: 50%; place-items: center; background: rgba(255,253,249,.94); color: var(--ink); font-size: 1.2rem; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease, background .3s ease; }
.home-team-card:hover .home-team-photo img { filter: saturate(1) contrast(1); transform: scale(1.025); }
.home-team-card:hover .home-team-view, .home-team-card:focus-visible .home-team-view { opacity: 1; transform: none; background: var(--gold); }
.home-team-copy { display: block; padding: 22px 4px 0; }
.home-team-copy strong, .home-team-copy small { display: block; }
.home-team-copy strong { font-family: var(--serif); font-size: clamp(1.15rem, 1.55vw, 1.55rem); font-weight: 500; line-height: 1.25; }
.home-team-copy small { margin-top: 8px; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.home-team-action { display: flex; justify-content: center; margin-top: 54px; }

/* Intro and headings */
.intro-section { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.intro-statement h2 { max-width: 1020px; margin-bottom: 44px; }
.intro-statement > p { max-width: 630px; margin-left: auto; color: var(--muted); font-size: 1.13rem; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid var(--line); }
.stat-row > div { display: flex; min-height: 160px; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding: 28px; }
.stat-row > div:first-child { padding-left: 0; }
.stat-row > div:last-child { border-right: 0; }
.stat-row strong { color: var(--gold); font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.stat-row span { margin-top: 12px; color: var(--muted); font-size: .78rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .65fr); align-items: end; gap: 60px; margin-bottom: clamp(52px, 7vw, 100px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading-side p { color: var(--muted); }

/* Services */
.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 72px 28px; }
.service-card { grid-column: span 6; }
.service-card:nth-child(3n) { grid-column: 3 / span 8; }
.service-card:nth-child(even) { margin-top: 100px; }
.service-image-link { position: relative; display: block; overflow: hidden; background: #eae6dd; }
.service-image-link img { width: 100%; aspect-ratio: 1.3; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.service-image-link:hover img { transform: scale(1.035); }
.service-card-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 24px; }
.service-card-copy h3 { margin: 0; }
.service-card-copy p { grid-column: 2; margin: 0; color: var(--muted); }
.service-card-copy .text-link { grid-column: 2; justify-self: start; margin-top: 4px; }
.services-index .service-card:nth-child(even) { margin-top: 0; }

/* Feature and split sections */
.feature-grid, .split-image-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.feature-image { position: relative; }
.feature-image::before { position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(184,137,47,.55); content: ""; }
.feature-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.feature-copy h2, .split-image-grid h2 { margin-bottom: 30px; }
.feature-copy > p:not(.eyebrow), .split-image-grid p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.feature-list { margin: 34px 0 42px; padding: 0; list-style: none; }
.feature-list li { border-top: 1px solid rgba(255,255,255,.17); padding: 15px 0; }
.feature-list li::before { margin-right: 12px; color: var(--gold); content: "✦"; }
.split-image-grid img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }

/* Doctors */
.doctor-section { background: var(--ivory); }
.doctor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.doctor-card:nth-child(2) { margin-top: 70px; }
.doctor-photo { display: block; margin-bottom: 25px; overflow: hidden; background: #ddd8cf; }
.doctor-photo img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: center top; filter: saturate(.72); transition: filter .5s ease, transform .6s ease; }
.doctor-photo:hover img { filter: saturate(1); transform: scale(1.025); }
.doctor-card h3 { margin-bottom: 18px; }
.doctor-card .eyebrow { margin-bottom: 10px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px; }
.filter-row span { border: 1px solid var(--line); padding: 10px 18px; color: var(--muted); font-size: .76rem; }
.filter-row span.active { border-color: var(--ink); background: var(--ink); color: #fff; }

/* Experience */
.experience-section { background: #eee8de; }
.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch; gap: 0; }
.experience-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 7vw, 100px); background: var(--paper); }
.experience-copy h2 { font-size: clamp(2.4rem, 4vw, 4.6rem); }
.experience-copy p:not(.eyebrow) { color: var(--muted); }
.experience-copy .button { margin-top: 24px; }
.experience-image img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px 28px; }
.blog-card { display: grid; grid-template-columns: .72fr 1fr; gap: 26px; align-items: start; }
.blog-featured { grid-column: 1 / -1; grid-template-columns: 1.35fr .65fr; margin-bottom: 30px; }
.blog-image { overflow: hidden; }
.blog-image img { width: 100%; aspect-ratio: 1.12; object-fit: cover; transition: transform .55s ease; }
.blog-image:hover img { transform: scale(1.03); }
.blog-featured .blog-image img { aspect-ratio: 1.65; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 18px; color: var(--gold); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-copy h3 { margin-bottom: 18px; }
.blog-copy p { color: var(--muted); }

/* Home journal */
.blog-section { background: var(--ivory); }
.blog-section .section-heading { grid-template-columns: 1fr; max-width: 860px; margin-inline: auto; text-align: center; }
.blog-section .section-heading h2 { max-width: 760px; margin-inline: auto; font-size: clamp(2.45rem, 4.2vw, 4.35rem); }
.blog-section .section-heading-side { max-width: 620px; margin-inline: auto; }
.blog-section .section-heading-side p { margin-bottom: 22px; }
.blog-section .section-heading-side .text-link { justify-content: center; }
.blog-section .blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.blog-section .blog-card, .blog-section .blog-featured { display: flex; min-width: 0; height: 100%; grid-column: auto; flex-direction: column; gap: 0; margin: 0; overflow: hidden; border: 1px solid rgba(16,16,15,.08); border-radius: 24px; background: var(--paper); box-shadow: 0 14px 38px rgba(16,16,15,.055); transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.blog-section .blog-card:hover { border-color: rgba(184,137,47,.38); box-shadow: 0 22px 55px rgba(16,16,15,.1); transform: translateY(-6px); }
.blog-section .blog-image { display: block; flex: 0 0 auto; }
.blog-section .blog-image img, .blog-section .blog-featured .blog-image img { aspect-ratio: 1.38; }
.blog-section .blog-copy { display: flex; flex: 1; flex-direction: column; padding: 26px 26px 28px; }
.blog-section .blog-copy h3 { margin-bottom: 15px; font-size: clamp(1.3rem, 1.65vw, 1.62rem); line-height: 1.4; }
.blog-section .blog-copy p { margin-bottom: 26px; font-size: .9rem; line-height: 1.7; }
.blog-section .blog-copy .text-link { align-self: flex-start; margin-top: auto; }

/* FAQ */
.faq-preview { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.accordion-list details { border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { display: flex; min-height: 82px; cursor: pointer; list-style: none; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.55rem); }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary span { color: var(--gold); font-family: var(--sans); transition: transform .25s ease; }
.accordion-list details[open] summary span { transform: rotate(45deg); }
.accordion-list details p { max-width: 700px; padding: 0 48px 26px 0; color: var(--muted); }
.faq-page-grid { display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.faq-page-grid aside { display: flex; flex-direction: column; gap: 15px; }
.faq-page-grid aside span { color: var(--muted); }
.faq-page-grid aside span.active { color: var(--gold); }

/* CTA and footer */
.call-cta { position: relative; overflow: hidden; padding-block: clamp(90px, 12vw, 180px); background: var(--gold); color: var(--ink); }
.call-cta::before { position: absolute; top: -280px; right: -180px; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; }
.call-cta-inner { position: relative; z-index: 1; text-align: center; }
.call-cta-inner h2 { max-width: 900px; margin-inline: auto; }
.call-cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 26px auto 36px; }
.call-cta .eyebrow { color: var(--ink); }
.footer { padding: 88px 0 28px; background: var(--ink); color: rgba(255,255,255,.73); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-brand p { max-width: 380px; margin-top: 28px; }
.footer-label { margin-bottom: 10px; color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a:hover { color: #fff; }
.footer-phone { color: #fff; font-family: var(--serif); font-size: 1.7rem; }
.footer-contact p { max-width: 270px; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 80px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; font-size: .68rem; }

/* Internal page hero */
.page-hero { position: relative; display: grid; min-height: 590px; place-items: end start; overflow: hidden; background: var(--ivory); }
.page-hero-image { min-height: 680px; color: #fff; }
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,15,.86), rgba(16,16,15,.18)); }
.page-hero:not(.page-hero-image) .page-hero-overlay { background: radial-gradient(circle at 88% 15%, rgba(184,137,47,.18), transparent 35%); }
.page-hero-content { position: relative; z-index: 1; padding-block: 110px 85px; }
.page-hero h1 { max-width: 980px; margin-bottom: 30px; font-size: clamp(3.4rem, 7vw, 7.3rem); }
.page-hero-image .page-lead { color: rgba(255,255,255,.76); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 24px; color: var(--muted); font-size: .7rem; }
.breadcrumbs span::before { margin-right: 10px; color: var(--gold); content: "/"; }
.breadcrumbs a:hover { color: var(--gold); }
.editorial-grid, .treatment-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; }
.editorial-copy h2, .treatment-intro h2 { margin-bottom: 35px; }
.editorial-copy p, .treatment-intro p { max-width: 780px; color: var(--muted); font-size: 1.1rem; }
.editorial-copy blockquote { margin: 50px 0 0; border-left: 2px solid var(--gold); padding-left: 30px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.4rem); }
.values-section, .process-section { background: var(--ivory); }
.values-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card, .process-card { min-height: 310px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px; }
.value-card h3, .process-card h3 { margin-top: 28px; }
.value-card p, .process-card p { color: var(--muted); }
.related-links { padding-block: 40px; }

/* Service detail */
.service-detail-hero { padding: 70px 0 120px; background: var(--ivory); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.service-detail-grid h1 { font-size: clamp(3.1rem, 6vw, 6.8rem); }
.service-detail-image { position: relative; }
.service-detail-image::after { position: absolute; inset: 20px -20px -20px 20px; z-index: 0; border: 1px solid var(--gold); content: ""; }
.service-detail-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.process-section h2, .profile-details + section h2, .related-articles h2 { margin-bottom: 55px; }

/* Doctor profile */
.doctor-profile { padding: 70px 0 120px; background: var(--ivory); }
.doctor-profile-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.doctor-profile-image img { width: 100%; aspect-ratio: .8; object-fit: cover; object-position: center top; filter: saturate(.75); }
.doctor-profile-copy h1 { font-size: clamp(3.4rem, 6vw, 6.6rem); }
.profile-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; border-top: 1px solid var(--line); }
.profile-facts div { display: flex; flex-direction: column; border-right: 1px solid var(--line); padding: 25px 25px 0 0; }
.profile-facts div:last-child { border-right: 0; padding-left: 25px; }
.profile-facts span { color: var(--muted); font-size: .72rem; }
.profile-facts strong { margin-top: 10px; }
.timeline-placeholder { margin-top: 50px; border-top: 1px solid var(--line); }
.timeline-placeholder div { position: relative; border-bottom: 1px solid var(--line); padding: 20px 0 20px 24px; }
.timeline-placeholder div::before { position: absolute; top: 31px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ""; }

/* Results */
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 28px; }
.before-after-placeholder { position: relative; display: grid; grid-template-columns: 1fr 1fr; height: 430px; margin-bottom: 26px; overflow: hidden; background: #e5e0d7; }
.before-after-placeholder > div { display: grid; place-items: end start; padding: 18px; background: linear-gradient(145deg, #d5cfc4, #f3eee6); }
.before-after-placeholder > div:last-of-type { background: linear-gradient(145deg, #f0e0c6, #fff); }
.before-after-placeholder span:not(.slider-handle) { border: 1px solid var(--line); padding: 6px 10px; background: rgba(255,255,255,.7); font-size: .62rem; }
.slider-handle { position: absolute; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; border-radius: 50%; place-items: center; background: var(--gold); color: #fff; transform: translate(-50%, -50%); }
.result-card h3 { margin-bottom: 10px; }
.result-card > p:last-child, .medical-disclaimer { color: var(--muted); }
.medical-disclaimer { margin-top: 65px; font-size: .77rem; }

/* Article */
.article-header { padding: 80px 0 0; }
.article-header-copy { max-width: 980px; margin-inline: auto; text-align: center; }
.article-header h1 { font-size: clamp(3.2rem, 6vw, 6.6rem); }
.article-header .page-lead { margin-inline: auto; }
.article-header .blog-meta { justify-content: center; }
.article-hero-image { width: 100%; max-height: 680px; margin-top: 70px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 90px; padding-block: 90px 140px; }
.article-layout aside { position: sticky; top: 130px; display: flex; align-self: start; flex-direction: column; gap: 12px; font-size: .76rem; }
.article-layout aside strong { margin-bottom: 10px; color: var(--gold); text-transform: uppercase; }
.article-layout aside a { color: var(--muted); }
.article-body { max-width: 780px; }
.article-body h2 { margin: 65px 0 24px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.article-body p, .article-body li { color: #504d47; font-size: 1.08rem; line-height: 1.85; }
.article-body blockquote { margin: 55px 0; border-block: 1px solid var(--line); padding: 35px 0; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; }
.placeholder-note { border-left: 3px solid var(--gold); padding: 12px 18px; background: var(--ivory); color: var(--muted) !important; font-size: .82rem !important; }
.related-articles { background: var(--ivory); }
.related-articles .text-link { margin-top: 50px; }

/* Contact and legal */
.contact-section { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-main { padding-right: 50px; }
.contact-phone { display: block; margin-bottom: 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); line-height: 1; }
.contact-main > p { color: var(--muted); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-details div { display: flex; min-height: 150px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.contact-details span { color: var(--gold); font-size: .7rem; text-transform: uppercase; }
.contact-details strong { margin-top: 18px; font-family: var(--serif); font-size: 1.25rem; }
.map-placeholder { display: grid; min-height: 520px; margin-top: 100px; place-items: center; background: repeating-linear-gradient(45deg, #ded8ce, #ded8ce 1px, #eee9e0 1px, #eee9e0 18px); text-align: center; }
.map-placeholder div { max-width: 620px; padding: 40px; background: rgba(255,253,249,.9); }
.map-placeholder span { color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.map-placeholder h2 { margin: 15px 0 0; font-size: clamp(2rem, 3vw, 3.3rem); }
.legal-page .article-body { margin-inline: auto; }

/* 404 */
.not-found { display: grid; min-height: 100vh; padding: 40px; place-content: center; justify-items: center; background: var(--ivory); text-align: center; }
.not-found img { width: 120px; margin-bottom: 30px; mix-blend-mode: multiply; }
.not-found h1 { margin-bottom: 12px; font-size: clamp(3rem, 7vw, 7rem); }
.not-found p:not(.eyebrow) { color: var(--muted); }
.not-found .button { margin-top: 20px; }

/* Motion */
.reveal { animation: reveal .7s ease both; }
@supports (animation-timeline: view()) {
  .reveal { animation-timeline: view(); animation-range: entry 10% cover 30%; }
}
@keyframes reveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Responsive */
@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 1100px); }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-call { display: none; }
  .hero-dark-panel { width: 58%; }
  .hero-copy { width: min(650px, 70vw); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / span 2; }
  .values-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .home-service-cards { grid-template-columns: 1fr 1fr; }
  .home-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
  .blog-section .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  body { padding-bottom: 58px; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 4rem); }
  .section-pad, .section-pad-dark { padding-block: 82px; }
  .site-header { position: sticky; }
  .header-inner { min-height: 72px; }
  .brand-symbol-wrap { width: 39px; height: 47px; }
  .brand-symbol { width: 36px; height: 44px; }
  .brand-wordmark strong { font-size: .82rem; }
  .brand-wordmark small { display: none; }
  .header-actions { gap: 10px; }
  .mobile-call-bar { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: flex; height: 58px; align-items: center; justify-content: center; gap: 8px; background: var(--gold); color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
  .home-hero { min-height: calc(100svh - 72px); }
  .hero-dark-panel { inset: auto 0 0; width: 100%; height: 62%; background: linear-gradient(0deg, var(--ink) 68%, transparent); }
  .hero-image-wrap { inset: 0; border-radius: 0; }
  .hero-image-wrap::after { background: linear-gradient(0deg, var(--ink) 3%, transparent 75%); }
  .hero-image-wrap img { object-position: 62% top; }
  .hero-content { min-height: calc(100svh - 72px); align-items: end; }
  .hero-copy { width: 100%; padding-bottom: 70px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 11.5vw, 4.2rem); }
  .hero-copy > p:not(.eyebrow) { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 12px; }
  .hero-scroll { display: none; }
  .hero-slider-controls { bottom: 18px; }
  .hero-dots { width: min(280px, 72vw); gap: 7px; }
  .home-about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-collage { min-height: min(640px, 110vw); }
  .home-about-copy { max-width: 720px; }
  .home-service-cards { grid-template-columns: 1fr 1fr; }
  .home-service-card { min-height: 260px; }
  .home-team-grid { display: flex; width: calc(100vw - 16px); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 16px 14px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .home-team-grid::-webkit-scrollbar { display: none; }
  .home-team-card { flex: 0 0 min(74vw, 360px); scroll-snap-align: start; }
  .home-team-photo { border-radius: 22px; }
  .home-team-view { opacity: 1; transform: none; }
  .intro-grid, .section-heading, .feature-grid, .split-image-grid, .experience-grid, .faq-grid, .editorial-grid, .treatment-intro, .service-detail-grid, .doctor-profile-grid, .contact-grid, .faq-page-grid { grid-template-columns: 1fr; gap: 38px; }
  .intro-statement > p { margin-left: 0; }
  .stat-row { grid-template-columns: 1fr; margin-top: 65px; }
  .stat-row > div { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .service-grid { display: block; }
  .service-card, .service-card:nth-child(3n) { margin: 0 0 65px; }
  .service-card:nth-child(even) { margin-top: 0; }
  .service-card-copy { grid-template-columns: 1fr; }
  .service-card-copy p, .service-card-copy .text-link { grid-column: 1; }
  .feature-image::before, .service-detail-image::after { display: none; }
  .doctor-grid { display: flex; width: calc(100vw - 16px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .doctor-card { min-width: 78vw; scroll-snap-align: start; }
  .doctor-card:nth-child(2) { margin-top: 0; }
  .experience-copy { padding: 45px 28px; }
  .experience-image img { min-height: 420px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card, .blog-featured { grid-column: auto; grid-template-columns: 1fr; margin-bottom: 0; }
  .blog-image img, .blog-featured .blog-image img { aspect-ratio: 1.35; }
  .blog-section .section-heading { gap: 24px; margin-bottom: 46px; }
  .blog-section .section-heading h2 { font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .blog-section .blog-grid { grid-template-columns: 1fr; gap: 22px; }
  .blog-section .blog-copy { padding: 24px 22px 26px; }
  .faq-heading { position: static; }
  .footer { padding-top: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; margin-top: 55px; }
  .page-hero, .page-hero-image { min-height: 520px; }
  .page-hero-content { padding-block: 90px 60px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .values-grid, .process-grid, .profile-facts, .contact-details, .results-grid { grid-template-columns: 1fr; }
  .value-card, .process-card { min-height: 250px; }
  .value-card h3, .process-card h3 { margin-top: 45px; }
  .service-detail-hero, .doctor-profile { padding-block: 45px 80px; }
  .doctor-profile-grid { display: flex; flex-direction: column; }
  .doctor-profile-image { width: 100%; }
  .profile-facts div { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .profile-facts div:last-child { padding-left: 0; }
  .before-after-placeholder { height: 320px; }
  .article-header { padding-top: 55px; }
  .article-header h1 { font-size: clamp(2.8rem, 12vw, 5rem); }
  .article-hero-image { margin-top: 45px; }
  .article-layout { grid-template-columns: 1fr; gap: 40px; padding-block: 65px 95px; }
  .article-layout aside { position: static; border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .contact-main { padding-right: 0; }
  .contact-phone { font-size: clamp(2.7rem, 12vw, 4.5rem); }
  .map-placeholder { min-height: 400px; margin-top: 65px; }
}

@media (max-width: 520px) {
  .home-service-cards { grid-template-columns: 1fr; }
  .home-service-card { min-height: 230px; }
  .home-team-card { flex-basis: 80vw; }
}

/* PHP production additions */
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.mobile-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.mobile-menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.mobile-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-navigation { position: absolute; z-index: 250; top: 100%; right: 0; left: 0; border-top: 1px solid var(--line); padding: 28px var(--shell) 34px; background: var(--paper); box-shadow: 0 22px 36px rgba(16,16,15,.12); }
.mobile-navigation a { display: block; border-bottom: 1px solid var(--line); padding: 13px 0; font-family: var(--serif); font-size: 1.35rem; }
.site-header { position: relative; }
.desktop-nav a.active { color: var(--gold); }
.brand-footer .brand-wordmark { color: #fff; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; }
.pagination a { display: grid; width: 42px; height: 42px; border: 1px solid var(--line); place-items: center; }
.pagination a.active, .pagination a:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.map-embed { margin-top: 80px; }
.map-embed iframe { width: 100%; min-height: 520px; border: 0; }
.button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.call-cta .button-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
@media (max-width: 1100px) { .mobile-menu-toggle { display: block; } }
@media (min-width: 1101px) { .mobile-navigation { display: none !important; } }
