/*
Theme Name: ERRE 30·03 Rockstore
Theme URI: https://erre3003.atrejoa.chatgpt.site
Author: ERRE 30·03
Description: Tema de migración fiel del sitio ERRE 30·03 Rockstore, compatible con WooCommerce.
Version: 1.0.11
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: erre3003
*/

@font-face {
  font-family: "ERRE Narrow";
  src: url("assets/fonts/ERRE-Narrow-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ERRE Narrow";
  src: url("assets/fonts/ERRE-Narrow-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --black: #070707;
  --panel: #0d0d0d;
  --panel-2: #121212;
  --white: #f3f1ec;
  --muted: #aaa8a2;
  --gold: #bd8d3c;
  --gold-light: #d9ad5f;
  --line: #2b2925;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topline {
  min-height: 36px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(189,141,60,.34);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .13em;
  text-align: center;
  padding: 9px 20px;
}
.topline a { display: block; width: 100%; max-width: var(--max); margin: 0 auto; color: inherit; font: inherit; letter-spacing: inherit; text-align: center; }
.topline a:hover { color: var(--white); }

.site-header {
  height: 118px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 34px;
  background: rgba(7,7,7,.98);
  position: relative;
  z-index: 10;
}
.brand { width: 112px; height: 112px; display: grid; place-items: center; }
.brand img { width: 104px; height: 104px; object-fit: contain; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 48px); }
.main-nav a { color: #deddd8; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:hover { color: var(--gold-light); }
.header-pill {
  border: 1px solid #5a4930;
  color: var(--gold-light);
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero {
  min-height: 590px;
  position: relative;
  display: grid;
  align-items: center;
  background: #0b0b0b center/cover no-repeat;
  border-bottom: 1px solid #3a2b19;
  overflow: hidden;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.79) 39%, rgba(0,0,0,.18) 74%, rgba(0,0,0,.52) 100%); }
.hero-content { position: relative; z-index: 1; width: min(670px, 90%); margin-left: max(7vw, calc((100vw - var(--max)) / 2 + 34px)); padding: 64px 0; }
.eyebrow { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1,
.section-heading h2,
.closing h2,
.detail-copy h1,
.form-heading h2,
.care-panel h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 500;
  letter-spacing: .015em;
  text-transform: uppercase;
  margin: 0;
}
.hero h1 { margin: 13px 0 16px; font-size: clamp(60px, 7.2vw, 116px); line-height: .88; }
.hero-content > p { max-width: 640px; margin: 0; color: #e3e1dc; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 48px; display: inline-grid; place-items: center; border: 1px solid transparent; padding: 0 24px; font-size: 12px; font-weight: 900; letter-spacing: .08em; cursor: pointer; text-transform: uppercase; }
.button--gold { background: var(--gold); color: #080706; }
.button--gold:hover { background: var(--gold-light); }
.button--gold:disabled { opacity: .55; cursor: progress; }
.button--ghost { border-color: #7b7367; color: var(--white); background: rgba(0,0,0,.22); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

.benefit-strip { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.benefit-strip div { min-height: 108px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px; }
.benefit-strip strong { font-size: 30px; color: var(--gold-light); }
.benefit-strip span { max-width: 94px; color: #c3c0b9; font-size: 11px; line-height: 1.4; letter-spacing: .07em; text-transform: uppercase; }

.section { max-width: var(--max); margin: 0 auto; padding: 100px 34px; }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(42px, 5.3vw, 82px); line-height: .98; margin-top: 12px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 54px; }
.section-heading--split > p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0 0 4px; max-width: 560px; }
.section--intro { padding-top: 112px; }
.state-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.state-grid article { min-height: 265px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; position: relative; }
.state-number { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.state-grid h3 { font-size: 24px; margin: 62px 0 12px; text-transform: uppercase; }
.state-grid p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }

.universe-section { background: #090909; }
.universe-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.universe-card { min-height: 390px; color: white; text-align: left; border: 0; padding: 34px; cursor: pointer; position: relative; overflow: hidden; background: #111; }
.universe-card::before { content: ""; position: absolute; inset: 0; opacity: .26; background: repeating-linear-gradient(125deg, transparent 0 28px, rgba(255,255,255,.08) 29px 30px); }
.universe-card--alternative::before { background: radial-gradient(circle at 30% 20%, rgba(188,68,101,.5), transparent 47%), repeating-linear-gradient(25deg, transparent 0 32px, rgba(255,255,255,.05) 33px 34px); }
.universe-card--cult-pop::before { background: radial-gradient(circle at 70% 30%, rgba(74,90,179,.55), transparent 46%), repeating-linear-gradient(90deg, transparent 0 38px, rgba(255,255,255,.05) 39px 40px); }
.universe-card > * { position: relative; z-index: 1; }
.universe-card > span { color: var(--gold-light); font-size: 10px; letter-spacing: .17em; }
.universe-card > strong { position: absolute; right: 25px; top: 18px; color: rgba(255,255,255,.09); font-size: 90px; font-family: Impact, sans-serif; }
.universe-card h3 { font-family: Impact, sans-serif; font-size: clamp(44px, 4.5vw, 72px); font-weight: 400; margin: 180px 0 12px; text-transform: uppercase; }
.universe-card p { max-width: 330px; color: #c7c5bf; line-height: 1.55; margin: 0 0 25px; }
.universe-card em { color: var(--gold-light); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.universe-card:hover { background: #171717; }

.section--stock { background: #0b0b0b; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--panel); transition: transform .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #5d4930; }
.product-visual { aspect-ratio: 1 / 1; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; color: #e9e6df; overflow: hidden; background: radial-gradient(circle at 50% 40%, #303030 0, #151515 37%, #0b0b0b 73%); }
.product-visual::before { content: ""; position: absolute; inset: -30%; background: repeating-radial-gradient(circle, transparent 0 18px, rgba(255,255,255,.018) 19px 20px); transform: rotate(16deg); }
.product-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.product-image--contain { object-fit: contain; background: #f2f0eb; padding: 4%; }
.product-card:hover .product-image { transform: scale(1.018); }
.product-card--radar .product-visual { filter: saturate(.7); background: radial-gradient(circle at 50% 40%, #27231d 0, #141311 38%, #090909 73%); }
.visual-kicker { position: absolute; z-index: 2; left: 14px; top: 14px; color: var(--gold-light); background: rgba(5,5,5,.76); border: 1px solid rgba(217,173,95,.38); padding: 7px 9px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-visual strong { position: relative; z-index: 1; max-width: 90%; font-family: Impact, sans-serif; font-size: clamp(38px, 4.4vw, 72px); font-weight: 400; letter-spacing: .03em; text-align: center; text-shadow: 0 8px 25px #000; }
.visual-note { position: absolute; bottom: 18px; font-size: 8px; letter-spacing: .13em; color: #77736c; }
.product-copy { padding: 20px; }
.product-flags { display: flex; justify-content: space-between; gap: 10px; color: #8e8b84; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status { color: var(--gold-light); }
.status--in_stock { color: #b9d69b; }
.status--coming_soon { color: var(--gold-light); }
.status--made_to_order { color: #9cb6dc; }
.product-copy h3 { font-size: 17px; line-height: 1.25; margin: 17px 0 3px; }
.product-copy h3 a:hover { color: var(--gold-light); }
.product-copy > p { color: var(--muted); font-size: 13px; margin: 0; min-height: 32px; }
.product-meta { min-height: 62px; margin-top: 15px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 5px; }
.product-meta strong { font-size: 14px; }
.product-meta span { color: #8e8b84; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.text-link { display: inline-flex; gap: 9px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .08em; margin-top: 17px; text-transform: uppercase; }

.section--radar { max-width: none; padding-left: max(34px, calc((100vw - var(--max)) / 2 + 34px)); padding-right: max(34px, calc((100vw - var(--max)) / 2 + 34px)); background: #10100f; border-top: 1px solid #352c20; }
.filter-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-group button { border: 1px solid #3a3731; background: #0c0c0c; color: #aaa69e; padding: 10px 14px; cursor: pointer; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.filter-group button.active, .filter-group button:hover { color: #080706; background: var(--gold); border-color: var(--gold); }
.filter-row label { color: #8f8b83; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.filter-row select { display: block; min-width: 190px; margin-top: 7px; border: 1px solid #3a3731; background: #0c0c0c; color: white; padding: 10px 35px 10px 12px; }
.results-line { color: #77736c; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; margin: 20px 0; }
.product-grid--radar { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.rules-section { background: #080808; }
.rules-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.rules-list > div { min-height: 205px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px; }
.rules-list strong { display: block; color: var(--gold-light); font-family: Impact, sans-serif; font-size: 56px; font-weight: 400; }
.rules-list p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 34px 0 0; }
.brands-section { background: #0d0d0d; }
.brand-table { border-top: 1px solid var(--line); }
.brand-row { min-height: 68px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.brand-row strong { font-size: 18px; text-transform: uppercase; }
.brand-row span { color: var(--muted); font-size: 13px; }
.brand-row em { min-width: 108px; border: 1px solid #4c3d29; color: var(--gold-light); padding: 8px 10px; text-align: center; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.closing { min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: var(--max); margin: 0 auto; padding: 70px 34px; border-top: 1px solid #4a3822; }
.closing h2 { font-size: clamp(48px, 6.4vw, 96px); line-height: .92; margin-top: 12px; }
.site-footer { max-width: var(--max); margin: 0 auto; border-top: 1px solid #4a3822; padding: 0 34px 26px; color: #8e8a82; }
.footer-main { min-height: 245px; display: grid; grid-template-columns: 1.35fr .75fr 1fr; align-items: center; gap: 60px; }
.footer-brand { display: inline-flex; width: fit-content; align-items: center; gap: 22px; }
.footer-brand img { width: 108px; height: 108px; object-fit: contain; transition: transform .2s ease; }
.footer-brand span { color: #b8b4ac; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 24px; letter-spacing: .03em; text-transform: uppercase; }
.footer-brand:hover img { transform: scale(1.05); }
.footer-brand:hover span { color: var(--gold-light); }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-nav strong, .footer-social > strong { color: var(--gold-light); font-size: 9px; letter-spacing: .14em; margin-bottom: 7px; text-transform: uppercase; }
.footer-nav a { color: #b8b4ac; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--gold-light); transform: translateX(3px); }
.footer-social { justify-self: end; }
.social-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.social-link { min-width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #403b34; color: #d2cec6; background: #0c0c0c; transition: border-color .18s ease, color .18s ease, transform .18s ease; }
.social-link:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.social-link svg { width: 21px; height: 21px; overflow: visible; }
.social-link svg path { fill: currentColor; stroke: none; }
.social-link svg rect, .social-link svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link svg .social-icon-dot { fill: currentColor; stroke: none; }
.social-link--disabled { width: auto; padding: 0 13px; color: #67635c; cursor: not-allowed; opacity: .68; }
.social-link--disabled:hover { border-color: #403b34; color: #67635c; transform: none; }
.social-link--disabled small { font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: #66635d; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.footer-legal { min-height: 62px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; border-top: 1px solid var(--line); padding: 14px 0; }
.footer-legal strong { margin-right: auto; color: var(--gold-light); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-legal a { color: #8e8a82; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-legal a:hover { color: var(--gold-light); }
.footer-collections { display: grid; gap: 24px; border-top: 1px solid var(--line); padding: 30px 0 32px; }
.footer-collections h2 { margin: 0; color: #b8b4ac; font-family: "ERRE Narrow", "Arial Narrow", sans-serif; font-size: 24px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.footer-collection-row { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 24px; }
.footer-collection-row > strong { color: var(--gold-light); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-brand-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; }
.footer-apparel-brand { position: relative; color: #dedbd4; font-family: "ERRE Narrow", "Arial Narrow", sans-serif; font-size: clamp(27px, 2.1vw, 36px); font-weight: 700; line-height: 1; letter-spacing: .04em; text-transform: uppercase; }
.footer-apparel-brand::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.footer-apparel-brand:hover { color: var(--gold-light); }
.footer-apparel-brand:hover::after { transform: scaleX(1); }
.footer-band-track { min-width: 0; display: flex; align-items: center; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #6c5a3b transparent; scroll-snap-type: inline proximity; }
.footer-band-link { flex: 0 0 auto; scroll-snap-align: start; border-left: 1px solid #3b3832; padding: 5px 20px; color: #aaa69e; font-family: "ERRE Narrow", "Arial Narrow", sans-serif; font-size: 18px; font-weight: 700; line-height: 1.15; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.footer-band-link:first-child { border-left: 0; padding-left: 0; }
.footer-band-link:hover { color: var(--gold-light); }

.stock-brand-filter { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -26px 0 34px; border: 1px solid #413a2f; padding: 14px 16px; background: #111; color: #aaa69e; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.stock-brand-filter strong { color: var(--gold-light); }
.stock-brand-filter a { flex: 0 0 auto; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.stock-brand-filter a:hover { color: var(--white); }

.erre-whatsapp-float { position: fixed; z-index: 1000; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); width: 60px; height: 60px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 9px 26px rgba(0,0,0,.34); transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.erre-whatsapp-float::before { content: "WhatsApp"; position: absolute; right: 70px; border-radius: 3px; background: #111; color: #fff; padding: 8px 10px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; pointer-events: none; transform: translateX(7px); transition: opacity .2s ease, transform .2s ease; }
.erre-whatsapp-float:hover, .erre-whatsapp-float:focus-visible { background: #128c7e; box-shadow: 0 12px 32px rgba(0,0,0,.42); transform: translateY(-3px); }
.erre-whatsapp-float:hover::before, .erre-whatsapp-float:focus-visible::before { opacity: 1; transform: translateX(0); }
.erre-whatsapp-float svg { width: 34px; height: 34px; }
.erre-whatsapp-float svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.erre-whatsapp-float svg path:last-child { fill: currentColor; stroke: none; }

.breadcrumb { max-width: var(--max); margin: 0 auto; padding: 26px 34px; display: flex; flex-wrap: wrap; gap: 9px; color: #77736c; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb strong { color: #b9b5ad; }
.product-detail { max-width: var(--max); margin: 0 auto; padding: 24px 34px 80px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 64px; }
.detail-gallery { display: grid; gap: 16px; }
.detail-visual { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background: radial-gradient(circle at 50% 38%, #333 0, #161616 42%, #090909 76%); border: 1px solid var(--line); overflow: hidden; }
.detail-visual--secondary { min-height: 520px; }
.detail-visual::before { content: ""; position: absolute; inset: -20%; background: repeating-linear-gradient(35deg, transparent 0 52px, rgba(255,255,255,.018) 53px 54px); }
.detail-product-image { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-product-image--contain { object-fit: contain; background: #f2f0eb; padding: 3%; }
.detail-visual > span { position: absolute; z-index: 2; top: 20px; left: 20px; color: var(--gold-light); background: rgba(5,5,5,.78); border: 1px solid rgba(217,173,95,.38); padding: 9px 11px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.detail-visual > strong { position: relative; z-index: 1; max-width: 90%; font-family: Impact, sans-serif; font-size: clamp(70px, 9vw, 145px); font-weight: 400; letter-spacing: .03em; text-align: center; }
.detail-visual > p { position: absolute; z-index: 1; bottom: 25px; color: #77736c; font-size: 9px; letter-spacing: .14em; }
.detail-copy { align-self: center; }
.detail-copy h1 { font-size: clamp(52px, 6vw, 92px); line-height: .93; margin: 22px 0 5px; }
.detail-design { color: var(--gold-light); font-size: 19px; margin: 0 0 22px; }
.detail-price { font-size: 21px; font-weight: 800; margin: 0 0 28px; }
.detail-description { color: #c3c0b9; font-size: 15px; line-height: 1.75; }
.detail-stock { display: flex; flex-direction: column; gap: 5px; padding: 20px 0; margin: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-stock strong { color: var(--gold-light); font-size: 13px; text-transform: uppercase; }
.detail-stock span { color: #827f78; font-size: 11px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specs > div { padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specs .spec-wide { grid-column: 1 / -1; }
.specs dt { color: #77736c; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.specs dd { margin: 5px 0 0; font-size: 12px; line-height: 1.45; }

.detail-lower { max-width: var(--max); margin: 0 auto; padding: 80px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.care-panel h2, .form-heading h2 { font-size: clamp(42px, 4.5vw, 67px); margin-top: 10px; }
.care-panel ul { list-style: none; padding: 0; margin: 35px 0; border-top: 1px solid var(--line); }
.care-panel li { padding: 14px 0; border-bottom: 1px solid var(--line); color: #bbb7af; font-size: 13px; }
.care-panel li::before { content: "—"; color: var(--gold); margin-right: 12px; }
.size-guide { padding: 22px; border: 1px solid #4b3b27; background: #11100e; }
.size-guide strong { color: var(--gold-light); font-size: 12px; text-transform: uppercase; }
.size-guide p { color: #c7c3ba; font-size: 12px; line-height: 1.6; }
.size-guide small { display: block; color: #77736c; line-height: 1.55; }
.interest-form { padding: 34px; background: #111; border: 1px solid var(--line); }
.form-heading p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.interest-form label { display: block; margin: 17px 0; color: #aaa69e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.interest-form label span { color: #67645e; font-weight: 400; }
.interest-form input, .interest-form select { width: 100%; height: 48px; margin-top: 8px; border: 1px solid #393630; background: #080808; color: white; padding: 0 13px; border-radius: 0; }
.interest-form input:focus, .interest-form select:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.interest-form .button { width: 100%; margin-top: 7px; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.privacy-note { color: #6d6a64; font-size: 10px; line-height: 1.5; text-align: center; }
.form-message { padding: 12px; font-size: 12px; line-height: 1.5; }
.form-message--success { color: #c5dda9; border: 1px solid #3d4c2d; background: #10150c; }
.form-message--error { color: #e3aaa5; border: 1px solid #57312d; background: #180d0c; }
.detail-note { max-width: var(--max); margin: 0 auto; padding: 25px 34px 70px; }
.detail-note p { border-left: 2px solid var(--gold); color: #8c8880; font-size: 11px; line-height: 1.6; margin: 0; padding-left: 18px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 130px 1fr; }
  .header-pill { display: none; }
  .main-nav { justify-content: flex-end; gap: 22px; }
  .product-grid, .product-grid--radar { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .universe-grid { grid-template-columns: 1fr 1fr 1fr; }
  .product-detail { gap: 36px; }
  .detail-visual { min-height: 540px; }
}

@media (max-width: 800px) {
  .topline { font-size: 9px; }
  .site-header { height: auto; min-height: 102px; grid-template-columns: 94px 1fr; padding: 7px 20px; }
  .brand { width: 88px; height: 88px; }
  .brand img { width: 82px; height: 82px; }
  .main-nav { justify-content: flex-end; gap: 13px; flex-wrap: wrap; }
  .main-nav a { font-size: 9px; }
  .hero { min-height: 620px; background-position: 63% center; }
  .hero-content { margin-left: 24px; width: calc(100% - 48px); padding-top: 130px; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.53)), linear-gradient(0deg, rgba(0,0,0,.92), transparent 50%); }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip div { min-height: 86px; }
  .section { padding: 76px 22px; }
  .section--radar { padding-left: 22px; padding-right: 22px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .state-grid { grid-template-columns: 1fr; }
  .state-grid article { min-height: 200px; }
  .state-grid h3 { margin-top: 34px; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 300px; }
  .universe-card h3 { margin-top: 110px; }
  .product-grid, .product-grid--radar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-row { align-items: stretch; flex-direction: column; }
  .filter-row select { width: 100%; }
  .rules-list { grid-template-columns: 1fr 1fr; }
  .brand-row { grid-template-columns: 1fr auto; padding: 14px 0; }
  .brand-row span { grid-column: 1 / -1; grid-row: 2; }
  .closing { flex-direction: column; align-items: flex-start; padding: 70px 22px; }
  .site-footer { padding: 0 22px 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; padding: 48px 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-social { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .breadcrumb { padding: 22px; }
  .product-detail { padding: 10px 22px 60px; grid-template-columns: 1fr; }
  .detail-visual { min-height: 480px; }
  .detail-copy { padding-top: 10px; }
  .detail-lower { grid-template-columns: 1fr; gap: 45px; padding: 60px 22px; }
  .detail-note { padding: 20px 22px 60px; }
}

@media (max-width: 520px) {
  .main-nav a:nth-child(4), .main-nav a:nth-child(5) { display: none; }
  .hero h1 { font-size: 56px; }
  .hero-content > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .product-grid, .product-grid--radar { grid-template-columns: 1fr; }
  .product-visual { aspect-ratio: 1 / 1; }
  .rules-list { grid-template-columns: 1fr; }
  .rules-list > div { min-height: 155px; }
  .rules-list p { margin-top: 15px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 92px; height: 92px; }
  .footer-brand span { font-size: 20px; }
  .social-link--disabled small { display: none; }
  .benefit-strip strong { font-size: 24px; }
  .benefit-strip span { font-size: 9px; }
  .detail-visual { min-height: 390px; }
  .interest-form { padding: 24px 18px; }
  .specs { grid-template-columns: 1fr; }
  .specs .spec-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ERRE 30·03 — evolution home */
.brand-evolution { background: #f3f1ed; color: #111; }
.brand-evolution .topline { background: #090909; color: #f4f1eb; border: 0; min-height: 36px; font-size: 10px; line-height: 1.3; letter-spacing: .13em; }
.evolution-header { height: 124px; grid-template-columns: 1fr 240px 1fr; background: rgba(249,248,245,.98); border-bottom: 1px solid #d5d1ca; position: sticky; top: 0; max-width: none; padding: 8px max(28px, calc((100vw - var(--max)) / 2 + 34px)); }
.evolution-brand { width: 230px; height: 106px; justify-self: center; }
.evolution-brand img { width: 224px; height: 104px; object-fit: contain; }
.evolution-main-nav { justify-content: flex-start; gap: clamp(18px, 2.5vw, 42px); }
.evolution-main-nav--right { justify-content: flex-end; }
.evolution-main-nav a { color: #171717; font-size: 10px; letter-spacing: .13em; }
.evolution-main-nav a:hover { color: #86662e; }
.cart-link { display: inline-flex; align-items: center; gap: 5px; }
.erre-cart-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.erre-cart-count { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: #171717; color: #fff; font-size: 8px; line-height: 1; letter-spacing: 0; }
.cart-link:hover .erre-cart-count { background: #86662e; color: #fff; }
.boutique-link { display: inline-flex; flex-direction: column; gap: 3px; }
.boutique-link small { color: #99866a; font-size: 7px; letter-spacing: .12em; }

.evolution-hero { min-height: 690px; display: grid; place-items: center; position: relative; background: #eceae5 url('assets/images/erre-evolution-balanced-community-hero-v6-active-rockstore.png') center/cover no-repeat; border-bottom: 1px solid #c9c5be; overflow: hidden; }
.evolution-hero__copy { width: min(540px,38vw); min-height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 50px 25px; }
.evolution-kicker, .evolution-heading > div > span, .boutique-teaser__copy > span, .evolution-closing > span { color: #8b6b33; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.evolution-hero h1, .evolution-heading h2, .evolution-manifesto h2, .boutique-teaser h2, .evolution-closing h2 { font-family: "ERRE Narrow", "Arial Narrow", sans-serif; font-weight: 700; text-transform: uppercase; }
.evolution-hero h1 { color: #111; font-size: clamp(64px,6.6vw,112px); line-height: .78; margin: 19px 0 34px; letter-spacing: -.02em; }
.evolution-now, .evolution-next { width: 100%; display: grid; grid-template-columns: 118px 1fr; align-items: baseline; gap: 15px; padding: 13px 0; border-top: 1px solid #bbb6ad; }
.evolution-next { border-bottom: 1px solid #bbb6ad; }
.evolution-now span, .evolution-next span { color: #756f67; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.evolution-now strong, .evolution-next strong { font-family: Impact, sans-serif; font-size: 27px; font-weight: 400; letter-spacing: .06em; }
.evolution-next strong { color: #9b835d; }
.evolution-hero__copy > p { color: #171717; font-size: 15px; font-weight: 900; letter-spacing: .15em; line-height: 1.5; margin: 28px 0; }
.evolution-button { min-height: 48px; display: inline-grid; place-items: center; border: 1px solid transparent; padding: 0 25px; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.evolution-button--dark { background: #0c0c0c; color: white; }
.evolution-button--dark:hover { background: #9b7740; }
.evolution-button--outline { border-color: #191919; background: transparent; color: #111; }
.evolution-button--outline:hover { background: #111; color: white; }
.evolution-button--light { border-color: white; color: #111; background: white; }

.universe-nav { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid #ccc8c1; }
.universe-nav a, .universe-nav button { min-height: 116px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 7px; border: 0; border-right: 1px solid #ccc8c1; border-bottom: 1px solid #ccc8c1; background: #f3f1ed; padding: 20px 28px; color: #111; text-align: left; cursor: pointer; }
.universe-nav a:hover, .universe-nav button:hover { background: #111; color: white; }
.universe-nav strong { font-family: Impact, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.universe-nav span { color: #78726a; font-size: 10px; line-height: 1.4; }
.universe-nav a:hover span, .universe-nav button:hover span { color: #c8c2b9; }

.evolution-section { max-width: var(--max); margin: 0 auto; padding: 110px 34px; }
.evolution-stock { background: #f3f1ed; }
.evolution-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 43px; }
.evolution-heading h2 { font-size: clamp(64px,7vw,112px); line-height: .82; letter-spacing: -.02em; margin: 11px 0 0; }
.evolution-heading > p { max-width: 480px; color: #68635c; font-size: 14px; line-height: 1.7; margin: 0; }
.brand-evolution .product-card { border-color: #d4d0c9; background: #fbfaf7; color: #111; }
.brand-evolution .product-card:hover { border-color: #806238; }
.brand-evolution .product-copy > p, .brand-evolution .product-meta span { color: #777169; }
.brand-evolution .product-meta { border-color: #ddd9d2; }
.brand-evolution .text-link, .brand-evolution .status { color: #7f602e; }
.brand-evolution .status--in_stock { color: #496e31; }
.evolution-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.stock-carousel-shell { position: relative; padding: 0 54px; }
.stock-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px,calc((100% - 54px)/4)); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding: 4px 0 14px; }
.stock-carousel::-webkit-scrollbar { display: none; }
.stock-carousel .product-card { scroll-snap-align: start; }
.stock-arrow { width: 42px; height: 42px; position: absolute; z-index: 3; top: calc(50% - 21px); display: grid; place-items: center; border: 1px solid #171717; border-radius: 50%; background: #f3f1ed; color: #111; font-size: 19px; cursor: pointer; }
.stock-arrow:hover { background: #111; color: white; }
.stock-arrow--prev { left: 0; }
.stock-arrow--next { right: 0; }
.stock-toggle { display: grid; margin: 40px auto 0; }

.evolution-manifesto { max-width: var(--max); min-height: 390px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 80px; padding: 85px 34px; border-top: 1px solid #bbb6ae; }
.evolution-manifesto h2 { font-size: clamp(58px,7vw,106px); line-height: .87; margin: 14px 0 0; }
.evolution-manifesto > p { color: #5e5952; font-family: Georgia, serif; font-size: 19px; line-height: 1.75; }

.boutique-teaser { min-height: 540px; display: grid; grid-template-columns: 1fr 1fr; background: #dedbd5; color: #141414; overflow: hidden; border-top: 1px solid #b8b4ad; border-bottom: 1px solid #b8b4ad; }
.boutique-teaser__visual { min-height: 540px; background: #d8d5cf url('assets/images/erre-evolution-balanced-community-hero-v5.png') 91% center/200% auto no-repeat; filter: grayscale(1); }
.boutique-teaser__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 65px clamp(42px,7vw,120px); }
.boutique-logo { width: min(460px,100%); margin: 18px 0 16px; }
.boutique-teaser p { max-width: 520px; color: #55504a; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.boutique-teaser__copy > strong { margin-top: 24px; border-top: 1px solid #aaa49b; padding-top: 18px; font-size: 10px; letter-spacing: .17em; }

.evolution-radar { max-width: none; padding-left: max(34px,calc((100vw - var(--max))/2 + 34px)); padding-right: max(34px,calc((100vw - var(--max))/2 + 34px)); background: #111; color: #f4f2ed; }
.evolution-heading--light > div > span { color: #c49a59; }
.evolution-heading--light > p { color: #aaa59d; }
.brand-evolution .evolution-radar .product-card { background: #181818; color: #f4f2ed; border-color: #333; }
.brand-evolution .evolution-radar .product-copy > p, .brand-evolution .evolution-radar .product-meta span { color: #aaa59d; }
.brand-evolution .evolution-radar .product-meta { border-color: #333; }
.brand-evolution .evolution-radar .text-link, .brand-evolution .evolution-radar .status { color: #c8a166; }
.evolution-radar .stock-arrow { border-color: #777169; background: #111; color: #f4f2ed; }
.evolution-radar .stock-arrow:hover { border-color: #c8a166; background: #f4f2ed; color: #111; }
.radar-toggle { border-color: #7a756d; color: #f4f2ed; }
.radar-toggle:hover { border-color: #f4f2ed; background: #f4f2ed; color: #111; }

.evolution-closing { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: #090909; color: white; padding: 70px 25px; }
.evolution-closing h2 { font-size: clamp(75px,10vw,160px); line-height: .78; margin: 18px 0 36px; }

.evolution-footer { max-width: none; background: #efede8; color: #302d29; border-top: 0; padding-left: max(34px,calc((100vw - var(--max))/2 + 34px)); padding-right: max(34px,calc((100vw - var(--max))/2 + 34px)); }
.evolution-footer .footer-brand img { width: 320px; height: 210px; filter: none; object-fit: contain; }
.evolution-footer .footer-brand span, .evolution-footer .footer-nav a { color: #38342f; }
.evolution-footer .footer-nav strong, .evolution-footer .footer-social > strong { color: #806033; }
.evolution-footer .footer-bottom { color: #716c65; border-color: #c9c5be; }
.evolution-footer .footer-legal { border-color: #c9c5be; }
.evolution-footer .footer-legal strong { color: #806033; }
.evolution-footer .footer-legal a { color: #57524b; }
.evolution-footer .footer-legal a:hover { color: #111; }
.evolution-footer .footer-collections { border-color: #c9c5be; }
.evolution-footer .footer-collections h2 { color: #282521; }
.evolution-footer .footer-collection-row > strong { color: #806033; }
.evolution-footer .footer-apparel-brand { color: #171717; }
.evolution-footer .footer-apparel-brand:hover { color: #806033; }
.evolution-footer .footer-band-track { scrollbar-color: #9c8054 transparent; }
.evolution-footer .footer-band-link { border-color: #c9c5be; color: #5b554e; }
.evolution-footer .footer-band-link:hover { color: #111; }
.evolution-footer .social-link { background: transparent; color: #282521; border-color: #aaa59d; }
.evolution-footer .social-link--disabled { color: #8b867e; }
.footer-contact { display: inline-block; margin-top: 16px; color: #5c5750; font-size: 10px; }

@media (max-width: 960px) {
  .evolution-header { grid-template-columns: 1fr 190px 1fr; padding-inline: 20px; }
  .evolution-main-nav { gap: 16px; }
  .evolution-main-nav a { font-size: 8px; }
  .evolution-brand { width: 190px; height: 96px; }
  .evolution-brand img { width: 186px; height: 92px; }
  .boutique-link small { display: none; }
  .evolution-hero__copy { width: min(500px,45vw); padding: 55px 25px; }
  .stock-carousel { grid-auto-columns: minmax(250px,calc((100% - 36px)/3)); }
  .evolution-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  .evolution-header {
    min-height: 124px;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand brand" "left right";
    gap: 2px 18px;
    padding: 5px 16px 10px;
  }
  .evolution-header .evolution-main-nav:first-of-type { grid-area: left; }
  .evolution-brand { grid-area: brand; width: 188px; height: 82px; }
  .evolution-brand img { width: 182px; height: 80px; }
  .evolution-main-nav { flex-direction: row; justify-content: center; align-items: center; gap: 12px; white-space: nowrap; }
  .evolution-main-nav--right { grid-area: right; justify-content: center; align-items: center; }
  .evolution-main-nav a { font-size: 8px; }
  .evolution-hero {
    min-height: 570px;
    place-items: stretch center;
    background-position: center bottom;
    background-size: 118% auto;
  }
  .evolution-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(244,242,237,.08) 0 58%, rgba(244,242,237,.24) 76%, rgba(244,242,237,.04) 100%);
  }
  .evolution-hero__copy {
    width: min(430px,calc(100% - 28px));
    min-height: 570px;
    position: relative;
    z-index: 1;
    justify-content: center;
    padding: 26px 16px 190px;
  }
  .evolution-hero h1 { max-width: 100%; font-size: clamp(56px,17vw,72px); line-height: .82; margin: 12px 0 18px; letter-spacing: -.025em; }
  .evolution-now, .evolution-next { grid-template-columns: 90px 1fr; gap: 9px; padding: 8px 0; }
  .evolution-now strong, .evolution-next strong { font-size: 22px; }
  .evolution-hero__copy > p { margin: 14px 0; font-size: 11px; }
  .evolution-hero__copy .evolution-button { width: min(260px,100%); min-height: 46px; }
  .universe-nav { grid-template-columns: 1fr 1fr; }
  .universe-nav a, .universe-nav button { min-height: 100px; padding: 17px; }
  .evolution-section { padding: 68px 20px; }
  .evolution-heading, .evolution-manifesto { grid-template-columns: 1fr; gap: 28px; }
  .evolution-heading h2, .evolution-manifesto h2 { font-size: clamp(48px,14vw,72px); line-height: .9; }
  .evolution-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stock-carousel-shell { padding: 0; }
  .stock-carousel { grid-auto-columns: minmax(250px,82%); gap: 14px; scroll-padding-inline: 2px; }
  .stock-arrow { display: none; }
  .evolution-manifesto { min-height: 0; padding: 68px 20px; }
  .evolution-manifesto > p { font-size: 17px; line-height: 1.65; margin: 0; }
  .boutique-teaser { grid-template-columns: .85fr 1.15fr; min-height: 500px; }
  .boutique-teaser__visual { min-height: 500px; background-size: 250% auto; }
  .boutique-teaser__copy { padding: 50px 24px; }
  .evolution-closing h2 { font-size: clamp(54px,16vw,76px); line-height: .84; }
  .evolution-footer .footer-brand img { width: 280px; height: auto; }
}

@media (max-width: 520px) {
  .brand-evolution .topline { padding-inline: 12px; font-size: 8px; letter-spacing: .11em; }
  .evolution-main-nav a:nth-child(3) { display: none; }
  .evolution-main-nav .cart-link { display: inline-flex !important; }
  .evolution-header { min-height: 122px; gap: 2px 12px; padding-inline: 12px; }
  .evolution-brand { width: 184px; height: 80px; }
  .evolution-brand img { width: 178px; height: 78px; }
  .evolution-main-nav { gap: 11px; }
  .evolution-main-nav a { font-size: 7.5px; letter-spacing: .1em; }
  .evolution-hero { min-height: 560px; background-size: 122% auto; }
  .evolution-hero__copy { min-height: 560px; width: calc(100% - 20px); padding: 22px 10px 188px; }
  .evolution-kicker, .evolution-heading > div > span, .boutique-teaser__copy > span, .evolution-closing > span { font-size: 8px; letter-spacing: .16em; }
  .evolution-hero h1 { font-size: clamp(52px,16.5vw,66px); letter-spacing: -.035em; }
  .evolution-now, .evolution-next { grid-template-columns: 82px 1fr; }
  .evolution-now span, .evolution-next span { font-size: 8px; letter-spacing: .1em; }
  .evolution-now strong, .evolution-next strong { font-size: 20px; }
  .universe-nav a, .universe-nav button { min-height: 92px; padding: 14px; }
  .universe-nav strong { font-size: 22px; }
  .universe-nav span { font-size: 9px; }
  .evolution-section { padding: 60px 16px; }
  .evolution-heading { gap: 20px; margin-bottom: 30px; }
  .evolution-heading h2, .evolution-manifesto h2 { font-size: clamp(45px,13.5vw,62px); }
  .evolution-product-grid { grid-template-columns: 1fr; }
  .stock-carousel { grid-auto-columns: 86%; }
  .stock-toggle { width: 100%; margin-top: 28px; }
  .filter-group button { flex: 1 1 calc(50% - 4px); }
  .filter-row select { min-width: 0; }
  .evolution-manifesto { padding: 60px 18px; }
  .evolution-manifesto > p { font-size: 16px; }
  .boutique-teaser { grid-template-columns: 1fr; }
  .boutique-teaser__visual { min-height: 280px; background-position: right bottom; background-size: auto 125%; }
  .boutique-teaser__copy { padding: 42px 18px; }
  .boutique-logo { width: min(300px,100%); margin-block: 14px; }
  .boutique-teaser p { font-size: 15px; }
  .evolution-closing { min-height: 350px; padding: 58px 18px; }
  .evolution-closing h2 { font-size: clamp(50px,15.5vw,64px); margin: 16px 0 30px; }
  .evolution-footer { padding-inline: 18px; }
  .evolution-footer .footer-main { gap: 28px; padding: 40px 0; }
  .evolution-footer .footer-brand img { width: 260px; height: auto; }
  .evolution-footer .footer-bottom { font-size: 8px; line-height: 1.5; }
  .product-detail { gap: 28px; }
  .detail-visual, .detail-visual--secondary { min-height: 0; aspect-ratio: 1 / 1; }
  .detail-copy h1 { font-size: clamp(42px,14vw,58px); }
  .detail-lower { padding-top: 50px; }
}

@media (max-width: 720px) {
  .stock-brand-filter { align-items: flex-start; flex-direction: column; margin-top: -16px; }
  .footer-collections { gap: 22px; padding: 28px 0; }
  .footer-collections h2 { font-size: 22px; }
  .footer-collection-row { grid-template-columns: 1fr; gap: 12px; }
  .footer-brand-links { gap: 12px 24px; }
  .footer-apparel-brand { font-size: 29px; }
  .footer-band-track { margin-right: -18px; padding-right: 18px; }
  .footer-band-link { padding-inline: 16px; font-size: 17px; }
  .erre-whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 56px; height: 56px; }
  .erre-whatsapp-float::before { display: none; }
  .erre-whatsapp-float svg { width: 31px; height: 31px; }
}

@media (max-width: 520px) {
  .brand-evolution .topline { min-height: 42px; padding: 8px 14px; font-size: 8px; line-height: 1.4; letter-spacing: .08em; }
  .footer-collections h2 { font-size: 20px; }
  .footer-apparel-brand { font-size: 27px; }
  .footer-band-track { margin-right: -18px; }
  .erre-whatsapp-float { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: 54px; height: 54px; }
}

/* WordPress + WooCommerce migration layer. */
.admin-bar .evolution-header { top: 32px; }
.stock-carousel-shell.is-expanded { padding-inline: 0; }
.stock-carousel-shell.is-expanded .stock-carousel {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
}
.stock-carousel-shell.is-expanded .stock-arrow { display: none; }
.product-card[hidden] { display: none !important; }
.product-meta .woocommerce-Price-amount { color: inherit; }

.erre-page-shell {
  width: min(var(--max), 100%);
  min-height: 58vh;
  margin: 0 auto;
  padding: 70px 34px 100px;
}
.erre-legal-page .erre-page-shell { width: min(980px, 100%); padding-top: 62px; }
.erre-legal-page .erre-content { color: #d8d5cf; font-size: 16px; line-height: 1.78; }
.erre-legal-page .erre-content > h1 { max-width: 900px; margin: 0 0 34px; color: var(--white); font-size: clamp(46px, 6vw, 78px); }
.erre-legal-page .erre-content h2 { margin: 46px 0 16px; color: var(--gold-light); font-family: "ERRE Narrow", "Arial Narrow", sans-serif; font-size: clamp(27px, 3.4vw, 39px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.erre-legal-page .erre-content p { margin: 0 0 18px; }
.erre-legal-page .erre-content ul,
.erre-legal-page .erre-content ol { margin: 0 0 24px; padding-left: 24px; }
.erre-legal-page .erre-content li { margin: 0 0 10px; padding-left: 5px; }
.erre-legal-page .erre-content a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.erre-legal-page .erre-legal-updated { color: #8f8b84; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.erre-legal-page .erre-legal-contact { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 24px; }
.erre-legal-table-wrap { max-width: 100%; margin: 24px 0 32px; overflow-x: auto; }
.erre-legal-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.erre-legal-table th,
.erre-legal-table td { border: 1px solid var(--line); padding: 15px 17px; text-align: left; vertical-align: top; }
.erre-legal-table th { color: var(--gold-light); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.erre-legal-table td { color: #d8d5cf; }
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { margin-top: 20px; }
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a,
body.woocommerce-checkout .woocommerce-privacy-policy-text a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.erre-content > h1,
.erre-shop-shell .woocommerce-products-header__title,
.erre-shop-shell .page-title {
  font-family: "ERRE Narrow", "Arial Narrow", sans-serif;
  font-size: clamp(52px, 7vw, 96px);
  line-height: .88;
  text-transform: uppercase;
}
.erre-product-page { background: var(--black); color: var(--white); }
.erre-add-to-cart { margin: 28px 0; }
.erre-add-to-cart form.cart { margin: 0; }
.erre-add-to-cart .variations { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.erre-add-to-cart .variations th,
.erre-add-to-cart .variations td { padding: 9px 0; text-align: left; }
.erre-add-to-cart .variations label { color: var(--gold-light); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.erre-add-to-cart select,
.erre-add-to-cart input.qty {
  min-height: 48px;
  border: 1px solid #393630;
  border-radius: 0;
  background: #080808;
  color: #fff;
  padding: 0 13px;
}
.erre-add-to-cart .quantity { display: inline-block; margin-right: 8px; }
.erre-add-to-cart input.qty { width: 72px; }
.erre-add-to-cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  border: 1px solid var(--gold);
  border-radius: 0;
  background: var(--gold);
  color: #080706;
  padding: 0 24px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Transactional pages: keep WooCommerce actions on the ERRE palette. */
body.erre-woocommerce .erre-add-to-cart .single_add_to_cart_button,
body.erre-woocommerce .woocommerce .single_add_to_cart_button,
body.erre-woocommerce .woocommerce .wc-proceed-to-checkout a.checkout-button,
body.erre-woocommerce .woocommerce #payment #place_order,
body.erre-woocommerce .woocommerce a.button.alt,
body.erre-woocommerce .woocommerce button.button.alt,
body.erre-woocommerce .woocommerce input.button.alt {
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: #080706 !important;
  box-shadow: none !important;
}
body.erre-woocommerce .erre-add-to-cart .single_add_to_cart_button:hover,
body.erre-woocommerce .woocommerce .single_add_to_cart_button:hover,
body.erre-woocommerce .woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
body.erre-woocommerce .woocommerce #payment #place_order:hover,
body.erre-woocommerce .woocommerce a.button.alt:hover,
body.erre-woocommerce .woocommerce button.button.alt:hover,
body.erre-woocommerce .woocommerce input.button.alt:hover {
  border-color: var(--gold-light) !important;
  background: var(--gold-light) !important;
  color: #080706 !important;
}

/* Stripe inherits light labels; the surrounding checkout panel must stay dark. */
body.woocommerce-checkout .woocommerce-checkout-payment,
body.woocommerce-checkout #payment {
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: var(--panel-2) !important;
  color: var(--white) !important;
}
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment div.form-row {
  border-color: var(--line) !important;
}
body.woocommerce-checkout #payment div.payment_box {
  background: #0d0d0d !important;
  color: var(--white) !important;
}
body.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #0d0d0d !important;
}
body.woocommerce-checkout #payment .payment_box p,
body.woocommerce-checkout #payment label {
  color: var(--white) !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { background: var(--gold-light); color: #080706; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--gold);
  border-radius: 0;
  background: #141414;
  color: #eeeae2;
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--gold-light); }

/* Confirmación visible al añadir un producto sin sacar al cliente de la ficha. */
.erre-product-notices {
  position: fixed;
  z-index: 10020;
  top: 96px;
  right: 22px;
  width: min(460px, calc(100vw - 44px));
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity .2s ease, transform .2s ease;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .48));
}
.erre-product-notices.is-visible { opacity: 1; transform: translateY(0); }
.erre-product-notices.is-closing { opacity: 0; transform: translateY(-12px); }
.erre-product-notices .woocommerce-notices-wrapper { margin: 0; }
.erre-product-notices .woocommerce-message,
.erre-product-notices .woocommerce-error,
.erre-product-notices .woocommerce-info {
  position: relative;
  min-height: 86px;
  margin: 0;
  padding: 24px 48px 22px 54px;
  border: 1px solid var(--gold);
  border-top-width: 3px;
  background: #141414;
}
.erre-product-notices .woocommerce-message::before,
.erre-product-notices .woocommerce-info::before,
.erre-product-notices .woocommerce-error::before { top: 25px; left: 20px; }
.erre-product-notices .button {
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  min-height: 38px !important;
  margin: 14px 8px 0 0 !important;
  padding: 0 15px !important;
  font-size: 9px !important;
}
.erre-product-notices .erre-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.erre-product-notices .erre-notice-variation {
  display: block;
  margin-top: 5px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
}
.erre-notice-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

/* Acción compacta junto a la cantidad, con etiqueta accesible. */
.woocommerce-cart-form.erre-remove-positioned th.product-remove,
.woocommerce-cart-form.erre-remove-positioned td.product-remove { display: none; }
.woocommerce-cart-form td.product-quantity { white-space: nowrap; }
.woocommerce-cart-form .erre-quantity-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.woocommerce-cart-form .erre-quantity-actions .quantity { margin: 0; }
.woocommerce-cart-form td.product-thumbnail {
  width: 136px;
  padding: 14px 12px;
}
.woocommerce-cart-form td.product-thumbnail a {
  display: block;
  width: 112px;
}
.woocommerce-cart-form td.product-thumbnail img {
  display: block;
  width: 112px !important;
  max-width: none !important;
  height: 112px !important;
  border: 1px solid #393630;
  background: #141414;
  object-fit: contain;
}
.woocommerce-cart-form a.remove.erre-remove-item {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid #45413a;
  border-radius: 0;
  background: transparent;
  color: #aaa59d !important;
  vertical-align: middle;
}
.woocommerce-cart-form a.remove.erre-remove-item:hover {
  border-color: #e25b5b;
  background: #1b1010;
  color: #ff7b7b !important;
}
.woocommerce-cart-form .erre-trash-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register { border-color: var(--line); border-radius: 0; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { border-color: var(--line); }
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  min-height: 46px;
  border: 1px solid #46423b;
  border-radius: 0;
  background: #101010;
  color: #fff;
  padding: 10px 12px;
}
.woocommerce .woocommerce-breadcrumb { color: #77736c; }
.woocommerce .woocommerce-breadcrumb a { color: #aaa59d; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; border: 1px solid var(--line); background: var(--panel); padding: 0 0 20px; }
.woocommerce ul.products li.product a img { margin: 0 0 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-inline: 18px; }
.woocommerce ul.products li.product .price { color: var(--gold-light); }

@media (max-width: 960px) {
  .stock-carousel-shell.is-expanded .stock-carousel,
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .evolution-header { top: 46px; }
}

@media (max-width: 720px) {
  .stock-carousel-shell.is-expanded .stock-carousel,
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .erre-page-shell { padding: 55px 20px 80px; }
  .footer-legal { align-items: flex-start; gap: 12px 18px; padding: 20px 0; }
  .footer-legal strong { flex: 0 0 100%; margin-right: 0; }
  .erre-legal-page .erre-page-shell { padding-top: 42px; }
  .erre-legal-page .erre-content { font-size: 15px; line-height: 1.72; }
  .erre-legal-page .erre-content > h1 { margin-bottom: 28px; font-size: clamp(42px, 14vw, 58px); }
  .erre-legal-page .erre-content h2 { margin-top: 38px; font-size: 29px; }
  .erre-product-notices {
    top: 76px;
    right: 12px;
    width: calc(100vw - 24px);
  }
  .erre-product-notices .woocommerce-message,
  .erre-product-notices .woocommerce-error,
  .erre-product-notices .woocommerce-info { padding: 22px 44px 20px 48px; }
  .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail,
  .woocommerce-page table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail {
    display: block !important;
    width: 100%;
    padding: 16px 12px 8px;
    text-align: center !important;
  }
  .woocommerce-cart-form td.product-thumbnail a { margin: 0 auto; }
}

@media (max-width: 520px) {
  .stock-carousel-shell.is-expanded .stock-carousel,
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .erre-page-shell { padding-inline: 16px; }
  .admin-bar .evolution-header { top: 0; }
}

/* Recomendaciones disponibles después de la compra principal. */
.erre-related-products {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 34px 88px;
  border-top: 1px solid var(--line);
}
.erre-related-heading { margin-bottom: 34px; }
.erre-related-heading h2 {
  margin: 10px 0 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(42px, 5.3vw, 76px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: .015em;
  text-transform: uppercase;
}
.erre-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 960px) {
  .erre-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .erre-related-products { padding: 60px 22px 70px; }
  .erre-related-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82%);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding-bottom: 12px;
  }
  .erre-related-grid .product-card { scroll-snap-align: start; }
}

@media (max-width: 520px) {
  .erre-related-products { padding-inline: 16px; }
  .erre-related-heading h2 { font-size: clamp(42px, 13vw, 58px); }
  .erre-related-grid { grid-auto-columns: 86%; }
}

/* Ajustes móviles de conversión y legibilidad. */
@media (max-width: 720px) {
  .evolution-header {
    min-height: 94px;
    height: auto;
    grid-template-rows: 58px 25px;
    gap: 0 12px;
    padding: 3px 14px 8px;
    background: #f9f8f5;
    isolation: isolate;
  }
  .evolution-brand { width: 150px; height: 58px; }
  .evolution-brand img { width: 148px; height: 56px; }
  .evolution-main-nav { gap: 11px; }
  .evolution-main-nav a { font-size: 7.5px; }

  .product-detail,
  .detail-copy,
  .erre-add-to-cart,
  .erre-add-to-cart form.cart {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .detail-copy h1 {
    max-width: 100%;
    font-family: "ERRE Narrow", "Arial Narrow", sans-serif;
    font-weight: 700;
    overflow-wrap: anywhere;
  }
  .detail-description { max-width: 100%; overflow-wrap: anywhere; }
  .erre-add-to-cart .reset_variations {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
  }
  .erre-add-to-cart iframe,
  .erre-add-to-cart #wc-stripe-express-checkout-element,
  .erre-add-to-cart .wc-stripe-product-checkout-container,
  .erre-add-to-cart .wc-stripe-express-checkout-element {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail::before,
  .woocommerce-page table.shop_table_responsive .woocommerce-cart-form__cart-item td.product-thumbnail::before {
    display: none !important;
    content: none !important;
  }

  .erre-related-heading h2 {
    font-family: "ERRE Narrow", "Arial Narrow", sans-serif;
    font-weight: 700;
  }

  body.woocommerce-checkout #payment,
  body.woocommerce-checkout #payment ul.payment_methods,
  body.woocommerce-checkout #payment div.payment_box,
  body.woocommerce-checkout #payment iframe {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  body.woocommerce-checkout #payment ul.payment_methods { padding: 14px !important; }
  body.woocommerce-checkout #payment div.payment_box {
    width: auto !important;
    margin: 14px 0 0 !important;
    padding: 12px !important;
  }
}

@media (max-width: 520px) {
  .detail-copy h1 {
    font-size: clamp(40px, 12.5vw, 50px);
    line-height: .9;
  }
  .erre-related-heading h2 {
    font-size: clamp(36px, 11vw, 44px);
    line-height: .96;
  }
}
