/** Shopify CDN: Minification failed

Line 2892:0 All "@import" rules must come first

**/
/* ============================================================
   Tech2000s — Premium Retro-Tech Theme
   Custom design system layered on top of Dawn.
   Mobile-first, dark + neon aesthetic.
   ============================================================ */

:root {
  --t2k-bg: #000000;
  --t2k-bg-soft: #0a0a0d;
  --t2k-bg-card: #111114;
  --t2k-text: #ffffff;
  --t2k-text-dim: rgba(255, 255, 255, 0.7);
  --t2k-text-mute: rgba(255, 255, 255, 0.45);
  --t2k-border: rgba(255, 255, 255, 0.08);
  --t2k-border-strong: rgba(255, 255, 255, 0.18);

  /* Neon accents */
  --t2k-lime: #d4ff3a;
  --t2k-lime-glow: rgba(212, 255, 58, 0.45);
  --t2k-orange: #ff6b35;
  --t2k-orange-glow: rgba(255, 107, 53, 0.45);

  /* Brand-specific accents */
  --t2k-psp: #d4ff3a;        /* lime green */
  --t2k-vita: #00b4ff;       /* PlayStation blue */
  --t2k-vita-deep: #0035a0;
  --t2k-nintendo: #e60012;   /* Nintendo red */
  --t2k-nintendo-soft: #ff3a3a;
  --t2k-ipod: #f5f5f7;       /* Apple silver */
  --t2k-ipod-dark: #1d1d1f;

  --t2k-radius-sm: 6px;
  --t2k-radius: 14px;
  --t2k-radius-lg: 24px;
  --t2k-radius-xl: 32px;

  --t2k-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t2k-ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Grid texture used across multiple sections */
.t2k-grid-bg {
  position: relative;
  isolation: isolate;
}
.t2k-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: center;
  -webkit-mask-image: radial-gradient(ellipse at center, black 50%, transparent 100%);
          mask-image: radial-gradient(ellipse at center, black 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

/* ============================================================
   HERO
   ============================================================ */

.t2k-hero {
  position: relative;
  background: var(--t2k-bg);
  color: var(--t2k-text);
  overflow: hidden;
  padding: clamp(56px, 12vw, 120px) 20px clamp(72px, 14vw, 140px);
  isolation: isolate;
}

.t2k-hero__glow {
  position: absolute;
  width: 80vw;
  max-width: 900px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
  z-index: -1;
}
.t2k-hero__glow--green {
  background: radial-gradient(circle, var(--t2k-lime), transparent 60%);
  top: -20%;
  left: -10%;
  animation: t2k-float 12s var(--t2k-ease-soft) infinite alternate;
}
.t2k-hero__glow--orange {
  background: radial-gradient(circle, var(--t2k-orange), transparent 60%);
  bottom: -25%;
  right: -10%;
  animation: t2k-float 14s var(--t2k-ease-soft) -3s infinite alternate;
}

.t2k-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.t2k-hero__badge {
  display: inline-block;
  padding: 8px 16px;
  background: var(--t2k-lime);
  color: #000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
  animation: t2k-fade-up 0.8s var(--t2k-ease) both;
}

.t2k-hero__headline {
  font-family: var(--font-heading-family);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 9vw, 5.6rem);
  text-transform: uppercase;
  margin: 0;
  animation: t2k-fade-up 0.9s var(--t2k-ease) 0.1s both;
}
.t2k-hero__headline span {
  display: inline-block;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, var(--t2k-lime) 60%, var(--t2k-lime) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.t2k-hero__sub {
  font-family: var(--font-body-family);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: var(--t2k-text-dim);
  max-width: 620px;
  margin: 0;
  animation: t2k-fade-up 0.9s var(--t2k-ease) 0.25s both;
}

.t2k-hero__ctas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 540px;
  margin-top: 12px;
  animation: t2k-fade-up 0.9s var(--t2k-ease) 0.4s both;
}
@media (min-width: 750px) {
  .t2k-hero__ctas { grid-template-columns: repeat(4, 1fr); max-width: none; }
}

.t2k-cta-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--t2k-border-strong);
  border-radius: var(--t2k-radius-lg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.35s var(--t2k-ease);
  position: relative;
  overflow: hidden;
}
.t2k-cta-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, transparent, var(--t2k-accent, var(--t2k-lime)), transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.t2k-cta-pill:hover, .t2k-cta-pill:focus-visible {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 12px 40px -8px var(--t2k-accent-glow, var(--t2k-lime-glow));
}
.t2k-cta-pill:hover::before, .t2k-cta-pill:focus-visible::before { opacity: 1; }
.t2k-cta-pill[data-brand="psp"]    { --t2k-accent: var(--t2k-psp);       --t2k-accent-glow: var(--t2k-lime-glow); }
.t2k-cta-pill[data-brand="vita"]   { --t2k-accent: var(--t2k-vita);      --t2k-accent-glow: rgba(0,180,255,0.4); }
.t2k-cta-pill[data-brand="3ds"]    { --t2k-accent: var(--t2k-nintendo);  --t2k-accent-glow: rgba(230,0,18,0.4); }
.t2k-cta-pill[data-brand="ipod"]   { --t2k-accent: #fff;                  --t2k-accent-glow: rgba(255,255,255,0.3); }

.t2k-cta-pill__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--t2k-accent, var(--t2k-lime));
  box-shadow: 0 0 12px var(--t2k-accent, var(--t2k-lime));
}

/* ============================================================
   BRAND SECTIONS — shared structure
   ============================================================ */

.t2k-brand {
  position: relative;
  padding: clamp(64px, 10vw, 110px) 20px;
  overflow: hidden;
  isolation: isolate;
  color: var(--t2k-text);
}
.t2k-brand__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.t2k-brand__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: clamp(28px, 5vw, 48px);
}
.t2k-brand__eyebrow {
  display: inline-block;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--t2k-border-strong);
}
.t2k-brand__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.t2k-brand__sub {
  font-family: var(--font-body-family);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--t2k-text-dim);
  max-width: 580px;
  margin: 0;
}

.t2k-brand__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--t2k-radius);
  transition: all 0.3s var(--t2k-ease);
  border: 1.5px solid transparent;
  cursor: pointer;
}
.t2k-brand__cta:hover, .t2k-brand__cta:focus-visible {
  transform: translateY(-2px);
}
.t2k-brand__cta--primary {
  background: var(--t2k-text);
  color: var(--t2k-bg);
}
.t2k-brand__cta--primary:hover {
  box-shadow: 0 10px 30px -6px rgba(255,255,255,0.4);
}
.t2k-brand__cta--ghost {
  background: transparent;
  color: var(--t2k-text);
  border-color: var(--t2k-border-strong);
}

/* ============================================================
   PRODUCT GRID (used by all brand sections)
   ============================================================ */

.t2k-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}
@media (min-width: 750px) {
  .t2k-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
}

.t2k-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--t2k-ease), box-shadow 0.35s var(--t2k-ease), border-color 0.35s ease;
}
.t2k-card:hover {
  transform: translateY(-4px);
  border-color: var(--t2k-accent, rgba(255,255,255,0.3));
  box-shadow: 0 18px 50px -16px var(--t2k-accent-glow, rgba(255,255,255,0.15));
}
.t2k-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #000;
  overflow: hidden;
}
.t2k-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--t2k-ease);
}
.t2k-card:hover .t2k-card__media img { transform: scale(1.06); }

.t2k-card__oos {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.t2k-card__body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.t2k-card__title {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  color: var(--t2k-text);
}
.t2k-card__price {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--t2k-accent, var(--t2k-text));
  margin: 0;
}

/* ============================================================
   DEVICE MOCKUPS
   ============================================================ */

.t2k-device {
  position: relative;
  margin: 32px auto;
  max-width: 580px;
  width: 100%;
  aspect-ratio: 16 / 9;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,0.5));
  transition: transform 0.5s var(--t2k-ease);
}
.t2k-device:hover { transform: translateY(-4px) scale(1.01); }

.t2k-device__screen-wrap {
  position: absolute;
  overflow: hidden;
  background: #000;
}
.t2k-device__screen-wrap video,
.t2k-device__screen-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

.t2k-device__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 12px;
  pointer-events: none;
  font-size: 10px;
  font-family: var(--font-body-family);
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.t2k-device__overlay-row {
  display: flex; justify-content: space-between; align-items: center;
}
.t2k-device__pill {
  background: rgba(0,0,0,0.55);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
  pointer-events: auto;
}
.t2k-device__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  backdrop-filter: blur(8px);
}
.t2k-device__play:hover { background: rgba(255,255,255,0.3); transform: translate(-50%, -50%) scale(1.06); }
.t2k-device__play.is-playing { opacity: 0; pointer-events: none; }

.t2k-device__progress {
  position: absolute;
  bottom: 8px; left: 12px; right: 12px;
  height: 3px;
  background: rgba(255,255,255,0.25);
  border-radius: 999px;
  overflow: hidden;
}
.t2k-device__progress-fill {
  height: 100%;
  background: #fff;
  width: 0%;
  transition: width 0.1s linear;
}

