/* ==========================================================================
   Naty · Makeup Artist
   Recreación de producción de la referencia de diseño (Naty.dc.html).
   Los valores son idénticos a los de la referencia — no ajustar "a ojo".
   ========================================================================== */

:root {
  --ivory: #F7F2EB;          /* fondo base */
  --ink: #2A2521;            /* texto / botones oscuros */
  --sand: #EFE6DA;           /* fondo alterno (Servicios, Testimonios) */
  --dark: #201C19;           /* secciones oscuras / menú */
  --bronze: #B18A6E;         /* acento (eyebrows, números, ::selection) */
  --bronze-light: #C79E82;   /* acento sobre fondo oscuro */
  --bronze-lighter: #E7C9B2; /* acento sobre video */
  --body: #5c534b;           /* texto de párrafo */
  --muted: #9B8E7E;          /* labels apagados */
  --placeholder: #B4A99A;    /* placeholders de inputs */
  --hairline: rgba(42,37,33,.1);
  --hairline-dark: rgba(247,242,235,.14);
  --on-dark: rgba(247,242,235,.75);
  --serif: 'Cormorant Garamond', serif;
  --sans: 'Mulish', sans-serif;
}

/* --- Reset ---------------------------------------------------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--bronze); color: var(--ivory); }
input, textarea, select, button { font-family: inherit; }
input::placeholder, textarea::placeholder { color: var(--placeholder); }

/* Bloquea el scroll del body mientras el menú móvil está abierto. */
body.naty-noscroll { overflow: hidden; }

/* --- Layout compartido ---------------------------------------------------- */
.naty-wrap { margin: 0 auto; }
.naty-wrap--1360 { max-width: 1360px; }
.naty-wrap--1200 { max-width: 1200px; }

.naty-section { padding: clamp(60px, 8vw, 112px) 40px; }
.naty-section--ivory { background: var(--ivory); }
.naty-section--sand { background: var(--sand); }

/* --- Tipografía compartida ------------------------------------------------ */
.naty-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bronze);
  font-weight: 600;
  margin-bottom: 22px;
}
.naty-eyebrow--hero  { letter-spacing: 3.5px; margin-bottom: 24px; }
.naty-eyebrow--about { margin-bottom: 26px; }
.naty-eyebrow--acad  { color: var(--bronze-light); margin-bottom: 24px; }
.naty-eyebrow--video { letter-spacing: 3.5px; margin-bottom: 24px; color: var(--bronze-lighter); }

.naty-h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -.5px;
  text-wrap: balance;
}

/* --- Botones -------------------------------------------------------------- */
.naty-btn {
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--ink);
  color: var(--ivory);
  padding: 18px 38px;
  border-radius: 40px;
  transition: transform .35s ease;
}
.naty-btn:hover { transform: translateY(-3px); }
.naty-btn--serv { padding: 17px 36px; }
.naty-btn--invert {
  display: inline-block;
  background: var(--ivory);
  color: var(--ink);
  padding: 17px 38px;
}

.naty-btn-outline {
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(247,242,235,.4);
  padding: 17px 34px;
  border-radius: 40px;
  transition: all .35s ease;
}
.naty-btn-outline:hover {
  background: var(--ivory);
  color: var(--dark);
  border-color: var(--ivory);
}

.naty-link-underline {
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 8px;
  color: var(--ink);
  border-bottom: 1px solid rgba(42,37,33,.35);
  transition: border-color .35s ease;
}
.naty-link-underline:hover { border-color: var(--ink); }

