/* ==========================================================================
   Gazi Enterprise - main.css
   1 Tokens · 2 Base · 3 Layout · 4 Header & navigation · 5 Components
   6 Home · 7 Catalogue · 8 Product · 9 Forms · 10 Articles & pages
   11 Footer · 12 Utilities & motion
   Colour contrast: brand red #EE3137 is used only for large text, icons and
   decoration; small text and buttons use #D1242A (5.25:1 on white, AA).
   ========================================================================== */

/* 1 · Tokens ---------------------------------------------------------------- */
:root {
  --c-brand: #ee3137;
  --c-brand-strong: #d1242a;
  --c-brand-deep: #a3181d;
  --c-brand-tint: #fdeded;
  --c-ink: #1f1d1d;
  --c-ink-2: #2b2828;
  --c-body: #2e2b2a;
  --c-muted: #5f5b57;
  --c-line: #e7e4e0;
  --c-line-strong: #d3cec8;
  --c-paper: #ffffff;
  --c-paper-2: #f6f5f3;
  --c-paper-3: #eeebe7;
  --c-wa: #0e7a3f;
  --c-wa-deep: #0a6333;
  --c-wa-icon: #128c4a;
  --c-success: #1c6b34;

  --f-sans:
    Manrope, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --fs-display: clamp(2.25rem, 1.45rem + 2.6vw, 3.6rem);
  --fs-h1: clamp(2.2rem, 1.5rem + 2.8vw, 3.75rem);
  --fs-h2: clamp(1.8rem, 1.3rem + 1.9vw, 2.9rem);
  --fs-h3: clamp(1.18rem, 1.08rem + 0.4vw, 1.4rem);
  --fs-lead: clamp(1.075rem, 1rem + 0.35vw, 1.28rem);
  --fs-body: 1.0625rem;
  --fs-sm: 0.9375rem;
  --fs-xs: 0.8125rem;

  --r-xs: 8px;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --container: 1280px;
  --gutter: clamp(1rem, 3.2vw, 2rem);
  --section: clamp(4rem, 2.8rem + 5vw, 7.5rem);
  --header-h: 72px;

  --shadow-1: 0 1px 2px rgb(31 29 29 / 0.05), 0 2px 8px rgb(31 29 29 / 0.04);
  --shadow-2: 0 14px 34px -16px rgb(31 29 29 / 0.24);
  --shadow-3: 0 34px 80px -34px rgb(31 29 29 / 0.38);
  --focus: 0 0 0 3px rgb(31 29 29 / 0.1);

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --t-fast: 0.18s;
  --t-med: 0.32s;
  --t-slow: 0.7s;
}

