/* HMAN BioLab Colombia v28.0.1
   Evolución visual editorial: marfil, azul noche, cian y fotografía de producto.
   Esta capa unifica portada, catálogo, fichas y superficies documentales. */

:root {
  --hm-night: #05090e;
  --hm-navy: #07172b;
  --hm-navy-2: #0b2238;
  --hm-blue: #006cff;
  --hm-cyan: #23d5e7;
  --hm-cyan-soft: #b9f5fa;
  --hm-cream: #faf7f2;
  --hm-ivory: #f4f0e8;
  --hm-paper: #fffefa;
  --hm-ink: #0a0d12;
  --hm-muted: #66717d;
  --hm-line: rgba(7, 23, 43, .13);
  --hm-line-dark: rgba(255, 255, 255, .13);
  --hm-shadow: 0 30px 80px rgba(5, 9, 14, .14);
  --hm-shadow-soft: 0 16px 44px rgba(5, 9, 14, .08);
  --hm-display: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

html { background: var(--hm-cream); }

body {
  color: var(--hm-ink) !important;
  background:
    radial-gradient(circle at 88% 6%, rgba(35, 213, 231, .08), transparent 27rem),
    linear-gradient(180deg, var(--hm-cream), #fff 62%, var(--hm-ivory)) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif !important;
}

h1, h2, h3, .brand, .btn, .area-head {
  font-family: var(--hm-display) !important;
}

a, button { outline-color: var(--hm-cyan); }
a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(35, 213, 231, .7) !important;
  outline-offset: 3px;
}

::selection { color: #fff; background: rgba(0, 108, 255, .78); }

/* Franja y navegación */
.announcement {
  position: relative;
  z-index: 1002;
  color: rgba(255, 255, 255, .78);
  background: var(--hm-night);
  border-bottom: 1px solid rgba(35, 213, 231, .18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.announcement .container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.announcement a { color: var(--hm-cyan); }

.nav, .topbar,
body.doc-page .topbar {
  color: #fff !important;
  background: rgba(5, 9, 14, .96) !important;
  border-color: rgba(255, 255, 255, .1) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
}

.nav-inner, .topbar-inner { min-height: 74px !important; }

.brand { color: #fff !important; font-weight: 850 !important; }
.brand-mark, .mark,
body.doc-page .brand .mark {
  display: grid;
  place-items: center;
  min-width: 50px;
  height: 38px;
  padding: 0 10px;
  color: var(--hm-cyan) !important;
  background: linear-gradient(145deg, var(--hm-navy-2), #08111b) !important;
  border: 1px solid rgba(35, 213, 231, .28) !important;
  border-radius: 11px !important;
  box-shadow: 0 0 30px rgba(35, 213, 231, .1) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
}

.nav-links a,
body.doc-page .nav-links a {
  color: rgba(255, 255, 255, .68) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
}

.nav-links a:hover,
body.doc-page .nav-links a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .07) !important;
}

.lang {
  border-color: rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .06) !important;
}
.lang button { color: rgba(255, 255, 255, .6) !important; }
.lang button.active {
  color: var(--hm-night) !important;
  background: var(--hm-cyan) !important;
}
.menu-button { color: #fff !important; border-color: var(--hm-line-dark) !important; }

/* Botones */
.btn {
  min-height: 50px !important;
  padding: 0 20px !important;
  border: 1px solid var(--hm-line) !important;
  border-radius: 999px !important;
  color: var(--hm-navy) !important;
  background: rgba(255, 255, 255, .84) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .025em;
  transition: transform .22s ease, border-color .22s ease, background .22s ease !important;
}
.btn:hover { transform: translateY(-2px) !important; }
.btn.primary {
  color: #fff !important;
  background: var(--hm-navy) !important;
  border-color: var(--hm-navy) !important;
}
.arrow-action { display: inline-flex; align-items: center; gap: 18px; }
.arrow-action span {
  display: grid;
  width: 32px;
  height: 32px;
  margin-right: -10px;
  place-items: center;
  color: var(--hm-night);
  background: var(--hm-cyan);
  border-radius: 50%;
  font-size: 17px;
}
.ghost-dark {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .25) !important;
  background: rgba(255, 255, 255, .05) !important;
}

/* Portada editorial */
body[data-home-layout="editorial"] .hero {
  padding: 22px 0 0 !important;
}

.hero-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 73% 43%, rgba(0, 108, 255, .26), transparent 25rem),
    radial-gradient(circle at 20% 85%, rgba(35, 213, 231, .12), transparent 19rem),
    var(--hm-night);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50px;
  box-shadow: 0 30px 80px rgba(5, 9, 14, .22);
}

.hero-editorial::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: -110px;
  border: 1px solid rgba(35, 213, 231, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(35, 213, 231, .025),
    0 0 0 76px rgba(35, 213, 231, .018);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 82px);
}

