/*
 * lanobots-shop.css
 * Shop page — extends lanobots-homepage.css design system.
 * #000 / #F5F0E8 / #F5C400 yellow / #7B4FD4 purple
 * Barlow Condensed (headings) / Barlow (body) / Caveat (tagline)
 */

/* ============================================================
   SHOP HERO
   ============================================================ */
.lb-hero--shop { min-height: 88vh; align-items: center; }

.lb-shop-hero__eyebrow {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #7B4FD4; margin-bottom: 1rem;
}
.lb-shop-hero__title {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: clamp(3.5rem, 9vw, 7.5rem);
  font-weight: 900; line-height: 0.92;
  text-transform: uppercase; letter-spacing: -0.01em;
  color: #F5F0E8;
  text-shadow: 0 4px 40px rgba(0,0,0,0.85);
  margin: 0 0 1.25rem;
}
.lb-shop-hero__title em { color: #F5C400; font-style: italic; }
.lb-shop-hero__body {
  font-family: 'Barlow', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem); line-height: 1.65;
  color: rgba(245,240,232,0.8); max-width: 50ch;
  margin-bottom: 2rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.7);
}
.lb-shop-hero__ctas {
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center;
}
.lb-btn--lg {
  font-size: 1.05rem;
  padding: 0.9rem 2.4rem;
  letter-spacing: 0.12em;
}

.lb-shop-hero__scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(245,240,232,0.35);
}
.lb-shop-hero__scroll svg { animation: lb-bounce 1.8s ease-in-out infinite; }
@keyframes lb-bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(5px)} }

/* ============================================================
   FEATURED DROP (Editorial 2-col)
   ============================================================ */
.lb-shop-feature {
  background: #050505;
  padding: 5.5rem 2rem;
}
.lb-shop-feature__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 5rem; align-items: center;
}
.lb-shop-feature__media {
  position: relative;
  border-radius: 4px; overflow: hidden;
  aspect-ratio: 5/6;
  background: #0a0a0a;
}
.lb-shop-feature__media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.lb-shop-feature__tag {
  position: absolute; top: 1rem; left: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: #000;
  background: #F5C400; padding: 0.2rem 0.6rem; border-radius: 2px;
}
.lb-shop-feature__media-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(245,240,232,0.5);
  background: rgba(0,0,0,0.65); padding: 0.5rem 0.75rem;
  text-align: right;
}

