/* ==========================================================================
   Bezzera Colombia
   Sistema visual replicado de bezzera.it
   Tipografia: Encode Sans / Semi Expanded / Expanded
   Color primario #00052c, acento #8B0000, gris #B2B2B2
   Arquitectura de secciones inspirada en casadiocolombia.com
   ========================================================================== */

/* ---------- Fuentes ---------- */
@font-face {
  font-family: "Encode Sans";
  src: url("/assets/encodesans-400.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans Semi Expanded";
  src: url("/assets/encodesanssemiexpanded-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans Semi Expanded";
  src: url("/assets/encodesanssemiexpanded-600.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Encode Sans Expanded";
  src: url("/assets/encodesansexpanded-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #00052c;
  --ink-soft: #0b1140;
  --red: #8b0000;
  --red-dark: #6b0000;
  --red-125: #861618; /* fondo exacto del banner oficial de los 125 años */
  --gray: #b2b2b2;
  --gray-mid: #666666;
  --line: #e3e3e3;
  --line-dark: rgba(255, 255, 255, 0.16);
  --bg: #ffffff;
  --bg-soft: #f5f5f5;

  --font-body: "Encode Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-title: "Encode Sans Semi Expanded", var(--font-body);
  --font-display: "Encode Sans Expanded", var(--font-body);

  --wrap: 1200px;
  --pad: 24px;
  --band: clamp(56px, 7vw, 104px);
  --head-h: 96px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--head-h);
}
html.nav-locked {
  overflow: hidden;
}
/* en la ficha de producto el ancla debe librar tambien la barra de pestañas */
html:has(.tabnav) {
  scroll-padding-top: calc(var(--head-h) + 54px);
}
body {
  margin: 0;
  background: var(--bg);
  color: #000;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}
.band--ink :focus-visible,
.footer :focus-visible,
.hero :focus-visible,
.cta :focus-visible {
  outline-color: #fff;
}

/* ---------- Utilidades ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.band {
  padding: var(--band) 0;
}
.band--soft {
  background: var(--bg-soft);
}
.band--ink {
  background: var(--ink);
  color: #fff;
}
.band--tight {
  padding: clamp(40px, 5vw, 68px) 0;
}
.center {
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Aparicion progresiva ---------- */
.has-js .reveal {
  opacity: 0;
  transform: translateY(22px);
}
.has-js .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease-out) var(--d, 0ms), transform 0.7s var(--ease-out) var(--d, 0ms);
}
.has-js .panel__media.reveal {
  opacity: 0;
  transform: scale(1.05);
}
.has-js .panel__media.reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s var(--ease-out) var(--d, 0ms),
    transform 1.1s var(--ease-out) var(--d, 0ms);
}

/* ---------- Tipografia de marca ---------- */
.pretitle {
  font-family: var(--font-title);
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.01em;
}
.band--ink .pretitle {
  color: #8f93a8;
}
.kicker {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}
.band--ink .kicker,
.brand-splash .kicker,
.process .kicker {
  color: var(--gray);
}
.display {
  font-family: var(--font-display);
  font-size: clamp(31px, 6vw, 60px);
  line-height: 1.18;
  font-weight: 300;
}
.h-hero {
  font-family: var(--font-title);
  font-size: clamp(27px, 4.4vw, 60px);
  line-height: 1.18;
  font-weight: 500;
  color: #000;
}
.band--ink .h-hero {
  color: #fff;
}
.h-section {
  font-family: var(--font-title);
  font-size: clamp(23px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 600;
}
.h-card {
  font-family: var(--font-title);
  font-size: clamp(19px, 2.2vw, 30px);
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}
.lede {
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
  color: #1a1a1a;
}
.band--ink .lede {
  color: #d6d8e2;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Bloque de titular con regla roja, firma visual de bezzera.it */
.lead-block {
  display: grid;
  gap: 18px;
}
.lead-block .pretitle {
  padding-left: clamp(0px, 6vw, 120px);
}
.lead-block .h-hero {
  text-align: right;
  border-bottom: 3px solid var(--red);
  padding-bottom: 18px;
}
.lead-block--center {
  justify-items: center;
  text-align: center;
}
.lead-block--center .pretitle {
  padding-left: 0;
}
.lead-block--center .h-hero {
  text-align: center;
  max-width: 22ch;
}

/* ==========================================================================
   BOTONES
   ========================================================================== */
.btn {
  --ripple: rgba(255, 255, 255, 0.34);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 50px;
  padding: 13px 30px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-title);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.22s var(--ease), color 0.22s var(--ease),
    transform 0.18s var(--ease), box-shadow 0.24s var(--ease);
}
.btn::after {
  content: "\203A";
  font-family: var(--font-body);
  font-size: 1.5em;
  line-height: 0;
  margin-top: -0.08em;
  transition: transform 0.24s var(--ease-out);
}
.btn:hover {
  background: var(--red-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(139, 0, 0, 0.3);
}
.btn:hover::after {
  transform: translateX(5px);
}
.btn:active {
  transform: translateY(0) scale(0.985);
  box-shadow: none;
  transition-duration: 0.07s;
}

/* variantes */
.btn--ghost {
  --ripple: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}
.btn--ghost:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: inset 0 0 0 2px #fff, 0 10px 22px rgba(0, 0, 0, 0.24);
}
.btn--ghost:hover {
  --ripple: rgba(0, 5, 44, 0.16);
}
.btn--ink {
  background: var(--ink);
}
.btn--ink:hover {
  background: var(--red);
  box-shadow: 0 10px 22px rgba(0, 5, 44, 0.28);
}
.btn--sm {
  min-height: 42px;
  padding: 10px 22px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
}
.btn--sm::after {
  font-size: 1.35em;
}
.btn--wide {
  width: 100%;
}

/* boton claro sobre fondo oscuro */
.panel--ink .panel__body .btn,
.panel--red .panel__body .btn,
.cta .btn:not(.btn--ghost) {
  --ripple: rgba(0, 5, 44, 0.16);
  background: #fff;
  color: var(--ink);
}
.panel--ink .panel__body .btn:hover,
.panel--red .panel__body .btn:hover,
.cta .btn:not(.btn--ghost):hover {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}
.panel--red .panel__body .btn:hover {
  background: var(--ink);
}

/* ripple */
.ripple {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: var(--ripple, rgba(255, 255, 255, 0.3));
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
  animation: rippleOut 0.6s var(--ease-out) forwards;
}
@keyframes rippleOut {
  to {
    transform: scale(1);
    opacity: 0;
  }
}

/* ---------- Barra superior ---------- */
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
  padding: 8px var(--pad);
  max-width: var(--wrap);
  margin: 0 auto;
}
.topbar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}
.topbar a {
  transition: color 0.2s var(--ease);
}
.topbar a:hover {
  color: var(--gray);
}
.topbar__sep {
  color: #4a4f6b;
}

