/* =========================================================================
   PT Arsindo — home.css
   Loaded only when $page_type === 'home'. Bespoke home-page layout (engineering blueprint + editorial typography).
   Generated 2026-05-07 by tools/split-css.php from public_html/style.css.
   Source line ranges: L754-2061 L2262-2534.
   Edit either the source or this bundle directly — both work, but if you
   re-run the splitter it consumes the source. Bump BUILD_VER on every edit.
   ========================================================================= */

/* ============================================================================
   §home — bespoke layout for the home page (page_type=home).
   Direction: engineering blueprint + editorial typography. Hand-authored.
   No card-grid clichés — hairlines, mono numerals, asymmetric grid.
   All rules scoped under body.page-home so they don't bleed to other pages.
   ========================================================================= */

body.page-home {
  --ink: #0a1322;
  --ink-soft: #14233b;
  --paper: #ffffff;
  --paper-soft: #f4f6fa;
  --rule: rgba(15, 28, 46, .14);
  --rule-strong: rgba(15, 28, 46, .35);
  --rule-inverse: rgba(255, 255, 255, .14);
  --rule-inverse-strong: rgba(255, 255, 255, .38);
  --signal: #3b8ced;            /* Arsindo brand blue — accent on dark surfaces */
  --signal-hover: #62a8f5;      /* lighter blue for hover, pops on dark bg */
  --wa: #25D366;                /* WhatsApp brand green — for any WA-bound CTA */
  --wa-hover: #1ebe5d;          /* darker WA green for hover */
  --wa-ink: #075E54;            /* WA dark teal — for outlines/text on light surfaces */
  --mono: ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, Consolas, monospace;
}

/* Reset wrap padding for full-bleed sections on home */
body.page-home .site-main { padding: 0; }
body.page-home .site-main > .wrap { padding: 0; max-width: none; }
body.page-home main { overflow-x: clip; }

/* Home header overlay over hero, then solidify on scroll.
   Backdrop gradient ensures nav text stays readable over any photo content. */
body.page-home .site-header {
  background: transparent;
  border-bottom-color: transparent;
  transition: background .28s ease, border-color .28s ease, color .28s ease, backdrop-filter .28s ease;
  position: sticky;
}
body.page-home .site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 -2.5rem 0;
  background: linear-gradient(180deg, rgba(10,19,34,.62) 0%, rgba(10,19,34,.32) 55%, rgba(10,19,34,0) 100%);
  pointer-events: none;
  z-index: -1;
  transition: opacity .28s ease;
}
body.page-home .site-header.is-scrolled::before { opacity: 0; }
body.page-home .site-header .site-header__brand,
body.page-home .site-header .site-nav > li > a {
  color: rgba(255, 255, 255, .94);
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  transition: color .28s ease, text-shadow .28s ease;
}
body.page-home .site-header .site-nav > li > a:hover {
  color: #fff;
}
body.page-home .site-header .site-nav > li > a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--signal);
}
body.page-home .site-header.is-scrolled {
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom-color: var(--rule);
}
body.page-home .site-header.is-scrolled .site-header__brand,
body.page-home .site-header.is-scrolled .site-nav > li > a {
  color: var(--ink);
  text-shadow: none;
}
body.page-home .site-header.is-scrolled .site-nav > li > a[aria-current="page"] {
  color: var(--color-primary-dark);
}
body.page-home .nav-toggle {
  color: rgba(255,255,255,.94);
  border-color: rgba(255,255,255,.32);
}
body.page-home .site-header.is-scrolled .nav-toggle {
  color: var(--ink);
  border-color: var(--rule);
}

/* Container helper for home */
body.page-home .h-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

/* Section numerals + headers */
.h-section-num {
  display: inline-flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  font-weight: 500;
  position: relative;
  padding-left: 1.875rem;
}
.h-section-num::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 1.5rem; height: 1px;
  background: currentColor;
  opacity: .4;
}
.h-section-head {
  display: grid;
  gap: 0.875rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  max-width: 64ch;
}
.h-section-head--split {
  max-width: none;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
}
@media (min-width: 800px) {
  .h-section-head--split { grid-template-columns: auto 1fr; gap: 3rem; }
  .h-section-head--split p { max-width: 40ch; justify-self: end; text-align: right; padding-bottom: .35rem; }
}
.h-section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
}
.h-section-sub {
  font-size: 1.0625rem;
  color: var(--color-text-muted);
  line-height: 1.55;
  margin: 0;
  max-width: 56ch;
}

