.pixel-shop {
  --shop-cyan: #52d8df;
  --shop-lime: #c8ff57;
  --shop-pink: #f05d9d;
  --shop-night: #070a15;
  --shop-panel: #11162a;
}

.pixel-shop h1,
.pixel-shop h2,
.pixel-shop h3,
.pixel-shop p { margin-top: 0; }

.pixel-shop h1,
.pixel-shop h2 { font-family: var(--display-serif); letter-spacing: -.055em; }

.shop-command-bar {
  position: sticky;
  top: 82px;
  z-index: 8;
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 44px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  color: var(--paper-light);
  background: var(--ink);
  border-bottom: 3px solid var(--orange);
  font: 800 11px/1 "Courier New", monospace;
  letter-spacing: .06em;
}

.shop-command-bar > span { margin-right: auto; color: var(--mint-light); }
.shop-command-bar i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: var(--shop-lime); box-shadow: 0 0 10px var(--shop-lime); }
.shop-command-bar a { padding: 15px 0 12px; color: inherit; text-decoration: none; border-bottom: 3px solid transparent; }
.shop-command-bar a:hover { color: var(--shop-lime); border-color: var(--shop-lime); }
.shop-command-bar__buy { color: var(--ink) !important; background: var(--orange-light); padding-inline: 15px !important; border-bottom-color: var(--orange-light) !important; }

.shop-pixel-label { color: var(--ink-2); font: 900 12px/1.45 "Courier New", monospace; letter-spacing: .1em; }
.shop-pixel-label span { display: inline-block; margin-right: 10px; padding: 7px 9px; color: var(--paper-light); background: var(--ink); box-shadow: 4px 4px 0 var(--orange); }

.shop-pixel-hero {
  display: grid;
  grid-template-columns: minmax(500px, .9fr) minmax(460px, .78fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  min-height: calc(100vh - 138px);
  padding: clamp(64px, 7vw, 104px) max(22px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(90deg, rgba(255,248,232,.98), rgba(245,235,215,.76)), repeating-linear-gradient(0deg, transparent 0 23px, rgba(41,39,86,.08) 23px 24px);
  border-bottom: 4px solid var(--ink);
}

.shop-pixel-hero h1 { margin: 25px 0 24px; font-size: clamp(68px, 7vw, 108px); line-height: .88; }
.shop-pixel-hero h1 em { color: var(--orange); font-style: normal; text-shadow: 5px 5px 0 var(--mint); }
.shop-pixel-hero__lead { max-width: 690px; color: var(--muted); font-size: 17px; font-weight: 650; line-height: 1.85; }
.shop-pixel-hero__actions { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 30px; }

.shop-pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 21px;
  color: var(--ink);
  background: var(--paper-light);
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 var(--mint);
  font: 900 14px/1.2 var(--ui-sans);
  text-decoration: none;
  transition: transform .14s steps(2, end), box-shadow .14s steps(2, end), background-color .14s ease;
}

.shop-pixel-button::before { margin-right: 8px; content: ">"; font-family: "Courier New", monospace; }
.shop-pixel-button:hover { background: var(--orange-light); box-shadow: 3px 3px 0 var(--orange); transform: translate(3px, 3px); }
.shop-pixel-button:active { box-shadow: none; transform: translate(6px, 6px); }
.shop-pixel-button--primary { color: var(--paper-light); background: var(--ink); box-shadow: 6px 6px 0 var(--orange); }
.shop-pixel-button--primary:hover { color: var(--ink); }
.shop-pixel-button--cyan { color: var(--shop-night); background: var(--shop-cyan); border-color: var(--shop-cyan); box-shadow: 6px 6px 0 var(--shop-pink); }

.shop-stock-console { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; background: var(--paper-light); border: 3px solid var(--ink); box-shadow: 6px 6px 0 rgba(41,39,86,.18); }
.shop-stock-console div { min-width: 0; padding: 15px 16px; border-right: 2px dashed var(--line); }
.shop-stock-console div:last-child { border-right: 0; }
.shop-stock-console span,
.shop-stock-console strong { display: block; }
.shop-stock-console span { margin-bottom: 7px; color: var(--orange); font: 900 9px/1 "Courier New", monospace; letter-spacing: .1em; }
.shop-stock-console strong { font-size: 13px; }
.shop-commerce-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.65; }

