:root {
  --navy: #1b3158;
  --navy-deep: #12233f;
  --red: #d02433;
  --red-deep: #b51d2b;
  --ink: #171a1d;
  --body: #3e454b;
  --muted: #6f767d;
  --line: #e7eaee;
  --paper: #fffdf9;
  --white: #ffffff;
  --sky: #eaf4fb;
  --sky-2: #f4f9fd;
  --cream: #f8f3ea;
  --mint: #e8f5ef;
  --peach: #fbe8e0;
  --mist: #eef2f6;
  --tint: #eef4f8;
  --focus: #2b6cb0;
  --radius: 20px;
  --display: "Syne", system-ui, sans-serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shadow: 0 10px 28px rgba(23, 26, 29, 0.06);
  --max: 1520px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--body);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.08; letter-spacing: -0.03em; margin: 0; }
p { margin: 0; }
figure { margin: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
.skip-link {
  position: absolute; left: 12px; top: -48px; background: var(--navy); color: #fff;
  padding: 10px 14px; z-index: 80; border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.container {
  width: min(var(--max), calc(100% - 56px));
  margin-inline: auto;
}

.section { padding: 64px 0; }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-mint { background: var(--mint); }
.section-peach { background: var(--peach); }
.section-mist { background: var(--mist); }
.section-sky { background: var(--sky); }

.section-head { max-width: 640px; margin-bottom: 24px; }
.section-head h2,
.custom-grid h2,
.config-layout h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  color: var(--ink);
}
.eyebrow {
  color: var(--red);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lede { color: var(--body); font-size: 1.05rem; margin-top: 12px; max-width: 46ch; }
.text-link { font-weight: 800; color: var(--navy); }
.muted { color: var(--muted); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 12px;
  font-weight: 800; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .16s ease, background .16s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, .tool-btn:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible {
  outline: 3px solid var(--focus); outline-offset: 2px;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-deep); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-ghost { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-ghost:hover { background: #fff; }
.btn-block { width: 100%; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 3px 0 var(--red);
}
.site-header.is-compact { box-shadow: inset 0 3px 0 var(--red), 0 8px 20px rgba(23,26,29,.05); }
.header-inner {
  display: flex; align-items: center; gap: 28px;
  min-height: 88px;
}
.site-header.is-compact .header-inner { min-height: 72px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img {
  width: auto;
  max-width: min(232px, var(--logo-max, 232px));
  max-height: 52px;
  height: auto;
  object-fit: contain;
}
.logo-text {
  font-family: Syne, Manrope, sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: .04em;
  color: var(--navy);
  line-height: 1.15;
  max-width: 220px;
}
.nav-primary {
  display: flex; gap: 24px; margin-inline: auto;
  font-weight: 700; font-size: .98rem;
}
.nav-primary a { color: var(--ink); padding: 10px 0; }
.nav-primary a:hover { color: var(--red); }
.header-tools { display: flex; align-items: center; gap: 8px; margin-inline-start: auto; }
.tool-btn {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 44px; padding: 0 12px;
  border: 0; background: var(--tint); color: var(--navy);
  border-radius: 12px; cursor: pointer; font-weight: 700;
}
.tool-icon { width: 44px; padding: 0; justify-content: center; }
.tool-btn:hover { background: var(--sky); }
.icon-btn {
  width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px;
  display: grid; place-items: center; cursor: pointer; color: var(--navy); font-size: 1.4rem;
}
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--tint); border-radius: 12px; color: var(--navy); }
.menu-lines, .menu-lines::before, .menu-lines::after {
  display: block; width: 18px; height: 2px; background: currentColor; position: relative; margin: 0 auto;
}
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }
.lang-wrap { position: relative; }
.lang-menu {
  position: absolute; inset-inline-end: 0; top: calc(100% + 8px);
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  min-width: 170px; padding: 8px; list-style: none; margin: 0; box-shadow: var(--shadow); z-index: 20;
}
.lang-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--ink); }
.lang-menu a:hover { background: var(--sky); }
.cart-btn { position: relative; }
.cart-count {
  position: absolute; top: 4px; inset-inline-end: 4px;
  min-width: 18px; height: 18px; border-radius: 99px; background: var(--red); color: #fff;
  font-size: 10px; font-weight: 800; display: grid; place-items: center;
}
.cart-count:empty, .cart-count[data-cart-count="0"] { display: none; }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.45fr) minmax(0, 0.55fr);
  min-height: 560px;
  background: linear-gradient(180deg, var(--sky) 0%, var(--sky-2) 100%);
}
.hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px 28px 48px max(28px, calc((100vw - var(--max)) / 2));
}
.hero-copy h1 { font-size: clamp(2.4rem, 4.6vw, 4.2rem); color: var(--ink); }
.hero-copy h1 span { display: block; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-visual { min-height: 560px; }
.hero-visual img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  min-height: 560px;
}