/* ────────── HERO ─────────────────────────────────────────────────────── */
.h-hero {
  position: relative;
  min-height: clamp(560px, 92vh, 880px);
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  display: grid;
  align-content: end;
  isolation: isolate;
}
.h-hero__bg {
  position: absolute; inset: 0;
  z-index: 0;
  will-change: transform;
}
.h-hero__bg picture, .h-hero__bg img, .h-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,19,34,.58) 0%, rgba(10,19,34,.20) 35%, rgba(10,19,34,.85) 100%),
    linear-gradient(90deg, rgba(10,19,34,.55) 0%, rgba(10,19,34,0) 70%);
  pointer-events: none;
}
.h-hero__grid {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(6rem, 14vh, 9rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 7vh, 5rem);
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.h-hero__index {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,.65);
}
.h-hero__index .num { font-weight: 600; color: #fff; }
.h-hero__index .rule {
  display: inline-block; width: 2.5rem; height: 1px;
  background: var(--rule-inverse-strong);
}
.h-hero__index .lbl { text-transform: uppercase; }

.h-hero__copy {
  max-width: 22ch;
}
.h-hero__title {
  font-size: clamp(2.5rem, 7.5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0 0 1.5rem;
  color: #fff;
}
.h-hero__title .line {
  display: block;
}
.h-hero__title .line + .line { color: rgba(255,255,255,.72); }
.h-hero__title em {
  font-style: italic;
  font-weight: 400;
  color: var(--signal);
}
.h-hero__lead {
  font-size: clamp(1rem, 1.6vw, 1.1875rem);
  line-height: 1.5;
  color: rgba(255,255,255,.78);
  max-width: 46ch;
  margin: 0 0 2rem;
}
.h-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin: 0;
}
.h-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(2rem, 5vh, 4rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule-inverse);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
}
.h-hero__meta .motto { font-style: italic; text-transform: none; letter-spacing: 0; color: rgba(255,255,255,.7); font-family: var(--font-sans); font-size: 0.875rem; }

