:root {
  --bg: #050505;
  --panel: #101010;
  --card: rgba(18, 18, 18, 0.82);
  --line: rgba(255, 255, 255, 0.16);
  --line-soft: rgba(255, 255, 255, 0.09);
  --text: #f6f6f2;
  --muted: #a7a7a0;
  --acid: #dfff21;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.58);
  --frame-max: 1480px;
}

.inventory-stat-grid {
  margin-bottom: 18px;
}

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

.inventory-alert-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.inventory-alert-card h3 {
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.inventory-alert-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-alert-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.inventory-alert-card b {
  color: var(--acid);
  white-space: nowrap;
}

.inventory-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.inventory-product-cell img,
.inventory-product-cell > span {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.inventory-product-cell small,
.inventory-table td > small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
}

.inventory-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.inventory-pill.in_stock {
  color: #dfff70;
  border-color: rgba(210, 255, 0, 0.35);
  background: rgba(210, 255, 0, 0.08);
}

.inventory-pill.low_stock {
  color: #ffb347;
  border-color: rgba(255, 179, 71, 0.38);
  background: rgba(255, 179, 71, 0.09);
}

.inventory-pill.out_of_stock {
  color: #ff7373;
  border-color: rgba(255, 115, 115, 0.38);
  background: rgba(255, 115, 115, 0.08);
}

.inventory-row-form {
  display: grid;
  grid-template-columns: 80px 80px minmax(150px, 1fr) minmax(150px, 1fr) auto;
  gap: 10px;
  align-items: end;
  min-width: 680px;
}

.inventory-row-form label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.inventory-row-form span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  text-transform: uppercase;
}

.inventory-row-form input,
.inventory-row-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
  padding: 10px;
}

.inventory-row-form textarea {
  min-height: 68px;
  resize: vertical;
}

.inventory-history-table .positive {
  color: #dfff70;
}

.inventory-history-table .negative {
  color: #ff7373;
}

.audit-table {
  min-width: 980px;
}

.audit-table code {
  display: block;
  max-width: 320px;
  max-height: 92px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.28);
  font-size: 11px;
  white-space: pre-wrap;
  word-break: break-word;
}

.audit-action {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--acid);
  border: 1px solid rgba(223, 255, 33, 0.25);
  background: rgba(223, 255, 33, 0.07);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.manager-message-box {
  display: grid;
  gap: 10px;
  width: min(100%, 760px);
  margin: 22px auto 0;
  text-align: left;
}

.manager-message-box span,
.settings-hint {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.manager-message-box textarea {
  width: 100%;
  min-height: 190px;
  border: 1px solid rgba(223, 255, 33, 0.18);
  border-radius: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.34);
  resize: vertical;
}

.modal-message {
  width: 100%;
  margin: 0;
}

.modal-message textarea {
  min-height: 160px;
}

.messenger-actions,
.order-manager-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.order-manager-actions {
  justify-content: flex-start;
}

.manager-settings-section {
  grid-column: 1 / -1;
}

.product-rating-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.58);
}

.review-stars {
  display: inline-flex;
  gap: 3px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0;
}

.review-stars .active {
  color: var(--acid);
  text-shadow: 0 0 14px rgba(223, 255, 33, 0.22);
}

.product-reviews {
  width: min(var(--frame-max), calc(100% - 28px));
  margin: 26px auto;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
}

.reviews-list {
  display: grid;
  gap: 14px;
}

.review-card,
.review-form,
.admin-review-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.review-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.review-card-head span,
.review-product-link {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.review-card p,
.review-reply p {
  color: rgba(255, 255, 255, 0.72);
}

.review-reply {
  margin-top: 14px;
  border-left: 2px solid var(--acid);
  padding: 10px 0 10px 14px;
  background: rgba(223, 255, 33, 0.045);
}

.review-form {
  align-self: start;
}

.review-form h3 {
  margin-top: 0;
}

.admin-review-list {
  display: grid;
  gap: 14px;
}

.admin-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 16px;
}

.review-status {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.review-status.pending {
  color: #ffcc66;
  border-color: rgba(255, 204, 102, 0.36);
}

.review-status.approved {
  color: #dfff70;
  border-color: rgba(223, 255, 112, 0.36);
}

.review-status.rejected {
  color: #ff7373;
  border-color: rgba(255, 115, 115, 0.36);
}

.product-card-actions {
  display: grid;
  gap: 8px;
}

.compare-btn {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: 180ms ease;
}

.compare-btn:hover,
.compare-btn.active {
  color: #050505;
  border-color: var(--acid);
  background: var(--acid);
  box-shadow: 0 0 24px rgba(223, 255, 33, 0.18);
}

.compare-page {
  width: min(var(--frame-max), calc(100% - 28px));
  margin: 26px auto 60px;
}

.compare-wrap {
  border-radius: 22px;
}

.compare-table {
  min-width: 860px;
}

.compare-table th,
.compare-table td {
  min-width: 190px;
  vertical-align: top;
}

.compare-table th:first-child,
.compare-table td:first-child {
  min-width: 170px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
  text-transform: uppercase;
}

.compare-table th a {
  color: #fff;
}

.compare-thumb {
  width: 120px;
  height: 140px;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.compare-remove {
  margin-left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  width: 28px;
  height: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.compare-table small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.46);
  text-decoration: line-through;
}

.info-page {
  width: min(980px, calc(100% - 28px));
  margin: 28px auto 70px;
}

.info-content {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.info-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.75;
}

.info-content p:last-child {
  margin-bottom: 0;
}

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

.info-page-form {
  display: grid;
  gap: 12px;
}

.info-page-form textarea[name="content"] {
  min-height: 190px;
}

.import-panel {
  margin-bottom: 18px;
}

.csv-import-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 14px;
  align-items: stretch;
}

.csv-upload {
  display: grid;
  gap: 8px;
  border: 1px dashed rgba(223, 255, 33, 0.32);
  border-radius: 18px;
  padding: 18px;
  background: rgba(223, 255, 33, 0.05);
  cursor: pointer;
}

.csv-upload input {
  display: none;
}

.csv-upload span {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.csv-upload small,
.csv-import-summary span {
  color: rgba(255, 255, 255, 0.58);
}

.csv-import-summary {
  display: grid;
  align-content: center;
  gap: 7px;
  min-width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.csv-import-summary .positive,
.csv-preview-table .positive {
  color: #dfff70;
}

.csv-import-summary .negative,
.csv-preview-table .has-errors td:last-child,
.csv-errors {
  color: #ff7373;
}

.csv-errors {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 115, 115, 0.22);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 115, 115, 0.06);
}

.csv-errors p {
  margin: 0;
}

.admin-muted {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78em;
  font-weight: 700;
}

.csv-preview-table {
  min-width: 980px;
}

.csv-preview-table .has-errors {
  background: rgba(255, 115, 115, 0.045);
}

.admin-head.inline {
  align-items: center;
  margin-bottom: 14px;
}

@media (max-width: 820px) {
  .inventory-alert-grid {
    grid-template-columns: 1fr;
  }

  .inventory-row-form {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .inventory-row-form label:nth-child(3),
  .inventory-row-form label:nth-child(4),
  .inventory-row-form button {
    grid-column: 1 / -1;
  }

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

  .reviews-layout,
  .admin-review-card,
  .admin-pages-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(223, 255, 33, 0.1), transparent 360px),
    #000;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    radial-gradient(circle, #fff 0 1px, transparent 1px),
    linear-gradient(100deg, transparent 0 48%, rgba(255, 255, 255, 0.3) 48.1%, transparent 48.5%);
  background-size: 18px 18px, 220px 220px;
}

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

button,
input {
  font: inherit;
}

img,
svg {
  display: block;
}

.store-frame {
  width: min(var(--frame-max), calc(100% - 16px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(223, 255, 33, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(223, 255, 33, 0.08), transparent 260px),
    linear-gradient(180deg, #070707 0, #050505 58%, #080808 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.045), 0 32px 110px rgba(0, 0, 0, 0.82);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 190px 1fr 210px;
  align-items: center;
  min-height: 98px;
  padding: 0 70px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(18px);
}

.logo {
  position: relative;
  display: inline-block;
  width: max-content;
  min-width: 134px;
  line-height: 0;
}

.logo img {
  display: block;
  width: 142px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 62px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 500;
}

.main-nav a {
  padding: 12px 0;
  transition: color 0.2s ease;
}

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

.header-icons {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.icon-btn,
.menu-toggle {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.icon-btn svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease, filter 0.2s ease;
}

.icon-btn:hover svg {
  stroke: var(--acid);
  filter: drop-shadow(0 0 9px rgba(223, 255, 33, 0.45));
}

.cart-btn span,
.favorite-link span {
  position: absolute;
  top: -5px;
  right: -8px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--acid);
  color: #050505;
  font-size: 12px;
  font-weight: 950;
}

.menu-toggle {
  display: none;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.95) 42%, rgba(5, 5, 5, 0.54) 72%, rgba(5, 5, 5, 0.9) 100%),
    radial-gradient(circle at 52% 50%, rgba(255, 255, 255, 0.13), transparent 220px),
    radial-gradient(circle at 76% 82%, rgba(223, 255, 33, 0.14), transparent 210px),
    #050505;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 33% 48%, rgba(255, 255, 255, 0.15), transparent 170px),
    radial-gradient(circle at 66% 84%, rgba(223, 255, 33, 0.2), transparent 190px),
    linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54.1%, transparent 54.45%),
    linear-gradient(100deg, transparent 0 69%, rgba(255, 255, 255, 0.07) 69.1%, transparent 69.35%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 56%),
    linear-gradient(180deg, transparent 0 70%, rgba(0, 0, 0, 0.82)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.smoke {
  position: absolute;
  left: 405px;
  top: 76px;
  width: 430px;
  height: 390px;
  border-radius: 50%;
  opacity: 0.48;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 62%),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.16), transparent 52%);
  filter: blur(36px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 52%);
  padding: 88px 0 0 132px;
}

.hero-logo {
  min-width: 0;
  overflow: visible;
}

.hero-logo img {
  width: 438px;
  max-width: min(438px, 100%);
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.72));
}

.hero-admin-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.tagline {
  margin: 25px 0 0;
  color: var(--acid);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 22px;
}

