/* ==========================================================================
   Nature Fresh — Commercial representation in Brazil
   Editorial minimal B2B. Manrope only. No background gradients.
   ========================================================================== */

/* ---------- Fonts (self hosted, variable) ---------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --deep:      #0E3B2D;
  --mid:       #28664D;
  --cream:     #F6F3EA;
  --white:     #FFFFFF;
  --graphite:  #202521;
  --gold:      #D9A441;
  --sage:      #8FB3A2;   /* logo half on deep green */

  /* Derived, contrast-checked against --cream */
  --ink:       #202521;          /* 14.0:1 */
  --ink-muted: #4A544F;          /*  7.1:1 */
  --line:      rgba(14, 59, 45, .14);
  --line-soft: rgba(14, 59, 45, .08);

  /* On deep green */
  --on-deep:       #F6F3EA;      /* 11.3:1 */
  --on-deep-muted: #C3D2CA;      /*  8.0:1 */
  --on-deep-faint: rgba(246, 243, 234, .20);

  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --dur: 700ms;

  --radius:    10px;
  --radius-lg: 14px;
  --shell:     1180px;
  --gutter:    clamp(20px, 5vw, 40px);
  --section-y: clamp(72px, 9vw, 132px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; }
button { font: inherit; color: inherit; }

/* ---------- Layout ---------- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--alt { background: var(--white); }
.section-head { max-width: 680px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head h2 { font-size: clamp(1.875rem, 1.25rem + 2.2vw, 2.9rem); }
.section-head .lead { margin-top: 20px; }
.section-cta { margin-top: clamp(40px, 5vw, 60px); }

/* ---------- Type ---------- */
.eyebrow {
  font-size: .8125rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--mid);
}
.lead {
  font-size: clamp(1.0625rem, 1rem + .3vw, 1.1875rem);
  line-height: 1.6; color: var(--ink-muted);
}

/* ---------- Focus ---------- */
:focus-visible { outline: 2px solid var(--deep); outline-offset: 3px; border-radius: 4px; }
.manifesto :focus-visible,
.site-footer :focus-visible { outline-color: var(--gold); }

.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 200;
  background: var(--deep); color: var(--on-deep);
  padding: 12px 18px; border-radius: var(--radius);
  font-size: .9375rem; font-weight: 600; text-decoration: none;
  transition: top 200ms var(--ease);
}
.skip-link:focus-visible { top: 16px; }

/* ---------- Icons ---------- */
.icon { width: 20px; height: 20px; flex: none; fill: currentColor; }
.icon-lg { width: 26px; height: 26px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: .9375rem; font-weight: 600; letter-spacing: -.005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease),
              border-color var(--dur) var(--ease), transform 250ms var(--ease);
}
.btn-sm { padding: 10px 17px; font-size: .875rem; }
.btn-primary { background: var(--deep); color: var(--on-deep); }
.btn-primary:hover { background: var(--mid); transform: translateY(-1px); }
.btn-primary:active { background: var(--deep); transform: translateY(0); }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* ---------- Logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--deep); }
/* The mark: two leaf halves parted along a diagonal, rejoined by a gold seam.
   Colours come from custom properties so the same markup works on cream and on green. */
.logo-mark {
  width: 25px; height: 25px; flex: none;
  --lm-a: var(--mid); --lm-b: var(--deep); --lm-seam: var(--gold);
}
.logo-mark .lm-a { fill: var(--lm-a); }
.logo-mark .lm-b { fill: var(--lm-b); }
.logo-mark .lm-seam {
  fill: none; stroke: var(--lm-seam); stroke-width: 7.4; stroke-linecap: round;
}
.site-footer .logo-mark { --lm-a: var(--sage); --lm-b: var(--cream); }
.logo-text {
  font-size: 1.0625rem; font-weight: 700; letter-spacing: -.035em; line-height: 1;
}
.logo-text span { font-weight: 500; }
.logo-text span::before { content: ' '; }

