:root {
  --ink: #071426;
  --navy: #0b1e35;
  --blue: #2563eb;
  --blue-dark: #1746b4;
  --teal: #0f9fa8;
  --mint: #dff8f3;
  --sky: #eaf3ff;
  --paper: #f7f9fc;
  --white: #ffffff;
  --slate: #334155;
  --muted: #64748b;
  --line: #cddbea;
  --focus: #f59e0b;
  --shadow: 0 24px 60px rgba(7, 20, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

h1,
h2,
h3,
.pass-label,
.gate-number,
.route-code {
  font-family: "Space Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

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

.topline {
  color: #d7e7fb;
  background: #071426;
  font-size: 0.82rem;
}

.topline .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topline a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  width: 188px;
  display: block;
}

.brand img {
  width: 100%;
  height: auto;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.92rem;
  font-weight: 800;
}

.navlinks a {
  color: #1e293b;
  text-decoration: none;
}

.navlinks a:hover {
  color: var(--blue);
}

.navlinks .nav-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.navlinks .nav-cta:hover,
.navlinks .nav-cta:focus-visible {
  color: #fff;
  background: var(--blue-dark);
}

.menu-toggle {
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #b9cbe0;
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
}

.mobile-menu {
  padding-bottom: 16px;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2e8f0;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 64px 72px 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 -110px 0 -50vw;
  z-index: -1;
  background:
    linear-gradient(110deg, rgba(7, 20, 38, 1) 0%, rgba(11, 30, 53, 0.98) 66%, rgba(11, 30, 53, 0.72) 100%),
    radial-gradient(circle at 26% 24%, rgba(37, 99, 235, 0.24), transparent 35%);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #08747c;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before {
  content: "";
  width: 27px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 790px;
  margin: 20px 0 22px;
  color: #fff;
  font-size: clamp(3rem, 4.7vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 .accent {
  color: #75e4df;
}

.hero .eyebrow,
.section-navy .kicker,
.contact-section .kicker {
  color: #87ece8;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 0;
  color: #d6e5f5;
  font-size: 1.12rem;
  line-height: 1.75;
}

.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 18px;
  color: #9fb5cc;
  font-size: 0.83rem;
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff;
  background: var(--blue-dark);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--ink);
  background: #fff;
}

.hero-boundary {
  max-width: 700px;
  margin: 24px 0 0;
  color: #9fb5cc;
  font-size: 0.82rem;
  line-height: 1.6;
}

.hero-media {
  position: relative;
  min-height: 680px;
  margin: 0;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 58% center;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 30, 53, 0.72), rgba(7, 20, 38, 0.04) 42%, rgba(7, 20, 38, 0.22));
}

.pass-preview {
  position: absolute;
  right: 28px;
  bottom: 34px;
  z-index: 3;
  width: min(420px, calc(100% - 56px));
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.pass-preview::before,
.pass-preview::after {
  content: "";
  position: absolute;
  top: 56%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--navy);
  transform: translateY(-50%);
}

.pass-preview::before {
  left: -10px;
}

.pass-preview::after {
  right: -10px;
}

.pass-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px dashed #9db2c9;
  color: #fff;
  background: var(--blue);
  border-radius: 18px 18px 0 0;
}

.pass-preview-head strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
}

.pass-preview-head span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.pass-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  padding: 20px 22px 22px;
}

.pass-preview-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pass-preview-grid strong {
  display: block;
  margin-top: 3px;
  font-size: 0.9rem;
  line-height: 1.35;
}

.cookie-choice {
  position: relative;
  z-index: 3;
  width: min(640px, 100%);
  margin-top: 18px;
  padding: 17px;
  color: var(--ink);
  border: 1px solid #b7cadf;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.24);
}

.cookie-choice[hidden] {
  display: none;
}

.cookie-choice p {
  margin-bottom: 12px;
  font-size: 0.88rem;
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  min-width: 88px;
  min-height: 48px;
  border: 1px solid #9fb3c8;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.cookie-actions .accept {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.question-band {
  color: #fff;
  background: var(--blue);
}

.question-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: stretch;
}

.question-intro {
  padding: 42px 44px 42px 0;
}

.question-intro h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
}

.question-intro p {
  margin-bottom: 0;
  color: #ffffff;
}

.question-intro .eyebrow {
  color: #ffffff;
}

.question-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.question-list p {
  min-height: 98px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 22px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
  line-height: 1.45;
}

