/* Homonimia · visual refresh 2026 */

:root {
  --black: #080908;
  --ink: #111210;
  --charcoal: #191b18;
  --steel: #30332d;
  --concrete: #a6a99f;
  --silver: #dedfd9;
  --white: #f4f5ef;
  --muted: #969a90;
  --accent: #d8ff3e;
  --acid-surface:
    radial-gradient(ellipse 42% 135% at 12% -28%, rgba(21, 30, 3, .24) 0 28%, transparent 30%),
    radial-gradient(ellipse 36% 105% at 69% 128%, rgba(108, 142, 10, .25) 0 32%, transparent 35%),
    radial-gradient(ellipse 28% 95% at 96% 8%, rgba(255, 255, 235, .15) 0 27%, transparent 30%),
    linear-gradient(135deg, #dcff47 0%, #d2fb34 55%, #c8f52d 100%);
  --acid-surface-size: 165% 190%, 175% 200%, 145% 170%, auto;
  --line: rgba(244, 245, 239, .16);
  --line-soft: rgba(244, 245, 239, .09);
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .38);
  --shell: min(1320px, calc(100% - 64px));
}

html,
body {
  overflow-x: clip;
}

html { color-scheme: dark; }

body {
  background: var(--black);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

body::before {
  background:
    radial-gradient(circle at 78% 8%, rgba(216, 255, 62, .055), transparent 25rem),
    linear-gradient(180deg, #0b0c0a, #080908 65%, #0b0c0a);
}

body::after { opacity: .15; background-size: 5px 5px; }

h1, h2 {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
}

h3 { letter-spacing: -.02em; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.section { padding-block: clamp(72px, 8vw, 120px); }
.section-index { margin-bottom: 14px; color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .24em; }
.section-heading { margin-bottom: clamp(32px, 5vw, 60px); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin-bottom: 0; }
.text-link { color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.text-link::after { background: var(--accent); }

.button { min-height: 52px; padding-inline: 24px; border-radius: 4px; font-size: .76rem; letter-spacing: .11em; }
.button-light {
  background-color: var(--accent);
  background-image: var(--acid-surface);
  background-size: var(--acid-surface-size);
  color: #101208;
  animation: acid-flow 11s ease-in-out infinite alternate;
}
.button-light:hover { box-shadow: 0 14px 36px rgba(216, 255, 62, .2); }
.button-dark { background: var(--black); border-color: var(--black); color: var(--white); }
.button-dark:hover { background: #20221e; }
.button-outline:hover { background: var(--white); color: var(--black); }

/* Header */
.site-header { background: rgba(8, 9, 8, .94); backdrop-filter: blur(20px) saturate(130%); }
.announcement-bar {
  position: relative;
  isolation: isolate;
  border-color: rgba(216, 255, 62, .35);
  background-color: var(--accent);
  background-image: var(--acid-surface);
  background-size: var(--acid-surface-size);
  animation: acid-flow 14s ease-in-out infinite alternate;
}
.announcement-inner { position: relative; z-index: 4; min-height: 32px; font-size: .64rem; letter-spacing: .16em; }
.announcement-inner a { border-bottom: 0; font-weight: 900; }
.header-inner { position: relative; z-index: 4; min-height: 78px; }
.brand { flex: 0 0 auto; }
.brand img { width: clamp(136px, 14vw, 176px); }
.desktop-nav { gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav a { color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.desktop-nav a::after { bottom: -7px; height: 3px; background: var(--accent); }
.icon-btn { width: 42px; height: 42px; border-radius: 8px; }
.icon-btn:hover { border-color: var(--line); background: rgba(255, 255, 255, .05); }
.cart-count, .fav-count { background: var(--accent); }
.mobile-nav a.active { background: var(--accent); color: var(--black); }

/* Home */
.hero {
  min-height: min(760px, calc(100svh - 110px));
  display: grid;
  align-items: center;
  padding-block: clamp(72px, 9vw, 124px);
  background: url("../assets/bg-approved-concrete.jpg") center / cover;
}

.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,6,.97), rgba(6,7,6,.8) 48%, rgba(6,7,6,.45)); pointer-events: none; }
.hero-texture { display: none; }
.hero-grid { z-index: 1; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }
.hero-copy h1 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(4.8rem, 7vw, 7rem);
  line-height: .92;
  text-wrap: balance;
}
.hero-kicker { color: var(--accent); font-weight: 900; }
.hero-lead { max-width: 40ch; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.65; }
.hero-product { min-height: clamp(380px, 42vw, 570px); isolation: isolate; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,255,255,.08), transparent 54%), rgba(13,14,12,.62); backdrop-filter: blur(8px); }
.hero-product::before { content: "DROP 01"; position: absolute; top: 22px; left: 24px; color: var(--accent); font-size: .66rem; font-weight: 900; letter-spacing: .2em; }
.hero-product::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 25deg, transparent 0 28%, rgba(216,255,62,.13) 38%, transparent 49% 76%, rgba(255,255,255,.08) 86%, transparent 96%);
  filter: blur(9px);
  opacity: .65;
  animation: heroBubbleTurn 18s linear infinite;
  pointer-events: none;
}
.hero-product img {
  position: relative;
  z-index: 2;
  width: min(420px, 76%);
  transform-origin: 50% 54%;
  animation: heroImageTurn 8.5s ease-in-out infinite;
  will-change: transform;
}
.hero-orbit { z-index: 1; border-color: rgba(216, 255, 62, .2); }
.orbit-one { width: 72%; animation-duration: 38s; }
.orbit-two { width: 88%; opacity: .25; }