/* The two halves meet and the seam draws itself: the brand idea, once, on load. */
.site-header .logo-mark .lm-seam { stroke-dasharray: 1; }
@media (prefers-reduced-motion: no-preference) {
  .site-header .logo-mark .lm-a    { animation: lmHalfA 820ms var(--ease) both; }
  .site-header .logo-mark .lm-b    { animation: lmHalfB 820ms var(--ease) both; }
  .site-header .logo-mark .lm-seam { animation: lmSeam 620ms var(--ease) 300ms both; }
}
@keyframes lmHalfA {
  from { transform: translate(-9px, -9px); opacity: 0; }
  to   { transform: translate(0, 0); opacity: 1; }
}
@keyframes lmHalfB {
  from { transform: translate(9px, 9px); opacity: 0; }
  to   { transform: translate(0, 0); opacity: 1; }
}
@keyframes lmSeam { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed; inset: 12px 0 auto; z-index: 100;
  transition: transform var(--dur) var(--ease);
}
.header-bar {
  display: flex; align-items: center; gap: 24px;
  padding: 9px 9px 9px 18px;
  background: rgba(246, 243, 234, .78);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.site-header.is-stuck .header-bar {
  background: rgba(246, 243, 234, .93);
  border-color: var(--line);
  box-shadow: 0 1px 2px rgba(14, 59, 45, .04), 0 8px 24px -12px rgba(14, 59, 45, .18);
}
.nav-desktop { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-desktop a {
  position: relative; font-size: .9375rem; font-weight: 500; text-decoration: none;
  color: var(--ink-muted); padding-block: 4px;
  transition: color var(--dur) var(--ease);
}
.nav-desktop a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--deep); transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur) var(--ease);
}
.nav-desktop a:hover { color: var(--deep); }
.nav-desktop a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-switch {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 10px;
  font-size: .8125rem; font-weight: 700; letter-spacing: .06em;
  color: var(--ink-muted); text-decoration: none;
  border: 1px solid var(--line); border-radius: var(--radius);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease),
              background-color var(--dur) var(--ease);
}
.lang-switch:hover { color: var(--deep); background: rgba(14, 59, 45, .05); }
.mobile-lang {
  margin-top: 22px; font-size: .9375rem; font-weight: 600; color: var(--ink-muted);
  text-decoration: none; border-bottom: 1px solid var(--line); align-self: flex-start;
  padding-bottom: 2px;
}
.mobile-nav .mobile-lang { border-bottom: 1px solid var(--line); padding-block: 0 2px; }
.mobile-lang:hover { color: var(--deep); }
.menu-toggle {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; padding: 0;
  background: transparent; border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--deep); cursor: pointer;
  transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.menu-toggle:hover { background: rgba(14, 59, 45, .05); border-color: var(--line); }