.intro {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.55;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 224px;
  min-height: 56px;
  margin-top: 27px;
  background: linear-gradient(180deg, #efff2c, #d6f015);
  color: #070707;
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 15px 36px rgba(223, 255, 33, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(223, 255, 33, 0.26);
}

.primary-cta:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.primary-cta:disabled:hover {
  transform: none;
}

.hero-person {
  position: absolute;
  right: -8px;
  bottom: 0;
  z-index: 1;
  width: 58%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0, rgba(5, 5, 5, 0.24) 36%, rgba(5, 5, 5, 0.86) 100%),
    radial-gradient(circle at 52% 46%, transparent 0 28%, rgba(0, 0, 0, 0.82) 68%),
    url("https://images.unsplash.com/photo-1506629905607-d405d7d3b0d2?auto=format&fit=crop&w=1300&q=88") center 26% / cover;
  filter: grayscale(0.56) contrast(1.28) brightness(0.34);
  mix-blend-mode: normal;
}

.custom-hero-bg .hero-person {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0, rgba(5, 5, 5, 0.24) 36%, rgba(5, 5, 5, 0.86) 100%),
    var(--hero-bg) center / cover;
  opacity: 0.96;
}

.hero-person::before {
  content: "";
  position: absolute;
  left: 39%;
  top: 85px;
  width: 185px;
  height: 118px;
  border-radius: 52% 52% 48% 48%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.24)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.18), transparent 54%);
  transform: rotate(-4deg);
  filter: blur(0.2px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72);
}

.hero-person::after {
  content: "RATEL wear";
  position: absolute;
  left: 47%;
  top: 132px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  transform: rotate(-8deg);
  text-shadow: 0 0 12px rgba(223, 255, 33, 0.2);
}

.hero-pager {
  position: absolute;
  right: 75px;
  top: 198px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-pager strong {
  color: var(--acid);
  font-size: 16px;
}

.hero-pager span {
  width: 1px;
  height: 70px;
  background: linear-gradient(var(--acid), rgba(255, 255, 255, 0.28));
}

.hero-pager em {
  font-style: normal;
  font-size: 16px;
}

.ghost-mark {
  position: absolute;
  right: 62px;
  bottom: 38px;
  z-index: 3;
  color: rgba(223, 255, 33, 0.34);
  font-size: 30px;
  font-weight: 950;
  transform: skew(-10deg);
}

.category-grid,
.brands-panel,
.new-section,
.benefits {
  width: calc(100% - 128px);
  margin-inline: auto;
}

.category-grid {
  margin-top: -2px;
}

.home-banners {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: calc(100% - 128px);
  margin: 22px auto 0;
}

.promo-slider {
  position: relative;
  width: calc(100% - 128px);
  min-height: 310px;
  overflow: hidden;
  margin: 22px auto 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #080808;
  box-shadow: var(--shadow);
  touch-action: pan-y;
}

.promo-slider-track,
.promo-slide {
  position: absolute;
  inset: 0;
}

.promo-slide {
  display: grid;
  align-items: end;
  padding: 34px;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.32) 58%, rgba(0, 0, 0, 0.72)),
    var(--slide-bg) center / cover,
    rgba(255, 255, 255, 0.045);
  transform: scale(1.02);
  transition: opacity 0.45s ease, transform 0.55s ease;
}

.promo-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.promo-slide div {
  width: min(560px, 78%);
}

.promo-slide span:first-child {
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.promo-slide h2 {
  margin: 10px 0 10px;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.92;
  text-transform: uppercase;
}

.promo-slide p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.promo-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  transform: translateY(-50%);
}

.promo-arrow:hover {
  border-color: rgba(223, 255, 33, 0.65);
  color: var(--acid);
}

.promo-prev {
  left: 18px;
}

.promo-next {
  right: 18px;
}

.promo-dots {
  position: absolute;
  left: 34px;
  bottom: 22px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.promo-dots button {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}

.promo-dots button.active {
  background: var(--acid);
  box-shadow: 0 0 18px rgba(223, 255, 33, 0.42);
}

.home-banner {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 24px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.24)),
    var(--banner-bg) center / cover,
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.home-banner:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 255, 33, 0.58);
}

.home-banner span {
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-banner strong {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

#categoriesGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  position: relative;
  min-height: 218px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #111;
  isolation: isolate;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--image) center / cover;
  filter: grayscale(0.18) brightness(0.56) contrast(1.08);
  transition: transform 0.3s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 70%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42));
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(223, 255, 33, 0.8);
  box-shadow: 0 0 34px rgba(223, 255, 33, 0.12);
}

.category-card:hover::before {
  transform: scale(1.06);
}

.category-icon {
  position: absolute;
  left: 28px;
  top: 56px;
  width: 38px;
  height: 38px;
  color: var(--acid);
}

.category-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card h3 {
  position: absolute;
  left: 28px;
  bottom: 62px;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.category-card p {
  position: absolute;
  left: 28px;
  bottom: 34px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  text-transform: uppercase;
}

.category-card .arrow {
  position: absolute;
  right: 30px;
  bottom: 34px;
  color: var(--acid);
  font-size: 25px;
}

.brands-panel {
  margin-top: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.panel-head h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.panel-head a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--acid);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.brand-tile {
  display: grid;
  min-height: 105px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(7, 7, 7, 0.62);
  color: #fff;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -1px;
  text-transform: uppercase;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.brand-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(223, 255, 33, 0.75);
  box-shadow: 0 0 28px rgba(223, 255, 33, 0.11);
}

.new-section {
  margin-top: 26px;
}

.outside-head {
  padding-inline: 4px;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(18, 18, 18, 0.72);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(223, 255, 33, 0.78);
  box-shadow: 0 0 32px rgba(223, 255, 33, 0.11);
}

.product-card.out-of-stock {
  opacity: 0.58;
  filter: grayscale(0.75);
}

.product-card.out-of-stock:hover {
  transform: none;
  border-color: var(--line);
  box-shadow: none;
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
  background: #151515;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) brightness(0.75) contrast(1.06);
  transition: transform 0.25s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.badge-row {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  gap: 6px;
}

.badge {
  display: inline-grid;
  min-height: 19px;
  place-items: center;
  padding: 2px 5px;
  border-radius: 3px;
  background: var(--acid);
  color: #050505;
  font-size: 12px;
  font-weight: 950;
}

.badge-sale {
  background: #ff8a1f;
}

.badge-hit {
  background: #ffffff;
}

.badge-limited {
  background: #8f5cff;
  color: #fff;
}

.badge-out-of-stock {
  background: #4b4b4b;
  color: #d7d7d7;
}

.detail-badges {
  position: static;
  margin: 0 0 14px;
}

.product-body {
  position: relative;
  padding: 16px 18px 18px;
}

.product-body h3 {
  margin: 0 34px 8px 0;
  font-size: 14px;
  font-weight: 650;
  text-transform: uppercase;
}

.product-brand {
  display: block;
  margin-bottom: 8px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 14px;
}

.price {
  color: #fff;
  font-size: 18px;
  font-weight: 850;
}

.old-price {
  color: rgba(255, 255, 255, 0.42);
  text-decoration: line-through;
}

.favorite {
  position: absolute;
  right: 18px;
  top: 16px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.favorite:hover,
.favorite.active {
  color: var(--acid);
  filter: drop-shadow(0 0 10px rgba(223, 255, 33, 0.42));
  transform: scale(1.08);
}

.buy-btn {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223, 255, 33, 0.82);
  border-radius: 4px;
  background: transparent;
  color: var(--acid);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.buy-btn:hover {
  background: var(--acid);
  color: #050505;
}

.buy-btn:disabled,
.buy-btn.disabled {
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.46);
}

.buy-btn:disabled:hover,
.buy-btn.disabled:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.46);
}

.details-btn {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.details-btn:hover {
  border-color: rgba(223, 255, 33, 0.64);
  color: #fff;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.benefits article {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 90px;
  padding: 20px 28px;
  border-right: 1px solid var(--line-soft);
}

.benefits article:last-child {
  border-right: 0;
}

.benefits svg {
  width: 37px;
  min-width: 37px;
  height: 37px;
  fill: none;
  stroke: var(--acid);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  font-size: 14px;
  text-transform: uppercase;
}

.benefits span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.85fr 1.45fr;
  gap: 48px;
  margin-top: 28px;
  padding: 38px 68px 42px;
  border-top: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.34);
}

.footer-logo {
  transform-origin: left top;
  transform: none;
}

.footer-logo img {
  width: 146px;
}

.copy {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
}

.site-footer h3 {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.site-footer nav a,
.subscribe p {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.subscribe form {
  display: grid;
  grid-template-columns: 1fr 50px;
  margin: 16px 0 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.subscribe input {
  min-height: 42px;
  border: 0;
  outline: 0;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
}

.subscribe button {
  border: 0;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--acid);
  cursor: pointer;
  font-size: 22px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.socials a {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

#app {
  min-height: 520px;
}

#app:focus {
  outline: none;
}

.page-hero {
  width: calc(100% - 128px);
  margin: 34px auto 26px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 20%, rgba(223, 255, 33, 0.12), transparent 260px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.page-hero.compact {
  min-height: 180px;
}

.page-hero p {
  margin: 0 0 12px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
  text-transform: uppercase;
}

.brand-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: end;
  width: calc(100% - 128px);
  min-height: 360px;
  margin: 34px auto 26px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.7), rgba(5, 5, 5, 0.92)),
    var(--brand-banner) center / cover;
  box-shadow: var(--shadow);
}

.brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 22%, rgba(223, 255, 33, 0.16), transparent 240px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px);
}

.brand-hero > * {
  position: relative;
  z-index: 1;
}

.brand-hero p:first-child {
  margin: 0 0 12px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-hero h1 {
  margin: 0;
  font-size: clamp(54px, 10vw, 132px);
  line-height: 0.85;
  text-transform: uppercase;
}

.brand-hero span {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(223, 255, 33, 0.52);
  border-radius: 999px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.brand-hero > p:last-child {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.65;
}

.catalog-layout,
.product-detail,
.cart-layout,
.checkout-layout,
.info-grid,
.admin-layout {
  width: calc(100% - 128px);
  margin: 0 auto 34px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
}

.filters-panel,
.summary-card,
.detail-panel,
.checkout-form,
.admin-login,
.admin-panel,
.admin-nav,
.info-grid article,
.delivery-box,
.success-state {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028));
  box-shadow: var(--shadow);
}

