:root {
  --ink: #352b2a;
  --muted: #766965;
  --cream: #f6f0ea;
  --paper: #fffaf6;
  --rose: #d9bdb4;
  --rose-deep: #a67f75;
  --mocha: #76574f;
  --wine: #513f3b;
  --line: rgba(81, 63, 59, .15);
  --shadow: 0 24px 70px rgba(79, 58, 51, .13);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

::selection { background: var(--rose); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }

.page-noise {
  position: fixed;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  z-index: 99;
  background-image: radial-gradient(rgba(65, 48, 43, .16) .55px, transparent .55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section-pad { padding: 110px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 246, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 40px rgba(66,49,44,.06); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(118,87,79,.32);
  background: linear-gradient(145deg, #f9ebe5, #ead5cd);
  color: var(--mocha);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px; letter-spacing: .08em;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.42);
}
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong, .footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; letter-spacing: .02em; }
.brand-text small, .footer-brand small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.nav-cta) { font-size: 13px; font-weight: 700; color: #5b4a46; position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--rose-deep); transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--wine); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.menu-toggle span { width: 100%; height: 2px; background: var(--ink); display: block; margin: 6px 0; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: calc(100vh - 84px); display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, #fffaf6 0%, #f5ebe5 55%, #eeddd6 100%); z-index: -3; }
.hero::after { content: ""; position: absolute; width: 50vw; height: 50vw; right: -19vw; top: -10vw; border: 1px solid rgba(118,87,79,.12); border-radius: 50%; z-index: -2; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); z-index: -2; opacity: .9; }
.hero-glow-one { width: 320px; height: 320px; background: rgba(218, 187, 178, .28); left: -150px; bottom: 20px; }
.hero-glow-two { width: 240px; height: 240px; background: rgba(235, 210, 202, .28); right: 23%; top: 5%; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .19em; color: var(--rose-deep); margin-bottom: 20px; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #ead7cf; }
.hero h1, .section-heading h2, .wellness-panel h2, .experience-copy h2, .contact-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(52px, 6vw, 90px); max-width: 760px; }
.hero-lead { max-width: 680px; font-size: 17px; color: var(--muted); margin: 28px 0 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 22px; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--wine); color: #fff; box-shadow: 0 14px 35px rgba(81,63,59,.22); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(81,63,59,.32); }
.btn-ghost { border: 1px solid rgba(81,63,59,.2); background: rgba(255,255,255,.35); }
.btn-light { background: #fff7f2; color: var(--wine); box-shadow: 0 14px 35px rgba(26,16,14,.13); }
.btn-icon { font-size: 12px; }
.hero-meta { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.4fr; gap: 26px; }
.hero-meta > div { display: flex; align-items: flex-start; gap: 12px; }
.hero-meta small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--muted); margin-bottom: 2px; }
.hero-meta strong { font-size: 13px; font-weight: 700; }
.meta-icon { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.55); border: 1px solid rgba(81,63,59,.1); }

