/* ═══════════════════════════════════════════
   PRINZERT SHOP · styles.css
   ═══════════════════════════════════════════ */

/* ── Variables ─────────────────────────────── */
:root {
  --red:      #c41f0b;
  --red-hot:  #ff3b1f;
  --ink:      #0e1013;
  --muted:    rgba(255,255,255,0.42);
  --graphite: #13151a;
  --surface:  #1c1f26;
  --paper:    #f4f5f6;
  --paper-2:  #ebeef1;
  --cream:    #f8f8f7;
  --white:    #fff;
  --line:     rgba(255,255,255,0.07);
  --max:      1440px;
  --header-h: 136px;
}

/* ── Reset ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--graphite);
  color: var(--white);
  font-family: Inter, 'Nunito', Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }

/* ── Typography ────────────────────────────── */
h1 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.5vw, 2.3rem);
  line-height: 1.14;
  font-weight: 800;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
  font-weight: 800;
}

p { line-height: 1.75; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-hot);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* ── Skip link ─────────────────────────────── */
.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 16px; }

/* ── Layout ────────────────────────────────── */
.container,
.topbar {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.shop-section .container {
  width: min(calc(100% - 24px), var(--max));
}

/* ══════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background:
    linear-gradient(90deg, rgba(196,31,11,0.06) 0%, transparent 42%),
    rgba(248,248,247,0.96);
  border-bottom: 1px solid rgba(14,16,19,0.08);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 14px 34px rgba(14,16,19,0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 0;
  text-decoration: none;
}

.logo {
  width: 222px;
  max-width: 46vw;
  height: auto;
  display: block;
}

/* ── Nav links ─────────────────────────────── */
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a,
.site-footer nav a {
  text-decoration: none;
  padding: 9px 12px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  color: rgba(14,16,19,0.64);
  text-transform: uppercase;
  transition: color 0.16s, background 0.16s, border-color 0.16s, transform 0.12s, box-shadow 0.12s;
}

.nav a {
  position: relative;
  border: 1px solid transparent;
  background: transparent;
}

.nav a:not(.nav-call)::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.16s ease;
}

.nav a:not(.nav-call):hover {
  color: #111418;
  background: rgba(14,16,19,0.035);
}

.nav a:not(.nav-call):hover::after {
  transform: scaleX(1);
}

.nav .nav-call {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  border-radius: 999px;
  padding: 9px 16px;
  box-shadow: 0 10px 22px rgba(196,31,11,0.22);
}

.nav .nav-call:hover {
  background: var(--red-hot);
  border-color: var(--red-hot);
  box-shadow: 0 7px 16px rgba(196,31,11,0.28);
  transform: translateY(1px);
}

/* ── Brand Ticker ──────────────────────────── */
.brands-ticker {
  display: flex;
  align-items: center;
  height: 38px;
  border-top: 1px solid rgba(14,16,19,0.07);
  background: rgba(255,255,255,0.54);
  overflow: hidden;
}

.brands-ticker__label {
  flex-shrink: 0;
  padding: 0 18px 0 24px;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(196,31,11,0.78);
  white-space: nowrap;
  position: relative;
}

.brands-ticker__label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(14,16,19,0.08);
}

.brands-ticker__wrap {
  flex: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 28px, #000 calc(100% - 28px), transparent);
}

.brands-ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ticker-scroll 76s linear infinite;
}


@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.brands-ticker__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 34px;
  flex-shrink: 0;
}

.brands-ticker__item--soon { opacity: 0.68; }

.brands-ticker__item--soon span {
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--red);
  padding: 3px 6px;
  border-radius: 2px;
  line-height: 1;
  flex-shrink: 0;
}

.brands-ticker__img {
  width: 74px;
  height: 22px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.28) contrast(1.38);
  display: block;
  opacity: 0.86;
}

.brands-ticker__img--hyundai {
  width: 86px;
  height: 26px;
}

.brands-ticker__sep {
  width: 1px;
  height: 16px;
  background: rgba(14,16,19,0.09);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   SHOP SECTION
   ══════════════════════════════════════════════ */
.shop-section {
  position: relative;
  padding: 30px 0 48px;
  color: #12151a;
  background:
    linear-gradient(180deg, rgba(248,248,247,0.98) 0, rgba(248,248,247,0.98) 156px, transparent 156px),
    linear-gradient(150deg, rgba(196,31,11,0.055) 0%, transparent 44%),
    repeating-linear-gradient(
      135deg,
      rgba(0,0,0,0.026) 0px,
      rgba(0,0,0,0.026) 1px,
      transparent 1px,
      transparent 30px
    ),
    var(--paper);
}

.shop-first {
  min-height: calc(100vh - var(--header-h));
}

.section-heading {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 22px;
  padding: 4px 0 0;
  border-left: 0;
}

.shop-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-kicker::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--red);
}

