/*
Theme Name: ABELRO
Theme URI: https://abelro.com/
Author: ABELRO
Description: Custom WordPress theme for ABELRO beauty-tech OEM / ODM website.
Version: 1.0.0
Text Domain: abelro
*/
/* ABELRO - clean beauty-tech system */
:root {
  --page: #f7f9fb;
  --surface: #ffffff;
  --surface-2: #eef3f7;
  --ink: #111827;
  --ink-soft: #5f6b7a;
  --ink-faint: #8a96a5;
  --line: #dce5ed;
  --graphite: #18202b;
  --cyan: #49b9d8;
  --cyan-soft: #e3f7fb;
  --red: #ff6b6b;
  --red-soft: #ffe9e9;
  --champagne: #b99262;
  --champagne-soft: #f6efe5;
  --sage: #74a391;
  --shadow: 0 32px 90px rgba(28, 42, 46, 0.13);
  --shadow-sm: 0 18px 46px rgba(28, 42, 46, 0.1);
  --shadow-float: 0 28px 70px rgba(28, 42, 46, 0.14), 0 2px 0 rgba(255,255,255,0.9) inset;
  --r: 8px;
  --wrap: 1180px;
  --gutter: 24px;
  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "Space Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.admin-bar { margin-top: 0 !important; }
#wpadminbar { display: none !important; }

h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { width: calc(100% - 48px); max-width: var(--wrap); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 200;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }

.eyebrow {
  margin-bottom: 14px;
  color: var(--champagne);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.utility {
  background: #0f1722;
  color: #dbe4ec;
  font-size: 0.82rem;
}
.utility__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.utility__contact { display: flex; gap: 20px; flex-wrap: wrap; }
.utility__contact a { color: #f8fafc; opacity: 0.82; }
.utility__contact a:hover { opacity: 1; }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 249, 251, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 229, 237, 0.88);
}
.header__inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__logo {
  width: 152px;
  height: auto;
}
.brand__mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 7px solid var(--ink);
  box-shadow: 10px 0 0 -7px var(--cyan), 0 0 0 1px var(--line);
}
.brand__word {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0;
}
.footer__logo {
  width: 138px;
  height: auto;
  margin-bottom: 10px;
}
.nav { display: flex; align-items: center; gap: 18px; }
.nav a { color: var(--ink-soft); font-size: 0.9rem; font-weight: 600; }
.nav a:hover { color: var(--ink); }
.nav__cta {
  padding: 10px 14px;
  border: 1px solid var(--ink);
  border-radius: var(--r);
  color: #fff !important;
  background: var(--ink);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle span { display: block; flex: 0 0 auto; width: 24px; height: 2px; background: var(--ink); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.96) 0%, rgba(241,247,246,0.96) 48%, rgba(231,242,241,0.88) 100%),
    var(--page);
}
.hero--product { padding: 84px 0 76px; }
.hero--system {
  padding: 92px 0 78px;
}
.hero-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 72px;
}
.hero-system__copy {
  min-width: 0;
}
.hero--system .eyebrow { color: var(--sage); }
.hero--system .hero__title {
  max-width: 680px;
  font-size: 4.45rem;
  line-height: 1;
}
.hero--system .hero__lede {
  max-width: 610px;
  color: var(--ink-soft);
}
.hero--system .btn--ghost {
  background: transparent;
  border-color: #b9c8c8;
}
.hero-system__meta {
  list-style: none;
  margin: 42px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 620px;
}
.hero-system__meta b {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 1.32rem;
  line-height: 1.1;
}
.hero-system__meta span {
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-studio {
  position: relative;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(219, 229, 229, 0.94);
  border-radius: var(--r);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,252,252,0.94)),
    #fff;
  box-shadow: var(--shadow-float);
}
.product-studio::before {
  content: "";
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 158px;
  height: 22px;
  border-radius: 50%;
  background: rgba(28, 42, 46, 0.12);
  filter: blur(18px);
}
.product-studio__head,
.product-studio__info,
.product-studio__selector {
  position: relative;
  z-index: 1;
}
.product-studio__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-studio__head b {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.product-studio__display {
  position: relative;
  z-index: 1;
  height: 360px;
  margin: 10px 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 58%, rgba(42,166,180,0.16), transparent 32%),
    linear-gradient(180deg, rgba(246,248,248,0), rgba(238,244,242,0.64));
  border-radius: var(--r);
}
.product-studio__display img {
  max-width: 78%;
  max-height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(28, 42, 46, 0.18));
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.product-studio.is-changing .product-studio__display img {
  opacity: 0;
  transform: translateY(6px) scale(0.98);
}
.product-studio__info {
  display: grid;
  gap: 8px;
}
.product-studio__info h2 {
  font-size: 1.55rem;
}
.product-studio__info p {
  color: var(--ink-soft);
  font-size: 0.96rem;
}
.product-studio__selector {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.product-studio__selector button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}
.product-studio__selector button:hover {
  transform: translateY(-1px);
  border-color: #a7baba;
}
.product-studio__selector button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.hero--editorial {
  min-height: 720px;
  display: flex;
  align-items: stretch;
  color: #fff;
  background: #0b0d10;
}
.hero--editorial .hero__image {
  position: absolute;
  inset: 0;
  background: #0b0d10;
}
.hero--editorial .hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,8,12,0.95) 0%, rgba(6,8,12,0.78) 34%, rgba(6,8,12,0.22) 62%, rgba(6,8,12,0.12) 100%),
    linear-gradient(180deg, rgba(6,8,12,0.14), rgba(6,8,12,0.32));
}
.hero--editorial .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero--editorial .hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: var(--wrap);
  padding: 92px 0 88px;
}
.hero--editorial .eyebrow { color: #d2b284; }
.hero--editorial .hero__title,
.hero--editorial .hero__lede,
.hero--editorial .hero__proof dd {
  color: #fff;
}
.hero--editorial .hero__title {
  max-width: 680px;
  font-size: 4.2rem;
}
.hero--editorial .hero__lede {
  max-width: 610px;
  color: rgba(247, 250, 252, 0.76);
}
.hero--editorial .btn--solid {
  background: #d2b284;
  border-color: #d2b284;
  color: #111827;
}
.hero--editorial .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.04);
}
.hero--editorial .hero__proof {
  border-top-color: rgba(255,255,255,0.18);
}
.hero--editorial .hero__proof dt {
  color: rgba(247, 250, 252, 0.56);
}
.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, transparent 100%);
}
.hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 56px;
}
.hero__layout > *, .oem > *, .story > *, .pd > *, .contact > * { min-width: 0; }
.hero__title {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
}
.hero__lede {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: var(--r);
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn--solid { background: var(--ink); color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--text { color: var(--ink); border-bottom: 1px solid var(--ink); padding-inline: 0; border-radius: 0; }
.btn--text:hover { box-shadow: none; }

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 160;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 20px 46px rgba(15, 23, 34, 0.22), 0 0 0 1px rgba(255,255,255,0.35) inset;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
  background: #20bf5a;
  box-shadow: 0 24px 54px rgba(15, 23, 34, 0.28), 0 0 0 1px rgba(255,255,255,0.42) inset;
}
.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.hero__chips, .mini-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.hero__chips span, .mini-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: var(--r);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}
.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 520px;
  margin: 36px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(220, 229, 237, 0.92);
}
.hero__proof div {
  min-width: 0;
}
.hero__proof dt {
  margin-bottom: 4px;
  color: var(--ink-faint);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__proof dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.8), rgba(238,243,247,0.52)),
    radial-gradient(circle at 54% 44%, rgba(255,255,255,0.9), transparent 42%);
  border: 1px solid rgba(220, 229, 237, 0.9);
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(18, 32, 48, 0.1);
  transition: transform 0.2s ease-out;
}
.hero-stage::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 46px;
  height: 16px;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.09);
  filter: blur(16px);
}
.tech-ring {
  position: absolute;
  border: 1px solid rgba(73, 185, 216, 0.34);
  border-radius: 50%;
  pointer-events: none;
}
.tech-ring--one { width: 520px; height: 520px; right: 72px; top: 36px; }
.tech-ring--two { width: 360px; height: 360px; right: 156px; top: 118px; border-color: rgba(255, 107, 107, 0.26); }
.stage-scan {
  position: absolute;
  inset: -20% auto -20% 18%;
  width: 80px;
  background: linear-gradient(90deg, transparent, rgba(73, 185, 216, 0.13), transparent);
  transform: rotate(12deg);
  animation: stage-scan 5.8s ease-in-out infinite;
  pointer-events: none;
}
.stage-card {
  position: absolute;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(220, 229, 237, 0.9);
  box-shadow: var(--shadow-float);
  backdrop-filter: blur(8px);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.stage-card img { width: 100%; height: 100%; object-fit: contain; }
.stage-card--main { width: 250px; height: 330px; left: 48%; top: 112px; transform: translateX(-50%); padding: 18px; animation: float-main 7s ease-in-out infinite; }
.stage-card--mask { width: 222px; height: 248px; right: 34px; top: 84px; padding: 12px; animation: float-soft 8s ease-in-out infinite; }
.stage-card--scrubber { width: 184px; height: 210px; left: 46px; bottom: 58px; padding: 14px; animation: float-soft 7.5s ease-in-out infinite reverse; }
.callout {
  position: absolute;
  padding: 7px 10px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--ink);
}
.callout--warm { right: -26px; top: 26px; box-shadow: 0 0 0 4px var(--champagne-soft); }
.callout--red { left: -28px; bottom: 38px; box-shadow: 0 0 0 4px var(--red-soft); }
.callout--cool { right: -22px; top: 32px; box-shadow: 0 0 0 4px var(--cyan-soft); }

