/* Public hero split refresh: editorial left copy, product visual on the right. */
body.public-home-body .public-home-hero {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1fr) !important;
  gap: clamp(44px, 5.4vw, 94px) !important;
  min-height: min(760px, calc(100svh - 70px)) !important;
  margin-top: clamp(14px, 2.2vh, 26px);
  margin-bottom: clamp(44px, 7vw, 92px);
  padding: clamp(10px, 1.5vw, 18px) 0 clamp(28px, 4vw, 58px) !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.public-home-body .public-home-hero::after {
  content: none !important;
}

body.public-home-body .public-home-copy {
  max-width: 720px;
  align-self: center;
  gap: clamp(16px, 2vw, 24px);
}

body.public-home-body .public-home-hero-eyebrow {
  color: #8d9a84;
  font-size: clamp(0.74rem, 0.82vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.34em;
}

body.public-home-body .public-home-copy h1 {
  max-width: 820px !important;
  min-width: 0 !important;
  font-size: clamp(3.2rem, 4.5vw, 5.1rem) !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
  overflow-wrap: break-word !important;
  text-wrap: balance;
}

body.public-home-body .public-home-copy h1 span {
  display: block;
  max-width: 100%;
}

@media (min-width: 641px) {
  body.public-home-body .public-home-copy h1 span:nth-child(2) {
    font-size: 0.82em;
    /* Antes: white-space: nowrap → la línea se salía sobre la imagen y se
       rompía aún más en idiomas con líneas largas (de/fr/pt). Ahora se ajusta
       al ancho de la columna y nunca se superpone. */
    white-space: normal;
  }
}

body.public-home-body .public-home-lead {
  max-width: 660px;
  color: rgba(74, 74, 66, 0.84);
  font-size: clamp(1.02rem, 1.26vw, 1.28rem);
  font-weight: 450;
  line-height: 1.72;
}

body.public-home-body .public-home-actions {
  margin-top: 8px;
  align-items: center;
  gap: 18px;
}

body.public-home-body .public-home-actions .button {
  min-height: 56px !important;
  padding-inline: 28px !important;
  border-radius: 8px !important;
  font-family: "Geist", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
}

body.public-home-body .public-home-trust {
  margin-top: 6px;
  align-items: center;
  gap: 18px;
  color: rgba(74, 74, 66, 0.74);
  font-size: 0.95rem;
  font-weight: 450;
  line-height: 1.35;
}

body.public-home-body .public-home-trust strong {
  color: #2f2f2b;
  font-weight: 650;
}

body.public-home-body .public-home-avatars i {
  width: 30px;
  height: 30px;
  border-color: #faf8f4;
  background:
    radial-gradient(circle at 42% 35%, rgba(255, 255, 255, 0.8) 0 14%, transparent 15%),
    linear-gradient(135deg, #dcc8b5, #8d9a84);
}

body.public-home-body .public-home-visual {
  min-height: clamp(540px, 52vw, 680px) !important;
  align-self: center;
  padding-top: clamp(16px, 2.5vh, 28px);
}

body.public-home-body .public-home-visual > img {
  height: clamp(540px, 51vw, 670px) !important;
  border-radius: 8px;
  object-fit: cover;
  /* Imagen con la modelo centrada → recorte al cuadrado central. */
  object-position: center center;
  box-shadow: 0 22px 70px rgba(47, 47, 43, 0.12);
}

body.public-home-body .public-home-product-shot {
  right: auto;
  bottom: clamp(16px, 2.5vw, 32px);
  left: clamp(-16px, -1.5vw, -6px);
  width: min(220px, 28%);
  padding: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(47, 47, 43, 0.16);
  opacity: 0.92;
}

body.public-home-body .public-home-ai-card {
  display: none !important;
}

body.public-home-body .public-home-stats {
  margin-top: 0;
}

@media (max-width: 980px) {
  body.public-home-body .public-home-hero {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    min-height: auto !important;
    margin-top: 30px;
    padding: 42px 0 30px !important;
  }

  body.public-home-body .public-home-copy {
    max-width: 820px;
  }

  body.public-home-body .public-home-copy h1 {
    max-width: 780px !important;
    font-size: clamp(3.55rem, 10vw, 5.85rem) !important;
  }

  body.public-home-body .public-home-visual {
    min-height: 520px !important;
  }

  body.public-home-body .public-home-visual > img {
    height: 520px !important;
    object-position: center center !important;
  }

  body.public-home-body .public-home-product-shot {
    position: absolute !important;
    bottom: 20px !important;
    left: 18px !important;
    width: min(440px, 62%) !important;
    margin: 0 !important;
  }
}

@media (max-width: 640px) {
  body.public-home-body .public-home-hero {
    width: min(100% - 28px, 560px);
    gap: 22px !important;
    margin-top: 22px;
    margin-bottom: 42px;
    padding: 30px 0 18px !important;
  }

  body.public-home-body .public-home-copy {
    gap: 15px;
  }

  body.public-home-body .public-home-hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  body.public-home-body .public-home-copy h1 {
    font-size: clamp(2.45rem, 10.6vw, 3.25rem) !important;
    line-height: 0.98 !important;
  }

  body.public-home-body .public-home-lead {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  body.public-home-body .public-home-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 4px;
  }

  body.public-home-body .public-home-actions .button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
    min-height: 54px !important;
  }

  body.public-home-body .public-home-trust {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
  }

  body.public-home-body .public-home-trust p {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body.public-home-body .public-home-visual {
    display: grid !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }

  body.public-home-body .public-home-visual > img {
    height: 450px !important;
    min-height: 0 !important;
    object-position: center center !important;
  }

  body.public-home-body .public-home-product-shot {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: calc(100% - 20px) !important;
    margin: -86px auto 0 !important;
    padding: 6px !important;
  }
}

/* ============================================================
   HERO v2 — "La plataforma de IA" + tarjetas flotantes (mockup)
   ============================================================ */
body.public-home-body {
  --ph-green: var(--accent);
  --ph-green-dark: var(--accent-hover);
  --ph-card-bg: rgba(255, 255, 255, 0.92);
  --ph-card-line: rgba(220, 200, 181, 0.7);
  --ph-card-shadow: 0 18px 46px rgba(47, 47, 43, 0.14);
}

/* La cabecera fija mide 88px (.public-home-header-inner min-height), pero el
   colchón del body era de 56px, así que tapaba el eyebrow del hero. Lo igualamos
   a la altura real de la barra para que el contenido nunca quede por debajo. */
body.public-home-body {
  padding-top: 96px;
}

/* --- Barra superior: "Crear cuenta" como botón verde (Login = link) --- */
body.public-home-body .public-home-signup-link {
  padding: 10px 20px !important;
  border: 1px solid rgba(95, 111, 78, 0.92) !important;
  border-radius: 11px !important;
  background: var(--ph-green) !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 26px rgba(75, 90, 60, 0.22) !important;
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease !important;
}
body.public-home-body .public-home-signup-link:hover,
body.public-home-body .public-home-signup-link:focus-visible {
  background: var(--ph-green-dark) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 32px rgba(75, 90, 60, 0.28) !important;
}

/* --- Layout general del hero --- */
body.public-home-body .public-home-hero.ph-hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(24px, 3.6vw, 58px) !important;
  overflow: visible !important;
}

/* --- Columna izquierda (copy) --- */
body.public-home-body .ph-hero-copy { max-width: 640px; min-width: 0; }
body.public-home-body .ph-hero-title {
  max-width: 100% !important;
  margin: 0 !important;
  font-size: clamp(2.85rem, 4.4vw, 4.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.0 !important;
  letter-spacing: -0.01em !important;
}
body.public-home-body .ph-hero-title-line { display: block; }
body.public-home-body .ph-hero-accent { font-style: normal; color: var(--ph-green); }
body.public-home-body .ph-hero-lead { max-width: 540px; }

body.public-home-body .ph-hero-actions { flex-wrap: wrap; gap: 12px; }
body.public-home-body .ph-btn-primary {
  gap: 8px !important;
  border-color: rgba(95, 111, 78, 0.92) !important;
  background: var(--ph-green) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(75, 90, 60, 0.24) !important;
}
body.public-home-body .ph-btn-primary:hover,
body.public-home-body .ph-btn-primary:focus-visible {
  background: var(--ph-green-dark) !important;
}
body.public-home-body .ph-btn-arrow { font-size: 1.1em; line-height: 1; transform: translateY(-1px); }

/* Fila de features */
body.public-home-body .ph-hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
body.public-home-body .ph-hero-feature { display: flex; gap: 11px; align-items: flex-start; min-width: 0; }
body.public-home-body .ph-hero-feature-icon {
  flex: 0 0 auto;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: rgba(95, 111, 78, 0.12);
}
body.public-home-body .ph-hero-feature-icon svg {
  width: 20px; height: 20px; fill: none;
  stroke: var(--ph-green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
}
body.public-home-body .ph-hero-feature-copy { display: grid; gap: 3px; min-width: 0; }
body.public-home-body .ph-hero-feature-copy strong { font-size: 0.92rem; font-weight: 800; color: var(--text); }
body.public-home-body .ph-hero-feature-copy span { font-size: 0.8rem; line-height: 1.4; color: var(--muted); }
body.public-home-body .ph-hero-trust { margin: 18px 0 0; color: var(--muted); font-size: 0.82rem; }
body.public-home-body .ph-hero-trust strong { color: var(--text); }

/* --- Columna derecha (stage: foto + tarjetas) --- */
body.public-home-body .ph-hero-stage {
  position: relative;
  align-self: stretch;
  min-height: clamp(540px, 47vw, 700px);
}

/* En escritorio la imagen acompaña al mensaje sin competir con el titular. */
@media (min-width: 981px) {
  body.public-home-body .public-home-hero.ph-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.88fr) !important;
    min-height: auto !important;
    margin-bottom: clamp(24px, 3vw, 40px);
    padding-bottom: clamp(18px, 2vw, 28px) !important;
  }

  body.public-home-body .ph-hero-stage {
    width: 92%;
    height: clamp(460px, 39vw, 600px);
    min-height: 0;
    align-self: center;
    justify-self: end;
  }

  body.public-home-body .ph-hero-stage .ph-hero-photo-wrap {
    inset: 50% auto auto 50%;
    width: 74%;
    height: 74%;
    transform: translate(-50%, -50%);
  }

  body.public-home-body .ph-hero-stage .ph-hero-shot {
    width: clamp(165px, 16vw, 220px);
  }
}

body.public-home-body .ph-hero-photo-wrap {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(47, 47, 43, 0.17);
}
body.public-home-body .ph-hero-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 30%;
  display: block;
}