.filters-panel {
  position: sticky;
  top: 116px;
  align-self: start;
  padding: 18px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 13px;
}

.field span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: none;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(223, 255, 33, 0.78);
  box-shadow: 0 0 0 3px rgba(223, 255, 33, 0.09);
}

.double-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.primary-cta.small {
  min-width: 0;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
}

.primary-cta.full {
  display: flex;
  width: 100%;
  margin-top: 18px;
}

.ghost-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-weight: 850;
}

.ghost-btn:hover {
  border-color: rgba(223, 255, 33, 0.62);
  color: #fff;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 17px;
}

.chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-weight: 850;
}

.chip.active,
.chip:hover {
  border-color: var(--acid);
  color: var(--acid);
}

.catalog-meta {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
}

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

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 34px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 10px;
}

.empty-state p {
  max-width: 430px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.62);
}

.profile-login {
  width: min(520px, calc(100% - 32px));
  margin: 54px auto 76px;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(223, 255, 33, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(223, 255, 33, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.profile-login h1,
.profile-section h2,
.profile-card h2 {
  margin: 0;
  text-transform: uppercase;
}

.profile-login p {
  margin: 10px 0 24px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.profile-page {
  width: calc(100% - 128px);
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 18px;
}

.profile-card,
.profile-section,
.profile-order-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.026));
  box-shadow: var(--shadow);
}

.profile-card {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 22px;
}

.profile-card h2 {
  font-size: 24px;
}

.profile-phone {
  margin: 8px 0 20px;
  color: var(--acid);
  font-weight: 900;
}

.profile-form {
  display: grid;
  gap: 4px;
}

.profile-main {
  display: grid;
  gap: 18px;
}

.profile-section {
  padding: 22px;
}

.profile-section > p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

.profile-orders {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.profile-order-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 16px;
}

.profile-order-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.profile-order-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.profile-order-lines {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.profile-order-lines li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.profile-order-total {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 12px;
  min-width: 150px;
}

.profile-order-total strong {
  color: #fff;
  font-size: 21px;
}

.profile-favorites {
  margin-top: 16px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 430px;
  gap: 24px;
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery > img {
  width: 100%;
  height: min(58vw, 620px);
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 18px;
  filter: brightness(0.82) contrast(1.08);
}

.thumbs {
  display: flex;
  gap: 10px;
}

.thumbs button {
  overflow: hidden;
  width: 86px;
  height: 70px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 9px;
  background: #111;
  cursor: pointer;
}

.thumbs button.active {
  border-color: var(--acid);
}

.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-panel {
  position: sticky;
  top: 116px;
  align-self: start;
  padding: 24px;
}

.detail-panel h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.price-row.big .price {
  font-size: 30px;
}

.detail-panel p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}

.size-picker {
  margin: 18px 0 10px;
}

.size-picker > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-option {
  min-width: 48px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.34);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.size-option:hover:not(:disabled),
.size-option.active {
  border-color: var(--acid);
  background: var(--acid);
  color: #050505;
  transform: translateY(-2px);
}

.size-option:disabled {
  cursor: not-allowed;
  opacity: 0.34;
  text-decoration: line-through;
}

.spec-list,
.summary-card {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.spec-list li,
.summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}

.spec-list span,
.summary-card span {
  color: rgba(255, 255, 255, 0.56);
}

.delivery-box {
  padding: 16px;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
}

.cart-list {
  display: grid;
  gap: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.cart-item img {
  width: 110px;
  height: 94px;
  border-radius: 10px;
  object-fit: cover;
}

.cart-item h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
}

.cart-item p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
}

.qty-control {
  display: grid;
  grid-template-columns: 34px 42px 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.qty-control button {
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

.qty-control span {
  display: grid;
  place-items: center;
}

.remove-btn {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
}

.remove-btn:hover {
  border-color: rgba(255, 91, 91, 0.8);
  color: #ff8b8b;
}

.summary-card {
  align-self: start;
  padding: 22px;
}

.promo-form {
  display: grid;
  gap: 8px;
  margin: 2px 0 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.promo-field {
  gap: 7px;
  margin: 0;
}

.promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 8px;
}

.promo-row input {
  min-width: 0;
  text-transform: uppercase;
}

.promo-row .ghost-btn {
  min-height: 43px;
  padding: 0 12px;
}

.promo-hint,
.promo-success {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.promo-hint {
  color: rgba(255, 255, 255, 0.44);
}

.promo-success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--acid);
}

.promo-success button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
}

.promo-success button:hover {
  color: #fff;
}

.promo-error {
  min-height: 16px;
  margin: 0;
  font-size: 12px;
}

.checkout-form {
  padding: 22px;
}

.form-error {
  min-height: 20px;
  color: #ff8b8b;
  font-weight: 850;
}

.success-state,
.admin-login {
  width: min(680px, calc(100% - 32px));
  margin: 58px auto;
  padding: 42px;
  text-align: center;
}

.success-state h1,
.admin-login h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 6vw, 66px);
  text-transform: uppercase;
}

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

.info-grid article {
  padding: 24px;
}

.admin-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.admin-nav {
  position: sticky;
  top: 116px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.admin-nav button,
.admin-tab {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.admin-tab.active {
  border-color: var(--acid);
  color: var(--acid);
}

.admin-panel {
  padding: 22px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.stat-card,
.admin-list article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.stat-card {
  padding: 18px;
}

.stat-card strong {
  display: block;
  color: var(--acid);
  font-size: 30px;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.62);
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

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

.export-actions select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
}

.export-actions .primary-cta {
  margin: 0;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-list article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 10px;
}

.admin-list img {
  width: 70px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.admin-list span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
}

.admin-mode .store-frame {
  width: min(1600px, calc(100% - 18px));
}

.admin-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: calc(100vh - 96px);
  background:
    radial-gradient(circle at 95% 10%, rgba(223, 255, 33, 0.08), transparent 320px),
    rgba(255, 255, 255, 0.018);
}

.admin-sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 18px;
  min-height: calc(100vh - 96px);
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.42);
}

.admin-brand {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-brand img {
  width: 128px;
}

.admin-sidebar nav {
  display: grid;
  gap: 6px;
}

.admin-sidebar a,
.admin-sidebar button {
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: 850;
}

.admin-sidebar a.active,
.admin-sidebar a:hover,
.admin-sidebar button:hover {
  border-color: rgba(223, 255, 33, 0.35);
  background: rgba(223, 255, 33, 0.08);
  color: var(--acid);
}

.admin-workspace {
  min-width: 0;
}

.admin-topbar {
  position: sticky;
  top: 96px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(16px);
}

.admin-topbar p {
  margin: 0 0 4px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.admin-topbar-actions,
.quick-actions,
.form-actions,
.row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-content {
  display: grid;
  gap: 20px;
  padding: 24px;
}

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

.admin-stat,
.admin-card,
.admin-form-section,
.admin-live-preview,
.admin-entity-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.admin-stat {
  padding: 16px;
}

.admin-stat span,
.mini-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.admin-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  color: #fff;
}

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

.admin-card {
  min-width: 0;
  padding: 18px;
}

.admin-card h2,
.admin-form-section h2,
.admin-live-preview h2 {
  margin: 0 0 14px;
  font-size: 18px;
  text-transform: uppercase;
}

.admin-filters,
.admin-inline-form,
.bulk-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.admin-filters input,
.admin-filters select,
.admin-inline-form input,
.admin-inline-form select,
.bulk-bar select,
.export-actions select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  padding: 0 12px;
}

.admin-inline-form {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.admin-home-form {
  display: grid;
  gap: 14px;
}

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

.home-toggle-grid .toggle-row {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.28);
}

.admin-slides-grid {
  display: grid;
  gap: 12px;
}

.admin-slide-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
}

.admin-slide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-slide-head strong {
  color: var(--acid);
  text-transform: uppercase;
}

.admin-slide-preview,
.admin-slide-placeholder {
  width: 100%;
  height: 128px;
  border: 1px solid var(--line);
  border-radius: 10px;
  object-fit: cover;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.04);
}

.admin-inline-form .field textarea {
  min-height: 80px;
}

.bulk-bar {
  grid-template-columns: auto repeat(6, max-content);
  align-items: center;
}

.bulk-bar-advanced {
  display: grid;
  grid-template-columns: 120px repeat(3, minmax(220px, 1fr));
  gap: 10px;
  align-items: stretch;
}

.bulk-selected {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
}

.bulk-group {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.028);
}

.bulk-group label {
  display: grid;
  gap: 5px;
  min-width: 94px;
}

.bulk-group span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-transform: uppercase;
}

.bulk-group input,
.bulk-group select {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.38);
}

.bulk-group-actions {
  align-content: center;
}

.admin-products-table {
  min-width: 1380px;
}

.admin-thumb {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.08);
}

.admin-badges,
.badge-admin-grid,
.size-admin-grid {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.admin-badges span,
.status-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(223, 255, 33, 0.32);
  border-radius: 5px;
  padding: 0 7px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-hidden,
.status-скасовано,
.status-out-of-stock {
  border-color: rgba(255, 91, 91, 0.45);
  color: #ff8b8b;
}

.status-vip,
.status-завершено,
.status-active {
  border-color: rgba(223, 255, 33, 0.45);
  color: var(--acid);
}

.link-button {
  border: 0;
  background: transparent;
  color: var(--acid);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.order-line {
  display: block;
  white-space: nowrap;
}

.admin-product-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
}

.admin-form-main {
  display: grid;
  gap: 14px;
}

.admin-form-section {
  padding: 18px;
}

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

.toggle-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 850;
}

.admin-calc,
.seo-preview,
.mini-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.68);
}

.size-admin-grid label,
.badge-admin-grid label {
  display: grid;
  gap: 6px;
  min-width: 86px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.26);
}

.size-admin-grid input[type="number"] {
  width: 72px;
  min-height: 34px;
}

.image-preview-strip {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.image-preview-strip img,
.admin-image-placeholder {
  width: 92px;
  height: 92px;
  border: 1px solid var(--line);
  border-radius: 10px;
  object-fit: cover;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.045);
}

.admin-live-preview {
  position: sticky;
  top: 184px;
  align-self: start;
  padding: 16px;
}

.preview-card {
  width: 100%;
}

