/* Sisu Beauty St — paleta tomada del logo (acuarela marina) y del tapete rosa de trabajo. */
:root {
  --abismo: #16306a;   /* azul marino del logo: portada, títulos */
  --laguna: #2f63c6;   /* azul del agua: enlaces y detalles */
  --tapete: #edc3c9;   /* rosa palo del tapete de trabajo */
  --concha: #fbf4f3;   /* fondo */
  --chicle: #b8215a;   /* rosa fuerte del nail art: acentos */
  --tinta:  #1b1d2e;   /* texto */
  --gris:   #5a5c6e;
  --wa:     #0f7a6e;   /* verde oscuro de WhatsApp (el claro no pasa contraste) */
  --radio: 18px;
  --display: 'Caprasimo', 'Cooper Black', Georgia, serif;
  --cuerpo: 'Figtree', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--concha); color: var(--tinta);
  font-family: var(--cuerpo); font-size: 1.0625rem; line-height: 1.6;
}
img, video { max-width: 100%; display: block; }
a { color: var(--laguna); }
a:focus-visible, label:focus-visible, button:focus-visible { outline: 3px solid var(--chicle); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.1; margin: 0 0 .5em; color: var(--abismo); letter-spacing: -.005em; }
h2 { font-size: clamp(2rem, 6vw, 2.9rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.envoltura { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; }
.enlace { font-weight: 600; text-decoration: none; }
.enlace:hover { text-decoration: underline; }

/* ── Aviso de demo (plataforma, no marca) ─────────────────── */
.demo-banner { background: #2b2620; color: #f2ece1; text-align: center; font-size: .85rem; line-height: 1.4; padding: .4rem .9rem; letter-spacing: .01em; }
@media (min-width: 640px) { .demo-banner { font-size: .92rem; } }

/* ── Cabecera ─────────────────────────────────────────────── */
.cabecera { position: sticky; top: 0; z-index: 50; background: rgba(251, 244, 243, .96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(22, 48, 106, .1); }
.nav-check { position: absolute; opacity: 0; pointer-events: none; }
.barra { display: flex; align-items: center; gap: .75rem; max-width: 1120px; margin: 0 auto; padding: .55rem 1.25rem; }
.marca { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--abismo); margin-right: auto; }
.marca img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.marca span { font-family: var(--display); font-size: 1.15rem; white-space: nowrap; }
@media (min-width: 420px) { .marca span { font-size: 1.3rem; } }
.nav-escritorio { display: none; }
.barra-cta { background: var(--abismo); color: #fff; text-decoration: none; font-weight: 700; font-size: .95rem; padding: .5rem 1rem; border-radius: 999px; }
.nav-boton { display: grid; gap: 5px; padding: .6rem .35rem; cursor: pointer; }
.nav-boton span { display: block; width: 24px; height: 2.5px; background: var(--abismo); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-movil { display: none; flex-direction: column; padding: .25rem 1.25rem 1rem; }
.nav-movil a { padding: .7rem 0; font-weight: 600; font-size: 1.1rem; color: var(--abismo); text-decoration: none; border-top: 1px solid rgba(22, 48, 106, .1); }
.nav-check:checked ~ .nav-movil { display: flex; }
.nav-check:checked ~ .barra .nav-boton span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-check:checked ~ .barra .nav-boton span:nth-child(2) { opacity: 0; }
.nav-check:checked ~ .barra .nav-boton span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.nav-check:focus-visible ~ .barra .nav-boton { outline: 3px solid var(--chicle); border-radius: 6px; }
@media (min-width: 860px) {
  .nav-escritorio { display: flex; gap: 1.4rem; }
  .nav-escritorio a { color: var(--abismo); text-decoration: none; font-weight: 600; font-size: .98rem; }
  .nav-escritorio a:hover { color: var(--chicle); }
  .nav-check, .nav-boton, .nav-movil, .nav-check:checked ~ .nav-movil { display: none; }
}

/* ── Botones ──────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: .6rem; font-weight: 700; font-size: 1.05rem; text-decoration: none; padding: .9rem 1.4rem; border-radius: 999px; line-height: 1.2; }
.btn svg { width: 1.35em; height: 1.35em; flex: none; }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 6px 18px -8px rgba(15, 122, 110, .8); }
.btn-wa:hover { background: #0b6359; }

/* ── Portada: panel azul + la "mano" de puntas (elemento firma) ── */
.portada { background: var(--abismo); color: var(--concha); padding: 2.4rem 0 0; overflow: hidden; position: relative; }
.portada::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 64px; background: var(--concha); }
.portada-texto { max-width: 1120px; margin: 0 auto; padding: 0 1.25rem; position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; color: var(--tapete); margin-bottom: .9rem; }
.portada h1 { color: #fff; font-size: clamp(2.35rem, 9vw, 4.4rem); max-width: 14ch; margin-bottom: .45em; }
.bajada { font-size: 1.08rem; max-width: 38rem; color: #e4e8f4; }
.portada-acciones { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.2rem; margin: 1.5rem 0 0; }
.portada-tel { color: #e4e8f4; text-decoration: none; }
.portada-tel strong { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.mano { list-style: none; margin: 2.2rem auto 0; padding: 0 1.4rem; display: flex; justify-content: center; align-items: flex-end; gap: clamp(.4rem, 2vw, 1rem); max-width: 620px; position: relative; z-index: 1; }
.punta { flex: 1 1 0; max-width: 112px; }
.punta img {
  width: 100%; height: auto; aspect-ratio: 3 / 4.3; object-fit: cover;
  /* forma de uña almendra: punta redondeada arriba, base más ancha abajo */
  border-radius: 50% 50% 38% 38% / 62% 62% 20% 20%;
  border: 3px solid var(--concha); box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .55);
  background: var(--tapete);
}
/* alturas escalonadas como los dedos de una mano */
.punta-1 { margin-bottom: 0; transform: rotate(-9deg); }
.punta-2 { margin-bottom: 38px; transform: rotate(-3deg); }
.punta-3 { margin-bottom: 52px; }
.punta-4 { margin-bottom: 36px; transform: rotate(3deg); }
.punta-5 { margin-bottom: 6px; transform: rotate(9deg); max-width: 96px; }
@media (min-width: 900px) {
  .portada { padding-top: 0; }
  .portada::after { height: 90px; }
  .portada { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; max-width: none; }
  .portada-texto { max-width: 600px; margin: 0 0 0 max(1.25rem, calc((100vw - 1120px) / 2 + 1.25rem)); padding: 3.5rem 0 7rem; }
  .mano { margin: 4rem 0 0; padding: 0 2.5rem 0 0; align-self: end; max-width: 760px; gap: 1.1rem; }
  .punta { max-width: 150px; }
  .punta-5 { max-width: 128px; }
  .punta-2 { margin-bottom: 60px; } .punta-3 { margin-bottom: 84px; } .punta-4 { margin-bottom: 56px; } .punta-5 { margin-bottom: 10px; }
}

/* ── Secciones genéricas ──────────────────────────────────── */
.seccion { padding: 3.5rem 0; }
.encabezado { max-width: 40rem; margin-bottom: 1.8rem; }
.encabezado p { color: var(--gris); }

/* Sobre */
.sobre-grid { display: grid; gap: 2rem; align-items: center; }
.prosa p { font-size: 1.08rem; }
.sobre-foto { margin: 0; }
.sobre-foto img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 200px 200px var(--radio) var(--radio); max-height: 520px; }
@media (min-width: 800px) { .sobre-grid { grid-template-columns: 1.2fr .8fr; gap: 4rem; } }

/* Galería */
.galeria { background: var(--tapete); }
.galeria h2 { color: var(--abismo); }
.galeria .encabezado p { color: #4a3940; }
.rejilla { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
.rejilla li { border-radius: 14px; overflow: hidden; background: #f6dde1; }
.rejilla img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease; }
.rejilla li:hover img { transform: scale(1.04); }
.rejilla-video { grid-row: span 2; }
.rejilla-video video { width: 100%; height: 100%; object-fit: cover; background: #000; }
@media (min-width: 700px) { .rejilla { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; } }
@media (min-width: 1000px) { .rejilla { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.galeria-mas { margin: 1.6rem 0 0; }
.galeria-mas a { font-weight: 700; color: var(--abismo); }

/* Servicios */
.tecnicas { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.tecnicas li { background: #fff; border-radius: var(--radio); padding: 1.4rem 1.3rem 1.2rem; border: 1px solid rgba(22, 48, 106, .1); position: relative; }
.tecnicas li::before { /* muestra de color con forma de uña */
  content: ""; display: block; width: 22px; height: 30px; margin-bottom: .9rem;
  border-radius: 50% 50% 38% 38% / 62% 62% 20% 20%; background: var(--chicle);
}
.tecnicas li:nth-child(4n+2)::before { background: var(--laguna); }
.tecnicas li:nth-child(4n+3)::before { background: var(--tapete); }
.tecnicas li:nth-child(4n+4)::before { background: var(--abismo); }
.tecnicas h3 { margin-bottom: .3em; }
.tecnicas p { color: var(--gris); margin: 0; }
.tecnicas .precio { color: var(--chicle); font-weight: 700; margin-top: .6rem; }
.nota-precios { margin: 1.6rem 0 0; padding: 1rem 1.2rem; background: #f7e1e5; border-radius: 14px; max-width: 44rem; }
.nota-precios a { font-weight: 700; }

/* Reseñas */
.resenas { background: #fff; }
.resenas-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 800px) { .resenas-grid { grid-template-columns: 1fr 1.2fr; gap: 4rem; } }
.calificacion { display: flex; align-items: center; gap: 1rem; margin: 0 0 .8rem; }
.calif-num { font-family: var(--display); font-size: 4rem; line-height: 1; color: var(--abismo); }
.calif-det { color: var(--gris); font-size: .98rem; line-height: 1.4; }
.estrellas { color: #9a6412; letter-spacing: .12em; display: block; font-size: 1.2rem; }
.resena { margin: 0; background: var(--concha); border-radius: var(--radio); padding: 1.6rem 1.5rem; }
.resena p { font-size: 1.22rem; line-height: 1.5; margin: .5rem 0 0; color: var(--tinta); }

/* Contacto */
.contacto { background: var(--abismo); color: #e4e8f4; }
.contacto h2 { color: #fff; }
.contacto a { color: #fff; }
.contacto-grid { display: grid; gap: 2.2rem; }
@media (min-width: 800px) { .contacto-grid { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; } }
.contacto-intro { font-size: 1.1rem; max-width: 30rem; }
.contacto .btn-wa { margin-top: .4rem; }
.contacto .redes-fila { margin-top: 1.4rem; }
.contacto .redes-fila a { background: rgba(255, 255, 255, .12); color: #fff; }
.ficha { margin: 0; display: grid; gap: 1.2rem; }
.ficha div { border-top: 1px solid rgba(255, 255, 255, .18); padding-top: .9rem; }
.ficha dt { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; color: var(--tapete); margin-bottom: .25rem; }
.ficha dd { margin: 0; font-size: 1.05rem; }
.ficha dd > a:first-child { font-size: 1.4rem; font-weight: 700; }
.horario { list-style: none; margin: 0; padding: 0; }
.horario li { display: flex; justify-content: space-between; gap: 1rem; max-width: 22rem; }

/* Redes */
.redes-fila { list-style: none; display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; padding: 0; }
.redes-fila a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--abismo); color: #fff; }
.redes-fila svg { width: 22px; height: 22px; }

/* Pie */
.pie { background: var(--tinta); color: #cfd2e0; padding: 2.5rem 0 1.5rem; font-size: .95rem; }
.pie a { color: #fff; }
.pie-grid { display: grid; gap: 1.4rem; }
@media (min-width: 700px) { .pie-grid { grid-template-columns: 1fr auto; align-items: start; } }
.pie p { margin: 0 0 .35rem; }
.pie-nombre { font-family: var(--display); font-size: 1.4rem; color: #fff; }
.pie .redes-fila a { background: rgba(255, 255, 255, .12); }
.credito { text-align: center; font-size: .85rem; color: #b4b7c8; margin: 2rem 1.25rem 0; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .12); }

/* WhatsApp flotante (el pie deja espacio para que no tape el aviso de privacidad) */
.pie { padding-bottom: 5.5rem; }
@media (min-width: 700px) { .pie { padding-bottom: 1.5rem; } .credito { margin-right: 5.5rem; margin-left: 5.5rem; } }
.wa-flotante { position: fixed; right: 1rem; bottom: 1rem; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .45); }
.wa-flotante svg { width: 30px; height: 30px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
