/* ============================================================
   VILLA HOCKEY — diseño multipágina 2026
   ============================================================ */
:root {
  --navy-950: #050b15;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1d31;
  --navy-700: #142a43;
  --cyan: #18a9cf;
  --cyan-light: #75dcf3;
  --cyan-pale: #b7effa;
  --raspberry: #ef1550;
  --raspberry-light: #ff5b86;
  --cream: #f7f5ef;
  --white: #fff;
  --text: #f4f7fa;
  --muted: #a5b3c2;
  --muted-2: #73859a;
  --line: rgba(255, 255, 255, .1);
  --line-strong: rgba(255, 255, 255, .19);
  --surface: rgba(255, 255, 255, .045);
  --surface-strong: rgba(255, 255, 255, .075);
  --display: "Archivo", Arial, sans-serif;
  --sans: "Inter", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --wrap: 1240px;
  --header-h: 92px;
  --ease: cubic-bezier(.2, .75, .25, 1);
  --shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy-950); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% -10%, rgba(24, 169, 207, .13), transparent 32rem),
    radial-gradient(circle at 8% 28%, rgba(239, 21, 80, .08), transparent 34rem),
    var(--navy-950);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.has-dialog { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { padding: 0; border: 0; background: none; cursor: pointer; }
h1, h2, h3, p, dl, dd, ol, ul, figure { margin: 0; }
ul, ol { padding: 0; }
li { list-style: none; }
h1, h2, h3, strong { font-family: var(--display); }
h1, h2, h3 { line-height: .98; letter-spacing: -.045em; }
em { color: var(--cyan-light); font-style: normal; }
::selection { background: var(--raspberry); color: var(--white); }
:focus-visible { outline: 2px solid var(--cyan-light); outline-offset: 4px; }

.wrap { width: min(calc(100% - 2rem), var(--wrap)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(5rem, 10vw, 9rem); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: .75rem 1rem;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-950);
  transform: translateY(-180%);
  transition: transform .2s;
}
.skip-link:focus { transform: none; }

/* Ambient details */
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.aura {
  position: fixed;
  left: var(--mx, 72%);
  top: var(--my, 22%);
  z-index: 0;
  width: 34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(24, 169, 207, .08), rgba(239, 21, 80, .025) 45%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: opacity .8s;
}
.aura.is-ready { opacity: 1; }
.field-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.field-lines::before {
  content: "";
  position: absolute;
  width: min(74vw, 970px);
  height: min(74vw, 970px);
  right: -22vw;
  top: -38vw;
  border: 1px solid rgba(117, 220, 243, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(117, 220, 243, .016), 0 0 0 18vw rgba(117, 220, 243, .012);
}
.field-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

/* Splash */
.splash {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: var(--navy-950);
  transition: opacity .8s var(--ease), visibility .8s;
  animation: splashFailsafe .6s 4s forwards;
}
.splash.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-core { width: min(40vw, 210px); text-align: center; }
.splash-core img { width: 100%; filter: drop-shadow(0 20px 48px rgba(24, 169, 207, .25)); animation: splashPulse 1.6s ease-in-out infinite; }
.splash-core span { display: block; height: 2px; margin-top: 1.3rem; overflow: hidden; background: rgba(255, 255, 255, .1); }
.splash-core span::after { content: ""; display: block; width: 45%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--raspberry)); animation: splashLoad 1.2s ease-in-out infinite; }
@keyframes splashPulse { 50% { transform: scale(1.035); } }
@keyframes splashLoad { from { transform: translateX(-120%); } to { transform: translateX(320%); } }
@keyframes splashFailsafe { to { opacity: 0; visibility: hidden; pointer-events: none; } }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(5, 11, 21, .86), rgba(5, 11, 21, .28));
  backdrop-filter: blur(16px);
  transition: height .35s var(--ease), background .35s, border-color .35s;
}
.site-header.is-stuck { height: 78px; border-color: var(--line); background: rgba(5, 11, 21, .94); }
.header-inner {
  width: min(calc(100% - 2rem), 1380px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: .72rem; }
.brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(24, 169, 207, .2));
  transition: width .35s var(--ease), height .35s var(--ease), transform .35s var(--ease);
}
.brand:hover img { transform: rotate(-3deg) scale(1.04); }
.is-stuck .brand img { width: 56px; height: 56px; }
.brand span { display: none; line-height: 1.05; }
.brand strong { display: block; font-size: .98rem; letter-spacing: -.02em; }
.brand small { color: var(--muted-2); font-family: var(--mono); font-size: .51rem; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: none; }
.main-nav a {
  position: relative;
  color: var(--muted);
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color .25s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.5rem;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--raspberry));
  transition: right .35s var(--ease);
}
.main-nav a:hover, .main-nav a.is-current { color: var(--white); }
.main-nav a:hover::after, .main-nav a.is-current::after { right: 0; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .55rem; }
.header-whatsapp { display: none !important; }
.header-social {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  color: var(--white);
  transition: transform .3s var(--ease), border-color .3s, background .3s, color .3s;
}
.header-social svg { width: 19px; height: 19px; fill: currentColor; }
.header-social:hover { transform: translateY(-2px); border-color: rgba(117, 220, 243, .55); }
.header-social-wa:hover { background: #20b95a; border-color: #20b95a; color: #fff; }
.header-social-ig:hover { background: linear-gradient(135deg, #7c3cff, #e91e63 54%, #ff9f20); border-color: #e91e63; color: #fff; }
.cart-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  padding: .42rem .48rem .42rem .85rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  font-family: var(--display);
  font-size: .76rem;
  font-weight: 700;
  transition: transform .3s var(--ease), border-color .3s, background .3s;
}
.cart-icon { width: 20px; height: 20px; display: grid; place-items: center; }
.cart-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-button:hover { transform: translateY(-2px); border-color: rgba(117, 220, 243, .55); background: rgba(24, 169, 207, .1); }
.cart-button strong {
  min-width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  padding-inline: .3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--raspberry));
  color: var(--white);
  font: 600 .63rem var(--mono);
}
.cart-button.is-bumped strong { animation: bump .45s var(--ease); }
@keyframes bump { 50% { transform: scale(1.3) rotate(6deg); } }
.menu-toggle {
  order: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--white); transition: transform .3s, opacity .3s; }
.is-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.is-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
.site-header.is-open .main-nav {
  position: fixed;
  inset: var(--header-h) 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 11, 21, .98);
}
.site-header.is-open .main-nav a { padding: 1rem; border-bottom: 1px solid var(--line); font-size: 1rem; }
.site-header.is-stuck.is-open .main-nav { top: 78px; }

/* Buttons and type */
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .82rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--display);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s, background .35s;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: linear-gradient(112deg, var(--cyan) 0%, #1688b5 46%, var(--raspberry) 120%); color: var(--white); box-shadow: 0 16px 44px -20px rgba(24, 169, 207, .85); }
.button-primary:hover { box-shadow: 0 19px 52px -18px rgba(24, 169, 207, .95); }
.button-ghost { border-color: var(--line-strong); background: rgba(255, 255, 255, .035); color: var(--text); }
.button-ghost:hover { border-color: rgba(117, 220, 243, .55); background: rgba(24, 169, 207, .09); }
.button-light { background: var(--white); color: var(--navy-950); box-shadow: 0 18px 45px rgba(5, 11, 21, .2); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--cyan-light);
  font: 600 .66rem/1.3 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--cyan-light);
  font-family: var(--display);
  font-size: .88rem;
  font-weight: 800;
  transition: gap .3s var(--ease), color .3s;
}
.text-link:hover { gap: .85rem; color: var(--white); }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; gap: 1.4rem; margin-bottom: clamp(2.4rem, 6vw, 4.5rem); }
.section-heading h2 { max-width: 760px; margin-top: .9rem; font-size: clamp(2.25rem, 6vw, 4.9rem); }
.section-heading-centered { align-items: center; text-align: center; }
.section-heading-centered .eyebrow { justify-content: center; }

