/* ============================================================
   Atypisch — Homepage CSS
   Extracted from: ontwerp/Atypisch Design System/homepage_refined.html
   All inline styles from mockup converted to CSS classes.
   ============================================================ */

/* ─── Page-level — full bleed model ─── */
.bleed-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(32px, 1fr) minmax(0, 1280px) minmax(32px, 1fr);
}
.bleed-row > .bleed-row__main  { grid-column: 2; }
.bleed-row > .bleed-row__left  { grid-column: 1 / 3; }
.bleed-row > .bleed-row__right { grid-column: 2 / 4; }
.bleed-row > .bleed-row__full  { grid-column: 1 / 4; }

/* Section title with marker hanging in left gutter on wide screens */
.gutter-marker {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

/* ─── Masthead — one sliding logo-colour field (header + hero + trust) ─── */
.home-masthead {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #020617;
  color: #fff;
}
.home-masthead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 800%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #020617 0%,
    #061018 9%,
    #1e4a8c 18%,
    #3b6db8 24%,
    #3a1560 32%,
    #4a1870 36%,
    #e91e63 44%,
    #020617 50%,
    #061018 59%,
    #1e4a8c 68%,
    #3b6db8 74%,
    #3a1560 82%,
    #4a1870 86%,
    #e91e63 94%,
    #020617 100%
  );
  animation: home-heroDrift 40s linear infinite;
}
.home-masthead > * { position: relative; z-index: 1; }

/* ─── Hero ─── */
.home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 160px 0 110px;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 22%, rgba(255,255,255,0.10), transparent 52%);
  pointer-events: none;
  z-index: 0;
}
.home-hero > * { position: relative; z-index: 1; }

@keyframes home-heroDrift {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Topbar — transparent at top, solidifies on scroll */
.home-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--atyp-z-header);
  padding: 22px 0;
  transition: background-color 280ms ease, padding 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
  border-bottom: 1px solid transparent;
}
.home-topbar.is-scrolled {
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom-color: var(--ax2-rule-soft);
  padding: 14px 0;
  box-shadow: 0 1px 0 rgba(15,23,42,0.02);
}
.home-topbar.is-scrolled .home-topbar__brand img { filter: none; }
.home-topbar.is-scrolled .home-topbar__nav a {
  color: var(--ax2-ink-soft);
}
.home-topbar.is-scrolled .home-topbar__nav a:hover,
.home-topbar.is-scrolled .home-topbar__nav a.is-current {
  color: var(--ax2-ink);
}
.home-topbar.is-scrolled .home-topbar__cta {
  background: var(--ax2-ink);
  border-color: var(--ax2-ink);
  color: #fff;
}
.home-topbar.is-scrolled .home-topbar__cta:hover {
  background: #1a2332;
  border-color: #1a2332;
}
.home-topbar__inner {
  max-width: none;
  margin: 0;
  padding: 0 32px;
  display: flex; align-items: center; gap: 32px;
}
.home-topbar__brand img {
  height: 22px; width: auto; display: block;
  filter: brightness(0) invert(1);
}
.home-topbar__nav {
  display: flex; gap: 28px; flex: 1; justify-content: center;
}
.home-topbar__nav a {
  font-family: var(--atyp-font-heading);
  font-size: 0.92rem; font-weight: 500;
  color: rgba(255,255,255,0.7); text-decoration: none;
  letter-spacing: -0.005em;
}
.home-topbar__nav a:hover,
.home-topbar__nav a.is-current { color: #fff; }
.home-topbar__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; font-family: var(--atyp-font-heading); font-size: 0.85rem; font-weight: 600;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease;
}
.home-topbar__cta:hover {
  background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.4);
}
.home-topbar.is-scrolled .site-header__burger span { background: var(--ax2-ink); }

/* Hero inner layout */
.home-hero__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr; gap: 64px; align-items: end;
}
.home-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--atyp-font-mono); font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(45,212,191,0.95); margin-bottom: 32px;
}
.home-eyebrow::before {
  content: ""; width: 22px; height: 1px; background: rgba(45,212,191,0.55);
}
.home-title {
  font-family: var(--atyp-font-hero); font-weight: 700;
  font-size: clamp(2.4rem, 5.8vw, 4.4rem);
  letter-spacing: -0.03em; line-height: 1.02;
  color: #fff; margin: 0 0 18px;
  max-width: 22ch; text-wrap: balance;
}
.home-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: rgba(241,245,249,0.8);
  max-width: 38rem; line-height: 1.5; margin: 0 0 40px;
}
.home-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Hero button overrides */
.home-hero .ax2-btn--accent {
  background: #2dd4bf; color: #050f14; border-color: #2dd4bf;
}
.home-hero .ax2-btn--accent:hover {
  background: #5eead4; border-color: #5eead4;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(45,212,191,0.35);
}
.home-hero .ax2-btn--ghost { color: #fff; border-color: rgba(255,255,255,0.28); }
.home-hero .ax2-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.04); }