.admin-entity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-entity-card {
  padding: 16px;
}

.admin-entity-card h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
}

.admin-entity-card p {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.62);
}

.css-chart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
  min-height: 210px;
  align-items: end;
  gap: 10px;
}

.css-chart div {
  display: grid;
  grid-template-rows: 18px 1fr 18px;
  gap: 8px;
  min-height: 190px;
  text-align: center;
  font-size: 11px;
}

.css-chart i {
  align-self: end;
  height: var(--h);
  min-height: 6px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--acid), rgba(223, 255, 33, 0.2));
  box-shadow: 0 0 24px rgba(223, 255, 33, 0.16);
}

.rank-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.rank-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line-soft);
}

.rank-list li strong {
  float: right;
  color: var(--acid);
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.admin-modal-panel {
  position: relative;
  width: min(820px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #080808;
  box-shadow: var(--shadow);
  padding: 24px;
}

.admin-modal-close {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
}

.admin-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-modal-grid article,
.modal-lines p {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.orders-table {
  min-width: 1180px;
}

th,
td {
  padding: 12px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--acid);
  font-size: 12px;
  text-transform: uppercase;
}

td select {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #050505;
  color: #fff;
}

.order-meta {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  white-space: nowrap;
}

.order-note {
  width: 260px;
  min-height: 72px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  font: inherit;
  font-size: 12px;
  line-height: 1.35;
}

.order-note:focus {
  border-color: rgba(223, 255, 33, 0.78);
  box-shadow: 0 0 0 3px rgba(223, 255, 33, 0.09);
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  padding: 28px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
}

.search-overlay.open,
.quick-order-modal.open {
  display: grid;
  place-items: start center;
}

.search-panel,
.quick-order-panel {
  position: relative;
  width: min(760px, 100%);
  margin-top: 62px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #080808;
  box-shadow: var(--shadow);
}

.quick-order-modal {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: none;
  padding: 28px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
}

.quick-order-panel {
  width: min(520px, 100%);
}

.quick-order-panel h2 {
  margin: 0 42px 8px 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.quick-order-panel > p {
  margin: 0 0 20px;
  color: var(--acid);
  font-weight: 850;
}

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

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

.cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
}

.cart-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(460px, 100%);
  height: 100%;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 12%, rgba(223, 255, 33, 0.12), transparent 220px),
    #070707;
  box-shadow: -24px 0 90px rgba(0, 0, 0, 0.62);
  transform: translateX(100%);
  animation: drawerIn 0.22s ease forwards;
}

@keyframes drawerIn {
  to {
    transform: translateX(0);
  }
}

.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid var(--line-soft);
}

.cart-drawer-head p {
  margin: 0 0 6px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cart-drawer-head h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.cart-drawer-head button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
}

.cart-drawer-body {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 16px;
  overflow: auto;
  padding: 18px;
}

.drawer-items {
  display: grid;
  align-content: start;
  gap: 12px;
}

.drawer-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr 32px;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.drawer-cart-item img {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  object-fit: cover;
}

.drawer-cart-item h3 {
  margin: 0 0 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.drawer-cart-item p {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.drawer-cart-item strong {
  display: block;
  margin-bottom: 9px;
}

.drawer-cart-item .remove-btn {
  width: 32px;
  min-height: 32px;
}

.drawer-qty {
  width: 110px;
  grid-template-columns: 32px 42px 32px;
}

.drawer-summary {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.drawer-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.drawer-summary .promo-form {
  margin: 0 0 4px;
  padding: 12px;
}

.drawer-summary .promo-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 7px;
}

.drawer-summary .promo-row .ghost-btn {
  min-height: 40px;
}

.drawer-summary span {
  color: rgba(255, 255, 255, 0.58);
}

.drawer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.drawer-actions .primary-cta,
.drawer-actions .ghost-btn {
  margin: 0;
  width: 100%;
}

.close-search {
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
}

.search-results {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.search-result {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.search-result img {
  width: 74px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: none;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 18px;
  border: 1px solid rgba(223, 255, 33, 0.42);
  border-radius: 10px;
  background: #0a0a0a;
  color: var(--acid);
  box-shadow: var(--shadow);
  font-weight: 850;
}

.toast.show {
  display: block;
}

.mobile-bottom-bar {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 150px auto 1fr;
    padding-inline: 30px;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 5px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(5, 5, 5, 0.96);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
    gap: 4px;
    justify-content: stretch;
  }

  .main-nav a {
    padding: 12px;
  }

  .header-icons {
    justify-content: flex-end;
  }

  .hero-copy {
    width: 66%;
    padding-left: 54px;
  }

  .hero-logo strong {
    font-size: 88px;
    transform: skew(-3deg) scaleX(1.08);
  }

  .hero-logo img {
    width: 360px;
  }

  .hero-logo small {
    margin-left: 205px;
    font-size: 27px;
    letter-spacing: 18px;
  }

  .hero-logo .cut-a {
    left: 155px;
    height: 132px;
  }

  .hero-logo .cut-b {
    left: 183px;
    height: 158px;
  }

  .hero-logo .cut-c {
    left: 212px;
    height: 132px;
  }

  .hero-pager {
    display: none;
  }

  .category-grid,
  .brands-panel,
  .new-section,
  .benefits,
  .page-hero,
  .brand-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .info-grid,
  .profile-page,
  .admin-layout {
    width: calc(100% - 48px);
  }

  #categoriesGrid,
  .product-grid,
  .catalog-products.product-grid,
  .benefits,
  .site-footer,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .profile-page,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .filters-panel,
  .detail-panel,
  .summary-card,
  .profile-card,
  .admin-nav {
    position: static;
  }

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

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

@media (max-width: 700px) {
  .store-frame {
    width: 100%;
    border-width: 0;
    border-radius: 0;
  }

  .site-header {
    grid-template-columns: auto auto 1fr;
    min-height: 78px;
    padding-inline: 16px;
  }

  .mini-logo strong {
    font-size: 24px;
  }

  .mini-logo small {
    font-size: 9px;
  }

  .mini-logo img {
    width: 116px;
  }

  .header-icons {
    gap: 9px;
  }

  .icon-btn {
    width: 28px;
    height: 28px;
  }

  .icon-btn svg {
    width: 21px;
    height: 21px;
  }

  .hero {
    min-height: 610px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.78) 0, rgba(5, 5, 5, 0.96) 72%),
      radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.16), transparent 210px),
      radial-gradient(circle at 68% 78%, rgba(223, 255, 33, 0.15), transparent 180px),
      #050505;
  }

  .hero-person {
    display: none;
  }

  .hero-copy {
    width: 100%;
    padding: 82px 22px 0;
  }

  .hero-logo {
    min-width: 0;
  }

  .hero-logo strong {
    font-size: clamp(54px, 18vw, 78px);
    letter-spacing: -2px;
    transform: skew(-3deg) scaleX(1.05);
  }

  .hero-logo img {
    width: min(100%, 360px);
  }

  .hero-logo small {
    margin-left: 0;
    font-size: 24px;
    letter-spacing: 17px;
  }

  .hero-logo .cut-a {
    left: 118px;
    top: -27px;
    height: 112px;
  }

  .hero-logo .cut-b {
    left: 143px;
    top: -36px;
    height: 136px;
  }

  .hero-logo .cut-c {
    left: 168px;
    top: -22px;
    height: 110px;
  }

  .tagline {
    font-size: 18px;
    letter-spacing: 11px;
  }

  .primary-cta {
    width: 100%;
  }

  .category-grid,
  .brands-panel,
  .new-section,
  .benefits,
  .page-hero,
  .brand-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .info-grid,
  .profile-page,
  .admin-layout {
    width: calc(100% - 24px);
  }

  #categoriesGrid,
  .brand-grid,
  .product-grid,
  .catalog-products.product-grid,
  .benefits,
  .site-footer,
  .info-grid,
  .profile-page,
  .profile-order-card,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 24px;
  }

  .brand-hero {
    grid-template-columns: 1fr;
    min-height: 300px;
    padding: 28px;
  }

  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .profile-page,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .profile-login,
  .profile-card,
  .profile-section {
    border-radius: 18px;
  }

  .profile-order-total {
    justify-items: start;
  }

  .cart-item {
    grid-template-columns: 86px 1fr;
  }

  .cart-item img {
    width: 86px;
    height: 76px;
  }

  .qty-control,
  .cart-item .remove-btn {
    grid-column: 1 / -1;
  }

  .detail-actions,
  .double-fields {
    grid-template-columns: 1fr;
  }

  .gallery > img {
    height: 380px;
  }

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

  .admin-head {
    align-items: stretch;
    flex-direction: column;
  }

  .export-actions {
    justify-content: flex-start;
  }

  .admin-list article {
    grid-template-columns: 58px 1fr;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .admin-topbar {
    position: static;
    align-items: stretch;
    flex-direction: column;
  }

  .admin-stat-grid,
  .admin-grid-2,
  .admin-entity-grid,
  .admin-product-form,
  .admin-inline-form,
  .home-toggle-grid,
  .home-banners,
  .admin-filters {
    grid-template-columns: 1fr;
  }

  .bulk-bar {
    grid-template-columns: 1fr 1fr;
  }

  .triple-fields,
  .admin-modal-grid {
    grid-template-columns: 1fr;
  }

  .admin-live-preview {
    position: static;
  }

  .admin-list article button {
    grid-column: 1 / -1;
  }

  .search-overlay,
  .quick-order-modal {
    padding: 12px;
  }

  .search-panel,
  .quick-order-panel {
    margin-top: 24px;
    padding: 18px;
  }

  .search-result {
    grid-template-columns: 58px 1fr;
  }

  .search-result strong {
    grid-column: 2;
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(5, 5, 5, 0.92);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
  }

  .mobile-bottom-bar a,
  .mobile-bottom-bar button {
    min-height: 50px;
    border: 0;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
  }

  body {
    padding-bottom: 72px;
  }

  .cart-drawer-panel {
    width: 100%;
  }

  .drawer-actions {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 190px;
  }

  .benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .benefits article:last-child {
    border-bottom: 0;
  }

  .site-footer {
    padding: 34px 24px;
  }
}

