/* Manual de marca (PDF): #046E75 #EEA08C #506C6D #F2F2F2 · Comfortaa + Centrale Sans (web: Nunito Sans) */
:root {
  --brand-teal: #046e75;
  --brand-coral: #eea08c;
  --brand-slate: #506c6d;
  --brand-fog: #f2f2f2;
  --cream: #fafaf8;
  --cream-deep: #f2f2f2;
  --sand: #e8ecec;
  --ink: #2a3232;
  --muted: #506c6d;
  --teal: #046e75;
  --teal-mid: #046e75;
  --teal-soft: #2a9daa;
  --coral: #eea08c;
  --coral-soft: #f4c9b8;
  --line: rgba(4, 110, 117, 0.12);
  --line-strong: rgba(4, 110, 117, 0.2);
  --font-display: "Comfortaa", system-ui, sans-serif;
  --font-ui: "Nunito Sans", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 6.65rem;
  /* Hero: misma toma que galería tray-01 (fondo ancho completo) */
  --img-hero-bg: url("../assets/img/tray-01.jpeg");
  /* Quién soy: marca ME (infinito) en versión clara, misma fuente que favicon */
  --img-sobre-mark: url("../assets/brand/me-mark-light-watermark.png");
  /* Footer: logo oficial en alta resolución (evita pixelar el PNG pequeño del favicon ME) */
  --img-footer-watermark: url("../assets/brand/logo-mireya-oficial.png");
}

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

html {
  scroll-behavior: smooth;
}

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

  .marquee-inner {
    animation: none !important;
  }

  .hero-veil {
    opacity: 0;
  }

  .hero-slide:not(.hero-slide--tray01) {
    display: none !important;
  }

  .hero-slide--tray01 {
    opacity: 1 !important;
  }

  .hero-slider-nav {
    display: none !important;
  }

  .sobre-atmosphere::before,
  .sobre-atmosphere::after {
    animation: none !important;
  }

  .sobre-v2__figure {
    transition: none !important;
  }

  .sobre-v2__figure:hover {
    transform: none !important;
  }

  .sobre-v2__card:hover {
    transform: none !important;
  }

  .sobre-v2__photo--energizer {
    transform: none !important;
  }

}

body {
  margin: 0;
  /* Header fijo: alto real sube con el logo en pantallas anchas; sin exceso sobre --header-h */
  padding-top: max(var(--header-h), clamp(5.35rem, 2.5vw + 4.85rem, 7.5rem));
  padding-bottom: max(2.5rem, calc(5.25rem + env(safe-area-inset-bottom, 0px)));
  font-family: var(--font-ui);
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--teal-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--teal);
}

/* Sutil textura papel (no grano oscuro) */
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0.04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

/* ----- Header (claro, legible sobre video) ----- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: var(--ink);
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-header .inner-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}

/* Planiimetría manual (p.10): margen aprox. 0,2x–0,3x la altura del logo */
.logo-block {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 0;
  flex-shrink: 0;
  margin-block: clamp(0.35rem, 0.6vw, 0.5rem);
  margin-inline: clamp(0.15rem, 0.4vw, 0.35rem) clamp(0.5rem, 1.2vw, 0.85rem);
}

/* Logo oficial PNG (manual): proporción ancha */
.logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(300px, 72vw);
  max-height: clamp(2.75rem, 11vw, 3.85rem);
  object-fit: contain;
}

/* Cabecera: logo más visible (pie sigue con .logo-img--footer) */
.site-header .logo-img {
  max-width: min(480px, 88vw);
  max-height: clamp(3.65rem, 16vw, 5.45rem);
}

.logo-img--footer {
  max-width: min(340px, 88vw);
  max-height: clamp(3rem, 12vw, 4.5rem);
}

.footer-logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  margin-block: 0.35rem 0.15rem;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2.5vw, 1.65rem);
}

.nav-desktop a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--muted);
}

.nav-desktop a:hover {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--teal-mid);
  color: var(--teal) !important;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--teal);
  color: var(--cream) !important;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  padding: 0.45rem 0.55rem;
  border-radius: 6px;
}

@media (max-width: 880px) {
  .nav-desktop {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-mobile.open {
    display: flex;
  }
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0 1.1rem;
  border-top: 1px solid var(--line);
}

.nav-mobile a {
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--ink);
  padding: 0.45rem 0;
}