/* Categories */
.cat-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 168px;
  gap: 14px;
}
.cat-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--cat-accent, var(--sky));
  display: block; color: var(--ink);
  box-shadow: var(--shadow);
  border: 1px solid rgba(23,26,29,.04);
}
.cat-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.cat-card:hover img { transform: scale(1.04); }
.cat-large { grid-column: span 6; grid-row: span 2; }
.cat-medium { grid-column: span 4; grid-row: span 2; }
.cat-small { grid-column: span 4; grid-row: span 1; }
.cat-body {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.96) 42%);
}
.cat-body h3 { font-size: 1.28rem; color: var(--ink); }
.cat-body span { display: inline-block; margin-top: 4px; font-weight: 800; color: var(--navy); }

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.product-rail .product-card { scroll-snap-align: start; }
.brand-carousel-wrap { position: relative; }
.section-brands-home { padding-top: 28px; padding-bottom: 12px; }
.section-brands-home .section-head { margin-bottom: 18px; }
.section-brands-home + .section-white { padding-top: 24px; }
.brand-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(132px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 0 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.brand-logo-card {
  scroll-snap-align: start;
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.brand-logo-card:hover {
  border-color: rgba(18,35,63,.18);
  box-shadow: var(--shadow);
}
.brand-logo-card img {
  max-width: 78%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-carousel-nav {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.brand-carousel-prev { left: -6px; }
.brand-carousel-next { right: -6px; }
@media (min-width: 768px) {
  .brand-carousel { grid-auto-columns: minmax(150px, 180px); }
  .brand-logo-card { min-height: 100px; }
  .brand-logo-card img { max-height: 64px; }
}
@media (min-width: 1100px) {
  .brand-carousel-wrap.has-nav .brand-carousel-nav { display: grid; place-items: center; }
  .brand-carousel-wrap.has-nav .brand-carousel { padding-inline: 28px; }
  .brand-carousel { grid-auto-columns: minmax(168px, 200px); }
}
.product-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.product-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--mist);
  overflow: hidden;
}
.product-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .3s ease;
}
.product-visual .hover-img {
  position: absolute; inset: 0;
  opacity: 0;
}
.product-card:hover .product-visual img { transform: scale(1.04); }
.product-card:hover .product-visual .hover-img { opacity: 1; }
.chip {
  position: absolute; top: 12px; inset-inline-start: 12px;
  background: var(--navy); color: #fff; font-size: .7rem; font-weight: 800;
  padding: 5px 9px; border-radius: 999px;
}
.chip-sale { inset-inline-start: auto; inset-inline-end: 12px; background: var(--red); }
.product-body { padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-cat { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-body h3 { font-size: 1.12rem; color: var(--ink); }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.price { font-weight: 800; color: var(--navy); }
.price-sale { color: var(--red); }
.price-was { color: var(--muted); font-weight: 600; margin-inline-start: 6px; }
.tag { font-size: .72rem; background: var(--sky); color: var(--navy); padding: 4px 8px; border-radius: 999px; font-weight: 700; }

/* Production — light */
.production-head {
  display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px;
}
.production-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 12px;
}
.pg-wide { grid-column: 1 / -1; }
.production-gallery img {
  width: 100%; height: 240px; object-fit: cover;
  border-radius: 18px 18px 0 0; background: var(--mist);
}
.pg-wide img { height: 380px; }
.production-gallery figure { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.production-gallery figcaption { padding: 10px 14px 14px; font-weight: 800; color: var(--ink); font-size: .92rem; }
.production-products { margin-top: 28px; }

/* Config — light */
.config-layout {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center;
}
.config-photo img {
  width: 100%; height: 500px; object-fit: cover; border-radius: 24px;
}
.config-picks { display: grid; gap: 10px; list-style: none; padding: 0; margin: 0; }
.config-picks li {
  display: grid; grid-template-columns: 36px 84px 1fr; gap: 12px; align-items: center;
  background: #fff; border-radius: 16px; overflow: hidden; padding: 8px 14px 8px 10px;
  border: 1px solid rgba(23,26,29,.05);
}
.config-picks li:last-child { grid-template-columns: 36px 1fr; }
.config-picks img { width: 84px; height: 84px; object-fit: cover; border-radius: 12px; }
.step-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .85rem;
}
.config-picks h3 { font-size: 1.05rem; color: var(--ink); }
.config-picks p { color: var(--muted); font-size: .9rem; margin-top: 2px; }

/* Custom — light form */
.custom-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: start;
}
.custom-photo img {
  width: 100%; min-height: 520px; object-fit: cover; border-radius: 24px;
}
.custom-form {
  margin-top: 18px; display: grid; gap: 10px;
  background: #fff; border-radius: 20px; padding: 18px;
  border: 1px solid rgba(23,26,29,.05);
}
.custom-steps {
  list-style: none; padding: 0; margin: 28px 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  counter-reset: cstep;
}
.custom-steps li {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 16px 16px 16px 18px; font-weight: 700; color: var(--ink);
  counter-increment: cstep;
}
.custom-steps li::before {
  content: counter(cstep);
  display: inline-grid; place-items: center;
  width: 28px; height: 28px; margin-inline-end: 8px;
  border-radius: 50%; background: var(--navy); color: #fff;
  font-size: .85rem; vertical-align: middle;
}
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px; font-weight: 600; }
.consent-row input { width: auto; margin-top: 3px; }
.custom-cta { margin-top: 18px; color: var(--muted); font-size: .95rem; }
.custom-cta a { color: var(--red); font-weight: 800; }
.custom-form label, .page-form label { display: grid; gap: 6px; font-weight: 700; font-size: .86rem; color: var(--ink); }
.custom-form input, .custom-form textarea, .search-form input, .page-form input, .page-form textarea, .page-form select {
  border: 1px solid #d9dee4; border-radius: 10px; padding: 11px 13px; background: #fff; color: var(--ink);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-row-4 { grid-template-columns: repeat(4, 1fr); }
.alert { padding: 12px 14px; border-radius: 12px; font-weight: 700; }
.alert-ok { background: #e4f6ea; color: #1d6b3a; }
.alert-err { background: #fde8e8; color: #9b1c1c; }

/* Manufacturing — the one dark visual section */
.mill {
  position: relative;
  min-height: 420px;
  color: #fff;
  overflow: hidden;
}
.mill-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.mill-overlay {
  position: relative;
  min-height: 420px;
  display: flex; align-items: center;
  background: linear-gradient(90deg, rgba(18,35,63,.82) 0%, rgba(18,35,63,.55) 55%, rgba(18,35,63,.28) 100%);
  padding: 64px 0;
}
.mill-copy { max-width: 520px; }
.mill h2 { color: #fff; font-size: clamp(1.85rem, 3.4vw, 2.75rem); }
.mill p {
  color: #dce3ec;
  margin: 14px 0 22px;
  max-width: 42ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

/* Blog */
.blog-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; align-items: stretch; }
.blog-card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.blog-card img { width: 100%; height: 160px; object-fit: cover; background: var(--mist); }
.blog-featured img { height: 220px; }
.blog-body { padding: 16px 18px 18px; }
.blog-card h3 { font-size: 1.12rem; margin: 6px 0 8px; color: var(--ink); }
.blog-card p { color: var(--body); font-size: .95rem; margin-bottom: 10px; }

/* Trust strip */
.trust { background: var(--tint); padding: 22px 0; border-top: 1px solid var(--line); }
.trust-strip {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; color: var(--ink); font-size: .92rem;
}
.trust-ico {
  width: 40px; height: 40px; border-radius: 12px;
  background: #fff; color: var(--navy);
  display: grid; place-items: center;
  border: 1px solid var(--line);
}

/* Footer */
.site-footer { background: var(--navy-deep); color: #e8eef6; padding: 52px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand img {
  max-width: min(240px, var(--logo-max, 232px));
  height: auto;
  object-fit: contain;
}
.logo-text-on-dark { color: #fff; display: inline-block; }
.site-footer h2 { font-size: 1rem; margin-bottom: 14px; color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: #d5deea; }
.site-footer a:hover { color: #fff; }
.footer-bottom { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; color: #b7c3d4; font-size: .9rem; }

/* Overlays / cart / search — light */
.drawer, .overlay {
  position: fixed; inset: 0; background: rgba(23,26,29,.28); z-index: 70;
  display: grid; align-items: stretch;
}
.overlay { place-items: start center; padding: 12vh 16px 16px; }
.drawer-end { justify-items: end; }
[dir="rtl"] .drawer-end { justify-items: start; }
.drawer[hidden], .overlay[hidden], .lang-menu[hidden] { display: none !important; }
.drawer-panel, .overlay-panel { background: #fff; color: var(--ink); width: min(420px, 100%); padding: 24px; overflow: auto; }
.overlay-panel { width: min(560px, 100%); border-radius: 24px; }
.search-form { display: grid; gap: 10px; margin: 16px 0; }
.drawer-nav { display: grid; gap: 4px; margin-top: 28px; }
.drawer-nav a, .drawer-meta a { display: block; padding: 16px 8px; font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.drawer-langs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.drawer-langs a { font-size: .9rem; background: var(--sky); border-radius: 999px; padding: 8px 12px; color: var(--navy); }
.cart-row { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.wa-float {
  position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 40;
  width: 48px; height: 48px; border-radius: 50%; background: #25d366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.35);
}
.wa-float:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.page-product .wa-float,
.page-checkout .wa-float,
.page-cart .wa-float { bottom: 88px; }

/* Inner pages — light-first shells for listing, PDP, cart, checkout, blog, account */
.page-shell { background: var(--paper); padding: 36px 0 64px; }
.page-shell h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 8px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .9rem; margin-bottom: 22px; }
.breadcrumbs a { color: var(--navy); font-weight: 700; }
.listing-layout { display: grid; grid-template-columns: minmax(260px, 300px) 1fr; gap: 28px; align-items: start; }
.listing-main { min-width: 0; }
.catalog-filter-toggle { display: none; width: 100%; margin-bottom: 16px; }
.catalog-filter-sidebar { align-items: stretch; }
.catalog-filter-sidebar.drawer-start { justify-items: start; }
.catalog-filter-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 20px; width: 100%; max-width: 300px; position: relative;
}
.catalog-filter-close {
  display: none; position: absolute; top: 12px; right: 12px;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: var(--sky); color: var(--navy); font-size: 1.4rem; line-height: 1; cursor: pointer;
}
.cf-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.cf-head h2 { font-size: 1.15rem; margin: 0; color: var(--ink); }
.cf-result-count { margin: 4px 0 0; color: var(--muted); font-size: .92rem; font-weight: 600; }
.cf-clear-link { font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--red); white-space: nowrap; }
.cf-sections { display: grid; gap: 10px; }
.cf-section { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); overflow: hidden; }
.cf-section > summary {
  list-style: none; cursor: pointer; padding: 12px 14px; font-weight: 800; font-size: .82rem;
  letter-spacing: .05em; text-transform: uppercase; color: var(--navy);
}
.cf-section > summary::-webkit-details-marker { display: none; }
.cf-section-body { padding: 0 14px 14px; display: grid; gap: 10px; }
.cf-cat-list, .cf-brand-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.cf-cat-children { list-style: none; padding: 4px 0 0 12px; margin: 0; display: grid; gap: 4px; border-left: 2px solid var(--line); }
.cf-check {
  display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center;
  padding: 8px 6px; border-radius: 8px; font-size: .95rem; font-weight: 600; color: var(--ink); cursor: pointer;
}
.cf-check:hover { background: rgba(18,35,63,.04); }
.cf-check input[type="checkbox"] {
  width: 18px; height: 18px; margin: 0; accent-color: var(--navy);
}
.cf-check-label { line-height: 1.35; }
.cf-count { color: var(--muted); font-size: .82rem; font-weight: 700; min-width: 1.5em; text-align: end; }
.cf-cat-item.is-child .cf-check-label { font-weight: 600; color: var(--body); }
.cf-brand-search {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .92rem; background: #fff;
}
.cf-price-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.cf-field { display: grid; gap: 6px; font-size: .88rem; font-weight: 700; color: var(--muted); }
.cf-field input, .cf-field select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .95rem; color: var(--ink); background: #fff;
}
.cf-actions { margin-top: 14px; }
.cf-sort-mobile { display: none; }
.catalog-filter-form .btn-block { width: 100%; }
.listing-toolbar {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.listing-count { margin: 0; font-weight: 700; color: var(--muted); }
.listing-sort select {
  padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-weight: 700; color: var(--navy); background: #fff;
}
.active-filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 16px;
}
.active-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip, .filter-chip-clear {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px;
  border-radius: 999px; font-size: .88rem; font-weight: 700;
}
.filter-chip { background: var(--sky); color: var(--navy); border: 1px solid rgba(18,35,63,.08); }
.filter-chip-clear { color: var(--red); }
.brand-hero-logo img { max-width: 180px; max-height: 72px; object-fit: contain; margin-bottom: 12px; }
.product-brand { font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; }
.product-brand a { color: var(--muted); }
.product-brand a:hover { color: var(--navy); }
.pdp-brand { margin: 0 0 8px; font-size: .88rem; color: var(--muted); }
.pdp-brand a { color: var(--navy); font-weight: 800; }
.filters, .config-box, .cart-summary, .account-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px;
}
.filters h2, .config-box h2, .cart-summary h2 { font-size: 1.05rem; margin-bottom: 12px; }
.pdp { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start; }
.pdp-gallery { display: grid; gap: 10px; }
.pdp-gallery .main { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; background: var(--mist); }
.pdp-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.pdp-thumbs img { aspect-ratio: 1; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.pdp-price { font-size: 1.6rem; font-weight: 800; color: var(--navy); margin: 12px 0; }
.config-box { background: #fff; }
.checkout-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.article-prose { max-width: 720px; margin: 0 auto; color: var(--body); }
.article-prose h1, .article-prose h2, .article-prose h3 { color: var(--ink); }
.article-prose p { margin: 0 0 1em; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }

.contact-hero {
  background: linear-gradient(180deg, var(--sky) 0%, var(--sky-2) 55%, var(--paper) 100%);
  padding: 28px 0 8px;
  color: var(--ink);
}
.contact-hero h1 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); color: var(--ink); }
.contact-hero .lede { max-width: 54ch; }
.contact-page { padding-top: 12px; }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}
.contact-card {
  display: grid;
  gap: 8px;
  align-content: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 16px;
  min-height: 132px;
  color: var(--ink);
  box-shadow: var(--shadow);
}
a.contact-card:hover { border-color: var(--navy); }
.contact-ico { width: 28px; height: 28px; color: var(--navy); }
.contact-card span {
  font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}
.contact-card strong { font-size: 1rem; font-weight: 800; word-break: break-word; }
.contact-split {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 28px;
  align-items: start;
}
.contact-form-wrap, .contact-map-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.contact-form-wrap h2, .contact-map-wrap h2 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  background: var(--mist);
  min-height: 360px;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: min(520px, 70vh);
  min-height: 360px;
  border: 0;
}
.empty-state { text-align: center; padding: 48px 16px; color: var(--body); }
.empty-state h2 { margin-bottom: 8px; }

.account-auth-card, .account-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  max-width: 520px;
}
.account-auth-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; font-weight: 700; }
.account-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
.account-nav { display: grid; gap: 4px; }
.account-nav a, .account-nav button {
  display: block; width: 100%; text-align: left; background: transparent; border: 0;
  padding: 10px 12px; border-radius: 10px; font-weight: 700; color: var(--ink); cursor: pointer;
}
.account-nav a.is-active { background: #fff; color: var(--red); box-shadow: var(--shadow); }
.account-card { max-width: none; }
.account-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.account-list li, .account-list a {
  display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: space-between; align-items: center;
  background: var(--paper); border-radius: 12px; padding: 12px 14px; color: var(--ink); font-weight: 700;
}
.account-list form { margin: 0; }

.filters { display: grid; gap: 12px; }
.filters form { display: grid; gap: 12px; }
.filter-label { font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.filter-cats { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.filter-cats a { color: var(--ink); font-weight: 700; }
.filter-cats a.is-active { color: var(--red); }
.filters .check { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.cat-banner { margin: 0 0 22px; }
.cat-banner img { width: 100%; max-height: 280px; object-fit: cover; border-radius: 20px; background: var(--mist); }
.child-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.child-cat {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px; font-weight: 800; color: var(--navy); font-size: .9rem;
}

.about-intro { max-width: 62ch; }
.about-hero .breadcrumbs { margin-bottom: 14px; }
.about-split {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 32px;
  align-items: center;
}
.about-split.is-image-left .about-split-media { order: -1; }
.about-split-copy h2 { margin-bottom: 12px; }
.about-split-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  background: var(--mist);
}
.about-produce {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-rows: 200px;
  gap: 14px;
}
.about-produce-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: block;
  color: var(--ink);
  box-shadow: var(--shadow);
}
.about-produce-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.about-produce-card:hover img { transform: scale(1.04); }
.about-produce-large { grid-row: span 2; }
.about-produce-wide { grid-column: 1 / -1; }
.about-produce-card .cat-body p {
  margin: 4px 0 0;
  font-size: .9rem;
  color: var(--body);
}
.about-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.about-value {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 18px;
  box-shadow: var(--shadow);
}
.about-value img {
  width: 56px; height: 56px; object-fit: cover;
  border-radius: 12px; margin-bottom: 10px; background: var(--mist);
}
.about-value h3 { font-size: 1.15rem; margin-bottom: 8px; }
.about-value p { color: var(--body); }
.about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
  text-align: center;
}
.about-stats strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
}
.about-stats span { color: var(--muted); font-weight: 700; }
.about-final { max-width: 720px; }
.about-final h2 { margin-bottom: 10px; }
.legal-body { margin-top: 18px; color: var(--body); font-size: 1.02rem; }
.pager { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pager a {
  min-width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 10px; background: #fff; border: 1px solid var(--line);
  color: var(--navy); font-weight: 800;
}
.pager a.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.pdp-main {
  padding: 0; border: 0; background: none; cursor: zoom-in; width: 100%;
  border-radius: 20px; overflow: hidden;
}
.pdp-main img, .pdp-gallery .main {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; background: var(--mist); display: block;
}
.pdp-thumbs button { padding: 0; border: 0; background: none; cursor: pointer; border-radius: 10px; }
.pdp-thumbs button.is-active img { outline: 2px solid var(--navy); }
.pdp-cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; margin: 16px 0; }
.pdp-cart label { display: grid; gap: 6px; font-weight: 700; font-size: .86rem; }
.pdp-cart input[type=number] { width: 88px; }
.stock { font-weight: 800; margin: 8px 0 14px; }
.stock.is-in { color: #1d6b3a; }
.stock.is-out { color: #9b1c1c; }
.spec-table { width: 100%; max-width: 720px; margin: 28px 0; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; }
.spec-table caption { text-align: start; font-weight: 800; font-size: 1.2rem; margin-bottom: 10px; color: var(--ink); }
.spec-table th, .spec-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: start; }
.spec-table th { width: 40%; color: var(--muted); font-size: .9rem; }
.pdp-more { margin-top: 40px; display: grid; gap: 24px; }
.related { margin-top: 48px; }
.related h2 { margin-bottom: 18px; }
.cat-seo { margin-top: 48px; }
.zoom-overlay {
  position: fixed; inset: 0; z-index: 80; background: rgba(23,26,29,.72);
  display: grid; place-items: center; padding: 24px;
}
.zoom-overlay[hidden] { display: none !important; }
.zoom-overlay img { max-width: min(96vw, 1200px); max-height: 90vh; object-fit: contain; border-radius: 12px; }
.zoom-overlay [data-close-zoom] {
  position: absolute; top: 16px; inset-inline-end: 16px;
  width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: #fff; color: var(--ink); font-size: 1.6rem; cursor: pointer;
}
.suggest-list { display: grid; gap: 6px; margin-top: 12px; }
.suggest-item {
  display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center;
  padding: 8px; border-radius: 12px; color: var(--ink); text-decoration: none;
}
.suggest-item:hover, .suggest-item:focus { background: var(--mist); }
.suggest-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 10px; background: var(--mist); }
.suggest-item strong { display: block; }
.suggest-item span { color: var(--muted); font-size: .82rem; }

/* Configurator — light ecommerce cards, not CAD */
.configurator { margin-top: 8px; }
.cfg-form { display: grid; gap: 18px; }
.cfg-step { border: 0; padding: 0; margin: 0; }
.cfg-step legend {
  font-weight: 800; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 10px;
}
.cfg-req {
  display: inline-block;
  margin-left: 8px;
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .04em;
  color: var(--red);
}
.cfg-step.is-alert {
  outline: 2px solid var(--red);
  outline-offset: 8px;
  border-radius: 16px;
}
.cfg-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.cfg-card {
  display: grid; gap: 4px; align-content: start;
  background: #fff; border: 2px solid var(--line); border-radius: 16px;
  padding: 12px; cursor: pointer; color: var(--ink);
}
.cfg-card img { width: 72px; height: 72px; object-fit: cover; border-radius: 12px; background: var(--mist); }
.cfg-card input { position: absolute; opacity: 0; pointer-events: none; }
.cfg-card.is-selected { border-color: var(--red); box-shadow: 0 0 0 3px rgba(208,36,51,.12); }
.cfg-card.is-disabled { opacity: .45; cursor: not-allowed; }
.cfg-card-title { font-weight: 800; }
.cfg-card-price { color: var(--navy); font-weight: 800; font-size: .92rem; }
.cfg-hint { font-size: .78rem; color: var(--muted); }
.cfg-acc { display: grid; gap: 10px; }
.cfg-acc-card {
  display: grid; grid-template-columns: 88px 1fr; gap: 12px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 10px;
}
.cfg-acc-card img { width: 88px; height: 88px; object-fit: cover; border-radius: 12px; background: var(--mist); }
.cfg-acc-card h3 { font-size: 1rem; }
.cfg-acc-card p { color: var(--muted); font-size: .88rem; }
.cfg-qty { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.cfg-qty button {
  width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line);
  background: #fff; font-size: 1.2rem; cursor: pointer; color: var(--ink);
}
.cfg-qty input { width: 64px; text-align: center; }
.cfg-qty-row label { display: grid; gap: 6px; font-weight: 700; max-width: 140px; }
.cfg-summary {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px;
  position: sticky; bottom: 12px;
}
.cfg-summary h2 { font-size: 1.05rem; margin-bottom: 10px; }
.cfg-summary ul { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 6px; }
.cfg-summary li { display: flex; justify-content: space-between; gap: 12px; color: var(--body); }
.cfg-summary li span { color: var(--muted); font-weight: 700; }
.cfg-status { color: #9b1c1c; font-weight: 700; }
.cfg-status.is-load { color: var(--muted); }
.pdp-main img { transition: opacity .25s ease; }
.pdp-main img.is-fade { opacity: .85; }
.cart-row small { display: block; color: var(--muted); font-size: .82rem; margin-top: 4px; }
.cart-row a { color: var(--navy); font-weight: 700; font-size: .85rem; }

.cart-hero[hidden], .cart-steps[hidden], [data-cart-filled][hidden], [data-cart-empty][hidden], .cart-toast[hidden] {
  display: none !important;
}
.cart-alerts { display: grid; gap: 10px; margin-bottom: 18px; }
.cart-alerts:empty { display: none; }
.cart-hero {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
  margin-bottom: 28px;
}
.cart-hero h1 {
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  color: var(--navy);
  margin: 0;
}
.cart-hero .lede { max-width: 52ch; }
.cart-continue { flex-shrink: 0; white-space: nowrap; }
.cart-steps {
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.cart-steps li {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px; border-radius: 16px;
  background: #fff; border: 1px solid var(--line);
  color: var(--muted); font-weight: 700; font-size: .92rem;
}
.cart-steps li span {
  width: 28px; height: 28px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--mist); color: var(--navy); font-size: .8rem; font-weight: 800;
}
.cart-steps li.is-active {
  color: var(--navy); border-color: #d5dde6;
  box-shadow: var(--shadow);
}
.cart-steps li.is-active span { background: var(--red); color: #fff; }
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
}
.cart-lines { display: grid; gap: 16px; min-width: 0; }
.cart-line {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: 22px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  align-items: start;
}
.cart-line-media {
  width: 160px; height: 160px;
  border-radius: 16px;
  background: var(--mist);
  display: grid; place-items: center;
  overflow: hidden;
}
.cart-line-media img, .cart-line-ph {
  width: 160px; height: 160px;
  object-fit: contain;
}
.cart-line-ph { display: block; background: var(--sky-2); }
.cart-line-info { min-width: 0; }
.cart-line-cat {
  color: var(--red);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cart-line h2 {
  font-size: 1.28rem;
  color: var(--navy);
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}
.cart-line-meta {
  list-style: none; padding: 0; margin: 0 0 12px;
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  color: var(--muted); font-size: .9rem; font-weight: 600;
}
.cart-stock { color: #1d6b3a; }
.cart-stock.is-out { color: #9b1c1c; }
.cart-opt-list {
  list-style: none; padding: 0; margin: 0 0 10px;
  color: var(--body); font-size: .9rem;
}
.cart-acc-list {
  list-style: none; padding: 0; margin: 0 0 14px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.cart-acc-list li {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--mist); color: var(--navy);
  border-radius: 999px; padding: 6px 12px;
  font-size: .82rem; font-weight: 700;
}
.cart-acc-list em { font-style: normal; color: var(--muted); font-weight: 700; }
.cart-edit {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 0 12px;
  border: 1.5px solid var(--line); border-radius: 12px;
  color: var(--navy); font-weight: 800; font-size: .86rem;
  background: #fff;
}
.cart-edit:hover { border-color: var(--navy); }
.cart-line-actions {
  display: flex; flex-direction: column; align-items: flex-end; gap: 16px;
  min-width: 168px;
}
.qty-stepper {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--sky-2); border-radius: 14px; padding: 4px;
}
.qty-btn {
  width: 40px; height: 40px; border: 0; border-radius: 12px;
  background: #fff; color: var(--navy); font-size: 1.2rem; font-weight: 800;
  cursor: pointer; box-shadow: 0 1px 0 rgba(23,26,29,.04);
}
.qty-btn:hover { color: var(--red); }
.qty-btn:disabled { opacity: .45; cursor: not-allowed; }
.qty-input {
  width: 48px; height: 40px; border: 0; background: transparent;
  text-align: center; font-weight: 800; color: var(--navy);
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cart-line-price { text-align: end; }
.cart-unit { font-size: .78rem; color: var(--muted); font-weight: 700; }
.cart-unit-val { font-size: .92rem; color: var(--body); margin: 2px 0 6px; }
.cart-line-total { font-size: 1.28rem; font-weight: 800; color: var(--navy); }
.cart-remove {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 10px; padding: 0; border: 0; background: none;
  color: #b4232c; font: inherit; font-size: .86rem; font-weight: 700;
  cursor: pointer; opacity: .85;
}
.cart-remove:hover { opacity: 1; }
.cart-totals {
  background: #fff; padding: 24px;
  border-radius: 18px; border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: sticky; top: 96px; align-self: start;
}
.cart-summary-inner h2 {
  font-size: 1.35rem; color: var(--navy); margin-bottom: 16px;
}
.checkout-summary, .bank-card {
  background: #fff; padding: 20px; border-radius: 18px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.checkout-summary { position: sticky; top: 96px; align-self: start; }
.totals-dl { display: grid; gap: 10px; margin: 0 0 18px; }
.totals-dl > div { display: flex; justify-content: space-between; gap: 12px; color: var(--body); }
.totals-dl .grand { font-weight: 800; font-size: 1.35rem; color: var(--navy); padding-top: 8px; border-top: 1px solid var(--line); }
.totals-dl .totals-discount dd { color: var(--red); font-weight: 800; }
.cart-coupon { margin: 4px 0 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.cart-coupon-title { font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.cart-coupon-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.cart-coupon-form input {
  min-height: 48px; border: 1.5px solid var(--line); border-radius: 12px; padding: 0 12px; background: #fff;
}
.cart-coupon-applied {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  background: var(--mint); border-radius: 12px; padding: 10px 12px; color: var(--navy);
}
.cart-coupon-remove, .cart-clear {
  border: 0; background: none; color: var(--muted); font: inherit; font-weight: 700;
  cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px;
}
.cart-coupon-msg { margin-top: 8px; font-size: .88rem; font-weight: 700; color: #1d6b3a; }
.cart-coupon-msg.is-err { color: #9b1c1c; }
.cart-checkout { gap: 10px; min-height: 54px; font-size: 1.02rem; }
.cart-trust {
  list-style: none; padding: 0; margin: 14px 0 18px;
  display: grid; gap: 6px; color: var(--muted); font-size: .82rem; font-weight: 700;
}
.cart-trust li { display: flex; align-items: center; gap: 8px; }
.cart-trust li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); flex-shrink: 0; }
.cart-clear-form { text-align: center; }
.cart-reco { margin-top: 48px; }
.cart-reco-head { max-width: none; margin-bottom: 20px; }
.cart-reco-head h2 { color: var(--navy); }
.cart-reco-head-2 { margin-top: 36px; }
.cart-reco-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.btn.is-static { pointer-events: none; opacity: .85; }
.cart-empty {
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 56px 24px 40px;
  margin-top: 8px;
}
.cart-empty-icon {
  width: 96px; height: 96px; margin: 0 auto 18px;
  border-radius: 50%; background: var(--mist); color: var(--navy);
  display: grid; place-items: center;
}
.cart-empty h1 { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.4rem); }
.cart-empty .lede { margin: 12px auto 22px; }
.cart-empty-popular { margin-top: 40px; text-align: start; }
.cart-empty-popular h2 { font-size: 1.35rem; color: var(--navy); margin-bottom: 16px; }
.cart-toast {
  position: fixed; left: 50%; bottom: 28px; z-index: 70;
  transform: translateX(-50%) translateY(12px);
  background: var(--navy); color: #fff;
  padding: 12px 18px; border-radius: 14px;
  font-weight: 800; box-shadow: var(--shadow);
  opacity: 0; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.cart-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
.cfg-dl { display: grid; gap: 4px; margin: 8px 0; }
.cfg-dl div { display: flex; gap: 8px; font-size: .9rem; }
.cfg-dl dt { color: var(--muted); font-weight: 700; min-width: 72px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.linkish { background: none; border: 0; color: var(--navy); font: inherit; font-weight: 700; cursor: pointer; padding: 0; }
.cart-drawer-cta { margin-top: 16px; }
.opt-block { margin: 8px 0 16px; }
.order-items { list-style: none; padding: 0; display: grid; gap: 10px; }
.order-items small { display: block; color: var(--muted); }
.qty-form input { width: 72px; }

[dir="rtl"] .hero { grid-template-columns: minmax(0, 0.55fr) minmax(380px, 0.45fr); }
[dir="rtl"] .hero-copy { padding-left: 28px; padding-right: max(28px, calc((100vw - var(--max)) / 2)); }
[dir="rtl"] .hero-visual { order: -1; }
[dir="rtl"] .custom-steps li::before { margin-inline-end: 8px; }
[dir="rtl"] .consent-row { flex-direction: row; }
[dir="rtl"] .mill-overlay { background: linear-gradient(270deg, rgba(18,35,63,.82) 0%, rgba(18,35,63,.55) 55%, rgba(18,35,63,.28) 100%); }
[dir="rtl"] .about-split.is-image-right .about-split-media { order: -1; }
[dir="rtl"] .about-split.is-image-left .about-split-media { order: 1; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid, .listing-layout, .pdp, .checkout-layout, .contact-grid, .contact-split, .about-split, .about-produce, .about-custom, .account-layout { grid-template-columns: 1fr; }
  .catalog-filter-toggle { display: inline-flex; justify-content: center; }
  .catalog-filter-sidebar {
    position: fixed; inset: 0; z-index: 70; display: grid;
    background: rgba(23,26,29,.28); align-items: end; padding: 0;
  }
  .catalog-filter-sidebar[hidden] { display: none !important; }
  .catalog-filter-card {
    max-width: none; width: 100%; max-height: 88vh; overflow: auto;
    border-radius: 20px 20px 0 0; border-bottom: 0; padding-bottom: 0;
  }
  .catalog-filter-close { display: grid; place-items: center; }
  .cf-sort-mobile { display: block; }
  .cf-actions {
    position: sticky; bottom: 0; background: #fff; padding: 14px 0 18px;
    border-top: 1px solid var(--line); margin-top: 8px;
  }
  .cart-reco-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1101px) {
  .catalog-filter-sidebar {
    position: static; display: block !important; background: transparent; inset: auto; z-index: auto; padding: 0;
  }
  .catalog-filter-sidebar.drawer[hidden] { display: block !important; }
}

@media (max-width: 980px) {
  .nav-primary { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .tool-btn span { display: none; }
  .hero, [dir="rtl"] .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy { padding: 28px 20px 8px; }
  .hero-visual img, .hero-visual { min-height: 300px; height: 300px; }
  .cat-mosaic {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    grid-auto-rows: auto; padding-bottom: 8px;
  }
  .cat-card { min-width: min(82vw, 360px); height: 280px; flex: 0 0 auto; scroll-snap-align: start; }
  .config-layout, .custom-grid, .production-head, .footer-grid, .form-row, .form-row-4, .custom-steps, .cart-line, .form-grid-2, .cart-layout, .cart-hero, .cart-line-actions {
    grid-template-columns: 1fr;
  }
  .cart-totals { position: static; }
  .cart-line-actions { align-items: stretch; min-width: 0; }
  .cart-line-price, .cart-clear-form { text-align: start; }
  .qty-stepper { width: max-content; }
  .cart-steps { grid-template-columns: 1fr; }
  .config-picks li { grid-template-columns: 36px 72px 1fr; }
  .production-gallery { grid-template-columns: 1fr; }
  .pg-wide img { height: 240px; }
  .about-produce { grid-auto-rows: 220px; }
  .about-split-media img { height: 320px; }
  .custom-photo img, .config-photo img { min-height: 240px; height: 280px; }
  .section { padding: 48px 0; }
  .mill, .mill-overlay { min-height: 360px; }
  .page-product .wa-float { bottom: 108px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .logo img { max-width: min(168px, var(--logo-max-mobile, 168px)); max-height: 40px; width: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: 2.15rem; }
  .header-inner { min-height: 76px; gap: 10px; }
  .trust-strip { justify-content: flex-start; }
  .cart-line { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .cart-line-actions { grid-column: 1 / -1; }
  .cart-line-media, .cart-line-media img, .cart-line-ph { width: 96px; height: 96px; border-radius: 12px; }
  .cart-reco-grid {
    display: flex; overflow-x: auto; gap: 12px;
    scroll-snap-type: x mandatory; padding-bottom: 8px;
  }
  .cart-reco-grid .product-card {
    min-width: min(72vw, 240px); flex: 0 0 auto; scroll-snap-align: start;
  }
  .cart-coupon-form { grid-template-columns: 1fr; }
}
