:root {
  color-scheme: dark;
  --bg: #0a0a0a;
  --surface: #131313;
  --panel: #1c1b1b;
  --panel-high: #2a2a2a;
  --panel-bright: #353534;
  --text: #f5f5f5;
  --muted: #e8bcb6;
  --quiet: #91807d;
  --red: #e61919;
  --red-deep: #930006;
  --amber: #ffb800;
  --cream: #ffdad5;
  --line: #5e3f3b;
  --white-line: rgba(245, 245, 245, 0.18);
  --mono: "Space Mono", "JetBrains Mono", Consolas, monospace;
  --display: "Anybody", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --page-max: 1360px;
  --page-gutter: clamp(18px, 4vw, 72px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 75% 0%, rgba(230, 25, 25, 0.16), transparent 26rem),
    linear-gradient(90deg, rgba(255, 184, 0, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 80px 80px, 80px 80px, auto;
  color: var(--text);
  font-family: var(--mono);
  margin: 0;
  overflow-x: hidden;
}

body::before {
  background:
    linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.16) 50%),
    linear-gradient(90deg, rgba(255, 0, 0, 0.04), rgba(0, 255, 0, 0.015), rgba(0, 0, 255, 0.04));
  background-size: 100% 4px, 3px 100%;
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  border-radius: 0;
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(10, 10, 10, 0.92);
  border-bottom: 2px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 70px;
  padding: 0 var(--page-gutter);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  min-width: 0;
}

.brand span:last-child {
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark {
  background: var(--red);
  border: 1px solid var(--cream);
  color: #fff;
  display: inline-grid;
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  min-width: 58px;
  padding: 0.5rem 0.65rem;
  place-items: center;
  transform: skew(-12deg);
}

.brand-mark.large {
  font-size: 1.7rem;
  min-width: 118px;
  padding: 1rem 1.1rem;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.main-nav li,
.footer-links li {
  list-style: none;
}

.main-nav a,
.footer-links a,
.eyebrow,
.product-meta,
label span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-nav a {
  color: var(--muted);
  padding: 0.25rem 0.45rem;
}

.main-nav a:hover,
.footer-links a:hover {
  background: var(--red);
  color: white;
}

.cart-trigger {
  justify-self: end;
}

.icon-button,
.quick-view,
.filter,
.option-row button {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--text);
  cursor: pointer;
  min-height: 40px;
  padding: 0 0.8rem;
  text-transform: uppercase;
}

.icon-button:hover,
.quick-view:hover,
.filter:hover,
.option-row button:hover {
  border-color: var(--red);
  color: var(--cream);
}

.cart-count {
  background: var(--amber);
  color: #1d1200;
  display: inline-grid;
  font-weight: 900;
  min-width: 24px;
  padding: 0.2rem 0.35rem;
  place-items: center;
}

.hero {
  border-bottom: 4px solid var(--red);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  min-height: calc(100vh - 70px);
  overflow: hidden;
  padding: clamp(4rem, 7vw, 7rem) 24px 24px;
  position: relative;
  width: min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--page-max));
  margin-inline: auto;
}

.hero::before {
  background:
    linear-gradient(135deg, transparent 0 52%, rgba(230, 25, 25, 0.38) 52% 53%, transparent 53%),
    radial-gradient(circle, rgba(255, 218, 213, 0.2) 1px, transparent 1px);
  background-size: 100% 100%, 7px 7px;
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  align-self: end;
  max-width: 980px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--amber);
  margin: 0 0 0.9rem;
}

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

h1,
h2,
h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4rem, 11vw, 10rem);
  line-height: 0.82;
  margin-bottom: 1rem;
  max-width: 930px;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.9;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.45rem;
  line-height: 0.95;
}

.hero-text,
.section > p,
.intro > p,
.feature-panel p,
.brand-block p,
.site-footer p,
.detail-card p,
.modal-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-text {
  border-left: 4px solid var(--amber);
  max-width: 680px;
  padding-left: 1rem;
}

.hero-actions,
.product-actions,
.price-row,
.section-heading,
.drawer-head,
.drawer-foot .subtotal,
.cart-line {
  align-items: center;
  display: flex;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.3rem;
  text-transform: uppercase;
  transform: skew(-12deg);
}

.button:hover {
  box-shadow: 4px 4px 0 #fff;
  translate: -2px -2px;
}