.section-heading h1 {
  color: #111418;
  font-size: clamp(1.75rem, 3.1vw, 3.45rem);
  line-height: 0.96;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.shop-intro {
  margin: 0;
  color: #6f747c;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.55;
  max-width: 620px;
}

/* ── Shop service bar ───────────────────────── */
.shop-service-bar {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 0;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-bottom: 0;
  overflow: hidden;
}

.shop-service-bar > * {
  position: relative;
  display: flex;
  min-height: 62px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 12px 18px;
  color: #14171c;
  background: #fff;
  text-decoration: none;
}

.shop-service-bar > * + * {
  border-left: 1px solid rgba(14,16,19,0.1);
}

.shop-service-bar span {
  color: #747981;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-service-bar strong {
  color: #111418;
  font-size: 0.9rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.shop-service-bar a:hover strong {
  color: var(--red);
}

/* ── Navigator ─────────────────────────────── */
.navigator-shell {
  position: relative;
  min-height: 620px;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(14,16,19,0.12);
  border-radius: 0;
  overflow: visible;
  box-shadow: 0 18px 46px rgba(14,16,19,0.1);
}

.navigator-module {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

/* Brand colour override for the Navigator widget */
#itt-sl-hpm {
  --primaryColor:     #c41f0b;
  --primaryTextColor: #ffffff;
  --moduleBackground: #ffffff;
  color: #212832;
}

.navigator-shell #itt-sl-hpm .hpm-App {
  background: #fff;
  color: #212832;
}

.navigator-shell #itt-sl-hpm .hpm-backButton,
.navigator-shell #itt-sl-hpm .hpm-emptyWishlist .hpm-backButton {
  background: var(--red);
  color: #fff;
}

/* The Navigator ships its own CSS. A few overlay views inherit white text on
   white panels, so these rules only protect readability in module popups. */
#app-root .hpm-modal,
#itt-sl-hpm .hpm-modal,
#app-root .hpm-modalContent,
#itt-sl-hpm .hpm-modalContent,
#app-root .hpm-question,
#itt-sl-hpm .hpm-question,
#app-root .hpm-sharePage,
#itt-sl-hpm .hpm-sharePage,
.hpm-wishlistShare {
  background: #fff;
  color: #212832;
}

#app-root .hpm-modal *,
#itt-sl-hpm .hpm-modal *,
#app-root .hpm-question form,
#itt-sl-hpm .hpm-question form,
#app-root .hpm-question form :is(div, label, p, span, td, h3),
#itt-sl-hpm .hpm-question form :is(div, label, p, span, td, h3),
#app-root .hpm-sharePage form,
#itt-sl-hpm .hpm-sharePage form,
#app-root .hpm-sharePage form :is(div, label, p, span, td, h3),
#itt-sl-hpm .hpm-sharePage form :is(div, label, p, span, td, h3),
.hpm-wishlistShare form,
.hpm-wishlistShare form :is(div, label, p, span, td, h3) {
  color: #212832;
}

#app-root .hpm-modal :is(input, textarea, select),
#itt-sl-hpm .hpm-modal :is(input, textarea, select),
#app-root .hpm-question :is(input, textarea, select),
#itt-sl-hpm .hpm-question :is(input, textarea, select),
#app-root .hpm-sharePage :is(input, textarea, select),
#itt-sl-hpm .hpm-sharePage :is(input, textarea, select),
.hpm-wishlistShare :is(input, textarea, select) {
  background: #fff;
  color: #212832;
}

#app-root .hpm-modal button,
#itt-sl-hpm .hpm-modal button,
#app-root .hpm-question .hpm-contact-send,
#itt-sl-hpm .hpm-question .hpm-contact-send,
#app-root .hpm-sharePage .hpm-contact-send,
#itt-sl-hpm .hpm-sharePage .hpm-contact-send,
.hpm-wishlistShare .hpm-contact-send,
.hpm-modalFooterContent button {
  background: var(--red);
  color: #fff;
}

#hpm-toastContainer .Toastify__toast,
#hpm-toastContainer .toastBody,
#hpm-toastContainer .toastText {
  background: #fff;
  color: #212832;
}