.hero-art { position: relative; min-height: 590px; display: grid; place-items: center; }
.art-card { position: relative; width: min(430px, 88%); aspect-ratio: .77; border-radius: 210px 210px 34px 34px; background: linear-gradient(165deg, #b98f84, #78564f 72%); box-shadow: 0 45px 85px rgba(73,50,44,.26); overflow: hidden; color: #fff8f4; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.art-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 200px 200px 25px 25px; }
.art-card::after { content: ""; position: absolute; width: 72%; aspect-ratio: 1; background: rgba(255,255,255,.05); border-radius: 50%; top: 13%; }
.art-symbol { width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); box-shadow: inset 0 0 0 14px rgba(255,255,255,.06); font-family: Georgia, serif; font-size: 42px; letter-spacing: .08em; position: relative; z-index: 2; }
.art-card p { margin: 26px 0 0; font-family: Georgia, serif; font-size: 30px; position: relative; z-index: 2; }
.art-card > span { margin-top: 6px; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; opacity: .8; position: relative; z-index: 2; }
.art-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; }
.orbit-two { width: 300px; height: 300px; }
.floating-card { position: absolute; min-width: 165px; padding: 16px 18px; border-radius: 18px; background: rgba(255,250,246,.88); backdrop-filter: blur(16px); box-shadow: 0 20px 45px rgba(79,57,50,.16); border: 1px solid rgba(255,255,255,.65); display: grid; line-height: 1.25; animation: float 5s ease-in-out infinite; }
.floating-card strong { font-size: 13px; }
.floating-card span { margin-top: 4px; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.fc-one { top: 12%; left: -2%; }
.fc-two { right: -2%; top: 45%; animation-delay: -1.8s; }
.fc-three { left: 4%; bottom: 9%; animation-delay: -3.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.intro-strip { background: #f0e3dc; border-top: 1px solid rgba(91,66,59,.08); border-bottom: 1px solid rgba(91,66,59,.08); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid div { padding: 26px 20px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(81,63,59,.1); }
.strip-grid div:last-child { border-right: 0; }
.strip-grid span { font-family: Georgia, serif; color: var(--rose-deep); font-size: 18px; }
.strip-grid strong { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.treatments { background: #fffaf6; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .wellness-panel h2, .experience-copy h2, .contact-heading h2 { font-size: clamp(40px, 5vw, 68px); }
.section-heading p { margin: 0; color: var(--muted); font-size: 15px; }
.treatment-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.service-card { min-height: 450px; position: relative; border-radius: var(--radius); overflow: hidden; padding: 30px; background: #f3e5de; border: 1px solid rgba(81,63,59,.08); display: flex; flex-direction: column; justify-content: space-between; transition: transform .35s ease, box-shadow .35s ease; }
.service-card:nth-child(2) { background: #ebe1d8; }
.service-card:nth-child(3) { background: #d8c8c1; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-number { font-family: Georgia, serif; font-size: 16px; color: rgba(81,63,59,.55); }
.service-icon { position: absolute; width: 250px; right: -22px; top: 44px; opacity: .63; }
.service-icon svg { width: 100%; fill: none; stroke: rgba(81,63,59,.55); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-large .service-icon { width: 320px; right: 4%; top: 28px; }
.service-copy { position: relative; z-index: 2; }
.service-kicker { margin: 0 0 7px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 800; }
.service-copy h3 { font-family: Georgia, serif; font-weight: 400; font-size: clamp(30px, 3vw, 46px); margin: 0 0 20px; line-height: 1; }
.service-copy a { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; border-bottom: 1px solid rgba(81,63,59,.35); padding-bottom: 6px; }
.service-copy a span { font-size: 16px; transition: transform .2s ease; }
.service-copy a:hover span { transform: translate(3px,-3px); }

.wellness { background: var(--wine); color: #f8efeb; position: relative; overflow: hidden; }
.wellness::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; left: -220px; bottom: -280px; }
.wellness-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.wellness-panel { position: sticky; top: 120px; }
.wellness-panel p { color: rgba(255,245,240,.72); max-width: 520px; margin: 24px 0 30px; }
.wellness-list { border-top: 1px solid rgba(255,255,255,.17); }
.wellness-item { min-height: 132px; display: grid; grid-template-columns: 48px 1fr 42px; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); transition: padding-left .25s ease, background .25s ease; }
.wellness-item:hover { padding-left: 14px; background: rgba(255,255,255,.025); }
.wellness-index { font-family: Georgia, serif; color: #d8b7ad; }
.wellness-item h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(24px, 2vw, 32px); font-weight: 400; }
.wellness-item p { margin: 4px 0 0; color: rgba(255,255,255,.56); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.wellness-item a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.wellness-item a:hover { transform: rotate(10deg); background: rgba(255,255,255,.1); }

.experience { background: #f4e9e2; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.experience-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.arch { position: absolute; width: 66%; height: 80%; border-radius: 220px 220px 24px 24px; }
.arch-back { background: #d7beb5; transform: rotate(-7deg) translate(-15px, 0); }
.arch-front { background: linear-gradient(160deg, #8e695f, #5d4641); display: grid; place-items: center; box-shadow: 0 40px 65px rgba(81,63,59,.18); }
.arch-front::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 200px 200px 17px 17px; }
.arch-front span { color: #f8efeb; font-family: Georgia, serif; font-size: 38px; text-align: center; line-height: 1; letter-spacing: .04em; }
.spark { position: absolute; font-size: 52px; color: #a67f75; }
.spark-a { left: 6%; top: 14%; }
.spark-b { right: 7%; bottom: 8%; font-size: 38px; }
.leaf { position: absolute; width: 130px; height: 48px; border: 1px solid rgba(118,87,79,.35); border-radius: 100% 0 100% 0; }
.leaf-a { right: 0; top: 14%; transform: rotate(30deg); }
.leaf-b { left: 0; bottom: 12%; transform: rotate(-145deg); }
.experience-copy > p { color: var(--muted); }
.tag-cloud { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud span { padding: 11px 15px; border-radius: 999px; border: 1px solid rgba(81,63,59,.15); background: rgba(255,255,255,.38); font-size: 12px; font-weight: 700; }

.contact-section { background: #fffaf6; }
.contact-shell { border-radius: 38px; background: linear-gradient(135deg, #76574f, #4c3b37); color: #fff; padding: 64px; box-shadow: 0 35px 75px rgba(67,47,42,.18); position: relative; overflow: hidden; }
.contact-shell::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -130px; top: -250px; }
.contact-heading { max-width: 820px; position: relative; z-index: 2; }
.contact-heading h2 { max-width: 760px; }
.contact-heading .btn { margin-top: 28px; }
.contact-cards { margin-top: 50px; display: grid; grid-template-columns: .8fr 1.4fr .8fr; gap: 14px; position: relative; z-index: 2; }
.contact-card { min-height: 160px; border-radius: 22px; padding: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; justify-content: flex-end; }
.contact-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; margin-bottom: auto; }
.contact-card small { margin-bottom: 5px; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.contact-card strong { font-size: 16px; font-weight: 600; }

.site-footer { padding: 34px 0 42px; background: #fffaf6; border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand > div { display: grid; }
.footer-info { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 26px; color: var(--muted); font-size: 11px; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 18px 0 14px; border-radius: 999px; color: #fff; background: #3c8c63; box-shadow: 0 16px 38px rgba(38,102,69,.28); font-size: 12px; font-weight: 800; }
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }
.wa-ring { position: absolute; inset: -7px; border: 1px solid rgba(60,140,99,.35); border-radius: inherit; animation: pulse 2s infinite; pointer-events: none; }
@keyframes pulse { 0% { transform: scale(.96); opacity: 1; } 70% { transform: scale(1.09); opacity: 0; } 100% { opacity: 0; } }

/* El contenido permanece visible aunque JavaScript no cargue.
   La clase .visible solo añade una animación progresiva cuando JS está disponible. */
.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: reveal-in .72s ease both; }
@keyframes reveal-in {
  from { opacity: .72; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero-art { min-height: 520px; }
  .floating-card { min-width: 145px; }
  .treatment-grid { grid-template-columns: 1fr 1fr; }
  .service-large { grid-column: 1 / -1; min-height: 410px; }
  .service-large .service-icon { right: 9%; }
  .wellness-grid, .experience-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .section-pad { padding: 80px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: auto; }
  .brand-text small { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 52; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto 0; height: calc(100vh - 72px); background: rgba(255,250,246,.98); padding: 35px 20px; display: flex; flex-direction: column; align-items: stretch; transform: translateX(100%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
  .main-nav.open { transform: translateX(0); opacity: 1; }
  .main-nav > a:not(.nav-cta) { display: block; font-family: Georgia, serif; font-size: 28px; font-weight: 400; padding: 10px 0; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 12px; text-align: center; padding: 17px 20px; }

  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; min-height: 520px; }
  .hero-meta { grid-template-columns: 1fr; gap: 16px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid div:nth-child(2) { border-right: 0; }
  .strip-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(81,63,59,.1); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .service-large { grid-column: auto; }
  .wellness-grid, .experience-grid { grid-template-columns: 1fr; }
  .wellness-panel { position: static; }
  .experience-copy { order: 1; }
  .experience-visual { order: 2; }
  .contact-shell { padding: 42px 26px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card { min-height: 135px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-info { justify-content: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 66px 0; }
  .brand-text strong { font-size: 18px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(46px, 15vw, 65px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-art { min-height: 440px; }
  .art-card { width: 78%; }
  .art-symbol { width: 110px; height: 110px; font-size: 32px; }
  .art-card p { font-size: 24px; }
  .floating-card { min-width: 135px; padding: 12px 14px; }
  .fc-one { top: 12%; left: 0; }
  .fc-two { right: 0; top: 48%; }
  .fc-three { left: 3%; bottom: 6%; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid div { border-right: 0; border-bottom: 1px solid rgba(81,63,59,.1); }
  .strip-grid div:last-child { border-bottom: 0; }
  .section-heading h2, .wellness-panel h2, .experience-copy h2, .contact-heading h2 { font-size: 42px; }
  .service-card, .service-large { min-height: 390px; padding: 24px; }
  .service-icon, .service-large .service-icon { width: 230px; right: -26px; top: 44px; }
  .wellness-item { grid-template-columns: 36px 1fr 38px; min-height: 112px; gap: 12px; }
  .wellness-item h3 { font-size: 24px; }
  .experience-visual { min-height: 420px; }
  .arch { width: 74%; height: 82%; }
  .contact-shell { border-radius: 26px; }
  .wa-float { width: 56px; height: 56px; min-height: 56px; padding: 0; justify-content: center; right: 16px; bottom: 16px; }
  .wa-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
