/* ===================================================================
   CERDOMAN® — hoja de estilos
   Tokens y medidas según design_handoff_cerdoman/README.md
   =================================================================== */

:root {
  --ink: #111318;
  --page: #f7f8fa;
  --mockzone: #f2f4f7;
  --pink: #e858a1;
  --blue: #8fd8ea;
  --txt2: #3c414b;
  --txt3: #7a8090;
  --txt2-dark: #b8bdc9;
  --border1: #d7dbe2;
  --border2: #cfd4dd;
  --err: #e8586a;
  --ab: 'Archivo Black', 'Archivo', system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Archivo, system-ui, sans-serif;
}

body.dark { background: var(--ink); color: #fff; }

img { max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
a.btn, button.btn { transition: filter .15s ease; }
a.btn:hover, button.btn:hover { filter: brightness(.92); }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}

/* ---------- cinta marquee ---------- */
.marquee {
  background: var(--ink);
  color: #fff;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  font-family: var(--ab);
  font-size: 12px;
  letter-spacing: .14em;
  padding: 9px 0;
}
.marquee--dim { color: var(--txt3); border-bottom: 1px solid #24272e; }
.marquee__track {
  display: flex;
  flex: none;
  min-width: 100%;
  animation: marquee 32s linear infinite;
}
.marquee__track span { padding: 0 18px; }
@keyframes marquee { to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}

/* ---------- header ---------- */
.site-header { background: var(--page); }
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.wordmark {
  font-family: var(--ab);
  font-size: 19px;
  letter-spacing: .04em;
  color: inherit;
  text-decoration: none;
}
.nav { display: flex; gap: 26px; font-size: 13px; font-weight: 600; color: var(--txt2); }
.nav a { color: inherit; text-decoration: none; }
.nav a:hover { color: var(--ink); }
.nav a.active { color: var(--ink); border-bottom: 3px solid var(--pink); padding-bottom: 3px; }

.header-right { display: flex; align-items: center; gap: 12px; }

.btn-pink {
  background: var(--pink);
  color: #fff;
  text-decoration: none;
  font-family: var(--ab);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: .02em;
  padding: 12px 22px;
  border-radius: 8px;
}
.badge-ok {
  background: #eaf6f9;
  color: #3a6b78;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 8px;
  white-space: nowrap;
}
.badge-cart {
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-family: var(--ab);
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  white-space: nowrap;
}

/* hamburguesa (solo móvil) */
.burger {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 6px 2px;
  background: none;
  border: none;
}
.burger span { width: 20px; height: 2.5px; background: var(--ink); border-radius: 2px; display: block; }
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  flex-direction: column;
  padding: 8px 20px 14px;
}
.mobile-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
}
.mobile-nav.open { display: flex; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: var(--txt3); font-size: 12.5px; }
.site-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
}
.site-footer .brand { display: flex; align-items: center; gap: 10px; }
.site-footer .brand img { height: 34px; }
.site-footer .brand b { color: #fff; font-family: var(--ab); font-weight: 400; letter-spacing: .06em; }

/* ---------- home: hero ---------- */
.hero { position: relative; padding-top: 30px; }
.hero h1 {
  margin: 0;
  font-family: var(--ab);
  font-size: 148px;
  line-height: .92;
  letter-spacing: -.015em;
  font-weight: 400;
}
.hero h1 i, .dot { color: var(--pink); font-style: normal; }
.hero .hero-logo {
  position: absolute;
  right: 24px;
  top: -6px;
  width: clamp(300px, 42vw, 520px);
  transform: rotate(-6deg);
  filter: drop-shadow(0 16px 30px rgba(17, 19, 24, .15));
}
.hero p {
  margin: 30px 0 0;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--txt2);
  font-weight: 500;
}

/* ---------- secciones con título ---------- */
.section { padding-top: 56px; padding-bottom: 8px; scroll-margin-top: 16px; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
}
.section-head h2 {
  margin: 0;
  font-family: var(--ab);
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 400;
}
.section-head span { font-size: 13px; font-weight: 600; color: var(--txt3); }

/* ---------- tarjetas de producto ---------- */
.grid-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pcard {
  display: block;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 16px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}
