:root {
  --navy: #0b2235;
  --navy-2: #14344b;
  --ivory: #f5f2ea;
  --paper: #fcfbf7;
  --slate: #4d6170;
  --pale: #d7e0e3;
  --teal: #2c756f;
  --copper: #c77b48;
  --ink: #102433;
  --white: #ffffff;
  --muted: #6e7d86;
  --line: rgba(16, 36, 51, 0.14);
  --shell: min(1180px, calc(100vw - 40px));
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(11, 34, 53, 0.13);
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  transform: translateY(-160%);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(11, 34, 53, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.04rem;
  letter-spacing: 0.17em;
}

.brand-copy span {
  margin-top: 6px;
  color: var(--pale);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: #dce5e9;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav .nav-status {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.menu-button span[aria-hidden] {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 117, 111, 0.26), transparent 33%),
    linear-gradient(145deg, var(--navy) 0%, #0d293e 62%, #153d50 100%);
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: auto -18% -260px 34%;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-7deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 72px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #82bbb4;
}

.eyebrow-copper {
  color: #e0a47b;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6vw, 5.65rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.8vw, 4.15rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.hero-intro {
  max-width: 710px;
  margin: 0 0 34px;
  color: #d6e0e5;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--copper);
  color: var(--navy);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d78b56;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.06);
}

.hero-note {
  margin: 24px 0 0;
  color: #9fb0ba;
  font-size: 0.88rem;
  font-weight: 700;
}

.route-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: rgba(6, 24, 38, 0.7);
  box-shadow: var(--shadow);
}

.route-heading,
.board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.route-heading > span:first-child {
  color: #abbcc5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(44, 117, 111, 0.24);
  color: #b9ded9;
  font-size: 0.75rem;
  font-weight: 800;
}

.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65b4aa;
}

.route-list {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.route-list::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 21px;
  width: 1px;
  background: linear-gradient(var(--teal), rgba(255, 255, 255, 0.14));
  content: "";
}

.route-list li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
}

.route-index {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: #102d43;
  color: #9fc9c3;
  font-size: 0.72rem;
  font-weight: 800;
}

.route-list strong,
.route-list small {
  display: block;
}

.route-list strong {
  margin-bottom: 2px;
  font-size: 1rem;
}

.route-list small {
  color: #9eb0ba;
  font-size: 0.82rem;
  line-height: 1.4;
}

.principle-strip {
  position: relative;
  z-index: 2;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.principle-strip span {
  padding: 24px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #dae4e8;
  font-size: 0.87rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.principle-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 110px 0;
}

.section-light {
  background: var(--ivory);
}

.section-paper {
  background: var(--paper);
}

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

.section-heading {
  margin-bottom: 50px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 72px;
  align-items: end;
}

.split-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.split-heading > p {
  margin: 0 0 8px;
  color: var(--slate);
  font-size: 1.05rem;
}

.gate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gate-card {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.55);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gate-card:hover {
  border-color: rgba(44, 117, 111, 0.38);
  background: var(--paper);
  transform: translateY(-4px);
}

.gate-card > span {
  display: block;
  margin-bottom: 54px;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.gate-card h3 {
  margin-bottom: 12px;
}

.gate-card p {
  margin: 0;
  color: var(--slate);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 90px;
  align-items: center;
}

.audience-intro > p:not(.eyebrow) {
  max-width: 550px;
  color: #adbdc5;
  font-size: 1.06rem;
}

.audience-tabs {
  margin-top: 34px;
  display: inline-flex;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.audience-tabs button {
  min-height: 46px;
  padding: 10px 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #adbdc5;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.audience-tabs button[aria-selected="true"] {
  background: var(--paper);
  color: var(--navy);
}

.audience-panel {
  min-height: 468px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: var(--navy-2);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.19);
}

.panel-kicker {
  margin: 0 0 18px;
  color: #91c1bb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.audience-panel h3 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: clamp(2rem, 3.8vw, 3rem);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #ced9de;
}

.check-list li::before {
  position: absolute;
  top: 0.62em;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--copper);
  border-radius: 50%;
  content: "";
}

.panel-output {
  margin-top: 34px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-output span {
  color: #91a6b2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.panel-output strong {
  color: #f3c19f;
  text-align: right;
}

.validation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 90px;
  align-items: center;
}

.validation-lead {
  max-width: 650px;
  color: var(--slate);
  font-size: 1.08rem;
}

.corridor {
  margin-top: 42px;
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.corridor > div:not(.corridor-line) {
  min-width: 148px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ivory);
}

.corridor span,
.corridor strong,
.corridor small {
  display: block;
}

.corridor span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corridor strong {
  margin: 4px 0;
  font-size: 1.25rem;
}

.corridor small {
  color: var(--slate);
}

.corridor-line {
  position: relative;
  height: 2px;
  background: var(--pale);
}

.corridor-line i {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  transform: translateY(-50%);
}

.corridor-line i:first-child {
  left: 0;
}

.corridor-line i:nth-child(2) {
  left: 50%;
}

.corridor-line i:last-child {
  right: 0;
  background: var(--copper);
}

.evidence-board {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.board-heading {
  margin-bottom: 22px;
}

.board-heading span,
.board-heading strong {
  display: block;
}

.board-heading > div span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.board-heading > div strong {
  margin-top: 3px;
  font-size: 1.08rem;
}

.board-state {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(199, 123, 72, 0.12);
  color: #9a5426;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

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

.evidence-board li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--slate);
}

.evidence-board li::before {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
}

.evidence-board li.done::before {
  background: var(--teal);
}

.evidence-board li.open::before {
  border: 2px solid var(--copper);
}

.evidence-board li strong {
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.evidence-board li.open strong {
  color: #9a5426;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(44, 117, 111, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(44, 117, 111, 0.045) 1px, transparent 1px),
    var(--ivory);
  background-size: 42px 42px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
  gap: 90px;
  align-items: start;
}

.contact-copy > p:not(.eyebrow):not(.launch-note) {
  max-width: 520px;
  color: var(--slate);
  font-size: 1.06rem;
}

.contact-channels {
  margin-top: 36px;
  display: grid;
  gap: 12px;
}

.contact-channels > div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.68);
}

