:root {
  --paper: #f8f6f0;
  --paper-deep: #efede4;
  --white: #fffefb;
  --ink: #46482f;
  --ink-dark: #343624;
  --text: #636353;
  --muted: #727062;
  --bronze: #977644;
  --line: #deddd1;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --ease: cubic-bezier(.2, .65, .3, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { vertical-align: middle; }
p, h1, h2, h3, h4 { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button { border: 0; }
address { font-style: normal; }
[hidden], .icon-library { display: none !important; }
::selection { color: var(--white); background: var(--bronze); }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 5px; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; border-radius: 8px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: block; margin-bottom: 17px; font-size: 11px; line-height: 1.5; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: #806236; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(35px, 3.25vw, 47px); line-height: 1.18; letter-spacing: -.035em; }
h2 em, h1 em { font-weight: 400; color: var(--bronze); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 14px 24px; border: 1px solid transparent; border-radius: 6px; background: var(--ink); color: var(--white); font-size: 13px; line-height: 1.5; font-weight: 500; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.button .icon { width: 19px; height: 19px; }
.button:hover { background: var(--ink-dark); transform: translateY(-3px); box-shadow: 0 8px 22px #46482f1a; }
.button-small { min-height: 45px; padding: 11px 18px; font-size: 12px; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; line-height: 1.5; font-weight: 500; }
.text-link .icon { width: 17px; height: 17px; transition: transform .25s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link:hover { color: var(--bronze); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: #f8f6f0f5; border-bottom: 1px solid transparent; transition: background .3s ease, box-shadow .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: #f8f6f0fa; border-color: var(--line); box-shadow: 0 4px 22px #34362406; backdrop-filter: blur(12px); }
.header-inner { min-height: 98px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-name { display: block; font-family: var(--serif); font-size: 26px; line-height: 1.1; }
.brand-name > span { margin-left: 2px; font-family: var(--sans); font-size: 11px; line-height: 1.15; letter-spacing: .15em; }
.brand-name small { display: block; margin-top: 6px; font-family: var(--sans); font-size: 9px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
#primary-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-link { position: relative; padding: 9px 0; color: var(--text); font-size: 12px; font-weight: 500; transition: color .2s ease; }
.nav-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--bronze); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; content: ''; }
.nav-link:hover, .nav-link.is-active { color: var(--ink); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.header-cta { margin-left: 5px; }
.menu-toggle { display: none; }

/* First impression */
.hero { position: relative; padding: 48px 0 25px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 75px; }
.hero-content { padding-bottom: 12px; }
.location-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--text); font-size: 10px; font-weight: 500; line-height: 1.5; text-transform: uppercase; letter-spacing: .16em; }
.location-label .icon { width: 13px; height: 13px; }
.status-dot { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--bronze); box-shadow: 0 0 0 4px #9776440c; }
.hero h1 { margin-left: -3px; font-size: clamp(52px, 5.15vw, 73px); line-height: 1.09; letter-spacing: -.055em; }
.hero h1 em { font-style: italic; }
.hero-description { max-width: 410px; margin-top: 25px; color: var(--text); font-size: 14px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0 24px; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.hero-actions > .hero-note { flex-basis: 100%; }
.hero-note .icon { width: 13px; height: 13px; }
.hero-signature { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.signature-line { width: 35px; height: 1px; flex-shrink: 0; background: var(--bronze); }
.hero-signature p { max-width: 280px; color: var(--muted); font-family: var(--serif); font-size: 14px; font-style: italic; }
.hero-visual { position: relative; padding: 0 15px 25px 0; }
.hero-photo-frame { position: relative; z-index: 1; height: 535px; overflow: hidden; border-radius: 190px 190px 8px 8px; background: #d7d3c4; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-photo-frame::after { position: absolute; inset: 55% 0 0; pointer-events: none; background: linear-gradient(transparent, #22251585); content: ''; }
.photo-caption { position: absolute; z-index: 2; right: 22px; bottom: 107px; left: 22px; color: #fff; font-size: 10px; line-height: 1.6; letter-spacing: .03em; }
.photo-caption .icon { width: 14px; height: 14px; margin-right: 5px; }
.hero-orbit { position: absolute; top: -14px; right: 0; bottom: 39px; left: 16px; border: 1px solid #c7bd9f; border-radius: 200px 200px 8px 8px; }
.welcome-card { position: absolute; z-index: 3; right: -15px; bottom: 0; display: flex; align-items: center; gap: 13px; max-width: calc(100% - 24px); padding: 19px 23px; border: 1px solid #ece8dc; border-radius: 8px; background: var(--white); box-shadow: 0 12px 36px #3436240d; }
.welcome-icon { display: grid; place-items: center; width: 39px; height: 39px; flex-shrink: 0; border-radius: 50%; color: var(--bronze); background: #f5f1e6; }
.welcome-icon .icon { width: 22px; height: 22px; }
.welcome-card strong { display: block; font-size: 12px; line-height: 1.5; font-weight: 500; }
.welcome-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.6; }
.hero-bottom > * { display: flex; align-items: center; gap: 7px; }
.hero-bottom .icon { width: 13px; height: 13px; }
.hero-bottom a:hover { color: var(--ink); }

/* Care and treatments */
.care-strip { margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f1efe7; }
.care-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 26px; }
.care-strip-inner > * { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 20px; border-right: 1px solid var(--line); }
.care-strip-inner > :first-child { justify-content: flex-start; padding-left: 0; }
.care-strip-inner > :last-child { border: 0; justify-content: flex-end; padding-right: 0; }
.care-strip-inner .icon { width: 26px; height: 26px; color: var(--bronze); }
.care-strip-inner strong { display: block; font-size: 12px; font-weight: 500; line-height: 1.5; }
.care-strip-inner > span { font-size: 12px; font-weight: 500; line-height: 1.6; }
.care-strip-inner p { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.section { padding-block: 104px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 42px; }
.section-heading > p { max-width: 330px; padding-bottom: 3px; color: var(--text); font-size: 13px; line-height: 1.9; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card, .service-invite { display: flex; flex-direction: column; min-height: 275px; padding: 29px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); transition: transform .35s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c2b393; box-shadow: 0 12px 28px #46482f08; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; color: var(--bronze); }
.service-top > .icon { width: 31px; height: 31px; stroke-width: 1.35; }
.service-top > span { color: #b8b3a3; font-size: 11px; letter-spacing: .08em; }
.service-card h3, .service-invite h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.3; letter-spacing: -.035em; }
.service-card > p, .service-invite > p { margin-bottom: 24px; color: var(--text); font-size: 13px; line-height: 1.8; }
.service-card .text-link { align-self: flex-start; margin-top: auto; font-size: 11px; }
.service-invite { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr 1.35fr auto; align-items: center; gap: 25px; min-height: 0; justify-content: center; border-color: var(--ink); background: var(--ink); color: var(--paper); }
.service-invite > .icon { width: 27px; height: 27px; margin: 0; color: #d3bb91; }
.service-invite > p { margin: 0; color: #d1d0c0; }
.service-invite h3 { max-width: 245px; margin: 0; font-size: 27px; }
.service-invite .text-link { align-self: center; margin: 0; color: var(--paper); font-size: 12px; white-space: nowrap; }
.service-invite .text-link:hover { color: #dbc498; }
.services-note { margin-top: 24px; text-align: center; color: var(--muted); font-size: 11px; }

/* The clinic */
.about { background: var(--paper-deep); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.about-visual { position: relative; }
.about-photo { width: 100%; height: 580px; object-fit: cover; object-position: center; border-radius: 8px 8px 130px 8px; }
.about-photo-label { position: absolute; bottom: 28px; left: 27px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid #ffffff60; border-radius: 5px; background: #fffefbe8; color: var(--ink); font-size: 11px; line-height: 1.5; backdrop-filter: blur(8px); }
.about-photo-label .icon { width: 17px; height: 17px; color: var(--bronze); }
.about-content > p { margin-top: 22px; color: var(--text); font-size: 14px; line-height: 1.9; }
.care-list { display: grid; gap: 21px; margin: 30px 0; list-style: none; }
.care-list li { display: flex; align-items: flex-start; gap: 15px; }
.care-list li > span { display: grid; place-items: center; width: 35px; height: 35px; flex-shrink: 0; border: 1px solid #d9d6c7; border-radius: 50%; color: var(--bronze); }
.care-list .icon { width: 18px; height: 18px; }
.care-list strong { display: block; margin-bottom: 3px; font-size: 13px; line-height: 1.5; font-weight: 500; }
.care-list p { color: var(--text); font-size: 12px; line-height: 1.75; }
.about-content > .text-link { margin-top: 2px; padding-bottom: 5px; border-bottom: 1px solid #b4ac95; }

/* A clear first visit */
.center-heading { max-width: 630px; margin: 0 auto 47px; text-align: center; }
.center-heading > p { max-width: 465px; margin: 19px auto 0; color: var(--text); font-size: 13px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; list-style: none; }
.steps li { position: relative; text-align: center; }
.steps li:not(:last-child)::after { position: absolute; top: 25px; left: calc(50% + 44px); width: calc(100% - 33px); border-top: 1px dashed #d8d3c2; content: ''; }
.step-number { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 51px; height: 51px; margin-bottom: 23px; border: 1px solid #d8d3c2; border-radius: 50%; background: var(--paper); color: var(--bronze); font-family: var(--serif); font-size: 19px; }
.steps h3 { margin-bottom: 12px; font-size: 23px; letter-spacing: -.03em; }
.steps p { max-width: 275px; margin-inline: auto; color: var(--text); font-size: 13px; line-height: 1.85; }

/* Answers */
.faq { padding-top: 15px; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; padding-top: 70px; border-top: 1px solid var(--line); }
.faq-grid > div:first-child > p { max-width: 340px; margin-top: 22px; color: var(--text); font-size: 13px; line-height: 1.85; }
.faq-grid > div:first-child > .text-link { margin-top: 24px; }
.faq-items { border-top: 1px solid var(--line); }
.faq-items details { padding: 0; border-bottom: 1px solid var(--line); }
.faq-items summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 75px; padding: 19px 0; font-size: 14px; line-height: 1.6; font-weight: 500; list-style: none; cursor: pointer; }
.faq-items summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; display: grid; place-items: center; width: 24px; height: 24px; flex-shrink: 0; color: var(--bronze); font-size: 22px; font-weight: 300; transition: transform .25s ease; }
.faq-plus::before, .faq-plus::after { position: absolute; width: 12px; height: 1px; background: currentColor; content: ''; }
.faq-plus::after { transform: rotate(90deg); }
.faq-plus .icon { width: 18px; height: 18px; }
.faq-items details[open] .faq-plus { transform: rotate(45deg); }
.faq-items details > p { max-width: 520px; padding: 0 28px 23px 0; color: var(--text); font-size: 13px; line-height: 1.85; }

/* Find the clinic */
.contact { background: var(--paper-deep); }
.contact-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 74px; }
.contact-intro { max-width: 380px; margin: 21px 0 30px; color: var(--text); font-size: 13px; line-height: 1.9; }
.contact-detail { display: flex; align-items: flex-start; gap: 13px; margin-top: 22px; }
.contact-detail > .icon { width: 19px; height: 19px; margin-top: 2px; color: var(--bronze); }
.contact-detail h3 { margin-bottom: 5px; font-family: var(--sans); font-size: 12px; font-weight: 500; line-height: 1.5; }
.contact-detail p, .contact-detail address { color: var(--text); font-size: 12px; line-height: 1.85; }
.contact-detail a:hover { color: var(--bronze); }
.contact-phone { font-size: 15px; line-height: 1.7; }
.contact-content > .button { margin-top: 31px; }
.map-card { overflow: hidden; border: 1px solid #dcd8c9; border-radius: 9px; background: var(--white); box-shadow: 0 12px 40px #34362406; }
.map-card iframe { display: block; width: 100%; height: 435px; border: 0; background: #e5e5db; }
.map-caption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px; }
.map-caption strong { display: block; font-size: 13px; line-height: 1.5; font-weight: 500; }
.map-caption span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.map-directions { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; font-size: 11px; font-weight: 500; }
.map-directions .icon { width: 15px; height: 15px; }
.map-directions:hover { color: var(--bronze); }

/* Closing and footer */
.closing-section { padding-block: 62px; background: var(--ink); color: var(--paper); }
.closing-content { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.closing-content h2 { font-size: clamp(30px, 2.8vw, 40px); }
.closing-content h2 em { color: #d4be97; }
.closing-content .eyebrow { color: #d4be97; }
.closing-content p { margin-top: 12px; color: #d1d0c0; font-size: 13px; }
.closing-content .button { flex-shrink: 0; }
.site-footer { padding-top: 55px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 55px; padding-bottom: 44px; }
.footer-main .brand img { width: 42px; height: 42px; }
.footer-main .brand-name > span { font-size: 11px; }
.footer-main .brand-name small { font-size: 9px; }
.footer-tagline, .footer-main > div:first-child > p { max-width: 270px; margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.footer-main h3 { margin-bottom: 17px; font-family: var(--sans); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .12em; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-nav h3 { margin-bottom: 8px; }
.footer-nav a, .footer-contact > a, .footer-contact p { color: var(--text); font-size: 12px; line-height: 1.85; }
.footer-nav a:hover, .footer-contact > a:hover { color: var(--bronze); }
.footer-contact > a { display: block; overflow-wrap: anywhere; }
.social-links { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.social-links a { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links .icon { width: 16px; height: 16px; }
.social-links a:hover { color: var(--bronze); border-color: var(--bronze); transform: translateY(-2px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.7; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #ffffff30; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 5px 22px #34362433; transition: transform .25s ease, background .25s ease; }
.floating-whatsapp > .icon { width: 26px; height: 26px; }
.floating-whatsapp:hover { transform: translateY(-3px); background: var(--ink-dark); }
.floating-label { position: absolute; right: calc(100% + 12px); width: max-content; padding: 7px 12px; border-radius: 5px; background: var(--ink-dark); color: #fff; opacity: 0; visibility: hidden; transform: translateX(4px); font-size: 11px; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; pointer-events: none; }
.floating-whatsapp:hover .floating-label, .floating-whatsapp:focus-visible .floating-label { opacity: 1; visibility: visible; transform: translateX(0); }
.back-to-top { position: fixed; bottom: 90px; right: 31px; z-index: 44; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); }

/* Motion is a progressive enhancement: every section is visible without JS. */
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-enter { animation: enter .85s var(--ease) both; }
.hero-content.hero-enter { animation-delay: .08s; }
.hero-content > .hero-enter:nth-child(2) { animation-delay: .08s; }
.hero-content > .hero-enter:nth-child(3) { animation-delay: .16s; }
.hero-content > .hero-enter:nth-child(4) { animation-delay: .24s; }
.hero-content > .hero-enter:nth-child(5) { animation-delay: .32s; }
.hero-visual.hero-enter { animation-delay: .2s; }
.hero-bottom.hero-enter { animation-delay: .35s; }
.reveal { transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.reveal-pending:not(.is-visible) { opacity: 0; transform: translateY(25px); }
.services-grid > :nth-child(2), .steps > :nth-child(2) { transition-delay: .08s; }
.services-grid > :nth-child(3), .steps > :nth-child(3) { transition-delay: .16s; }

@media (min-width: 1440px) {
  .hero { padding-top: 58px; }
  .hero-grid { gap: 90px; }
}

@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 22px; }
  #primary-nav { gap: 22px; }
  .brand-name > span { font-size: 10px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: clamp(49px, 5.6vw, 64px); }
  .hero-photo-frame { height: 510px; }
  .hero-actions { gap: 0 17px; }
  .hero-actions .button { padding-inline: 18px; }
  .hero-actions .text-link { font-size: 12px; }
  .welcome-card { right: 0; padding: 17px; }
  .about-grid, .faq-grid { gap: 50px; }
  .contact-grid { gap: 45px; }
  .service-card, .service-invite { padding: 24px; }
  .care-strip-inner > * { gap: 10px; padding-inline: 15px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 95px; }
  .header-inner { min-height: 82px; }
  .header-cta { align-self: flex-start; margin: 14px 0 0; }
  .menu-toggle { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-left: auto; padding: 8px; border: 1px solid var(--line); border-radius: 5px; background: transparent; color: var(--ink); }
  .menu-toggle .icon { width: 21px; height: 21px; }
  .menu-toggle span { display: block; position: absolute; left: 11px; width: 18px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle span:first-child { transform: translateY(-4px); }
  .menu-toggle span:last-child { transform: translateY(4px); }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: rotate(-45deg); }
  #primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 32px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 25px #34362408; }
  #primary-nav.is-open { display: flex; }
  .nav-link { padding: 13px 0; font-size: 14px; }
  .nav-link::after { width: 25px; right: auto; }
  .hero { padding-top: 34px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: clamp(43px, 6vw, 53px); }
  .hero-photo-frame { height: 465px; border-radius: 160px 160px 7px 7px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 0 15px; margin-top: 24px; }
  .hero-actions .button { min-height: 48px; padding-inline: 16px; font-size: 12px; }
  .hero-signature { margin-top: 23px; }
  .hero-signature p { font-size: 12px; }
  .location-label { margin-bottom: 20px; font-size: 9px; letter-spacing: .1em; }
  .welcome-card { right: -4px; gap: 9px; padding: 14px; }
  .welcome-icon { width: 32px; height: 32px; }
  .welcome-card strong { font-size: 11px; }
  .welcome-card span { font-size: 10px; }
  .care-strip-inner { padding-block: 22px; }
  .care-strip-inner > * { align-items: flex-start; }
  .care-strip-inner .icon { width: 22px; height: 22px; }
  .care-strip-inner strong { font-size: 11px; }
  .section { padding-block: 78px; }
  .section-heading { gap: 30px; margin-bottom: 32px; }
  .section-heading > p { max-width: 280px; font-size: 12px; }
  .services-grid { gap: 14px; }
  .service-card, .service-invite { padding: 21px; }
  .service-invite { grid-template-columns: auto 1fr 1.15fr auto; gap: 18px; }
  .service-card h3 { font-size: 22px; }
  .service-card > p, .service-invite > p { font-size: 13px; }
  .about-grid { gap: 38px; }
  .about-photo { height: 560px; border-bottom-right-radius: 85px; }
  .about-photo-label { right: 25px; bottom: 25px; left: 20px; font-size: 10px; }
  .about-content > p { font-size: 13px; }
  .care-list { gap: 17px; margin-block: 25px; }
  .care-list li { gap: 10px; }
  .care-list li > span { width: 30px; height: 30px; }
  .care-list p { font-size: 13px; }
  .steps { gap: 32px; }
  .steps li:not(:last-child)::after { width: calc(100% - 55px); }
  .steps h3 { font-size: 21px; }
  .steps p { font-size: 13px; }
  .faq { padding-top: 0; }
  .faq-grid { gap: 40px; padding-top: 55px; }
  .faq-items summary { font-size: 13px; }
  .contact-grid { gap: 34px; grid-template-columns: 1fr 1fr; }
  .map-card iframe { height: 425px; }
  .map-caption { align-items: flex-start; flex-direction: column; gap: 13px; padding: 20px; }
  .closing-section { padding-block: 48px; }
  .closing-content { gap: 30px; }
  .closing-content h2 { font-size: 33px; }
  .footer-main { grid-template-columns: 1.2fr .7fr 1fr; gap: 35px; }
}

@media (max-width: 650px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 13px; }
  .brand { gap: 8px; }
  .brand img { width: 39px; height: 39px; }
  .brand-name { font-size: 24px; }
  .brand-name > span { font-size: 10px; }
  .brand-name small { margin-top: 4px; font-size: 9px; letter-spacing: .05em; }
  .header-cta { display: inline-flex; }
  .menu-toggle { margin-left: auto; }
  #primary-nav { padding-inline: 20px; }
  .hero { padding: 29px 0 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 37px; }
  .hero-content { padding: 0; }
  .location-label { margin-bottom: 22px; font-size: 10px; letter-spacing: .12em; }
  .hero h1 { max-width: 440px; font-size: clamp(43px, 10.65vw, 65px); line-height: 1.11; letter-spacing: -.05em; }
  .hero-description { max-width: 450px; margin-top: 22px; font-size: 14px; line-height: 1.85; }
  .hero-actions { gap: 0 22px; margin-top: 26px; }
  .hero-actions .button { min-height: 53px; padding-inline: 20px; font-size: 13px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-note { margin-top: 12px; font-size: 10px; }
  .hero-signature { margin-top: 26px; }
  .hero-signature p { max-width: none; font-size: 13px; }
  .hero-visual { width: 100%; max-width: 450px; margin-inline: auto; padding: 0 10px 23px 0; }
  .hero-photo-frame { height: clamp(370px, 112vw, 500px); border-radius: 180px 180px 7px 7px; }
  .hero-photo { object-position: center; }
  .hero-orbit { top: -10px; bottom: 33px; left: 10px; border-radius: 180px 180px 7px 7px; }
  .photo-caption { bottom: 106px; left: 20px; }
  .welcome-card { right: 0; padding: 16px 20px; gap: 12px; }
  .welcome-card strong { font-size: 12px; }
  .welcome-card span { font-size: 10px; }
  .welcome-icon { width: 35px; height: 35px; }
  .hero-bottom { align-items: flex-start; margin-top: 26px; padding-top: 19px; gap: 15px; font-size: 10px; }
  .hero-bottom > :first-child { max-width: 195px; }
  .hero-bottom > :last-child { flex-shrink: 0; }
  .care-strip { margin-top: 9px; }
  .care-strip-inner { grid-template-columns: 1fr; padding-block: 9px; }
  .care-strip-inner > *, .care-strip-inner > :first-child, .care-strip-inner > :last-child { justify-content: flex-start; align-items: center; gap: 16px; padding: 17px 8px; border: 0; }
  .care-strip-inner > * + * { border-top: 1px solid var(--line); }
  .care-strip-inner .icon { width: 25px; height: 25px; }
  .care-strip-inner strong { font-size: 13px; }
  .care-strip-inner > span { font-size: 13px; }
  .care-strip-inner p { font-size: 11px; }
  .section { padding-block: 64px; }
  h2 { font-size: clamp(34px, 8.8vw, 43px); }
  .eyebrow { margin-bottom: 15px; font-size: 10px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: 420px; margin-top: 19px; font-size: 13px; line-height: 1.85; }
  .services-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-card, .service-invite { min-height: 255px; padding: 27px; }
  .service-invite { display: flex; grid-column: auto; align-items: flex-start; gap: 0; }
  .service-invite > .icon { margin-bottom: 20px; }
  .service-top { margin-bottom: 22px; }
  .service-top > .icon { width: 32px; height: 32px; }
  .service-card h3 { font-size: 25px; }
  .service-card > p, .service-invite > p { max-width: 400px; margin-bottom: 23px; font-size: 13px; }
  .service-card .text-link { font-size: 12px; }
  .service-invite h3 { max-width: 320px; font-size: 29px; }
  .service-invite .text-link { align-self: flex-start; margin-top: 0; font-size: 13px; }
  .services-note { max-width: 320px; margin: 22px auto 0; font-size: 11px; }
  .about-grid { grid-template-columns: 1fr; gap: 37px; }
  .about-photo { height: clamp(380px, 110vw, 520px); border-bottom-right-radius: 95px; }
  .about-photo-label { right: auto; bottom: 25px; left: 20px; max-width: calc(100% - 55px); font-size: 11px; }
  .about-content > p { font-size: 14px; }
  .care-list { gap: 23px; margin: 29px 0; }
  .care-list li { gap: 14px; }
  .care-list li > span { width: 35px; height: 35px; }
  .care-list strong { font-size: 14px; }
  .care-list p { max-width: 340px; font-size: 13px; }
  .about-content > .text-link { font-size: 13px; }
  .center-heading { margin-bottom: 35px; }
  .center-heading > p { max-width: 340px; font-size: 13px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .steps li { padding-inline: 10px; }
  .steps li:not(:last-child)::after { display: none; }
  .step-number { margin-bottom: 17px; }
  .steps h3 { margin-bottom: 10px; font-size: 25px; }
  .steps p { max-width: 335px; font-size: 13px; }
  .faq { padding-top: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .faq-grid > div:first-child > p { max-width: 420px; font-size: 13px; }
  .faq-grid > div:first-child > .text-link { margin-top: 18px; }
  .faq-items summary { min-height: 76px; font-size: 14px; }
  .faq-items details > p { padding-right: 12px; font-size: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-intro { max-width: 430px; font-size: 14px; }
  .contact-detail { gap: 14px; margin-top: 24px; }
  .contact-detail h3 { font-size: 13px; }
  .contact-detail p, .contact-detail address { font-size: 13px; }
  .contact-phone { font-size: 16px; }
  .contact-content > .button { margin-top: 28px; }
  .map-card iframe { height: 350px; }
  .map-caption { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 70px 20px 17px; }
  .map-caption strong { font-size: 12px; }
  .map-directions { font-size: 11px; }
  .closing-section { padding-block: 45px; }
  .closing-content { align-items: flex-start; flex-direction: column; gap: 24px; }
  .closing-content h2 { max-width: 400px; font-size: 35px; }
  .closing-content p { max-width: 360px; font-size: 13px; }
  .site-footer { padding-top: 43px; }
  .footer-main { grid-template-columns: .8fr 1.2fr; gap: 32px 24px; padding-bottom: 32px; }
  .footer-main > :first-child { grid-column: 1 / -1; }
  .footer-tagline, .footer-main > div:first-child > p { max-width: 320px; font-size: 13px; }
  .footer-main h3 { font-size: 10px; }
  .footer-nav a, .footer-contact > a, .footer-contact p { font-size: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding: 21px 52px 26px 0; font-size: 10px; }
  .floating-whatsapp { right: 17px; bottom: 17px; width: 51px; height: 51px; }
  .floating-whatsapp > .icon { width: 24px; height: 24px; }
  .floating-label { display: none; }
  .back-to-top { right: 22px; bottom: 81px; }
  .services-grid > :nth-child(2), .services-grid > :nth-child(3), .steps > :nth-child(2), .steps > :nth-child(3) { transition-delay: 0s; }
}

@media (max-width: 375px) {
  .brand-name > span { font-size: 9px; }
  .hero h1 { font-size: 40px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 0; }
  .hero-actions .button { gap: 8px; padding-inline: 14px; font-size: 12px; }
  .hero-bottom { flex-direction: column; gap: 9px; }
  .hero-bottom > :first-child { max-width: none; }
  .map-caption { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.reveal-pending:not(.is-visible) { opacity: 1; transform: none; }
  .button:hover, .service-card:hover, .social-links a:hover, .floating-whatsapp:hover { transform: none; }
}
