/* How Far to Bethlehem? — Lithia Springs Methodist Church
   Ported from design/HF2B Gen2.dc.html. The design file carried its styling inline
   plus two runtime-only attributes (style-hover, style-after) that only the design
   component runtime understood; both are real CSS rules here. */

/* ---------------------------------------------------------------- fonts ----
   Self-hosted Libre Caslon (SIL OFL, see assets/fonts/OFL.txt) so the page makes
   no third-party requests and renders its headings without a round trip to
   fonts.googleapis.com. */

@font-face {
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-display-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Caslon Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-display-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-400-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-ext-400-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-700-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Libre Caslon Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/libre-caslon-text-latin-ext-700-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------------------------------------------------------------- tokens --- */

:root {
  --night: #07090f;
  --ink: #d8ccb4;
  --ink-bright: #e7dcc7;
  --ink-brightest: #efe5d2;
  --muted: #9c937f;
  --muted-dim: #6e6759;
  --ember: #e39b3c;
  --lantern: #f6ce8c;

  --rule: rgba(216, 204, 180, 0.14);
  --rule-strong: rgba(216, 204, 180, 0.18);
  --ember-rule: rgba(227, 155, 60, 0.55);

  --serif-display: 'Libre Caslon Display', Georgia, serif;
  --serif-text: 'Libre Caslon Text', Georgia, serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, monospace;

  --shell: 64rem;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section-y: clamp(4.5rem, 13vh, 9rem);
}

/* ----------------------------------------------------------------- base --- */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: var(--serif-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: var(--ink-bright);
}

a:hover {
  color: var(--lantern);
}

/* The width/height attributes on each <img> reserve space before the file lands.
   They also map to CSS as presentational hints, so height:auto is required or the
   attribute height wins and aspect-ratio never gets a say. */
img {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 2px solid var(--lantern);
  outline-offset: 3px;
}

.shell {
  position: relative;
  max-width: var(--shell);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--gutter);
}

/* The night-to-dawn wash that runs behind everything from the hero to arrival.
   background-image rather than the shorthand, so the colour underneath survives
   if the gradient ever fails to paint. */
.road {
  background-color: var(--night);
  background-image: linear-gradient(
    180deg,
    #07090f 0%, #0b1120 16%, #131a2e 34%, #1a1b2c 50%,
    #241c22 66%, #2e1e16 82%, #3b2412 100%
  );
}

/* --------------------------------------------------------------- shared --- */

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ember);
  display: flex;
  align-items: center;
  gap: 0.9em;
  margin: 0 0 1.75rem;
}

/* Was style-after in the design file. */
.eyebrow::after {
  content: '';
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--ember-rule), rgba(227, 155, 60, 0));
}

/* Centred sections carry the label on its own, without the trailing rule. */
.eyebrow--plain {
  display: block;
}

.eyebrow--plain::after {
  content: none;
}

.section-title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 5.5vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
  text-wrap: balance;
}

.prose {
  max-width: 38rem;
}

.prose p {
  margin: 0 0 1.15em;
}

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

.prose__lead {
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.3125rem);
  color: var(--ink-bright);
}

.section {
  padding: var(--section-y) 0;
}

.plate {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border: 1px solid var(--rule);
  margin: 3rem 0 0;
}

/* Buttons ------------------------------------------------------------------ */

.btn {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.95em 1.85em;
  display: inline-block;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

.btn--solid {
  border: 1px solid var(--ember);
  color: var(--night);
  background: var(--ember);
}

/* Was style-hover in the design file. */
.btn--solid:hover,
.btn--solid:focus-visible {
  background: var(--lantern);
  border-color: var(--lantern);
  color: var(--night);
}

.btn--ghost {
  border: 1px solid rgba(216, 204, 180, 0.35);
  color: var(--ink);
  background: transparent;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  border-color: var(--ink);
  color: #ffffff;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.btn-row--wide {
  gap: 0.75rem 1.25rem;
}

/* Live status pill --------------------------------------------------------- */

.dot {
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background: var(--ember);
  flex: none;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  border: 1px solid var(--ember-rule);
  padding: 0.5em 1em;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lantern);
}

.status-pill__wait {
  color: var(--muted);
  letter-spacing: 0.1em;
}

.status-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75em 1.25em;
  border: 1px solid rgba(227, 155, 60, 0.5);
  padding: 1em 1.25em;
  margin: 0 0 2.5rem;
  max-width: 38rem;
}

.status-panel .dot {
  width: 0.5em;
  height: 0.5em;
}

.status-panel__label {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lantern);
}