/* --- Header --------------------------------------------------------------- */
.naty-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: var(--ink);
  background: rgba(247,242,235,.96);
  transition: background .5s ease, box-shadow .5s ease, border-color .5s ease, padding .5s ease;
  border-bottom: 1px solid rgba(42,37,33,.08);
  padding: 22px 0;
}
.naty-header.is-scrolled {
  background: rgba(247,242,235,.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 24px rgba(42,37,33,.07);
  padding: 14px 0;
}
.naty-header__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.naty-logo { display: block; }
/* Logo +70% respecto de la referencia (150px -> 255px). En móvil se limita a
   210px para que no choque con el botón de menú a 390px de ancho. */
.naty-logo svg { display: block; width: 210px; height: auto; }
.naty-nav { display: flex; align-items: center; gap: 40px; }
.naty-navlink {
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: .85;
  display: none;
}
.naty-navcta {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid currentColor;
  padding: 12px 22px;
  border-radius: 40px;
  transition: all .35s ease;
  display: none;
}
/* Sin `color`: en la referencia el botón conserva el negro por defecto del UA. */
.naty-burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.naty-burger span { display: block; width: 26px; height: 1.5px; background: currentColor; }
.naty-burger span:last-child { width: 18px; }

/* --- Menú móvil ----------------------------------------------------------- */
.naty-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--dark);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.naty-menu[hidden] { display: none; }
.naty-menu__close {
  position: absolute;
  top: 30px;
  right: 34px;
  background: none;
  border: none;
  color: var(--ivory);
  font-size: 34px;
  cursor: pointer;
  font-family: var(--sans);
  font-weight: 200;
  line-height: 1;
}
.naty-menu__link {
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  padding: 10px;
}
.naty-menu__cta {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid var(--ivory);
  padding: 14px 30px;
  border-radius: 40px;
}

/* --- Hero ----------------------------------------------------------------- */
.naty-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ivory);
}
.naty-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 32px 64px;
  order: 2;
}
.naty-hero-media {
  position: relative;
  min-height: 58vh;
  overflow: hidden;
  order: 1;
  /* 10% (la referencia usaba 20%): esta foto ya viene recortada al rostro, así que
     solo se puede recortar ~14% en vertical; 10% deja el máximo de pelo visible. */
  background: #E7DACB url('Fotos/hero-poster.jpg') center 10%/cover no-repeat;
}
.naty-hero-media__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,16,14,.06) 0%, rgba(20,16,14,0) 40%, rgba(20,16,14,.14) 100%);
}
.naty-h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.0;
  letter-spacing: -1px;
  max-width: 14ch;
  text-wrap: balance;
  color: var(--ink);
}
.naty-h1 em { font-style: italic; font-weight: 500; color: var(--bronze); }
.naty-hero__para {
  margin-top: 26px;
  max-width: 44ch;
  font-size: 16.5px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--body);
}
.naty-hero__actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

/* --- Intro / About -------------------------------------------------------- */
.naty-about-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.naty-about__photo {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #E7DACB, #D8C6B2);
  overflow: hidden;
}
.naty-about__photo img { width: 100%; height: 100%; object-fit: cover; }
.naty-about__chip {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background: var(--ivory);
  padding: 20px 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
}
.naty-about__h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.12;
  letter-spacing: -.5px;
  margin-bottom: 28px;
  text-wrap: balance;
}
.naty-about__para {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--body);
  font-weight: 300;
  margin-bottom: 20px;
}
.naty-about__para--last { margin-bottom: 0; }
.naty-stats { margin-top: 40px; display: flex; gap: 46px; flex-wrap: wrap; }
.naty-stats__num { font-family: var(--serif); font-size: 42px; color: var(--ink); }
.naty-stats__label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

/* --- Servicios ------------------------------------------------------------ */
.naty-serv__head { max-width: 720px; margin-bottom: clamp(36px, 4.5vw, 64px); }
/* El gap de 2px sobre este fondo es lo que dibuja las hairlines entre tarjetas. */
.naty-serv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--hairline);
}
.naty-serv-card {
  background: var(--sand);
  padding: 44px 8px 48px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  align-items: start;
}
.naty-serv-card__num { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--bronze); }
.naty-serv-card__h3 { font-family: var(--serif); font-weight: 500; font-size: 30px; margin-bottom: 14px; }
.naty-serv-card__p { font-size: 15px; line-height: 1.75; color: var(--body); font-weight: 300; }
.naty-serv__foot {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
  border-top: 1px solid rgba(42,37,33,.14);
  padding-top: 40px;
}
.naty-serv__note { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--body); }