/* Hero side facts */
.home-facts { display: flex; flex-direction: column; }
.home-fact { padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.home-fact:last-child { border-bottom: 1px solid rgba(255,255,255,0.16); }
.home-fact__k {
  font-family: var(--atyp-font-mono); font-size: 0.72rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 6px;
}
.home-fact__v {
  font-family: var(--atyp-font-heading); font-weight: 500;
  font-size: 1.05rem; color: #fff; letter-spacing: -0.01em;
}

/* ─── Gradient rule — full bleed ─── */
.home-gradient-rule {
  height: 2px;
  background: var(--atyp-logo-gradient);
  width: 100%;
}

/* ─── Section: TRUST STRIP ─── */
.home-trust {
  background: transparent;
  color: rgba(255,255,255,0.6);
  padding: 36px 0;
}
.home-trust__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr; gap: 24px;
  align-items: center;
}
.home-trust__label {
  font-family: var(--atyp-font-mono); font-size: 0.72rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.4);
  white-space: nowrap;
  margin: 0;
  align-self: center;
}
.home-trust__marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  flex: 1;
}
.home-trust__track {
  display: inline-flex;
  gap: 64px;
  animation: home-trust-scroll 40s linear infinite;
  white-space: nowrap;
  padding-right: 64px;
}
.home-trust:hover .home-trust__track { animation-play-state: paused; }
.home-trust__logo {
  font-family: var(--atyp-font-heading); font-weight: 500;
  font-size: 0.95rem; color: rgba(255,255,255,0.6);
  letter-spacing: -0.01em; white-space: nowrap;
  display: inline-flex;
}
@keyframes home-trust-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── Section: FEATURED PRODUCTS ─── */
.home-products {
  padding: 110px 0 100px;
  background: var(--ax2-paper);
}
.home-products__head {
  max-width: 1280px; margin: 0 auto 48px;
  padding: 0 32px;
}
.home-products__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.home-products__grid {
  display: grid; grid-template-columns: 1fr; gap: 24px;
}
.home-products__foot {
  margin-top: 36px;
}
.home-products__updates {
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid var(--ax2-rule);
}
.home-products__updates h3 {
  font-family: var(--atyp-font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ax2-ink-faint);
  margin: 0 0 24px;
}