/* ---------- Encabezado ---------- */
.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.masthead.is-stuck {
  box-shadow: 0 6px 22px rgba(0, 5, 44, 0.11);
  border-bottom-color: transparent;
}
.masthead__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 14px var(--pad);
  max-width: var(--wrap);
  margin: 0 auto;
}
.brand {
  display: block;
  transition: opacity 0.2s var(--ease);
}
.brand:active {
  opacity: 0.7;
}
.brand img {
  width: 176px;
  transition: width 0.28s var(--ease);
}
.brand__sub {
  display: block;
  font-family: var(--font-title);
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 4px;
}
.mainnav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.mainnav a:not(.btn) {
  position: relative;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 0;
  color: var(--ink);
}
.mainnav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s var(--ease-out);
}
.mainnav a:not(.btn):hover::after {
  transform: scaleX(1);
}

/* hamburguesa */
.navtoggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  touch-action: manipulation;
}
.navtoggle span {
  position: absolute;
  left: 11px;
  width: 24px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.3s var(--ease-out), opacity 0.2s var(--ease);
}
.navtoggle span:nth-child(1) {
  top: 16px;
}
.navtoggle span:nth-child(2) {
  top: 22px;
}
.navtoggle span:nth-child(3) {
  top: 28px;
}
.navtoggle.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.navtoggle.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.4);
}
.navtoggle.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: clamp(480px, 78vh, 760px);
  display: flex;
  align-items: center;
  background: var(--ink) url("/assets/moda-de-2gr-nera.jpg") center 38% / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(0, 5, 44, 0.92) 0%,
    rgba(0, 5, 44, 0.74) 42%,
    rgba(0, 5, 44, 0.28) 100%
  );
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(52px, 8vw, 96px) var(--pad);
  width: 100%;
  margin: 0 auto;
  max-width: var(--wrap);
}
.hero__eyebrow {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  border-left: 3px solid var(--red);
  padding-left: 14px;
  margin-bottom: 24px;
}
.hero .display {
  max-width: 22ch;
}
.hero__text {
  max-width: 54ch;
  margin: 22px 0 34px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.62;
  color: #dfe1ea;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- Splash de marca ---------- */
.brand-splash {
  position: relative;
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: clamp(54px, 8vw, 110px) 0;
  overflow: hidden;
}
.brand-splash::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(139, 0, 0, 0.45) 0%, transparent 62%);
}
.brand-splash > .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 20px;
}
.brand-splash__mark {
  width: 68px;
}
.brand-splash__est {
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gray);
}
.brand-splash .display {
  max-width: 26ch;
}
.brand-splash p {
  max-width: 60ch;
  color: #c9ccd8;
}