.hero-kicker, .section-kicker {
  width: fit-content;
  margin-bottom: 24px;
  color: var(--hm-cyan) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em !important;
  text-transform: uppercase;
}

body[data-home-layout="editorial"] .hero h1 {
  max-width: 760px !important;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 82px) !important;
  font-weight: 900 !important;
  line-height: .95 !important;
  letter-spacing: -.065em !important;
  text-transform: uppercase;
}

body[data-home-layout="editorial"] .hero .lead {
  max-width: 630px !important;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .66) !important;
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.55;
}

.hero-actions { margin-bottom: 34px; }

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 570px;
}
.hero-proof div {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .04);
}
.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1;
}
.hero-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-showcase {
  position: relative;
  min-width: 0;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #05090e;
}
.hero-showcase::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, var(--hm-night) 0%, transparent 28%, transparent 72%, rgba(5,9,14,.2));
}
.hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04);
}
.purity-orbit {
  position: absolute;
  z-index: 3;
  top: 40px;
  right: 34px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2px 9px;
  min-width: 160px;
  padding: 14px 18px;
  color: var(--hm-night);
  background: rgba(255, 254, 250, .94);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(5, 9, 14, .18);
  backdrop-filter: blur(14px);
}
.purity-orbit > span:first-child {
  grid-row: 1 / 3;
  width: 9px;
  height: 9px;
  background: var(--hm-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(35, 213, 231, .16);
}
.purity-orbit strong { font-size: 17px; line-height: 1; }
.purity-orbit span:last-child {
  color: #65717d;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.hero-featured {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 30px;
  display: grid;
  gap: 5px;
  width: min(270px, calc(100% - 64px));
  padding: 22px;
  color: #fff;
  background: rgba(5, 9, 14, .82);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  backdrop-filter: blur(18px);
  text-align: left;
}
.featured-label {
  margin-bottom: 9px;
  color: var(--hm-cyan);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-featured strong { font-size: 20px; }
.hero-featured small { color: rgba(255, 255, 255, .54); }
.hero-featured a {
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.proof-band { padding: 18px 0 0 !important; }
.proof-band__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  color: rgba(255, 255, 255, .72);
  background: var(--hm-navy);
  border-radius: 20px;
}
.proof-band__inner span {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}
.proof-band__inner span:last-child { border-right: 0; }

/* Catálogo */
body[data-home-layout="editorial"] #catalogo {
  padding: 92px 0 62px !important;
}
body[data-home-layout="editorial"] #catalogo > .container > .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  max-width: none;
  margin: 0 0 48px;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
}
body[data-home-layout="editorial"] #catalogo .section-head::before {
  content: "CATÁLOGO / HMAN";
  grid-column: 1 / -1;
  margin-bottom: 15px;
  color: var(--hm-blue);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
body[data-home-layout="editorial"] #catalogo .section-head h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
body[data-home-layout="editorial"] #catalogo .section-head p {
  color: var(--hm-muted);
  font-size: 15px;
  line-height: 1.65;
}