/* --- Academia ------------------------------------------------------------- */
.naty-acad {
  background: var(--dark);
  color: var(--ivory);
  padding: clamp(60px, 8vw, 118px) 40px;
  overflow: hidden;
}
.naty-acad-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 68px);
  align-items: center;
}
.naty-acad__h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -.5px;
  margin-bottom: 28px;
  text-wrap: balance;
}
.naty-acad__para {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--on-dark);
  font-weight: 300;
  margin-bottom: 36px;
  max-width: 52ch;
}
.naty-mode-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--hairline-dark);
  margin-bottom: 40px;
}
.naty-mode { background: var(--dark); }
.naty-mode--a { padding: 6px 34px 6px 0; }
.naty-mode--b { padding: 6px 0 6px 34px; }
.naty-mode__label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bronze-light);
  font-weight: 600;
  margin-bottom: 12px;
}
.naty-mode__p { font-size: 15px; line-height: 1.7; color: rgba(247,242,235,.7); font-weight: 300; }
.naty-acad__photo {
  position: relative;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, #3a302a, #55463c);
  overflow: hidden;
}
.naty-acad__photo img { width: 100%; height: 100%; object-fit: cover; }

/* --- Portafolio ----------------------------------------------------------- */
.naty-port__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 4.5vw, 60px);
}
.naty-port__intro { max-width: 34ch; font-size: 15px; line-height: 1.7; color: var(--body); font-weight: 300; }

/* Collage tipo mosaico: cada foto conserva su proporción real (no se recorta a
   3:4), así que la composición se arma sola con alturas distintas. Se usa
   multi-columna en vez de grid porque acomoda proporciones mixtas sin huecos. */