.h-hero__scroll {
  position: absolute;
  right: clamp(1.25rem, 4vw, 2.5rem);
  bottom: clamp(1.5rem, 4vh, 2.5rem);
  z-index: 2;
  width: 40px; height: 40px;
  border: 1px solid var(--rule-inverse-strong);
  border-radius: 999px;
  background: transparent;
  color: rgba(255,255,255,.85);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.h-hero__scroll:hover { background: var(--signal); border-color: var(--signal); color: #fff; transform: translateY(2px); }
.h-hero__scroll svg { animation: h-bob 2.4s ease-in-out infinite; }
@keyframes h-bob { 0%,100% { transform: translateY(-1px);} 50% { transform: translateY(2px);} }

/* h-link: not the .btn vocabulary — sharper, blueprint feel */
.h-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.005em;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .12s ease, gap .2s ease;
  line-height: 1;
}
.h-link svg { transition: transform .25s ease; flex-shrink: 0; }
.h-link:hover svg { transform: translateX(4px); }
.h-link:active { transform: translateY(1px); }
.h-link--primary {
  background: var(--signal);
  color: #fff;
  border-color: var(--signal);
}
.h-link--primary:hover { background: var(--signal-hover); border-color: var(--signal-hover); color: #fff; text-decoration: none; }
.h-link--ghost {
  border-color: rgba(255,255,255,.32);
  color: #fff;
}
.h-link--ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; color: #fff; text-decoration: none; }
.h-link--inverse { /* same as ghost but lives on dark surfaces only — alias */ }
.h-link--lg { padding: 1.125rem 1.625rem; font-size: 1rem; }
.h-link--inline {
  padding: 0.5rem 0;
  border-color: transparent;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: var(--ink);
}
.h-link--inline:hover { color: var(--signal); text-decoration: none; }

/* WhatsApp-bound CTA: WA brand green, takes precedence over ghost/primary
   variants when applied. Apply to any link/button that opens wa.me/... */
.h-link--wa,
.h-link.h-link--wa {
  background: var(--wa, #25D366);
  color: #fff;
  border-color: var(--wa, #25D366);
  box-shadow: 0 2px 8px rgba(37,211,102,.20);
}
.h-link--wa:hover,
.h-link.h-link--wa:hover {
  background: var(--wa-hover, #1ebe5d);
  border-color: var(--wa-hover, #1ebe5d);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(37,211,102,.32);
}

/* On light sections, ghost variant flips */
section.h-cap .h-link--ghost,
section.h-feature .h-link--ghost,
section.h-refs .h-link--ghost,
section.h-stats .h-link--ghost {
  color: var(--ink);
  border-color: var(--rule-strong);
}
section.h-cap .h-link--ghost:hover,
section.h-feature .h-link--ghost:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

/* ────────── CAPABILITIES (hairline rows, no cards) ───────────────────── */
.h-cap {
  background: var(--paper);
  padding: clamp(4rem, 9vh, 7rem) 0;
  border-top: 1px solid var(--rule);
}
.h-cap > * { max-width: 1320px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
/* Bento layout: 3 cards, each = cover image + body (title, lede, sub-items, CTA).
   Mobile: single column stack. Desktop: 3 equal columns. */
.h-cap__bento {
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .h-cap__bento { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .h-cap__bento { grid-template-columns: repeat(3, 1fr); } }

.h-cap__card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--rule);
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.16,.84,.3,1), transform .7s cubic-bezier(.16,.84,.3,1), border-color .25s ease, transform .35s ease;
}
.h-cap__card.is-in { opacity: 1; transform: none; }
.h-cap__card:nth-child(2).is-in { transition-delay: .08s; }
.h-cap__card:nth-child(3).is-in { transition-delay: .16s; }
.h-cap__card:hover { border-color: var(--rule-strong); }

/* Promote 2nd card on tablet so 2-col grid doesn't leave a 3rd-row dangler */
@media (min-width: 700px) and (max-width: 1023px) {
  .h-cap__card:last-child { grid-column: 1 / -1; }
  .h-cap__card:last-child .h-cap__cover { aspect-ratio: 21 / 9; }
}

/* Cover: hero image with mono ordinal pinned top-right and kicker bottom-left */
.h-cap__cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink);
  text-decoration: none;
  isolation: isolate;
}
.h-cap__cover img,
.h-cap__cover picture {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .9s cubic-bezier(.16,.84,.3,1), filter .35s ease;
  filter: grayscale(.2) contrast(1.05) brightness(.92);
  will-change: transform, filter;
}
.h-cap__card:hover .h-cap__cover img { transform: scale(1.04); filter: grayscale(0) contrast(1.05) brightness(1); }
/* Diagonal scrim so the kicker stays readable on any photo */
.h-cap__cover::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,19,34,.05) 0%, rgba(10,19,34,.0) 35%, rgba(10,19,34,.65) 100%);
  pointer-events: none;
}
.h-cap__num {
  position: absolute;
  top: 0.875rem; right: 1rem;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,.95);
  background: rgba(10,19,34,.65);
  padding: 0.25rem 0.5rem;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.h-cap__kicker {
  position: absolute;
  left: 1rem; bottom: 0.875rem;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--signal);
  background: rgba(10,19,34,.55);
  padding: 0.25rem 0.625rem;
  border-left: 2px solid var(--signal);
}

/* Body: title + lede + items + CTA */
.h-cap__body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: clamp(1.125rem, 2vw, 1.5rem) clamp(1.125rem, 2vw, 1.5rem) clamp(1.25rem, 2.2vw, 1.625rem);
  flex: 1;
}
.h-cap__title {
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}
.h-cap__lede {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
}
.h-cap__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  border-top: 1px solid var(--rule);
  padding-top: 0.875rem;
}
.h-cap__items li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.h-cap__items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 1px;
  background: var(--signal);
}
.h-cap__items a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease, color .15s ease;
}
.h-cap__items a:hover {
  color: var(--color-primary-darker);
  border-bottom-color: var(--signal);
}
.h-cap__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  align-self: start;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--ink);
  transition: color .2s, border-color .2s, gap .2s;
}
.h-cap__cta:hover { color: var(--signal); border-color: var(--signal); gap: 0.75rem; }
.h-cap__cta svg { transition: transform .25s ease; }
.h-cap__cta:hover svg { transform: translateX(3px); }