/* === PSP mockup === */
.t2k-device--psp {
  background:
    linear-gradient(180deg, #2a2a2e, #18181b 50%, #0a0a0c);
  border-radius: 28px;
  padding: 14px 64px;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 16 / 8.5;
}
.t2k-device--psp .t2k-device__screen-wrap {
  inset: 14px 64px;
  border-radius: 4px;
}
.t2k-device--psp::before, .t2k-device--psp::after {
  content: "";
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2c2c30, #0e0e10 80%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}
.t2k-device--psp::before { left: 4px; }
.t2k-device--psp::after { right: 4px; }

/* === PS Vita mockup === */
.t2k-device--vita {
  background: linear-gradient(180deg, #15151a, #050507);
  border-radius: 36px;
  padding: 18px 80px;
  border: 1px solid rgba(0,180,255,0.15);
  aspect-ratio: 16 / 7.5;
  box-shadow: 0 0 60px -10px rgba(0,180,255,0.25);
}
.t2k-device--vita .t2k-device__screen-wrap {
  inset: 18px 80px;
  border-radius: 8px;
}
.t2k-device--vita::before, .t2k-device--vita::after {
  content: "";
  position: absolute;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1a1a22, #050508 80%);
  border: 1px solid rgba(0,180,255,0.15);
  top: 50%; transform: translateY(-50%);
}
.t2k-device--vita::before { left: 8px; }
.t2k-device--vita::after { right: 8px; }

/* === Nintendo DS mockup (clamshell) === */
.t2k-device--ds {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  aspect-ratio: 1 / 1.2;
  max-width: 360px;
}
.t2k-device--ds .t2k-device__panel {
  background: linear-gradient(180deg, #fff, #f0f0f0);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 18px 18px 6px 6px;
  padding: 16px;
  position: relative;
  flex: 1;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
}
.t2k-device--ds .t2k-device__panel--bottom {
  border-radius: 6px 6px 18px 18px;
  padding: 16px 16px 28px;
}
.t2k-device--ds .t2k-device__screen-wrap {
  position: relative;
  inset: auto;
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  border: 6px solid #1a1a1a;
  background: #000;
}
.t2k-device--ds .t2k-device__panel--bottom .t2k-device__screen-wrap {
  background: #000;
}

/* === iPod mockup === */
.t2k-device--ipod {
  background: linear-gradient(180deg, #fafafa, #e8e8ec);
  border-radius: 24px;
  padding: 24px 32px 32px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 24px 60px -12px rgba(0,0,0,0.3);
  max-width: 320px;
  aspect-ratio: 9 / 14;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.t2k-device--ipod .t2k-device__screen-wrap {
  position: relative;
  inset: auto;
  flex: 0 0 40%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #000;
}

/* iPod click wheel */
.t2k-wheel {
  position: relative;
  flex: 1;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 0%, #fff 35%, #d8d8dc 36%, #c5c5c9 100%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), inset 0 4px 12px rgba(0,0,0,0.08);
  display: grid;
  place-items: center;
  user-select: none;
  width: 100%;
  max-width: 220px;
}
.t2k-wheel__center {
  width: 32%; aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #e0e0e4);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12), inset 0 2px 4px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.t2k-wheel__center:active { transform: scale(0.95); }
.t2k-wheel__btn {
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #555;
  cursor: pointer;
  background: none; border: none;
  padding: 6px 8px;
  transition: color 0.2s ease;
}
.t2k-wheel__btn:hover { color: #000; }
.t2k-wheel__btn--menu { top: 6%; left: 50%; transform: translateX(-50%); }
.t2k-wheel__btn--play { bottom: 6%; left: 50%; transform: translateX(-50%); }
.t2k-wheel__btn--prev { left: 6%; top: 50%; transform: translateY(-50%); }
.t2k-wheel__btn--next { right: 6%; top: 50%; transform: translateY(-50%); }

/* iPod screen contents */
.t2k-ipod-screen {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  background: #000;
  color: #fff;
  font-family: var(--font-body-family);
  overflow: hidden;
}
.t2k-ipod-screen__bar {
  background: linear-gradient(180deg, #4a4a4a, #1a1a1a);
  padding: 4px 8px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase;
}
.t2k-ipod-screen__main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
}
.t2k-ipod-art {
  width: 50%; aspect-ratio: 1;
  background: #222;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.t2k-ipod-meta {
  display: flex; flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.t2k-ipod-meta__title {
  font-size: 11px; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.t2k-ipod-meta__artist {
  font-size: 9px; color: rgba(255,255,255,0.6);
}
.t2k-ipod-meta__time {
  display: flex; justify-content: space-between;
  font-size: 8px; color: rgba(255,255,255,0.5);
  margin-top: 6px;
}
.t2k-ipod-meta__bar {
  height: 2px; background: rgba(255,255,255,0.2);
  border-radius: 999px; overflow: hidden;
}
.t2k-ipod-meta__bar-fill {
  height: 100%; background: #fff; width: 0%;
  transition: width 0.1s linear;
}

/* ============================================================
   PSP brand colors
   ============================================================ */
.t2k-brand--psp {
  background: var(--t2k-bg);
}
.t2k-brand--psp .t2k-brand__eyebrow {
  background: var(--t2k-psp); color: #000; border-color: var(--t2k-psp);
}
.t2k-brand--psp .t2k-brand__title span { color: var(--t2k-psp); }
.t2k-brand--psp .t2k-card { --t2k-accent: var(--t2k-psp); --t2k-accent-glow: var(--t2k-lime-glow); }
.t2k-brand--psp .t2k-card__price { color: var(--t2k-psp); }

/* ============================================================
   Vita brand colors
   ============================================================ */
.t2k-brand--vita {
  background: linear-gradient(180deg, #050811, #0a1428 60%, #050811);
}
.t2k-brand--vita::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(0,180,255,0.18), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(0,53,160,0.25), transparent 50%);
  pointer-events: none;
  z-index: -1;
}
.t2k-brand--vita .t2k-brand__eyebrow {
  background: rgba(0,180,255,0.15);
  border-color: rgba(0,180,255,0.4);
  color: var(--t2k-vita);
}
.t2k-brand--vita .t2k-brand__title span { color: var(--t2k-vita); }
.t2k-brand--vita .t2k-card { --t2k-accent: var(--t2k-vita); --t2k-accent-glow: rgba(0,180,255,0.35); }
.t2k-brand--vita .t2k-card__price { color: var(--t2k-vita); }

/* ============================================================
   Nintendo brand colors
   ============================================================ */
.t2k-brand--nintendo {
  background: linear-gradient(180deg, var(--t2k-nintendo) 0%, #b3000e 100%);
}
.t2k-brand--nintendo::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 10% 10%, rgba(255,255,255,0.15), transparent 40%),
    radial-gradient(ellipse at 90% 90%, rgba(0,0,0,0.25), transparent 40%);
  pointer-events: none;
  z-index: -1;
}
.t2k-brand--nintendo .t2k-brand__eyebrow {
  background: #fff; color: var(--t2k-nintendo); border-color: #fff;
}
.t2k-brand--nintendo .t2k-brand__title { color: #fff; }
.t2k-brand--nintendo .t2k-brand__sub { color: rgba(255,255,255,0.85); }
.t2k-brand--nintendo .t2k-card {
  background: rgba(255,255,255,0.95); color: #1a1a1a;
  --t2k-accent: var(--t2k-nintendo); --t2k-accent-glow: rgba(255,255,255,0.5);
}
.t2k-brand--nintendo .t2k-card__title { color: #1a1a1a; }
.t2k-brand--nintendo .t2k-card__price { color: var(--t2k-nintendo); }
.t2k-brand--nintendo .t2k-brand__cta--primary { background: #fff; color: var(--t2k-nintendo); }
.t2k-brand--nintendo .t2k-brand__cta--ghost { color: #fff; border-color: rgba(255,255,255,0.6); }

/* ============================================================
   iPod brand colors
   ============================================================ */
.t2k-brand--ipod {
  background: linear-gradient(180deg, #f5f5f7 0%, #e8e8ec 100%);
  color: var(--t2k-ipod-dark);
}
.t2k-brand--ipod::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0,0,0,0.06), transparent 50%);
  pointer-events: none;
  z-index: -1;
}
.t2k-brand--ipod .t2k-brand__eyebrow {
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.12);
  color: var(--t2k-ipod-dark);
}
.t2k-brand--ipod .t2k-brand__title { color: var(--t2k-ipod-dark); font-weight: 600; letter-spacing: -0.03em; }
.t2k-brand--ipod .t2k-brand__sub { color: rgba(0,0,0,0.6); }
.t2k-brand--ipod .t2k-card {
  background: #fff; color: var(--t2k-ipod-dark);
  border-color: rgba(0,0,0,0.08);
  --t2k-accent: var(--t2k-ipod-dark); --t2k-accent-glow: rgba(0,0,0,0.15);
}
.t2k-brand--ipod .t2k-card__title { color: var(--t2k-ipod-dark); font-weight: 500; }
.t2k-brand--ipod .t2k-card__price { color: var(--t2k-ipod-dark); }
.t2k-brand--ipod .t2k-brand__cta--primary { background: var(--t2k-ipod-dark); color: #fff; }
.t2k-brand--ipod .t2k-brand__cta--ghost { color: var(--t2k-ipod-dark); border-color: rgba(0,0,0,0.2); }

/* ============================================================
   Animations
   ============================================================ */
@keyframes t2k-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes t2k-float {
  from { transform: translate(0, 0); }
  to   { transform: translate(40px, -30px); }
}
@keyframes t2k-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.04); }
}
.t2k-pulse { animation: t2k-pulse 1.6s var(--t2k-ease-soft) infinite; }

/* Honor reduced motion */
@media (prefers-reduced-motion: reduce) {
  .t2k-hero__glow--green,
  .t2k-hero__glow--orange,
  .t2k-pulse { animation: none !important; }
  .t2k-card, .t2k-cta-pill, .t2k-device { transition-duration: 0.01ms !important; }
}

/* ============================================================
   Mobile sticky cart helper
   ============================================================ */
.t2k-sticky-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 50;
  display: none;
  background: var(--t2k-bg);
  border: 1px solid var(--t2k-border-strong);
  border-radius: var(--t2k-radius-lg);
  padding: 10px 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
}
@media (max-width: 749px) {
  .t2k-sticky-cta.is-active { display: flex; }
}

/* ============================================================
   v2 — bug fixes + device button details + new sections
   ============================================================ */

/* --- Bug fix: brand titles must always inherit white from parent --- */
.t2k-brand .t2k-brand__title,
.t2k-brand .t2k-brand__title span {
  color: var(--t2k-text);
}
.t2k-brand--ipod .t2k-brand__title,
.t2k-brand--ipod .t2k-brand__title span {
  color: var(--t2k-ipod-dark);
}
.t2k-brand--ipod .t2k-brand__title span {
  background: var(--t2k-ipod-dark);
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  display: inline-block;
}
.t2k-brand--psp .t2k-brand__title span {
  color: var(--t2k-psp);
}
.t2k-brand--vita .t2k-brand__title span {
  color: var(--t2k-vita);
}
.t2k-brand--nintendo .t2k-brand__title,
.t2k-brand--nintendo .t2k-brand__title span {
  color: #fff;
}

/* ============================================================
   PSP device — proper buttons & branding
   ============================================================ */
.t2k-device--psp { padding: 14px 70px; aspect-ratio: 16 / 8.6; }
.t2k-device--psp .t2k-device__screen-wrap { inset: 14px 70px; }

/* Side handles — slightly more refined */
.t2k-device--psp::before,
.t2k-device--psp::after {
  width: 60px; height: 60px;
  background: radial-gradient(circle at 35% 30%, #2e2e34, #0c0c0e 80%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 4px 14px rgba(0,0,0,0.3);
}

/* D-pad on left */
.t2k-psp-dpad {
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  background:
    linear-gradient(0deg, transparent 35%, #1a1a1d 35%, #1a1a1d 65%, transparent 65%),
    linear-gradient(90deg, transparent 35%, #1a1a1d 35%, #1a1a1d 65%, transparent 65%);
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.4));
}

/* Face buttons on right */
.t2k-psp-faces {
  position: absolute;
  right: 14px; top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
}
.t2k-psp-faces .t2k-face {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #15151a;
  display: grid; place-items: center;
  font-size: 7px;
  font-family: monospace;
  color: rgba(255,255,255,0.6);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.08), 0 1px 2px rgba(0,0,0,0.5);
}
.t2k-psp-faces .t2k-face--triangle { top: 0;       left: 50%; transform: translateX(-50%); color: #4ade80; }
.t2k-psp-faces .t2k-face--circle   { right: 0;     top: 50%;  transform: translateY(-50%); color: #f87171; }
.t2k-psp-faces .t2k-face--cross    { bottom: 0;    left: 50%; transform: translateX(-50%); color: #60a5fa; }
.t2k-psp-faces .t2k-face--square   { left: 0;      top: 50%;  transform: translateY(-50%); color: #f472b6; }

/* PSP brand text */
.t2k-psp-brand {
  position: absolute;
  bottom: 4px; left: 50%; transform: translateX(-50%);
  font-size: 7px; font-weight: 700; letter-spacing: 0.3em;
  color: rgba(255,255,255,0.35);
  font-family: monospace;
}

/* Shoulder buttons */
.t2k-psp-shoulder {
  position: absolute;
  top: -2px;
  width: 30px; height: 6px;
  background: linear-gradient(180deg, #2a2a2e, #15151a);
  border-radius: 3px 3px 0 0;
}
.t2k-psp-shoulder--l { left: 24px; }
.t2k-psp-shoulder--r { right: 24px; }

@media (max-width: 600px) {
  .t2k-device--psp { padding: 10px 48px; }
  .t2k-device--psp .t2k-device__screen-wrap { inset: 10px 48px; }
  .t2k-device--psp::before, .t2k-device--psp::after { width: 42px; height: 42px; }
  .t2k-psp-dpad   { width: 22px; height: 22px; left: 12px; }
  .t2k-psp-faces  { width: 28px; height: 28px; right: 12px; }
  .t2k-psp-faces .t2k-face { width: 10px; height: 10px; font-size: 6px; }
  .t2k-psp-shoulder { width: 22px; }
  .t2k-psp-shoulder--l { left: 16px; }
  .t2k-psp-shoulder--r { right: 16px; }
}

/* ============================================================
   PS Vita device — twin sticks, slimmer profile
   ============================================================ */
.t2k-device--vita { padding: 18px 86px; aspect-ratio: 16 / 7.6; }
.t2k-device--vita .t2k-device__screen-wrap { inset: 18px 86px; }

.t2k-device--vita::before,
.t2k-device--vita::after {
  width: 70px; height: 70px;
  background: radial-gradient(circle at 35% 30%, #1d1d28, #050508 80%);
  border: 1px solid rgba(0,180,255,0.12);
}

/* Vita d-pad (left top) */
.t2k-vita-dpad {
  position: absolute;
  left: 18px; top: 28%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  background:
    linear-gradient(0deg, transparent 35%, #1a1a25 35%, #1a1a25 65%, transparent 65%),
    linear-gradient(90deg, transparent 35%, #1a1a25 35%, #1a1a25 65%, transparent 65%);
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}

/* Vita face buttons (right top) */
.t2k-vita-faces {
  position: absolute;
  right: 18px; top: 28%;
  transform: translateY(-50%);
  width: 30px; height: 30px;
}
.t2k-vita-faces .t2k-face {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #11111a;
  display: grid; place-items: center;
  font-size: 6px; font-family: monospace;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.1), 0 0 6px rgba(0,180,255,0.15);
}
.t2k-vita-faces .t2k-face--triangle { top: 0;    left: 50%; transform: translateX(-50%); color: #4ade80; }
.t2k-vita-faces .t2k-face--circle   { right: 0;  top: 50%;  transform: translateY(-50%); color: #f87171; }
.t2k-vita-faces .t2k-face--cross    { bottom: 0; left: 50%; transform: translateX(-50%); color: #60a5fa; }
.t2k-vita-faces .t2k-face--square   { left: 0;   top: 50%;  transform: translateY(-50%); color: #f472b6; }

/* Twin analog sticks (left bottom + right bottom) */
.t2k-vita-stick {
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2a2a35, #050508 80%);
  box-shadow: inset 0 0 0 1px rgba(0,180,255,0.2);
  bottom: 22%;
}
.t2k-vita-stick--l { left: 22px; }
.t2k-vita-stick--r { right: 22px; }

/* Vita brand text */
.t2k-vita-brand {
  position: absolute;
  bottom: 4px; left: 50%; transform: translateX(-50%);
  font-size: 7px; font-weight: 700; letter-spacing: 0.3em;
  color: rgba(0,180,255,0.5);
  font-family: monospace;
}

@media (max-width: 600px) {
  .t2k-device--vita { padding: 14px 60px; }
  .t2k-device--vita .t2k-device__screen-wrap { inset: 14px 60px; }
  .t2k-device--vita::before, .t2k-device--vita::after { width: 50px; height: 50px; }
  .t2k-vita-dpad  { width: 16px; height: 16px; left: 14px; }
  .t2k-vita-faces { width: 22px; height: 22px; right: 14px; }
  .t2k-vita-faces .t2k-face { width: 8px; height: 8px; font-size: 5px; }
  .t2k-vita-stick { width: 14px; height: 14px; }
  .t2k-vita-stick--l { left: 16px; }
  .t2k-vita-stick--r { right: 16px; }
}

/* ============================================================
   DS Lite — improved bottom panel with d-pad + face buttons
   ============================================================ */
.t2k-ds-controls {
  position: absolute;
  inset: auto 16px 8px;
  display: flex; justify-content: space-between; align-items: center;
}
.t2k-ds-dpad {
  width: 22px; height: 22px;
  background:
    linear-gradient(0deg, transparent 35%, #444 35%, #444 65%, transparent 65%),
    linear-gradient(90deg, transparent 35%, #444 35%, #444 65%, transparent 65%);
}
.t2k-ds-faces { position: relative; width: 26px; height: 26px; }
.t2k-ds-faces .t2k-face {
  position: absolute; width: 9px; height: 9px;
  border-radius: 50%;
  background: #d8d8d8;
  border: 1px solid rgba(0,0,0,0.18);
  display: grid; place-items: center;
  font-size: 6px;
  color: rgba(0,0,0,0.5);
  font-family: monospace;
}
.t2k-ds-faces .t2k-face--top    { top: 0;    left: 50%; transform: translateX(-50%); }
.t2k-ds-faces .t2k-face--right  { right: 0;  top: 50%;  transform: translateY(-50%); }
.t2k-ds-faces .t2k-face--bottom { bottom: 0; left: 50%; transform: translateX(-50%); }
.t2k-ds-faces .t2k-face--left   { left: 0;   top: 50%;  transform: translateY(-50%); }

.t2k-ds-brand {
  position: absolute;
  top: 4px; left: 50%; transform: translateX(-50%);
  font-size: 6px; font-weight: 700; letter-spacing: 0.3em;
  color: rgba(0,0,0,0.4);
  font-family: monospace;
}

/* ============================================================
   MARQUEE TICKER
   ============================================================ */
.t2k-marquee {
  background: var(--t2k-bg);
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.t2k-marquee__track {
  display: inline-flex;
  white-space: nowrap;
  animation: t2k-marquee-scroll 32s linear infinite;
  gap: 48px;
}
.t2k-marquee__item {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex; align-items: center; gap: 48px;
}
.t2k-marquee__item::after {
  content: "✦";
  color: var(--t2k-lime);
  font-size: 18px;
}
@keyframes t2k-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.t2k-marquee:hover .t2k-marquee__track { animation-play-state: paused; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.t2k-trust {
  background: var(--t2k-bg-soft);
  padding: clamp(40px, 8vw, 64px) 20px;
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
}
.t2k-trust__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 750px) { .t2k-trust__grid { grid-template-columns: repeat(4, 1fr); gap: 32px; } }

.t2k-trust__card {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 12px;
  padding: 20px 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius);
  transition: all 0.35s var(--t2k-ease);
}
.t2k-trust__card:hover {
  border-color: var(--t2k-lime);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -12px var(--t2k-lime-glow);
}
.t2k-trust__icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(212,255,58,0.1);
  border: 1px solid rgba(212,255,58,0.3);
  border-radius: 50%;
  color: var(--t2k-lime);
  font-size: 22px;
}
.t2k-trust__title {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.t2k-trust__sub {
  font-size: 12px;
  color: var(--t2k-text-mute);
  margin: 0;
}

/* ============================================================
   VIDEO SHOWCASE
   ============================================================ */
.t2k-video-showcase {
  position: relative;
  min-height: clamp(320px, 60vw, 580px);
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(48px, 10vw, 96px) 24px;
  color: #fff;
}
.t2k-video-showcase video,
.t2k-video-showcase img.t2k-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}
.t2k-video-showcase::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
  z-index: -1;
}
.t2k-video-showcase__inner {
  max-width: 720px;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.t2k-video-showcase__eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t2k-lime);
}
.t2k-video-showcase__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
.t2k-video-showcase__sub {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: rgba(255,255,255,0.85);
  margin: 0;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.t2k-reviews {
  background: var(--t2k-bg);
  padding: clamp(56px, 10vw, 96px) 20px;
}
.t2k-reviews__inner {
  max-width: 1200px; margin: 0 auto;
}
.t2k-reviews__head {
  text-align: center;
  margin-bottom: clamp(28px, 5vw, 48px);
}
.t2k-reviews__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  line-height: 1; letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; margin: 0 0 8px;
}
.t2k-reviews__sub {
  color: var(--t2k-text-mute);
  margin: 0;
}
.t2k-reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 750px) { .t2k-reviews__grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.t2k-review {
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius);
  padding: 24px 20px;
  display: flex; flex-direction: column; gap: 12px;
  transition: all 0.35s var(--t2k-ease);
}
.t2k-review:hover {
  border-color: var(--t2k-lime);
  transform: translateY(-3px);
}
.t2k-review__stars {
  color: var(--t2k-lime);
  letter-spacing: 0.1em;
  font-size: 14px;
}
.t2k-review__quote {
  font-size: 15px; line-height: 1.5;
  color: rgba(255,255,255,0.92);
  margin: 0;
}
.t2k-review__author {
  display: flex; align-items: center; gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--t2k-border);
}
.t2k-review__avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t2k-lime), var(--t2k-orange));
  color: #000;
  display: grid; place-items: center;
  font-weight: 800;
  font-size: 12px;
}
.t2k-review__meta {
  display: flex; flex-direction: column; gap: 2px;
}
.t2k-review__name { font-weight: 700; font-size: 13px; color: #fff; }
.t2k-review__role { font-size: 11px; color: var(--t2k-text-mute); }

/* ============================================================
   FAQ
   ============================================================ */
.t2k-faq {
  background: var(--t2k-bg-soft);
  padding: clamp(56px, 10vw, 96px) 20px;
}
.t2k-faq__inner {
  max-width: 820px; margin: 0 auto;
}
.t2k-faq__head { text-align: center; margin-bottom: clamp(28px, 5vw, 44px); }
.t2k-faq__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  line-height: 1; letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; margin: 0 0 8px;
}
.t2k-faq__sub { color: var(--t2k-text-mute); margin: 0; }

.t2k-faq__item {
  border-top: 1px solid var(--t2k-border);
}
.t2k-faq__item:last-child { border-bottom: 1px solid var(--t2k-border); }

.t2k-faq__summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer; list-style: none;
  padding: 22px 4px;
  font-family: var(--font-heading-family);
  font-weight: 700; font-size: 16px;
  color: #fff;
  transition: color 0.2s ease;
}
.t2k-faq__summary::-webkit-details-marker { display: none; }
.t2k-faq__summary:hover { color: var(--t2k-lime); }
.t2k-faq__icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--t2k-border-strong);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 400;
  flex-shrink: 0;
  transition: all 0.3s var(--t2k-ease);
}
.t2k-faq__item[open] .t2k-faq__icon {
  background: var(--t2k-lime); color: #000; border-color: var(--t2k-lime);
  transform: rotate(45deg);
}
.t2k-faq__answer {
  padding: 0 4px 22px;
  color: var(--t2k-text-dim);
  font-size: 15px; line-height: 1.55;
}

/* ============================================================
   EMAIL CAPTURE
   ============================================================ */
.t2k-email {
  position: relative;
  background: linear-gradient(135deg, #0a0a0d 0%, #15151a 50%, #0a0a0d 100%);
  padding: clamp(56px, 10vw, 100px) 24px;
  isolation: isolate;
  text-align: center;
  overflow: hidden;
}
.t2k-email::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(212,255,58,0.15), transparent 50%),
    radial-gradient(ellipse at 70% 50%, rgba(255,107,53,0.1), transparent 50%);
  z-index: -1;
}
.t2k-email__inner { max-width: 540px; margin: 0 auto; }
.t2k-email__eyebrow {
  display: inline-block;
  background: var(--t2k-lime); color: #000;
  font-weight: 800; font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 16px;
}
.t2k-email__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.05; letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; margin: 0 0 12px;
}
.t2k-email__sub {
  color: var(--t2k-text-dim);
  margin: 0 0 28px;
  font-size: 15px;
}
.t2k-email__form {
  display: flex; gap: 8px;
  max-width: 460px; margin: 0 auto;
  flex-wrap: wrap;
}
.t2k-email__form input[type="email"] {
  flex: 1; min-width: 200px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--t2k-border-strong);
  color: #fff;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: var(--t2k-radius);
  outline: none;
}
.t2k-email__form input[type="email"]:focus {
  border-color: var(--t2k-lime);
  box-shadow: 0 0 0 3px rgba(212,255,58,0.15);
}
.t2k-email__form input[type="email"]::placeholder { color: rgba(255,255,255,0.4); }
.t2k-email__form button {
  background: var(--t2k-lime); color: #000;
  border: 0;
  padding: 14px 22px;
  font-weight: 800; font-size: 13px; letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--t2k-radius);
  cursor: pointer;
  transition: all 0.3s var(--t2k-ease);
}
.t2k-email__form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -8px var(--t2k-lime-glow);
}
.t2k-email__small {
  margin-top: 14px;
  font-size: 12px; color: var(--t2k-text-mute);
}

/* ============================================================
   v3 — site-wide premium overrides
   Product page, cart, footer, 404, collection, customer pages
   ============================================================ */

/* Apply dark theme to body / page background */
body {
  background: var(--t2k-bg);
  color: var(--t2k-text);
}

/* Main layout */
main { background: var(--t2k-bg); }

/* Headers and links use white by default on dark sections */
.shopify-section h1,
.shopify-section h2,
.shopify-section h3,
.shopify-section h4 {
  color: var(--t2k-text);
}

/* === PRODUCT PAGE — restyle Dawn === */
.product__title h1 {
  font-family: var(--font-heading-family);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.product .price-item--regular,
.product .price__sale .price-item--sale {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
}
.product .price__sale .price-item--regular {
  opacity: 0.5;
}
.product .price--on-sale .price__sale {
  color: var(--t2k-lime) !important;
}
.product .product-form__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.product .product-form__submit {
  background: var(--t2k-lime) !important;
  color: #000 !important;
  border: none !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border-radius: var(--t2k-radius) !important;
  padding: 18px 24px !important;
  min-height: 56px !important;
  transition: all 0.3s var(--t2k-ease) !important;
  box-shadow: 0 8px 30px -10px var(--t2k-lime-glow);
}
.product .product-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px var(--t2k-lime-glow);
}
.product .shopify-payment-button__button--unbranded {
  background: #fff !important;
  color: #000 !important;
  border-radius: var(--t2k-radius) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  min-height: 56px !important;
}

.product .product__info-wrapper {
  background: var(--t2k-bg);
}

.product__info-container > * + * { margin-top: 14px; }

/* Variant pills */
.product-form__input input[type="radio"] + label {
  background: var(--t2k-bg-card) !important;
  color: var(--t2k-text) !important;
  border: 1px solid var(--t2k-border-strong) !important;
  border-radius: var(--t2k-radius-sm) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 12px 18px !important;
  letter-spacing: 0.04em !important;
  transition: all 0.25s ease !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: var(--t2k-lime) !important;
  color: #000 !important;
  border-color: var(--t2k-lime) !important;
}
.product-form__input input[type="radio"] + label:hover {
  border-color: var(--t2k-lime) !important;
}

/* Quantity input */
.quantity {
  background: var(--t2k-bg-card) !important;
  border: 1px solid var(--t2k-border-strong) !important;
  border-radius: var(--t2k-radius-sm) !important;
}
.quantity__input { color: var(--t2k-text) !important; background: transparent !important; }
.quantity__button { color: var(--t2k-text) !important; }

/* Description */
.product__description {
  color: var(--t2k-text-dim);
  font-size: 15px;
  line-height: 1.6;
}

/* Thumbnail strip */
.thumbnail-list .thumbnail {
  border-radius: var(--t2k-radius-sm) !important;
  overflow: hidden;
}

/* === PRODUCT MINI SECTIONS (inside product.json) === */
.t2k-prod-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
}
@media (min-width: 750px) { .t2k-prod-trust { grid-template-columns: repeat(4, 1fr); } }
.t2k-prod-trust__cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius-sm);
}
.t2k-prod-trust__icon {
  width: 24px; height: 24px;
  display: grid; place-items: center;
  background: rgba(212,255,58,0.12);
  border-radius: 50%;
  color: var(--t2k-lime);
  font-size: 12px;
  flex-shrink: 0;
}
.t2k-prod-trust__text {
  font-size: 12px; line-height: 1.3;
  color: var(--t2k-text);
}
.t2k-prod-trust__text strong {
  display: block; font-size: 13px; margin-bottom: 1px;
}
.t2k-prod-trust__text span {
  color: var(--t2k-text-mute);
}