.catalog-area {
  margin: 0 0 70px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.area-head {
  margin-bottom: 20px !important;
  padding: 0 0 13px !important;
  border-bottom: 1px solid var(--hm-line);
}
.area-head h3 {
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  text-transform: uppercase;
}
.area-head span {
  color: var(--hm-muted) !important;
  font-size: 10px !important;
  letter-spacing: .12em;
}
.product-grid { gap: 18px !important; }
.product-card {
  position: relative;
  border: 1px solid rgba(7, 23, 43, .11) !important;
  border-radius: 28px !important;
  background: var(--hm-paper) !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease !important;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--hm-shadow) !important;
}
.product-card > img {
  width: 100%;
  max-height: none !important;
  aspect-ratio: 3 / 4 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: var(--hm-night) !important;
  filter: saturate(.94) contrast(1.02);
  transition: transform .5s ease !important;
}
.product-card:hover > img { transform: scale(1.025); }
.product-card[data-product-status="available"]::before {
  top: 14px;
  left: 14px;
  padding: 7px 11px;
  color: var(--hm-night);
  background: rgba(185, 245, 250, .92);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(5, 9, 14, .18);
  backdrop-filter: blur(12px);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-body { padding: 22px !important; }
.product-body h3 {
  min-height: 0 !important;
  margin-bottom: 7px !important;
  color: var(--hm-ink);
  font-size: 22px !important;
  font-weight: 900;
  letter-spacing: -.035em !important;
}
.product-note {
  margin-bottom: 12px !important;
  color: var(--hm-muted) !important;
  font-size: 12px !important;
  font-weight: 750;
  letter-spacing: .02em;
}
.card-quality {
  min-height: 38px;
  margin: 0 0 14px;
  padding: 10px 11px;
  color: #24415f;
  background: #f3f7f9;
  border: 1px solid rgba(7, 23, 43, .08);
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.4;
}
.card-quality::before { background: var(--hm-cyan) !important; }
.price {
  margin-top: auto !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--hm-line) !important;
}
.price strong {
  color: var(--hm-navy) !important;
  font-size: 22px !important;
  font-weight: 950;
}
.price span { color: var(--hm-muted) !important; font-size: 12px !important; }
.included {
  margin: 11px 0 !important;
  color: #176b72 !important;
  font-size: 12px !important;
}
.order-add .qty { border-color: var(--hm-line); border-radius: 999px; }
.order-add .qty button:hover { background: rgba(35, 213, 231, .1); }
.order-add__btn {
  min-height: 44px;
  color: #fff;
  background: var(--hm-navy);
  border-radius: 999px;
}
.order-add__btn:hover { background: var(--hm-blue); }
.product-card .card-actions .btn.primary {
  justify-content: space-between;
  min-height: 42px !important;
  color: var(--hm-navy) !important;
  background: transparent !important;
  border-color: transparent !important;
  border-top: 1px solid var(--hm-line) !important;
  border-radius: 0 !important;
  padding: 12px 0 0 !important;
}
.product-card .card-actions .btn.primary::after { content: "→"; font-size: 17px; }

/* Diferencia HMAN */
.lab-difference {
  margin: 22px 0 0;
  padding: 92px 0 !important;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(0, 108, 255, .24), transparent 27rem),
    var(--hm-night);
}
.lab-difference__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 40px;
  align-items: end;
  margin-bottom: 45px;
}
.lab-difference__head h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.lab-difference__head p {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  line-height: 1.65;
}
.lab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.lab-grid article {
  min-height: 225px;
  padding: 24px;
  border: 1px solid var(--hm-line-dark);
  border-radius: 24px;
  background: rgba(255, 255, 255, .035);
}
.lab-grid article > span {
  display: block;
  margin-bottom: 56px;
  color: var(--hm-cyan);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}
.lab-grid h3 { margin-bottom: 10px; color: #fff; font-size: 17px; }
.lab-grid p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 13px; line-height: 1.55; }
.lab-cta {
  margin-top: 28px;
  color: var(--hm-night) !important;
  background: var(--hm-cyan) !important;
  border-color: var(--hm-cyan) !important;
}

