.cms-heading, .cms-actions, .cms-languages, .cms-revision { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.cms-heading { justify-content:space-between; margin:20px 0; }
.cms-languages { margin:24px 0; gap:8px; }
.cms-languages a { padding:8px 14px; border:1px solid var(--line); border-radius:4px; font-size:13px; }
.cms-languages a[aria-current] { border-color:var(--red); background:#251317; }
.cms-filter { display:grid; grid-template-columns:2fr 1fr auto; align-items:end; gap:16px; margin:24px 0; }
.cms-filter label, .cms-editor > label { display:grid; gap:8px; min-width:0; }
.cms-list { border-top:1px solid var(--line); margin-top:24px; }
.cms-list > a { display:flex; align-items:center; justify-content:space-between; padding:18px 0; border-bottom:1px solid var(--line); gap:24px; }
.cms-list small { display:block; color:var(--muted); overflow-wrap:anywhere; }
.cms-status { flex-shrink:0; font-size:12px; border:1px solid var(--line); padding:4px 8px; border-radius:4px; }
.cms-editor { display:grid; gap:24px; }
.cms-editor select { width:100%; min-width:0; }
.cms-actions { background:var(--surface); border:1px solid var(--line); padding:18px; }
.cms-actions > span { flex:1 1 220px; font-size:13px; color:var(--muted); }
.cms-actions > a { font-size:13px; text-decoration:underline; }
.cms-lifecycle { margin:0; }
.cms-lifecycle summary { cursor:pointer; font-weight:700; }
.cms-lifecycle .fields { grid-template-columns:1fr 1fr; gap:16px; }
.cms-schedule-actions { margin-top:16px; }
.button.danger { border-color:#7c202a; background:#3b1116; color:#ffd7db; }
.cms-field > label { display:block; font-weight:700; margin-bottom:10px; }
.cms-field > small { display:block; margin-top:10px; color:var(--muted); }
.editor-toolbar { display:flex; gap:6px; padding:12px; border:1px solid var(--line); background:var(--surface); flex-wrap:wrap; }
.editor-toolbar button { border:1px solid #555; border-radius:4px; background:#242427; color:#eee; min-height:40px; padding:5px 12px; font-size:13px; }
.rich-editor { border:1px solid #666; padding:24px; min-height:320px; max-height:680px; overflow:auto; background:#101012; font-family:var(--body); }
.rich-editor h2, .rich-editor h3, .rich-editor h4, .rich-editor h5 { font-family:var(--body); font-weight:700; }
.rich-editor:focus { outline:2px solid var(--red); outline-offset:2px; }
.rich-editor img { max-height:320px; width:auto; object-fit:contain; }
.cms-media { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:16px; max-height:600px; overflow:auto; margin-top:18px; padding:4px; }
.cms-media label { display:grid; gap:8px; font-size:11px; overflow-wrap:anywhere; cursor:pointer; }
.cms-media img { width:100%; height:120px; object-fit:contain; background:#fff; }
.cms-media input { width:18px; min-height:18px; }
.cms-revision { padding:16px 0; border-bottom:1px solid var(--line); justify-content:space-between; }
[hidden] { display:none !important; }
@media(max-width:700px) {
  .cms-filter { grid-template-columns:1fr; }
  .cms-heading { align-items:flex-start; }
  .cms-list > a { align-items:flex-start; gap:12px; }
  .cms-list strong { font-size:14px; }
  .cms-list small { font-size:11px; }
  .cms-status { font-size:10px; }
  .cms-actions { gap:12px; padding:14px; }
  .cms-actions .button { flex:1; min-width:110px; font-size:10px; }
  .rich-editor { padding:16px; max-height:520px; }
  .cms-languages a { padding:8px 10px; }
}
/* Console discovery uses the storefront's existing type, colour and controls. */
.shop-discovery, .compare-heading, .compare-help { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.shop-discovery { margin-bottom: 20px; flex-wrap: wrap; }
.shop-types { display: flex; gap: 8px; flex-wrap: wrap; }
.shop-types a, .compare-shortcuts a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 4px; font-size: 13px; }
.shop-types a[aria-current], .shop-types a:hover, .compare-shortcuts a:hover { border-color: var(--red); background: #291014; color: #fff; }
.text-link { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.product-compare { margin-top: 18px; }
.compare-page .breadcrumb { margin-bottom: 34px; }
.compare-heading { align-items: flex-start; }
.compare-heading .page-heading { margin-bottom: 30px; }
.compare-heading > a { flex-shrink: 0; }
.compare-picker { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: end; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.compare-picker label { display: grid; gap: 8px; min-width: 0; font-size: 13px; }
.compare-picker select { width: 100%; min-width: 0; }
.compare-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 18px 0 36px; font-size: 13px; }
.compare-shortcuts > span { color: var(--muted); margin-right: 8px; }
.compare-table { width: 100%; table-layout: fixed; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 20px 28px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.compare-table thead td { width: 24%; vertical-align: bottom; }
.compare-table thead th { width: 38%; background: #141416; }
.compare-table thead th + th, .compare-table tbody td + td { border-left: 1px solid var(--line); }
.compare-photo { display: block; background: #f5f5f5; border-radius: 4px; overflow: hidden; margin-bottom: 22px; }
.compare-photo img { width: 100%; height: 230px; object-fit: contain; }
.compare-table h2 { font: 700 22px/1.4 var(--body); }
.compare-price { font-size: 22px; margin-top: 12px; }
.compare-price small { font-size: 12px; font-weight: 400; }
.compare-stock { font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 4px; }
.compare-table tbody th { font-size: 13px; font-weight: 400; color: var(--muted); }
.compare-table tbody td { font-size: 15px; background: #101012; }
.compare-table .button { padding: 12px 18px; min-height: 48px; white-space: normal; gap: 8px; }
.compare-help { padding: 36px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; margin-top: 44px; }
.compare-help h2 { font: 700 22px/1.4 var(--body); margin-bottom: 8px; }
.compare-help p { font-size: 14px; color: var(--muted); }
.compare-help .button { flex-shrink: 0; }
@media (max-width: 700px) {
  .compare-heading, .compare-help { flex-direction: column; gap: 14px; }
  .compare-heading .page-heading { margin-bottom: 0; }
  .compare-heading { margin-bottom: 24px; }
  .compare-picker { grid-template-columns: 1fr; padding: 14px; gap: 14px; }
  .compare-picker .button { grid-column: 1 / -1; }
  .compare-picker select { font-size: 13px; padding: 12px 6px; }
  .compare-shortcuts { gap: 8px; margin-bottom: 24px; }
  .compare-shortcuts > span { width: 100%; }
  .compare-shortcuts a, .shop-types a { font-size: 12px; padding: 8px 10px; }
  .compare-table th, .compare-table td { padding: 14px 9px; }
  .compare-table thead td { width: 22%; padding-left: 0; }
  .compare-table thead td .eyebrow { font-size: 9px; letter-spacing: .04em; }
  .compare-table thead th { width: 39%; }
  .compare-photo { margin-bottom: 14px; }
  .compare-photo img { height: 110px; }
  .compare-table h2 { font-size: 15px; }
  .compare-price { font-size: 17px; }
  .compare-stock { font-size: 11px; line-height: 1.5; }
  .compare-table tbody th { font-size: 11px; padding-left: 0; }
  .compare-table tbody td { font-size: 12px; }
  .compare-table .button { font-size: 10px; padding: 10px 5px; width: 100%; }
  .compare-table .button > [aria-hidden] { display: none; }
  .compare-table, .compare-table thead, .compare-table tbody { display: block; }
  .compare-table tr { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .compare-table thead td { display: none; }
  .compare-table thead th { width: auto; }
  .compare-table tbody th { grid-column: 1 / -1; border-bottom: 0; padding: 15px 10px 6px; color: #d0d0d4; font-size: 12px; background: #19191c; }
  .compare-table tbody td { padding: 12px 10px 18px; font-size: 13px; }
  .compare-photo img { height: 145px; }
  .compare-table .button { font-size: 11px; }
  .compare-help { align-items: flex-start; padding: 24px; }
}
@font-face {
  font-family: Command;
  src: url("/assets/3a9506d9-4316Command-blast.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Muli;
  src: url("/assets/7fbae87a-Muli.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Muli;
  src: url("/assets/c57e196e-Muli-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: #141414;
  --line: #333;
  --text: #f5f5f5;
  --muted: #b8b8b8;
  --red: #ff3038;
  --button: #dc1823;
  --display: Command, Impact, sans-serif;
  --body: Muli, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 115px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.75 var(--body);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
}
h1 {
  font-size: clamp(34px, 4vw, 55px);
}
h2 {
  font-size: clamp(26px, 2.6vw, 36px);
}
h3 {
  font-size: 21px;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
}
.container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
.narrow {
  max-width: 960px;
}
.section {
  padding-block: 95px;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-family: var(--display);
  color: var(--red);
  font-size: 18px;
  margin-bottom: 20px;
}
.underlined {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #737373;
}
.underlined span {
  margin-left: 16px;
}
.button {
  min-height: 50px;
  padding: 14px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  background: var(--button);
  border: 1px solid var(--button);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.button:hover:not(:disabled) {
  background: #b9131b;
  border-color: #b9131b;
}
.button.outline {
  background: transparent;
  border-color: #777;
}
.button.outline:hover {
  background: #222;
  border-color: #eee;
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.text-button {
  padding: 5px 0;
  background: none;
  border: 0;
  text-decoration: underline;
  color: inherit;
  font-size: 14px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  color: #000;
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.header {
  height: 100px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #030303;
  border-bottom: 1px solid #303030;
}
.header-inner {
  height: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 35px;
}
.logo {
  flex: none;
  width: 192px;
}
.logo img {
  width: 100%;
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  flex: 1;
}
.header nav > div {
  display: flex;
  align-items: center;
  gap: 23px;
}
.header nav a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
  transition: color 0.2s;
}
.header nav a:hover,
.header nav a[aria-current="page"] {
  color: var(--red);
}
.cart-link {
  width: 38px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: none;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
}
.bag {
  position: absolute;
  width: 27px;
  height: 28px;
  border: 1.5px solid var(--red);
  bottom: 6px;
  border-radius: 2px;
}
.bag:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--red);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  top: -9px;
  left: 6.5px;
}
.cart-link > span:last-child {
  padding-top: 5px;
}
.menu-toggle {
  display: none;
}
.features {
  background: radial-gradient(at 100% 0%, #171717, #080808 65%);
}
.feature-image img {
  width: 100%;
}
.collection {
  border-block: 1px solid var(--line);
  background: radial-gradient(at 50% 0%, #171717, #080808 65%);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.section-heading h2 {
  font-size: 27px;
}
.section-heading > span {
  font-size: 14px;
  color: var(--muted);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.product-card {
  min-width: 0;
}
.product-photo {
  display: block;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #eee;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.25s,
    transform 0.5s;
}
.product-photo .alternate {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.product-photo:hover .alternate {
  opacity: 1;
}
.product-photo:hover img {
  transform: scale(1.025);
}
.sale {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 11px;
  padding: 2px 10px;
  color: #333;
  background: #fff;
  border-radius: 30px;
  line-height: 1.9;
}
.product-card-copy {
  text-align: center;
  padding-top: 24px;
}
.product-card h3 {
  font-size: 20px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price {
  color: var(--red);
  font-size: 17px;
  font-weight: 700;
  margin: 12px 0 6px;
}
.price del {
  font-weight: 400;
  color: #ad6567;
  font-size: 15px;
  margin-right: 5px;
}
.rating {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  margin: 6px 0 8px;
}
.rating > span:first-child {
  letter-spacing: 2px;
}
.product-card .rating {
  justify-content: center;
}
.rating small {
  color: #aaa;
}
.product-card .muted {
  font-size: 11px;
}
.testimonials {
  background: linear-gradient(125deg, #141414, #080808 65%);
}
.stars {
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 17px;
}
.testimonials blockquote {
  font-size: 14px;
  color: #e1e1e1;
  margin: 0 0 14px;
}
.testimonials figcaption {
  font-size: 13px;
  color: var(--red);
}
.portable {
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #202020, #080808 80%);
}
.faq h2 {
  text-align: center;
  margin-bottom: 45px;
}
.accordion {
  background: #efefef;
  color: #181818;
}
.accordion details + details {
  border-top: 1px solid #ccc;
}
.accordion summary {
  list-style: none;
  padding: 16px 50px 16px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 11px;
  font-size: 24px;
  font-weight: 400;
}
.accordion details[open] summary:after {
  content: "−";
}
.accordion p {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.8;
  max-width: 800px;
}
.accordion p a {
  color: #ac1521;
  text-decoration: underline;
}
.accordion summary:focus-visible {
  outline-color: #b01420;
  outline-offset: -4px;
}
footer {
  background: #030303;
  border-top: 1px solid #555;
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.25fr;
  gap: 65px;
  padding-bottom: 65px;
}
.footer-brand img {
  width: 185px;
  margin-bottom: 25px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.9;
  color: #ccc;
  max-width: 270px;
}
.footer-grid h3 {
  font-size: 17px;
  margin: 10px 0 25px;
}
.footer-grid > div:not(:first-child) > a,
.footer-grid > div:not(:first-child) > button {
  display: block;
  font-size: 12px;
  margin-bottom: 7px;
  color: #ff6b70;
}
.socials {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 22px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #282828;
  padding-block: 23px;
  font-size: 11px;
  color: #b3b3b3;
}
.divider {
  margin: 0 14px;
  color: #555;
}
.cookie-banner {
  position: fixed;
  z-index: 40;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 32px));
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 18px 24px;
  background: #242424;
  box-shadow: 0 8px 35px #0008;
  border: 1px solid #505050;
}
.cookie-banner p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.cookie-banner a {
  text-decoration: underline;
}
.cookie-banner .button {
  white-space: nowrap;
  padding: 10px 25px;
  min-height: 42px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 45;
  background: #f5f5f5;
  color: #111;
  padding: 16px 24px;
  box-shadow: 0 5px 30px #0006;
  max-width: calc(100% - 32px);
  font-size: 14px;
}
.toast a {
  color: #aa1520;
  margin-left: 20px;
  text-decoration: underline;
}
[hidden] {
  display: none !important;
}
.page-heading {
  margin-bottom: 50px;
}
.page-heading h1 {
  margin-bottom: 20px;
}
.page-heading p:not(.eyebrow) {
  color: #ccc;
}
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.shop-toolbar > div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}
.shop-toolbar input {
  max-width: 300px;
}
.shop-toolbar select {
  width: 190px;
}
.shop-toolbar .button {
  padding: 12px 20px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #aaa;
  padding-block: 28px;
}
.breadcrumb a:hover {
  color: #fff;
}
.product-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  padding: 16px 0 70px;
  align-items: start;
}
.gallery {
  min-width: 0;
  position: sticky;
  top: 130px;
}
.gallery-main {
  display: block;
  aspect-ratio: 1;
  position: relative;
  background: #fff;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 14px;
}
.gallery-thumbs button {
  border: 2px solid transparent;
  padding: 0;
  background: #fff;
  aspect-ratio: 1;
}
.gallery-thumbs button[aria-pressed="true"] {
  border-color: var(--red);
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .eyebrow {
  font-family: var(--body);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.product-info h1 {
  font-size: 38px;
  margin-bottom: 20px;
}
.product-info .rating {
  margin-bottom: 22px;
}
.product-price {
  font-size: 27px;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 21px;
}
.product-price del {
  color: #999;
  font-size: 21px;
  font-weight: 400;
  margin-right: 10px;
}
.product-price small {
  font-weight: 400;
  display: block;
  font-size: 13px;
  color: #ddd;
  margin-top: 3px;
}
.product-summary {
  font-size: 15px;
  line-height: 1.95;
  color: #d3d3d3;
  margin-bottom: 25px;
}
.variants {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.variants legend {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.variant {
  cursor: pointer;
  position: relative;
}
.variant input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.variant span {
  display: block;
  border: 1px solid #606060;
  min-width: 65px;
  padding: 7px 15px;
  text-align: center;
  font-size: 13px;
}
.variant input:checked + span {
  border-color: var(--red);
  background: #41151a;
  box-shadow: inset 0 0 0 1px var(--red);
}
.variant input:focus-visible + span {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.variant input:disabled + span {
  opacity: 0.3;
  text-decoration: line-through;
}
.stock {
  font-size: 13px;
  color: #c5d6c4;
  margin-bottom: 16px;
}
.buy-row {
  display: flex;
  gap: 16px;
}
.buy-row > .button {
  flex: 1;
}
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #666;
}
.quantity button {
  width: 34px;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
}
.quantity input {
  width: 38px;
  appearance: textfield;
  -moz-appearance: textfield;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
}
.quantity input::-webkit-inner-spin-button {
  display: none;
}
.purchase-promises {
  border-block: 1px solid var(--line);
  padding: 20px 0;
  margin-top: 26px;
  display: grid;
  gap: 5px;
  font-size: 13px;
}
.purchase-promises > *:before {
  content: "✓";
  color: #ccc;
  margin-right: 10px;
}
.product-sku {
  margin-top: 18px;
  font-size: 11px;
  color: #aaa;
}
.product-sku span {
  margin: 0 10px;
}
.detail-nav {
  display: flex;
  gap: 35px;
  border-block: 1px solid var(--line);
  padding: 22px 0;
  font-size: 14px;
}
.detail-nav a:first-child {
  color: var(--red);
}
.description-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 90px;
  padding-top: 45px;
}
.description-layout h2 {
  font-size: 22px;
}
.specs {
  font-size: 14px;
  margin-top: 20px;
}
.specs > div {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 10px 0;
  border-bottom: 1px solid #282828;
  gap: 20px;
}
.specs dt {
  color: #aaa;
}
.specs dd {
  margin: 0;
}
.prose {
  line-height: 1.95;
  color: #d3d3d3;
  font-size: 16px;
  overflow-wrap: anywhere;
}
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  font-family: var(--body);
  font-weight: 700;
  color: #fff;
  margin: 35px 0 16px;
  line-height: 1.5;
}
.prose h2 {
  font-size: 28px;
}
.prose h3 {
  font-size: 23px;
}
.prose h4,
.prose h5,
.prose h6 {
  font-size: 19px;
}
.prose > h2:first-child,
.prose > h3:first-child {
  margin-top: 0;
}
.prose p {
  margin-bottom: 20px;
}
.prose li {
  margin-bottom: 9px;
}
.prose img {
  margin: 30px auto;
  max-height: 600px;
  width: auto;
  object-fit: contain;
}
.prose a {
  color: #ff757a;
  text-decoration: underline;
}
.prose table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
.prose td,
.prose th {
  padding: 10px;
  border: 1px solid #555;
}
.review-row {
  display: grid;
  grid-template-columns: 150px 1fr 120px;
  gap: 35px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.review-row .stars {
  font-size: 12px;
  margin: 5px 0;
}
.review-row small,
.review-row time {
  color: #999;
  font-size: 11px;
}
.review-row p {
  margin: 0;
}
.review-row img {
  max-width: 220px;
  max-height: 180px;
}
.more-reviews summary {
  cursor: pointer;
  padding: 22px 0;
  text-decoration: underline;
}
.product-reviews {
  padding-bottom: 0;
}
.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 70px;
  align-items: start;
}
.cart-row {
  display: grid;
  grid-template-columns: 115px 1fr auto;
  gap: 25px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.cart-row:first-child {
  padding-top: 0;
  border: 0;
}
.cart-row img {
  background: white;
  aspect-ratio: 1;
  object-fit: cover;
}
.cart-row h2 {
  font-family: var(--body);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
}
.cart-row p {
  font-size: 13px;
  margin-bottom: 6px;
}
.cart-row form {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.cart-row input {
  width: 62px;
  min-height: 37px;
  padding: 5px 8px;
  margin-left: 8px;
}
.cart-row label {
  font-size: 12px;
}
.cart-row > strong {
  font-size: 15px;
}
.cart-row .text-button {
  font-size: 11px;
}
.order-summary {
  background: #151515;
  border: 1px solid var(--line);
  padding: 30px;
}
:where(.cart-layout, .checkout-layout) > .order-summary {
  position: sticky;
  top: 125px;
}
.order-summary h2 {
  font-family: var(--body);
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}
.order-summary dl {
  margin: 25px 0;
}
.order-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 13px 0;
  font-size: 14px;
}
.order-summary dd {
  margin: 0;
}
.order-summary .total {
  padding-top: 20px;
  border-top: 1px solid #555;
  font-size: 21px;
  font-weight: 700;
}
.order-summary > .button,
.order-summary > button {
  width: 100%;
  gap: 20px;
}
.order-summary > .muted {
  font-size: 12px;
  text-align: center;
  margin-top: 18px;
}
.empty {
  text-align: center;
  padding-block: 80px;
  min-height: 380px;
}
.empty h1,
.empty h2 {
  margin-bottom: 24px;
}
.empty p {
  color: #bbb;
}
.empty .button {
  margin-top: 15px;
}
.empty > a:last-child:not(.button) {
  display: block;
  margin-top: 20px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.fields .full {
  grid-column: 1/-1;
}
label {
  display: block;
  font-size: 14px;
  color: #ddd;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #666;
  background: #121212;
  color: #fff;
  border-radius: 0;
  min-height: 49px;
  padding: 11px 13px;
}
label > input,
label > select,
label > textarea {
  margin-top: 7px;
}
input::placeholder,
textarea::placeholder {
  color: #aaa;
}
input[type="checkbox"],
input[type="radio"] {
  width: 18px;
  min-height: 18px;
  height: 18px;
  accent-color: #db1c28;
  flex: none;
}
.notice {
  border: 1px solid #665333;
  background: #302619;
  padding: 20px 25px;
  margin-bottom: 30px;
  font-size: 14px;
}
.notice h2 {
  font-size: 23px;
  margin-bottom: 10px;
}
.checkout-layout h2 {
  font-family: var(--body);
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 23px;
}
.form-section {
  margin-top: 38px;
}
.shipping-option {
  display: flex;
  justify-content: space-between;
  background: #161616;
  padding: 18px;
  border: 1px solid #555;
  font-size: 14px;
}
.payment-options {
  border: 1px solid #555;
}
.payment-options label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  cursor: pointer;
}
.payment-options label + label {
  border-top: 1px solid #444;
}
.payment-options small {
  display: block;
  font-size: 11px;
  color: #aaa;
}
.payment-wordmark,
.paypal-wordmark {
  margin-left: auto;
  font-style: italic;
  font-weight: 700;
}
.payment-wordmark span {
  color: #ff6346;
  margin-left: 10px;
}
.paypal-wordmark {
  color: #8dc8fa;
}
.checkbox {
  display: flex;
  align-items: start;
  gap: 12px;
}
.checkbox input {
  margin-top: 5px;
}
.terms {
  margin-top: 25px;
  font-size: 12px;
}
.terms a {
  text-decoration: underline;
}
.checkout-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  margin-bottom: 18px;
}
.checkout-item img {
  width: 59px;
  height: 59px;
  object-fit: cover;
  background: white;
  flex: none;
}
.checkout-item > div {
  flex: 1;
}
.checkout-item strong {
  display: block;
  line-height: 1.5;
}
.checkout-item small {
  font-size: 11px;
  color: #aaa;
}
.coupon {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 20px;
}
.coupon > div {
  display: flex;
  gap: 9px;
  margin-top: 8px;
}
.coupon .button {
  padding: 10px 13px;
  min-height: 45px;
}
.coupon input {
  min-width: 0;
  min-height: 45px;
}
.coupon p {
  font-size: 12px;
  margin-top: 10px;
}
.form-feedback {
  font-size: 13px;
  margin-top: 15px;
  color: #ffaaaa;
}
.tracking-form {
  max-width: 580px;
  margin: 35px 0;
}
.tracking-form label {
  margin-bottom: 20px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
}
.contact-details h2 {
  font-size: 20px;
  margin: 35px 0 14px;
}
.contact-details h2:first-child {
  margin-top: 0;
}
.contact-details > a {
  color: #ff757a;
}
.contact-details p {
  font-size: 15px;
  color: #bbb;
}
.contact-form .button {
  margin-top: 24px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(100%);
}
.about {
  max-width: 1080px;
}
.about .prose {
  max-width: 860px;
  margin: auto;
}
.about .prose h2 {
  font-family: var(--display);
  margin-top: 50px;
}
.about .prose img {
  max-width: 100%;
  max-height: 400px;
}
.policy {
  max-width: 1000px;
}
.policy .prose > h2:first-child {
  font-size: 24px;
}
.blog-search {
  display: flex;
  max-width: 520px;
  gap: 12px;
  margin-bottom: 45px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
.blog-image {
  display: block;
  aspect-ratio: 16/10;
  background: #222;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.blog-image:hover img {
  transform: scale(1.04);
}
.blog-grid time,
.article time {
  font-size: 12px;
  color: #bbb;
}
.blog-grid h2 {
  font: 700 22px/1.4 var(--body);
  margin: 13px 0;
}
.blog-grid .excerpt {
  font-size: 14px;
  color: #bbb;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.article {
  max-width: 1000px;
}
.article header h1 {
  margin: 20px 0 40px;
  font-family: var(--body);
  font-weight: 700;
  line-height: 1.25;
  font-size: 45px;
}
.article-cover {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 45px;
}
.article .prose {
  max-width: 790px;
  margin: auto;
}
.article-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.retry-payment {
  margin-top: 15px;
}
.admin main {
  background: #111;
  min-height: 70vh;
}
.admin h1,
.admin h2,
.admin h3 {
  font-family: var(--body);
  font-weight: 700;
}
.admin h1 {
  font-size: 32px;
}
.admin h2 {
  font-size: 23px;
}
.admin-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 14px;
}
.admin-nav form {
  margin-left: auto;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.admin-table th,
.admin-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid #333;
  vertical-align: top;
}
.admin-table a {
  text-decoration: underline;
}
.table-wrap {
  overflow: auto;
}
.admin-card {
  padding: 25px;
  border: 1px solid #444;
  margin: 25px 0;
}
.admin-card .fields {
  margin-top: 20px;
}
.admin-card .button {
  margin-top: 20px;
}
.admin-card summary {
  cursor: pointer;
}
.admin-option {
  min-width: 0;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #444;
}
.admin-option legend { padding: 0 8px; }
.admin-option .fields { margin-top: 0; }
.gallery-edit { display: flex; align-items: center; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.gallery-edit img { border: 1px solid #444; object-fit: cover; }
.gallery-edit label { margin: 0; }
.gallery-edit input[type="number"] { width: 72px; }
.admin-card .checkbox { margin-top: 18px; }
.admin-card input[readonly] { color: #b9b9c1; }
.option-price { display: block; font-size: 12px; margin-top: 4px; }
.admin-card p {
  font-size: 14px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.metrics > div {
  border: 1px solid #444;
  padding: 22px;
}
.metrics strong {
  display: block;
  font-size: 30px;
}
.metrics span {
  font-size: 13px;
  color: #bbb;
}
.login-form {
  max-width: 450px;
}
.login-form label {
  margin: 20px 0;
}
.login-form .button {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .header-inner {
    padding: 0 30px;
    gap: 22px;
  }
  .logo {
    width: 160px;
  }
  .header nav > div {
    gap: 15px;
  }
  .header nav {
    gap: 20px;
  }
  .header nav a {
    font-size: 10px;
  }
  .container {
    padding-inline: 30px;
  }
  .product-grid {
    gap: 18px;
  }
  .product-card h3 {
    font-size: 17px;
  }
  .product-layout {
    gap: 35px;
  }
  .product-info h1 {
    font-size: 33px;
  }
  .cart-layout,
  .checkout-layout {
    gap: 35px;
  }
  .footer-grid {
    gap: 35px;
  }
}
@media (max-width: 1000px) {
  .header {
    height: 80px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #090909;
    padding: 25px 30px;
    border-bottom: 1px solid #555;
  }
  .header nav.open {
    display: block;
  }
  .header nav > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .header nav a {
    font-size: 13px;
    padding: 14px 0;
  }
  .header nav > div + div {
    border-top: 1px solid #333;
    margin-top: 12px;
    padding-top: 12px;
  }
  .menu-toggle {
    display: flex;
    gap: 13px;
    margin-left: auto;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    color: #eee;
    background: none;
    padding: 15px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }
  .product-card h3 {
    font-size: 23px;
    min-height: 35px;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1/-1;
    display: flex;
    gap: 35px;
    align-items: center;
  }
  .footer-brand img {
    margin: 0;
  }
  .footer-brand p {
    margin: 0;
    max-width: 350px;
  }
  .footer-brand .socials {
    margin: 0;
    max-width: 150px;
  }
  .product-layout {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .product-info h1 {
    font-size: 29px;
  }
  .product-summary {
    font-size: 14px;
  }
  .buy-row {
    flex-wrap: wrap;
  }
  .buy-row > .button {
    min-width: 150px;
  }
  .gallery {
    top: 110px;
  }
  .description-layout {
    gap: 40px;
  }
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1.25fr 1fr;
    gap: 25px;
  }
  .order-summary {
    padding: 22px;
  }
  .cart-row {
    grid-template-columns: 80px 1fr;
    gap: 20px;
  }
  .cart-row > strong {
    grid-column: 2;
    margin-top: -10px;
  }
  .contact-layout {
    gap: 50px;
  }
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 90px;
  }
  .container {
    padding-inline: 22px;
  }
  .section {
    padding-block: 60px;
  }
  .header {
    height: 74px;
  }
  .header-inner {
    padding: 0 22px;
    gap: 16px;
  }
  .header nav {
    top: 74px;
  }
  .logo {
    width: 157px;
  }
  .menu-toggle {
    font-size: 11px;
    padding: 10px 0;
  }
  .cart-link {
    width: 32px;
  }
  .feature-image {
    grid-column: 1/-1;
    grid-row: 1;
    width: 85%;
    max-width: 430px;
    margin: auto;
  }
  .section-heading {
    margin-bottom: 28px;
    gap: 15px;
  }
  .section-heading h2 {
    font-size: 23px;
  }
  .section-heading > span {
    font-size: 11px;
  }
  .underlined {
    font-size: 10px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .product-grid {
    gap: 30px 15px;
  }
  .product-card h3 {
    font-size: 16px;
    min-height: 45px;
  }
  .product-card-copy {
    padding-top: 16px;
  }
  .price {
    font-size: 15px;
    margin-top: 8px;
  }
  .price del {
    font-size: 12px;
  }
  .product-card .rating {
    font-size: 10px;
    gap: 5px;
  }
  .rating > span:first-child {
    letter-spacing: 1px;
  }
  .product-card .muted {
    font-size: 9px;
  }
  .sale {
    top: 9px;
    left: 9px;
    font-size: 9px;
    padding: 1px 8px;
  }
  .testimonials blockquote {
    font-size: 13px;
  }
  .testimonials .stars {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 13px;
  }
  .testimonials figcaption {
    font-size: 12px;
  }
  .faq h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .accordion summary {
    font-size: 12px;
    padding: 15px 36px 15px 16px;
    line-height: 1.6;
  }
  .accordion summary:after {
    right: 15px;
    top: 10px;
  }
  .accordion p {
    font-size: 13px;
    padding: 0 16px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
  }
  .footer-brand {
    display: block;
  }
  .footer-brand img {
    width: 165px;
    margin-bottom: 20px;
  }
  .footer-brand p {
    font-size: 13px;
  }
  .footer-brand .socials {
    max-width: 100%;
    margin-top: 20px;
  }
  .footer-grid h3 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .footer-grid > div:not(:first-child) > a,
  .footer-grid > div:not(:first-child) > button {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 10px;
  }
  .cookie-banner {
    padding: 14px;
    gap: 12px;
    bottom: 10px;
  }
  .cookie-banner p {
    font-size: 11px;
  }
  .cookie-banner .button {
    font-size: 10px;
    padding: 8px 16px;
  }
  .page-heading {
    margin-bottom: 30px;
  }
  .page-heading h1 {
    font-size: 36px;
  }
  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }
  .shop-toolbar input {
    max-width: 100%;
  }
  .shop-toolbar > div {
    gap: 10px;
    justify-content: space-between;
  }
  .shop-toolbar > div > span {
    font-size: 11px;
  }
  .shop-toolbar select {
    width: 150px;
    font-size: 12px;
  }
  .shop-toolbar .button {
    padding: 10px 13px;
    font-size: 10px;
  }
  .breadcrumb {
    padding-block: 21px;
    font-size: 10px;
    gap: 8px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    padding-top: 8px;
    padding-bottom: 45px;
    gap: 35px;
  }
  .gallery {
    position: static;
  }
  .gallery-thumbs {
    gap: 10px;
  }
  .gallery-main .sale {
    font-size: 12px;
  }
  .product-info h1 {
    font-size: 34px;
  }
  .product-info .eyebrow {
    font-size: 11px;
  }
  .product-info .rating {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .product-price {
    font-size: 29px;
  }
  .product-summary {
    font-size: 15px;
  }
  .buy-row {
    flex-wrap: nowrap;
  }
  .detail-nav {
    gap: 18px;
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 19px 0;
  }
  .description-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 30px;
  }
  .prose {
    font-size: 15px;
  }
  .prose h2 {
    font-size: 25px;
  }
  .prose h3 {
    font-size: 21px;
  }
  .prose ul {
    padding-left: 22px;
  }
  .review-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
  .review-row > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .review-row .stars {
    margin: 0;
  }
  .review-row small {
    margin-left: auto;
  }
  .review-row time {
    font-size: 10px;
  }
  .review-row img {
    max-width: 100%;
  }
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .order-summary {
    position: static;
    padding: 24px;
  }
  .cart-row {
    grid-template-columns: 88px 1fr;
    gap: 18px;
  }
  .cart-row h2 {
    font-size: 16px;
  }
  .cart-row form {
    gap: 13px;
  }
  .cart-row form .text-button {
    font-size: 11px;
  }
  .cart-row > strong {
    grid-column: 2;
  }
  .empty {
    padding-block: 45px;
  }
  .empty h2 {
    font-size: 27px;
  }
  .fields {
    gap: 18px 14px;
  }
  .fields label {
    font-size: 12px;
  }
  .fields input,
  .fields select {
    font-size: 16px;
  }
  .checkout-layout h2 {
    font-size: 22px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-details h2 {
    font-size: 21px;
  }
  .tracking-form {
    margin-top: 20px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .blog-grid h2 {
    font-size: 24px;
  }
  .blog-grid .excerpt {
    font-size: 14px;
  }
  .article header h1 {
    font-size: 33px;
  }
  .article-cover {
    margin-bottom: 30px;
  }
  .article-end {
    flex-direction: column;
    align-items: start;
  }
  .notice {
    padding: 17px;
    font-size: 13px;
  }
  .admin-nav {
    gap: 15px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .admin-card {
    padding: 17px;
  }
  .admin-card .fields {
    grid-template-columns: 1fr;
  }
  .admin-table {
    font-size: 12px;
  }
  .admin h1 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .container {
    padding-inline: 17px;
  }
  .logo {
    width: 137px;
  }
  .header-inner {
    padding-inline: 17px;
    gap: 12px;
  }
  .product-card h3 {
    font-size: 14px;
  }
  .price {
    font-size: 14px;
  }
  .price del {
    font-size: 10px;
  }
  .buy-row {
    gap: 9px;
  }
  .buy-row .button {
    padding-inline: 12px;
    gap: 14px;
  }
  .fields {
    grid-template-columns: 1fr;
  }
  .payment-wordmark {
    font-size: 12px;
  }
  .payment-options label {
    padding: 15px;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

.language-switcher {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 18px 20px;
  border-top: 1px solid #282828;
  font-size: 12px;
  flex-wrap: wrap;
}
.language-switcher a[aria-current="true"] {
  color: #ff757a;
  text-decoration: underline;
}
html:not([lang="en"]) .header nav a {
  white-space: normal;
  font-size: 10px;
}
html:not([lang="en"]) h1,
html:not([lang="en"]) h2,
html:not([lang="en"]) h3 {
  overflow-wrap: anywhere;
}

/* Storefront design pass: preserve the arcade identity with clearer hierarchy. */
:root {
  --line: #2c2c2e;
  --muted: #b6b6bb;
}
.header { height: 84px; }
.logo { width: 174px; }
.header nav a { font-size: 12px; }
.header nav > div { gap: 20px; }
.header .nav-support a { color: #b6b6bb; font-size: 11px; }
.header nav a:hover, .header nav a[aria-current="page"] { color: var(--red); }
.button { border-radius: 4px; min-height: 52px; letter-spacing: 1px; gap: 22px; }
.eyebrow { font: 700 12px/1.5 var(--body); letter-spacing: 1.7px; text-transform: uppercase; }
.collection { background: #0b0b0d; border: 0; }
.section-heading { align-items: flex-end; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(28px, 3vw, 39px); line-height: 1.35; }
.section-heading > a { margin-bottom: 6px; }
.product-grid { gap: 22px; }
.product-card { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #141416; transition: border-color .2s, transform .2s; }
.product-card:hover { border-color: #65656c; transform: translateY(-4px); }
.product-card:focus-within { border-color: var(--red); }
.product-photo { background: #f2f2f2; }
.sale { border-radius: 3px; padding: 5px 10px; background: #18181b; color: #fff; font-weight: 700; line-height: 1.5; font-size: 12px; }
.product-card-copy { text-align: left; padding: 20px; }
.console-type { color: #b9b9bf; font-size: 11px; margin-bottom: 8px; }
.product-card h3 { font: 700 19px/1.4 var(--body); justify-content: flex-start; min-height: 54px; }
.console-detail { color: #b9b9bf; font-size: 11px; min-height: 38px; margin: 8px 0 12px; }
.product-card .rating { justify-content: flex-start; font-size: 12px; gap: 8px; }
.rating > span:first-child, .stars { color: #ffb878; }
.product-card .rating > span:first-child { letter-spacing: 0; }
.card-bottom { border-top: 1px solid #303034; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 15px; margin-top: 18px; }
.card-bottom .price { color: #fff; font-size: 20px; margin: 0; line-height: 1.5; }
.card-bottom .price del { color: #a4a4ac; font-size: 12px; margin: 0 0 0 5px; display: inline-block; }
.card-link { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; border: 1px solid #55555d; border-radius: 4px; font-size: 23px; }
.card-link:hover { background: var(--button); border-color: var(--button); }
.features { background: #171719; }
.feature-showcase { display: grid; grid-template-columns: 1fr 1.1fr; gap: 75px; align-items: center; }
.feature-copy h2 { font-size: clamp(30px, 3vw, 40px); margin-bottom: 24px; }
.feature-lead { color: #c5c5cb; max-width: 435px; }
/* Spec rows: a red 8-bit icon on a fixed column, hairlines between the rows. */
.feature-points { margin: 34px 0 36px; border-top: 1px solid #ffffff1c; }
.feature-points article { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 24px; padding-block: 19px; border-bottom: 1px solid #ffffff1c; }
.feature-points .pixel-icon { justify-self: center; color: var(--red); shape-rendering: crispEdges; }
.feature-points h3 { font: 700 16px/1.45 var(--body); margin-bottom: 4px; }
.feature-points p { color: #b6b6bf; font-size: 14px; line-height: 1.6; }
.feature-showcase .feature-image { position: relative; background: radial-gradient(ellipse, #ffffff0b, transparent 68%); }
.feature-showcase .feature-image img { filter: drop-shadow(0 28px 28px #0006); }
.portable { background: #0b0b0d; border: 0; }
.testimonials { background: #141416; }
/* The first quote leads; each opens with a red 8-bit quote mark and signs off with
   its stars and name on one line. */
.review-highlights { display: grid; grid-template-columns: 1.45fr repeat(2, minmax(0, 1fr)); gap: 44px; }
.review-highlights figure { border-top: 1px solid #ffffff1c; padding-top: 30px; display: flex; flex-direction: column; }
.review-highlights .pixel-icon { color: var(--red); shape-rendering: crispEdges; margin-bottom: 22px; }
.review-highlights blockquote { font-size: 16px; line-height: 1.75; color: #d2d2d9; margin: 0 0 28px; }
.review-highlights .is-featured blockquote { font-size: 21px; line-height: 1.6; color: #ececf0; }
.review-highlights figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; color: #fff; font-size: 14px; font-weight: 700; }
.review-highlights figcaption .stars { margin: 0; font-size: 13px; letter-spacing: 2px; }
.faq { background: #0b0b0d; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.faq h2 { text-align: left; font-size: 32px; margin-bottom: 24px; }
.faq-intro > p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.faq-intro > a { display: inline-block; margin-top: 15px; }
.accordion { background: transparent; color: #eeeef0; border-top: 1px solid #44444b; }
.accordion details { border-bottom: 1px solid #44444b; }
.accordion details + details { border-top: 0; }
.accordion summary { padding: 23px 35px 23px 0; font-size: 15px; }
.accordion summary:after { top: 17px; right: 4px; color: var(--red); }
.accordion p { padding: 0 30px 24px 0; color: #bdbdc5; font-size: 14px; }
.accordion details[open] summary { color: #fff; }
footer { background: #111113; border-top: 1px solid var(--line); }
.footer-grid h3 { font: 700 14px/1.5 var(--body); }
.footer-grid > div:not(:first-child) > a { color: #c1c1c9; }
.footer-grid > div:not(:first-child) > a:hover { color: var(--red); }
.page-heading h1 { margin-bottom: 15px; }
.shop-toolbar { background: #161618; padding: 20px; border: 1px solid var(--line); border-radius: 6px; }
.product-info h1 { font: 700 clamp(30px, 3vw, 43px)/1.2 var(--body); letter-spacing: -1px; }
.product-info .eyebrow { color: #b6b6bf; }
.product-price { color: #fff; }
.gallery-main { border-radius: 6px; }
.gallery-thumbs button { border-radius: 4px; overflow: hidden; }
.product-info > form { background: #161618; padding: 22px; border: 1px solid #36363d; border-radius: 6px; margin-top: 24px; }
.product-info .stock { margin-top: 0; }
.product-info .form-feedback:empty { display: none; }
.product-info .buy-row { margin-bottom: 0; }
.product-info .variant span { border-radius: 4px; }
.detail-nav a { padding-block: 10px; }
.description-layout .prose h2, .description-layout .prose h3, .product-reviews h2 { font-family: var(--body); font-weight: 700; }
@media (min-width: 1001px) and (max-width: 1200px) {
  .header nav a { font-size: 10px; }
  .header .nav-support a { font-size: 10px; }
  .header nav > div { gap: 13px; }
  .logo { width: 150px; }
  .product-card-copy { padding: 15px; }
  .card-bottom { flex-wrap: wrap; }
}
@media (max-width: 1000px) {
  .header { height: 80px; }
  .header nav { top: 80px; max-height: calc(100dvh - 80px); overflow-y: auto; }
  .header .nav-support a, html:not([lang="en"]) .header nav a { font-size: 13px; }
  .product-card h3 { min-height: 0; }
  .console-detail { min-height: 0; }
  .feature-showcase, .faq-layout { gap: 35px; }
  .review-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 28px; }
  .review-highlights .is-featured { grid-column: 1 / -1; }
  .product-info > form { padding: 16px; }
}
@media (max-width: 700px) {
  .header { height: 74px; }
  .header nav { top: 74px; max-height: calc(100dvh - 74px); }
  .logo { width: 150px; }
  .section-heading { align-items: flex-start; flex-wrap: wrap; gap: 20px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading > a { margin: 0; font-size: 11px; }
  .product-grid { gap: 20px 12px; }
  .product-card-copy { padding: 14px 12px; }
  .product-card h3 { font-size: 16px; min-height: 45px; align-items: start; }
  .console-type { font-size: 10px; min-height: 30px; margin-bottom: 5px; line-height: 1.5; }
  .console-detail { font-size: 10px; min-height: 36px; margin: 8px 0; line-height: 1.6; }
  .product-card .rating { font-size: 10px; gap: 5px; flex-wrap: wrap; }
  .card-bottom { flex-wrap: wrap; margin-top: 14px; padding-top: 12px; }
  .card-bottom .price { font-size: 18px; }
  .card-bottom .price del { font-size: 11px; display: block; margin-left: 0; }
  .card-link { margin-left: auto; }
  .sale { top: 9px; left: 9px; font-size: 10px; padding: 4px 7px; }
  .feature-showcase { grid-template-columns: 1fr; gap: 35px; }
  .feature-copy h2 { font-size: 32px; }
  .feature-lead { font-size: 14px; }
  .feature-showcase .feature-image { grid-row: auto; grid-column: auto; width: 100%; max-width: 430px; }
  .feature-points { margin-block: 28px 30px; }
  .feature-points article { gap: 18px; padding-block: 16px; }
  .feature-points h3 { font-size: 15px; }
  .feature-points p { font-size: 13px; }
  .review-highlights { grid-template-columns: 1fr; gap: 30px; }
  .review-highlights figure { padding-top: 24px; }
  .review-highlights .pixel-icon { margin-bottom: 18px; }
  .review-highlights blockquote { font-size: 15px; margin-bottom: 18px; }
  .review-highlights .is-featured blockquote { font-size: 18px; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq h2 { font-size: 29px; }
  .accordion summary { font-size: 14px; padding-block: 21px; }
  .accordion p { font-size: 14px; }
  .shop-toolbar { padding: 14px; }
  .shop-toolbar > div { flex-wrap: wrap; }
  .product-info h1 { font-size: 34px; }
  .product-info > form { padding: 17px; }
  .product-info .buy-row { gap: 10px; }
  .product-info .buy-row > .button { min-width: 0; padding: 12px 9px; gap: 8px; font-size: 10px; letter-spacing: .6px; }
  .footer-grid > div:not(:first-child) > a { font-size: 13px; }
}
@media (max-width: 360px) {
  .logo { width: 132px; }
  .product-card-copy { padding: 12px 9px; }
  .product-card h3 { font-size: 14px; }
  .card-bottom .price { font-size: 17px; }
  .card-link { min-width: 38px; min-height: 44px; }
}

/* Story and support pages share the storefront's typography and spacing. */
.support-heading { max-width: 690px; margin-bottom: 48px; }
.support-heading > p:not(.eyebrow) { color: var(--muted); max-width: 530px; }
.support-heading h1 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 22px; }
.support-page .contact-layout { grid-template-columns: .85fr 1.15fr; grid-template-areas: "details panel"; gap: 90px; }
.support-page .contact-panel { grid-area: panel; }
.support-page .contact-details { grid-area: details; }
.contact-details .support-shortcut { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px; margin-bottom: 34px; border: 1px solid #3c3c44; border-radius: 6px; background: #161619; color: #fff; }
.support-shortcut strong, .support-shortcut small { display: block; }
.support-shortcut strong { font-size: 16px; }
.support-shortcut small { font-size: 12px; color: #b7b7c0; margin-top: 3px; }
.support-shortcut > span:last-child { font-size: 26px; color: var(--red); }
.support-shortcut:hover { border-color: var(--red); }
.support-page .contact-details h2 { font: 700 17px/1.5 var(--body); margin-bottom: 8px; }
.support-page .contact-details > a:not(.support-shortcut) { color: #dddde5; font-size: 16px; }
.support-page .contact-details > a:not(.support-shortcut):hover { color: var(--red); }
.support-page .contact-details .socials { gap: 22px; }
.contact-panel, .tracking-panel { border: 1px solid #33333b; border-radius: 8px; background: #141417; padding: 34px; min-width: 0; }
.contact-panel > h2, .tracking-panel > h2 { font: 700 23px/1.4 var(--body); margin-bottom: 27px; }
.contact-panel .support-success { border-color: #3d624d; background: #18271e; color: #e0f0e5; border-radius: 4px; margin-bottom: 0; }
.support-page input, .support-page textarea { background: #0c0c0f; border-color: #53535d; border-radius: 4px; }
.support-page .fields { gap: 22px; }
.support-page .fields label { color: #d9d9e1; }
.contact-form .button { width: 100%; margin-top: 26px; }
.tracking-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 90px; }
.tracking-page .support-heading { margin: 0; padding-top: 16px; }
.tracking-help { margin-top: 40px; padding-top: 28px; border-top: 1px solid #33333b; }
.tracking-help h2 { font: 700 18px/1.5 var(--body); margin-bottom: 12px; }
.tracking-help p { font-size: 14px; color: #b6b6bf; }
.tracking-help .underlined { display: inline-block; margin-top: 10px; }
.tracking-panel .tracking-form { margin: 0; }
.tracking-panel .tracking-form .button { width: 100%; margin-top: 5px; }
.tracking-panel > p:last-child { font-size: 12px; line-height: 1.8; color: #b6b6bf; padding-top: 25px; margin-top: 25px; border-top: 1px solid #33333b; }
.tracking-panel > p:last-child a { color: #dddde5; text-decoration: underline; overflow-wrap: anywhere; }
.tracking-panel .notice, .tracking-panel .order-summary { margin-top: 24px; }
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-hero h1 { font-size: clamp(35px, 3.7vw, 52px); margin-bottom: 28px; }
.about-hero h1 span { color: var(--red); }
.about-lead { color: #c7c7ce; font-size: 15px; line-height: 1.95; }
.about-cover { width: 100%; height: 470px; object-fit: cover; border-radius: 6px; }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; margin-top: 70px; padding-block: 35px; border-block: 1px solid #35353d; }
.about-values h2 { font: 700 20px/1.5 var(--body); margin-bottom: 14px; }
.about-values p { color: #bcbcc6; font-size: 14px; line-height: 1.9; }
.about-purpose { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 65px; }
.about-purpose h2 { font: 700 27px/1.4 var(--body); margin-bottom: 18px; }
.about-purpose article > div { color: #c7c7d0; font-size: 15px; line-height: 1.95; }
.journal-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.journal-heading .page-heading { margin-bottom: 0; }
.journal-heading .page-heading > p:last-child { color: #bcbcc6; margin-top: 15px; }
.journal-heading .blog-search { margin: 0 0 5px; width: 410px; flex: 0 1 410px; }
.blog-search input { min-width: 0; border-radius: 4px; }
.featured-story { display: grid; grid-template-columns: 1.25fr 1fr; background: #17171b; border: 1px solid #36363e; border-radius: 8px; overflow: hidden; }
.featured-image { display: block; min-width: 0; }
.featured-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.featured-story > div { padding: 42px; align-self: center; }
.featured-story h2 { font: 700 clamp(25px, 2.7vw, 36px)/1.3 var(--body); letter-spacing: -.5px; margin-bottom: 22px; }
.featured-story .excerpt { color: #bebec8; font-size: 14px; line-height: 1.9; margin-bottom: 28px; }
.featured-story .excerpt { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.featured-story .eyebrow { margin-bottom: 18px; }
.journal-list-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 22px; margin: 60px 0 32px; }
.journal-list-heading h2 { font: 700 23px/1.4 var(--body); }
.journal-list-heading > span { color: #b8b8c2; font-size: 12px; flex-shrink: 0; }
.story-card { min-width: 0; display: flex; flex-direction: column; }
.story-card .blog-image { border-radius: 6px; aspect-ratio: 16/10; }
.story-copy { display: flex; flex-direction: column; flex: 1; align-items: flex-start; }
.story-copy .underlined { margin-top: auto; }
.story-copy .excerpt { margin-bottom: 22px; }
.story-copy h2 { font-size: 21px; }
.story-copy h2 a:hover { color: #ff777c; }
.search-empty { border: 1px solid #393940; border-radius: 6px; background: #141417; }
.search-empty h2 { font: 700 26px/1.4 var(--body); }
.article { max-width: 1200px; padding-top: 35px; }
.article > header { max-width: 850px; margin: 34px auto 40px; text-align: center; }
.article > header h1 { font-size: clamp(32px, 4vw, 49px); margin: 18px 0 25px; line-height: 1.24; letter-spacing: -1px; }
.article > header .eyebrow { font-size: 11px; }
.article-cover { aspect-ratio: 2/1; object-fit: cover; border-radius: 7px; margin-bottom: 55px; }
.article-reading { display: grid; grid-template-columns: 195px minmax(0, 1fr); gap: 60px; }
.article-reading .prose { max-width: 760px; margin: 0; font-size: 17px; line-height: 1.95; }
.article-reading .prose h2, .article-reading .prose h3, .article-reading .prose h4 { font-family: var(--body); font-weight: 700; line-height: 1.4; }
.article-reading .prose h2 { font-size: 29px; }
.article-reading .prose h3 { font-size: 24px; }
.article-reading .prose > p:first-child { font-size: 19px; color: #eeeef2; }
.article-reading .prose img { border-radius: 5px; }
.reading-aside { position: sticky; top: 115px; align-self: start; padding-top: 6px; }
.reading-aside .underlined { font-size: 10px; letter-spacing: .7px; display: inline-block; white-space: normal; }
.reading-aside p { font-size: 14px; color: #b5b5c0; margin-top: 35px; }
.reading-aside > a:last-child { font-size: 13px; color: #ff777c; }
.article .article-end { margin-top: 60px; }
.related-stories { border-top: 1px solid #33333b; padding-top: 60px; }
.related-stories .section-heading h2 { font: 700 28px/1.4 var(--body); }
.related-stories .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1000px) {
  .support-page .contact-layout, .tracking-layout { gap: 35px; }
  .contact-panel, .tracking-panel { padding: 25px; }
  .about-hero { gap: 35px; }
  .about-cover { height: 420px; }
  .about-values { gap: 26px; }
  .about-purpose { gap: 40px; }
  .journal-heading { gap: 30px; }
  .journal-heading .blog-search { flex-basis: 350px; }
  .featured-story > div { padding: 28px; }
  .article-reading { grid-template-columns: 155px minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 700px) {
  .support-heading { margin-bottom: 32px; }
  .support-heading h1 { font-size: 35px; }
  .support-heading > p:not(.eyebrow) { font-size: 14px; }
  .support-page .contact-layout, .tracking-layout { grid-template-columns: 1fr; gap: 35px; }
  .support-page .contact-layout { grid-template-areas: "panel" "details"; }
  .contact-panel, .tracking-panel { padding: 22px 18px; }
  .support-page .fields { gap: 20px 14px; }
  .support-page .fields label { font-size: 13px; }
  .contact-panel > h2, .tracking-panel > h2 { font-size: 22px; }
  .support-shortcut { padding: 20px; }
  .tracking-page .support-heading { padding-top: 0; }
  .tracking-layout { gap: 30px; }
  .tracking-help { margin-top: 25px; padding-top: 20px; }
  .tracking-help h2 { font-size: 16px; margin-bottom: 8px; }
  .tracking-help p { font-size: 13px; }
  .about-hero { grid-template-columns: 1fr; gap: 32px; }
  .about-hero h1 { font-size: clamp(30px, 8vw, 43px); margin-bottom: 22px; }
  .about-lead { font-size: 14px; line-height: 1.9; }
  .about-cover { height: auto; aspect-ratio: 4/3; }
  .about-values { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; padding-block: 30px; }
  .about-values h2 { font-size: 19px; margin-bottom: 9px; }
  .about-purpose { grid-template-columns: 1fr; gap: 32px; margin-top: 35px; }
  .about-purpose h2 { font-size: 25px; }
  .about-purpose article > div { font-size: 14px; }
  .journal-heading { display: block; margin-bottom: 30px; }
  .journal-heading .page-heading h1 { font-size: 36px; }
  .journal-heading .page-heading > p:last-child { font-size: 14px; }
  .journal-heading .blog-search { width: 100%; margin-top: 27px; gap: 10px; }
  .blog-search .button { padding-inline: 16px; font-size: 10px; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-image img { min-height: 0; aspect-ratio: 16/10; }
  .featured-story > div { padding: 25px 22px; }
  .featured-story h2 { font-size: 26px; }
  .featured-story .excerpt { margin-bottom: 22px; }
  .featured-story .button { font-size: 10px; }
  .journal-list-heading { margin-top: 40px; align-items: start; }
  .journal-list-heading h2 { font-size: 21px; }
  .journal-list-heading > span { font-size: 11px; padding-top: 4px; }
  .story-copy h2 { font-size: 23px; }
  .story-copy .underlined { font-size: 11px; }
  .journal .blog-grid { gap: 26px; }
  .journal .story-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 17px; padding-bottom: 26px; border-bottom: 1px solid #33333b; }
  .journal .story-card .blog-image { aspect-ratio: 1; margin-bottom: 0; }
  .journal .story-copy time { font-size: 10px; }
  .journal .story-copy h2 { font-size: 17px; line-height: 1.45; margin: 8px 0 14px; }
  .journal .story-copy .excerpt { display: none; }
  .journal .story-copy .underlined { font-size: 10px; }
  .article { padding-top: 12px; }
  .article > header { text-align: left; margin-top: 25px; }
  .article > header h1 { font-size: 32px; letter-spacing: -.5px; }
  .article-cover { aspect-ratio: 4/3; margin-bottom: 32px; }
  .article-reading { display: block; }
  .reading-aside { position: static; margin-bottom: 30px; border-block: 1px solid #36363d; padding-block: 17px; }
  .reading-aside p, .reading-aside > a:last-child { display: none; }
  .article-reading .prose { font-size: 16px; line-height: 1.9; }
  .article-reading .prose > p:first-child { font-size: 17px; }
  .article-reading .prose h2 { font-size: 26px; }
  .article-reading .prose h3 { font-size: 22px; }
  .related-stories .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .journal .story-card { grid-template-columns: 84px minmax(0, 1fr); gap: 14px; }
  .journal .story-copy h2 { font-size: 16px; }
}

/* Visual QA 2026-09-11: defects found across English, German and French. */
/* The arrow rule `.button span` also enlarged the compare button's text label. */
.compare-table .button > span:not([aria-hidden]):not(.sr-only) { font-size: inherit; line-height: inherit; }
.compare-table .button { text-align: center; }
/* Focus rings that a clipping parent cut off, or that were too dark on the dark FAQ. */
.featured-image:focus-visible { outline-offset: -4px; }
.accordion summary:focus-visible { outline-color: #fff; outline-offset: 2px; }
/* A label too long for the row beside the quantity moves under it instead of wrapping. */
.product-info .buy-row { flex-wrap: wrap; }
.product-info .buy-row > .button { flex: 1 1 auto; }
/* Long reviews read as one line of 130+ characters on wide screens. */
.review-row p { max-width: 75ch; }
/* `left: 50%` limited the toast to half the screen, so phone messages broke into several lines. */
.toast { width: max-content; }
/* While the cookie notice is open, cart messages appear under the header instead of over it. */
body:has(.cookie-banner:not([hidden])) .toast { top: 100px; bottom: auto; }
/* Localized navigation keeps the English size where every language measures to fit. */
@media (min-width: 1300px) {
  html:not([lang="en"]) .header nav a { font-size: 12px; }
  html:not([lang="en"]) .header .nav-support a { font-size: 11px; }
}
@media (max-width: 1000px) {
  body:has(.cookie-banner:not([hidden])) .toast { top: 92px; }
  /* Checkout buttons are full width here; less side padding keeps their labels on one line. */
  .order-summary > .button, .order-summary > button { padding-inline: 14px; gap: 12px; }
}
@media (max-width: 700px) {
  .language-switcher { column-gap: 18px; }
  /* Room inside the scrolling tab row for the first and last focus ring; text does not move. */
  .detail-nav { padding-inline: 8px; margin-inline: -8px; }
  /* "Unsere Konsolen entdecken" missed one line by 2 px; same arrow gap as the mobile buttons. */
  .article-end .button { gap: 14px; }
  body:has(.cookie-banner:not([hidden])) .toast { top: 86px; }
}

/* Homepage pass 2026-09-11: a game-night photograph carries the hero, the system
   logos join it on the dark ground, and every homepage section shares one title
   size, two background tones and one spotlight layout. */
:root { --section-title: clamp(34px, 3.3vw, 48px); }
/* Command Blast capitals are only 0.48 em tall (Muli's are 0.72), so leading is set
   from the capitals: the gap between lines is about half a capital, and accents
   (0.64 em) still clear the line above. Boxes are trimmed to capital height and
   baseline, so every margin around a heading is the visible gap. The italic
   capitals lean about 0.1 em left of their origin; the padding sets their foot on
   the text edge the eyebrow and paragraphs start from. */
.hero h1, .collection .section-heading h2, .testimonials .section-heading h2, .feature-copy h2, .faq h2 { text-box: trim-both cap alphabetic; padding-left: .09em; }
.hero-copy .eyebrow, .section-heading .eyebrow, .feature-copy .eyebrow, .faq-intro .eyebrow, .hero-description, .feature-lead { text-box: trim-both cap alphabetic; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #0b0b0d; border-bottom: 1px solid var(--line); }
.hero-scene { position: absolute; inset: 0; z-index: -1; }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 18%; }
/* Keeps the copy column and the logo strip on dark ground whatever the crop. */
.hero-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b0b0d 0%, #0b0b0de0 30%, #0b0b0d80 47%, #0b0b0d00 64%), linear-gradient(0deg, #0b0b0d 0%, #0b0b0dcc 16%, #0b0b0d00 36%); }
.hero-inner { display: flex; flex-direction: column; justify-content: space-between; min-height: clamp(600px, calc(100svh - 84px), 860px); }
.hero-copy { max-width: 640px; margin-block: auto; padding-block: 56px 48px; text-shadow: 0 1px 20px #0b0b0d99; }
.hero-copy .eyebrow { margin-bottom: 28px; }
/* "NEW GAME NIGHT." measures 7.4 em, so 80 px keeps each English line whole in the
   640 px column with room before the TV; longer translations wrap. */
.hero h1 { font-size: clamp(48px, 5.6vw, 80px); line-height: .76; margin-bottom: 36px; }
.hero h1 span { color: var(--red); }
.hero-description { max-width: 470px; color: #d2d2d7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; text-shadow: none; }
.hero-actions .button { flex: 0 1 auto; }
.hero-actions .outline { border-color: #ffffff59; background: #0b0b0d73; }
.hero-actions .outline:hover { background: #222; border-color: #eee; }
.hero-offer { margin-top: 32px; padding-left: 18px; border-left: 2px solid #b62735; }
.hero-offer p { margin: 0; font-size: 13px; color: var(--muted); }
.hero-offer p:first-child { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #d7d7dc; }
.hero-offer .hero-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 10px; color: #fff; }
.hero-price strong { font-size: 27px; line-height: 1.35; }
.hero-price del { font-size: 14px; color: #a4a4aa; }
.hero-save { align-self: center; padding: 2px 7px; border-radius: 3px; background: var(--button); font-size: 11px; font-weight: 700; line-height: 1.5; }
.hero-systems { display: flex; align-items: center; justify-content: space-between; gap: 16px 44px; padding-block: 24px 28px; border-top: 1px solid #ffffff1f; }
.hero-systems p { margin: 0; flex: none; font-size: 11px; color: #a1a1a8; }
.hero-systems p:first-child { font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-systems ul { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 32px; max-width: 760px; margin: 0; padding: 0; list-style: none; }
.hero-systems li { min-width: 0; }
/* The logos are black artwork on transparent ground. */
.hero-systems img { width: auto; max-width: 118px; max-height: 34px; object-fit: contain; filter: invert(1); opacity: .8; }
.collection .section-heading h2, .testimonials .section-heading h2, .feature-copy h2, .faq h2 { font-size: var(--section-title); line-height: .8; }
.feature-copy h2, .faq h2 { margin-bottom: 30px; }
/* The heading's right-hand link sits on the title's last baseline. */
.collection .section-heading, .testimonials .section-heading { align-items: last baseline; }
.collection .section-heading > a, .testimonials .section-heading > a { margin-bottom: 0; }
/* The store's score, set in the display face like the titles, sits on the title's baseline. */
.review-score { display: flex; align-items: flex-end; gap: 18px; }
.review-score > strong { font: 400 64px/1 var(--display); text-box: trim-both cap alphabetic; padding-left: .09em; color: #fff; }
.review-score .star-meter { display: block; width: 104px; height: auto; }
.review-score p { margin: 10px 0 0; font-size: 13px; line-height: 1.2; color: var(--muted); text-box: trim-both cap alphabetic; }
/* One way into each console's reviews, on the hairline grid of the logo strip. */
.review-links { display: flex; margin-top: 60px; border-top: 1px solid #ffffff1c; }
.review-links p { flex: none; align-self: center; margin: 0 30px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #a1a1a8; }
.review-links a { flex: 1 1 0; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 4px; padding: 22px 20px; border-left: 1px solid #ffffff1c; transition: background .2s; }
.review-links a > span:first-child { font-size: 14px; font-weight: 700; line-height: 1.35; color: #fff; }
.review-links small { grid-row: 2; font-size: 12px; color: var(--muted); }
.review-links small span { color: #ffb878; }
.review-links a > span:last-child { grid-row: 1 / 3; grid-column: 2; align-self: center; font-size: 17px; color: var(--red); }
.review-links a:hover { background: #ffffff08; }
.review-links a:hover > span:first-child { color: var(--red); }
.features { background: #141416; }
.feature-copy .button { margin-top: 2px; }
.portable .feature-showcase { grid-template-columns: 1.1fr 1fr; }
.portable-art { display: block; min-width: 0; }
/* The photograph's studio black is encoded at the section colour; the mask only
   softens the reflection and the frame so no edge shows. */
.portable-art img { width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent), linear-gradient(180deg, transparent, #000 12%, #000 72%, transparent); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent), linear-gradient(180deg, transparent, #000 12%, #000 72%, transparent); mask-composite: intersect; }
@media (max-width: 1200px) {
  .hero-scene img { object-position: 64% 18%; }
}
@media (max-width: 1000px) {
  /* Photo above, copy below: the text column would cover the TV at these widths. */
  .hero-scene { position: relative; z-index: 0; height: clamp(300px, 64vw, 520px); }
  .hero-scene img { object-position: 78% 30%; }
  .hero-scene::after { background: linear-gradient(0deg, #0b0b0d 0%, #0b0b0d00 44%); }
  .hero-inner { position: relative; min-height: 0; margin-top: -72px; }
  .hero-copy { margin-block: 0; padding-block: 0 40px; }
  .hero h1 { font-size: clamp(40px, 8.2vw, 64px); }
  .hero-actions .button { flex: 1 1 240px; }
  .portable .feature-showcase { grid-template-columns: 1fr 1fr; }
  .review-links { flex-wrap: wrap; }
  .review-links p { flex-basis: 100%; margin: 22px 0 6px; }
  .review-links a { flex: 1 1 calc(50% - 1px); border-left: 0; border-top: 1px solid #ffffff1c; padding-inline: 0 16px; }
  .review-links a:nth-of-type(even) { border-left: 1px solid #ffffff1c; padding-left: 16px; }
}
@media (max-width: 700px) {
  .hero-inner { margin-top: -56px; }
  .hero-copy { padding-bottom: 32px; }
  .hero-copy .eyebrow { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(34px, 10.6vw, 50px); line-height: .8; margin-bottom: 26px; }
  .hero-description { font-size: 15px; line-height: 1.7; }
  .hero-actions { margin-top: 30px; gap: 10px; }
  .hero-actions .button { padding: 13px 16px; font-size: 11px; gap: 14px; }
  .hero-offer { margin-top: 26px; }
  .hero-price strong { font-size: 24px; }
  .hero-systems { flex-wrap: wrap; gap: 14px 18px; padding-block: 20px 24px; }
  .hero-systems p:first-child { flex-basis: 100%; }
  .hero-systems p:last-child { display: none; }
  .hero-systems ul { gap: 18px; }
  /* Four logos share the row, so none can push past the content edge at 320 px. */
  .hero-systems li { flex: 0 1 72px; }
  .hero-systems img { max-width: 100%; max-height: 26px; }
  .portable .feature-showcase { grid-template-columns: 1fr; }
  .portable-art { max-width: 460px; }
  .review-score > strong { font-size: 52px; }
  .review-links { margin-top: 44px; }
}
