/* ==========================================================================
   RS REKLAME AS — Bedriftsportal-spesifikk CSS (bedrift.html)
   Bygger videre på main.css (tokens + komponenter). Ingen nye farger/fonter.
   ========================================================================== */

/* ---- DEMO-STRIPE (over nav) -------------------------------------------- */
.demobar {
  position: relative;
  z-index: 51;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 2px solid var(--signal);
  font-size: var(--fs-xs);
}
.demobar__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding-block: 0.42rem;
  flex-wrap: wrap;
}
.demobar__badge {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0.22em;
  background: var(--signal);
  color: var(--ink);
  padding: 0.15em 0.6em;
  border-radius: var(--r-1);
}
.demobar__text { color: rgba(244,241,234,0.86); letter-spacing: 0.01em; }
.demobar__text b { color: #fff; font-weight: 800; }
.demobar__sep { color: var(--signal); margin-inline: 0.3em; }
.demobar__since { color: rgba(244,241,234,0.62); }

/* Nav skal feste seg rett under demo-stripen */
.demobar + .nav { top: 0; }

/* ---- PORTAL-HEADER ----------------------------------------------------- */
.portal-head {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: clamp(2.2rem, 1rem + 5vw, 4.5rem);
  padding-bottom: clamp(1.6rem, 1rem + 3vw, 3rem);
  background: var(--paper-2);
  border-bottom: 2px solid var(--ink);
}
.portal-head__bgmark {
  position: absolute;
  font-family: var(--font-display);
  font-size: 26vw;
  line-height: 1;
  color: var(--ink);
  opacity: 0.035;
  top: 50%; right: -2%;
  transform: translateY(-50%) rotate(-8deg);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.portal-head .wrap { position: relative; z-index: 1; }
.portal-head__top {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-4);
  flex-wrap: wrap;
}
.portal-head__title {
  font-size: clamp(2.4rem, 1.2rem + 5.5vw, 5rem);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.portal-head__title .line { display: block; }
.portal-head__title .hi {
  color: var(--signal-dark);
  position: relative;
  display: inline-block;
}
.portal-head__title .hi::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: 0.06em;
  height: 0.14em;
  background: var(--signal);
  z-index: -1;
  opacity: 0.55;
}
.portal-head__lead {
  font-size: var(--fs-lg);
  color: var(--ink-2);
  max-width: 56ch;
  margin-top: var(--sp-5);
}
.portal-head__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-3);
  margin-top: var(--sp-6);
  font-size: var(--fs-sm);
  color: var(--ink-2);
}
.portal-head__steps .step {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--r-pill);
  padding: 0.35em 0.9em 0.35em 0.4em;
}
.portal-head__steps .step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em; height: 1.6em;
  background: var(--signal);
  color: var(--ink);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.85em;
}
.portal-head__steps .step__arr { color: var(--signal-dark); font-weight: 800; }

/* ---- PORTAL-LAYOUT (produkter + sticky kurv) --------------------------- */
.portal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  align-items: start;
}
.portal__main { min-width: 0; }