.shop-product-window,
.shop-software-window,
.shop-gallery-card { margin: 0; background: var(--shop-night); border: 4px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); }
.shop-product-window { justify-self: end; width: min(100%, 570px); padding: 11px; transform: rotate(1deg); }
.shop-product-window img { display: block; width: 100%; height: min(64vh, 720px); object-fit: cover; object-position: center top; }
.shop-product-window figcaption,
.shop-software-window figcaption { padding: 13px 8px 3px; color: var(--mint-light); font: 800 11px/1.5 "Courier New", monospace; letter-spacing: .05em; }
.shop-product-window figcaption span { color: var(--shop-lime); }

.shop-window-bar { display: flex; gap: 7px; align-items: center; padding: 10px 11px; color: var(--mint-light); background: #10152c; border-bottom: 3px solid var(--shop-cyan); font: 900 10px/1 "Courier New", monospace; letter-spacing: .08em; }
.shop-window-bar span { margin-right: auto; }
.shop-window-bar i { width: 8px; height: 8px; background: var(--orange); }
.shop-window-bar i:nth-child(3) { background: var(--shop-pink); }
.shop-window-bar i:nth-child(4) { background: var(--shop-lime); }

.shop-signal-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: -2px auto 0; color: var(--paper-light); background: var(--ink); border-right: 3px solid var(--ink); border-left: 3px solid var(--ink); }
.shop-signal-strip article { display: flex; gap: 14px; align-items: center; min-height: 110px; padding: 22px; border-right: 2px dashed var(--ink-2); }
.shop-signal-strip article:last-child { border-right: 0; }
.shop-signal-strip > article > span { display: grid; place-items: center; min-width: 44px; height: 44px; color: var(--ink); background: var(--shop-cyan); border: 3px solid var(--paper-light); box-shadow: 4px 4px 0 var(--orange); font: 900 12px/1 "Courier New", monospace; }
.shop-signal-strip article:nth-child(2) > span { background: var(--shop-lime); }
.shop-signal-strip article:nth-child(3) > span { background: var(--orange-light); }
.shop-signal-strip article:nth-child(4) > span { background: var(--shop-pink); }
.shop-signal-strip strong,
.shop-signal-strip small { display: block; }
.shop-signal-strip small { margin-top: 4px; color: var(--mint-light); font-size: 11px; }

