:root {
  --navy-950: #071525;
  --navy-900: #0b1f35;
  --navy-800: #12304f;
  --navy-700: #18446d;
  --gold: #c8a45d;
  --gold-light: #e7d4a5;
  --ivory: #f5f1e8;
  --paper: #fbfaf7;
  --ink: #14202b;
  --muted: #5f6c77;
  --line: #d9d5cb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { max-width: 850px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, .96);
  border-bottom: 1px solid rgba(11, 31, 53, .12);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 190px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 46px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 30px;
}
.brand strong, .brand small { display: block; text-transform: uppercase; letter-spacing: .12em; }
.brand strong { font-family: Georgia, serif; font-size: 20px; line-height: 1; }
.brand small { margin-top: 5px; color: var(--navy-700); font-size: 9px; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a, .login-link { color: #334454; font-size: 14px; text-decoration: none; }
nav a:hover, .login-link:hover { color: var(--navy-700); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.42); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--navy-950); }
.button-navy { background: var(--navy-900); color: #fff; }

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(200,164,93,.18), transparent 31%),
    linear-gradient(115deg, rgba(7,21,37,.98), rgba(11,31,53,.93));
  color: #fff;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(700px) rotateX(62deg) scale(1.45) translateY(31%);
  transform-origin: bottom;
}
.hero::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: -130px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(200,164,93,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(200,164,93,.03), 0 0 0 136px rgba(200,164,93,.02);
}
.hero-inner { position: relative; z-index: 1; padding: 128px 0 92px; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark, .section-label { color: #836b3c; }
.hero h1, .subhero h1, .legal-page h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.hero-copy {
  max-width: 690px;
  margin: 32px 0 0;
  color: #dce3e9;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.7;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.microcopy { margin-top: 20px; color: #abb8c3; font-size: 12px; }

.section { padding: 108px 0; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.intro h2, .strategy-heading h2, .process h2, .access-band h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 61px);
  font-weight: 400;
  line-height: 1.08;
}
.intro-copy { border-left: 1px solid var(--gold); padding-left: 38px; }
.intro-copy p, .process-intro > p, .strategy-heading p {
  margin: 0 0 20px;
  color: var(--muted);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
}
.strategy-section { padding: 106px 0; background: var(--navy-900); color: #fff; }
.section-label.light { color: var(--gold-light); }
.strategy-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: end; }
.strategy-heading p { color: #bdc8d1; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 1px solid rgba(255,255,255,.18); }
.principles article { padding: 36px 34px 10px 0; }
.principles article + article { border-left: 1px solid rgba(255,255,255,.18); padding-left: 34px; }
.principles span { color: var(--gold); font-size: 12px; letter-spacing: .12em; }
.principles h3 { margin: 22px 0 13px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.principles p { margin: 0; color: #bdc8d1; font-size: 15px; line-height: 1.75; }
.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 96px; }
.text-link { color: var(--navy-700); font-weight: 700; text-decoration: none; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: #836b3c; font-family: Georgia, serif; font-size: 23px; }
.steps h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.access-band { background: var(--navy-800); color: #fff; }
.access-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding-top: 78px; padding-bottom: 78px; }
.access-band p:not(.section-label) { max-width: 640px; color: #d0d9e0; line-height: 1.65; }
.access-actions { display: flex; gap: 12px; }
.notice { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; padding-top: 38px; padding-bottom: 38px; }
.notice p { margin: 0; color: #5a6570; font-size: 12px; line-height: 1.7; }
.notice a { white-space: nowrap; color: var(--navy-700); font-size: 13px; font-weight: 700; text-decoration: none; }

.subpage { min-height: 70vh; }
.subhero { padding: 92px 0 82px; background: var(--navy-900); color: #fff; }
.subhero h1 { font-size: clamp(48px, 6vw, 76px); }
.subhero p:not(.eyebrow) { max-width: 720px; margin-top: 26px; color: #c8d2da; font-size: 18px; line-height: 1.7; }
.access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 70px; padding-bottom: 40px; }
.access-card { padding: 46px; background: #fff; border: 1px solid var(--line); }
.access-card.featured { border-top: 4px solid var(--gold); }
.card-kicker { color: #836b3c; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.access-card h2 { margin: 16px 0; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.access-card p:not(.card-kicker) { min-height: 82px; color: var(--muted); line-height: 1.7; }
.secure-note { margin-top: 10px; margin-bottom: 90px; padding: 38px 44px; background: var(--ivory); border-left: 3px solid var(--gold); }
.secure-note h2 { margin-top: 0; font-family: Georgia, serif; font-weight: 400; }
.secure-note li { margin: 10px 0; color: #4e5a65; line-height: 1.55; }

.legal-page { max-width: 900px; padding-top: 90px; padding-bottom: 100px; }
.legal-page h1 { color: var(--navy-900); font-size: clamp(48px, 7vw, 74px); }
.legal-lead { margin: 28px 0 50px; padding-left: 24px; border-left: 2px solid var(--gold); font-family: Georgia, serif; font-size: 19px; line-height: 1.65; color: #4f5d68; }
.legal-page h2 { margin: 38px 0 12px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; color: var(--navy-800); }
.legal-page p { color: #4f5d68; line-height: 1.8; }
.legal-page a { color: var(--navy-700); }
.draft-note { margin-top: 48px; padding: 20px 24px; background: #f4ead2; border-left: 3px solid var(--gold); color: #4f432e; font-size: 13px; line-height: 1.6; }

.site-footer { padding-top: 64px; background: var(--navy-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; }
.footer-brand { color: #fff; }
.footer-note { max-width: 300px; color: #9dabb6; font-size: 13px; line-height: 1.7; }
.footer-grid h2 { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 12px 0; color: #c4ced6; font-size: 13px; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 52px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8e9da8; font-size: 11px; }

@media (max-width: 980px) {
  nav { display: none; }
  .nav-actions { margin-left: auto; }
  .intro, .strategy-heading, .process { grid-template-columns: 1fr; gap: 40px; }
  .principles { grid-template-columns: 1fr; }
  .principles article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; }
  .access-band-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 16px; }
  .brand-mark { width: 34px; height: 40px; font-size: 25px; }
  .login-link { display: none; }
  .button-small { padding: 0 12px; }
  .hero { min-height: 650px; }
  .hero-inner { padding: 96px 0 70px; }
  .hero-copy { font-size: 17px; }
  .section { padding: 74px 0; }
  .intro-copy { padding-left: 22px; }
  .principles { margin-top: 46px; }
  .access-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .access-card { padding: 30px; }
  .access-card p:not(.card-kicker) { min-height: 0; }
  .access-actions, .actions { align-items: stretch; flex-direction: column; }
  .notice { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