/* 2 · Base ------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 4.5rem);
}
body {
  margin: 0;
  background: var(--c-paper);
  color: var(--c-body);
  font: 400 var(--fs-body)/1.65 var(--f-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: var(--c-brand-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
a:hover {
  color: var(--c-brand-deep);
}
h1,
h2,
h3,
h4 {
  color: var(--c-ink);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 {
  font-size: var(--fs-h1);
}
h2 {
  font-size: var(--fs-h2);
}
h3 {
  font-size: var(--fs-h3);
  line-height: 1.25;
  letter-spacing: -0.015em;
}
h4 {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
p {
  margin: 0 0 1em;
  text-wrap: pretty;
}
ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 2px solid var(--c-ink);
  outline-offset: 3px;
  border-radius: 6px;
}
::selection {
  background: var(--c-brand);
  color: #fff;
}
.site-main:focus {
  outline: none;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -200px;
  z-index: 1000;
  background: var(--c-ink);
  color: #fff;
  padding: 0.8rem 1.1rem;
  border-radius: var(--r-sm);
  font-weight: 700;
}
.skip-link:focus {
  top: 1rem;
  color: #fff;
}

.icon {
  width: 20px;
  height: 20px;
}

/* 3 · Layout ---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow {
  max-width: calc(840px + var(--gutter) * 2);
}
.section {
  padding-block: var(--section);
}
.section--paper {
  background: var(--c-paper-2);
}
.section--tight {
  padding-block: clamp(2.5rem, 2rem + 2.5vw, 4.5rem);
}
.section + .section:not(.section--paper) {
  padding-top: calc(var(--section) * 0.6);
}
.section--paper + .section--paper {
  padding-top: 0;
}

.grid {
  display: grid;
  gap: clamp(1rem, 0.6rem + 1.2vw, 1.5rem);
}
.grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
}
.grid--3 {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
}
.grid--4 {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 256px), 1fr));
}

.split {
  display: grid;
  gap: clamp(2rem, 1rem + 4vw, 5rem);
  align-items: start;
}
@media (min-width: 960px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
  .split--wide-left {
    grid-template-columns: 1.3fr 0.7fr;
  }
  .split--wide-right {
    grid-template-columns: 0.85fr 1.15fr;
  }
  .split--center {
    align-items: center;
  }
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: clamp(2rem, 1.5rem + 2vw, 3.25rem);
}
.section-head__text {
  max-width: 46rem;
}
.section-head h2 {
  margin-bottom: 0.3em;
}
.section-head p:not(.eyebrow) {
  color: var(--c-muted);
  font-size: var(--fs-lead);
  margin: 0;
}
.section-head--center {
  justify-content: center;
  text-align: center;
}
.section-head--center .section-head__text {
  margin-inline: auto;
}
.section-head--center .eyebrow {
  justify-content: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-brand-strong);
}
.eyebrow--light {
  color: #fff;
}
.lead {
  font-size: var(--fs-lead);
  color: var(--c-muted);
}

/* 4 · Header & navigation --------------------------------------------------- */
.topbar {
  background: var(--c-ink);
  color: #cfc9c2;
  font-size: var(--fs-xs);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 38px;
}
.topbar__note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.topbar .icon {
  width: 16px;
  height: 16px;
  color: var(--c-brand);
}
.topbar__links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.topbar a:hover {
  color: #ffb3b5;
}
@media (max-width: 860px) {
  .topbar__note {
    display: none;
  }
  .topbar__inner {
    justify-content: center;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(255 255 255 / 0.9);
  -webkit-backdrop-filter: saturate(1.6) blur(16px);
  backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid transparent;
  transition:
    border-color var(--t-med),
    box-shadow var(--t-med);
}
.site-header.is-scrolled {
  border-color: var(--c-line);
  box-shadow: 0 8px 28px -22px rgb(31 29 29 / 0.45);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  height: var(--header-h);
}
.brand {
  display: block;
  flex: none;
}
.logo-img {
  width: auto;
  height: 38px;
}
@media (min-width: 1100px) {
  .logo-img {
    height: 42px;
  }
}

.nav {
  display: none;
  align-self: stretch;
  margin-inline: auto;
}
@media (min-width: 1100px) {
  .nav {
    display: flex;
  }
}
.nav__list {
  display: flex;
  align-items: stretch;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav__item {
  display: flex;
  align-items: center;
}
.nav__link {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: var(--r-pill);
  color: var(--c-ink);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    background var(--t-fast),
    color var(--t-fast);
}
.nav__link:hover,
.nav__item.is-open > .nav__link {
  background: var(--c-paper-2);
  color: var(--c-ink);
}
.nav__link[aria-current] {
  color: var(--c-brand-strong);
}
@media (max-width: 1279px) {
  .nav__link {
    padding: 0.5rem 0.55rem;
    font-size: 0.9rem;
  }
  .site-header__inner {
    gap: 0.9rem;
  }
}
.nav__toggle {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: -0.35rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--c-muted);
  cursor: pointer;
}
.nav__toggle:hover {
  background: var(--c-paper-2);
  color: var(--c-ink);
}
.nav__toggle .icon {
  width: 16px;
  height: 16px;
  transition: transform var(--t-fast);
}
.nav__item.is-open .nav__toggle .icon {
  transform: rotate(180deg);
}

.mega {
  position: absolute;
  inset-inline: 0;
  top: 100%;
  background: #fff;
  border-block: 1px solid var(--c-line);
  box-shadow: var(--shadow-3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity var(--t-fast) var(--ease),
    transform var(--t-fast) var(--ease),
    visibility 0s linear 0.2s;
}
.nav__item.is-open > .mega {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}
@media (hover: hover) and (min-width: 1100px) {
  .nav__item.has-mega:hover > .mega {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0.06s;
  }
  .nav__item.has-mega:hover > .nav__link {
    background: var(--c-paper-2);
  }
}
.mega__inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
  padding-block: 1.75rem 2rem;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.mega__inner--brands {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1.5rem 2rem;
}
.mega__title {
  margin: 0 0 0.9rem;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-muted);
}
.mega__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem 1rem;
}
.mega-cat__link {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.7rem;
  border-radius: var(--r-md);
  color: var(--c-ink);
  text-decoration: none;
  transition: background var(--t-fast);
}
.mega-cat__link:hover {
  background: var(--c-paper-2);
  color: var(--c-ink);
}
.mega-cat__art {
  display: grid;
  place-items: center;
  flex: none;
  width: 68px;
  height: 52px;
  border-radius: 12px;
  background: var(--c-paper-2);
  overflow: hidden;
}
.mega-cat__art svg {
  width: 100%;
  height: 100%;
}
.mega-cat__name {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
.mega-cat__desc {
  display: block;
  margin-top: 0.15rem;
  font-size: var(--fs-xs);
  line-height: 1.45;
  color: var(--c-muted);
}
.mega-cat__subs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.9rem;
  margin: -0.2rem 0 0.4rem 5.9rem;
  padding: 0;
  list-style: none;
  font-size: var(--fs-xs);
}
.mega-cat__subs a {
  color: var(--c-muted);
  font-weight: 600;
  text-decoration: none;
}
.mega-cat__subs a:hover {
  color: var(--c-brand-strong);
}
.mega__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: var(--r-lg);
  background: var(--c-paper-2);
}
.mega__aside .mega__title {
  margin-bottom: 0;
}
.mega__more {
  font-size: var(--fs-sm);
}
.mega__promo {
  display: grid;
  gap: 0.4rem;
  margin-top: auto;
  padding: 1.1rem;
  border-radius: var(--r-md);
  background: #fff;
  font-size: var(--fs-sm);
}
.mega__promo strong {
  color: var(--c-ink);
}
.mega__promo span {
  color: var(--c-muted);
}
.mega__promo .btn {
  justify-self: start;
  margin-top: 0.4rem;
}
.mega-brand__name {
  margin: 0 0 0.45rem;
  font-weight: 800;
}
.mega-brand__name a {
  color: var(--c-ink);
  text-decoration: none;
}
.mega-brand ul {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--fs-sm);
}
.mega-brand li a {
  color: var(--c-muted);
  text-decoration: none;
}
.mega-brand a:hover {
  color: var(--c-brand-strong);
}
.mega-brand__more {
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
@media (min-width: 1100px) {
  .header-actions {
    margin-left: 0;
  }
}
.icon-btn,
.menu-btn {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--c-line);
  border-radius: 50%;
  background: #fff;
  color: var(--c-ink);
  cursor: pointer;
  transition:
    border-color var(--t-fast),
    background var(--t-fast),
    color var(--t-fast);
}
.icon-btn:hover,
.menu-btn:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.icon-btn--wa {
  color: var(--c-wa-icon);
}
.icon-btn--wa:hover {
  border-color: var(--c-wa);
  background: var(--c-wa);
  color: #fff;
}
@media (min-width: 1100px) {
  .menu-btn {
    display: none;
  }
  .mnav .menu-btn {
    display: inline-grid;
  }
}

.search-pop {
  border-top: 1px solid var(--c-line);
  background: #fff;
  padding-block: 1rem;
}
.search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-form > .icon {
  position: absolute;
  left: 1rem;
  color: var(--c-muted);
  pointer-events: none;
}
.search-form input {
  flex: 1;
  min-width: 0;
  min-height: 50px;
  padding: 0.7rem 1rem 0.7rem 2.8rem;
  border: 1.5px solid var(--c-line-strong);
  border-radius: var(--r-pill);
  background: #fff;
}
.search-form input:focus {
  outline: none;
  border-color: var(--c-ink);
  box-shadow: var(--focus);
}