/* ----- Marquee ----- */
.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--cream-deep);
  padding: 0.6rem 0;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: scroll-x 56s linear infinite;
}

.marquee-track {
  display: flex;
  gap: 2.25rem;
  flex-shrink: 0;
  padding-right: 2.25rem;
}

.marquee-track span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.marquee-track span:nth-child(5n + 1) {
  color: var(--coral);
}

.marquee-track span:nth-child(5n + 3) {
  color: var(--teal-mid);
}

@keyframes scroll-x {
  to {
    transform: translateX(-50%);
  }
}

.marquee-inner:hover {
  animation-play-state: paused;
}

/* ----- Hero: foto ancho completo (cover) ----- */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  min-height: min(92dvh, 820px);
  display: flex;
  align-items: stretch;
  color: var(--ink);
  margin-top: 0;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background: var(--sand);
}

/* Carrusel hero: varias fotos a ancho completo (cover) */
.hero-slides {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.1s var(--ease-out);
  pointer-events: none;
  filter: saturate(1.04) contrast(1.02);
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

/* Primera toma (tray-01): mismo encuadre que antes */
.hero-slide--tray01 {
  background: var(--sand) var(--img-hero-bg) 0% 24% / cover no-repeat;
  transform: scale(1.24);
  transform-origin: 0% 38%;
}

@media (min-width: 1100px) {
  .hero-slide--tray01 {
    transform: scale(1.32);
  }
}

.hero-slide--taller {
  background-color: var(--sand);
  background-image: url("../assets/img/hero-slide-taller-01.png");
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.08);
  transform-origin: center 40%;
}

.hero-slide--taller-b {
  background-image: url("../assets/img/hero-slide-taller-02.png");
  background-position: center 35%;
}

.hero-slide--taller-c {
  background-image: url("../assets/img/hero-slide-taller-03.png");
  background-position: center 32%;
}

@media (max-width: 720px) {
  .hero-slide--taller,
  .hero-slide--taller-b,
  .hero-slide--taller-c {
    transform: scale(1.12);
    background-position: center 30%;
  }
}

.hero-slider-nav {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(0.85rem, 3.5vh, 1.65rem);
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(250, 250, 248, 0.55);
  border: 1px solid rgba(4, 110, 117, 0.12);
  backdrop-filter: blur(8px);
  pointer-events: auto;
}

@media (max-width: 900px) {
  .hero-slider-nav {
    left: auto;
    right: clamp(0.75rem, 4vw, 1.35rem);
    bottom: auto;
    top: calc(var(--header-h) + 0.55rem);
    transform: none;
  }
}

.hero-slider-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(80, 108, 109, 0.35);
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.hero-slider-dot:hover {
  background: rgba(4, 110, 117, 0.45);
  transform: scale(1.15);
}

.hero-slider-dot.is-active {
  background: var(--teal-mid);
  transform: scale(1.2);
}

/* Velo ligero sobre la foto */
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(253, 251, 247, 0.22);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(253, 251, 247, 0.98) 0%,
    rgba(253, 251, 247, 0.91) 34%,
    rgba(253, 251, 247, 0.52) 56%,
    rgba(253, 251, 247, 0.14) 76%,
    transparent 100%
  );
}

