:root {
  --dark: #2A1F1A;
  --accent: #C8A96E;
  --accent-light: #E0C898;
  --accent-subtle: rgba(200, 169, 110, 0.14);
  --surface: #FAFAF8;
  --surface-blush: #F5E6E0;
  --surface-alt: #EDE5DC;
  --text: #2A1F1A;
  --text-muted: #7A6A60;
  --white: #FAFAF8;
  --border: #DDD0C8;
  --nav-height: 72px;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--surface); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--font-display); color: var(--dark); font-weight: 700; }
h1 { font-size: clamp(2.2rem, 7vw, 3.5rem); font-style: italic; line-height: 1.08; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 4.8vw, 2.75rem); line-height: 1.1; margin-bottom: 1rem; }
h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; font-size: 1.05rem; }
a { color: var(--dark); text-decoration: none; transition: color 0.3s ease; }

.container { width: min(1120px, 90vw); margin: 0 auto; }
.section-kicker { color: var(--accent); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 0.75rem; }
.section-intro { max-width: 680px; margin: 0 auto 2.5rem; color: var(--text-muted); text-align: center; }
.muted { color: var(--text-muted); }
.demo-note { color: var(--text-muted); font-size: 0.9rem; text-align: center; margin: 1.25rem auto 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

a:focus-visible, button:focus-visible, [tabindex]:focus-visible,
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--accent, #E85D04);
  outline-offset: 2px;
  border-radius: 2px;
}

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 12px 28px; min-height: 46px; border-radius: var(--radius); font-weight: 700; font-family: var(--font-body); cursor: pointer; text-align: center; border: 1px solid transparent; transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-accent { background: var(--accent); color: var(--dark); box-shadow: 0 10px 24px rgba(200, 169, 110, 0.24); }
.btn-accent:hover { background: var(--accent-light); }
.btn-outline { border-color: var(--dark); color: var(--dark); background: transparent; }
.btn-outline:hover { background: var(--dark); color: var(--white); }

.hero { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; background: linear-gradient(135deg, var(--surface-blush), var(--surface)); overflow: hidden; padding-top: var(--nav-height); }
.hero-text { display: flex; align-items: center; padding: 64px 0 64px 64px; position: relative; z-index: 2; }
.hero-text-card { background: rgba(250, 250, 248, 0.94); padding: clamp(36px, 5vw, 56px) clamp(26px, 4vw, 48px); box-shadow: 0 20px 70px rgba(42, 31, 26, 0.12); border: 1px solid rgba(200, 169, 110, 0.26); margin-right: -80px; position: relative; z-index: 3; backdrop-filter: blur(12px); }
.hero-label { font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.5rem; font-weight: 700; }
.hero-subtext { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 2rem; max-width: 92%; }
.hero-actions { display: flex; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.open-status-wrap { font-size: 0.9rem; font-weight: 600; }
.hero-image-wrap { position: relative; min-height: calc(100vh - var(--nav-height)); overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; background-image: url('images/hero.webp'); background-size: cover; background-position: center; transform-origin: center; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,31,26,0.04), rgba(42,31,26,0.26)); z-index: 1; pointer-events: none; }
.trust-chip { position: absolute; left: clamp(18px, 4vw, 48px); bottom: clamp(18px, 5vw, 56px); z-index: 3; display: inline-flex; gap: 0.5rem; align-items: center; padding: 12px 16px; background: rgba(250,250,248,0.84); border: 1px solid rgba(200,169,110,0.38); color: var(--dark); box-shadow: 0 14px 42px rgba(42,31,26,0.16); backdrop-filter: blur(12px); font-weight: 700; }
.ba-card { margin-top: 1.5rem; padding: 14px; border: 1px solid rgba(200,169,110,0.32); background: var(--surface); max-width: 330px; }
.ba-label { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--text-muted); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.7rem; }
.ba-slider { --ba: 50%; position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--surface-alt); }
.ba-slider img { width: 100%; height: 100%; object-fit: cover; }
.ba-slider .ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 var(--ba)); }
.ba-slider input { position: absolute; inset: auto 12px 12px; width: calc(100% - 24px); accent-color: var(--accent); z-index: 3; }

.page-hero { min-height: 46vh; background: radial-gradient(circle at top left, rgba(200,169,110,0.18), transparent 34%), var(--surface-blush); display: flex; align-items: center; justify-content: center; text-align: center; padding: calc(var(--nav-height) + 48px) 5% 56px; }
.page-hero .container { max-width: 820px; }