/* ---- LOGO-PANEL -------------------------------------------------------- */
.logo-panel {
  background: var(--ink);
  color: var(--paper);
  border-radius: var(--r-3);
  padding: var(--sp-5);
  margin-bottom: var(--sp-7);
  position: relative;
}
.logo-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3);
  flex-wrap: wrap;
  margin-bottom: var(--sp-4);
}
.logo-panel__head h2 { color: #fff; font-size: var(--fs-xl); }
.logo-panel__tag {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}
.logo-drop {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--sp-5);
  border: 2px dashed rgba(244,241,234,0.4);
  border-radius: var(--r-3);
  background: rgba(244,241,234,0.04);
  padding: var(--sp-5);
  cursor: pointer;
  transition: border-color var(--t-fast), background var(--t-fast), transform var(--t-fast);
}
.logo-drop:hover,
.logo-drop:focus-visible {
  border-color: var(--signal);
  background: rgba(255,90,31,0.08);
}
.logo-drop.is-drag {
  border-color: var(--signal);
  border-style: solid;
  background: rgba(255,90,31,0.14);
  transform: scale(1.01);
}
.logo-drop__preview {
  width: 88px; height: 88px;
  flex: none;
  background: var(--paper);
  border-radius: var(--r-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  overflow: hidden;
}
.logo-drop__preview img,
.logo-drop__preview svg { max-width: 100%; max-height: 100%; object-fit: contain; }
.logo-drop__ic { width: 26px; height: 26px; color: var(--signal); margin-bottom: var(--sp-2); }
.logo-drop__title { font-weight: 700; color: #fff; font-size: var(--fs-sm); }
.logo-drop__hint { font-size: var(--fs-xs); color: rgba(244,241,234,0.6); margin-top: 0.2em; }

.logo-panel__status {
  font-size: var(--fs-xs);
  color: rgba(244,241,234,0.66);
  margin-top: var(--sp-4);
}
.logo-panel__status.is-error { color: #ffd0c0; }
.logo-panel__status.is-ok { color: var(--signal); }
.logo-panel__actions {
  display: flex;
  gap: var(--sp-3);
  margin-top: var(--sp-4);
}
.logo-panel__actions .btn--ghost {
  --btn-fg: var(--paper);
  border-color: rgba(244,241,234,0.5);
}
.logo-panel__actions .btn--ghost:hover { --btn-bg: var(--signal); --btn-fg: var(--ink); border-color: var(--signal); }
.logo-panel__actions .btn--secondary { background: var(--signal); color: var(--ink); border-color: var(--signal); }

/* ---- PRODUKTGRID ------------------------------------------------------- */
.products .sec-head { margin-bottom: var(--sp-5); }
.product-grid {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
}
.product {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--r-3);
  padding: var(--sp-4);
  cursor: pointer;
  transition: transform var(--t-med), box-shadow var(--t-med);
  position: relative;
  overflow: hidden;
}
.product:hover,
.product:focus-visible { transform: translateY(-4px); box-shadow: var(--sh-3); }
.product.is-incart { border-color: var(--signal); }
.product__incart {
  position: absolute;
  top: var(--sp-3); right: var(--sp-3);
  z-index: 2;
  background: var(--signal);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.06em;
  padding: 0.2em 0.6em;
  border-radius: var(--r-pill);
}
.product__art {
  position: relative;
  aspect-ratio: 4 / 3.4;
  background: var(--paper-2);
  border-radius: var(--r-2);
  margin-bottom: var(--sp-4);
  overflow: hidden;
}
.product__art svg { width: 100%; height: 100%; }
.product__art .product__halftone {
  position: absolute;
  inset: auto -10% -20% auto;
  width: 60%; height: 60%;
  z-index: 0;
}
.product__supplier {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.product__name {
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1;
  margin-top: 0.25em;
}
.product__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-2);
  margin-top: auto;
  padding-top: var(--sp-4);
}
.product__price {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: var(--ink);
  line-height: 1;
}
.product__price small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-xs);
  color: var(--ink-muted);
  letter-spacing: 0.02em;
  margin-top: 0.3em;
}
.product__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-weight: 800;
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--signal-dark);
  white-space: nowrap;
}
.product:hover .product__cta .arrow { transform: translateX(3px); }
.product__cta .arrow { transition: transform var(--t-fast); }

/* ---- HANDLEKURV (sticky aside) ----------------------------------------- */
.cart {
  position: sticky;
  top: calc(var(--nav-h) + var(--sp-4));
  align-self: start;
}
.cart__inner {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--r-3);
  padding: var(--sp-5);
}
.cart__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3);
  padding-bottom: var(--sp-4);
  border-bottom: 2px solid var(--ink);
}
.cart__head h2 { font-size: var(--fs-xl); }
.cart__count {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal-dark);
}
.cart__body { margin-top: var(--sp-4); }

/* Tom-tilstand */
.cart-empty { text-align: center; padding: var(--sp-5) var(--sp-2); }
.cart-empty__ic {
  width: 64px; height: 64px;
  margin: 0 auto var(--sp-4);
  color: var(--ink-muted);
}
.cart-empty p { color: var(--ink-muted); font-size: var(--fs-sm); }
.cart-empty p b { color: var(--ink); }

/* Kurv-linjer */
.cart-line {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: var(--sp-3);
  align-items: start;
  padding: var(--sp-4) 0;
  border-bottom: 1px solid var(--line);
}
.cart-line__thumb {
  width: 40px; height: 40px;
  border-radius: var(--r-1);
  border: 1.5px solid var(--ink);
  overflow: hidden;
  background: var(--paper-2);
}
.cart-line__thumb svg { width: 100%; height: 100%; }
.cart-line__name {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.05;
}
.cart-line__meta {
  font-size: var(--fs-xs);
  color: var(--ink-muted);
  margin-top: 0.3em;
  line-height: 1.4;
}
.cart-line__meta .dotc { color: var(--ink-2); }
.cart-line__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3em;
}
.cart-line__sum { font-family: var(--font-display); font-size: var(--fs-sm); color: var(--ink); }
.cart-line__remove {
  background: none;
  border: none;
  color: var(--ink-muted);
  font-size: var(--fs-xs);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.2em 0;
  transition: color var(--t-fast);
}
.cart-line__remove:hover { color: var(--signal-dark); }

