/* =========================================================================
   WTVR · css/styles.css — web v2
   Paleta oficial únicamente: WTVR Black, Graphite, Steel, Fog, Soft White y
   Signal Blue (solo acciones, enlaces y estados). Modo claro.
   ========================================================================= */
@import url('../assets/fonts/fonts.css');

:root {
  --black: #0B0C0E;
  --graphite: #2B2E33;
  --steel: #8F949C;
  --fog: #E6E8EB;
  --white: #F7F7F5;
  --blue: #3E6FA7;
  --blue-hover: color-mix(in srgb, var(--blue) 86%, var(--black));
  --blue-soft: color-mix(in srgb, var(--blue) 10%, var(--white));
  /* Tintas secundarias derivadas de Graphite/Steel con contraste AA sobre Soft White */
  --ink: var(--black);
  --ink-2: color-mix(in srgb, var(--graphite) 78%, var(--steel));   /* texto secundario */
  --ink-3: color-mix(in srgb, var(--graphite) 40%, var(--steel));   /* captions */
  --line: color-mix(in srgb, var(--steel) 32%, transparent);
  --line-strong: color-mix(in srgb, var(--steel) 55%, transparent);
  --glass: rgba(255, 255, 255, .56);
  --glass-strong: rgba(255, 255, 255, .78);
  --glass-border: rgba(255, 255, 255, .85);
  --shadow-soft: 0 12px 40px rgba(11, 12, 14, .07), 0 2px 8px rgba(11, 12, 14, .04);
  --shadow-lift: 0 20px 60px rgba(11, 12, 14, .10), 0 4px 12px rgba(11, 12, 14, .05);
  --radius-s: 12px;
  --radius: 18px;
  --radius-l: 28px;
  --gutter: clamp(16px, 4vw, 48px);
  --container: 1280px;
  --header-h: 72px;
  --font-head: 'Bricolage Grotesque', 'DM Sans', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-script: 'Nothing You Could Do', cursive;
  --ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
  font-family: var(--font-body);
  font-size: 100%;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}