/* ────────── DOCUMENTATION (bento gallery) ────────────────────────────── */
.h-doc {
  background: var(--paper-soft);
  padding: clamp(4rem, 9vh, 7rem) 0;
  border-top: 1px solid var(--rule);
}
.h-doc > * { max-width: 1320px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.h-doc__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
.h-doc__cell {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s cubic-bezier(.16,.84,.3,1), transform .8s cubic-bezier(.16,.84,.3,1);
}
.h-doc__cell.is-in { opacity: 1; transform: none; }
.h-doc__cell:nth-child(2) { transition-delay: .08s; }
.h-doc__cell:nth-child(3) { transition-delay: .16s; }
.h-doc__cell:nth-child(4) { transition-delay: .24s; }
.h-doc__cell:nth-child(5) { transition-delay: .32s; }
.h-doc__cell img,
.h-doc__cell picture {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(.16,.84,.3,1), filter .4s ease;
  filter: grayscale(.18) contrast(1.04);
}
.h-doc__cell:hover img { transform: scale(1.05); filter: grayscale(0) contrast(1.04); }
.h-doc__cell figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.875rem 1rem;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
  background: linear-gradient(180deg, rgba(10,19,34,0) 0%, rgba(10,19,34,.85) 100%);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  pointer-events: none;
}
.h-doc__cell figcaption .num {
  display: inline-block;
  padding: 2px 6px;
  background: var(--signal);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (min-width: 700px) {
  .h-doc__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(180px, auto);
  }
}
@media (min-width: 1024px) {
  .h-doc__grid {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: dense;
    gap: 0.875rem;
  }
  .h-doc__cell { aspect-ratio: auto; }
  .h-doc__cell--lg {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 540px;
  }
  .h-doc__cell:not(.h-doc__cell--lg) {
    min-height: 262px;
  }
}

/* ────────── SEKTOR (geometric-marked grid + WebGL liquid bg) ─────────── */
.h-sektor {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: clamp(4rem, 9vh, 6.5rem) 0;
  border-top: 1px solid var(--ink-soft);
  overflow: hidden;
  isolation: isolate;
}
/* Static fallback gradient (visible until WebGL boots, and as
   prefers-reduced-motion fallback when JS bails out). Layered with
   radial-gradients to evoke the liquid-gradient feel without animation. */
.h-sektor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(60% 80% at 18% 22%, rgba(59,140,237,.32) 0%, transparent 60%),
    radial-gradient(50% 70% at 82% 30%, rgba(98,168,245,.22) 0%, transparent 65%),
    radial-gradient(55% 75% at 30% 78%, rgba(31, 95,184,.30) 0%, transparent 60%),
    radial-gradient(45% 65% at 78% 82%, rgba(22, 63,122,.45) 0%, transparent 55%),
    linear-gradient(180deg, #0a1322 0%, #14233b 100%);
  pointer-events: none;
  transition: opacity .6s ease;
}
/* WebGL canvas mount; the JS appends a <canvas> child sized to fill */
.h-sektor__webgl {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity .8s ease;
}
.h-sektor__webgl.is-ready { opacity: 1; }
/* Once liquid is ready, fade the static fallback to keep it as a quiet base */
.h-sektor:has(.h-sektor__webgl.is-ready)::before { opacity: .15; }
/* Slight inner darkening at top + bottom edges so headers/cells have contrast */
.h-sektor::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10,19,34,.55) 0%, rgba(10,19,34,0) 14%, rgba(10,19,34,0) 86%, rgba(10,19,34,.6) 100%);
  pointer-events: none;
}
.h-sektor > *:not(.h-sektor__webgl) {
  position: relative;
  z-index: 3;             /* above ::before fallback bg, ::after edge scrim, and webgl canvas */
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.h-sektor .h-section-num { color: rgba(255,255,255,.65); }
.h-sektor .h-section-num::before { background: rgba(255,255,255,.45); }
.h-sektor .h-section-title { color: #fff; }
.h-sektor .h-section-sub { color: rgba(255,255,255,.65); }

.h-sektor__grid {
  position: relative;
  z-index: 3;
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 2.5rem) !important;
  padding-right: clamp(1.25rem, 4vw, 2.5rem) !important;
  display: grid;
  gap: 1px;
  background: rgba(255,255,255,.16);
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .h-sektor__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .h-sektor__grid { grid-template-columns: repeat(3, 1fr); } }

.h-sektor__cell {
  margin: 0;
  background: var(--ink);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s cubic-bezier(.16,.84,.3,1), transform .7s cubic-bezier(.16,.84,.3,1);
}
.h-sektor__cell.is-in { opacity: 1; transform: none; }
.h-sektor__cell:nth-child(2) { transition-delay: .06s; }
.h-sektor__cell:nth-child(3) { transition-delay: .12s; }
.h-sektor__cell:nth-child(4) { transition-delay: .18s; }
.h-sektor__cell:nth-child(5) { transition-delay: .24s; }
.h-sektor__cell:nth-child(6) { transition-delay: .30s; }
.h-sektor__cell:nth-child(7) { transition-delay: .36s; }
.h-sektor__cell:nth-child(8) { transition-delay: .42s; }
.h-sektor__cell:nth-child(9) { transition-delay: .48s; }

.h-sektor__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 1.625rem;
  min-height: 240px;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  z-index: 1;
}
.h-sektor__link:hover { color: #fff; text-decoration: none; }
.h-sektor__link:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: -3px;
}
.h-sektor__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