/* Pre-purchase upsell */
.t2k-prod-upsell {
  display: flex;
  gap: 14px;
  padding: 14px;
  margin: 20px 0;
  background: linear-gradient(135deg, rgba(212,255,58,0.06), rgba(255,107,53,0.04));
  border: 1px solid rgba(212,255,58,0.3);
  border-radius: var(--t2k-radius);
  align-items: center;
}
.t2k-prod-upsell__media {
  width: 64px; height: 64px;
  border-radius: var(--t2k-radius-sm);
  overflow: hidden;
  background: var(--t2k-bg-card);
  flex-shrink: 0;
}
.t2k-prod-upsell__media img { width: 100%; height: 100%; object-fit: cover; }
.t2k-prod-upsell__body { flex: 1; min-width: 0; }
.t2k-prod-upsell__badge {
  display: inline-block;
  padding: 2px 8px; border-radius: 4px;
  background: var(--t2k-lime); color: #000;
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.t2k-prod-upsell__title { font-weight: 700; font-size: 14px; color: #fff; line-height: 1.3; }
.t2k-prod-upsell__price { font-size: 12px; color: var(--t2k-text-mute); margin-top: 2px; }
.t2k-prod-upsell__price strong { color: var(--t2k-lime); }
.t2k-prod-upsell__check {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; color: var(--t2k-lime);
  font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
}

/* Benefit bullets */
.t2k-prod-bullets {
  list-style: none;
  padding: 0; margin: 16px 0;
  display: flex; flex-direction: column; gap: 8px;
}
.t2k-prod-bullets li {
  display: flex; gap: 10px;
  font-size: 14px; color: var(--t2k-text);
}
.t2k-prod-bullets li::before {
  content: "✓";
  color: var(--t2k-lime);
  font-weight: 800;
  flex-shrink: 0;
}

/* Scarcity */
.t2k-prod-scarcity {
  display: inline-flex;
  align-items: center; gap: 8px;
  padding: 8px 12px;
  background: rgba(255,107,53,0.1);
  border: 1px solid rgba(255,107,53,0.3);
  border-radius: 999px;
  color: var(--t2k-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 12px 0;
}
.t2k-prod-scarcity::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--t2k-orange);
  animation: t2k-pulse 1.4s infinite;
}

/* === MOBILE STICKY ATC === */
.t2k-mobile-atc {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--t2k-border-strong);
  padding: 10px 14px env(safe-area-inset-bottom, 10px);
  display: none;
  align-items: center;
  gap: 12px;
  transform: translateY(100%);
  transition: transform 0.3s var(--t2k-ease);
}
.t2k-mobile-atc.is-visible { transform: translateY(0); }
.t2k-mobile-atc__info {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 2px;
}
.t2k-mobile-atc__title {
  font-size: 12px; font-weight: 600; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.t2k-mobile-atc__price {
  font-size: 14px; font-weight: 700;
  color: var(--t2k-lime);
}
.t2k-mobile-atc__btn {
  background: var(--t2k-lime); color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: var(--t2k-radius-sm);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 749px) {
  .t2k-mobile-atc { display: flex; }
}

/* ============================================================
   CART DRAWER — premium overrides
   ============================================================ */
cart-drawer .drawer__inner {
  background: var(--t2k-bg) !important;
  color: var(--t2k-text) !important;
  border-left: 1px solid var(--t2k-border) !important;
}
cart-drawer .drawer__heading,
cart-drawer .drawer__header h2 {
  font-family: var(--font-heading-family) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  color: var(--t2k-text) !important;
}
cart-drawer .cart-drawer__warnings .button,
cart-drawer .cart-drawer__footer button[type="submit"],
cart-drawer #CartDrawer-Checkout {
  background: var(--t2k-lime) !important;
  color: #000 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border-radius: var(--t2k-radius) !important;
  padding: 18px 24px !important;
  min-height: 56px !important;
  border: none !important;
  box-shadow: 0 8px 30px -10px var(--t2k-lime-glow);
}

