/* mkpt.eu — site stylesheet · v2 modern */
@import url('../assets/colors_and_type.css');

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--c-paper); color: var(--c-ink); font-family: var(--font-sans); }
body { font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
button { font-family: var(--font-sans); }

/* === density === */
html[data-density="compact"] { --sp-block-web: 56px; --sp-block-web-lg: 80px; }
html[data-density="regular"] { --sp-block-web: 96px; --sp-block-web-lg: 128px; }
html[data-density="airy"]    { --sp-block-web: 128px; --sp-block-web-lg: 180px; }

/* === accent override === */
html[data-accent="navy"]   { --c-teal: #0F2E4C; --c-teal-soft: #E6EBF1; --c-teal-hover: #1F3A5C; --c-table-original: #0F2E4C; --c-table-palette: #0F2E4C; }
html[data-accent="ink"]    { --c-teal: #15181C; --c-teal-soft: #F0F1F2; --c-teal-hover: #4A5159; --c-table-original: #15181C; --c-table-palette: #15181C; }

/* === HEADER ====================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid var(--c-line);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
}
.site-header .inner {
  max-width: var(--container-1440);
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.site-header .logo { display: flex; align-items: center; }
.site-header .logo img { height: 22px; width: auto; aspect-ratio: 41553 / 4353; display: block; }
.site-header nav { display: flex; gap: 28px; margin-left: 24px; }
.site-header nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-ink);
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color var(--transition);
}
.site-header nav a:hover, .site-header nav a.active { color: var(--c-teal); }
.site-header nav a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 2px; background: var(--c-teal);
}
.site-header .spacer { flex: 1; }
.site-header .header-cta-row { display: inline-flex; gap: 10px; align-items: center; }
.site-header .header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: var(--c-teal); color: #fff;
  border-radius: 999px; text-decoration: none;
  font-size: 12px; font-weight: 600; letter-spacing: 0.01em;
  transition: background var(--transition);
  white-space: nowrap;
}
.site-header .header-cta:hover { background: var(--c-teal-hover); }
.site-header .header-cta img { width: 14px; height: 14px; filter: invert(1); }
.site-header .header-cta.shop { background: transparent; color: var(--c-ink); border: 1px solid var(--c-line); }
.site-header .header-cta.shop:hover { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
.site-header .header-cta.shop img { filter: none; }
.site-header .header-cta.shop:hover img { filter: invert(1); }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .site-header .header-cta.shop { display: none; }
}
@media (max-width: 600px) {
  .site-header .inner { padding: 14px 20px; gap: 16px; }
  .site-header .logo img { height: 18px; }
}

/* === CONTAINERS ====================================== */
.container { max-width: var(--container-1440); margin: 0 auto; padding: 0 40px; }
.container.narrow { max-width: 1120px; }
.container.tight { max-width: 920px; }
section.section { padding: var(--sp-block-web) 0; }
section.section.lg { padding: var(--sp-block-web-lg) 0; }
section.section.tile { background: var(--c-pg-right); }
section.section.dark { background: var(--c-dark-bg); color: var(--c-dark-fg); }

@media (max-width: 640px) {
  .container { padding: 0 20px; }
}

/* === TYPE ====================================== */
.h-display { font-size: clamp(48px, 7.5vw, 128px); line-height: 0.98; font-weight: 700; letter-spacing: -0.035em; margin: 0; text-wrap: balance; }
.h-display .light { font-weight: 300; color: var(--c-mute); }
.h-display .accent { color: var(--c-teal); }

h1, .h1 { font-size: clamp(40px, 5.5vw, 64px); line-height: 1.04; font-weight: 700; letter-spacing: -0.025em; margin: 0; text-wrap: balance; }
h2, .h2 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; font-weight: 700; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
h3, .h3 { font-size: 20px; line-height: 1.3; font-weight: 700; margin: 0; letter-spacing: -0.01em; }
.lead { font-size: 19px; line-height: 1.5; color: var(--c-ink-soft); max-width: 60ch; font-weight: 400; text-wrap: pretty; }
.lead.lg { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.4; color: var(--c-ink); font-weight: 400; }
p, .body { font-size: 16px; line-height: 1.6; color: var(--c-ink-soft); text-wrap: pretty; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-mute); display: inline-block; }
.eyebrow .accent { color: var(--c-teal); }
.text-accent { color: var(--c-teal); }
.text-light  { font-weight: 300; color: var(--c-mute); }
.text-mute   { color: var(--c-mute); }
.text-navy   { color: var(--c-navy); }
.text-ink    { color: var(--c-ink); }

.h-rule { width: 56px; height: 2px; background: var(--c-teal); border: 0; margin: 28px 0; }
.h-rule.lg { width: 72px; height: 3px; }

/* === PAGE-TAG (kept for the catalog feel) ============== */
.page-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
  background: var(--c-paper);
  color: var(--c-ink);
  white-space: nowrap;
}
.page-tag .mute { color: var(--c-mute); }
.page-tag .sep { width: 1px; height: 10px; background: var(--c-line); }
.page-tag.dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); color: #fff; backdrop-filter: blur(8px); }
.page-tag.dark .mute { color: rgba(255,255,255,0.6); }
.page-tag.dark .sep { background: rgba(255,255,255,0.2); }

