/* ============================================================================
   Home / landing — page components (home-)

   Ported from the settled design reference (design_handoff_world_machine_landing).
   Builds on css/wm-dark.css (tokens, bands, wm- primitives), loaded first by
   wm_header() via wm_theme('dark'). A home- component that turns out useful
   elsewhere should be promoted to css/wm-dark.css and renamed wm-.

   Loaded with a cache-busting query (controllers/home.php passes
   css/home-dark.css?v=N) — bump N when editing this file.

   Layout follows the reference closely but keeps our site's fluid container
   (.wm-wrap, max 1536px) rather than the reference's fixed 1280; inner blocks
   cap narrower where the reference does. Single 860px collapse breakpoint.
   ============================================================================ */

/* ============================================================================
   Hero — full-bleed background video + dual scrim + overlay copy
   ============================================================================ */
.home-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 62vh;
  background: var(--wm-band-deep);
}
/* The background <video> uses the shared .wm-hero__video (css/wm-dark.css). */
/* Dual protection gradients: darken left + top/bottom so the overlay copy stays
   legible while the terrain shows through on the right. */
.home-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(10,12,16,0.94) 0%, rgba(10,12,16,0.78) 38%, rgba(10,12,16,0.30) 70%, rgba(10,12,16,0.55) 100%),
    linear-gradient(180deg, rgba(10,12,16,0.65) 0%, rgba(10,12,16,0.05) 32%, rgba(10,12,16,0.85) 100%);
}
.home-hero__inner { position: relative; z-index: 2; width: 100%; }
.home-hero__title {
  font-family: var(--wm-font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 0.96;
  color: var(--wm-earth-50);
  margin: 0 0 22px;
}
.home-hero__gold { color: var(--wm-sand-gold); }
.home-hero__lede {
  font-family: var(--wm-font-display);
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 24px);
  letter-spacing: 0.01em;
  color: var(--wm-sand-gold);
  max-width: 600px;
  margin: 0 0 18px;
}
.home-hero__sub {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.55;
  color: var(--wm-earth-200);
  max-width: 560px;
  margin: 0 0 36px;
}
.home-hero__cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.home-hero__cta .wm-btn { padding: 16px 28px; font-size: 14px; }
.home-hero__platform { font-family: var(--wm-font-mono); font-size: 13px; color: var(--wm-earth-400); margin: 22px 0 0; }

/* In-hero announcement pill (was a top strip; moved into the hero below the
   platform line so it reads as content, not a second menubar). The whole pill
   links to #whatsnew. */
.home-hero__announce {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  max-width: 860px;
  padding: 13px 22px;
  border-radius: 12px;
  background: rgba(10, 12, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(3px);
  text-decoration: none;
  transition: background 120ms cubic-bezier(0.2, 0.7, 0.2, 1), border-color 120ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.home-hero__announce:hover { background: rgba(10, 12, 16, 0.68); border-color: rgba(255, 255, 255, 0.18); }
.home-hero__announce-label {
  font-family: var(--wm-font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wm-sand-gold);
  white-space: nowrap;
}
.home-hero__announce-text { font-size: 14px; color: var(--wm-earth-200); }
.home-hero__announce-cta {
  margin-left: auto;
  padding-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wm-font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-sand-gold);
  white-space: nowrap;
}
.home-hero__announce-arrow { width: 14px; height: 14px; }

.home-hero__readout {
  position: absolute;
  right: var(--wm-gutter);
  bottom: 20px;
  z-index: 2;
  font-family: var(--wm-font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(201,167,90,0.55);
}

/* ============================================================================
   How it works — text + app-window screenshot
   ============================================================================ */
.home-hiw { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: center; }
.home-hiw__text h2 { margin-bottom: 16px; }
.home-hiw__text > p { font-size: 18px; line-height: 1.6; color: var(--wm-earth-200); margin: 0 0 24px; }
.home-hiw__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.home-hiw__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.5; color: var(--wm-earth-200); }
.home-hiw__list b { color: var(--wm-earth-50); font-weight: 600; }
/* Base size so an uncontextualized stroke glyph never renders at the inline-SVG
   default (which blew up a button). Context rules below override per use. */
.home-ic { width: 18px; height: 18px; flex: none; }
.home-hiw__list .home-ic { width: 18px; height: 18px; color: var(--wm-terra-red-soft); flex: none; margin-top: 2px; }

/* App-window frame around a screenshot (reusable look). */
.home-appwin {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--wm-earth-600);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  background: var(--wm-earth-800);
}
.home-appwin__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: var(--wm-earth-700);
  border-bottom: 1px solid var(--wm-earth-600);
}
.home-appwin__dot { width: 11px; height: 11px; border-radius: 999px; flex: none; background: var(--wm-earth-500); }
.home-appwin__dot:nth-child(1) { background: var(--wm-terra-red); }
.home-appwin__dot:nth-child(2) { background: var(--wm-sand-gold); }
.home-appwin__title { font-family: var(--wm-font-mono); font-size: 12px; color: var(--wm-earth-300); margin-left: 8px; }
.home-appwin__status { margin-left: auto; font-family: var(--wm-font-mono); font-size: 12px; color: var(--wm-sand-gold); }
/* height:auto is load-bearing if this image ever gains width/height attributes
   (wm_image_dims) — see the note on .wm-carousel__img in wm-dark.css. */