.mnav {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
.mnav.is-open {
  visibility: visible;
  pointer-events: auto;
}
.mnav__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(31 29 29 / 0.45);
  opacity: 0;
  transition: opacity var(--t-med);
}
.mnav.is-open .mnav__backdrop {
  opacity: 1;
}
.mnav__panel {
  position: absolute;
  inset-block: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(420px, 100%);
  background: #fff;
  transform: translateX(100%);
  transition: transform var(--t-med) var(--ease);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mnav.is-open .mnav__panel {
  transform: none;
}
.mnav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem var(--gutter);
  border-bottom: 1px solid var(--c-line);
}
.mnav__body {
  display: grid;
  gap: 0;
  padding: 1rem var(--gutter) 2.5rem;
}
.mnav__body .search-form {
  margin-bottom: 0.75rem;
}
.mnav__body .search-form .btn {
  display: none;
}
.mnav details {
  border-bottom: 1px solid var(--c-line);
}
.mnav summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--c-ink);
  list-style: none;
  cursor: pointer;
}
.mnav summary::-webkit-details-marker {
  display: none;
}
.mnav summary .icon {
  width: 18px;
  transition: transform var(--t-fast);
}
.mnav details[open] summary .icon {
  transform: rotate(180deg);
}
.mnav__sub {
  display: grid;
  gap: 0;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.mnav__sub--cols {
  grid-template-columns: 1fr 1fr;
}
.mnav__sub a {
  display: block;
  padding: 0.5rem 0;
  color: var(--c-body);
  text-decoration: none;
}
.mnav__link {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--c-line);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--c-ink);
  text-decoration: none;
}
.mnav__ctas {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.mnav__partners {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: var(--fs-sm);
  font-weight: 700;
}
body.nav-open {
  overflow: hidden;
}

/* 5 · Components ------------------------------------------------------------ */
.btn {
  --btn-bg: var(--c-ink);
  --btn-fg: #fff;
  --btn-bd: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background var(--t-fast),
    color var(--t-fast),
    border-color var(--t-fast),
    transform var(--t-fast),
    box-shadow var(--t-fast);
}
.btn .icon {
  width: 18px;
  height: 18px;
}
.btn:hover {
  color: var(--btn-fg);
  transform: translateY(-1px);
}
.btn:active {
  transform: none;
}
.btn--primary {
  --btn-bg: var(--c-brand-strong);
}
.btn--primary:hover {
  --btn-bg: var(--c-brand-deep);
  box-shadow: 0 12px 26px -14px rgb(209 36 42 / 0.8);
}
.btn--dark:hover {
  --btn-bg: #000;
}
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--c-ink);
  --btn-bd: var(--c-line-strong);
}
.btn--ghost:hover {
  --btn-bd: var(--c-ink);
  --btn-bg: #fff;
}
.btn--light {
  --btn-bg: #fff;
  --btn-fg: var(--c-ink);
}
.btn--light:hover {
  --btn-bg: var(--c-paper-2);
}
.btn--outline-light {
  --btn-bg: transparent;
  --btn-fg: #fff;
  --btn-bd: rgb(255 255 255 / 0.38);
}
.btn--outline-light:hover {
  --btn-bd: #fff;
}
.btn--wa {
  --btn-bg: var(--c-wa);
}
.btn--wa:hover {
  --btn-bg: var(--c-wa-deep);
}
.btn--ghost.btn--wa,
.btn--ghost[data-gz-wa] {
  --btn-bg: transparent;
  --btn-fg: var(--c-wa);
  --btn-bd: var(--c-line-strong);
}
.btn--ghost[data-gz-wa]:hover {
  --btn-bg: var(--c-wa);
  --btn-fg: #fff;
  --btn-bd: var(--c-wa);
}
.btn--sm {
  min-height: 40px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.btn--lg {
  min-height: 56px;
  padding: 0.9rem 1.65rem;
  font-size: 1.02rem;
}
.btn--block {
  width: 100%;
}
.btn[aria-busy="true"] {
  opacity: 0.65;
  pointer-events: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
}
.link-arrow .icon {
  width: 18px;
  height: 18px;
  transition: transform var(--t-fast) var(--ease);
}
a.link-arrow:hover,
.card:hover .link-arrow {
  color: var(--c-brand-strong);
}
a.link-arrow:hover .icon,
.card:hover .link-arrow .icon {
  transform: translateX(3px);
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-paper-2);
  color: var(--c-ink);
  transition:
    background var(--t-fast),
    color var(--t-fast),
    transform var(--t-med) var(--ease);
}
.card:hover .round-arrow {
  background: var(--c-brand-strong);
  color: #fff;
  transform: rotate(45deg);
}
.round-arrow .icon {
  width: 18px;
  height: 18px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.chips--filter {
  margin-bottom: 2rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  background: #fff;
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition:
    border-color var(--t-fast),
    background var(--t-fast),
    color var(--t-fast);
}
a.chip:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.chip .icon {
  width: 15px;
  height: 15px;
  color: var(--c-muted);
}
.chip small {
  color: var(--c-muted);
  font-size: 0.78em;
  font-weight: 700;
}
.chip--active,
.chip[aria-current] {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #fff;
}
.chip--active small,
.chip--active .icon {
  color: #d9d4ce;
}
a.chip--active:hover {
  color: #fff;
}
.chip--sm {
  padding: 0.28rem 0.7rem;
  font-size: var(--fs-xs);
}
.chip--dark {
  border-color: rgb(255 255 255 / 0.16);
  background: transparent;
  color: #d9d4ce;
}
a.chip--dark:hover {
  border-color: #fff;
  color: #fff;
}
.tag {
  display: inline-block;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--c-brand-strong);
  text-decoration: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  transition:
    transform var(--t-med) var(--ease),
    box-shadow var(--t-med) var(--ease),
    border-color var(--t-med);
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--c-line-strong);
  box-shadow: var(--shadow-2);
}
.card__media {
  display: grid;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--c-paper-2);
}
.card__media--wide {
  aspect-ratio: 16 / 9;
}
.card__media > img,
.card__media > .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease);
}
.card:hover .card__media > img,
.card:hover .card__media > .ph svg {
  transform: scale(1.04);
}
.card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem 1.35rem 1.35rem;
}
.card__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.card__title a {
  color: var(--c-ink);
  text-decoration: none;
}
.card__title a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.card__text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--c-muted);
  font-size: var(--fs-sm);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card__meta {
  margin-top: 0.25rem;
}
.card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.8rem;
}
.card__foot--meta {
  justify-content: flex-start;
  gap: 1rem;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.card__foot--meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.card__foot--meta .icon {
  width: 14px;
  height: 14px;
}
.z-top {
  position: relative;
  z-index: 2;
}
.cat-card__count {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.industry-card .card__body {
  padding: 1.6rem;
}
.industry-card .feature__icon {
  margin-bottom: 0.6rem;
}

.post-card__cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.6rem;
  padding: 1.4rem;
  background: linear-gradient(140deg, var(--c-ink) 0%, #3a3433 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}
.post-card__cover .icon {
  width: 34px;
  height: 34px;
  color: var(--c-brand);
}

.ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    120% 90% at 50% 15%,
    #fff 0%,
    var(--c-paper-2) 58%,
    var(--c-paper-3) 100%
  );
}
.ph svg {
  width: 80%;
  max-height: 84%;
  transition: transform var(--t-slow) var(--ease);
}

.feature {
  padding: 1.75rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: #fff;
}
.feature__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.1rem;
  border-radius: 14px;
  background: var(--c-brand-tint);
  color: var(--c-brand-strong);
}
.feature__icon .icon {
  width: 24px;
  height: 24px;
}
.feature h3 {
  margin-bottom: 0.4rem;
  font-size: 1.12rem;
}
.feature p {
  margin: 0;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}