.ReactModal__Overlay {
  background: rgba(14,16,19,0.58) !important;
  z-index: 10000;
}

.ReactModal__Content {
  color: #212832 !important;
}

.ReactModal__Content .hpm-modalContent,
.ReactModal__Content .hpm-modalContent *,
.ReactModal__Content :is(p, span, div, td, th, li, strong, em, h1, h2, h3, h4, h5, h6) {
  color: #212832 !important;
}

.ReactModal__Content .hpm-modalContent {
  background: #fff !important;
  line-height: 1.65;
}

.ReactModal__Content .hpm-modalContent a,
.ReactModal__Content .file-download-button {
  color: var(--red) !important;
}

.ReactModal__Content .file-download-button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(196,31,11,0.08) !important;
  border: 1px solid rgba(196,31,11,0.22);
  font-weight: 800;
  text-decoration: none;
}

.ReactModal__Content .hpm-modalClose {
  background-color: rgba(255,255,255,0.92) !important;
}

/* ── Info rail ─────────────────────────────── */
.info-rail {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  margin-top: 24px;
  background: rgba(14,16,19,0.12);
  border: 1px solid rgba(14,16,19,0.1);
}

.rail-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  color: var(--red);
  background:
    linear-gradient(180deg, rgba(196,31,11,0.045), rgba(255,255,255,0)),
    #fff;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-right: 0;
}

.info-box {
  position: relative;
  padding: 24px 24px 22px;
  color: #111418;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,248,247,0.92)),
    #fff;
  border: 0;
  border-top: 3px solid transparent;
  overflow: hidden;
  transition: border-top-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s;
}

.info-box:hover {
  border-top-color: var(--red);
  background: #fff;
  box-shadow: 0 18px 44px rgba(14,16,19,0.12);
  transform: translateY(-2px);
}

.info-box__num {
  position: absolute;
  bottom: -18px;
  right: 10px;
  font-size: 6rem;
  font-weight: 950;
  line-height: 1;
  color: rgba(14,16,19,0.045);
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.info-kicker {
  display: block;
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.info-box h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #111418;
}

.info-box p {
  margin-bottom: 14px;
  color: #696f78;
  font-size: 0.88rem;
  line-height: 1.6;
}

.info-box a {
  color: #111418;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid var(--red);
  padding-bottom: 1px;
  transition: color 0.14s, border-color 0.14s;
  overflow-wrap: anywhere;
}

.info-box a:hover {
  color: var(--red);
  border-color: var(--red-hot);
}

/* ══════════════════════════════════════════════
   TRUST BADGES
   ══════════════════════════════════════════════ */
.trust-section {
  background: #0a0b0e;
  border-top: 1px solid var(--line);
}

.trust-badges {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 22px;
  transition: background 0.18s;
}

.trust-badge:hover {
  background: rgba(255,255,255,0.025);
}

.trust-badge__icon {
  flex-shrink: 0;
  color: var(--red-hot);
  opacity: 0.85;
}

.trust-badge__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.trust-badge__text strong {
  color: rgba(255,255,255,0.9);
  font-size: 0.87rem;
  font-weight: 800;
}

.trust-badge__text span {
  color: rgba(255,255,255,0.35);
  font-size: 0.76rem;
}

.trust-badge__divider {
  width: 1px;
  background: var(--line);
  align-self: stretch;
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.site-footer {
  background:
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  color: #111418;
  padding: 40px 0 32px;
  border-top: 1px solid rgba(14,16,19,0.1);
  box-shadow: 0 -18px 44px rgba(14,16,19,0.07);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.footer-logo {
  width: 180px;
  height: auto;
  display: block;
  margin-bottom: 18px;
  filter: none;
  opacity: 1;
}

.site-footer p {
  color: #666d76;
  font-size: 0.86rem;
  margin-bottom: 4px;
}

.payment-label {
  margin-top: 18px !important;
  font-size: 0.6rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #8a919b !important;
}

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.pay-badge {
  display: inline-flex;
  align-items: center;
  opacity: 0.9;
  transition: opacity 0.15s;
}

.pay-badge:hover { opacity: 1; }

.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.site-footer nav a {
  color: #4d535c;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 10px;
  border: none;
  background: none;
  transition: color 0.14s;
}

.site-footer nav a:hover {
  color: #111418;
  background: rgba(196,31,11,0.06);
  border-color: transparent;
}

/* ══════════════════════════════════════════════
   LEGAL PAGES
   ══════════════════════════════════════════════ */
.legal-main {
  padding: 60px 0 80px;
  background: var(--graphite);
}

.legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 52px;
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.35);
}

.legal-card h1 {
  color: #0e1013;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.legal-card h2 {
  margin-top: 34px;
  font-size: 1.35rem;
  color: #0e1013;
}

.legal-card h3 {
  margin-top: 22px;
  font-size: 1rem;
  font-weight: 900;
  color: #0e1013;
}

.legal-card p,
.legal-card li {
  color: #444;
  line-height: 1.82;
}

.legal-card a { color: var(--red); font-weight: 700; }

/* ══════════════════════════════════════════════
   SCROLL PROGRESS BAR
   ══════════════════════════════════════════════ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--red), var(--red-hot));
  z-index: 9999;
  pointer-events: none;
  transition: width 0.1s linear;
}

/* ══════════════════════════════════════════════
   STICKY CTA
   ══════════════════════════════════════════════ */
/* ══════════════════════════════════════════════
   REVEAL ANIMATIONS
   ══════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.info-box.reveal        { transition-delay: 0.05s; }
.info-box.reveal:nth-child(3) { transition-delay: 0.15s; }
.info-box.reveal:nth-child(4) { transition-delay: 0.25s; }

.trust-badge.reveal:nth-child(1) { transition-delay: 0s; }
.trust-badge.reveal:nth-child(3) { transition-delay: 0.1s; }
.trust-badge.reveal:nth-child(5) { transition-delay: 0.2s; }
.trust-badge.reveal:nth-child(7) { transition-delay: 0.3s; }

/* ══════════════════════════════════════════════
   HAMBURGER / MOBILE NAV
   ══════════════════════════════════════════════ */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: rgba(14,16,19,0.04);
  border: 1px solid rgba(14,16,19,0.12);
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #111418;
  border-radius: 1px;
  transition: transform 0.22s, opacity 0.22s;
  transform-origin: center;
}