.shop-gallery-section,
.shop-mic-section { padding: clamp(88px, 9vw, 128px) max(22px, calc((100vw - var(--max)) / 2)); }
.shop-gallery-section { color: var(--paper-light); background: var(--shop-night); border-top: 6px solid var(--shop-cyan); border-bottom: 6px solid var(--orange); }
.shop-section-heading { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .62fr); gap: clamp(38px, 7vw, 100px); align-items: end; margin-bottom: 48px; }
.shop-section-heading h2 { margin: 18px 0 0; font-size: clamp(52px, 6vw, 82px); line-height: .96; }
.shop-section-heading > p { margin: 0; color: #bac4d8; font-size: 16px; font-weight: 650; line-height: 1.85; }
.shop-gallery-section .shop-pixel-label { color: #bac4d8; }
.shop-gallery-section .shop-pixel-label span { color: var(--shop-night); background: var(--shop-lime); box-shadow-color: var(--shop-pink); }

.shop-gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 24px; }
.shop-gallery-card { overflow: hidden; border-color: #29314e; box-shadow: 8px 8px 0 rgba(82,216,223,.22); transition: transform .18s steps(3, end), border-color .18s ease; }
.shop-gallery-card:hover { border-color: var(--shop-cyan); transform: translateY(-5px); }
.shop-gallery-card--wide { grid-row: span 2; }
.shop-gallery-card--accent { border-color: var(--shop-pink); box-shadow-color: rgba(240,93,157,.28); }
.shop-gallery-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.shop-gallery-card--wide img { height: calc(100% - 116px); min-height: 680px; aspect-ratio: auto; object-position: center; }
.shop-gallery-card figcaption { display: grid; gap: 6px; padding: 18px; color: var(--paper-light); }
.shop-gallery-card figcaption span { color: var(--shop-cyan); font: 900 10px/1 "Courier New", monospace; letter-spacing: .1em; }
.shop-gallery-card figcaption strong { font-size: 18px; }
.shop-gallery-card figcaption small { color: #aeb9cd; }

.shop-color-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 104px); align-items: center; padding: clamp(90px, 9vw, 130px) max(22px, calc((100vw - var(--max)) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); }
.shop-color-section h2 { margin: 24px 0; font-size: clamp(54px, 6vw, 82px); line-height: .95; }
.shop-color-section__copy > p:not(.shop-pixel-label) { color: var(--muted); font-size: 16px; font-weight: 650; line-height: 1.85; }
.shop-color-rules { margin: 32px 0 0; border-top: 3px solid var(--ink); }
.shop-color-rules div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 2px dashed var(--line); }
.shop-color-rules dt { font-weight: 900; }
.shop-color-rules dd { margin: 0; color: var(--orange); font: 900 12px/1.4 "Courier New", monospace; }

.shop-color-console { padding: 12px; color: var(--paper-light); background: var(--shop-night); border: 4px solid var(--shop-cyan); box-shadow: 12px 12px 0 var(--shop-pink); }
.shop-color-console__status { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px; background: #10152c; border-bottom: 2px solid #2e3859; }
.shop-color-console__status span { color: var(--shop-cyan); font: 900 11px/1 "Courier New", monospace; letter-spacing: .1em; }
.shop-color-console__status strong { color: var(--shop-lime); font-size: 26px; }
.shop-color-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 18px 0; }
.shop-color-option { display: grid; grid-template-columns: 42px 1fr; gap: 4px 12px; align-items: center; min-height: 82px; padding: 12px; color: var(--paper-light); text-align: left; background: var(--shop-panel); border: 2px solid #303a58; cursor: pointer; }
.shop-color-option:hover,
.shop-color-option.is-selected { color: var(--shop-night); background: var(--shop-cyan); border-color: var(--paper-light); box-shadow: 4px 4px 0 var(--shop-pink); }
.shop-color-option small { grid-column: 2; color: inherit; font: 800 8px/1 "Courier New", monospace; letter-spacing: .08em; opacity: .75; }
.shop-color-option--custom { grid-column: span 2; }
.shop-swatch { grid-row: span 2; width: 38px; height: 38px; border: 3px solid var(--paper-light); box-shadow: 3px 3px 0 #050713; }
.shop-swatch--gray { background: #9ba0aa; }
.shop-swatch--red { background: #d94343; }
.shop-swatch--white { background: #f5f1e8; }
.shop-swatch--black { background: #151515; }
.shop-swatch--purple { background: #7755b7; }
.shop-swatch--custom { background: linear-gradient(135deg, #f05d9d 0 33%, #52d8df 33% 66%, #c8ff57 66%); }
.shop-color-console > p { margin: 0 0 20px; padding: 15px 17px; color: #bac4d8; background: rgba(82,216,223,.06); border-left: 5px solid var(--shop-cyan); font-size: 13px; line-height: 1.7; }

.shop-feedback-section { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(52px, 8vw, 116px); align-items: center; padding: clamp(90px, 9vw, 128px) max(22px, calc((100vw - var(--max)) / 2)); color: var(--paper-light); background: linear-gradient(135deg, #090d22, #111a3b); border-bottom: 6px solid var(--shop-pink); }
.shop-feedback-signal { position: relative; display: grid; place-items: center; min-height: 400px; overflow: hidden; background: #03050d; border: 4px solid var(--shop-pink); box-shadow: 13px 13px 0 var(--shop-cyan); }
.shop-feedback-signal::before,
.shop-feedback-signal::after { position: absolute; content: ""; border: 2px solid #29314e; }
.shop-feedback-signal::before { inset: 30px; }
.shop-feedback-signal::after { inset: 62px; }
.shop-feedback-signal > span { z-index: 1; display: grid; place-items: center; width: 150px; height: 150px; color: var(--shop-night); background: var(--shop-lime); border: 6px solid var(--paper-light); box-shadow: 12px 12px 0 var(--shop-pink); font: 950 92px/1 "Courier New", monospace; }
.shop-feedback-signal i { position: absolute; width: 12px; height: 12px; background: var(--shop-cyan); box-shadow: 0 0 13px var(--shop-cyan); }
.shop-feedback-signal i:nth-of-type(1) { top: 50px; left: 52px; }
.shop-feedback-signal i:nth-of-type(2) { top: 74px; right: 55px; background: var(--shop-pink); box-shadow-color: var(--shop-pink); }
.shop-feedback-signal i:nth-of-type(3) { right: 85px; bottom: 72px; background: var(--orange); box-shadow-color: var(--orange); }
.shop-feedback-signal strong { position: absolute; right: 24px; bottom: 22px; color: var(--shop-cyan); font: 900 12px/1.35 "Courier New", monospace; text-align: right; }
.shop-feedback-copy h2 { margin: 24px 0; font-size: clamp(50px, 5.4vw, 76px); line-height: .98; }
.shop-feedback-copy > p:not(.shop-pixel-label):not(.shop-feedback-notice) { color: #bac4d8; font-size: 16px; line-height: 1.85; }
.shop-feedback-copy .shop-pixel-label { color: #bac4d8; }
.shop-feedback-copy .shop-pixel-label span { color: var(--shop-night); background: var(--shop-pink); box-shadow-color: var(--shop-cyan); }
.shop-feedback-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.shop-feedback-grid div { padding: 16px; background: rgba(82,216,223,.06); border: 2px solid #29314e; }
.shop-feedback-grid span,
.shop-feedback-grid strong { display: block; }
.shop-feedback-grid span { margin-bottom: 7px; color: var(--shop-cyan); font: 900 9px/1 "Courier New", monospace; }
.shop-feedback-grid strong { font-size: 13px; }
.shop-feedback-notice { margin: 18px 0 0; color: #9faac0; font-size: 12px; line-height: 1.7; }

.shop-mic-section { background: var(--paper-light); }
.shop-section-heading--light > p { color: var(--muted); }
.shop-mic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.shop-mic-grid article { display: flex; min-height: 310px; flex-direction: column; padding: 30px; color: var(--paper-light); background: var(--ink); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); }
.shop-mic-grid article:nth-child(2) { color: var(--ink); background: var(--mint-light); box-shadow-color: var(--mint); }
.shop-mic-grid article:nth-child(3) { background: var(--shop-night); box-shadow-color: var(--shop-cyan); }
.shop-mic-grid article > span { color: var(--orange-light); font: 900 10px/1 "Courier New", monospace; letter-spacing: .1em; }
.shop-mic-grid article:nth-child(2) > span { color: var(--orange); }
.shop-mic-grid h3 { margin: 28px 0 15px; font-size: 28px; }
.shop-mic-grid p { color: var(--mint-light); line-height: 1.8; }
.shop-mic-grid article:nth-child(2) p { color: var(--muted); }
.shop-mic-grid a { margin-top: auto; color: var(--shop-cyan); font-weight: 900; text-underline-offset: 5px; }
.shop-mic-grid article:nth-child(2) a { color: var(--ink); }
.shop-mic-notice { margin: 30px 0 0; padding: 15px 18px; color: var(--muted); background: rgba(115,207,192,.16); border-left: 6px solid var(--mint); font-size: 13px; font-weight: 700; }

.shop-package-section { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(48px, 7vw, 94px); align-items: center; padding: clamp(90px, 9vw, 130px) max(22px, calc((100vw - var(--max)) / 2)); color: var(--paper-light); background: var(--ink); border-top: 6px solid var(--orange); }
.shop-software-window { padding: 12px; border-color: var(--shop-cyan); box-shadow-color: var(--shop-pink); }
.shop-software-window img { display: block; width: 100%; height: auto; }
.shop-package-copy .shop-pixel-label { color: var(--mint-light); }
.shop-package-copy .shop-pixel-label span { color: var(--shop-night); background: var(--shop-lime); box-shadow-color: var(--orange); }
.shop-package-copy h2 { margin: 24px 0; font-size: clamp(48px, 5.2vw, 74px); line-height: .98; }
.shop-package-copy > p:not(.shop-pixel-label) { color: var(--mint-light); line-height: 1.85; }
.shop-package-copy ul { display: grid; gap: 0; margin: 28px 0; padding: 0; list-style: none; border-top: 2px solid var(--ink-2); }
.shop-package-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 2px dashed var(--ink-2); }
.shop-package-copy li span { color: var(--shop-cyan); font: 900 10px/1 "Courier New", monospace; }
.shop-package-actions { display: grid; gap: 13px; margin-top: 30px; }
.shop-package-actions .shop-pixel-button { justify-self: start; }
.shop-package-actions > a:not(.shop-pixel-button) { color: var(--shop-cyan); font-size: 13px; font-weight: 900; text-underline-offset: 5px; }

.shop-final-cta { padding: 100px 22px 112px; text-align: center; background: var(--paper); border: 5px solid var(--orange); }
.shop-final-cta > p { margin-bottom: 20px; color: var(--orange); font: 900 12px/1 "Courier New", monospace; letter-spacing: .12em; }
.shop-final-cta h2 { margin: 0 auto; max-width: 970px; font-size: clamp(48px, 6vw, 84px); line-height: .98; }
.shop-final-cta > div { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin-top: 40px; }

@media (max-width: 1080px) {
  .shop-command-bar { top: 139px; overflow-x: auto; }
  .shop-command-bar > span { display: none; }
  .shop-command-bar a { flex: 0 0 auto; }
  .shop-pixel-hero { grid-template-columns: 1fr; }
  .shop-product-window { justify-self: center; width: min(720px, 100%); transform: none; }
  .shop-product-window img { height: auto; max-height: none; }
  .shop-signal-strip { grid-template-columns: 1fr 1fr; }
  .shop-gallery-grid { grid-template-columns: 1fr 1fr; }
  .shop-gallery-card--wide { grid-column: 1 / -1; grid-row: auto; }
  .shop-gallery-card--wide img { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .shop-color-section,
  .shop-feedback-section,
  .shop-package-section { grid-template-columns: 1fr; }
  .shop-feedback-signal { min-height: 320px; }
  .shop-mic-grid { grid-template-columns: 1fr 1fr; }
  .shop-mic-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .shop-command-bar { top: 76px; gap: 17px; min-height: 42px; padding-inline: 16px; }
  .shop-command-bar a { padding-block: 14px 11px; }
  .shop-command-bar__buy { display: none; }
  .shop-pixel-hero { min-height: auto; padding: 64px 20px 72px; }
  .shop-pixel-hero h1 { font-size: clamp(58px, 18vw, 78px); }
  .shop-pixel-hero__lead { font-size: 15px; }
  .shop-pixel-hero__actions { display: grid; }
  .shop-pixel-button { width: 100%; }
  .shop-stock-console { grid-template-columns: 1fr; }
  .shop-stock-console div { border-right: 0; border-bottom: 2px dashed var(--line); }
  .shop-stock-console div:last-child { border-bottom: 0; }
  .shop-product-window { padding: 7px; box-shadow: 7px 7px 0 var(--orange); }
  .shop-signal-strip { grid-template-columns: 1fr; margin: 0; border: 0; }
  .shop-signal-strip article { min-height: 88px; border-right: 0; border-bottom: 2px dashed var(--ink-2); }
  .shop-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .shop-section-heading h2 { font-size: clamp(46px, 14vw, 62px); }
  .shop-gallery-section,
  .shop-mic-section { padding: 76px 20px; }
  .shop-gallery-grid { grid-template-columns: 1fr; }
  .shop-gallery-card--wide { grid-column: auto; }
  .shop-gallery-card img,
  .shop-gallery-card--wide img { aspect-ratio: 4 / 5; object-fit: cover; }
  .shop-color-section,
  .shop-feedback-section,
  .shop-package-section { padding: 76px 20px; }
  .shop-color-section h2,
  .shop-feedback-copy h2,
  .shop-package-copy h2 { font-size: clamp(44px, 13vw, 60px); }
  .shop-color-options { grid-template-columns: 1fr 1fr; }
  .shop-color-option--custom { grid-column: 1 / -1; }
  .shop-feedback-grid { grid-template-columns: 1fr; }
  .shop-feedback-signal { min-height: 280px; box-shadow: 7px 7px 0 var(--shop-cyan); }
  .shop-mic-grid { grid-template-columns: 1fr; }
  .shop-mic-grid article:last-child { grid-column: auto; }
  .shop-package-actions .shop-pixel-button { justify-self: stretch; }
  .shop-final-cta { padding: 78px 20px 90px; }
  .shop-final-cta h2 { font-size: clamp(44px, 13vw, 62px); }
  .shop-final-cta > div { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-gallery-card,
  .shop-pixel-button { transition: none; }
}