.naty-gallery {
  column-count: 2;
  column-gap: 12px;
}
.naty-tile {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.naty-tile--a { background: linear-gradient(135deg,#E7DACB,#D3BFA9); }
.naty-tile--b { background: linear-gradient(135deg,#E1D2C0,#CBB59D); }
.naty-tile--c { background: linear-gradient(135deg,#DECFBC,#C6AF95); }
.naty-tile img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .8s ease;
}
.naty-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,16,14,0) 55%, rgba(20,16,14,.28) 100%);
  opacity: 0;
  transition: opacity .5s ease;
}
.naty-tile:hover img,
.naty-tile:focus-visible img { transform: scale(1.04); }
.naty-tile:hover::after,
.naty-tile:focus-visible::after { opacity: 1; }

/* --- Video band ----------------------------------------------------------- */
/* El video es vertical (9:16). A sangre, el `cover` escalaba por el ancho y a
   1920px solo dejaba ver ~19% del alto: media cara. Por eso va enmarcado,
   centrado y con proporción 2/3, que deja ver ~85% del alto — la modelo casi
   completa — sin quedar con forma de teléfono.
   El `object-position: 50% 30%` mantiene la cara y el recogido dentro del cuadro
   en todos los planos del video (elegido comparando recortes reales).
   Al mostrarse a ~400px y ser el original de 480px de ancho, el video ya no se
   amplía: por eso aquí no lleva blur y se ve nítido. */
.naty-video {
  position: relative;
  background: var(--dark);
  padding: clamp(60px, 8vw, 112px) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.naty-video__content {
  text-align: center;
  color: var(--ivory);
  max-width: 760px;
  margin-bottom: clamp(38px, 4.5vw, 56px);
}
.naty-video__frame {
  position: relative;
  width: min(400px, 100%);
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, #3a302a, #55463c);
  box-shadow: 0 34px 80px rgba(0,0,0,.5);
}
/* Marco: hairline de bronce por fuera, tipo passe-partout. */
.naty-video__frame::before {
  content: '';
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(199,158,130,.45);
  pointer-events: none;
}
.naty-video__el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(1.05) contrast(1.02);
}
.naty-video__foot { margin-top: clamp(52px, 5vw, 68px); }
/* Sin margin-bottom: ahora el h2 cierra el bloque de texto y el espacio lo pone
   .naty-video__content (antes el botón iba aquí dentro y necesitaba separación). */
.naty-video__h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -.5px;
  text-wrap: balance;
}

/* --- Testimonios ---------------------------------------------------------- */
.naty-testi__head { text-align: center; margin-bottom: clamp(34px, 4.5vw, 60px); }
.naty-testi__h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.5px;
}
/* Flex (no grid): con 5 tarjetas, un grid de 3 columnas dejaría la última fila
   (2 tarjetas) pegada a la izquierda. Con flex-wrap + justify-content:center,
   cualquier fila incompleta queda centrada sola. */
.naty-testi-grid { display: flex; flex-direction: column; gap: 26px; }
.naty-testi-card {
  background: var(--ivory);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.naty-testi-card__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: #3a332d;
  text-wrap: pretty;
}
.naty-testi-card__by {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

/* --- Contacto ------------------------------------------------------------- */
.naty-contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 68px);
}
.naty-contact__h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -.5px;
  margin-bottom: 26px;
  text-wrap: balance;
}
.naty-contact__para {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--body);
  font-weight: 300;
  margin-bottom: 44px;
  max-width: 44ch;
}
.naty-contact__list { display: flex; flex-direction: column; gap: 26px; }
.naty-contact__item { display: flex; align-items: center; gap: 16px; }
.naty-contact__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.naty-contact__icon--solid { background: var(--dark); color: var(--ivory); }
.naty-contact__icon--outline { border: 1px solid rgba(42,37,33,.25); }
.naty-contact__label {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.naty-contact__value { display: block; font-family: var(--serif); font-size: 24px; }

.naty-form {
  background: var(--sand);
  padding: clamp(34px, 5vw, 52px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.naty-field { display: flex; flex-direction: column; gap: 8px; }
.naty-field__label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.naty-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(42,37,33,.25);
  padding: 10px 0;
  font-size: 16px;
  color: var(--ink);
  outline: none;
}
.naty-input:focus { border-color: var(--bronze); }
.naty-textarea { resize: none; }
.naty-submit {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--ink);
  color: var(--ivory);
  padding: 18px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: transform .35s ease;
}
.naty-submit:hover { transform: translateY(-3px); }

/* --- Footer --------------------------------------------------------------- */
.naty-footer {
  background: var(--dark);
  color: var(--ivory);
  padding: clamp(70px, 9vw, 110px) 40px 40px;
}
.naty-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid var(--hairline-dark);
  padding-bottom: 54px;
}
.naty-footer__brand { display: flex; align-items: center; gap: 16px; }
/* Sello de marca de la clienta (logo real, distinto del wordmark SVG). Se recorta en
   círculo para descartar el fondo negro cuadrado de la imagen original y que se funda
   con el fondo oscuro del footer; tamaño discreto a propósito. */
.naty-footer__sello {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.naty-footer__tagline {
  margin-top: 20px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: rgba(247,242,235,.65);
  max-width: 30ch;
}
.naty-footer__nav { display: flex; flex-direction: column; gap: 14px; }
.naty-footer__link { font-size: 13px; letter-spacing: 1px; opacity: .8; }
.naty-footer__bottom {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}
.naty-footer__copy { font-size: 11px; letter-spacing: 1px; color: rgba(247,242,235,.45); }
.naty-footer__copy a { color: inherit; border-bottom: 1px solid rgba(247,242,235,.3); transition: color .3s ease; }
.naty-footer__copy a:hover { color: rgba(247,242,235,.75); }
.naty-takai {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(247,242,235,.55);
  transition: color .3s ease, opacity .3s ease;
}
.naty-takai:hover { color: var(--ivory); }
.naty-takai__pre { font-size: 10px; letter-spacing: 2.8px; text-transform: uppercase; }
.naty-takai__row { display: flex; align-items: center; gap: 12px; }
.naty-takai__badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ivory);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.naty-takai__badge img { height: 24px; width: auto; display: block; }
.naty-takai__word { font-size: 16px; letter-spacing: 6px; font-weight: 600; color: var(--ivory); }
.naty-takai__url { font-size: 11px; letter-spacing: 1.8px; color: rgba(247,242,235,.4); }

