@font-face {
  font-family: "Silkscreen";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/Silkscreen-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Silkscreen";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/Silkscreen-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/Nunito-ExtraBold.ttf") format("truetype");
}

:root {
  --paper: #fff8e7;
  --paper-dim: #f0eee5;
  --card: #fffcf3;
  --text: #2e2118;
  --text-soft: #6b5842;
  --outline: #2e2118;
  --outline-soft: #b9af9e;
  --gold: #ffc94a;
  --gold-deep: #e3a62e;
  --orange: #ff7a45;
  --orange-deep: #dd5b2b;
  --teal: #5fb89a;
  --teal-deep: #3f8e73;
  --sky-top: #8fd3f4;
  --sky-bottom: #c9edff;
  --tan: #c9a26b;
  --board-bg: #20130a;
  --board-text: #f7ead2;
  --board-text-soft: #d8cdb8;
  --board-text-faint: #b7a98d;
  --shadow-color: var(--outline);
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-pill: 999px;
  --shell: 1180px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #1a130d;
    --paper-dim: #150f0a;
    --card: #241a12;
    --text: #f5e9d6;
    --text-soft: #cbb79c;
    --outline: #ecdcbd;
    --outline-soft: #5a4a37;
    --gold-deep: #ffd873;
    --orange: #ff8b5e;
    --orange-deep: #ffa47a;
    --teal: #6fcbae;
    --teal-deep: #8fe0c6;
    --sky-top: #0d1b2e;
    --sky-bottom: #2a3b5c;
    --tan: #a9824f;
    --board-bg: #120b07;
    --board-text: #f7ead2;
    --board-text-soft: #d8cdb8;
    --board-text-faint: #b7a98d;
  }
}

:root[data-theme="dark"] {
  --paper: #1a130d;
  --paper-dim: #150f0a;
  --card: #241a12;
  --text: #f5e9d6;
  --text-soft: #cbb79c;
  --outline: #ecdcbd;
  --outline-soft: #5a4a37;
  --gold-deep: #ffd873;
  --orange: #ff8b5e;
  --orange-deep: #ffa47a;
  --teal: #6fcbae;
  --teal-deep: #8fe0c6;
  --sky-top: #0d1b2e;
  --sky-bottom: #2a3b5c;
  --tan: #a9824f;
  --board-bg: #120b07;
}