@media (min-width: 1320px) {
  .site-header {
    grid-template-columns: 210px 1fr 230px;
    padding-inline: 78px;
  }

  .hero {
    min-height: 570px;
  }

  .hero-copy {
    width: min(610px, 50%);
    padding-left: 150px;
  }

  .hero-logo img {
    width: 470px;
    max-width: 470px;
  }

  .category-grid,
  .brands-panel,
  .new-section,
  .benefits,
  .page-hero,
  .brand-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .info-grid,
  .profile-page,
  .admin-layout {
    width: calc(100% - 112px);
  }

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

@media (orientation: landscape) and (max-width: 1100px) {
  .store-frame {
    width: min(100%, calc(100% - 8px));
    border-radius: 22px;
  }

  .site-header {
    min-height: 70px;
    padding-inline: 22px;
  }

  .mini-logo img {
    width: 124px;
  }

  .hero {
    min-height: min(500px, calc(100vh - 70px));
  }

  .hero-copy {
    width: 58%;
    padding: 54px 0 0 42px;
  }

  .hero-logo img {
    width: min(360px, 48vw);
  }

  .tagline {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 12px;
  }

  .intro {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .primary-cta {
    width: auto;
    min-height: 46px;
    margin-top: 18px;
  }

  .hero-person {
    display: block;
    width: 55%;
    opacity: 0.9;
  }

  .hero-pager {
    display: grid;
    right: 34px;
    top: 150px;
  }

  .category-grid,
  .brands-panel,
  .new-section,
  .benefits,
  .page-hero,
  .brand-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .info-grid,
  .profile-page,
  .admin-layout {
    width: calc(100% - 28px);
  }

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

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

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

  .category-card {
    min-height: 165px;
  }

  .product-media {
    aspect-ratio: 1 / 0.78;
  }

  .benefits article {
    min-height: 78px;
    padding: 14px 16px;
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1.1fr 0.8fr 0.9fr 1.35fr;
    padding: 30px 28px;
  }
}

@media (orientation: landscape) and (max-width: 900px) {
  .store-frame {
    width: 100%;
    border-width: 0;
    border-radius: 0;
  }

  .hero {
    min-height: 420px;
  }

  .hero-copy {
    width: 60%;
    padding: 42px 0 0 28px;
  }

  .hero-logo img {
    width: min(310px, 46vw);
  }

  .tagline {
    letter-spacing: 9px;
  }

  .intro {
    max-width: 360px;
  }

  .hero-pager {
    display: none;
  }

  .category-card h3 {
    font-size: 23px;
  }

  .category-card p {
    font-size: 11px;
  }

  .brand-tile {
    min-height: 78px;
    font-size: 25px;
  }

  .product-body {
    padding: 13px;
  }

  .product-body h3 {
    font-size: 12px;
  }

  .buy-btn,
  .details-btn {
    font-size: 11px;
  }

  .mobile-bottom-bar {
    left: 16px;
    right: 16px;
    grid-template-columns: repeat(4, minmax(90px, 1fr));
  }
}

@media (max-width: 1100px) {
  .promo-slider,
  .home-banners {
    width: calc(100% - 48px);
  }
}

@media (max-width: 700px) {
  .promo-slider,
  .home-banners {
    width: calc(100% - 24px);
  }

  .home-banners {
    grid-template-columns: 1fr;
  }

  .promo-slider {
    min-height: 360px;
  }

  .promo-slide {
    padding: 26px 20px 58px;
  }

  .promo-slide div {
    width: 100%;
  }

  .promo-arrow {
    display: none;
  }

  .promo-dots {
    left: 20px;
    bottom: 20px;
  }

  .home-banner {
    min-height: 150px;
  }
}

/* Landscape reference homepage */
.landscape-shell {
  background:
    radial-gradient(circle at 78% 7%, rgba(223, 255, 33, 0.08), transparent 330px),
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.045), transparent 330px),
    #050505;
}

.landscape-shell::before {
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 20% 40%, rgba(223, 255, 33, 0.12), transparent 2px);
  background-size: auto, 22px 22px;
}

.landscape-shell .store-frame {
  width: min(1600px, calc(100% - 16px));
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 76% 18%, rgba(223, 255, 33, 0.06), transparent 300px),
    linear-gradient(180deg, #060606 0, #050505 58%, #070707 100%);
}

.landscape-shell .site-header {
  grid-template-columns: 176px minmax(0, 1fr) minmax(410px, 0.72fr);
  min-height: 58px;
  padding: 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(5, 5, 5, 0.7);
}

.landscape-shell .mini-logo img {
  width: 132px;
}

.landscape-shell .main-nav {
  justify-content: flex-start;
  gap: clamp(18px, 2.2vw, 42px);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.landscape-shell .header-icons {
  align-items: center;
  gap: 12px;
}

.header-search {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 36px;
  align-items: center;
  width: min(250px, 24vw);
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.74);
}

.header-search input {
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 11px;
  background: transparent;
  color: #fff;
  font-size: 12px;
}

.header-search button {
  display: grid;
  width: 36px;
  height: 32px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.header-search svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.landscape-shell .icon-btn {
  width: 30px;
  height: 30px;
}

.landscape-shell .icon-btn svg {
  width: 21px;
  height: 21px;
}

.landscape-shell .search-icon-only {
  display: none;
}

.cart-text-btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

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

.landscape-home {
  position: relative;
  width: calc(100% - 104px);
  max-width: 1510px;
  margin: 0 auto;
}

.landscape-hero {
  position: relative;
  min-height: 415px;
  overflow: hidden;
  margin-inline: calc((100vw - min(1600px, calc(100vw - 16px))) / -2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0 37%, rgba(5, 5, 5, 0.42) 56%, rgba(5, 5, 5, 0.88) 100%),
    radial-gradient(circle at 45% 42%, rgba(255, 255, 255, 0.16), transparent 235px),
    radial-gradient(circle at 78% 74%, rgba(223, 255, 33, 0.14), transparent 210px),
    #050505;
}

.landscape-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0 76%, #050505 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
  opacity: 0.36;
  pointer-events: none;
}

.landscape-hero::after {
  content: "";
  position: absolute;
  left: 34%;
  bottom: 0;
  width: 38%;
  height: 210px;
  opacity: 0.38;
  background:
    radial-gradient(circle at 30% 45%, rgba(223, 255, 33, 0.38), transparent 42%),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.22), transparent 48%);
  filter: blur(28px);
  pointer-events: none;
}

.hero-scanline {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(115deg, transparent 0 64%, rgba(255, 255, 255, 0.1) 64.1%, transparent 64.35%),
    linear-gradient(105deg, transparent 0 72%, rgba(223, 255, 33, 0.12) 72.08%, transparent 72.28%);
}

.hero-left-index {
  position: absolute;
  left: calc(50% - 575px);
  top: 50px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 950;
}

.hero-left-index span {
  width: 54px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

.landscape-hero-copy {
  position: relative;
  z-index: 3;
  width: min(460px, 38vw);
  margin-left: clamp(86px, 16vw, 250px);
  padding-top: 82px;
}

.landscape-hero-logo {
  width: min(430px, 34vw);
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.82));
}

.landscape-tagline {
  margin: 18px 0 0;
  color: var(--acid);
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 950;
  letter-spacing: 17px;
}

.landscape-intro {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.landscape-cta {
  min-width: 172px;
  min-height: 44px;
  margin-top: 16px;
  font-size: 12px;
}

.landscape-hero-visual {
  position: absolute;
  right: 7%;
  bottom: 0;
  z-index: 2;
  width: 48%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0, rgba(5, 5, 5, 0.08) 42%, rgba(5, 5, 5, 0.82) 100%),
    url("https://images.unsplash.com/photo-1506629905607-d405d7d3b0d2?auto=format&fit=crop&w=1500&q=88") center 31% / cover;
  filter: grayscale(0.62) contrast(1.25) brightness(0.48);
}

.landscape-hero-visual .fence {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.2) 49%, transparent 51%),
    linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.16) 49%, transparent 51%);
  background-size: 68px 68px;
}

.yellow-mark {
  position: absolute;
  right: 3%;
  top: 15%;
  width: 130px;
  height: 230px;
  opacity: 0.3;
  background:
    repeating-linear-gradient(115deg, rgba(223, 255, 33, 0.42) 0 8px, transparent 8px 16px);
  transform: skew(-14deg);
}

.hood-logo {
  position: absolute;
  left: 44%;
  top: 32%;
  color: rgba(255, 255, 255, 0.32);
  font-weight: 950;
  transform: rotate(-9deg);
}

.landscape-pager {
  position: absolute;
  right: 8.8%;
  top: 135px;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.landscape-pager strong {
  color: var(--acid);
}

.landscape-pager span {
  width: 1px;
  height: 60px;
  background: linear-gradient(var(--acid), rgba(255, 255, 255, 0.32));
}

.landscape-pager em {
  font-style: normal;
}

.home-video {
  position: absolute;
  right: 5.5%;
  bottom: 68px;
  z-index: 6;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 6px 12px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
}

.home-video span {
  grid-row: span 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: var(--acid);
}

.home-video b {
  font-size: 11px;
}

.home-video small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
}

.landscape-categories {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: -6px;
}

.landscape-category,
.collection-banner,
.landscape-brands,
.landscape-new,
.landscape-benefits,
.landscape-community {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(18, 18, 18, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.landscape-category {
  position: relative;
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 20px 22px;
}

.landscape-category::before,
.collection-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.24)),
    var(--cat-bg, var(--banner-image)) center / cover;
  filter: grayscale(0.22) brightness(0.62) contrast(1.05);
  transition: transform 0.28s ease;
}

.landscape-category > *,
.collection-banner > * {
  position: relative;
  z-index: 1;
}

.landscape-category svg,
.landscape-benefits svg {
  width: 42px;
  min-width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--acid);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landscape-category span {
  display: grid;
  gap: 6px;
}

