:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #020202;
  color: #f7f7f7;
  --panel: rgba(14, 14, 16, 0.68);
  --line: rgba(255,255,255,0.16);
  --line-strong: rgba(255,255,255,0.34);
  --muted: rgba(247,247,247,0.68);
  --dim: rgba(247,247,247,0.48);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  min-height: 100vh;
  margin: 0;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,0.08), transparent 26%),
    radial-gradient(circle at 18% 76%, rgba(255,255,255,0.045), transparent 30%),
    #020202;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

.products-body {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.075), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(255,255,255,0.065), transparent 26%),
    radial-gradient(circle at 18% 76%, rgba(255,255,255,0.04), transparent 30%),
    #020202;
}

.master-body::before,
.master-body::after {
  display: none;
}

body::before,
body::after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
}

body::before {
  opacity: 0.12;
  mix-blend-mode: screen;
  background-image:
    linear-gradient(rgba(255,255,255,0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 28px 28px, 28px 28px;
}

body::after {
  background:
    radial-gradient(ellipse at center, transparent 0 48%, rgba(0,0,0,0.56) 78%, rgba(0,0,0,0.92) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.045), transparent 20%, transparent 78%, rgba(0,0,0,0.58));
}

@media (prefers-reduced-motion: reduce) {
  body,
  body::before,
  body::after,
  .site-signal-scene,
  .tf-console::before,
  .tf-door::before,
  .tf-door::after {
    animation: none;
  }
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 28px;
}

.site-signal-scene {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.site-signal-canvas,
.site-signal-grid,
.site-signal-scanline {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-signal-canvas {
  opacity: 0.74;
  background: transparent;
  filter: blur(0.25px);
  mix-blend-mode: screen;
}

.site-signal-grid {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(216, 224, 226, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 224, 226, 0.075) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, #000 0 32%, transparent 78%);
}

.site-signal-scanline {
  opacity: 0.075;
  background: repeating-linear-gradient(
    180deg,
    transparent 0 4px,
    rgba(255,255,255,0.14) 5px,
    transparent 6px
  );
}

.tf-home {
  min-width: 0;
  width: min(1040px, 100%);
  display: grid;
  gap: 26px;
}

.tf-console {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), transparent 34%),
    linear-gradient(315deg, rgba(255,255,255,0.05), transparent 44%),
    rgba(8,8,10,0.72);
  box-shadow:
    0 34px 120px rgba(0,0,0,0.62),
    inset 0 1px 0 rgba(255,255,255,0.14);
}

.tf-console::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
    radial-gradient(circle at 78% 20%, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.1), transparent 40%);
  pointer-events: none;
}

.tf-brand-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 26px);
}

.tf-mark {
  flex: 0 0 auto;
  width: clamp(82px, 12vw, 116px);
  height: clamp(82px, 12vw, 116px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.018)),
    rgba(0,0,0,0.28);
  box-shadow:
    inset 0 0 44px rgba(255,255,255,0.06),
    0 0 44px rgba(255,255,255,0.08);
}

.tf-mark img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  transform: translateY(-5px);
}

.tf-home h1 {
  max-width: 720px;
  text-align: left;
  font-size: clamp(46px, 8vw, 90px);
  line-height: 0.88;
  text-transform: uppercase;
}

.tf-lede {
  position: relative;
  z-index: 1;
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(247,247,247,0.74);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.48;
}

.tf-link-deck {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tf-door {
  position: relative;
  isolation: isolate;
  min-height: 250px;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 32px);
  color: inherit;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), transparent 45%),
    rgba(5,5,7,0.68);
  text-decoration: none;
  box-shadow:
    0 22px 90px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.1);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.tf-door::before,
.tf-door::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.tf-door::before {
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.034) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,0.1), transparent 28%);
}

.tf-door::after {
  width: 170px;
  height: 170px;
  right: -44px;
  top: -48px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(255,255,255,0.12) 0 1px, transparent 1px 15px);
  opacity: 0.38;
  animation: slow-spin 18s linear infinite;
}

.tf-door:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.38);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.15), transparent 45%),
    rgba(8,8,10,0.76);
}

.tf-door-kicker {
  color: rgba(255,255,255,0.52);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tf-door strong {
  max-width: 420px;
  color: #fff;
  font-size: clamp(32px, 4.8vw, 48px);
  line-height: 0.95;
}

.tf-door-copy {
  max-width: 360px;
  color: rgba(247,247,247,0.68);
  font-size: 15px;
  line-height: 1.5;
}

.tf-door-action {
  width: fit-content;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 0 16px;
  color: #070707;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.flash-door {
  box-shadow:
    0 22px 90px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -1px 0 rgba(96,255,142,0.18);
}

.product-door {
  box-shadow:
    0 22px 90px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -1px 0 rgba(255,80,80,0.16);
}

@keyframes slow-spin {
  to {
    transform: rotate(360deg);
  }
}

.link-home,
.simple-page {
  width: min(720px, 100%);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.11), transparent 24%),
    linear-gradient(315deg, rgba(255,255,255,0.045), transparent 34%),
    var(--panel);
  box-shadow:
    0 30px 110px rgba(0,0,0,0.64),
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(255,255,255,0.05);
}

.link-home {
  padding: clamp(28px, 5vw, 52px);
}

.brand-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.brand-mark {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.24);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.012)),
    rgba(255,255,255,0.018);
  box-shadow:
    inset 0 0 38px rgba(255,255,255,0.045),
    0 0 34px rgba(255,255,255,0.08);
}

.brand-mark img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  transform: translateY(-6px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 9vw, 88px);
  line-height: 0.92;
  letter-spacing: 0;
  text-align: center;
  text-shadow:
    0 12px 42px rgba(255,255,255,0.08),
    0 30px 80px rgba(0,0,0,0.54);
}

.lede {
  max-width: 520px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.link-grid {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.link-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  min-height: 108px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), transparent),
    rgba(0,0,0,0.24);
  text-decoration: none;
  transition: border-color 150ms ease, transform 150ms ease, background 150ms ease;
}

.link-card:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), transparent),
    rgba(0,0,0,0.3);
}

.link-code {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.link-card strong {
  align-self: end;
  font-size: 22px;
}

.link-card span:last-child {
  color: var(--dim);
  font-size: 14px;
  line-height: 1.45;
}

.manuals-panel {
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), transparent 60%),
    rgba(0,0,0,0.2);
}

.manuals-panel summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: center;
  min-height: 72px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.manuals-panel summary::-webkit-details-marker {
  display: none;
}

.manuals-panel summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.manuals-panel[open] summary::after {
  content: "-";
}