/* Free shipping progress bar */
.t2k-ship-bar {
  padding: 14px 18px;
  background: var(--t2k-bg-card);
  border-bottom: 1px solid var(--t2k-border);
}
.t2k-ship-bar__msg {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--t2k-text);
  margin-bottom: 8px;
}
.t2k-ship-bar__msg strong { color: var(--t2k-lime); }
.t2k-ship-bar__track {
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
}
.t2k-ship-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--t2k-orange), var(--t2k-lime));
  width: 0%;
  transition: width 0.5s var(--t2k-ease);
  border-radius: 999px;
}
.t2k-ship-bar.is-complete .t2k-ship-bar__fill {
  background: var(--t2k-lime);
}

/* Cart upsell zone */
.t2k-cart-upsell {
  padding: 16px 18px;
  border-top: 1px solid var(--t2k-border);
  background: var(--t2k-bg-soft);
}
.t2k-cart-upsell__head {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--t2k-lime);
  margin-bottom: 10px;
}
.t2k-cart-upsell__row {
  display: flex; align-items: center; gap: 12px;
  padding: 10px;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius-sm);
}
.t2k-cart-upsell__media {
  width: 52px; height: 52px;
  flex-shrink: 0;
  border-radius: var(--t2k-radius-sm);
  overflow: hidden;
  background: var(--t2k-bg);
}
.t2k-cart-upsell__media img { width: 100%; height: 100%; object-fit: cover; }
.t2k-cart-upsell__body { flex: 1; min-width: 0; }
.t2k-cart-upsell__title {
  font-size: 13px; font-weight: 600; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.t2k-cart-upsell__price { font-size: 12px; color: var(--t2k-lime); font-weight: 700; }
.t2k-cart-upsell__add {
  background: var(--t2k-lime); color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: var(--t2k-radius-sm);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.t2k-cart-upsell__add:hover { transform: translateY(-1px); }
.t2k-cart-upsell__add[disabled] { opacity: 0.5; cursor: not-allowed; }

/* Cart trust row */
.t2k-cart-trust {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 18px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--t2k-text-mute);
  border-top: 1px solid var(--t2k-border);
}
.t2k-cart-trust span { display: flex; align-items: center; gap: 4px; }

/* ============================================================
   FOOTER — premium
   ============================================================ */
.t2k-footer {
  background: var(--t2k-bg);
  color: var(--t2k-text);
  padding: clamp(48px, 8vw, 80px) 20px 0;
  border-top: 1px solid var(--t2k-border);
  position: relative;
}
.t2k-footer__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 750px) {
  .t2k-footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 48px;
  }
}
.t2k-footer__brand h3 {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: var(--t2k-text);
}
.t2k-footer__tagline {
  color: var(--t2k-text-mute);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  max-width: 320px;
}
.t2k-footer__newsletter {
  display: flex;
  gap: 6px;
  max-width: 360px;
}
.t2k-footer__newsletter input[type="email"] {
  flex: 1;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border-strong);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  border-radius: var(--t2k-radius-sm);
}
.t2k-footer__newsletter input[type="email"]:focus {
  outline: none;
  border-color: var(--t2k-lime);
}
.t2k-footer__newsletter button {
  background: var(--t2k-lime); color: #000;
  border: none;
  padding: 10px 16px;
  border-radius: var(--t2k-radius-sm);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.t2k-footer__col h4 {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 14px;
  color: var(--t2k-text);
}
.t2k-footer__col ul {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.t2k-footer__col a {
  color: var(--t2k-text-dim);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.t2k-footer__col a:hover { color: var(--t2k-lime); }

.t2k-footer__bottom {
  max-width: 1200px;
  margin: clamp(36px, 6vw, 56px) auto 0;
  padding: 22px 0;
  border-top: 1px solid var(--t2k-border);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
@media (min-width: 750px) {
  .t2k-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.t2k-footer__copyright {
  color: var(--t2k-text-mute);
  font-size: 12px;
}
.t2k-footer__pay {
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: center;
}
.t2k-footer__pay span {
  font-size: 10px; letter-spacing: 0.12em; color: var(--t2k-text-mute);
  margin-right: 6px;
}
.t2k-pay-icon {
  height: 22px; width: 36px;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
  border-radius: 4px;
  display: grid; place-items: center;
  font-size: 9px; font-weight: 800;
  color: var(--t2k-text-dim);
  letter-spacing: 0.04em;
}
.t2k-footer__social {
  display: flex; gap: 10px;
}
.t2k-footer__social a {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border-strong);
  display: grid; place-items: center;
  color: var(--t2k-text);
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.t2k-footer__social a:hover {
  background: var(--t2k-lime);
  color: #000;
  border-color: var(--t2k-lime);
  transform: translateY(-2px);
}

/* ============================================================
   PRESS LOGOS
   ============================================================ */
.t2k-press {
  background: var(--t2k-bg);
  padding: clamp(40px, 7vw, 64px) 20px;
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
}
.t2k-press__inner {
  max-width: 1200px; margin: 0 auto;
  text-align: center;
}
.t2k-press__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t2k-text-mute);
  margin: 0 0 24px;
}
.t2k-press__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 36px;
  opacity: 0.7;
}
.t2k-press__logo {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1rem, 2.4vw, 1.4rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--t2k-text);
  filter: grayscale(1);
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.t2k-press__logo:hover { filter: grayscale(0); }

/* ============================================================
   404 PAGE
   ============================================================ */
.t2k-404 {
  min-height: 70vh;
  background: var(--t2k-bg);
  display: grid; place-items: center;
  padding: 60px 20px;
  text-align: center;
}
.t2k-404__inner {
  max-width: 620px;
  display: flex; flex-direction: column; gap: 16px; align-items: center;
}
.t2k-404__big {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(5rem, 18vw, 11rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #fff 0 60%, var(--t2k-lime) 60% 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  margin: 0;
}
.t2k-404__title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.t2k-404__sub {
  color: var(--t2k-text-dim);
  font-size: 15px;
  max-width: 460px;
}
.t2k-404__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}

/* ============================================================
   COLLECTION PAGE — make Dawn cards feel premium
   ============================================================ */
.collection-hero,
.collection-hero__title {
  background: var(--t2k-bg) !important;
  color: var(--t2k-text) !important;
}
.collection-hero__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.product-grid-container,
.collection {
  background: var(--t2k-bg) !important;
}

.card-wrapper .card,
.card {
  background: var(--t2k-bg-card) !important;
  border: 1px solid var(--t2k-border) !important;
  border-radius: var(--t2k-radius) !important;
  overflow: hidden;
  transition: all 0.35s var(--t2k-ease);
}
.card-wrapper:hover .card {
  border-color: var(--t2k-lime) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 50px -16px var(--t2k-lime-glow);
}
.card .card__heading,
.card .card__heading a {
  color: var(--t2k-text) !important;
  font-family: var(--font-body-family);
}
.card .price__regular .price-item,
.card .price__sale .price-item--sale {
  color: var(--t2k-lime) !important;
  font-family: var(--font-heading-family);
  font-weight: 700;
}

.collection-toolbar,
.facets,
.facets-vertical {
  background: var(--t2k-bg) !important;
  color: var(--t2k-text) !important;
}

/* Pagination */
.pagination__list a, .pagination__list span {
  color: var(--t2k-text) !important;
  background: var(--t2k-bg-card) !important;
  border: 1px solid var(--t2k-border) !important;
  border-radius: var(--t2k-radius-sm) !important;
}

/* ============================================================
   FEATURED-DROP / spotlight
   ============================================================ */
.t2k-drop {
  position: relative;
  background: linear-gradient(135deg, var(--t2k-bg) 0%, #1a0d0d 50%, var(--t2k-bg) 100%);
  padding: clamp(56px, 10vw, 96px) 24px;
  isolation: isolate;
  overflow: hidden;
}
.t2k-drop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(255,107,53,0.18), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(212,255,58,0.14), transparent 50%);
  z-index: -1;
}
.t2k-drop__inner {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 990px) { .t2k-drop__inner { grid-template-columns: 1fr 1fr; gap: 60px; } }
.t2k-drop__media {
  aspect-ratio: 1;
  background: var(--t2k-bg-card);
  border-radius: var(--t2k-radius-lg);
  border: 1px solid var(--t2k-border-strong);
  overflow: hidden;
}
.t2k-drop__media img { width: 100%; height: 100%; object-fit: cover; }
.t2k-drop__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: rgba(255,107,53,0.15);
  border: 1px solid rgba(255,107,53,0.4);
  border-radius: 999px;
  color: var(--t2k-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.t2k-drop__eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--t2k-orange);
  border-radius: 50%;
  animation: t2k-pulse 1.4s infinite;
}
.t2k-drop__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 16px 0 12px;
}
.t2k-drop__sub {
  color: var(--t2k-text-dim);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.t2k-drop__price {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 20px;
}
.t2k-drop__price-now {
  font-family: var(--font-heading-family);
  font-weight: 800;
  font-size: 28px;
  color: var(--t2k-lime);
}
.t2k-drop__price-was {
  font-size: 18px;
  text-decoration: line-through;
  color: var(--t2k-text-mute);
}
.t2k-drop__bullets {
  list-style: none;
  padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.t2k-drop__bullets li {
  display: flex; gap: 10px;
  font-size: 14px;
  color: var(--t2k-text);
}
.t2k-drop__bullets li::before {
  content: "✓";
  color: var(--t2k-lime);
  font-weight: 800;
}

/* ============================================================
   CUSTOMER PAGES — premium
   ============================================================ */
.customer {
  background: var(--t2k-bg) !important;
  color: var(--t2k-text) !important;
  padding: 60px 20px !important;
}
.customer h1, .customer h2 {
  font-family: var(--font-heading-family) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.01em;
  color: var(--t2k-text) !important;
}
.customer .field input,
.customer input[type="email"],
.customer input[type="password"],
.customer input[type="text"] {
  background: var(--t2k-bg-card) !important;
  border: 1px solid var(--t2k-border-strong) !important;
  color: var(--t2k-text) !important;
  border-radius: var(--t2k-radius-sm) !important;
  padding: 14px 16px !important;
}
.customer .button,
.customer button {
  background: var(--t2k-lime) !important;
  color: #000 !important;
  border-radius: var(--t2k-radius) !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
.customer a { color: var(--t2k-lime); }

/* ============================================================
   v4 — Anton font tweaks, auto-badges, hover zoom, lookbook,
   recently-viewed, scroll cue
   ============================================================ */

/* Anton needs slight tracking adjustment to read better */
.t2k-hero__headline,
.t2k-brand__title,
.t2k-reviews__title,
.t2k-faq__title,
.t2k-email__title,
.t2k-drop__title,
.t2k-video-showcase__title,
.product__title h1,
.t2k-404__title {
  letter-spacing: 0.005em;
  font-weight: 400; /* Anton is one weight only */
  font-stretch: 100%;
}
.t2k-hero__headline { font-size: clamp(2.8rem, 11vw, 6.4rem); }

/* Anton wordmark variant for footer brand */
.t2k-footer__brand h3 { letter-spacing: 0; }

/* ============================================================
   AUTO-BADGES on product cards
   ============================================================ */
.t2k-card__badges {
  position: absolute;
  top: 10px; left: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
  pointer-events: none;
}
.t2k-card__badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: var(--font-body-family);
  line-height: 1.2;
}
.t2k-card__badge--new  { background: var(--t2k-lime); color: #000; }
.t2k-card__badge--sale { background: var(--t2k-orange); color: #fff; }
.t2k-card__badge--hot  { background: #fff; color: #000; }
.t2k-card__badge--low  { background: rgba(0,0,0,0.85); color: #fff; border: 1px solid rgba(255,255,255,0.4); }

/* === Stronger card hover with zoom on image === */
.t2k-card { position: relative; }
.t2k-card__media img {
  transition: transform 0.7s var(--t2k-ease), filter 0.4s ease;
}
.t2k-card:hover .t2k-card__media img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.t2k-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.5));
  opacity: 0;
  transition: opacity 0.35s var(--t2k-ease);
  pointer-events: none;
}
.t2k-card:hover .t2k-card__media::after { opacity: 1; }

/* Quick "View" overlay on hover */
.t2k-card__quickview {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translate(-50%, 12px);
  padding: 8px 16px;
  background: var(--t2k-lime);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  opacity: 0;
  transition: all 0.35s var(--t2k-ease);
  z-index: 3;
  pointer-events: none;
  white-space: nowrap;
}
.t2k-card:hover .t2k-card__quickview {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* ============================================================
   HERO scroll-cue
   ============================================================ */
.t2k-hero__scroll {
  position: absolute;
  bottom: 22px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t2k-text-mute);
  font-family: var(--font-body-family);
  pointer-events: none;
}
.t2k-hero__scroll-line {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, transparent, var(--t2k-lime));
  animation: t2k-scroll-pulse 2s var(--t2k-ease) infinite;
}
@keyframes t2k-scroll-pulse {
  0% { transform: scaleY(0); transform-origin: top; }
  60%, 100% { transform: scaleY(1); transform-origin: top; }
}

/* ============================================================
   EDITORIAL / LOOKBOOK
   ============================================================ */
.t2k-lookbook {
  background: var(--t2k-bg);
  padding: clamp(56px, 10vw, 96px) 20px;
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
}
.t2k-lookbook__inner {
  max-width: 1200px; margin: 0 auto;
}
.t2k-lookbook__head { text-align: center; margin-bottom: clamp(28px, 5vw, 48px); }
.t2k-lookbook__eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--t2k-lime);
  margin: 0 0 8px;
}
.t2k-lookbook__title {
  font-family: var(--font-heading-family);
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}
.t2k-lookbook__sub {
  color: var(--t2k-text-mute);
  margin: 0;
  font-size: 15px;
}
.t2k-lookbook__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 750px) {
  .t2k-lookbook__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }
  .t2k-lookbook__cell--big { grid-column: span 2; grid-row: span 2; }
  .t2k-lookbook__cell--wide { grid-column: span 2; }
  .t2k-lookbook__cell--tall { grid-row: span 2; }
}
.t2k-lookbook__cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--t2k-radius);
  background: var(--t2k-bg-card);
  min-height: 240px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.t2k-lookbook__cell img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--t2k-ease);
}
.t2k-lookbook__cell:hover img { transform: scale(1.06); }
.t2k-lookbook__cell::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.75));
}
.t2k-lookbook__caption {
  position: absolute;
  left: 16px; right: 16px; bottom: 14px;
  z-index: 1;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.t2k-lookbook__caption span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--t2k-lime);
  margin-bottom: 4px;
  font-weight: 700;
}

