/* Ideal SexToys Shop — glacial hardware, catalog that can actually be shopped */

:root {
  --bg: #0e1216;
  --bg-2: #161b20;
  --bench: #10151a;
  --ink: #e8eef2;
  --muted: #8b969d;
  --line: rgba(232, 238, 242, 0.12);
  --hot: #d46a78;
  --hot-btn: #b33a4a;
  --ice: #e8eef2;
  --header-h: 64px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "IBM Plex Sans", "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
body.locked { overflow: hidden; }
.hidden { display: none !important; }
a { color: inherit; text-decoration: none; }
img {
  display: block;
  max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bar, .catalog, .privacy, .shop, .contact, .site-footer, .specs, .picks, .promos, .categories, .cat-nav, .nav-search__form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition-property: transform, background-color, color, border-color, filter;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.btn:active { transform: scale(0.98); }
.btn:focus-visible,
.filter-chip:focus-visible,
.search-input:focus-visible,
.sort-select:focus-visible,
.lang-toggle:focus-visible,
.modal__close:focus-visible,
.cat-nav__search:focus-visible,
.nav-item__chevron:focus-visible,
.header-wa:focus-visible {
  outline: 2px solid var(--hot);
  outline-offset: 2px;
}
.btn--solid { background: var(--ice); color: #12171a; }
.btn--solid:hover { background: #fff; }
.btn--hot { background: var(--hot-btn); color: #fff; }
.btn--hot:hover { filter: brightness(1.08); }
.btn--ghost { background: transparent; color: var(--muted); }
.btn--ghost:hover { color: var(--ink); }
.btn--line { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--line:hover { border-color: var(--ink); }
.btn--lg { padding: 14px 28px; font-size: 15.5px; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: var(--bg);
  padding: 24px;
}
.age-gate.hidden { display: none; }
.age-gate__card { max-width: 420px; text-align: center; }
.age-gate__logo { margin: 0 auto 22px; }
.age-gate__mark {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--hot);
  margin-bottom: 16px;
}
.age-gate__title { font-size: 32px; font-weight: 600; letter-spacing: -0.04em; margin-bottom: 12px; }
.age-gate__text { color: var(--muted); font-size: 14.5px; margin-bottom: 28px; text-wrap: pretty; }
.age-gate__actions { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.age-gate__actions .btn { min-width: 220px; }
.age-gate__law {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}
.brand-mark {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.28em;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--ink);
}
.brand-mark__accent { color: var(--hot); }
.brand-mark--gate {
  justify-content: center;
  font-size: clamp(26px, 5.5vw, 34px);
  margin-bottom: 22px;
}
.brand-mark--header { font-size: clamp(17px, 2.4vw, 20px); }
.brand-mark--footer { font-size: 18px; margin-bottom: 2px; }
.header-tools { display: flex; align-items: center; gap: 8px; }
.header-wa {
  color: var(--muted);
  font-size: 13px;
  padding: 8px 4px;
}
.header-wa:hover { color: var(--ink); }

.cat-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2px;
  min-height: 44px;
  border-top: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: none;
}
.cat-nav::-webkit-scrollbar { display: none; }
.cat-nav__search {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
}
.cat-nav__search svg { display: block; }
.cat-nav__search:hover { color: var(--hot); }
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.nav-item > a,
.cat-nav > a.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 0 10px;
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}
.nav-item > a:hover,
.cat-nav > a.nav-link:hover,
.nav-item:hover > a,
.nav-item.is-open > a {
  color: var(--ink);
}
.nav-item__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-height: 44px;
  margin-left: -8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  cursor: pointer;
}
.nav-item:hover > .nav-item__chevron,
.nav-item.is-open > .nav-item__chevron { color: var(--ink); }
.nav-item__chevron::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.35px solid currentColor;
  border-bottom: 1.35px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}
.nav-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 45;
  min-width: 220px;
  padding: 10px 0;
  background: var(--bg-2);
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}
.nav-drop--wide {
  display: none;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: 8px 28px;
  min-width: 560px;
  padding: 18px 20px 20px;
}
.nav-item:nth-last-child(-n+3) .nav-drop {
  left: auto;
  right: 0;
}
.nav-drop a {
  display: block;
  padding: 8px 16px;
  color: var(--muted);
  font-size: 13.5px;
}
.nav-drop a:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 6%, transparent); }
.nav-drop__title {
  padding: 6px 16px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hot);
}
.nav-drop--wide .nav-drop__title { padding-left: 8px; }
.nav-drop--wide a { padding: 6px 8px; }

