.inner-page {
  padding-top: var(--header-h);
}

.site-header {
  background: rgba(10, 8, 9, 0.92);
  border-bottom-color: var(--line);
  backdrop-filter: blur(16px);
}

.inner-hero {
  position: relative;
  padding: clamp(3.5rem, 9vw, 7rem) 0 2.5rem;
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, rgba(107, 28, 42, 0.24), transparent 58%),
    linear-gradient(180deg, #140c10 0%, var(--ink) 100%);
  pointer-events: none;
}

.inner-hero .wrap {
  position: relative;
}

.inner-hero h1 {
  max-width: 16ch;
}

.inner-copy {
  padding: 0 0 var(--section);
}

.inner-copy .reading p,
.inner-copy .reading li {
  color: var(--parchment);
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crumb a {
  color: var(--gold);
  text-decoration: none;
}

.crumb a:hover {
  text-decoration: underline;
}

.legal-list {
  max-width: var(--measure);
}

.gateway {
  min-height: calc(100dvh - var(--header-h));
  display: grid;
  align-items: center;
  padding: 4rem 0 5rem;
}

.gateway-card {
  max-width: 36rem;
}

.nav-desktop a[aria-current="page"] {
  color: var(--ivory);
}
.inner-hero h1 {
  max-width: 18ch;
}

.inner-hero .lead {
  max-width: 38rem;
  color: var(--parchment);
}

.inner-copy h2 {
  margin-top: 2.4rem;
}

.inner-copy h2:first-child {
  margin-top: 0;
}

.inner-copy h3 {
  margin-top: 1.6rem;
}

.copy-figure {
  margin: 1.8rem 0 2rem;
  border: 1px solid var(--line);
  background: #12090c;
  overflow: hidden;
}

.copy-figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.copy-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.4rem;
}

.copy-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2.1rem;
  border-top: 1px solid rgba(196, 165, 116, 0.12);
}

.copy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 1.1rem;
  height: 1px;
  background: var(--gold);
}