:root {
  --black: #070807;
  --ink: #101210;
  --panel: #141613;
  --panel-2: #1b1d19;
  --gold: #d5a34a;
  --gold-deep: #9d681e;
  --gold-pale: #f1d597;
  --white: #f7f6f1;
  --muted: #b9b9b0;
  --line: rgba(213, 163, 74, .28);
  --danger: #e16d5d;
  --success: #68b883;
  --shadow: 0 24px 70px rgba(0,0,0,.45);
  --radius: 22px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 8%, rgba(213,163,74,.08), transparent 26rem),
    linear-gradient(180deg, #060706, #0c0e0c 48%, #070807);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}
body.locked { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--gold); color: #090909; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topline {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 7px 20px;
  background: #0a0b09;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: var(--gold-pale);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7,8,7,.84);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 74px; height: 54px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.35)); }
.brand-copy { line-height: 1; }
.brand-copy strong {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.35rem;
  letter-spacing: .07em;
  color: var(--gold);
}
.brand-copy span { display: block; margin-top: 6px; color: var(--muted); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.main-nav a { color: #e8e7df; font-size: .92rem; font-weight: 700; }
.main-nav a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-button {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.icon-button:hover, .menu-button:hover { border-color: var(--gold); background: rgba(213,163,74,.09); }
.cart-button { gap: 9px; padding: 0 14px; min-width: auto; font-weight: 800; }
.cart-count { min-width: 23px; height: 23px; border-radius: 999px; display: grid; place-items: center; background: var(--gold); color: #090909; font-size: .78rem; }
.menu-button { display: none; }

.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.section { padding: 100px 0; }
.section-tight { padding: 68px 0; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 900; }
.section-title {
  margin: 8px 0 14px;
  max-width: 760px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: .98;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-weight: 900;
}
.section-copy { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,5,.98) 0%, rgba(5,6,5,.93) 35%, rgba(5,6,5,.28) 72%, rgba(5,6,5,.08) 100%),
    linear-gradient(0deg, #070807 0%, transparent 23%),
    url('../images/hero-blind.jpg') center right / cover no-repeat;
  transform: scale(1.01);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 70% 43%, transparent, rgba(0,0,0,.32) 75%);
}
.hero-content { position: relative; z-index: 2; padding: 110px 0 120px; max-width: 720px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  background: rgba(8,9,8,.6);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--gold-pale);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.hero-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); }
.hero h1 {
  margin: 25px 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.3rem, 8.9vw, 8.2rem);
  line-height: .83;
  text-transform: uppercase;
  letter-spacing: .012em;
  color: var(--gold);
  text-shadow: 0 12px 38px rgba(0,0,0,.5);
}
.hero h1 span { display: block; color: var(--white); font-size: .49em; letter-spacing: .035em; margin-top: 15px; }
.hero p { max-width: 610px; margin: 0 0 30px; color: #d1d0c8; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold), #b67b25); color: #080908; box-shadow: 0 14px 35px rgba(178,118,31,.24); }
.button-primary:hover { background: linear-gradient(135deg, #e1b765, #c68b32); }
.button-secondary { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: var(--white); }
.button-secondary:hover { border-color: var(--gold); background: rgba(213,163,74,.08); }
.button-ghost { border-color: var(--line); background: transparent; color: var(--gold-pale); }
.button-block { width: 100%; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #d4d3ca; font-size: .84rem; font-weight: 800; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.trust-strip { border-block: 1px solid rgba(255,255,255,.07); background: #0b0d0b; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px; border-right: 1px solid rgba(255,255,255,.07); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--gold-pale); text-transform: uppercase; letter-spacing: .09em; font-size: .8rem; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .82rem; }

.shop-toolbar { display: grid; grid-template-columns: minmax(220px, 1fr) auto auto; gap: 14px; margin: 0 0 26px; align-items: center; }
.search-box { position: relative; }
.search-box svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.search-box input, .toolbar-select {
  width: 100%; height: 50px; color: var(--white); background: #111310; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; outline: none;
}
.search-box input { padding: 0 18px 0 48px; }
.toolbar-select { padding: 0 42px 0 15px; min-width: 180px; }
.search-box input:focus, .toolbar-select:focus, input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,163,74,.12); }
.category-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.chip { border: 1px solid rgba(255,255,255,.11); background: #111310; color: #d8d7d0; border-radius: 999px; padding: 9px 14px; font-weight: 800; font-size: .82rem; cursor: pointer; }
.chip:hover, .chip.active { border-color: var(--gold); color: #0a0a09; background: var(--gold); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.product-card {
  border: 1px solid rgba(255,255,255,.09);
  background: linear-gradient(180deg, #161815, #0f110f);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 10px 36px rgba(0,0,0,.16);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-5px); border-color: rgba(213,163,74,.5); box-shadow: var(--shadow); }
.product-media { aspect-ratio: 1 / .86; background: #0b0c0b; position: relative; overflow: hidden; cursor: pointer; }
.product-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,6,5,.5), transparent 45%); pointer-events: none; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 2; background: rgba(7,8,7,.88); border: 1px solid var(--line); color: var(--gold-pale); padding: 7px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: .67rem; font-weight: 900; }
.product-body { padding: 19px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product-category { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 900; }
.product-title { font-size: 1.25rem; line-height: 1.16; margin: 0; }
.product-copy { color: var(--muted); font-size: .9rem; margin: 0; }
.product-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 5px; }
.price { font-size: 1.18rem; font-weight: 900; color: var(--white); }
.price.quote { color: var(--gold-pale); font-size: .95rem; }
.card-actions { display: flex; gap: 8px; }
.card-button { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); display: grid; place-items: center; cursor: pointer; }
.card-button:hover { border-color: var(--gold); color: var(--gold); }
.card-button.primary { width: auto; padding: 0 13px; background: var(--gold); border-color: var(--gold); color: #080908; font-weight: 900; }
.empty-state { grid-column: 1 / -1; padding: 60px 25px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }

.configurator { background: linear-gradient(135deg, #0d0f0d, #151712); border-block: 1px solid rgba(255,255,255,.07); }
.config-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr); gap: 50px; align-items: start; }
.option-group { margin-bottom: 24px; }
.option-group h3 { margin: 0 0 11px; font-size: .9rem; text-transform: uppercase; letter-spacing: .09em; color: #dfded7; }
.option-row { display: flex; flex-wrap: wrap; gap: 10px; }
.option-button { border: 1px solid rgba(255,255,255,.12); background: #111310; border-radius: 12px; padding: 11px 14px; cursor: pointer; color: var(--muted); font-weight: 800; }
.option-button:hover, .option-button.selected { color: #090a09; border-color: var(--gold); background: var(--gold); }
.config-card { position: sticky; top: 110px; border-radius: 26px; overflow: hidden; background: #090a09; border: 1px solid var(--line); box-shadow: var(--shadow); }
.config-image { height: 260px; background: url('../images/hero-blind.jpg') center / cover; }
.config-summary { padding: 25px; }
.config-summary h3 { margin: 0 0 5px; font-size: 1.45rem; }
.config-summary > p { margin: 0 0 20px; color: var(--muted); }
.config-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 11px; }
.config-list li { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 10px; }
.config-list span { color: var(--muted); }
.config-list strong { text-align: right; color: var(--gold-pale); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.story-media { position: relative; }
.story-media img { width: 100%; max-height: 720px; object-fit: cover; object-position: top; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.story-media::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border: 1px solid var(--line); border-radius: 28px; z-index: -1; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.feature { border: 1px solid rgba(255,255,255,.08); background: #111310; padding: 18px; border-radius: 17px; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(213,163,74,.1); color: var(--gold); border: 1px solid var(--line); border-radius: 12px; }
.feature h3 { margin: 13px 0 5px; font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: .86rem; }

.contact-section { background: linear-gradient(150deg, rgba(213,163,74,.08), transparent 38%), #0d0f0d; border-block: 1px solid rgba(255,255,255,.07); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-cards { display: grid; gap: 12px; margin-top: 28px; }
.contact-card { display: flex; gap: 14px; padding: 16px; border: 1px solid rgba(255,255,255,.09); background: #111310; border-radius: 15px; }
.contact-card strong { display: block; color: var(--gold-pale); }
.contact-card span { color: var(--muted); font-size: .88rem; }
.form-card { background: #111310; border: 1px solid var(--line); border-radius: 25px; padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #deddd5; font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%; color: var(--white); background: #090a09; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 12px 13px; outline: none;
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; margin: 12px 0 0; }

.site-footer { padding: 56px 0 24px; background: #050605; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 36px; }
.footer-brand img { width: 150px; margin-bottom: 14px; }
.footer-brand p { max-width: 360px; color: var(--muted); font-size: .9rem; }
.footer-col h3 { font-size: .8rem; color: var(--gold); text-transform: uppercase; letter-spacing: .13em; margin: 0 0 14px; }
.footer-col a { display: block; color: var(--muted); margin: 8px 0; font-size: .9rem; }
.footer-col a:hover { color: var(--white); }
.footer-qr { display: flex; gap: 12px; align-items: center; }
.footer-qr img { width: 82px; border-radius: 10px; background: white; padding: 5px; }
.footer-qr span { color: var(--muted); font-size: .82rem; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; gap: 20px; color: #85877f; font-size: .78rem; }

.drawer-overlay, .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(5px); z-index: 100; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.drawer-overlay.open, .modal-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(470px, 100%); z-index: 110; background: #0d0f0d; border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .25s ease; display: flex; flex-direction: column; box-shadow: -20px 0 70px rgba(0,0,0,.45); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; align-items: center; }
.drawer-head h2 { margin: 0; font-size: 1.25rem; }
.close-button { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); cursor: pointer; display: grid; place-items: center; }
.cart-items { flex: 1; overflow: auto; padding: 18px 22px; display: grid; align-content: start; gap: 14px; }
.cart-empty { padding: 50px 20px; text-align: center; color: var(--muted); }
.cart-line { display: grid; grid-template-columns: 86px 1fr auto; gap: 13px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 14px; }
.cart-line img { width: 86px; height: 78px; object-fit: cover; border-radius: 11px; background: #080908; }
.cart-line h3 { margin: 0 0 3px; font-size: .92rem; }
.cart-variant { color: var(--muted); font-size: .74rem; margin: 1px 0; }
.cart-line-price { color: var(--gold-pale); font-weight: 900; font-size: .86rem; }
.qty-row { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; overflow: hidden; margin-top: 8px; }
.qty-row button { width: 30px; height: 30px; border: 0; background: #171917; cursor: pointer; }
.qty-row span { width: 34px; text-align: center; font-size: .82rem; }
.remove-line { border: 0; background: transparent; color: #8e9188; cursor: pointer; padding: 4px; }
.remove-line:hover { color: var(--danger); }
.drawer-footer { padding: 18px 22px 22px; border-top: 1px solid rgba(255,255,255,.08); background: #090a09; }
.cart-totals { display: grid; gap: 8px; margin-bottom: 16px; }
.total-row { display: flex; justify-content: space-between; color: var(--muted); font-size: .9rem; }
.total-row.grand { color: var(--white); font-size: 1.1rem; font-weight: 900; border-top: 1px solid rgba(255,255,255,.08); padding-top: 10px; }
.quote-notice { padding: 10px 12px; border-radius: 11px; background: rgba(213,163,74,.09); border: 1px solid var(--line); color: var(--gold-pale); font-size: .8rem; margin-bottom: 12px; display: none; }
.quote-notice.show { display: block; }

.modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { width: min(980px, 100%); max-height: min(880px, calc(100vh - 48px)); overflow: auto; background: #101210; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); position: relative; }
.modal-close { position: sticky; z-index: 2; top: 14px; float: right; margin: 14px; }
.product-modal-grid { display: grid; grid-template-columns: 1fr 1fr; }
.modal-product-media { min-height: 540px; background: #080908; }
.modal-product-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-product-copy { padding: 46px 38px 38px; }
.modal-product-copy h2 { margin: 8px 0 12px; font-size: 2.2rem; line-height: 1.05; }
.modal-price { font-size: 1.25rem; font-weight: 900; color: var(--gold-pale); margin-bottom: 14px; }
.detail-list { margin: 20px 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.detail-list li { display: flex; gap: 9px; color: #d0cfc7; font-size: .9rem; }
.detail-list li::before { content: "✓"; color: var(--gold); font-weight: 900; }
.variant-grid { display: grid; gap: 13px; margin: 22px 0; }
.variant-grid label { display: grid; gap: 7px; color: #deddd6; font-size: .82rem; font-weight: 800; }
.variant-grid select { width: 100%; border-radius: 11px; padding: 11px 12px; background: #090a09; color: var(--white); border: 1px solid rgba(255,255,255,.12); }

.checkout-card { width: min(720px,100%); padding: 30px; }
.checkout-card h2 { margin-top: 0; }
.order-summary { background: #090a09; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; padding: 15px; margin: 18px 0; white-space: pre-wrap; color: #d4d3cb; font-size: .85rem; max-height: 220px; overflow: auto; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); z-index: 200; background: #f2ead9; color: #0b0c0b; border-radius: 999px; padding: 12px 18px; box-shadow: var(--shadow); font-weight: 900; opacity: 0; visibility: hidden; transition: .22s ease; text-align: center; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 1020px) {
  .main-nav { position: fixed; left: 18px; right: 18px; top: 92px; background: rgba(12,14,12,.98); border: 1px solid var(--line); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; transform: translateY(-20px); opacity: 0; visibility: hidden; box-shadow: var(--shadow); }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 9px 5px; }
  .menu-button { display: inline-flex; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .config-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .config-card { position: static; }
  .story-media { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .topline { font-size: .64rem; letter-spacing: .12em; }
  .nav-wrap { width: min(100% - 24px, var(--max)); min-height: 68px; gap: 10px; }
  .brand img { width: 56px; height: 44px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy span { display: none; }
  .cart-button .cart-label { display: none; }
  .hero { min-height: 690px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,6,5,.97), rgba(5,6,5,.8) 58%, rgba(5,6,5,.35)), linear-gradient(0deg,#070807,transparent 30%), url('../images/hero-blind.jpg') 63% center / cover no-repeat; }
  .hero-content { padding: 90px 0 100px; }
  .hero h1 { font-size: clamp(3.8rem, 19vw, 6rem); }
  .hero p { font-size: 1rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .section { padding: 75px 0; }
  .section-head { display: block; }
  .section-title { font-size: clamp(2.5rem, 14vw, 4rem); }
  .shop-toolbar { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { max-width: 560px; width: 100%; margin-inline: auto; }
  .feature-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 5px; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .modal-product-media { min-height: 320px; max-height: 420px; }
  .modal-product-copy { padding: 30px 22px; }
  .modal { padding: 10px; }
  .modal-card { max-height: calc(100vh - 20px); border-radius: 20px; }
}

@media (max-width: 480px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .brand-copy { display: none; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 11px; display: grid; }
  .trust-item { padding: 17px 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .cart-line { grid-template-columns: 70px 1fr auto; }
  .cart-line img { width: 70px; height: 68px; }
}