@media (max-width: 720px) {
  .hero-scrim {
    background: linear-gradient(
      180deg,
      rgba(253, 251, 247, 0.96) 0%,
      rgba(253, 251, 247, 0.82) 45%,
      rgba(253, 251, 247, 0.55) 100%
    );
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.42fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
  padding: clamp(0.85rem, 2.2vw, 1.85rem) clamp(1.35rem, 5vw, 3rem) clamp(2rem, 4.5vw, 3.25rem);
  min-height: min(92vh, 820px);
  min-height: min(92dvh, 820px);
}

.hero-copy {
  max-width: 36rem;
  margin: 0;
  padding: clamp(0.5rem, 2vw, 1.25rem) clamp(0.25rem, 1.5vw, 0.5rem) clamp(0.5rem, 2vw, 1rem) 0;
}

@media (min-width: 901px) {
  .hero-copy {
    padding-left: clamp(0.75rem, 2.5vw, 2rem);
    padding-right: clamp(0.5rem, 2vw, 1.25rem);
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: clamp(0.65rem, 2.5vw, 1.35rem);
    padding-inline: clamp(1.15rem, 5vw, 2.25rem);
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .hero-aside {
    order: -1;
    justify-self: center;
    align-self: center;
    margin-bottom: 0.35rem;
  }
}

@media (max-width: 720px) {
  .hero-inner {
    padding-inline: clamp(1rem, 4.5vw, 1.75rem);
  }
}

.hero-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.75rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.15rem, 5.5vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 1.1rem;
  max-width: 15ch;
  text-shadow: 0 1px 0 rgba(253, 251, 247, 0.6);
}

.hero h1 em {
  font-family: var(--font-ui);
  font-style: italic;
  font-weight: 300;
  color: var(--teal);
}

.hero-lead {
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  color: var(--muted);
  max-width: 40ch;
  margin: 0 0 1.35rem;
}

.hero-lead strong {
  color: var(--ink);
  font-weight: 600;
}

.hero-thread {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--teal-mid);
  margin: 0 0 1.75rem;
  padding-left: 0.9rem;
  border-left: 3px solid var(--coral-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.hero-scroll {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
  border-bottom: 1px solid var(--teal-soft);
  padding-bottom: 2px;
}

.hero-scroll:hover {
  color: var(--coral);
  border-color: var(--coral-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

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

.btn-signal {
  background: var(--teal);
  color: var(--cream);
  box-shadow: 0 10px 28px rgba(15, 90, 82, 0.28);
}

.btn-signal:hover {
  color: var(--cream);
}

.btn-ghost {
  background: rgba(253, 251, 247, 0.65);
  color: var(--ink);
  border: 1px solid var(--line-strong);
}

.btn-ghost:hover {
  background: var(--cream);
  border-color: var(--teal-mid);
  color: var(--teal);
}

.hero-aside {
  align-self: center;
  justify-self: end;
}

/* Círculo con recorte: el zoom recorta el texto del pie del banner */
.hero-portrait-ring {
  display: block;
  width: min(288px, 82vw);
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--cream);
  box-shadow: 0 22px 56px rgba(28, 34, 32, 0.2);
}

.hero-portrait {
  width: min(288px, 82vw);
  max-width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  /* Retrato cuerpo entero: prioriza busto y medio superior dentro del círculo */
  object-position: center 20%;
  border: 5px solid var(--cream);
  box-shadow: 0 22px 56px rgba(28, 34, 32, 0.2);
}

/* Retrato estudio (vertical): centra rostro y busto en el círculo */
.hero-portrait-ring .hero-portrait--inicio {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

@media (min-width: 901px) {
  .hero-portrait {
    width: min(320px, 100%);
  }

  .hero-portrait-ring {
    width: min(320px, 100%);
  }
}

@media (min-width: 1100px) {
  .hero-portrait {
    width: min(340px, 100%);
  }

  .hero-portrait-ring {
    width: min(340px, 100%);
  }
}

@media (max-width: 900px) {
  .hero-portrait {
    width: min(300px, 78vw);
    object-position: center 19%;
  }

  .hero-portrait-ring {
    width: min(300px, 78vw);
  }

  .hero-portrait-ring .hero-portrait--inicio {
    object-position: center 22%;
  }
}

/* ----- Secciones ----- */
section {
  padding: clamp(3.25rem, 8vw, 5.5rem) 0;
  position: relative;
}

.section-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.65rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
  letter-spacing: -0.02em;
  color: var(--teal);
  margin: 0 0 0.85rem;
  max-width: 22ch;
}

.prose {
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 60ch;
}

.prose p {
  margin: 0 0 1rem;
}

.prose strong {
  color: var(--ink);
  font-weight: 600;
}

.section-exp {
  background: var(--cream-deep);
  border-top: 1px solid var(--line);
}

.exp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--cream);
}

@media (max-width: 720px) {
  .exp-split {
    grid-template-columns: 1fr;
  }
}

.exp-panel {
  padding: clamp(1.65rem, 3.5vw, 2.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
}

.exp-panel:first-child {
  background: linear-gradient(165deg, rgba(212, 98, 74, 0.08), transparent 60%);
  border-right: 1px solid var(--line);
}

@media (max-width: 720px) {
  .exp-panel:first-child {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
}

.exp-num {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(4, 110, 117, 0.1);
  position: absolute;
  top: 1rem;
  right: 1rem;
  pointer-events: none;
}

.exp-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  margin: 0;
  color: var(--ink);
  position: relative;
  z-index: 1;
}

.exp-panel p {
  margin: 0;
  color: var(--muted);
  flex: 1;
  position: relative;
  z-index: 1;
}

.exp-panel .btn {
  align-self: flex-start;
  position: relative;
  z-index: 1;
}

#sobre {
  scroll-margin-top: clamp(5.75rem, 15vw, 7rem);
}

.section-sobre {
  isolation: isolate;
  overflow: hidden;
  background: var(--cream);
}

.sobre-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--cream);
  /* Marca ME pequeña arriba-dcha (2× en asset); velos suaves sin “pixelar” al escalar */
  background-image: linear-gradient(
      125deg,
      rgba(250, 250, 248, 0.97) 0%,
      rgba(250, 250, 248, 0.9) 42%,
      rgba(250, 250, 248, 0.93) 70%,
      rgba(250, 250, 248, 0.98) 100%
    ),
    radial-gradient(85% 55% at 92% 10%, rgba(238, 160, 140, 0.1) 0%, transparent 55%),
    var(--img-sobre-mark);
  background-size: auto, auto, min(300px, 46vw);
  background-position: center, center, 94% 10%;
  background-repeat: no-repeat;
}