.home-appwin__img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; background: #0E1014; }

/* ============================================================================
   Erosion — drag-to-compare wipe (js/wm-carousel.js initCompare drives --p)
   ============================================================================ */
.home-eroband { background: linear-gradient(180deg, var(--wm-band-deep) 0%, #121319 100%); }
.home-erohead { max-width: 680px; margin-bottom: 40px; }
.home-erohead h2 { margin-bottom: 16px; }
.home-compare {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--wm-earth-600);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  aspect-ratio: 16 / 8;
  user-select: none;
}
.home-compare__after,
.home-compare__beforeimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Top "before" layer, clipped from the right by (100 - p)% so it reveals on the
   left up to the handle. */
.home-compare__before { position: absolute; inset: 0; z-index: 2; clip-path: inset(0 calc((100 - var(--p, 50)) * 1%) 0 0); }
.home-compare__tag {
  position: absolute;
  top: 14px;
  z-index: 3;
  font-family: var(--wm-font-mono);
  font-size: 12px;
  background: rgba(10,12,16,0.7);
  padding: 5px 11px;
  border-radius: 6px;
}
.home-compare__tag--after { right: 16px; color: var(--wm-sand-cream); border: 1px solid rgba(201,167,90,0.3); }
.home-compare__tag--before { left: 16px; color: var(--wm-earth-200); border: 1px solid rgba(122,130,140,0.35); }
.home-compare__divider {
  position: absolute;
  top: 0; bottom: 0;
  left: calc(var(--p, 50) * 1%);
  width: 2px;
  background: var(--wm-sand-cream);
  z-index: 3;
  transform: translateX(-1px);
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(10,12,16,0.4);
}
.home-compare__knob {
  position: absolute;
  top: 50%;
  left: calc(var(--p, 50) * 1%);
  z-index: 4;
  width: 40px; height: 40px;
  margin-left: -20px; margin-top: -20px;
  border-radius: 999px;
  background: rgba(10,12,16,0.78);
  border: 1.5px solid var(--wm-sand-cream);
  display: flex; align-items: center; justify-content: center;
  color: var(--wm-sand-cream);
  pointer-events: none;
}
.home-compare__knob .home-ic { width: 20px; height: 20px; }
.home-compare__range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }

/* ============================================================================
   Testimonials — raised band + draggable card strip (.wm-strip)
   ============================================================================ */