.manuals-panel summary span {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.manuals-panel summary small {
  grid-column: 1;
  color: var(--dim);
  font-size: 13px;
  line-height: 1.35;
}

.manual-grid {
  display: grid;
  gap: 10px;
  padding: 0 22px 22px;
}

.manual-item {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  color: inherit;
  background: rgba(255,255,255,0.028);
  text-decoration: none;
}

.manual-item strong {
  font-size: 15px;
}

.manual-item span {
  color: var(--dim);
  font-size: 13px;
  line-height: 1.45;
}

.muted-item {
  opacity: 0.72;
}

.simple-page {
  padding: clamp(24px, 5vw, 42px);
}

.top-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.site-footer {
  width: min(1180px, 100%);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: end;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.16);
  padding: 20px 4px 0;
}

.site-footer-brand {
  display: grid;
  gap: 5px;
}

.site-footer-logo {
  width: fit-content;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer-brand span,
.site-footer-note {
  color: var(--dim);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: end;
}

.site-footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: #fff;
}

.site-footer-note {
  grid-column: 1 / -1;
  margin: 0;
}

.content-page {
  width: min(980px, 100%);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), transparent 28%),
    linear-gradient(315deg, rgba(255,255,255,0.04), transparent 34%),
    rgba(8,8,10,0.72);
  box-shadow:
    0 30px 110px rgba(0,0,0,0.64),
    inset 0 1px 0 rgba(255,255,255,0.14);
}

.content-hero {
  padding: clamp(24px, 5vw, 52px);
}

.content-hero h1 {
  max-width: 760px;
  text-align: left;
  font-size: clamp(46px, 8vw, 82px);
}

.content-hero .lede {
  max-width: 720px;
  margin-inline: 0;
}

.content-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.content-jump-links a {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 9px 11px;
  color: var(--muted);
  background: rgba(255,255,255,0.035);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.content-jump-links a:hover,
.content-jump-links a:focus-visible {
  border-color: rgba(255,255,255,0.36);
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.policy-section,
.support-section {
  scroll-margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: clamp(22px, 4vw, 36px) clamp(24px, 5vw, 52px);
}

.policy-section h2,
.support-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1;
}

.policy-section h3,
.support-section h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
}

.policy-section p,
.support-section p,
.support-section li {
  max-width: 790px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.support-section ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.support-section li + li {
  margin-top: 6px;
}

.support-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.support-email {
  min-width: 0;
  color: #fff;
  font-size: clamp(18px, 4vw, 26px);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.order-status-page {
  width: min(1040px, 100%);
}

.order-status-hero {
  position: relative;
  overflow: hidden;
}

.order-status-hero::after {
  content: "";
  position: absolute;
  right: clamp(22px, 5vw, 52px);
  bottom: 0;
  width: min(36%, 290px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.42));
}

.order-lookup-section,
.order-result {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: clamp(22px, 4vw, 36px) clamp(24px, 5vw, 52px);
}

.order-lookup-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 1.24fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
}

.order-lookup-copy h2,
.order-result h2,
.order-builds h3 {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.order-lookup-copy h2,
.order-result h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.order-lookup-copy p:not(.eyebrow) {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.order-lookup-form {
  display: grid;
  gap: 12px;
}

.order-lookup-form label {
  display: grid;
  gap: 7px;
}

.order-lookup-form label > span,
.order-tracking-box span {
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-lookup-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 0;
  padding: 11px 12px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  font: inherit;
}

.order-lookup-form input:focus {
  border-color: rgba(255,255,255,0.58);
  outline: 2px solid rgba(255,255,255,0.14);
  outline-offset: 2px;
}

.order-lookup-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}

.order-lookup-footer .checkout-status {
  margin: 0;
}

.order-result {
  scroll-margin-top: 18px;
}

.order-result-head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.order-public-status {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 7px 9px;
  color: #fff;
  background: rgba(255,255,255,0.04);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-public-status[data-status="preparing"],
.order-public-status[data-status="shipped"] {
  border-color: rgba(125,232,160,0.38);
  color: #9af0b5;
}

.order-public-status[data-status="cancelled"],
.order-public-status[data-status="refunded"] {
  border-color: rgba(255,139,139,0.35);
  color: #ffb1b1;
}

.order-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.12);
  list-style: none;
}

.order-progress li {
  min-height: 128px;
  padding: 16px;
  background: rgba(4,5,6,0.92);
}

.order-progress span {
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.order-progress strong,
.order-progress small {
  display: block;
}

.order-progress strong {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.order-progress small {
  margin-top: 7px;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.45;
}

.order-progress .is-current,
.order-progress .is-complete {
  background:
    linear-gradient(145deg, rgba(125,232,160,0.08), transparent 62%),
    rgba(4,5,6,0.94);
}

.order-progress .is-current strong,
.order-progress .is-complete strong {
  color: #fff;
}

.order-progress .is-current span,
.order-progress .is-complete span {
  color: #9af0b5;
}

.order-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.56fr);
  gap: 18px;
  margin-top: 18px;
}

.order-builds,
.order-summary {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 18px;
  background: rgba(0,0,0,0.22);
}

.order-builds h3 {
  font-size: 22px;
}

.order-build-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.order-build-list article {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 12px;
  background: rgba(255,255,255,0.025);
}

.order-build-list strong {
  color: #fff;
  font-size: 14px;
}

.order-build-list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.order-summary dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.order-summary dl div {
  display: grid;
  gap: 4px;
}

.order-summary dt {
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-summary dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.order-tracking-box {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  border: 1px solid rgba(125,232,160,0.28);
  padding: 12px;
  background: rgba(125,232,160,0.04);
}

.order-tracking-box a {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.checkout-track-link {
  color: #fff;
  font-weight: 850;
  text-underline-offset: 3px;
}

.page-shell > .site-footer {
  margin-top: 22px;
}

.page > .site-footer {
  margin-top: 22px;
}

.page-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.button,
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255,255,255,0.045);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

button.button {
  font-family: inherit;
  cursor: pointer;
}

button.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.button.primary {
  color: #050505;
  background: #fff;
}

.button.disabled {
  cursor: not-allowed;
  color: rgba(247,247,247,0.5);
  background: rgba(255,255,255,0.028);
}

.tag {
  color: var(--dim);
}

.shop-page {
  width: min(1180px, 100%);
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 36px);
}

.shop-hero,
.shop-feature,
.shop-shelf {
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.095), transparent 46%),
    linear-gradient(315deg, rgba(255,255,255,0.045), transparent 34%),
    rgba(5,5,7,0.64);
  box-shadow:
    0 28px 100px rgba(0,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.11);
}