.question-list p:last-child {
  grid-column: 1 / -1;
  min-height: 84px;
}

.section {
  padding: 72px 0;
}

.section-tight {
  padding: 56px 0;
}

.section-white {
  background: #fff;
}

.section-navy {
  color: #fff;
  background: var(--navy);
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-head h2 {
  margin: 12px 0 16px;
  font-size: clamp(2.25rem, 3.5vw, 3.45rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.section-head p {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 1.06rem;
}

.section-navy .section-head p {
  color: #c4d5e7;
}

.quick-answer {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
  align-items: start;
}

.quick-answer h2 {
  margin: 10px 0 0;
  font-size: clamp(2.3rem, 3.6vw, 3.55rem);
  letter-spacing: -0.05em;
  line-height: 1.01;
}

.answer-copy {
  padding-left: 30px;
  border-left: 4px solid var(--teal);
}

.answer-copy p {
  color: var(--slate);
  font-size: 1.08rem;
}

.answer-copy p:last-child {
  margin-bottom: 0;
}

.boundary-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 34px;
  border: 1px solid var(--line);
  background: var(--line);
}

.boundary-line div {
  padding: 22px;
  background: #fff;
}

.boundary-line strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
}

.boundary-line p {
  margin: 0;
  font-size: 0.94rem;
}

.access-pass {
  position: relative;
  overflow: hidden;
  border: 1px solid #b8cadc;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.access-pass::before,
.access-pass::after {
  content: "";
  position: absolute;
  top: 188px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid #b8cadc;
  border-radius: 50%;
  background: var(--paper);
  transform: translateY(-50%);
}

.access-pass::before {
  left: -18px;
}

.access-pass::after {
  right: -18px;
}

.pass-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px 40px;
  color: #fff;
  background:
    linear-gradient(115deg, var(--blue-dark), var(--blue) 58%, #0e8e9a),
    var(--blue);
}

.pass-label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pass-header h3 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.65rem);
  line-height: 1;
}

.pass-status {
  min-width: 154px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  text-align: center;
  background: rgba(7, 20, 38, 0.18);
}

.pass-status span,
.pass-status strong {
  display: block;
}

.pass-status span {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pass-status strong {
  margin-top: 3px;
  font-size: 1rem;
}

.pass-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px dashed #91a9c0;
}

.pass-fields div {
  min-height: 118px;
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}

.pass-fields div:last-child {
  border-right: 0;
}

.pass-fields span {
  display: block;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pass-fields strong {
  display: block;
  margin-top: 7px;
  font-size: 1rem;
  line-height: 1.4;
}

.gate-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 32px 40px 38px;
  gap: 0;
}

.gate {
  position: relative;
  min-height: 235px;
  padding: 20px 26px 24px 72px;
  border-bottom: 1px solid var(--line);
}

.gate:nth-child(-n + 3) {
  border-top: 1px solid var(--line);
}

.gate:not(:nth-child(3n)) {
  border-right: 1px solid var(--line);
}

.gate-number {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue-dark);
  font-weight: 800;
}

.gate h4 {
  margin: 0 0 9px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.gate p {
  margin-bottom: 12px;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.62;
}

.gate small {
  display: block;
  color: var(--blue-dark);
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.5;
}

.pass-foot {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 40px;
  color: #d8e7f8;
  background: var(--ink);
}

.pass-foot p {
  max-width: 800px;
  margin: 0;
  font-size: 0.9rem;
}

.pass-foot strong {
  color: #fff;
}

.system-ledger {
  border-top: 1px solid #2a425d;
}

.system-row {
  display: grid;
  grid-template-columns: 105px 1.05fr 1.25fr 0.9fr;
  gap: 28px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid #2a425d;
}

.route-code {
  color: #76e2df;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.system-row h3 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}

.system-row p {
  margin: 0;
  color: #c4d5e7;
  font-size: 0.93rem;
  line-height: 1.65;
}

.system-row strong {
  color: #fff;
}

.three-moments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: #fff;
}

.moment {
  padding: 34px;
  border-right: 1px solid var(--line);
}

.moment:last-child {
  border-right: 0;
}

.moment span {
  display: block;
  margin-bottom: 16px;
  color: #08747c;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moment h3 {
  margin: 0 0 14px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.moment ul {
  margin: 0;
  padding-left: 19px;
  color: var(--slate);
}

.moment li + li {
  margin-top: 9px;
}

.tier-stack {
  border-top: 1px solid var(--line);
}

.tier {
  display: grid;
  grid-template-columns: 170px 1fr 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.tier-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.3;
}

.tier p {
  margin: 0;
  color: var(--slate);
  font-size: 0.94rem;
}

.tier strong {
  color: var(--blue-dark);
}

.owner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.owner {
  padding: 28px;
  border-top: 5px solid var(--blue);
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 20, 38, 0.08);
}

.owner:nth-child(2) {
  border-top-color: var(--teal);
}

.owner:nth-child(3) {
  border-top-color: var(--ink);
}

.owner h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
}

