/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; font-size: 16px; }
body {
  background: #faf9f7;
  color: #1c1917;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
  cursor: none;
}
a { text-decoration: none; color: inherit; }

/* ===== CURSOR ===== */
.cur {
  position: fixed; width: 8px; height: 8px; border-radius: 50%;
  background: #b89d7a; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
}
.cur-ring {
  position: fixed; width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(184,157,122,0.35); pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
}

/* ===== TOKENS ===== */
:root {
  --gold: #b89d7a;
  --dark: #1c1917;
  --cream: #faf9f7;
  --border: rgba(28,25,23,0.07);
}

/* ===== NAV ===== */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(250,249,247,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 400; letter-spacing: 0.08em; color: #1c1917;
}
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; }
.nav-links a {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(28,25,23,0.45); transition: color 0.2s; font-weight: 400;
}
.nav-links a:hover { color: #1c1917; }
.nav-cta {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  background: #1c1917; color: #faf9f7;
  padding: 0.65rem 1.5rem; font-weight: 400; transition: opacity 0.2s;
}
.nav-cta:hover { opacity: 0.8; }

/* ===== HERO ===== */
.hero {
  height: 100vh; display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 8rem 4rem 4rem 3rem;
  position: relative;
}
.hero-tag {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(28,25,23,0.35); margin-bottom: 2rem;
  display: flex; align-items: center; gap: 0.75rem; overflow: hidden;
}
.hero-tag span { display: block; }
.tag-line { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  font-weight: 400; line-height: 1.1; letter-spacing: -0.01em;
  color: #1c1917; margin-bottom: 1.75rem;
}
.hero h1 .ln { overflow: visible; display: block; }
.hero h1 .ln span { display: block; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1rem; color: rgba(28,25,23,0.5);
  max-width: 380px; line-height: 1.8; font-weight: 300;
  margin-bottom: 3rem;
}
.hero-btns { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn-dark {
  display: inline-block; background: #1c1917; color: #faf9f7;
  padding: 1rem 2.2rem; font-size: 0.75rem; letter-spacing: 0.12em;
  text-transform: uppercase; cursor: none;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1);
}
.btn-dark:hover { transform: scale(1.03); }
.btn-outline {
  display: inline-block; background: transparent;
  color: rgba(28,25,23,0.55);
  border: 1px solid rgba(28,25,23,0.2);
  padding: 1rem 2.2rem; font-size: 0.75rem;
  letter-spacing: 0.12em; text-transform: uppercase; cursor: none;
}
.hero-stats {
  position: absolute; bottom: 3rem; left: 3rem;
  display: flex; gap: 2.5rem;
}
.hstat { text-align: center; }
.hstat-n {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 400; font-style: italic;
  color: #1c1917; line-height: 1;
}
.hstat-l {
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(28,25,23,0.35); margin-top: 4px;
}
.hero-right { position: relative; overflow: hidden; }
.hero-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?w=1200&q=90&auto=format') center/cover no-repeat;
}
.hero-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, #faf9f7 0%, transparent 15%);
}
.hero-badge {
  position: absolute; bottom: 3rem; right: 3rem;
  background: #faf9f7; padding: 1.5rem 2rem;
  border: 1px solid rgba(28,25,23,0.08); text-align: center;
}
.badge-cert {
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(28,25,23,0.35); margin-bottom: 4px;
}
.badge-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 400; color: #1c1917;
}

/* ===== TRATAMIENTOS ===== */
.tratamientos { padding: 7rem 3rem; max-width: 1300px; margin: 0 auto; }
.sec-tag {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(28,25,23,0.35); margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.75rem; overflow: hidden;
}
.sec-tag span { display: block; }
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400; line-height: 1.05;
  color: #1c1917; margin-bottom: 4rem;
}
.sec-title em { font-style: italic; color: var(--gold); }
.trat-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(28,25,23,0.08);
}
.trat {
  background: #faf9f7; padding: 2.5rem 2rem;
  transition: background 0.2s; position: relative;
  overflow: hidden; cursor: none;
}
.trat:hover { background: #f3f0eb; }
.trat-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 400; font-style: italic;
  color: rgba(28,25,23,0.05); line-height: 1; margin-bottom: 1rem;
}
.trat-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 400;
  color: #1c1917; margin-bottom: 0.5rem;
}
.trat-desc {
  font-size: 0.85rem; color: rgba(28,25,23,0.5);
  line-height: 1.7; font-weight: 300; margin-bottom: 1.5rem;
}
.trat-cta {
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 0.5rem;
  transition: gap 0.2s;
}
.trat:hover .trat-cta { gap: 1rem; }