.button.primary {
  background: var(--red);
  color: white;
}

.button.secondary {
  background: var(--amber);
  color: #211500;
}

.button.small {
  min-height: 40px;
}

.button.full {
  width: 100%;
}

.hero-visual {
  align-self: end;
  background: var(--panel);
  border: 2px solid var(--line);
  min-height: 560px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

.hero-visual::before {
  background-image: radial-gradient(circle, rgba(255, 184, 0, 0.28) 1px, transparent 1px);
  background-size: 5px 5px;
  content: "";
  inset: 0;
  opacity: 0.38;
  position: absolute;
}

.poster-card {
  background: var(--red);
  color: white;
  left: 1rem;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: skew(-5deg);
  z-index: 3;
}

.poster-card strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-style: italic;
  line-height: 0.85;
  text-transform: uppercase;
}

.poster-card small,
.poster-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.shirt-mockup {
  background: #101010;
  border: 2px solid var(--white-line);
  bottom: 6rem;
  height: 330px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-3deg);
  width: min(76%, 330px);
  z-index: 2;
}

.shirt-neck {
  background: var(--panel);
  border: 2px solid var(--white-line);
  height: 52px;
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 110px;
}

.shirt-print {
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  font-style: italic;
  font-weight: 900;
  left: 50%;
  line-height: 0.82;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 53%;
  transform: translate(-50%, -50%) rotate(-4deg);
  width: 88%;
}

.plate-frame {
  align-items: center;
  background: #0b0b0b;
  border: 10px solid #303030;
  bottom: 1rem;
  color: white;
  display: flex;
  font-family: var(--display);
  font-size: clamp(1.2rem, 3vw, 2.3rem);
  font-style: italic;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  right: 1rem;
  text-transform: uppercase;
  z-index: 4;
}

.trust-bar {
  border-bottom: 2px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--page-max));
  margin-inline: auto;
}

.trust-bar span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  min-height: 64px;
  padding: 1.4rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.trust-bar span + span {
  border-left: 1px solid var(--line);
}

.section,
.feature-split,
.utility-band,
.site-footer {
  padding: clamp(3rem, 7vw, 6rem) 24px;
  width: min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--page-max));
  margin-inline: auto;
}

.intro {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
}

.category-band {
  border-block: 2px solid var(--line);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr;
  width: min(calc(100% - var(--page-gutter) - var(--page-gutter)), var(--page-max));
  margin-inline: auto;
}

.category-tile {
  background: rgba(28, 27, 27, 0.75);
  min-height: 270px;
  padding: 1.5rem;
  position: relative;
}

.category-tile::after {
  background: var(--red);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 34%;
}

.category-tile + .category-tile {
  border-left: 2px solid var(--line);
}

.category-tile span {
  color: var(--amber);
  display: block;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-style: italic;
  font-weight: 900;
  margin-bottom: 3rem;
}

.category-tile strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.85;
  text-transform: uppercase;
}

.category-tile small {
  color: var(--muted);
  display: block;
  margin-top: 0.7rem;
}

.section-heading {
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.section-heading > p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 470px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.filter.active,
.option-row .selected {
  background: var(--amber);
  color: #1d1200;
}

.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.detail-card,
.brand-block,
.tracking-box,
.shipping-box,
.cart-drawer,
.modal-card {
  background: var(--surface);
  border: 2px solid var(--line);
}

.product-card {
  min-width: 0;
  overflow: hidden;
  padding: 0.45rem;
}

.product-card:hover {
  border-color: var(--red);
}

.product-art {
  align-items: center;
  aspect-ratio: 1 / 1.05;
  background:
    radial-gradient(circle, rgba(255, 184, 0, 0.22) 1px, transparent 1px),
    linear-gradient(145deg, rgba(230, 25, 25, 0.28), transparent),
    var(--panel-high);
  background-size: 5px 5px, auto, auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.product-art::before {
  border: 2px solid rgba(245, 245, 245, 0.28);
  color: white;
  content: attr(data-art);
  display: block;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3.8vw, 3.6rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  width: 78%;
}

.product-art.has-image::before {
  display: none;
}

.product-image {
  display: block;
  filter: grayscale(1) contrast(1.15);
  height: 100%;
  object-fit: cover;
  transition: filter 180ms ease, transform 220ms ease;
  width: 100%;
}

.product-card:hover .product-image {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.04);
}

.product-art.has-image {
  background: var(--panel-high);
}

.product-card[data-category="decals"] .product-art::before {
  border-radius: 999px;
  font-size: clamp(1.05rem, 2.2vw, 2rem);
  width: 84%;
}

.product-card[data-category="frames"] .product-art::before {
  border: 10px solid #303030;
  font-size: clamp(1rem, 2vw, 1.8rem);
  min-height: 32%;
  width: 86%;
}

.product-info {
  padding: 1rem 0.45rem 0.45rem;
}

.product-meta {
  color: var(--quiet);
  display: block;
  margin-bottom: 0.55rem;
}

.product-info h3 {
  min-height: 2.1rem;
}

.product-actions,
.price-row {
  gap: 0.75rem;
  justify-content: space-between;
}

.product-actions strong,
.price-row strong {
  color: var(--red);
  font-size: 1.15rem;
}

.feature-split {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.65fr);
}