.shop-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.36fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
  padding: clamp(24px, 5vw, 54px);
}

.shop-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.026) 0 1px, transparent 1px 42px);
  opacity: 0.56;
}

.shop-hero-mark {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 32px;
  width: clamp(96px, 11vw, 132px);
  height: auto;
  opacity: 0.76;
  pointer-events: none;
  filter: drop-shadow(0 0 24px rgba(255,255,255,0.08));
}

.shop-hero-copy,
.shop-signal-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.shop-hero h1 {
  max-width: 760px;
  text-align: left;
  font-size: clamp(50px, 8vw, 94px);
  line-height: 0.9;
}

.shop-hero h1 span {
  display: block;
}

.shop-hero .lede {
  max-width: 690px;
  margin: 22px 0 0;
  font-size: clamp(17px, 2vw, 21px);
}

.shop-signal-panel {
  align-self: stretch;
  display: grid;
  align-content: end;
  gap: 10px;
}

.shop-signal-panel span {
  display: block;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 14px;
  color: rgba(255,255,255,0.76);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), transparent 58%),
    rgba(0,0,0,0.24);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  padding: clamp(16px, 3vw, 24px);
}

.shop-feature-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255,255,255,0.14);
  color: inherit;
  text-decoration: none;
  background: #060606;
  cursor: pointer;
}

.shop-feature-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.shop-feature-media:hover img {
  filter: contrast(1.05) brightness(1.06);
  transform: scale(1.025);
}

.shop-feature-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(10px, 3vw, 28px);
}

.product-kicker {
  color: var(--dim);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-feature h2,
.section-head h2,
.shop-card h3 {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.shop-feature h2 {
  max-width: 720px;
  margin-top: 10px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.92;
}

.shop-feature p,
.shop-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.shop-feature p {
  max-width: 590px;
}

.listing-review-summary {
  width: fit-content;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: color 160ms ease;
}

.listing-review-summary:hover,
.listing-review-summary:focus-visible {
  color: #fff;
}

.listing-review-summary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.listing-stars {
  color: #ffd447;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-shadow: 0 0 16px rgba(255,212,71,0.18);
}

.listing-review-summary strong {
  color: #fff;
  font-size: 13px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.spec-row span {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255,255,255,0.036);
  font-size: 12px;
  font-weight: 850;
}

.availability-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  border: 1px solid rgba(110, 231, 154, 0.38);
  padding: 7px 10px;
  color: rgba(176, 255, 205, 0.9);
  background: rgba(68, 180, 108, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #75e99e;
  box-shadow: 0 0 12px rgba(117, 233, 158, 0.68);
}

.availability-badge[data-status="low_stock"] {
  border-color: rgba(255, 212, 71, 0.44);
  color: #ffd447;
  background: rgba(255, 212, 71, 0.08);
}

.availability-badge[data-status="low_stock"]::before {
  background: #ffd447;
  box-shadow: 0 0 12px rgba(255, 212, 71, 0.62);
}

.availability-badge[data-status="sold_out"] {
  border-color: rgba(255, 107, 107, 0.44);
  color: #ff8a8a;
  background: rgba(255, 107, 107, 0.08);
}

.availability-badge[data-status="sold_out"]::before {
  background: #ff6b6b;
  box-shadow: 0 0 12px rgba(255, 107, 107, 0.62);
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.shop-shelf {
  padding: clamp(20px, 3vw, 28px);
}

.shop-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shop-card {
  min-height: 250px;
  display: grid;
  align-content: start;
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.13);
  padding: clamp(18px, 3vw, 24px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), transparent 60%),
    rgba(0,0,0,0.22);
}

.shop-card h3 {
  margin-top: 8px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 0.98;
}

.button[href],
button.button {
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button[href]:hover,
button.button:not(:disabled):hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.1);
}

.button.primary[href]:hover,
button.button.primary:not(:disabled):hover {
  background: rgba(255,255,255,0.86);
}

.button[href]:focus-visible,
button.button:focus-visible,
.shop-feature-media:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 620px) {
  .page-shell {
    padding: 16px 28px 16px 16px;
    place-items: start;
  }

  .tf-home {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    gap: 14px;
  }

  .tf-console,
  .tf-door {
    min-width: 0;
    max-width: 100%;
  }

  .tf-console {
    padding: 22px;
  }

  .tf-brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .tf-home h1 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .tf-link-deck {
    grid-template-columns: 1fr;
  }

  .tf-door {
    min-height: 240px;
  }

  .tf-door strong {
    font-size: clamp(34px, 12vw, 48px);
  }

  .link-card {
    min-height: 96px;
    padding: 18px;
  }

  .link-card strong {
    font-size: 19px;
  }

  .manuals-panel summary {
    padding: 16px 18px;
  }

  .manual-grid {
    padding: 0 18px 18px;
  }

  .shop-page {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    min-width: 0;
    padding: 0;
    overflow: hidden;
  }

  .shop-hero,
  .shop-feature,
  .shop-shelf {
    box-shadow: 0 22px 80px rgba(0,0,0,0.44);
    padding: 18px;
  }

  .shop-hero,
  .shop-feature,
  .shop-card-grid {
    grid-template-columns: 1fr;
  }

  .shop-hero {
    min-height: 0;
  }

  .shop-hero::before {
    inset: 10px;
  }

  .shop-hero-mark {
    top: 16px;
    right: 16px;
    width: 70px;
    opacity: 0.5;
  }

  .shop-hero h1 {
    font-size: clamp(32px, 9.4vw, 38px);
  }

  .shop-feature-media {
    min-height: 260px;
  }

  .shop-feature h2 {
    font-size: clamp(32px, 9.6vw, 38px);
  }

  .shop-hero .lede,
  .shop-feature p,
  .shop-card p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

}

.product-page {
  width: min(1120px, 100%);
}

.configurator-page {
  width: min(1180px, 100%);
}

.product-gallery-page {
  width: min(1180px, 100%);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(20px, 4vw, 42px);
  margin-top: 30px;
  align-items: start;
}

.product-media {
  display: grid;
  gap: 12px;
}

.hero-photo {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.32);
}

.hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.media-slot {
  min-height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--dim);
  background: rgba(255,255,255,0.03);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-buy-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}

.product-buy-panel h1 {
  text-align: left;
  font-size: clamp(40px, 6vw, 72px);
}

.product-buy-panel .lede {
  margin: 0;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  margin-top: 2px;
}

.price-line strong {
  color: #fff;
  font-size: 28px;
}