.faq {
  display: grid;
  gap: 0.7rem;
}
.faq details {
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  transition:
    border-color var(--t-fast),
    box-shadow var(--t-fast);
}
.faq details[open] {
  border-color: var(--c-line-strong);
  box-shadow: var(--shadow-1);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  color: var(--c-ink);
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .icon {
  flex: none;
  width: 20px;
  color: var(--c-muted);
  transition: transform var(--t-fast) var(--ease);
}
.faq details[open] summary .icon {
  transform: rotate(45deg);
  color: var(--c-ink);
}
.faq__a {
  padding: 0 1.25rem 1.2rem;
  color: var(--c-muted);
}
.faq__a p:last-child {
  margin: 0;
}
.faq-more {
  margin-top: 1.25rem;
}
.faq-block h2 {
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.2rem);
}

.cta-band {
  padding-block: clamp(3rem, 2rem + 3vw, 5rem);
}
.cta-band__box {
  position: relative;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  overflow: hidden;
  padding: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
  border-radius: var(--r-xl);
  background: var(--c-ink);
  color: #d9d4ce;
}
@media (min-width: 960px) {
  .cta-band__box {
    grid-template-columns: 1.3fr auto;
  }
}
.cta-band h2 {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.5rem);
}
.cta-band p {
  margin: 0;
  font-size: var(--fs-lead);
}
.cta-band__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-hero {
  padding-block: clamp(1.75rem, 1.2rem + 2vw, 3rem)
    clamp(2.5rem, 2rem + 3vw, 4.5rem);
  background: var(--c-paper-2);
  border-bottom: 1px solid var(--c-line);
}
.page-hero__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 960px) {
  .page-hero__grid--art {
    grid-template-columns: 1.25fr 0.75fr;
  }
}
.page-hero h1 {
  max-width: 24ch;
  margin-bottom: 0.3em;
}
.page-hero .lead {
  max-width: 46rem;
  margin: 0;
}
.page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  margin-top: 1.5rem;
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 600;
}
.page-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.page-hero__meta .icon {
  width: 18px;
  height: 18px;
  color: var(--c-brand-strong);
}
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.75rem;
}
.page-hero__art {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: #fff;
}
.page-hero__art > img,
.page-hero__art > .ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  margin-bottom: 1.25rem;
  font-size: var(--fs-xs);
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--c-muted);
}
.breadcrumbs li + li::before {
  content: "/";
  color: var(--c-line-strong);
}
.breadcrumbs a {
  color: var(--c-muted);
  font-weight: 600;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--c-brand-strong);
}
.breadcrumbs [aria-current] {
  color: var(--c-ink);
  font-weight: 700;
}

.pagination {
  margin-top: 3rem;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 0.8rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-pill);
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
}
.pagination a.page-numbers:hover {
  border-color: var(--c-ink);
}
.pagination .current {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #fff;
}
.pagination .icon {
  width: 18px;
  height: 18px;
}

.empty-state {
  padding: clamp(2rem, 1.5rem + 2vw, 3.5rem);
  border: 1px dashed var(--c-line-strong);
  border-radius: var(--r-lg);
  background: #fff;
  text-align: center;
}
.empty-state h2 {
  font-size: clamp(1.35rem, 1.2rem + 0.8vw, 1.8rem);
}
.empty-state p {
  max-width: 40rem;
  margin-inline: auto;
  color: var(--c-muted);
}
.empty-state .btn {
  margin: 0.25rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
}
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-sm);
}
.table th,
.table td {
  padding: 0.95rem 1.15rem;
  border-bottom: 1px solid var(--c-line);
  text-align: left;
  vertical-align: top;
}
.table tr:last-child > * {
  border-bottom: 0;
}
.table tbody th {
  width: 34%;
  background: var(--c-paper-2);
  color: var(--c-ink);
  font-weight: 700;
}
.table thead th {
  background: var(--c-ink);
  color: #fff;
  font-weight: 700;
}
.table--compare td:last-child {
  color: var(--c-ink);
  font-weight: 700;
}
.table--compare thead th:last-child {
  background: var(--c-brand-strong);
}
.table--compare tbody th {
  width: 24%;
}
.table a {
  font-weight: 700;
}

.quote-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 1.75rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: #fff;
}
.quote-card > .icon {
  width: 32px;
  height: 32px;
  color: var(--c-brand);
}
.quote-card blockquote {
  margin: 0;
  color: var(--c-ink);
  font-size: 1.05rem;
}
.quote-card figcaption {
  display: grid;
  margin-top: auto;
  font-size: var(--fs-sm);
}
.quote-card figcaption span {
  color: var(--c-muted);
}

