:root {
  color-scheme: light;
  --navy: #192451;
  --navy-dark: #121a3b;
  --orange: #f77708;
  --ink: #222b40;
  --muted: #616878;
  --line: #dfe2e9;
  --paper: #ffffff;
  --wash: #f5f6f8;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { font-size: 100%; }
body { margin: 0; min-width: 280px; min-height: 100svh; color: var(--ink); background: var(--paper); font: 1rem/1.65 var(--sans); display: flex; flex-direction: column; }
a { color: inherit; text-underline-offset: .3em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--orange); }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: .7rem 1rem; background: var(--navy); color: white; z-index: 10; }
.skip-link:focus { top: 1rem; }
.shell { width: min(100% - 7.5rem, 1280px); margin-inline: auto; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; }
.brand { display: block; width: 250px; max-width: 54%; flex-shrink: 0; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 2.5rem; font-size: .9375rem; }
.site-nav > a { text-decoration: none; padding-block: .65rem; }
.site-nav > a:hover { color: var(--navy); box-shadow: 0 1px var(--orange); }
.site-nav .login-link { display: flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid #ff6c00; padding: .6rem 1.2rem; min-height: 44px; color: var(--navy); }
.site-nav .login-link:hover { background: var(--navy); color: white; box-shadow: none; }
.icon { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.home-main { flex: 1; display: flex; }
.landing { display: grid; grid-template-columns: 1.18fr 1fr; width: 100%; min-height: min(670px, 74svh); }
.intro { padding: clamp(4rem, 7vw, 7.5rem) clamp(2rem, 6.4vw, 6rem) clamp(4rem, 7vw, 7rem) max(3.75rem, calc((100vw - 1280px) / 2)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.accent { width: 48px; height: 3px; background: var(--orange); margin-bottom: 2rem; }
h1 { font-family: var(--serif); color: var(--navy); font-weight: 400; font-size: clamp(3.4rem, 5.8vw, 6.5rem); line-height: 1.07; letter-spacing: -.035em; margin: 0; }
.company-line { display: block; }
.company-suffix { display: block; margin-top: 1.1rem; font: .875rem/1.5 var(--sans); letter-spacing: .25em; }
.intro-copy { color: var(--muted); max-width: 26rem; margin: 2.25rem 0 1.8rem; font-size: 1.0625rem; line-height: 1.8; }
.contact-link { display: inline-flex; align-items: center; gap: 1.1rem; color: var(--navy); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--orange); padding: .35rem 0 .7rem; }
.contact-link:hover { border-bottom-color: var(--navy); }
.contact-link .icon { width: 20px; height: 20px; }
.brand-panel { background: var(--navy); display: flex; align-items: center; justify-content: center; position: relative; padding: 4rem; border-top: 3px solid var(--orange); }
.brand-panel::after { content: ''; position: absolute; inset: 2rem; border: 1px solid rgb(255 255 255 / 12%); pointer-events: none; }
.brand-plaque { width: min(100%, 310px); aspect-ratio: 1; padding: 2rem; background: white; display: grid; place-items: center; }
.brand-plaque img { width: 100%; }
.site-footer { margin-top: auto; border-top: 1px solid var(--line); background: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 100px; padding-block: 1.7rem; color: var(--muted); font-size: .875rem; }
.copyright { margin: 0; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { text-decoration: none; padding-block: .4rem; }
.footer-links a:hover { text-decoration: underline; }
.footer-links a[aria-current='page'] { color: var(--navy); text-decoration: underline; text-decoration-color: var(--orange); }
.document-main { flex: 1; }
.document-heading { background: var(--wash); border-bottom: 1px solid var(--line); padding: 3.5rem 0 3.4rem; }
.breadcrumb { display: inline-block; font-size: .875rem; color: var(--muted); text-decoration: none; margin-bottom: 2rem; }
.breadcrumb:hover { text-decoration: underline; }
.document-heading .accent { margin-bottom: 1.5rem; }
.document-heading h1 { font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.meta { font-size: .875rem; color: var(--muted); margin: 1.3rem 0 0; }
.document-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 5rem; padding-block: 3.5rem 5rem; }
.document-nav { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; border-top: 1px solid var(--line); padding-top: 1.15rem; font-size: .9375rem; }
.document-nav a { text-decoration: none; color: var(--muted); padding-block: .35rem; }
.document-nav a[aria-current='page'] { color: var(--navy); box-shadow: 0 1px var(--orange); }
.document-nav a:hover { color: var(--navy); text-decoration: underline; }
.prose { max-width: 760px; overflow-wrap: anywhere; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { color: #4c5363; font-size: 1rem; line-height: 1.85; }
.prose h2 { font: 400 1.65rem/1.3 var(--serif); color: var(--navy); margin: 2.1rem 0 .75rem; }
.prose p { margin: .8rem 0 1.2rem; }
.prose ul { padding-left: 1.25rem; }
.prose li { padding-left: .3rem; margin: .4rem 0; }
.prose li::marker { color: #9a4b09; }
.prose a { color: var(--navy); }
.error-page { padding-block: 6rem; flex: 1; }
.error-page p { margin: 2rem 0; color: var(--muted); }
@media (min-width: 1800px) { .landing { min-height: 720px; } }
@media (max-width: 1000px) {
  .shell { width: calc(100% - 4rem); }
  .intro { padding-left: 2rem; padding-right: 2rem; }
  .brand-panel { padding: 3rem; }
  .brand-panel::after { inset: 1.5rem; }
  .brand-plaque { padding: 1.7rem; }
  .document-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 3rem; }
}
@media (max-width: 700px) {
  .shell { width: calc(100% - 2.5rem); }
  .header-inner { min-height: 92px; gap: 1rem; padding-block: 1.2rem; }
  .brand { width: 195px; max-width: 58%; }
  .site-nav { gap: 1rem; font-size: .875rem; }
  .site-nav .login-link { padding: .55rem .85rem; }
  .site-nav .login-link .icon { display: none; }
  .landing { grid-template-columns: 1fr; min-height: 0; }
  .intro { padding: 3.5rem 1.5rem 3.8rem; }
  h1 { font-size: clamp(3.3rem, 12vw, 5.4rem); }
  .intro-copy { margin-top: 1.75rem; max-width: 21rem; }
  .brand-panel { padding: 3rem; min-height: 310px; }
  .brand-plaque { width: 205px; padding: 1.25rem; }
  .brand-panel::after { inset: 1.25rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .6rem; padding-block: 1.6rem; }
  .footer-links { gap: 1.75rem; }
  .document-heading { padding-block: 2rem 2.5rem; }
  .breadcrumb { margin-bottom: 1.5rem; }
  .document-layout { display: block; padding-block: 2rem 3rem; }
  .document-nav { flex-direction: row; flex-wrap: wrap; gap: .6rem 1.5rem; padding: 0 0 1.5rem; margin-bottom: 2rem; border-top: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 420px) {
  .header-inner { flex-wrap: wrap; gap: .7rem; }
  .brand { width: 195px; max-width: 100%; }
  .site-nav { width: 100%; justify-content: flex-end; }
  .site-nav .login-link { padding-block: .4rem; }
}
@media (prefers-reduced-motion: no-preference) {
  a { transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
}
