@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Rubik Spray Paint";
  src: url("/assets/fonts/rubik-spray-paint-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  color-scheme: dark;
  --ink: #08080c;
  --ink-soft: #101017;
  --panel: #14141e;
  --panel-strong: #1b1a28;
  --line: rgba(235, 238, 255, 0.13);
  --line-strong: rgba(235, 238, 255, 0.24);
  --paper: #f6f3ff;
  --muted: #aaa8b9;
  --violet: #9b72ff;
  --violet-deep: #6c3cff;
  --cyan: #43d9ff;
  --acid: #dcff65;
  --coral: #ff6b8b;
  --container: 1280px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 13px;
  --shadow-neon: 0 0 34px rgba(155, 114, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
  scrollbar-color: var(--violet) var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 4%, rgba(67, 217, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 78% 7%, rgba(155, 114, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #08080c 0%, #0b0910 48%, #08080c 100%);
  color: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  content: "";
}

a {
  color: inherit;
}

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button {
  border: 0;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--acid);
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.offer-bar {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 24px;
  border-bottom: 1px solid rgba(220, 255, 101, 0.28);
  background: #11100d;
  color: #deded2;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
}

.offer-bar strong {
  color: var(--acid);
  text-transform: uppercase;
}

.offer-bar__copy::before {
  content: " · ";
}

.offer-bar__pulse {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 14px var(--acid);
}

.offer-bar__action {
  margin-left: 12px;
  color: var(--paper);
  font-weight: 800;
}

.site-header {
  display: flex;
  width: min(calc(100% - 40px), var(--container));
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  transform: rotate(-5deg);
  border: 1px solid rgba(220, 255, 101, 0.5);
  border-radius: 11px;
  background: var(--acid);
  box-shadow: 5px 5px 0 rgba(155, 114, 255, 0.45);
  color: #0d0d10;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.55rem;
}

.brand__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--acid);
}

.hero {
  position: relative;
  display: grid;
  width: min(calc(100% - 40px), var(--container));
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
  margin: clamp(58px, 8vw, 108px) auto 74px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: -16%;
  left: 37%;
  width: 52%;
  aspect-ratio: 1;
  border: 1px solid rgba(67, 217, 255, 0.09);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 42px rgba(155, 114, 255, 0.025),
    0 0 0 84px rgba(155, 114, 255, 0.02);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow--quiet {
  margin-bottom: 12px;
  color: var(--acid);
}

.hero h1 {
  margin: 0;
  line-height: 0.86;
}

.hero__kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--paper);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.1rem, 7.5vw, 7rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.hero__logo {
  display: block;
  transform: rotate(-2deg);
  background:
    linear-gradient(94deg, var(--acid) 2%, #ffffff 26%, var(--cyan) 54%, var(--violet) 91%);
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(155, 114, 255, 0.35));
  font-family: "Rubik Spray Paint", "Bebas Neue", sans-serif;
  font-size: clamp(3.7rem, 9vw, 8.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero__lede {
  max-width: 670px;
  margin: 30px 0 0;
  color: #c2bfcd;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--acid);
  box-shadow: 0 12px 30px rgba(220, 255, 101, 0.12);
  color: #11120d;
}

.button--ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.035);
}

.button--ghost:hover {
  border-color: var(--cyan);
}

.hero__fineprint {
  margin: 18px 0 0;
  color: #797787;
  font-size: 0.72rem;
}

.signal-panel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(155, 114, 255, 0.38);
  border-radius: 42px 8px 42px 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.09), transparent 48%),
    var(--panel);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.4),
    var(--shadow-neon);
}

.signal-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.04) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(255, 255, 255, 0.04) 50%, transparent 50.3%);
  background-size: 44px 44px;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.signal-panel__orbit {
  position: absolute;
  top: 42px;
  right: -80px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(67, 217, 255, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(67, 217, 255, 0.025),
    0 0 0 56px rgba(155, 114, 255, 0.025);
}

.signal-panel__topline,
.signal-panel__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--acid);
}

.status-dot::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  content: "";
}

.signal-panel__number {
  position: relative;
  margin-top: 62px;
  color: var(--paper);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(6rem, 11vw, 9rem);
  line-height: 0.82;
  letter-spacing: -0.025em;
}