/* ============================================================
   RECENTLY VIEWED
   ============================================================ */
.t2k-recent {
  background: var(--t2k-bg-soft);
  padding: clamp(40px, 8vw, 64px) 20px;
  border-top: 1px solid var(--t2k-border);
  display: none;  /* hidden until JS finds items */
}
.t2k-recent.is-visible { display: block; }
.t2k-recent__inner {
  max-width: 1200px; margin: 0 auto;
}
.t2k-recent__head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.t2k-recent__title {
  font-family: var(--font-heading-family);
  font-size: clamp(1.4rem, 3.5vw, 1.9rem);
  line-height: 1; letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.t2k-recent__sub { color: var(--t2k-text-mute); font-size: 13px; margin: 0; }
.t2k-recent__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 750px) { .t2k-recent__grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }

/* ============================================================
   Mobile menu polish (Dawn dark theme override)
   ============================================================ */
menu-drawer .menu-drawer,
.menu-drawer__inner-container {
  background: var(--t2k-bg) !important;
  color: var(--t2k-text) !important;
}
.menu-drawer__menu-item {
  color: var(--t2k-text) !important;
  font-family: var(--font-heading-family) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}
.menu-drawer__menu-item:hover { color: var(--t2k-lime) !important; }

/* Predictive search */
predictive-search .predictive-search,
.predictive-search {
  background: var(--t2k-bg) !important;
  border: 1px solid var(--t2k-border-strong) !important;
  color: var(--t2k-text) !important;
}
.predictive-search__heading {
  color: var(--t2k-lime) !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ============================================================
   v5 — PROPER SVG device mockups
   PSP / Vita with real silhouette + screen video overlay
   ============================================================ */

.t2k-device-pro {
  position: relative;
  width: 100%;
  margin: 32px auto;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,0.55));
  transition: transform 0.5s var(--t2k-ease);
}
.t2k-device-pro:hover { transform: translateY(-4px) scale(1.015); }