.contact-channels span,
.contact-channels a,
.contact-channels strong {
  display: block;
}

.contact-channels span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-channels a,
.contact-channels strong {
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-channels a:hover,
.contact-channels a:focus-visible {
  color: var(--teal);
  text-decoration: underline;
}

.launch-note {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--copper);
  background: rgba(199, 123, 72, 0.09);
  color: var(--slate);
  font-size: 0.86rem;
}

.launch-note strong {
  color: var(--ink);
}

.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.form-heading span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.form-heading strong {
  color: var(--muted);
  font-size: 0.76rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field > span,
.product-fieldset legend {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #bdc9ce;
  border-radius: 12px;
  background: #fdfdfb;
  color: var(--ink);
  font: inherit;
}

.form-field input {
  min-height: 50px;
  padding: 10px 13px;
}

.form-field textarea {
  min-height: 150px;
  padding: 13px;
  resize: vertical;
}

.form-field input:hover,
.form-field textarea:hover {
  border-color: #8ca1aa;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(44, 117, 111, 0.16);
}

.form-field input:user-invalid,
.form-field textarea:user-invalid {
  border-color: #b94c45;
}

.product-fieldset {
  margin: 26px 0;
  padding: 0;
  border: 0;
}

.product-fieldset legend {
  margin-bottom: 12px;
}

.product-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-options label {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  color: var(--slate);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.product-options label:hover {
  border-color: rgba(44, 117, 111, 0.4);
}

.product-options input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--teal);
}

.form-field-full {
  margin-top: 4px;
}

.form-action-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.form-submit {
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--copper);
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: #d78b56;
}

.form-action-row p,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form-status {
  min-height: 1.5em;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 800;
}

.status-section {
  background: var(--navy-2);
  color: var(--white);
}

.status-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 90px;
  align-items: start;
}

.status-grid h2 {
  margin-bottom: 0;
}

.status-copy > p:first-child {
  margin-top: 6px;
  color: #c4d0d6;
  font-size: 1.06rem;
}

.status-next {
  margin-top: 34px;
  padding: 24px;
  border-left: 3px solid var(--copper);
  background: rgba(255, 255, 255, 0.045);
  color: #dfe7ea;
}

.status-next span {
  display: block;
  margin-bottom: 8px;
  color: #f1b78f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer {
  padding: 34px 0;
  background: #071a29;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer-grid p {
  margin: 0;
  color: #b5c2c9;
  font-size: 0.84rem;
}

.footer-grid > p:nth-child(2) {
  color: var(--white);
  font-weight: 800;
}

.footer-legal {
  text-align: right;
}

:focus-visible {
  outline: 3px solid #efb489;
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .hero-grid,
  .audience-layout,
  .validation-grid,
  .contact-grid,
  .status-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .audience-layout,
  .validation-grid,
  .status-grid {
    gap: 52px;
  }

  .route-panel {
    max-width: 650px;
  }

  .gate-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > p:nth-child(2) {
    text-align: right;
  }

  .footer-legal {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .menu-button {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 14px;
    left: 14px;
    display: none;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: #0d293e;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  }

  .site-nav.open {
    display: grid;
    gap: 4px;
  }

  .site-nav a {
    padding: 12px;
  }

  .site-nav .nav-status {
    border-radius: 10px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
  }

  .principle-strip {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
  }

  .principle-strip span:nth-child(2) {
    border-right: 0;
  }

  .principle-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section {
    padding: 78px 0;
  }

  .gate-grid {
    grid-template-columns: 1fr;
  }

  .gate-card {
    min-height: auto;
  }

  .gate-card > span {
    margin-bottom: 32px;
  }

  .audience-panel {
    min-height: 0;
    padding: 28px;
  }

  .audience-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }

  .audience-tabs button {
    border-radius: 13px;
  }

  .panel-output,
  .evidence-board li {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .panel-output strong {
    text-align: left;
  }

  .corridor {
    grid-template-columns: 1fr;
  }

  .corridor-line {
    width: 2px;
    height: 54px;
    margin-left: 28px;
  }

  .corridor-line i {
    left: 50% !important;
    top: auto;
    transform: translate(-50%, 0);
  }

  .corridor-line i:first-child {
    top: 0;
  }

  .corridor-line i:nth-child(2) {
    top: 50%;
  }

  .corridor-line i:last-child {
    top: auto;
    right: auto;
    bottom: 0;
  }

  .evidence-board {
    padding: 22px;
  }

  .contact-form {
    padding: 24px;
  }

  .form-grid,
  .product-options {
    grid-template-columns: 1fr;
  }

  .form-heading,
  .form-action-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .board-heading {
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > p:nth-child(2),
  .footer-legal {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
