:root {
  --ink: #142536;
  --paper: #f6f3ec;
  --white: #ffffff;
  --line: #c9cfd2;
  --muted: #596a75;
  --accent: #d64b34;
  --accent-dark: #a83025;
  --warm: #ead8ab;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #e7ebed;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}
a { color: inherit; }
button, input { font: inherit; }
[hidden] { display: none !important; }

body::before {
  content: "";
  display: block;
  height: 7px;
  background: var(--accent);
}

.member-bar {
  min-height: 76px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.member-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1;
}
.mark-name { font-size: 19px; font-weight: 800; }
.mark-divider { width: 1px; height: 28px; background: var(--line); }
.mark-section { color: var(--accent); font-size: 11px; font-weight: 700; }
.member-bar nav { display: flex; align-items: center; gap: 28px; }
.member-bar nav a {
  color: #465965;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.member-bar nav a:hover, .member-bar nav a:focus { color: var(--accent-dark); }

.roadmap-hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 62px 34px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  gap: 72px;
  align-items: start;
}

.roadmap-intro { padding-top: 13px; }
.programme-label {
  margin: 0 0 24px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
}
.programme-label span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  color: var(--white);
  background: var(--accent);
  font-size: 15px;
}
.roadmap-intro h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
}
.welcome-copy {
  max-width: 650px;
  margin: 28px 0 34px;
  color: #425866;
  font-size: 17px;
  line-height: 1.7;
}
.roadmap-stages {
  max-width: 660px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #aeb7bb;
  list-style: none;
}
.roadmap-stages li {
  min-width: 0;
  padding: 15px 12px 0 0;
  display: flex;
  gap: 10px;
  align-items: baseline;
  color: #536570;
  font-size: 12px;
  text-transform: uppercase;
}
.roadmap-stages b { color: var(--accent-dark); font-size: 11px; }

.signin-panel {
  background: var(--white);
  border: 1px solid #b9c0c3;
  border-top: 6px solid var(--accent);
  padding: 30px;
  box-shadow: 10px 10px 0 var(--warm);
}
.panel-kicker, .section-number {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.signin-panel h2 {
  margin: 0 0 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  font-weight: 400;
}
.signin-panel form > label {
  display: block;
  margin: 15px 0 7px;
  color: #475966;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.signin-panel input[type="email"],
.signin-panel input[type="password"] {
  width: 100%;
  height: 42px;
  border: 1px solid #aeb8bd;
  border-radius: 0;
  background: #fafafa;
  padding: 8px 10px;
}
.signin-panel input:focus { outline: 2px solid var(--warm); outline-offset: 1px; }
.signin-options {
  margin: 14px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  color: #63737d;
  font-size: 10px;
}
.remember { white-space: nowrap; }
.signin-options a { color: var(--accent-dark); }
.signin-panel button {
  width: 100%;
  min-height: 43px;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.signin-panel button:hover, .signin-panel button:focus { background: var(--accent-dark); }
.support-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d8dcde;
  color: #71808a;
  font-size: 10px;
  line-height: 1.7;
  text-transform: uppercase;
}
.support-note a { color: var(--ink); font-size: 13px; font-weight: 700; }

.briefing-desk {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 54px max(5vw, 24px) 62px;
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 860px);
  justify-content: center;
  gap: 54px;
}
.briefing-heading h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 400;
}
.briefing-heading > p:not(.section-number) {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.library-route {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.briefing-ledger { min-width: 0; border-top: 4px solid var(--ink); }
.dispatch-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}
.dispatch-list li {
  min-width: 0;
  min-height: 78px;
  padding: 15px 20px 15px 13px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  border-bottom: 1px solid #c8cdcf;
}
.dispatch-list li:nth-child(odd) { border-right: 1px solid #c8cdcf; }
.dispatch-list li > span {
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
}
.dispatch-list a {
  overflow-wrap: anywhere;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}
.dispatch-list a:hover, .dispatch-list a:focus { color: var(--accent-dark); text-decoration: underline; }
.archive-drawer { border-bottom: 1px solid #aeb6b9; }
.archive-drawer summary {
  min-height: 50px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--ink);
  background: #e8e1d1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.archive-drawer summary b { color: var(--accent-dark); font-size: 10px; }
.archive-drawer[open] summary { border-bottom: 1px solid #bfc5c7; }

.member-services {
  max-width: 1120px;
  margin: 0 auto;
  padding: 68px 34px 74px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
}
.member-services h2 {
  margin: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 43px;
  line-height: 1.05;
}
.service-copy > p { margin: 0 0 28px; color: #4f626e; line-height: 1.7; }
.service-copy dl { margin: 0; border-top: 1px solid #aeb7bb; }
.service-copy dl div {
  padding: 13px 0;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  border-bottom: 1px solid #c4cacc;
}
.service-copy dt { color: var(--accent-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.service-copy dd { margin: 0; overflow-wrap: anywhere; color: #40545f; font-size: 13px; line-height: 1.5; }

.site-footer {
  padding: 30px 5vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 35px;
  align-items: center;
  color: #c7d0d4;
  background: var(--ink);
  font-size: 10px;
}
.site-footer div { display: flex; gap: 12px; align-items: baseline; }
.site-footer strong { color: var(--white); font-size: 12px; }
.site-footer span { color: var(--warm); }
.site-footer p, .site-footer small { margin: 0; }

@media (max-width: 860px) {
  .roadmap-hero { grid-template-columns: 1fr; gap: 42px; }
  .signin-panel { max-width: 520px; }
  .briefing-desk { grid-template-columns: 1fr; gap: 28px; }
  .briefing-heading { max-width: 620px; }
  .member-services { gap: 40px; }
  .site-footer { grid-template-columns: 1fr; gap: 13px; }
}

@media (max-width: 560px) {
  body::before { height: 5px; }
  .member-bar { min-height: 68px; padding: 0 18px; }
  .member-bar nav { gap: 13px; }
  .member-bar nav a { font-size: 9px; }
  .member-bar nav a:nth-child(2) { display: none; }
  .member-mark { gap: 8px; }
  .mark-name { font-size: 15px; }
  .mark-divider { height: 23px; }
  .mark-section { font-size: 9px; }
  .roadmap-hero { padding: 42px 22px 48px; }
  .roadmap-intro { padding-top: 0; }
  .programme-label { margin-bottom: 20px; }
  .programme-label span { width: 40px; height: 40px; }
  .roadmap-intro h1 { font-size: 43px; line-height: 1.03; }
  .welcome-copy { margin: 22px 0 26px; font-size: 15px; line-height: 1.65; }
  .roadmap-stages { grid-template-columns: 1fr; }
  .roadmap-stages li { padding: 10px 0; border-bottom: 1px solid #c2c9cc; }
  .signin-panel { padding: 24px 20px; box-shadow: 7px 7px 0 var(--warm); }
  .signin-options { align-items: flex-start; flex-direction: column; }
  .briefing-desk { padding: 44px 20px 50px; }
  .briefing-heading h2 { font-size: 34px; }
  .dispatch-list { grid-template-columns: 1fr; }
  .dispatch-list li:nth-child(odd) { border-right: 0; }
  .dispatch-list li { min-height: 0; padding: 14px 8px; }
  .archive-drawer summary { padding: 0 8px; }
  .member-services { padding: 52px 22px 58px; grid-template-columns: 1fr; gap: 25px; }
  .member-services h2 { font-size: 36px; }
  .service-copy dl div { grid-template-columns: 72px 1fr; gap: 12px; }
  .site-footer { padding: 28px 22px; }
  .site-footer div { flex-wrap: wrap; }
}
