:root {
  --navy: #071b38;
  --navy-soft: #0e2b54;
  --ink: #15243a;
  --muted: #64728a;
  --cream: #f6f4ef;
  --paper: #fffefa;
  --gold: #f5ad31;
  --gold-deep: #cf7c0f;
  --line: #dfe3e8;
  --shadow: 0 22px 70px rgba(7, 27, 56, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--gold); color: var(--navy); }
a { color: inherit; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 20;
  padding: .7rem 1rem; color: var(--navy); background: var(--gold);
  font: 700 .8rem/1 Arial, sans-serif; text-decoration: none;
}
.skip-link:focus { top: 1rem; }
.site-header {
  position: absolute; z-index: 5; top: 0; left: 0; width: 100%;
  color: white;
}
.header-shell, .hero-shell, .hero-rule, .page-shell, .footer-shell {
  width: min(1180px, calc(100% - 3rem)); margin: 0 auto;
}
.header-shell {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 86px; border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; gap: .85rem; align-items: center; color: white; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; overflow: hidden; place-items: center; border: 1px solid rgba(245,173,49,.7); border-radius: 12px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { letter-spacing: .18em; font: 700 .74rem/1 Arial, sans-serif; }
.header-label { color: rgba(255,255,255,.63); font: .67rem/1 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.hero {
  position: relative; min-height: 680px; overflow: hidden; color: white;
  background: var(--navy);
}
.hero-shell {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 350px;
  gap: 5rem; align-items: center; min-height: 610px; padding-top: 7rem;
}
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.4rem; color: var(--gold); font: 700 .7rem/1 Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
h1 { margin: 0; font-size: clamp(4.4rem, 11vw, 8.5rem); font-weight: 400; letter-spacing: -.07em; line-height: .82; }
h1 em { color: var(--gold); font-style: normal; }
.hero-intro { max-width: 510px; margin: 2.25rem 0 0; color: rgba(255,255,255,.74); font-size: 1.02rem; line-height: 1.8; }
.hero-identity { align-self: end; padding-bottom: 2.5rem; }
.logo-frame { width: min(100%, 295px); margin-left: auto; padding: .8rem; background: linear-gradient(135deg, rgba(245,173,49,.9), rgba(245,173,49,.1)); clip-path: polygon(10% 0,100% 0,90% 100%,0 100%); }
.logo-frame img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--navy); }
.date-stamp { display: flex; justify-content: space-between; gap: 1rem; width: min(100%, 295px); margin: 1.2rem 0 0 auto; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.28); font-family: Arial, sans-serif; }
.date-stamp span { color: rgba(255,255,255,.5); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.date-stamp strong { color: var(--gold); font-size: .76rem; letter-spacing: .04em; }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-orbit { position: absolute; border: 1px solid rgba(245,173,49,.22); border-radius: 50%; transform: rotate(-18deg); }
.hero-orbit-one { width: 850px; height: 420px; right: -250px; top: 115px; }
.hero-orbit-two { width: 600px; height: 340px; right: -115px; top: 165px; border-color: rgba(255,255,255,.14); }
.hero-rule { position: absolute; z-index: 1; right: 50%; bottom: 0; left: 50%; display: flex; justify-content: space-between; padding: 1rem 0; transform: translateX(-50%); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.2); font: .62rem/1 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.hero-rule span:last-child { color: var(--gold); }
.page-shell { display: grid; grid-template-columns: 255px 1fr; gap: 6rem; padding-top: 7rem; }
.index-sticky { position: sticky; top: 2rem; }
.index-kicker, .footer-overline { margin: 0 0 1.4rem; color: var(--gold-deep); font: 700 .67rem/1 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.index-panel ol { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.index-panel a { display: grid; grid-template-columns: 25px 1fr; gap: .4rem; padding: .2rem 0; color: var(--muted); font: .76rem/1.35 Arial, sans-serif; text-decoration: none; transition: color .2s, transform .2s; }
.index-panel a:hover, .index-panel a:focus { color: var(--gold-deep); transform: translateX(4px); outline: none; }
.index-panel a:focus-visible, .email-link:focus-visible, .footer-email:focus-visible, .brand:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; }
.index-panel a span { color: var(--ink); }
.policy { min-width: 0; max-width: 720px; padding-bottom: 5rem; }
.policy-meta { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); color: var(--muted); font: .64rem/1.4 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.lead { margin: 2rem 0 4.5rem; color: var(--navy-soft); font-size: 1.42rem; line-height: 1.65; }
.policy-section { position: relative; padding: 2rem 0 3rem; border-top: 1px solid var(--line); }
.policy-section::before { content: ""; position: absolute; top: -1px; left: 0; width: 48px; height: 2px; background: var(--gold); }
.policy-section h2 { display: flex; gap: 1rem; align-items: baseline; margin: 0 0 2rem; color: var(--navy); font: 700 clamp(1.05rem, 2vw, 1.35rem)/1.3 Arial, sans-serif; letter-spacing: .03em; }
.policy-section h2 span { color: var(--gold-deep); font-size: .72rem; letter-spacing: .12em; }
.policy-section h3 { margin: 2rem 0 .35rem; color: var(--navy-soft); font: 700 .82rem/1.4 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.policy-section p { margin: 0 0 1.25rem; font-size: 1rem; }
.policy-section ul { margin: .5rem 0 1.45rem; padding: 0 0 0 1.4rem; }
.policy-section li { margin: .2rem 0; padding-left: .35rem; }
.policy-section li::marker { color: var(--gold-deep); }
.email-link { color: var(--gold-deep); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-section { padding-bottom: 1rem; }
.site-footer { color: white; background: var(--navy); }
.footer-shell { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; align-items: end; padding: 3rem 0; }
.footer-overline { margin-bottom: .7rem; color: var(--gold); }
.footer-company { margin: 0; font-size: 1.35rem; }
.footer-email { justify-self: center; color: rgba(255,255,255,.85); font: .82rem/1.4 Arial, sans-serif; text-underline-offset: 4px; }
.footer-updated { justify-self: end; display: grid; gap: .35rem; text-align: right; font-family: Arial, sans-serif; }
.footer-updated span { color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-updated strong { color: var(--gold); font-size: .8rem; }
.back-to-top { position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 4; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--navy); background: var(--gold); box-shadow: 0 8px 28px rgba(7,27,56,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s, background .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: #ffc45a; }
.back-to-top span { font: 1.4rem/1 Arial, sans-serif; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .hero-shell { grid-template-columns: 1fr 250px; gap: 2rem; }
  .page-shell { grid-template-columns: 190px 1fr; gap: 3rem; }
}
@media (max-width: 700px) {
  .header-shell, .hero-shell, .hero-rule, .page-shell, .footer-shell { width: min(100% - 2rem, 560px); }
  .header-shell { min-height: 70px; }
  .header-label { display: none; }
  .brand-name { font-size: .64rem; }
  .hero { min-height: 720px; }
  .hero-shell { display: block; min-height: 650px; padding-top: 9rem; }
  h1 { font-size: clamp(4rem, 20vw, 6.4rem); }
  .hero-intro { font-size: .94rem; }
  .hero-identity { display: flex; align-items: end; gap: 1rem; margin-top: 3rem; padding: 0; }
  .logo-frame { width: 150px; margin: 0; }
  .date-stamp { display: grid; width: auto; margin: 0; padding-top: 0; border: 0; }
  .hero-rule { font-size: .55rem; }
  .page-shell { display: block; padding-top: 4rem; }
  .index-panel { margin-bottom: 4rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
  .index-sticky { position: static; }
  .index-panel ol { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem 1rem; }
  .index-panel a { font-size: .69rem; }
  .policy-meta { display: grid; gap: .5rem; }
  .lead { margin: 1.7rem 0 3rem; font-size: 1.2rem; }
  .policy-section p, .policy-section li { font-size: .97rem; }
  .footer-shell { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-email, .footer-updated { justify-self: start; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}