/* 6 · Home ------------------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.25rem, 1.5rem + 3.5vw, 5rem)
    clamp(5.5rem, 4.5rem + 4vw, 8rem);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, var(--c-paper-2));
  pointer-events: none;
}
.hero__grid {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 1rem + 4vw, 4.5rem);
  align-items: center;
}
@media (min-width: 980px) {
  .hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
  }
}
.hero__title {
  display: grid;
  margin-bottom: 0.45em;
  font-size: var(--fs-display);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.hero__title span {
  color: var(--c-brand);
}
.hero__lead {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: var(--c-muted);
  font-size: var(--fs-lead);
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  margin: 0;
  padding: 0;
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 600;
  list-style: none;
}
.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.hero__trust .icon {
  width: 18px;
  height: 18px;
  color: var(--c-brand-strong);
}
.hero__visual {
  position: relative;
  max-width: 620px;
  width: 100%;
  margin-inline: auto;
}
.hero-art {
  position: relative;
  aspect-ratio: 560 / 480;
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, #fff 0%, var(--c-paper-2) 70%);
  box-shadow:
    inset 0 0 0 1px var(--c-line),
    var(--shadow-3);
}
.hero-art > svg {
  position: absolute;
  inset: 4% 3%;
  width: 94%;
  height: 92%;
}
.hero-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1rem 0.7rem 0.7rem;
  border-radius: var(--r-md);
  background: #fff;
  box-shadow: var(--shadow-2);
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 800;
  line-height: 1.25;
}
.hero-badge small {
  display: block;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.hero-badge__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--c-brand-tint);
  color: var(--c-brand-strong);
}
.hero-badge__icon .icon {
  width: 20px;
  height: 20px;
}
.hero-badge--a {
  left: -1.25rem;
  bottom: 12%;
}
.hero-badge--b {
  right: -1rem;
  top: 42%;
}
@media (max-width: 700px) {
  .hero-badge--a {
    left: 0.75rem;
    bottom: 0.75rem;
  }
  .hero-badge--b {
    right: 0.75rem;
    top: 0.75rem;
  }
  .hero-badge small {
    display: none;
  }
}

.finder-band {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * clamp(3.5rem, 3rem + 2vw, 5rem));
}
.finder {
  padding: clamp(1.25rem, 1rem + 1.2vw, 2rem);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--shadow-3);
}
.finder__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.25rem 1.5rem;
  margin-bottom: 1.1rem;
}
.finder__title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
}
.finder__title .icon {
  width: 26px;
  height: 26px;
  color: var(--c-brand-strong);
}
.finder__head p {
  margin: 0;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.finder__form {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 820px) {
  .finder__form {
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    align-items: end;
  }
}
.finder__form .btn {
  min-height: 52px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: clamp(2rem, 1.5rem + 2vw, 3rem) 0 0;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: var(--c-line);
}
@media (min-width: 760px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stat {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.35rem;
  padding: 1.5rem 1.75rem;
  background: #fff;
}
.stat__num {
  margin: 0;
  font-variant-numeric: tabular-nums;
  color: var(--c-ink);
  font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.stat__label {
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 600;
}

.process {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
@media (min-width: 640px) {
  .process {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .process {
    grid-template-columns: repeat(5, 1fr);
  }
}
.process li {
  position: relative;
  padding: 1.6rem;
  border-radius: var(--r-lg);
  background: var(--c-paper-2);
  counter-increment: step;
}
.process li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 1.5rem;
  color: var(--c-brand-strong);
  font-weight: 800;
  font-size: 0.92rem;
}
.process h3 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}
.process p {
  margin: 0;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}

.brand-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 172px), 1fr));
  gap: 0.75rem;
}
.brand-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
  min-height: 96px;
  padding: 1rem 1.25rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-ink);
  text-decoration: none;
  transition:
    border-color var(--t-fast),
    transform var(--t-med) var(--ease),
    box-shadow var(--t-med);
}
.brand-tile strong {
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}
.brand-tile span {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.brand-tile:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-1);
}

.partner {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .partner {
    grid-template-columns: 1fr 1fr;
  }
}
.partner-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(1.75rem, 1.2rem + 2vw, 3rem);
  border-radius: var(--r-xl);
  color: #e8e3dd;
}
.partner-card--dealer {
  background: var(--c-ink);
}
.partner-card--dist {
  background: var(--c-brand-deep);
}
.partner-card h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.3rem);
}
.partner-card > p {
  max-width: 30rem;
}
.partner-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.5rem 0 2rem;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.partner-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.partner-card li .icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  color: #fff;
}
.partner-card .btn {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-top: auto;
}

.seo-copy .prose {
  max-width: 62ch;
}

/* 7 · Catalogue ------------------------------------------------------------- */
.catalog-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.catalog-head h2 {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 0.9vw, 2rem);
}
.catalog-head p {
  margin: 0;
  color: var(--c-muted);
  font-weight: 600;
  font-size: var(--fs-sm);
}
.link-block {
  margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3rem);
}
.link-block h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.45rem);
}
.vehicle-tile {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.25rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-ink);
  text-decoration: none;
  transition:
    border-color var(--t-fast),
    transform var(--t-med) var(--ease),
    box-shadow var(--t-med);
}
.vehicle-tile:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
  transform: translateY(-2px);
  box-shadow: var(--shadow-1);
}
.vehicle-tile strong {
  font-size: 1.05rem;
}
.vehicle-tile span {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.vehicle-tile .icon {
  width: 18px;
  height: 18px;
  margin-top: 0.5rem;
  color: var(--c-brand-strong);
}
.brand-block {
  padding-block: 1.75rem;
  border-top: 1px solid var(--c-line);
}
.brand-block:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.brand-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.brand-block__head h2 {
  margin: 0;
  font-size: clamp(1.3rem, 1.15rem + 0.6vw, 1.7rem);
}

/* 8 · Product --------------------------------------------------------------- */
.product-top {
  padding-block: clamp(1.5rem, 1rem + 1.5vw, 2.5rem)
    clamp(2.5rem, 2rem + 3vw, 4.5rem);
}
.product-top__grid {
  display: grid;
  gap: clamp(1.75rem, 1rem + 3vw, 4rem);
}
@media (min-width: 960px) {
  .product-top__grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: start;
  }
}
@media (min-width: 960px) {
  .gallery {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}
.gallery__main {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: var(--c-paper-2);
}
.gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__main .ph svg {
  width: 72%;
}
.gallery__thumbs {
  display: flex;
  gap: 0.6rem;
  margin: 0.8rem 0 0;
  padding: 0 0 0.25rem;
  overflow-x: auto;
  list-style: none;
}
.gallery__thumbs button {
  flex: none;
  width: 80px;
  height: 80px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--r-sm);
  background: var(--c-paper-2);
  cursor: pointer;
}
.gallery__thumbs button[aria-current="true"] {
  border-color: var(--c-ink);
}
.gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__note {
  margin: 0.75rem 0 0;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  text-align: center;
}