.price-line span {
  color: var(--dim);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: var(--muted);
  line-height: 1.45;
}

.notice-band {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 14px;
  color: var(--muted);
  background: rgba(255,255,255,0.03);
  font-size: 13px;
  line-height: 1.45;
}

.config-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 4vw, 42px);
  margin-top: 28px;
  align-items: start;
}

.config-preview-column {
  display: grid;
  gap: 14px;
}

.config-preview-card {
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.08), transparent 54%),
    rgba(0,0,0,0.28);
}

.config-device {
  width: min(330px, 72%);
  aspect-ratio: 0.68;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 36px 70px rgba(0,0,0,0.62));
}

.config-case {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 34% 18%, rgba(255,255,255,0.24), transparent 16%),
    radial-gradient(circle at 72% 66%, rgba(0,0,0,0.36), transparent 28%),
    repeating-radial-gradient(circle at 30% 28%, rgba(0,0,0,0.46) 0 2px, transparent 2px 10px),
    var(--case-color, #c51f22);
  box-shadow:
    inset 0 0 0 10px rgba(0,0,0,0.16),
    inset 0 0 46px rgba(0,0,0,0.42);
}

.config-device[data-color="red"] {
  --case-color: #c51f22;
}

.config-device[data-color="black"] {
  --case-color: #151515;
}

.config-device[data-color="blue"] {
  --case-color: #1f58d6;
}

.config-device[data-color="green"] {
  --case-color: #2aa34a;
}

.config-device[data-color="purple"] {
  --case-color: #6d45d8;
}

.config-device[data-color="maker"] {
  --case-color: linear-gradient(135deg, #c51f22, #1f58d6 48%, #2aa34a);
}

.config-screen {
  position: relative;
  z-index: 2;
  width: 72%;
  height: 54%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(105,255,136,0.72);
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 5px),
    #020202;
  color: #69ff88;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  text-align: center;
  box-shadow: 0 0 26px rgba(0,0,0,0.5);
}

.config-screen span,
.config-screen small {
  font-size: 11px;
  font-weight: 900;
}

.config-screen strong {
  max-width: 90%;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.stencil {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 9%;
  transform: translateX(-50%);
  display: none;
  color: rgba(255,255,255,0.68);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 0 2px 12px rgba(0,0,0,0.42);
}

.stencil-tracefinish {
  font-size: 42px;
}

.stencil-skull,
.stencil-circuit,
.stencil-cyber {
  font-size: 19px;
}

.config-device[data-stencil="tracefinish"] .stencil-tracefinish,
.config-device[data-stencil="skull"] .stencil-skull,
.config-device[data-stencil="circuit"] .stencil-circuit,
.config-device[data-stencil="cyber"] .stencil-cyber {
  display: block;
}

.product-proof img {
  aspect-ratio: 16 / 9;
}

.config-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.config-copy h1 {
  text-align: left;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.9;
}

.config-copy .lede {
  margin: 0;
}

.configurator {
  display: grid;
  gap: 16px;
}

.option-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.option-group legend {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.swatch-grid,
.choice-grid {
  display: grid;
  gap: 8px;
}

.swatch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.swatch-option,
.choice-option {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.78);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), transparent 58%),
    rgba(0,0,0,0.22);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  line-height: 1.15;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

.swatch-option {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
}

.swatch-option span {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,0.42);
  border-radius: 999px;
  background: var(--swatch);
}

.choice-option {
  padding: 0 12px;
}

.firmware-choice {
  position: relative;
  min-width: 0;
}

.firmware-choice .choice-option {
  padding-right: 46px;
}

.firmware-info-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  background: rgba(0,0,0,0.42);
  font: inherit;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  transform: translateY(-50%);
}

.firmware-info-trigger::after {
  position: absolute;
  right: -4px;
  bottom: calc(100% + 10px);
  width: 208px;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.86);
  background: rgba(5,5,7,0.96);
  box-shadow: 0 16px 42px rgba(0,0,0,0.46);
  content: attr(data-tooltip);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateY(3px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.firmware-info-trigger:hover,
.firmware-info-trigger:focus-visible {
  border-color: rgba(255,255,255,0.68);
  color: #fff;
}

.firmware-info-trigger:hover::after,
.firmware-info-trigger:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.firmware-info-trigger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.option-hint {
  margin: 8px 0 0;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.45;
}

.swatch-option:hover,
.choice-option:hover,
.swatch-option.is-active,
.choice-option.is-active {
  border-color: rgba(255,255,255,0.48);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), transparent 58%),
    rgba(255,255,255,0.055);
}

.choice-option:disabled,
.choice-option:disabled:hover {
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.28);
  background: rgba(0,0,0,0.18);
  cursor: not-allowed;
}

.swatch-option:focus-visible,
.choice-option:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.build-summary {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 14px;
  background: rgba(255,255,255,0.035);
}

.build-summary span {
  color: var(--dim);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.build-summary strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(22px, 4vw, 44px);
  margin-top: 28px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.gallery-main {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.06), transparent 60%),
    rgba(0,0,0,0.28);
}

.gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: start;
  background: rgba(0,0,0,0.28);
}

.gallery-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.gallery-slide img,
.gallery-slide video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.gallery-image-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -5px;
}

.gallery-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,0.52);
  font: inherit;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.gallery-control:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.72);
  transform: translateY(-50%) scale(1.04);
}

.gallery-control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.gallery-control-prev {
  left: 12px;
}

.gallery-control-next {
  right: 12px;
}

.gallery-thumbs {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 2px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(255,255,255,0.28) transparent;
}

.gallery-thumbs::-webkit-scrollbar {
  height: 8px;
}

.gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.22);
}

.gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.04);
}

.gallery-thumb {
  position: relative;
  flex: 0 0 88px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 0;
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  transition: border-color 160ms ease, opacity 160ms ease;
}

.gallery-thumb span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 3px 7px;
  color: #fff;
  background: rgba(0,0,0,0.64);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.video-thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-38%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(255,255,255,0.92);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.7));
}

.gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.gallery-thumb:hover,
.gallery-thumb.is-active {
  border-color: rgba(255,255,255,0.58);
}

.gallery-thumb:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.product-gallery .product-info-band {
  margin-top: 2px;
  grid-template-columns: 1fr;
  gap: 8px;
}

.product-builder {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.product-builder h1 {
  text-align: left;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.9;
}

.product-builder .lede {
  margin: 0;
}

.builder-options {
  display: grid;
  gap: 16px;
}

.choice-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-info-band,
.reviews-section {
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), transparent 52%),
    rgba(5,5,7,0.64);
}