.sobre-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.sobre-atmosphere::before,
.sobre-atmosphere::after {
  content: "";
  position: absolute;
  width: min(420px, 52vw);
  height: min(420px, 52vw);
  border-radius: 50%;
  filter: blur(78px);
  opacity: 0.3;
}

.sobre-atmosphere::before {
  top: -18%;
  left: -12%;
  background: radial-gradient(circle, rgba(238, 160, 140, 0.55) 0%, transparent 70%);
  animation: sobreOrbA 16s ease-in-out infinite;
}

.sobre-atmosphere::after {
  bottom: -22%;
  right: -14%;
  background: radial-gradient(circle, rgba(238, 160, 140, 0.22) 0%, transparent 68%);
  animation: sobreOrbB 18s ease-in-out infinite;
}

@keyframes sobreOrbA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate(4%, 6%) scale(1.08);
    opacity: 0.44;
  }
}

@keyframes sobreOrbB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.28;
  }
  50% {
    transform: translate(-5%, -4%) scale(1.1);
    opacity: 0.4;
  }
}

.sobre-v2 {
  position: relative;
  z-index: 2;
}

.sobre-v2__head {
  max-width: min(44rem, 100%);
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.sobre-v2__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.6vw, 2.55rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--teal);
  margin: 0;
  max-width: 18ch;
}

.sobre-v2__lede {
  margin: 1rem 0 0;
  font-size: clamp(0.95rem, 1.55vw, 1.08rem);
  line-height: 1.55;
  color: var(--muted);
  max-width: min(48ch, 100%);
}

.sobre-v2__lede-accent {
  color: var(--teal);
  font-weight: 600;
}

.sobre-v2__lede strong {
  color: var(--teal-mid);
  font-weight: 600;
}

.sobre-v2__mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(1.15rem, 2.8vw, 1.85rem);
  align-items: start;
}

.sobre-v2__visual {
  grid-row: span 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: clamp(0.15rem, 0.8vw, 0.5rem);
}

.sobre-v2__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: rgba(253, 251, 247, 0.92);
  box-shadow:
    0 4px 0 rgba(255, 255, 255, 0.55) inset,
    0 22px 48px rgba(28, 34, 32, 0.12);
  transform: rotate(-1.1deg);
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}

.sobre-v2__figure--product {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(300px, 100%);
  margin-inline: 0;
  margin-right: auto;
}

.sobre-v2__figure:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow:
    0 4px 0 rgba(255, 255, 255, 0.55) inset,
    0 28px 56px rgba(28, 34, 32, 0.16);
}

.sobre-v2__product-shot {
  position: relative;
  width: 100%;
  max-width: min(276px, 100%);
  margin-inline: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(160deg, #2c3236 0%, #1a1e21 100%);
}

.sobre-v2__photo--energizer {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.28);
  transform-origin: 50% 48%;
}

.sobre-v2__product-cap {
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(253, 251, 247, 0.98) 100%);
}

.sobre-v2__product-cap-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.45rem;
}