/* Home hero */
.home-hero {
  position: relative;
  min-height: min(940px, 100svh);
  padding-top: calc(var(--header-h) + 4rem);
  padding-bottom: 4rem;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background: radial-gradient(ellipse at 68% 46%, rgba(24, 169, 207, .15), transparent 30%), linear-gradient(125deg, transparent 48%, rgba(239, 21, 80, .035) 70%, transparent);
}
.hero-layout { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: center; }
.hero-copy h1 { max-width: 760px; margin-top: 1.1rem; font-size: clamp(3.25rem, 12.5vw, 7.5rem); }
.hero-copy h1 em { display: block; }
.hero-lede { max-width: 650px; margin-top: 1.6rem; color: var(--muted); font-size: clamp(1rem, 2vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-facts { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; max-width: 630px; }
.hero-facts div { padding-top: 1rem; border-top: 1px solid var(--line-strong); }
.hero-facts dt { color: var(--white); font-family: var(--display); font-size: 1.25rem; font-weight: 800; }
.hero-facts dd { max-width: 12ch; color: var(--muted-2); font-size: .68rem; line-height: 1.35; }
.hero-stage { position: relative; min-height: 450px; perspective: 1000px; }
.hero-logo-orbit { position: absolute; left: 50%; top: 50%; width: min(70vw, 400px); aspect-ratio: 1; transform: translate(-50%, -50%); }
.hero-logo { position: absolute; inset: 14%; width: 72%; height: 72%; object-fit: contain; filter: drop-shadow(0 34px 70px rgba(0, 0, 0, .44)); animation: logoFloat 6s ease-in-out infinite; }
.orbit { position: absolute; inset: 0; border: 1px solid rgba(117, 220, 243, .19); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; left: 50%; top: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--raspberry); box-shadow: 0 0 24px var(--raspberry); }
.orbit-one { animation: orbitSpin 18s linear infinite; }
.orbit-two { inset: 11%; border-style: dashed; border-color: rgba(255, 255, 255, .12); animation: orbitSpin 13s linear infinite reverse; }
.orbit-two::after { background: var(--cyan-light); box-shadow: 0 0 24px var(--cyan); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes logoFloat { 50% { transform: translateY(-10px) rotate(1deg); } }
.floating-product {
  position: absolute;
  z-index: 3;
  width: 150px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: rgba(247, 245, 239, .94);
  box-shadow: var(--shadow);
}
.floating-product img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 8%; }
.floating-product figcaption { display: grid; padding: .75rem .85rem; background: var(--navy-850); line-height: 1.2; }
.floating-product figcaption span { color: var(--muted-2); font: 500 .52rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.floating-product figcaption strong { margin-top: .2rem; font-size: .78rem; }
.floating-one { left: 0; top: 8%; transform: rotate(-5deg); animation: cardFloat 5s 1s ease-in-out infinite; }
.floating-two { right: 0; bottom: 5%; transform: rotate(5deg); animation: cardFloatTwo 5.5s ease-in-out infinite; }
@keyframes cardFloat { 50% { transform: translateY(-10px) rotate(-3deg); } }
@keyframes cardFloatTwo { 50% { transform: translateY(10px) rotate(3deg); } }
.stage-note { position: absolute; left: 4%; bottom: 2%; color: var(--muted-2); font: 500 .57rem/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.trust-strip { position: relative; z-index: 2; border-block: 1px solid var(--line); background: rgba(255, 255, 255, .025); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-strip span { position: relative; padding: 1rem .6rem 1rem 1.1rem; color: var(--muted); font: 500 .61rem var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.trust-strip span::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

/* Category panels */
.section-categories { background: linear-gradient(180deg, var(--navy-950), var(--navy-900)); }
.category-showcase { display: grid; gap: 1rem; }
.category-panel {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  isolation: isolate;
  background: var(--navy-850);
  transition: transform .5s var(--ease), border-color .4s, box-shadow .5s;
}
.category-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5, 11, 21, .97) 8%, rgba(5, 11, 21, .65) 55%, rgba(5, 11, 21, .08)); }
.category-panel::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 4px; background: linear-gradient(90deg, var(--cyan), var(--raspberry)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.category-panel:hover { transform: translateY(-7px); border-color: rgba(117, 220, 243, .35); box-shadow: 0 30px 70px -38px rgba(24, 169, 207, .5); }
.category-panel:hover::after { transform: scaleX(1); }
.category-panel img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: contain; padding: 5%; background: var(--cream); transition: transform .8s var(--ease); }
.category-panel:hover img { transform: scale(1.05); }
.category-panel > div { position: relative; z-index: 2; }
.category-panel p { color: var(--cyan-light); font: 500 .58rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.category-panel h3 { margin-top: .25rem; font-size: 2rem; }
.category-panel div > span { display: block; margin-top: .5rem; color: var(--muted); font-size: .72rem; }
.category-number { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(5, 11, 21, .2); border-radius: 50%; background: rgba(255, 255, 255, .83); color: var(--navy-950); font: 600 .58rem var(--mono); }

/* Home feature */
.home-feature { overflow: hidden; background: var(--cream); color: var(--navy-950); }
.feature-layout { display: grid; gap: 4rem; align-items: center; }
.feature-visual { position: relative; min-height: 500px; }
.feature-visual::before { content: ""; position: absolute; left: 3%; top: 5%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(24, 169, 207, .2), rgba(239, 21, 80, .07) 50%, transparent 70%); filter: blur(8px); }
.feature-card { position: absolute; overflow: hidden; border-radius: 24px; background: var(--white); box-shadow: 0 30px 70px rgba(7, 17, 31, .15); }
.feature-card img { width: 100%; height: 100%; object-fit: contain; padding: 5%; }
.feature-card span { position: absolute; left: .9rem; bottom: .9rem; padding: .5rem .75rem; border-radius: 999px; background: var(--navy-950); color: var(--white); font: 600 .58rem var(--mono); }
.feature-card-main { left: 0; top: 0; width: 76%; height: 82%; transform: rotate(-3deg); }
.feature-card-small { right: 0; bottom: 0; width: 48%; height: 48%; border: 6px solid var(--cream); transform: rotate(4deg); }
.feature-card-small img { padding: 0; object-fit: cover; }
.feature-copy .eyebrow { color: #0a799b; }
.feature-copy h2 { max-width: 700px; margin-top: .9rem; font-size: clamp(2.5rem, 7vw, 5.2rem); }
.feature-copy h2 em { color: #0a86aa; }
.feature-copy > p { max-width: 60ch; margin-top: 1.4rem; color: #4e5d6d; }
.check-list { display: grid; gap: .8rem; margin: 1.7rem 0 2rem; }
.check-list li { position: relative; padding-left: 1.8rem; color: #26374a; font-size: .92rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #0a86aa; font-weight: 800; }

/* Steps and social */
.home-steps { background: var(--navy-900); }
.step-grid { display: grid; gap: 1rem; counter-reset: steps; }
.step-grid li {
  position: relative;
  min-height: 260px;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, var(--surface-strong), transparent);
}
.step-grid li::after { content: ""; position: absolute; width: 190px; height: 190px; right: -90px; bottom: -100px; border: 1px solid rgba(117, 220, 243, .12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(117, 220, 243, .025); }
.step-grid li > span { color: var(--raspberry-light); font: 600 .65rem var(--mono); }
.step-grid h3 { margin-top: 4rem; font-size: 1.8rem; }
.step-grid p { margin-top: .75rem; color: var(--muted); font-size: .88rem; }
.center-action { margin-top: 2rem; text-align: center; }
.social-banner { padding-block: 0; background: var(--navy-900); }
.social-banner-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 6vw, 4.5rem);
  border-radius: 28px 28px 0 0;
  background: linear-gradient(120deg, #139bbe 0%, #097d9d 44%, #db174c 130%);
}
.social-banner-inner::after { content: "@"; position: absolute; right: 2%; top: -45%; color: rgba(255, 255, 255, .08); font-family: var(--display); font-size: 23rem; font-weight: 900; }
.social-banner h2 { position: relative; z-index: 1; max-width: 740px; margin-top: .8rem; font-size: clamp(2.3rem, 7vw, 5rem); }
.social-banner h2 em { color: var(--white); }
.social-banner p { position: relative; z-index: 1; margin-top: .8rem; color: rgba(255, 255, 255, .8); }
.social-banner .eyebrow { color: var(--white); }
.social-banner .button { position: relative; z-index: 1; justify-self: start; }

/* Shared page heroes */
.page-hero {
  position: relative;
  min-height: 580px;
  padding-top: calc(var(--header-h) + 5rem);
  padding-bottom: 5rem;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(150deg, var(--navy-950), var(--navy-850));
}
.page-hero-inner { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: end; }
.page-hero h1 { max-width: 900px; margin-top: 1rem; font-size: clamp(3.1rem, 10vw, 7rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin-top: 1.5rem; color: var(--muted); font-size: 1rem; }
/* Catalog */
.catalog-section { position: relative; padding-block: 3rem 7rem; background: var(--navy-900); }
.catalog-status { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 0 0 1.4rem; }
.catalog-status h2 { margin-top: .4rem; font-size: clamp(1.9rem, 5vw, 3.3rem); }
.catalog-status > p { color: var(--muted-2); font-size: .76rem; }
.catalog-status > p strong { color: var(--white); font-family: var(--mono); }
.product-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: stretch; }
.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #0a1727;
  box-shadow: 0 24px 70px -55px #000;
  transition: transform .45s var(--ease), border-color .4s, box-shadow .45s;
}
.product-card:hover { transform: translateY(-5px); border-color: rgba(117, 220, 243, .26); box-shadow: 0 32px 75px -48px rgba(24, 169, 207, .35); }
.product-card[hidden] { display: none; }
.product-card-featured { border-color: rgba(239, 21, 80, .35); }
.product-badge {
  align-self: flex-start;
  padding: .3rem .55rem;
  border-radius: 999px;
  background: rgba(239, 21, 80, .13);
  color: var(--raspberry-light);
  font: 600 .55rem var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-gallery {
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 68% 30%, rgba(24, 169, 207, .12), transparent 32%),
    linear-gradient(145deg, #fff, #e9eff1);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--cyan) rgba(7, 17, 31, .12);
  overscroll-behavior-inline: contain;
}
.product-shot { position: relative; flex: 0 0 100%; min-width: 100%; height: 100%; scroll-snap-align: start; }
.product-shot img { width: 100%; height: 100%; object-fit: contain; padding: 7%; mix-blend-mode: multiply; transition: transform .75s var(--ease); }
.product-card:hover .product-shot img { transform: scale(1.025); }
.product-gallery-cover .product-shot img { padding: 0; object-fit: cover; mix-blend-mode: normal; }
.product-shot figcaption {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  padding: .38rem .58rem;
  border-radius: 999px;
  background: rgba(5, 11, 21, .88);
  color: var(--white);
  font: 500 .54rem var(--mono);
  letter-spacing: .04em;
}
.gallery-hint {
  position: sticky;
  right: .7rem;
  top: .7rem;
  z-index: 4;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 5.6rem;
  margin-left: -6.3rem;
  padding: .38rem .5rem;
  border-radius: 999px;
  background: rgba(5, 11, 21, .83);
  color: var(--cyan-pale);
  font: 500 .51rem var(--mono);
  text-align: center;
  pointer-events: none;
}
.product-gallery-placeholder { display: grid; place-items: center; }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: .35rem; text-align: center; }
.product-placeholder img { width: 86px; height: 86px; object-fit: contain; opacity: .72; filter: grayscale(.2) drop-shadow(0 10px 20px rgba(7, 17, 31, .18)); }
.product-placeholder span { margin-top: .45rem; color: var(--navy-850); font-family: var(--display); font-size: .9rem; font-weight: 800; }
.product-placeholder small { color: #647587; font: .56rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.product-content { flex: 1; display: flex; flex-direction: column; gap: .7rem; padding: 1.3rem; }
.product-kicker { color: var(--raspberry-light); font: 600 .58rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.product-content h3 { font-size: clamp(1.4rem, 4vw, 1.85rem); line-height: 1.05; }
.product-description { color: var(--muted); font-size: .82rem; }
.product-info, .product-price { display: grid; gap: .12rem; padding-top: .7rem; border-top: 1px solid var(--line); }
.product-info span, .product-price span { color: var(--muted-2); font: 500 .53rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.product-info strong { color: #b8c5d1; font-family: var(--sans); font-size: .72rem; font-weight: 500; line-height: 1.45; }
.product-price strong { color: var(--cyan-light); font-size: 1.13rem; letter-spacing: -.02em; }
.product-options { display: grid; gap: .55rem; }
.product-options label {
  display: grid;
  gap: .3rem;
  color: var(--muted-2);
  font: 500 .52rem var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.product-options select {
  min-width: 0;
  width: 100%;
  height: 43px;
  padding: 0 2rem 0 .7rem;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: var(--navy-900);
  color: var(--text);
  font: 500 .72rem var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.stock-note { color: var(--muted-2); font-size: .65rem; line-height: 1.4; }
.product-actions { margin-top: auto; padding-top: .25rem; }
.product-actions .button { width: 100%; min-height: 44px; font-size: .73rem; }
.product-add.is-added { background: var(--cyan); }
.product-stock-status { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; margin: .2rem 0 .35rem; padding: .42rem .65rem; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.product-stock-status::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(89,107,124,.12); }
.product-stock-status.is-available { background: #e8f7ef; color: #18744c; }
.product-stock-status.is-low { background: #fff4dc; color: #956211; }
.product-stock-status.is-out { background: #ffedf2; color: #b41649; }
.product-stock-status.is-pending { background: #edf2f5; color: #596b7c; }
.product-add:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }
.catalog-empty { justify-items: center; padding: 5rem 1rem; text-align: center; }
.catalog-empty:not([hidden]) { display: grid; }
.catalog-empty img { width: 100px; opacity: .5; }
.catalog-empty h2 { margin-top: 1rem; font-size: 2rem; }
.catalog-empty p { margin: .6rem 0 1.4rem; color: var(--muted); }
.catalog-help {
  display: grid;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(115deg, #138fac, #0a7898 48%, #cc1747 140%);
}
.catalog-help h2 { margin-top: .5rem; font-size: clamp(2rem, 5vw, 3.6rem); }
.catalog-help p:not(.eyebrow) { margin-top: .7rem; color: rgba(255, 255, 255, .75); }
.catalog-help .eyebrow { color: var(--white); }
.catalog-help .button { justify-self: start; }

/* Product category hub */
.products-hero-stack { position: relative; min-height: 300px; }
.products-hero-stack img {
  position: absolute;
  width: min(52vw, 230px);
  aspect-ratio: 1;
  object-fit: contain;
  padding: 5%;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 18px;
  background: var(--cream);
  box-shadow: var(--shadow);
}
.products-hero-stack img:nth-child(1) { left: 2%; top: 18%; transform: rotate(-7deg); }
.products-hero-stack img:nth-child(2) { left: 34%; top: 0; z-index: 2; transform: rotate(4deg); }
.products-hero-stack img:nth-child(3) { right: 0; top: 26%; transform: rotate(8deg); }
.product-families { background: var(--navy-900); }
.family-grid { display: grid; gap: 1rem; }
.family-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  isolation: isolate;
  background: var(--navy-850);
  transition: transform .45s var(--ease), border-color .35s;
}
.family-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(5, 11, 21, .98) 4%, rgba(5, 11, 21, .82) 44%, transparent 82%); }
.family-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: contain; padding: 3%; background: var(--cream); transition: transform .7s var(--ease); }
.family-card:hover { transform: translateY(-6px); border-color: rgba(117, 220, 243, .4); }
.family-card:hover img { transform: scale(1.05); }
.family-count { color: var(--cyan-light); font: .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.family-card h3 { margin-top: .3rem; font-size: 2rem; }
.family-card p { max-width: 38ch; margin-top: .5rem; color: var(--muted); font-size: .78rem; }
.family-card strong { margin-top: 1rem; color: var(--cyan-light); font-size: .75rem; }
.family-card strong span { display: inline-block; transition: transform .3s; }
.family-card:hover strong span { transform: translateX(5px); }
.family-card-accent { border-color: rgba(239, 21, 80, .26); }

/* About and how-to */
.about-hero-layout { position: relative; z-index: 2; width: min(calc(100% - 2rem), var(--wrap)); margin-inline: auto; display: grid; gap: 3rem; align-items: center; }
.about-mark { position: relative; width: min(70vw, 380px); margin-inline: auto; aspect-ratio: 1; display: grid; place-items: center; }
.about-mark img { position: relative; z-index: 2; width: 72%; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .4)); }
.about-mark-ring { position: absolute; inset: 3%; border: 1px solid rgba(117, 220, 243, .22); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(117, 220, 243, .02); animation: orbitSpin 22s linear infinite; }
.about-mark-ring::before, .about-mark-ring::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--raspberry); box-shadow: 0 0 20px var(--raspberry); }
.about-mark-ring::before { left: 50%; top: -6px; }
.about-mark-ring::after { left: 20%; bottom: 4%; background: var(--cyan); box-shadow: 0 0 20px var(--cyan); }
.about-mark > span { position: absolute; bottom: -1rem; color: var(--muted-2); font: .57rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.story-section { background: var(--cream); color: var(--navy-950); }
.story-grid { display: grid; gap: 3rem; align-items: start; }
.story-aside { padding: 1.5rem; border-top: 3px solid #0a86aa; background: rgba(24, 169, 207, .09); }
.story-aside span { color: #647587; font: .62rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.story-aside strong { display: block; margin-top: .5rem; font-size: 2.6rem; }
.story-aside p { color: #647587; font-size: .78rem; }
.story-copy .eyebrow { color: #0a789b; }
.story-copy h2 { max-width: 750px; margin-top: .8rem; font-size: clamp(2.5rem, 7vw, 5rem); }
.story-copy h2 em { color: #0a86aa; }
.story-copy > p { max-width: 65ch; margin-top: 1.4rem; color: #45566a; font-size: 1rem; }
.values-section { background: var(--navy-900); }
.value-grid { display: grid; gap: 1rem; }
.value-grid article { min-height: 250px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.value-grid span { color: var(--raspberry-light); font: .62rem var(--mono); }
.value-grid h3 { margin-top: 4rem; font-size: 1.8rem; }
.value-grid p { margin-top: .7rem; color: var(--muted); font-size: .86rem; }
.how-preview {
  max-width: 350px;
  display: grid;
  padding: 1.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
  box-shadow: var(--shadow);
}
.how-preview > span { color: var(--cyan-light); font: .6rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.how-preview strong { margin-top: 1rem; font-size: 2.2rem; }
.how-preview p { margin-top: .4rem !important; color: var(--muted) !important; font-size: .78rem !important; }
.how-preview small { margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--raspberry-light); font: .55rem var(--mono); text-transform: uppercase; }
.buying-flow { background: var(--cream); color: var(--navy-950); }
.buying-flow .eyebrow { color: #0a789b; }
.buying-flow h2 em { color: #0a86aa; }
.buying-steps { border-top: 1px solid rgba(7, 17, 31, .16); }
.buying-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding-block: 1.6rem; border-bottom: 1px solid rgba(7, 17, 31, .16); }
.buying-steps li > span { color: #0a86aa; font: 600 .66rem var(--mono); }
.buying-steps h3 { font-size: 1.55rem; }
.buying-steps p { max-width: 650px; margin-top: .55rem; color: #4e5d6d; font-size: .88rem; }
.buying-steps a { display: inline-block; margin-top: .75rem; color: #087b9d; font-family: var(--display); font-size: .78rem; font-weight: 800; }
.purchase-notes { padding-block: 4rem; background: var(--navy-850); }
.notes-grid { display: grid; gap: 1rem; }
.notes-grid article { padding: 1.4rem; border-left: 2px solid var(--cyan); background: var(--surface); }
.notes-grid article:nth-child(2) { border-color: var(--raspberry); }
.notes-grid span { color: var(--muted-2); font: .56rem var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.notes-grid h3 { margin-top: 1.8rem; font-size: 1.5rem; }
.notes-grid p { margin-top: .6rem; color: var(--muted); font-size: .82rem; }
.faq-section { background: var(--navy-900); }
.faq-layout { display: grid; gap: 3rem; }
.faq-layout h2 { margin-top: .8rem; font-size: clamp(2.5rem, 7vw, 4.8rem); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { position: relative; padding: 1.4rem 2.5rem 1.4rem 0; cursor: pointer; font-family: var(--display); font-size: 1rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.25rem; color: var(--cyan-light); font-size: 1.35rem; transition: transform .3s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 60ch; padding: 0 2rem 1.4rem 0; color: var(--muted); font-size: .86rem; }

/* CTA */
.compact-cta { padding-block: 0; background: var(--navy-900); }
.compact-cta-inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 6vw, 4.5rem);
  border-radius: 28px 28px 0 0;
  background: linear-gradient(120deg, #129abd, #087b9c 45%, #d2174a 135%);
}
.compact-cta h2 { margin-top: .6rem; font-size: clamp(2.3rem, 7vw, 4.7rem); }
.compact-cta h2 em, .compact-cta .eyebrow { color: var(--white); }
.compact-cta p { color: rgba(255, 255, 255, .76); }
.compact-cta .button { margin-top: 1.2rem; }

/* Footer */
.site-footer { position: relative; z-index: 2; padding-top: 4rem; background: var(--navy-950); border-top: 1px solid var(--line); }
.footer-grid { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 80px; height: 80px; object-fit: contain; }
.footer-brand strong { font-size: 1.1rem; }
.footer-brand p { color: var(--muted-2); font-size: .78rem; }
.footer-grid h2 { margin-bottom: .8rem; color: var(--muted-2); font: 600 .58rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav, .footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-grid nav a, .footer-grid > div:last-child a { color: var(--muted); font-size: .82rem; transition: color .25s; }
.footer-grid nav a:hover, .footer-grid > div:last-child a:hover { color: var(--cyan-light); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem; padding-block: 1.3rem; border-top: 1px solid var(--line); color: var(--muted-2); font: .56rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }

/* Cart */
.cart-dialog { width: min(100%, 480px); max-width: none; height: 100dvh; max-height: none; margin: 0 0 0 auto; padding: 0; border: 0; background: transparent; color: var(--text); }
.cart-dialog::backdrop { background: rgba(3, 7, 13, .82); backdrop-filter: blur(3px); }
.cart-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; padding: 1.1rem; border-left: 1px solid var(--line-strong); background: var(--navy-900); box-shadow: -30px 0 100px rgba(0, 0, 0, .48); }
.cart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.cart-head .eyebrow { font-size: .56rem; }
.cart-head h2 { margin-top: .35rem; font-size: 2.4rem; }
.dialog-close { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--white); font-size: 1.5rem; transition: transform .3s, border-color .3s; }
.dialog-close:hover { transform: rotate(8deg); border-color: var(--raspberry); }
.cart-empty { align-self: center; display: grid; justify-items: center; gap: .5rem; padding: 2rem; text-align: center; }
.cart-empty[hidden] { display: none; }
.cart-empty > span { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--muted-2); font: 600 1.2rem var(--mono); }
.cart-empty h3 { font-size: 1.4rem; }
.cart-empty p, .cart-empty a { color: var(--muted); font-size: .78rem; }
.cart-empty a { color: var(--cyan-light); text-decoration: underline; text-underline-offset: 3px; }
.cart-items { min-height: 0; overflow-y: auto; display: grid; align-content: start; gap: .65rem; padding-block: 1rem; }
.cart-item { display: grid; grid-template-columns: 62px minmax(0, 1fr) auto; gap: .7rem; align-items: center; padding: .65rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.cart-item img { width: 62px; height: 62px; object-fit: contain; padding: 5px; border-radius: 9px; background: var(--cream); }
.cart-item-copy { min-width: 0; }
.cart-item-copy > strong { display: block; overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-copy > span { display: block; overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.cart-quantity { display: inline-flex; align-items: center; gap: .1rem; margin-top: .4rem; border: 1px solid var(--line); border-radius: 999px; }
.cart-quantity button { width: 28px; height: 26px; color: var(--cyan-light); }
.cart-quantity button:disabled { cursor: not-allowed; opacity: .35; }
.cart-quantity output { min-width: 1.3rem; text-align: center; font: .62rem var(--mono); }
.cart-remove { align-self: start; padding: .35rem; color: var(--muted-2); font-size: 1.1rem; transition: color .2s; }
.cart-remove:hover { color: var(--raspberry-light); }
.cart-footer { padding-top: 1rem; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.cart-total span { color: var(--muted); font-size: .75rem; }
.cart-total strong { color: var(--cyan-light); font-size: 1.15rem; }
.cart-footer > p { margin-top: .25rem; color: var(--muted-2); font-size: .65rem; }
.cart-checkout { width: 100%; margin-top: 1rem; }
.cart-checkout[aria-disabled="true"] { opacity: .45; pointer-events: none; }
.cart-clear { width: 100%; margin-top: .55rem; padding: .5rem; color: var(--muted-2); font-size: .68rem; text-decoration: underline; text-underline-offset: 3px; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 1600;
  width: min(calc(100% - 2rem), 390px);
  padding: .85rem 1rem;
  border: 1px solid rgba(117, 220, 243, .35);
  border-radius: 12px;
  background: var(--navy-800);
  box-shadow: var(--shadow);
  color: var(--white);
  font-size: .78rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity .3s, transform .3s var(--ease);
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.no-js .reveal { opacity: 1; transform: none; }

/* Responsive */
@media (min-width: 560px) {
  .brand span { display: block; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip .wrap { grid-template-columns: repeat(4, 1fr); }
  .category-showcase, .family-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-grid, .value-grid, .notes-grid { grid-template-columns: repeat(3, 1fr); }
  .social-banner-inner, .compact-cta-inner { grid-template-columns: 1.4fr .6fr; }
  .social-banner .button, .compact-cta-inner > div:last-child { justify-self: end; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .two-options { grid-template-columns: 1fr 1.4fr; }
}

@media (min-width: 760px) {
  .section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .section-heading-centered { flex-direction: column; align-items: center; }
  .page-hero-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .category-panel-large, .category-panel-wide, .family-card-wide { grid-column: span 2; }
  .family-card-wide { min-height: 380px; }
  .story-grid { grid-template-columns: .35fr 1fr; }
  .buying-steps li { grid-template-columns: 100px 1fr; padding-block: 2.2rem; }
  .buying-steps li > span { font-size: .75rem; }
  .faq-layout { grid-template-columns: .7fr 1.3fr; }
  .catalog-help { grid-template-columns: 1fr auto; }
  .catalog-help .button { justify-self: end; }
}

@media (min-width: 980px) {
  :root { --header-h: 100px; }
  .menu-toggle { display: none; }
  .main-nav { margin-left: auto; display: flex; align-items: center; gap: 1.15rem; }
  .site-header.is-open .main-nav { position: static; flex-direction: row; padding: 0; border: 0; background: none; }
  .site-header.is-open .main-nav a { padding: 0; border: 0; font-size: .82rem; }
  .header-actions { margin-left: 0; }
  .header-whatsapp { display: inline-flex !important; min-height: 42px; padding: .7rem 1rem; font-size: .72rem; }
  .hero-layout { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); }
  .hero-stage { min-height: 610px; }
  .hero-logo-orbit { width: min(37vw, 470px); }
  .floating-product { width: 175px; }
  .category-showcase { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; }
  .category-panel { min-height: 0; }
  .category-panel-large { grid-column: span 2; grid-row: span 2; }
  .category-panel-wide { grid-column: span 2; }
  .feature-layout { grid-template-columns: .95fr 1.05fr; }
  .feature-visual { min-height: 650px; }
  .step-grid { gap: 1.2rem; }
  .about-hero-layout { grid-template-columns: 1.1fr .9fr; }
  .products-hero-stack { width: 490px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .family-card-wide { grid-column: span 2; }
}

@media (min-width: 1220px) {
  .main-nav { gap: 1.55rem; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
  .product-content { padding: 1.45rem; }
}

@media (max-width: 559px) {
  :root { --header-h: 78px; }
  .site-header.is-stuck { height: 70px; }
  .site-header.is-stuck.is-open .main-nav { top: 70px; }
  .brand img { width: 56px; height: 56px; }
  .is-stuck .brand img { width: 50px; height: 50px; }
  .cart-button { padding-left: .55rem; }
  .cart-button > span { display: none; }
  .home-hero { padding-top: calc(var(--header-h) + 3rem); }
  .hero-facts { gap: .4rem; }
  .hero-facts div { padding-right: .3rem; }
  .hero-stage { margin-top: -1rem; }
  .floating-product { width: 130px; }
  .floating-one { left: -1%; }
  .floating-two { right: -1%; }
  .stage-note { display: none; }
  .trust-strip span { font-size: .52rem; }
  .feature-visual { min-height: 390px; }
  .feature-card-main { width: 82%; height: 80%; }
  .feature-card-small { width: 53%; height: 48%; }
  .section-heading h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .page-hero { min-height: 520px; padding-top: calc(var(--header-h) + 4rem); }
  .catalog-status { align-items: flex-start; flex-direction: column; }
  .product-gallery { aspect-ratio: 1 / .86; }
  .products-hero-stack { min-height: 250px; }
  .products-hero-stack img { width: 46%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .splash-core img, .splash-core span::after, .hero-logo, .orbit, .about-mark-ring, .slide-orbit { animation: none !important; }
}

/* ============================================================
   VILLA HOCKEY RETAIL 2026
   Arquitectura de tienda: anuncio + búsqueda + categorías + ofertas
   ============================================================ */
:root {
  --promo-h: 38px;
  --header-h: 164px;
}

@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .38s; animation-timing-function: var(--ease); }

.delivery-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1100;
  min-height: var(--promo-h);
  display: grid;
  place-items: center;
  padding: .45rem 1rem;
  background: linear-gradient(90deg, var(--raspberry), #b80b66 52%, var(--cyan));
  color: var(--white);
  box-shadow: 0 8px 30px rgba(5, 11, 21, .18);
}
.delivery-bar p { display: flex; align-items: center; justify-content: center; gap: .8rem 1.25rem; font-size: .73rem; line-height: 1.25; text-align: center; }
.delivery-bar strong { font-size: .76rem; }
.delivery-bar span { color: rgba(255, 255, 255, .82); }
.delivery-bar a { padding-bottom: .08rem; border-bottom: 1px solid rgba(255,255,255,.65); font-weight: 700; }

.commerce-header {
  top: var(--promo-h);
  height: 126px;
  display: grid;
  grid-template-rows: 82px 44px;
  border-color: var(--line);
  background: rgba(5, 11, 21, .97);
  box-shadow: 0 12px 40px rgba(2, 8, 17, .17);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.commerce-header.is-stuck { top: var(--promo-h); height: 116px; grid-template-rows: 74px 42px; }
.commerce-header-main { height: auto; width: min(calc(100% - 2rem), 1380px); }
.commerce-brand img { width: 72px; height: 72px; }
.commerce-header.is-stuck .commerce-brand img { width: 64px; height: 64px; }
.commerce-brand span { display: block; }
.commerce-brand strong { font-size: 1.02rem; }

.site-search {
  position: relative;
  flex: 1 1 460px;
  max-width: 650px;
  margin-inline: clamp(.7rem, 3vw, 2.5rem) auto;
}
.site-search input {
  width: 100%;
  height: 48px;
  padding: 0 6rem 0 1.15rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  outline: 0;
  background: rgba(255,255,255,.07);
  color: var(--white);
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.site-search input::placeholder { color: #8fa1b4; }
.site-search input:focus { border-color: var(--cyan-light); background: rgba(255,255,255,.095); box-shadow: 0 0 0 3px rgba(24,169,207,.14); }
.site-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 38px;
  padding-inline: 1rem;
  border-radius: 9px;
  background: var(--cyan);
  color: var(--white);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  transition: background .25s, transform .25s;
}
.site-search button:hover { background: #27b8dc; transform: translateY(-1px); }
.search-suggestions {
  position: absolute;
  top: calc(100% + .55rem);
  left: 0;
  right: 0;
  z-index: 1200;
  max-height: min(440px, calc(100svh - var(--header-h) - var(--promo-h) - 2rem));
  overflow-y: auto;
  padding: .45rem;
  border: 1px solid rgba(117, 220, 243, .24);
  border-radius: 18px;
  background: rgba(7, 17, 31, .98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .44), 0 0 0 1px rgba(255, 255, 255, .03) inset;
  backdrop-filter: blur(22px);
}
.search-suggestions[hidden] { display: none; }
.search-suggestion {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: .8rem;
  min-height: 64px;
  padding: .38rem .65rem .38rem .38rem;
  border-radius: 13px;
  color: var(--white);
  transition: background .2s, transform .2s;
}
.search-suggestion + .search-suggestion { margin-top: .2rem; }
.search-suggestion:hover, .search-suggestion.is-active { background: rgba(24, 169, 207, .14); transform: translateX(2px); }
.search-suggestion-thumb {
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: #fff;
}
.search-suggestion-thumb img { width: 100%; height: 100%; padding: 3px; object-fit: contain; }
.search-suggestion-copy { min-width: 0; }
.search-suggestion-copy strong, .search-suggestion-copy small { display: block; }
.search-suggestion-copy strong { overflow: hidden; font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-copy small { margin-top: .18rem; color: var(--cyan-light); font: 600 .58rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.search-suggestion-arrow { color: var(--muted-2); font-size: 1rem; }
.search-suggestions-empty { margin: 0; padding: .85rem; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.header-contact { display: none; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.header-contact span { color: var(--muted-2); font-size: .58rem; }
.header-contact strong { color: var(--cyan-light); font-size: .75rem; }

.commerce-nav {
  display: none;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.07);
  background: rgba(8, 20, 35, .96);
}
.commerce-nav-inner {
  width: min(calc(100% - 2rem), 1380px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.85rem, 2vw, 2rem);
}
.commerce-nav a { font-size: .73rem; }
.commerce-nav a::after { bottom: -.67rem; }

/* Portada comercial */
.page-retail { background: var(--navy-950); }
.retail-hero { padding: calc(var(--header-h) + 1.4rem) 0 1.4rem; background: #e9eef1; }
.hero-slider {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--navy-900);
  box-shadow: 0 36px 90px -45px rgba(5, 11, 21, .65);
  isolation: isolate;
}
.retail-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .88fr);
  align-items: center;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 6rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity .7s var(--ease), visibility .7s, transform 1s var(--ease);
}
.retail-slide::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.retail-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.retail-slide-brand { background: radial-gradient(circle at 78% 42%, rgba(24,169,207,.25), transparent 28rem), linear-gradient(128deg, #06101e 0%, #0a1c31 70%, #0d263b 100%); }
.retail-slide-brand::before { background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg,#000,transparent); }
.retail-slide-delivery { background: linear-gradient(125deg, #d5154e 0%, #941052 45%, #102b52 100%); }
.retail-slide-products { background: linear-gradient(125deg, #07111f 0%, #0b3550 58%, #1196be 130%); }
.retail-slide-training { background: linear-gradient(125deg, #0c8aaa 0%, #08778f 42%, #074557 100%); }
.slide-copy { position: relative; z-index: 2; max-width: 660px; }
.slide-kicker { margin-bottom: 1.05rem; color: var(--cyan-pale); font: 600 .65rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.slide-copy h1, .slide-copy h2 { max-width: 760px; color: var(--white); font-size: clamp(3rem, 6.3vw, 6.35rem); }
.slide-copy h1 { font-size: clamp(4rem, 8vw, 8rem); }
.slide-copy p:not(.slide-kicker) { max-width: 590px; margin-top: 1.2rem; color: rgba(255,255,255,.76); font-size: clamp(.98rem, 1.6vw, 1.12rem); }
.slide-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button-glass { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); color: var(--white); backdrop-filter: blur(10px); }
.button-glass:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.13); }
.slide-brand-art { position: relative; min-height: 410px; display: grid; place-items: center; }
.slide-brand-art img { position: relative; z-index: 2; width: min(31vw, 390px); filter: drop-shadow(0 34px 55px rgba(0,0,0,.36)); }
.slide-orbit { position: absolute; width: min(36vw, 470px); aspect-ratio: 1; border: 1px solid rgba(117,220,243,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(117,220,243,.035), 0 0 0 90px rgba(117,220,243,.018); animation: retailOrbit 14s linear infinite; }
@keyframes retailOrbit { to { transform: rotate(360deg); } }
.slide-product-collage { min-height: 410px; display: flex; align-items: center; justify-content: center; gap: 1rem; perspective: 1200px; }
.slide-product-collage img { width: min(18vw, 230px); aspect-ratio: 4 / 5; object-fit: contain; padding: 1rem; border-radius: 22px; background: #f7f5ef; box-shadow: 0 30px 70px rgba(4,12,23,.28); transform: rotate(-5deg); }
.slide-product-collage img + img { transform: translateY(2rem) rotate(6deg); }
.slide-product-collage-delivery { position: relative; }
.slide-product-collage-delivery img { width: min(27vw, 340px); transform: rotate(4deg); }
.slide-product-collage-delivery span { position: absolute; right: 2%; bottom: 12%; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: rgba(5,11,21,.72); color: var(--white); font-family: var(--display); font-size: 1rem; line-height: 1.1; transform: rotate(-4deg); }
.slider-arrow { position: absolute; top: 50%; z-index: 4; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(5,11,21,.52); color: var(--white); font-size: 1.8rem; line-height: 1; transform: translateY(-50%); transition: background .25s, transform .25s; backdrop-filter: blur(8px); }
.slider-arrow:hover { background: var(--raspberry); transform: translateY(-50%) scale(1.06); }
.slider-prev { left: 1rem; }
.slider-next { right: 1rem; }
.slider-dots { position: absolute; left: 50%; bottom: 1.35rem; z-index: 5; display: flex; gap: .5rem; transform: translateX(-50%); }
.slider-dots button { width: 28px; height: 4px; border-radius: 999px; background: rgba(255,255,255,.34); transition: width .3s var(--ease), background .3s; }
.slider-dots button.is-active { width: 52px; background: var(--white); }

.shop-categories { padding: 5rem 0 5.5rem; background: linear-gradient(180deg, #e9eef1 0, var(--cream) 42px, var(--cream) 100%); color: var(--navy-950); }
.retail-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.2rem; }
.retail-section-head h2 { margin-top: .7rem; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.retail-section-head a { color: #097a9a; font-family: var(--display); font-size: .82rem; font-weight: 800; }
.category-tabs-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .9rem; }
.category-tab { min-height: 150px; display: grid; grid-template-columns: 78px minmax(0,1fr); align-content: center; gap: .25rem 1.15rem; padding: 1.55rem 1.65rem; border: 1px solid #d9e1e5; border-radius: 18px; background: var(--white); box-shadow: 0 12px 34px -30px rgba(5,11,21,.45); transition: transform .38s var(--ease), border-color .3s, box-shadow .38s var(--ease); }
.category-tab:hover { transform: translateY(-7px); border-color: rgba(24,169,207,.55); box-shadow: 0 28px 50px -32px rgba(5,88,116,.42); }
.category-icon { grid-row: span 2; align-self: center; display: flex; flex-direction: column; align-items: flex-start; color: #087d9a; font: 900 clamp(2.45rem, 3.2vw, 3.35rem)/.82 var(--round); letter-spacing: -.1em; }
.category-icon::after { content: ""; width: 30px; height: 3px; margin: .55rem 0 0 .08em; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), var(--raspberry)); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .category-icon { background: linear-gradient(135deg, #087d9a 6%, var(--cyan) 42%, var(--raspberry) 88%); -webkit-background-clip: text; background-clip: text; color: transparent; }
}
.category-tab strong { align-self: end; font-size: 1.08rem; }
.category-tab small { color: #627181; font-size: .7rem; line-height: 1.35; }

.retail-featured { padding: 5rem 0 4.25rem; background: linear-gradient(180deg, var(--cream) 0, #e9eef1 42px, #e9eef1 100%); color: var(--navy-950); }
.featured-products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.featured-product { position: relative; min-height: 385px; overflow: hidden; border-radius: 20px; background: var(--white); box-shadow: 0 18px 45px -35px rgba(5,11,21,.55); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.featured-product:hover { transform: translateY(-8px); box-shadow: 0 32px 60px -35px rgba(5,65,90,.58); }
.featured-product > div { position: absolute; inset: auto 1.15rem 1.15rem; z-index: 2; padding: 1rem; border-radius: 14px; background: rgba(5,11,21,.9); color: var(--white); backdrop-filter: blur(12px); }
.featured-product span { color: var(--cyan-light); font: 600 .57rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.featured-product h3 { margin-top: .25rem; font-size: 1.45rem; }
.featured-product strong { display: block; margin-top: .45rem; color: var(--white); font-size: .95rem; }
.featured-product img { width: 100%; height: 100%; object-fit: contain; padding: 1.2rem 1.2rem 6rem; transition: transform .7s var(--ease); }
.featured-product:hover img { transform: scale(1.055); }

.delivery-panel { position: relative; isolation: isolate; overflow: hidden; padding: 3.25rem 0 2rem; background: linear-gradient(118deg, #dc285b 0%, #96235f 45%, #197f98 100%); }
.delivery-panel::before { content: ""; position: absolute; z-index: 0; inset: 0 0 auto; height: 42px; pointer-events: none; background: linear-gradient(180deg, #e9eef1 0%, rgba(233,238,241,.42) 46%, rgba(233,238,241,0) 100%); }
.delivery-panel::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0; height: 34px; pointer-events: none; background: linear-gradient(180deg, rgba(7,17,31,0), rgba(7,17,31,.3)); }
.delivery-panel-inner { position: relative; z-index: 2; min-height: 290px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.5rem,4vw,4rem); }
.delivery-badge { width: 160px; aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--white); text-align: center; box-shadow: 0 0 0 16px rgba(255,255,255,.06); }
.delivery-badge strong { font-size: 2rem; line-height: 1; }
.delivery-badge span { margin-top: .35rem; font-size: .64rem; }
.delivery-panel h2 { margin-top: .55rem; color: var(--white); font-size: clamp(2rem, 4vw, 4rem); }
.delivery-panel p:not(.eyebrow) { max-width: 740px; margin-top: .75rem; color: rgba(255,255,255,.82); }
.delivery-panel em { color: var(--white); }
.delivery-panel .eyebrow { color: var(--white); }
.retail-service-strip { padding: 1.5rem 0; background: var(--navy-900); }
.retail-service-strip .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.retail-service-strip .wrap > div { padding: .4rem 1.5rem; border-left: 1px solid var(--line); text-align: center; }
.retail-service-strip .wrap > div:first-child { border-left: 0; }
.retail-service-strip strong, .retail-service-strip span { display: block; }
.retail-service-strip strong { font-size: .78rem; }
.retail-service-strip span { margin-top: .15rem; color: var(--muted-2); font-size: .64rem; }

.shipping-detail { scroll-margin-top: calc(var(--header-h) + 1rem); padding: 2rem 0; background: linear-gradient(120deg, var(--raspberry), #a31165 48%, #087d9a); }
.shipping-detail-inner { min-height: 330px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(2rem,6vw,6rem); }
.shipping-detail-price { width: min(30vw, 220px); aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; text-align: center; box-shadow: 0 0 0 18px rgba(255,255,255,.06); }
.shipping-detail-price strong { font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1; }
.shipping-detail-price span { margin-top: .45rem; font-size: .7rem; }
.shipping-detail h2 { margin: .55rem 0 1rem; font-size: clamp(2.3rem,5vw,4.8rem); }
.shipping-detail p:not(.eyebrow) { max-width: 820px; margin-top: .65rem; color: rgba(255,255,255,.82); }
.shipping-detail .eyebrow { color: var(--white); }
.footer-brand small { display: block; max-width: 34ch; margin-top: .45rem; color: var(--cyan-light); font-size: .64rem; line-height: 1.45; }

@media (min-width: 980px) {
  :root { --header-h: 164px; }
  .commerce-nav { display: block; }
  .commerce-header .menu-toggle { display: none; }
  .commerce-header .header-contact { display: flex; }
  .commerce-header .header-actions { margin-left: 0; }
}

@media (max-width: 1100px) and (min-width: 980px) {
  .commerce-nav-inner { gap: 1rem; }
  .commerce-nav a { font-size: .67rem; }
  .header-contact { display: none !important; }
}

@media (max-width: 979px) {
  :root { --promo-h: 46px; --header-h: 170px; }
  .delivery-bar { min-height: 46px; }
  .delivery-bar p { gap: .4rem .8rem; }
  .delivery-bar span { display: none; }
  .commerce-header, .commerce-header.is-stuck { top: var(--promo-h); height: 124px; display: block; }
  .commerce-header-main { height: 124px; display: grid; grid-template-columns: auto 1fr auto auto; grid-template-rows: 69px 48px; grid-template-areas: "brand spacer actions menu" "search search search search"; gap: 0 .55rem; padding-bottom: .45rem; }
  .commerce-brand { grid-area: brand; }
  .commerce-brand img, .commerce-header.is-stuck .commerce-brand img { width: 59px; height: 59px; }
  .commerce-brand span { display: none; }
  .site-search { grid-area: search; width: 100%; max-width: none; margin: 0; }
  .site-search input { height: 44px; }
  .site-search button { height: 34px; }
  .commerce-header .header-actions { grid-area: actions; margin: 0; }
  .header-contact { display: none; }
  .commerce-header .menu-toggle { grid-area: menu; order: initial; }
  .commerce-header.is-open .commerce-nav { position: fixed; inset: calc(var(--promo-h) + 124px) 0 auto; max-height: calc(100svh - var(--promo-h) - 124px); display: block; overflow-y: auto; padding: .4rem 1rem 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(5,11,21,.99); }
  .commerce-header.is-open .commerce-nav-inner { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .commerce-header.is-open .commerce-nav a { padding: .82rem .25rem; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .commerce-header.is-open .commerce-nav a::after { display: none; }
  .retail-slide { grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); padding: 3.5rem; }
  .category-tabs-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .featured-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 719px) {
  .retail-hero { padding-top: calc(var(--header-h) + .8rem); }
  .hero-slider { min-height: 650px; border-radius: 20px; }
  .retail-slide { grid-template-columns: 1fr; grid-template-rows: auto minmax(180px,1fr); align-content: center; gap: .5rem; padding: 3rem 1.35rem 4.5rem; }
  .slide-copy { align-self: end; text-align: center; }
  .slide-kicker { margin-bottom: .65rem; }
  .slide-copy h1 { font-size: clamp(3.4rem,18vw,5.6rem); }
  .slide-copy h2 { font-size: clamp(2.5rem,12vw,4rem); }
  .slide-copy p:not(.slide-kicker) { margin: .9rem auto 0; font-size: .92rem; }
  .slide-actions { justify-content: center; margin-top: 1.2rem; }
  .slide-brand-art, .slide-product-collage { min-height: 225px; }
  .slide-brand-art img { width: min(54vw,250px); }
  .slide-orbit { width: min(66vw,300px); box-shadow: 0 0 0 26px rgba(117,220,243,.035), 0 0 0 52px rgba(117,220,243,.018); }
  .slide-product-collage img { width: min(34vw,160px); max-height: 215px; }
  .slide-product-collage-delivery img { width: min(52vw,245px); }
  .slide-product-collage-delivery span { right: 9%; bottom: 3%; }
  .slider-arrow { top: auto; bottom: 1rem; width: 38px; height: 38px; transform: none; }
  .slider-arrow:hover { transform: scale(1.05); }
  .slider-prev { left: 1rem; }
  .slider-next { right: 1rem; }
  .slider-dots { bottom: 2rem; }
  .shop-categories, .retail-featured { padding-block: 4rem; }
  .retail-section-head { align-items: flex-start; flex-direction: column; }
  .category-tabs-grid { grid-template-columns: 1fr; }
  .category-tab { min-height: 112px; }
  .featured-products { grid-template-columns: 1fr 1fr; }
  .featured-product { min-height: 330px; }
  .delivery-panel { padding-block: 4rem; }
  .delivery-panel-inner { grid-template-columns: 1fr; text-align: center; }
  .delivery-badge { width: 130px; margin-inline: auto; }
  .delivery-panel .eyebrow { justify-content: center; }
  .delivery-panel .button { justify-self: center; }
  .retail-service-strip .wrap { grid-template-columns: 1fr 1fr; gap: 1.2rem 0; }
  .retail-service-strip .wrap > div:nth-child(3) { border-left: 0; }
  .shipping-detail { padding-block: 4rem; }
  .shipping-detail-inner { grid-template-columns: 1fr; text-align: center; }
  .shipping-detail-price { width: 160px; margin-inline: auto; }
  .shipping-detail .eyebrow { justify-content: center; }
}

@media (max-width: 539px) {
  :root { --promo-h: 46px; --header-h: 168px; }
  .delivery-bar p { font-size: .64rem; }
  .delivery-bar strong { font-size: .68rem; }
  .delivery-bar a { font-size: .62rem; }
  .commerce-header, .commerce-header.is-stuck { height: 122px; }
  .commerce-header-main { width: min(calc(100% - 1rem),1380px); height: 122px; grid-template-rows: 68px 47px; gap: 0 .35rem; }
  .commerce-header.is-open .commerce-nav { inset: calc(var(--promo-h) + 122px) 0 auto; max-height: calc(100svh - var(--promo-h) - 122px); }
  .commerce-brand img, .commerce-header.is-stuck .commerce-brand img { width: 56px; height: 56px; }
  .commerce-header .cart-button { min-height: 39px; padding: .36rem; }
  .commerce-header .cart-button strong { min-width: 25px; height: 25px; }
  .commerce-header .menu-toggle { width: 39px; height: 39px; }
  .site-search input { padding-right: 5rem; font-size: .82rem; }
  .site-search button { padding-inline: .78rem; font-size: .66rem; }
  .retail-hero .wrap { width: min(calc(100% - 1rem),var(--wrap)); }
  .hero-slider { min-height: 620px; }
  .retail-slide { padding-inline: 1rem; }
  .slide-actions .button { min-height: 44px; padding: .72rem 1rem; font-size: .75rem; }
  .featured-products { grid-template-columns: 1fr; }
  .featured-product { min-height: 370px; }
  .retail-service-strip .wrap { width: min(calc(100% - 1rem),var(--wrap)); }
  .retail-service-strip .wrap > div { padding-inline: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .retail-slide { transition-duration: .2s; transform: none; }
  .slider-dots button, .category-tab, .featured-product, .button, .cart-button { transition-duration: .18s; }
}

/* Ajustes de legibilidad e identidad — revisión de cliente */
:root { --round: "Nunito Sans", "Arial Rounded MT Bold", var(--display); }

.commerce-brand { width: 188px; justify-content: flex-start; }
.commerce-brand img,
.commerce-header.is-stuck .commerce-brand img {
  width: 188px;
  height: 72px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 22px rgba(24, 169, 207, .18));
}
.commerce-brand span { display: none; }
.site-search { margin-left: clamp(.75rem, 2.2vw, 2rem); }

.slide-copy h1 {
  max-width: 680px;
  font-family: var(--round);
  font-size: clamp(3.7rem, 6.4vw, 6.45rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .92;
}
.slide-brand-art img {
  transform: translate3d(var(--logo-x, 0), var(--logo-y, 0), 0) rotate(var(--logo-r, 0deg));
  transition: transform .16s linear;
  will-change: transform;
}

/* Las fotografías conservan su propio fondo, sin degradado exterior. */
.product-gallery,
.product-shot,
.featured-product { background: #fff; }
.product-shot img {
  padding: 0;
  background: #fff;
  mix-blend-mode: normal;
  object-fit: contain;
}
.featured-product img {
  padding: 0;
  background: #fff;
  object-fit: cover;
  object-position: center;
}

/* Las nuevas fotos vienen recortadas sobre negro uniforme: el marco oscuro
   prolonga ese fondo y evita que se perciba un rectángulo dentro de la tarjeta. */
.product-gallery-cutout,
.product-gallery-cutout .product-shot,
.product-gallery-cutout .product-shot img,
.featured-product.product-cutout,
.featured-product.product-cutout img,
.products-hero-stack img.product-cutout,
.family-card.product-cutout img,
.slide-product-collage img.product-cutout,
.search-suggestion-thumb {
  background: #020303;
}
.product-gallery-cutout .product-shot img,
.featured-product.product-cutout img,
.products-hero-stack img.product-cutout,
.family-card.product-cutout img,
.slide-product-collage img.product-cutout {
  padding: 0;
  object-fit: contain;
  mix-blend-mode: normal;
}

/* Tamaños mínimos cómodos para lectura. */
.delivery-bar p { font-size: .8rem; }
.delivery-bar strong { font-size: .84rem; }
.delivery-bar a { font-size: .78rem; }
.commerce-nav a { font-size: .82rem; }
.header-contact span { font-size: .66rem; }
.header-contact strong { font-size: .82rem; }
.slide-kicker { font-size: .72rem; }
.retail-section-head a { font-size: .9rem; }
.category-icon { font-size: clamp(2.45rem, 3.2vw, 3.35rem); }
.category-tab strong { font-size: 1.16rem; }
.category-tab small { font-size: .82rem; }
.featured-product span { font-size: .66rem; }
.featured-product strong { font-size: 1.05rem; }
.delivery-badge span,
.shipping-detail-price span { font-size: .76rem; }
.retail-service-strip strong { font-size: .86rem; }
.retail-service-strip span { font-size: .74rem; }
.product-badge { font-size: .63rem; }
.product-shot figcaption { font-size: .62rem; }
.gallery-hint { font-size: .6rem; }
.product-kicker { font-size: .66rem; }
.product-description { font-size: .9rem; }
.product-info span,
.product-price span { font-size: .61rem; }
.product-info strong { font-size: .8rem; }
.product-price strong { font-size: 1.22rem; }
.product-options label { font-size: .61rem; }
.product-options select { font-size: .82rem; }
.stock-note { font-size: .75rem; }
.product-actions .button { font-size: .8rem; }
.catalog-status > p { font-size: .84rem; }
.family-card p { font-size: .86rem; }
.family-card strong { font-size: .82rem; }
.footer-brand p { font-size: .86rem; }
.footer-brand small { font-size: .74rem; }
.footer-grid nav a,
.footer-grid > div:last-child a { font-size: .9rem; }
.cart-head .eyebrow { font-size: .64rem; }
.cart-empty p,
.cart-empty a { font-size: .86rem; }
.cart-item-copy > strong { font-size: .9rem; }
.cart-item-copy > span { font-size: .73rem; }
.cart-footer > p { font-size: .74rem; line-height: 1.45; }
.cart-clear { font-size: .75rem; }

@media (max-width: 979px) {
  .commerce-brand { width: 150px; }
  .commerce-brand img,
  .commerce-header.is-stuck .commerce-brand img { width: 150px; height: 60px; max-height: 60px; }
}

@media (max-width: 719px) {
  .slide-copy h1 { font-size: clamp(3.15rem, 14.5vw, 4.55rem); }
  .slide-brand-art img { transition-duration: .24s; }
  .featured-product img { object-fit: contain; }
}

@media (max-width: 539px) {
  .commerce-brand { width: 132px; }
  .commerce-brand img,
  .commerce-header.is-stuck .commerce-brand img { width: 132px; height: 56px; max-height: 56px; }
  .delivery-bar p { font-size: .7rem; }
  .delivery-bar strong { font-size: .74rem; }
  .delivery-bar a { font-size: .68rem; }
  .site-search input { font-size: .88rem; }
  .site-search button { font-size: .72rem; }
  .slide-kicker { font-size: .68rem; }
}

/* Introducción editorial del catálogo por categoría */
.catalog-hero {
  min-height: 360px;
  padding-top: calc(var(--header-h) + 2.3rem);
  padding-bottom: 2.5rem;
}
.catalog-hero .page-hero-inner {
  display: block;
}
.catalog-hero-copy { max-width: 920px; }
.catalog-hero .eyebrow strong {
  font: inherit;
  font-weight: 700;
}
.catalog-hero h1 {
  max-width: 16ch;
  font-family: var(--round);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.045em;
}
.catalog-hero h1 em {
  color: var(--cyan-light);
  font-style: normal;
}
.catalog-hero p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(.88rem, .95vw, .98rem);
  line-height: 1.68;
}
.catalog-update-note {
  max-width: 820px;
  margin: 3.2rem auto 0;
  color: var(--muted-2);
  font-size: .84rem;
  line-height: 1.7;
  text-align: center;
}
.catalog-update-note::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
}
.catalog-update-note strong { color: var(--text); }

@media (max-width: 899px) {
  .catalog-hero-copy { max-width: 760px; }
}

@media (max-width: 719px) {
  .catalog-hero {
    min-height: 400px;
    padding-top: calc(var(--header-h) + 1.75rem);
    padding-bottom: 2.15rem;
  }
  .catalog-hero h1 { font-size: clamp(1.85rem, 7.6vw, 2.4rem); }
  .catalog-hero p:not(.eyebrow) { font-size: .86rem; }
  .catalog-update-note { margin-top: 2.6rem; font-size: .8rem; }
}

@media (max-width: 539px) {
  .header-actions { gap: .32rem; }
  .header-social { width: 36px; height: 36px; flex-basis: 36px; }
  .header-social svg { width: 17px; height: 17px; }
  .cart-icon, .cart-icon svg { width: 18px; height: 18px; }
  .search-suggestion { grid-template-columns: 46px minmax(0, 1fr) auto; min-height: 58px; gap: .65rem; }
  .search-suggestion-thumb { width: 46px; height: 46px; }
  .search-suggestion-copy strong { font-size: .78rem; }
}

/* Créditos de fotografías externas */
.credits-hero { min-height: 470px; padding-top: calc(var(--header-h) + 2.5rem); }
.credits-hero .page-hero-inner { grid-template-columns: 1fr; }
.credits-hero h1 { font-family: var(--round); font-size: clamp(2.6rem, 6vw, 5.2rem); }
.credits-section { background: #e9eef1; color: var(--navy-950); }
.credits-list { display: grid; gap: 1.25rem; }
.credit-card {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px -45px rgba(5, 11, 21, .58);
}
.credit-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.credit-card > div { align-self: center; padding: clamp(1.5rem, 4vw, 3.5rem); }
.credit-card h2 { margin-top: .55rem; font-family: var(--round); font-size: clamp(1.8rem, 3vw, 3rem); }
.credit-card p:not(.eyebrow) { max-width: 700px; margin-top: .8rem; color: #526170; line-height: 1.7; }
.credit-card a { display: inline-block; margin-top: 1.15rem; color: #087d9a; font-size: .84rem; font-weight: 800; }

@media (max-width: 719px) {
  .credits-hero { min-height: 460px; padding-top: calc(var(--header-h) + 1.75rem); }
  .credit-card { grid-template-columns: 1fr; }
  .credit-card img { min-height: 190px; height: 190px; }
}