.t2k-device-pro__chassis {
  display: block;
  width: 100%;
  height: auto;
}

.t2k-device-pro__screen {
  position: absolute;
  background: #000;
  overflow: hidden;
}
.t2k-device-pro__screen video,
.t2k-device-pro__screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Position screen overlay to match each device's screen rectangle */
.t2k-device-pro--psp  { max-width: 720px; }
.t2k-device-pro--vita { max-width: 780px; }
.t2k-device-pro--ds   { max-width: 380px; }

.t2k-device-pro--psp .t2k-device-pro__screen {
  /* PSP viewBox 1000x430, screen rect x=260 y=80 w=480 h=270 */
  left: 26%; top: 18.6%; width: 48%; height: 62.8%;
}
.t2k-device-pro--vita .t2k-device-pro__screen {
  /* Vita viewBox 1000x380, screen rect x=240 y=55 w=520 h=280 */
  left: 24%; top: 14.5%; width: 52%; height: 73.7%;
}
.t2k-device-pro--ds-top .t2k-device-pro__screen,
.t2k-device-pro--ds-bot .t2k-device-pro__screen {
  /* DS panels: viewBox 600x500, screen 4:3 inside top panel */
  left: 20%; top: 14%; width: 60%; height: 72%;
}

/* Reuse the existing screen overlay UI (play button, progress) */
.t2k-device-pro__screen .t2k-device__overlay,
.t2k-device-pro__screen .t2k-device__play,
.t2k-device-pro__screen .t2k-device__progress { position: absolute; }
.t2k-device-pro__screen .t2k-device__overlay {
  inset: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 6px 10px;
  pointer-events: none;
  font-size: 9px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.t2k-device-pro__screen .t2k-device__overlay-row {
  display: flex; justify-content: space-between; align-items: center;
}
.t2k-device-pro__screen .t2k-device__pill {
  background: rgba(0,0,0,0.55);
  padding: 3px 8px; border-radius: 999px;
  font-size: 8px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 4px;
}
.t2k-device-pro__screen .t2k-device__play {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  border: 2px solid rgba(255,255,255,0.7);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(8px);
  transition: opacity 0.3s ease;
}
.t2k-device-pro__screen .t2k-device__play.is-playing { opacity: 0; pointer-events: none; }
.t2k-device-pro__screen .t2k-device__progress {
  bottom: 4px; left: 8px; right: 8px;
  height: 2px;
  background: rgba(255,255,255,0.25);
  border-radius: 999px;
  overflow: hidden;
}
.t2k-device-pro__screen .t2k-device__progress-fill {
  height: 100%; background: #fff; width: 0%;
  transition: width 0.1s linear;
}

/* DS open clamshell: stack two panels vertically with hinge */
.t2k-device-pro--ds-stack {
  max-width: 420px;
  margin: 32px auto;
  display: flex; flex-direction: column;
  gap: 6px;
}

/* ============================================================
   v6 — uploaded PSP image as chassis
   ============================================================ */
.t2k-device-img {
  position: relative;
  margin: 32px auto;
  max-width: 720px;
  width: 100%;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,0.55));
  transition: transform 0.5s var(--t2k-ease);
}
.t2k-device-img:hover { transform: translateY(-4px) scale(1.015); }
.t2k-device-img__chassis {
  display: block;
  width: 100%;
  height: auto;
}
.t2k-device-img__screen {
  position: absolute;
  background: #000;
  overflow: hidden;
  /* coordinates set via inline style from section settings */
}
.t2k-device-img__screen video,
.t2k-device-img__screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 600px) {
  .t2k-device-img { max-width: 480px; }
}