.status-panel__wait {
  font-family: var(--sans);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Both status blocks stay out of the document until status.json says otherwise. */
[hidden] {
  display: none !important;
}

/* ---------------------------------------------------------------- backdrop --
   The hero and arrival photographs are <picture> elements rather than CSS
   backgrounds so they can carry srcset and let the browser pick a width and a
   format. Both layers are absolutely positioned, which keeps them out of the
   hero's flex flow. */

.backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.backdrop-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ----------------------------------------------------------------- hero --- */

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vh, 2.5rem) 0 clamp(2.5rem, 7vh, 4.5rem);
  position: relative;
  overflow: hidden;
  background: var(--night);
}

.hero .backdrop img {
  object-position: center 62%;
}

.hero .backdrop-scrim {
  background: linear-gradient(
    180deg,
    rgba(7, 9, 15, 0.55) 0%, rgba(7, 9, 15, 0.08) 38%,
    rgba(7, 9, 15, 0.28) 68%, rgba(7, 9, 15, 0.78) 100%
  );
}

.hero .shell {
  z-index: 2;
}

.hero__bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.wordmark {
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.3em;
  font-size: 0.8125rem;
  color: var(--lantern);
}

.hero__kicker {
  font-family: var(--sans);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
}

.hero__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 11.5vw, 7.5rem);
  line-height: 0.92;
  letter-spacing: -0.015em;
  text-wrap: balance;
  margin: 0 0 1.5rem;
}

.hero__lede {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(0.95rem, 0.9rem + 0.35vw, 1.1875rem);
  letter-spacing: 0.02em;
  color: var(--ink-bright);
  max-width: 26rem;
  margin: 0 0 2.5rem;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule-strong);
  margin-bottom: 2.25rem;
}

.hero__facts span {
  font-family: var(--sans);
  font-size: 0.8125rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-bright);
}

.hero__facts .is-free {
  color: var(--lantern);
  font-weight: 700;
}

/* -------------------------------------------------------------- chapters --- */

.chapters__intro {
  max-width: 38rem;
  margin: 0 0 3.5rem;
}

.chapters {
  display: grid;
  gap: clamp(2rem, 6vh, 3.5rem);
}

.chapter {
  margin: 0;
  position: relative;
}

