/* ==========================================================================
   NEUTROPLAST — novo website · design system
   Evolução da identidade: charcoal #313130 + aqua #65BBBA do logótipo,
   estendida para uma paleta teal profunda + neutros com viés teal.
   Tipografia: Barlow (títulos, herança DIN Next) · Source Sans 3 (texto) · IBM Plex Mono (códigos/especificações)
   ========================================================================== */

:root {
  color-scheme: light;
  /* brand */
  --ink: #17282a;          /* texto principal (teal-black) */
  --graphite: #313130;     /* charcoal do logótipo */
  --teal-900: #0b3f42;
  --teal-700: #0f5b5e;     /* primário */
  --teal-500: #1f8a89;
  --aqua: #65bbba;         /* accent do logótipo */
  --aqua-200: #b9e1df;
  --mist: #e7f2f1;         /* superfícies suaves */
  --mist-2: #f0f7f6;
  --paper: #f7faf9;        /* fundo da página */
  --white: #ffffff;
  --slate: #56696b;        /* texto secundário */
  --slate-2: #7d8f90;
  --line: #d5e2e1;
  --line-2: #e6eeed;
  --express: #d99a3e;        /* NeutroXpress */
  --express-soft: #fbf1e1;
  --ok: #2c8a5b;
  --warn: #c2542a;

  /* type */
  --f-display: "Barlow", "Barlow Semi Condensed", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Source Sans 3", "Source Sans Pro", "Segoe UI", Roboto, Arial, sans-serif;
  --f-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;

  --fs-0: 0.8125rem;   /* 13 */
  --fs-1: 0.9375rem;   /* 15 */
  --fs-2: 1.0625rem;   /* 17 body */
  --fs-3: 1.25rem;     /* 20 */
  --fs-4: 1.5rem;      /* 24 */
  --fs-5: 2rem;        /* 32 */
  --fs-6: 2.75rem;     /* 44 */
  --fs-7: 3.75rem;     /* 60 */

  --r-s: 6px;
  --r-m: 12px;
  --r-l: 20px;
  --shadow-1: 0 1px 2px rgba(23, 40, 42, .06), 0 6px 20px -8px rgba(23, 40, 42, .12);
  --shadow-2: 0 2px 6px rgba(23, 40, 42, .08), 0 24px 48px -16px rgba(15, 91, 94, .22);
  --max: 1240px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --header-h: 72px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--f-body); font-size: var(--fs-2); line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; display: block; }
a { color: var(--teal-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal-900); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 .5em; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.2rem, 1.4rem + 3vw, var(--fs-7)); font-weight: 600; }
h2 { font-size: clamp(1.75rem, 1.2rem + 2vw, var(--fs-6)); }
h3 { font-size: clamp(1.25rem, 1.05rem + .8vw, var(--fs-4)); }
h4 { font-size: var(--fs-3); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.2em; }
small, .small { font-size: var(--fs-0); }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: var(--r-s); z-index: 1000; }
.skip-link:focus { top: 1rem; }

