/* ==========================================================================
   CRS v3
   Built from the November 2025 brochure: full-bleed green duotone imagery,
   the dotted grid, squircles, and the grey-plate-over-green-caption product
   card. White ground, brand green #9AC024, black.
   No framework. Hand-written.
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --paper: #ffffff;
  --wash: #f4f5f0;
  --ink: #0d0d0b;
  --muted: #5f6158;      /* 6.6:1 on white */
  --faint: #83857a;
  --line: #e3e4dd;
  --green: #9ac024;
  --green-dark: #86a91d;
  --green-text: #536d0f;  /* 6.2:1 on white, for green type */

  --r: 28px;              /* the squircle */
  --r-sm: 14px;
  --r-pill: 999px;

  --pad: 22px;
  --section: clamp(4.5rem, 9vw, 8rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 900px)  { :root { --pad: 44px; } }
@media (min-width: 1400px) { :root { --pad: 60px; } }

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--paper); }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Archivo', ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, dl, dd, blockquote { margin: 0; }
address { font-style: normal; }

::selection { background: var(--green); color: #000; }
:focus-visible { outline: 3px solid var(--green-text); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; padding-inline: var(--pad); }

/* ---------------------------------------------------------------- type */

.display {
  font-size: clamp(2.6rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 22ch;
}

.h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  color: var(--muted);
  max-width: 52ch;
  text-wrap: pretty;
}

.label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--muted);
}

.muted { color: var(--muted); }
.small { font-size: 0.9rem; line-height: 1.6; }
.measure { max-width: 62ch; }
p + p { margin-top: 1rem; }

/* ---------------------------------------------------------------- controls */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--green);
  color: #000;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1rem 1.9rem;
  border: 2px solid var(--green);
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.15s var(--ease);
}
.btn:hover { background: #000; border-color: #000; color: var(--white); }
.btn:active { transform: translateY(1px); }

.btn-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--green); border-color: var(--green); color: #000; }

.btn-ghost { background: transparent; border-color: currentColor; color: var(--white); }
.btn-ghost:hover { background: var(--white); border-color: var(--white); color: #000; }

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--green);
  transition: gap 0.25s var(--ease), border-color 0.25s var(--ease);
}
.link:hover { gap: 1rem; border-color: var(--ink); }
.link::after { content: '\2192'; }

/* ---------------------------------------------------------------- header */

.head {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 78px; }
.logo img { height: 30px; width: auto; }

.nav ul { display: flex; gap: 1.6rem; }
.nav a { font-size: 0.95rem; font-weight: 500; color: var(--muted); transition: color 0.2s; }
.nav a:hover, .nav a[aria-current] { color: var(--ink); }

.head-side { display: flex; align-items: center; gap: 1rem; }
.lang { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; color: var(--muted); }
.lang:hover { color: var(--ink); }

.burger { display: none; width: 40px; height: 40px; background: none; border: 0; cursor: pointer; }
.burger span { display: block; height: 2px; background: var(--ink); margin: 5px auto; width: 22px; transition: transform 0.3s var(--ease); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.mobile { border-top: 1px solid var(--line); padding: 0.5rem var(--pad) 1.5rem; }
.mobile a { display: block; padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 500; }

@media (max-width: 1180px) {
  .nav, .head-side .btn { display: none; }
  .burger { display: block; }
}

/* ---------------------------------------------------------------- hero ----
   Full viewport wallpaper. The photograph sits under a green duotone and the
   brochure's dotted grid, and drifts slower than the page as you scroll. */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: -12% 0 -12% 0;      /* overscan gives the parallax room to travel */
  z-index: -3;
  will-change: transform;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.1); }

/* Brand duotone: green multiplied over a desaturated photograph. */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(13,13,11,0.15) 0%, rgba(13,13,11,0.55) 100%),
    var(--green);
  mix-blend-mode: multiply;
}

/* The dotted grid from the brochure. */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(0,0,0,0.22) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}

.hero-in { padding-block: clamp(3rem, 9vh, 7rem); width: 100%; }
.hero .display { color: var(--white); max-width: 17ch; }
.hero-lead { color: rgba(255,255,255,0.92); font-size: clamp(1.05rem, 1.5vw, 1.35rem); max-width: 48ch; margin-top: 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.4rem; }
.hero-eyebrow { color: rgba(255,255,255,0.85); margin-bottom: 1.6rem; }

