/* =========================================================
   Pool Piscinas — estilos
   Colores, tipografías y medidas se ajustan en :root
   ========================================================= */

:root {
  /* Paleta: verde profundo, blancos cálidos y salvia */
  --verde-900: #16261d;
  --verde-800: #1c2f24;      /* verde profundo principal */
  --verde-700: #2a4133;
  --verde-500: #53695a;
  --salvia: #e7ece4;         /* verde claro que acompaña al blanco */
  --salvia-2: #dbe3d7;
  --crema: #f8f6f1;          /* fondo general */
  --blanco: #ffffff;
  --terracota: #b8674a;
  --tinta: #1b231e;
  --texto: #34403a;
  --texto-suave: #5e6a63;
  --linea: rgba(28, 47, 36, 0.14);
  --linea-fuerte: rgba(28, 47, 36, 0.3);
  --sombra: 0 14px 40px rgba(28, 47, 36, 0.08);

  --serif: "Playfair Display", "Didot", "Bodoni 72", serif;
  --sans: "Jost", "Avenir Next", "Helvetica Neue", system-ui, sans-serif;

  --gutter: clamp(16px, 4vw, 56px);
  --ancho: 1240px;
  --seccion: clamp(56px, 7vw, 104px);
  --radio-l: 28px;
  --radio-m: 20px;
  --radio-s: 12px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--crema);
  color: var(--texto);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--terracota); outline-offset: 3px; }