/* Scenes we are not showing yet: a lit, textured placeholder rather than a photo. */
.chapter--placeholder {
  aspect-ratio: 21 / 10;
  border: 1px solid rgba(216, 204, 180, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chapter__slug {
  font-family: var(--mono);
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(156, 147, 127, 0.6);
  text-align: center;
  padding: 0 1rem;
}

.chapter figcaption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.1rem;
  right: 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 1em;
}

.chapter__number {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.chapter__line {
  font-family: var(--serif-text);
  font-style: italic;
  font-size: 0.9375rem;
  color: rgba(231, 220, 199, 0.75);
}

/* The road brightens chapter by chapter — I through VI. */
.chapter--i {
  background:
    repeating-linear-gradient(45deg, rgba(216, 204, 180, 0.025) 0 2px, transparent 2px 18px),
    radial-gradient(55% 65% at 58% 55%, rgba(227, 155, 60, 0.06), transparent 70%),
    #090d17;
}

.chapter--i .chapter__number { color: #8e7e63; }

.chapter--ii {
  background:
    repeating-linear-gradient(45deg, rgba(216, 204, 180, 0.025) 0 2px, transparent 2px 18px),
    radial-gradient(55% 65% at 42% 58%, rgba(227, 155, 60, 0.1), transparent 70%),
    #0a0e17;
}

.chapter--ii .chapter__number { color: #a98a55; }

.chapter--iii {
  border-color: var(--rule);
  background:
    repeating-linear-gradient(45deg, rgba(216, 204, 180, 0.03) 0 2px, transparent 2px 18px),
    radial-gradient(60% 70% at 55% 52%, rgba(227, 155, 60, 0.14), transparent 70%),
    #0d0f16;
}

.chapter--iii .chapter__number { color: #c4934a; }

.chapter--iv {
  border-color: rgba(216, 204, 180, 0.16);
  background:
    repeating-linear-gradient(45deg, rgba(216, 204, 180, 0.03) 0 2px, transparent 2px 18px),
    radial-gradient(60% 70% at 45% 60%, rgba(227, 155, 60, 0.19), transparent 70%),
    #100f15;
}

.chapter--iv .chapter__number { color: #daa645; }

.chapter--v {
  border-color: rgba(227, 155, 60, 0.22);
  background:
    repeating-linear-gradient(45deg, rgba(216, 204, 180, 0.035) 0 2px, transparent 2px 18px),
    radial-gradient(65% 80% at 50% 40%, rgba(227, 155, 60, 0.26), transparent 72%),
    #141118;
}

.chapter--v .chapter__number { color: #f0bc65; }

.chapter--v .chapter__slug {
  color: rgba(156, 147, 127, 0.65);
}

/* VI is the one scene we do show: the manger, the end of the road. */
.chapter--vi {
  border: 1px solid rgba(246, 206, 140, 0.35);
}

.chapter--vi img {
  width: 100%;
  aspect-ratio: 21 / 10;
  object-fit: cover;
  display: block;
}

.chapter--vi figcaption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.75rem 1.25rem 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(7, 9, 15, 0.72));
}

.chapter--vi .chapter__number { color: var(--lantern); }

.chapter--vi .chapter__line { color: rgba(239, 229, 210, 0.85); }

/* ------------------------------------------------------------- tradition --- */

.timeline {
  margin: 2.75rem 0 0;
  max-width: 38rem;
  border-top: 1px solid var(--rule);
}

.timeline__row {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}

.timeline dt {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  color: var(--ember);
  margin: 0;
}

.timeline__row--now dt {
  color: var(--lantern);
}

.timeline dd {
  margin: 0;
  font-size: 0.9975rem;
  color: var(--ink-bright);
}

/* ------------------------------------------------------------------ plan --- */

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 2.25rem 3rem;
  margin: 3rem 0 2.5rem;
}

.facts h3 {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.facts p {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--ink-brightest);
  margin: 0;
}

.facts .is-lead {
  font-weight: 600;
  font-size: 1.25rem;
}

.facts .is-free {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: var(--lantern);
}

.note {
  font-family: var(--sans);
  font-size: 0.8125rem;
  color: var(--muted);
  border-left: 1px solid rgba(227, 155, 60, 0.45);
  padding-left: 1rem;
  max-width: 34rem;
  line-height: 1.6;
  margin: 0;
}

.plan__cta {
  margin-bottom: 2.5rem;
}

/* ------------------------------------------------------------- volunteer --- */

.volunteer__prose {
  margin-bottom: 2rem;
}

.volunteer__note {
  font-family: var(--sans);
  font-size: 0.8125rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* --------------------------------------------------------------- arrival --- */

.arrival {
  text-align: center;
  padding: clamp(6rem, 18vh, 11rem) 0;
  position: relative;
  overflow: hidden;
  background: #1b1410;
}

.arrival .backdrop img {
  object-position: center 68%;
}

.arrival .backdrop-scrim {
  background: linear-gradient(
    180deg,
    rgba(14, 10, 6, 0.6) 0%, rgba(14, 10, 6, 0.34) 52%, rgba(20, 13, 7, 0.68) 100%
  );
}

.arrival .shell {
  z-index: 2;
}

.arrival .btn-row,
.arrival .eyebrow {
  justify-content: center;
}

.arrival__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(2rem, 7.5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
  text-wrap: balance;
}

.arrival__answer {
  font-family: var(--serif-display);
  font-size: clamp(1.25rem, 4vw, 2rem);
  color: var(--lantern);
  margin: 0 0 2.5rem;
}

.arrival__when {
  font-family: var(--sans);
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-bright);
  margin: 0 0 0.6rem;
}

.arrival__domain {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.34em;
  color: var(--ember);
  margin: 0;
}

/* ---------------------------------------------------------------- footer --- */

.foot {
  background: #0a0a0c;
  border-top: 1px solid rgba(216, 204, 180, 0.12);
  padding: 3.5rem 0 8rem;
  font-family: var(--sans);
  font-size: 0.8125rem;
  line-height: 1.75;
  color: var(--muted);
}

.foot__title {
  font-family: var(--serif-display);
  font-size: 1.25rem;
  color: var(--ink);
  margin: 0 0 1rem;
}

.foot__label {
  display: block;
  color: var(--muted);
  margin-bottom: 0.35rem;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.foot__address {
  margin: 0 0 1rem;
}

.foot__link {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 204, 180, 0.3);
}

.foot__link:hover,
.foot__link:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.foot__credit {
  margin: 2.5rem 0 0;
  font-size: 0.75rem;
  color: var(--muted-dim);
  max-width: 34rem;
  line-height: 1.7;
}

.foot__copyright {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  color: var(--muted-dim);
}

/* ------------------------------------------------------- odometer + bar ---
   Both are driven by assets/js/site.js and start hidden so they never flash
   in before the script has measured the page. */

.odometer {
  display: none;
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(227, 155, 60, 0.55);
  pointer-events: none;
  z-index: 5;
}

.bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background: rgba(7, 9, 15, 0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(227, 155, 60, 0.28);
  transform: translateY(110%);
  transition: transform 0.3s ease;
}

.bar > * {
  flex: 1;
  text-align: center;
  padding: 0.9rem 0.5rem calc(0.9rem + env(safe-area-inset-bottom));
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ember);
}

.bar__mid {
  flex: 1.3;
  color: var(--ink-bright);
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bar.is-up {
  transform: translateY(0);
}

/* ------------------------------------------------------------------- 404 --- */

.lost {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: var(--section-y) 0;
}

.lost .btn-row,
.lost .eyebrow {
  justify-content: center;
}

/* -------------------------------------------------------------- a11y/print --- */

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

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

@media print {
  .odometer,
  .bar,
  .backdrop,
  .backdrop-scrim {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
  }
}