/* Totaler */
.cart__totals { margin-top: var(--sp-4); }
.cart__row {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-3);
  font-size: var(--fs-sm);
  padding: 0.25em 0;
}
.cart__row--muted { color: var(--ink-muted); }
.cart__row--total {
  margin-top: var(--sp-2);
  padding-top: var(--sp-3);
  border-top: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  text-transform: uppercase;
}
.cart__row--total .mono-num { color: var(--signal-dark); }
.cart__send { width: 100%; margin-top: var(--sp-5); }
.cart__clear { width: 100%; margin-top: var(--sp-3); }
.cart__note { font-size: var(--fs-xs); color: var(--ink-muted); margin-top: var(--sp-4); }

/* ---- MODAL (konfig) ---------------------------------------------------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--gutter);
}
.modal[hidden] { display: none; }
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,17,15,0.62);
  backdrop-filter: blur(3px);
  animation: modalFade var(--t-med);
}
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalPop {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}
.modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  max-height: calc(100dvh - 2 * var(--gutter));
  overflow: auto;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--r-3);
  box-shadow: var(--sh-3);
  animation: modalPop var(--t-med) cubic-bezier(.2,.7,.3,1);
}
.modal__panel--narrow { max-width: 460px; text-align: center; }
.modal__close {
  position: absolute;
  top: var(--sp-3); right: var(--sp-3);
  z-index: 4;
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: var(--r-2);
  color: var(--ink);
  transition: background var(--t-fast), color var(--t-fast);
}
.modal__close:hover { background: var(--ink); color: var(--paper); }
.modal__close svg { width: 20px; height: 20px; }

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

/* Forhåndsvisning-kolonne */
.modal__preview {
  position: relative;
  background: var(--paper-2);
  border-right: 2px solid var(--ink);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-5);
}
.modal__regmark {
  position: absolute;
  top: var(--sp-4); left: var(--sp-4);
  color: var(--ink-muted);
}
.mockup {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mockup svg { width: 100%; height: 100%; }
.modal__swatches {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  justify-content: center;
}
.swatch {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  cursor: pointer;
  position: relative;
  transition: transform var(--t-fast);
  padding: 0;
}
.swatch:hover { transform: scale(1.08); }
.swatch[aria-pressed="true"] { box-shadow: 0 0 0 3px var(--paper-2), 0 0 0 5px var(--signal); }
.swatch__name { position: absolute; }

/* Konfig-kolonne */
.modal__config { padding: var(--sp-6); }
.modal__tag {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.modal__name { font-size: var(--fs-2xl); color: var(--ink); margin-top: 0.2em; }
.modal__price { margin-top: var(--sp-2); font-size: var(--fs-lg); color: var(--ink); font-weight: 700; }
.modal__price span:first-child { font-family: var(--font-display); }
.modal__price-x { font-family: var(--font-body); font-weight: 600; font-size: var(--fs-xs); color: var(--ink-muted); }

.cfg-block { margin-top: var(--sp-5); }
.cfg-h {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: var(--sp-3);
}

/* Segment-velgere (plassering / metode) */
.seg {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  border: 2px solid var(--ink);
  border-radius: var(--r-2);
  overflow: hidden;
}
.seg__btn {
  background: var(--paper);
  border: none;
  border-right: 2px solid var(--ink);
  padding: 0.55em 0.95em;
  font-weight: 700;
  font-size: var(--fs-sm);
  color: var(--ink-2);
  transition: background var(--t-fast), color var(--t-fast);
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.seg__btn:last-child { border-right: none; }
.seg__btn:hover { background: var(--paper-3); }
.seg__btn[aria-pressed="true"] { background: var(--signal); color: var(--ink); }
.seg__btn small { font-weight: 600; font-size: 0.82em; color: var(--ink-muted); }
.seg__btn[aria-pressed="true"] small { color: var(--ink); }

/* Størrelsesmatrise */
.sizes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: var(--sp-3);
}
.size {
  border: 2px solid var(--ink);
  border-radius: var(--r-2);
  padding: var(--sp-2);
  text-align: center;
  background: var(--paper);
}
.size__label {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  color: var(--ink);
  display: block;
  margin-bottom: 0.3em;
}
.size__ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.15em;
}
.size__btn {
  width: 22px; height: 22px;
  border: 1.5px solid var(--ink);
  border-radius: var(--r-1);
  background: var(--paper);
  font-family: var(--font-display);
  font-size: 0.85rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: background var(--t-fast), color var(--t-fast);
}
.size__btn:hover { background: var(--ink); color: var(--paper); }
.size__btn:disabled { opacity: 0.3; cursor: not-allowed; }
.size__qty {
  width: 2.2ch;
  text-align: center;
  font: inherit;
  font-family: var(--font-display);
  border: none;
  background: none;
  color: var(--ink);
  padding: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}
.size__qty::-webkit-outer-spin-button,
.size__qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.size.has-qty { border-color: var(--signal-dark); background: var(--signal-soft); }

.modal__foot {
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 2px solid var(--ink);
  display: grid;
  gap: var(--sp-4);
}
.modal__subtotal {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 0.2em var(--sp-3);
}
.modal__subtotal-l { font-size: var(--fs-sm); color: var(--ink-muted); }
.modal__subtotal-v { font-family: var(--font-display); font-size: var(--fs-xl); color: var(--signal-dark); }
.modal__subtotal-q { grid-column: 1 / -1; font-size: var(--fs-xs); color: var(--ink-muted); }
.modal__foot .btn:disabled { opacity: 0.45; cursor: not-allowed; }

/* ---- BEKREFTELSE-MODAL ------------------------------------------------- */
.confirm { padding: var(--sp-8) var(--sp-6) var(--sp-6); }
.confirm__mark { width: 76px; height: 76px; margin: 0 auto var(--sp-5); display: block; }
.confirm h2 { font-size: var(--fs-2xl); color: var(--ink); }
.confirm p { color: var(--ink-2); font-size: var(--fs-base); margin-top: var(--sp-3); max-width: 40ch; margin-inline: auto; }
.confirm p b { color: var(--ink); }
.confirm__sub {
  font-size: var(--fs-sm) !important;
  color: var(--ink-muted) !important;
  background: var(--paper-2);
  border-radius: var(--r-2);
  padding: var(--sp-3) var(--sp-4);
  margin-top: var(--sp-5) !important;
}
.confirm .btn { margin-top: var(--sp-6); }

/* ---- MOBIL KURV-BAR ---------------------------------------------------- */
.cartbar {
  position: fixed;
  left: var(--sp-4); right: var(--sp-4); bottom: var(--sp-4);
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  background: var(--ink);
  color: var(--paper);
  border: 2px solid var(--signal);
  border-radius: var(--r-3);
  padding: 0.85em 1.1em;
  box-shadow: var(--sh-3);
  text-align: left;
}
.cartbar[hidden] { display: none; }
.cartbar__left { display: inline-flex; align-items: center; gap: var(--sp-3); }
.cartbar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.9em; height: 1.9em;
  padding: 0 0.4em;
  background: var(--signal);
  color: var(--ink);
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-size: var(--fs-sm);
}
.cartbar__label {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-sm);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cartbar__total { font-family: var(--font-display); color: var(--signal); }