.capability-band {
  background: rgba(255,255,255,0.72);
  border-block: 1px solid var(--line);
}
.capability-band__grid {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}
.capability-band__grid span {
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.flow-strip {
  position: relative;
  overflow: hidden;
  min-height: 70px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(15, 23, 34, 0.98), rgba(24, 32, 43, 0.94) 48%, rgba(15, 23, 34, 0.98)),
    var(--ink);
  border-block: 1px solid rgba(220, 229, 237, 0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(255,255,255,0.04);
}
.flow-strip::before,
.flow-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}
.flow-strip::before { left: 0; background: linear-gradient(90deg, #0f1722, rgba(15,23,34,0)); }
.flow-strip::after { right: 0; background: linear-gradient(270deg, #0f1722, rgba(15,23,34,0)); }
.flow-strip__track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  min-width: 200%;
  padding-block: 20px;
  animation: flow-marquee 34s linear infinite;
  will-change: transform;
}
.flow-strip:hover .flow-strip__track { animation-play-state: paused; }
.flow-strip__item {
  flex: 0 0 auto;
  color: #c4ced9;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.flow-strip__dot {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--champagne);
  box-shadow: 0 0 18px rgba(185, 146, 98, 0.65);
}

@keyframes flow-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes stage-scan {
  0%, 16% { transform: translateX(-180px) rotate(12deg); opacity: 0; }
  34% { opacity: 1; }
  70%, 100% { transform: translateX(620px) rotate(12deg); opacity: 0; }
}

@keyframes float-main {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.certs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.certs li {
  min-width: 68px;
  padding: 8px 12px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.section { padding: 86px 0; }
.section--alt { background: var(--surface); }
.section__head { max-width: 680px; margin-bottom: 42px; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { margin-bottom: 14px; font-size: 2.65rem; font-weight: 700; }
.section__sub { color: var(--ink-soft); font-size: 1.02rem; }

.pillars, .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.pillar, .card, .value, .fact, .info-block, .form, .contact__info, .process-panel, .oem__panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: 0 1px 0 rgba(255,255,255,0.85) inset, 0 12px 34px rgba(18, 32, 48, 0.045);
}
.pillar {
  position: relative;
  overflow: hidden;
  padding: 26px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.pillar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), rgba(255,107,107,0.64), var(--champagne));
  opacity: 0.72;
}
.pillar:hover {
  transform: translateY(-3px);
  border-color: #c8d7e3;
  box-shadow: var(--shadow-sm);
}
.pillar__tag {
  width: 46px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r);
  background: var(--cyan-soft);
  color: #0b6d86;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 800;
}
.pillar h3 { font-size: 1.35rem; }
.pillar p { color: var(--ink-soft); font-size: 0.95rem; }
.pillar .mini-tags { margin-top: auto; }
.tech-pillars {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(73,185,216,0.08), transparent 34%, rgba(185,146,98,0.07));
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.card:hover::before { opacity: 1; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: #c8d7e3; }
.card__link { position: absolute; inset: 0; z-index: 4; border-radius: var(--r); }
.card__media {
  margin: -4px -4px 16px;
  aspect-ratio: 4 / 3;
  border-radius: var(--r);
  background:
    radial-gradient(circle at 50% 54%, rgba(42,166,180,0.12), transparent 32%),
    linear-gradient(180deg, #fbfcfc, #eef4f2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__glow { display: none; }
.card__model {
  margin-bottom: 4px;
  color: var(--champagne);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
}
.card__name { margin-bottom: 8px; font-size: 1.18rem; }
.card__desc { margin-bottom: 16px; color: var(--ink-soft); font-size: 0.93rem; }
.spec {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  border-top: 1px solid var(--line);
}
.spec li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.88rem;
}
.spec b { color: var(--ink); }
.products__note {
  margin-top: 26px;
  color: var(--ink-soft);
}
.products__note a { color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--ink); }

.oem {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: start;
  gap: 54px;
}
.oem__list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  gap: 14px;
}
.oem__list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.oem__list b { color: var(--ink); }
.oem__list span { color: var(--ink-soft); }
.process-panel {
  padding: 22px;
  display: grid;
  gap: 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(73,185,216,0.12), transparent 28%),
    #fff;
}
.process-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px 14px;
  padding: 14px;
  border-radius: var(--r);
  background: rgba(238, 243, 247, 0.76);
  border: 1px solid rgba(220, 229, 237, 0.72);
}
.process-step span {
  grid-row: span 2;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 800;
}
.process-step p { color: var(--ink-soft); font-size: 0.9rem; }