/* ===== ABOUT ===== */
.about {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #1c1917;
}
.about-left {
  padding: 6rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
}
.about-tag {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(184,157,122,0.6); margin-bottom: 2rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400; line-height: 1.1;
  color: #faf9f7; margin-bottom: 1.5rem;
}
.about-title .w { overflow: hidden; display: block; }
.about-title .w span { display: block; }
.about-body {
  font-size: 0.95rem; color: rgba(250,249,247,0.45);
  line-height: 1.85; font-weight: 300; margin-bottom: 1rem; overflow: hidden;
}
.about-body span { display: block; }
.about-stats {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 2rem; border-top: 1px solid rgba(250,249,247,0.08);
  padding-top: 2rem; margin-top: 1.5rem;
}
.astat-n {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 400; font-style: italic;
  color: var(--gold); line-height: 1;
}
.astat-l {
  font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(250,249,247,0.25); margin-top: 4px;
}
.about-right {
  position: relative; overflow: hidden; min-height: 600px;
  background: url('https://images.unsplash.com/photo-1629909615184-74f495363b67?w=900&q=85&auto=format') center/cover no-repeat;
}
.about-right::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, #1c1917 0%, transparent 30%);
}

/* ===== PROCESO ===== */
.proceso { padding: 7rem 3rem; max-width: 1200px; margin: 0 auto; }
.proc-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 3rem; margin-top: 4rem;
}
.paso {
  padding-top: 2rem;
  border-top: 1px solid rgba(28,25,23,0.1);
}
.paso-n {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 400; font-style: italic;
  color: var(--gold); line-height: 1; margin-bottom: 1rem;
}
.paso-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 400;
  color: #1c1917; margin-bottom: 0.5rem;
}
.paso-desc {
  font-size: 0.83rem; color: rgba(28,25,23,0.5);
  line-height: 1.65; font-weight: 300;
}

/* ===== MARQUEE ===== */
.mq-wrap {
  overflow: hidden; padding: 2.5rem 0;
  border-top: 1px solid rgba(28,25,23,0.06);
  border-bottom: 1px solid rgba(28,25,23,0.06);
  background: #f3f0eb;
}
.mq-track { display: flex; gap: 0; white-space: nowrap; will-change: transform; }
.mq-item {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 400; font-style: italic;
  opacity: 0.15; flex-shrink: 0; padding: 0 2rem; color: #1c1917;
}
.mq-item.hi { opacity: 1; color: var(--gold); }

/* ===== TESTIMONIOS ===== */
.testis { padding: 7rem 3rem; background: #1c1917; }
.testis-inner { max-width: 1100px; margin: 0 auto; }
.testi-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: rgba(250,249,247,0.06);
}
.testi {
  background: #1c1917; padding: 2.5rem 2rem; transition: background 0.2s;
}
.testi:hover { background: #242017; }
.testi-stars { color: var(--gold); letter-spacing: 0.1em; margin-bottom: 1rem; font-size: 0.8rem; }
.testi-text {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-style: italic; font-weight: 400;
  color: rgba(250,249,247,0.6); line-height: 1.75; margin-bottom: 1.5rem;
}
.testi-author {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(250,249,247,0.25);
}
.testi-trat {
  font-size: 0.65rem; letter-spacing: 0.08em;
  color: var(--gold); text-transform: uppercase; margin-top: 3px;
}

/* ===== CTA ===== */
.cta {
  padding: 8rem 3rem;
  background: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=2000&q=85&auto=format') center/cover no-repeat;
  position: relative; text-align: center;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(250,249,247,0.92);
}
.cta-content { position: relative; z-index: 1; }
.cta-tag {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(28,25,23,0.35); margin-bottom: 1.5rem;
  overflow: hidden; display: inline-block;
}
.cta-tag span { display: block; }
.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400; line-height: 1.05;
  color: #1c1917; margin-bottom: 1.25rem;
}
.cta-title .w { overflow: hidden; display: inline-block; margin: 0 0.06em; }
.cta-title .w span { display: block; }
.cta-title em { font-style: italic; color: var(--gold); }
.cta-sub {
  font-size: 1rem; color: rgba(28,25,23,0.5);
  margin-bottom: 2.5rem; line-height: 1.7;
}
.cta-btns { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }
.cta-info {
  display: flex; gap: 2rem; justify-content: center;
  margin-top: 1.5rem; flex-wrap: wrap;
}
.cta-info span {
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(28,25,23,0.3);
}

/* ===== FOOTER ===== */
footer {
  padding: 2.5rem 3rem; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1rem; background: #faf9f7;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 400; letter-spacing: 0.08em; color: #1c1917;
}
.footer-logo span { color: var(--gold); }
footer p { font-size: 0.7rem; color: rgba(28,25,23,0.3); letter-spacing: 0.06em; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a {
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(28,25,23,0.3); transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  nav { padding: 1.2rem 1.5rem; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; height: auto; }
  .hero-left { padding: 7rem 1.5rem 4rem; }
  .hero-right { height: 55vw; min-height: 280px; }
  .hero-stats { position: relative; bottom: auto; left: auto; margin-top: 2rem; }
  .tratamientos, .proceso { padding: 4rem 1.5rem; }
  .trat-grid { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-right { min-height: 300px; }
  .about-left { padding: 3rem 1.5rem; }
  .proc-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .testis { padding: 4rem 1.5rem; }
  .testi-grid { grid-template-columns: 1fr; }
  .cta { padding: 5rem 1.5rem; }
  footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; }
}
@media (max-width: 500px) {
  .proc-grid { grid-template-columns: 1fr; }
  .trat-grid { grid-template-columns: 1fr; }
}