/* ---- RESPONSIVE -------------------------------------------------------- */
@media (max-width: 960px) {
  .portal__grid { grid-template-columns: 1fr; }
  /* Kurv går fra sticky aside til bunn-bar (skjules; mobil-bar tar over) */
  .cart { display: none; }
}

@media (max-width: 960px) {
  /* Mobil kurv-bar synlig når den har innhold (JS fjerner [hidden]) */
  .cartbar:not([hidden]) { display: flex; }
  /* Mobil: kurv vises som overlay-panel når bar trykkes */
  .cart.is-open {
    display: block;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 70;
    max-height: 82dvh;
    overflow: auto;
    border-top: 2px solid var(--ink);
    background: var(--paper);
    animation: cartUp var(--t-med);
  }
  .cart.is-open .cart__inner {
    border: none;
    border-radius: var(--r-3) var(--r-3) 0 0;
    padding-bottom: var(--sp-7);
  }
  .cart.is-open .crop::before,
  .cart.is-open .crop::after,
  .cart.is-open .crop-bl,
  .cart.is-open .crop-br { display: none; }
  @keyframes cartUp { from { transform: translateY(100%); } to { transform: none; } }
  .cart-sheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 65;
    background: rgba(20,17,15,0.5);
    backdrop-filter: blur(2px);
  }
  .cart__close-mobile {
    display: flex;
    width: 100%;
    margin-bottom: var(--sp-3);
  }
}
.cart__close-mobile { display: none; }

@media (max-width: 680px) {
  .modal__grid { grid-template-columns: 1fr; }
  .modal__preview {
    border-right: none;
    border-bottom: 2px solid var(--ink);
    padding: var(--sp-5);
  }
  .mockup { max-width: 200px; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr)); }
  .demobar__since { display: none; }
}

@media (max-width: 420px) {
  .product-grid { grid-template-columns: 1fr; }
}