.product-info h1 {
  margin: 0.35rem 0 0.45em;
  font-size: clamp(2rem, 1.4rem + 2.1vw, 3rem);
}
.product-info .lead {
  margin-bottom: 1.5rem;
}
.facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 0 0 1.5rem;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: var(--c-line);
}
.fact {
  padding: 0.9rem 1.1rem;
  background: #fff;
}
.fact:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.fact dt {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.fact dd {
  margin: 0.1rem 0 0;
  color: var(--c-ink);
  font-weight: 800;
}
.fits {
  margin-bottom: 1.5rem;
}
.fits__label {
  margin: 0 0 0.6rem;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-ctas {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
@media (min-width: 520px) {
  .product-ctas {
    grid-template-columns: 1fr 1fr;
  }
}
.product-partner {
  margin: 0 0 1.4rem;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.product-partner a {
  font-weight: 700;
}
.assurance {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 1.1rem 1.25rem;
  border-radius: var(--r-md);
  background: var(--c-paper-2);
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 600;
  list-style: none;
}
.assurance li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.assurance .icon {
  flex: none;
  width: 18px;
  height: 18px;
  color: var(--c-brand-strong);
}

.subnav {
  position: sticky;
  top: var(--header-h);
  z-index: 20;
  border-block: 1px solid var(--c-line);
  background: rgb(255 255 255 / 0.94);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.subnav ul {
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
}
.subnav ul::-webkit-scrollbar {
  display: none;
}
.subnav a {
  display: block;
  padding: 1rem 0.9rem;
  border-bottom: 2px solid transparent;
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.subnav a:hover,
.subnav a.is-active {
  border-color: var(--c-ink);
  color: var(--c-ink);
}

.p-section {
  padding-block: clamp(2.5rem, 2rem + 2.5vw, 4.5rem);
  border-bottom: 1px solid var(--c-line);
}
.p-section:last-child {
  border-bottom: 0;
}
.p-section h2 {
  font-size: clamp(1.5rem, 1.25rem + 1.1vw, 2.2rem);
}
.p-section__intro {
  max-width: 46rem;
  color: var(--c-muted);
}

.checklist {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .checklist--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--c-ink);
  font-weight: 600;
}
.checklist .icon {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 0.05rem;
  color: var(--c-brand-strong);
}
.panel {
  padding: 1.5rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: var(--c-paper-2);
}
.panel h3 {
  font-size: 1.05rem;
}
.note {
  margin-top: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-sm);
  background: var(--c-paper-2);
  color: var(--c-body);
  font-size: var(--fs-sm);
}

.video-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
}
.video-card .icon {
  width: 36px;
  height: 36px;
  color: var(--c-brand-strong);
}
.video-card:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.file-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.file-list a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
}
.file-list a:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.file-list .icon {
  color: var(--c-brand-strong);
}
.file-list small {
  margin-left: auto;
  color: var(--c-muted);
  font-weight: 600;
}

/* 9 · Forms ----------------------------------------------------------------- */
.inquiry {
  padding: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--shadow-2);
}
.inquiry__title {
  margin-bottom: 0.3rem;
  font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.85rem);
}
.inquiry__sub {
  margin-bottom: 1.5rem;
  color: var(--c-muted);
}
.form {
  display: grid;
  gap: 1rem;
}
.form__row {
  display: grid;
  gap: 1rem;
}
@media (min-width: 600px) {
  .form__row--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.field {
  display: grid;
  align-content: start;
  gap: 0.4rem;
}
.field label {
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 700;
}
.field .req {
  color: var(--c-brand-strong);
}
.field__hint {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--c-line-strong);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--c-ink);
  font-size: 1rem;
  transition:
    border-color var(--t-fast),
    box-shadow var(--t-fast);
}
.field textarea {
  min-height: 120px;
  resize: vertical;
}
.field select {
  appearance: none;
  padding-right: 2.6rem;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235F5B57' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 1rem center / 18px;
}
.field select:disabled {
  background-color: var(--c-paper-2);
  color: var(--c-muted);
}
.field :is(input, select, textarea):hover {
  border-color: var(--c-muted);
}
.field :is(input, select, textarea):focus {
  outline: none;
  border-color: var(--c-ink);
  box-shadow: var(--focus);
}
.field :is(input, select, textarea):focus-visible,
.search-form input:focus-visible {
  outline: none;
}
.field [aria-invalid="true"] {
  border-color: var(--c-brand-strong);
  background-color: #fffafa;
}
.field__error {
  color: var(--c-brand-strong);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.form__legal {
  margin: 0;
  color: var(--c-muted);
  font-size: var(--fs-xs);
}
.form__status {
  padding: 1rem 1.2rem;
  border-radius: var(--r-md);
  font-weight: 600;
}
.form__status--error {
  background: var(--c-brand-tint);
  color: var(--c-brand-deep);
}
.form__status--ok {
  background: #e7f4ea;
  color: var(--c-success);
}
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.inquiry-success {
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}
.inquiry-success > .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  color: var(--c-success);
}
.inquiry-success h3 {
  font-size: 1.4rem;
}
.inquiry-success p {
  color: var(--c-muted);
}

/* 10 · Articles & pages ----------------------------------------------------- */
.prose {
  max-width: 72ch;
  font-size: 1.0625rem;
}
.prose > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose > * + * {
  margin-top: 1.1em;
}
.prose h2 {
  margin-top: 1.9em;
  font-size: clamp(1.45rem, 1.2rem + 1vw, 2rem);
}
.prose h3 {
  margin-top: 1.6em;
}
.prose h2 + *,
.prose h3 + * {
  margin-top: 0.6em;
}
.prose ul,
.prose ol {
  padding-left: 1.3em;
}
.prose li + li {
  margin-top: 0.4em;
}
.prose li::marker {
  color: var(--c-brand);
}
.prose img,
.prose figure {
  border-radius: var(--r-md);
}
.prose blockquote {
  margin-inline: 0;
  padding: 1.25rem 1.5rem;
  border-radius: var(--r-md);
  background: var(--c-paper-2);
  color: var(--c-ink);
  font-size: var(--fs-lead);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-sm);
}
.prose th,
.prose td {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid var(--c-line);
  text-align: left;
}
.prose strong {
  color: var(--c-ink);
}