/* Comercio, contacto y pie */
section[data-block="commerce"] { padding: 56px 0 24px !important; }
.commerce-facts { gap: 12px; }
.commerce-facts > div {
  padding: 18px !important;
  background: rgba(255, 255, 255, .72) !important;
  border-color: var(--hm-line) !important;
  border-radius: 18px !important;
}
.commerce-facts span { color: var(--hm-blue) !important; }
.contact { padding: 42px 0 76px !important; }
.contact-box {
  padding: clamp(30px, 5vw, 62px) !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 84% 18%, rgba(35, 213, 231, .16), transparent 18rem),
    var(--hm-navy) !important;
  border-color: rgba(255, 255, 255, .09) !important;
  border-radius: 34px !important;
  box-shadow: var(--hm-shadow) !important;
}
.contact-box h2 { color: #fff; font-weight: 950; letter-spacing: -.045em; }
.contact-box p { color: rgba(255, 255, 255, .62) !important; }
.contact-actions .btn {
  color: #fff !important;
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .2) !important;
}
footer {
  color: rgba(255, 255, 255, .55) !important;
  background: var(--hm-night) !important;
  border-color: rgba(255, 255, 255, .1) !important;
}
footer strong, footer a { color: #fff !important; }

/* Fichas de producto */
body[data-product-sku] {
  background: linear-gradient(180deg, var(--hm-cream), #fff) !important;
}
.product-shell { padding: 32px 0 82px !important; }
.product-page { width: min(1180px, calc(100% - 36px)) !important; gap: 22px !important; }
.product-hero {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr) !important;
  color: var(--hm-ink);
  background: var(--hm-paper) !important;
  border: 1px solid var(--hm-line) !important;
  border-radius: 42px !important;
  box-shadow: var(--hm-shadow) !important;
  overflow: hidden;
}
body[data-product-sku] .visual {
  min-height: 670px !important;
  background: var(--hm-night) !important;
}
body[data-product-sku] .visual::after {
  color: rgba(255, 255, 255, .36) !important;
  letter-spacing: .2em;
}
body[data-product-sku] .visual img {
  width: 100%;
  height: 100%;
  min-height: 670px;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}
.product-hero .content { padding: clamp(30px, 5vw, 62px) !important; }
.product-hero h1 {
  margin-bottom: 18px !important;
  color: var(--hm-navy) !important;
  font-family: var(--hm-display) !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-weight: 950 !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
}
.premium-strip { border-color: var(--hm-line) !important; background: #f4f7f8 !important; }
.line-label, .popularity, .badge, .dose { color: var(--hm-blue) !important; }
.summary, .doc-status, .order-includes, .commerce-facts > div {
  border-color: var(--hm-line) !important;
}
.product-hero .price {
  padding: 16px !important;
  background: #f3f7f9 !important;
  border: 1px solid var(--hm-line) !important;
  border-radius: 16px !important;
}
.primary-product-actions .consult,
.primary-product-actions .docs,
.channel-actions .cta {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 900;
}
.primary-product-actions .consult { background: var(--hm-navy) !important; }
.primary-product-actions .docs { color: var(--hm-navy) !important; border-color: var(--hm-line) !important; }
.page-steps {
  padding: 7px !important;
  background: var(--hm-navy) !important;
  border-color: var(--hm-navy) !important;
  border-radius: 999px !important;
}
.page-steps a { color: rgba(255, 255, 255, .66) !important; border-radius: 999px !important; }
.page-steps a:hover { color: #fff !important; background: rgba(255, 255, 255, .08) !important; }
.info-block, .panel {
  background: rgba(255, 255, 255, .78) !important;
  border-color: var(--hm-line) !important;
  border-radius: 28px !important;
  box-shadow: var(--hm-shadow-soft) !important;
}
.info-block h2, .panel h2 { color: var(--hm-navy) !important; font-family: var(--hm-display) !important; }
.section-number { color: var(--hm-blue) !important; }
.chip { color: var(--hm-navy) !important; background: rgba(35, 213, 231, .09) !important; border-color: rgba(35, 213, 231, .2) !important; }
.mobile-buybar a, .order-bar__send, .order-bar__count { background: var(--hm-navy) !important; }

/* Calidad, verificador, preguntas y guía */
body.doc-page { background: linear-gradient(180deg, var(--hm-cream), #fff) !important; }
body.doc-page .doc-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 108, 255, .24), transparent 23rem),
    var(--hm-night) !important;
  border: 0 !important;
  border-radius: 34px !important;
  box-shadow: var(--hm-shadow) !important;
}
body.doc-page .doc-hero h1, body.doc-page .doc-hero h2 {
  color: #fff !important;
  font-family: var(--hm-display) !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
}
body.doc-page .doc-hero p { color: rgba(255, 255, 255, .62) !important; }
body.doc-page .lookup-card,
body.doc-page .library-card,
body.doc-page .quality-card,
body.doc-page article,
body.doc-page section:not(.doc-hero) {
  border-color: var(--hm-line) !important;
  background-color: rgba(255, 255, 255, .78) !important;
  border-radius: 24px !important;
  box-shadow: var(--hm-shadow-soft) !important;
}
body.doc-page .quality-status {
  color: #176b72 !important;
  background: rgba(35, 213, 231, .11) !important;
  border-color: rgba(35, 213, 231, .22) !important;
}
body.doc-page .lookup-form button { background: var(--hm-navy) !important; }
body.doc-page footer { background: var(--hm-night) !important; }

/* Responsive */
@media (max-width: 980px) {
  .hero-editorial { grid-template-columns: 1fr; }
  .hero-showcase { min-height: 520px; }
  .hero-showcase img { min-height: 520px; object-position: center 56%; }
  .hero-showcase::before { background: linear-gradient(180deg, var(--hm-night), transparent 25%, transparent 80%); }
  .lab-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero { grid-template-columns: 1fr !important; }
  body[data-product-sku] .visual,
  body[data-product-sku] .visual img { min-height: 0 !important; }
  .lab-difference__head,
  body[data-home-layout="editorial"] #catalogo > .container > .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .nav-inner { min-height: 64px !important; }
  .brand { gap: 8px !important; font-size: 15px !important; }
  .brand-mark, .mark { min-width: 42px; height: 36px; padding: 0 8px; }
  .lang button { padding: 8px 10px !important; font-size: 13px !important; }
  .menu-button {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    color: var(--hm-cyan) !important;
    background: rgba(255, 255, 255, .06) !important;
    box-shadow: none !important;
  }
  .announcement .container { justify-content: space-between; }
  .announcement span { max-width: 72%; }
  .nav-links {
    color: #fff !important;
    background: rgba(5, 9, 14, .98) !important;
    border-color: rgba(255, 255, 255, .12) !important;
  }
  body[data-home-layout="editorial"] .hero { padding: 10px 0 0 !important; }
  .hero-editorial { min-height: auto; border-radius: 30px; }
  .hero-copy { padding: 30px 21px 26px; }
  body[data-home-layout="editorial"] .hero h1 {
    font-size: clamp(34px, 9.6vw, 44px) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
  }
  body[data-home-layout="editorial"] .hero .lead {
    margin-bottom: 24px;
    font-size: 15px !important;
    line-height: 1.5;
  }
  .hero-actions .btn { min-height: 46px !important; }
  .hero-actions .btn { width: 100%; }
  .arrow-action { justify-content: space-between; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-showcase { min-height: 380px; }
  .hero-showcase img { min-height: 380px; }
  .purity-orbit { top: 20px; right: 18px; }
  .hero-featured { right: 18px; bottom: 18px; width: calc(100% - 36px); }
  .proof-band { overflow: hidden; }
  .proof-band__inner {
    display: flex;
    overflow-x: auto;
    border-radius: 16px;
    scroll-snap-type: x mandatory;
  }
  .proof-band__inner span { min-width: 72%; scroll-snap-align: start; }
  body[data-home-layout="editorial"] #catalogo { padding: 68px 0 34px !important; }
  body[data-home-layout="editorial"] #catalogo .section-head h2,
  .lab-difference__head h2 { font-size: clamp(34px, 9vw, 44px); }
  .catalog-area { margin-bottom: 52px !important; }
  .product-grid--1, .product-grid--2, .product-grid--3 { grid-template-columns: 1fr !important; }
  .product-card > img {
    aspect-ratio: 1 / 1.04 !important;
    max-height: 390px !important;
    object-position: center 44% !important;
  }
  .lab-difference { padding: 68px 0 !important; }
  .lab-grid { grid-template-columns: 1fr; }
  .lab-grid article { min-height: 190px; }
  .lab-grid article > span { margin-bottom: 42px; }
  .product-page { width: calc(100% - 20px) !important; }
  .product-hero { border-radius: 26px !important; }
  .product-hero .content { padding: 28px 20px !important; }
  .product-hero h1 { font-size: clamp(38px, 12vw, 54px) !important; }
  .page-steps { overflow-x: auto; justify-content: flex-start !important; border-radius: 20px !important; }
  .page-steps a { min-width: max-content; }
}

@media (max-width: 440px) {
  .announcement { min-height: 30px !important; font-size: 10px !important; }
  .announcement a { display: none; }
  .announcement .container { justify-content: center; text-align: center; }
  .announcement span { max-width: none; }
  .brand span:last-child { display: inline !important; max-width: 132px; line-height: 1.05; }
  .brand-mark, .mark { min-width: 40px; }
  .hero-kicker { margin-bottom: 18px; }
  .hero-showcase, .hero-showcase img { min-height: 360px; }
  .product-card > img { aspect-ratio: 1 / 1 !important; max-height: 360px !important; }
  .purity-orbit { min-width: 145px; padding: 12px 15px; }
  .contact-box { padding: 30px 22px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .product-card, .product-card > img, .btn { transition: none !important; }
}
