:root {
  --green: #4f6146;
  --green-dark: #33402f;
  --green-soft: #dfe5d9;
  --orange: #d88b45;
  --orange-dark: #b96e2f;
  --rose: #9a7972;
  --cream: #f8f3eb;
  --paper: #fffdf9;
  --ink: #272b26;
  --muted: #61675e;
  --line: rgba(51, 64, 47, .15);
  --shadow: 0 24px 60px rgba(47, 49, 42, .12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Aptos", "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 130px) 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; color: white; background: var(--green-dark); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; display: flex; align-items: center; background: rgba(255,253,249,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: .25s ease; }
.site-header.scrolled { height: 86px; border-color: var(--line); box-shadow: 0 10px 28px rgba(35,41,31,.06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1.15; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-family: Georgia, serif; color: var(--green-dark); font-size: 1.25rem; }
.brand small { color: var(--muted); font-size: .72rem; letter-spacing: .02em; }
.brand-logo-only { position: relative; display: block; width: clamp(245px, 24vw, 315px); height: 82px; overflow: hidden; }
.brand-logo-only img { position: absolute; top: 0; left: 0; width: 100%; height: auto; max-width: none; object-fit: initial; transform: translateY(-17%); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.main-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; color: #454a42; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--orange-dark); }
.main-nav .nav-cta { color: white; background: var(--green); padding: 10px 18px; border-radius: 999px; }
.main-nav .nav-cta:hover { color: white; background: var(--green-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--green-soft); padding: 11px; }
.nav-toggle span { display: block; height: 2px; background: var(--green-dark); margin: 5px 0; transition: .2s; }

.hero { position: relative; min-height: min(880px, 100svh); display: flex; align-items: center; overflow: hidden; padding: 150px 0 80px; background: var(--cream); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 6% 20%, rgba(216,139,69,.13), transparent 27%), radial-gradient(circle at 82% 5%, rgba(79,97,70,.15), transparent 30%); }
.hero-bg::after { content: ""; position: absolute; width: 460px; aspect-ratio: 1; border: 1px solid rgba(79,97,70,.13); border-radius: 50%; right: -160px; top: 18%; box-shadow: 0 0 0 80px rgba(79,97,70,.025), 0 0 0 160px rgba(79,97,70,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.eyebrow { margin: 0 0 14px; color: var(--orange-dark); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; color: var(--green-dark); }
h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(2.65rem, 5.2vw, 5.4rem); letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { color: var(--green-dark); font-size: 1.35rem; }
.hero-lead { max-width: 660px; color: #4e554b; font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 12px 24px; border: 1px solid var(--green); border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(51,64,47,.16); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: white; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { color: var(--green-dark); background: rgba(255,255,255,.45); }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; color: var(--green-dark); font-size: .86rem; font-weight: 700; }
.hero-points li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; color: white; background: var(--orange); border-radius: 50%; font-size: .7rem; }
.hero-visual { position: relative; width: min(100%, 470px); justify-self: end; }
.hero-image-wrap { overflow: hidden; height: clamp(480px, 62vw, 660px); border-radius: 230px 230px 28px 28px; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 80% center; }
.hero-note { position: absolute; left: -75px; bottom: 130px; display: grid; padding: 18px 22px; min-width: 190px; background: rgba(255,253,249,.95); border-left: 4px solid var(--orange); box-shadow: 0 15px 40px rgba(44,49,41,.16); border-radius: 0 14px 14px 0; }
.hero-note span { color: var(--muted); font-size: .82rem; }.hero-note strong { color: var(--green-dark); }

.trust-strip { position: relative; z-index: 2; color: white; background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 18px; padding: 28px clamp(10px, 3vw, 42px); border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid p { display: grid; margin: 0; line-height: 1.35; }
.trust-grid small { color: rgba(255,255,255,.72); }
.trust-icon { display: inline-grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; color: #f0b779; }
.trust-icon svg { width: 44px; height: 44px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.split-grid, .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(54px, 8vw, 110px); align-items: center; }
.intro-section .split-grid { align-items: stretch; }
.intro-image { position: relative; width: min(100%, 520px); min-height: 0; justify-self: center; }
.intro-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 22px; box-shadow: 0 18px 45px rgba(47,49,42,.1); }
.section-copy > p:not(.eyebrow):not(.lead-quote) { color: var(--muted); }
.highlight-card { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 18px 20px; background: var(--cream); border-radius: 15px; }
.highlight-card svg { flex: 0 0 30px; width: 30px; fill: none; stroke: var(--orange-dark); stroke-width: 2; }
.highlight-card p { margin: 0; color: var(--muted); line-height: 1.5; }

.patient-section { background: #f2eee7; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.patient-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.patient-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; background: linear-gradient(145deg, #edf2e9, #dfe7da); border: 1px solid rgba(79,97,70,.14); border-radius: 20px; box-shadow: 0 14px 34px rgba(47,49,42,.07); }
.patient-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #8fa382; }
.patient-card.accent { color: white; background: linear-gradient(145deg, #596d4f, var(--green)); border-color: rgba(51,64,47,.22); transform: translateY(-14px); }
.patient-card.accent::before { background: #b8c8ae; }
.patient-card:nth-child(3) { background: linear-gradient(145deg, #fbecdc, #f1dcc7); border-color: rgba(185,110,47,.16); }
.patient-card:nth-child(3)::before { background: #d9985d; }
.patient-card.accent h3 { color: white; }.patient-card.accent p { color: rgba(255,255,255,.78); }
.card-icon { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 42px; color: var(--green-dark); background: rgba(255,255,255,.52); border-radius: 18px; transform-origin: 50% 70%; }
.card-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.patient-card:nth-child(3) .card-icon { color: var(--orange-dark); background: rgba(255,255,255,.5); }
.patient-card.accent .card-icon { color: white; background: rgba(255,255,255,.14); }
.patient-card p { color: var(--muted); font-size: .95rem; }

.patient-card:hover .card-icon,
.patient-card:focus-within .card-icon { animation: card-icon-wiggle .72s ease-in-out; }

@keyframes card-icon-wiggle {
  0%, 100% { transform: rotate(0); }
  20% { transform: rotate(-12deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-8deg); }
  80% { transform: rotate(6deg); }
}

.services-section { overflow: hidden; }
.services-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.service-card { overflow: hidden; background: var(--cream); border-radius: 22px; }
.service-card img { width: 100%; height: 270px; object-fit: cover; }
.service-large img { height: 330px; }
.service-content { padding: 28px; }
.service-tag { margin: 0 0 8px; color: var(--orange-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-content ul { padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); font-size: .9rem; }
.service-content li { position: relative; padding: 7px 0 7px 22px; border-top: 1px solid var(--line); }
.service-content li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.specialties { display: flex; align-items: center; gap: 30px; margin-top: 26px; padding: 20px 26px; border: 1px solid var(--line); border-radius: 16px; }
.specialties p { margin: 0; color: var(--green-dark); font-weight: 800; }
.specialties ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.specialties li { display: flex; }
.specialty-trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 7px 10px 7px 14px; color: var(--green-dark); background: var(--green-soft); border: 1px solid transparent; border-radius: 99px; cursor: pointer; font-size: .84rem; font-weight: 700; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.specialty-trigger svg { width: 20px; height: 20px; padding: 4px; color: white; background: var(--green); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.specialty-trigger:hover { color: white; background: var(--green); transform: translateY(-2px); }
.specialty-trigger:hover svg { color: var(--green-dark); background: #f0b779; }
.specialty-trigger:focus-visible { outline: 3px solid rgba(216,139,69,.35); outline-offset: 3px; }

body.dialog-open { overflow: hidden; }
.specialty-dialog { width: min(calc(100% - 32px), 520px); max-height: min(80svh, 620px); padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 24px; box-shadow: 0 28px 80px rgba(32,39,29,.28); }
.specialty-dialog::backdrop { background: rgba(37,44,33,.58); backdrop-filter: blur(4px); }
.specialty-dialog[open] { animation: dialog-in .24s ease-out; }
.specialty-dialog-inner { position: relative; padding: 38px 40px 36px; border-top: 6px solid #f0b779; }
.specialty-dialog-close { position: absolute; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: var(--green-dark); background: var(--green-soft); border: 0; border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.specialty-dialog-close:hover { color: white; background: var(--green); transform: rotate(5deg); }
.specialty-dialog-close:focus-visible { outline: 3px solid rgba(216,139,69,.38); outline-offset: 3px; }
.specialty-dialog-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.specialty-dialog-icon { display: grid; width: 48px; height: 48px; margin-bottom: 20px; place-items: center; color: var(--orange-dark); background: #f6e5d4; border-radius: 14px; }
.specialty-dialog-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.specialty-dialog-eyebrow { margin: 0 0 7px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.specialty-dialog h2 { margin: 0 48px 15px 0; color: var(--green-dark); font-size: clamp(1.65rem, 5vw, 2.15rem); letter-spacing: -.025em; }
.specialty-dialog-media { width: min(100%, 280px); margin: 0 auto 18px; overflow: hidden; background: var(--green-soft); border-radius: 14px; box-shadow: 0 8px 24px rgba(32,39,29,.1); }
.specialty-dialog-media[hidden] { display: none; }
.specialty-dialog-media img { display: block; width: 100%; height: clamp(125px, 18vw, 160px); object-fit: cover; }
.specialty-dialog #specialty-dialog-text { margin: 0; color: var(--muted); line-height: 1.65; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

.about-section { background: var(--green-dark); }
.about-grid { align-items: start; }
.about-section h2 { color: white; }.about-section .eyebrow { color: #f0b779; }
.about-section .section-copy > p:not(.eyebrow):not(.lead-quote) { color: rgba(255,255,255,.72); }
.portrait-wrap { position: relative; min-height: 600px; display: flex; align-items: flex-end; justify-content: center; }
.portrait-bg { position: absolute; inset: 30px 12% 0; background: #d5d4ce; border-radius: 210px 210px 20px 20px; }
.portrait-wrap img { position: relative; width: min(82%, 430px); max-height: 590px; object-fit: cover; object-position: center top; border-radius: 210px 210px 16px 16px; filter: saturate(.86) brightness(.90) contrast(1.08); }
.portrait-label { position: absolute; right: 0; bottom: 36px; display: grid; padding: 15px 20px; background: var(--paper); border-radius: 12px; box-shadow: var(--shadow); }
.portrait-label strong { color: var(--green-dark); }.portrait-label span { color: var(--muted); font-size: .8rem; }
.lead-quote { color: #e8c398; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.5; }
.training-block { margin-top: 26px; }
.training-block h3 { margin: 0 0 11px; color: #f0b779; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 500; }
.qualification-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 18px; padding: 0; margin: 0; list-style: none; }
.qualification-list li { position: relative; padding: 7px 5px 7px 24px; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .75rem; line-height: 1.35; }
.qualification-list li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 7px; height: 3px; border-left: 2px solid #f0b779; border-bottom: 2px solid #f0b779; transform: rotate(-45deg); }

.process-section { background: var(--cream); }
.process-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding: 0; margin: 0; list-style: none; background: var(--line); }
.process-list li { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 32px; background: var(--cream); }
.process-list > li > span { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--orange); border-radius: 50%; font-family: Georgia, serif; font-size: 1.3rem; }
.process-list h3 { margin-bottom: 10px; }.process-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); }
.text-link { color: var(--green-dark); font-weight: 800; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--green-dark); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 6px; top: 50%; width: 17px; height: 2px; background: var(--orange-dark); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -7px 50px 24px 0; color: var(--muted); }

.contact-section { overflow: hidden; padding: clamp(64px, 7vw, 88px) 0; color: white; background: var(--green); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.contact-section h2 { max-width: 720px; color: white; }.eyebrow.light { color: #efbd88; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.76); }
.contact-actions { display: grid; grid-template-columns: 1fr 1.5fr; margin: 36px 0; border-block: 1px solid rgba(255,255,255,.2); }
.contact-actions a { display: grid; padding: 20px 20px 20px 0; text-decoration: none; border-right: 1px solid rgba(255,255,255,.2); }
.contact-actions a + a { padding-left: 24px; border-right: 0; }
.contact-actions small { color: #efbd88; }.contact-actions strong { font-size: clamp(.98rem, 1.7vw, 1.3rem); word-break: break-word; }
.contact-details { color: rgba(255,255,255,.74); font-size: .9rem; }
.contact-details strong { color: white; }.contact-image { position: relative; width: min(100%, 300px); justify-self: end; }
.contact-image img { width: 100%; height: auto; object-fit: contain; border-radius: 46% 46% 20px 20px; box-shadow: 0 24px 52px rgba(30,40,27,.22); }
.contact-badge { position: absolute; right: -20px; bottom: -14px; padding: 14px 17px; color: var(--green-dark); background: #f0bd83; border-radius: 50%; font-family: Georgia, serif; font-size: .86rem; text-align: center; transform: rotate(-7deg); }

.site-footer { padding: 58px 0 26px; background: #222921; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .9fr .65fr 1fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }.footer-brand img { width: 72px; height: 72px; }.footer-brand span { display: grid; }.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 1.35rem; }.footer-brand small { line-height: 1.4; }
.footer-grid > div { display: grid; align-content: start; gap: 7px; }.footer-grid > div strong { margin-bottom: 5px; color: white; }.footer-grid > div a { text-decoration: none; }.footer-grid > div a:hover { color: white; }
.footer-grid > .footer-membership { display: flex; align-items: center; gap: 13px; }
.footer-membership img { flex: 0 0 70px; width: 70px; height: 70px; object-fit: cover; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.footer-membership p { max-width: 155px; margin: 0; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 700; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.desktop-quicknav { position: fixed; z-index: 80; right: 20px; top: 50%; display: flex; flex-direction: column; gap: 8px; transform: translateY(-50%); }
.desktop-quicknav a { position: relative; display: grid; place-items: center; width: 46px; height: 46px; color: white; background: var(--green); border: 1px solid rgba(255,255,255,.35); border-radius: 14px; box-shadow: 0 8px 24px rgba(35,41,31,.18); text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.desktop-quicknav a:first-child { background: var(--orange-dark); }
.desktop-quicknav a:hover { background: var(--green-dark); box-shadow: 0 11px 28px rgba(35,41,31,.24); transform: translateX(-3px); }
.desktop-quicknav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.desktop-quicknav a::before { content: attr(data-tooltip); position: absolute; right: calc(100% + 10px); padding: 6px 9px; color: white; background: var(--green-dark); border-radius: 7px; font-size: .72rem; font-weight: 700; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateX(5px); transition: opacity .2s, visibility .2s, transform .2s; }
.desktop-quicknav a:hover::before, .desktop-quicknav a:focus-visible::before { opacity: 1; visibility: visible; transform: none; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

.legal-header { min-height: 88px; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.legal-home-link { display: grid; justify-items: center; gap: 2px; color: var(--green-dark); font-size: .68rem; font-weight: 700; line-height: 1; text-decoration: none; }
.legal-home-link svg { width: 42px; height: 42px; padding: 9px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; background: var(--green-soft); border-radius: 50%; transition: background .2s, transform .2s; }
.legal-home-link:hover svg { color: white; background: var(--green); transform: translateY(-2px); }
.legal-page { min-height: 70vh; padding: clamp(70px, 9vw, 120px) 0; background: var(--cream); }
.legal-card { width: min(calc(100% - 40px), 850px); margin-inline: auto; padding: clamp(28px, 6vw, 70px); background: var(--paper); border-radius: 24px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.4rem, 6vw, 4.7rem); }
.legal-card h2 { margin: 42px 0 12px; font-family: inherit; font-size: 1.25rem; font-weight: 800; letter-spacing: 0; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--green-dark); text-underline-offset: 3px; }
.legal-note { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .85rem; }
.legal-footer { padding: 26px 0; color: rgba(255,255,255,.68); background: #222921; font-size: .85rem; }
.legal-footer a { color: white; }

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  .desktop-quicknav { display: none; }
  .nav-toggle { display: block; z-index: 2; cursor: pointer; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 78px 20px auto auto; width: min(330px, calc(100% - 40px)); max-height: calc(100svh - 96px); display: flex; flex-direction: column; justify-content: flex-start; gap: 0; padding: 14px; overflow-y: auto; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 55px rgba(35,41,31,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px) scale(.98); transform-origin: top right; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-nav a { width: 100%; padding: 11px 13px; border-bottom: 1px solid var(--line); font-family: inherit; font-size: .98rem; line-height: 1.35; }
  .main-nav a:nth-last-child(2) { border-bottom: 0; }
  .main-nav .nav-cta { width: auto; margin-top: 8px; padding: 10px 16px; border-bottom: 0; font-family: inherit; font-size: .92rem; text-align: center; }
  .hero-grid { grid-template-columns: 1fr .68fr; gap: 35px; }.hero-visual { width: min(100%, 390px); }.hero-image-wrap { height: min(52vw, 500px); }.hero-note { left: -24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-large { grid-column: 1 / -1; }.service-large { display: grid; grid-template-columns: 1fr 1fr; }.service-large img { height: 100%; }
  .patient-card { padding: 26px; }.portrait-wrap { min-height: 500px; }.contact-grid { grid-template-columns: 1.1fr .7fr; }
}

@media (max-width: 820px) {
  body { font-size: 15.5px; padding-bottom: 58px; }.container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 64px 0; }.site-header, .site-header.scrolled { height: 76px; }.brand:not(.brand-logo-only) img { width: 52px; height: 52px; }.brand small { display: none; }.brand-logo-only { width: 225px; height: 70px; }
  .main-nav { inset: 68px 14px auto; width: auto; max-height: calc(100svh - 86px); padding: 10px; border-radius: 0 0 16px 16px; transform-origin: top center; }.main-nav a { padding: 10px 12px; font-size: .94rem; }.main-nav .nav-cta { padding-block: 9px; font-size: .9rem; }
  h2 { font-size: clamp(2rem, 9vw, 2.7rem); }.hero { min-height: auto; padding: 104px 0 60px; }.hero-grid, .split-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-lead { font-size: 1.02rem; }.hero-actions, .hero-points { justify-content: center; }.hero-visual { width: min(76vw, 320px); justify-self: center; margin-top: 12px; }.hero-image-wrap { height: 350px; border-radius: 170px 170px 22px 22px; }.hero-note { left: -9%; bottom: 68px; min-width: 155px; padding: 13px 16px; font-size: .82rem; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }.trust-grid > div { padding: 16px 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.trust-grid > div:last-child { border-bottom: 0; }
  .intro-image { width: min(88%, 360px); height: 230px; min-height: 230px; }.patient-grid, .services-grid, .process-list { grid-template-columns: 1fr; }.patient-card { min-height: 0; padding: 24px; }.patient-card.accent { transform: none; }.card-icon { width: 58px; height: 58px; margin-bottom: 28px; border-radius: 15px; }.card-icon svg { width: 33px; height: 33px; }.service-large { grid-column: auto; display: block; }.service-card img, .service-large img { height: 210px; }.service-content { padding: 24px; }.specialties { align-items: flex-start; flex-direction: column; gap: 12px; }
  .portrait-wrap { width: min(92%, 420px); min-height: 410px; margin-inline: auto; }.portrait-wrap img { max-height: 405px; }.portrait-label { right: -2px; bottom: 20px; }.process-list { gap: 0; }.process-list li { padding: 22px 5px; border-bottom: 1px solid var(--line); }.faq-grid { gap: 20px; }
  .contact-image { width: min(68%, 300px); margin-inline: auto; }.contact-badge { right: -14px; bottom: -10px; padding: 12px 15px; font-size: .8rem; }.contact-actions { grid-template-columns: 1fr; }.contact-actions a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.contact-actions a + a { padding-left: 0; border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand, .footer-membership { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
  .legal-header { min-height: 76px; }.legal-home-link svg { width: 38px; height: 38px; }.legal-page { padding: 52px 0; }.legal-card { width: min(calc(100% - 24px), 850px); padding: 28px 22px; border-radius: 18px; }
  .mobile-call { position: fixed; z-index: 90; inset: auto 0 0; display: flex; align-items: center; justify-content: center; gap: 10px; height: 58px; color: white; background: var(--orange-dark); text-decoration: none; font-weight: 800; box-shadow: 0 -5px 25px rgba(40,42,36,.14); }.mobile-call svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.25rem; }.section { padding: 58px 0; }.brand-logo-only { width: 210px; }.hero-actions { display: grid; gap: 10px; }.button { width: 100%; min-height: 50px; }.hero-visual { width: min(74vw, 290px); }.hero-image-wrap { height: 315px; }.hero-note { left: -7%; bottom: 60px; min-width: 145px; font-size: .76rem; }.hero-points { gap: 7px 14px; font-size: .79rem; }.intro-image { width: min(86%, 330px); height: 205px; min-height: 205px; }.service-card img, .service-large img { height: 190px; }.portrait-wrap { min-height: 365px; }.portrait-wrap img { max-height: 360px; }.contact-image { width: min(64%, 260px); }.patient-card { min-height: 0; }.card-icon { margin-bottom: 24px; }.qualification-list { grid-template-columns: 1fr; }.specialty-dialog-inner { padding: 32px 24px 28px; }.specialty-dialog-media { width: min(100%, 230px); margin-bottom: 16px; }.specialty-dialog-media img { height: 132px; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; }
}