.product-info-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.product-info-band article,
.reviews-section {
  padding: clamp(18px, 3vw, 26px);
}

.product-info-band article {
  background: rgba(0,0,0,0.18);
}

.product-info-band h2,
.reviews-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.product-info-band p:not(.eyebrow),
.review-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.product-guide-section {
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.16);
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.07), transparent 50%),
    rgba(5,5,7,0.68);
}

.product-guide-section .section-head {
  max-width: 820px;
}

.product-guide-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.product-guide-section .section-head > p:last-child,
.product-guide-grid p,
.product-faq-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.product-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.product-guide-grid article,
.product-faq-grid details {
  border: 1px solid rgba(255,255,255,0.13);
  padding: 18px;
  background: rgba(0,0,0,0.2);
}

.product-guide-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.product-guide-grid p {
  margin: 10px 0 0;
}

.product-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.product-faq-grid summary {
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.product-faq-grid p {
  margin: 10px 0 0;
}

.review-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 18px;
  background: rgba(255,255,255,0.03);
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}

.dynamic-review-grid {
  margin-bottom: 8px;
}

.review-submit-panel {
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
}

.review-submit-panel summary {
  padding: 15px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  list-style-position: inside;
  text-transform: uppercase;
}

.review-submit-panel[open] summary {
  border-bottom: 1px solid rgba(255,255,255,0.11);
}

.review-submit-form {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.review-form-intro h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1;
}

.review-form-intro p:not(.eyebrow) {
  max-width: 760px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.review-form-grid {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: 10px;
}

.review-submit-form label,
.review-rating {
  display: grid;
  gap: 7px;
  margin: 0;
  border: 0;
  padding: 0;
}

.review-submit-form label > span,
.review-rating legend {
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-submit-form label small {
  display: block;
  margin-top: 3px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.review-submit-form input,
.review-submit-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 0;
  padding: 12px;
  color: #fff;
  background: rgba(0,0,0,0.28);
  font: inherit;
}

.review-submit-form input:focus,
.review-submit-form textarea:focus {
  border-color: rgba(255,255,255,0.56);
  outline: 2px solid rgba(255,255,255,0.14);
  outline-offset: 2px;
}

.review-submit-form input[type="file"] {
  color: var(--muted);
  font-size: 12px;
}

.review-rating-options {
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: 3px;
}

.review-rating-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.review-rating-options label {
  color: rgba(255,255,255,0.24);
  font-size: 26px;
  cursor: pointer;
  transition: color 150ms ease, transform 150ms ease;
}

.review-rating-options label:hover,
.review-rating-options label:hover ~ label,
.review-rating-options input:checked ~ label {
  color: #ffd447;
}

.review-rating-options input:focus-visible + label {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.review-rating-options label:hover {
  transform: translateY(-1px);
}

.review-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-form-footer .checkout-status {
  margin: 0;
}

.verified-buyer {
  width: fit-content;
  display: block;
  margin-top: 7px;
  border: 1px solid rgba(125,232,160,0.3);
  padding: 3px 6px;
  color: #7de8a0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  justify-content: space-between;
}

.review-card strong {
  color: #fff;
  font-size: 18px;
}

.review-card .stars {
  color: #ffd447;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-shadow: 0 0 18px rgba(255,212,71,0.2);
}

.review-date {
  display: block;
  margin-top: 6px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-photo-link {
  display: block;
  width: min(180px, 100%);
  margin-top: 12px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  text-decoration: none;
}

.review-photo-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.review-photo {
  display: block;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  aspect-ratio: 1;
  object-fit: cover;
  background: rgba(0,0,0,0.28);
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.review-photo-link:hover .review-photo {
  border-color: rgba(255,255,255,0.42);
  opacity: 0.92;
  transform: translateY(-1px);
}

.has-photo {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

.has-photo .review-photo-link {
  width: 100%;
  margin-top: 0;
}

.review-copy {
  min-width: 0;
}

.review-copy p {
  margin-top: 14px;
}

.quiet-review {
  color: var(--dim);
  font-style: italic;
}

.image-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 46px);
}

.image-modal.is-open {
  display: flex;
}

.image-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,0.84);
  cursor: zoom-out;
}

.image-modal-frame {
  position: relative;
  z-index: 1;
  max-width: min(1120px, 94vw);
  max-height: 92vh;
  border: 1px solid rgba(255,255,255,0.2);
  background: #050506;
  box-shadow: 0 30px 120px rgba(0,0,0,0.72);
}

.image-modal-frame img {
  display: block;
  max-width: min(1120px, 94vw);
  max-height: 92vh;
  object-fit: contain;
}

.image-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,0.68);
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.image-modal-close:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(0,0,0,0.86);
}

.image-modal-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.firmware-modal {
  position: fixed;
  z-index: 84;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 46px);
}

.firmware-modal.is-open {
  display: flex;
}

.firmware-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,0.78);
  cursor: pointer;
}

.firmware-modal-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 94vw);
  max-height: min(760px, 92vh);
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,0.2);
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), transparent 54%),
    #08090b;
  box-shadow: 0 30px 120px rgba(0,0,0,0.72);
}

.firmware-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,0,0,0.62);
  font: inherit;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.firmware-modal-close:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(0,0,0,0.86);
}

.firmware-modal-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.firmware-modal-body h2 {
  margin: 4px 44px 0 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 0.95;
}

.firmware-modal-body h3 {
  margin: 24px 0 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.firmware-modal-intro,
.firmware-modal-body li,
.firmware-use-note {
  color: var(--muted);
  line-height: 1.55;
}

.firmware-modal-intro {
  margin: 16px 0 0;
}

.firmware-modal-body ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.firmware-use-note {
  margin: 20px 0 0;
  border-left: 2px solid rgba(255,255,255,0.32);
  padding-left: 12px;
  font-size: 13px;
}

.firmware-doc-link {
  display: inline-flex;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-underline-offset: 4px;
}

.checkout-status,
.master-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cart-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.storefront-bar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.storefront-bar .top-link {
  margin: 0;
}

.storefront-cart-button {
  display: inline-flex;
  min-height: 40px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(9,10,12,0.9);
  box-shadow: 0 10px 28px rgba(0,0,0,0.32);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.storefront-cart-button:hover {
  border-color: rgba(255,255,255,0.62);
  background: rgba(24,25,28,0.96);
  transform: translateY(-1px);
}

.storefront-cart-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.storefront-cart-count {
  min-width: 20px;
  border: 1px solid rgba(255,255,255,0.46);
  border-radius: 999px;
  padding: 3px 5px;
  color: #090a0c;
  background: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}

.cart-open-button {
  gap: 8px;
}

.cart-open-button span {
  min-width: 22px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 3px 6px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.cart-drawer {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: none;
}

.cart-drawer.is-open {
  display: block;
}

.cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,0.68);
  cursor: pointer;
}

.cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(470px, 100vw);
  min-height: 100%;
  max-height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border-left: 1px solid rgba(255,255,255,0.18);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.065), transparent 46%),
    #08090b;
  box-shadow: -24px 0 82px rgba(0,0,0,0.48);
}