a.pcard:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(17, 19, 24, .1); }
.pcard__art {
  height: 210px;
  background: var(--mockzone);
  --mock-bg: var(--mockzone);
  border-bottom: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pcard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.pcard__name { font-family: var(--ab); font-size: 14px; letter-spacing: .02em; text-transform: uppercase; }
.pcard__note { font-size: 12px; color: var(--txt3); margin-top: 2px; }
.pcard__badge {
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  flex: none;
}

/* lienzo del mockup CSS de prenda (150×170) */
.mock { position: relative; width: 150px; height: 170px; flex: none; }

/* ---------- home: bloque tenis ---------- */
.tenis-strip {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 48px 0;
  background: var(--ink);
  color: #fff;
  border-radius: 20px;
  padding: 44px 48px;
  text-decoration: none;
}
.tenis-strip img { width: 250px; flex: none; transform: rotate(-7deg); filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .45)); }
.eyebrow { font-family: var(--ab); font-size: 13px; letter-spacing: .2em; color: var(--blue); margin-bottom: 10px; }
.tenis-strip h2 { margin: 0 0 10px; font-family: var(--ab); font-size: 34px; line-height: 1.05; font-weight: 400; }
.tenis-strip p { margin: 0; font-size: 14.5px; color: var(--txt2-dark); max-width: 460px; line-height: 1.6; }

/* ---------- home: pegatina de regalo ---------- */
.regalo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding-top: 8px;
}
.regalo img { width: 150px; transform: rotate(5deg); filter: drop-shadow(0 6px 14px rgba(17, 19, 24, .18)); }
.regalo span { font-size: 15px; font-weight: 600; color: var(--txt2); }

/* ---------- CTA final ---------- */
.cta { text-align: center; padding-top: 36px; padding-bottom: 56px; }
.cta h2 { margin: 0 0 18px; font-family: var(--ab); font-size: 40px; font-weight: 400; }
.cta p { margin: 0 auto 24px; max-width: 480px; color: var(--txt2); font-size: 15px; }
.cta .cta-mail { color: var(--pink); font-weight: 700; }
.btn-dark {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  font-family: var(--ab);
  font-size: 16px;
  padding: 18px 38px;
  border-radius: 12px;
  border: none;
}

/* ===================================================================
   GATE — código de amigos
   =================================================================== */