.feature-panel {
  background: var(--panel);
  border-left: 8px solid var(--red);
  padding: 2rem;
}

.check-list {
  color: var(--muted);
  line-height: 2;
  padding-left: 1.1rem;
}

.detail-card {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--surface);
  background-size: 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 1.5rem;
}

.stock-label {
  align-self: flex-start;
  background: var(--amber);
  color: #201400;
  font-weight: 900;
  margin-bottom: auto;
  padding: 0.4rem 0.55rem;
  text-transform: uppercase;
  transform: skew(-12deg);
}

.brand-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
}

.brand-block {
  min-height: 250px;
  padding: 1.25rem;
}

.logo-block {
  background:
    radial-gradient(circle, rgba(230, 25, 25, 0.18) 1px, transparent 1px),
    var(--panel);
  background-size: 5px 5px;
}

.swatches {
  display: grid;
  gap: 0.55rem;
}

.swatches span {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.7rem;
}

.swatches span::before {
  background: var(--swatch);
  border: 1px solid var(--white-line);
  content: "";
  display: inline-block;
  height: 28px;
  width: 44px;
}

.utility-band {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.tracking-box,
.shipping-box {
  padding: 1.5rem;
}

.inline-form {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr auto;
}

.shipping-box .inline-form {
  grid-template-columns: 1fr auto;
}

label span {
  color: var(--quiet);
  display: block;
  margin-bottom: 0.45rem;
}

input {
  background: #f5f5f5;
  border: 2px solid transparent;
  color: #121212;
  min-height: 48px;
  padding: 0 0.85rem;
  width: 100%;
}

input:focus {
  border-color: var(--red);
  outline: 0;
}

.form-note {
  color: var(--amber);
  min-height: 1.4rem;
  margin: 1rem 0 0;
}

.site-footer {
  align-items: start;
  border-top: 2px solid var(--line);
  display: flex;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.woocommerce-result-count,
.woocommerce-ordering {
  color: var(--muted);
  font-size: 0.8rem;
  margin: 0 0 1rem;
}

.woocommerce-ordering select,
.variations select {
  background: #f5f5f5;
  border: 2px solid transparent;
  color: #121212;
  min-height: 44px;
  padding: 0 0.8rem;
}

.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  margin-top: 2rem;
}

.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.woocommerce-pagination li {
  border: 0;
}

.woocommerce-pagination a,
.woocommerce-pagination span {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--text);
  display: inline-grid;
  min-height: 40px;
  min-width: 40px;
  place-items: center;
}

.woocommerce-pagination .current {
  background: var(--amber);
  color: #201400;
}

.single-product-spec {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.product-spec-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
}

.product-spec-media,
.product-spec-summary {
  display: grid;
  gap: 16px;
}

.product-spec-scan {
  background:
    radial-gradient(circle, rgba(255, 184, 0, 0.18) 1px, transparent 1px),
    var(--panel);
  background-size: 5px 5px;
  border: 2px solid var(--line);
  min-height: 520px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.product-spec-scan .stock-label {
  left: 1rem;
  position: absolute;
  top: 1rem;
  z-index: 2;
}

.single-product-image {
  display: block;
  filter: grayscale(1) contrast(1.1);
  height: 100%;
  min-height: 488px;
  object-fit: cover;
  width: 100%;
}

.product-spec-notes {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.product-spec-summary {
  align-content: start;
  background: var(--surface);
  border-left: 8px solid var(--red);
  padding: 1.5rem;
}

.product-spec-summary h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.single-price,
.single-price .amount {
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 900;
}

.product-spec-description {
  border-top: 2px solid var(--line);
  color: var(--muted);
  line-height: 1.65;
  padding-top: 1rem;
}

.spec-data-card {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--panel);
  background-size: 28px 28px;
  border: 2px solid var(--line);
}

.spec-data-head {
  background: var(--amber);
  color: #201400;
  font-weight: 900;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}

.spec-data-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding: 1rem;
}