/* ---------- Banda de los 125 años ---------- */
.pioneros {
  background: var(--red-125);
  color: #fff;
  padding: clamp(40px, 5vw, 68px) 0 clamp(48px, 6vw, 78px);
  overflow: hidden;
}
.pioneros > .wrap {
  display: grid;
  justify-items: center;
  gap: clamp(14px, 2vw, 26px);
}
.pioneros__badge {
  width: 100%;
  max-width: 780px;
}
.pioneros__copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}
.pioneros__copy h2 {
  max-width: 24ch;
}
.pioneros__copy p {
  max-width: 62ch;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.66;
  color: #f0d7d7;
}
.pioneros__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 4px;
}
.pioneros .btn:not(.btn--ghost) {
  --ripple: rgba(134, 22, 24, 0.2);
  background: #fff;
  color: var(--red-125);
}
.pioneros .btn:not(.btn--ghost):hover {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}
.pioneros .btn--ghost:hover {
  color: var(--red-125);
}

/* variante compacta para la ficha de producto */
.pioneros--slim {
  padding: clamp(32px, 4vw, 52px) 0;
}
.pioneros--slim .pioneros__badge {
  max-width: 520px;
}
.pioneros--slim .pioneros__copy p {
  max-width: 58ch;
  font-size: 16px;
}

/* ---------- Pasos para comprar ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.step {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 30px 26px 32px;
  background: var(--bg-soft);
  border-top: 3px solid var(--red);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 5, 44, 0.11);
}
.step__num {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1;
  font-weight: 300;
  color: var(--red);
}
.step h3 {
  font-family: var(--font-title);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.3;
  font-weight: 600;
}
.step p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.step .btn {
  justify-self: start;
  margin-top: 6px;
}

/* ---------- Trio de la marca ---------- */
.trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.trio__item {
  padding: clamp(30px, 4vw, 54px) clamp(18px, 3vw, 40px);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 14px;
  align-content: start;
}
.trio__item:last-child {
  border-right: 0;
}
.trio__lead {
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}
.trio__claim {
  font-family: var(--font-display);
  font-size: clamp(21px, 2.4vw, 31px);
  line-height: 1.25;
  font-weight: 300;
}
.trio__claim strong {
  font-family: var(--font-title);
  font-weight: 600;
}
.trio p {
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

/* ---------- Paneles alternados ---------- */
.panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--bg-soft);
  overflow: hidden;
}
.panel--ink {
  background: var(--ink);
  color: #fff;
}
.panel--red {
  background: var(--red);
  color: #fff;
}
.panel__body {
  padding: clamp(38px, 5.5vw, 88px) clamp(22px, 5vw, 76px);
  display: grid;
  align-content: center;
  gap: 18px;
}
.panel__tab {
  display: inline-block;
  justify-self: start;
  background: var(--red);
  color: #fff;
  font-family: var(--font-title);
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px 8px;
}
.panel--ink .panel__tab,
.panel--red .panel__tab {
  background: #fff;
  color: var(--ink);
}
.panel__body h2 {
  font-family: var(--font-title);
  font-size: clamp(23px, 2.8vw, 40px);
  line-height: 1.2;
  font-weight: 600;
  max-width: 22ch;
}
.panel__body p {
  font-size: 17px;
  line-height: 29px;
  max-width: 46ch;
  color: #333;
}
.panel--ink .panel__body p {
  color: #c9ccd8;
}
.panel--red .panel__body p {
  color: #f2dcdc;
}
.panel__body .btn {
  justify-self: start;
  margin-top: 6px;
}
.panel__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.panel__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel--flip .panel__body {
  order: 2;
}
.panel--flip .panel__media {
  order: 1;
}