.contenedor { width: 100%; max-width: calc(var(--ancho) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.saltar { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--verde-800); color: var(--crema); padding: 10px 16px; text-decoration: none; }
.saltar:focus { top: 12px; }
.nowrap { white-space: nowrap; }
.solo-lectores { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Tipografía ---------- */
.sobretitulo {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--verde-500); margin-bottom: 1rem;
}
.sobretitulo--claro { color: rgba(248, 246, 241, 0.7); }

.titulo-seccion, .portada__titulo {
  font-family: var(--serif); font-weight: 400; color: var(--verde-800);
  letter-spacing: -0.02em; line-height: 1;
}
.titulo-seccion { font-size: clamp(2.3rem, 4.4vw, 3.9rem); }
.titulo-seccion em, .portada__titulo em { display: block; font-style: italic; }

/* ---------- Botones ---------- */
.boton {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.65em;
  min-height: 52px; padding: 0 1.7em;
  background: var(--verde-800); color: var(--crema);
  border: 1px solid var(--verde-800); border-radius: 999px;
  font-size: 0.9375rem; font-weight: 500; letter-spacing: 0.02em;
  text-decoration: none; cursor: pointer;
  transition: background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.boton:hover { background: var(--verde-700); border-color: var(--verde-700); }
.boton:active { transform: translateY(1px); }
.boton--chico { min-height: 42px; padding: 0 1.25em; font-size: 0.875rem; }
.boton--contorno { background: transparent; color: var(--verde-800); border-color: var(--linea-fuerte); }
.boton--contorno:hover { background: var(--verde-800); border-color: var(--verde-800); color: var(--crema); }
.boton--claro { background: var(--crema); color: var(--verde-800); border-color: var(--crema); }
.boton--claro:hover { background: var(--blanco); border-color: var(--blanco); }
.boton--ancho { width: 100%; }
.boton[aria-disabled="true"] { opacity: 0.4; pointer-events: none; }
.icono { width: 1.15em; height: 1.15em; flex: none; }

.nota-render {
  position: absolute; right: 12px; bottom: 10px;
  font-size: 0.6875rem; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45); pointer-events: none;
}

/* ---------- Encabezado ---------- */
.cabecera {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 246, 241, 0.9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  transition: box-shadow .3s var(--ease);
}
.cabecera.es-solida { box-shadow: 0 1px 0 var(--linea); }
.cabecera__interior {
  display: flex; align-items: center; gap: clamp(20px, 3vw, 40px);
  max-width: calc(var(--ancho) + var(--gutter) * 2); margin-inline: auto;
  padding: 14px var(--gutter);
}
.marca { display: flex; flex-direction: column; text-decoration: none; margin-right: auto; line-height: 1; }
.marca__nombre { font-family: var(--serif); font-size: 1.45rem; color: var(--verde-800); letter-spacing: -0.01em; }
.marca__bajada { margin-top: 5px; font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--verde-500); }
.nav { display: flex; gap: clamp(18px, 2.4vw, 32px); }
.nav a { position: relative; font-size: 0.9375rem; font-weight: 500; color: var(--verde-800); text-decoration: none; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after, .nav a.activo::after { transform: scaleX(1); }

/* =========================================================
   1. PORTADA
   ========================================================= */
.portada { padding-top: 8px; }
/* El render de portada se muestra entero (16:9): nunca se recorta la piscina.
   Va como tarjeta dentro del panel; las tarjetas de datos se apoyan debajo, sin taparlo. */
.portada__panel {
  display: grid; grid-template-columns: minmax(0, 4.6fr) minmax(0, 8.4fr); align-items: center;
  background: var(--salvia); border-radius: var(--radio-l); overflow: hidden;
}
.portada__texto {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: clamp(28px, 3.5vw, 48px) clamp(20px, 3vw, 44px) clamp(76px, 7vw, 92px) clamp(28px, 4vw, 56px);
}
.portada__titulo { font-size: clamp(2.8rem, 4.8vw, 4.6rem); line-height: 0.96; margin-bottom: 1.1rem; }
.portada__bajada { max-width: 24rem; margin-bottom: 1.6rem; color: var(--texto); }
.portada__imagen { position: relative; align-self: start; padding: 14px 14px 72px 0; }
.portada__imagen img { width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; border-radius: var(--radio-m); }
.portada__imagen .nota-render { right: 26px; bottom: 82px; }

/* Tarjetas de datos: se superponen al pie de la portada */
.datos {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
  margin: -52px clamp(16px, 3vw, 40px) 0;
}
.dato {
  height: 100%;
  display: grid; grid-template-columns: auto 1fr; column-gap: 14px; row-gap: 2px; align-items: center;
  padding: 18px 20px; background: var(--blanco); border-radius: var(--radio-m); box-shadow: var(--sombra);
  text-decoration: none; color: var(--texto);
}
.dato__icono { grid-row: span 2; width: 34px; height: 34px; color: var(--verde-700); }
.dato__titulo { font-family: var(--serif); font-size: 1.2rem; line-height: 1.15; color: var(--verde-800); }
.dato__texto { font-size: 0.8125rem; line-height: 1.35; color: var(--texto-suave); }
.dato--enlace { transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.dato--enlace:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(28, 47, 36, 0.13); }
.dato--enlace .dato__texto span { display: inline-block; transition: transform .3s var(--ease); }
.dato--enlace:hover .dato__texto span { transform: translateX(3px); }

/* =========================================================
   2. PISCINA
   ========================================================= */
.seccion { padding-block: var(--seccion); }

.piscina__grilla {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(32px, 5vw, 72px); align-items: start;
}

/* Galería */
.galeria__principal {
  position: relative; aspect-ratio: 3 / 2; overflow: hidden;
  background: var(--salvia); border-radius: var(--radio-m);
}
.galeria__principal img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s var(--ease); }
.galeria__principal img.cambiando { opacity: 0; }
.galeria[data-vista="superior"] .nota-render,
.galeria[data-vista="pieza"] .nota-render { color: var(--texto-suave); text-shadow: none; }

.galeria__marcas { display: none; }
.galeria[data-vista="superior"] .galeria__marcas { display: block; }
.galeria__marcas li {
  position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%);
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%;
  background: var(--verde-800); color: var(--crema); font-size: 0.8125rem; font-weight: 500;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.75);
}

.galeria__pie { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; margin-top: 12px; font-size: 0.8125rem; color: var(--texto-suave); }
.galeria__leyenda { color: var(--verde-800); font-weight: 500; }
.galeria__referencias { display: none; gap: 16px; }
.galeria[data-vista="superior"] .galeria__referencias { display: flex; flex-wrap: wrap; }
.galeria__referencias b {
  display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 4px; border-radius: 50%;
  background: var(--verde-800); color: var(--crema); font-size: 0.6875rem; font-weight: 500;
}

.galeria__miniaturas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.miniatura { display: flex; flex-direction: column; gap: 8px; padding: 0; background: none; border: 0; cursor: pointer; text-align: left; }
.miniatura img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  background: var(--salvia); border-radius: var(--radio-s);
  outline: 1.5px solid transparent; outline-offset: 3px;
  transition: outline-color .25s var(--ease), opacity .25s var(--ease);
  opacity: 0.72;
}
.miniatura span { font-size: 0.8125rem; line-height: 1.3; color: var(--texto-suave); }
.miniatura:hover img { opacity: 1; }
.miniatura[aria-pressed="true"] img { opacity: 1; outline-color: var(--verde-800); }
.miniatura[aria-pressed="true"] span { color: var(--verde-800); font-weight: 500; }