/* Facts strip sitting on the bottom edge of the hero. */
.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: clamp(2.5rem, 6vh, 4.5rem);
  background: rgba(255,255,255,0.28);
  border-radius: var(--r-sm);
  overflow: hidden;
}
@media (min-width: 760px) { .hero-facts { grid-template-columns: repeat(4, 1fr); } }
.hero-facts div { background: rgba(13,13,11,0.42); padding: 1.1rem 1.2rem; backdrop-filter: blur(4px); }
.hero-facts dt { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.8); }
.hero-facts dd { font-size: 1.3rem; font-weight: 700; color: var(--white); margin-top: 0.3rem; letter-spacing: -0.02em; }

/* ---------------------------------------------------------------- sections */

.section { padding-block: var(--section); }
.section.wash { background: var(--wash); }
.sec-head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sec-head .lead { margin-top: 1.2rem; }
.sec-more { margin-top: 2.8rem; }

.page-head { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.back { display: inline-block; font-size: 0.85rem; color: var(--muted); margin-bottom: 1.6rem; }
.back::before { content: '\2190'; margin-right: 0.5rem; }
.back:hover { color: var(--ink); }

/* Green band with the dotted grid, straight off the brochure. */
.band-green {
  position: relative;
  background: var(--green);
  color: #000;
  overflow: hidden;
}
.band-green::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.16) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}
.band-green > * { position: relative; z-index: 1; }

/* ---------------------------------------------------------------- cards ----
   The brochure's product card: grey photographic plate, green caption bar. */

.grid { display: grid; gap: 1.6rem; grid-template-columns: 1fr; }
@media (min-width: 620px)  { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1500px) { .grid.g4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  display: flex;
  flex-direction: column;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--wash);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(13,13,11,0.10); }