@keyframes heroBubbleTurn {
  to { transform: rotate(360deg); }
}

@keyframes heroImageTurn {
  0%, 100% { transform: translate3d(-3px, 2px, 0) rotate(-1.1deg) scale(.995); }
  50% { transform: translate3d(5px, -8px, 0) rotate(1.35deg) scale(1.012); }
}

.trust-strip {
  position: relative;
  isolation: isolate;
  background-color: var(--accent);
  background-image: var(--acid-surface);
  background-size: var(--acid-surface-size);
  color: var(--black);
  border: 0;
  animation: acid-flow 16s ease-in-out infinite alternate-reverse;
}
.trust-grid { gap: 0; padding-block: 0; }
.trust-grid div { min-height: 92px; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(0,0,0,.2); }
.trust-grid div:first-child { border-left: 1px solid rgba(0,0,0,.2); }
.trust-grid strong { font-size: .76rem; letter-spacing: .11em; }
.trust-grid span { color: rgba(0,0,0,.65); font-size: .8rem; }

.category-bubbles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; overflow: visible; padding: 0; }
.bubble { min-width: 0; animation: none; gap: 7px; align-content: start; text-align: left; justify-items: stretch; }
.bubble-visual { width: 100%; border-radius: 10px; background: var(--charcoal); }
.bubble-visual::after { border-radius: 10px; }
.bubble:hover .bubble-visual, .bubble.active .bubble-visual { transform: translateY(-5px); }
.bubble-name { margin-top: 7px; font-size: .78rem; }
.bubble-count { font-size: .7rem; }
.bubble-all { font-family: inherit; font-weight: 900; }

.products-section { background: #0d0e0c; border-block: 1px solid var(--line-soft); }
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { border-radius: 10px; background: #131411; box-shadow: none; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(216,255,62,.48); box-shadow: 0 24px 52px rgba(0,0,0,.28); }
.product-media { aspect-ratio: .88; background: #1b1d19; }
.product-card-body { padding: 18px 18px 20px; }
.product-card-body h3 { font-size: 1rem; }
.product-category { color: var(--accent); }
.product-badge {
  border-radius: 3px;
  background-color: var(--accent);
  background-image: var(--acid-surface);
  background-size: var(--acid-surface-size);
}
.quick-add { border-radius: 6px; }
.quick-add:hover { background: var(--accent); color: var(--black); }

.brand-statement {
  background:
    radial-gradient(ellipse 55% 130% at 8% -20%, rgba(255,255,255,.3), transparent 55%),
    radial-gradient(ellipse 42% 100% at 96% 120%, rgba(72,74,70,.12), transparent 62%),
    linear-gradient(135deg, #c9cac6 0%, #b8bab5 54%, #aeb0ab 100%);
  color: #111310;
}
.statement-grid > p { color: #555853; font-family: inherit; font-weight: 900; }
.brand-statement .button-outline { color: var(--black); border-color: var(--black); }
.brand-statement .button-outline:hover { background: var(--black); color: var(--white); }

/* Categories */
.category-intro { position: relative; overflow: hidden; padding-block: clamp(90px, 12vw, 170px) clamp(72px, 9vw, 120px); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(8,9,8,.9), rgba(8,9,8,.56)), url("../assets/bg-categorias-final.png") center 43% / cover; }
.category-intro::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,9,8,.72)); pointer-events: none; }
.category-intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: clamp(40px, 8vw, 130px); align-items: end; }
.category-intro-copy, .category-intro-aside, .hero-copy { min-width: 0; }
.category-intro-copy h1 { max-width: 10ch; margin: 0; font-size: clamp(4.2rem, 9.5vw, 9rem); }
.category-intro-aside { padding-top: 26px; border-top: 3px solid var(--accent); }
.category-intro-aside p { margin-bottom: 26px; color: var(--silver); font-size: 1.02rem; line-height: 1.7; }
.category-intro-mark { position: absolute; right: 0; bottom: -74px; color: rgba(255,255,255,.08); font-size: clamp(6rem, 15vw, 13rem); font-weight: 900; letter-spacing: -.08em; line-height: 1; }

