.content-page {
  background: var(--cream);
  color: var(--ink);
}

.content-page .site-header {
  height: 78px;
  background: rgba(7, 16, 29, .96);
  border-color: var(--line-dark);
  backdrop-filter: blur(20px);
}

.content-main {
  overflow: hidden;
}

.content-hero {
  position: relative;
  padding: 148px 0 100px;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 18%, rgba(212, 173, 85, .15), transparent 26rem),
    linear-gradient(145deg, #07101d 0%, #0a1829 72%, #102238 100%);
}

.content-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -1px 46%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 44px;
  color: #aab5c3;
  font-size: 12px;
}

.breadcrumbs a:hover {
  color: var(--gold-light);
}

.breadcrumbs span[aria-hidden="true"] {
  color: #657284;
}

.content-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
}

.content-kicker {
  margin: 0 0 18px;
  color: #866719;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.content-hero .content-kicker,
.ink .content-kicker,
.page-cta .content-kicker {
  color: var(--gold-light);
}

.content-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.25rem, 6.3vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -.058em;
  line-height: .98;
}

.content-hero h1 em {
  color: var(--gold-light);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

.content-lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: #c1cad5;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-aside {
  padding: 28px;
  border: 1px solid rgba(212, 173, 85, .32);
  background: rgba(9, 20, 34, .72);
}

.hero-aside > span {
  display: block;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-aside strong {
  display: block;
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
}

.hero-aside p,
.hero-aside li {
  color: #aeb9c7;
  font-size: 14px;
}

.hero-aside ul {
  margin: 18px 0 0;
  padding: 18px 0 0 18px;
  border-top: 1px solid var(--line-dark);
}

.content-section {
  padding: 100px 0;
  background: var(--cream);
}

.content-section.paper {
  background: var(--paper);
}

.content-section.ink {
  color: var(--text);
  background: #0a1625;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 52px;
}

.section-heading h2,
.content-copy h2,
.page-cta h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.5vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -.052em;
  line-height: 1;
}

.section-heading h2 em,
.content-copy h2 em,
.page-cta h2 em {
  color: #926d1d;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.02em;
}

.ink .section-heading h2 em,
.ink .content-copy h2 em,
.page-cta h2 em {
  color: var(--gold-light);
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: #4c5865;
  font-size: 17px;
}

.ink .section-heading > p:last-child {
  color: #abb6c4;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(48px, 8vw, 105px);
  align-items: start;
}

.content-copy {
  max-width: 760px;
}

.content-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.content-copy h3 {
  margin: 42px 0 12px;
  font-size: 24px;
  letter-spacing: -.035em;
}

.content-copy p,
.content-copy li {
  color: #46525f;
  font-size: 17px;
}

.ink .content-copy p,
.ink .content-copy li {
  color: #afbac7;
}

.content-copy a:not(.button) {
  color: #765817;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ink .content-copy a:not(.button) {
  color: var(--gold-light);
}

.content-copy ul,
.content-copy ol {
  padding-left: 22px;
}

.content-copy li + li {
  margin-top: 9px;
}

.aside-card {
  position: sticky;
  top: 110px;
  padding: 30px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, .32);
}

.ink .aside-card {
  border-color: var(--line-dark);
  background: #101f32;
}

.aside-card h2,
.aside-card h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}

.aside-card p,
.aside-card li {
  color: #52606c;
  font-size: 14px;
}

.ink .aside-card p,
.ink .aside-card li {
  color: #aeb8c5;
}

.aside-card ul {
  margin: 22px 0;
  padding: 20px 0 0 18px;
  border-top: 1px solid var(--line-light);
}

.ink .aside-card ul {
  border-color: var(--line-dark);
}

.aside-card .button {
  width: 100%;
  margin-top: 8px;
}

.decision-grid,
.path-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.decision-card,
.path-card,
.link-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, .28);
}

.ink .decision-card,
.ink .path-card,
.ink .link-card {
  border-color: var(--line-dark);
  background: #101e30;
}