/* === INFO-PILL ====================================== */
.info-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--c-ink);
}
.info-pill.tile { background: var(--c-pg-right); }
.info-pill.teal { background: var(--c-teal-soft); border-color: transparent; color: var(--c-teal); }
.info-pill.dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14); color: #fff; }
.info-pill-row { display: flex; flex-wrap: wrap; gap: 8px; }

/* === FEATURE-RING ====================================== */
.feature-ring {
  width: 64px; height: 64px;
  border: 1.2px solid var(--c-teal);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--c-teal);
  flex-shrink: 0;
}
.feature-ring.sm { width: 44px; height: 44px; }
.feature-ring.sm img { width: 18px; height: 18px; }
.feature-ring.lg { width: 96px; height: 96px; }
.feature-ring.lg img { width: 36px; height: 36px; }
.feature-ring img { width: 24px; height: 24px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(458%) hue-rotate(122deg) brightness(91%) contrast(85%);
}
html[data-accent="navy"] .feature-ring img,
html[data-accent="ink"]  .feature-ring img {
  filter: brightness(0) saturate(100%);
}

/* === PCARD ====================================== */
.pcard { display: flex; flex-direction: column; gap: 16px; text-decoration: none; color: inherit; transition: transform var(--transition); cursor: pointer; }
.pcard:hover { transform: translateY(-4px); }
.pcard:hover .img-wrap { background: var(--c-paper); box-shadow: 0 12px 32px -16px rgba(15, 24, 28, 0.18); }
.pcard .img-wrap {
  background: var(--c-tile);
  aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  transition: all var(--transition);
}
.pcard .img-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.pcard .meta { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.pcard .meta .name { font-size: 16px; font-weight: 700; line-height: 1.2; letter-spacing: -0.005em; }
.pcard .meta .desc { font-size: 12px; color: var(--c-mute); margin-top: 6px; line-height: 1.5; }
.pcard .meta .num { font-size: 11px; font-weight: 700; color: var(--c-mute); letter-spacing: 0.18em; font-variant-numeric: tabular-nums; flex-shrink: 0; }

/* === SPEC TABLE — palette colors locked === */
.spec-table-wrap { border-radius: 8px; overflow: hidden; border: 1px solid var(--c-line); }
.spec-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 13px; }
.spec-table thead th {
  background: #2B9D8F;
  color: #FFFFFF;
  text-align: left;
  padding: 16px 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 12px;
}
.spec-table tbody td {
  padding: 14px 18px;
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
  background: #FFFFFF;
}
.spec-table tbody tr:nth-child(even) td { background: #E0F1EE; }
.spec-table tbody tr.section-row td {
  background: #2B9D8F; color: #FFFFFF;
  font-weight: 700; font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 12px 18px;
}
.spec-table tbody tr.row-highlight td { animation: highlightFlash 4s ease-out; }
@keyframes highlightFlash {
  0%   { background: #F5D300 !important; box-shadow: inset 0 0 0 2px #2B9D8F; }
  25%  { background: #FFF5B5 !important; box-shadow: inset 0 0 0 2px #2B9D8F; }
  100% { box-shadow: none; }
}
.spec-table .kind-tag {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(15, 24, 28, 0.06);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c-ink);
}
.spec-table .code { color: var(--c-ink); font-weight: 700; letter-spacing: 0.02em; }
.spec-table .right { text-align: right; }

.segmented {
  display: inline-flex;
  padding: 4px;
  background: var(--c-pg-right);
  border-radius: 999px;
  gap: 2px;
  border: 1px solid var(--c-line);
}
.segmented button {
  padding: 8px 18px;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 12px; font-weight: 500;
  color: var(--c-mute);
  cursor: pointer;
  transition: all var(--transition);
}
.segmented button.active { background: var(--c-paper); color: var(--c-ink); font-weight: 700; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.segmented button:hover { color: var(--c-ink); }

/* === VARIANT GRID ====================================== */
.variant-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 6px; overflow: hidden; background: var(--c-paper); border: 1px solid var(--c-line); }
.variant-grid > div { padding: 28px 22px; text-align: center; border-right: 1px solid var(--c-line); }
.variant-grid > div:last-child { border-right: 0; }
.variant-grid .v-eyebrow { font-size: 10px; color: var(--c-mute); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; }
.variant-grid .v-value { font-size: 30px; font-weight: 700; margin-top: 10px; letter-spacing: -0.02em; color: var(--c-ink); }
.variant-grid .v-unit { font-size: 11px; color: var(--c-ink-soft); margin-top: 6px; }
@media (max-width: 768px) { .variant-grid { grid-template-columns: repeat(2, 1fr); } .variant-grid > div:nth-child(2) { border-right: 0; } .variant-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--c-line); } }

