:root {
  --paper: #f8f5ef;
  --paper-deep: #f0ece3;
  --ink: #293530;
  --muted: #68736e;
  --sage: #718a81;
  --sage-deep: #48655b;
  --sage-soft: #dfe7df;
  --terracotta: #bd8069;
  --line: #d5d9d1;
  --shadow: 0 18px 45px rgba(47, 61, 55, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(213, 217, 209, .75); background: rgba(248, 245, 239, .94); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-family: "Playfair Display", serif; font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--sage-deep); }
.brand-mark svg { width: 100%; height: 100%; }
.desktop-nav, .site-footer nav { display: flex; gap: 25px; color: var(--muted); font-size: 14px; }
.desktop-nav a, .site-footer nav a { transition: color .2s ease; }
.desktop-nav a:hover, .site-footer nav a:hover { color: var(--sage-deep); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 21px; border: 1px solid var(--sage-deep); border-radius: 7px; background: var(--sage-deep); color: #fffdf9; font-weight: 600; letter-spacing: -.01em; transition: background .2s ease, border-color .2s ease; }
.button:hover { border-color: #38554b; background: #38554b; }
.button[disabled], .button[aria-disabled="true"] { cursor: not-allowed; opacity: .8; }
.button-small { min-height: 39px; padding: 0 15px; font-size: 13px; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 7px; color: var(--sage-deep); background: transparent; }
.menu-toggle svg { width: 20px; }
.mobile-nav { border-top: 1px solid var(--line); padding: 12px 24px 16px; background: var(--paper); }
.mobile-nav a { display: block; padding: 10px 0; color: var(--muted); font-size: 14px; }

.hero { overflow: hidden; padding: 88px 0 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(410px, .9fr); align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 15px; color: var(--sage-deep); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Playfair Display", serif; font-weight: 500; letter-spacing: -.055em; line-height: 1.04; }
h1 { font-size: clamp(3.7rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.type-label { margin: 19px 0 0; color: var(--terracotta); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.intro { max-width: 420px; margin: 16px 0 22px; color: var(--muted); font-size: 18px; }
.treatment-note { display: flex; align-items: flex-start; gap: 12px; max-width: 465px; margin-bottom: 22px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font-size: 13px; }
.note-line { flex: 0 0 19px; height: 1px; margin-top: 10px; background: var(--terracotta); }
.treatment-copy p { margin: 0; }
.treatment-copy p + p { margin-top: 4px; }
.treatment-copy strong { color: var(--ink); font-weight: 600; }
.rating { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.stars { display: inline-flex; gap: 1px; color: var(--terracotta); }
.stars svg { width: 14px; height: 14px; }
.hero-visual { min-height: 510px; display: grid; place-items: center; }
/* BUSSI_ILLUSTRATION_CSS_START */
.skin-illustration { position: relative; width: min(100%, 510px); aspect-ratio: 1 / 1; }
.skin-illustration::before { content: ""; position: absolute; width: 67%; height: 67%; top: 8%; right: -2%; border: 1px solid rgba(113, 138, 129, .4); border-radius: 50%; }
.skin-illustration::after { content: ""; position: absolute; width: 13px; height: 13px; bottom: 14%; left: 4%; border: 1px solid var(--terracotta); border-radius: 50%; }
.skin-illustration svg { position: relative; z-index: 1; display: block; width: 100%; height: 100%; }
/* BUSSI_ILLUSTRATION_CSS_END */

.care-section { padding: 86px 0 94px; border-top: 1px solid rgba(213, 217, 209, .8); }
.section-heading { margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.care-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-bottom: 26px; }
.care-panel { padding: 29px 30px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 253, 248, .64); box-shadow: var(--shadow); }
.care-panel h3, .service-item h3 { margin: 0; color: var(--ink); font-family: "Playfair Display", serif; font-size: 23px; font-weight: 500; letter-spacing: -.025em; line-height: 1.2; }
.care-panel > p:not(.detail-label):not(.price-note) { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.consultation-steps { margin: 17px 0 0; padding-left: 21px; color: var(--muted); font-size: 14px; }
.consultation-steps li { padding-left: 5px; }
.consultation-steps li + li { margin-top: 7px; }
.consultation-steps li::marker { color: var(--terracotta); font-weight: 600; }
.price-note { margin: 19px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.price-note strong { color: var(--ink); }
.services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: rgba(255, 253, 248, .38); }
.service-item { min-width: 0; padding: 25px 28px; }
.service-item:nth-child(even) { border-left: 1px solid var(--line); }
.service-item:nth-child(n+3) { border-top: 1px solid var(--line); }
.service-item h3 { font-size: 20px; }
.service-item p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.testimonials-section { padding: 58px 0 62px; border-top: 1px solid rgba(213, 217, 209, .8); }
.testimonials-inner { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr); align-items: center; gap: 54px; }
.testimonials-heading .eyebrow { margin-bottom: 10px; }
.testimonials-heading h2 { font-size: clamp(1.9rem, 3vw, 2.55rem); }
.testimonial-spotlight { position: relative; min-height: 206px; padding: 28px 31px 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 253, 248, .64); box-shadow: var(--shadow); }
.testimonial-slide { position: absolute; inset: 28px 31px 42px; visibility: hidden; opacity: 0; transform: translateY(5px); transition: opacity .45s ease, transform .45s ease, visibility .45s ease; }
.testimonial-slide.is-active { position: relative; inset: auto; visibility: visible; opacity: 1; transform: translateY(0); }
.testimonial-stars { width: 104px; height: 20px; color: var(--terracotta); }
.testimonial-stars svg { display: block; width: 100%; height: 100%; }
.testimonial-slide blockquote { margin: 13px 0 14px; color: var(--ink); font-family: "Playfair Display", serif; font-size: 19px; font-weight: 500; line-height: 1.48; }
.testimonial-author { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.testimonial-dots { position: absolute; right: 30px; bottom: 22px; display: flex; gap: 7px; }
.testimonial-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #bcc6bf; cursor: pointer; transition: width .2s ease, background .2s ease; }
.testimonial-dot.is-active { width: 18px; border-radius: 5px; background: var(--sage-deep); }
.testimonial-dot:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; }

.visit-section { padding: 86px 0 98px; background: var(--paper-deep); border-top: 1px solid rgba(213, 217, 209, .8); }
.visit-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 26px; align-items: stretch; }
.details-card, .map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 253, 248, .64); box-shadow: var(--shadow); }
.details-card { display: flex; flex-direction: column; justify-content: center; }
.detail-row { display: grid; grid-template-columns: 43px 1fr; gap: 14px; padding: 25px 28px; }
.detail-row + .detail-row { border-top: 1px solid var(--line); }
.detail-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--sage-soft); color: var(--sage-deep); }
.detail-icon svg { width: 19px; height: 19px; }
.detail-label { margin: 0 0 3px; color: var(--sage-deep); font-size: 12px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.detail-row address, .detail-row p:not(.detail-label) { margin: 0; color: var(--ink); font-size: 15px; font-style: normal; }
.contact-links { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 16px; }
.contact-links a { color: var(--ink); font-size: 14px; text-decoration: underline; text-decoration-color: rgba(72, 101, 91, .35); text-underline-offset: 3px; }
.contact-links a:hover { color: var(--sage-deep); }
.contact-links .whatsapp-option { display: inline-flex; align-items: center; min-height: 31px; padding: 4px 10px; border: 1px solid rgba(72, 101, 91, .38); border-radius: 6px; color: var(--sage-deep); font-weight: 600; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.contact-links .whatsapp-option:hover { border-color: var(--sage-deep); background: var(--sage-deep); color: #fffdf9; }
.map-card { min-height: 337px; margin: 0; }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 337px; border: 0; }

.site-footer { border-top: 1px solid var(--line); background: #e7e8e0; }
.footer-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer nav { gap: 18px; font-size: 13px; }
.socials { display: flex; gap: 8px; }
.social-placeholder, .social-link { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #c5cbc4; border-radius: 50%; color: #758179; }
.social-placeholder { opacity: .8; }
.social-link { transition: color .2s ease, border-color .2s ease, background .2s ease; }
.social-link:hover { border-color: var(--sage-deep); background: var(--sage-deep); color: #fffdf9; }
.social-placeholder svg, .social-link svg { width: 16px; height: 16px; }

@media (max-width: 800px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .hero { padding: 65px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { min-height: auto; max-width: 460px; margin: 0 auto; }
  .care-section { padding: 66px 0 72px; }
  .care-overview { grid-template-columns: 1fr; }
  .testimonials-section { padding: 54px 0 58px; }
  .testimonials-inner { grid-template-columns: 1fr; gap: 24px; }
  .visit-section { padding: 66px 0 72px; }
  .visit-grid { grid-template-columns: 1fr; }
  .details-card { min-height: auto; }
  .map-card, .map-card iframe { min-height: 290px; }
  .footer-inner { flex-wrap: wrap; padding: 22px 0; }
  .footer-inner nav { order: 3; width: 100%; }
}

@media (max-width: 540px) {
  .shell { width: min(100% - 32px, 1120px); }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 28px; height: 28px; }
  .button-small { display: none; }
  .hero { padding-top: 54px; }
  h1 { font-size: 3.8rem; }
  .intro { font-size: 16px; }
  .treatment-note { align-items: flex-start; }
  .note-line { margin-top: 9px; }
  .care-panel { padding: 24px 21px; }
  .services-list { grid-template-columns: 1fr; }
  .service-item { padding: 22px 21px; }
  .service-item:nth-child(even) { border-left: 0; }
  .service-item:nth-child(n+2) { border-top: 1px solid var(--line); }
  .testimonial-spotlight { min-height: 245px; padding: 24px 21px 43px; }
  .testimonial-slide { inset: 24px 21px 43px; }
  .testimonial-slide.is-active { inset: auto; }
  .testimonial-slide blockquote { font-size: 17px; }
  .testimonial-dots { right: 21px; bottom: 20px; }
  .detail-row { padding: 22px 19px; grid-template-columns: 39px 1fr; gap: 11px; }
  .contact-links { align-items: flex-start; flex-direction: column; gap: 6px; }
  .map-card, .map-card iframe { min-height: 245px; }
  .footer-inner { min-height: auto; padding: 25px 0; flex-wrap: wrap; }
  .footer-inner nav { order: 3; width: 100%; gap: 14px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .testimonial-slide { transition: none; }
}