@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  --ink: #2c2422;
  --ink-muted: #6f625d;
  --paper: #fcfaf7;
  --paper-deep: #f4eee8;
  --line: #e7ded6;
  --rose: #ab7e69;
  --rose-dark: #815846;
  --sage: #aeb7a4;
  --cream: #fffdfa;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(64, 42, 34, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { background: var(--ink); color: white; left: 1rem; padding: .6rem 1rem; position: fixed; top: -5rem; z-index: 999; }
.skip-link:focus { top: 1rem; }

.topbar {
  background: var(--ink);
  color: #fbf6f1;
  font-size: .73rem;
  letter-spacing: .12em;
  padding: .65rem 0;
  text-align: center;
  text-transform: uppercase;
}
.container { margin: 0 auto; max-width: 1200px; padding: 0 2rem; }
.site-header { background: rgba(252, 250, 247, .95); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); }
.header-row { align-items: center; display: flex; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand-mark { align-items: center; border: 1px solid var(--rose); color: var(--rose-dark); display: inline-flex; font-family: var(--serif); font-size: 1.1rem; height: 39px; justify-content: center; letter-spacing: -.08em; width: 39px; }
.brand-name { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.brand-name em { color: var(--rose-dark); display: block; font-family: var(--serif); font-size: 1.1rem; font-style: normal; font-weight: 500; letter-spacing: 0; text-transform: none; }
.nav { align-items: center; display: flex; gap: 1.4rem; }
.nav a { color: var(--ink-muted); font-size: .8rem; font-weight: 600; letter-spacing: .04em; padding: 1.9rem 0; position: relative; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--rose-dark); }
.nav a[aria-current="page"]::after { background: var(--rose); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 100%; }
.nav-book { background: var(--rose-dark); color: white !important; margin-left: .5rem; padding: .75rem 1rem !important; }
.nav-book::after { display: none; }
.nav-toggle { background: transparent; border: 0; color: var(--ink); cursor: pointer; display: none; font-size: 1.3rem; padding: .5rem; }

.eyebrow { color: var(--rose-dark); font-size: .74rem; font-weight: 700; letter-spacing: .16em; margin: 0 0 1rem; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.04em; }
h3 { font-size: 1.55rem; }
.display-italic { font-style: italic; color: var(--rose-dark); }
.lead { color: var(--ink-muted); font-size: 1.08rem; max-width: 38rem; }
.section { padding: 6.75rem 0; }
.section-tight { padding: 4.5rem 0; }
.section-paper { background: var(--paper-deep); }
.section-ink { background: var(--ink); color: #fffaf6; }
.section-ink .eyebrow { color: #e8c8b7; }
.section-ink .lead { color: #e5d8d1; }

.button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { align-items: center; background: var(--rose-dark); border: 1px solid var(--rose-dark); color: white; cursor: pointer; display: inline-flex; font-size: .78rem; font-weight: 700; gap: .6rem; justify-content: center; letter-spacing: .09em; min-height: 49px; padding: .85rem 1.25rem; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.button-outline { background: transparent; color: var(--rose-dark); }
.button-outline:hover { color: white; }
.button-light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.button-light:hover { background: var(--rose); border-color: var(--rose); color: white; }
.button-small { min-height: 42px; padding: .65rem 1rem; }
.arrow { font-size: 1.15em; line-height: 0; }

.hero { overflow: hidden; padding: clamp(3.5rem, 7vw, 7rem) 0 4.5rem; position: relative; }
.hero::before { background: #eee3db; border-radius: 50%; content: ""; height: 600px; position: absolute; right: -260px; top: -315px; width: 600px; z-index: -1; }
.hero-grid { align-items: center; display: grid; gap: 4.5rem; grid-template-columns: 1fr .9fr; }
.hero-copy { padding: 1.5rem 0; }
.hero .lead { margin: 1.7rem 0 0; }
.hero-art { min-height: 580px; position: relative; }
.hero-art img { box-shadow: var(--shadow); height: 100%; object-fit: cover; position: absolute; right: 0; top: 0; width: min(100%, 480px); }
.hero-art::before { border: 1px solid var(--rose); content: ""; height: 83%; left: 0; position: absolute; top: 13%; width: 77%; }
.hero-art .art-label { background: var(--cream); bottom: 4.5rem; box-shadow: 0 8px 25px rgba(45, 29, 20, .08); font-family: var(--serif); font-size: 1.1rem; left: 0; padding: 1.1rem 1.3rem; position: absolute; }
.hero-art .art-label small { color: var(--ink-muted); display: block; font-family: var(--sans); font-size: .65rem; font-weight: 700; letter-spacing: .12em; margin-bottom: .2rem; text-transform: uppercase; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1rem 2.2rem; margin-top: 2.75rem; }
.trust-item { color: var(--ink-muted); font-size: .78rem; font-weight: 600; }
.trust-item strong { color: var(--rose-dark); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; margin-right: .35rem; }

.image-feature { margin: 3.5rem 0 0; }
.image-feature figure { margin: 0; }
.image-feature img { aspect-ratio: 16 / 8; height: auto; object-fit: cover; width: 100%; }
.image-feature figcaption { background: var(--cream); border: 1px solid var(--line); border-top: 0; color: var(--ink-muted); font-size: .82rem; padding: .9rem 1rem; }
.image-feature figcaption strong { color: var(--ink); display: block; font-size: .72rem; letter-spacing: .1em; margin-bottom: .15rem; text-transform: uppercase; }
.image-band .image-feature { margin: 0; }

.intro-grid, .split-grid { align-items: center; display: grid; gap: 5.5rem; grid-template-columns: 1fr 1fr; }
.intro-card { border-left: 1px solid var(--rose); padding: .3rem 0 .3rem 2rem; }
.intro-card p { color: var(--ink-muted); font-size: 1.03rem; margin-bottom: 0; }

.service-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.service-card { background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 310px; padding: 1.75rem; transition: .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-number { color: var(--rose); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }
.service-icon { color: var(--rose-dark); display: block; height: 32px; width: 32px; }
.service-card h3 { margin-top: 3rem; }
.service-card p { color: var(--ink-muted); font-size: .92rem; margin-top: .75rem; }
.text-link { align-items: center; color: var(--rose-dark); display: inline-flex; font-size: .75rem; font-weight: 700; gap: .4rem; letter-spacing: .1em; margin-top: auto; padding-top: 1rem; text-transform: uppercase; }
.text-link:hover { color: var(--ink); }

.benefit-grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(3, 1fr); margin-top: 3.5rem; }
.benefit { border-top: 1px solid rgba(255,255,255,.32); padding-top: 1.3rem; }
.benefit h3 { font-size: 1.6rem; }
.benefit p { color: #ddd0c8; font-size: .93rem; }
.step-list { counter-reset: steps; display: grid; gap: 0; margin: 3rem 0 0; padding: 0; }
.step-list li { border-top: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 62px 1fr; list-style: none; padding: 1.3rem 0; }
.step-list li::before { color: var(--rose-dark); content: "0" counter(steps); counter-increment: steps; font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.step-list h3 { font-size: 1.25rem; margin-bottom: .3rem; }
.step-list p { color: var(--ink-muted); font-size: .92rem; margin: 0; }

.quote { border-left: 1px solid var(--rose); padding: .4rem 0 .4rem 2rem; }
.quote p { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: 1.25; margin: 0; }
.quote cite { color: var(--rose-dark); display: block; font-family: var(--sans); font-size: .73rem; font-style: normal; font-weight: 700; letter-spacing: .12em; margin-top: 1.1rem; text-transform: uppercase; }

.page-hero { background: var(--paper-deep); overflow: hidden; padding: 5rem 0; position: relative; }
.page-hero::after { background: var(--sage); border-radius: 50%; content: ""; height: 460px; opacity: .25; position: absolute; right: -140px; top: -240px; width: 460px; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { color: var(--ink-muted); font-size: .76rem; font-weight: 600; letter-spacing: .06em; margin-bottom: 2.1rem; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--rose-dark); }
.page-hero .lead { margin-top: 1.25rem; }

.feature-panel { background: var(--cream); border: 1px solid var(--line); padding: clamp(1.75rem, 4vw, 3.5rem); }
.feature-panel p { color: var(--ink-muted); max-width: 48rem; }
.tag { border: 1px solid var(--line); color: var(--rose-dark); display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; margin: .2rem .2rem .2rem 0; padding: .43rem .6rem; text-transform: uppercase; }
.info-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.info-grid > div { background: var(--cream); padding: 1.5rem; }
.info-grid h3 { font-size: 1.35rem; }
.info-grid p { color: var(--ink-muted); font-size: .9rem; margin-bottom: 0; }

.treatment-list { border-top: 1px solid var(--line); margin-top: 2rem; }
.treatment-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1fr auto auto; padding: 1.2rem 0; }
.treatment-row h3 { font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1.3; }
.treatment-row p { color: var(--ink-muted); font-size: .8rem; grid-column: 1; margin: .25rem 0 0; }
.treatment-price { color: var(--rose-dark); font-family: var(--serif); font-size: 1.35rem; white-space: nowrap; }
.treatment-action { background: transparent; border: 0; color: var(--rose-dark); cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .1em; padding: .5rem 0; text-transform: uppercase; white-space: nowrap; }
.treatment-action:hover { color: var(--ink); text-decoration: underline; }
.price-note { background: #eee5dc; color: var(--ink-muted); font-size: .84rem; margin-top: 2rem; padding: 1rem 1.2rem; }
.price-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.price-nav a { border: 1px solid var(--line); color: var(--ink-muted); font-size: .73rem; font-weight: 700; letter-spacing: .06em; padding: .65rem .8rem; text-transform: uppercase; }
.price-nav a:hover { background: var(--ink); border-color: var(--ink); color: white; }
.price-section { padding-top: 1.75rem; scroll-margin-top: 6rem; }
.price-section + .price-section { margin-top: 3.5rem; }
.price-section h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }

.faq { border-top: 1px solid var(--line); margin-top: 2.5rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--serif); font-size: 1.25rem; list-style: none; padding: 1.25rem 2.5rem 1.25rem 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--rose-dark); content: "+"; font-family: var(--sans); font-size: 1.5rem; font-weight: 400; position: absolute; right: .4rem; top: 1rem; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { color: var(--ink-muted); font-size: .93rem; max-width: 48rem; padding: 0 0 1.5rem; }

.cta-band { background: #c5a18d; color: white; overflow: hidden; padding: 4.75rem 0; position: relative; }
.cta-band::before { border: 1px solid rgba(255,255,255,.4); border-radius: 50%; content: ""; height: 370px; position: absolute; right: 4%; top: -165px; width: 370px; }
.cta-band .container { position: relative; z-index: 1; }
.cta-row { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.cta-band h2 { max-width: 620px; }
.cta-band .button { flex-shrink: 0; }

.contact-grid { display: grid; gap: 4rem; grid-template-columns: .8fr 1.2fr; }
.contact-item { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.contact-item h3 { font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-item p { margin: .45rem 0; }
.contact-item a { color: var(--rose-dark); }
.contact-item a:hover { text-decoration: underline; }
.map-card { background: #dfd0c3; min-height: 400px; overflow: hidden; position: relative; }
.map-card iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.site-footer { background: #221c1a; color: #f6eee8; padding: 4rem 0 1.8rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1.4fr 1fr 1fr; }
.footer-brand p { color: #cbbab0; font-size: .9rem; max-width: 25rem; }
.footer-heading { color: #e8c8b7; font-size: .68rem; font-weight: 700; letter-spacing: .14em; margin: 0 0 1rem; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; }
.footer-links a { color: #ded0c8; font-size: .86rem; }
.footer-links a:hover { color: white; }
.footer-base { border-top: 1px solid rgba(255,255,255,.17); color: #af9f96; display: flex; font-size: .74rem; gap: 1rem; justify-content: space-between; margin-top: 3.25rem; padding-top: 1.4rem; }
.footer-base a:hover { color: white; }
.whatsapp-float { align-items: center; background: #25d366; border: 3px solid var(--paper); border-radius: 50%; bottom: 1.3rem; box-shadow: 0 8px 24px rgba(0,0,0,.2); color: white; display: flex; height: 57px; justify-content: center; position: fixed; right: 1.3rem; width: 57px; z-index: 60; }
.whatsapp-float img { height: 32px; width: 32px; }
.whatsapp-float:hover { background: #19543f; transform: scale(1.06); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: .6rem 2rem 1.4rem; position: absolute; right: 0; top: 82px; }
  .nav.is-open { display: flex; }
  .nav a { padding: .8rem 0; width: 100%; }
  .nav-book { margin: .6rem 0 0; padding: .75rem 1rem !important; text-align: center; width: auto !important; }
  .hero-grid, .intro-grid, .split-grid, .contact-grid { gap: 3rem; grid-template-columns: 1fr; }
  .hero-art { min-height: 490px; max-width: 540px; width: 100%; }
  .service-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .container { padding: 0 1.25rem; }
  .topbar { font-size: .62rem; }
  .header-row { min-height: 72px; }
  .nav { top: 72px; }
  .brand-mark { height: 34px; width: 34px; }
  .brand-name em { font-size: .98rem; }
  .section { padding: 4.5rem 0; }
  .hero { padding: 3rem 0 3.6rem; }
  .hero-art { min-height: 400px; }
  .hero-art img { width: 88%; }
  .hero-art .art-label { bottom: 2rem; font-size: .95rem; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .cta-band .button { width: 100%; }
  .treatment-row { grid-template-columns: 1fr auto; }
  .treatment-action { grid-column: 1 / -1; justify-self: start; padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { align-items: flex-start; flex-direction: column; }
}