/* === BUTTONS ====================================== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.01em; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; transition: all var(--transition); white-space: nowrap; }
.btn.primary { background: var(--c-ink); color: #fff; }
.btn.primary:hover { background: var(--c-ink-soft); transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--c-ink); border: 1px solid var(--c-ink); }
.btn.ghost:hover { background: var(--c-ink); color: #fff; }
.btn.teal { background: var(--c-teal); color: #fff; }
.btn.teal:hover { background: var(--c-teal-hover); transform: translateY(-1px); }
.btn.outline { background: transparent; color: var(--c-ink); border: 1px solid var(--c-line); }
.btn.outline:hover { border-color: var(--c-ink); background: var(--c-pg-right); }
.btn.invert { background: #fff; color: var(--c-ink); }
.btn.invert:hover { background: var(--c-pg-right); }
.btn.sm { padding: 10px 16px; font-size: 12px; }
.btn.lg { padding: 18px 32px; font-size: 14px; }
.btn img { width: 16px; height: 16px; filter: invert(1); }
.btn.ghost img, .btn.outline img, .btn.invert img { filter: none; }
.btn.ghost:hover img { filter: invert(1); }

/* === CONTACT PANEL ====================================== */
.contact-panel {
  background: var(--c-dark-bg);
  color: var(--c-dark-fg);
  padding: 72px 56px;
  border-radius: 12px;
  overflow: hidden;
}
.contact-panel .grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 64px; align-items: start; }
@media (max-width: 900px) { .contact-panel .grid { grid-template-columns: 1fr; gap: 36px; } .contact-panel { padding: 48px 28px; } }
.contact-panel .col-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-panel .field .label { font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.contact-panel .field .value { font-size: 16px; font-weight: 600; color: #fff; }
.contact-panel .field .value.lg { font-size: 22px; }
.contact-panel .field .value a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); transition: border-color var(--transition); padding-bottom: 3px; }
.contact-panel .field .value a:hover { border-bottom-color: var(--c-teal); color: var(--c-teal); }
.contact-panel .qr-block { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.contact-panel .qr-block img { width: 132px; height: 132px; background: #fff; padding: 8px; border-radius: 8px; }
.contact-panel .qr-block .label { font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }

/* === FOOTER ====================================== */
.site-footer { border-top: 1px solid var(--c-line); padding: 64px 0 32px; font-size: 13px; color: var(--c-mute); }
.site-footer .inner { max-width: var(--container-1440); margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; }
@media (max-width: 900px) { .site-footer .inner { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 600px) { .site-footer .inner { grid-template-columns: 1fr; gap: 28px; padding: 0 20px; } }
.site-footer img[alt="MarketProtect"] { height: 22px; width: auto; aspect-ratio: 41553 / 4353; margin-bottom: 24px; }
.site-footer h4 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--c-ink-soft); margin: 0 0 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer ul a { color: var(--c-mute); text-decoration: none; font-size: 13px; font-weight: 500; transition: color var(--transition); }
.site-footer ul a:hover { color: var(--c-teal); }
.site-footer .disclaimer { max-width: 50ch; line-height: 1.65; font-size: 12px; }
.site-footer .legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--c-line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-left: 40px; padding-right: 40px; max-width: var(--container-1440); margin-left: auto; margin-right: auto; font-size: 11px; }
@media (max-width: 600px) { .site-footer .legal { padding: 24px 20px 0; } }

/* === GRID HELPERS ====================================== */
.grid-6up { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
@media (max-width: 1100px) { .grid-6up { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px)  { .grid-6up { grid-template-columns: repeat(2, 1fr); } }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
@media (max-width: 900px) { .grid-3 { grid-template-columns: 1fr; gap: 32px; } }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
@media (max-width: 700px) { .grid-2 { grid-template-columns: 1fr; gap: 24px; } }

.grid-2-narrative { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.grid-2-narrative.tight { gap: 56px; }
.grid-2-narrative.flip { direction: rtl; }
.grid-2-narrative.flip > * { direction: ltr; }
@media (max-width: 980px) { .grid-2-narrative { grid-template-columns: 1fr; gap: 40px; } .grid-2-narrative.flip { direction: ltr; } }

/* ====== ROTATING HERO BANNER ====== */
.hero-rotator {
  position: relative;
  background: #14181c;
  color: #fff;
  border-bottom: 1px solid var(--c-line);
  overflow: hidden;
  height: clamp(620px, 80vh, 780px);
}
.hero-slide {
  position: absolute; inset: 0;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease;
  background: #14181c;
  color: #fff;
}
.hero-slide.active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slide .copy {
  padding: clamp(48px, 6vw, 88px) clamp(36px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  max-width: 760px;
  position: relative;
  z-index: 3;
}
.hero-slide .copy .eyebrow { color: rgba(255,255,255,0.55); }
.hero-slide .copy .eyebrow .accent { color: var(--c-teal); }
.hero-slide .copy .hero-title {
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin: 0;
  text-wrap: balance;
  max-width: 14ch;
  color: #fff;
}
.hero-slide .copy .hero-title .light { color: rgba(255,255,255,0.45); font-weight: 300; }
.hero-slide .copy .hero-title .accent { color: var(--c-teal); }
.hero-slide .copy .hero-lead {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  max-width: 48ch;
  margin: 0;
}
.hero-slide .copy .row { margin-top: 8px; }
.hero-slide .visual {
  position: relative;
  overflow: hidden;
  background: #1c2025;
}
.hero-slide .visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide .visual.contain { background: #1c2025; display: flex; align-items: center; justify-content: center; }
.hero-slide .visual.contain img { width: 70%; height: 70%; object-fit: contain; }
/* Subtle diagonal pattern on dark visual area */
.hero-slide .visual::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-22deg, transparent 0, transparent 180px, rgba(255,255,255,0.025) 180px, rgba(255,255,255,0.025) 181px);
  pointer-events: none; z-index: 1;
}
.hero-slide .visual img { position: relative; z-index: 2; }

@media (max-width: 980px) {
  .hero-rotator { height: auto; min-height: 620px; }
  .hero-slide { grid-template-columns: 1fr; }
  .hero-slide .copy { padding: 56px 24px 88px; max-width: 100%; }
  .hero-slide .visual { display: none; }
  .hero-controls { width: 100%; padding: 0 24px; justify-content: flex-end; }
}

.hero-controls {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 53.49%;
  padding: 0 clamp(36px, 5vw, 80px);
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
}
.hero-controls .dot {
  width: 56px; height: 4px;
  background: rgba(255,255,255,0.18);
  border: 0;
  cursor: pointer;
  padding: 0;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  transition: background var(--transition);
}
.hero-controls .dot:hover { background: rgba(255,255,255,0.32); }
.hero-controls .dot.active { background: rgba(255,255,255,0.25); }
.hero-controls .dot .fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 0;
  background: #fff;
}
.hero-controls .dot.active .fill { animation: heroFill 7s linear forwards; }
.hero-controls .dot:not(.active) .fill { display: none; }
@keyframes heroFill { from { width: 0; } to { width: 100%; } }

.hero-controls .counter {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-variant-numeric: tabular-nums;
  margin: 0 8px;
  text-transform: uppercase;
}

.hero-controls .arrow {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.18);
  cursor: pointer;
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.hero-controls .arrow:hover { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.5); }
.hero-controls .arrow svg { width: 14px; height: 14px; }

/* ====== COMPATIBILITY SEARCH HOMEPAGE BLOCK ====== */
.compat-finder {
  background: var(--c-ink);
  color: #fff;
  border-radius: 16px;
  padding: clamp(48px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
.compat-finder::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(-22deg, transparent 0, transparent 220px, rgba(255,255,255,0.025) 220px, rgba(255,255,255,0.025) 221px);
  pointer-events: none;
}
.compat-finder > * { position: relative; }
.compat-finder .h-display { color: #fff; max-width: 18ch; }
.compat-finder .h-display .accent { color: var(--c-teal); }
.compat-finder .h-display .light { color: rgba(255,255,255,0.4); }

.search-shell {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  max-width: 680px;
  backdrop-filter: blur(8px);
}
.search-shell img.search-ic { width: 18px; height: 18px; filter: invert(1); opacity: 0.7; }
.search-shell input {
  flex: 1; background: transparent; border: 0; color: #fff; font-size: 16px; font-family: inherit; outline: none; padding: 12px 0;
}
.search-shell input::placeholder { color: rgba(255,255,255,0.4); }
.search-shell .btn { background: var(--c-teal); color: #fff; padding: 12px 20px; }
.search-shell .btn:hover { background: var(--c-teal-hover); }

.search-results-preview {
  margin-top: 28px;
  max-width: 720px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.search-results-preview .row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  align-items: center;
  font-size: 13px;
  transition: background var(--transition);
}
.search-results-preview .row.clickable { cursor: pointer; }
.search-results-preview .row.clickable:hover { background: rgba(255,255,255,0.06); }
.search-results-preview .row:last-child { border-bottom: 0; }
.search-results-preview .row .mkpt { font-weight: 700; color: var(--c-teal); font-variant-numeric: tabular-nums; }
.search-results-preview .row .original { color: rgba(255,255,255,0.7); font-variant-numeric: tabular-nums; }
.search-results-preview .row .desc { color: rgba(255,255,255,0.5); font-size: 12px; text-align: right; }
.search-results-preview .row.empty { color: rgba(255,255,255,0.4); justify-items: center; }

.suggested-codes { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.suggested-codes .label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.4); }
.suggested-codes button {
  padding: 8px 14px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  transition: all var(--transition);
}
.suggested-codes button:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4); }

/* ====== STATS STRIP ====== */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stats-strip > div { padding: 0 28px 0 0; }
.stats-strip > div + div { border-left: 1px solid var(--c-line); padding-left: 28px; }
.stats-strip .num { font-size: clamp(40px, 4.5vw, 64px); font-weight: 700; line-height: 1; letter-spacing: -0.03em; color: var(--c-ink); font-variant-numeric: tabular-nums; }
.stats-strip .num .unit { font-size: 0.4em; color: var(--c-mute); font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.stats-strip .label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--c-mute); font-weight: 700; margin-top: 14px; }
@media (max-width: 768px) { .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 24px; } .stats-strip > div { padding: 0; border: 0 !important; } .stats-strip > div + div { padding: 0; border: 0; } }

