.page-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 88px));
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.hero-media { position: absolute; inset: 0 0 0 47%; overflow: hidden; }
[dir="ltr"] .hero-media { inset: 0 47% 0 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.8) contrast(1.05); transform: scale(1.02); transition: transform 8s var(--ease); }
.page-hero:hover .hero-media img { transform: scale(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(16,19,23,.94) 14%, rgba(16,19,23,.12) 75%); }
[dir="ltr"] .hero-shade { background: linear-gradient(270deg, var(--ink) 0%, rgba(16,19,23,.94) 14%, rgba(16,19,23,.12) 75%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 640px) 1fr; align-items: center; padding-block: 64px 52px; }
.hero-copy { align-self: center; }
.hero-copy h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.13; font-weight: 800; }
.hero-lead { max-width: 690px; color: #cbd0d6; font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.9; }
.hero-context { max-width: 670px; margin-bottom: 10px; color: #aeb5bd; font-size: .95rem; line-height: 1.75; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 7px; color: #edf1f5; font-weight: 600; }
.hero-points svg { color: #6da2ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-copy .button--outline { color: white; border-color: #5e646d; }
.hero-copy .button--outline:hover { background: white; color: var(--ink); }
.hero-stamp { align-self: end; justify-self: end; width: 190px; min-height: 190px; display: grid; align-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.38); background: rgba(10,13,18,.32); backdrop-filter: blur(12px); }
.hero-stamp span { font-family: var(--font-display); font-size: .76rem; font-weight: 800; }
.hero-stamp strong { max-width: 130px; font-size: 1rem; text-transform: capitalize; }
.hero-stamp i { color: #91b6ff; font-family: var(--font-display); font-size: 2.4rem; font-style: normal; font-weight: 800; }
