.notfound-hero { min-height: 78vh; display: flex; align-items: center; justify-content: center; padding: 9rem var(--col-pad) 4rem; text-align: center; }
  .notfound-inner { max-width: 560px; }
  .notfound-kicker { font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 1.5rem; }
  .notfound-number { font-family: var(--serif); font-size: clamp(4rem, 12vw, 7rem); font-weight: 400; line-height: 1; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 1.25rem; }
  .notfound-number em { font-style: italic; color: var(--accent); }
  .notfound-lead { font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: var(--ink-mid); margin-bottom: 2.5rem; }
  .notfound-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
