:root {
  --navy: #082356;
  --navy-soft: #173a6c;
  --coral: #ef6a58;
  --coral-deep: #d84f3e;
  --paper: #f5f2ed;
  --white: #ffffff;
  --ink: #102344;
  --muted: #59677c;
  --line: #d8dce2;
  --focus: #ffbf47;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-200%);
  border-radius: 0.5rem;
  background: var(--focus);
  color: #111;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  transform: translateY(0);
}

.top-stripe {
  height: 0.55rem;
  background: var(--coral);
}

.site-header {
  background: var(--navy);
  border-bottom: 1px solid #23447a;
}

.header-inner,
.hero,
.documents-section,
.access-help,
.footer-inner {
  width: min(100% - 2rem, 68rem);
  margin-inline: auto;
}

.header-inner {
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.75rem;
}

.brand {
  display: inline-flex;
  border-radius: 0.35rem;
}

.brand-crop {
  display: flex;
  width: 18.1rem;
  height: 3.65rem;
  align-items: center;
}

.brand-crop img {
  display: block;
  width: 100%;
  height: auto;
}

.header-context {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #d9e3f2;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.context-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
}

main {
  display: block;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.7fr);
  gap: 3rem;
  align-items: end;
  padding-block: clamp(3.5rem, 8vw, 6.75rem) clamp(3rem, 7vw, 5.5rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.75rem;
  color: var(--coral-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 7vw, 5.65rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.intro {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.draft-notice {
  border-left: 0.35rem solid var(--coral);
  background: var(--navy);
  color: #fff;
  padding: 1.6rem 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(8, 35, 86, 0.14);
}

.draft-notice span,
.draft-notice strong {
  display: block;
}

.draft-notice .notice-label {
  margin-bottom: 1.3rem;
  color: #d9e3f2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.draft-notice strong {
  margin-bottom: 0.45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}

.draft-notice span:last-child {
  color: #d9e3f2;
  font-size: 0.9rem;
}

.documents-section {
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.section-heading h2,
.access-help h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.section-heading > p {
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.document-list {
  display: grid;
  gap: 0.85rem;
}

.document-card {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 9.4rem;
  border: 1px solid var(--line);
  border-left: 0.35rem solid var(--coral);
  background: var(--white);
  padding: 1.45rem 1.5rem;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.document-card:hover {
  border-color: #a8b1be;
  border-left-color: var(--coral-deep);
  box-shadow: 0 0.9rem 2rem rgba(8, 35, 86, 0.1);
  transform: translateY(-2px);
}

.document-card:focus-visible,
.brand:focus-visible,
.contact-links a:focus-visible {
  outline: 0.22rem solid var(--focus);
  outline-offset: 0.2rem;
}

.doc-number {
  color: #aeb5bf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
}

.doc-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.doc-type {
  margin-bottom: 0.45rem;
  color: var(--coral-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.doc-copy strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.3vw, 1.72rem);
  font-weight: 600;
  line-height: 1.2;
}

.doc-description {
  max-width: 42rem;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.doc-action {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 9.65rem;
  justify-content: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.8rem 0.95rem;
  text-transform: uppercase;
}

.document-card:hover .doc-action {
  background: var(--navy);
  color: var(--white);
}

.access-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  border-top: 1px solid #c5cbd4;
  padding-block: 2.5rem 3.5rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-links a {
  color: var(--navy);
  font-weight: 700;
  text-underline-offset: 0.2em;
}

footer {
  background: var(--navy);
  color: #d9e3f2;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.6rem;
  font-size: 0.78rem;
}

.footer-inner p {
  margin-bottom: 0;
}

@media (max-width: 48rem) {
  .header-inner {
    min-height: 6.5rem;
  }

  .header-context {
    max-width: 9rem;
    justify-content: flex-end;
    text-align: right;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  h1 {
    max-width: 11ch;
  }

  .section-heading,
  .access-help {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
  }

  .document-card {
    grid-template-columns: 3.25rem minmax(0, 1fr);
  }

  .doc-action {
    grid-column: 2;
    width: 100%;
    margin-top: 0.25rem;
  }

  .contact-links {
    justify-content: flex-start;
  }
}

@media (max-width: 32rem) {
  .header-inner,
  .hero,
  .documents-section,
  .access-help,
  .footer-inner {
    width: min(100% - 1.25rem, 68rem);
  }

  .brand-crop {
    width: 13.8rem;
    height: 2.85rem;
  }

  .brand-crop img {
    width: 100%;
  }

  .header-context {
    max-width: 7.25rem;
    font-size: 0.65rem;
  }

  .hero {
    padding-top: 3rem;
  }

  .document-card {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1.35rem 1.2rem;
  }

  .doc-number {
    font-size: 1.25rem;
  }

  .doc-action {
    grid-column: 1;
  }

  .footer-inner {
    display: grid;
    gap: 0.35rem;
  }
}

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

  .document-card {
    transition: none;
  }
}