.sobre-v2__product-cap-text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
}

.sobre-v2__product-cap-text strong {
  color: var(--teal-mid);
  font-weight: 600;
}

.sobre-v2__product-cap-text em {
  color: var(--ink);
  font-style: italic;
  font-weight: 600;
}

.sobre-v2__highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.sobre-v2__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  padding: 0.95rem 1.05rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(4, 110, 117, 0.05);
  transition: border-color 0.25s, box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.sobre-v2__card:hover {
  border-color: rgba(238, 160, 140, 0.45);
  box-shadow: 0 14px 36px rgba(4, 110, 117, 0.08);
  transform: translateY(-2px);
}

.sobre-v2__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  color: var(--teal);
  background: linear-gradient(145deg, rgba(42, 157, 170, 0.18), rgba(238, 160, 140, 0.12));
  border: 1px solid rgba(4, 110, 117, 0.12);
  flex-shrink: 0;
}

.sobre-v2__card-title {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 0.2rem;
  letter-spacing: -0.01em;
}

.sobre-v2__card-text {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.sobre-v2__card-text strong {
  color: var(--teal-mid);
  font-weight: 600;
}

.sobre-v2__quote {
  grid-column: 2;
  position: relative;
  margin: 0;
  padding: clamp(1.2rem, 3vw, 1.65rem) clamp(1.1rem, 2.5vw, 1.75rem) clamp(1.1rem, 2.5vw, 1.45rem) clamp(2.4rem, 5vw, 3.25rem);
  border-radius: 18px;
  border: 1px solid rgba(4, 110, 117, 0.14);
  background: linear-gradient(125deg, rgba(253, 251, 247, 0.99) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(238, 160, 140, 0.09) 100%);
  box-shadow: 0 16px 40px rgba(4, 110, 117, 0.07);
}

.sobre-v2__quote::before {
  content: "“";
  position: absolute;
  left: 0.85rem;
  top: 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  line-height: 1;
  color: rgba(4, 110, 117, 0.18);
  pointer-events: none;
}

.sobre-v2__quote-text {
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink);
}

.sobre-v2__quote-foot {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
  font-style: normal;
}

.sobre-v2__pills.pills {
  margin-top: clamp(1.35rem, 3vw, 2rem);
}

@media (max-width: 900px) {
  .sobre-bg-photo {
    background-size: auto, auto, min(260px, 56vw);
    background-position: center, center, 92% 6%;
  }

  .sobre-v2__mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .sobre-v2__visual {
    grid-row: auto;
    padding-top: 0;
    align-items: center;
  }

  .sobre-v2__figure--product {
    max-width: min(280px, 92vw);
    margin-inline: auto;
  }

  .sobre-v2__product-shot {
    max-width: min(248px, 88vw);
  }

  .sobre-v2__photo--energizer {
    transform: scale(1.22);
    object-position: 50% 40%;
  }

  .sobre-v2__quote {
    grid-column: 1;
  }
}

/* Revelado suave al entrar en vista (activado con JS: html.sobre-animate-ready) */
.sobre-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}

html.sobre-animate-ready .sobre-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(1.1rem);
}

html.sobre-animate-ready .sobre-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pill {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 999px;
  background: rgba(253, 251, 247, 0.6);
  transition: transform 0.28s var(--ease-out), border-color 0.28s, color 0.28s, box-shadow 0.28s;
}

.section-sobre .pill:hover {
  transform: translateY(-3px);
  border-color: rgba(238, 160, 140, 0.65);
  color: var(--teal-mid);
  box-shadow: 0 10px 26px rgba(4, 110, 117, 0.1);
}

.section-sobre .pill:focus-visible {
  outline: 2px solid var(--teal-soft);
  outline-offset: 3px;
}

.section-tray {
  background: var(--cream-deep);
  border-top: 1px solid var(--line);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 118px;
  grid-auto-flow: dense;
  gap: 8px;
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
  }
}

@media (max-width: 520px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 88px;
  }
}

.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 1px 0 var(--line);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease-out);
}

.gallery figure:hover img {
  transform: scale(1.06);
}