.category-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; border: 0; }
.category-tile { min-height: 0; display: flex; flex-direction: column; gap: 0; padding: 0; border: 1px solid var(--line-soft) !important; border-radius: 12px; background: #121310; transition: transform .35s var(--ease-out), border-color .25s, box-shadow .35s var(--ease-out); }
.category-tile:hover { z-index: 1; transform: translateY(-7px); border-color: rgba(216,255,62,.5) !important; background: #151713; box-shadow: 0 28px 64px rgba(0,0,0,.35); }
.category-tile-topline { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 0 18px; border-bottom: 1px solid var(--line-soft); }
.category-tile-number { align-self: auto; color: var(--accent); font-weight: 900; }
.category-tile-action { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-tile-visual { position: relative; width: 100%; aspect-ratio: 1.18; border-radius: 0; background: radial-gradient(circle at 50% 38%, rgba(255,255,255,.09), transparent 54%), #1b1d19; }
.category-tile-visual::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.category-tile:hover .category-tile-visual { transform: none; box-shadow: none; }
.category-tile-visual img { position: relative; z-index: 1; width: 72%; height: 72%; aspect-ratio: auto; object-fit: contain; transition: transform .45s var(--ease-out); }
.category-tile:hover .category-tile-visual img { transform: scale(1.08) rotate(-2deg); }
.category-tile-copy { width: 100%; gap: 9px; padding: 24px 20px 26px; }
.category-tile-name { font-family: inherit; font-size: clamp(1.65rem, 2.5vw, 2.5rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.category-tile-description { min-height: 3em; max-width: 34ch; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.category-tile-count { margin-top: 6px; color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }

/* Inner pages */
.shop-hero { padding-block: clamp(72px, 8vw, 110px) 30px; }
.shop-hero h1 { max-width: 9ch; font-size: clamp(4rem, 8vw, 7.5rem); }
.filters { border-radius: 10px; background: #111210; }
.filters legend { color: var(--accent); }
.choice-chip span, .sort-form select, .shop-search, .page-link { border-radius: 6px; }
.choice-chip input:checked + span, .page-link.current { background: var(--accent); color: var(--black); border-color: var(--accent); }
.editorial-hero { min-height: clamp(480px, 58vw, 680px); background: linear-gradient(100deg, rgba(5,6,5,.96), rgba(8,9,8,.62)), url("../assets/bg-categorias-final.png") center 40% / cover; }
.editorial-hero-copy h1 { max-width: 10ch; font-size: clamp(4rem, 8.5vw, 8.4rem); }
.editorial-hero-aside { border-top: 3px solid var(--accent); }
.about-art, .contact-card, .contact-help { border-radius: 12px; }
.about-art { background: linear-gradient(145deg, rgba(216,255,62,.08), transparent 60%), var(--ink); }
.values-section { background: #0e0f0d; }
.value-card > span, .contact-card-label, .contact-location span { color: var(--accent); }
.contact-card-primary { background: linear-gradient(145deg, rgba(216,255,62,.12), transparent 58%), #172015; }
.page-cta {
  position: relative;
  isolation: isolate;
  background-color: var(--accent);
  background-image: var(--acid-surface);
  background-size: var(--acid-surface-size);
  color: #0c0e08;
  animation: acid-flow 18s ease-in-out infinite alternate;
}
.page-cta .section-index { color: rgba(0,0,0,.55); }
.page-cta-inner h2 { max-width: 13ch; }
.site-footer { background: #080908; }
.footer-grid h3 { color: var(--accent); }

/* Flujo y goteo ácido: lento para conservar el tono editorial. */
@keyframes acid-flow {
  0% { background-position: 0% 0%, 100% 100%, 85% 10%, 0 0; }
  50% { background-position: 24% 10%, 74% 86%, 66% 24%, 0 0; }
  100% { background-position: 42% 18%, 52% 72%, 48% 38%, 0 0; }
}

@keyframes acid-slime {
  0%, 100% { transform: translateY(0) scaleY(.94); }
  46% { transform: translateY(1px) scaleY(1.04); }
  72% { transform: translateY(0) scaleY(.98); }
}

.announcement-bar::after,
.trust-strip::after,
.page-cta::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(100% - 2px);
  height: 82px;
  pointer-events: none;
  background-color: inherit;
  background-image: inherit;
  background-position: inherit;
  background-size: inherit;
  -webkit-mask: url("../assets/acid-slime-edge.svg") center top / 100% 100% no-repeat;
  mask: url("../assets/acid-slime-edge.svg") center top / 100% 100% no-repeat;
  transform-origin: top center;
  filter: drop-shadow(0 7px 8px rgba(94, 122, 5, .22));
  animation: acid-slime 8.5s cubic-bezier(.45, .05, .35, 1) infinite;
}

.announcement-bar::after {
  --header-slime-width: clamp(126px, 18vw, 220px);
  left: calc(100px - var(--header-slime-width));
  width: var(--header-slime-width);
  height: clamp(56px, 6vw, 72px);
  transform-origin: top left;
}

.trust-strip::after,
.page-cta::after {
  --lower-slime-width: min(320px, 58vw);
  --lower-slime-visible: min(var(--lower-slime-width), 280px);
  right: calc(var(--lower-slime-visible) - var(--lower-slime-width));
  width: var(--lower-slime-width);
  transform-origin: top right;
}

.trust-strip::after { animation-delay: -2.4s; }
.page-cta::after { animation-delay: -4.8s; }

.announcement-bar::before,
.trust-strip::before,
.page-cta::before { content: none; }

@media (max-width: 1100px) {
  .category-bubbles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 12px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  :root { --shell: min(1320px, calc(100% - 36px)); }
  .header-inner { min-height: 70px; }
  .hero { min-height: auto; }
  .hero-grid, .category-intro-grid { grid-template-columns: 1fr; }
  .hero-product { order: 0; min-height: 400px; }
  .hero-copy h1 { font-size: clamp(4rem, 15vw, 7rem); }
  .trust-grid div { border: 0; border-bottom: 1px solid rgba(0,0,0,.18); }
  .category-intro-mark { display: none; }
  .category-intro-aside { max-width: 580px; }
}

@media (max-width: 720px) {
  .section { padding-block: 64px; }
  .product-grid, .category-bubbles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-directory-grid { grid-template-columns: 1fr; }
  .category-tile { display: grid; grid-template-columns: 42% 58%; grid-template-rows: auto 1fr; }
  .category-tile-topline { grid-column: 1 / -1; }
  .category-tile-visual { grid-column: 1; grid-row: 2; aspect-ratio: 1; }
  .category-tile-copy { grid-column: 2; grid-row: 2; align-content: center; padding: 20px 18px; }
  .category-tile-description { min-height: 0; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { gap: 5px; min-height: 66px; }
  .announcement-bar::after { --header-slime-width: 126px; height: 58px; }
  .trust-strip::after, .page-cta::after { --lower-slime-width: min(260px, 68vw); height: 70px; }
  .brand img { width: 126px; }
  .header-actions { gap: 0; }
  .icon-btn { width: 39px; height: 39px; }
  .fav-link, .search-toggle { display: none; }
  .hero { padding-block: 58px; }
  .hero-grid { gap: 42px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 14.6vw, 4.8rem); line-height: .93; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button, .category-intro-aside .button, .page-cta-inner .button { width: 100%; }
  .hero-product { min-height: 340px; }
  .trust-grid div { min-height: 80px; padding-inline: 8px; }
  .category-intro { padding-block: 72px 64px; }
  .category-intro-copy h1 { width: 100%; font-size: clamp(3rem, 13.5vw, 4.2rem); }
  .category-intro-aside { padding-top: 20px; }
  .category-tile-name { font-size: 1.45rem; }
  .category-tile-description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: .75rem; }
  .category-tile-count { font-size: .6rem; }
  .category-tile-action { font-size: .58rem; }
  .product-card-body { padding: 14px; }
  .product-card-body h3 { font-size: .86rem; }
  .product-card-actions .text-link { font-size: .65rem; }
}