/* ============================================================
   v9 — UNIVERSAL DEVICE OVERLAY + comprehensive mobile pass
   ============================================================ */

/* -----------------------------------------------------------
   Universal device overlay — BULLETPROOF
   Container has explicit aspect-ratio (set inline from chassis or 16:9).
   Chassis + video are ABSOLUTE, both filling container 100%.
   Container is capped by max-width AND max-height so it can never
   dominate the viewport.
   ----------------------------------------------------------- */
.t2k-overlay {
  position: relative;
  width: 100%;
  margin: 24px auto;
  max-width: 720px;
  max-height: 70vh;       /* prevent portrait chassis from being huge */
  overflow: hidden;
  background: #0a0a0e;
  border-radius: var(--t2k-radius);
  isolation: isolate;
  /* aspect-ratio is set inline from chassis (or default 16/9 from no-chassis) */
}

/* Chassis fills container, preserves its shape (letterbox if it must) */
.t2k-overlay__chassis {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

/* Video / poster fill the same container behind the chassis */
.t2k-overlay__video,
.t2k-overlay__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}

/* Fallback when no chassis is uploaded */
.t2k-overlay--no-chassis {
  aspect-ratio: 16 / 9;
}
.t2k-overlay__hint {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body-family);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}

.t2k-overlay__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.t2k-overlay__play:hover { transform: translate(-50%, -50%) scale(1.06); }
.t2k-overlay__play.is-playing { opacity: 0; pointer-events: none; }

/* Per-brand caps */
.t2k-overlay--psp,
.t2k-overlay--vita { max-width: 720px; }
.t2k-overlay--ds   { max-width: 480px; }
.t2k-overlay--ipod { max-width: 380px; }

/* -----------------------------------------------------------
   MOBILE OPTIMIZATION (≤ 749px)
   Tighten paddings, sizes, gaps. Make device fill viewport better.
   ----------------------------------------------------------- */