.article-layout {
  display: grid;
  gap: clamp(2rem, 1rem + 3vw, 4rem);
}
@media (min-width: 1040px) {
  .article-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}
.article-aside {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}
@media (min-width: 1040px) {
  .article-aside {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}
.takeaways {
  margin-bottom: 2rem;
  padding: 1.5rem 1.6rem;
  border-radius: var(--r-lg);
  background: var(--c-paper-2);
}
.takeaways h2 {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  letter-spacing: 0;
}
.takeaways ul {
  margin: 0;
}
.aside-card {
  padding: 1.5rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: #fff;
}
.aside-card h2 {
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.aside-card p {
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.aside-card .btn {
  width: 100%;
  margin-top: 0.4rem;
}
.mini-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini-list a {
  display: block;
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.35;
}
.mini-list a:hover {
  color: var(--c-brand-strong);
}
.mini-list small {
  display: block;
  color: var(--c-muted);
  font-weight: 600;
}

.contact-cards {
  display: grid;
  gap: 0.8rem;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-ink);
  text-decoration: none;
}
a.contact-card:hover {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.contact-card__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--c-brand-tint);
  color: var(--c-brand-strong);
}
.contact-card__icon--wa {
  background: #e7f4ea;
  color: var(--c-wa);
}
.contact-card strong {
  display: block;
}
.contact-card span {
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.contact-map {
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--r-xl);
  background: #fff;
  box-shadow: var(--shadow-1);
}
.contact-map__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.25rem, 1rem + 1vw, 2rem);
}
.contact-map__head h2,
.contact-map__head p {
  margin-bottom: 0;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 45vw, 520px);
  border: 0;
}

.split-list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 760px) {
  .split-list {
    grid-template-columns: 1fr 1fr;
  }
}
.split-list .panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.split-list .panel li {
  display: flex;
  gap: 0.6rem;
}
.split-list .panel .icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
}
.panel--problem .icon {
  color: var(--c-muted);
}
.panel--solution {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #e8e3dd;
}
.panel--solution h3 {
  color: #fff;
}
.panel--solution .icon {
  color: var(--c-brand);
}

.sitemap-cols {
  columns: 3 260px;
  column-gap: 2.5rem;
}
.sitemap-cols section {
  break-inside: avoid;
  margin-bottom: 2rem;
}
.sitemap-cols h2 {
  font-size: 1.15rem;
}
.sitemap-cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: var(--fs-sm);
}
.sitemap-cols ul ul {
  margin: 0.35rem 0 0.4rem 1rem;
}

.error-404 {
  padding-block: clamp(4rem, 3rem + 5vw, 8rem);
  text-align: center;
}
.error-404__code {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--c-brand);
  font-size: clamp(4rem, 3rem + 6vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}
.error-404 .search-form {
  max-width: 560px;
  margin: 2rem auto;
}
.error-404 .chips {
  justify-content: center;
}

/* 11 · Footer --------------------------------------------------------------- */
.site-footer {
  padding-top: clamp(3.5rem, 2.5rem + 3vw, 5.5rem);
  background: var(--c-ink);
  color: #bdb7b0;
  font-size: var(--fs-sm);
}
.footer-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 700px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1.7fr repeat(4, 1fr);
  }
}
.footer-brand .logo-img {
  height: 44px;
  margin-bottom: 1.25rem;
}
.footer-brand p {
  max-width: 26rem;
}
.footer-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-links {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links a,
.footer-legal a {
  color: #bdb7b0;
  text-decoration: none;
}
.footer-links a:hover,
.footer-legal a:hover {
  color: #fff;
}
.footer-contact {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-contact .icon {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  color: var(--c-brand);
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.footer-social a {
  color: #fff;
  font-weight: 700;
}
.footer-models {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(255 255 255 / 0.1);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-block: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 0.1);
  font-size: var(--fs-xs);
}
.footer-bottom p {
  margin: 0;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wa-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 40;
  display: none;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--c-wa-icon);
  color: #fff;
  box-shadow: 0 14px 34px -12px rgb(0 0 0 / 0.45);
  transition: transform var(--t-fast) var(--ease);
}
.wa-float .icon {
  width: 30px;
  height: 30px;
}
.wa-float:hover {
  color: #fff;
  transform: scale(1.07);
}
@media (min-width: 900px) {
  .wa-float {
    display: grid;
  }
}

.m-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid var(--c-line);
  background: #fff;
  box-shadow: 0 -10px 30px -18px rgb(31 29 29 / 0.4);
}
.m-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.55rem 0.25rem 0.6rem;
  color: var(--c-ink);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.m-bar .icon {
  width: 22px;
  height: 22px;
}
.m-bar__wa {
  color: var(--c-wa) !important;
}
.m-bar__quote {
  background: var(--c-brand-strong);
  color: #fff !important;
}
@media (min-width: 900px) {
  .m-bar {
    display: none;
  }
}
@media (max-width: 899px) {
  body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom));
  }
}

