:root {
  --bg: #f8f1ea;
  --bg-soft: #fdf8f4;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #fffaf6;
  --surface-dark: #281d2d;
  --stroke: rgba(77, 50, 83, 0.12);
  --stroke-strong: rgba(77, 50, 83, 0.24);
  --text: #312337;
  --text-soft: #65586c;
  --plum: #6f4b76;
  --plum-strong: #4a2f53;
  --rose: #e8bfd0;
  --gold: #b88e52;
  --mint: #dce9dd;
  --white: #ffffff;
  --wa: #25d366;
  --shadow: 0 24px 70px -34px rgba(59, 35, 64, 0.45);
  --shadow-soft: 0 18px 45px -30px rgba(59, 35, 64, 0.35);
  --radius: 24px;
  --radius-lg: 40px;
  --max: 1200px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Segoe UI", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(232, 191, 208, 0.35), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(220, 233, 221, 0.45), transparent 26%),
    linear-gradient(180deg, #fff9f5 0%, var(--bg) 22%, #f6efe9 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

video {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 4px;
  border-radius: 6px;
}

.contenedor {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

section {
  scroll-margin-top: 100px;
}

.seccion {
  padding: 110px 0;
}

.kicker {
  margin: 0 0 14px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

h1,
h2,
h3,
.marca-nombre {
  margin: 0;
  font-family: var(--serif);
  line-height: 0.98;
  font-weight: 600;
}

h1 {
  font-size: clamp(3.3rem, 7vw, 6.4rem);
}

h2 {
  font-size: clamp(2.3rem, 4.6vw, 4rem);
}

h3 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

h1 em,
h2 em,
.marca-nombre em {
  font-style: italic;
  color: var(--gold);
}

p {
  margin: 0;
}

.seccion-encabezado {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.seccion-encabezado p:last-child {
  margin-top: 18px;
  color: var(--text-soft);
}

.boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.boton:hover {
  transform: translateY(-2px);
}

.boton-primario {
  background: linear-gradient(135deg, var(--plum) 0%, var(--plum-strong) 100%);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.boton-secundario {
  border-color: var(--stroke-strong);
  background: rgba(255, 255, 255, 0.48);
  color: var(--text);
}

.boton-secundario:hover {
  border-color: var(--plum);
  background: rgba(255, 255, 255, 0.86);
}

.boton-claro {
  background: var(--white);
  color: var(--plum-strong);
}

.enlace-fino {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--plum);
  font-weight: 500;
}

.enlace-fino::after {
  content: "\2197";
  font-size: 0.9em;
}

.cabecera {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(253, 248, 244, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(77, 50, 83, 0.08);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.cabecera.con-sombra {
  box-shadow: 0 14px 35px -28px rgba(49, 35, 55, 0.7);
  background: rgba(253, 248, 244, 0.9);
}

.cabecera-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}

.marca {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.marca-nombre {
  font-size: 1.55rem;
}

.marca-eslogan {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.navegacion {
  display: flex;
  align-items: center;
  gap: 28px;
}

.navegacion a:not(.boton) {
  position: relative;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.navegacion a:not(.boton)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.navegacion a:not(.boton):hover::after {
  transform: scaleX(1);
}

.boton-nav {
  padding-inline: 22px;
}

.boton-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}

.boton-menu span {
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.boton-menu[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.boton-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.boton-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 86vh;
  margin-top: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 84px 0 120px;
  background: linear-gradient(135deg, #b9adc9 0%, #bdaec7 40%, #d2c2d4 100%);
}

.hero.hero-con-foto {
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center center;
}

.hero-capa {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(153, 141, 172, 0.58), rgba(170, 156, 183, 0.64));
}

.hero-neblina {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-nube {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  opacity: 0.42;
  background: rgba(255, 255, 255, 0.58);
}

.nube-a {
  width: 280px;
  height: 180px;
  top: 58px;
  left: -40px;
}

.nube-b {
  width: 340px;
  height: 220px;
  top: 90px;
  right: -60px;
}

.nube-c {
  width: 460px;
  height: 180px;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
}

.hero-interior {
  position: relative;
  z-index: 2;
  max-width: 940px;
  padding: 0 20px;
  text-align: center;
  color: var(--white);
}

.hero-icono {
  display: inline-flex;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.96);
}

.hero-kicker {
  margin: 0 0 18px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.hero h1 {
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: 0.96;
  color: var(--white);
  letter-spacing: 0.02em;
}

.hero h1 em {
  color: rgba(255, 255, 255, 0.9);
}

.hero-lead {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: rgba(255, 255, 255, 0.88);
}

.hero-acciones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero-enlace {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.hero-enlace::after {
  content: " \2192";
}

.hero-corte {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -1px;
  height: 132px;
  background: var(--bg);
  clip-path: polygon(0 22%, 100% 100%, 0 100%);
}

.media-etiqueta,
.video-chip,
.instagram-pill,
.trabajo-copy span,
.resumen-superior,
.cierre-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tarjeta-video {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.video-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: var(--white);
}

.media-etiqueta,
.video-chip,
.instagram-pill,
.trabajo-copy span,
.resumen-superior,
.cierre-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tarjeta-video {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.video-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: var(--white);
}

.media-etiqueta,
.video-chip,
.instagram-pill,
.trabajo-copy span,
.resumen-superior,
.cierre-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tarjeta-video {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.video-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: var(--white);
}

.tarjeta-resumen {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 250, 246, 0.92), rgba(244, 231, 236, 0.8));
}

.resumen-handle {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-family: var(--serif);
}

.resumen-metricas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}

.resumen-metricas strong,
.metrica strong,
.instagram-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.resumen-metricas span,
.metrica span,
.pie-texto,
.instagram-card span,
.dato p,
.horarios,
.opiniones-agregado {
  color: var(--text-soft);
}

.sin-media {
  min-height: 260px;
}

.media-fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    radial-gradient(circle at 20% 20%, rgba(232, 191, 208, 0.6), transparent 36%),
    radial-gradient(circle at 80% 80%, rgba(111, 75, 118, 0.25), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 234, 0.9));
}

.franja-metricas {
  padding: 0 0 24px;
}

.metricas-grilla {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.metrica {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(77, 50, 83, 0.08);
  text-align: center;
}

.servicios {
  padding-top: 84px;
}

.servicios-grilla {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.servicio {
  padding: 32px 28px;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.servicio:hover,
.trabajo:hover,
.reel:hover,
.opinion:hover {
  transform: translateY(-6px);
  border-color: rgba(111, 75, 118, 0.28);
  box-shadow: 0 32px 60px -38px rgba(49, 35, 55, 0.6);
}

.icono-servicio {
  color: var(--plum);
  margin-bottom: 18px;
}

.servicio h3 {
  margin-bottom: 10px;
}

.servicio p {
  color: var(--text-soft);
}

.trabajos {
  padding-top: 40px;
}

.trabajos-grilla {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.trabajo {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.trabajo:nth-child(1) {
  grid-column: span 5;
}

.trabajo:nth-child(2) {
  grid-column: span 3;
}

.trabajo:nth-child(3) {
  grid-column: span 4;
}

.trabajo-copy {
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(40, 29, 45, 0.06), rgba(40, 29, 45, 0.82));
  color: var(--white);
}

.trabajo-copy h3 {
  margin: 12px 0 8px;
  font-size: 1.8rem;
}

.trabajo-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.reels {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(111, 75, 118, 0.06));
}

.reels-grilla {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reel {
  overflow: hidden;
}

.reel-media {
  aspect-ratio: 9 / 13;
  overflow: hidden;
}

.reel-copy {
  padding: 20px 20px 24px;
}

.reel-copy h3 {
  margin-bottom: 8px;
}

.reel-copy p {
  color: var(--text-soft);
}

.experiencia-layout {
  display: grid;
  gap: 28px;
}

.experiencia-bloque {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.experiencia-bloque.invertido {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.experiencia-copy,
.ubicacion-datos {
  padding: 30px;
}

.experiencia-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.experiencia-copy p,
.lista-corta li {
  color: var(--text-soft);
}

.experiencia-media {
  overflow: hidden;
  min-height: 420px;
}

.lista-corta {
  margin: 0;
  padding-left: 20px;
}

.lista-corta li + li {
  margin-top: 10px;
}

.opiniones {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(232, 191, 208, 0.08));
}

.opiniones-agregado {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.opiniones-grilla {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.opinion {
  position: relative;
  padding: 38px 28px 28px;
}

.opinion-comilla {
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 4.8rem;
  line-height: 1;
  font-family: var(--serif);
  color: rgba(111, 75, 118, 0.18);
}

.opinion blockquote p {
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1.45;
}

.opinion figcaption {
  margin-top: 18px;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.instagram {
  padding-top: 70px;
}

.instagram-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: center;
}

.instagram-copy p:last-child {
  margin-top: 20px;
  color: var(--text-soft);
}

.instagram-card {
  padding: 30px;
  background: linear-gradient(145deg, rgba(111, 75, 118, 0.9), rgba(40, 29, 45, 0.92));
  color: var(--white);
}

.instagram-card strong {
  margin: 20px 0 12px;
  font-size: clamp(3rem, 7vw, 4.5rem);
}

.instagram-card span {
  color: rgba(255, 255, 255, 0.76);
}

.instagram-pill {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.ubicacion-grilla {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
}

.ubicacion-mapa {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  min-height: 520px;
}

.ubicacion-mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.dato + .dato {
  margin-top: 28px;
}

.dato h3,
.pie h3 {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: var(--sans);
}

.horarios {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horarios li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(77, 50, 83, 0.14);
}

.cierre {
  padding: 110px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(232, 191, 208, 0.18), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(220, 233, 221, 0.16), transparent 32%),
    linear-gradient(135deg, var(--surface-dark), #3f2848 62%, #6b486f 100%);
  color: var(--white);
}

.cierre-interior {
  max-width: 760px;
  text-align: center;
}

.cierre-kicker {
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.cierre h2 {
  margin-bottom: 18px;
}

.cierre p:last-of-type {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 30px;
}

.pie {
  padding: 60px 0 28px;
  background: rgba(255, 250, 246, 0.9);
  border-top: 1px solid rgba(77, 50, 83, 0.08);
}

.pie-grilla {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 32px;
}

.pie-texto {
  margin-top: 12px;
}

.pie-final {
  padding-top: 22px;
  border-top: 1px solid rgba(77, 50, 83, 0.08);
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.whatsapp-flotante {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wa);
  color: var(--white);
  box-shadow: 0 20px 36px -14px rgba(37, 211, 102, 0.6);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.whatsapp-flotante:hover {
  transform: scale(1.06);
  box-shadow: 0 24px 38px -14px rgba(37, 211, 102, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .boton,
  .servicio,
  .trabajo,
  .reel,
  .opinion,
  .whatsapp-flotante,
  .navegacion a::after,
  .boton-menu span {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .instagram-layout,
  .ubicacion-grilla,
  .experiencia-bloque,
  .experiencia-bloque.invertido {
    grid-template-columns: 1fr;
  }

  .trabajo:nth-child(1),
  .trabajo:nth-child(2),
  .trabajo:nth-child(3) {
    grid-column: span 4;
  }

  .servicios-grilla,
  .reels-grilla,
  .opiniones-grilla,
  .pie-grilla {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metricas-grilla {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}



@media (max-width: 760px) {
  .seccion {
    padding: 88px 0;
  }

  .hero {
    min-height: 72vh;
    margin-top: 78px;
    padding: 66px 0 100px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.3rem);
  }

  .hero-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.28em;
  }

  .hero-lead {
    max-width: 33ch;
  }

  .hero-corte {
    height: 86px;
    clip-path: polygon(0 38%, 100% 100%, 0 100%);
  }

  .boton-menu {
    display: flex;
  }

  .navegacion {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 20px 24px;
    background: rgba(255, 248, 244, 0.98);
    border-bottom: 1px solid rgba(77, 50, 83, 0.1);
    box-shadow: 0 22px 40px -32px rgba(49, 35, 55, 0.55);
  }

  .navegacion.abierta {
    display: flex;
  }

  .navegacion a:not(.boton) {
    width: 100%;
    padding: 10px 0;
  }

  .navegacion .boton-nav {
    margin-top: 10px;
  }

  .metricas-grilla,
  .servicios-grilla,
  .trabajos-grilla,
  .reels-grilla,
  .opiniones-grilla,
  .pie-grilla,
  .resumen-metricas {
    grid-template-columns: 1fr;
  }

  .trabajo:nth-child(1),
  .trabajo:nth-child(2),
  .trabajo:nth-child(3) {
    grid-column: auto;
  }

  .trabajo,
  .reel-media,
  .ubicacion-mapa,
  .experiencia-media {
    min-height: 0;
  }

  .trabajo {
    min-height: 360px;
  }

  .reel-media {
    aspect-ratio: 4 / 5;
  }

  .ubicacion-mapa {
    min-height: 380px;
  }

  .whatsapp-flotante {
    right: 14px;
    bottom: 14px;
  }
}