/* ====== FACTORY SOLO ====== */
.factory-solo { width: 100%; }
.factory-solo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; display: block; }
@media (max-width: 768px) { .factory-solo img { aspect-ratio: 4/3; } }

/* ====== FACTORY GRID ====== */
.factory-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 8px; }
.factory-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.factory-grid img:nth-child(1) { grid-row: span 2; aspect-ratio: 4/5; }
@media (max-width: 768px) { .factory-grid { grid-template-columns: 1fr 1fr; } .factory-grid img:nth-child(1) { grid-row: auto; aspect-ratio: 4/3; grid-column: span 2; } }

/* ====== TRE GESTI ribbon — modern ====== */
.gesti-ribbon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gesti-ribbon > div {
  padding: 36px 32px;
  border-radius: 8px;
  background: var(--c-pg-right);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: background var(--transition);
  border: 1px solid transparent;
}
.gesti-ribbon > div:hover { background: var(--c-paper); border-color: var(--c-line); }
.gesti-ribbon .num { font-size: 13px; font-weight: 700; color: var(--c-navy); letter-spacing: 0.02em; font-variant-numeric: tabular-nums; }
@media (max-width: 768px) { .gesti-ribbon { grid-template-columns: 1fr; gap: 16px; } }

/* ====== FAMILIES — modern grid ====== */
.families-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1100px) { .families-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px)  { .families-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 480px)  { .families-grid { grid-template-columns: 1fr; } }