/* 11b · Catalogue filters --------------------------------------------------- */
.catalog {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .catalog {
    grid-template-columns: 272px minmax(0, 1fr);
    gap: 2.5rem;
  }
}
.filters {
  background: #fff;
}
@media (min-width: 1024px) {
  .filters {
    position: sticky;
    top: calc(var(--header-h) + 1.25rem);
    max-height: calc(100vh - var(--header-h) - 2.5rem);
    overflow-y: auto;
    padding: 1.25rem 1.25rem 1.4rem;
    border: 1px solid var(--c-line);
    border-radius: var(--r-lg);
    scrollbar-width: thin;
  }
  .filters-toggle,
  .filters__close,
  .filters-backdrop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .filters {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 110;
    width: min(360px, 88vw);
    padding: 1.25rem var(--gutter) 2rem;
    overflow-y: auto;
    transform: translateX(-102%);
    transition: transform var(--t-med) var(--ease);
    box-shadow: var(--shadow-3);
  }
  .filters.is-open {
    transform: none;
  }
  .filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 105;
    background: rgb(31 29 29 / 0.45);
  }
}
.filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.filters__head h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.filter-group {
  padding-block: 1.1rem;
  border-top: 1px solid var(--c-line);
}
.filters__head + form .filter-group:first-child {
  border-top: 0;
  padding-top: 0.9rem;
}
.filter-group__title,
.filter-group > label {
  display: block;
  margin: 0 0 0.6rem;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.filter-cats,
.filter-cats ul {
  display: grid;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-cats ul {
  margin: 0.15rem 0 0.3rem 0.85rem;
  padding-left: 0.6rem;
  border-left: 1px solid var(--c-line);
}
.filter-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0.65rem;
  border-radius: var(--r-sm);
  color: var(--c-body);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition:
    background var(--t-fast),
    color var(--t-fast);
}
.filter-cat:hover {
  background: var(--c-paper-2);
  color: var(--c-ink);
}
.filter-cat[aria-current] {
  background: var(--c-ink);
  color: #fff;
}
.filter-cat.is-empty:not([aria-current]) {
  color: #9c958e;
}
.filter-cat__count {
  flex: none;
  min-width: 1.8rem;
  padding: 0.08rem 0.45rem;
  border-radius: var(--r-pill);
  background: var(--c-paper-2);
  color: var(--c-muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.filter-cat[aria-current] .filter-cat__count {
  background: rgb(255 255 255 / 0.16);
  color: #fff;
}
.filter-search {
  position: relative;
}
.filter-search .icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: var(--c-muted);
  pointer-events: none;
}
.filters .field input,
.filters .field select {
  min-height: 44px;
  font-size: var(--fs-sm);
}
.filters .filter-search input {
  padding-left: 2.5rem;
}
.filters__actions {
  display: grid;
  gap: 0.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--c-line);
}
.filters__actions:empty {
  display: none;
}
.js .filters__apply {
  display: none;
}
.filters__reset {
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.filters__reset:hover {
  color: var(--c-ink);
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--c-line);
}
.catalog-toolbar__count {
  margin: 0;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.catalog-toolbar__count strong {
  color: var(--c-ink);
  font-size: 1.05rem;
}
.catalog-toolbar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 600;
}
.sort select {
  min-height: 42px;
  padding: 0.45rem 2.4rem 0.45rem 0.95rem;
  border: 1.5px solid var(--c-line-strong);
  border-radius: var(--r-pill);
  appearance: none;
  cursor: pointer;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F1D1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 0.9rem center / 16px;
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 700;
}
.sort select:focus {
  outline: none;
  border-color: var(--c-ink);
  box-shadow: var(--focus);
}
.count-badge {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 0.35rem;
  border-radius: var(--r-pill);
  background: var(--c-ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.active-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem 0.35rem 0.85rem;
  border-radius: var(--r-pill);
  background: var(--c-paper-2);
  color: var(--c-ink);
  font-size: var(--fs-xs);
  font-weight: 700;
  text-decoration: none;
}
.active-filter .icon {
  width: 14px;
  height: 14px;
  color: var(--c-muted);
}
.active-filter:hover {
  background: var(--c-paper-3);
  color: var(--c-ink);
}
.active-filters__clear {
  margin-left: 0.25rem;
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
}
.grid--catalog {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
}

/* 11c · Explore blocks (internal links) ------------------------------------- */
.explore-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .explore-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.explore-card {
  padding: clamp(1.5rem, 1.1rem + 1.4vw, 2.25rem);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  background: #fff;
}
.explore-card h2 {
  margin: 0 0 1.1rem;
  font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
  letter-spacing: -0.015em;
}
.explore-card p {
  margin: -0.5rem 0 1.1rem;
  color: var(--c-muted);
  font-size: var(--fs-sm);
}
.explore-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.explore-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--c-line);
  color: var(--c-ink);
  font-weight: 700;
  text-decoration: none;
}
.explore-list li:last-child a {
  border-bottom: 0;
}
.explore-list a:hover {
  color: var(--c-brand-strong);
}
.explore-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--c-muted);
  font-size: var(--fs-sm);
  font-weight: 600;
}
.explore-list .icon {
  width: 18px;
  height: 18px;
}

/* 11d · Export markets ------------------------------------------------------ */
.flag {
  display: inline-block;
  width: 52px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgb(31 29 29 / 0.1);
}
.flag--sm {
  width: 22px;
  border-radius: 3px;
  vertical-align: -3px;
}
.flag--lg {
  width: min(100%, 320px);
  border-radius: var(--r-md);
  box-shadow:
    0 0 0 1px rgb(31 29 29 / 0.08),
    var(--shadow-2);
}
.market-card .card__body {
  gap: 0.7rem;
  padding: 1.5rem;
}
.market-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.4rem;
}
.market-card__region {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.flag-panel {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  padding: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  background: radial-gradient(
    120% 90% at 50% 20%,
    #fff 0%,
    var(--c-paper-2) 70%
  );
}
.flag-panel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}
.flag-panel__row .flag {
  width: 64px;
}
.flag-panel__route {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.5rem 0.9rem;
  border-radius: var(--r-pill);
  background: #fff;
  box-shadow: var(--shadow-1);
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 700;
}
.flag-panel__route .icon {
  width: 16px;
  height: 16px;
  color: var(--c-muted);
}
.glance {
  display: grid;
  margin: 0;
}
.glance > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--c-line);
}
.glance > div:last-child {
  border-bottom: 0;
}
.glance dt {
  color: var(--c-muted);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.glance dd {
  margin: 0;
  color: var(--c-ink);
  font-size: var(--fs-sm);
  font-weight: 600;
}
.glance ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.25rem;
}
.chip .flag--sm {
  width: 18px;
}

.content-narrow {
  max-width: 820px;
}
.footer-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.footer-credit a:hover {
  text-decoration: underline;
}
.footer-bottom p {
  margin: 0;
}
.footer-models + .footer-models {
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 0;
}
.mini-list a[aria-current] {
  color: var(--c-brand-strong);
}
.page-content__faq {
  margin-top: 3rem;
}
.page-content > .prose {
  max-width: 72ch;
}

/* 12 · Utilities & motion --------------------------------------------------- */
@media (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .hide-xs {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0;
}
.text-center {
  text-align: center;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity var(--t-slow) var(--ease),
    transform var(--t-slow) var(--ease);
}
.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}
.grid > [data-reveal]:nth-child(3n + 2) {
  transition-delay: 0.06s;
}
.grid > [data-reveal]:nth-child(3n + 3) {
  transition-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .topbar,
  .site-header,
  .m-bar,
  .wa-float,
  .cta-band,
  .site-footer,
  .subnav {
    display: none !important;
  }
}