.nav-search {
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.nav-search[hidden] { display: none !important; }
.nav-search__form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-search__input {
  flex: 1;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
}
.nav-search__go { min-width: 88px; }

@media (min-width: 921px) {
  .nav-item:hover > .nav-drop,
  .nav-item:focus-within > .nav-drop { display: block; }
  .nav-item:hover > .nav-drop--wide,
  .nav-item:focus-within > .nav-drop--wide { display: grid; }
}

.lang-toggle {
  min-height: 44px;
  min-width: 44px;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0 12px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.lang-toggle:hover { border-color: var(--ink); }
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px;
}
.nav-toggle span { display: block; height: 1.5px; background: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: min(68vh, 640px);
}
.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 24px 48px 24px;
  max-width: 560px;
}
.hero__kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--hot);
  font-weight: 600;
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(36px, 5.4vw, 62px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}
.hero h1 span { display: block; }
.hero__lead {
  margin-top: 16px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 16.5px;
  max-width: 28ch;
  text-wrap: pretty;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__shot { overflow: hidden; background: var(--bg-2); }
.hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  outline-offset: -1px;
}

.specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec { padding: 22px 0; padding-right: 16px; }
.spec + .spec { border-left: 1px solid var(--line); padding-left: 20px; }
.spec b {
  display: block;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  color: var(--hot);
  font-weight: 600;
}
.spec span { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); }

.picks { padding-top: 56px; padding-bottom: 8px; }
.promos {
  padding: 48px 24px 24px;
  border-top: 1px solid var(--line);
}
.promos__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.promos__head h2 {
  font-size: clamp(28px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.promos__head p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15.5px;
  max-width: 44ch;
}
.promo-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.promo-banner {
  padding: 16px 14px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.promo-banner h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.promo-banner p {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.45;
}
.promos-grid { margin-bottom: 8px; }
.picks__head, .catalog__head { margin-bottom: 22px; max-width: 44ch; }
.picks__head h2, .catalog__head h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
}
.picks__head p, .catalog__head p { margin-top: 10px; color: var(--muted); font-size: 15.5px; }
.picks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.catalog { padding-top: 48px; padding-bottom: 72px; }
.catalog--page { padding-top: 36px; }
.catalog__crumb {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px;
}
.catalog__crumb a { color: var(--muted); }
.catalog__crumb a:hover { color: var(--ink); }

.categories { padding: 48px 24px 56px; }
.categories__head { margin-bottom: 22px; max-width: 44ch; }
.categories__head h2 {
  font-size: clamp(28px, 3.6vw, 36px);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.categories__head p { margin-top: 10px; color: var(--muted); font-size: 15.5px; }
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.category-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 108px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  text-decoration: none;
  transition-property: border-color, transform;
  transition-duration: 160ms;
}
.category-card:hover {
  border-color: rgba(232, 238, 242, 0.32);
  transform: translateY(-1px);
}
.category-card__name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.category-card__count {
  font-size: 13px;
  color: var(--muted);
}

.catalog__bar {
  position: sticky;
  top: var(--header-h);
  z-index: 28;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(14px);
  margin: 0 -24px 18px;
  padding: 10px 24px 14px;
  border-bottom: 1px solid var(--line);
}
.catalog__tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.search-input,
.sort-select {
  min-height: 44px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 10px 14px;
  font: inherit;
  font-size: 14px;
  transition-property: border-color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.search-input { flex: 1; max-width: 360px; }
.search-input::placeholder { color: var(--muted); }
.search-input:focus, .sort-select:focus { outline: none; border-color: var(--ink); }
.sort-select { cursor: pointer; min-width: 148px; }
.product-count {
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.catalog__more { display: flex; justify-content: center; margin-top: 28px; }
.catalog__empty { text-align: center; color: var(--muted); padding: 48px 0; }

.filters {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}
.filter-chip {
  flex: 0 0 auto;
  min-height: 40px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 8px 14px;
  font: inherit;
  font-size: 13.5px;
  cursor: pointer;
  transition-property: background-color, color, border-color;
  transition-duration: 160ms;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.filter-chip:hover { color: var(--ink); border-color: var(--ink); }
.filter-chip.active { background: var(--ice); color: #12171a; border-color: var(--ice); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition-property: border-color, transform;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.product-card:hover { border-color: rgba(232, 238, 242, 0.32); }
.product-card:active { transform: scale(0.99); }
.product-card__media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #ece8e2;
  flex-shrink: 0;
}
.picks-grid .product-card__media,
.product-card--shot .product-card__media {
  padding-bottom: 125%;
  background: var(--bench);
}
.product-card__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  transition-property: transform;
  transition-duration: 420ms;
  transition-timing-function: ease-out;
}
.picks-grid .product-card__media img,
.product-card--shot .product-card__media img {
  object-fit: cover;
  padding: 0;
}
.product-card:hover .product-card__media img { transform: scale(1.03); }
.card-badge {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(10, 12, 14, 0.82);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  backdrop-filter: blur(6px);
}
.card-badge--sale {
  top: 8px;
  bottom: auto;
  left: 8px;
  background: rgba(255, 72, 88, 0.92);
  border-color: rgba(255, 120, 130, 0.5);
  color: #fff;
  font-weight: 700;
}
.product-card__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.product-card__was {
  font-size: 11px;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 400;
}
.modal__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 8px 0 12px;
}
.modal__deal {
  font-size: 13px;
  font-weight: 700;
  color: var(--hot);
  letter-spacing: 0.04em;
}
.modal__was {
  color: var(--muted);
  text-decoration: line-through;
  font-size: 15px;
}
.product-card__body {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  min-height: 92px;
}
.product-card__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}
.product-card__cat {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.product-card__name {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: pretty;
  min-height: 2.7em;
}
.product-card__price {
  font-variant-numeric: tabular-nums;
  color: var(--hot);
  font-weight: 600;
  font-size: 14.5px;
  white-space: nowrap;
}

.privacy { padding: 72px 24px; max-width: 720px; }
.privacy h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-wrap: balance;
}
.privacy__lead { margin-top: 16px; color: var(--muted); font-size: 16px; text-wrap: pretty; }
.privacy__rows { margin-top: 36px; }
.prow { padding: 22px 0; border-top: 1px solid var(--line); }
.prow:last-child { border-bottom: 1px solid var(--line); }
.prow h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.prow p { color: var(--muted); font-size: 14.5px; }

.shop {
  padding: 72px 24px 88px;
  border-top: 1px solid var(--line);
}
.shop__head { margin-bottom: 32px; max-width: 48ch; }
.shop__head h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
.shop__lead { color: var(--muted); font-size: 16px; text-wrap: pretty; }
.shop__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.shop__block {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shop__block h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--hot);
  margin-bottom: 14px;
}
.shop__block p { font-size: 15.5px; line-height: 1.6; }
.shop__hint { color: var(--muted); font-size: 13.5px !important; margin-top: 6px; }
.shop__block .btn { margin-top: 20px; }