.landscape-category b {
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.landscape-category small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.landscape-category i {
  margin-left: auto;
  color: var(--acid);
  font-size: 24px;
  font-style: normal;
}

.landscape-category:hover,
.collection-banner:hover,
.landscape-brand-grid a:hover,
.landscape-product:hover {
  border-color: rgba(223, 255, 33, 0.78);
  box-shadow: 0 0 34px rgba(223, 255, 33, 0.12);
}

.landscape-category:hover::before,
.collection-banner:hover::before {
  transform: scale(1.045);
}

.home-row {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.home-row-top,
.home-row-products {
  grid-template-columns: 0.93fr 1fr;
}

.collection-banner {
  position: relative;
  display: grid;
  min-height: 108px;
  align-content: center;
  overflow: hidden;
  padding: 19px 24px;
}

.collection-banner span,
.collection-banner em {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.collection-banner strong {
  color: var(--acid);
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 0.9;
  text-transform: uppercase;
}

.collection-banner small {
  display: inline-flex;
  width: max-content;
  min-height: 31px;
  align-items: center;
  gap: 12px;
  margin-top: 11px;
  padding: 0 17px;
  background: var(--acid);
  color: #050505;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.sale-banner {
  min-height: 166px;
}

.sale-banner strong {
  max-width: 470px;
  color: var(--acid);
  font-size: clamp(38px, 4.5vw, 64px);
}

.sale-banner em {
  color: #fff;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 950;
}

.landscape-brands {
  padding: 16px 18px 18px;
}

.landscape-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.landscape-section-head h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.landscape-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.landscape-brand-grid a {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(4, 4, 4, 0.5);
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 950;
  text-transform: uppercase;
}

.landscape-new {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

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

.landscape-product {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(18, 18, 18, 0.72);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.landscape-product:hover {
  transform: translateY(-4px);
}

.landscape-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: #111;
}

.landscape-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) brightness(0.68) contrast(1.08);
  transition: transform 0.25s ease;
}

.landscape-product:hover .landscape-product-media img {
  transform: scale(1.05);
}

.landscape-product-media span {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 2px 5px;
  border-radius: 2px;
  background: var(--acid);
  color: #050505;
  font-size: 10px;
  font-weight: 950;
}

.landscape-product-body {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 10px 9px 9px;
}

.landscape-product-body h3 {
  min-height: 28px;
  margin: 0 22px 0 0;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 800;
  text-transform: uppercase;
}

.landscape-product-body .favorite {
  right: 8px;
  top: 5px;
  font-size: 20px;
}

.landscape-product-body strong {
  font-size: 13px;
}

.landscape-product-body .buy-btn {
  min-height: 29px;
  font-size: 9px;
}

.home-row-support {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.82fr);
  align-items: stretch;
  margin-bottom: 10px;
}

.landscape-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.landscape-benefits article {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.landscape-benefits article:last-child {
  border-right: 0;
}

.landscape-benefits svg {
  width: 31px;
  min-width: 31px;
  height: 31px;
}

.landscape-benefits b,
.landscape-benefits small {
  display: block;
}

.landscape-benefits b {
  font-size: 12px;
  text-transform: uppercase;
}

.landscape-benefits small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.landscape-community {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 10px 14px;
}

.landscape-community span,
.landscape-community em {
  color: var(--acid);
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
}

.landscape-community strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.05;
  text-transform: uppercase;
}

.community-avatars {
  display: flex;
  gap: 6px;
}

.community-avatars img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.82);
}

.landscape-community > a {
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.community-socials {
  display: flex;
  grid-column: 3;
  gap: 8px;
  justify-content: flex-end;
}

.community-socials span {
  color: #fff;
}

.landscape-shell .site-footer {
  grid-template-columns: 1.05fr 0.72fr 0.82fr 0.82fr 1.55fr;
  gap: 38px;
  max-width: 1510px;
  margin: 12px auto 0;
  padding: 28px 0 28px;
  border-top-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

.footer-slogan {
  margin: 11px 0 0;
  color: var(--acid);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 7px;
}

.landscape-shell .copy {
  margin-top: 24px;
}

.landscape-shell .site-footer h3 {
  font-size: 11px;
}

.landscape-shell .site-footer nav a,
.landscape-shell .subscribe p {
  font-size: 11px;
}

@media (max-width: 1280px) {
  .landscape-shell .site-header {
    grid-template-columns: 150px 1fr auto;
    padding-inline: 22px;
  }

  .landscape-shell .main-nav {
    gap: 18px;
  }

  .header-search {
    display: none;
  }

  .landscape-shell .search-icon-only {
    display: inline-grid;
  }

  .landscape-home {
    width: calc(100% - 36px);
  }

  .landscape-hero-copy {
    margin-left: 72px;
  }
}

@media (max-width: 980px) {
  .home-row-top,
  .home-row-products,
  .home-row-support {
    grid-template-columns: 1fr;
  }

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

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

  .landscape-benefits article:nth-child(2) {
    border-right: 0;
  }

  .landscape-community {
    grid-template-columns: 1fr;
  }

  .community-socials {
    grid-column: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .landscape-shell .site-header {
    min-height: 72px;
  }

  .landscape-shell .store-frame {
    width: 100%;
  }

  .landscape-home {
    width: calc(100% - 24px);
  }

  .landscape-hero {
    min-height: 570px;
    margin-inline: -12px;
  }

  .landscape-hero-copy {
    width: auto;
    margin: 0;
    padding: 84px 24px 0;
  }

  .landscape-hero-logo {
    width: min(330px, 86vw);
  }

  .landscape-tagline {
    letter-spacing: 10px;
  }

  .landscape-hero-visual {
    right: 0;
    width: 100%;
    opacity: 0.42;
  }

  .hero-left-index,
  .landscape-pager,
  .home-video {
    display: none;
  }

  .landscape-categories,
  .landscape-brand-grid,
  .landscape-product-row,
  .landscape-benefits {
    grid-template-columns: 1fr;
  }

  .landscape-category {
    min-height: 102px;
  }

  .landscape-product-media {
    aspect-ratio: 1 / 0.75;
  }

  .landscape-shell .site-footer {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding-bottom: 92px;
  }
}

/* Reference alignment fixes */
.landscape-shell .store-frame {
  width: min(1560px, calc(100% - 18px));
}

.landscape-home {
  width: min(1450px, calc(100% - 76px));
  max-width: none;
}

.landscape-hero {
  min-height: 392px;
  margin: 0;
  border-left: 0;
  border-right: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.66) 28%, rgba(5, 5, 5, 0.18) 55%, rgba(5, 5, 5, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.08) 62%, rgba(5, 5, 5, 0.96) 100%),
    url("assets/ratel-hero-person.png") center 31% / cover no-repeat,
    #050505;
}

.landscape-hero-copy {
  width: min(520px, 46vw);
  margin-left: clamp(116px, 12vw, 190px);
  padding-top: 54px;
}

.landscape-hero-logo {
  width: min(430px, 100%);
  max-width: 100%;
  object-fit: contain;
  transform: none;
}

.landscape-tagline {
  margin-top: 14px;
  font-size: 18px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  letter-spacing: 13px;
}

.landscape-intro {
  margin-top: 16px;
  font-size: 13px;
}

.landscape-cta {
  min-width: 184px;
  min-height: 42px;
}

.hero-left-index {
  left: clamp(96px, 10vw, 176px);
  top: 46px;
}

.landscape-hero-visual {
  right: 0;
  width: 58%;
  background: none;
  filter: none;
  pointer-events: none;
}

.landscape-hero::after {
  left: 27%;
  width: 48%;
  opacity: 0.18;
  background:
    radial-gradient(ellipse at 22% 60%, rgba(223, 255, 33, 0.18), transparent 58%),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.14), transparent 52%);
}

.yellow-mark {
  opacity: 0.18;
  filter: blur(0.4px);
}

.landscape-categories {
  margin-top: 12px;
}

.landscape-category {
  min-height: 86px;
  padding: 16px 22px;
}

.landscape-category svg {
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.landscape-category b {
  font-size: 22px;
}

.home-row {
  gap: 12px;
  margin-top: 12px;
}

.home-row-top,
.home-row-products {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.02fr);
}

.collection-banner {
  min-height: 112px;
}

.landscape-brands {
  min-height: 112px;
}

.landscape-brand-grid a {
  min-height: 58px;
}

.landscape-product-row {
  gap: 8px;
}

.landscape-product-media {
  aspect-ratio: 1 / 0.98;
}

.sale-banner {
  min-height: 166px;
}

.home-row-support {
  grid-template-columns: minmax(0, 1.24fr) minmax(360px, 0.82fr);
}

.landscape-shell .site-footer {
  width: min(1450px, calc(100% - 76px));
  max-width: none;
}

@media (max-width: 1280px) {
  .landscape-home,
  .landscape-shell .site-footer {
    width: calc(100% - 70px);
  }

  .landscape-hero-copy {
    width: min(500px, 52vw);
    margin-left: 68px;
  }

  .landscape-hero-logo {
    width: 360px;
  }

  .hero-left-index {
    left: 70px;
  }

  .landscape-tagline {
    letter-spacing: 10px;
  }
}

@media (max-width: 980px) {
  .landscape-home,
  .landscape-shell .site-footer {
    width: calc(100% - 36px);
  }

  .landscape-hero-copy {
    width: min(460px, 58vw);
    margin-left: 36px;
  }

  .hero-left-index {
    left: 38px;
  }
}