.home-tband { background: #1A1E26; }
.home-quotes { grid-auto-columns: minmax(360px, 46%); gap: 16px; padding-bottom: 8px; }
.home-quote {
  position: relative;
  margin: 0;
  padding: 30px;
  background: #20242C;
  border: 1px solid #2E333D;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.home-quote__mark { width: 24px; height: 24px; color: var(--wm-terra-red-soft); flex: none; }
.home-quote__text {
  font-family: var(--wm-font-display);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--wm-earth-50);
  margin: 16px 0 22px;
}
.home-quote__text b { color: var(--wm-sand-gold); font-weight: 500; }
.home-quote__cap { margin-top: auto; }
.home-quote__name { display: block; font-size: 14px; font-weight: 600; color: var(--wm-earth-50); }
.home-quote__role { display: block; font-family: var(--wm-font-mono); font-size: 12px; color: var(--wm-earth-300); margin-top: 3px; }

/* ============================================================================
   Feature grid — "Deeper in the toolbox"
   ============================================================================ */
/* Mid-tone band: with the erosion gradient (→ #121319) above and this below,
   the raised-slate testimonials (#1A1E26) sit as a deliberate swell between two
   lifted bands rather than dropping straight back to pure black. */
.home-featband { background: #121319; }
.home-feathead { max-width: 640px; margin-bottom: 48px; }
.home-feathead h2 { margin-bottom: 16px; }
.home-feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* Surface (bg/border/radius) comes from the shared .wm-tile class in the markup. */
.home-featcard {
  display: flex;
  flex-direction: column;
  padding: 32px;
  transition: box-shadow 200ms cubic-bezier(0.2,0.7,0.2,1), border-color 200ms cubic-bezier(0.2,0.7,0.2,1);
}
.home-featcard:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.45); border-color: var(--wm-earth-600); }
.home-featcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 8px;
  margin-bottom: 22px;
}
.home-featcard__icon .home-ic { width: 24px; height: 24px; }
.home-featcard__icon.tone-blue  { background: rgba(74,143,184,0.15); color: #6FB0D4; }
.home-featcard__icon.tone-gold  { background: rgba(201,167,90,0.18); color: var(--wm-sand-gold); }
.home-featcard__icon.tone-terra { background: rgba(161,73,54,0.20);  color: var(--wm-terra-red-soft); }
.home-featcard__title { font-family: var(--wm-font-body); font-weight: 700; font-size: 22px; color: var(--wm-earth-50); margin: 0 0 10px; }
.home-featcard__body { font-size: 15px; line-height: 1.6; color: var(--wm-earth-300); margin: 0 0 16px; }
.home-featcard__link {
  margin-top: auto;
  font-family: var(--wm-font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-terra-red-soft);
}
.home-featcard__link:hover { color: var(--wm-sand-gold); }

/* ============================================================================
   Data for every engine — pipeline
   ============================================================================ */
.home-pipehead { max-width: 720px; margin-bottom: 48px; }
.home-pipehead h2 { margin-bottom: 16px; }
.home-pipe__eyebrow {
  font-family: var(--wm-font-display);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wm-earth-400);
  margin: 0 0 16px;
}
.home-srcgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-src { overflow: hidden; }  /* surface from shared .wm-tile */
.home-src__thumb { position: relative; aspect-ratio: 1 / 1; background: #0E1014; }
.home-src__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-src__chip {
  position: absolute;
  top: 10px; left: 10px;
  font-family: var(--wm-font-mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--wm-sand-cream);
  background: rgba(10,12,16,0.72);
  border: 1px solid rgba(201,167,90,0.3);
  padding: 4px 8px;
  border-radius: 5px;
}
.home-src__meta { padding: 16px 16px 18px; }
.home-src__title { font-family: var(--wm-font-display); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--wm-earth-50); margin: 0 0 5px; }
.home-src__title span { color: var(--wm-sand-gold); font-weight: 700; margin: 0 5px; }
.home-src__sub { font-size: 13px; line-height: 1.5; color: var(--wm-earth-400); margin: 0; }

.home-connector { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 30px 0 28px; }
.home-connector .home-ic { width: 26px; height: 26px; color: var(--wm-terra-red-soft); }
.home-connector span { font-family: var(--wm-font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--wm-sand-gold); }

.home-enggrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-eng { overflow: hidden; }  /* surface from shared .wm-tile */
.home-eng__shot { position: relative; aspect-ratio: 16 / 10; }
.home-eng__shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-eng__badge {
  position: absolute;
  top: 10px; left: 10px;
  font-family: var(--wm-font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wm-earth-50);
  background: rgba(10,12,16,0.7);
  border: 1px solid rgba(122,130,140,0.35);
  padding: 4px 9px;
  border-radius: 6px;
}
.home-eng__cap { font-family: var(--wm-font-mono); font-size: 12px; line-height: 1.5; color: var(--wm-earth-300); margin: 0; padding: 14px 16px 16px; }

.home-formats { margin-top: 28px; border-top: 1px solid var(--wm-earth-700); padding-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px; }
.home-formats__label { font-family: var(--wm-font-display); font-weight: 600; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wm-earth-400); }
.home-formats__list { font-family: var(--wm-font-mono); font-size: 13px; color: var(--wm-earth-400); }

