:root {
  --cream: #f7f5ef;
  --cream-2: #f2efe7;
  --white: #fffefb;
  --text: #252b27;
  --muted: #657069;
  --green: #667e62;
  --green-dark: #4f694f;
  --green-soft: #e9eee6;
  --sand: #d8c8ad;
  --line: #e3e2dc;
  --shadow: 0 18px 55px rgba(54, 63, 55, .09);
  --serif: "Lora", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --content-max: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--white); color: var(--text); font: 400 16px/1.65 var(--sans); }
main { overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
svg { display: block; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; background: var(--text); color: white; padding: 1rem; }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(calc(100% - 48px), var(--content-max)); margin-inline: auto; }

.site-header { height: 84px; background: rgba(255, 254, 251, .97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header-shell { width: min(calc(100% - 48px), var(--content-max)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; min-width: max-content; }
.brand-mark { width: 36px; height: 36px; color: #c8aa7a; fill: none; stroke: currentColor; stroke-width: 1.15; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font: 500 1.05rem/1.1 var(--serif); }
.brand small { margin-top: .25rem; color: var(--muted); font-size: .8125rem; letter-spacing: .03em; }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.25rem, 2.4vw, 2.5rem); }
.site-header nav a { font-size: .875rem; font-weight: 500; text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover { color: var(--green); }
.site-header .nav-book { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1.15rem; border-radius: 12px; background: var(--green); color: white; }
.nav-book svg, .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: none; min-width: 48px; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--text); }

.clinic-hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); background: var(--cream); overflow: hidden; }
.clinic-hero-copy { padding: clamp(3.75rem, 6vw, 6.5rem) clamp(2rem, 5vw, 5.5rem); align-self: center; }
.kicker { margin: 0 0 .8rem; color: var(--green); font-size: .8125rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.clinic-hero h1 { font-size: clamp(2.75rem, 4.6vw, 4.8rem); font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; max-width: 10ch; margin: 0; text-wrap: balance; }
.hero-lead { max-width: 570px; margin: 1.4rem 0 0; color: var(--muted); font-size: clamp(1rem, 1vw, 1.125rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .78rem 1.25rem; border: 1px solid var(--green); border-radius: 12px; font-size: .875rem; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: white; }
.button.primary:hover { background: var(--green-dark); }
.button.secondary { background: transparent; color: var(--green-dark); border-color: #c9c9bf; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(2.25rem, 4vw, 3.5rem); }
.trust-row > div { display: flex; align-items: center; gap: .7rem; min-width: 0; }
.trust-row svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--green); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.trust-row span { font-size: .8125rem; font-weight: 500; line-height: 1.35; }
.clinic-hero-media { min-height: 610px; margin: 0; position: relative; overflow: hidden; border-radius: 110px 0 0 110px; }
.clinic-hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.clinic-hero-media figcaption, .profile-media figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .65rem; border-radius: 8px; background: rgba(255, 254, 251, .88); color: var(--muted); font-size: .8125rem; }

.care-section { padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4rem, 6vw, 6rem); }
.section-heading { max-width: 650px; margin-bottom: 2.25rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { font-size: clamp(2.25rem, 3vw, 3.6rem); font-family: var(--serif); font-weight: 400; line-height: 1.15; letter-spacing: -.03em; margin: 0; text-wrap: balance; }
.heading-flourish { display: flex; align-items: center; justify-content: center; gap: .55rem; color: #a8b4a3; margin-top: 1rem; }
.heading-flourish i { width: 28px; height: 1px; background: #d6d8d1; }
.heading-flourish svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.care-card { min-height: 285px; padding: 2rem 1.45rem; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.care-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d3d8d0; }
.care-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--cream); color: var(--green); }
.care-icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.care-card h3 { max-width: 15ch; margin: 0 auto .8rem; font: 500 1.18rem/1.3 var(--serif); }
.care-card p { margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.55; }

.doctor-profile { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding: clamp(3.5rem, 6vw, 6rem) clamp(2rem, 5vw, 5.5rem); position: relative; background: #fbfaf7; border-radius: 24px; overflow: hidden; }
.profile-media { margin: 0; min-height: 430px; position: relative; overflow: hidden; border-radius: 18px; }
.profile-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.profile-copy { position: relative; z-index: 2; max-width: 590px; }
.profile-copy h2 { margin: 0 0 1rem; font: 400 clamp(2rem, 2.6vw, 3rem)/1.14 var(--serif); letter-spacing: -.03em; }
.profile-copy > p:not(.kicker) { color: var(--muted); margin: 0; }
.profile-points { list-style: none; display: grid; gap: .65rem; margin: 1.5rem 0 1.8rem; padding: 0; }
.profile-points li { display: flex; align-items: center; gap: .65rem; font-size: .9rem; }
.profile-points span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .8125rem; }
.profile-flower { position: absolute; right: -10px; bottom: -35px; width: 165px; height: 255px; fill: none; stroke: #e4e8df; stroke-width: 1.3; pointer-events: none; }

.principle { margin-top: 1.5rem; margin-bottom: 1.5rem; min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(2rem, 4vw, 3.5rem); border-radius: 20px; background: linear-gradient(100deg, #f4f6f1, #fbfaf7); }
.principle-mark { align-self: start; color: var(--green); font: 400 4.5rem/.85 var(--serif); }
.principle h2 { margin: 0 0 .7rem; font: 400 clamp(1.75rem, 2.8vw, 3rem)/1.2 var(--serif); }
.principle p:last-child { max-width: 720px; margin: 0; color: var(--muted); }
.text-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #d5dbd2; border-radius: 50%; color: var(--green); font-size: 1.4rem; text-decoration: none; }

.booking-section { margin-top: clamp(4rem, 7vw, 7rem); padding: clamp(4rem, 6vw, 6rem) 0; background: var(--cream); }
.booking-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2.5rem, 5vw, 5.5rem); align-items: start; }
.booking-intro { padding-top: .4rem; }
.booking-symbol { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 50%; background: white; color: var(--green); box-shadow: 0 8px 30px rgba(70, 80, 70, .08); }
.booking-symbol svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.booking-intro h2 { margin: 0 0 1rem; font: 400 clamp(2.35rem, 3.3vw, 3.8rem)/1.14 var(--serif); letter-spacing: -.03em; }
.booking-intro > p:last-child { max-width: 520px; color: var(--muted); }
.booking-app { min-height: 280px; padding: clamp(1.3rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.booking-state { padding: 2rem 0; color: var(--muted); }
.booking-days { display: grid; gap: 1.2rem; max-height: 33rem; overflow: auto; padding-right: .35rem; }
.booking-day { display: grid; grid-template-columns: minmax(10rem, 1.1fr) 2fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.booking-day h3 { margin: 0; font: 500 1.08rem/1.4 var(--serif); text-transform: capitalize; }
.booking-day > div { display: flex; flex-wrap: wrap; gap: .5rem; }
.booking-day button { min-width: 54px; min-height: 42px; padding: .55rem .7rem; border: 1px solid #d6dad3; border-radius: 9px; background: white; color: var(--text); cursor: pointer; }
.booking-day button:hover, .booking-day button.selected { border-color: var(--green); background: var(--green); color: white; }
.booking-form { margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.booking-form[hidden], .booking-days[hidden] { display: none; }
.selected-slot { margin-bottom: 1.2rem; color: var(--green-dark); font: 500 1.12rem var(--serif); }
.booking-form label { display: grid; gap: .42rem; margin-bottom: 1rem; font-size: .8125rem; font-weight: 600; }
.booking-form input { width: 100%; min-height: 46px; padding: .72rem .8rem; border: 1px solid #d7d9d3; border-radius: 9px; background: white; color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.booking-form .privacy { display: flex; align-items: flex-start; color: var(--muted); font-weight: 400; }
.booking-form .privacy input { width: auto; min-height: 0; margin: .25rem .55rem 0 0; }
.booking-form > button { min-height: 46px; padding: .8rem 1.3rem; border: 0; border-radius: 10px; background: var(--green); color: white; font-weight: 600; cursor: pointer; }
.booking-form > button:disabled { opacity: .55; }
.form-message { min-height: 1.8rem; margin-bottom: 0; }

.faq-section { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 6vw, 6rem); padding: clamp(4rem, 7vw, 7rem) 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); overflow: clip; }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; font: 500 clamp(1rem, 1.3vw, 1.22rem) var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font: 400 1.4rem var(--sans); transition: transform .28s cubic-bezier(.2, .75, .25, 1); transform-origin: center; }
.faq-list details p { max-width: 650px; margin: 0 0 1.5rem; color: var(--muted); opacity: 0; transform: translateY(-.4rem); transition: opacity .22s ease, transform .28s cubic-bezier(.2, .75, .25, 1); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details[open] p { opacity: 1; transform: translateY(0); }
.faq-list details.is-closing p { opacity: 0; transform: translateY(-.4rem); }

footer { padding: 2.2rem 0; background: #324037; color: white; }
.footer-shell { width: min(calc(100% - 48px), var(--content-max)); margin-inline: auto; display: grid; grid-template-columns: 1.2fr 2fr auto auto; gap: 2rem; align-items: center; font-size: .8125rem; }
.footer-brand { color: white; }
.footer-brand small, footer p { color: #c7d0c8; }
footer p { max-width: 480px; margin: 0; }
footer > a, footer a { text-decoration: none; }

.info-site-header .header-shell { max-width: var(--content-max); }
.info-back { min-height: 44px; display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .8rem; border-radius: 10px; color: var(--green-dark); font-size: .875rem; font-weight: 600; text-decoration: none; transition: background .2s ease; }
.info-back:hover { background: var(--green-soft); }
.info-hero { padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem); background: var(--cream); border-bottom: 1px solid var(--line); }
.info-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.info-hero h1 { max-width: 15ch; margin: 0; font: 400 clamp(2.8rem, 5vw, 5.4rem)/1.05 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.info-lead { max-width: 700px; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); text-wrap: pretty; }
.info-scope { align-self: end; padding: 1.35rem 0; border-block: 1px solid #d8d5cc; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.info-scope > span { color: var(--green); font: 400 2.2rem/1 var(--serif); }
.info-scope p { display: grid; gap: .35rem; margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.info-scope strong { color: var(--text); font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; }
.info-layout { display: grid; grid-template-columns: 220px minmax(0, 860px); justify-content: center; gap: clamp(3rem, 7vw, 7.5rem); padding-block: clamp(4rem, 7vw, 7rem); }
.info-toc { position: sticky; top: 112px; align-self: start; }
.info-toc > p { margin: 0 0 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.info-toc nav { display: grid; }
.info-toc a { padding: .54rem 0; color: var(--muted); font-size: .875rem; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.info-toc a:hover { color: var(--green-dark); transform: translateX(3px); }
.info-content { min-width: 0; }
.info-section { scroll-margin-top: 112px; padding: 0 0 clamp(3.5rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.info-section + .info-section { padding-top: clamp(3.5rem, 6vw, 5.5rem); }
.info-section-head { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1.25rem; align-items: start; padding-top: 1.25rem; margin-bottom: 1.5rem; }
.info-section + .info-section .info-section-head { padding-top: 0; }
.info-section-head > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ced5ca; border-radius: 50%; color: var(--green-dark); font: 500 .78rem var(--sans); }
.info-section-head .kicker { margin-bottom: .35rem; }
.info-section h2 { margin: 0; font: 400 clamp(1.9rem, 3vw, 3rem)/1.15 var(--serif); letter-spacing: -.03em; }
.info-section > p { max-width: 70ch; color: var(--muted); }
.info-section a { color: var(--green-dark); font-weight: 600; text-underline-offset: .2em; }
.info-list { display: grid; gap: .8rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.info-list li { position: relative; padding-left: 1.45rem; color: var(--muted); }
.info-list li::before { content: ""; position: absolute; top: .7em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.service-duration-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border-block: 1px solid var(--line); }
.service-duration-grid > div { display: grid; gap: .35rem; padding: 1.4rem 1.5rem; }
.service-duration-grid > div + div { border-left: 1px solid var(--line); }
.service-duration-grid strong { font: 500 1.1rem var(--serif); }
.service-duration-grid span { color: var(--green-dark); font-size: .875rem; font-weight: 600; }
.info-callout { margin: 1.75rem 0; padding: clamp(1.3rem, 3vw, 2rem); border-radius: 16px; background: var(--green-soft); }
.info-callout p { margin: 0 0 .7rem; font: 400 clamp(1.2rem, 2vw, 1.55rem)/1.4 var(--serif); }
.info-callout strong { color: var(--green-dark); font-size: .875rem; }
.queue-flow { display: grid; margin: 2rem 0 0; padding: 0; list-style: none; counter-reset: none; }
.queue-flow li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 1.1rem; padding-bottom: 1.5rem; }
.queue-flow li:not(:last-child)::before { content: ""; position: absolute; top: 42px; bottom: 0; left: 20px; width: 1px; background: #d7ddd4; }
.queue-flow li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: .8125rem; font-weight: 600; }
.queue-flow strong { display: block; margin: .05rem 0 .25rem; font: 500 1.08rem var(--serif); }
.queue-flow p { margin: 0; color: var(--muted); }
.info-detail { padding-top: 1rem; border-top: 1px dashed #d8dbd4; font-size: .9rem; }
.info-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1.75rem; border: 1px solid var(--line); background: var(--line); }
.info-split p { display: grid; gap: .5rem; margin: 0; padding: 1.5rem; background: var(--white); color: var(--muted); }
.info-split strong { color: var(--text); font: 500 1rem var(--serif); }
.info-decisions { margin-top: .5rem; padding: clamp(2rem, 4vw, 3.2rem); border: 0; border-radius: 20px; background: #324037; color: white; }
.info-decisions .info-section-head { padding-top: 0; }
.info-decisions .info-section-head > span { border-color: #718079; color: white; }
.info-decisions .kicker { color: #b9cab8; }
.info-decisions .info-list li { color: #d8e0d9; }
.info-decisions .info-list li::before { background: #b9cab8; }
.info-footer { padding-block: 2rem; }
.info-footer > div { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.info-footer p { margin: 0; }
.info-footer a { font-weight: 600; }

@media(max-width: 900px) {
  .info-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .info-scope { max-width: 520px; }
  .info-layout { grid-template-columns: 1fr; gap: 3rem; }
  .info-toc { position: static; }
  .info-toc nav { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; }
}
@media(max-width: 600px) {
  .info-back { padding-inline: .45rem; }
  .info-hero { padding-block: 3.5rem; }
  .info-hero h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .info-layout { padding-block: 3.5rem; }
  .info-toc nav { grid-template-columns: 1fr; }
  .service-duration-grid { grid-template-columns: 1fr; }
  .service-duration-grid > div { grid-template-columns: 1fr auto; align-items: baseline; padding-inline: .25rem; }
  .service-duration-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .info-split { grid-template-columns: 1fr; }
  .info-section-head { grid-template-columns: 40px minmax(0, 1fr); gap: .9rem; }
  .info-section-head > span { width: 36px; height: 36px; }
  .info-decisions { margin-inline: -4px; padding: 1.5rem; }
  .info-footer > div { align-items: flex-start; flex-direction: column; gap: .8rem; }
}

:focus-visible { outline: 3px solid rgba(102, 126, 98, .38); outline-offset: 3px; }
@media(max-width: 1050px) {
  .care-grid { grid-template-columns: repeat(2, 1fr); }
  .clinic-hero { grid-template-columns: 1fr 1fr; }
  .clinic-hero-copy { padding: 3.5rem 2.5rem; }
  .clinic-hero-media { min-height: 560px; }
  .trust-row { grid-template-columns: 1fr; }
  .footer-shell { grid-template-columns: 1fr 1.5fr; }
}
@media(max-width: 760px) {
  .section-shell, .header-shell, .footer-shell { width: min(calc(100% - 32px), var(--content-max)); }
  .site-header { height: 70px; }
  .brand-mark { width: 31px; height: 31px; }
  .brand strong { font-size: .95rem; }
  .brand small { font-size: .8125rem; }
  .menu-button { display: block; }
  .site-header nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 1.2rem 1.4rem; background: var(--white); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility 0s .3s; }
  .site-header nav.open { transform: none; visibility: visible; transition: transform .3s ease; }
  .site-header nav a { min-height: 52px; display: flex; align-items: center; padding: .5rem 0; border-bottom: 1px solid var(--line); font: 500 1.15rem var(--serif); }
  .site-header .nav-book { margin-top: 1rem; justify-content: center; border: 0; }
  .clinic-hero { width: 100%; grid-template-columns: 1fr; }
  .clinic-hero-copy { padding: 3.2rem 1.25rem 2.8rem; }
  .clinic-hero h1 { max-width: 11ch; }
  .clinic-hero-media { min-height: 430px; border-radius: 54px 54px 0 0; }
  .trust-row { grid-template-columns: repeat(3, 1fr); gap: .5rem; }
  .trust-row > div { align-items: flex-start; flex-direction: column; }
  .trust-row svg { width: 26px; height: 26px; }
  .trust-row span { font-size: .8125rem; }
  .care-section { padding-block: 4rem; }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 0; display: grid; grid-template-columns: 60px 1fr; column-gap: 1rem; text-align: left; padding: 1.3rem; }
  .care-icon { width: 60px; height: 60px; grid-row: 1/3; margin: 0; }
  .care-icon svg { width: 33px; height: 33px; }
  .care-card h3 { max-width: none; margin: .15rem 0 .35rem; }
  .care-card p { grid-column: 2; }
  .doctor-profile { width: min(calc(100% - 32px), var(--content-max)); grid-template-columns: 1fr; gap: 2rem; padding: 1.1rem 1.1rem 2rem; border-radius: 18px; }
  .profile-media { min-height: 340px; }
  .profile-copy { padding-inline: .2rem; }
  .profile-flower { display: none; }
  .principle { grid-template-columns: auto 1fr; padding: 1.6rem; }
  .principle-mark { font-size: 3.4rem; }
  .principle .text-arrow { display: none; }
  .booking-section { padding-block: 4rem; }
  .booking-layout { grid-template-columns: 1fr; gap: 2rem; }
  .booking-symbol { width: 62px; height: 62px; }
  .booking-day { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; gap: 1rem; padding-block: 4rem; }
  .footer-shell { display: grid; grid-template-columns: 1fr auto; }
  .footer-shell p { grid-column: 1/-1; grid-row: 2; }
}
@media(max-width: 420px) {
  .clinic-hero-media { min-height: 340px; }
  .hero-actions { gap: .6rem; }
  .button { padding-inline: .9rem; }
}
.booking-preview-card { padding: clamp(1.5rem, 3vw, 2.6rem); border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f4f7f1); box-shadow: var(--shadow); }
.booking-preview-card h3 { margin: .3rem 0 1.4rem; font: 500 clamp(1.7rem, 2.5vw, 2.5rem)/1.2 var(--serif); }
.booking-preview-card ol { display: grid; gap: .85rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.booking-preview-card li { display: flex; align-items: center; gap: .75rem; color: var(--muted); }
.booking-preview-card li span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .8125rem; font-weight: 600; }
.booking-preview-card .button { width: 100%; justify-content: space-between; }
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