.menu-toggle .icon { width: 22px; height: 22px; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 150;
  background: var(--cream);
  display: flex; flex-direction: column;
  opacity: 0; transform: translateY(-8px);
  transition: opacity 320ms var(--ease), transform 420ms var(--ease);
}
.mobile-menu[hidden] { display: none; }
.mobile-menu.is-open { opacity: 1; transform: translateY(0); }
.mobile-menu-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 21px; color: var(--deep);
}
.mobile-nav { display: flex; flex-direction: column; gap: 4px; padding-top: 24px; }
.mobile-nav a {
  font-size: 1.5rem; font-weight: 600; letter-spacing: -.03em;
  text-decoration: none; color: var(--deep);
  padding-block: 14px; border-bottom: 1px solid var(--line-soft);
}
.mobile-nav .mobile-cta {
  margin-top: 28px; border-bottom: 0; font-size: 1rem; font-weight: 600;
  align-self: flex-start; padding: 14px 24px;
  /* Must out-rank `.mobile-nav a`, which would otherwise repaint the label
     dark green on the dark green button. */
  color: var(--on-deep);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { padding-top: clamp(116px, 15vw, 168px); padding-bottom: clamp(56px, 7vw, 96px); }
.hero-grid {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(40px, 5vw, 68px); align-items: center;
}
.hero-copy { max-width: 680px; }
.hero-title {
  margin-top: 22px;
  /* Tuned so "Represented in Brazil." always holds one line inside the
     hero column — the briefing's line breaks must follow the sentence. */
  font-size: clamp(2.5rem, 0.6rem + 3.6vw, 3.625rem);
  text-wrap: pretty;
  line-height: 1.04; letter-spacing: -.042em;
  background: linear-gradient(174deg, var(--deep) 30%, var(--mid) 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.hero-copy .lead { margin-top: 24px; max-width: 680px; }
.hero-actions { margin-top: 36px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.reassurance { font-size: .875rem; color: var(--ink-muted); }
/* Three layers so nothing fights over `transform`:
   .hero-media clips, .hero-media-inner takes the pointer parallax,
   the image itself does the slow ambient drift. All GPU-composited. */
.hero-media { border-radius: var(--radius-lg); overflow: hidden; }
.hero-media-inner {
  transform: translate3d(0, 0, 0);
  transition: transform 600ms var(--ease);
  will-change: transform;
}
.hero-media img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  transform: scale(1.06);
}
@media (prefers-reduced-motion: no-preference) {
  .hero-media img { animation: heroDrift 32s var(--ease) infinite alternate; }
}
@keyframes heroDrift {
  from { transform: scale(1.06) translate3d(-0.8%, -0.6%, 0); }
  to   { transform: scale(1.09) translate3d(0.8%, 0.6%, 0); }
}

/* "Representados no Brasil." is about 15% wider than the English line, so the
   Portuguese hero needs its own ceiling to keep the same two-line break. */
html[lang="pt-BR"] .hero-title { font-size: clamp(2.5rem, 4.48vw - 0.05rem, 3.25rem); }

/* ==========================================================================
   Credibility strip
   ========================================================================== */
.credibility { padding-block: 0; }
.cred-list {
  display: grid; grid-template-columns: 1fr;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.cred-list li {
  display: flex; align-items: center; gap: 12px;
  padding: 22px 0; color: var(--deep);
  font-size: .9375rem; font-weight: 600; letter-spacing: -.01em;
}
.cred-list li + li { border-top: 1px solid var(--line-soft); }
.cred-list .icon { color: var(--mid); }

/* ==========================================================================
   Benefits
   ========================================================================== */
.benefits {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(36px, 4.5vw, 56px) clamp(40px, 6vw, 88px);
}
.benefit { max-width: 460px; }
.benefit .icon-lg { color: var(--mid); margin-bottom: 18px; }
.benefit h3 { font-size: 1.125rem; letter-spacing: -.02em; }
.benefit p { margin-top: 10px; color: var(--ink-muted); }

/* ==========================================================================
   Steps
   ========================================================================== */
.steps { display: grid; grid-template-columns: 1fr; gap: 0; }
.step { padding-block: clamp(28px, 3.5vw, 40px); border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-num {
  display: block; font-size: .8125rem; font-weight: 700; letter-spacing: .12em;
  color: var(--mid); margin-bottom: 14px;
}
.step h3 { font-size: 1.25rem; letter-spacing: -.025em; }
.step p { margin-top: 10px; color: var(--ink-muted); max-width: 640px; }

/* ==========================================================================
   Products
   ========================================================================== */
.products {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6vw, 32px);
}
.product { margin: 0; }
.product img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); background: var(--line-soft);
}
.product figcaption {
  margin-top: 14px; font-size: .9375rem; font-weight: 600;
  letter-spacing: -.015em; color: var(--deep);
}

/* ==========================================================================
   Manifesto
   ========================================================================== */
.manifesto { background: var(--deep); padding-block: clamp(96px, 14vw, 200px); }
/* A 4 KB tiled grain instead of a shader: the printed-matter texture that makes
   a flat green field feel like paper rather than a CSS colour. */
.manifesto, .site-footer { position: relative; isolation: isolate; }
.manifesto::after, .site-footer::after {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: url('/assets/img/grain.png');
  background-repeat: repeat; background-size: 96px 96px;
  opacity: .34; mix-blend-mode: soft-light;
}
.manifesto-text {
  font-size: clamp(1.875rem, 1rem + 4.4vw, 4.25rem);
  font-weight: 700; line-height: 1.08; letter-spacing: -.04em;
  /* No width cap: each line is its own block and the shell already bounds it,
     so the two sentences hold one line each from 900px up. */
}
.manifesto-text { color: var(--on-deep); }
.mline { display: block; }
.manifesto-text .word {
  display: inline-block;
  color: var(--on-deep-faint);
  transition: color var(--dur) var(--ease);
}
.manifesto-text.is-lit .word { color: var(--on-deep); }
/* Before the split (and with JS off) the sentence is simply legible. */

/* ==========================================================================
   About
   ========================================================================== */
.about-grid {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(36px, 5vw, 72px); align-items: center;
}
.about-media img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg);
}
.about-copy { max-width: 560px; }
.about-copy h2 { font-size: clamp(1.75rem, 1.2rem + 2vw, 2.6rem); margin-bottom: 24px; }
.about-copy p + p { margin-top: 18px; }
.about-copy > p { color: var(--ink-muted); }
.founder { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.founder-name { font-weight: 700; letter-spacing: -.02em; color: var(--deep); }
.founder-role { font-size: .9375rem; color: var(--ink-muted); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 820px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  padding-block: 24px; cursor: pointer; list-style: none;
  transition: color var(--dur) var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--mid); }