/* Tarjeta base (glass) */
body.public-home-body .ph-card {
  position: absolute;
  width: 230px;
  padding: 14px;
  border: 1px solid var(--ph-card-line);
  border-radius: 16px;
  background: var(--ph-card-bg);
  backdrop-filter: blur(10px);
  box-shadow: var(--ph-card-shadow);
  color: var(--text);
  font-size: 0.82rem;
  z-index: 2;
}

/* Microinteracciones: entrada escalonada + parallax sutil al hacer scroll.
   Las tarjetas se posicionan con top/left/right/bottom, así que transform queda libre. */
body.public-home-body .ph-hero-shot,
body.public-home-body .ph-pill-secure {
  --ph-enter: 26px;
  opacity: 0;
  transform: translateY(var(--ph-enter));
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body.public-home-body .ph-hero-stage.is-revealed .ph-hero-shot,
body.public-home-body .ph-hero-stage.is-revealed .ph-pill-secure {
  opacity: 1;
  transform: translateY(0);
}
/* Tras la entrada, el parallax controla transform directamente (sin lag de la transición) */
body.public-home-body .ph-hero-stage.is-parallax .ph-hero-shot,
body.public-home-body .ph-hero-stage.is-parallax .ph-pill-secure {
  transition: opacity 0.7s ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  body.public-home-body .ph-hero-shot,
  body.public-home-body .ph-pill-secure {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Capturas reales del producto (pantalla de móvil) flotando sobre la foto del hero */
body.public-home-body .ph-hero-shot {
  position: absolute;
  z-index: 2;
  width: clamp(190px, 20vw, 256px);
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 32px 70px rgba(47, 47, 43, 0.24);
}
body.public-home-body .ph-shot-1 { top: 6%; left: -7%; }
body.public-home-body .ph-shot-2 { bottom: 5%; right: -7%; }
body.public-home-body .ph-card-head {
  display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px;
}
body.public-home-body .ph-card-head strong { font-size: 0.86rem; font-weight: 800; }
body.public-home-body .ph-card-head > span { font-size: 0.72rem; color: var(--muted); }
body.public-home-body .ph-card-pill {
  padding: 3px 8px; border-radius: 999px; background: rgba(141, 154, 132, 0.16); color: #4a4a42; font-weight: 700; font-size: 0.68rem;
}
body.public-home-body .ph-card-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; }
body.public-home-body .ph-card-row + .ph-card-row { border-top: 1px solid rgba(220, 200, 181, 0.45); }
body.public-home-body .ph-card-thumb {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px;
  background: linear-gradient(135deg, #e7ddcd, #d8c7b2);
  position: relative;
}
body.public-home-body .ph-thumb-meal { background: linear-gradient(135deg, #f0c98b, #d98c4f); }
body.public-home-body .ph-thumb-workout { background: linear-gradient(135deg, #b9c4ac, #7f8f6e); }
body.public-home-body .ph-thumb-menu { width: 46px; height: 38px; border-radius: 9px; background: linear-gradient(135deg, #f0c98b, #cf9a5f); }
body.public-home-body .ph-card-rowtext { display: grid; gap: 1px; min-width: 0; line-height: 1.25; }
body.public-home-body .ph-card-rowtext strong { font-size: 0.8rem; font-weight: 800; }
body.public-home-body .ph-card-rowtext > span { font-size: 0.72rem; color: var(--muted); }
body.public-home-body .ph-card-meta { font-size: 0.7rem !important; color: #8d9a84 !important; font-weight: 700; }
body.public-home-body .ph-card-foot {
  display: flex; align-items: center; gap: 8px; margin-top: 10px; padding-top: 9px;
  border-top: 1px solid rgba(220, 200, 181, 0.5); font-size: 0.74rem; color: var(--muted);
}
body.public-home-body .ph-card-foot-plus {
  display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 7px;
  background: rgba(141, 154, 132, 0.18); color: #4a4a42; font-weight: 800;
}
body.public-home-body .ph-card-foot-check { margin-left: auto; color: var(--ph-green); font-weight: 800; }

/* Tarjeta oscura (Asistente IA) */
body.public-home-body .ph-card-dark {
  background: linear-gradient(160deg, #5f6f4e, #455239);
  border-color: rgba(95, 111, 78, 0.6);
  color: rgba(255, 255, 255, 0.94);
}
body.public-home-body .ph-card-dark .ph-card-head strong { color: #fff; }
body.public-home-body .ph-spark { color: #dfe7cf; }
body.public-home-body .ph-card-prompt {
  margin: 0 0 10px; padding: 9px 11px; border-radius: 11px;
  background: rgba(255, 255, 255, 0.14); font-size: 0.78rem; line-height: 1.35;
}
body.public-home-body .ph-card-status { margin: 0 0 8px; font-size: 0.74rem; color: rgba(255, 255, 255, 0.85); }
body.public-home-body .ph-card-status-check { color: #cfe0b5; font-weight: 800; }
body.public-home-body .ph-card-airow { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
body.public-home-body .ph-card-generated { margin: 0; font-size: 0.74rem; line-height: 1.35; }
body.public-home-body .ph-card-cta {
  display: inline-block; padding: 7px 14px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.95); color: #455239; font-weight: 800; font-size: 0.75rem;
}

/* Tarjeta progreso */
body.public-home-body .ph-card-metric { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; }
body.public-home-body .ph-card-metric + .ph-card-metric { border-top: 1px solid rgba(220, 200, 181, 0.5); }
body.public-home-body .ph-card-metric-text { display: grid; gap: 1px; }
body.public-home-body .ph-card-metric-label { font-size: 0.72rem; color: var(--muted); }
body.public-home-body .ph-card-metric-text strong { font-size: 1.45rem; font-weight: 800; line-height: 1; }
body.public-home-body .ph-card-metric-text strong small { font-size: 0.78rem; font-weight: 700; color: var(--muted); }
body.public-home-body .ph-card-metric-sub { font-size: 0.68rem; color: #8d9a84; font-weight: 700; }
body.public-home-body .ph-card-spark { width: 78px; height: 30px; fill: none; stroke: #8d9a84; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
body.public-home-body .ph-card-ring {
  width: 46px; height: 46px; border-radius: 50%;
  background: conic-gradient(#7f8f6e var(--ring, 90%), rgba(220, 200, 181, 0.5) 0);
  -webkit-mask: radial-gradient(circle 13px at center, transparent 98%, #000 100%);
  mask: radial-gradient(circle 13px at center, transparent 98%, #000 100%);
}

/* Tarjeta comunidad / seguimiento */
body.public-home-body .ph-card-text { margin: 0; font-size: 0.76rem; line-height: 1.4; color: var(--muted); }
body.public-home-body .ph-card-avatars { display: flex; align-items: center; margin-bottom: 9px; }
body.public-home-body .ph-card-avatars i {
  width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px;
  background: linear-gradient(135deg, #cdbfa6, #9b8573);
}
body.public-home-body .ph-card-avatars i:first-child { margin-left: 0; }
body.public-home-body .ph-card-avatars-more { margin-left: 8px; font-size: 0.74rem; font-weight: 800; color: var(--ph-green); }
body.public-home-body .ph-bell { font-size: 0.86rem; }

/* Pill "datos seguros" */
body.public-home-body .ph-pill-secure {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border: 1px solid var(--ph-card-line); border-radius: 999px;
  background: var(--ph-card-bg); backdrop-filter: blur(10px); box-shadow: var(--ph-card-shadow);
  font-size: 0.78rem; font-weight: 700; color: var(--text);
}
body.public-home-body .ph-pill-secure svg { width: 16px; height: 16px; fill: none; stroke: var(--ph-green); stroke-width: 1.8; }

/* Posiciones de las tarjetas (mockup) */
body.public-home-body .ph-card-plan { top: 12%; left: -6%; }
body.public-home-body .ph-card-ai { top: 14%; right: -5%; width: 244px; }
body.public-home-body .ph-card-progress { bottom: 5%; left: -5%; width: 246px; }
body.public-home-body .ph-card-community { top: 47%; right: -7%; width: 224px; }
body.public-home-body .ph-card-tracking { bottom: 13%; right: -3%; width: 232px; }
body.public-home-body .ph-pill-secure { bottom: 1%; right: 6%; }

@media (min-width: 981px) {
  body.public-home-body .ph-shot-1 { top: 3%; left: -11%; }
  body.public-home-body .ph-shot-2 { right: -11%; bottom: 2%; }
  body.public-home-body .ph-pill-secure { right: 2%; bottom: -1%; }
}

/* --- Responsive --- */
@media (max-width: 1180px) {
  body.public-home-body .ph-card { transform: scale(0.9); }
  body.public-home-body .ph-card-plan { left: -2%; }
  body.public-home-body .ph-card-ai { right: -2%; }
  body.public-home-body .ph-card-progress { left: -2%; }
  body.public-home-body .ph-card-community { right: -3%; }
  body.public-home-body .ph-card-tracking { right: 0; }
}

@media (max-width: 980px) {
  body.public-home-body .public-home-hero.ph-hero {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  body.public-home-body .ph-hero-copy { max-width: 720px; }
  body.public-home-body .ph-hero-stage { min-height: 0; }
  body.public-home-body .ph-hero-photo-wrap { position: relative; inset: auto; height: clamp(420px, 70vw, 560px); }
  body.public-home-body .ph-card { transform: none; }
  body.public-home-body .ph-card-community,
  body.public-home-body .ph-card-tracking { display: none; }
  body.public-home-body .ph-card-plan { top: 5%; left: 2%; }
  body.public-home-body .ph-card-ai { top: 7%; right: 2%; }
  body.public-home-body .ph-card-progress { bottom: 5%; left: 2%; }
  body.public-home-body .ph-pill-secure { bottom: 3%; right: 4%; }
}

@media (max-width: 640px) {
  body.public-home-body .ph-hero-features { grid-template-columns: 1fr; gap: 13px; }
  body.public-home-body .ph-hero-photo-wrap { height: clamp(360px, 96vw, 460px); }
  body.public-home-body .ph-card { width: 200px; padding: 12px; font-size: 0.78rem; }
  body.public-home-body .ph-card-ai,
  body.public-home-body .ph-card-progress { display: none; }
  body.public-home-body .ph-card-plan { top: 4%; left: 3%; }
  body.public-home-body .ph-pill-secure { bottom: 4%; right: 4%; font-size: 0.72rem; }

  /*
   * La landing de servicios muestra la foto como parte de una composición,
   * no como una imagen a sangre. Foto, capturas y sello caben completos en
   * cualquier móvil sin cambiar el hero compartido del coach.
   */
  body.public-home-body--services .ph-hero-stage {
    width: min(calc(100% - 2rem), 31.25rem);
    height: clamp(19rem, 78vw, 24.375rem);
    margin-inline: auto;
  }

  body.public-home-body--services .ph-hero-photo-wrap {
    width: 100%;
    height: 100%;
  }

  body.public-home-body--services .ph-hero-shot {
    width: clamp(8.25rem, 31vw, 10.25rem);
    border-radius: clamp(.75rem, 3vw, 1rem);
    box-shadow: 0 1.25rem 2.75rem rgba(47, 47, 43, .2);
  }

  body.public-home-body--services .ph-shot-1 {
    top: 6%;
    left: 0;
  }

  body.public-home-body--services .ph-shot-2 {
    right: 0;
    bottom: 5%;
  }

  body.public-home-body--services .ph-pill-secure {
    right: .75rem;
    bottom: .75rem;
    max-width: calc(100% - 1.5rem);
    padding: .45rem .7rem;
    font-size: clamp(.62rem, 2.7vw, .7rem);
    white-space: nowrap;
  }
}