/* ---------- layout ---------- */
.wrap { width: min(var(--max), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - 2 * var(--gutter)); }
.wrap--wide { width: min(1400px, 100% - 2 * var(--gutter)); }
.section { padding-block: clamp(3rem, 4vw + 1.5rem, 6rem); }
.section--tight { padding-block: clamp(2rem, 3vw + 1rem, 3.5rem); }
.section--mist { background: var(--mist-2); }
.section--ink { background: var(--teal-900); color: #dfeeed; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink a { color: var(--aqua-200); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.section-head h2 { margin: 0; max-width: 22ch; }
.section-head p { margin: 0; color: var(--slate); max-width: 52ch; }
.section-head .more { white-space: nowrap; }
.eyebrow { font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); letter-spacing: .14em; text-transform: uppercase; color: var(--teal-500); margin-bottom: .75rem; display: block; }
.section--ink .eyebrow { color: var(--aqua); }
.lede { font-size: var(--fs-3); line-height: 1.5; color: var(--slate); max-width: 60ch; }
.section--ink .lede { color: #c9dedd; }
.prose { max-width: 68ch; }
.prose h2 { font-size: var(--fs-5); margin-top: 2.2rem; }
.prose h3 { margin-top: 1.8rem; }
.prose p, .prose li { color: #24393b; }
.prose img { border-radius: var(--r-m); margin: 1.5rem 0; }
.grid { display: grid; gap: clamp(1rem, 2vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1024px) { .grid--4, .grid--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .grid--3, .grid--4, .grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid--2 { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .grid--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split--rev > :first-child { order: 2; }
@media (max-width: 860px) { .split--rev > :first-child { order: 0; } }
.mono { font-family: var(--f-mono); font-size: .85em; letter-spacing: -.01em; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.35rem; border-radius: 999px; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-1); letter-spacing: .01em; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: background .18s, color .18s, border-color .18s, transform .18s; line-height: 1.1; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--teal-700); color: #fff; }
.btn--primary:hover { background: var(--teal-900); color: #fff; }
.btn--ghost { background: transparent; color: var(--teal-700); border-color: var(--teal-700); }
.btn--ghost:hover { background: var(--mist); color: var(--teal-900); }
.btn--light { background: #fff; color: var(--teal-900); }
.btn--light:hover { background: var(--mist); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn--outline-light:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .08); }
.btn--express { background: var(--express); color: #2b1d08; }
.btn--express:hover { background: #c98a2f; color: #2b1d08; }
.btn--sm { padding: .55rem 1rem; font-size: var(--fs-0); }
.btn svg { width: 1.05em; height: 1.05em; }
.link-arrow { font-family: var(--f-display); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.link-arrow::after { content: "→"; transition: transform .18s; }
.link-arrow:hover::after { transform: translateX(3px); }

/* ---------- header ---------- */
.topbar { background: var(--teal-900); color: #cfe3e2; font-size: var(--fs-0); }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 34px; gap: 1rem; }
.topbar a { color: #e6f3f2; text-decoration: none; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar__contacts { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.lang { display: inline-flex; gap: .25rem; align-items: center; font-family: var(--f-display); font-weight: 600; letter-spacing: .08em; }
.lang a, .lang span { padding: .15rem .45rem; border-radius: 4px; }
.lang [aria-current] { background: rgba(255, 255, 255, .14); color: #fff; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(247, 250, 249, .92); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line-2); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 20px; width: auto; }
.nav { display: flex; align-items: center; gap: .25rem; }
.nav > ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .15rem; }
.nav a, .nav summary { display: block; padding: .6rem .7rem; color: var(--ink); text-decoration: none; font-family: var(--f-display); font-weight: 600; font-size: 14.5px; letter-spacing: .01em; border-radius: var(--r-s); white-space: nowrap; }
.nav__contact-mobile { display: none; }
@media (max-width: 1080px) { .nav__contact-mobile { display: block; } }
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal-700); background: var(--mist); }
.nav .has-menu { position: relative; }
.nav .has-menu > a::after { content: ""; display: inline-block; width: .45em; height: .45em; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-.15em) rotate(45deg); margin-left: .45em; }
.mega { position: absolute; left: 0; top: 100%; min-width: 620px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--shadow-2); padding: 1.25rem; display: none; grid-template-columns: 1.6fr 1fr; gap: 1.25rem; }
.has-menu:hover .mega, .has-menu:focus-within .mega { display: grid; }
.mega__cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .35rem; }
.mega__cats a { display: flex; gap: .75rem; align-items: center; padding: .5rem .6rem; font-weight: 600; }
.mega__cats img { width: 44px; height: 52px; object-fit: contain; background: var(--mist); border-radius: 8px; padding: 5px; flex: none; }
.mega__cats small { display: block; font-family: var(--f-body); font-weight: 400; color: var(--slate); font-size: var(--fs-0); }
.mega__side { border-left: 1px solid var(--line-2); padding-left: 1.25rem; display: flex; flex-direction: column; gap: .35rem; }
.mega__side a { font-weight: 600; }
.mega__side .express-mini { display: flex; align-items: center; gap: .6rem; background: var(--express-soft); border-radius: var(--r-s); padding: .6rem .7rem; margin-bottom: .5rem; }
.header__cta { display: flex; align-items: center; gap: .5rem; }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--line); border-radius: var(--r-s); padding: .45rem .6rem; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px 0; }
@media (max-width: 1080px) {
  .nav { position: fixed; inset: calc(var(--header-h) + 34px) 0 0 0; background: var(--paper); overflow: auto; padding: 1rem var(--gutter) 3rem; display: none; }
  .nav.is-open { display: block; }
  .nav > ul { flex-direction: column; gap: 0; }
  .nav a { font-size: var(--fs-3); padding: .8rem .4rem; border-bottom: 1px solid var(--line-2); border-radius: 0; }
  .nav .has-menu > a::after { display: none; }
  .mega { position: static; display: grid; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: .25rem 0 1rem; min-width: 0; background: transparent; }
  .mega__side { border: 0; padding: 0; }
  .nav-toggle { display: block; }
  .header__cta .btn { display: none; }
  .topbar__contacts span:nth-child(2) { display: none; }
}
@media (max-width: 600px) { .topbar__contacts { display: none; } .topbar .wrap { justify-content: flex-end; } }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--teal-900); color: #fff; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: center; padding-block: clamp(3rem, 6vw, 6rem); }
.hero h1 { color: #fff; margin-bottom: 1.25rem; max-width: 18ch; font-size: clamp(2rem, 1.3rem + 2.4vw, 3.4rem); }
.hero .lede { color: #d5e8e7; max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero__media { position: relative; border-radius: var(--r-l); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-2); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg { position: absolute; inset: 0; background: radial-gradient(1200px 600px at 80% 20%, rgba(101, 187, 186, .28), transparent 60%), radial-gradient(800px 500px at 10% 90%, rgba(31, 138, 137, .25), transparent 60%); pointer-events: none; }
@media (max-width: 900px) { .hero__grid { grid-template-columns: 1fr; } .hero__media { aspect-ratio: 16 / 10; } }
.facts { background: #fff; border-bottom: 1px solid var(--line-2); }
.facts ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.facts li { padding: 1.1rem 1rem; border-left: 1px solid var(--line-2); }
.facts li:first-child { border-left: 0; padding-left: 0; }
.facts b { display: block; font-family: var(--f-display); font-size: var(--fs-4); font-weight: 600; color: var(--teal-700); line-height: 1.1; }
.facts span { font-size: var(--fs-0); color: var(--slate); text-transform: uppercase; letter-spacing: .08em; font-family: var(--f-display); font-weight: 600; }
@media (max-width: 900px) { .facts ul { grid-template-columns: repeat(3, 1fr); } .facts li:nth-child(4) { border-left: 0; padding-left: 0; } }
@media (max-width: 560px) { .facts ul { grid-template-columns: repeat(2, 1fr); } .facts li:nth-child(odd) { border-left: 0; padding-left: 0; } .facts li:nth-child(even) { border-left: 1px solid var(--line-2); } }

/* page hero (interior) */
.page-hero { padding-block: clamp(2.5rem, 4vw, 4rem) clamp(2rem, 3vw, 3rem); border-bottom: 1px solid var(--line-2); background: linear-gradient(180deg, var(--mist-2), var(--paper)); }
.page-hero h1 { max-width: 20ch; margin-bottom: .75rem; }
.page-hero .lede { margin-top: .5rem; }
.page-hero--media { background: var(--teal-900); color: #fff; border: 0; position: relative; overflow: hidden; }
.page-hero--media h1, .page-hero--media .eyebrow { color: #fff; }
.page-hero--media .eyebrow { color: var(--aqua); }
.page-hero--media .lede { color: #d5e8e7; }
.page-hero--media .crumbs a { color: #cfe3e2; }
.page-hero__img { position: absolute; inset: 0; }
.page-hero__img img { width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.page-hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 63, 66, .95) 0%, rgba(11, 63, 66, .75) 50%, rgba(11, 63, 66, .35) 100%); }
.page-hero--media .wrap { position: relative; }
.crumbs { font-size: var(--fs-0); color: var(--slate); margin-bottom: 1rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.crumbs li + li::before { content: "/"; margin-right: .35rem; color: var(--slate-2); }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ---------- category tiles ---------- */
.cat-tile { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); overflow: hidden; text-decoration: none; color: var(--ink); transition: box-shadow .2s, transform .2s, border-color .2s; }
.cat-tile:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); border-color: var(--aqua-200); }
.cat-tile__img { background: linear-gradient(180deg, var(--mist) 0%, var(--mist-2) 100%); aspect-ratio: 1 / 1; position: relative; overflow: hidden; }
.cat-tile__img img { position: absolute; inset: 1rem; width: calc(100% - 2rem); height: calc(100% - 2rem); object-fit: contain; transition: transform .3s; filter: drop-shadow(0 12px 14px rgba(23, 40, 42, .12)); }
.cat-tile:hover .cat-tile__img img { transform: scale(1.05); }
.cat-tile__body { padding: .9rem 1rem 1rem; }
.stiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 900px) { .stiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .stiles { grid-template-columns: 1fr; } }
.stile { display: flex; align-items: center; gap: .9rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); text-decoration: none; color: inherit; transition: box-shadow .2s, transform .2s, border-color .2s; }
.stile:hover { box-shadow: var(--shadow-2); transform: translateY(-2px); border-color: var(--teal-500); }
.stile__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--mist); color: var(--teal-700); display: grid; place-items: center; }
.stile__icon svg { width: 24px; height: 24px; }
.stile__body { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.stile__body b { font-family: var(--f-display); font-size: var(--fs-2); line-height: 1.2; }
.stile__body small { color: var(--slate); font-size: var(--fs-0); line-height: 1.35; }
.stile__arrow { margin-left: auto; color: var(--teal-700); font-weight: 700; }
.mega__label { display: block; font-family: var(--f-display); font-size: var(--fs-0); letter-spacing: .1em; text-transform: uppercase; color: var(--slate); margin: 0 .6rem .25rem; font-weight: 600; }
.cat-tile__body h3 { font-size: var(--fs-3); margin: 0 0 .15rem; }
.cat-tile__body p { color: var(--slate); font-size: var(--fs-0); margin: 0; }
.cat-tile__count { position: absolute; top: .75rem; right: .75rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .15rem .55rem; font-family: var(--f-mono); font-size: 11px; color: var(--slate); }

/* ---------- product card ---------- */
.pcard { position: relative; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s, border-color .2s; }
.pcard:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); border-color: var(--aqua-200); }
.pcard__img { background: linear-gradient(180deg, var(--mist) 0%, #f7fbfa 100%); aspect-ratio: 1 / 1.05; position: relative; overflow: hidden; }
.pcard__img img { position: absolute; inset: 1.1rem; width: calc(100% - 2.2rem); height: calc(100% - 2.2rem); object-fit: contain; filter: drop-shadow(0 14px 16px rgba(23, 40, 42, .14)); transition: transform .3s; }
.pcard:hover .pcard__img img { transform: scale(1.04); }
.pcard__body { padding: .85rem 1rem 1rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.pcard__fam { font-family: var(--f-display); font-size: var(--fs-0); letter-spacing: .1em; text-transform: uppercase; color: var(--teal-500); font-weight: 600; }
.pcard__title { font-family: var(--f-display); font-size: var(--fs-3); font-weight: 600; margin: 0; line-height: 1.2; }
.pcard__title a { color: inherit; text-decoration: none; }
.pcard__title a::after { content: ""; position: absolute; inset: 0; }
.pcard__meta { display: flex; flex-wrap: wrap; gap: .35rem .5rem; align-items: center; margin-top: auto; padding-top: .4rem; color: var(--slate); font-size: var(--fs-0); }
.chip { display: inline-flex; align-items: center; gap: .3rem; background: var(--mist); color: var(--teal-900); border-radius: 6px; padding: .12rem .5rem; font-family: var(--f-mono); font-size: 12px; letter-spacing: -.01em; line-height: 1.6; }
.chip--soft { background: #f2f5f5; color: var(--slate); font-family: var(--f-body); font-size: var(--fs-0); }
.swatches { display: inline-flex; gap: 4px; align-items: center; }
.sw { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(23, 40, 42, .25); box-shadow: inset 0 0 0 1px #fff; }
.sw--natural { background: linear-gradient(135deg, #f4f7f6 0%, #d9e2e0 100%); }
.sw--white { background: #fff; }
.sw--colour { background: conic-gradient(#65bbba, #4b7bd8, #d94f6e, #f2b33d, #65bbba); }
.sw--custom { background: repeating-linear-gradient(45deg, #fff 0 3px, #cfd9d8 3px 6px); }
.sw--lg { width: 28px; height: 28px; }
.tag-express { position: absolute; top: .7rem; left: .7rem; z-index: 2; display: inline-flex; align-items: center; gap: .35rem; background: var(--express); color: #2b1d08; font-family: var(--f-display); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: .25rem .55rem .25rem .45rem; border-radius: 6px; }
.tag-express svg { width: 12px; height: 12px; }
.pcard__code { position: absolute; top: .7rem; right: .7rem; font-family: var(--f-mono); font-size: 11px; color: var(--slate-2); background: rgba(255, 255, 255, .8); padding: .1rem .4rem; border-radius: 4px; }

/* ---------- catalog layout ---------- */
.catalog { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
@media (max-width: 900px) { .catalog { grid-template-columns: 1fr; } }
.filters { position: sticky; top: calc(var(--header-h) + 1rem); max-height: calc(100vh - var(--header-h) - 2rem); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--line-2) transparent; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.1rem 1.1rem 1.25rem; }
@media (max-width: 900px) { .filters { position: static; max-height: none; overflow: visible; } .filters .filters__body { display: none; } .filters.is-open .filters__body { display: block; } }
.filters h3 { font-size: var(--fs-1); margin: 0 0 .75rem; display: flex; justify-content: space-between; align-items: center; }
.filters h3 button { background: none; border: 0; color: var(--teal-700); font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); cursor: pointer; text-decoration: underline; }
.filters__toggle { display: none; width: 100%; margin-top: .5rem; }
@media (max-width: 900px) { .filters__toggle { display: inline-flex; justify-content: center; } }
.fgroup { border-top: 1px solid var(--line-2); padding: .85rem 0; }
.fgroup:first-of-type { border-top: 0; padding-top: 0; }
.fgroup > b { display: block; font-family: var(--f-display); font-size: var(--fs-0); letter-spacing: .1em; text-transform: uppercase; color: var(--slate); margin-bottom: .5rem; font-weight: 600; }
.fgroup label { display: flex; align-items: center; gap: .55rem; padding: .22rem 0; font-size: var(--fs-1); cursor: pointer; color: #24393b; }
.fgroup input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--teal-700); margin: 0; }
.fgroup .count { margin-left: auto; color: var(--slate-2); font-family: var(--f-mono); font-size: 11px; }
.search { position: relative; }
.search input { width: 100%; padding: .7rem .9rem .7rem 2.4rem; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; font-size: var(--fs-1); }
.search input:focus { border-color: var(--teal-500); outline: none; box-shadow: 0 0 0 3px rgba(101, 187, 186, .3); }
.search svg { position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--slate-2); }
.results-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem; margin-bottom: 1rem; color: var(--slate); font-size: var(--fs-1); }
.results-bar b { color: var(--ink); }
.fam-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.25rem 0 0; }
.fam-chips a { text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .9rem; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); color: var(--ink); }
.fam-chips a:hover { border-color: var(--teal-500); color: var(--teal-700); }
.fam-block { margin-bottom: 2.5rem; }
.fam-block__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .5rem; margin-bottom: 1rem; }
.fam-block__head h3 { margin: 0; }
.fam-block__head span { color: var(--slate); font-size: var(--fs-0); font-family: var(--f-mono); }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 1.1rem; }
.empty { display: none; padding: 3rem 1rem; text-align: center; color: var(--slate); border: 1px dashed var(--line); border-radius: var(--r-m); }
.empty h3 { color: var(--ink); margin: 0 0 .5rem; font-size: var(--fs-4); }
.qgroup { font-size: var(--fs-4); margin: 0 0 .15rem; }
.qgroup + .muted { margin: 0 0 .9rem; }
.empty p { max-width: 42rem; margin: 0 auto .5rem; }
.empty .actions { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1rem; }
.fgroup label.is-empty, .fgroup.is-empty { display: none; }
.empty.is-visible { display: block; }

/* ---------- product page ---------- */
.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
@media (max-width: 900px) { .product { grid-template-columns: 1fr; } }
.gallery { position: sticky; top: calc(var(--header-h) + 1rem); }
@media (max-width: 900px) { .gallery { position: static; } }
.gallery__main { --pad: clamp(1.5rem, 4vw, 3rem); background: radial-gradient(120% 80% at 50% 100%, var(--mist) 0%, #f9fcfb 70%); border: 1px solid var(--line-2); border-radius: var(--r-l); aspect-ratio: 1 / 1; position: relative; overflow: hidden; }
.gallery__main img { position: absolute; inset: var(--pad); width: calc(100% - 2 * var(--pad)); height: calc(100% - 2 * var(--pad)); object-fit: contain; filter: drop-shadow(0 24px 28px rgba(23, 40, 42, .16)); }
.gallery__thumbs { display: flex; gap: .6rem; margin-top: .75rem; flex-wrap: wrap; }
.gallery__thumbs button { width: 74px; height: 74px; background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-s); padding: 6px; cursor: pointer; position: relative; overflow: hidden; }
.gallery__thumbs button[aria-pressed="true"] { border-color: var(--teal-700); box-shadow: 0 0 0 2px rgba(31, 138, 137, .25); }
.gallery__thumbs img { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); object-fit: contain; }
.gallery__note { font-size: var(--fs-0); color: var(--slate-2); margin-top: .5rem; }
.pinfo h1 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.75rem); margin-bottom: .35rem; }
.pinfo__fam { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .8rem; color: var(--slate); font-size: var(--fs-1); margin-bottom: 1rem; }
.pinfo__fam a { color: var(--teal-700); font-weight: 600; text-decoration: none; }
.pinfo__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.spec { width: 100%; border-collapse: collapse; font-size: var(--fs-1); margin: 1.25rem 0; }
.spec th, .spec td { text-align: left; padding: .6rem .25rem; border-bottom: 1px solid var(--line-2); vertical-align: top; }
.spec th { font-weight: 600; color: var(--slate); width: 42%; font-family: var(--f-display); letter-spacing: .02em; }
.spec td { font-family: var(--f-mono); font-size: .92em; color: var(--ink); }
.spec td.txt { font-family: var(--f-body); font-size: var(--fs-1); }
.spec-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; margin: 1.25rem 0; }
@media (max-width: 480px) { .spec-strip { grid-template-columns: repeat(2, 1fr); } }
.spec-strip div { background: var(--mist-2); border: 1px solid var(--line-2); border-radius: var(--r-s); padding: .6rem .7rem; }
.spec-strip small { display: block; font-family: var(--f-display); text-transform: uppercase; letter-spacing: .1em; font-size: 10.5px; color: var(--slate); font-weight: 600; }
.spec-strip b { font-family: var(--f-mono); font-weight: 500; font-size: var(--fs-2); color: var(--teal-900); }
.colours { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; }
.colours span { display: inline-flex; align-items: center; gap: .5rem; font-size: var(--fs-1); }
.moq { display: inline-flex; align-items: center; gap: .6rem; background: var(--mist-2); border: 1px solid var(--line-2); border-radius: var(--r-s); padding: .5rem .8rem; font-size: var(--fs-1); }
.moq b { font-family: var(--f-mono); font-weight: 500; }
.moq--express { background: var(--express-soft); border-color: #efd9b3; }
.caps { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .75rem; }
.caps figure { margin: 0; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: .75rem; text-align: center; }
.caps .caps__img { --pad: .5rem; height: 96px; position: relative; background: var(--mist-2); border-radius: var(--r-s); margin-bottom: .5rem; overflow: hidden; }
.caps img { position: absolute; inset: .5rem; width: calc(100% - 1rem); height: calc(100% - 1rem); object-fit: contain; }
.caps figcaption { font-family: var(--f-mono); font-size: 12px; color: var(--ink); line-height: 1.35; }
.callout { background: var(--mist-2); border-left: 4px solid var(--aqua); border-radius: 0 var(--r-m) var(--r-m) 0; padding: 1rem 1.25rem; color: #24393b; }
.callout--express { border-left-color: var(--express); background: var(--express-soft); }
.subnav { display: flex; gap: 1rem; overflow-x: auto; padding: .35rem 0; margin-top: 1rem; scrollbar-width: none; }
.subnav a { white-space: nowrap; text-decoration: none; color: var(--slate); font-family: var(--f-display); font-weight: 600; font-size: var(--fs-1); padding: .35rem 0; border-bottom: 2px solid transparent; }
.subnav a:hover { color: var(--teal-700); border-bottom-color: var(--aqua); }
.prevnext { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.25rem; margin-top: 2.5rem; font-size: var(--fs-1); }
.prevnext a { text-decoration: none; font-weight: 600; }

/* ---------- NeutroXpress ---------- */
.express-mark { display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--express); }
.express-mark svg { width: 100%; height: 100%; }
.express-band { background: linear-gradient(135deg, #1a3a3c 0%, var(--teal-900) 60%, #0c3335 100%); color: #f3f7f6; border-radius: var(--r-l); padding: clamp(1.75rem, 4vw, 3.5rem); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.express-band::before { content: ""; position: absolute; right: -80px; top: -80px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(217, 154, 62, .35), transparent 65%); }
.express-band h2 { color: #fff; }
.express-band .express-mark { width: 52px; height: 52px; margin-bottom: 1rem; }
.express-band p { color: #d3e3e2; }
.express-band .btn { margin-top: 1rem; }
.express-band__products { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; position: relative; }
.express-band__products div { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--r-m); padding: .75rem; text-align: center; }
.express-band__products img { height: 110px; width: 100%; object-fit: contain; margin: 0 auto .4rem; filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .3)); }
.express-band__products small { font-family: var(--f-display); font-weight: 600; color: #fff; font-size: var(--fs-0); display: block; }
@media (max-width: 860px) { .express-band { grid-template-columns: 1fr; } }
.express-terms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 760px) { .express-terms { grid-template-columns: 1fr; } }
.express-terms div { background: #fff; border: 1px solid var(--line-2); border-top: 3px solid var(--express); border-radius: var(--r-m); padding: 1.1rem 1.2rem; }
.express-terms b { font-family: var(--f-display); font-size: var(--fs-4); display: block; color: var(--teal-900); }
.express-terms span { color: var(--slate); font-size: var(--fs-1); }

/* ---------- feature / value blocks ---------- */
.features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
@media (max-width: 900px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.feature { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.25rem 1.3rem 1.35rem; }
.feature__icon { width: 44px; height: 44px; border-radius: 10px; background: var(--mist); display: grid; place-items: center; margin-bottom: .9rem; color: var(--teal-700); }
.feature__icon img, .feature__icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: var(--fs-3); margin-bottom: .35rem; }
.feature p { color: var(--slate); font-size: var(--fs-1); margin: 0; }
.section--ink .feature { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.section--ink .feature p { color: #bcd3d2; }
.section--ink .feature__icon { background: rgba(255, 255, 255, .1); color: var(--aqua); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat b { display: block; font-family: var(--f-display); font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem); font-weight: 600; line-height: 1; color: var(--aqua); font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: .4rem; color: #c9dedd; font-size: var(--fs-1); }
.media-card { position: relative; border-radius: var(--r-m); overflow: hidden; color: #fff; text-decoration: none; display: block; aspect-ratio: 16 / 10; background: var(--teal-900); }
.media-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.media-card:hover img { transform: scale(1.04); }
.media-card__body { position: absolute; inset: auto 0 0 0; padding: 1.25rem 1.4rem 1.4rem; background: linear-gradient(180deg, transparent, rgba(11, 63, 66, .92)); }
.media-card h3 { color: #fff; margin: 0 0 .25rem; }
.media-card p { color: #d5e8e7; margin: 0; font-size: var(--fs-1); }
.media-card .eyebrow { color: var(--aqua); margin-bottom: .35rem; }
.badges { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }
.badges a, .badges span { display: block; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: .6rem; }
.badges img { height: 84px; width: auto; object-fit: contain; }
.badges--sm img { height: 60px; }
.doc-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.doc-list a { display: flex; align-items: center; gap: .8rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-s); padding: .75rem .9rem; text-decoration: none; color: var(--ink); font-weight: 600; }
.doc-list a:hover { border-color: var(--aqua); }
.doc-list svg { width: 22px; height: 22px; color: var(--teal-500); flex: none; }
.doc-list small { display: block; font-weight: 400; color: var(--slate); }
.timeline { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--aqua-200); }
.timeline li { position: relative; padding: 0 0 1.5rem 1.5rem; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: .45rem; width: 12px; height: 12px; border-radius: 50%; background: var(--teal-700); border: 2px solid #fff; }
.timeline b { font-family: var(--f-display); color: var(--teal-700); display: block; font-size: var(--fs-3); }
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.steps li { counter-increment: step; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.1rem 1.2rem; }
.steps li::before { content: counter(step, decimal-leading-zero); font-family: var(--f-mono); color: var(--aqua); font-size: var(--fs-0); display: block; margin-bottom: .35rem; }
.steps b { display: block; font-family: var(--f-display); font-size: var(--fs-3); margin-bottom: .25rem; }
.steps p { margin: 0; color: var(--slate); font-size: var(--fs-1); }
.esg { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 1000px) { .esg { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .esg { grid-template-columns: 1fr; } }
.esg > div { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.25rem; }
.esg h3 { font-size: var(--fs-3); display: flex; align-items: center; gap: .5rem; }
.esg ul { padding-left: 1.1em; color: #24393b; font-size: var(--fs-1); margin: .5rem 0 0; }
.esg li { margin-bottom: .35rem; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 1rem 2.5rem 1rem 0; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-3); list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .25rem; top: .85rem; font-size: 1.6rem; color: var(--teal-500); line-height: 1; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq .faq__a { padding: 0 0 1.25rem; color: #24393b; max-width: 70ch; }
.cta-band { background: var(--teal-700); color: #fff; border-radius: var(--r-l); padding: clamp(1.75rem, 4vw, 3rem); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
.cta-band h2 { color: #fff; margin: 0 0 .35rem; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem); }
.cta-band p { margin: 0; color: #d5e8e7; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.contact-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 760px) { .contact-strip { grid-template-columns: 1fr; } }
.contact-strip div { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.1rem 1.2rem; }
.contact-strip small { display: block; font-family: var(--f-display); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; color: var(--slate); font-weight: 600; margin-bottom: .3rem; }
.contact-strip a { text-decoration: none; font-weight: 600; }

/* ---------- news ---------- */
.ncard { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); overflow: hidden; display: flex; flex-direction: column; position: relative; transition: box-shadow .2s, transform .2s; }
.ncard:hover { box-shadow: var(--shadow-2); transform: translateY(-3px); }
.ncard__img { aspect-ratio: 4 / 1; background: var(--mist); overflow: hidden; }
.ncard__img img { width: 100%; height: 100%; object-fit: cover; }
.ncard__body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.ncard__meta { display: flex; gap: .6rem; align-items: center; font-size: var(--fs-0); color: var(--slate); }
.ncard h3 { font-size: var(--fs-3); margin: 0; line-height: 1.25; }
.ncard h3 a { color: inherit; text-decoration: none; }
.ncard h3 a::after { content: ""; position: absolute; inset: 0; }
.ncard p { color: var(--slate); font-size: var(--fs-1); margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cat-chip { display: inline-block; background: var(--mist); color: var(--teal-900); border-radius: 4px; padding: .05rem .45rem; font-family: var(--f-display); font-weight: 600; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.article-hero { border-radius: var(--r-l); overflow: hidden; aspect-ratio: 21 / 9; background: var(--mist); margin: 0 0 2rem; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: center; color: var(--slate); font-size: var(--fs-1); margin-bottom: 1.5rem; }
.news-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.news-filter button { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .9rem; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); cursor: pointer; color: var(--ink); }
.news-filter button[aria-pressed="true"] { background: var(--teal-700); color: #fff; border-color: var(--teal-700); }

/* ---------- careers ---------- */
.job { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); margin-bottom: .75rem; }
.job summary { list-style: none; cursor: pointer; padding: 1.1rem 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: center; justify-content: space-between; }
.job summary::-webkit-details-marker { display: none; }
.job summary h3 { margin: 0; font-size: var(--fs-3); }
.job__meta { display: flex; gap: .5rem; flex-wrap: wrap; }
.job__body { padding: 0 1.25rem 1.25rem; border-top: 1px solid var(--line-2); }
.job__body h4 { margin-top: 1.1rem; font-size: var(--fs-1); text-transform: uppercase; letter-spacing: .08em; color: var(--slate); }
.job__body ul { color: #24393b; font-size: var(--fs-1); }
.status { display: inline-flex; align-items: center; gap: .35rem; font-family: var(--f-display); font-weight: 600; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; border-radius: 4px; padding: .12rem .5rem; }
.status--open { background: #e3f4ea; color: var(--ok); }
.status--closed { background: #f0f0f0; color: var(--slate); }

/* ---------- forms ---------- */
.form { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-l); padding: clamp(1.25rem, 3vw, 2rem); }
.form h2, .form h3 { margin-top: 0; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .3rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); letter-spacing: .03em; color: var(--slate); }
.field label .req { color: var(--warn); }
.field input, .field select, .field textarea { width: 100%; padding: .7rem .85rem; border: 1.5px solid var(--line); border-radius: var(--r-s); background: #fff; font-size: var(--fs-1); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-500); outline: none; box-shadow: 0 0 0 3px rgba(101, 187, 186, .3); }
.field textarea { min-height: 120px; resize: vertical; }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: var(--warn); }
.field__msg { color: var(--warn); font-size: var(--fs-0); margin: 0; }
.field--check.is-invalid label { color: var(--warn); }
.field--check { flex-direction: row; align-items: flex-start; gap: .6rem; font-size: var(--fs-1); }
.field--check input { width: 18px; height: 18px; margin-top: .2rem; accent-color: var(--teal-700); flex: none; }
.field--check label { font-family: var(--f-body); font-weight: 400; font-size: var(--fs-1); color: #24393b; letter-spacing: 0; }
.form__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.form__note { font-size: var(--fs-0); color: var(--slate-2); }
.form__ok { display: none; background: #e3f4ea; border: 1px solid #bfe3cd; color: #1d5c3c; border-radius: var(--r-m); padding: 1rem 1.2rem; margin-top: 1rem; }
.form__ok.is-visible { display: block; }
.form__err { background: #fdecec; border: 1px solid #f3c4c4; color: #8c2020; border-radius: var(--r-m); padding: 1rem 1.2rem; margin-top: 1rem; font-size: var(--fs-1); }
/* armadilha anti-robô: invisível para pessoas, presente no DOM para robôs */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__product { display: flex; align-items: center; gap: .8rem; background: var(--mist-2); border: 1px solid var(--line-2); border-radius: var(--r-s); padding: .6rem .8rem; margin-bottom: 1rem; }
.form__product img { height: 48px; width: 48px; object-fit: contain; }
.form__product b { font-family: var(--f-display); }
.form__product small { display: block; color: var(--slate); font-family: var(--f-mono); }
.file-drop { border: 1.5px dashed var(--line); border-radius: var(--r-s); padding: .9rem; text-align: center; color: var(--slate); font-size: var(--fs-1); }
.file-drop input { margin-top: .5rem; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: #b9cdcc; margin-top: clamp(3rem, 6vw, 6rem); }
.footer a { color: #e2efee; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; padding-block: 3.5rem 2.5rem; }
@media (max-width: 1000px) { .footer__top { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .footer__top { grid-template-columns: 1fr; } }
.footer h4 { color: #fff; font-size: var(--fs-1); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; font-size: var(--fs-1); }
.footer__brand img { height: 20px; width: auto; margin-bottom: 1.1rem; }
.footer__brand p { font-size: var(--fs-1); max-width: 40ch; color: #a9bfbe; }
.footer__addr { font-size: var(--fs-1); line-height: 1.5; }
.footer__addr a { display: inline-block; }
.footer__badges { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.25rem; }
.footer__badges img { height: 64px; width: auto; background: #fff; border-radius: 6px; padding: 4px; }
.footer__badges .fund img { height: 56px; }
.whistle { display: inline-flex; align-items: center; gap: .6rem; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--r-s); padding: .7rem .9rem; font-family: var(--f-display); font-weight: 600; color: #fff !important; margin-top: .75rem; }
.whistle:hover { background: rgba(255, 255, 255, .14); text-decoration: none !important; }
.whistle svg { width: 20px; height: 20px; color: var(--aqua); }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 1.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem; font-size: var(--fs-0); color: #8fa8a7; }
.footer__bottom ul { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; }
.footer__fund { border-top: 1px solid rgba(255, 255, 255, .1); padding-block: 1.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; font-size: var(--fs-0); color: #a9bfbe; }
.footer__fund img { height: 44px; width: auto; background: #fff; padding: 5px 10px; border-radius: 6px; }

/* ---------- cookie banner ---------- */
.cookies { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 200; background: #fff; border: 1px solid var(--line); border-radius: var(--r-m); box-shadow: var(--shadow-2); padding: 1rem 1.25rem; display: none; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; max-width: 920px; margin-inline: auto; font-size: var(--fs-1); }
.cookies.is-visible { display: flex; }
.cookies p { margin: 0; color: #24393b; }
.cookies .actions { display: flex; gap: .5rem; flex-wrap: wrap; }

/* ---------- utilities ---------- */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; }
.muted { color: var(--slate); }
.center { text-align: center; }
.img-round { border-radius: var(--r-l); overflow: hidden; }
.img-round img { width: 100%; height: 100%; object-fit: cover; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-16-9 { aspect-ratio: 16 / 9; }
.ratio-1-1 { aspect-ratio: 1 / 1; }
.two-col { columns: 2; column-gap: 2.5rem; }
@media (max-width: 760px) { .two-col { columns: 1; } }
.kv { display: grid; grid-template-columns: max-content 1fr; gap: .4rem 1.25rem; font-size: var(--fs-1); }
.kv dt { color: var(--slate); font-family: var(--f-display); font-weight: 600; }
.kv dd { margin: 0; }
.notice { background: #fff8e8; border: 1px solid #f1dfae; color: #6b4d0d; border-radius: var(--r-s); padding: .7rem 1rem; font-size: var(--fs-0); }
.logo-row { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; }
.logo-row img { height: 56px; width: auto; background: #fff; border-radius: 6px; padding: 6px 10px; border: 1px solid var(--line-2); }
.event { display: grid; grid-template-columns: 220px 1fr; gap: 1.25rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); overflow: hidden; }
@media (max-width: 640px) { .event { grid-template-columns: 1fr; } }
.event img { width: 100%; height: 100%; object-fit: cover; min-height: 150px; }
.event__body { padding: 1.1rem 1.25rem 1.25rem 0; }
@media (max-width: 640px) { .event__body { padding: 1rem 1.25rem 1.25rem; } }
.event__body time { font-family: var(--f-mono); font-size: var(--fs-0); color: var(--teal-500); }
.event__body h3 { margin: .2rem 0 .3rem; font-size: var(--fs-3); }
.event__body p { color: var(--slate); font-size: var(--fs-1); }
.related { margin-top: 3rem; }
.demo-note { background: var(--teal-900); color: #cfe3e2; font-size: var(--fs-0); text-align: center; padding: .4rem 1rem; }
.demo-note a { color: #fff; }
.aspect-photo { aspect-ratio: 4 / 3; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-2); }
.aspect-photo img { width: 100%; height: 100%; object-fit: cover; }
.list-check { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.list-check li { position: relative; padding-left: 1.6rem; color: #24393b; }
.list-check li::before { content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 7px; border-left: 2px solid var(--teal-500); border-bottom: 2px solid var(--teal-500); transform: rotate(-45deg); }
.section--ink .list-check li { color: #d5e8e7; }
.section--ink .list-check li::before { border-color: var(--aqua); }

/* ==========================================================================
   Configurador de cor NeutroXpress (ficha de produto)
   Os renders dos frascos são cinzas neutros (luminância ~140–246), pelo que a cor
   é aplicada por camadas com blend: multiply para o pigmento, screen para o especular
   e um brilho diagonal para o acabamento pearlizado. Tudo em CSS, sem imagens extra.
   ========================================================================== */
.cfg { display: grid; gap: 1rem; }
.cfg-stage { position: relative; isolation: isolate; }
.cfg-layer { position: absolute; inset: var(--pad, 0); pointer-events: none; opacity: 0; transition: opacity .18s ease; }
.cfg-stage[data-tinted="1"] .cfg-layer { opacity: 1; }
.cfg-tint {
  background: var(--tint, transparent); mix-blend-mode: multiply;
  -webkit-mask-image: var(--m); mask-image: var(--m);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
/* devolve os especulares que o multiply apaga nas cores saturadas */
.cfg-spec {
  background-image: var(--m); background-repeat: no-repeat; background-position: center; background-size: contain;
  /* isola apenas os brilhos: contrast() pivota em 0.5, por isso escurece-se primeiro para que
     só a luminância acima de ~0.90 sobreviva (0 abaixo disso, 0.5 no branco puro) */
  filter: grayscale(1) brightness(.5) contrast(10);
  mix-blend-mode: screen;
}
.cfg-stage[data-tinted="1"] .cfg-spec { opacity: var(--spec, .5); }
.cfg-pearl {
  background: linear-gradient(102deg, transparent 6%, rgba(255,255,255,.5) 26%, transparent 44%,
              rgba(255,255,255,.22) 62%, transparent 78%, rgba(255,255,255,.3) 92%, transparent 100%);
  mix-blend-mode: screen;
  -webkit-mask-image: var(--m); mask-image: var(--m);
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-size: contain; mask-size: contain;
}
.cfg-stage[data-tinted="1"][data-finish="matte"] .cfg-pearl { opacity: 0; }
.cfg-stage[data-tinted="1"][data-finish="pearl"] .cfg-pearl { opacity: .85; }
.cfg-stage[data-finish="matte"] { --spec: .34; }
.cfg-stage[data-finish="pearl"] { --spec: .62; }

.cfg-panel { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: 1.1rem 1.2rem 1.25rem; }
.cfg-panel > header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem; margin-bottom: .85rem; }
.cfg-panel h3 { margin: 0; font-size: var(--fs-3); display: flex; align-items: center; gap: .45rem; }
.cfg-panel h3 svg { color: var(--express); }
.cfg-panel > header span { font-size: var(--fs-0); color: var(--slate); font-family: var(--f-mono); }
.cfg-tabs { display: inline-flex; background: var(--mist-2); border: 1px solid var(--line-2); border-radius: 999px; padding: 3px; gap: 2px; }
.cfg-tabs button { border: 0; background: none; border-radius: 999px; padding: .4rem .9rem; cursor: pointer; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); color: var(--slate); letter-spacing: .02em; }
.cfg-tabs button[aria-selected="true"] { background: var(--teal-700); color: #fff; }
.cfg-fieldset { border: 0; padding: 0; margin: 0; }
.cfg-fieldset > legend { font-family: var(--f-display); font-size: var(--fs-0); letter-spacing: .1em; text-transform: uppercase; color: var(--slate); font-weight: 600; margin-bottom: .5rem; padding: 0; }
.cfg-swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(46px, 1fr)); gap: .5rem; margin: 0; padding: 0; list-style: none; }
.cfg-swatches[hidden] { display: none; }
.cfg-sw { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(23,40,42,.22); cursor: pointer; padding: 0; box-shadow: inset 0 -6px 10px -6px rgba(0,0,0,.35), inset 0 5px 8px -5px rgba(255,255,255,.75); transition: transform .14s, box-shadow .14s; }
.cfg-sw:hover { transform: scale(1.09); }
.cfg-sw[aria-pressed="true"] { box-shadow: 0 0 0 2px var(--paper), 0 0 0 4px var(--teal-700); }
.cfg-sw[aria-pressed="true"]::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 6px; transform: translate(-50%,-70%) rotate(-45deg); border-left: 2px solid var(--sw-check, #fff); border-bottom: 2px solid var(--sw-check, #fff); }
.cfg-sw--pearl { background-image: linear-gradient(125deg, rgba(255,255,255,.62), rgba(255,255,255,0) 46%, rgba(255,255,255,.34) 74%, rgba(255,255,255,0)); }
.cfg-sw--natural { background: linear-gradient(135deg, #f6f8f7 0%, #dbe4e2 100%); }
.cfg-selected { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem 1rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line-2); }
.cfg-selected__chip { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(23,40,42,.22); flex: none; background: var(--tint, linear-gradient(135deg,#f6f8f7,#dbe4e2)); box-shadow: inset 0 -8px 12px -8px rgba(0,0,0,.4), inset 0 6px 9px -6px rgba(255,255,255,.8); }
.cfg-selected__chip[data-finish="pearl"] { background-image: linear-gradient(125deg, rgba(255,255,255,.6), rgba(255,255,255,0) 48%, rgba(255,255,255,.3) 76%, rgba(255,255,255,0)); }
.cfg-selected dl { display: grid; grid-template-columns: max-content 1fr; gap: .1rem .8rem; margin: 0; font-size: var(--fs-0); flex: 1 1 12rem; }
.cfg-selected dt { color: var(--slate); font-family: var(--f-display); font-weight: 600; }
.cfg-selected dd { margin: 0; font-family: var(--f-mono); color: var(--ink); }
.cfg-selected__name { font-family: var(--f-display); font-weight: 600; font-size: var(--fs-2); color: var(--ink); }
.cfg-opts { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem; margin-top: .9rem; font-size: var(--fs-1); }
.cfg-opts label { display: inline-flex; align-items: center; gap: .45rem; cursor: pointer; }
.cfg-opts input { width: 16px; height: 16px; accent-color: var(--teal-700); margin: 0; }
.cfg-opts button { background: none; border: 0; color: var(--teal-700); font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); text-decoration: underline; cursor: pointer; padding: 0; }
.cfg-note { font-size: var(--fs-0); color: var(--slate-2); margin-top: .75rem; }
.cfg-cta { margin-top: 1rem; display: flex; flex-wrap: wrap; gap: .6rem; }

/* catálogo de cores (página NeutroXpress) */
.pal { display: grid; gap: 2rem; }
.pal-group h3 { font-size: var(--fs-3); display: flex; align-items: baseline; gap: .6rem; margin-bottom: .25rem; }
.pal-group h3 small { font-family: var(--f-mono); font-size: var(--fs-0); color: var(--slate); font-weight: 400; }
.pal-group > p { color: var(--slate); font-size: var(--fs-1); max-width: 62ch; margin-bottom: 1rem; }
.pal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: .85rem; }
.pal-item { background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); overflow: hidden; }
.pal-item__chip { height: 74px; box-shadow: inset 0 -12px 18px -12px rgba(0,0,0,.35), inset 0 10px 14px -10px rgba(255,255,255,.7); }
.pal-item--pearl .pal-item__chip { background-image: linear-gradient(118deg, rgba(255,255,255,.6), rgba(255,255,255,0) 46%, rgba(255,255,255,.32) 74%, rgba(255,255,255,0)); }
.pal-item__body { padding: .55rem .7rem .65rem; }
.pal-item__body b { display: block; font-family: var(--f-display); font-size: var(--fs-1); }
.pal-item__body span { display: block; font-family: var(--f-mono); font-size: 11px; color: var(--slate); line-height: 1.5; }
.section--ink .pal-item { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.section--ink .pal-item__body b { color: #fff; }
.section--ink .pal-item__body span { color: #b6ccca; }
.provisional { display: inline-flex; align-items: center; gap: .35rem; background: #fff8e8; border: 1px solid #f1dfae; color: #6b4d0d; border-radius: 4px; padding: .1rem .45rem; font-family: var(--f-display); font-weight: 600; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }

/* ---- NeutroXpress: landing ---- */
.facts--express b { color: var(--express); }
.nx-hero .lede { max-width: 60ch; }
.nx-stage { max-width: 420px; }
.nx-cfg .field select { font-size: var(--fs-2); padding: .8rem .9rem; }
.pal-item__ref { opacity: .55; font-size: 11px; }
.nx-sticky { display: none; }
@media (max-width: 900px) {
  .nx-sticky { display: flex; gap: .5rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: .6rem var(--gutter); background: rgba(255, 255, 255, .96); border-top: 1px solid var(--line-2); backdrop-filter: blur(8px); }
  .nx-sticky .btn { flex: 1; justify-content: center; }
  body.page-express, body.page-express-campaign { padding-bottom: 4rem; }
}

/* ---- pedido de cotação multi-produto ---- */
.quote-add { margin: .6rem 1rem 1rem; align-self: flex-start; background: none; border: 1px solid var(--line); border-radius: 999px; padding: .3rem .75rem; font-family: var(--f-display); font-weight: 600; font-size: var(--fs-0); color: var(--teal-700); cursor: pointer; }
.quote-add:hover { border-color: var(--teal-500); background: var(--mist); }
.quote-add.is-added { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.quote-add--btn { margin: 0; border-radius: var(--r-s); padding: .7rem 1rem; font-size: var(--fs-1); }
.pcard .quote-add { margin-top: auto; }
.quote-bar { position: fixed; right: 1rem; bottom: 1rem; z-index: 95; max-width: min(24rem, calc(100vw - 2rem)); font-size: var(--fs-1); }
.quote-bar__toggle { display: inline-flex; align-items: center; gap: .5rem; background: var(--teal-900); color: #fff; border: 0; border-radius: 999px; padding: .65rem 1.1rem .65rem .7rem; font-family: var(--f-display); font-weight: 600; cursor: pointer; box-shadow: var(--shadow-2); }
.quote-bar__count { display: inline-grid; place-items: center; min-width: 1.6rem; height: 1.6rem; border-radius: 999px; background: var(--express); color: #17282a; font-size: var(--fs-0); }
.quote-bar__panel { margin-top: .5rem; background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-m); padding: .9rem 1rem 1rem; box-shadow: var(--shadow-2); }
.quote-bar__panel ul, .form__quote ul { list-style: none; margin: 0 0 .75rem; padding: 0; display: grid; gap: .4rem; }
.quote-bar__panel li, .form__quote li { display: flex; align-items: center; gap: .6rem; padding: .35rem 0; border-bottom: 1px solid var(--line-2); }
.quote-bar__panel li a { color: inherit; text-decoration: none; flex: 1; }
.quote-bar__panel li small, .form__quote li small { color: var(--slate-2); font-family: var(--f-mono); font-size: 11px; }
.quote-bar__panel li button, .form__quote li button { background: none; border: 0; color: var(--slate); cursor: pointer; font-size: var(--fs-0); text-decoration: underline; }
.quote-bar__actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.quote-bar__empty { color: var(--slate); margin: 0 0 .5rem; }
.form__quote { background: var(--mist); border-radius: var(--r-s); padding: .8rem 1rem; margin: .25rem 0 1rem; }
.form__quote b { display: block; font-family: var(--f-display); font-size: var(--fs-0); letter-spacing: .05em; text-transform: uppercase; color: var(--slate); margin-bottom: .5rem; }
@media (max-width: 900px) { .quote-bar { bottom: 4.6rem; } body:not(.page-express):not(.page-express-campaign) .quote-bar { bottom: 1rem; } }
/* ==================================================================== melhorias de 11/09/2026 */
[hidden] { display: none !important; }
/* hero rotativo */
.hero__slides { display: grid; }
.hero__slide { grid-area: 1 / 1; transition: opacity .6s ease, visibility .6s; }
.hero__slide:not(.is-active) { opacity: 0; visibility: hidden; pointer-events: none; }
.hero .hero__title { color: #fff; margin-bottom: 1.25rem; max-width: 18ch; font-size: clamp(2rem, 1.3rem + 2.4vw, 3.4rem); line-height: 1.08; }
.hero__media a { display: block; height: 100%; }
.hero__controls { position: relative; display: flex; justify-content: center; align-items: center; gap: .75rem; padding-bottom: 1.25rem; margin-top: -1.25rem; }
.hero__dots { display: flex; gap: .5rem; }
.hero__dots button { width: 10px; height: 10px; border-radius: 6px; border: 0; background: rgba(255, 255, 255, .35); cursor: pointer; padding: 0; transition: width .25s, background .25s; }
.hero__dots button[aria-selected="true"] { background: #fff; width: 26px; }
.hero__arrow { background: rgba(255, 255, 255, .12); color: #fff; border: 0; border-radius: 50%; width: 32px; height: 32px; font-size: 20px; line-height: 1; cursor: pointer; }
.hero__arrow:hover { background: rgba(255, 255, 255, .25); }
/* setores: só título e texto */
.stile { padding: 1.1rem 1.25rem; }
.stile__body b { font-size: var(--fs-3); }
.stile__body small { font-size: var(--fs-1); }
/* frasco maior nos cartões */
.pcard__img img { inset: .5rem; width: calc(100% - 1rem); height: calc(100% - 1rem); }
/* solução completa: montagem de componentes */
.complete-montage { margin: 0; align-self: center; }
.complete-montage img { width: 100%; height: auto; filter: drop-shadow(0 18px 22px rgba(23, 40, 42, .16)); }
/* notícias: imagem inteira */
.article-hero { aspect-ratio: auto; }
.article-hero img { height: auto; display: block; }
/* menu de produtos dentro do ecrã */
.header .wrap { position: relative; }
.nav .has-menu { position: static; }
.mega { left: 0; right: 0; min-width: 0; max-height: calc(100vh - var(--header-h) - 1rem); overflow: auto; }
/* configurador: quantidade */
.cfg-qty { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .75rem; margin-top: .9rem; }
.cfg-qty label { font-weight: 600; font-family: var(--f-display); font-size: var(--fs-1); }
.cfg-qty input { width: 8.5rem; padding: .45rem .6rem; border: 1px solid var(--line); border-radius: var(--r-s); font: inherit; font-variant-numeric: tabular-nums; }
.cfg-qty .cfg-note { flex-basis: 100%; margin: 0; }
/* formulário: miniatura na cor escolhida */
.form__thumb { position: relative; display: block; flex: none; width: 64px; height: 72px; }
.form__thumb img { width: 100%; height: 100%; object-fit: contain; }
/* rodapé: cofinanciamento */
.footer__fund-logos { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: .6rem; }
.footer__fund-logos img { height: 38px; width: auto; background: #fff; border-radius: 6px; padding: 5px 9px; }
.footer__fund-text { display: flex; flex-direction: column; gap: .2rem; font-size: var(--fs-0); }
.footer__fund-list { list-style: none; margin: .2rem 0 .3rem; padding: 0; display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; }
.footer__fund-list a { color: inherit; }
.footer__fund-list small { opacity: .7; }
@media (max-width: 1080px) { .mega { max-height: none; overflow: visible; } .hero__controls { margin-top: 0; } }

/* ==================================================================== carrossel e menu móvel — 14/09/2026 */
/* Hero: a fotografia passa a fundo do slide e o texto assenta num retângulo da cor do fundo, translúcido.
   Só dentro de .hero (o carrossel da homepage) — os heros interiores (.page-hero) não mudam. */
.hero__slide { position: relative; display: grid; align-content: center; min-height: clamp(26rem, 40vw, 36rem); }
.hero__bgimg { position: absolute; inset: 0; display: block; }
.hero__bgimg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bgimg::after {           /* véu que garante contraste do painel sobre qualquer fotografia */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11, 63, 66, .55) 0%, rgba(11, 63, 66, .3) 60%, rgba(11, 63, 66, .5) 100%);
}
.hero .hero__grid { position: relative; z-index: 1; grid-template-columns: minmax(0, 1fr); }
.hero__panel {
  max-width: 46rem; padding: clamp(1.5rem, 3.5vw, 2.75rem); border-radius: var(--r-l);
  background: rgba(11, 63, 66, .82); border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px) saturate(140%); box-shadow: var(--shadow-2);
}
@media (max-width: 900px) {
  .hero__slide { min-height: 0; }
  .hero__panel { max-width: none; }
  .hero__bgimg::after { background: linear-gradient(180deg, rgba(11, 63, 66, .4), rgba(11, 63, 66, .62)); }
}
/* Controlos do carrossel: a faixa deixa de subir para cima da fotografia (ficava metade sobre a imagem,
   e as setas e pontos, pequenos, pareciam só funcionar na faixa abaixo). Áreas de toque confortáveis:
   setas de 40 px e pontos com área de clique alargada por ::after, sem mudar o tamanho visual. */
.hero__controls { margin-top: 0; padding-block: .9rem 1.25rem; z-index: 2; }
.hero__arrow { width: 40px; height: 40px; font-size: 22px; }
.hero__dots { gap: .4rem; }
.hero__dots button { position: relative; }
.hero__dots button::after { content: ""; position: absolute; inset: -14px -8px; }   /* ≈ 26 × 38 px clicáveis */
/* Menu móvel: o .header tem backdrop-filter, o que o torna o bloco de contenção de position:fixed —
   o painel ficava com altura negativa e via-se só uma faixa. Passa a absoluto, ancorado ao .header. */
@media (max-width: 1080px) {
  .header .wrap { position: static; }
  .nav { position: absolute; top: 100%; right: 0; bottom: auto; left: 0; max-height: calc(100vh - var(--header-h) - 34px); max-height: calc(100dvh - var(--header-h) - 34px); overflow-y: auto; overscroll-behavior: contain; border-bottom: 1px solid var(--line-2); box-shadow: var(--shadow-2); }
}

/* ---- telemóvel: grelhas que estavam em estilo inline e não colapsavam ---- */
body { overflow-x: clip; }
.split--form { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
.split--project { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.contact-strip--1 { grid-template-columns: 1fr; }
.contact-strip--2 { grid-template-columns: 1fr 1fr; }
.contact-strip > div { min-width: 0; overflow-wrap: anywhere; }
.contact-strip a { overflow-wrap: anywhere; }
@media (max-width: 860px) { .split--form, .split--project { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .contact-strip--2 { grid-template-columns: 1fr; } }
