:root {
  color-scheme: light;
  --paper: #f5f4ee;
  --paper-deep: #ecece3;
  --white: #fff;
  --ink: #172622;
  --muted: #5b6a61;
  --green: #4f5b35;
  --green-dark: #38432a;
  --green-soft: #e0e5d5;
  --line: #d9ddd4;
  --wa: #087e4a;
  --wa-hover: #06683d;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #bb8c3d; outline-offset: 4px; }
::selection { background: #c9d7ca; color: var(--green-dark); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 15px; border-radius: 4px; background: var(--green-dark); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-wrap { width: min(var(--content), calc(100% - 72px)); margin-inline: auto; }
.section-space { padding-block: 112px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(79 91 53 / 12%); background: rgb(255 255 255 / 96%); backdrop-filter: blur(14px); }
.header-inner { width: min(1320px, calc(100% - 72px)); min-height: 96px; margin-inline: auto; display: flex; align-items: center; gap: 38px; }
.wordmark { width: 120px; display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.wordmark img { width: 100%; height: auto; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(16px, 2.2vw, 32px); }
.site-nav a { text-decoration: none; color: #3c4d46; font-size: 14px; font-weight: 500; transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--wa); }
.nav-mobile-action, .menu-toggle { display: none; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 650; line-height: 1.2; text-align: center; text-decoration: none; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-whatsapp { background: var(--wa); color: #fff; }
.button-whatsapp:hover { background: var(--wa-hover); }
.button-whatsapp:focus-visible, .button-light:focus-visible { outline-color: #d4a24d; }
.whatsapp-mark { width: 19px; height: 19px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; }
.header-action { min-height: 44px; padding-inline: 17px; font-size: 12.5px; }
.header-action .whatsapp-mark { width: 16px; height: 16px; font-size: 11px; }

.hero { min-height: 662px; padding-block: 74px 88px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(44px, 7vw, 100px); position: relative; }
.hero-copy { padding-bottom: 14px; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 11px; color: #5b6a61; font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-line { width: 25px; height: 1px; display: inline-block; background: #789284; }
.hero-brand { margin: 38px 0 7px; color: var(--green); font-family: var(--serif); font-size: 15px; font-weight: 700; letter-spacing: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 450; letter-spacing: -.045em; }
.hero h1 { margin-bottom: 20px; color: var(--green-dark); font-family: var(--serif); font-size: clamp(50px, 5.1vw, 76px); line-height: .99; }
.hero-intro { max-width: 390px; margin-bottom: 27px; color: #56645d; font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.button-quiet { border-color: transparent; padding-inline: 14px; color: var(--green); }
.button-quiet:hover { background: var(--green-soft); }
.hero-meta { margin-top: 36px; display: flex; align-items: center; gap: 13px; color: #5b6a61; font-size: 12px; }
.meta-divider { width: 3px; height: 3px; border-radius: 50%; background: #86958a; }
.hero-visual { position: relative; margin: 0; padding: 0 0 26px 20px; }
.hero-visual picture { display: block; overflow: hidden; height: 440px; background: var(--green-soft); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.image-caption { position: absolute; right: 0; bottom: 0; min-height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 15px; background: var(--white); color: #52645b; font-size: 11px; letter-spacing: .03em; }
.caption-dot { width: 6px; height: 6px; border-radius: 50%; background: #7e9a84; }
.hero-stamp { position: absolute; top: 29px; left: -8px; width: 71px; height: 71px; display: grid; align-content: center; justify-items: center; border-radius: 50%; background: var(--green); color: #fff; font-family: var(--serif); font-size: 18px; line-height: .9; box-shadow: 0 5px 25px rgb(16 57 47 / 15%); }
.hero-stamp span { margin-top: 4px; font-family: var(--sans); font-size: 7px; letter-spacing: .13em; }
.hero-scroll { position: absolute; bottom: 34px; left: 0; display: flex; align-items: center; gap: 11px; color: #5b6a61; font-size: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-scroll span:last-child { font-size: 15px; }

.intro-strip { background: var(--paper-deep); }
.intro-strip-inner { min-height: 160px; display: grid; grid-template-columns: 160px minmax(200px, 1fr) auto; align-items: center; gap: 44px; }
.intro-strip .eyebrow { align-self: start; margin-top: 53px; }
.intro-strip p { max-width: 650px; margin: 0; color: #364c43; font-family: var(--serif); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; }
.intro-signoff { color: #59695f; font-size: 11px; letter-spacing: .05em; white-space: nowrap; }
.intro-signoff span { padding-inline: 4px; color: #59695f; }

.section-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .reviews-heading h2, .location-heading h2 { margin: 16px 0 0; color: var(--green-dark); font-family: var(--serif); font-size: clamp(42px, 4.8vw, 62px); line-height: 1.02; }
.section-aside { max-width: 280px; margin: 0 0 4px; color: #5e6e64; font-size: 14px; line-height: 1.7; }
.treatment-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid var(--line); }
.treatment-list li { min-height: 78px; padding: 0 18px 0 4px; display: grid; grid-template-columns: 30px 1fr 20px; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); color: #243b32; font-family: var(--serif); font-size: 20px; }
.treatment-list li:nth-child(3n + 2), .treatment-list li:nth-child(3n + 3) { padding-left: 22px; border-left: 1px solid var(--line); }
.treatment-index { color: #5b6a61; font-family: var(--sans); font-size: 10px; letter-spacing: .08em; }
.treatment-arrow { justify-self: end; color: #83988a; font-family: var(--sans); font-size: 13px; opacity: 0; transform: translate(-3px, 3px); transition: opacity .18s ease, transform .18s ease; }
.treatment-list li:hover .treatment-arrow { opacity: 1; transform: translate(0, 0); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 12px; font-weight: 650; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: var(--wa); }
.treatments > .text-link { margin-top: 27px; }

.dentist-section { overflow: hidden; background: var(--green-dark); color: #f7f6ee; }
.dentist-inner { padding-block: 78px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(40px, 7vw, 88px); }
.dentist-portrait { width: 100%; max-width: 430px; margin: 0; }
.dentist-portrait picture { display: block; overflow: hidden; aspect-ratio: 17 / 20; background: #e0e5d5; }
.dentist-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.dentist-portrait figcaption { padding-top: 13px; color: #c3cfbd; font-size: 12px; letter-spacing: .04em; }
.dentist-copy { position: relative; z-index: 1; }
.dentist-copy .eyebrow { color: #b7c8be; }
.dentist-copy .eyebrow-line { background: #87a193; }
.dentist-copy h2 { margin: 22px 0 19px; color: #f8f7ef; font-family: var(--serif); font-size: clamp(44px, 4.7vw, 66px); line-height: .99; }
.period { color: #91ad97; }
.credentials-primary { margin: 0 0 6px; color: #f8f7ef; font-size: 15px; font-weight: 650; line-height: 1.55; }
.credentials-secondary { margin: 0 0 18px; color: #c3cfbd; font-size: 14px; line-height: 1.55; }
.credentials-list { max-width: 570px; margin: 0 0 23px; padding: 0; display: grid; gap: 9px; list-style: none; }
.credentials-list li { position: relative; padding-left: 15px; color: #e0e6db; font-size: 14px; line-height: 1.6; }
.credentials-list li::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #a6b493; content: ""; }
.button-light { min-height: 45px; border-color: #829a8c; padding-inline: 17px; background: transparent; color: #fff; }
.button-light:hover { background: #1b4c40; border-color: #e8eee7; }

.offer-section { margin-block: 98px; padding: 43px 48px 34px; background: #e8ece4; }
.offer-kicker { display: flex; justify-content: space-between; align-items: center; }
.offer-kicker .eyebrow { color: #59695f; }
.offer-emblem { color: #809482; font-size: 24px; }
.offer-main { padding-block: 38px 35px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.offer-main h2 { margin: 17px 0 0; color: var(--green-dark); font-family: var(--serif); font-size: clamp(35px, 4vw, 50px); line-height: 1.08; }
.offer-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9d3c9; }
.offer-list li { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #c9d3c9; color: #30483d; font-size: 14px; }
.offer-list li span:last-child { color: #738c78; }
.offer-footer { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #c9d3c9; color: #59695f; font-size: 12px; }
.offer-footer .text-link { font-size: 12px; }

.clinic-section { background: #eeeee6; }
.clinic-heading { margin-bottom: 45px; }
.clinic-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: start; }
.clinic-image { margin: 0; }
.clinic-image picture { display: block; overflow: hidden; background: #dfe6de; }
.clinic-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.clinic-image:hover img { transform: scale(1.015); }
.clinic-image-main picture { height: 440px; }
.clinic-image-main img { object-position: center 56%; }
.clinic-image-side { margin-top: 94px; }
.clinic-image-side picture { height: 365px; }
.clinic-image-side img { object-position: center 54%; }
.clinic-image figcaption { padding-top: 12px; display: flex; align-items: center; gap: 10px; color: #526159; font-size: 11px; letter-spacing: .04em; }
.clinic-image figcaption span { color: #59695f; font-size: 10px; }

.reviews-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 76px; }
.reviews-heading { position: sticky; top: 130px; }
.reviews-heading h2 { font-size: clamp(45px, 5vw, 62px); }
.reviews-heading > p:last-child { max-width: 230px; margin-top: 21px; color: #5e6e64; font-size: 14px; line-height: 1.65; }
.review-list { border-top: 1px solid var(--line); }
.review-quote { position: relative; margin: 0; padding: 30px 0 31px 44px; border-bottom: 1px solid var(--line); }
.review-quote-featured { padding-top: 33px; }
.quote-mark { position: absolute; top: 22px; left: 0; color: #90a596; font-family: var(--serif); font-size: 39px; line-height: 1; }
.review-quote p { max-width: 630px; margin: 0 0 18px; color: #34483e; font-family: var(--serif); font-size: 19px; line-height: 1.6; }
.review-quote footer { color: #617066; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.appointment-section { background: #e8ece4; }
.appointment-inner { padding-block: 96px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 8vw, 112px); }
.appointment-copy h2 { margin: 20px 0 18px; color: var(--green-dark); font-family: var(--serif); font-size: clamp(43px, 4.6vw, 59px); line-height: 1.03; }
.appointment-copy > p:not(.eyebrow) { max-width: 390px; color: #5b6c61; font-size: 15px; line-height: 1.78; }
.appointment-note { max-width: 365px; margin-top: 27px; padding-top: 17px; display: flex; align-items: flex-start; gap: 12px; border-top: 1px solid #c8d2c9; color: #59695f; font-size: 12px; line-height: 1.65; }
.note-icon { flex: 0 0 auto; color: var(--green); font-size: 15px; }
.appointment-form { min-width: 0; padding: 32px; background: var(--white); box-shadow: 0 15px 45px rgb(36 59 50 / 5%); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 20px; }
.form-field label { margin-bottom: 7px; display: block; color: #30443b; font-size: 12px; font-weight: 650; line-height: 1.35; }
.form-field label span { color: #a15d44; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; min-height: 49px; padding: 11px 12px; border: 1px solid #c8d2c9; border-radius: 2px; background: #fff; color: var(--ink); font-size: 14px; line-height: 1.4; }
.form-field textarea { min-height: 82px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #5e6e64; }
.form-field input:focus, .form-field textarea:focus { border-color: #678674; outline: 2px solid rgb(103 134 116 / 18%); box-shadow: 0 0 0 3px rgb(103 134 116 / 8%); }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid rgb(103 134 116 / 28%); outline-offset: 1px; }
.form-submit { width: 100%; min-height: 51px; margin-top: 1px; cursor: pointer; }
.form-submit:disabled { cursor: default; opacity: .72; transform: none; }
.form-hint { margin: 12px 0 0; color: #637168; font-size: 11px; line-height: 1.6; }
.form-status { margin: 0; color: #2f5f48; font-size: 13px; line-height: 1.6; }
.form-status:not(:empty) { margin-top: 12px; }
.form-fallback { margin-top: 8px; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 650; text-underline-offset: 4px; }
.form-fallback[hidden] { display: none; }

.location-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.location-heading h2 { font-size: clamp(45px, 4.8vw, 60px); }
.location-details { padding-top: 5px; display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 28px; }
.location-block h3 { margin: 0 0 16px; color: #5e6c63; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.location-block address, .location-block p { min-height: 93px; margin: 0 0 13px; color: #35483e; font-size: 14px; font-style: normal; line-height: 1.75; }
.location-block .text-link, .contact-link { font-size: 12px; }
.location-small { display: inline-block; color: #5e6d63; font-size: 11px; }
.contact-link { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-link + .contact-link { margin-top: 4px; }
.contact-link:hover { color: var(--wa); }

.site-footer { background: #fff; color: var(--ink); }
.footer-inner { min-height: 118px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 18px; }
.footer-wordmark { width: 108px; }
.footer-inner > p { margin: 0; justify-self: center; color: var(--green); font-family: var(--serif); font-size: 14px; }
.back-top { justify-self: end; color: var(--green); font-size: 11px; text-decoration: none; }
.back-top span { margin-left: 6px; }
.footer-inner small { grid-column: 1 / -1; justify-self: center; margin-top: -30px; color: var(--muted); font-size: 9px; }

@media (max-width: 1050px) {
  .header-inner { gap: 23px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 13px; }
  .hero { gap: 46px; }
  .hero-visual picture { height: 400px; }
  .intro-strip-inner { grid-template-columns: 130px 1fr; gap: 25px; padding-block: 30px; }
  .intro-strip .eyebrow { margin-top: 9px; }
  .intro-signoff { grid-column: 2; }
  .dentist-inner { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 40px; }
  .location-section { grid-template-columns: .55fr 1.45fr; gap: 45px; }
  .location-details { gap: 18px; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 78px; }
  .section-wrap { width: min(var(--content), calc(100% - 44px)); }
  .section-space { padding-block: 82px; }
  .header-inner { width: calc(100% - 44px); min-height: 72px; justify-content: space-between; gap: 15px; }
  .menu-toggle { width: 44px; height: 44px; order: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid #c9d2c9; border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { width: 15px; height: 1px; background: var(--green); transition: transform .18s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 11px 22px 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 20px rgb(22 45 35 / 7%); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { min-height: 45px; display: flex; align-items: center; border-bottom: 1px solid #e1e4dd; font-size: 15px; }
  .site-nav .nav-mobile-action { margin-top: 14px; padding-inline: 13px; justify-content: center; border: 1px solid #c5d2c7; color: var(--green); }
  .header-action { order: 3; min-height: 44px; padding-inline: 12px; font-size: 11px; }
  .header-action .whatsapp-mark { display: none; }
  .wordmark { width: 90px; }

  .hero { min-height: auto; padding-block: 56px 76px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 610px; padding: 0; }
  .hero-brand { margin-top: 27px; }
  .hero h1 { font-size: clamp(54px, 10vw, 72px); }
  .hero-intro { max-width: 460px; }
  .hero-visual { padding-left: 12px; }
  .hero-visual picture { height: clamp(250px, 62vw, 420px); }
  .hero-stamp { top: 20px; left: -7px; width: 61px; height: 61px; font-size: 16px; }
  .hero-scroll { display: none; }
  .intro-strip-inner { min-height: 0; grid-template-columns: 1fr; gap: 11px; padding-block: 28px; }
  .intro-strip .eyebrow { margin: 0; }
  .intro-strip p { font-size: 21px; }
  .intro-signoff { grid-column: auto; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(42px, 8vw, 58px); }
  .treatment-list { grid-template-columns: repeat(2, 1fr); }
  .treatment-list li:nth-child(3n + 2), .treatment-list li:nth-child(3n + 3) { padding-left: 4px; border-left: 0; }
  .treatment-list li:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
  .dentist-inner { padding-block: 70px; grid-template-columns: 1fr; gap: 28px; }
  .dentist-portrait { max-width: 460px; }
  .dentist-copy h2 { font-size: clamp(45px, 8vw, 64px); }
  .offer-section { width: calc(100% - 44px); margin-block: 64px; padding: 30px 25px 24px; }
  .offer-main { padding-block: 28px; grid-template-columns: 1fr; gap: 25px; }
  .offer-main h2 { font-size: clamp(35px, 7.4vw, 46px); }
  .clinic-heading { align-items: end; }
  .clinic-heading .section-aside { max-width: 210px; }
  .clinic-gallery { grid-template-columns: 1fr 1fr; gap: 18px; }
  .clinic-image-main picture { height: 335px; }
  .clinic-image-side { margin-top: 66px; }
  .clinic-image-side picture { height: 260px; }
  .reviews-section { grid-template-columns: 1fr; gap: 32px; }
  .reviews-heading { position: static; }
  .reviews-heading h2 { font-size: 54px; }
  .reviews-heading br { display: none; }
  .reviews-heading > p:last-child { margin-top: 14px; }
  .review-quote p { font-size: 17px; }
  .appointment-inner { padding-block: 75px; grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .appointment-copy { min-width: 0; }
  .appointment-copy h2 { font-size: clamp(44px, 9vw, 56px); }
  .appointment-form { padding: 25px; }
  .location-section { grid-template-columns: 1fr; gap: 34px; }
  .location-heading h2 br { display: none; }
  .location-details { grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
  .location-block address, .location-block p { min-height: 105px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .section-wrap { width: calc(100% - 36px); }
  .section-space { padding-block: 68px; }
  .header-inner { width: calc(100% - 30px); min-height: 66px; gap: 8px; }
  .wordmark { width: 96px; }
  .header-action { min-height: 44px; padding-inline: 10px; font-size: 10px; white-space: nowrap; }
  .menu-toggle { width: 44px; height: 44px; }
  .site-nav { padding-inline: 18px; }
  .hero { padding-block: 42px 56px; gap: 26px; }
  .eyebrow { font-size: 9px; }
  .hero-brand { margin-top: 24px; font-size: 13px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(46px, 13vw, 60px); }
  .hero-intro { margin-bottom: 20px; font-size: 14px; }
  .hero-actions { align-items: stretch; gap: 7px; }
  .hero-actions .button { min-height: 46px; padding-inline: 13px; font-size: 11px; }
  .hero-actions .button-quiet { padding-inline: 9px; }
  .hero-meta { margin-top: 23px; gap: 9px; font-size: 10px; }
  .hero-visual { padding-left: 7px; padding-bottom: 23px; }
  .hero-visual picture { height: 260px; }
  .hero-visual img { object-position: 50% center; }
  .hero-stamp { top: 14px; left: -7px; width: 51px; height: 51px; font-size: 14px; }
  .hero-stamp span { font-size: 6px; }
  .image-caption { min-height: 39px; padding-inline: 10px; font-size: 9px; }
  .intro-strip-inner { gap: 9px; padding-block: 24px; }
  .intro-strip p { font-size: 19px; }
  .intro-signoff { font-size: 9px; }
  .section-heading { margin-bottom: 29px; align-items: start; flex-direction: column; gap: 16px; }
  .section-heading h2 { margin-top: 13px; font-size: 43px; }
  .section-aside { max-width: 320px; font-size: 13px; }
  .treatment-list li { min-height: 65px; grid-template-columns: 23px 1fr 14px; gap: 5px; padding-right: 8px; font-size: 16px; }
  .treatment-list li:nth-child(even) { padding-left: 10px; }
  .treatment-index { font-size: 8px; }
  .treatment-arrow { font-size: 11px; }
  .treatments > .text-link { margin-top: 21px; }
  .dentist-inner { padding-block: 58px; gap: 22px; }
  .dentist-portrait { max-width: 420px; }
  .dentist-copy h2 { margin-block: 18px; font-size: clamp(39px, 10.7vw, 52px); }
  .credentials-primary { font-size: 14px; }
  .credentials-secondary { margin-bottom: 14px; }
  .credentials-list { margin-bottom: 19px; gap: 6px; }
  .credentials-list li { font-size: 13px; line-height: 1.55; }
  .offer-section { width: calc(100% - 36px); margin-block: 48px; padding: 25px 19px 19px; }
  .offer-main { padding-block: 24px; gap: 19px; }
  .offer-main h2 { margin-top: 13px; font-size: 35px; }
  .offer-list li { min-height: 46px; gap: 12px; font-size: 12px; }
  .offer-footer { align-items: flex-start; gap: 12px; font-size: 10px; }
  .offer-footer .text-link { gap: 6px; font-size: 11px; white-space: nowrap; }
  .clinic-heading { align-items: start; }
  .clinic-heading .section-aside { max-width: 320px; }
  .clinic-gallery { grid-template-columns: 1fr; gap: 25px; }
  .clinic-image-main picture { height: 250px; }
  .clinic-image-side { width: 78%; justify-self: end; margin-top: 0; }
  .clinic-image-side picture { height: 290px; }
  .clinic-image figcaption { padding-top: 8px; }
  .reviews-section { gap: 26px; }
  .reviews-heading h2 { font-size: 48px; }
  .review-quote { padding: 24px 0 22px 33px; }
  .quote-mark { top: 20px; font-size: 31px; }
  .review-quote p { margin-bottom: 13px; font-size: 17px; line-height: 1.58; }
  .appointment-inner { padding-block: 62px; gap: 27px; }
  .appointment-copy h2 { font-size: 43px; }
  .appointment-copy > p:not(.eyebrow) { font-size: 14px; }
  .appointment-note { margin-top: 20px; font-size: 11px; }
  .appointment-form { padding: 19px 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-bottom: 15px; }
  .form-field label { font-size: 12px; }
  .form-field input, .form-field textarea { font-size: 16px; }
  .form-hint { font-size: 11px; }
  .location-section { gap: 26px; }
  .location-heading h2 { font-size: 48px; }
  .location-details { grid-template-columns: 1fr 1fr; gap: 27px 18px; }
  .location-block:first-child { grid-column: 1 / -1; }
  .location-block address, .location-block p { min-height: 0; margin-bottom: 10px; font-size: 13px; }
  .location-block:first-child address { margin-bottom: 12px; }
  .location-block h3 { margin-bottom: 10px; }
  .location-small { font-size: 11px; }
  .contact-link { min-height: 44px; font-size: 11px; }
  .footer-inner { min-height: 150px; padding-block: 24px; grid-template-columns: 1fr 1fr; gap: 17px; }
  .footer-wordmark { width: 96px; }
  .footer-inner > p { justify-self: end; font-size: 12px; }
  .back-top { grid-column: 2; grid-row: 2; }
  .footer-inner small { grid-column: 1; grid-row: 2; justify-self: start; align-self: center; margin: 0; }
}

@media (max-width: 300px) {
  .section-wrap, .header-inner { width: calc(100% - 24px); }
  .header-inner { gap: 6px; }
  .wordmark { width: 68px; }
  .menu-toggle { width: 44px; height: 44px; }
  .header-action { min-height: 44px; padding-inline: 7px; }
  .header-action-label { font-size: 0; }
  .header-action-label::after { content: "WhatsApp"; font-size: 9px; }
  .reviews-heading h2 { font-size: 40px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .button-quiet { width: 100%; }
  .treatment-list { grid-template-columns: 1fr; }
  .treatment-list li:nth-child(even) { padding-left: 4px; border-left: 0; }
  .offer-footer { align-items: flex-start; flex-direction: column; }
  .location-details { grid-template-columns: 1fr; }
  .location-block:first-child { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > p, .back-top, .footer-inner small { grid-column: auto; grid-row: auto; justify-self: start; margin-top: 0; }
}

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