:root {
  --gold: #d4af37;
  --gold-ink: #80621d;
  --black: #0d0d0d;
  --graphite: #2b2b2b;
  --beige: #f5f2ed;
  --white: #fff;
  --muted: #665f56;
  --line: rgba(212, 175, 55, .28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --container: 1180px;
  --gutter: clamp(24px, 5vw, 64px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; background: var(--black); }
body { margin: 0; background: var(--beige); color: var(--graphite); font-family: var(--sans); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
figure, p { margin: 0; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--black); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding-block: 78px; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 600; overflow-wrap: break-word; }
h1 { max-width: 590px; font-size: clamp(42px, 4.5vw, 58px); line-height: 1.13; letter-spacing: -.015em; }
h2 { font-size: clamp(34px, 3.5vw, 44px); line-height: 1.18; }
h3 { font-size: 27px; line-height: 1.25; }
.eyebrow { margin-bottom: 16px; color: var(--gold-ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: center; transition: background .2s, border-color .2s, color .2s; }
.btn-primary { background: var(--gold); color: var(--black); }
.btn-primary:hover { background: #e2bf50; }
.btn-secondary { border-color: #ffffff66; color: var(--white); }
.btn-secondary:hover { border-color: var(--gold); background: #ffffff09; }
.btn:disabled { opacity: .6; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--gold-ink); font-size: 13px; font-weight: 600; line-height: 1.5; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 15px; padding: 12px 20px; background: var(--gold); color: var(--black); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Cabeçalho e monograma refinados, com as cores da identidade original. */
.site-header { position: sticky; z-index: 30; top: 0; color: var(--white); background: rgba(13, 13, 13, .97); border-bottom: 1px solid var(--line); }
.site-header.is-scrolled { box-shadow: 0 5px 22px #0002; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-mark { position: relative; display: grid; place-items: center; width: 46px; height: 49px; padding-right: 4px; color: var(--gold); font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.12em; line-height: 1; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; right: 0; left: 0; height: 7px; border-inline: 1px solid var(--gold); }
.brand-mark::before { top: 0; border-top: 1px solid var(--gold); }
.brand-mark::after { bottom: 0; border-bottom: 1px solid var(--gold); }
.brand-name strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.2; }
.brand-name small { display: block; margin-top: 5px; color: #d6d0c7; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav > a { display: inline-flex; align-items: center; min-height: 44px; color: #ffffffd6; font-size: 13px; transition: color .2s; }
.main-nav > a:hover, .main-nav > a[aria-current="location"] { color: var(--gold); }
.main-nav > .nav-cta { padding: 8px 17px; margin-left: 4px; border: 1px solid var(--gold); color: var(--gold); }
.main-nav > .nav-cta:hover { background: #d4af3710; }
.nav-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 6px; width: 44px; height: 44px; padding: 8px; border: 1px solid var(--line); background: transparent; }
.nav-toggle span { width: 20px; height: 1px; background: var(--white); transition: transform .2s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero {
  color: var(--white);
  background: linear-gradient(115deg, rgba(13,13,13,.96), rgba(13,13,13,.88) 54%, rgba(43,43,43,.86)), url("assets/remocao-tatto.jpeg") center / cover;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .85fr; gap: 85px; align-items: center; padding-block: 62px; }
.hero-content, .hero-portrait { min-width: 0; }
.hero .eyebrow { color: var(--gold); margin-bottom: 23px; }
.hero-text { max-width: 510px; margin-top: 25px; color: #ffffffdf; font-size: 17px; line-height: 1.7; }
.hero-description { max-width: 510px; margin-top: 15px; color: #d2cdc5; font-size: 15px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 29px; }
.hero-footnote { margin-top: 20px; color: #c9c2b8; font-size: 12px; }
.hero-portrait { position: relative; max-width: 440px; width: 100%; margin-left: auto; border: 1px solid var(--line); }
.hero-portrait::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 1px solid #d4af3780; pointer-events: none; }
.portrait-frame { position: relative; background: var(--beige); }
.portrait-frame img { width: 100%; height: 490px; object-fit: cover; object-position: center 22%; }
.hero-portrait figcaption { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 23px; background: var(--black); }
.hero-portrait figcaption strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.25; }
.hero-portrait figcaption small { display: block; margin-top: 4px; font-size: 11px; color: #d6d0c7; }
.portrait-seal { color: var(--gold); font-family: var(--serif); font-size: 32px; letter-spacing: -.12em; padding-right: 4px; }

.section-heading { margin-bottom: 35px; }
.heading-split { max-width: 760px; margin-inline: auto; text-align: center; }
.heading-split > p { max-width: 640px; margin: 18px auto 0; color: var(--muted); font-size: 15px; }
.about-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: 90px; }
.about-image { position: relative; width: min(100%, 400px); min-width: 0; margin-inline: auto; padding: 10px; border: 1px solid #b69a5d85; border-radius: 10px; background: var(--white); box-shadow: 0 14px 35px #0d0d0d0e; }
.about-image img { height: auto; border-radius: 5px; }
.about-copy { min-width: 0; }
.about-copy > p:not(.eyebrow) { margin-top: 17px; color: var(--muted); font-size: 15px; }
.about-copy h2 { max-width: 530px; margin-bottom: 22px; }
.signature-block { display: grid; gap: 5px; margin-block: 25px 13px; padding-left: 18px; border-left: 2px solid var(--gold); }
.signature { font-family: var(--serif); font-size: 28px; font-style: italic; line-height: 1.3; }
.signature-block > span:not(.signature) { font-size: 12px; color: var(--muted); }

.procedures-section { color: var(--white); background: var(--black); }
.procedures-section .eyebrow, .procedures-section .text-link { color: var(--gold); }
.procedures-section .heading-split > p { color: #ccc6bd; }
.procedure-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 42px; padding: 24px; margin-bottom: 24px; border: 1px solid var(--line); background: #ffffff07; }
.feature-image { position: relative; overflow: hidden; height: 390px; }
.feature-image img { height: 100%; object-fit: cover; object-position: center 37%; }
.image-caption { position: absolute; left: 15px; bottom: 15px; padding: 6px 10px; background: var(--black); color: var(--beige); font-size: 11px; }
.feature-copy { min-width: 0; padding: 15px 14px 15px 0; }
.procedure-category { margin-bottom: 12px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.feature-copy h3 { font-size: 34px; line-height: 1.2; }
.feature-copy > p { margin-top: 17px; color: #d5cfc7; font-size: 15px; }
.feature-copy > .procedure-note { padding-left: 14px; border-left: 1px solid var(--gold); font-size: 13px; color: #c8c1b5; }
.feature-copy .text-link { margin-top: 15px; }
.procedure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.procedure-card { display: flex; padding: 27px; border: 1px solid var(--line); border-radius: 8px; background: var(--graphite); }
.card-number { display: none; }
.procedure-card > div { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.procedure-card h3 { font-size: 27px; line-height: 1.28; }
.card-description { margin-top: 13px; margin-bottom: 12px; color: #ded7cf; font-size: 15px; line-height: 1.8; }
.procedure-card .text-link { margin-top: auto; font-size: 13px; }

.care-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 65px; align-items: center; }
.care-copy { min-width: 0; }
.care-copy > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 15px; }
.check-list { display: grid; gap: 10px; margin: 24px 0 14px; padding: 0; list-style: none; }
.check-list li { padding: 13px 16px; border-left: 3px solid var(--gold); background: var(--white); font-size: 14px; font-weight: 500; }
.care-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 210px 210px; gap: 12px; min-width: 0; }
.care-gallery img { height: 100%; object-fit: cover; border-radius: 6px; }
.care-gallery img:first-child { grid-row: span 2; }
.faq-section { background: var(--white); }
.faq-grid { max-width: 1100px; }
.faq-grid .section-heading { max-width: 760px; margin: 0 auto 26px; padding: 0; text-align: center; }
.faq-grid .section-heading > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 15px; }
.faq-grid .section-heading .text-link { margin-top: 12px; }
.faq-groups { padding: 27px; border: 1px solid #e6dfd3; border-radius: 12px; background: var(--beige); }
.faq-group-title { margin-bottom: 15px; color: var(--gold-ink); font-family: var(--sans); font-size: 13px; font-weight: 600; }
.secondary-group-title { margin-top: 29px; }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 12px; }
.faq-list details { min-width: 0; border: 1px solid #e3dccf; border-radius: 8px; background: var(--white); transition: border-color .2s, box-shadow .2s; }
.faq-list details:hover { border-color: #b69a5d; }
.faq-list details[open] { border-color: #b69a5d; box-shadow: 0 4px 14px #0d0d0d05; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 17px; min-height: 70px; padding: 17px 19px; list-style: none; font-size: 14px; font-weight: 600; line-height: 1.65; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 50%; background: #f0eadd; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 13px; left: 7px; width: 14px; height: 1px; background: var(--gold-ink); }
.faq-icon::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .faq-icon::after { transform: rotate(0); }
.faq-list details p { padding: 0 19px 20px; color: var(--muted); font-size: 14px; line-height: 1.8; }

.testimonials-section { background: var(--graphite); color: var(--beige); border-block: 1px solid var(--line); }
.testimonials-heading { text-align: center; }
.testimonials-empty { display: flex; flex-direction: column; align-items: center; gap: 12px; max-width: 760px; margin-inline: auto; padding: 34px 28px; border: 1px solid #d9c9a6; border-radius: 10px; background: var(--white); text-align: center; }
.testimonials-empty > p { max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.testimonial-card { display: flex; flex-direction: column; min-width: 0; padding: 24px; border: 1px solid #d9c9a6; border-radius: 8px; background: var(--white); }
.testimonial-card blockquote { margin: 0 0 18px; }
.testimonial-card blockquote p { color: var(--muted); font-family: var(--sans); font-size: 15px; line-height: 1.75; text-align: left; white-space: pre-line; overflow-wrap: break-word; }
.testimonial-card figcaption { margin-top: auto; padding-top: 14px; border-top: 1px solid #e6dfd3; color: var(--gold-ink); font-size: 13px; font-weight: 600; overflow-wrap: anywhere; }

.contact-section { color: var(--white); background: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.contact-copy { min-width: 0; }
.contact-copy .eyebrow { color: var(--gold); }
.contact-copy > p:not(.eyebrow) { max-width: 420px; margin-top: 21px; color: #d6d0c7; font-size: 15px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 24px; }
.contact-details .text-link { color: var(--gold); }
.contact-details > p { font-size: 14px; }
.contact-panel { min-width: 0; padding: 29px; color: var(--graphite); background: var(--beige); border: 1px solid var(--line); border-radius: 8px; }
.contact-form { display: flex; flex-direction: column; }
.form-heading { margin-bottom: 20px; }
.form-heading h3 { font-size: 28px; }
.contact-form label { margin-bottom: 7px; font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form select { width: 100%; min-width: 0; min-height: 47px; padding: 11px 13px; margin-bottom: 16px; border: 1px solid #c9c1b5; border-radius: 3px; color: var(--graphite); background: var(--white); font-size: 14px; line-height: 1.5; }
.contact-form input::placeholder { color: #726a5e; opacity: 1; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--gold-ink); outline: 2px solid #80621d35; outline-offset: 2px; }
.contact-form .btn { width: 100%; margin-top: 2px; }
.form-privacy { margin-top: 11px; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }
.form-status { margin: 13px 0 0; color: var(--gold-ink); font-size: 13px; }
.form-status a { text-decoration: underline; text-underline-offset: 3px; }
.form-status:empty { display: none; }
.site-footer { padding-top: 32px; color: var(--white); background: var(--black); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 26px; }
.footer-main > p { color: #c9c2b8; font-family: var(--serif); font-size: 21px; }
.back-top { display: inline-flex; align-items: center; min-height: 44px; color: var(--gold); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; border-top: 1px solid var(--line); color: #bcb5ac; font-size: 11px; }

@media (min-width: 1000px) {
  .card-description { text-align: justify; text-align-last: left; hyphens: auto; }
  #limpeza-de-pele .card-description { text-align: left; }
}
@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav > a { font-size: 12px; }
  .main-nav > .nav-cta { margin-left: 0; padding-inline: 13px; }
  .brand-name strong { font-size: 23px; }
  .hero-grid { gap: 48px; }
  .portrait-frame img { height: 445px; }
  .about-grid { gap: 55px; }
  .procedure-feature { gap: 30px; }
  .feature-image { height: 365px; }
  .feature-copy h3 { font-size: 31px; }
  .care-grid { gap: 40px; }
  .contact-grid { gap: 50px; }
}
@media (max-width: 1100px) {
  .header-inner { min-height: 80px; gap: 15px; }
  .nav-toggle:not([hidden]) { display: flex; }
  .nav-ready .main-nav { display: none; position: absolute; top: 100%; left: var(--gutter); right: var(--gutter); padding: 14px; background: var(--black); border: 1px solid var(--line); box-shadow: 0 15px 35px #0004; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 96px); overflow-y: auto; }
  .nav-ready .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 10px 13px; font-size: 14px; }
  .main-nav > .nav-cta { justify-content: center; margin-top: 8px; background: var(--gold); color: var(--black); }
  .header-inner:not(.nav-ready) { flex-wrap: wrap; padding-block: 15px; }
  .header-inner:not(.nav-ready) .main-nav { flex-wrap: wrap; gap: 4px; }
}
@media (max-width: 900px) {
  .hero-grid { gap: 33px; }
  h1 { font-size: 43px; }
  .hero-text { font-size: 16px; }
  .portrait-frame img { height: 430px; }
  .hero-portrait figcaption { padding: 15px; }
  .hero-portrait figcaption strong { font-size: 22px; }
  .portrait-seal { display: none; }
  .section { padding-block: 65px; }
  .about-grid { gap: 35px; }
  .procedure-feature { gap: 24px; padding: 20px; }
  .feature-copy { padding-right: 0; }
  .feature-copy h3 { font-size: 28px; }
  .procedure-card { padding: 23px; }
  .care-grid { grid-template-columns: 1fr; gap: 30px; }
  .care-gallery { grid-template-rows: 180px 180px; }
  .faq-grid .section-heading { max-width: 650px; }
  .contact-grid { gap: 30px; }
  .contact-panel { padding: 23px; }
  .footer-main > p { max-width: 220px; font-size: 19px; }
}

/* Modelo móvel de Jade e Taciana: retrato circular, apresentação centralizada
   e blocos em uma coluna, preservando preto, dourado e bege de Jeferson. */
@media (max-width: 780px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 94px; }
  body, main { background: var(--black); color: var(--white); }
  .container { width: min(calc(100% - 44px), 460px); }
  .header-inner { min-height: 76px; }
  .brand { gap: 11px; }
  .brand-mark { width: 39px; height: 43px; font-size: 29px; }
  .brand-name strong { font-size: 23px; }
  .brand-name small { font-size: 8px; line-height: 1.5; letter-spacing: .12em; }
  .brand-name small span { display: block; }
  .hero { background: var(--black); text-align: center; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 31px 34px; }
  .hero-portrait { order: -1; width: 170px; height: 170px; margin: 0 auto; padding: 0; border: 2px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px var(--black), 0 0 0 6px #d4af3780; }
  .hero-portrait::before, .hero-portrait figcaption { display: none; }
  .portrait-frame { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; }
  .portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 17%; transform: scale(1.3); transform-origin: center 20%; }
  .hero-content { display: flex; flex-direction: column; align-items: center; }
  .hero .eyebrow { margin-bottom: 13px; font-size: 10px; }
  h1 { max-width: 390px; font-size: clamp(32px, 7.6vw, 37px); line-height: 1.16; }
  h2 { font-size: clamp(28px, 6.5vw, 32px); line-height: 1.22; }
  h3 { font-size: 25px; line-height: 1.28; }
  .hero-text { max-width: 390px; margin-top: 17px; font-size: 15px; line-height: 1.65; }
  .hero-description { max-width: 390px; margin-top: 12px; font-size: 14px; line-height: 1.65; }
  .hero-actions { width: min(100%, 350px); flex-direction: column; align-items: stretch; gap: 10px; margin-top: 23px; }
  .btn { width: 100%; min-height: 50px; border-radius: 10px; font-size: 13px; }
  .hero-footnote { margin-top: 16px; font-size: 11px; }
  .section { padding-block: 33px; }
  .eyebrow { margin-bottom: 13px; font-size: 10px; }
  .section-heading { margin-bottom: 25px; text-align: center; }
  .heading-split > p { margin-top: 15px; font-size: 14px; line-height: 1.65; }
  .about-section { background: var(--black); }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .about-image { display: block; width: min(100%, 310px); padding: 9px; border-radius: 12px; }
  .about-image img { height: auto; border-radius: 6px; }
  .about-copy { padding: 26px 22px; border-radius: 14px; background: var(--beige); color: var(--graphite); text-align: center; }
  .about-copy .eyebrow { color: var(--gold-ink); }
  .about-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; text-align: left; }
  .about-copy h2 { margin-bottom: 20px; }
  .signature-block { margin-block: 22px 13px; padding-left: 0; border-left: 0; }
  .signature { font-size: 25px; }
  .signature-block > span:not(.signature) { font-size: 11px; }
  .about-copy .text-link { justify-content: center; width: 100%; }
  .procedure-feature { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0; margin-bottom: 14px; overflow: hidden; border: 1px solid #d4af3740; border-radius: 14px; background: var(--beige); color: var(--graphite); }
  .feature-image { height: 225px; }
  .feature-image img { object-position: center 33%; }
  .image-caption { display: none; }
  .feature-copy { padding: 23px 22px; }
  .feature-copy h3 { font-size: 27px; }
  .feature-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
  .feature-copy > .procedure-note { font-size: 13px; color: var(--muted); }
  .procedure-category { color: var(--gold-ink); font-size: 10px; margin-bottom: 10px; }
  .procedure-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .procedure-card { padding: 23px 22px; border-radius: 14px; border-color: #d4af3740; background: var(--beige); color: var(--graphite); }
  .procedure-card h3 { font-size: 25px; }
  .card-description { color: var(--muted); font-size: 14px; line-height: 1.75; text-align: left; }
  .procedures-section .procedure-card .text-link, .procedures-section .feature-copy .text-link { width: 100%; justify-content: center; min-height: 47px; margin-top: 10px; padding: 11px 13px; border-radius: 9px; color: var(--gold); background: var(--black); text-align: center; font-size: 12px; }
  .care-section { background: var(--black); }
  .care-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .care-copy { padding: 26px 22px; border-radius: 14px; background: var(--beige); color: var(--graphite); }
  .care-copy .eyebrow, .care-copy h2 { text-align: center; }
  .care-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.75; }
  .check-list { margin-top: 20px; gap: 8px; }
  .check-list li { padding: 12px 13px; font-size: 13px; }
  .care-copy .text-link { width: 100%; justify-content: center; text-align: center; }
  .care-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 12px; }
  .care-gallery img { height: auto; aspect-ratio: 3 / 4; border: 1px solid var(--line); border-radius: 10px; object-fit: cover; }
  .care-gallery img:first-child { grid-column: 1 / -1; grid-row: auto; width: 100%; aspect-ratio: 3 / 4; }
  .faq-section { background: var(--black); }
  .faq-grid { padding: 0; color: var(--white); }
  .faq-grid .eyebrow, .faq-grid .section-heading .text-link { color: var(--gold); }
  .faq-groups { padding: 0; border: 0; border-radius: 0; background: transparent; }
  .faq-list { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .faq-list details { border-color: #d4af3740; border-radius: 10px; background: var(--beige); color: var(--graphite); }
  .faq-grid .section-heading > p:not(.eyebrow) { font-size: 14px; }
  .faq-group-title { color: var(--gold); font-size: 12px; }
  .faq-list summary { gap: 13px; min-height: 66px; padding: 16px 17px; font-size: 14px; line-height: 1.65; }
  .faq-list details p { padding: 0 17px 19px; font-size: 14px; line-height: 1.75; }
  .testimonials-heading .eyebrow { color: var(--gold); }
  .testimonials-empty { padding: 27px 22px; border-radius: 14px; background: var(--beige); }
  .testimonials-empty > p { font-size: 14px; }
  .testimonials-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .testimonial-card { padding: 22px; border-radius: 14px; background: var(--beige); }
  .testimonial-card blockquote p { font-size: 14px; line-height: 1.75; }
  .contact-section { background: var(--black); }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .contact-copy { text-align: center; }
  .contact-copy > p:not(.eyebrow) { margin-top: 16px; font-size: 14px; }
  .contact-details { align-items: stretch; gap: 8px; margin-top: 20px; }
  .contact-details .text-link { justify-content: center; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--graphite); font-size: 13px; text-align: center; }
  .contact-panel { padding: 25px 22px; border-radius: 14px; }
  .form-heading h3 { font-size: 27px; }
  .contact-form input, .contact-form select { font-size: 16px; padding-inline: 11px; border-radius: 7px; }
  .contact-form select { text-overflow: ellipsis; }
  .form-privacy { font-size: 11px; }
  .footer-main { flex-direction: column; gap: 15px; padding-bottom: 20px; text-align: center; }
  .footer-main > p { max-width: 320px; font-size: 20px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 5px; text-align: center; font-size: 11px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand-name strong { font-size: 21px; }
  .brand-name small { font-size: 8px; }
  .hero-portrait { width: 156px; height: 156px; }
  .hero-actions .btn { font-size: 12px; }
  .about-copy, .care-copy, .contact-panel, .procedure-card, .feature-copy { padding-inline: 19px; }
  .contact-form select { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