.panel-left, .panel-right, .reveal { opacity: 1; transform: none; }
body.motion-enhanced .panel-left:not(.in-view) { opacity: 0; transform: translateX(-36px); }
body.motion-enhanced .panel-right:not(.in-view) { opacity: 0; transform: translateX(36px); }
body.motion-enhanced .reveal:not(.in-view) { opacity: 0; transform: translateY(28px); }
.panel-left, .panel-right, .reveal { transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.panel-left.in-view, .panel-right.in-view, .reveal.in-view { opacity: 1; transform: none; }

.section-side-label { position: absolute; left: -32px; top: 50%; writing-mode: vertical-rl; text-orientation: mixed; transform: translateY(-50%) rotate(180deg); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); white-space: nowrap; font-family: var(--font-body); font-weight: 700; }
.alt-row-section { padding: 96px 5%; position: relative; max-width: 1400px; margin: 0 auto; }
.alt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 96px; }
.alt-row:nth-child(even) .row-image { order: 2; }
.alt-row:nth-child(even) .row-text { order: 1; }
.row-image img { width: 100%; height: auto; border-radius: var(--radius); object-fit: cover; aspect-ratio: 4/3; box-shadow: 0 16px 46px rgba(42,31,26,0.1); }
.row-text ul { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--text-muted); line-height: 1.8; }