/* ─── Featured product banner — cinematic horizontal band ─── */
/* ─── Featured product banner — cinematic horizontal band ─── */
.home-feat-prod {
  --fp-accent: #ff5a00;
  position: relative;
  margin: 0 0 56px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  isolation: isolate;
  min-width: 0;
  max-width: 100%;
}
.home-feat-prod__body {
  position: relative; z-index: 2;
  padding: 52px 48px;
  display: flex; flex-direction: column;
  justify-content: center;
}
.home-feat-prod__flag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--atyp-font-mono);
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin: 0 0 22px;
}
.home-feat-prod__flag::before {
  content: ""; width: 7px; height: 7px; border-radius: 999px;
  background: var(--fp-accent); box-shadow: 0 0 0 4px rgba(255,255,255,0.12);
}
.home-feat-prod__logo {
  height: 40px; width: auto; max-width: 220px;
  display: block; margin: 0 0 22px;
  object-fit: contain; object-position: left center;
}
.home-feat-prod__logo-text {
  font-family: var(--atyp-font-hero); font-weight: 700;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  letter-spacing: -0.02em; line-height: 1;
  color: #fff; margin: 0 0 22px;
}
.home-feat-prod__pitch {
  font-family: var(--atyp-font-hero);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  letter-spacing: -0.02em; line-height: 1.22;
  color: #fff; margin: 0 0 16px; max-width: 20ch;
}
.home-feat-prod__sub {
  font-size: 1.02rem; line-height: 1.6;
  color: rgba(255,255,255,0.72); margin: 0 0 28px; max-width: 42ch;
}
.home-feat-prod__stats {
  display: flex; flex-wrap: wrap; gap: 0;
  margin: 0 0 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.home-feat-prod__stat {
  padding: 16px 26px 16px 0; margin-right: 26px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.home-feat-prod__stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.home-feat-prod__stat b {
  display: block;
  font-family: var(--atyp-font-hero);
  font-weight: 700; font-size: 1.6rem;
  letter-spacing: -0.02em; color: #fff; line-height: 1;
}
.home-feat-prod__stat span {
  display: block; margin-top: 6px;
  font-family: var(--atyp-font-mono);
  font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.home-feat-prod__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.home-feat-prod__btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--atyp-font-heading); font-weight: 600;
  font-size: 0.9rem; text-decoration: none;
  padding: 12px 22px; border-radius: 999px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}
.home-feat-prod__btn--solid { background: var(--fp-accent); color: #fff; }
.home-feat-prod__btn--solid:hover { filter: brightness(1.15); color: #fff; transform: translateY(-1px); }
.home-feat-prod__btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.28); }
.home-feat-prod__btn--ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }
/* Right-side screenshot stage */
.home-feat-prod__stage {
  position: relative; z-index: 1;
  min-height: 300px;
  min-width: 0;
  max-width: 100%;
  padding: 44px 0;
  display: flex; align-items: center; justify-content: flex-end;
  overflow: hidden;
}
.home-feat-prod__screen {
  position: relative;
  width: 92%;
  max-width: 100%;
  min-width: 0;
  margin-right: -2%;
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  background: #0b0f17;
  border: 1px solid rgba(255,255,255,0.12);
  border-right: 0;
  box-shadow: -30px 40px 100px -40px rgba(0,0,0,0.85);
}
.home-feat-prod__screen-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 11px 15px; background: rgba(255,255,255,0.03);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.home-feat-prod__screen-bar i { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,0.16); }
.home-feat-prod__screen-bar i:first-child { background: #ff5f57; }
.home-feat-prod__screen-bar i:nth-child(2) { background: #febc2e; }
.home-feat-prod__screen-bar i:nth-child(3) { background: #28c840; }
.home-feat-prod__screen-bar span { margin-left: 10px; font-family: var(--atyp-font-mono); font-size: 0.68rem; color: rgba(255,255,255,0.4); }
/* Screenshot slider inside window chrome */
.home-feat-prod__slides {
  display: flex; width: 100%; min-width: 0; transition: transform 400ms ease;
}
.home-feat-prod__slides img {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
  background: #0b0f17;
}
.home-feat-prod__slide-nav {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 0; background: rgba(0,0,0,0.3);
}
.home-feat-prod__slide-dot {
  width: 8px; height: 8px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3); background: transparent;
  cursor: pointer; padding: 0; transition: background 160ms ease;
}
.home-feat-prod__slide-dot.is-active { background: #fff; border-color: #fff; }
.home-feat-prod__slide-dot:hover { background: rgba(255,255,255,0.5); }

/* ─── Section: FEATURED PROJECT — compact bento ─── */
.home-featured {
  padding: 110px 0 100px;
  background: var(--ax2-tint);
}
.home-featured__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.home-featured__head { margin-bottom: 36px; }
.home-featured__bento {
  display: grid; grid-template-columns: 1fr; gap: 12px;
}
.home-featured__slider {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--ax2-rule-soft); min-height: 280px;
}
.home-featured__slider .hf-track {
  display: flex; width: 100%; height: 100%;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.home-featured__slider .hf-slide { flex: 0 0 100%; height: 100%; }
.home-featured__slider img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }
.home-featured__slider-nav {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.45), transparent);
}
.home-featured__dots { display: flex; gap: 8px; }
.home-featured__dot {
  width: 8px; height: 8px; border-radius: 999px; border: 0; padding: 0;
  background: rgba(255,255,255,0.45); cursor: pointer; transition: background 200ms ease, transform 200ms ease;
}
.home-featured__dot.is-active { background: #fff; transform: scale(1.3); }
.home-featured__arrows { display: flex; gap: 8px; }
.home-featured__arrow {
  width: 34px; height: 34px; border-radius: 999px;
  background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.30);
  color: #fff; cursor: pointer; backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  transition: background 180ms ease, border-color 180ms ease;
}
.home-featured__arrow:hover { background: rgba(255,255,255,0.28); border-color: #fff; }
.home-featured__arrow:disabled { opacity: 0.4; cursor: not-allowed; }
.home-featured__info {
  border-radius: 16px; padding: clamp(24px, 2.4vw, 32px);
  background:
    radial-gradient(circle at 85% 12%, rgba(45,212,191,0.16), transparent 55%),
    linear-gradient(135deg, #061018 0%, #0a2528 100%);
  color: #fff; display: flex; flex-direction: column; gap: 12px; text-decoration: none;
}
.home-featured__eyebrow {
  font-family: var(--atyp-font-mono); font-size: 0.7rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(45,212,191,0.95);
  display: inline-flex; align-items: center; gap: 10px; margin: 0;
}
.home-featured__eyebrow::before { content: ""; width: 18px; height: 1px; background: rgba(45,212,191,0.55); }
.home-featured__title {
  font-family: var(--atyp-font-hero); font-weight: 700;
  font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -0.025em; line-height: 1.05;
  margin: 2px 0 0; color: #fff;
}
.home-featured__excerpt { font-size: 0.95rem; line-height: 1.5; color: rgba(241,245,249,0.78); margin: 0; }
.home-featured__meta {
  margin-top: auto; display: flex; gap: 20px; flex-wrap: wrap;
  font-family: var(--atyp-font-mono); font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12);
}
.home-featured__meta strong { display: block; color: #fff; font-weight: 600; font-family: var(--atyp-font-heading); font-size: 0.8rem; letter-spacing: 0; text-transform: none; margin-top: 3px; }
.home-featured__cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--atyp-font-heading); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff; text-decoration: none; margin-top: 4px;
}
.home-featured__cta::after { content: "\2192"; transition: transform 200ms ease; }
.home-featured__info:hover .home-featured__cta::after { transform: translateX(4px); }
.home-featured__shot {
  position: relative; border-radius: 16px; overflow: hidden;
  background: var(--ax2-rule-soft); min-height: 160px; text-decoration: none;
}
.home-featured__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-featured__shot-label {
  position: absolute; left: 16px; bottom: 14px;
  font-family: var(--atyp-font-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: #fff; background: rgba(0,0,0,0.35); backdrop-filter: blur(6px);
  padding: 5px 11px; border-radius: 999px;
}

/* ─── Split-line ticker ─── */
.home-tagline-section {
  padding: 140px 0;
  background: var(--ax2-paper);
}
.home-tagline-section__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.home-tagline-section__marker {
  text-align: center;
  margin: 0 0 48px;
}
.home-tagline-section__marker .ax2-marker {
  display: inline-flex;
}
.homepage_hero_splitline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3em;
  font-family: var(--atyp-font-hero);
  font-weight: 500;
  font-size: clamp(2.4rem, 6.5vw, 5.4rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--ax2-ink);
}
.homepage_hero_split_col {
  position: relative;
  height: 1.2em;
  clip-path: inset(-5% 0);
}
.homepage_hero_split_track {
  position: absolute; inset: 0;
}
.homepage_hero_split_word {
  position: absolute; top: 0;
  white-space: nowrap;
  will-change: transform, opacity;
}
.homepage_hero_split_col_left .homepage_hero_split_word {
  right: 0;
}
.homepage_hero_split_col_right .homepage_hero_split_word {
  left: 0;
}
.homepage_hero_split_word_current { transform: translateY(0); opacity: 1; }
.homepage_hero_split_word_next    { transform: translateY(100%); opacity: 0; }