/* --- Wrap extra ----------------------------------------------------------- */
.naty-wrap--900 { max-width: 900px; }

/* --- Botón WhatsApp (verde) ----------------------------------------------- */
.naty-btn--wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
}
.naty-btn--wa svg { flex-shrink: 0; }

/* --- Botón flotante de WhatsApp (siempre visible) ------------------------- */
.naty-wafloat {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 250;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px 14px 16px;
  border-radius: 40px;
  box-shadow: 0 12px 34px rgba(0,0,0,.28);
  transition: transform .3s ease, box-shadow .3s ease;
}
.naty-wafloat:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.34); }
.naty-wafloat svg { flex-shrink: 0; }
.naty-wafloat__label { font-size: 12px; letter-spacing: 1px; font-weight: 700; white-space: nowrap; }
@media (max-width: 600px) {
  .naty-wafloat { padding: 16px; border-radius: 50%; }
  .naty-wafloat__label { display: none; }
}

/* --- Sobre mí: strip "en acción" ------------------------------------------ */
.naty-accion {
  max-width: 1160px;
  margin: clamp(44px, 5vw, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.naty-accion__item {
  aspect-ratio: 3/4;
  margin: 0;
}
.naty-accion__item img { width: 100%; height: 100%; object-fit: cover; }

/* --- Servicios: 6 tarjetas ------------------------------------------------ */
/* (hereda .naty-serv-grid; el ancho de columnas se ajusta en el responsive) */

/* --- ¿Por qué elegirme? --------------------------------------------------- */
.naty-why__head { max-width: 720px; margin-bottom: clamp(36px, 4.5vw, 56px); }
.naty-why-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--hairline);
}
.naty-why {
  background: var(--ivory);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.naty-why__ico { color: var(--bronze); font-size: 18px; line-height: 1; }
.naty-why__t { font-family: var(--serif); font-weight: 500; font-size: 23px; }
.naty-why__d { font-size: 14.5px; line-height: 1.65; color: var(--body); font-weight: 300; }

/* --- Portafolio: filtros -------------------------------------------------- */
.naty-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(28px, 3.5vw, 44px);
}
.naty-filter {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(42,37,33,.2);
  padding: 11px 22px;
  border-radius: 40px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.naty-filter:hover { border-color: var(--ink); }
.naty-filter.is-active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.naty-tile.is-hidden { display: none; }
.naty-gallery__empty {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--body);
  padding: 40px 0;
}

/* --- Testimonios: estrellas -------------------------------------------- */
.naty-stars { color: var(--bronze); letter-spacing: 3px; font-size: 15px; }

/* --- FAQ ------------------------------------------------------------------ */
.naty-faq__head { margin-bottom: clamp(32px, 4vw, 52px); }
.naty-faq { display: flex; flex-direction: column; gap: 2px; background: var(--hairline); }
.naty-faq__item { background: var(--ivory); }
.naty-faq__q {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 26px);
  color: var(--ink);
  padding: 26px 4px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.naty-faq__q::-webkit-details-marker { display: none; }
.naty-faq__q::after {
  content: '+';
  font-family: var(--sans);
  font-weight: 200;
  font-size: 28px;
  color: var(--bronze);
  line-height: 1;
  transition: transform .3s ease;
}
.naty-faq__item[open] .naty-faq__q::after { content: '−'; }
.naty-faq__a {
  padding: 0 4px 28px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--body);
  font-weight: 300;
  max-width: 62ch;
}