.fam-card {
  background: var(--c-pg-right);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  cursor: pointer;
  border: 1px solid transparent;
}
.fam-card:hover { background: var(--c-paper); border-color: var(--c-line); transform: translateY(-4px); }
.fam-card .img-area { aspect-ratio: 4/3; background: var(--c-tile); position: relative; overflow: hidden; }
.fam-card .img-area img { width: 100%; height: 100%; object-fit: contain; padding: 36px; }
.fam-card .img-area .num-badge {
  position: absolute; top: 18px; left: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.18em; font-weight: 700; color: var(--c-mute); text-transform: uppercase;
}
.fam-card .img-area .num-badge .num { color: var(--c-ink); font-size: 13px; font-variant-numeric: tabular-nums; }
.fam-card .body { padding: 24px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
.fam-card .title { font-size: 22px; line-height: 1.15; font-weight: 700; letter-spacing: -0.015em; }
.fam-card .sub { font-size: 13px; color: var(--c-mute); line-height: 1.55; }
.fam-card .meta { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--c-line-2); margin-top: 4px; }
.fam-card .skus { font-size: 11px; letter-spacing: 0.18em; font-weight: 700; color: var(--c-mute); text-transform: uppercase; font-variant-numeric: tabular-nums; }
.fam-card .more { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--c-teal); letter-spacing: 0.04em; text-transform: uppercase; }