/* ============================================================================
   Gallery — credited mosaic
   ============================================================================ */
.home-gallery__sub { font-size: 15px; line-height: 1.6; color: var(--wm-earth-400); margin: 0 0 36px; max-width: 620px; }
.home-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 16px; }
.home-shot { position: relative; margin: 0; border-radius: 12px; overflow: hidden; }
.home-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-shot::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(10,12,16,0.82) 100%); }
.home-shot--lead { grid-column: 1; grid-row: 1 / span 2; }
.home-shot__credit { position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 4; pointer-events: none; font-family: var(--wm-font-mono); font-size: 11px; line-height: 1.45; color: var(--wm-earth-100); margin: 0; }
.home-shot--lead .home-shot__credit { left: 16px; bottom: 14px; font-size: 12px; }
.home-shot__credit span { color: var(--wm-sand-cream); }

/* Tiles open the full render in the lightbox: the anchor covers the tile
   (above the scrim), the image eases up a touch on hover, and a corner expand
   glyph appears as the click affordance. */
.home-shot__link { position: absolute; inset: 0; z-index: 2; }
.home-shot img { transition: transform 300ms ease; }
.home-shot:hover img { transform: scale(1.03); }
.home-shot__zoom {
  position: absolute;
  top: 10px; right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 7px;
  background: rgba(10, 12, 16, 0.65);
  color: var(--wm-earth-100);
  opacity: 0;
  transition: opacity 150ms;
}
.home-shot:hover .home-shot__zoom { opacity: 1; }

/* Lightbox: native <dialog>, image sized to the viewport, credit beneath.
   Clicking anywhere (or Esc) closes. body scroll locks while open. */
/* Lightbox promoted to .wm-lightbox in css/wm-dark.css — shared with the
   image stack (wm_image_stack). The gallery tiles use it via data-lightbox. */

/* ============================================================================
   Release timeline
   ============================================================================ */