.card-plate {
  aspect-ratio: 4 / 3;
  background: #e6e7e2;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* The grid stretches every card in a row to match the tallest. That slack has
   to land somewhere; left alone it opens as a pale gap between the image and
   the caption bar on whichever card has the shorter caption. Give it to the
   note, so the plates stay a matched 4:3 and the bars line up across the row.
   A card with no note has nowhere else to put it, so there the plate grows. */
.card-note { flex: 1 1 auto; }
.card:not(:has(.card-note)) .card-plate { flex: 1 1 auto; }
.card-plate img { width: 100%; height: 100%; object-fit: contain; padding: 8%; transition: transform 0.6s var(--ease); }
.card-plate.photo img { object-fit: cover; padding: 0; }
.card:hover .card-plate img { transform: scale(1.04); }

.card-bar {
  background: var(--green);
  color: #000;
  padding: 0.95rem 1.2rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.card-bar span:last-child { font-weight: 500; font-size: 0.75rem; opacity: 0.75; text-transform: none; white-space: nowrap; }

/* Industry card uses the black caption bar from the brochure. */
.card-bar.dark { background: var(--ink); color: var(--green); }

.card-note { padding: 0.9rem 1.2rem 1.2rem; font-size: 0.88rem; line-height: 1.55; color: var(--muted); background: var(--white); }

/* ---------------------------------------------------------------- rows */

.rows { border-top: 1px solid var(--line); }
.rows a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 0.5rem 1.5rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.4s var(--ease), background 0.3s var(--ease);
}
.rows a:hover { padding-left: 1rem; background: var(--wash); }
.rows .r-main { font-size: clamp(1.15rem, 2.1vw, 1.7rem); font-weight: 600; letter-spacing: -0.025em; }
.rows .r-meta { font-size: 0.85rem; color: var(--muted); white-space: nowrap; }

/* ---------------------------------------------------------------- media */

.figure { border-radius: var(--r); overflow: hidden; background: var(--wash); }
.figure img { width: 100%; height: 100%; object-fit: cover; }

/* Parallax frame: the image is taller than its window and drifts inside it. */
.px { position: relative; overflow: hidden; border-radius: var(--r); background: var(--wash); }
/* Overscan gives the parallax somewhere to travel, but every percent of
   it is also a percent cropped off the picture. 6% is enough movement. */
.px-inner { position: absolute; inset: -6% 0; will-change: transform; }
.px-inner img { width: 100%; height: 100%; object-fit: cover; }

.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.stats { display: flex; flex-wrap: wrap; border-block: 1px solid var(--line); }
.stats > div { flex: 1 1 170px; padding: 1.5rem 1.4rem 1.6rem; border-left: 1px solid var(--line); }
.stats > div:first-child { border-left: 0; padding-left: 0; }
.stats dd { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.025em; margin-top: 0.35rem; }
.section.wash .stats > div { background: var(--wash); }

/* principles / feature lists */
.principles { display: grid; gap: 1px; background: var(--line); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
@media (min-width: 780px) { .principles { grid-template-columns: repeat(2, 1fr); } }
.principles li { background: var(--paper); padding: 1.5rem 1.6rem; font-size: 0.95rem; line-height: 1.55; color: var(--muted); }
.principles li strong { display: block; color: var(--ink); font-weight: 600; margin-bottom: 0.3rem; }

.pills { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.pills li { border: 1px solid var(--line); border-radius: var(--r-pill); padding: 0.55rem 1.15rem; font-size: 0.9rem; }

.partners { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
@media (min-width: 700px)  { .partners { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .partners { grid-template-columns: repeat(5, 1fr); } }
.partners li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.1rem 1rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 500;
}

/* ---------------------------------------------------------------- form */

.form-grid { display: grid; gap: 3rem; }
@media (min-width: 950px) { .form-grid { grid-template-columns: 0.8fr 1.2fr; gap: 4.5rem; } }
.form { background: var(--wash); border-radius: var(--r); padding: clamp(1.5rem, 4vw, 2.75rem); }
.field { margin-bottom: 1.3rem; }
.field label { display: block; font-size: 0.88rem; font-weight: 500; margin-bottom: 0.45rem; }
.field input, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 0.85rem 1rem;
  transition: border-color 0.2s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green-text); }
.field-row { display: grid; gap: 1.3rem; }
@media (min-width: 620px) { .field-row { grid-template-columns: 1fr 1fr; } }
.err { display: none; color: #a8321f; font-size: 0.82rem; margin-top: 0.35rem; }
.err.on { display: block; }
.hp { position: absolute; left: -9999px; }

.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list li:first-child { border-top: 1px solid var(--line); }
.contact-list a { font-size: 1.05rem; font-weight: 500; }
.contact-list a:hover { color: var(--green-text); }

/* ---------------------------------------------------------------- footer */

.foot { background: var(--ink); color: rgba(255,255,255,0.72); padding-top: 4rem; }
.foot-in { display: grid; gap: 2.5rem; padding-bottom: 3rem; }
@media (min-width: 780px) { .foot-in { grid-template-columns: 1.4fr 1fr 1fr; } }
.foot .label { color: rgba(255,255,255,0.55); margin-bottom: 1rem; }
.foot a { color: rgba(255,255,255,0.8); }
.foot a:hover { color: var(--green); }
.foot img { height: 32px; width: auto; margin-bottom: 1.2rem; }
.foot ul li { padding: 0.28rem 0; font-size: 0.92rem; }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.14); padding-block: 1.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.82rem; color: rgba(255,255,255,0.5); }

/* ---------------------------------------------------------------- reveal */

.js .rv { opacity: 0; transform: translateY(18px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }

.skip { position: absolute; left: -9999px; background: var(--ink); color: #fff; padding: 0.8rem 1.2rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .rv { opacity: 1; transform: none; transition: none; }
  .hero-bg, .px-inner { transform: none !important; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ---------------------------------------------------------------- assistant
   Guided enquiry. Three questions with quick answers, then a recommendation
   and a pre-filled mail. No backend and no third-party widget. */

.cq-launch {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--ink);
  color: var(--white);
  border: 0;
  border-radius: var(--r-pill);
  padding: 0.95rem 1.5rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(13,13,11,0.24);
  transition: background 0.25s var(--ease), transform 0.2s var(--ease);
}
.cq-launch:hover { background: #24241f; transform: translateY(-2px); }
.cq-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); flex: none; }
.cq-launch[aria-expanded="true"] { opacity: 0; pointer-events: none; }

.cq {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 80;
  width: min(420px, calc(100vw - 2rem));
  max-height: min(640px, calc(100dvh - 2rem));
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: 0 24px 60px rgba(13,13,11,0.22);
  overflow: hidden;
}
.cq[hidden] { display: none; }

.cq-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  background: var(--green);
  color: #000;
}
.cq-head strong { display: block; font-size: 1.02rem; letter-spacing: -0.02em; }
.cq-sub { display: block; font-size: 0.82rem; opacity: 0.75; margin-top: 0.15rem; }
.cq-x { background: none; border: 0; font-size: 1.5rem; line-height: 1; cursor: pointer; color: #000; padding: 0 0.2rem; }

.cq-body { padding: 1.3rem; overflow-y: auto; }
.cq-step { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); }
.cq-q { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; margin: 0.5rem 0 1.1rem; }

.cq-opts { display: flex; flex-direction: column; gap: 0.55rem; }
.cq-opt {
  text-align: left;
  font: inherit;
  font-size: 0.92rem;
  background: var(--wash);
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  padding: 0.8rem 1rem;
  cursor: pointer;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}
.cq-opt:hover { background: #fff; border-color: var(--green); }

.cq-nav { margin-top: 1.1rem; display: flex; gap: 1rem; }
.cq-nav button { background: none; border: 0; font: inherit; font-size: 0.85rem; color: var(--muted); cursor: pointer; text-decoration: underline; padding: 0; }
.cq-nav button:hover { color: var(--ink); }

.cq-result h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -0.025em; margin: 0.4rem 0 0.8rem; text-transform: uppercase; }
.cq-note { background: var(--wash); border-radius: var(--r-sm); padding: 0.85rem 1rem; font-size: 0.88rem; line-height: 1.5; color: var(--muted); margin-bottom: 1rem; }
.cq-sum { list-style: none; padding: 0; margin: 0 0 1.2rem; font-size: 0.85rem; color: var(--muted); }
.cq-sum li { padding: 0.35rem 0; border-bottom: 1px solid var(--line); }
.cq-actions { display: flex; flex-direction: column; gap: 0.6rem; }
.cq-actions .btn { justify-content: center; }

/* ---------------------------------------------------------------- gallery ---
   Heavy engineering, brochure page 21. Deliberately asymmetric: a tall frame,
   three stacked beside it and one wide below, so it does not read as a grid. */

.gallery { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.gallery figure { margin: 0; border-radius: var(--r); overflow: hidden; background: #e6e7e2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (min-width: 860px) {
  .gallery {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .gallery .g1 { grid-column: 1; grid-row: 1 / 4; }
  .gallery .g2 { grid-column: 2; grid-row: 1; }
  .gallery .g3 { grid-column: 2; grid-row: 2; }
  .gallery .g4 { grid-column: 2; grid-row: 3; }
  .gallery .g5 { grid-column: 1 / 3; grid-row: 4; }
}

/* ---------------------------------------------------------------- cutaway ---
   A labelled diagram, so it sits on white at its own size rather than being
   cropped into a plate. */

.cutaway { margin: 0; }
.cutaway img {
  width: 100%;
  max-width: 900px;
  border-radius: var(--r);
  background: var(--white);
  border: 1px solid var(--line);
}
.cutaway figcaption {
  margin-top: 1.1rem;
  max-width: 70ch;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
}

/* -------------------------------------------------------- partner logos --- */

.partners li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 128px;
}
.partners img {
  max-height: 46px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;   /* the crops carry a white ground */
}
.partners li span { font-size: 0.78rem; color: var(--muted); text-align: center; line-height: 1.3; }

/* -------------------------------------------------------- downloads ------- */

.download {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  background: var(--wash);
  border-radius: var(--r);
  padding: 1.6rem 1.8rem;
  max-width: 900px;
  transition: background 0.25s var(--ease);
}
.download:hover { background: #eceee6; }
.download-doc {
  flex: none;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: var(--r-sm);
  background: var(--ink);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.download-text { display: flex; flex-direction: column; gap: 0.2rem; margin-right: auto; }
.download-text strong { font-size: 1.05rem; letter-spacing: -0.02em; }
.download-text span { font-size: 0.85rem; color: var(--muted); }

/* The footprint map is drawn as white outlines, so it needs the green ground
   the brochure gives it or the borders disappear. */
.footprint {
  margin: 3rem 0 0;
  max-width: 640px;
  background: var(--green);
  border-radius: var(--r);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.footprint img { width: 100%; }

/* The family render, shown at its own scale on a plate rather than stretched
   across a full-width frame. The brochure renders are 400-500px wide, so
   blowing them up to 1400px made them soft and enormous. */
.product-hero {
  margin: 0;
  background: var(--wash);
  border-radius: var(--r);
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  min-height: clamp(240px, 34vw, 420px);
}
.product-hero img {
  max-width: min(100%, 560px);
  max-height: 380px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* On a phone the launcher is a fixed overlay, so it is kept small enough that
   it does not sit on top of the content behind it. */
@media (max-width: 620px) {
  .cq-launch { padding: 0.75rem 1.05rem; font-size: 0.82rem; gap: 0.45rem; }
  .cq-dot { width: 7px; height: 7px; }
}