/* Información */
.piscina__info .titulo-seccion { margin-bottom: 1.1rem; }
.piscina__bajada { max-width: 30rem; margin-bottom: 1.3rem; }

/* Beneficios: etiquetas breves */
.beneficios { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.6rem; }
.beneficios li {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px;
  border: 1px solid var(--linea-fuerte); border-radius: 999px;
  font-size: 0.875rem; font-weight: 500; color: var(--verde-800);
}
.beneficios li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--verde-700); }

/* Sellos: garantía y calidad de exportación, mismo formato */
.sellos {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px;
  padding: 18px 0; margin-bottom: 1.6rem;
  border-top: 1px solid var(--linea); border-bottom: 1px solid var(--linea);
}
.sello { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.sello__marca {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%;
  background: var(--salvia); color: var(--verde-800);
}
.sello__marca--numero { font-family: var(--serif); font-size: 1.9rem; line-height: 1; }
.sello__marca svg { width: 26px; height: 26px; }
.sello__texto { font-family: var(--serif); font-size: 1.1rem; line-height: 1.15; color: var(--verde-800); }
.sello__detalle { display: block; margin-top: 4px; font-family: var(--sans); font-size: 0.78rem; line-height: 1.35; color: var(--texto-suave); }

.medidas { margin-top: 2rem; }
.medidas__titulo { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--verde-500); margin-bottom: 12px; }
.medidas__lista { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.medida {
  display: flex; flex-direction: column; gap: 2px; padding: 14px 16px;
  background: var(--blanco); border: 1px solid var(--linea); border-radius: var(--radio-s);
  text-decoration: none; transition: border-color .25s var(--ease), background-color .25s var(--ease);
}
.medida:hover { border-color: var(--verde-800); background: var(--salvia); }
.medida__valor { font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; color: var(--verde-800); }
.medida__unidad { font-size: 0.75rem; color: var(--texto-suave); }

/* Franja de extras: opcionales como etiquetas */
.extras {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px;
  margin-top: clamp(40px, 5vw, 64px); padding: 14px 16px 14px 14px;
  background: var(--salvia); border-radius: var(--radio-m);
}
.extras__imagen { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: none; }
.extras__titulo { font-family: var(--serif); font-size: 1.4rem; line-height: 1.1; color: var(--verde-800); }
.extras__titulo em { font-style: italic; }
.extras__lista { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.extras__lista li {
  padding: 6px 13px; background: var(--blanco); border-radius: 999px;
  font-size: 0.875rem; font-weight: 500; color: var(--verde-800);
}
.extras__nota { font-size: 0.8125rem; color: var(--texto-suave); }

/* =========================================================
   3. MACETAS
   ========================================================= */
.macetas { padding-top: 0; }
.macetas__panel {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: center;
  padding: clamp(32px, 5vw, 64px); background: var(--verde-800); color: rgba(248, 246, 241, 0.84);
  border-radius: var(--radio-l); overflow: hidden;
}
.macetas .titulo-seccion { color: var(--crema); }
.macetas__bajada { margin: 1.4rem 0 1.8rem; max-width: 26rem; }

.colores { display: flex; flex-wrap: wrap; gap: 12px 16px; margin-bottom: 10px; }
.colores li { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 0.75rem; }
.colores span { width: 32px; height: 32px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2); }
.colores__nota { font-size: 0.8125rem; color: rgba(248, 246, 241, 0.6); margin-bottom: 1.8rem; }

.macetas__imagen { position: relative; border-radius: var(--radio-m); overflow: hidden; }
.macetas__imagen img { width: 100%; height: auto; }

/* Marco editorial: línea blanca fina por dentro de la foto de macetas (solo escritorio).
   Margen medido sobre el render horizontal: ~2 % pasa por encima de las hojas del árbol
   sin cruzarlas y lejos de las macetas. En celular se omite: en la foto vertical el árbol
   llega al borde superior y la maceta oliva queda pegada al borde izquierdo. */
@media (min-width: 861px) {
  .macetas__imagen::after {
    content: ""; position: absolute; pointer-events: none;
    inset: 2.2% 1.5%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: calc(var(--radio-m) - 9px);
  }
  .macetas__imagen .nota-render { right: 22px; bottom: 18px; }
}

/* =========================================================
   4. CONTACTO
   ========================================================= */
.contacto__grilla { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.contacto__proceso { margin-top: 1.4rem; max-width: 27rem; }

.reps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.rep {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px;
  padding: 28px 20px; background: var(--blanco); border-radius: var(--radio-m); box-shadow: var(--sombra);
}
.rep__retrato {
  display: grid; place-items: center; width: 112px; height: 112px; margin-bottom: 14px; border-radius: 50%; overflow: hidden;
  background: linear-gradient(150deg, #e4e4e1, #a6a6a2);
  font-family: var(--serif); font-size: 2.2rem; letter-spacing: 0.04em; color: var(--blanco);
}
.rep__retrato img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.rep__nombre { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.1; color: var(--verde-800); }
.rep__rol { font-size: 0.6875rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--texto-suave); }
.rep__tel { margin-top: 8px; font-size: 0.9375rem; color: var(--verde-800); text-decoration: none; }
.rep__pendiente { margin-top: 8px; font-size: 0.875rem; color: var(--texto-suave); }
.rep .boton { margin-top: 14px; }

/* ---------- Pie ---------- */
.pie { background: var(--verde-900); color: rgba(248, 246, 241, 0.7); padding: 36px 0 calc(36px + env(safe-area-inset-bottom)); font-size: 0.8125rem; }
.pie__grilla { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 40px; align-items: flex-start; }
.pie__marca { font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; color: var(--crema); }
.pie__marca span { display: block; margin-top: 4px; font-family: var(--sans); font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248, 246, 241, 0.6); }
.pie__legal { max-width: 38rem; color: rgba(248, 246, 241, 0.55); }

/* ---------- Botón flotante (móvil) ---------- */
.flotante {
  position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 40;
  display: none; align-items: center; gap: 8px; min-height: 50px; padding: 0 20px; border-radius: 999px;
  background: var(--verde-800); color: var(--crema); font-size: 0.9375rem; font-weight: 500; text-decoration: none;
  box-shadow: 0 10px 30px rgba(22, 38, 29, 0.28);
  transform: translateY(160%); transition: transform .4s var(--ease);
}
.flotante.visible { transform: none; }

/* ---------- Panel de consulta (dos o más representantes) ---------- */
.panel {
  width: min(480px, calc(100vw - 24px)); max-height: calc(100dvh - 24px);
  padding: 0; border: 0; border-radius: var(--radio-m);
  background: var(--crema); color: var(--texto); box-shadow: 0 30px 80px rgba(22, 38, 29, 0.35);
}
.panel::backdrop { background: rgba(22, 38, 29, 0.55); backdrop-filter: blur(3px); }
.panel[open] { animation: panel-in .4s var(--ease); }
@keyframes panel-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.panel__form { display: flex; flex-direction: column; gap: 20px; padding: clamp(22px, 5vw, 34px); }
.panel__cabeza { position: relative; padding-right: 40px; }
.panel__cabeza .sobretitulo { margin-bottom: 0.5rem; }
.panel__titulo { font-family: var(--serif); font-weight: 400; font-size: 1.8rem; line-height: 1.05; color: var(--verde-800); }
.panel__titulo:focus { outline: none; }
.panel__cerrar { position: absolute; top: -8px; right: -8px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: none; cursor: pointer; }
.panel__cerrar svg { width: 20px; height: 20px; stroke: var(--verde-800); stroke-width: 1.4; fill: none; }
.panel__grupo { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; border: 0; min-width: 0; }
.panel__grupo legend, .panel__etiqueta { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--texto-suave); padding: 0; margin-bottom: 10px; }
.panel__etiqueta { margin-bottom: 0; }
.panel__ayuda { text-transform: none; letter-spacing: 0; }
.panel__reps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rep-opcion { position: relative; }
.rep-opcion input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.rep-opcion label { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border: 1px solid var(--linea-fuerte); border-radius: var(--radio-s); cursor: pointer; }
.rep-opcion__nombre { font-family: var(--serif); font-size: 1.125rem; color: var(--verde-800); line-height: 1.15; }
.rep-opcion__estado { font-size: 0.75rem; color: var(--texto-suave); }
.rep-opcion input:checked + label { border-color: var(--verde-800); background: var(--blanco); box-shadow: inset 0 0 0 1px var(--verde-800); }
.rep-opcion input:disabled + label { opacity: 0.5; cursor: not-allowed; }
.rep-opcion input:focus-visible + label { outline: 2px solid var(--terracota); outline-offset: 2px; }
.panel__mensaje { width: 100%; font: inherit; font-size: 1rem; line-height: 1.5; color: var(--tinta); background: var(--blanco); border: 1px solid var(--linea-fuerte); border-radius: var(--radio-s); padding: 12px 14px; resize: vertical; min-height: 110px; }
.panel__mensaje:focus { outline: none; border-color: var(--verde-800); box-shadow: inset 0 0 0 1px var(--verde-800); }
.panel__pie { font-size: 0.75rem; color: var(--texto-suave); text-align: center; margin-top: -6px; }