.faq-q { margin: 0; font-size: 1.0625rem; font-weight: 600; letter-spacing: -.02em; }
.faq-icon {
  flex: none; display: grid; place-items: center; width: 26px; height: 26px;
  color: var(--mid);
  transition: transform var(--dur) var(--ease);
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-panel { overflow: hidden; }
.faq-panel p {
  padding-bottom: 26px; padding-right: clamp(0px, 4vw, 50px);
  color: var(--ink-muted); max-width: 68ch;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contact { background: var(--white); padding-block: var(--section-y); }
.contact-grid {
  display: grid; grid-template-columns: 1fr;
  gap: clamp(44px, 5vw, 80px); align-items: start;
}
.contact-intro h2 { font-size: clamp(1.875rem, 1.25rem + 2.2vw, 2.9rem); }
.contact-intro .lead { margin-top: 20px; max-width: 520px; }
.contact-card { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-name { font-weight: 700; letter-spacing: -.02em; color: var(--deep); }
.contact-role { font-size: .9375rem; color: var(--ink-muted); }
.contact-links { margin-top: 18px; display: grid; gap: 10px; }
.contact-links li { display: flex; align-items: center; gap: 10px; font-size: .9375rem; }
/* WCAG 2.2 SC 2.5.8 — alvo mínimo de 24px de altura. */
.contact-links a, .footer-col a { display: inline-flex; align-items: center; min-height: 24px; }
.contact-links .icon { width: 18px; height: 18px; color: var(--mid); }
.contact-links a {
  color: var(--ink-muted); text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.contact-links a:hover { color: var(--deep); border-color: var(--mid); }

/* ---------- Form ---------- */
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
/* An author `display` beats the UA [hidden] rule, so restate it. */
.form[hidden] { display: none; }
.field { display: flex; flex-direction: column; gap: 7px; grid-column: span 1; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .875rem; font-weight: 600; color: var(--deep); letter-spacing: -.005em; }
.field input, .field textarea {
  width: 100%; padding: 12px 14px; font: inherit; font-size: .9375rem; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  transition: border-color 250ms var(--ease), background-color 250ms var(--ease);
}
.field textarea { resize: vertical; min-height: 118px; }
.field input:hover, .field textarea:hover { border-color: rgba(14, 59, 45, .26); }
.field input:focus, .field textarea:focus {
  outline: 2px solid var(--deep); outline-offset: 1px;
  border-color: transparent; background: var(--white);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #A33A2A; }
.hint { font-size: .8125rem; color: var(--ink-muted); }
.error { font-size: .8125rem; font-weight: 500; color: #A33A2A; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot {
  grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px;
  margin-top: 6px;
}
.consent {
  grid-column: 1 / -1; font-size: .8125rem; line-height: 1.55; color: var(--ink-muted);
  max-width: 56ch;
}
.consent a { color: var(--deep); }
.form-status { grid-column: 1 / -1; font-size: .875rem; color: #A33A2A; }
.form-status:empty { display: none; }
.form-success {
  display: grid; gap: 14px; justify-items: start;
  padding: 32px; background: var(--cream); border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.form-success[hidden] { display: none; }
.form-success .icon-lg { color: var(--mid); }
.form-success p { font-size: 1.0625rem; font-weight: 500; color: var(--deep); max-width: 44ch; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--deep); color: var(--on-deep); padding-block: clamp(56px, 7vw, 88px) 32px; }
.site-footer .logo { color: var(--on-deep); }
.footer-top {
  display: grid; grid-template-columns: 1fr; gap: 44px;
  padding-bottom: 44px; border-bottom: 1px solid rgba(246, 243, 234, .14);
}
.footer-tag {
  margin-top: 14px; font-size: .875rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold); font-weight: 600;
}
.footer-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.footer-h {
  font-size: .75rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--on-deep-muted); margin-bottom: 14px;
}
.footer-col ul { display: grid; gap: 9px; }
.footer-col a {
  font-size: .9375rem; color: var(--on-deep); text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.footer-col a:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  padding-top: 26px; font-size: .8125rem; color: var(--on-deep-muted);
}
.footer-bottom a { text-decoration: none; display: inline-flex; align-items: center; min-height: 24px; }
.footer-bottom a:hover { color: var(--gold); }

/* ==========================================================================
   Reveal on scroll
   ========================================================================== */
/* Visible by default. Only JS-enabled pages start hidden, so a failed
   script can never leave the page blank. */
.js .reveal { opacity: 0; transform: translateY(18px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (min-width: 620px) {
  .cred-list { grid-template-columns: repeat(3, 1fr); }
  .cred-list li { padding: 24px 0; }
  .cred-list li + li { border-top: 0; padding-left: clamp(20px, 3vw, 36px); border-left: 1px solid var(--line-soft); }
  .products { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { grid-template-columns: 1.18fr .82fr; }
  .about-grid { grid-template-columns: .82fr 1fr; }
  .contact-grid { grid-template-columns: .85fr 1fr; }
  .footer-top { grid-template-columns: 1fr auto; align-items: start; }
  .footer-cols { gap: clamp(48px, 7vw, 110px); }
}

@media (max-width: 899px) {
  .nav-desktop { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-cta, .lang-switch { display: none; }
  .header-actions { margin-left: auto; }
}

@media (max-width: 559px) {
  .form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .hero-actions .btn, .mobile-nav .mobile-cta { width: 100%; }
  .products { grid-template-columns: 1fr; gap: 26px; }
}

/* ==========================================================================
   Motion preferences
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .manifesto-text .word { color: var(--on-deep) !important; transition: none !important; }
  .hero-media-inner { transform: none !important; }
  .hero-media img { animation: none !important; transform: scale(1.02) !important; }
}