/* ---------- Reset ligero ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100svh;
  line-height: 1.55;
  background:
    radial-gradient(900px 620px at 88% -80px, color-mix(in srgb, var(--blue) 10%, transparent), transparent 70%) no-repeat,
    radial-gradient(700px 500px at -10% 30%, color-mix(in srgb, var(--fog) 90%, transparent), transparent 70%) no-repeat,
    var(--white);
  overflow-x: clip;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul, ol { padding-left: 1.2em; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 4px; }
::selection { background: color-mix(in srgb, var(--blue) 25%, transparent); }

/* ---------- Tipografía ---------- */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 { font-family: var(--font-head); font-weight: 500; letter-spacing: -.03em; line-height: 1.05; text-wrap: balance; }
h1, .h1 { font-size: clamp(2.6rem, 5.5vw, 4.25rem); }
h2, .h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3, .h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); letter-spacing: -.02em; }
h4, .h4 { font-size: 1.125rem; letter-spacing: -.01em; }
.eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); }
.eyebrow--blue { color: var(--blue); }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.6; color: var(--ink-2); text-wrap: pretty; }
.text-muted { color: var(--ink-2); }
.text-small { font-size: .875rem; }
.text-script { font-family: var(--font-script); font-weight: 400; letter-spacing: -.02em; }
.prose { max-width: 68ch; color: var(--ink-2); }
.prose h2 { color: var(--ink); margin: 2.2em 0 .6em; font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.prose h3 { color: var(--ink); margin: 1.6em 0 .5em; font-size: 1.2rem; }
.prose p, .prose ul, .prose ol { margin-bottom: 1em; }
.prose li + li { margin-top: .35em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: .18em; }
.prose strong { color: var(--ink); font-weight: 500; }

/* ---------- Layout ---------- */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 800px; }
.section { padding-block: clamp(56px, 8vw, 112px); }
.section--tight { padding-block: clamp(40px, 5vw, 72px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); flex-wrap: wrap; }
.section-head .eyebrow { margin-bottom: 14px; }
.section-head p { max-width: 46ch; }
.stack > * + * { margin-top: var(--stack, 16px); }
.grid { display: grid; gap: clamp(16px, 2.5vw, 28px); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; background: var(--black); color: #fff; border-radius: 10px; clip-path: inset(50%); }
.skip-link:focus { clip-path: none; }

/* ---------- Glass ---------- */
.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .42));
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  backdrop-filter: blur(22px) saturate(1.15);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), var(--shadow-soft);
  border-radius: var(--radius);
}
.glass--strong { background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62)); }
.glass--dark {
  background: linear-gradient(135deg, color-mix(in srgb, var(--graphite) 96%, #fff), var(--black));
  color: var(--white);
  border: 1px solid color-mix(in srgb, var(--steel) 35%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), var(--shadow-lift);
}
.glass--dark .text-muted { color: color-mix(in srgb, var(--fog) 80%, var(--steel)); }
.glass--dark .eyebrow { color: var(--fog); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 22px; border-radius: 14px; font-size: .9375rem; font-weight: 500; line-height: 1;
  border: 1px solid transparent; white-space: nowrap;
  transition: background-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease), color .2s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: linear-gradient(160deg, color-mix(in srgb, var(--blue) 90%, #fff), var(--blue)); color: #fff; border-color: var(--blue-hover); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 10px 24px color-mix(in srgb, var(--blue) 25%, transparent); }
.btn--primary:hover { background: var(--blue-hover); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 12px 28px color-mix(in srgb, var(--blue) 35%, transparent); }
.btn--dark { background: var(--black); color: #fff; border-color: var(--black); }
.btn--dark:hover { background: var(--graphite); }
.btn--glass { background: var(--glass-strong); border-color: var(--glass-border); box-shadow: inset 0 1px 0 #fff, 0 6px 18px rgba(11, 12, 14, .05); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.btn--glass:hover { background: #fff; }
.btn--ghost { border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--small { min-height: 40px; padding: 0 16px; font-size: .875rem; border-radius: 12px; }
.btn--block { width: 100%; }
.btn--lg { min-height: 56px; padding: 0 28px; font-size: 1rem; }
.btn .arrow { font-size: 1.1em; line-height: 0; }
.link { color: var(--blue); text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.link:hover { color: var(--blue-hover); }
.link--quiet { color: var(--ink-2); text-decoration: none; }
.link--quiet:hover { color: var(--blue); }
.link--arrow::after { content: ' →'; }

/* ---------- Pills / etiquetas ---------- */
.pill { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; border-radius: 999px; font-size: .75rem; font-weight: 500; letter-spacing: .02em; border: 1px solid var(--line); color: var(--ink-2); background: var(--white); }
.pill--glass { background: rgba(255, 255, 255, .78); border-color: var(--glass-border); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.pill--muted { color: var(--ink-3); }
.pill--dark { background: var(--black); color: #fff; border-color: var(--black); }
.pill--blue { background: var(--blue-soft); color: var(--blue-hover); border-color: color-mix(in srgb, var(--blue) 30%, transparent); }
.pill--draft { background: var(--fog); border-color: var(--line-strong); color: var(--graphite); }
.preview-note { display: inline-flex; align-items: start; gap: 8px; font-size: .75rem; line-height: 1.5; color: var(--ink-3); }
.preview-note::before { content: ''; flex: none; width: 6px; height: 6px; margin-top: .4em; border-radius: 50%; background: var(--blue); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; padding: 14px 0 0; transition: padding .3s var(--ease); }
.site-header .nav-bar {
  position: relative; height: var(--header-h); display: flex; align-items: center; gap: 36px; padding: 0 calc(var(--nick-w) + var(--edge) + 20px) 0 var(--edge);
  border-radius: 20px;
  /* Simetría: el logo mide --logo y va centrado; Nick arranca a la misma altura que el borde superior del logo
     y baja hasta la orilla inferior de la barra. Mismo margen lateral que el logo. */
  --logo: 44px;
  --edge: 18px;
  --nick-h: calc(var(--header-h) - (var(--header-h) - var(--logo)) / 2);
  --nick-w: calc(var(--nick-h) * 909 / 415);
}
.site-header.is-scrolled .nav-bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), var(--shadow-lift); }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: .9375rem; font-weight: 500; padding: 8px 0; color: var(--ink); border-bottom: 1px solid transparent; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-links a[aria-current="page"] { border-bottom-color: var(--ink); }
/* Sello W: logo oficial de la W (sustituye a la W sola desde el 25-sep-2026) */
.nav-logo { display: block; flex: none; line-height: 0; }
.nav-logo img { width: var(--logo); height: var(--logo); }
.nav-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; }
/* Nick asomándose desde dentro de la barra (arte de la gorra v2). La base de sus manos se desvanece en la
   orilla inferior, como si subiera desde el interior de la barra; así hay profundidad sin hacerlo más grande. */
.nav-nick { position: absolute; right: var(--edge); bottom: 0; height: var(--nick-h); width: auto; pointer-events: none; user-select: none;
  -webkit-mask-image: linear-gradient(to top, transparent 0, #000 9px); mask-image: linear-gradient(to top, transparent 0, #000 9px); }
.nav-icon-btn { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px; border-radius: 12px; font-size: .9375rem; font-weight: 500; transition: background-color .2s; }
.nav-icon-btn:hover { background: rgba(255, 255, 255, .8); }
.nav-icon-btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bag-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: var(--blue); color: #fff; font-size: .75rem; font-weight: 600; }
.nav-toggle { display: none; }
.nav-drawer { position: fixed; inset: calc(var(--header-h) + 22px) 16px auto; z-index: 49; padding: 12px; border-radius: 22px; background: linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(247, 247, 245, .94)); }
.nav-drawer a { display: block; padding: 14px 16px; border-radius: 14px; font-family: var(--font-head); font-size: 1.5rem; font-weight: 500; letter-spacing: -.02em; }
.nav-drawer a:hover, .nav-drawer a[aria-current="page"] { background: rgba(255, 255, 255, .9); }
.nav-drawer .nav-drawer__links { display: grid; }
.nav-drawer .nav-drawer__foot { display: flex; gap: 16px; padding: 14px 16px 6px; font-size: .875rem; color: var(--ink-2); border-top: 1px solid var(--line); margin-top: 8px; }
.nav-drawer .nav-drawer__foot a { font: inherit; padding: 0; }
body.has-drawer::before { content: ''; position: fixed; inset: 0; z-index: 48; background: rgba(11, 12, 14, .18); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* ---------- Hero (Home) ---------- */
.hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(24px, 4vw, 56px); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 5vw, 72px); min-height: min(640px, calc(100svh - var(--header-h) - 120px)); }
.hero__title { font-family: var(--font-script); font-weight: 400; font-size: clamp(3.4rem, 8.4vw, 8.2rem); line-height: .98; letter-spacing: -.05em; margin: 0 0 clamp(20px, 3vw, 36px); color: var(--ink); }
.hero__title span { display: block; }
.hero__title span + span { padding-left: .06em; }
.hero__copy { max-width: 34ch; color: var(--ink-2); font-size: clamp(1rem, 1.3vw, 1.125rem); line-height: 1.7; margin-bottom: clamp(24px, 3vw, 36px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: clamp(28px, 4vw, 48px); padding-top: 20px; border-top: 1px solid var(--line); font-size: .875rem; color: var(--ink-2); flex-wrap: wrap; }
.hero__foot .text-script { font-size: 1.35rem; color: var(--ink); }

/* Escenario: cubo liquid glass + Nick.
   Unidad --u: 1px en escritorio; se reduce en móvil sin transform.
   Cara frontal: (30,250)→(260,480). Profundidad: (+80,−56).
   Las tres caras comparten vértices exactamente. */
.stage { --u: 1px; position: relative; width: calc(390 * var(--u)); height: calc(500 * var(--u)); flex: none; justify-self: end; }
.cube { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; border-radius: 0; }
.cube:focus-visible { outline: 0; }
.cube:focus-visible .cube__front { box-shadow: inset 0 0 0 3px var(--blue); }
.cube__ground { position: absolute; left: calc(36 * var(--u)); top: calc(458 * var(--u)); width: calc(300 * var(--u)); height: calc(28 * var(--u)); border-radius: 50%; background: radial-gradient(ellipse, rgba(43, 46, 51, .30), transparent 68%); filter: blur(calc(9 * var(--u))); transform: rotate(-4deg); pointer-events: none; }
.cube__top {
  position: absolute; left: calc(30 * var(--u)); top: calc(194 * var(--u)); width: calc(230 * var(--u)); height: calc(56 * var(--u));
  transform-origin: left bottom; transform: matrix(1, 0, -1.4285714286, 1, 0, 0);
  background: linear-gradient(165deg, #ffffff 0%, color-mix(in srgb, var(--fog) 70%, #fff) 55%, color-mix(in srgb, var(--blue) 14%, var(--fog)) 100%);
  border: 1px solid #fff; overflow: hidden;
}
.cube__top::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 255, 255, .7), transparent 60%); }
.cube__side {
  position: absolute; left: calc(260 * var(--u)); top: calc(250 * var(--u)); width: calc(80 * var(--u)); height: calc(230 * var(--u));
  transform-origin: left top; transform: matrix(1, -.7, 0, 1, 0, 0);
  background: linear-gradient(100deg, color-mix(in srgb, var(--blue) 30%, var(--steel)) 0%, color-mix(in srgb, var(--blue) 22%, var(--fog)) 70%, color-mix(in srgb, var(--fog) 85%, #fff) 100%);
  border: 1px solid color-mix(in srgb, var(--fog) 60%, #fff);
}
.cube__front {
  position: absolute; left: calc(30 * var(--u)); top: calc(250 * var(--u)); width: calc(230 * var(--u)); height: calc(230 * var(--u));
  overflow: hidden; border: 1px solid rgba(255, 255, 255, .9);
  background: linear-gradient(150deg, rgba(255, 255, 255, .92) 0%, color-mix(in srgb, var(--fog) 80%, #fff) 45%, color-mix(in srgb, var(--blue) 18%, var(--fog)) 100%);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, .45);
  transition: box-shadow .25s var(--ease);
}
.cube__front::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, .85), transparent 60%); pointer-events: none; }
.cube:hover .cube__front { box-shadow: inset 0 0 40px rgba(255, 255, 255, .6), inset 0 0 0 1px rgba(255, 255, 255, .8); }
.cube__copy { position: absolute; inset: 0; padding: calc(28 * var(--u)) calc(24 * var(--u)) calc(22 * var(--u)); display: flex; flex-direction: column; justify-content: flex-end; }
.cube__kicker { font-size: calc(11.5 * var(--u)); letter-spacing: .12em; text-transform: uppercase; color: var(--blue-hover); font-weight: 500; margin-bottom: calc(10 * var(--u)); }
.cube__title { font-family: var(--font-head); font-weight: 500; font-size: calc(29 * var(--u)); line-height: 1.04; letter-spacing: -.035em; color: var(--ink); }
.cube__bottom { margin-top: calc(22 * var(--u)); display: flex; align-items: center; justify-content: space-between; font-size: calc(12 * var(--u)); color: var(--ink-2); }
.cube__bottom .arrow { font-size: calc(22 * var(--u)); color: var(--ink); line-height: 0; transition: transform .25s var(--ease); }
.cube:hover .cube__bottom .arrow { transform: translate(2px, -2px); }
/* Sombras de contacto de Nick: sobre la tapa (asiento) y sobre la cara frontal (pies) */
.cube__seat-shadow { position: absolute; left: calc(88 * var(--u)); top: calc(238 * var(--u)); width: calc(118 * var(--u)); height: calc(18 * var(--u)); border-radius: 50%; background: radial-gradient(ellipse, rgba(11, 12, 14, .42), rgba(11, 12, 14, .12) 50%, transparent 72%); filter: blur(calc(2.5 * var(--u))); pointer-events: none; z-index: 2; }
.cube__feet-shadow { position: absolute; left: calc(84 * var(--u)); top: calc(250 * var(--u)); width: calc(128 * var(--u)); height: calc(34 * var(--u)); border-radius: 0 0 50% 50%; background: radial-gradient(ellipse at 50% 0%, rgba(11, 12, 14, .35), transparent 70%); filter: blur(calc(3 * var(--u))); pointer-events: none; z-index: 2; opacity: .8; }
/* Nick: PNG oficial intacto. El asiento dibujado está al 52 % horizontal / 79 % vertical del PNG.
   Se ancla ese punto al centro de la arista superior frontal (x=145, y=250). */
.nick { --nick: calc(184 * var(--u)); position: absolute; left: calc(145 * var(--u) - var(--nick) * .52); top: calc(250 * var(--u) - var(--nick) * .79); width: var(--nick); height: var(--nick); z-index: 4; pointer-events: none; }
.nick img { width: 100%; height: 100%; object-fit: contain; }
.stage__hint { position: absolute; left: calc(30 * var(--u)); width: calc(310 * var(--u)); bottom: 0; text-align: center; font-size: .75rem; color: var(--ink-3); margin: 0; }

/* ---------- Tarjetas de producto ---------- */
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 28px) clamp(14px, 2vw, 24px); }
.product-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; }
.product-card__link { display: block; border-radius: var(--radius); }
.product-card__link:focus-visible { outline-offset: 6px; }
.product-card__media { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: linear-gradient(160deg, #fff, var(--fog)); border: 1px solid rgba(255, 255, 255, .8); box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(11, 12, 14, .03); }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product-card__link:hover .product-card__media img { transform: scale(1.03); }
.product-card__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.product-card__info { display: flex; justify-content: space-between; gap: 14px; padding: 14px 4px 0; align-items: start; }
.product-card__title { font-size: 1.125rem; letter-spacing: -.015em; }
.product-card__meta { font-size: .875rem; color: var(--ink-2); margin-top: 2px; }
.product-card__price { font-size: .9375rem; font-weight: 500; white-space: nowrap; padding-top: 2px; }
.media-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 22px; background: radial-gradient(120% 90% at 100% 0%, color-mix(in srgb, var(--blue) 8%, transparent), transparent 60%), linear-gradient(160deg, #fff, var(--fog)); }
.media-placeholder::before { content: ''; position: absolute; inset: 0; background: url('../assets/wtvr-sello-w-black.svg') center 42% / 26% no-repeat; opacity: .06; }
.media-placeholder__type { font-family: var(--font-head); font-weight: 500; font-size: 1.5rem; letter-spacing: -.02em; color: var(--graphite); }
.media-placeholder__note { font-size: .75rem; color: var(--ink-3); margin-top: 4px; }

/* Colores disponibles en la tarjeta y en la ficha */
.swatches { display: flex; gap: 6px; align-items: center; margin-top: 8px; }
.swatch { width: 14px; height: 14px; border-radius: 50%; background: var(--sw, #ccc); box-shadow: inset 0 0 0 1px rgba(11, 12, 14, .18); }
.colorways { display: flex; gap: 10px; flex-wrap: wrap; margin: 4px 0 18px; }
.colorway { display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 0 16px 0 10px; border-radius: 999px; border: 1px solid var(--line-strong); font-size: .9375rem; font-weight: 500; background: rgba(255, 255, 255, .6); transition: border-color .2s, background-color .2s; }
.colorway:hover { border-color: var(--ink); }
.colorway[aria-current="true"] { border-color: var(--ink); background: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.colorway .swatch { width: 22px; height: 22px; }
.soon-note { margin-top: 14px; }
/* Colecciones */
.line { padding-block: clamp(28px, 4vw, 48px); border-top: 1px solid var(--line); }
.line:first-of-type { border-top: 0; }
.line { scroll-margin-top: calc(var(--header-h) + 72px); }
.line__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.line__head p { max-width: 52ch; }
.summary__hint { font-size: .875rem; color: var(--ink-2); margin: -4px 0 14px; }
/* Skeleton */
.skeleton { position: relative; overflow: hidden; background: color-mix(in srgb, var(--fog) 80%, #fff); border-radius: 10px; }
.skeleton::after { content: ''; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent); animation: shimmer 1.4s infinite; }
.skeleton--text { display: block; height: 14px; margin-top: 8px; }
.product-card--skeleton .product-card__media { border: 0; }
@keyframes shimmer { to { transform: translateX(100%); } }

/* ---------- Colección ---------- */
.filters { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: clamp(24px, 3vw, 36px); }
.filters__label { font-size: .875rem; color: var(--ink-2); margin-right: 6px; }
.chip { display: inline-flex; align-items: center; height: 40px; padding: 0 16px; border-radius: 999px; font-size: .875rem; font-weight: 500; border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .6); transition: background-color .2s, border-color .2s, color .2s; }
.chip:hover { background: #fff; border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--black); color: #fff; border-color: var(--black); }
.collection-note { display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: .875rem; color: var(--ink-2); padding: 14px 18px; margin-bottom: clamp(20px, 3vw, 32px); }
.state { padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 48px); text-align: center; }
.state h3 { margin-bottom: 10px; }
.state p { color: var(--ink-2); max-width: 44ch; margin-inline: auto; }
.state .btn { margin-top: 22px; }
.state--error .state__icon { color: var(--graphite); }
.state__icon { width: 44px; height: 44px; margin: 0 auto 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; }

/* ---------- Producto ---------- */
.breadcrumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: .8125rem; color: var(--ink-2); margin-bottom: clamp(20px, 3vw, 32px); }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs li { list-style: none; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: var(--steel); }
.breadcrumbs ol { display: contents; }
.pdp { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.gallery { position: sticky; top: calc(var(--header-h) + 28px); }
.gallery__main { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: var(--radius-l); background: linear-gradient(160deg, #fff, var(--fog)); border: 1px solid rgba(255, 255, 255, .85); box-shadow: inset 0 1px 0 #fff, var(--shadow-soft); }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__badges { position: absolute; top: 16px; left: 16px; display: flex; gap: 6px; flex-wrap: wrap; }
.gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gallery__thumb { width: 72px; height: 72px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--fog); padding: 0; }
.gallery__thumb[aria-current="true"] { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp__info { padding-top: 6px; }
.pdp__title { font-size: clamp(2rem, 3.6vw, 2.9rem); margin: 10px 0 6px; }
.pdp__colorway { color: var(--ink-2); font-size: 1rem; }
.pdp__price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 20px 0 22px; }
.pdp__price { font-family: var(--font-head); font-size: 1.6rem; font-weight: 500; letter-spacing: -.02em; }
.pdp__desc { color: var(--ink-2); line-height: 1.7; margin-bottom: 26px; }
.sizes { border: 0; padding: 0; margin: 0 0 18px; }
.sizes legend { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0; margin-bottom: 12px; font-size: .9375rem; font-weight: 500; }
.sizes legend .btn-link { font-weight: 400; font-size: .875rem; color: var(--blue); text-decoration: underline; text-underline-offset: .2em; }
.size-options { display: flex; flex-wrap: wrap; gap: 8px; }
.size-option { position: relative; }
.size-option input { position: absolute; inset: 0; opacity: 0; margin: 0; width: 100%; height: 100%; cursor: pointer; }
.size-option span { display: grid; place-items: center; min-width: 52px; height: 46px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .7); font-size: .9375rem; transition: background-color .15s, border-color .15s, color .15s; }
.size-option:hover span { border-color: var(--ink); background: #fff; }
.size-option input:checked + span { background: var(--black); color: #fff; border-color: var(--black); }
.size-option input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 3px; }
.size-option input:disabled + span { color: var(--steel); background: transparent; text-decoration: line-through; border-style: dashed; }
.field-error { color: var(--graphite); font-size: .875rem; margin: -6px 0 14px; display: flex; gap: 8px; align-items: center; }
.field-error::before { content: '!'; display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--black); color: #fff; font-size: .7rem; font-weight: 600; }
.pdp__actions { display: grid; gap: 10px; margin-bottom: 18px; }
.production-note { display: grid; grid-template-columns: auto 1fr; gap: 12px 14px; padding: 16px 18px; font-size: .875rem; color: var(--ink-2); line-height: 1.5; margin-bottom: 28px; }
.production-note strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 2px; }
.production-note svg { width: 22px; height: 22px; stroke: var(--ink); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 2px; font-weight: 500; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-size: 1.25rem; font-weight: 400; color: var(--ink-2); transition: transform .2s var(--ease); }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion .accordion__body { padding: 0 2px 18px; color: var(--ink-2); font-size: .9375rem; line-height: 1.65; }
.accordion .accordion__body ul { padding-left: 1.1em; }
.accordion .accordion__body li + li { margin-top: 4px; }
.pdp__related { margin-top: clamp(56px, 8vw, 100px); }

/* ---------- Tabla de tallas ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .7); }
.size-table { width: 100%; border-collapse: collapse; font-size: .9375rem; min-width: 320px; }
.size-table th, .size-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.size-table thead th { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); font-weight: 500; background: color-mix(in srgb, var(--fog) 55%, #fff); }
.size-table tbody tr:last-child th, .size-table tbody tr:last-child td { border-bottom: 0; }
.size-table tbody th { font-weight: 500; }
.size-table__fit { font-size: .875rem; margin-top: 12px; }
.size-guide-block + .size-guide-block { margin-top: 36px; }
.size-guide-block .h4 { margin-bottom: 12px; }

.size-table__note { margin-top: 10px; padding: 12px 14px; border-radius: 12px; background: rgba(255, 255, 255, .7); border: 1px solid var(--line); font-size: .875rem; color: var(--ink-2); }

/* ---------- Diálogos ---------- */
dialog { border: 1px solid var(--glass-border); border-radius: var(--radius-l); padding: 0; color: var(--ink); background: linear-gradient(150deg, rgba(255, 255, 255, .96), color-mix(in srgb, var(--white) 92%, var(--fog))); box-shadow: var(--shadow-lift); max-width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 32px); width: 100%; }
dialog::backdrop { background: rgba(11, 12, 14, .32); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.dialog__head { display: flex; justify-content: space-between; align-items: start; gap: 16px; padding: 26px 28px 0; }
.dialog__head h2 { font-size: 1.6rem; }
.dialog__body { padding: 18px 28px 28px; overflow: auto; }
.dialog__close { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(255, 255, 255, .8); flex: none; }
.dialog__close:hover { background: #fff; border-color: var(--ink); }
.dialog__close svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; fill: none; }
body.has-modal { overflow: hidden; }

/* ---------- Bolsa ---------- */
.bag { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 4fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.bag__lines { border-top: 1px solid var(--line); }
.bag-line { display: grid; grid-template-columns: 104px minmax(0, 1fr) auto; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.bag-line__media { width: 104px; aspect-ratio: 1; border-radius: 14px; overflow: hidden; background: linear-gradient(160deg, #fff, var(--fog)); border: 1px solid rgba(255, 255, 255, .8); position: relative; }
.bag-line__media img { width: 100%; height: 100%; object-fit: cover; }
.bag-line__media .media-placeholder { padding: 10px; }
.bag-line__media .media-placeholder__type { font-size: .8rem; }
.bag-line__media .media-placeholder__note { display: none; }
.bag-line__title { font-size: 1.125rem; }
.bag-line__meta { font-size: .875rem; color: var(--ink-2); margin: 2px 0 12px; }
.bag-line__controls { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.bag-line__price { font-weight: 500; white-space: nowrap; text-align: right; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(255, 255, 255, .75); overflow: hidden; }
.qty button { width: 38px; height: 38px; display: grid; place-items: center; font-size: 1.1rem; transition: background-color .15s; }
.qty button:hover:not(:disabled) { background: #fff; }
.qty button:disabled { color: var(--steel); }
.qty output { min-width: 30px; text-align: center; font-size: .9375rem; font-weight: 500; }
.btn-text { font-size: .875rem; color: var(--ink-2); text-decoration: underline; text-underline-offset: .2em; padding: 6px 0; }
.btn-text:hover { color: var(--blue); }
.summary { position: sticky; top: calc(var(--header-h) + 28px); padding: 26px; }
.summary h2 { font-size: 1.5rem; margin-bottom: 18px; }
.summary__row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; font-size: .9375rem; color: var(--ink-2); border-bottom: 1px solid var(--line); }
.summary__row--total { color: var(--ink); font-weight: 500; font-size: 1.05rem; border-bottom: 0; padding-top: 14px; }
.summary .btn { margin-top: 18px; }
.summary__note { font-size: .8125rem; color: var(--ink-3); margin-top: 14px; line-height: 1.55; }
.checkout-notice { margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: var(--blue-soft); border: 1px solid color-mix(in srgb, var(--blue) 25%, transparent); color: var(--blue-hover); font-size: .875rem; line-height: 1.5; }
.bag-empty { padding: clamp(40px, 6vw, 72px) 24px; text-align: center; }
.bag-empty p { color: var(--ink-2); margin: 10px auto 24px; max-width: 40ch; }

/* ---------- Home: secciones ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.feature-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature { padding: 26px 26px 28px; }
.feature__icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(150deg, #fff, var(--fog)); border: 1px solid rgba(255, 255, 255, .9); box-shadow: inset 0 1px 0 #fff, 0 4px 12px rgba(11, 12, 14, .05); margin-bottom: 20px; }
.feature__icon svg { width: 22px; height: 22px; stroke: var(--ink); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.2rem; margin-bottom: 8px; }
.feature p { color: var(--ink-2); font-size: .9375rem; line-height: 1.6; }
.made-in { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.made-in__stat { display: flex; gap: clamp(20px, 3vw, 40px); margin-top: 28px; flex-wrap: wrap; }
.made-in__stat div { min-width: 120px; }
.made-in__stat strong { display: block; font-family: var(--font-head); font-size: 2rem; font-weight: 500; letter-spacing: -.03em; line-height: 1; margin-bottom: 6px; }
.made-in__stat span { font-size: .875rem; color: var(--ink-2); }
.nick-section { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(28px, 4vw, 48px); }
.nick-section .text-script { font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--ink); margin-top: 18px; }
.nick-section__facts { display: grid; gap: 10px; }
.nick-section__facts li { list-style: none; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 14px 16px; border-radius: 14px; background: rgba(255, 255, 255, .7); border: 1px solid var(--glass-border); font-size: .9375rem; color: var(--ink-2); }
.nick-section__facts li b { color: var(--ink); font-weight: 500; }
.newsletter { padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.newsletter h2 { margin-bottom: 10px; }
.newsletter p { color: var(--ink-2); }
.form-row { display: flex; gap: 10px; }
.input { flex: 1; min-width: 0; height: 52px; padding: 0 18px; border-radius: 14px; border: 1px solid var(--line-strong); background: rgba(255, 255, 255, .85); font-size: 1rem; transition: border-color .15s, box-shadow .15s; }
.input:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 20%, transparent); }
.input::placeholder { color: var(--ink-3); }
.form-hint { font-size: .8125rem; color: var(--ink-3); margin-top: 10px; }
.form-success { display: flex; gap: 12px; align-items: start; padding: 16px 18px; border-radius: 14px; background: rgba(255, 255, 255, .8); border: 1px solid var(--glass-border); }
.form-success svg { width: 22px; height: 22px; flex: none; stroke: var(--blue); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-success strong { display: block; font-weight: 500; }
.form-success span { color: var(--ink-2); font-size: .9375rem; }
label.sr-only, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Nick apoyado en un panel (Nosotros, 404) ---------- */
.perch { position: relative; padding-top: 118px; }
.perch__nick { --nick: 180px; position: absolute; width: var(--nick); height: var(--nick); left: calc(var(--perch-x, 72%) - var(--nick) * .52); top: calc(118px - var(--nick) * .79); z-index: 3; pointer-events: none; }
.perch__nick img { width: 100%; height: 100%; object-fit: contain; }
.perch__shadow { position: absolute; left: calc(var(--perch-x, 72%) - 60px); top: 108px; width: 120px; height: 20px; border-radius: 50%; background: radial-gradient(ellipse, rgba(11, 12, 14, .38), rgba(11, 12, 14, .1) 50%, transparent 72%); filter: blur(3px); z-index: 2; pointer-events: none; }
.perch__panel { position: relative; padding: clamp(32px, 5vw, 56px); }
/* Sin Nick en el panel: el único Nick de la pantalla es el del encabezado */
.perch--solo, .perch.perch--solo { padding-top: 0; }
.perch__feet { position: absolute; left: calc(var(--perch-x, 72%) - 64px); top: 0; width: 128px; height: 30px; border-radius: 0 0 50% 50%; background: radial-gradient(ellipse at 50% 0%, rgba(11, 12, 14, .3), transparent 70%); filter: blur(3px); pointer-events: none; }

/* ---------- Nosotros ---------- */
.about-hero { padding: clamp(40px, 7vw, 96px) 0 clamp(32px, 5vw, 64px); }
.about-hero h1 { max-width: 14ch; }
.values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
.value { padding: 26px; }
.value .text-script { font-size: 1.9rem; margin-bottom: 8px; display: block; }
.value p { color: var(--ink-2); font-size: .9375rem; line-height: 1.6; }
.timeline { display: grid; gap: 0; border-left: 1px solid var(--line-strong); margin-left: 6px; }
.timeline li { list-style: none; position: relative; padding: 0 0 28px 28px; }
.timeline li::before { content: ''; position: absolute; left: -5px; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--black); }
.timeline li:last-child { padding-bottom: 0; }
.timeline b { display: block; font-weight: 500; margin-bottom: 4px; }
.timeline span { color: var(--ink-2); font-size: .9375rem; }

/* ---------- Páginas de texto / legales ---------- */
.page-head { padding: clamp(40px, 6vw, 80px) 0 clamp(24px, 4vw, 48px); }
.page-head .eyebrow { margin-bottom: 14px; }
.page-head h1 { margin-bottom: 14px; }
.page-head .pill { margin-bottom: 18px; }
.legal-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: .8125rem; color: var(--ink-3); margin-top: 18px; }
.callout { padding: 18px 20px; border-radius: 14px; background: color-mix(in srgb, var(--fog) 55%, #fff); border: 1px solid var(--line); font-size: .9375rem; color: var(--ink-2); line-height: 1.6; }
.callout strong { color: var(--ink); font-weight: 500; }
.toc { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.toc a { font-size: .8125rem; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255, 255, 255, .6); color: var(--ink-2); }
.toc a:hover { color: var(--blue); border-color: var(--blue); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 16px 0; font-weight: 500; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--ink-2); }
.faq details[open] summary::after { content: '−'; }
.faq .faq__body { padding: 0 0 18px; color: var(--ink-2); line-height: 1.65; }

/* ---------- 404 ---------- */
.notfound { min-height: calc(100svh - var(--header-h) - 200px); display: grid; place-items: center; padding: clamp(60px, 10vw, 120px) 0; }
.notfound .perch { width: min(100%, 620px); }
.notfound__code { font-family: var(--font-head); font-size: clamp(4rem, 12vw, 7rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; }

/* ---------- Footer ---------- */
.site-footer { margin-top: clamp(40px, 6vw, 80px); padding: clamp(40px, 5vw, 64px) 0 28px; border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .55)); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: clamp(24px, 4vw, 48px); }
.footer-brand img { width: 108px; margin-bottom: 18px; }
.footer-brand p { color: var(--ink-2); font-size: .9375rem; max-width: 30ch; }
.footer-brand .text-script { font-size: 1.5rem; color: var(--ink); margin-top: 14px; display: block; }
.footer-col h4 { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; font-family: var(--font-body); font-weight: 500; color: var(--ink-2); margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.footer-col a { font-size: .9375rem; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: clamp(32px, 4vw, 48px); padding-top: 22px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--ink-3); }
.footer-bottom span + span::before { content: '·'; margin: 0 8px; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; transform: translate(-50%, 16px); opacity: 0; pointer-events: none; display: flex; gap: 14px; align-items: center; padding: 14px 18px; border-radius: 16px; background: var(--black); color: #fff; font-size: .9375rem; box-shadow: var(--shadow-lift); max-width: calc(100% - 32px); transition: opacity .25s var(--ease), transform .25s var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.toast a { color: #fff; text-decoration: underline; text-underline-offset: .2em; white-space: nowrap; }

@media (min-width: 1200px) { .stage { --u: 1.12px; } }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero__inner { gap: 32px; }
  .hero__title { font-size: clamp(3.2rem, 7.6vw, 6rem); }
  .stage { --u: .9px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
}
@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .site-header .nav-bar { gap: 12px; --logo: 40px; --edge: 12px; --nick-h: 46px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-icon-btn { padding: 0 10px; }
  .nav-icon-btn__label { display: none; }
  .hero { padding-top: 32px; }
  .hero__inner { grid-template-columns: 1fr; min-height: 0; gap: 8px; }
  .stage { justify-self: center; --u: .92px; margin-top: calc(-60 * var(--u)); }
  .hero__copy { max-width: 42ch; }
  .product-grid, .product-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3, .grid--4, .feature-grid, .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .made-in, .nick-section, .newsletter { grid-template-columns: 1fr; }
  .pdp { grid-template-columns: 1fr; }
  .gallery { position: static; }
  .bag { grid-template-columns: 1fr; }
  .summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .grid--3, .grid--4, .feature-grid, .feature-grid--2, .values { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .hero__title { font-size: clamp(3rem, 15vw, 4.6rem); }
  .stage { --u: .8px; }
  .hero__foot { flex-direction: column; align-items: start; gap: 10px; }
  .bag-line { grid-template-columns: 84px minmax(0, 1fr); }
  .bag-line__media { width: 84px; }
  .bag-line__price { grid-column: 2; text-align: left; }
  .form-row { flex-direction: column; }
  .dialog__head, .dialog__body { padding-inline: 20px; }
  .perch__nick { --nick: 150px; }
  .perch { padding-top: 100px; }
  .perch__nick { top: calc(100px - var(--nick) * .79); }
  .perch__shadow { top: 90px; }
  .nav-drawer { inset: calc(var(--header-h) + 22px) 12px auto; }
}
@media (max-width: 420px) {
  .product-grid, .product-grid--4 { grid-template-columns: 1fr; }
  .stage { --u: .74px; }
  .hero__actions .btn { flex: 1; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 340px) {
  .stage { --u: .66px; }
  .hero__title { font-size: 2.8rem; }
}

/* ---------- Movimiento reducido ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .skeleton::after { display: none; }
}
@media print { .site-header, .site-footer, .toast, .nav-drawer { display: none !important; } }