.certs { justify-content: center; }
.certs__note { max-width: 640px; margin: 22px auto 0; text-align: center; color: var(--ink-soft); }

.product-finder {
  background: #fff;
}
.catalogue-seo-copy {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: -18px 0 30px;
  color: var(--ink-soft);
}
.product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.product-filter button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.product-filter button:hover,
.product-filter button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.featured-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.featured-product {
  position: relative;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(145deg, #fff, #f6fafc);
  box-shadow: var(--shadow-sm);
}
.featured-product img {
  width: 132px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #f8fafc;
}
.featured-product h3 {
  margin: 4px 0 8px;
  font-size: 1.2rem;
}
.featured-product p {
  color: var(--ink-soft);
}
.product-catalog {
  border-top: 1px solid var(--line);
}
.product-compare {
  background: #fff;
}
.compare-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.compare-table table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}
.compare-table th,
.compare-table td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.compare-table th {
  background: var(--surface-2);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.compare-table td {
  color: var(--ink-soft);
}
.compare-table tr:last-child td {
  border-bottom: 0;
}
.product-oem-bridge {
  border-top: 1px solid var(--line);
}
[hidden] {
  display: none !important;
}

.cta {
  margin-bottom: 0;
  padding: 76px 0;
  background:
    radial-gradient(circle at 28% 28%, rgba(73,185,216,0.18), transparent 28%),
    radial-gradient(circle at 72% 38%, rgba(255,107,107,0.12), transparent 24%),
    #101722;
  color: #fff;
  text-align: center;
}
.cta__inner { max-width: 760px; }
.cta__title { margin-bottom: 14px; font-size: 2.55rem; }
.cta__sub { margin-bottom: 26px; color: #cad6df; }
.cta__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta .btn--solid { background: #fff; color: var(--ink); }
.cta .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.34); }

.footer {
  margin-top: 0;
  background: #0f1722;
  color: #dce5ed;
  padding: 56px 0 26px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.25fr 1.1fr;
  gap: 34px;
}
.footer p, .footer a, .footer address { color: #aebbc8; font-style: normal; }
.footer a:hover { color: #fff; }
.footer__col { display: grid; gap: 8px; align-content: start; }
.footer__col h4 { font-size: 1rem; color: #fff; }
.footer__base {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #8fa0af;
  font-size: 0.9rem;
}

.js [data-reveal] { opacity: 1; transform: none; transition: opacity 0.5s ease, transform 0.5s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Sub pages */
.page-hero {
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 82% 20%, rgba(73,185,216,0.14), transparent 26%),
    linear-gradient(180deg, #fff, #f3f7fb);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { max-width: 720px; margin-bottom: 16px; font-size: 3rem; }
.page-hero p { max-width: 760px; color: var(--ink-soft); }
.crumbs { margin-bottom: 16px; font-size: 0.9rem; }
.crumbs a { font-weight: 800; color: var(--ink); }
.page-hero--editorial {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #0b0d10;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.page-hero__image {
  position: absolute;
  inset: 0;
  background: #0b0d10;
}
.page-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,8,12,0.95) 0%, rgba(6,8,12,0.82) 42%, rgba(6,8,12,0.36) 70%, rgba(6,8,12,0.18) 100%),
    linear-gradient(180deg, rgba(6,8,12,0.08), rgba(6,8,12,0.36));
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-hero--products .page-hero__image img { object-position: 64% center; }
.page-hero--about .page-hero__image img { object-position: 58% center; }
.page-hero--contact .page-hero__image img { object-position: 68% center; }
.page-hero__inner {
  position: relative;
  z-index: 2;
  padding: 78px 0;
}
.page-hero--editorial .crumbs,
.page-hero--editorial p {
  color: rgba(247, 250, 252, 0.74);
}
.page-hero--editorial .crumbs a { color: #fff; }
.page-hero--editorial .eyebrow {
  margin-bottom: 12px;
  color: #d2b284;
}
.page-hero--editorial h1 {
  max-width: 760px;
  color: #fff;
  font-size: 3.55rem;
}
.page-hero--editorial p:not(.crumbs):not(.eyebrow) {
  max-width: 680px;
  color: rgba(247, 250, 252, 0.76);
  font-size: 1.06rem;
}
.page-hero__chips,
.page-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.page-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--r);
  background: rgba(255,255,255,0.06);
  color: rgba(247, 250, 252, 0.84);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-hero__stats {
  max-width: 570px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.17);
}
.page-hero__stats div {
  min-width: 132px;
}
.page-hero__stats span {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 250, 252, 0.52);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-hero__stats b {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.3rem;
  line-height: 1.1;
}
.story, .pd, .contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
  gap: 46px;
  align-items: start;
}
.story__title { margin-bottom: 22px; }
.story p + p { margin-top: 16px; color: var(--ink-soft); }
.facts, .values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.values { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fact, .value { padding: 22px; }
.fact b { display: block; font-family: var(--font-display); font-size: 2rem; }
.fact span, .value p { color: var(--ink-soft); }
.value__no { color: var(--champagne); font-family: var(--font-mono); font-weight: 800; }
.cat { margin-bottom: 58px; }
.cat__head {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.cat__head h2 { font-size: 1.75rem; }
.cat__head span { color: var(--ink-soft); }
.cat__head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.cat__head span {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(210,178,132,0.16), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(73,185,216,0.14), transparent 26%),
    #0b0d10;
}
.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, transparent);
}
.product-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}
.product-hero__media {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r);
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.04));
  box-shadow: 0 30px 90px rgba(0,0,0,0.26);
}
.product-hero__media::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 16%;
  height: 24px;
  border-radius: 50%;
  background: rgba(0,0,0,0.34);
  filter: blur(18px);
}
.product-hero__media img {
  position: relative;
  z-index: 1;
  max-width: 78%;
  max-height: 430px;
  filter: drop-shadow(0 28px 44px rgba(0,0,0,0.36));
}
.product-hero .crumbs,
.product-hero .crumbs a,
.product-hero .pd__model,
.product-hero h1,
.product-hero .pd__lede,
.product-hero .pd__bullets {
  color: #fff;
}
.product-hero .crumbs {
  color: rgba(247, 250, 252, 0.58);
}
.product-hero .pd__model {
  margin-bottom: 14px;
  color: #d2b284;
}
.product-hero h1 {
  max-width: 640px;
  font-size: 4rem;
}
.product-hero .pd__lede {
  max-width: 610px;
  color: rgba(247, 250, 252, 0.76);
}
.product-hero .pd__bullets {
  color: rgba(247, 250, 252, 0.72);
}
.product-hero .btn--solid {
  background: #d2b284;
  border-color: #d2b284;
  color: #111827;
}
.product-hero .btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.05);
}
.product-hero--detail .product-hero__grid {
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.08fr);
}
.product-hero--detail .product-hero__media {
  min-height: 560px;
}
.product-hero--detail .product-hero__media::after {
  display: none;
}
.product-hero--detail .product-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: none;
}
.product-hero--detail h1 {
  font-size: 3.6rem;
}
.pd__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.pd__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: rgba(247, 250, 252, 0.82);
  font-family: var(--font-mono);
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}
.product-detail-intro {
  padding-bottom: 54px;
}
.detail-overview,
.detail-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: start;
}
.detail-overview__copy p + p {
  margin-top: 16px;
  color: var(--ink-soft);
}
.quick-specs {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.quick-specs h3 {
  margin-bottom: 16px;
}
.quick-specs dl {
  display: grid;
  gap: 0;
}
.quick-specs div {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.quick-specs dt {
  color: var(--ink-soft);
  font-weight: 800;
}
.quick-specs dd {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature-card,
.option-list article,
.faq-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.feature-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--champagne);
  font-family: var(--font-mono);
  font-weight: 800;
}
.feature-card h3,
.option-list h3,
.faq-grid h3 {
  margin-bottom: 8px;
}
.feature-card p,
.option-list p,
.faq-grid p {
  color: var(--ink-soft);
}
.option-list,
.faq-grid {
  display: grid;
  gap: 14px;
}
.pd__media {
  position: relative;
  padding: 32px;
  border-radius: var(--r);
  background: #fff;
  border: 1px solid var(--line);
}
.pd__model { color: var(--champagne); font-family: var(--font-mono); font-weight: 800; }
.pd__lede { margin: 18px 0; color: var(--ink-soft); font-size: 1.05rem; }
.pd__bullets { padding-left: 20px; color: var(--ink-soft); }
.pd__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.spec-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.spec-table th, .spec-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table th { width: 34%; color: var(--ink-soft); font-weight: 700; background: var(--surface-2); }
.spec-wrap { max-width: 760px; }
.form, .contact__info { padding: 24px; }
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
}
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-weight: 800; }
.form__note {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}
.form__note--success {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  padding: 12px 14px;
  border: 1px solid rgba(116, 163, 145, 0.35);
  border-radius: var(--r);
  background: rgba(116, 163, 145, 0.12);
  color: #245c49;
  font-weight: 700;
}
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  color: var(--ink);
  font: inherit;
}
textarea { min-height: 130px; resize: vertical; }
.contact__info {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(17,24,39,0.96), rgba(24,32,43,0.98));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r);
}
.info-block {
  padding: 18px;
  box-shadow: none;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.info-block h4 { margin-bottom: 6px; }
.info-block h4 { color: #fff; }
.info-block a, .info-block address { color: rgba(247, 250, 252, 0.72); font-style: normal; }

@media (max-width: 980px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 16px var(--gutter) 22px;
    background: rgba(247,249,251,0.97);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }
  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav__cta { text-align: center; margin-top: 10px; }
  .nav-toggle { display: flex; }
  .hero__layout, .hero-system__grid, .oem, .story, .pd, .contact, .product-hero__grid { grid-template-columns: 1fr; }
  .catalogue-seo-copy,
  .featured-products {
    grid-template-columns: 1fr;
  }
  .hero--system { padding: 72px 0 68px; }
  .hero--system .hero__title { font-size: 3.55rem; }
  .product-studio__display { height: 330px; }
  .hero--editorial {
    min-height: 760px;
  }
  .hero--editorial .hero__image::before {
    background:
      linear-gradient(90deg, rgba(6,8,12,0.92) 0%, rgba(6,8,12,0.76) 48%, rgba(6,8,12,0.28) 100%),
      linear-gradient(180deg, rgba(6,8,12,0.12), rgba(6,8,12,0.46));
  }
  .hero--editorial .hero__image img {
    object-position: 62% center;
  }
  .hero--editorial .hero__title {
    max-width: 600px;
    font-size: 3.35rem;
  }
  .hero-stage { min-height: 470px; }
  .pillars, .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero--editorial {
    min-height: 380px;
  }
  .page-hero--editorial h1 {
    max-width: 620px;
    font-size: 3rem;
  }
  .page-hero__image::before {
    background:
      linear-gradient(90deg, rgba(6,8,12,0.96) 0%, rgba(6,8,12,0.82) 54%, rgba(6,8,12,0.38) 100%),
      linear-gradient(180deg, rgba(6,8,12,0.12), rgba(6,8,12,0.42));
  }
  .product-hero {
    padding: 62px 0 72px;
  }
  .product-hero__grid {
    gap: 42px;
  }
  .product-hero--detail .product-hero__grid {
    grid-template-columns: 1fr;
  }
  .product-hero__media {
    min-height: 420px;
  }
  .product-hero--detail .product-hero__media {
    min-height: 440px;
  }
  .product-hero h1 {
    font-size: 3.15rem;
  }
  .detail-overview,
  .detail-split {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --gutter: 18px; }
  .wrap { width: calc(100% - 36px); }
  .brand__logo { width: 134px; }
  .utility__inner { align-items: flex-start; flex-direction: column; padding: 10px 0; }
  .hero--product { padding: 56px 0 52px; }
  .hero--system { padding: 54px 0 48px; }
  .hero--system .hero__title {
    max-width: 350px;
    font-size: 2.46rem;
  }
  .hero--system .hero__lede {
    max-width: 340px;
    font-size: 1rem;
  }
  .hero-system__grid { gap: 36px; }
  .hero-system__meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
  .hero-system__meta li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .hero-system__meta li:last-child { border-bottom: 0; padding-bottom: 0; }
  .product-studio { padding: 18px; }
  .product-studio__display { height: 260px; }
  .product-studio__display img { max-width: 86%; }
  .product-studio__selector { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .capability-band__grid {
    min-height: auto;
    padding: 16px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capability-band__grid span {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: var(--r);
    background: #fff;
    text-align: center;
  }
  .hero--editorial {
    min-height: 760px;
  }
  .hero__content {
    justify-content: flex-start;
    padding: 64px 0 54px;
  }
  .hero--editorial .hero__image::before {
    background:
      linear-gradient(90deg, rgba(6,8,12,0.96) 0%, rgba(6,8,12,0.82) 58%, rgba(6,8,12,0.34) 100%),
      linear-gradient(180deg, rgba(6,8,12,0.2) 0%, rgba(6,8,12,0.52) 100%);
  }
  .hero--editorial .hero__image img {
    object-position: 68% center;
  }
  .hero--editorial .hero__title {
    max-width: 350px;
    font-size: 2.52rem;
  }
  .hero--editorial .hero__lede {
    max-width: 330px;
    font-size: 1rem;
  }
  .hero--editorial .hero__actions {
    align-items: stretch;
  }
  .hero--editorial .btn {
    min-width: 0;
  }
  .hero__title { font-size: 2.36rem; }
  .hero__chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__chips span { justify-content: center; text-align: center; }
  .hero__proof { grid-template-columns: 1fr; gap: 10px; margin-top: 30px; }
  .hero__proof div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(220, 229, 237, 0.72);
  }
  .hero__proof div:last-child { border-bottom: 0; padding-bottom: 0; }
  .hero__proof dd { font-size: 1.2rem; text-align: right; }
  .floating-whatsapp {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
  .floating-whatsapp svg {
    width: 29px;
    height: 29px;
  }
  .flow-strip { min-height: 62px; }
  .flow-strip::before, .flow-strip::after { width: 46px; }
  .flow-strip__track { gap: 20px; padding-block: 18px; animation-duration: 26s; }
  .flow-strip__item { font-size: 0.74rem; }
  .section__title, .cta__title, .page-hero h1 { font-size: 2.05rem; }
  .catalogue-seo-copy {
    margin-top: -8px;
  }
  .product-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-filter button {
    justify-content: center;
    white-space: normal;
  }
  .featured-product {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }
  .featured-product img {
    width: 96px;
  }
  .featured-product h3 {
    font-size: 1.05rem;
  }
  .page-hero--editorial {
    min-height: 390px;
  }
  .page-hero__inner {
    padding: 54px 0;
  }
  .page-hero--editorial h1,
  .product-hero h1 {
    font-size: 2.24rem;
  }
  .page-hero--editorial p:not(.crumbs):not(.eyebrow),
  .product-hero .pd__lede {
    font-size: 1rem;
  }
  .page-hero__chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page-hero__chips span {
    justify-content: center;
    text-align: center;
  }
  .page-hero__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-hero__stats div {
    min-width: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
  }
  .product-hero {
    padding: 46px 0 58px;
  }
  .product-hero__grid {
    gap: 30px;
  }
  .product-hero--detail .product-hero__grid {
    grid-template-columns: 1fr;
  }
  .product-hero__media {
    min-height: 320px;
  }
  .product-hero__media img {
    max-height: 280px;
  }
  .product-hero--detail h1 {
    font-size: 2.18rem;
  }
  .product-hero--detail .product-hero__media {
    min-height: 320px;
  }
  .pd__chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pd__chips span {
    justify-content: center;
    text-align: center;
    font-size: 0.68rem;
  }
  .quick-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .pillars, .products, .facts, .values, .field--row, .footer__inner { grid-template-columns: 1fr; }
  .stage-card--main { width: 210px; height: 280px; left: 54%; }
  .stage-card--mask { width: 170px; height: 190px; right: 14px; }
  .stage-card--scrubber { width: 145px; height: 160px; left: 12px; }
  .callout { display: none; }
  .oem__list li { grid-template-columns: 1fr; gap: 6px; }
  .cat__head { align-items: start; flex-direction: column; }
  .footer__base { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