/* --- Redes sociales (footer) ---------------------------------------------- */
.naty-social { display: flex; gap: 12px; margin-top: 22px; }
.naty-social__ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(247,242,235,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(247,242,235,.8);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.naty-social__ico:hover { background: var(--ivory); color: var(--dark); border-color: var(--ivory); }
.naty-contact__value--sm { font-size: 17px; word-break: break-word; }

/* --- Lightbox ------------------------------------------------------------- */
.naty-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(20,16,14,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  cursor: zoom-out;
}
.naty-lightbox[hidden] { display: none; }
.naty-lightbox__close {
  position: absolute;
  top: 26px;
  right: 30px;
  background: none;
  border: none;
  color: var(--ivory);
  font-size: 38px;
  cursor: pointer;
  font-weight: 200;
  line-height: 1;
}
.naty-lightbox__img {
  max-width: 90%;
  max-height: 88vh;
  object-fit: contain;
  background: linear-gradient(135deg,#E7DACB,#C6AF95);
  min-width: 280px;
  min-height: 340px;
}

/* --- Scroll reveal -------------------------------------------------------- */
/* Sólo se oculta si JS está activo: sin JS el contenido queda visible. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s cubic-bezier(.2,.6,.2,1), transform 1s cubic-bezier(.2,.6,.2,1);
}
.js [data-reveal].is-revealed { opacity: 1; transform: none; }

/* --- Responsive ----------------------------------------------------------- */
@media (min-width: 900px) {
  .naty-gallery { column-count: 3; column-gap: 18px; }
  .naty-tile { margin-bottom: 18px; }
}
@media (min-width: 1200px) {
  .naty-gallery { column-count: 4; column-gap: 20px; }
  .naty-tile { margin-bottom: 20px; }
}
@media (min-width: 640px) {
  .naty-why-grid { grid-template-columns: repeat(2, 1fr); }
  .naty-accion { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .naty-navlink { display: inline-block; }
  .naty-navcta { display: inline-block; }
  .naty-burger { display: none; }
  .naty-about-grid { grid-template-columns: .92fr 1fr; }
  .naty-acad-grid { grid-template-columns: 1.05fr .95fr; }
  .naty-contact-grid { grid-template-columns: 1fr 1fr; }
  .naty-serv-grid { grid-template-columns: 1fr 1fr; }
  .naty-mode-grid { grid-template-columns: 1fr 1fr; }
  .naty-testi-grid { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .naty-testi-card { flex: 1 1 340px; max-width: 380px; }
  .naty-why-grid { grid-template-columns: repeat(3, 1fr); }
  .naty-accion { grid-template-columns: repeat(5, 1fr); }
  .naty-logo svg { width: 255px; }
  .naty-hero-grid { grid-template-columns: .92fr 1.08fr; }
  /* 136px (era 104) para dejar libre el header, más alto por el logo +70%. */
  .naty-hero-text { order: 1; padding: 136px clamp(48px, 5vw, 96px) 64px; }
  .naty-hero-media { order: 2; min-height: 100vh; }
}
@media (min-width: 1200px) {
  .naty-serv-grid--6 { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .naty-tile img,
  .naty-btn,
  .naty-submit { transition: none; }
  .naty-tile:hover img { transform: none; }
  .naty-btn:hover,
  .naty-submit:hover { transform: none; }
}

/* --- Página legal (política de privacidad) --------------------------------- */
.naty-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(150px, 16vw, 190px) 32px clamp(80px, 8vw, 120px);
}
.naty-legal__back {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bronze);
  margin-bottom: 28px;
}
.naty-legal h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.08;
  letter-spacing: -.5px;
  margin-bottom: 10px;
}
.naty-legal__updated { font-size: 13px; color: var(--muted); margin-bottom: 44px; }
.naty-legal h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  margin: 40px 0 14px;
}
.naty-legal p, .naty-legal li {
  font-size: 15.5px;
  line-height: 1.8;
  color: var(--body);
  font-weight: 300;
}
.naty-legal p + p { margin-top: 14px; }
.naty-legal ul { margin: 10px 0 0 20px; }
.naty-legal li { margin-bottom: 6px; }
.naty-legal a { color: var(--bronze); border-bottom: 1px solid rgba(177,138,110,.4); }
.naty-legal strong { color: var(--ink); font-weight: 600; }