.signal-panel__label {
  position: relative;
  margin-top: 16px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.signal-panel__strips {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 34px;
}

.signal-panel__strips span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  color: #cecad6;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.signal-panel__footer {
  position: absolute;
  right: 32px;
  bottom: 29px;
  left: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.feature-ribbon {
  display: flex;
  width: min(calc(100% - 40px), var(--container));
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 34px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 107, 139, 0.3);
  border-radius: var(--radius-md);
  background:
    linear-gradient(100deg, rgba(255, 107, 139, 0.09), transparent 45%),
    rgba(255, 255, 255, 0.025);
}

.feature-ribbon__tag {
  color: var(--coral);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.feature-ribbon h2 {
  margin: 5px 0 0;
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.text-button {
  flex: 0 0 auto;
  padding: 9px 0;
  background: transparent;
  color: var(--paper);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-button:hover {
  color: var(--acid);
}

.mobile-offer {
  display: none;
}

.directory {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 88px) 0 100px;
}

.directory__heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 30px;
}

.directory__heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.012em;
}

.directory__heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.control-deck {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(20, 20, 30, 0.88);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.search-box {
  display: flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border: 1px solid rgba(67, 217, 255, 0.23);
  border-radius: var(--radius-sm);
  background: #0d0e15;
}

.search-box:focus-within {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(67, 217, 255, 0.1);
}

.search-box__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.search-box__icon::after {
  display: block;
  width: 7px;
  height: 2px;
  margin: 12px 0 0 11px;
  transform: rotate(45deg);
  border-radius: 99px;
  background: var(--cyan);
  content: "";
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--paper);
  font-size: 0.88rem;
}

.search-box input::placeholder {
  color: #737282;
}

.search-box kbd {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: #777585;
  font-family: inherit;
  font-size: 0.68rem;
}

.sort-control {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #0d0e15;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sort-control select {
  max-width: 180px;
  border: 0;
  outline: 0;
  background: #0d0e15;
  color: var(--paper);
  font-size: 0.76rem;
  font-weight: 800;
}

.reset-button {
  padding: 0 16px;
  border-radius: var(--radius-sm);
  background: var(--coral);
  color: #1a070d;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-rail-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.category-rail {
  display: flex;
  gap: 9px;
  padding: 6px 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.rail-arrow {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  color: var(--muted);
}

.rail-arrow:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.category-chip {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: #bdbac8;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.category-chip small {
  display: grid;
  min-width: 25px;
  height: 22px;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #8e8b9a;
  font-size: 0.59rem;
}

.category-chip:hover {
  border-color: rgba(67, 217, 255, 0.46);
}

.category-chip[aria-pressed="true"] {
  border-color: var(--acid);
  background: var(--acid);
  color: #11130d;
}

.category-chip[aria-pressed="true"] small {
  background: rgba(0, 0, 0, 0.15);
  color: #11130d;
}

.results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 24px 2px 16px;
}

.results-toolbar p {
  margin: 0;
  color: #d5d1dc;
  font-size: 0.8rem;
  font-weight: 800;
}

.results-toolbar__hint {
  color: #777484;
  font-size: 0.67rem;
}

.loading-state {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.loading-state span {
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.055) 42%, transparent 57%),
    var(--panel);
  background-size: 300% 100%;
  animation: skeleton 1.6s ease infinite;
}

.loading-state p {
  grid-column: 1 / -1;
  color: var(--muted);
  text-align: center;
}

@keyframes skeleton {
  to {
    background-position-x: -200%;
  }
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(155, 114, 255, 0.55);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(155, 114, 255, 0.08);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #0b0b10;
}

.product-card__fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%, hsl(var(--product-hue) 90% 62% / 0.42), transparent 34%),
    linear-gradient(145deg, hsl(var(--product-hue) 62% 20%), #101018 62%);
}

.product-card__fallback::after {
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  transform: rotate(28deg);
  border: 22px solid rgba(255, 255, 255, 0.055);
  border-radius: 24px;
  content: "";
}

.product-card__fallback-category {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-card__fallback-mark {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.4rem, 6vw, 5.2rem);
  font-weight: 400;
  line-height: 0.8;
}

.product-card__fallback small {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.67rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.025);
  opacity: 0;
  object-fit: cover;
  transition:
    opacity 250ms ease,
    transform 450ms ease;
}