/* Per-cell photo backdrop. Layers under the cell content; liquid gradient
   shows in the section padding around the grid, not behind the cells. */
.h-sektor__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.h-sektor__bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,19,34,.55) 0%, rgba(10,19,34,.78) 100%),
    linear-gradient(110deg, rgba(10,19,34,.45) 0%, rgba(10,19,34,.7) 100%);
  pointer-events: none;
  transition: opacity .35s ease;
}
.h-sektor__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.7) contrast(1.05) brightness(.85);
  transition: filter .5s ease, transform .8s cubic-bezier(.16,.84,.3,1);
  will-change: transform, filter;
}
.h-sektor__cell:hover .h-sektor__bg img {
  filter: grayscale(0.1) contrast(1.05) brightness(1);
  transform: scale(1.04);
}
.h-sektor__cell:hover .h-sektor__bg::after {
  opacity: 0.78;
}

.h-sektor__num {
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,.45);
  flex-shrink: 0;
  padding-top: 0.625rem;
}
.h-sektor__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--signal);
  transition: transform .35s ease;
  flex-shrink: 0;
}
.h-sektor__cell:hover .h-sektor__mark { transform: rotate(-6deg) scale(1.08); }

.h-sektor__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.h-sektor__count {
  font-family: var(--mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--signal);
  font-weight: 600;
}
.h-sektor__name {
  font-size: clamp(1.0625rem, 1.7vw, 1.375rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
}
.h-sektor__anchor {
  font-size: 0.8125rem;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
  font-style: italic;
}

@media (max-width: 600px) {
  .h-sektor__link { min-height: 180px; padding: 1.25rem 1.25rem 1.375rem; }
  .h-sektor__name { font-size: 1.0625rem; }
}

/* ────────── FEATURE (full-bleed image + editorial copy) ──────────────── */
.h-feature {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--paper-soft);
  border-top: 1px solid var(--rule);
  position: relative;
}
.h-feature__media {
  position: relative;
  background: var(--ink);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.h-feature__media img,
.h-feature__media .h-feature__img,
.h-feature__media picture {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.h-feature__copy {
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 56ch;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.16,.84,.3,1), transform .8s cubic-bezier(.16,.84,.3,1);
}
.h-feature__copy.is-in { opacity: 1; transform: none; }
.h-feature__title {
  font-size: clamp(1.75rem, 3.6vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
  font-weight: 700;
}
.h-feature__lede {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}
.h-feature__points {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink);
}
.h-feature__points li {
  padding-left: 1.625rem;
  position: relative;
}
.h-feature__points li::before {
  content: "";
  position: absolute; left: 0; top: 0.6em;
  width: 1rem; height: 1px;
  background: var(--signal);
}
.h-feature__points b { color: var(--ink); font-weight: 700; }

@media (min-width: 1024px) {
  .h-feature { grid-template-columns: 1.1fr 1fr; align-items: stretch; }
  .h-feature__media { aspect-ratio: auto; min-height: 560px; }
  .h-feature__copy { padding: clamp(4rem, 7vw, 6rem) clamp(2.5rem, 5vw, 4.5rem); justify-content: center; }
}

/* ────────── STATS (mono numerals on dark band) ───────────────────────── */
.h-stats {
  background: var(--ink);
  color: #fff;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  border-top: 1px solid var(--ink-soft);
}
.h-stats__row {
  list-style: none;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1320px;
  display: grid;
  gap: 1px;
  background: var(--rule-inverse);
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 800px) { .h-stats__row { grid-template-columns: repeat(4, 1fr); } }
.h-stats__cell {
  background: var(--ink);
  padding: 1.5rem clamp(1rem, 2.5vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.h-stats__cell::before {
  content: "";
  position: absolute;
  left: clamp(1rem, 2.5vw, 2rem); top: 0;
  width: 24px; height: 1px;
  background: var(--signal);
}
.h-stats__num {
  font-family: var(--mono);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.h-stats__lbl {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,.55);
  font-weight: 500;
  font-family: var(--mono);
}

/* ────────── REFERENCES (spec-sheet table) ────────────────────────────── */
.h-refs {
  background: var(--paper);
  padding: clamp(4rem, 9vh, 7rem) 0;
}
.h-refs > * { max-width: 1320px; margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 2.5rem); }
.h-refs__table {
  width: 100%;
  max-width: calc(1320px - clamp(2.5rem, 8vw, 5rem));
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 0.9375rem;
  table-layout: auto;
}
.h-refs__table thead th {
  text-align: left;
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
  cursor: default;
  user-select: none;
  white-space: nowrap;
}
.h-refs__table thead th[data-sort] { cursor: pointer; }
.h-refs__table thead th[data-sort]:hover { color: var(--ink); }
.h-refs__table thead th[data-sort]::after {
  content: "↕";
  display: inline-block;
  margin-left: 0.5rem;
  opacity: .35;
  font-size: 0.85em;
  transition: opacity .2s ease;
}
.h-refs__table thead th[data-sort]:hover::after { opacity: .75; }
.h-refs__table thead th[aria-sort="ascending"]::after { content: "↑"; opacity: 1; color: var(--signal); }
.h-refs__table thead th[aria-sort="descending"]::after { content: "↓"; opacity: 1; color: var(--signal); }
.h-refs__table th.num,
.h-refs__table td.num {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  color: var(--color-text-faint);
  text-align: left;
  width: 3.25rem;
  padding-left: 0;
}
.h-refs__table tbody td {
  padding: 1rem;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
  line-height: 1.45;
  color: var(--ink);
  transition: background .15s ease, color .15s ease;
}
.h-refs__table tbody tr {
  position: relative;
  transition: background .15s ease;
}
.h-refs__table tbody tr:hover td { background: var(--paper-soft); }
.h-refs__table tbody tr:hover td.num { color: var(--signal); }
.h-refs__table td.client { font-weight: 600; min-width: 14rem; }
.h-refs__table td.scope { color: var(--color-text-muted); }
.h-refs__table td.sector {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.h-refs__table td.spec {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--color-text-muted);
  letter-spacing: 0.01em;
  min-width: 11rem;
}
.h-refs__table td.year {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  color: var(--color-text-faint);
  text-align: right;
  white-space: nowrap;
}
/* Hide spec column on tablets to keep table readable; year stays */
@media (max-width: 1024px) {
  .h-refs__table .spec-col { display: none; }
}
@media (max-width: 800px) {
  /* Mobile spec-card: each row is a compact 2-col grid.
     [ № ][ client                              ]
     [   ][ scope (muted)                       ]
     [   ][ SECTOR (mono small caps)            ]
     Reduces row height ~40% and visually anchors № to its row. */
  .h-refs__table thead { display: none; }
  .h-refs__table tbody tr {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    column-gap: 0.75rem;
    row-gap: 0.25rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--rule);
  }
  .h-refs__table tbody tr:first-child { padding-top: 0.5rem; }
  .h-refs__table tbody td {
    border: 0;
    padding: 0;
  }
  .h-refs__table td.num {
    grid-column: 1;
    grid-row: 1 / span 3;
    font-family: var(--mono);
    color: var(--signal);
    font-size: 0.75rem;
    line-height: 1.4;
    padding-top: 0.125rem;
    width: auto;
  }
  .h-refs__table td.client {
    grid-column: 2;
    grid-row: 1;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
    min-width: 0;
  }
  .h-refs__table td.scope {
    grid-column: 2;
    grid-row: 2;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--color-text-muted);
  }
  .h-refs__table td.sector {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0.125rem;
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
    color: var(--color-text-faint);
  }
  .h-refs__table td.spec,
  .h-refs__table td.year { display: none; }
  .h-refs__table tbody tr:hover td { background: transparent; }
}