/* ---------- Tira de proceso ---------- */
.process {
  background: var(--ink);
  color: #fff;
  padding: clamp(40px, 5vw, 64px) 0;
}
.process__head {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  margin-bottom: 32px;
}
.process__head h2 {
  font-family: var(--font-display);
  font-size: clamp(21px, 2.6vw, 34px);
  line-height: 1.25;
  font-weight: 300;
}
.process__head h2 strong {
  font-family: var(--font-title);
  font-weight: 600;
}
.process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.process__list li {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 16px 10px;
  border: 1px solid var(--line-dark);
  color: #dfe1ea;
  transition: background 0.24s var(--ease), border-color 0.24s var(--ease),
    transform 0.24s var(--ease);
}
.process__list li:nth-child(3n + 1) {
  border-color: rgba(139, 0, 0, 0.9);
  background: rgba(139, 0, 0, 0.28);
  color: #fff;
}
.process__list li:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px);
}
.process .shots {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}
.process .shots figure {
  background: var(--ink-soft);
}
.process .shots figcaption {
  color: var(--gray);
}

/* ---------- Fichas de referencia ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 46px;
}
.card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out),
    border-color 0.32s var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  border-color: #d2d2d2;
  box-shadow: 0 16px 38px rgba(0, 5, 44, 0.13);
}
.card__media {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
  aspect-ratio: 4 / 3;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.card:hover .card__media img {
  transform: scale(1.05);
}
.card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--red);
  color: #fff;
  font-family: var(--font-title);
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px 8px;
}
.card__body {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.card__body .h-card {
  border-bottom: 3px solid var(--red);
  padding-bottom: 14px;
}
.card__list {
  display: grid;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #2a2a2a;
}
.card__list li {
  padding-left: 18px;
  position: relative;
}
.card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--red);
}
.card__foot {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}
.card__foot .btn {
  flex: 1 1 auto;
}
.card__note {
  font-size: 14px;
  line-height: 21px;
  color: var(--gray-mid);
}

/* ---------- Caracteristicas ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.feature {
  border-top: 3px solid var(--red);
  padding-top: 22px;
}
.feature h3 {
  font-family: var(--font-title);
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.feature p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.band--ink .feature p {
  color: #c9ccd8;
}

/* ---------- Galeria ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}
.gallery figure {
  margin: 0;
  background: var(--bg-soft);
  overflow: hidden;
}
.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.gallery figure:hover img {
  transform: scale(1.06);
}
.gallery figcaption {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-mid);
  padding: 12px 14px 16px;
}

/* ---------- Tabla de especificaciones ---------- */
.spec {
  margin-top: 42px;
  overflow-x: auto;
  border: 1px solid var(--line);
  -webkit-overflow-scrolling: touch;
}
.spec table {
  min-width: 620px;
  font-size: 16px;
  line-height: 24px;
}
.spec th,
.spec td {
  text-align: left;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.spec thead th {
  position: sticky;
  top: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.spec tbody th {
  font-family: var(--font-title);
  font-weight: 600;
  width: 34%;
  background: var(--bg-soft);
}
.spec tbody tr {
  transition: background 0.2s var(--ease);
}
.spec tbody tr:hover {
  background: #fafafa;
}
.spec tbody tr:last-child th,
.spec tbody tr:last-child td {
  border-bottom: 0;
}
.spec .yes {
  color: var(--red);
  font-weight: 600;
}

/* ---------- Tira de cifras ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 40px;
  border: 1px solid var(--line);
}
.band--ink .stats {
  border-color: var(--line-dark);
}
.stat {
  padding: clamp(24px, 3vw, 38px) 18px;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 8px;
  text-align: center;
  align-content: start;
}
.band--ink .stat {
  border-color: var(--line-dark);
}
.stat:last-child {
  border-right: 0;
}
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
  font-weight: 300;
  color: var(--red);
}
.band--ink .stat__num {
  color: #fff;
}
.stat__label {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-mid);
}
.band--ink .stat__label {
  color: var(--gray);
}

/* ---------- Servicio ---------- */
.service {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 44px;
}
.service__item {
  border-left: 3px solid var(--red);
  padding-left: 22px;
}
.service__item h3 {
  font-family: var(--font-title);
  font-size: 19px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service__item p {
  font-size: 16px;
  line-height: 26px;
  color: #c9ccd8;
}

/* ---------- Distribuidor ---------- */
.dist {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 22px;
}
.dist__lead {
  max-width: 68ch;
}
.dist__logo {
  display: inline-block;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out);
}
.dist__logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 5, 44, 0.12);
}
.dist__logo img {
  width: 230px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 12px;
}
.contact-card {
  --ripple: rgba(139, 0, 0, 0.14);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 6px;
  align-content: center;
  min-height: 92px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  text-align: left;
  touch-action: manipulation;
  transition: transform 0.26s var(--ease-out), box-shadow 0.26s var(--ease-out);
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 5, 44, 0.13);
}
.contact-card:active {
  transform: translateY(-1px) scale(0.99);
  transition-duration: 0.07s;
}
.contact-card__label {
  font-family: var(--font-title);
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-mid);
}
.contact-card__value {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: var(--ink);
  word-break: break-word;
}