.gallery .g-span-2 {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery .g-span-2w {
  grid-column: span 2;
}

.gallery .g-span-2h {
  grid-row: span 2;
}

@media (max-width: 520px) {
  .gallery .g-span-2,
  .gallery .g-span-2w,
  .gallery .g-span-2h {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gallery .g-span-2 {
    grid-row: span 2;
  }
}

.tray-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

.tray-top-actions__link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal-mid);
  border-bottom: 1px solid rgba(4, 110, 117, 0.25);
  padding-bottom: 2px;
}

.tray-top-actions__link:hover {
  color: var(--coral);
  border-color: rgba(238, 160, 140, 0.55);
}

.gallery-ig-cta {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.gallery-ig-cta__inner {
  max-width: 36rem;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 2rem);
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(253, 251, 247, 0.95), rgba(242, 242, 242, 0.88));
  box-shadow: 0 16px 40px rgba(4, 110, 117, 0.08);
}

.gallery-ig-cta__label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.5rem;
}

.gallery-ig-cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  color: var(--teal);
  margin: 0 0 0.65rem;
  line-height: 1.2;
}

.gallery-ig-cta__text {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.55;
}

/* Noticias (antes del video de presentación) */
#noticias {
  scroll-margin-top: clamp(5.75rem, 15vw, 7rem);
}

.section-news {
  margin-top: clamp(2.25rem, 5vw, 3rem);
  padding-bottom: clamp(1.5rem, 4vw, 2rem);
}

.section-news__intro {
  max-width: 62ch;
  margin-bottom: 1.75rem;
}

.news-card {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(242, 242, 242, 0.92));
  box-shadow: 0 20px 48px rgba(4, 110, 117, 0.08);
}

@media (min-width: 768px) {
  .news-card--featured {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: center;
  }
}

.news-card__visual {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--sand);
}

.news-card__visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
}

.news-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.25;
  color: var(--teal);
  margin: 0 0 0.65rem;
}

.news-card__title em {
  font-style: normal;
  color: var(--teal-soft);
}

.news-card__meta {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--ink);
}

.news-card__vol {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 400;
}

.news-card__details {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink);
}

.news-card__details li {
  margin-bottom: 0.45rem;
  padding-left: 0;
}

.news-card__label {
  display: inline-block;
  min-width: 4.5rem;
  font-weight: 700;
  color: var(--teal);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-card__note {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.news-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.video-block {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.video-head {
  display: block;
  margin: 0;
}

.video-head-copy {
  max-width: 62ch;
}

.video-head h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  margin: 0 0 0.65rem;
  color: var(--teal);
  line-height: 1.2;
}

.video-desc {
  margin: 0;
  font-size: 0.95rem;
  max-width: 62ch;
}

.video-wrap {
  margin-top: 1rem;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  max-width: min(640px, 100%);
  background: #0a0a0a;
  box-shadow: 0 18px 40px rgba(28, 34, 32, 0.1);
  aspect-ratio: 16 / 9;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #0a0a0a;
}

.video-cta {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.75rem;
}

/* ----- Footer ----- */
#contacto {
  scroll-margin-top: clamp(5.75rem, 15vw, 7rem);
}

#contacto-form {
  scroll-margin-top: clamp(5.75rem, 15vw, 7rem);
}

.section-contact {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(253, 251, 247, 0.98) 0%, var(--cream) 100%);
}

.section-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}

.section-contact__intro {
  min-width: 0;
}

.section-contact__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  color: var(--teal);
  margin: 0 0 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-contact__lead {
  margin: 0 0 0.85rem;
  font-size: 0.98rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 42ch;
}

.section-contact__hint {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.45;
  max-width: 40ch;
}

.section-contact__hint strong {
  color: var(--ink);
}

.section-contact__form-wrap {
  min-width: 0;
}

.contact-feedback {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.contact-feedback[hidden] {
  display: none !important;
}

.contact-feedback--success {
  border: 1px solid rgba(42, 157, 170, 0.45);
  background: rgba(42, 157, 170, 0.1);
  color: var(--teal);
}

.contact-feedback--error {
  border: 1px solid rgba(200, 90, 70, 0.45);
  background: rgba(238, 160, 140, 0.18);
  color: var(--ink);
}

.contact-feedback a {
  color: var(--teal-mid);
}

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  background-color: var(--cream-deep);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--img-footer-watermark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(560px, 80vw) auto;
  /* Marca fantasma centrada; sube/baja 0.15–0.35 si quieres más o menos presencia */
  opacity: 0.22;
  image-rendering: auto;
  pointer-events: none;
  z-index: 0;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(242, 242, 242, 0.78);
  pointer-events: none;
  z-index: 1;
}