/* ====== CONRAD CTA CARD ====== */
.conrad-card {
  background: linear-gradient(180deg, #FF6F00 0%, #E55300 100%);
  color: #fff;
  padding: 56px 48px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.conrad-card .label { font-size: 11px; letter-spacing: 0.2em; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.conrad-card h3 { color: #fff; margin-top: 12px; }
.conrad-card p { color: rgba(255,255,255,0.85); margin-top: 14px; max-width: 40ch; }
.conrad-card .btn.invert { margin-top: 28px; background: #fff; color: var(--c-ink); }
.conrad-card .badge { position: absolute; right: -20px; bottom: -20px; font-size: 220px; font-weight: 800; line-height: 1; color: rgba(255,255,255,0.08); letter-spacing: -0.04em; user-select: none; }

/* ====== NORM CARDS ====== */
.norm-card { padding: 32px 32px; border: 1px solid var(--c-line); border-radius: 8px; background: var(--c-paper); display: flex; flex-direction: column; gap: 18px; transition: background var(--transition); }
.norm-card:hover { background: var(--c-pg-right); }
.norm-card .head { display: flex; align-items: flex-start; gap: 18px; }
.norm-card .head .code { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; color: var(--c-ink); margin-top: 4px; }
.norm-card .desc { color: var(--c-ink-soft); font-size: 14px; line-height: 1.65; }

/* ====== DOWNLOADS LIST ====== */
.dl-list { border-top: 1px solid var(--c-line); }
.dl-list a {
  display: grid; grid-template-columns: 44px 1fr auto auto; gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--c-line);
  text-decoration: none; color: inherit;
  align-items: center;
  transition: all var(--transition);
}
.dl-list a:hover { background: var(--c-pg-right); padding-left: 16px; padding-right: 16px; margin: 0 -16px; }
.dl-list .ic { width: 44px; height: 44px; background: var(--c-pg-right); display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.dl-list .ic img { width: 20px; height: 20px; }
.dl-list .name { font-size: 15px; font-weight: 700; color: var(--c-ink); letter-spacing: -0.005em; }
.dl-list .meta { font-size: 12px; color: var(--c-mute); margin-top: 4px; }
.dl-list .size { font-size: 12px; color: var(--c-mute); font-variant-numeric: tabular-nums; }

/* ====== BREADCRUMB ====== */
.crumb { font-size: 12px; color: var(--c-mute); letter-spacing: 0.02em; }
.crumb a { color: var(--c-mute); text-decoration: none; }
.crumb a:hover { color: var(--c-teal); }
.crumb .sep { margin: 0 10px; opacity: 0.5; }

/* ====== Family page hero ====== */
.fam-hero {
  background: var(--c-pg-right);
  padding: 96px 0 80px;
}

/* ====== UTILITIES ====== */
.row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.row.lg { gap: 18px; }
.row.between { justify-content: space-between; }
.mt-2 { margin-top: 16px; } .mt-3 { margin-top: 22px; } .mt-4 { margin-top: 28px; } .mt-5 { margin-top: 36px; } .mt-6 { margin-top: 48px; }
.fill-img { width: 100%; height: 100%; object-fit: cover; }
.rounded { border-radius: 12px; overflow: hidden; }

@media (max-width: 640px) {
  .btn { padding: 14px 22px; }
}

/* ====== Marquee / scrolling brand strip ====== */
.brand-strip {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
  opacity: 0.6;
}
.brand-strip .brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.brand-strip .brand.italic { font-style: italic; }

/* ====== Hide pulser on first slide ====== */