.nav-toggle--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-drawer {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(14,16,19,0.08);
  background: rgba(248,248,247,0.98);
}

.nav-drawer a {
  display: block;
  padding: 12px 16px;
  color: rgba(14,16,19,0.78);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.14s, border-color 0.14s, color 0.14s;
}

.nav-drawer a:hover {
  background: rgba(196,31,11,0.07);
  border-color: rgba(255,59,31,0.3);
  color: #111418;
}

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 960px) {
  .trust-badges { grid-template-columns: 1fr 1fr; }
  .trust-badge__divider { display: none; }
}

@media (max-width: 860px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    min-height: auto;
  }
  #desktop-nav { display: none; }
  .nav-toggle   { display: flex; }
  .nav-drawer   { display: flex; }
  .nav-drawer:not(.nav-drawer--open) { display: none; }

  .footer-grid { grid-template-columns: 1fr; }
  .site-footer nav { align-items: flex-start; }

  .info-rail { grid-template-columns: 1fr 1fr; }
  .rail-label {
    grid-column: 1 / -1;
    writing-mode: horizontal-tb;
    transform: none;
    border-right: none;
    border-bottom: 2px solid var(--red);
    padding: 8px 0;
    justify-content: flex-start;
  }

  .legal-card { padding: 32px 24px; }
}

@media (max-width: 640px) {
  :root { --header-h: 160px; }

  .container,
  .topbar { width: min(calc(100% - 24px), var(--max)); }

  .nav a { padding: 8px 10px; }

  .shop-section {
    background:
      linear-gradient(180deg, rgba(248,248,247,0.98) 0, rgba(248,248,247,0.98) 178px, transparent 178px),
      linear-gradient(150deg, rgba(196,31,11,0.055) 0%, transparent 44%),
      var(--paper);
  }

  .navigator-shell { min-height: 520px; }
  .navigator-topline {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
  }

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

  .shop-service-bar > * {
    min-height: 54px;
    padding: 10px 14px;
  }

  .shop-service-bar > * + * {
    border-left: 0;
    border-top: 1px solid rgba(14,16,19,0.1);
  }

  .trust-badges { grid-template-columns: 1fr; }
  .trust-badge { padding: 18px 16px; }

  .info-rail { grid-template-columns: 1fr; }
  .rail-label { grid-column: 1; }

  .brands-ticker__label { display: none; }
  .brands-ticker__item { padding: 0 28px; }

  .section-heading { padding-left: 16px; }
}