/* Left column — exits up, enters from below */
.homepage_hero_split_col_left .homepage_hero_split_word_current.is-exiting {
  animation: splitExitUp 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.homepage_hero_split_col_left .homepage_hero_split_word_next.is-entering {
  animation: splitEnterFromBelow 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* Right column — exits down, enters from above */
.homepage_hero_split_col_right .homepage_hero_split_word_current.is-exiting {
  animation: splitExitDown 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.homepage_hero_split_col_right .homepage_hero_split_word_next.is-entering {
  animation: splitEnterFromAbove 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
/* Right column teal gradient text */
.homepage_hero_split_col_right .homepage_hero_split_word {
  background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 50%, #5eead4 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-weight: 600;
}

@keyframes splitExitUp         { from { transform: translateY(0);     opacity: 1; } to { transform: translateY(-100%); opacity: 0; } }
@keyframes splitEnterFromBelow { from { transform: translateY(100%);  opacity: 0; } to { transform: translateY(0);     opacity: 1; } }
@keyframes splitExitDown       { from { transform: translateY(0);     opacity: 1; } to { transform: translateY(100%);  opacity: 0; } }
@keyframes splitEnterFromAbove { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0);     opacity: 1; } }

/* ─── Section: SERVICES ─── */
.home-services {
  padding: 110px 0 100px;
}
.home-services__head {
  margin-bottom: 48px;
}

/* ─── Section: EU SPOTLIGHT ─── */
.home-eu {
  background: var(--ax2-ink);
  color: rgba(255,255,255,0.78);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.home-eu__image {
  min-height: 340px;
  background:
    radial-gradient(circle at 35% 40%, rgba(216,27,96,0.32), transparent 55%),
    radial-gradient(circle at 75% 70%, rgba(94,107,192,0.30), transparent 55%),
    linear-gradient(120deg, #1a1530 0%, #2a1b4a 50%, #0d2330 100%);
  position: relative;
  overflow: hidden;
}
.home-eu__image--shot {
  background-size: cover;
  background-position: center;
}
.home-eu__image--shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(26,21,48,0.55) 0%, rgba(13,35,48,0.45) 100%);
}
.home-eu__image-stamp {
  position: absolute; left: 32px; top: 32px; z-index: 1;
  font-family: var(--atyp-font-mono); font-size: 0.72rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  display: inline-flex; align-items: center; gap: 10px;
}
.home-eu__image-stamp::before {
  content: ""; width: 22px; height: 1px; background: rgba(255,255,255,0.5);
}
.home-eu__body {
  padding: 96px 56px;
  max-width: 640px;
  display: flex; flex-direction: column; justify-content: center;
  align-self: center;
}
.home-eu__body h2 { color: #fff; margin: 16px 0 18px; }
.home-eu__body p  { color: rgba(255,255,255,0.7); margin: 0 0 28px; max-width: 36ch; }
.home-eu__projects {
  display: grid; gap: 0;
  margin-top: 32px;
}
.home-eu__project {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  align-items: baseline;
}
.home-eu__project:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
.home-eu__project-name {
  font-family: var(--atyp-font-heading); font-weight: 500;
  font-size: 1rem; color: #fff;
}
.home-eu__project-tag {
  font-family: var(--atyp-font-mono); font-size: 0.7rem;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.home-eu__project-year {
  font-family: var(--atyp-font-mono); font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
}
.home-eu__link {
  margin: 36px 0 0;
}

/* ─── Section: UPDATES ─── */
.home-updates { padding: 110px 0 100px; background: var(--ax2-paper); }
.home-updates__link { margin-top: 32px; }

/* ─── Section: BIG STATEMENT ─── */
.home-statement {
  background: var(--ax2-paper);
  padding: 80px 0 110px;
}
.home-statement__inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
}
.home-statement__quote {
  font-family: var(--atyp-font-hero);
  font-weight: 600;
  font-size: clamp(1.75rem, 4.5vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--ax2-ink);
  text-wrap: balance;
  max-width: 22ch;
  margin: 0;
}
.home-statement__highlight {
  background: linear-gradient(90deg, #14b8a6 0%, #5c6bc0 50%, #d81b60 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.home-statement__foot {
  margin-top: 56px;
  display: grid; grid-template-columns: 1fr; gap: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--ax2-rule);
}

/* ─── Section: CTA ─── */
.home-cta {
  background: var(--ax2-ink);
  color: rgba(255,255,255,0.7);
  padding: 110px 0;
}
.home-cta__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr; gap: 48px;
}
.home-cta__inner h2 { color: #fff; margin: 0 0 20px; max-width: 18ch; }
.home-cta__inner p { color: rgba(255,255,255,0.7); margin: 0 0 32px; max-width: 36ch; }
.home-cta__marker { margin-top: 18px; }

/* Dark-context fact overrides (CTA section) */
.home-cta .ax2-fact {
  border-top-color: rgba(255,255,255,0.16);
}
.home-cta .ax2-fact:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.home-cta .ax2-fact__k { color: rgba(255,255,255,0.5); }
.home-cta .ax2-fact__v { color: #fff; }

/* ─── Footer (homepage variant) ─── */
.home-footer {
  background: var(--ax2-ink);
  color: rgba(255,255,255,0.4);
  padding: 0 0 32px;
  font-family: var(--atyp-font-mono); font-size: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.home-footer__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 64px 32px 0;
  display: grid; grid-template-columns: 1fr; gap: 32px;
}
.home-footer h4 {
  font-family: var(--atyp-font-heading); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff; margin: 0 0 14px;
}
.home-footer ul { list-style: none; margin: 0; padding: 0; }
.home-footer li { margin: 8px 0; }
.home-footer a {
  font-family: var(--atyp-font-heading);
  color: rgba(255,255,255,0.55); font-size: 0.92rem; text-decoration: none;
}
.home-footer a:hover { color: #fff; }
.home-footer__logo {
  height: 26px; width: auto; display: block;
  filter: brightness(0) invert(1) opacity(0.85);
  margin-bottom: 16px;
}
.home-footer__tagline {
  font-family: var(--atyp-font-heading);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin: 0;
  max-width: 30ch;
}
.home-footer__bottom {
  max-width: 1280px; margin: 48px auto 0;
  padding: 24px 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  color: rgba(255,255,255,0.35);
}

/* ─── Homepage body: hide the default site header/footer ─── */
body.is-homepage .site-header { display: none; }
body.is-homepage .site-footer { display: none; }