.lb-shop-feature__content { display: flex; flex-direction: column; gap: 1.5rem; }
.lb-shop-feature__eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #7B4FD4;
}
.lb-shop-feature__title {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 900; font-style: italic;
  text-transform: uppercase; line-height: 1;
  color: #F5F0E8; margin: 0;
}
.lb-shop-feature__title em { color: #F5C400; }
.lb-shop-feature__body {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; line-height: 1.7;
  color: rgba(245,240,232,0.65); max-width: 46ch;
}
.lb-shop-feature__specs {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid rgba(245,240,232,0.1);
}
.lb-shop-feature__spec {
  display: grid; grid-template-columns: 100px 1fr;
  gap: 1rem; padding: 0.75rem 0;
  border-bottom: 1px solid rgba(245,240,232,0.07);
}
.lb-shop-feature__spec-key {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #7B4FD4;
}
.lb-shop-feature__spec-val {
  font-family: 'Barlow', sans-serif;
  font-size: 0.875rem; color: rgba(245,240,232,0.6);
}
.lb-shop-feature__ctas {
  display: flex; gap: 1rem; flex-wrap: wrap; padding-top: 0.5rem;
}

/* ============================================================
   CATEGORY LANES
   ============================================================ */
.lb-shop-cats {
  background: #000;
  padding: 5rem 2rem;
}
.lb-shop-cats__inner {
  max-width: 1280px; margin: 0 auto;
}
.lb-shop-cats__intro { margin-bottom: 2.5rem; }

.lb-shop-cats__grid,
.lb-shop-cats__inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.lb-shop-cat {
  background: #111;
  border: 1px solid rgba(245,240,232,0.07);
  border-radius: 4px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.lb-shop-cat:hover {
  border-color: rgba(245,196,0,0.35);
  transform: translateY(-4px);
}
.lb-shop-cat--featured {
  border-color: rgba(123,79,212,0.3);
}
.lb-shop-cat--featured:hover { border-color: rgba(245,196,0,0.5); }

.lb-shop-cat__header {
  padding: 1.4rem 1.4rem 0;
  display: flex; justify-content: space-between; align-items: center;
}
.lb-shop-cat__label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lb-shop-cat--apparel  .lb-shop-cat__label { color: #F5C400; }
.lb-shop-cat--issue1   .lb-shop-cat__label { color: #7B4FD4; }
.lb-shop-cat--posters  .lb-shop-cat__label { color: #F5C400; }

.lb-shop-cat__count {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.65rem; letter-spacing: 0.1em;
  color: rgba(245,240,232,0.25);
  text-transform: uppercase;
}
.lb-shop-cat__img {
  margin: 1rem;
  border-radius: 3px; overflow: hidden;
  aspect-ratio: 1;
  background: #0a0a0a;
  flex-shrink: 0;
}
.lb-shop-cat--featured .lb-shop-cat__img { aspect-ratio: 4/5; }
.lb-shop-cat__img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.3s ease;
}
.lb-shop-cat:hover .lb-shop-cat__img img { transform: scale(1.04); }

.lb-shop-cat__body {
  padding: 0.5rem 1.4rem 1.4rem;
  flex: 1; display: flex; flex-direction: column; gap: 0.5rem;
}
.lb-shop-cat__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.35rem; font-weight: 900; font-style: italic;
  text-transform: uppercase; color: #F5F0E8;
  margin: 0; line-height: 1.1;
}
.lb-shop-cat--featured .lb-shop-cat__title { font-size: 1.7rem; }
.lb-shop-cat__desc {
  font-family: 'Barlow', sans-serif;
  font-size: 0.82rem; line-height: 1.55;
  color: rgba(245,240,232,0.5); margin: 0;
  flex: 1;
}
.lb-shop-cat__cta {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; text-decoration: none;
  color: rgba(245,240,232,0.4); margin-top: 0.5rem;
  transition: color 0.2s;
}
.lb-shop-cat__cta:hover { color: #F5C400; }
.lb-shop-cat__cta span { font-size: 1rem; }

/* ============================================================
   CONVERSION SIGNALS
   ============================================================ */
.lb-shop-signals {
  background: #080808;
  border-top: 1px solid rgba(245,240,232,0.06);
  border-bottom: 1px solid rgba(245,240,232,0.06);
  padding: 3rem 2rem;
}
.lb-shop-signals__grid {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1rem;
}
.lb-shop-signal {
  display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem;
  background: #111;
  border: 1px solid rgba(245,240,232,0.06);
  border-radius: 4px;
}
.lb-shop-signal__icon { font-size: 1.5rem; flex-shrink: 0; }
.lb-shop-signal__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem; font-weight: 800; font-style: italic;
  text-transform: uppercase; color: #F5F0E8;
  margin: 0 0 0.25rem;
}
.lb-shop-signal__body {
  font-family: 'Barlow', sans-serif;
  font-size: 0.78rem; line-height: 1.5;
  color: rgba(245,240,232,0.45); margin: 0;
}

/* ============================================================
   FINAL CTA BANNER
   ============================================================ */
.lb-shop-cta {
  position: relative;
  background: #000 center center / cover no-repeat;
  padding: 8rem 2rem; overflow: hidden;
}
.lb-shop-cta__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.65) 100%);
  z-index: 0;
}
.lb-shop-cta__inner {
  position: relative; z-index: 1;
  max-width: 800px; margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
}
.lb-shop-cta__eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #7B4FD4;
}
.lb-shop-cta__title {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 900; font-style: italic;
  text-transform: uppercase; line-height: 1;
  color: #F5F0E8; margin: 0;
}
.lb-shop-cta__title em { color: #F5C400; }
.lb-shop-cta__body {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; line-height: 1.65;
  color: rgba(245,240,232,0.7); max-width: 46ch;
  margin-bottom: 0.5rem;
}
.lb-shop-cta__ctas {
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .lb-shop-feature__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .lb-shop-feature__media { aspect-ratio: 4/3; }
  .lb-shop-cats__grid, .lb-shop-cats__inner { grid-template-columns: 1fr 1fr; }
  .lb-shop-cat--featured { grid-column: span 2; }
  .lb-shop-cat--featured .lb-shop-cat__img { aspect-ratio: 16/9; }
}
@media (max-width: 640px) {
  .lb-hero--shop { min-height: 85vh; }
  .lb-shop-feature { padding: 3.5rem 1.25rem; }
  .lb-shop-cats    { padding: 3.5rem 1.25rem; }
  .lb-shop-signals { padding: 2.5rem 1.25rem; }
  .lb-shop-cta     { padding: 5rem 1.25rem; }
  .lb-shop-cats__grid, .lb-shop-cats__inner { grid-template-columns: 1fr; }
  .lb-shop-cat--featured { grid-column: span 1; }
  .lb-shop-signals__grid { grid-template-columns: 1fr; }
  .lb-shop-hero__ctas { flex-direction: column; align-items: flex-start; }
  .lb-shop-cta__ctas { flex-direction: column; align-items: center; }
}

/* ============================================================
   SPRINT 2 — SHOP: Luxury Typography + Motion
   ============================================================ */

/* — Premium luxury spacing & refined type — */
.lb-shop-hero__title {
  letter-spacing: 0.02em;
  text-shadow: 0 4px 40px rgba(0,0,0,0.85);
}
.lb-shop-hero__title em { color: var(--page-accent, #22c55e); }

/* Product section headings: clean, architectural */
.lb-shop-section-title,
.lb-shop-cat__title,
.lb-shop-product__name,
.lb-shop-featured__title {
  font-family: var(--font-display, 'Montserrat', 'Barlow Condensed', sans-serif);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Price: count-up handled by JS; CSS makes it pop */
.lb-shop-product__price,
.lb-product-price,
.lb-shop-cat__price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  letter-spacing: 0.04em;
  color: var(--lb-yellow, #ffd400);
  transition: transform 300ms ease;
}

/* Product images: idle float (applied by JS) + hover scale */
.lb-shop-product__img,
.lb-product-feature__img,
.lb-shop-cat__img img,
.lb-shop-product__img-wrap img {
  transition: transform 500ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}
.lb-shop-product:hover .lb-shop-product__img,
.lb-shop-cat:hover .lb-shop-cat__img img,
.lb-shop-product:hover .lb-shop-product__img-wrap img {
  transform: scale(1.05);
  filter: brightness(1.06);
}

/* Product cards: lift */
.lb-shop-product,
.lb-shop-cat {
  transition: transform 350ms cubic-bezier(.2,.7,.2,1),
              box-shadow 350ms ease,
              border-color 350ms ease;
}
.lb-shop-product:hover,
.lb-shop-cat:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.55),
              0 0 0 1px rgba(var(--page-accent-rgb, 24,255,0), 0.3);
  border-color: rgba(var(--page-accent-rgb, 24,255,0), 0.3);
}

/* Green energy sweep on section dividers */
.lb-shop-divider,
hr.lb-shop-sep {
  position: relative;
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.08);
  overflow: visible;
}
.lb-shop-divider::after,
hr.lb-shop-sep::after {
  content: '';
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, transparent, var(--page-accent, #18ff00), transparent);
  transition: width 1s cubic-bezier(.2,.7,.2,1);
}
.lb-shop-divider.lb-revealed::after,
hr.lb-shop-sep.lb-revealed::after {
  width: 100%;
}

/* Product card reveal: stagger */
.lb-shop-product,
.lb-shop-cat {
  opacity: 0;
  transform: translateY(24px);
}
.lb-shop-product.lb-revealed,
.lb-shop-cat.lb-revealed {
  opacity: 1;
  transform: translateY(0);
}
.lb-shop-cats .lb-shop-cat:nth-child(1)     { transition-delay:   0ms; }
.lb-shop-cats .lb-shop-cat:nth-child(2)     { transition-delay:  80ms; }
.lb-shop-cats .lb-shop-cat:nth-child(3)     { transition-delay: 160ms; }
.lb-shop-cats .lb-shop-cat:nth-child(4)     { transition-delay: 240ms; }
.lb-shop-products .lb-shop-product:nth-child(1) { transition-delay:   0ms; }
.lb-shop-products .lb-shop-product:nth-child(2) { transition-delay:  80ms; }
.lb-shop-products .lb-shop-product:nth-child(3) { transition-delay: 160ms; }

/* Section reveal handled by data-reveal + lanobots-tech.css (.js .lb-shop-cats etc.)
   Individual cards also have data-reveal for staggered entry. */

/* ============================================================
   SHOP PAGE — ACCENT COLOR USES (all driven by --page-accent token)
   ============================================================ */

/* Hero eyebrow in accent green */
.lb-shop-hero__eyebrow { color: var(--page-accent, #18ff00); }

/* "DROP" in hero title (wrap in <em> in plugin or default) */
.lb-shop-hero__title em { color: var(--page-accent, #18ff00); }

/* Final CTA title <em> word in green */
.lb-shop-cta__title em { color: var(--page-accent, #18ff00); }

/* ============================================================
   SHOP PAGE — BUTTON COLOR OVERRIDES (all use --page-accent)
   ============================================================ */
.page-shop .lb-btn--primary,
.page-shop .lb-btn--primary:hover,
.page-shop .lb-btn--primary:focus {
  background: var(--page-accent, #18ff00);
  border-color: var(--page-accent, #18ff00);
  color: #000000;
}
.page-shop .lb-btn--primary:hover,
.page-shop .lb-btn--primary:focus {
  filter: brightness(0.88);
  box-shadow: 0 6px 20px rgba(var(--page-accent-rgb, 24,255,0), 0.35);
  transform: translateY(-2px);
}
.page-shop .lb-btn--secondary {
  border-color: rgba(var(--page-accent-rgb, 24,255,0), 0.5);
  color: var(--page-accent, #18ff00);
}
.page-shop .lb-btn--secondary:hover,
.page-shop .lb-btn--secondary:focus {
  border-color: var(--page-accent, #18ff00);
  color: var(--page-accent, #18ff00);
}

@media (prefers-reduced-motion: reduce) {
  .lb-shop-product, .lb-shop-cat,
  .lb-shop-product__img, .lb-product-feature__img { animation: none; }
  .lb-shop-product, .lb-shop-cat,
  .lb-shop-cats, .lb-shop-products, .lb-shop-featured,
  .lb-shop-signals, .lb-shop-cta { opacity: 1; transform: none; transition: none; }
  .lb-shop-product:hover, .lb-shop-cat:hover { transform: none; }
}