/* ---------- FAQ ---------- */
.faq {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 21px 50px 21px 0;
  position: relative;
  font-family: var(--font-title);
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.42;
  font-weight: 600;
  touch-action: manipulation;
  transition: color 0.2s var(--ease);
}
.faq summary:hover {
  color: var(--red);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s var(--ease-out);
}
.faq details[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}
.faq .faq__body {
  padding: 0 0 25px;
  max-width: 78ch;
  font-size: 17px;
  line-height: 28px;
  color: #2a2a2a;
}
.faq details[open] .faq__body {
  animation: faqIn 0.36s var(--ease-out) both;
}
@keyframes faqIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Llamado final ---------- */
.cta {
  position: relative;
  color: #fff;
  text-align: center;
  background: var(--ink) url("/assets/barista-tazas.jpg") center / cover no-repeat;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 5, 44, 0.86), rgba(0, 5, 44, 0.9));
}
.cta > .wrap {
  position: relative;
  z-index: 1;
}
.cta .h-section {
  max-width: 26ch;
  margin: 0 auto 18px;
}
.cta p {
  max-width: 56ch;
  margin: 0 auto 30px;
  color: #d6d8e2;
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ---------- Pie ---------- */
.footer {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: clamp(44px, 6vw, 76px) 0 0;
  font-size: 15px;
  line-height: 24px;
  border-top: 4px solid var(--red);
}
.footer__grid {
  display: grid;
  grid-template-columns: 220px repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.footer__brand img {
  width: 84px;
  margin-bottom: 18px;
}
.footer__brand p {
  font-size: 14px;
  line-height: 23px;
  color: #9498ab;
}
.footer__brand a {
  color: #fff;
}
.footer h5 {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 15px;
}
.footer li {
  margin-bottom: 9px;
}
.footer a {
  transition: color 0.2s var(--ease);
}
.footer a:hover {
  color: var(--gray);
}
.footer__cafeexpres {
  display: inline-block;
  margin-top: 18px;
}
.footer__cafeexpres img {
  width: 150px;
  opacity: 0.85;
  transition: opacity 0.24s var(--ease);
}
.footer__cafeexpres:hover img {
  opacity: 1;
}
.footer__bottom {
  margin-top: clamp(36px, 5vw, 64px);
  border-top: 1px solid var(--line-dark);
  padding: 22px 0 32px;
  font-size: 13px;
  line-height: 21px;
  color: #9498ab;
}
.footer__bottom p + p {
  margin-top: 10px;
}
.to-top {
  position: absolute;
  top: -22px;
  right: var(--pad);
  width: 44px;
  height: 44px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  transition: background 0.22s var(--ease), color 0.22s var(--ease),
    transform 0.22s var(--ease);
}
.to-top:hover {
  background: #fff;
  color: var(--red);
  transform: translateY(-3px);
}
.to-top:active {
  transform: translateY(0);
}

/* ---------- WhatsApp flotante, solo escritorio ---------- */
.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  transition: transform 0.24s var(--ease-out), box-shadow 0.24s var(--ease-out);
}
.wa-float:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}
.wa-float:active {
  transform: scale(0.96);
}