.cart-drawer-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding: 22px;
}

.cart-drawer-head h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.cart-drawer-close,
.cart-item-remove,
.cart-quantity button {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  background: rgba(0,0,0,0.28);
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.cart-drawer-close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  font-size: 18px;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
}

.cart-empty {
  align-self: start;
  margin: 0;
  padding: 22px;
  color: var(--muted);
  line-height: 1.55;
}

.cart-item {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 14px;
  background: rgba(255,255,255,0.035);
}

.cart-item header,
.cart-item footer,
.cart-subtotal {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cart-item-product,
.cart-item-total,
.cart-subtotal strong {
  color: #fff;
}

.cart-item-product {
  font-size: 14px;
}

.cart-item-remove {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--muted);
  font-size: 15px;
}

.cart-item-build {
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 30px 34px 30px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.14);
}

.cart-quantity button {
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 15px;
}

.cart-quantity span {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.cart-drawer-close:hover,
.cart-item-remove:hover,
.cart-quantity button:hover {
  border-color: rgba(255,255,255,0.54);
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.cart-drawer-close:focus-visible,
.cart-item-remove:focus-visible,
.cart-quantity button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.cart-drawer-footer {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding: 18px;
  background: rgba(0,0,0,0.2);
}

.cart-subtotal span {
  color: var(--dim);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-subtotal strong {
  font-size: 23px;
}

.cart-drawer-footer > p:not(.checkout-status) {
  margin: 12px 0 15px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.cart-drawer-footer .button {
  width: 100%;
}

.cart-drawer-footer .checkout-status {
  margin-top: 10px;
}

.master-page {
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.16);
  padding: clamp(22px, 5vw, 52px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), transparent 54%),
    rgba(8,8,10,0.72);
}

.master-hero {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding-bottom: 24px;
}

.master-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
}

.master-login,
.orders-panel {
  margin-top: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 20px;
  background: rgba(0,0,0,0.24);
}

.master-login form {
  display: grid;
  gap: 12px;
}

.master-login label,
.order-actions label {
  display: grid;
  gap: 7px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.master-login-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.master-login input,
.order-actions input,
.order-actions select,
.order-actions textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  background: rgba(0,0,0,0.38);
  font: inherit;
}

.master-login input,
.order-actions input,
.order-actions select {
  min-height: 42px;
  padding: 0 12px;
}

.order-actions textarea {
  resize: vertical;
  min-height: 42px;
  padding: 10px 12px;
}

.orders-toolbar {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}

.orders-toolbar h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.orders-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.order-card {
  border: 1px solid rgba(255,255,255,0.14);
  padding: 18px;
  background: rgba(255,255,255,0.035);
}

.order-card-head {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}

.order-card h3,
.order-card h4 {
  margin: 0;
  color: #fff;
}

.order-card h3 {
  font-size: 22px;
}

.order-card h4 {
  font-size: 13px;
  text-transform: uppercase;
}

.order-email,
.order-card p {
  margin: 7px 0 0;
  color: var(--muted);
  white-space: pre-line;
}

.order-status {
  border: 1px solid rgba(255,255,255,0.16);
  padding: 7px 10px;
  color: #ffd447;
  background: rgba(0,0,0,0.28);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.order-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.order-grid section {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 12px;
  background: rgba(0,0,0,0.18);
}

.order-actions {
  display: grid;
  grid-template-columns: 160px minmax(180px, 1fr) minmax(220px, 1.3fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 16px;
}

.master-app {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  color: #eceff1;
  background: #08090a;
}

.master-login-scene {
  display: none;
}

.master-app.login-mode {
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(18, 20, 21, 0.9), rgba(2, 3, 3, 0.98) 72%),
    #020304;
}

.master-app.login-mode .master-topbar {
  display: none;
}

.master-app.login-mode .master-login-scene {
  position: fixed;
  z-index: -1;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

#master-signal-canvas,
.master-login-grid,
.master-login-scanline {
  position: absolute;
  inset: 0;
}

#master-signal-canvas {
  opacity: 0.74;
  filter: blur(0.25px);
}

.master-login-grid {
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(216, 224, 226, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 224, 226, 0.075) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, #000 0 32%, transparent 78%);
}

.master-login-scanline {
  opacity: 0.12;
  background: repeating-linear-gradient(
    180deg,
    transparent 0 4px,
    rgba(255,255,255,0.14) 5px,
    transparent 6px
  );
}

.master-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 0 20px;
  background: rgba(10,11,12,0.96);
  backdrop-filter: blur(12px);
}

.master-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.master-brand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.master-brand small {
  border-left: 1px solid rgba(255,255,255,0.18);
  padding-left: 9px;
  color: var(--dim);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.master-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.master-secure-label,
.master-sidebar small {
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.master-quiet-button {
  min-height: 34px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0 13px;
  color: #fff;
  background: rgba(255,255,255,0.035);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease;
}

.master-quiet-button:hover {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.08);
}

.master-quiet-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.master-login-shell {
  width: min(560px, calc(100% - 32px));
  margin: 0;
}

.master-login {
  position: relative;
  min-width: 0;
  margin-top: 0;
  overflow: hidden;
  border-color: rgba(220, 226, 228, 0.24);
  padding: clamp(26px, 5vw, 42px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.075), transparent 48%),
    rgba(3, 6, 8, 0.82);
  box-shadow:
    0 28px 90px rgba(0,0,0,0.64),
    0 0 0 1px rgba(255,255,255,0.055),
    0 0 56px rgba(190, 202, 206, 0.055);
  backdrop-filter: blur(18px);
}

.master-login::before,
.master-login::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.master-login::before {
  top: 0;
  right: 0;
  width: 96px;
  height: 2px;
  background: rgba(224, 230, 232, 0.76);
  box-shadow: -390px 0 0 rgba(224, 230, 232, 0.5);
}

.master-login::after {
  right: 18px;
  bottom: 17px;
  width: 44px;
  height: 4px;
  border-top: 1px solid rgba(224, 230, 232, 0.52);
  border-bottom: 1px solid rgba(224, 230, 232, 0.2);
}

.master-login-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(220, 226, 228, 0.28);
  background: rgba(220, 226, 228, 0.045);
}