/* ────────── CERTS (logo ledger grid) ─────────────────────────────────── */
.h-certs {
  background: var(--paper);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.h-certs__title {
  max-width: 1320px;
  margin: 0 auto 1.5rem;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}
.h-certs__grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--rule);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (min-width: 600px) { .h-certs__grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) { .h-certs__grid { grid-template-columns: repeat(8, 1fr); } }

/* 3-cell variant for the compliance-cert ledger (only 3 entries) */
.h-certs__grid--3 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px)  { .h-certs__grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .h-certs__grid--3 { grid-template-columns: repeat(3, 1fr); max-width: 880px; margin-left: auto; margin-right: auto; } }

/* Partner ledger: visually distinct from cert ledger via a different top
   border accent + reduced top padding (immediately follows the cert section) */
.h-certs--partners {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 0;
}
.h-certs--partners .h-certs__title { color: var(--ink); }

/* TKDN self-assessment annotation + footnote */
.h-certs__note {
  font-family: var(--mono);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-text-faint);
  margin-left: 0.25rem;
  vertical-align: baseline;
  text-transform: lowercase;
}
.h-certs__footnote {
  max-width: 1320px;
  margin: 0.875rem auto 0;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--color-text-faint);
  font-style: italic;
}
.h-certs__footnote strong {
  font-style: normal;
  font-family: var(--mono);
  font-weight: 500;
  color: var(--color-text-muted);
}