.stats-strip { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 36px 5%; }
.stats-grid { width: min(1120px, 90vw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.stat-cell { background: var(--surface); padding: 28px 18px; text-align: center; }
.stat-number { font-family: var(--font-display); color: var(--accent); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1; }
.stat-label { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.5rem; font-weight: 700; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 80px 5%; max-width: 1400px; margin: 0 auto; }
.category-grid .section-heading { grid-column: 1 / -1; text-align: center; margin-bottom: 0.5rem; }
.category-card { background: var(--surface-blush); padding: 32px; border-radius: var(--radius); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; border: 1px solid rgba(200,169,110,0.18); }
.category-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(42,31,26,0.08); }
.category-card img { width: 100%; border-radius: var(--radius); margin-bottom: 1rem; aspect-ratio: 4/3; object-fit: cover; }
.icon-shell { width: 48px; height: 48px; margin: -8px auto 1rem; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(200,169,110,0.34); border-radius: 50%; background: rgba(250,250,248,0.62); }
.icon-shell svg { width: 24px; height: 24px; stroke-width: 1.8; }
.category-card h3 { font-style: italic; font-size: 2rem; margin-bottom: 1rem; }
.category-card a { font-weight: 700; color: var(--accent); margin-top: 1.5rem; display: inline-block; }

.safety-strip, .journey-section, .faq-section { padding: 88px 5%; }
.safety-strip { background: linear-gradient(135deg, rgba(42,31,26,0.98), rgba(94,70,54,0.92)); color: var(--white); position: relative; overflow: hidden; }
.safety-broll { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.22; z-index: 0; pointer-events: none; }
.safety-strip::before, .cta-band::before { content: ''; position: absolute; inset: 0; opacity: 0.18; background-image: radial-gradient(rgba(250,250,248,0.28) 1px, transparent 1px); background-size: 18px 18px; pointer-events: none; }
.safety-strip h2, .safety-strip h3 { color: var(--white); }
.safety-grid, .journey-grid { width: min(1120px, 90vw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; z-index: 1; }
.safety-card, .journey-card { background: rgba(250,250,248,0.08); border: 1px solid rgba(200,169,110,0.24); padding: 26px; border-radius: var(--radius); }
.safety-card p, .safety-card h3 { margin-bottom: 0; }
.safety-card p { color: rgba(250,250,248,0.76); margin-top: 0.5rem; font-size: 0.95rem; }
.journey-section { background: var(--surface-blush); }
.journey-grid { grid-template-columns: repeat(3, 1fr); }
.journey-card { background: var(--white); color: var(--text); box-shadow: 0 10px 34px rgba(42,31,26,0.06); }
.journey-step { color: var(--accent); font-weight: 800; letter-spacing: 0.1em; font-size: 0.8rem; margin-bottom: 0.75rem; text-transform: uppercase; }

.treatment-card { background: var(--white); border-top: 4px solid var(--accent); padding: 32px; border-radius: var(--radius); margin-bottom: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.treatment-price { color: var(--text-muted); font-size: 0.9rem; font-weight: 700; margin-top: 1rem; display: block; }

.reviews-section { padding: 96px 0; background: var(--white); overflow: hidden; }
.reviews-section h2 { text-align: center; margin-bottom: 1rem; }
.marquee-container { overflow: hidden; display: flex; flex-direction: column; gap: 2rem; }
.marquee { display: flex; gap: 2rem; margin-bottom: 2rem; width: max-content; animation: scroll 40s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee-reverse { animation: scroll-reverse 40s linear infinite; }
@keyframes scroll { to { transform: translateX(calc(-50% - 1rem)); } }
@keyframes scroll-reverse { from { transform: translateX(calc(-50% - 1rem)); } to { transform: translateX(0); } }
.review-card { width: 350px; background: var(--surface); border-left: 3px solid var(--accent); padding: 24px; border-radius: 0 var(--radius) var(--radius) 0; }
.review-card p { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--dark); margin-bottom: 1rem; }
.review-card span { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; }

.faq-section { background: var(--surface); }
.faq-list { width: min(860px, 90vw); margin: 0 auto; display: grid; gap: 0.85rem; }
details { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; color: var(--dark); }
details p { margin: 1rem 0 0; color: var(--text-muted); }

.contact-section { display: grid; grid-template-columns: 3fr 2fr; gap: 4rem; padding: 96px 5%; max-width: 1200px; margin: 0 auto; }
.contact-card, .form-wrapper { background: var(--surface-alt); padding: 48px; border-radius: var(--radius); }
.contact-card h3 { margin-bottom: 1.5rem; }
.contact-item { margin-bottom: 1.5rem; }
.contact-item strong { display: block; font-size: 0.9rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.25rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: 0.45rem; margin-bottom: 1rem; }
.form-field.full { grid-column: 1 / -1; }
label { font-weight: 700; color: var(--dark); }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); color: var(--text); padding: 12px 14px; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
.checkbox-field { display: grid; grid-template-columns: auto 1fr; gap: 0.75rem; align-items: start; margin: 1rem 0 1.4rem; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 0.2rem; }
.honeypot { display: none; }

.cta-band { background: linear-gradient(135deg, var(--dark), #5E4636 58%, var(--surface-blush)); color: var(--white); padding: 88px 5%; text-align: center; border-top: 1px solid rgba(200,169,110,0.28); border-bottom: 1px solid rgba(200,169,110,0.28); position: relative; overflow: hidden; }
.cta-band h2 { color: var(--white); margin-bottom: 2rem; }
.cta-band .btn-outline { color: var(--white); border-color: rgba(250,250,248,0.78); }
.cta-band .btn-outline:hover { color: var(--dark); background: var(--white); }
.cta-band > * { position: relative; z-index: 1; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 990; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 10px 28px rgba(37,211,102,0.32); transition: transform 0.2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.mobile-call-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: var(--accent); z-index: 980; padding: 12px; text-align: center; display: none; min-height: 52px; }
.mobile-call-bar a { color: var(--dark); font-weight: 700; font-family: var(--font-body); display: block; width: 100%; }

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-text { padding: calc(var(--nav-height) + 42px) 24px 40px; }
  .hero-text-card { margin-right: 0; width: min(720px, 100%); }
  .hero-image-wrap { min-height: 360px; }
  .section-side-label { display: none; }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .hero-text-card { padding: 34px 22px; }
  body.motion-enhanced .panel-left:not(.in-view),
  body.motion-enhanced .panel-right:not(.in-view) { transform: translateY(28px); }
  .hero-subtext { max-width: none; margin-bottom: 1.5rem; }
  .hero-actions { flex-direction: column; }
  .ba-card { display: none; }
  .hero-image-wrap { min-height: 280px; }
  .stats-grid, .category-grid, .alt-row, .safety-grid, .journey-grid, .contact-section, .form-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 1px; }
  .category-grid { padding-top: 64px; }
  .alt-row { gap: 32px; margin-bottom: 64px; }
  .alt-row:nth-child(even) .row-image { order: -1; }
  .contact-card, .form-wrapper { padding: 30px 22px; }
  .whatsapp-float { bottom: 72px; }
  .mobile-call-bar { display: block; }
  body { padding-bottom: 60px; }
}

@media (max-width: 440px) {
  .hero-label { font-size: 0.76rem; }
  .btn { width: 100%; padding-inline: 18px; }
  .trust-chip { font-size: 0.9rem; }
  .review-card { width: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .panel-left, .panel-right { opacity: 1 !important; transform: none !important; }
  .marquee, .marquee-reverse { animation: none !important; transform: none !important; }
  .safety-broll { display: none; }
}