.master-login-mark img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.master-login-kicker {
  margin: 24px 0 8px;
  color: rgba(221, 227, 229, 0.72);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.master-login h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 8vw, 68px);
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

.master-login h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(205, 216, 219, 0.78);
  text-shadow: 0 0 28px rgba(205, 216, 219, 0.1);
}

.master-login > .master-login-subtitle {
  margin: 16px 0 24px;
  color: rgba(216, 229, 233, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.master-login form {
  min-width: 0;
  gap: 9px;
}

.master-login label {
  color: rgba(205, 216, 219, 0.68);
  letter-spacing: 0.16em;
}

.master-login input {
  min-width: 0;
  border-color: rgba(205, 216, 219, 0.22);
  background: rgba(0,0,0,0.48);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.master-login input:focus {
  border-color: rgba(222, 229, 231, 0.68);
  box-shadow: 0 0 0 3px rgba(222, 229, 231, 0.09);
  outline: 0;
}

.master-login .button.primary {
  border-color: rgba(235, 238, 239, 0.76);
  color: #080909;
  background: #d7dddf;
}

.master-login .button.primary:hover {
  background: #f0f3f4;
}

.master-login .master-status {
  color: rgba(215, 221, 223, 0.76);
}

.master-layout {
  display: grid;
  min-height: calc(100vh - 58px);
  grid-template-columns: 190px minmax(0, 1fr);
}

.master-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,0.11);
  padding: 20px 12px;
  background: rgba(255,255,255,0.018);
}

.master-sidebar nav,
.master-sidebar-foot {
  display: grid;
  gap: 5px;
}

.master-sidebar a,
.master-nav-button,
.master-nav-item {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid transparent;
  padding: 0 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.master-sidebar a:hover,
.master-sidebar a.is-active,
.master-nav-button:hover,
.master-nav-button.is-active {
  border-color: rgba(255,255,255,0.12);
  color: #fff;
  background: rgba(255,255,255,0.055);
}

.master-nav-button {
  width: 100%;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.master-sidebar b,
.master-nav-button b {
  color: #ffd447;
  font-size: 12px;
}

.master-nav-button small[data-status="low_stock"] {
  color: #ffd447;
}

.master-nav-button small[data-status="sold_out"] {
  color: #ff8a8a;
}

.master-nav-item.is-muted {
  color: var(--dim);
}

.master-sidebar-foot a {
  min-height: 30px;
  color: var(--dim);
  font-size: 11px;
  text-transform: uppercase;
}

.master-workspace {
  min-width: 0;
  padding: 22px;
}

.master-workspace-head,
.orders-toolbar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.master-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.master-workspace-head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.master-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 180px));
  gap: 8px;
  margin-top: 18px;
}

.master-summary div {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 12px;
  background: rgba(255,255,255,0.025);
}

.master-summary strong,
.master-summary span {
  display: block;
}

.master-summary strong {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.master-summary span {
  margin-top: 7px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.master-order-console {
  margin-top: 22px;
}

.master-inventory-console {
  max-width: 980px;
  margin-top: 22px;
}

.master-inventory-card {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 20px;
  border: 1px solid rgba(255,255,255,0.13);
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.055), transparent 54%),
    rgba(255,255,255,0.018);
}

.master-inventory-card > img {
  width: 100%;
  min-height: 300px;
  display: block;
  border: 1px solid rgba(255,255,255,0.13);
  object-fit: cover;
}

.master-inventory-main {
  min-width: 0;
  padding: 10px 6px 6px;
}

.master-inventory-main h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 0.98;
}