.gate { min-height: 100vh; display: flex; flex-direction: column; }
.gate-header { padding: 20px 44px 0; }
.gate-header .wordmark { color: #fff; }
.gate main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 44px;
}
.gate .sticker { width: 280px; transform: rotate(-6deg); filter: drop-shadow(0 14px 30px rgba(0, 0, 0, .5)); }
.gate h1 { margin: 30px 0 10px; font-family: var(--ab); font-size: 52px; line-height: 1; font-weight: 400; }
.gate .lead { margin: 0 0 34px; font-size: 15.5px; color: var(--txt2-dark); max-width: 440px; line-height: 1.6; }
.gate-form { display: flex; gap: 12px; align-items: center; }
.gate-form input {
  background: #1c1f26;
  border: 2px solid #33373f;
  border-radius: 12px;
  color: #fff;
  font-family: var(--ab);
  font-size: 20px;
  letter-spacing: .3em;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 10px;
  width: 280px;
  outline: none;
}
.gate-form input::placeholder { font-size: 14px; letter-spacing: .18em; color: #565c68; }
.gate-form input:focus { border-color: #4a4f5a; }
.gate-form button {
  background: var(--pink);
  border: none;
  color: #fff;
  font-family: var(--ab);
  font-size: 15px;
  padding: 19px 28px;
  border-radius: 12px;
}
.gate-error { height: 22px; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--err); }
.gate-success { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.gate-success .in { font-family: var(--ab); font-size: 26px; color: var(--blue); }
.gate-success p { margin: 0; font-size: 14px; color: var(--txt2-dark); }
.gate-success a { color: var(--pink); font-weight: 700; }
.gate-foot { margin-top: 26px; font-size: 12.5px; color: #565c68; }
.gate-foot b { color: var(--txt3); font-weight: 400; }

/* ===================================================================
   CONFIGURADOR
   =================================================================== */
.cfg-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  padding-top: 28px;
  padding-bottom: 56px;
  align-items: start;
}
.preview-card {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 20px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.preview-stage {
  --mock-bg: #fff;
  position: relative;
  width: 150px;
  height: 170px;
  transform: scale(1.9);
  transform-origin: top center;
  margin: 16px 0 150px;
}
.preview-caption { font-size: 12.5px; color: var(--txt3); font-weight: 600; }

.cfg-options { display: flex; flex-direction: column; gap: 28px; }
.cfg-options h1 { margin: 0 0 6px; font-family: var(--ab); font-size: 34px; line-height: 1; font-weight: 400; }
.cfg-sub { margin: 0; font-size: 14px; color: var(--txt3); font-weight: 500; }
.cfg-label { font-family: var(--ab); font-size: 13px; letter-spacing: .1em; margin-bottom: 12px; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 10px;
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 18px;
}
.chip.sel { background: var(--ink); color: #fff; }

.swatches { display: flex; gap: 12px; }
.swatch {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #c9ced8;
  box-shadow: inset 0 0 0 2px #fff;
  padding: 0;
}
.swatch.sel { border: 3px solid var(--pink); }
.swatch-name { margin-top: 8px; font-size: 12.5px; color: var(--txt3); font-weight: 600; }

.sizes { display: flex; gap: 10px; }
.size {
  min-width: 52px;
  height: 48px;
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 10px;
  font-family: var(--ab);
  font-size: 14px;
}
.size.sel { background: var(--ink); color: #fff; }

.cfg-cta { border-top: 2px solid #e2e5eb; padding-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.cfg-sticker { display: flex; align-items: center; gap: 12px; }
.cfg-sticker img { width: 74px; transform: rotate(5deg); }
.cfg-sticker span { font-size: 13px; font-weight: 600; color: var(--txt2); }
.btn-add {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--ink);
  color: #fff;
  border: none;
  font-family: var(--ab);
  font-size: 16px;
  padding: 18px;
  border-radius: 12px;
}
.btn-add.added { background: var(--pink); }
.cfg-note { text-align: center; font-size: 12px; color: var(--txt3); }
.cfg-note a { color: var(--pink); font-weight: 700; }

/* ===================================================================
   LÍNEA TENIS
   =================================================================== */
.pista {
  margin-top: 10px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: repeating-linear-gradient(90deg, #eef1f5 0, #eef1f5 56px, #dfe3ea 56px, #dfe3ea 58px);
}
.pista__net { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.pista__net div { width: 3px; height: 100%; background: #fff; }
.pista__line { position: absolute; left: 0; right: 0; top: 52%; height: 3px; background: #fff; }
.pista__content {
  position: relative;
  padding: 64px 48px 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pista__text { max-width: 520px; }
.pista .eyebrow { color: var(--pink); font-size: 13px; margin-bottom: 12px; }
.pista h1 { margin: 0 0 14px; font-family: var(--ab); font-size: 64px; line-height: .95; font-weight: 400; }
.pista p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--txt2); font-weight: 500; max-width: 420px; }
.pista__logo { width: clamp(240px, 34vw, 400px); flex: none; transform: rotate(-6deg); filter: drop-shadow(0 16px 30px rgba(17, 19, 24, .2)); }

.sets {
  margin-top: 48px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.set-card {
  border-radius: 20px;
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.set-card--dark { background: var(--ink); color: #fff; }
.set-card--light { background: #fff; border: 2px solid var(--ink); }
.set-card img { width: 140px; transform: rotate(-7deg); filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .35)); }
.set-card--light img { transform: rotate(5deg); filter: drop-shadow(0 6px 14px rgba(17, 19, 24, .18)); }
.set-card h2 { margin: 4px 0 0; font-family: var(--ab); font-size: 26px; line-height: 1.05; font-weight: 400; }
.set-card p { margin: 0; font-size: 14px; max-width: 460px; line-height: 1.6; }
.set-card--dark p { color: var(--txt2-dark); }
.set-card--light p { color: var(--txt2); }
.set-card .btn { margin-top: auto; font-family: var(--ab); font-size: 14px; font-weight: 400; padding: 16px 24px; border-radius: 12px; }

/* ===================================================================
   LA HISTORIA
   =================================================================== */
.historia-hero { text-align: center; padding-top: 44px; padding-bottom: 10px; }
.historia-hero h1 { margin: 0; font-family: var(--ab); font-size: 72px; line-height: .95; font-weight: 400; }
.historia-hero p { margin: 20px auto 0; max-width: 520px; font-size: 15.5px; line-height: 1.6; color: var(--txt2); font-weight: 500; }

.original {
  margin: 36px 0;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 20px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.original__lines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(180deg, transparent 0, transparent 30px, #eef1f5 30px, #eef1f5 31.5px);
  opacity: .8;
}
.original__margin { position: absolute; left: 70px; top: 0; bottom: 0; width: 2px; background: #f6d7e6; }
.original img { width: 560px; position: relative; }
.original__tag {
  position: absolute;
  right: 40px;
  bottom: 28px;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--txt3);
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  padding: 8px 14px;
}

.ficha { padding-top: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ficha__card { background: #fff; border: 2px solid var(--ink); border-radius: 16px; padding: 22px; }
.ficha__card .eyebrow { font-size: 12px; letter-spacing: .14em; color: var(--pink); margin-bottom: 8px; }
.ficha__card b { font-family: var(--ab); font-size: 18px; font-weight: 400; }
.ficha__card p { font-size: 12.5px; color: var(--txt3); margin: 6px 0 0; line-height: 1.5; }

.timeline { padding-top: 48px; }
.timeline h2 { margin: 0 0 28px; font-family: var(--ab); font-size: 22px; letter-spacing: .04em; font-weight: 400; }
.timeline__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.timeline__card { background: #fff; border: 2px solid var(--ink); border-radius: 16px; padding: 26px; }
.timeline__card .year { font-family: var(--ab); font-size: 30px; color: var(--pink); }
.timeline__card .what { font-family: var(--ab); font-size: 15px; margin: 10px 0 8px; text-transform: uppercase; }
.timeline__card p { margin: 0; font-size: 13.5px; color: var(--txt2); line-height: 1.6; }
.timeline__card--dark { background: var(--ink); color: #fff; }
.timeline__card--dark .year { color: var(--blue); }
.timeline__card--dark p { color: var(--txt2-dark); }

.historia-cta { text-align: center; padding-top: 48px; padding-bottom: 56px; }
.historia-cta img { width: 170px; transform: rotate(5deg); filter: drop-shadow(0 8px 18px rgba(17, 19, 24, .2)); }
.historia-cta h2 { margin: 18px 0; font-family: var(--ab); font-size: 36px; font-weight: 400; }

/* ---------- lector del cómic ---------- */
.comic { background: var(--ink); color: #fff; margin-top: 48px; }
.comic__head { padding: 44px 44px 14px; text-align: center; }
.comic__head h2 { margin: 0 0 8px; font-family: var(--ab); font-size: 44px; font-weight: 400; }
.comic__head p { margin: 0 auto; max-width: 560px; font-size: 14.5px; color: var(--txt2-dark); line-height: 1.6; }
.comic__viewer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 26px 44px 10px;
}
.comic__arrow {
  flex: none;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  color: #fff;
  font-family: var(--ab);
  font-size: 20px;
}
.comic__arrow--prev { background: #1c1f26; border: 2px solid #33373f; }
.comic__arrow--next { background: var(--pink); border: none; }
.comic__page { background: #fff; border-radius: 14px; padding: 14px; box-shadow: 0 18px 44px rgba(0, 0, 0, .5); }
.comic__page img { display: block; width: 780px; max-width: 100%; border-radius: 8px; }
.comic__caption {
  text-align: center;
  font-family: var(--ab);
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--blue);
  padding: 8px 0 4px;
}
.comic__thumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 14px 44px 40px; }
.comic__thumb { background: none; border: 2.5px solid #33373f; border-radius: 10px; padding: 3px; }
.comic__thumb img { display: block; width: 96px; height: 68px; object-fit: cover; border-radius: 7px; opacity: .55; }
.comic__thumb.sel { border-color: var(--pink); }
.comic__thumb.sel img { opacity: 1; }

/* ===================================================================
   EL PETATE — carrito
   =================================================================== */
.cart-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  padding-top: 20px;
  padding-bottom: 56px;
  align-items: start;
}
.page-title { margin: 0 0 6px; font-family: var(--ab); font-size: 40px; font-weight: 400; }
.page-sub { margin: 0 0 26px; font-size: 14px; color: var(--txt3); font-weight: 500; }

.cart-lines { display: flex; flex-direction: column; gap: 14px; }
.cart-line {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 16px;
  padding: 16px 20px;
}
.cart-line__thumb {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  border: 1.5px solid var(--border1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-line__thumb img { width: 38px; }
.cart-line__info { flex: 1; min-width: 0; }
.cart-line__name { font-family: var(--ab); font-size: 15px; text-transform: uppercase; }
.cart-line__detail { font-size: 12.5px; color: var(--txt3); margin-top: 3px; }
.stepper { display: flex; align-items: center; gap: 10px; }
.stepper button {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 10px;
  font-family: var(--ab);
  font-size: 15px;
}
.stepper b { font-family: var(--ab); font-size: 16px; font-weight: 400; min-width: 22px; text-align: center; }
.cart-line__remove {
  background: none;
  border: none;
  color: var(--txt3);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: underline;
}
.cart-empty {
  text-align: center;
  padding: 40px;
  background: #fff;
  border: 2px dashed #c9ced8;
  border-radius: 16px;
  color: var(--txt3);
  font-weight: 600;
  font-size: 14px;
}

.summary {
  background: var(--ink);
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: sticky;
  top: 20px;
}
.summary > img { width: 130px; transform: rotate(-6deg); filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .4)); }
.summary h2 { margin: 16px 0 14px; font-family: var(--ab); font-size: 20px; font-weight: 400; }
.summary__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  color: var(--txt2-dark);
  border-bottom: 1px solid #2a2e36;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.summary__rows div { display: flex; justify-content: space-between; }
.summary__rows b { color: #fff; font-weight: 700; }
.summary__rows .total { color: var(--blue); font-weight: 700; }
.summary .btn-go {
  display: block;
  text-align: center;
  background: var(--pink);
  color: #fff;
  text-decoration: none;
  font-family: var(--ab);
  font-size: 14px;
  padding: 16px;
  border-radius: 12px;
  border: none;
  width: 100%;
}
.summary .note { margin: 12px 0 0; font-size: 12px; color: var(--txt3); text-align: center; }

/* ===================================================================
   DATOS DE ENVÍO
   =================================================================== */
.ship-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--ab); font-size: 11.5px; letter-spacing: .1em; }
.field input {
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 10px;
  padding: 13px 14px;
  font-family: Archivo, system-ui, sans-serif;
  font-size: 14px;
  outline: none;
}
.field input:focus { border-color: var(--pink); }
.field input.invalid { border-color: var(--err); }
.ship-error { min-height: 20px; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--err); }

.order-card { background: #fff; border: 2px solid var(--ink); border-radius: 20px; padding: 28px; }
.order-card h2 { margin: 0 0 14px; font-family: var(--ab); font-size: 18px; font-weight: 400; }
.order-card__lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px solid #e2e5eb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.order-card__lines div { display: flex; justify-content: space-between; gap: 12px; font-size: 13.5px; }
.order-card__lines b { font-weight: 600; }
.order-card__lines span { color: var(--txt3); text-align: right; }
.btn-send {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--ink);
  color: #fff;
  border: none;
  text-decoration: none;
  font-family: var(--ab);
  font-size: 15px;
  padding: 17px;
  border-radius: 12px;
}
.btn-send[disabled] { opacity: .45; cursor: default; }
.order-card .note { margin: 12px 0 0; font-size: 12px; color: var(--txt3); text-align: center; }
.order-card__sticker {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--mockzone);
  border-radius: 12px;
  padding: 12px 14px;
}
.order-card__sticker img { width: 56px; transform: rotate(5deg); }
.order-card__sticker span { font-size: 12px; font-weight: 600; color: var(--txt2); }

/* ===================================================================
   MÓVIL (patrón 2b, 390px de referencia)
   =================================================================== */
@media (max-width: 880px) {
  .wrap { padding-left: 20px; padding-right: 20px; }

  .marquee { font-size: 10px; padding: 8px 0; }
  .marquee__track span { padding: 0 12px; }

  .site-header .wrap { padding-top: 16px; padding-bottom: 16px; }
  .wordmark { font-size: 16px; }
  .nav { display: none; }
  .burger { display: flex; }
  .btn-pink { font-size: 12px; padding: 11px 16px; }
  .header-right { gap: 14px; }

  /* hero home */
  .hero { padding-top: 18px; text-align: center; }
  .hero h1 { font-size: 64px; }
  .hero .hero-logo {
    position: static;
    width: 300px;
    margin: 14px 0 0;
    transform: rotate(-6deg);
    filter: drop-shadow(0 12px 22px rgba(17, 19, 24, .15));
  }
  .hero p { margin: 18px auto 0; max-width: 320px; font-size: 14.5px; text-align: left; }

  .section { padding-top: 36px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 4px; margin-bottom: 18px; }
  .section-head h2 { font-size: 18px; }
  .section-head span { font-size: 12.5px; }

  .grid-products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pcard { border-radius: 14px; }
  .pcard__art { height: 150px; }
  .pcard__art .mock { transform: scale(.78); transform-origin: center; }
  .pcard__meta { padding: 10px 12px; }
  .pcard__name { font-size: 11.5px; }
  .pcard__note { font-size: 11px; }
  .pcard__badge { display: none; }

  .tenis-strip {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin: 28px 0;
    border-radius: 18px;
    padding: 30px 24px;
  }
  .tenis-strip img { width: 190px; }
  .tenis-strip .eyebrow { font-size: 12px; margin-bottom: 8px; }
  .tenis-strip h2 { font-size: 22px; line-height: 1.1; margin-bottom: 8px; }
  .tenis-strip p { font-size: 13px; }

  .regalo { gap: 14px; padding-top: 4px; }
  .regalo img { width: 110px; }
  .regalo span { font-size: 13.5px; max-width: 160px; }

  .cta { padding-top: 28px; padding-bottom: 40px; }
  .cta h2 { font-size: 28px; margin-bottom: 12px; }
  .cta p { font-size: 13.5px; margin-bottom: 18px; }
  .btn-dark { font-size: 14px; padding: 16px 26px; }

  .site-footer .wrap {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .site-footer .brand img { height: 30px; }

  /* gate */
  .gate-header { padding: 16px 20px 0; }
  .gate main { padding: 40px 20px 48px; }
  .gate .sticker { width: 200px; }
  .gate h1 { font-size: 36px; }
  .gate .lead { font-size: 14px; margin-bottom: 26px; }
  .gate-form { flex-direction: column; width: 100%; }
  .gate-form input { width: 100%; max-width: 320px; }
  .gate-form button { width: 100%; max-width: 320px; padding: 16px; }

  /* configurador */
  .cfg-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 16px; }
  .preview-card { padding: 24px; }
  .preview-stage { transform: scale(1.4); margin: 10px 0 76px; }
  .cfg-options h1 { font-size: 28px; }

  /* tenis */
  .pista__content { flex-direction: column; align-items: flex-start; padding: 32px 22px; gap: 18px; }
  .pista h1 { font-size: 40px; }
  .pista p { font-size: 14px; }
  .pista__logo { width: 240px; align-self: center; }

  .sets { grid-template-columns: 1fr; margin-top: 28px; padding-bottom: 40px; }
  .set-card { align-items: center; text-align: center; padding: 28px 22px; }
  .set-card img { width: 120px; }
  .set-card h2 { font-size: 22px; }
  .set-card .btn { margin-top: 6px; }

  /* historia */
  .historia-hero h1 { font-size: 40px; }
  .historia-hero p { font-size: 14px; }
  .original { padding: 28px 18px; margin: 28px 0; }
  .original__margin { left: 34px; }
  .original__tag { right: 14px; bottom: 12px; font-size: 10.5px; padding: 6px 10px; }
  .ficha { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ficha__card { padding: 16px; }
  .timeline { padding-top: 36px; }
  .timeline__grid { grid-template-columns: 1fr; gap: 12px; }
  .historia-cta h2 { font-size: 26px; }

  .comic { margin-top: 36px; }
  .comic__head { padding: 32px 20px 10px; }
  .comic__head h2 { font-size: 28px; }
  .comic__head p { font-size: 13.5px; }
  .comic__viewer { flex-wrap: wrap; padding: 18px 20px 6px; gap: 12px; }
  .comic__page { order: 1; width: 100%; padding: 10px; }
  .comic__arrow { width: 48px; height: 48px; }
  .comic__arrow--prev { order: 2; }
  .comic__arrow--next { order: 3; }
  .comic__thumbs { padding: 12px 20px 32px; }
  .comic__thumb img { width: 72px; height: 52px; }

  /* petate + envío */
  .cart-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-title { font-size: 30px; }
  .cart-line { flex-wrap: wrap; gap: 12px; padding: 14px 16px; }
  .cart-line__info { flex: 1 1 120px; }
  .summary { position: static; }
  .ship-form { grid-template-columns: 1fr 1fr; }
}