.decision-card > span,
.path-card > span,
.link-card > span {
  color: #8a671b;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ink .decision-card > span,
.ink .path-card > span,
.ink .link-card > span {
  color: var(--gold);
}

.decision-card h3,
.path-card h3,
.link-card h3 {
  margin: auto 0 12px;
  font-size: 23px;
  letter-spacing: -.035em;
}

.decision-card p,
.path-card p,
.link-card p {
  margin: 0;
  color: #52606c;
  font-size: 14px;
}

.ink .decision-card p,
.ink .path-card p,
.ink .link-card p {
  color: #aeb9c6;
}

.decision-card a,
.path-card a,
.link-card a {
  margin-top: 24px;
  color: #735615;
  font-size: 14px;
  font-weight: 750;
}

.ink .decision-card a,
.ink .path-card a,
.ink .link-card a {
  color: var(--gold-light);
}

.steps {
  counter-reset: step;
  border-top: 1px solid var(--line-light);
}

.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-light);
}

.step::before {
  content: "0" counter(step);
  color: #876619;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
}

.step h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.step p {
  margin: 0;
  color: #52606c;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-light);
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line-light);
  font-size: 14px;
}

.comparison-table th {
  color: #785a18;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.callout {
  margin: 34px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  background: rgba(212, 173, 85, .1);
}

.callout strong {
  display: block;
  margin-bottom: 6px;
}

.callout p {
  margin: 0;
  font-size: 15px;
}

.content-faq {
  border-top: 1px solid var(--line-light);
}

.content-faq details {
  border-bottom: 1px solid var(--line-light);
}

.content-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

.content-faq summary::-webkit-details-marker {
  display: none;
}

.content-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: #8a671b;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.content-faq details[open] summary::after {
  content: "−";
}

.content-faq details p {
  max-width: 800px;
  margin: -3px 0 24px;
  color: #4b5864;
}

.page-cta {
  position: relative;
  padding: 105px 0;
  text-align: center;
  color: var(--text);
  background:
    linear-gradient(rgba(5, 12, 21, .88), rgba(5, 12, 21, .95)),
    image-set(url('/assets/hero-home-20260804.avif') type('image/avif'), url('/assets/hero-home-og.jpg') type('image/jpeg')) center 62% / cover;
}

.page-cta p {
  max-width: 680px;
  margin: 22px auto 0;
  color: #b3bdca;
}

.page-cta .content-actions {
  justify-content: center;
}

.source-note,
.legal-note {
  margin-top: 28px;
  color: #596570;
  font-size: 12px;
}

.ink .source-note,
.ink .legal-note {
  color: #8f9baa;
}

.source-note a,
.legal-note a {
  text-decoration: underline;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.2fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: start;
}

.profile-photo {
  padding: 14px 14px 0;
  border: 1px solid var(--line-light);
}

.profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.profile-photo p {
  margin: 0;
  padding: 16px 0;
  color: #4f5b67;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, .3);
}

.contact-card span {
  color: #866419;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin: 55px 0 8px;
  font-size: 25px;
  letter-spacing: -.035em;
}

.contact-card p {
  color: #52606c;
  font-size: 14px;
}

.contact-card a {
  color: #735615;
  font-weight: 750;
}

@media (max-width: 900px) {
  .content-page .site-header,
  .content-page .site-header.is-scrolled {
    height: calc(72px + env(safe-area-inset-top));
  }

  .content-hero {
    padding-top: 126px;
  }

  .content-hero-grid,
  .content-grid,
  .profile-layout {
    grid-template-columns: 1fr;
  }

  .hero-aside {
    max-width: 620px;
  }

  .aside-card {
    position: static;
  }

  .decision-grid,
  .path-grid,
  .link-grid,
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .content-hero {
    padding: 112px 0 72px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .content-hero h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .content-section {
    padding: 76px 0;
  }

  .decision-grid,
  .path-grid,
  .link-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .decision-card,
  .path-card,
  .link-card {
    min-height: 250px;
  }

  .step {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 14px;
  }

  .content-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-cta {
    padding: 82px 0;
  }
}