/* Final mobile pass */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .landscape-shell .store-frame,
  .store-frame {
    width: 100%;
    border: 0;
    border-radius: 0;
  }

  .landscape-shell .site-header,
  .site-header {
    grid-template-columns: auto auto 1fr;
    min-height: 58px;
    padding: 0 12px;
  }

  .landscape-shell .mini-logo img,
  .mini-logo img {
    width: 96px;
  }

  .menu-toggle {
    width: 32px;
    height: 32px;
  }

  .landscape-shell .main-nav,
  .main-nav {
    left: 10px;
    right: 10px;
    top: 100%;
    gap: 0;
    padding: 8px;
    font-size: 12px;
  }

  .main-nav a {
    padding: 10px;
  }

  .header-search,
  .cart-text-btn {
    display: none;
  }

  .landscape-shell .header-icons,
  .header-icons {
    gap: 5px;
  }

  .landscape-shell .icon-btn,
  .icon-btn {
    width: 27px;
    height: 27px;
  }

  .landscape-shell .icon-btn svg,
  .icon-btn svg {
    width: 19px;
    height: 19px;
  }

  .cart-btn span,
  .favorite-link span {
    top: -4px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .landscape-home {
    width: calc(100% - 20px);
  }

  .landscape-hero {
    min-height: 430px;
    margin: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.56) 0%, rgba(5, 5, 5, 0.86) 62%, rgba(5, 5, 5, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.72) 55%, rgba(5, 5, 5, 0.2) 100%),
      url("assets/ratel-hero-person.png") 61% center / auto 100% no-repeat,
      #050505;
  }

  .landscape-hero::after {
    left: -12%;
    bottom: 0;
    width: 100%;
    height: 145px;
    opacity: 0.12;
  }

  .hero-left-index,
  .landscape-pager,
  .home-video,
  .landscape-hero-visual {
    display: none;
  }

  .landscape-hero-copy {
    width: min(292px, calc(100vw - 42px));
    margin-left: 16px;
    padding-top: 58px;
  }

  .landscape-hero-logo {
    width: min(270px, 100%);
  }

  .landscape-tagline {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    letter-spacing: 6px;
  }

  .landscape-intro {
    margin-top: 12px;
    max-width: 245px;
    font-size: 12px;
    line-height: 1.45;
  }

  .primary-cta,
  .landscape-cta {
    width: auto;
    min-width: 150px;
    min-height: 38px;
    margin-top: 14px;
    padding: 0 15px;
    font-size: 11px;
  }

  .landscape-categories,
  .home-row,
  .home-row-top,
  .home-row-products,
  .home-row-support {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 9px;
  }

  .landscape-category {
    min-height: 78px;
    gap: 12px;
    padding: 13px 16px;
    border-radius: 8px;
  }

  .landscape-category svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .landscape-category b {
    font-size: 18px;
  }

  .landscape-category small {
    font-size: 10px;
  }

  .collection-banner,
  .sale-banner,
  .landscape-brands,
  .landscape-benefits,
  .landscape-community {
    border-radius: 8px;
  }

  .collection-banner {
    min-height: 116px;
    padding: 16px;
  }

  .collection-banner strong {
    font-size: 28px;
  }

  .sale-banner strong {
    font-size: 34px;
  }

  .sale-banner em {
    font-size: 21px;
  }

  .collection-banner small {
    min-height: 29px;
    padding: 0 13px;
    font-size: 9px;
  }

  .landscape-brands {
    min-height: 0;
    padding: 14px;
  }

  .landscape-section-head {
    margin-bottom: 10px;
  }

  .landscape-section-head h2 {
    font-size: 11px;
  }

  .landscape-section-head a {
    gap: 8px;
    font-size: 9px;
  }

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

  .landscape-brand-grid a {
    min-height: 46px;
    font-size: 22px;
  }

  .landscape-product-row,
  .product-grid,
  .catalog-products.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .landscape-product,
  .product-card {
    border-radius: 7px;
  }

  .landscape-product-media,
  .product-media {
    aspect-ratio: 1 / 0.95;
  }

  .landscape-product-body,
  .product-body {
    padding: 8px;
  }

  .landscape-product-body h3,
  .product-body h3 {
    min-height: 26px;
    margin-right: 20px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .landscape-product-body .favorite,
  .favorite {
    right: 8px;
    top: 7px;
    font-size: 18px;
  }

  .price,
  .landscape-product-body strong {
    font-size: 13px;
  }

  .buy-btn,
  .details-btn,
  .compare-btn {
    min-height: 29px;
    font-size: 9px;
  }

  .product-card-actions {
    gap: 6px;
  }

  .landscape-benefits {
    grid-template-columns: 1fr;
  }

  .landscape-benefits article {
    min-height: 56px;
    padding: 10px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .landscape-benefits article:last-child {
    border-bottom: 0;
  }

  .landscape-benefits svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }

  .landscape-community {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .community-avatars {
    overflow: hidden;
  }

  .community-avatars img {
    width: 38px;
    height: 38px;
  }

  .category-grid,
  .brands-panel,
  .new-section,
  .benefits,
  .page-hero,
  .brand-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .info-grid,
  .profile-page,
  .admin-layout {
    width: calc(100% - 20px);
  }

  .gallery > img {
    height: auto;
    aspect-ratio: 1 / 1.08;
  }

  .detail-panel {
    padding: 16px;
  }

  .detail-panel h1 {
    font-size: 28px;
  }

  .cart-drawer-panel {
    width: 100%;
  }

  .mobile-bottom-bar {
    left: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 12px;
  }

  .mobile-bottom-bar a,
  .mobile-bottom-bar button {
    min-height: 44px;
    font-size: 10px;
  }

  .landscape-shell .site-footer,
  .site-footer {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 16px;
    padding: 24px 0 82px;
  }

  .footer-logo img {
    width: 118px;
  }

  .footer-slogan {
    letter-spacing: 5px;
  }
}

.mobile-menu,
.mobile-sheet-backdrop,
.mobile-sort-sheet,
.mobile-buy-bar,
.mobile-product-top,
.mobile-gallery-dots,
.mobile-catalog-actions,
.mobile-sort-current {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --mobile-pad: 14px;
    --mobile-acid: #dfff21;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #050505;
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  body.overlay-open {
    overflow: hidden;
  }

  .store-frame {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 0%, rgba(223, 255, 33, 0.08), transparent 280px),
      #050505;
  }

  #app {
    padding-top: 64px;
  }

  .landscape-shell .site-header,
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 95;
    display: grid;
    grid-template-columns: 48px 1fr 92px;
    min-height: 64px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 5, 5, 0.72);
    backdrop-filter: blur(18px);
  }

  .landscape-shell .mini-logo,
  .mini-logo {
    grid-column: 2;
    justify-self: center;
    order: 2;
  }

  .landscape-shell .mini-logo img,
  .mini-logo img {
    width: 92px;
    max-height: 42px;
    object-fit: contain;
  }

  .menu-toggle {
    display: inline-grid;
    grid-column: 1;
    justify-self: start;
    order: 1;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
  }

  .landscape-shell .main-nav,
  .main-nav {
    display: none;
  }

  .landscape-shell .header-icons,
  .header-icons {
    grid-column: 3;
    justify-self: end;
    order: 3;
    gap: 8px;
  }

  .header-search,
  .cart-text-btn,
  .header-icons > a[href="#/profile"],
  .header-icons > .favorite-link {
    display: none !important;
  }

  .landscape-shell .icon-btn,
  .icon-btn {
    width: 36px;
    height: 36px;
  }

  .landscape-shell .icon-btn svg,
  .icon-btn svg {
    width: 22px;
    height: 22px;
  }

  .cart-btn span,
  .favorite-link span {
    top: -2px;
    right: -2px;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    background: var(--mobile-acid);
    color: #050505;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: block;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(12px);
    transition: opacity 0.24s ease;
  }

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

  .mobile-menu-panel {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: min(86vw, 340px);
    height: 100%;
    padding: 22px 18px calc(24px + env(safe-area-inset-bottom, 0px));
    border-right: 1px solid rgba(223, 255, 33, 0.18);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      radial-gradient(circle at 20% 20%, rgba(223, 255, 33, 0.1), transparent 170px),
      #050505;
    box-shadow: 20px 0 80px rgba(0, 0, 0, 0.72);
    transform: translateX(-102%);
    transition: transform 0.28s ease;
  }

  .mobile-menu.open .mobile-menu-panel {
    transform: translateX(0);
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 24px;
  }

  .mobile-menu-head img {
    width: 128px;
  }

  .mobile-menu-head button,
  .mobile-product-top button {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 30px;
  }

  .mobile-menu nav {
    display: grid;
    align-content: start;
    gap: 4px;
  }

  .mobile-menu nav a {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-menu-foot {
    display: grid;
    gap: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
  }

  .mobile-menu-foot a {
    color: var(--mobile-acid);
    font-weight: 900;
  }

  .mobile-bottom-bar {
    position: fixed;
    z-index: 94;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 68px;
    padding: 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(8, 8, 8, 0.86);
    backdrop-filter: blur(18px);
    box-shadow: 0 -18px 46px rgba(0, 0, 0, 0.55);
  }

  .mobile-bottom-bar a,
  .mobile-bottom-bar button {
    position: relative;
    display: grid;
    place-items: center;
    gap: 2px;
    min-height: 52px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: rgba(255, 255, 255, 0.56);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
  }

  .mobile-bottom-bar span {
    font-size: 22px;
    line-height: 1;
  }

  .mobile-bottom-bar small {
    font-size: 9px;
  }

  .mobile-bottom-bar .active {
    color: var(--mobile-acid);
  }

  .mobile-bottom-bar b {
    position: absolute;
    top: 2px;
    right: 11px;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--mobile-acid);
    color: #050505;
    font-size: 10px;
    font-weight: 950;
  }

  .landscape-home {
    width: 100%;
    padding: 0 14px 12px;
  }

  .landscape-hero {
    min-height: clamp(620px, 166vw, 740px);
    margin: 0 -14px;
    border: 0;
    border-radius: 0 0 22px 22px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.28) 0%, rgba(5, 5, 5, 0.42) 38%, rgba(5, 5, 5, 0.96) 92%),
      linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.2) 58%, rgba(5, 5, 5, 0.74) 100%),
      url("assets/ratel-hero-person.png") center top / auto 68% no-repeat,
      #050505;
  }

  .landscape-hero::before {
    opacity: 0.38;
  }

  .landscape-hero::after {
    bottom: 205px;
    left: -34px;
    width: 86%;
    height: 170px;
    opacity: 0.15;
    filter: blur(18px);
  }

  .hero-left-index {
    display: flex;
    top: 92px;
    left: 28px;
    color: var(--mobile-acid);
  }

  .hero-left-index span {
    width: 36px;
  }

  .landscape-pager,
  .home-video,
  .landscape-hero-visual {
    display: none;
  }

  .landscape-hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 30px;
  }

  .landscape-hero-logo {
    width: min(310px, 86vw);
    margin-left: -4px;
  }

  .landscape-tagline {
    width: min(300px, 84vw);
    margin: 12px 0 0;
    color: var(--mobile-acid);
    font-size: 13px;
    letter-spacing: 8px;
    line-height: 1.75;
    text-shadow: 0 0 16px rgba(223, 255, 33, 0.35);
  }

  .landscape-intro {
    max-width: 270px;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.55;
  }

  .landscape-cta,
  .primary-cta {
    min-height: 52px;
    min-width: 174px;
    border-radius: 6px;
    font-size: 12px;
  }

  .landscape-categories {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .landscape-category {
    min-height: 84px;
    padding: 16px 18px;
    border-radius: 12px;
  }

  .landscape-category b {
    font-size: 21px;
  }

  .landscape-category small {
    font-size: 10px;
  }

  .home-row,
  .home-row-top,
  .home-row-products,
  .home-row-support {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .collection-banner {
    min-height: 124px;
    padding: 16px;
    border-radius: 12px;
  }

  .collection-banner strong {
    font-size: 27px;
  }

  .sale-banner strong {
    font-size: 31px;
  }

  .landscape-brands,
  .landscape-new,
  .landscape-benefits,
  .landscape-community {
    border-radius: 12px;
  }

  .landscape-brands,
  .landscape-new {
    padding: 14px;
  }

  .landscape-brand-grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .landscape-brand-grid a {
    min-width: 112px;
    min-height: 56px;
    font-size: 24px;
  }

  .landscape-product-row,
  .product-grid,
  .catalog-products.product-grid,
  .profile-favorites {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .landscape-product,
  .product-card {
    min-width: 0;
    border-radius: 10px;
  }

  .landscape-product-media,
  .product-media {
    aspect-ratio: 1 / 1.18;
  }

  .landscape-product-body,
  .product-body {
    padding: 10px;
  }

  .landscape-product-body h3,
  .product-body h3 {
    min-height: 34px;
    margin-right: 24px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .product-brand {
    font-size: 9px;
  }

  .badge {
    min-height: 18px;
    padding: 0 5px;
    font-size: 9px;
  }

  .buy-btn,
  .details-btn,
  .compare-btn {
    min-height: 30px;
    padding: 0 6px;
    font-size: 8.5px;
  }

  .landscape-benefits {
    grid-template-columns: 1fr;
  }

  .landscape-benefits article {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .landscape-community {
    grid-template-columns: 1fr;
  }

  .site-footer {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 18px auto 0;
    padding: 24px 0 94px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .new-section,
  .brand-hero,
  .page-hero,
  .profile-page,
  .info-grid,
  .admin-layout {
    width: calc(100% - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero.compact {
    min-height: auto;
    padding: 28px 0 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .page-hero.compact h1 {
    font-size: 28px;
  }

  .page-hero.compact p {
    font-size: 11px;
    color: var(--mobile-acid);
  }

  .catalog-hero span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
  }

  .mobile-catalog-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-catalog-actions .ghost-btn {
    min-height: 46px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
  }

  .catalog-layout {
    display: block;
  }

  .filters-panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    max-height: 86vh;
    overflow: auto;
    padding: 16px 16px calc(22px + env(safe-area-inset-bottom, 0px));
    border-radius: 22px 22px 0 0;
    transform: translateY(105%);
    transition: transform 0.28s ease;
  }

  .filters-panel.open {
    transform: translateY(0);
  }

  .mobile-sheet-head {
    display: grid;
    grid-template-columns: 28px 1fr 36px;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .mobile-sheet-head span {
    grid-column: 1 / -1;
    justify-self: center;
    width: 46px;
    height: 4px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.22);
  }

  .mobile-sheet-head strong {
    grid-column: 1 / 3;
    font-size: 16px;
    text-transform: uppercase;
  }

  .mobile-sheet-head button {
    grid-column: 3;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 28px;
  }

  .mobile-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: block;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    transition: opacity 0.2s ease;
  }

  .mobile-sheet-backdrop.open {
    pointer-events: auto;
    opacity: 1;
  }

  .mobile-sort-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    display: grid;
    gap: 8px;
    padding: 16px 16px calc(22px + env(safe-area-inset-bottom, 0px));
    border: 1px solid var(--line);
    border-radius: 22px 22px 0 0;
    background: #080808;
    transform: translateY(105%);
    transition: transform 0.28s ease;
  }

  .mobile-sort-sheet.open {
    transform: translateY(0);
  }

  .mobile-sort-sheet .js-sort-option {
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-weight: 900;
  }

  .mobile-sort-sheet .js-sort-option.active {
    border-color: var(--mobile-acid);
    color: var(--mobile-acid);
  }

  .mobile-sort-current {
    display: none;
  }

  .chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -14px 14px;
    padding: 0 14px 2px;
    scrollbar-width: none;
  }

  .chip {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 15px;
    font-size: 11px;
  }

  .catalog-meta {
    display: none;
  }

  .mobile-product-top {
    display: grid;
    grid-template-columns: 42px 1fr 82px;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .mobile-product-top img {
    justify-self: center;
    width: 95px;
  }

  .mobile-product-top > div {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  .product-detail {
    display: grid;
    gap: 16px;
    padding-top: 12px;
  }

  .gallery {
    position: relative;
  }

  .gallery > img {
    height: auto;
    aspect-ratio: 1 / 1.17;
    border-radius: 12px;
  }

  .thumbs {
    display: none;
  }

  .mobile-gallery-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 7px;
  }

  .mobile-gallery-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
  }

  .mobile-gallery-dots span.active {
    background: var(--mobile-acid);
  }

  .detail-panel {
    position: static;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .detail-panel h1 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.15;
  }

  .price-row.big .price {
    font-size: 22px;
  }

  .discount-pill {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    border-radius: 999px;
    padding: 0 8px;
    background: rgba(223, 255, 33, 0.12);
    color: var(--mobile-acid);
    font-size: 12px;
    font-weight: 950;
  }

  .size-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }

  .size-option {
    min-width: 0;
    min-height: 44px;
  }

  .qty-field input {
    max-width: 120px;
  }

  .detail-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .detail-actions .primary-cta,
  .detail-actions .ghost-btn {
    min-height: 52px;
    width: 100%;
  }

  .mobile-accordions {
    display: grid;
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-accordions details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-accordions summary {
    padding: 16px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 950;
    text-transform: uppercase;
  }

  .mobile-accordions p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
  }

  .related-mobile {
    margin-top: 18px;
    padding-bottom: 80px;
  }

  .mobile-buy-bar {
    position: fixed;
    z-index: 93;
    left: 10px;
    right: 10px;
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    display: none;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(223, 255, 33, 0.2);
    border-radius: 16px;
    background: rgba(5, 5, 5, 0.88);
    backdrop-filter: blur(16px);
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.54);
  }

  .mobile-product-page .mobile-buy-bar {
    display: grid;
  }

  .mobile-buy-bar strong {
    color: #fff;
    font-size: 18px;
  }

  .mobile-buy-bar .primary-cta {
    min-height: 44px;
    width: 100%;
    margin: 0;
  }

  .cart-layout,
  .checkout-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cart-list {
    gap: 10px;
  }

  .cart-item {
    position: relative;
    grid-template-columns: 84px 1fr 106px;
    gap: 10px;
    min-height: 122px;
    padding: 10px 38px 10px 10px;
    border-radius: 12px;
  }

  .cart-item img {
    width: 84px;
    height: 100px;
    border-radius: 9px;
  }

  .cart-item h3 {
    font-size: 11px;
    line-height: 1.35;
  }

  .cart-item p,
  .cart-item strong {
    font-size: 12px;
  }

  .cart-item .qty-control {
    align-self: end;
    grid-template-columns: 30px 34px 30px;
  }

  .cart-item > .favorite {
    position: absolute;
    right: 40px;
    bottom: 14px;
  }

  .cart-item > .remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    min-height: 28px;
    padding: 0;
    font-size: 19px;
  }

  .summary-card,
  .checkout-form {
    padding: 16px;
    border-radius: 14px;
  }

  .summary-card h2,
  .checkout-form h2 {
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
  }

  .summary-card li {
    font-size: 13px;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
  }

  .delivery-methods {
    display: grid;
    gap: 9px;
    margin: 8px 0 14px;
  }

  .delivery-methods > span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .delivery-method {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 2px 10px;
    align-items: center;
    min-height: 58px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
  }

  .delivery-method:has(input:checked) {
    border-color: var(--mobile-acid);
    box-shadow: 0 0 0 3px rgba(223, 255, 33, 0.08);
  }

  .delivery-method input {
    grid-row: span 2;
    accent-color: var(--mobile-acid);
  }

  .delivery-method b {
    font-size: 13px;
  }

  .delivery-method small {
    color: rgba(255, 255, 255, 0.58);
  }

  .success-state {
    width: calc(100% - 28px);
    min-height: calc(100vh - 170px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 16px;
    margin: 20px auto;
    padding: 34px 20px;
    border-radius: 18px;
  }

  .success-check {
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
    border: 2px solid var(--mobile-acid);
    border-radius: 50%;
    color: var(--mobile-acid);
    font-size: 54px;
    box-shadow: 0 0 36px rgba(223, 255, 33, 0.32);
  }

  .success-state h1 {
    font-size: 29px;
    line-height: 1.15;
  }

  .success-state strong span {
    color: var(--mobile-acid);
    font-size: 20px;
  }

  .search-overlay {
    z-index: 138;
    padding: 0;
    background: rgba(5, 5, 5, 0.94);
  }

  .search-overlay.open {
    display: block;
  }

  .search-panel {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 78px 14px 100px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at top right, rgba(223, 255, 33, 0.1), transparent 230px),
      #050505;
  }

  .close-search {
    top: 18px;
    right: 16px;
  }

  .search-field span {
    color: var(--mobile-acid);
  }

  .search-results {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .search-result {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
  }

  .search-result img {
    width: 64px;
    height: 64px;
    border-radius: 9px;
    object-fit: cover;
  }

  .search-result b,
  .search-result small {
    display: block;
  }

  .search-result b {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
  }

  .search-result small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.56);
  }

  .cart-drawer-panel {
    width: 100%;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .cart-drawer-head {
    padding: 20px 16px;
  }

  .cart-drawer-body {
    padding: 14px 14px 96px;
  }

  .drawer-actions {
    grid-template-columns: 1fr;
  }

  .admin-shell,
  .admin-layout {
    display: block;
  }

  .admin-sidebar,
  .admin-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    width: 100%;
    margin-bottom: 12px;
  }

  .admin-sidebar nav {
    display: flex;
    overflow-x: auto;
  }

  .admin-panel,
  .admin-content {
    padding: 14px;
  }

  .admin-stat-grid,
  .stats-grid,
  .admin-grid-2,
  .admin-product-form,
  .admin-products-table,
  .admin-filters {
    grid-template-columns: 1fr !important;
  }

  .admin-products-table,
  .admin-table-wrap {
    overflow-x: auto;
  }
}