@media (max-width: 749px) {
  /* Hero — tighter, less screen-dominating */
  .t2k-hero {
    padding: 56px 16px 72px;
  }
  .t2k-hero__inner { gap: 22px; }
  .t2k-hero__headline { font-size: clamp(2.2rem, 9vw, 3.4rem); line-height: 0.95; }
  .t2k-hero__sub { font-size: 0.95rem; }
  .t2k-hero__ctas { gap: 8px; }
  .t2k-cta-pill { padding: 14px 10px; font-size: 12px; }
  .t2k-hero__scroll { display: none; }

  /* Brand sections — tighter top/bottom and side gutters */
  .t2k-brand { padding: 48px 16px; }
  .t2k-brand__head { gap: 12px; margin-bottom: 22px; }
  .t2k-brand__title { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .t2k-brand__sub { font-size: 0.9rem; }

  /* Device overlay — full-width on mobile but height-capped */
  .t2k-overlay {
    margin: 18px auto;
    max-width: calc(100% - 8px);
    max-height: 60vh;        /* tighter cap on phones */
    border-radius: 10px;
  }
  .t2k-overlay--ipod { max-width: 260px; }
  .t2k-overlay--ds   { max-width: 340px; }
  .t2k-overlay__play { width: 46px; height: 46px; font-size: 18px; }

  /* Product grid */
  .t2k-grid { gap: 10px; margin-top: 18px; }
  .t2k-card { border-radius: 10px; }
  .t2k-card__body { padding: 10px 10px 12px; gap: 4px; }
  .t2k-card__title { font-size: 12.5px; line-height: 1.25; }
  .t2k-card__price { font-size: 14px; }
  .t2k-card__quickview { display: none; }

  /* Brand CTAs full width on mobile for tap area */
  .t2k-brand__cta { width: 100%; max-width: 320px; padding: 16px 18px; font-size: 12px; }

  /* Marquee — faster + smaller */
  .t2k-marquee { padding: 10px 0; }
  .t2k-marquee__item { font-size: 12px; gap: 32px; }
  .t2k-marquee__item::after { font-size: 14px; }
  .t2k-marquee__track { gap: 32px; animation-duration: 22s; }

  /* Trust bar — 2x2 with tighter padding */
  .t2k-trust { padding: 36px 12px; }
  .t2k-trust__grid { gap: 10px; }
  .t2k-trust__card { padding: 14px 10px; gap: 8px; }
  .t2k-trust__title { font-size: 11px; letter-spacing: 0.04em; }
  .t2k-trust__sub { font-size: 11px; }

  /* Press logos */
  .t2k-press { padding: 32px 16px; }
  .t2k-press__row { gap: 18px; }
  .t2k-press__logo { font-size: 0.85rem; }

  /* Reviews */
  .t2k-reviews { padding: 48px 16px; }
  .t2k-reviews__title { font-size: 1.6rem; }
  .t2k-reviews__grid { gap: 12px; }
  .t2k-review { padding: 18px 16px; }
  .t2k-review__quote { font-size: 14px; }

  /* FAQ */
  .t2k-faq { padding: 48px 16px; }
  .t2k-faq__title { font-size: 1.6rem; }
  .t2k-faq__summary { font-size: 14px; padding: 18px 4px; gap: 12px; }
  .t2k-faq__answer { font-size: 14px; }

  /* Email capture */
  .t2k-email { padding: 56px 18px; }
  .t2k-email__title { font-size: 1.5rem; }
  .t2k-email__form { flex-direction: column; gap: 8px; }
  .t2k-email__form input[type="email"],
  .t2k-email__form button { width: 100%; min-width: 0; }

  /* Footer */
  .t2k-footer { padding: 48px 18px 0; }
  .t2k-footer__grid { gap: 28px; }
  .t2k-footer__brand h3 { font-size: 1.2rem; }
  .t2k-footer__col h4 { font-size: 11px; }
  .t2k-footer__bottom { padding: 18px 0; }

  /* Featured drop */
  .t2k-drop { padding: 48px 16px; }
  .t2k-drop__inner { gap: 24px; }
  .t2k-drop__title { font-size: 1.6rem; }
  .t2k-drop__sub { font-size: 14px; }

  /* Video showcase */
  .t2k-video-showcase { padding: 48px 18px; min-height: 320px; }
  .t2k-video-showcase__title { font-size: 1.6rem; }
  .t2k-video-showcase__sub { font-size: 14px; }

  /* Lookbook */
  .t2k-lookbook { padding: 48px 16px; }
  .t2k-lookbook__title { font-size: 1.6rem; }
  .t2k-lookbook__grid { gap: 8px; }
  .t2k-lookbook__cell { min-height: 180px; }

  /* Recently viewed */
  .t2k-recent { padding: 32px 16px; }
  .t2k-recent__title { font-size: 1.4rem; }
  .t2k-recent__grid { gap: 10px; }

  /* Slideshow PSP camera promo — tighter */
  .slideshow__text { padding: 20px 16px; }

  /* General tap targets */
  button, .button, a.button, [role="button"] { min-height: 44px; }
}

/* Even tighter for very small phones */
@media (max-width: 380px) {
  .t2k-hero { padding: 40px 12px 56px; }
  .t2k-hero__headline { font-size: 1.9rem; }
  .t2k-hero__ctas { grid-template-columns: 1fr; }
  .t2k-brand { padding: 40px 12px; }
  .t2k-marquee__item { font-size: 11px; }
}

/* ============================================================
   T2K LOGO — animated, glitch-styled brand mark
   Renders in the header in place of the static logo image.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&display=swap');

.t2k-logo {
  --t2k-logo-scale: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  animation: t2k-logo-float 4s ease-in-out infinite;
  user-select: none;
}

.t2k-logo__icons {
  display: flex;
  align-items: center;
  gap: calc(10px * var(--t2k-logo-scale));
}

.t2k-logo__icon {
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.5))
    drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.12));
  animation: t2k-logo-glitch 5s infinite;
}
.t2k-logo__icon svg {
  display: block;
  height: auto;
  fill: #fff;
  width: calc(28px * var(--t2k-logo-scale));
}
.t2k-logo__icon--psp svg {
  width: calc(40px * var(--t2k-logo-scale));
}

.t2k-logo__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.t2k-logo__tech,
.t2k-logo__year {
  font-family: 'Orbitron', system-ui, sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.t2k-logo__tech {
  font-size: calc(18px * var(--t2k-logo-scale));
  letter-spacing: calc(3px * var(--t2k-logo-scale));
  text-shadow:
    1px 1px 0 #ccc,
    2px 2px 0 #888,
    3px 3px 0 #555,
    4px 4px 6px rgba(0, 0, 0, 0.7);
  animation: t2k-logo-glitch-tech 7s infinite;
}

.t2k-logo__year {
  font-size: calc(24px * var(--t2k-logo-scale));
  letter-spacing: calc(2px * var(--t2k-logo-scale));
  text-shadow:
    1px 1px 0 #ddd,
    2px 2px 0 #aaa,
    3px 3px 0 #777,
    4px 4px 0 #444,
    5px 5px 8px rgba(0, 0, 0, 0.85);
  animation: t2k-logo-glitch-year 6s infinite;
}

/* Header-specific scale tweaks. The header logo lives inside .header__heading-link */
.header__heading-link .t2k-logo {
  --t2k-logo-scale: 1;
}
@media (max-width: 749px) {
  .header__heading-link .t2k-logo {
    --t2k-logo-scale: 0.8;
  }
}

/* Animations — scoped, no page-level overlays */
@keyframes t2k-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@keyframes t2k-logo-glitch {
  0%, 89%, 94%, 100% {
    transform: translate(0, 0);
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.5)) drop-shadow(2px 2px 0px rgba(255,255,255,0.12));
  }
  90% {
    transform: translate(-3px, 1px);
    filter: drop-shadow(-3px 0 0 #0ff) drop-shadow(3px 0 0 #f0f);
  }
  92% {
    transform: translate(3px, -1px);
    filter: drop-shadow(3px 0 0 #0ff) drop-shadow(-3px 0 0 #f0f);
  }
}
@keyframes t2k-logo-glitch-tech {
  0%, 85%, 100% {
    transform: translate(0, 0);
    clip-path: none;
    text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #888, 3px 3px 0 #555, 4px 4px 6px rgba(0,0,0,0.7);
  }
  86% {
    transform: translate(-4px, 0);
    clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
    text-shadow: -4px 0 0 #0ff, 4px 0 0 #f0f, 1px 1px 0 #ccc;
  }
  87% {
    transform: translate(4px, 0);
    clip-path: polygon(0 60%, 100% 60%, 100% 85%, 0 85%);
    text-shadow: 4px 0 0 #0ff, -4px 0 0 #f0f, 1px 1px 0 #ccc;
  }
  88% {
    transform: translate(0, 0);
    clip-path: none;
    text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #888, 3px 3px 0 #555, 4px 4px 6px rgba(0,0,0,0.7);
  }
}
@keyframes t2k-logo-glitch-year {
  0%, 80%, 100% {
    transform: translate(0, 0);
    clip-path: none;
    text-shadow: 1px 1px 0 #ddd, 2px 2px 0 #aaa, 3px 3px 0 #777, 4px 4px 0 #444, 5px 5px 8px rgba(0,0,0,0.85);
  }
  81% {
    transform: translate(5px, 2px);
    clip-path: polygon(0 5%, 100% 5%, 100% 35%, 0 35%);
    text-shadow: -5px 0 0 #0ff, 5px 0 0 #f0f, 1px 1px 0 #ddd;
  }
  82% {
    transform: translate(-5px, -2px);
    clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
    text-shadow: 5px 0 0 #0ff, -5px 0 0 #f0f, 1px 1px 0 #ddd;
  }
  83% {
    transform: translate(0, 0);
    clip-path: none;
    text-shadow: 1px 1px 0 #ddd, 2px 2px 0 #aaa, 3px 3px 0 #777, 4px 4px 0 #444, 5px 5px 8px rgba(0,0,0,0.85);
  }
}

@media (prefers-reduced-motion: reduce) {
  .t2k-logo,
  .t2k-logo__icon,
  .t2k-logo__tech,
  .t2k-logo__year {
    animation: none !important;
  }
}

/* ============================================================
   REVIEWS MARQUEE — auto-scrolling carousel
   ============================================================ */
.t2k-rmarq {
  background: var(--t2k-bg);
  padding: clamp(48px, 8vw, 80px) 0 clamp(48px, 8vw, 80px);
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
  overflow: hidden;
  position: relative;
}
.t2k-rmarq__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
  padding: 0 16px;
}
.t2k-rmarq__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1.6rem, 4.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}
.t2k-rmarq__sub {
  color: var(--t2k-text-mute);
  font-size: 14px;
  margin: 0;
}
.t2k-rmarq__stars {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--t2k-lime);
  font-size: 16px;
  letter-spacing: 0.1em;
}
.t2k-rmarq__stars-rating {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

/* Track wrapper has fade gradients on both edges */
.t2k-rmarq__viewport {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.t2k-rmarq__track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: t2k-rmarq-scroll 70s linear infinite;
  will-change: transform;
}
.t2k-rmarq__viewport:hover .t2k-rmarq__track {
  animation-play-state: paused;
}

@keyframes t2k-rmarq-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Individual review card in the marquee */
.t2k-rmarq__card {
  flex: 0 0 320px;
  max-width: 320px;
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
  border-radius: var(--t2k-radius);
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.t2k-rmarq__card:hover {
  border-color: var(--t2k-lime);
  transform: translateY(-2px);
}
.t2k-rmarq__card-stars {
  color: var(--t2k-lime);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.t2k-rmarq__card-quote {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  /* Clamp to 4 lines */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t2k-rmarq__card-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--t2k-border);
}
.t2k-rmarq__card-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--t2k-lime), var(--t2k-orange));
  color: #000;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 11px;
  flex-shrink: 0;
}
.t2k-rmarq__card-meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.t2k-rmarq__card-name {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t2k-rmarq__card-loc {
  font-size: 10px;
  color: var(--t2k-text-mute);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t2k-rmarq__card-verified {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--t2k-lime);
  font-weight: 700;
}

@media (max-width: 749px) {
  .t2k-rmarq { padding: 48px 0; }
  .t2k-rmarq__card {
    flex: 0 0 280px;
    max-width: 280px;
    padding: 18px;
  }
  .t2k-rmarq__track { gap: 12px; animation-duration: 50s; }
  .t2k-rmarq__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .t2k-rmarq__track { animation: none; }
}

/* ============================================================
   FREE SHIPPING BANNER — site-wide, sticky-top
   ============================================================ */
.t2k-banner {
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #08080c 0%, #14141a 50%, #08080c 100%);
  border-bottom: 1px solid var(--t2k-border);
  color: #fff;
  padding: 12px 48px 14px 16px;
  font-family: var(--font-body-family);
  font-size: 12px;
  letter-spacing: 0.04em;
  display: block;
  overflow: hidden;
}
.t2k-banner.is-hidden { display: none; }

.t2k-banner__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.t2k-banner__msg {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.t2k-banner__msg strong {
  color: var(--t2k-lime);
  font-weight: 800;
}

.t2k-banner__track {
  width: 100%;
  max-width: 460px;
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}
.t2k-banner__fill {
  height: 100%;
  background: var(--t2k-lime);
  width: 0%;
  border-radius: 999px;
  transition: width 0.6s var(--t2k-ease);
  box-shadow:
    0 0 8px rgba(212, 255, 58, 0.55),
    0 0 18px rgba(212, 255, 58, 0.25);
}
.t2k-banner__fill[data-low="true"] {
  background: linear-gradient(90deg, var(--t2k-orange), var(--t2k-lime));
}

.t2k-banner.is-complete .t2k-banner__msg strong {
  color: var(--t2k-lime);
  font-size: 13px;
  letter-spacing: 0.1em;
}
.t2k-banner.is-complete .t2k-banner__fill {
  background: var(--t2k-lime) !important;
  width: 100% !important;
  animation: t2k-banner-pulse 1.6s var(--t2k-ease) infinite;
}
@keyframes t2k-banner-pulse {
  0%, 100% { box-shadow: 0 0 8px rgba(212, 255, 58, 0.5), 0 0 18px rgba(212, 255, 58, 0.25); }
  50%      { box-shadow: 0 0 14px rgba(212, 255, 58, 0.85), 0 0 28px rgba(212, 255, 58, 0.45); }
}

.t2k-banner__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  line-height: 1;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.t2k-banner__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 749px) {
  .t2k-banner { padding: 10px 36px 12px 12px; }
  .t2k-banner__msg { font-size: 11px; }
  .t2k-banner__track { max-width: 280px; height: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .t2k-banner.is-complete .t2k-banner__fill { animation: none; }
}


/* ============================================================
   CUSTOMER PHOTOS — auto-scrolling UGC carousel
   ============================================================ */
.t2k-cphotos {
  background: var(--t2k-bg);
  padding: clamp(48px, 8vw, 80px) 0;
  border-top: 1px solid var(--t2k-border);
  border-bottom: 1px solid var(--t2k-border);
  overflow: hidden;
}
.t2k-cphotos__head {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 44px);
  padding: 0 16px;
}
.t2k-cphotos__eyebrow {
  display: inline-block;
  background: var(--t2k-lime);
  color: #000;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.t2k-cphotos__title {
  font-family: var(--font-heading-family);
  font-weight: 900;
  font-size: clamp(1.6rem, 4.5vw, 2.6rem);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}
.t2k-cphotos__sub {
  color: var(--t2k-text-mute);
  font-size: 14px;
  margin: 0;
}

.t2k-cphotos__viewport {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.t2k-cphotos__track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: t2k-cphotos-scroll 60s linear infinite;
  will-change: transform;
}
.t2k-cphotos__viewport:hover .t2k-cphotos__track {
  animation-play-state: paused;
}
@keyframes t2k-cphotos-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Individual photo tile */
.t2k-cphotos__card {
  flex: 0 0 280px;
  width: 280px;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: var(--t2k-radius);
  background: var(--t2k-bg-card);
  border: 1px solid var(--t2k-border);
}
.t2k-cphotos__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--t2k-ease);
}
.t2k-cphotos__card:hover img {
  transform: scale(1.06);
}

/* Empty placeholder when no image yet */
.t2k-cphotos__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1a1a22, #0a0a0e);
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--font-body-family);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
}
.t2k-cphotos__placeholder span {
  font-size: 24px;
  display: block;
  margin-bottom: 6px;
  color: var(--t2k-lime);
}

/* Caption overlay (slides up on hover) */
.t2k-cphotos__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.85));
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s var(--t2k-ease);
  z-index: 2;
}
.t2k-cphotos__card:hover .t2k-cphotos__caption {
  transform: translateY(0);
}
.t2k-cphotos__caption-name {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 2px;
}
.t2k-cphotos__caption-product {
  font-size: 11px;
  color: var(--t2k-lime);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Verified-tag in the top-right of each photo */
.t2k-cphotos__verified {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  color: var(--t2k-lime);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding: 4px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

@media (max-width: 749px) {
  .t2k-cphotos { padding: 48px 0; }
  .t2k-cphotos__card { flex: 0 0 220px; width: 220px; }
  .t2k-cphotos__track { gap: 10px; animation-duration: 45s; }
  .t2k-cphotos__viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
  .t2k-cphotos__caption {
    transform: translateY(0);
    padding: 8px 10px;
  }
  .t2k-cphotos__caption-name { font-size: 11px; }
  .t2k-cphotos__caption-product { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .t2k-cphotos__track { animation: none; }
  .t2k-cphotos__card:hover img { transform: none; }
}