.spec-data-grid span {
  color: var(--quiet);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-data-grid strong {
  color: var(--text);
  display: block;
  margin-top: 0.35rem;
}

.single-cart-box {
  background: var(--panel);
  border: 2px solid var(--line);
  padding: 1rem;
}

.single-cart-box form.cart {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.quantity input.qty {
  max-width: 86px;
}

.single_add_to_cart_button,
.checkout-button,
.wc-forward,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  background: var(--red) !important;
  border: 2px solid transparent !important;
  color: #fff !important;
  cursor: pointer;
  font-family: var(--display);
  font-style: italic;
  font-weight: 900;
  min-height: 48px;
  padding: 0.75rem 1.2rem !important;
  text-transform: uppercase;
  transform: skew(-12deg);
}

.single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
  box-shadow: 4px 4px 0 #fff;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-tags span {
  background: #000;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.45rem 0.65rem;
}

.related-section {
  padding-left: 0;
  padding-right: 0;
}

.related.products > h2 {
  display: none;
}

.related.products ul.products {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.related.products li.product {
  background: var(--surface);
  border: 2px solid var(--line);
  padding: 0.75rem;
}

.related.products li.product img {
  filter: grayscale(1) contrast(1.1);
  width: 100%;
}

.woocommerce-mini-cart {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-mini-cart-item {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 0.75rem;
}

.woocommerce-mini-cart__total,
.woocommerce-mini-cart__buttons {
  display: none;
}

.cart-drawer {
  bottom: 0;
  box-shadow: -8px 0 0 var(--red);
  display: flex;
  flex-direction: column;
  max-width: 430px;
  padding: 1.2rem;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(108%);
  transition: transform 180ms ease;
  width: 92vw;
  z-index: 50;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-head,
.drawer-foot .subtotal,
.cart-line {
  justify-content: space-between;
}

.drawer-head {
  border-bottom: 2px solid var(--line);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.cart-items {
  display: grid;
  gap: 0.8rem;
  overflow: auto;
}

.cart-line {
  background: var(--panel);
  gap: 1rem;
  padding: 0.9rem;
}

.cart-line span,
.cart-empty {
  color: var(--muted);
}

.cart-line span {
  display: block;
  font-size: 0.85rem;
}

.cart-empty {
  padding: 2rem 0;
}

.drawer-foot {
  border-top: 2px solid var(--line);
  margin-top: auto;
  padding-top: 1rem;
}

.subtotal {
  margin-bottom: 1rem;
}

.overlay {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 40;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  z-index: 60;
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1fr);
  max-width: 920px;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
}

.modal-product-art {
  align-items: center;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle, rgba(255, 184, 0, 0.22) 1px, transparent 1px),
    var(--panel);
  background-size: 5px 5px;
  display: flex;
  justify-content: center;
}

.modal-product-art::before {
  border: 2px solid rgba(245, 245, 245, 0.24);
  content: attr(data-art);
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.82;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5deg);
  width: 80%;
}

.option-row {
  display: flex;
  gap: 0.45rem;
  margin: 1.5rem 0;
}

@media (max-width: 1040px) {
  .hero,
  .intro,
  .feature-split,
  .utility-band {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 16px;
  }

  .main-nav {
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.8rem 0;
  }

  .hero,
  .section,
  .feature-split,
  .utility-band,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .trust-bar,
  .category-band,
  .product-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar span + span,
  .category-tile + .category-tile {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-row {
    justify-content: flex-start;
  }

  .inline-form,
  .shipping-box .inline-form,
  .modal-card,
  .product-spec-layout,
  .product-spec-notes,
  .spec-data-grid,
  .related.products ul.products {
    grid-template-columns: 1fr;
  }

  .modal-card {
    max-height: 92vh;
    overflow: auto;
  }
}