.contact {
  padding: 72px 24px 88px;
  border-top: 1px solid var(--line);
}
.contact h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
.contact p { color: var(--muted); max-width: 40ch; }
.contact .btn { margin-top: 28px; }
.contact__hours { margin-top: 14px; font-size: 13px; }

.site-footer {
  padding: 40px 24px 28px;
  border-top: 1px solid var(--line);
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.site-footer p { color: var(--muted); font-size: 13.5px; margin-top: 10px; }
.site-footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.site-footer__cols a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 8px; }
.site-footer__cols a:hover { color: var(--ink); }
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.modal { position: fixed; inset: 0; z-index: 60; display: none; }
.modal.open { display: block; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8, 10, 12, 0.72); }
.modal__panel {
  position: relative;
  max-width: 920px;
  margin: 5vh auto;
  background: var(--bg);
  border: 1px solid var(--line);
  max-height: 90vh;
  overflow: auto;
}
.modal__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}
.modal__media {
  position: relative;
  background: #ece8e2;
  min-height: 320px;
}
.modal__media::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.modal__media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
}
.modal__content { padding: 28px 28px 32px; }
.modal__cat {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.modal__title { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; margin: 0 0 8px; text-wrap: pretty; }
.modal__price { font-variant-numeric: tabular-nums; font-size: 20px; font-weight: 600; color: var(--hot); margin-bottom: 12px; }
.modal__desc { color: var(--muted); margin-bottom: 18px; text-wrap: pretty; }
.modal__features { list-style: none; display: grid; gap: 8px; margin-bottom: 24px; }
.modal__features li { font-size: 14px; padding-left: 14px; position: relative; }
.modal__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--hot);
}
.modal__buy { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1100px) {
  .product-grid, .picks-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__copy { padding: 32px 24px 36px; max-width: none; }
  .hero__shot img { min-height: 360px; }
  .cat-nav { display: none; }
  .cat-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    z-index: 41;
    height: auto;
    max-height: calc(100dvh - var(--header-h));
    overflow: auto;
    background: var(--bg);
    padding: 8px 16px 18px;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }
  .cat-nav.open .nav-item {
    flex-wrap: wrap;
    width: 100%;
  }
  .cat-nav.open .nav-item > a,
  .cat-nav.open > a.nav-link {
    flex: 1;
    padding: 0 8px;
  }
  .cat-nav.open .nav-drop,
  .cat-nav.open .nav-drop--wide {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }
  .cat-nav.open .nav-item.is-open > .nav-drop { display: block; }
  .cat-nav.open .nav-item.is-open > .nav-drop--wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .nav-toggle { display: flex; }
  .product-grid, .picks-grid, .promos-grid, .categories-grid { grid-template-columns: 1fr 1fr; }
  .promo-banners { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr 1fr; }
  .spec + .spec { border-left: 0; padding-left: 0; }
  .spec:nth-child(odd) { padding-right: 16px; }
  .shop__grid { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; }
  .modal__panel { margin: 0; max-height: 100vh; max-width: none; min-height: 100dvh; }
  .modal__body { grid-template-columns: 1fr; }
  .modal__media { min-height: 240px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .catalog__tools { flex-wrap: wrap; }
  .search-input { max-width: none; width: 100%; flex: 1 1 100%; }
  .product-count { margin-left: 0; }
  .product-card__body { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .filter-chip, .product-card, .product-card__media img { transition: none; }
  .product-card:hover .product-card__media img { transform: none; }
}