.home-tlhead { max-width: 720px; margin-bottom: 56px; }
.home-tlhead h2 { margin-bottom: 16px; }
.home-timeline { max-width: 920px; }
.home-tl { display: grid; grid-template-columns: 124px 1fr; column-gap: 28px; }
.home-tl__date { text-align: right; padding-top: 3px; }
.home-tl__year { display: block; font-family: var(--wm-font-mono); font-size: 20px; color: var(--wm-earth-400); }
.home-tl__year.is-current { color: var(--wm-sand-gold); }
.home-tl__year--sm { font-size: 14px; }
.home-tl__badge {
  display: inline-block;
  margin-top: 9px;
  font-family: var(--wm-font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wm-earth-300);
  background: rgba(122,130,140,0.12);
  border: 1px solid var(--wm-earth-700);
  padding: 4px 9px;
  border-radius: 999px;
}
.home-tl__badge.is-current { color: #EFC9A0; background: rgba(161,73,54,0.20); border-color: rgba(197,101,82,0.40); }
.home-tl__badge.is-lts { color: var(--wm-sand-gold); background: rgba(201,167,90,0.16); border-color: rgba(201,167,90,0.35); }
.home-tl__body { position: relative; border-left: 2px solid var(--wm-earth-700); padding-left: 28px; padding-bottom: 40px; }
.home-tl__body--last { padding-bottom: 4px; }
.home-tl__body--ellipsis { padding: 6px 0 6px 28px; }
.home-tl__dot { position: absolute; left: -8px; top: 3px; width: 14px; height: 14px; box-sizing: border-box; border-radius: 999px; background: var(--wm-earth-500); border: 2px solid var(--wm-band-deep); }
.home-tl__dot.is-current { background: var(--wm-terra-red-soft); box-shadow: 0 0 0 4px rgba(197,101,82,0.22); }
.home-tl__dot.is-lts { background: var(--wm-sand-gold); box-shadow: 0 0 0 4px rgba(201,167,90,0.15); }
.home-tl__minidot { position: absolute; left: -5px; width: 8px; height: 8px; border-radius: 999px; background: var(--wm-earth-600); }
.home-tl__minidot:nth-child(1) { top: 6px; }
.home-tl__minidot:nth-child(2) { top: 22px; background: #2C313B; }
.home-tl__minidot:nth-child(3) { top: 38px; background: var(--wm-earth-700); }
.home-tl__card { background: var(--wm-earth-800); border: 1px solid rgba(197,101,82,0.32); border-radius: 12px; padding: 22px 24px; box-shadow: 0 12px 30px rgba(0,0,0,0.4); }
.home-tl__name { font-family: var(--wm-font-display); font-weight: 700; font-size: 24px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--wm-earth-50); margin: 0 0 8px; }
.home-tl__name--sm { font-size: 22px; margin-bottom: 7px; }
.home-tl__name.dim { color: var(--wm-earth-200); }
.home-tl__desc { font-size: 15px; line-height: 1.6; color: var(--wm-earth-200); margin: 0; }
.home-tl__desc.muted { color: var(--wm-earth-400); }
.home-tl__desc .hl { color: #EFC9A0; font-weight: 600; }
.home-tl__notes {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-family: var(--wm-font-mono);
  font-size: 12px;
  color: var(--wm-sand-gold);
}
.wm-page a.home-tl__notes:hover { color: var(--wm-sand-cream); }
.home-tl__notes-arrow { width: 13px; height: 13px; transition: transform 150ms; }
.home-tl__notes:hover .home-tl__notes-arrow { transform: translateX(3px); }
.home-tl__lead { font-family: var(--wm-font-display); font-weight: 700; font-size: 16px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--wm-earth-300); }

/* ============================================================================
   Final CTA — terra-red gradient band
   ============================================================================ */
.home-finalcta {
  position: relative;
  overflow: hidden;
  /* Terra ember as positioned radial glows rather than a linear wash: the main
     light sits behind the terrain art, a fainter second ember warms the action
     row. Radials also band far less than a long dark-to-dark linear. */
  background:
    radial-gradient(1700px 1050px at 28% 45%, rgba(161, 73, 54, 0.36), rgba(161, 73, 54, 0.10) 55%, transparent 92%),
    radial-gradient(900px 560px at 66% 78%, rgba(161, 73, 54, 0.13), transparent 80%),
    var(--wm-band-deep);
}
.home-finalcta__inner { position: relative; z-index: 2; max-width: 1080px; display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.home-finalcta__art { width: 340px; max-width: 100%; height: auto; flex: none; filter: drop-shadow(0 18px 40px rgba(0,0,0,0.5)); }
.home-finalcta__body { flex: 1; min-width: 320px; max-width: 600px; }
.home-finalcta__body h2 { font-size: clamp(34px, 4vw, 48px); margin-bottom: 18px; }
.home-finalcta__lede { font-size: 18px; line-height: 1.55; color: var(--wm-earth-100); margin: 0 0 32px; }
.home-finalcta__lede span { color: var(--wm-sand-gold); font-style: normal; font-weight: 600; }
.home-finalcta__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.home-finalcta__meta { font-family: var(--wm-font-mono); font-size: 13px; color: rgba(239,227,184,0.6); margin: 24px 0 0; }

/* ============================================================================
   Responsive — single 860px collapse
   ============================================================================ */
@media (max-width: 860px) {
  .home-hiw { grid-template-columns: 1fr; gap: 32px; }
  .home-feat { grid-template-columns: 1fr; }
  .home-srcgrid { grid-template-columns: repeat(2, 1fr); }
  .home-enggrid { grid-template-columns: 1fr; }
  .home-compare { aspect-ratio: 4 / 3; }
  .home-quotes { grid-auto-columns: minmax(280px, 86%); }

  /* Mosaic → 2-col; the figures need an intrinsic ratio once the fixed rows
     are gone (their imgs are absolutely positioned). */
  .home-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .home-shot { aspect-ratio: 4 / 3; }
  .home-shot--lead { grid-column: 1 / span 2; grid-row: auto; aspect-ratio: 16 / 9; }

  .home-tl { grid-template-columns: 76px 1fr; column-gap: 16px; }
  .home-tl__year { font-size: 16px; }
  .home-tl__name { font-size: 21px; }

  .home-finalcta__inner { gap: 32px; }
}
@media (max-width: 600px) {
  /* Narrow: drop the detail line so the announcement pill keeps the label + CTA
     on one row. */
  .home-hero__announce-text { display: none; }
}