.site-footer > .wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 720px) {
  .site-footer::before {
    background-size: min(88vw, 400px) auto;
    opacity: 0.2;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr) minmax(0, 0.38fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.footer-col--brand {
  min-width: 0;
}

.footer-col--main {
  min-width: 0;
  padding-inline: clamp(0, 2vw, 0.5rem);
}

.footer-col--social {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.footer-col--social .footer-social {
  width: 100%;
  max-width: 14rem;
}

.footer-copy--lead {
  margin-top: 0;
}

.footer-copy--quote {
  margin-top: 0.65rem;
}

.footer-copy--email {
  margin-top: 0.85rem;
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "brand social"
      "main main";
  }

  .footer-col--brand {
    grid-area: brand;
  }

  .footer-col--social {
    grid-area: social;
    justify-content: flex-end;
    align-self: start;
  }

  .footer-col--main {
    grid-area: main;
    padding-inline: 0;
    padding-top: 0.25rem;
    border-top: 1px solid var(--line);
    margin-top: 0.25rem;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    justify-items: center;
    text-align: center;
  }

  .footer-col--brand,
  .footer-col--main,
  .footer-col--social {
    grid-area: auto;
    justify-content: center;
    text-align: center;
  }

  .footer-col--main {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .footer-col--social .footer-social {
    max-width: none;
  }

  .footer-social {
    text-align: center;
  }

  .footer-social-title {
    text-align: center;
  }

  .footer-social-list {
    justify-content: center;
  }

  .footer-links a {
    margin-left: 0.55rem;
    margin-right: 0.55rem;
  }
}

.footer-tagline {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.5rem;
}

.footer-giant {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.5rem, 12vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: rgba(4, 110, 117, 0.12);
  margin: 0;
}

.footer-copy {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 40ch;
}

.site-footer .footer-col--main .footer-copy {
  max-width: min(52rem, 100%);
}

.footer-copy strong {
  color: var(--ink);
}

.footer-links {
  margin-top: 0.85rem;
  font-size: 0.88rem;
}

.footer-links a {
  margin-right: 1.1rem;
}

.footer-social {
  margin-top: 0;
}

.footer-social-title {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 0.75rem;
  text-align: inherit;
}

.footer-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  color: var(--teal-mid);
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s var(--ease-out), border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.footer-social-link:hover {
  color: var(--coral);
  border-color: rgba(238, 160, 140, 0.65);
  box-shadow: 0 4px 14px rgba(4, 110, 117, 0.12);
  transform: translateY(-2px);
}

.footer-social-link:focus-visible {
  outline: 2px solid var(--teal-soft);
  outline-offset: 3px;
}

.footer-meta {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}

.footer-meta a {
  color: var(--teal-mid);
}

.contact-form {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.15rem, 3vw, 1.5rem);
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 36px rgba(4, 110, 117, 0.06);
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

@media (max-width: 520px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-form__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-mid);
}

.contact-form input,
.contact-form textarea {
  font-family: var(--font-ui);
  font-size: 0.92rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  background: rgba(253, 251, 247, 0.95);
  color: var(--ink);
  width: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(4, 110, 117, 0.45);
  box-shadow: 0 0 0 3px rgba(42, 157, 170, 0.2);
}

.contact-form textarea {
  resize: vertical;
  min-height: 7rem;
}

.contact-form__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form__submit {
  align-self: flex-start;
  margin-top: 0.15rem;
}

.contact-form__note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .section-contact__grid {
    grid-template-columns: 1fr;
  }

  .section-contact__lead,
  .section-contact__hint {
    max-width: none;
  }

  .contact-form__submit {
    align-self: stretch;
    width: 100%;
    text-align: center;
  }
}

.whatsapp-float {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1.1rem 0.65rem 0.75rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 14px 40px rgba(37, 211, 102, 0.55);
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--cream);
  outline-offset: 3px;
}

.whatsapp-float__icon {
  display: flex;
  line-height: 0;
}

@media (max-width: 480px) {
  .whatsapp-float__text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .whatsapp-float {
    padding: 0.75rem;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float:hover {
    transform: none;
  }
}