.owner p {
  margin: 0;
  color: var(--slate);
  font-size: 0.94rem;
}

.service-routes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #2a425d;
}

.service-route {
  min-height: 164px;
  padding: 26px 28px;
  border-right: 1px solid #2a425d;
  border-bottom: 1px solid #2a425d;
}

.service-route:nth-child(even) {
  border-right: 0;
}

.service-route h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.18rem;
}

.service-route p {
  margin: 0 0 10px;
  color: #c4d5e7;
  font-size: 0.91rem;
}

.service-route a {
  color: #7de7e2;
  font-weight: 900;
  text-underline-offset: 4px;
}

.answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.answer {
  min-height: 220px;
  padding: 28px;
  background: #fff;
}

.answer h3 {
  margin: 0 0 12px;
  font-size: 1.24rem;
  line-height: 1.28;
}

.answer p {
  margin: 0;
  color: var(--slate);
  font-size: 0.94rem;
}

.sources {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 50px;
  align-items: start;
}

.sources h2 {
  margin: 10px 0 0;
  font-size: clamp(2.25rem, 3.5vw, 3.35rem);
  line-height: 1.02;
}

.sources h2 span,
.contact-copy h2 span {
  display: block;
}

.source-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.source-list li {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.source-list a {
  color: var(--blue-dark);
  font-weight: 900;
  text-underline-offset: 4px;
}

.source-list p {
  margin: 5px 0 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.source-note {
  grid-column: 2;
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid var(--teal);
  color: var(--slate);
  font-size: 0.9rem;
}

.contact-section {
  color: #fff;
  background:
    radial-gradient(circle at 13% 10%, rgba(37, 99, 235, 0.34), transparent 30%),
    var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.contact-copy h2 {
  margin: 13px 0 18px;
  font-size: clamp(2.45rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.contact-copy > p {
  color: #c4d5e7;
  font-size: 1.05rem;
}

.contact-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #2c435d;
}

.contact-points li {
  padding: 16px 0;
  border-bottom: 1px solid #2c435d;
  color: #c4d5e7;
  font-size: 0.9rem;
}

.contact-points strong,
.contact-points a {
  color: #fff;
}

.form-card {
  padding: 34px;
  border-radius: 20px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-error {
  margin-bottom: 18px;
  padding: 14px;
  border-left: 4px solid #dc2626;
  color: #7f1d1d;
  background: #fef2f2;
}

.form-error strong,
.form-error span {
  display: block;
}

.hidden {
  display: none !important;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: #1e293b;
  font-size: 0.84rem;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #9fb3c8;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
}

.field textarea {
  min-height: 136px;
  resize: vertical;
}

.form-card .button {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  background: var(--blue);
}

.form-small {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .navlinks {
    gap: 16px;
    font-size: 0.84rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 420px;
  }

  .hero-copy {
    padding-right: 38px;
  }

  .pass-fields {
    grid-template-columns: 1fr 1fr;
  }

  .pass-fields div:nth-child(2) {
    border-right: 0;
  }

  .pass-fields div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .system-row {
    grid-template-columns: 80px 1fr 1fr;
  }

  .system-row p:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 78px;
  }

  .container {
    width: min(100% - 30px, 680px);
  }

  .topline .container {
    justify-content: center;
    text-align: center;
  }

  .topline .container span:first-child {
    display: none;
  }

  .nav {
    min-height: 68px;
  }

  .brand {
    width: 164px;
  }

  .navlinks {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .hero-grid {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    min-height: 610px;
    padding: 58px 0 48px;
  }

  .hero-copy::before {
    inset: 0 -30px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 11vw, 3.8rem);
  }

  .hero-media {
    min-height: 460px;
    margin-inline: -15px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(7, 20, 38, 0.28), rgba(7, 20, 38, 0.02) 45%, rgba(7, 20, 38, 0.4));
  }

  .pass-preview {
    right: 18px;
    bottom: 22px;
    width: calc(100% - 36px);
    transform: rotate(-1deg);
  }

  .question-grid,
  .quick-answer,
  .sources,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .question-intro {
    padding: 34px 0 24px;
  }

  .question-list {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .question-list p {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
  }

  .question-list p:nth-child(odd) {
    padding-right: 16px;
  }

  .question-list p:nth-child(even) {
    padding-left: 16px;
  }

  .section {
    padding: 60px 0;
  }

  .quick-answer {
    gap: 28px;
  }

  .answer-copy {
    padding-left: 20px;
  }

  .pass-header {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .pass-status {
    width: 180px;
  }

  .gate-rail {
    grid-template-columns: 1fr 1fr;
    padding: 28px;
  }

  .gate:nth-child(-n + 3) {
    border-top: 0;
  }

  .gate:nth-child(-n + 2) {
    border-top: 1px solid var(--line);
  }

  .gate:not(:nth-child(3n)) {
    border-right: 0;
  }

  .gate:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .system-row {
    grid-template-columns: 70px 1fr;
    gap: 16px 22px;
  }

  .system-row p,
  .system-row p:last-child {
    grid-column: 2;
  }

  .three-moments,
  .owner-grid {
    grid-template-columns: 1fr;
  }

  .moment {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .moment:last-child {
    border-bottom: 0;
  }

  .tier {
    grid-template-columns: 155px 1fr;
  }

  .tier p:last-child {
    grid-column: 2;
  }

  .source-note {
    grid-column: 1;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 520px);
  }

  .hero-copy {
    min-height: 0;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 2.65rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .actions {
    display: grid;
  }

  .actions .button {
    width: 100%;
  }

  .hero-media {
    min-height: 420px;
  }

  .pass-preview-grid {
    grid-template-columns: 1fr;
  }

  .pass-preview-grid div:nth-child(4) {
    display: none;
  }

  .pass-header h3 {
    font-size: 1.9rem;
  }

  .cookie-choice {
    width: 100%;
  }

  .question-list {
    grid-template-columns: 1fr;
  }

  .question-list p,
  .question-list p:nth-child(odd),
  .question-list p:nth-child(even),
  .question-list p:last-child {
    grid-column: 1;
    padding: 18px 0;
  }

  .section {
    padding: 52px 0;
  }

  .section-head h2,
  .quick-answer h2,
  .sources h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .contact-copy h2 {
    font-size: 2rem;
  }

  .boundary-line,
  .pass-fields,
  .gate-rail,
  .service-routes,
  .answers,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .boundary-line div,
  .pass-fields div,
  .pass-fields div:nth-child(2) {
    border-right: 0;
  }

  .pass-fields div {
    min-height: 0;
    border-bottom: 1px solid var(--line);
  }

  .gate {
    min-height: 0;
    padding: 24px 0 25px 52px;
    border-top: 0 !important;
    border-right: 0 !important;
  }

  .gate:first-child {
    border-top: 1px solid var(--line) !important;
  }

  .gate-number {
    left: 2px;
    top: 24px;
  }

  .pass-foot {
    display: block;
    padding: 22px 26px;
  }

  .system-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .system-row p,
  .system-row p:last-child {
    grid-column: 1;
  }

  .tier {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tier p:last-child {
    grid-column: 1;
  }

  .service-route {
    min-height: 0;
    border-right: 0;
  }

  .answers {
    gap: 1px;
  }

  .answer {
    min-height: 0;
  }

  .form-card {
    padding: 24px 18px;
  }

  .field.full {
    grid-column: 1;
  }

  .cookie-actions button {
    flex: 1;
  }
}

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

@media print {
  .topline,
  .site-header,
  .actions,
  .cookie-choice,
  .contact-section,
  .hd-footer {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .hero,
  .section-navy {
    color: #000;
    background: #fff;
  }

  .hero-grid {
    min-height: 0;
    display: block;
  }

  .hero-copy {
    padding: 20px 0;
  }

  .hero-copy::before,
  .hero-media {
    display: none;
  }

  .hero h1,
  .section-navy h2,
  .section-navy h3,
  .section-navy p {
    color: #000;
  }

  .access-pass {
    box-shadow: none;
  }
}