.h-certs__cell {
  background: var(--paper);
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  text-align: center;
  min-height: 140px;
  transition: background .25s ease;
}
.h-certs__cell:hover { background: var(--paper-soft); }

.h-certs__logo {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
}
.h-certs__logo img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Subtle desaturation by default; pop on hover for a "real-but-restrained" feel */
  filter: grayscale(0.55) opacity(0.78);
  transition: filter .25s ease;
}
.h-certs__cell:hover .h-certs__logo img { filter: grayscale(0) opacity(1); }

.h-certs__caption {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
}
.h-certs__name {
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.h-certs__desc {
  font-size: 0.6875rem;
  color: var(--color-text-faint);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

/* ────────── PATHS — varied-CTA strip after Stats (4 entry points) ─────── */
.h-paths {
  background: var(--paper-soft);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.h-paths__grid {
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  gap: 1px;
  background: var(--rule);
  grid-template-columns: 1fr;
}
@media (min-width: 600px)  { .h-paths__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .h-paths__grid { grid-template-columns: repeat(4, 1fr); } }
.h-paths__card {
  background: var(--paper);
  padding: 1.5rem 1.5rem 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
  transition: background .2s ease;
}
.h-paths__card:hover { background: #fff; }
.h-paths__num {
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--signal);
  background: rgba(59,140,237,.10);
  width: max-content;
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
}
.h-paths__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.h-paths__desc {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
  flex: 1;
}
.h-paths__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  align-self: start;
  font-family: var(--mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--ink);
  transition: color .15s, border-color .15s, gap .15s;
}
.h-paths__cta:hover { color: var(--signal); border-color: var(--signal); gap: 0.625rem; }
.h-paths__cta svg { transition: transform .25s ease; }
.h-paths__cta:hover svg { transform: translateX(3px); }

/* WA variant: same shape, WhatsApp green color + bg accent on the chip */
.h-paths__card--wa .h-paths__num {
  background: var(--wa, #25D366);
  color: #fff;
}
.h-paths__card--wa .h-paths__cta {
  color: var(--wa, #25D366);
  border-bottom-color: var(--wa, #25D366);
}
.h-paths__card--wa .h-paths__cta:hover {
  color: var(--wa-hover, #1ebe5d);
  border-bottom-color: var(--wa-hover, #1ebe5d);
}
/* ────────── FAQ (long-tail Q&A accordion) ────────────────────────────── */
.h-faq {
  background: var(--paper);
  padding: clamp(4rem, 9vh, 7rem) 0;
  border-top: 1px solid var(--rule);
}
.h-faq > * {
  max-width: 980px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.h-faq__list {
  list-style: none;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  border-top: 1px solid var(--rule-strong);
}
.h-faq__item {
  border-bottom: 1px solid var(--rule);
}
.h-faq__item details {
  width: 100%;
}
.h-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 2.5rem 1fr 2rem;
  align-items: baseline;
  gap: 0.75rem;
  padding: 1.25rem 0;
  user-select: none;
  transition: color .2s ease;
}
.h-faq__item summary::-webkit-details-marker { display: none; }
.h-faq__item summary::after {
  content: "+";
  grid-column: 3;
  justify-self: end;
  align-self: center;
  font-family: var(--mono);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  color: var(--signal);
  transition: transform .25s ease, color .2s ease;
}
.h-faq__item details[open] summary::after {
  content: "−";
  transform: scale(1.05);
}
.h-faq__item summary:hover { color: var(--color-primary-darker); }
.h-faq__item summary:hover::after { color: var(--color-primary-dark); }
.h-faq__item summary:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}
.h-faq__num {
  grid-column: 1;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-text-faint);
  align-self: center;
}
.h-faq__q {
  grid-column: 2;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.h-faq__answer {
  padding: 0 0 1.5rem 3.25rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  max-width: 72ch;
}
.h-faq__answer p { margin: 0; }
@media (max-width: 600px) {
  .h-faq__item summary { grid-template-columns: 2rem 1fr 1.5rem; gap: 0.5rem; padding: 1rem 0; }
  .h-faq__answer { padding-left: 2.5rem; }
  .h-faq__q { font-size: 0.9375rem; }
}

/* ────────── DOWNLOADS (PDF brochures + data sheets) ──────────────────── */
.h-dl {
  background: var(--paper-soft);
  padding: clamp(4rem, 9vh, 7rem) 0;
  border-top: 1px solid var(--rule);
}
.h-dl > *:not(.h-dl__grid) {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.h-dl__grid {
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .h-dl__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .h-dl__grid { grid-template-columns: repeat(3, 1fr); } }

.h-dl__card {
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.h-dl__card:hover {
  border-color: var(--signal);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(15,28,46,.06);
}
.h-dl__link {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.75rem;
  padding: 1.375rem 1.5rem 1.5rem;
  text-decoration: none;
  color: var(--ink);
  height: 100%;
}
.h-dl__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 44px;
  color: var(--signal);
  flex-shrink: 0;
}
.h-dl__icon svg {
  display: block;
  transition: transform .35s ease;
}
.h-dl__card:hover .h-dl__icon svg { transform: scale(1.06); }
.h-dl__body {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.h-dl__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.h-dl__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.h-dl__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.25rem;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-faint);
}
.h-dl__type {
  background: var(--signal);
  color: #fff;
  padding: 0.125rem 0.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.h-dl__sep { opacity: 0.5; }
.h-dl__cta {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  padding-top: 0.875rem;
  border-top: 1px solid var(--rule);
  transition: color .2s ease, gap .2s ease;
  align-self: end;
  justify-self: start;
}
.h-dl__card:hover .h-dl__cta {
  color: var(--signal);
  gap: 0.625rem;
}
.h-dl__cta svg { transition: transform .35s ease; }
.h-dl__card:hover .h-dl__cta svg { transform: translateY(2px); }

/* ────────── END CTA (full-bleed dark with image) ─────────────────────── */
.h-end {
  position: relative;
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid var(--ink-soft);
}
.h-end__bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.h-end__bg img, .h-end__img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(.25) brightness(.55) contrast(1.05);
}
.h-end__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(10,19,34,.92) 0%, rgba(10,19,34,.7) 50%, rgba(10,19,34,.55) 100%);
}
.h-end__copy {
  position: relative; z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
  display: grid;
  gap: 1.25rem;
  max-width: min(54rem, calc(1320px - 5rem));
  margin: 0 auto;
}
.h-end__copy .h-section-num { color: rgba(255,255,255,.7); }
.h-end__copy .h-section-num::before { background: rgba(255,255,255,.5); }
.h-end__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  color: #fff;
  font-weight: 700;
  max-width: 22ch;
}
.h-end__lede {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  color: rgba(255,255,255,.78);
  margin: 0;
  max-width: 56ch;
}
.h-end__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1rem;
}

/* Footer spacing tweak on home (no double margin under closing CTA) */
body.page-home .site-footer { margin-top: 0; }