.product-card__media.has-image .product-card__image {
  opacity: 1;
}

.product-card__media.has-image .product-card__fallback {
  visibility: hidden;
  opacity: 0;
}

.product-card:hover .product-card__image {
  transform: scale(1.07);
}

.product-card__badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(8, 8, 12, 0.82);
  color: #dbd7e4;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.product-card__badge--top {
  border-color: rgba(255, 107, 139, 0.5);
  background: var(--coral);
  color: #19070e;
}

.product-card__price {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding: 7px 9px;
  border: 1px solid rgba(220, 255, 101, 0.28);
  border-radius: 10px;
  background: rgba(8, 8, 12, 0.87);
  backdrop-filter: blur(10px);
}

.product-card__price strong {
  color: var(--paper);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.product-card__price span {
  color: #9895a4;
  font-size: 0.55rem;
}

.product-card__content {
  display: flex;
  min-height: 164px;
  flex-direction: column;
  padding: 15px;
}

.product-card__content h3 {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: #eeebf4;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__meta {
  margin: 7px 0 14px;
  overflow: hidden;
  color: #777484;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 7px;
  margin-top: auto;
}

.card-link {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  font-size: 0.61rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.card-link--raw {
  border: 1px solid var(--line);
  background: #0d0e15;
  color: #cbc7d4;
}

.card-link--raw:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.card-link--agent {
  background: var(--violet-deep);
  color: white;
}

.card-link--agent:hover {
  background: var(--acid);
  color: #11130d;
}

.empty-state {
  padding: 80px 20px;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  text-align: center;
}

.empty-state > span {
  color: rgba(155, 114, 255, 0.4);
  font-family: "Bebas Neue", sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.empty-state h3 {
  margin: 4px 0;
  font-size: 1.4rem;
}

.empty-state p {
  margin: 0 0 24px;
  color: var(--muted);
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.button--load {
  min-width: 220px;
  border-color: rgba(220, 255, 101, 0.42);
  background: rgba(220, 255, 101, 0.07);
  color: var(--acid);
}

.button--load:hover {
  background: var(--acid);
  color: #11130d;
}

.desktop-offer {
  position: fixed;
  z-index: 15;
  right: 20px;
  bottom: 20px;
  width: 245px;
  padding: 22px;
  border: 1px solid rgba(220, 255, 101, 0.4);
  border-radius: 22px 6px 22px 6px;
  background: rgba(17, 17, 24, 0.94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(18px);
}

.desktop-offer__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--muted);
}

.desktop-offer__badge {
  margin-bottom: 10px;
  color: var(--acid);
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-offer strong {
  display: block;
  padding-right: 16px;
  font-size: 0.98rem;
}

.desktop-offer p {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 0.7rem;
}

.desktop-offer a {
  display: block;
  padding: 10px;
  border-radius: 10px;
  background: var(--acid);
  color: #11130d;
  font-size: 0.66rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  width: min(calc(100% - 40px), var(--container));
  grid-template-columns: 1fr auto;
  gap: 30px 80px;
  margin: 0 auto;
  padding: 54px 0 44px;
  border-top: 1px solid var(--line);
}

.brand--footer .brand__mark {
  width: 32px;
  height: 32px;
  font-size: 1.25rem;
}

.site-footer > div p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--acid);
}

.site-footer__note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #656372;
  font-size: 0.65rem;
}

.noscript {
  position: fixed;
  z-index: 100;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 16px;
  border-radius: 12px;
  background: var(--coral);
  color: #16070b;
  font-weight: 800;
  text-align: center;
}

/* Legal and utility pages */
.legal-shell {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.legal-main {
  width: min(calc(100% - 40px), 860px);
  margin: 70px auto 110px;
}

.legal-main h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  font-weight: 400;
  line-height: 0.9;
}

.legal-main__intro {
  max-width: 720px;
  margin-bottom: 42px;
  color: #c2bfcd;
  font-size: 1.05rem;
}

.legal-card {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.legal-card h2 {
  margin: 34px 0 10px;
  color: var(--acid);
  font-size: 1rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: #b8b5c3;
  font-size: 0.88rem;
}

.legal-card a {
  color: var(--cyan);
}

.legal-card time {
  color: #777484;
  font-size: 0.7rem;
}

.utility-page {
  display: grid;
  min-height: calc(100vh - 80px);
  place-items: center;
  padding: 40px 20px;
  text-align: center;
}

.utility-page__code {
  color: var(--violet);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(8rem, 28vw, 18rem);
  line-height: 0.7;
  text-shadow: 10px 10px 0 rgba(220, 255, 101, 0.1);
}

.utility-page h1 {
  margin: 24px 0 8px;
  font-size: 1.8rem;
}

.utility-page p {
  max-width: 520px;
  margin: 0 auto 26px;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .desktop-offer {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .signal-panel {
    min-height: 390px;
  }

  .directory__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .control-deck {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .reset-button {
    grid-column: 1 / -1;
    min-height: 42px;
  }

  .mobile-offer {
    display: flex;
    width: min(calc(100% - 40px), var(--container));
    align-items: center;
    gap: 12px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid rgba(220, 255, 101, 0.34);
    border-radius: var(--radius-md);
    background: rgba(220, 255, 101, 0.06);
  }

  .mobile-offer__icon {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 12px;
    background: var(--acid);
    color: #111;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.25rem;
  }

  .mobile-offer > div:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
  }

  .mobile-offer strong {
    font-size: 0.74rem;
  }

  .mobile-offer span {
    color: var(--muted);
    font-size: 0.63rem;
  }

  .mobile-offer a {
    flex: 0 0 auto;
    color: var(--acid);
    font-size: 0.68rem;
    font-weight: 900;
    text-decoration: none;
  }

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

@media (max-width: 680px) {
  .offer-bar {
    min-height: 38px;
    justify-content: space-between;
    padding: 7px 15px;
    text-align: left;
  }

  .offer-bar__pulse,
  .offer-bar strong {
    display: none;
  }

  .offer-bar__copy::before {
    content: "";
  }

  .offer-bar__action {
    margin-left: 8px;
    white-space: nowrap;
  }

  .site-header {
    width: min(calc(100% - 30px), var(--container));
    min-height: 70px;
  }

  .site-nav a:not(:last-child) {
    display: none;
  }

  .hero {
    width: min(calc(100% - 30px), var(--container));
    gap: 34px;
    margin: 42px auto 44px;
  }

  .hero::after {
    top: 6%;
    left: 20%;
    width: 80%;
  }

  .hero__kicker {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero__logo {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  .hero__lede {
    margin-top: 24px;
    font-size: 0.96rem;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .signal-panel {
    min-height: 350px;
    padding: 24px;
    border-radius: 28px 7px 28px 7px;
  }

  .signal-panel__number {
    margin-top: 54px;
    font-size: 7rem;
  }

  .signal-panel__footer {
    right: 24px;
    bottom: 22px;
    left: 24px;
  }

  .feature-ribbon {
    width: min(calc(100% - 30px), var(--container));
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 16px;
  }

  .mobile-offer {
    width: min(calc(100% - 30px), var(--container));
  }

  .directory {
    width: min(calc(100% - 30px), var(--container));
    padding-top: 64px;
  }

  .directory__heading h2 {
    font-size: clamp(3rem, 14vw, 4.3rem);
  }

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

  .sort-control {
    justify-content: space-between;
  }

  .sort-control select {
    max-width: none;
  }

  .reset-button {
    grid-column: auto;
  }

  .rail-arrow {
    display: none;
  }

  .category-rail-wrap {
    display: block;
  }

  .category-rail {
    margin-right: -15px;
    padding-right: 15px;
  }

  .results-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .loading-state {
    grid-template-columns: repeat(2, 1fr);
  }

  .loading-state span {
    min-height: 250px;
  }

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

  .product-card {
    border-radius: 16px;
  }

  .product-card__fallback {
    padding: 14px;
  }

  .product-card__content {
    min-height: 160px;
    padding: 12px;
  }

  .product-card__content h3 {
    min-height: 39px;
    font-size: 0.75rem;
  }

  .product-card__actions {
    grid-template-columns: 1fr;
  }

  .card-link {
    min-height: 34px;
  }

  .site-footer {
    width: min(calc(100% - 30px), var(--container));
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 380px) {
  .product-card__badge {
    max-width: 75%;
  }

  .product-card__price {
    right: 7px;
    bottom: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