.master-inventory-main > p:not(.eyebrow) {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.inventory-status-options {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 0 0;
  border: 0;
  padding: 0;
}

.inventory-status-options legend {
  margin-bottom: 8px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inventory-status-option {
  min-height: 78px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 11px;
  color: var(--muted);
  background: rgba(0,0,0,0.22);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.inventory-status-option:hover,
.inventory-status-option:focus-visible {
  border-color: rgba(255,255,255,0.34);
  color: #fff;
  outline: 0;
}

.inventory-status-option.is-active {
  border-color: rgba(255,255,255,0.52);
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.inventory-status-option strong {
  color: inherit;
  font-size: 14px;
}

.inventory-status-option span {
  color: var(--dim);
  font-size: 11px;
}

.master-inventory-footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.master-inventory-footer .master-status {
  margin: 0;
}

.master-order-tabs {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.master-order-tabs button {
  min-height: 42px;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 3px;
  color: var(--dim);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.master-order-tabs button:hover,
.master-order-tabs button.is-active {
  border-bottom-color: #ffd447;
  color: #fff;
}

.master-order-tabs button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.master-order-tabs b {
  margin-left: 5px;
  color: #ffd447;
  font-size: 11px;
}

.master-order-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 190px;
  gap: 10px;
  margin-top: 14px;
}

.master-order-tools label,
.master-order-edit label {
  display: grid;
  gap: 6px;
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.master-order-tools input,
.master-order-tools select,
.master-order-edit input,
.master-order-edit select,
.master-order-edit textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 0;
  padding: 0 10px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  font: inherit;
  font-size: 13px;
}

.master-order-edit textarea {
  min-height: 56px;
  padding: 9px 10px;
  resize: vertical;
}

.master-order-console > .master-status {
  margin-top: 12px;
}

.master-order-groups {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.master-order-group {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.018);
}

.master-order-group > header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding: 9px 12px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 12px;
}

.order-group-count {
  color: var(--dim);
  font-size: 11px;
}

.master-order-row {
  display: grid;
  grid-template-columns: 24px minmax(290px, 1.4fr) minmax(220px, 0.8fr);
  column-gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 14px 12px;
}

.master-order-row:last-child {
  border-bottom: 0;
}

.master-order-check {
  padding-top: 2px;
}

.master-order-main {
  min-width: 0;
}

.master-order-buyer {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
}

.master-order-buyer h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.master-order-buyer span {
  color: var(--dim);
  font-size: 11px;
}

.master-order-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  margin-top: 11px;
}

.master-order-product img {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,0.12);
  object-fit: cover;
}

.master-order-product strong,
.master-order-product span {
  display: block;
}

.master-order-product strong {
  color: #fff;
  font-size: 13px;
}

.master-order-product span,
.master-order-product p,
.master-order-fulfillment p,
.master-order-fulfillment small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.master-order-product p,
.master-order-fulfillment p {
  margin: 4px 0 0;
  white-space: pre-line;
}

.order-product-line + .order-product-line {
  margin-top: 9px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 9px;
}

.master-order-product .order-promo {
  color: #ffd447;
  font-weight: 850;
}

.master-order-product .order-acquisition {
  color: rgba(255,255,255,0.54);
  font-size: 11px;
}

.master-order-fulfillment {
  min-width: 0;
}

.master-order-fulfillment strong {
  display: block;
  margin-top: 11px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.order-status {
  display: inline-flex;
  border-radius: 999px;
}

.order-status[data-status="open"] {
  color: #ffd447;
}

.order-status[data-status="shipped"] {
  color: #7de8a0;
}

.order-status[data-status="unpaid"] {
  color: #ffb765;
}

.order-status[data-status="cancelled"],
.order-status[data-status="refunded"] {
  color: #ff8a8a;
}

.master-order-edit {
  grid-column: 2 / -1;
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.09);
  padding-top: 9px;
}

.master-order-edit summary {
  width: fit-content;
  color: var(--dim);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.master-fulfillment-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.master-order-tool {
  border: 1px solid rgba(255,255,255,0.16);
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255,255,255,0.025);
  cursor: pointer;
  font-family: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.master-order-tool:hover,
.master-order-tool:focus-visible {
  border-color: rgba(255,255,255,0.42);
  color: #fff;
  background: rgba(255,255,255,0.07);
}

.master-order-tool:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.master-order-edit-fields {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(260px, 1fr) minmax(240px, 1.1fr);
  gap: 10px;
  margin-top: 10px;
}

.master-fulfillment-card,
.master-order-notes {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 11px;
  background: rgba(255,255,255,0.022);
}

.master-field-label {
  display: block;
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.master-fulfillment-card > strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 13px;
}

.master-fulfillment-card p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-line;
}

.master-fulfillment-card a {
  display: inline-block;
  margin-top: 8px;
  color: #dce2e4;
  font-size: 11px;
  overflow-wrap: anywhere;
}

.master-shipment-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  align-content: start;
  gap: 10px;
}

.master-order-notes {
  min-width: 0;
}

.master-order-notes textarea {
  min-height: 89px;
}

.master-order-edit-footer {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.master-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: end;
}

.order-review-state {
  color: var(--dim);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.order-payment {
  color: var(--dim);
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .media-strip {
    grid-template-columns: 1fr;
  }

  .config-hero {
    grid-template-columns: 1fr;
  }

  .config-preview-card {
    min-height: 430px;
  }

  .config-copy h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .swatch-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .product-showcase,
  .product-info-band {
    grid-template-columns: 1fr;
  }

  .product-guide-grid,
  .product-faq-grid {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-builder h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .has-photo {
    display: flex;
    flex-direction: column;
  }

  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .review-form-footer {
    align-items: start;
    flex-direction: column;
  }

  .has-photo .review-photo-link {
    width: min(220px, 100%);
    margin-top: 12px;
  }

  .master-hero,
  .orders-toolbar,
  .order-card-head {
    flex-direction: column;
  }

  .master-login-row,
  .order-grid,
  .order-actions {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .master-login-shell {
    position: fixed;
    top: 50%;
    right: 24px;
    left: 24px;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    justify-self: stretch;
    transform: translateY(-50%);
  }

  .master-login {
    width: 100%;
    max-width: 100%;
    padding: 26px;
  }

  .master-login h1 {
    font-size: 34px;
  }

  .master-login-row > * {
    min-width: 0;
    max-width: 100%;
  }

  .master-layout {
    grid-template-columns: 1fr;
  }

  .master-sidebar {
    display: block;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.11);
    padding: 8px;
  }

  .master-sidebar nav {
    display: flex;
  }

  .master-sidebar-foot {
    display: none;
  }

  .master-sidebar a,
  .master-nav-button,
  .master-nav-item {
    min-width: max-content;
  }

  .master-workspace {
    padding: 16px;
  }

  .master-secure-label {
    display: none;
  }

  .master-topbar {
    padding-inline: 12px;
  }

  .master-brand small {
    display: none;
  }

  .master-topbar-actions .master-quiet-button {
    min-height: 30px;
    padding-inline: 9px;
    font-size: 10px;
  }

  .master-workspace-head {
    flex-direction: column;
  }

  .master-workspace-head .master-quiet-button {
    align-self: start;
  }

  .master-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .master-summary div {
    min-width: 0;
    padding: 10px;
  }

  .master-summary span {
    font-size: 9px;
    overflow-wrap: anywhere;
  }

  .master-order-tools,
  .master-order-row,
  .master-order-edit-fields {
    grid-template-columns: 1fr;
  }

  .master-shipment-card {
    grid-template-columns: 1fr;
  }

  .master-fulfillment-toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .master-inventory-card,
  .inventory-status-options {
    grid-template-columns: 1fr;
  }

  .master-inventory-card > img {
    min-height: 220px;
    max-height: 320px;
  }

  .master-inventory-footer {
    align-items: start;
    flex-direction: column;
  }

  .master-order-check {
    display: none;
  }

  .master-order-edit {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .page-shell {
    padding: 16px;
  }

  .site-footer {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 2px 0;
  }

  .site-footer-links {
    justify-content: start;
    gap: 10px 16px;
  }

  .site-footer-note {
    grid-column: 1;
  }

  .content-page {
    width: 100%;
  }

  .content-hero,
  .policy-section,
  .support-section {
    padding: 22px;
  }

  .content-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
    overflow-wrap: break-word;
  }

  .support-contact-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-lookup-section,
  .order-result-grid {
    grid-template-columns: 1fr;
  }

  .order-lookup-section,
  .order-result {
    padding: 22px;
  }

  .order-result-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .order-progress {
    grid-template-columns: 1fr;
  }

  .order-progress li {
    min-height: 0;
  }

  .support-email {
    max-width: 100%;
    font-size: clamp(17px, 5.6vw, 22px);
  }

  .product-gallery-page {
    width: min(calc(100vw - 32px), 358px);
    max-width: min(calc(100vw - 32px), 358px);
    padding: 18px;
  }

  .product-showcase {
    gap: 20px;
  }

  .gallery-thumbs {
    gap: 7px;
  }

  .product-builder {
    gap: 16px;
  }

  .product-builder h1 {
    font-size: clamp(32px, 9.6vw, 38px);
    overflow-wrap: break-word;
  }

  .price-line strong {
    font-size: 26px;
  }

  .price-line span {
    font-size: 11px;
  }

  .swatch-option,
  .choice-option {
    min-height: 44px;
    padding-inline: 12px;
  }
}