:root[data-theme="light"] {
  --paper: #fff8e7;
  --paper-dim: #f0eee5;
  --card: #fffcf3;
  --text: #2e2118;
  --text-soft: #6b5842;
  --outline: #2e2118;
  --outline-soft: #b9af9e;
  --gold-deep: #e3a62e;
  --orange: #ff7a45;
  --orange-deep: #dd5b2b;
  --teal: #5fb89a;
  --teal-deep: #3f8e73;
  --sky-top: #8fd3f4;
  --sky-bottom: #c9edff;
  --tan: #c9a26b;
  --board-bg: #20130a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--text);
  font-family: "Nunito", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

::selection {
  background: var(--gold);
  color: #2a1608;
}

:focus-visible {
  outline: 3px solid var(--teal-deep);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100;
  padding: 8px 12px;
  border: 2px solid var(--outline);
  border-radius: var(--radius-sm);
  background: var(--gold);
  color: #2a1608;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.15em;
  height: 1.15em;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vertical-align: -0.2em;
}

.pixel {
  font-family: "Silkscreen", monospace;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.heading-display {
  color: var(--text);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.12;
  text-wrap: balance;
}

.eyebrow {
  color: var(--text-soft);
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lede {
  max-width: 46ch;
  color: var(--text-soft);
  font-size: 1.125rem;
}

.shell {
  width: min(100%, var(--shell));
  margin: 0 auto;
  padding: 0 28px;
}

.cut {
  border: 3px solid var(--outline);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 5px 5px 0 var(--shadow-color);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border: 3px solid var(--outline);
  border-radius: var(--radius-pill);
  padding: 0.95em 1.6em;
  background: var(--card);
  box-shadow: 4px 4px 0 var(--shadow-color);
  color: var(--text);
  cursor: pointer;
  font-family: "Silkscreen", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

.btn:active,
.btn.is-pressed,
.store-btn:active,
.store-btn.is-pressed,
.theme-toggle:active,
.nav-toggle:active {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 var(--shadow-color);
}

.btn-primary {
  background: var(--orange);
  color: #2a1608;
}

.btn-ghost {
  background: transparent;
}

.btn-sm {
  padding: 0.7em 1.2em;
  font-size: 0.72rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  border-bottom: 2px solid var(--outline-soft);
  padding-bottom: 2px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.text-link:hover {
  border-color: var(--teal);
}

.store-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

.store-btn-group {
  display: block;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 3px solid var(--outline);
  border-radius: var(--radius-md);
  padding: 12px 22px;
  background: var(--board-bg);
  box-shadow: 4px 4px 0 var(--shadow-color);
  color: var(--board-text);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

.store-btn:focus-visible,
.theme-toggle:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid var(--teal-deep);
  outline-offset: 3px;
}

.store-btn--inverse {
  background: var(--board-text);
  color: var(--board-bg);
}

.store-btn .icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.store-btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
}

.store-btn-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  opacity: 0.85;
}

.store-btn-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.store-note {
  display: none;
  margin-top: 10px;
  color: var(--text-soft);
  font-size: 0.82rem;
}

.store-note.show {
  display: block;
}

.board .store-note {
  color: var(--board-text-soft);
}

.store-btn-android {
  opacity: 0.65;
  cursor: not-allowed;
  font-family: "Nunito", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.store-btn-android .icon {
  width: 18px;
  height: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 3px solid var(--outline);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(6px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

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

.brand-mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid var(--outline);
  border-radius: 8px;
  object-fit: cover;
  image-rendering: pixelated;
}

.brand-word {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.brand-word .dot {
  color: var(--gold-deep);
}

.site-nav {
  margin-left: auto;
}

.nav-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  border-bottom: 2px solid transparent;
  padding: 6px 2px;
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}

.nav-links a:hover {
  border-color: var(--teal);
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.theme-toggle,
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 3px solid var(--outline);
  border-radius: var(--radius-sm);
  background: var(--card);
  box-shadow: 3px 3px 0 var(--shadow-color);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

.theme-toggle .icon {
  width: 20px;
  height: 20px;
}

.icon-theme-sun {
  display: none;
}

:root[data-theme="dark"] .icon-theme-sun {
  display: block;
}

:root[data-theme="dark"] .icon-theme-moon {
  display: none;
}

:root[data-theme="light"] .icon-theme-sun {
  display: none;
}

:root[data-theme="light"] .icon-theme-moon {
  display: block;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  padding: 72px 0 96px;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 3px solid var(--outline);
  border-radius: var(--radius-pill);
  padding: 7px 16px 7px 10px;
  background: var(--gold);
  box-shadow: 3px 3px 0 var(--shadow-color);
  color: #2a1608;
  font-family: "Silkscreen", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
}

.badge .icon {
  width: 15px;
  height: 15px;
}

.badge-text::before {
  content: attr(data-light);
}

:root[data-theme="dark"] .badge-text::before {
  content: attr(data-dark);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .badge-text::before {
    content: attr(data-dark);
  }
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(2.5rem, 1.3rem + 4vw, 4.1rem);
}

.hero .lede {
  margin-top: 20px;
}

.cta-row {
  margin-top: 30px;
}

.scene-wrap {
  position: relative;
}

.scene-tab {
  position: absolute;
  top: -18px;
  left: 28px;
  z-index: 3;
  border: 3px solid var(--outline);
  border-bottom: 0;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  padding: 6px 14px;
  background: var(--card);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.scene {
  position: relative;
  overflow: hidden;
  aspect-ratio: 348 / 194;
  border: 3px solid var(--outline);
  border-radius: var(--radius-lg);
  background: linear-gradient(var(--sky-top), var(--sky-bottom));
  box-shadow: 6px 6px 0 var(--shadow-color);
}

.scene-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}

.route-marker {
  position: absolute;
  top: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.route-marker.origin {
  left: 6%;
}

.route-marker .flag {
  border: 2px solid var(--outline);
  border-radius: var(--radius-sm);
  padding: 4px 8px;
  background: var(--card);
  box-shadow: 2px 2px 0 var(--shadow-color);
  color: var(--text);
  font-family: "Silkscreen", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.track-divider {
  height: 20px;
  border-top: 3px solid var(--outline-soft);
  border-bottom: 3px solid var(--outline-soft);
  background: repeating-linear-gradient(
    90deg,
    var(--tan) 0 8px,
    transparent 8px 26px
  );
  opacity: 0.8;
}

.journey {
  position: relative;
  padding: 92px 0;
}

.journey .shell {
  position: relative;
}

.rail-col {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 28px;
  width: 3px;
  background: repeating-linear-gradient(
    to bottom,
    var(--outline-soft) 0 6px,
    transparent 6px 14px
  );
}

.rail-fill {
  position: absolute;
  top: 0;
  left: -1px;
  width: 5px;
  height: 0;
  background: var(--gold-deep);
  transition: height 0.1s linear;
}

.stop-row {
  position: relative;
  padding-left: 64px;
  margin-bottom: 108px;
}

.stop-row:last-child {
  margin-bottom: 0;
}

.stop-node {
  position: absolute;
  top: 4px;
  left: 19px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--outline-soft);
  border-radius: 50%;
  background: var(--paper);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.25s cubic-bezier(0.3, 1.6, 0.5, 1);
}

.stop-row.is-discovered .stop-node {
  border-color: var(--outline);
  background: var(--gold);
  transform: scale(1.12);
}

.stop-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  border: 2px solid var(--outline-soft);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  background: var(--card);
  color: var(--text);
  font-family: "Silkscreen", monospace;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
}

section {
  scroll-margin-top: 96px;
}

.section-head {
  max-width: 58ch;
  margin-bottom: 8px;
}

.section-head h2 {
  margin-top: 10px;
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 2.6rem);
}

.section-head .lede {
  margin-top: 14px;
}

.stop-body {
  margin-top: 26px;
}

.stop-card {
  max-width: 640px;
  padding: 26px 28px;
}

.stop-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.stop-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 3px solid var(--outline);
  border-radius: var(--radius-sm);
  background: var(--teal);
  color: #072f24;
}

.stop-card h3 {
  font-size: 1.2rem;
}

.stop-card p,
.plaque p {
  color: var(--text-soft);
}

.plaque-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 760px;
  margin-top: 30px;
}

.plaque {
  padding: 22px 22px 24px;
}

.icon-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border: 2px solid var(--outline);
  border-radius: var(--radius-sm);
  background: var(--gold);
  color: #2a1608;
}

.plaque h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.plaque p {
  font-size: 0.94rem;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.board {
  position: relative;
  overflow: hidden;
  padding: 48px 40px;
  border: 3px solid var(--outline);
  border-radius: var(--radius-lg);
  background: var(--board-bg);
  box-shadow: 6px 6px 0 var(--shadow-color);
  color: var(--board-text);
}

.board::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: repeating-linear-gradient(
    0deg,
    rgb(255 255 255 / 3.5%) 0 2px,
    transparent 2px 4px
  );
}

.board h2 {
  position: relative;
  color: var(--board-text);
  font-size: clamp(1.85rem, 1.2rem + 2.2vw, 2.6rem);
}

.board p.lede {
  position: relative;
  max-width: 52ch;
  margin-top: 14px;
  color: var(--board-text-soft);
}

.board-cta {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.board-secondary {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  border-top: 2px solid rgb(247 234 210 / 15%);
  padding-top: 28px;
}

.board-secondary-label {
  margin-bottom: 14px;
  color: var(--board-text);
  font-size: 0.95rem;
  font-weight: 700;
}

.board-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.board-form input[type="email"] {
  min-width: 0;
  flex: 1 1 260px;
  border: 3px solid var(--board-text);
  border-radius: var(--radius-pill);
  padding: 0.95em 1.1em;
  background: rgb(255 248 231 / 8%);
  color: var(--board-text);
  font-size: 0.95rem;
  font-weight: 700;
}

.board-form input[type="email"]::placeholder {
  color: var(--board-text-faint);
}

.board-form input[type="email"]:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
}

.btn-ghost-board {
  border-color: var(--board-text);
  background: transparent;
  box-shadow: 4px 4px 0 var(--board-text);
  color: var(--board-text);
}

.btn-ghost-board:active {
  box-shadow: 0 0 0 var(--board-text);
}

.board-note {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: var(--board-text-faint);
  font-size: 0.78rem;
}

.board-confirm {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--teal);
  font-family: "Silkscreen", monospace;
  font-size: 0.78rem;
}

.board-confirm.show {
  display: flex;
}

.page-view {
  padding: 64px 0 96px;
}

.page-shell {
  max-width: 720px;
}

.back-link {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 28px;
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  color: var(--text);
}

.back-link .icon {
  width: 16px;
  height: 16px;
}

.page-title {
  margin-top: 10px;
  font-size: clamp(2rem, 1.3rem + 2.4vw, 2.8rem);
}

.page-lede {
  margin-top: 16px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 32px;
  padding: 26px 28px;
}

.contact-card h2 {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.contact-card p {
  margin-bottom: 14px;
  color: var(--text-soft);
}

.policy-body {
  max-width: 66ch;
  margin-top: 36px;
}

.policy-body h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 800;
}

.policy-body h2:first-child {
  margin-top: 0;
}

.policy-body p,
.policy-body li {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.policy-body ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 22px;
}

.policy-body a {
  color: var(--teal-deep);
  font-weight: 700;
}

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

footer.site-footer {
  margin-top: 24px;
  border-top: 3px solid var(--outline-soft);
  padding: 40px 0 56px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-row .brand-word {
  font-size: 0.85rem;
}

.footer-links {
  gap: 20px;
}

.footer-links a {
  color: var(--text-soft);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

.footer-note {
  margin-top: 22px;
  color: var(--text-soft);
  font-size: 0.76rem;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .scene-wrap {
    max-width: 560px;
  }
}

@media (max-width: 880px) {
  .site-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    border-bottom: 3px solid var(--outline);
    background: var(--paper);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    gap: 14px;
    padding: 18px 28px;
  }

  .nav-links a {
    display: block;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-actions .hide-mobile {
    display: none;
  }
}

@media (max-width: 760px) {
  .rail-col,
  .rail-fill,
  .stop-node {
    display: none;
  }

  .stop-row {
    padding-left: 0;
    margin-bottom: 72px;
  }

  .hero {
    padding: 48px 0 56px;
  }

  .journey {
    padding: 56px 0;
  }
}

@media (max-width: 640px) {
  .plaque-grid {
    grid-template-columns: 1fr;
  }

  .board {
    padding: 36px 24px;
  }
}

@media (max-width: 540px) {
  .shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .badge {
    border-radius: var(--radius-md);
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.3rem);
  }

  .hero .lede,
  .section-head .lede,
  .page-lede {
    font-size: 1rem;
  }

  .stop-card,
  .contact-card {
    padding: 22px 20px;
  }

  .nav-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .board-form .btn {
    width: 100%;
    justify-content: center;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .rail-fill,
  .stop-node,
  .btn,
  .store-btn,
  .theme-toggle,
  .nav-toggle {
    transition: none;
  }
}