/* ---------- Barra de accion movil ---------- */
.mobilebar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(0, 5, 44, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 10px;
  transform: translateY(0);
  transition: transform 0.34s var(--ease-out);
}
.mobilebar.is-hidden {
  transform: translateY(105%);
}
.mobilebar__btn {
  --ripple: rgba(255, 255, 255, 0.3);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 10px;
  background: #25d366;
  color: #06251a;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: transform 0.14s var(--ease), filter 0.2s var(--ease);
}
.mobilebar__btn svg {
  flex: 0 0 auto;
}
.mobilebar__btn:active {
  transform: scale(0.975);
  filter: brightness(0.94);
}
.mobilebar__btn--alt {
  background: var(--red);
  color: #fff;
}

/* ---------- Pagina de producto ---------- */
.prodhead {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: clamp(38px, 6vw, 84px) 0 0;
}
.prodhead__inner {
  display: grid;
  gap: 15px;
}
.crumbs {
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
}
.crumbs a {
  transition: color 0.2s var(--ease);
}
.crumbs a:hover {
  color: #fff;
}
.prodhead .display {
  font-size: clamp(38px, 6vw, 68px);
}
.prodhead__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  padding: 20px 0 28px;
  border-top: 1px solid var(--line-dark);
  margin-top: 12px;
}
.prodhead__metaitem {
  display: grid;
  gap: 2px;
}
.prodhead__metaitem span:first-child {
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
}
.prodhead__metaitem span:last-child {
  font-family: var(--font-title);
  font-size: 15px;
  font-weight: 600;
}
.tabnav {
  position: sticky;
  top: 84px;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.tabnav__inner {
  display: flex;
  gap: 26px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--pad);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.tabnav__inner::-webkit-scrollbar {
  display: none;
}
.tabnav a {
  position: relative;
  flex: 0 0 auto;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 17px 0;
  white-space: nowrap;
  color: var(--ink);
  transition: color 0.2s var(--ease);
}
.tabnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s var(--ease-out);
}
.tabnav a:hover::after,
.tabnav a.is-active::after {
  transform: scaleX(1);
}
.tabnav a.is-active {
  color: var(--red);
}
.prose {
  max-width: 74ch;
}
.prose h3 {
  font-family: var(--font-title);
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 34px 0 10px;
}
.prose h3:first-child {
  margin-top: 0;
}
.prose h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--red);
  margin-top: 10px;
}
.shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}
.shots figure {
  margin: 0;
  background: var(--bg-soft);
  overflow: hidden;
}
.shots img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.shots figure:hover img {
  transform: scale(1.05);
}
.shots figcaption {
  font-family: var(--font-title);
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-mid);
  padding: 12px 14px 16px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 992px) {
  .cards,
  .features,
  .service,
  .trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trio__item:nth-child(2) {
    border-right: 0;
  }
  .trio__item:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process .shots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat:nth-child(2) {
    border-right: 0;
  }
  .stat:nth-child(3),
  .stat:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .band--ink .stat:nth-child(3),
  .band--ink .stat:nth-child(4) {
    border-top-color: var(--line-dark);
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__brand {
    grid-column: 1 / -1;
  }
  .panel {
    grid-template-columns: 1fr;
  }
  .panel--flip .panel__body,
  .panel--flip .panel__media {
    order: 0;
  }
  .panel__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .has-js .panel__media.reveal {
    transform: none;
  }
}

/* ---------- MOVIL ---------- */
@media (max-width: 768px) {
  :root {
    --pad: 20px;
    --band: clamp(40px, 9vw, 62px);
    --head-h: 74px;
  }
  body {
    font-size: 16.5px;
    line-height: 26px;
    padding-bottom: 74px; /* barra de accion */
  }

  /* encabezado compacto */
  .topbar {
    font-size: 11.5px;
    line-height: 17px;
  }
  .topbar__inner {
    min-height: 32px;
    padding: 6px var(--pad);
    justify-content: center;
    text-align: center;
  }
  .topbar__list--meta {
    display: none;
  }
  .masthead__inner {
    position: relative;
    min-height: 60px;
    padding: 8px var(--pad);
  }
  .brand img {
    width: 138px;
  }
  .brand__sub {
    font-size: 9px;
    letter-spacing: 0.16em;
    margin-top: 2px;
  }
  .navtoggle {
    display: block;
    margin-right: -10px;
  }

  /* menu desplegable */
  .mainnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 4px var(--pad) 18px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(0, 5, 44, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.26s var(--ease), transform 0.3s var(--ease-out),
      visibility 0.26s;
  }
  .mainnav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .mainnav a:not(.btn) {
    padding: 15px 2px;
    font-size: 14px;
    border-bottom: 1px solid var(--line);
  }
  .mainnav a:not(.btn)::after {
    display: none;
  }
  .mainnav a:not(.btn):active {
    color: var(--red);
  }
  .mainnav .btn {
    margin-top: 16px;
    width: 100%;
    min-height: 50px;
    font-size: 13.5px;
  }

  /* hero mas corto */
  .hero {
    min-height: 0;
    background-position: center 32%;
  }
  .hero__inner {
    padding: 44px var(--pad) 48px;
  }
  .hero::after {
    background: linear-gradient(
      175deg,
      rgba(0, 5, 44, 0.8) 0%,
      rgba(0, 5, 44, 0.9) 55%,
      rgba(0, 5, 44, 0.95) 100%
    );
  }
  .hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .hero .display {
    max-width: 18ch;
  }
  .hero__text {
    margin: 16px 0 26px;
    max-width: none;
  }
  .hero__actions {
    gap: 10px;
  }
  .hero__actions .btn,
  .cta__actions .btn {
    width: 100%;
  }

  /* rejillas a una columna */
  .cards,
  .features,
  .service,
  .trio,
  .shots,
  .steps {
    grid-template-columns: 1fr;
  }
  .process .shots {
    grid-template-columns: 1fr;
  }

  /* banda de los 125 años */
  .pioneros {
    padding: 30px 0 36px;
  }
  .pioneros > .wrap {
    gap: 12px;
  }
  .pioneros__badge {
    max-width: none;
    width: calc(100% + var(--pad) * 2);
    margin: 0 calc(var(--pad) * -1);
  }
  .pioneros__copy {
    gap: 14px;
  }
  .pioneros__copy h2,
  .pioneros__copy p {
    max-width: none;
  }
  .pioneros__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  .pioneros .btn {
    width: 100%;
  }
  .pioneros--slim {
    padding: 26px 0 30px;
  }

  /* pasos */
  .steps {
    gap: 14px;
    margin-top: 30px;
  }
  .step {
    padding: 22px 20px 24px;
    gap: 10px;
  }
  .step .btn {
    width: 100%;
    justify-self: stretch;
  }
  .cards {
    gap: 22px;
    margin-top: 32px;
  }
  .features {
    gap: 22px;
    margin-top: 32px;
  }
  .service {
    gap: 22px;
    margin-top: 30px;
  }
  .trio__item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
    gap: 10px;
  }
  .trio__item:nth-child(3) {
    border-top: 0;
    border-bottom: 0;
  }

  /* titulares */
  .lead-block {
    gap: 12px;
  }
  .lead-block .pretitle {
    padding-left: 0;
  }
  .lead-block .h-hero,
  .lead-block--center .h-hero {
    text-align: left;
    padding-bottom: 14px;
  }
  .brand-splash {
    padding: 46px 0;
  }
  .brand-splash > .wrap {
    gap: 15px;
  }
  .brand-splash__mark {
    width: 54px;
  }

  /* paneles */
  .panel__body {
    padding: 30px var(--pad) 36px;
    gap: 14px;
  }
  .panel__body h2 {
    max-width: none;
  }
  .panel__body p {
    max-width: none;
    font-size: 16px;
    line-height: 27px;
  }
  .panel__body .btn {
    width: 100%;
    justify-self: stretch;
  }
  .panel__media {
    aspect-ratio: 4 / 3;
  }

  /* proceso */
  .process__head {
    margin-bottom: 24px;
  }
  .process__list {
    gap: 7px;
  }
  .process__list li {
    font-size: 10.5px;
    letter-spacing: 0.1em;
    padding: 7px 11px 8px;
  }
  .process .shots {
    margin-top: 26px;
  }

  /* fichas */
  .card__body {
    padding: 22px 20px 24px;
    gap: 14px;
  }
  .card__foot {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .card__foot .btn {
    width: 100%;
    min-height: 48px;
  }

  /* TABLA: se convierte en bloques, sin scroll horizontal */
  .spec {
    border: 0;
    overflow: visible;
    margin-top: 30px;
  }
  .spec table,
  .spec tbody,
  .spec tr,
  .spec th,
  .spec td {
    display: block;
    width: auto;
    min-width: 0;
  }
  .spec thead {
    display: none;
  }
  .spec tbody tr {
    border: 1px solid var(--line);
    margin-bottom: 12px;
    background: #fff;
  }
  .spec tbody tr:hover {
    background: #fff;
  }
  .spec tbody th {
    width: auto;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 11px 16px 12px;
    border-bottom: 0;
  }
  .spec tbody td {
    padding: 11px 16px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 15.5px;
    line-height: 23px;
  }
  .spec tbody tr td:last-child {
    border-bottom: 0;
  }
  .spec tbody td::before {
    content: attr(data-col);
    display: block;
    font-family: var(--font-title);
    font-size: 10.5px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray-mid);
    margin-bottom: 3px;
  }
  .spec tbody td.yes::before {
    color: var(--red);
  }

  /* galerias mas compactas */
  .gallery {
    gap: 12px;
    margin-top: 28px;
  }
  .gallery figcaption,
  .shots figcaption {
    font-size: 10.5px;
    letter-spacing: 0.08em;
    padding: 9px 10px 12px;
  }
  .shots {
    gap: 14px;
    margin-top: 28px;
  }
  .shots img {
    aspect-ratio: 4 / 3;
  }

  /* cifras 2x2 */
  .stats {
    margin-top: 28px;
  }
  .stat {
    padding: 20px 12px;
    gap: 5px;
  }
  .stat__label {
    font-size: 10.5px;
    line-height: 16px;
    letter-spacing: 0.08em;
  }

  /* contacto */
  .dist {
    gap: 16px;
  }
  .dist__logo {
    padding: 14px 20px;
  }
  .dist__logo img {
    width: 190px;
  }
  .contact-grid {
    gap: 10px;
    margin-top: 8px;
  }
  .contact-card {
    min-height: 78px;
    padding: 16px;
  }
  .contact-card__value {
    font-size: 15px;
    line-height: 21px;
  }

  /* FAQ */
  .faq {
    margin-top: 28px;
  }
  .faq summary {
    padding: 18px 42px 18px 0;
  }
  .faq .faq__body {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 22px;
  }

  /* pie */
  .footer {
    padding-top: 42px;
  }
  .footer__grid {
    gap: 26px;
  }
  .footer__brand img {
    width: 68px;
    margin-bottom: 14px;
  }
  .footer li {
    margin-bottom: 11px;
  }
  .footer__bottom {
    padding-bottom: 26px;
  }
  .to-top {
    width: 40px;
    height: 40px;
    top: -20px;
  }

  /* ficha de producto */
  .prodhead__meta {
    gap: 12px 22px;
    padding: 16px 0 22px;
  }
  .prodhead__metaitem span:last-child {
    font-size: 14px;
  }
  .tabnav {
    top: 60px;
  }
  .tabnav__inner {
    gap: 20px;
  }
  .tabnav a {
    font-size: 12px;
    padding: 14px 0;
  }

  /* acciones fijas */
  .wa-float {
    display: none;
  }
  .mobilebar {
    display: flex;
  }
}

@media (max-width: 576px) {
  :root {
    --pad: 16px;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-card__value {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mobilebar__btn {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 380px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Preferencias del usuario ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .has-js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (hover: none) {
  .btn:hover,
  .card:hover,
  .contact-card:hover,
  .dist__logo:hover,
  .to-top:hover {
    transform: none;
    box-shadow: none;
  }
  .card:hover .card__media img,
  .gallery figure:hover img,
  .shots figure:hover img {
    transform: none;
  }
  .btn:hover::after {
    transform: none;
  }
  .btn:hover {
    background: var(--red);
  }
  .btn--ghost:hover {
    background: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
  }
  .btn--ink:hover {
    background: var(--ink);
  }
  .panel--ink .panel__body .btn:hover,
  .panel--red .panel__body .btn:hover,
  .cta .btn:not(.btn--ghost):hover {
    background: #fff;
    color: var(--ink);
  }
  .process__list li:hover {
    background: transparent;
    border-color: var(--line-dark);
    color: #dfe1ea;
    transform: none;
  }
  .process__list li:nth-child(3n + 1):hover {
    border-color: rgba(139, 0, 0, 0.9);
    background: rgba(139, 0, 0, 0.28);
    color: #fff;
  }
}