/* ---------- Aparición suave ---------- */
.js .revelar { opacity: 0; transform: translateY(18px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .revelar.visto { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .revelar { opacity: 1; transform: none; }
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 1080px) {
  .datos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .piscina__grilla { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}

/* =========================================================
   Móvil y tablet vertical
   ========================================================= */
@media (max-width: 860px) {
  body { font-size: 1rem; }
  .cabecera__interior { padding-block: 10px; gap: 12px; }
  .marca__nombre { font-size: 1.25rem; }
  .marca__bajada { font-size: 0.5625rem; letter-spacing: 0.14em; }
  .nav { display: none; }
  .cabecera__cta { min-height: 38px; padding: 0 1em; }

  /* Portada: imagen completa arriba, texto debajo */
  .portada { padding-top: 4px; }
  .portada__panel { grid-template-columns: 1fr; min-height: 0; border-radius: var(--radio-m); }
  .portada__imagen { order: -1; padding: 0; }
  .portada__imagen img { border-radius: 0; }
  .portada__imagen .nota-render { right: 12px; bottom: 10px; }
  .portada__texto { padding: 22px 20px 72px; }
  .portada .sobretitulo { font-size: 0.6875rem; letter-spacing: 0.14em; margin-bottom: 0.7rem; }
  .portada__titulo { font-size: clamp(2.5rem, 11vw, 3.4rem); margin-bottom: 0.8rem; }
  .portada__titulo em { display: inline; }
  .portada__bajada { margin-bottom: 1.3rem; }
  .portada__texto .boton { align-self: stretch; }

  .datos { gap: 10px; margin: -52px 10px 0; }
  .dato { grid-template-columns: 1fr; padding: 14px; row-gap: 4px; align-items: start; }
  .dato__icono { grid-row: auto; width: 28px; height: 28px; margin-bottom: 4px; }
  .dato__titulo { font-size: 1.05rem; }

  .piscina__grilla { grid-template-columns: 1fr; gap: 32px; }
  .galeria__miniaturas { gap: 8px; }
  .miniatura span { font-size: 0.75rem; }
  .medidas__lista { gap: 8px; }
  .medida { padding: 12px; }
  .medida__valor { font-size: 1.3rem; }
  .piscina__info .boton { width: 100%; }

  .extras { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 20px 18px; }
  .extras__imagen { width: 52px; height: 52px; }
  .extras__lista, .extras__nota, .extras .boton { grid-column: 1 / -1; }
  .extras .boton { width: 100%; }
  .sellos { grid-template-columns: 1fr; gap: 14px; }

  .macetas__panel { grid-template-columns: 1fr; padding: 32px 20px 24px; border-radius: var(--radio-m); }
  .macetas .boton { width: 100%; }
  .colores { gap: 10px; justify-content: space-between; }

  .contacto__grilla { grid-template-columns: 1fr; gap: 28px; }
  /* Representantes en fila: retrato al costado, botón a lo ancho */
  .reps { grid-template-columns: 1fr; gap: 12px; }
  .rep {
    display: grid; grid-template-columns: 76px 1fr; column-gap: 16px; row-gap: 2px;
    align-items: center; text-align: left; padding: 18px;
  }
  .rep__retrato { grid-row: span 3; width: 76px; height: 76px; margin: 0; font-size: 1.6rem; }
  .rep__nombre { font-size: 1.35rem; }
  .rep__tel, .rep__pendiente { margin-top: 2px; }
  .rep .boton { grid-column: 1 / -1; width: 100%; margin-top: 14px; }

  .flotante { display: inline-flex; }
  .pie { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
}
