:root {
  --bg: #070707;
  --panel: #101010;
  --panel-soft: #171717;
  --text: #f5f1ec;
  --muted: #a49d96;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #df1f2d;
  --accent-dark: #8e111c;
  --accent-soft: rgba(223, 31, 45, .16);
  --ink: #050505;
  --glass: rgba(255,255,255,.075);
  --cream: #f5f1ec;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (min-width: 900px) {
  html { zoom: .9; }
}
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 16%, rgba(94,12,20,.24), transparent 34%),
    radial-gradient(circle at 12% 46%, rgba(70,8,14,.14), transparent 30%),
    linear-gradient(180deg, #050505 0, #080606 580px, var(--bg)),
    var(--bg);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}

.site-header, main, footer {
  width: min(1420px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 92px;
  padding-inline: max(28px, calc((100% - 1680px) / 2));
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 340px; height: 70px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; gap: 46px; color: rgba(255,255,255,.74); font-size: 18px; font-weight: 700; }
.main-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.account-link { padding: 10px 5px; color: #fff; font-size: 13px; font-weight: 800; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  transition: 180ms ease;
  white-space: nowrap;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0,0,0,.28); }
.button-primary { background: linear-gradient(135deg, #ff3443, var(--accent)); color: #fff; box-shadow: 0 14px 30px rgba(223,31,45,.24); }
.button-primary:hover { background: #f33a45; }
.button-outline { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.07); }
.button-ghost { color: #fff; background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.22); }
.button span { font-size: 22px; line-height: 1; }

.hero {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  gap: 18px;
  overflow: hidden;
  width: min(1680px, 100%);
  padding-inline: max(0px, calc((100% - 1420px) / 2));
  background:
    linear-gradient(90deg, rgba(5,5,5,.99) 0%, rgba(5,5,5,.94) 25%, rgba(5,5,5,.44) 52%, rgba(5,5,5,.22) 74%, rgba(5,5,5,.96) 100%),
    linear-gradient(180deg, rgba(5,5,5,0) 72%, var(--bg) 100%),
    url("/assets/hero-iphone-camera.png") right center / auto 100% no-repeat;
}
.hero::before {
  position: absolute;
  inset: 0;
  height: 100%;
  content: "";
  background:
    linear-gradient(90deg, rgba(5,5,5,.08) 0%, transparent 24%, rgba(5,5,5,.34) 72%, var(--bg) 100%),
    linear-gradient(180deg, transparent 0 62%, rgba(5,5,5,.78) 88%, var(--bg) 100%),
    radial-gradient(circle at 78% 38%, rgba(150,19,28,.16), transparent 30%);
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 54px 0 44px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(58px, 5.8vw, 92px);
  font-weight: 900;
  letter-spacing: -3.4px;
  line-height: .92;
}
h1 em, h2 em { color: var(--accent); font-family: Georgia, serif; font-weight: 400; letter-spacing: -2.5px; }
.hero-text {
  max-width: 640px;
  color: #c8c0b8;
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions { display: flex; gap: 12px; margin: 30px 0 28px; }
.hero-facts { display: grid; max-width: 1120px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.hero-facts div { display: grid; min-width: 0; align-content: center; gap: 0; min-height: 132px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.022)); box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.hero-facts div:nth-child(2) { padding-right: 24px; }
.hero-facts div + div { position: static; }
.hero-facts div + div::before { content: none; }
.hero-facts b { display: none; }
.hero-facts p { margin: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--cream); font-size: 19px; line-height: 1.08; letter-spacing: 0; }
.hero-facts span { margin-top: 7px; color: var(--muted); font-size: 16px; line-height: 1.25; letter-spacing: 0; text-transform: none; }
.hero-visual { position: relative; min-height: 640px; overflow: hidden; }
.hero-visual { pointer-events: none; }
.hero-visual::before {
  position: absolute;
  inset: 70px -30px 72px 60px;
  content: "";
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(223,31,45,.2), rgba(223,31,45,.055) 48%, transparent 70%);
  filter: blur(14px);
}
.hero-visual::after { position: absolute; inset: auto -160px -1px -130px; height: 180px; content: ""; background: linear-gradient(180deg, transparent, var(--bg) 76%); pointer-events: none; }
.hero-visual img {
  position: absolute;
  inset: -50px -210px -70px -210px;
  width: calc(100% + 420px);
  height: calc(100% + 120px);
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.08) contrast(1.05) drop-shadow(0 32px 68px rgba(0,0,0,.38));
  mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 91%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 91%, transparent 100%);
}
.hero-visual::before, .hero-visual::after, .hero-visual img { display: none; }
.category-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding: 0 0 22px;
  position: relative;
  z-index: 2;
}
.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 0;
  color: #1f1f1f;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: #f3f3f1;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  text-align: left;
  transition: 180ms ease;
  overflow: hidden;
}
.category-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(247,247,245,.98) 0%, rgba(247,247,245,.9) 28%, rgba(247,247,245,.18) 60%, rgba(247,247,245,0) 100%);
  pointer-events: none;
}
.category-card::after {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 3px;
  height: auto;
  content: "";
  background: var(--accent);
  opacity: 0;
  transform: scaleY(.55);
  transition: 180ms ease;
}
.category-card:hover, .category-card.active { border-color: rgba(223,31,45,.48); transform: translateY(-3px); box-shadow: 0 26px 52px rgba(0,0,0,.34); }
.category-card:hover::after, .category-card.active::after { opacity: .95; transform: scaleY(1); }
.category-card-image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; margin: 0; overflow: hidden; border: 0; border-radius: 0; background: #f3f3f1; }
.category-card img { display: block; width: 100%; height: 100%; padding: 8px; object-fit: contain; object-position: center; filter: none; opacity: .98; }
.category-cover {
  background-color: #f3f0ea;
  background-image: var(--cover-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.category-card[data-brand="Apple"] img,
.category-card[data-brand="Dyson"] img,
.category-card[data-section="PlayStation"] img { filter: none; opacity: .98; }
.category-card[data-brand="Xiaomi"] img { width: 38px; height: 38px; padding: 4px; border-radius: 9px; background: #ff6900; filter: none; }
.category-card-copy { position: relative; z-index: 3; display: grid; gap: 8px; width: min(46%, 260px); min-width: 0; margin-top: auto; padding: 0 0 30px 32px; }
.category-card strong, .category-card small { display: block; min-width: 0; }
.category-card strong { font-size: 34px; line-height: .98; letter-spacing: 0; color: #202020; }
.category-card small { color: #777; font-size: 15px; line-height: 1.25; font-weight: 800; }
.catalog-section { position: relative; margin-bottom: 18px; padding: 34px 28px 44px; border:1px solid rgba(255,255,255,.1); border-radius: 24px; color: var(--cream); background: linear-gradient(180deg, #101010, #070707); box-shadow:0 24px 70px rgba(0,0,0,.32); overflow: hidden; }
.catalog-section::before { position: absolute; inset: 0 0 auto; height: 3px; content: ""; background: linear-gradient(90deg, var(--accent), transparent 72%); opacity: .9; }
.catalog-section .eyebrow { color: var(--accent); }
.section-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin:22px 0 20px; }
.section-card { display:flex; min-height:250px; flex-direction:column; align-items:flex-start; padding:0; color:#202020; border:1px solid rgba(255,255,255,.08); border-radius:8px; background:#f3f3f1; text-align:left; box-shadow:0 18px 40px rgba(0,0,0,.28); transition:180ms ease; overflow:hidden; position:relative; }
.section-card::before { position:absolute; inset:0; z-index:1; content:""; background:linear-gradient(90deg, rgba(247,247,245,.98) 0%, rgba(247,247,245,.9) 30%, rgba(247,247,245,.18) 62%, rgba(247,247,245,0) 100%); pointer-events:none; }
.section-card .category-card-image { position:absolute; inset:0; width:100%; height:100%; margin:0; border-radius:0; background:#f3f3f1; }
.section-card .category-card-image img { width:100%; height:100%; padding:10px; object-fit:contain; object-position:center; filter:none; }
.section-card:hover { border-color:rgba(223,31,45,.42); transform:translateY(-2px); box-shadow:0 24px 52px rgba(0,0,0,.32); }
.section-card strong, .section-card small { display:block; }
.section-card strong { font-size:34px; line-height:.98; letter-spacing:0; color:#202020; }
.section-card small { color:#777; font-size:15px; font-weight:800; }
.shop-path { display:flex; flex-wrap:wrap; align-items:center; gap:9px; min-height:34px; margin-top:10px; color:var(--muted); font-size:15px; }
.shop-path button { padding:7px 10px; color:var(--cream); border:1px solid rgba(255,255,255,.12); border-radius:999px; background:#151515; font-weight:800; }
.shop-path button:hover { border-color:rgba(223,31,45,.65); color:#fff; }
.shop-path i { color:rgba(255,255,255,.25); font-style:normal; }
.shop-path span { color:var(--accent); font-weight:900; }
.benefits-section { padding: 78px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
h2 { margin-bottom: 0; font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -2.2px; line-height: .98; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(240px,1.55fr) repeat(5,minmax(142px,1fr)) minmax(116px,.62fr) minmax(116px,.62fr) auto; gap: 10px; margin: 24px 0 14px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background:#111; box-shadow: 0 18px 46px rgba(0,0,0,.2); }
.catalog-toolbar { grid-template-columns:minmax(260px,1.4fr) repeat(4,minmax(130px,1fr)) auto; }
.catalog-toolbar select, .catalog-toolbar input, .catalog-toolbar button { min-width: 0; min-height: 52px; padding: 0 14px; border: 1px solid rgba(18,18,18,.13); border-radius: 13px; color: #333; background: rgba(255,255,255,.96); outline: 0; transition: 160ms ease; box-shadow: inset 0 1px rgba(255,255,255,.7); }
.catalog-toolbar select:hover, .catalog-toolbar input:hover, .catalog-toolbar button:hover { border-color: rgba(223,31,45,.36); box-shadow: 0 9px 18px rgba(80,45,45,.08), inset 0 1px rgba(255,255,255,.8); }
.catalog-toolbar select:focus, .catalog-toolbar input:focus { border-color: rgba(223,31,45,.64); box-shadow: 0 0 0 3px rgba(223,31,45,.08); }
.catalog-toolbar input[type="number"]::-webkit-outer-spin-button,
.catalog-toolbar input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.catalog-toolbar input[type="number"] { appearance: textfield; }
.catalog-toolbar .reset-filters { display: flex; align-items: center; justify-content: center; gap: 8px; padding-inline: 22px; color: #fff; border-color: var(--accent); background: var(--accent); font-weight: 900; }
.section-heading > .reset-filters { display: inline-flex; width: auto; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #f5f1ec; background: rgba(255,255,255,.06); box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 28px rgba(0,0,0,.24); font-weight: 850; }
.section-heading > .reset-filters::before { content: "←"; color: var(--accent); font-size: 18px; line-height: 1; }
.reset-filters span { font-size: 20px; font-weight: 400; line-height: 1; }
.catalog-section .search-field {
  display: flex;
  width: auto;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(18,18,18,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.92);
}
.search-field span { color: var(--accent); font-size: 22px; }
.catalog-section .search-field input {
  width: 100%;
  height: 46px;
  color: #202020;
  border: 0;
  outline: 0;
  background: transparent;
}
.sync-note { margin: 21px 0 24px; color: #727272; font-size: 12px; }
.sync-note.warning { color: #ffbc71; }
.catalog-result-line { display: flex; align-items: center; justify-content: space-between; min-height: 22px; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 20px; }
.product-card {
  display: grid;
  grid-template-rows: auto minmax(62px, auto) minmax(34px, auto) auto;
  min-width: 0;
  border: 0;
  background: transparent;
  transition: 180ms ease;
}
.product-card:hover { transform: translateY(-4px); }
.product-open { display: block; }
.product-media {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06), 0 16px 34px rgba(0,0,0,.22);
}
.product-icon {
  display: grid;
  width: 94px; height: 94px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  color: var(--accent);
  background: rgba(255,255,255,.04);
  font-family: Georgia, serif;
  font-size: 34px;
}
.product-thumb { width: 100%; height: 100%; padding: 18px; object-fit: contain; object-position: center; transition: transform 220ms ease; }
.product-card:hover .product-thumb { transform: scale(1.035); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 10px; color: #fff; background: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-category { margin-top: 16px; color: #858585; font-size: 11px; text-transform: uppercase; }
.product-card h3 { margin: 16px 0 15px; color: #f4f4f4; font-size: 17px; font-weight: 750; letter-spacing: 0; line-height: 1.28; }
.color-picker { display: flex; min-height: 31px; align-content: flex-start; flex-wrap: wrap; gap: 5px; margin: 0 0 14px; }
.color-picker-empty { visibility: hidden; }
.color-picker button { display: flex; max-width: 100%; align-items: center; gap: 5px; padding: 5px 7px; overflow: hidden; color: #666; border: 1px solid #d5d5d5; border-radius: 999px; background: #fff; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.color-picker button.active { border-color: var(--accent); color: #222; }
.color-picker span, .detail-variants span { width: 12px; height: 12px; flex: 0 0 auto; border: 1px solid rgba(0,0,0,.14); border-radius: 50%; }
.variant-picker { display: grid; gap: 7px; margin: 5px 0 17px; }
.variant-picker span { color: #777; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.variant-select-shell { position: relative; display: block; }
.variant-picker select {
  width: 100%;
  min-height: 44px;
  padding: 0 39px 0 12px;
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  background: #fff;
  font-size: 12px;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
}
.variant-picker select:focus { border-color: rgba(223,31,45,.78); outline: 0; }
.variant-select-shell i { position: absolute; top: 50%; right: 13px; color: var(--accent); font-size: 19px; font-style: normal; line-height: 1; pointer-events: none; transform: translateY(-58%); }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; align-self: end; }
.product-price { min-width: 0; }
.product-price small, .product-price strong { display: block; }
.product-price small { margin-bottom: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.product-price s { color: #8b8580; text-decoration-color: rgba(223,31,45,.7); }
.product-price strong { color: #fff; font-size: 24px; letter-spacing: 0; white-space: nowrap; font-variant-numeric: tabular-nums; }
.variant-status { display: block; margin-top: 5px; color: var(--accent) !important; font-weight: 800; }
.product-buy {
  min-height: 42px;
  min-width: 112px;
  padding: 0 16px;
  color: white;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #ff3443, var(--accent));
  font-size: 12px;
  font-weight: 800;
}
.product-buy:hover { background: #f33a45; }
.product-request { min-height: 42px; min-width: 112px; padding: 0 14px; border: 1px solid rgba(223,31,45,.45); border-radius: 13px; color: #fff; background: rgba(223,31,45,.12); font-size: 12px; font-weight: 800; }
.catalog-more {
  display: block;
  min-height: 46px;
  margin: 34px auto 0;
  padding: 0 20px;
  color: #fff;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff3443, var(--accent));
  font-weight: 800;
}
.empty-state { margin-top: 22px; color: #727272; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(210px, 1fr)); gap: 18px; margin-top: 36px; }
.benefit-grid article { display: grid; min-height: 210px; align-content: start; grid-template-rows: auto 1fr auto; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.benefit-grid b { color: var(--accent); font-size: 15px; }
.benefit-grid h3 { margin: 44px 0 12px; font-size: 24px; line-height: 1.08; letter-spacing: -.4px; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); line-height: 1.5; }
.contact-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  padding: 78px 0;
  border-top: 1px solid var(--line);
}
.contact-section h2 { margin-bottom: 20px; }
.contact-section > div > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; }
.contact-card { display: flex; flex-direction: column; gap: 8px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.contact-card p { display: flex; justify-content: space-between; margin: 0; padding: 8px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.contact-card p strong { color: var(--cream); }
.contact-card a { padding-top: 8px; color: var(--accent); font-size: 18px; font-weight: 800; }
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 30px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
}
footer p { margin: 0; }
footer > a:last-child { color: var(--cream); }
.footer-links { display: flex; gap: 18px; color: var(--cream); }
.cart-button {
  min-height: 46px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid rgba(223,31,45,.56);
  border-radius: 14px;
  background: linear-gradient(135deg, #ff3443, var(--accent));
  font-size: 13px;
  font-weight: 800;
}
.cart-button span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 8px;
  border-radius: 50%;
  color: var(--accent);
  background: #fff;
  font-size: 12px;
  line-height: 1;
}
.cart-open { overflow: hidden; }
.cart-overlay {
  position: fixed;
  z-index: 10;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(4px);
}
.cart-overlay[hidden], [hidden] { display: none !important; }
.cart-panel {
  position: absolute;
  top: 0; right: 0;
  width: min(560px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: 26px 28px;
  border-left: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 4%, rgba(110,13,22,.18), transparent 38%),
    #070707;
  box-shadow: -24px 0 75px rgba(0,0,0,.36);
}
.cart-panel-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-panel-header h2 { margin: 0; font-size: 44px; line-height: .95; letter-spacing: -2px; }
.icon-button {
  display: grid;
  width: 44px; height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--panel);
  font-size: 26px;
}
.cart-items { display: grid; gap: 10px; }
.cart-empty {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}
.cart-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.cart-item img { width: 64px; height: 64px; padding: 6px; object-fit: contain; border-radius: 13px; background: #f8f7f4; }
.cart-item-copy { min-width: 0; }
.cart-item h3 { margin-bottom: 5px; overflow-wrap: anywhere; font-size: 15px; line-height: 1.25; }
.cart-item p, .cart-empty, .payment-note { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cart-item p { overflow-wrap: anywhere; }
.quantity-control { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: #111; }
.quantity-control button { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.06); }
.cart-total { display: flex; align-items: center; justify-content: space-between; margin: 14px 0 18px; padding: 16px 18px; color: var(--muted); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); }
.cart-total strong { color: var(--cream); font-size: 25px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.order-form { display: grid; gap: 11px; padding-top: 2px; }
.order-form h3 { margin: 0 0 3px; font-size: 19px; letter-spacing: -.3px; }
.order-form input, .order-form select, .order-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 15px;
  outline: 0;
  background: rgba(255,255,255,.045);
}
.cart-select-field { display: grid; gap: 7px; }
.cart-select-field span { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.cart-select-field select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.order-form textarea { resize: vertical; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: rgba(223,31,45,.76); }
.order-form .button { width: 100%; margin-top: 2px; }
.legal-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 12px; line-height: 1.45; }
.legal-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--accent); }
.legal-check a { color: #ff4a45; text-decoration: none; }
.legal-check a:hover { color: #fff; }
.order-success { padding-top: 80px; }
.order-success b { color: var(--accent); font-size: 13px; letter-spacing: 1.8px; text-transform: uppercase; }
.order-success h3 { margin: 17px 0 11px; font-size: 28px; }
.order-success p { margin-bottom: 22px; color: var(--muted); line-height: 1.6; }
.order-success .button { width: 100%; margin-top: 9px; }
.success-payment-amount, .qr-payment-amount { display: block; margin: 0 0 14px; color: #fff; font-size: 20px; letter-spacing: -.5px; }

.account-header, .account-main { width: min(1060px, calc(100% - 36px)); margin-inline: auto; }
.account-header { display: flex; height: 78px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.account-header > a:last-child { color: var(--muted); font-size: 14px; }
.account-main { padding: 64px 0; }
.account-intro { max-width: 760px; }
.account-intro h1, .payment-stub h1 { margin-bottom: 15px; }
.account-intro > p:last-child, .payment-stub > p { color: var(--muted); line-height: 1.6; }
.account-note { margin: 20px 0; color: var(--muted); font-size: 14px; }
.account-note.is-error { color: var(--accent); }
.account-note.is-success { color: #8fdcaa; }
.auth-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 30px; }
.account-card { display: grid; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.account-card h2, .account-orders-heading h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -1.5px; }
.account-card input {
  padding: 13px 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: 0;
  background: var(--panel-soft);
}
.account-card input:focus { border-color: rgba(223,31,45,.76); }
.account-orders { margin-top: 32px; }
.account-orders-heading, .account-order header, .account-order footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.account-orders-list { display: grid; gap: 11px; margin-top: 18px; }
.account-order { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.account-order header { padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.account-order header small, .account-order-items small { display: block; margin-top: 5px; color: var(--muted); }
.account-order header b { color: var(--accent); }
.account-order-items { padding: 14px 0; }
.account-order-items p { margin-bottom: 8px; }
.account-order footer { flex-wrap: wrap; padding-top: 13px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.account-order footer a { color: var(--accent); font-weight: 800; }
.account-empty { color: var(--muted); }
.payment-stub { width: min(620px, calc(100% - 36px)); margin: 0 auto; padding: 60px 0; }
.payment-stub .brand { margin-bottom: 80px; }
.payment-stub h1 { overflow-wrap: anywhere; font-size: clamp(42px, 7vw, 72px); letter-spacing: -4px; }
.payment-stub-card { display: grid; gap: 13px; margin-top: 27px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.payment-stub-card small { color: var(--muted); text-transform: uppercase; }
.payment-stub-card strong { margin-bottom: 12px; color: var(--cream); font-size: 23px; }
.qr-card { justify-items: center; text-align: center; }
.qr-card img { width: min(330px, 100%); aspect-ratio: 1; object-fit: contain; border-radius: 16px; background: white; }
.qr-card p { margin: 0; color: var(--muted); line-height: 1.5; }
.qr-placeholder { display: grid; width: min(330px, 100%); aspect-ratio: 1; place-content: center; gap: 10px; padding: 24px; border: 1px dashed var(--accent); border-radius: 16px; color: var(--muted); background: rgba(223,31,45,.08); }
.qr-placeholder strong { margin: 0; color: var(--cream); font-size: 22px; }
.product-page { padding: 28px 0 80px; }
.product-back { color: var(--muted); font-size: 14px; }
.product-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.85fr); gap: 44px; margin-top: 22px; }
.detail-gallery, .detail-copy { min-width: 0; }
.detail-image { display: grid; aspect-ratio: 1; place-items: center; border-radius: 22px; background: #f8f7f4; box-shadow: 0 18px 42px rgba(0,0,0,.26); cursor: pointer; }
.detail-image img { width: 100%; height: 100%; padding: 28px; object-fit: contain; }
.detail-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.detail-thumbs button { width: 82px; height: 82px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 14px; background: #f8f7f4; }
.detail-thumbs button.active { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.detail-thumbs img { width: 100%; height: 100%; padding: 5px; object-fit: contain; }
.detail-kicker { margin-bottom: 12px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.detail-copy h1 { margin-bottom: 18px; font-size: clamp(40px,5vw,68px); letter-spacing: -4px; }
.detail-description { color: var(--muted); line-height: 1.6; white-space: pre-line; }
.detail-variants { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0; }
.detail-variants > b { width: 100%; margin-bottom: 4px; font-size: 13px; }
.detail-variants button { display: flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.detail-variants button.active { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(223,31,45,.1); }
.detail-variants small { color: var(--muted); }
.detail-buy { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-block: 1px solid var(--line); }
.detail-buy > strong { font-size: 31px; letter-spacing: -1px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.detail-price-stack { display:grid; gap:3px; }
.detail-price-stack s { color:var(--muted); font-size:18px; text-decoration-color:rgba(223,31,45,.75); }
.detail-price-stack strong { color:#fff; font-size:31px; letter-spacing:-1px; white-space:nowrap; font-variant-numeric:tabular-nums; }
.detail-price-stack small { color:#ffd18a; font-size:13px; font-weight:800; }
.detail-extra { margin: 18px 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.detail-extra summary { color: var(--cream); font-weight: 900; cursor: pointer; }
.detail-extra p { margin: 14px 0 0; color: var(--muted); line-height: 1.6; white-space: pre-line; }
.detail-specs { margin-top: 27px; }
.detail-specs h2 { margin-bottom: 13px; font-size: 27px; letter-spacing: -1px; }
.detail-specs p { display: grid; grid-template-columns: minmax(130px, .48fr) minmax(0, 1fr); gap: 14px; margin: 0; padding: 11px 0; border-top: 1px solid var(--line); font-size: 13px; }
.detail-specs span { color: var(--muted); }
.detail-specs strong { min-width:0; overflow-wrap:anywhere; line-height:1.35; }

@media (max-width: 1100px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 54px; }
  .hero { background-position: 66% center; }
  .hero-copy { max-width: 780px; padding-bottom: 0; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 100%; }
  .hero-facts div { padding: 24px 24px; }
  .hero-facts div:nth-child(2) { padding-right: 28px; }
  .hero-visual { min-height: 450px; margin-top: -10px; }
  .hero-visual img {
    inset: -24px -115px -26px -120px;
    width: calc(100% + 235px);
    height: calc(100% + 50px);
    object-position: 72% center;
    mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 90%, transparent 100%);
  }
  .category-strip { grid-template-columns: repeat(3, 1fr); padding-top: 34px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-toolbar { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
  main, footer { width: min(100% - 24px, 640px); }
  .site-header { width: 100%; height: 68px; padding-inline: 13px; }
  .brand img { width: 172px; height: 38px; }
  .main-nav, .header-cta { display: none; }
  .hero { min-height: auto; padding: 18px 0 0; }
  .hero {
    margin-inline: -13px;
    padding-inline: 13px;
    background:
      radial-gradient(circle at 82% 4%, rgba(223,31,45,.14), transparent 42%),
      linear-gradient(180deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.9) 58%, rgba(5,5,5,1) 100%);
  }
  .hero::before { background: radial-gradient(circle at 78% 18%, rgba(223,31,45,.16), transparent 40%); }
  .hero-copy { padding: 12px 0 0; }
  h1 { max-width: 100%; font-size: clamp(39px, 11vw, 52px); letter-spacing: -1.8px; line-height: .96; }
  h1 em { letter-spacing: -1.4px; }
  .hero-text { font-size: 15px; line-height: 1.5; }
  .hero-actions { flex-direction: column; align-items: stretch; margin: 18px 0 18px; }
  .button { width: 100%; min-height: 52px; padding-inline: 18px; border-radius: 14px; }
  .hero-facts { grid-template-columns: 1fr; gap: 8px; max-width: 100%; }
  .hero-facts div { grid-template-columns: 1fr; align-content: center; gap: 0; min-height: 92px; padding: 16px; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .hero-facts div:nth-child(2) { padding-right: 20px; }
  .hero-facts b { display: none; }
  .hero-facts div:first-child { border-top: 0; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div + div::before { display: none; }
  .hero-facts strong { font-size: 18px; }
  .hero-facts span { margin-top:5px; font-size: 14px; }
  .hero-visual { display: none; min-height: 0; margin: 0; }
  .hero-visual img {
    inset: -12px -96px -18px -88px;
    width: calc(100% + 184px);
    height: calc(100% + 30px);
    object-position: 73% center;
    mask-image: linear-gradient(90deg, transparent 0, #000 17%, #000 91%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 17%, #000 91%, transparent 100%);
  }
  .category-strip { grid-template-columns: 1fr; padding: 18px 0 34px; gap: 12px; }
  .category-card { min-height: 168px; border-radius: 8px; }
  .category-card-copy { width: 48%; padding: 0 0 20px 20px; gap: 6px; }
  .category-card strong { font-size: 24px; }
  .category-card small { font-size: 12px; }
  .section-grid { grid-template-columns: 1fr; gap: 12px; }
  .section-card { min-height: 168px; border-radius: 8px; }
  .section-card strong { font-size: 24px; }
  .section-card small { font-size: 12px; }
  .catalog-section { padding: 28px 15px 34px; }
  .benefits-section { padding: 58px 0; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 10px; }
  .catalog-toolbar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 9px; }
  .catalog-toolbar select, .catalog-toolbar input, .catalog-toolbar button { min-height: 48px; padding: 0 10px; font-size: 13px; }
  .catalog-toolbar .search-field, .catalog-toolbar .reset-filters { grid-column: 1 / -1; }
  .product-card h3 { min-height: 54px; font-size: 14px; margin: 10px 0 10px; }
  .product-bottom { align-items: stretch; flex-direction: column; gap: 8px; }
  .product-price strong { font-size: 18px; }
  .product-buy, .product-request { width: 100%; min-height: 38px; padding: 0 10px; font-size: 11px; }
  .color-picker button { max-width: 100%; font-size: 9px; }
  .product-detail { grid-template-columns: 1fr; gap: 24px; }
  .detail-copy h1 { font-size: 34px; letter-spacing: -2px; line-height: 1; }
  .detail-buy { align-items: stretch; flex-direction: column; }
  .detail-buy > strong { font-size: 28px; }
  .detail-specs p { grid-template-columns: minmax(96px, .42fr) minmax(0, 1fr); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 190px; }
  .benefit-grid h3 { margin-top: 40px; }
  .contact-section { grid-template-columns: 1fr; padding: 58px 0; }
  footer { align-items: start; flex-direction: column; gap: 14px; }
  .footer-links { flex-direction: column; gap: 9px; }
  .cart-panel { padding: 18px; }
  .cart-panel-header { align-items: center; margin-bottom: 16px; }
  .cart-panel-header h2 { font-size: 36px; letter-spacing: -1.5px; }
  .cart-item { grid-template-columns: 52px minmax(0, 1fr); }
  .cart-item img { width: 52px; height: 52px; }
  .cart-item .quantity-control { grid-column: 1 / -1; justify-content: flex-end; }
  .account-link { display: none; }
  .auth-grid { grid-template-columns: 1fr; }
  .account-orders-heading { align-items: stretch; flex-direction: column; }
}
.topline { padding: 8px 18px; color: rgba(255,255,255,.9); background: #df1f2d; font-size: 14px; font-weight: 800; letter-spacing: .7px; text-align: center; text-transform: uppercase; }

body {
  background:
    radial-gradient(circle at 67% 22%, rgba(96,12,20,.14), transparent 32%),
    #050505;
}
