@font-face {
  font-family: "Public Sans";
  src: url("/assets/fonts/public-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #102a43;
  --ink-deep: #071a2d;
  --paper: #f3ead5;
  --paper-light: #fffaf0;
  --red: #c33a2b;
  --red-dark: #8d241b;
  --amber: #e0a12d;
  --black: #17191b;
  --rule: rgba(16, 42, 67, 0.24);
  --content: 1320px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink-deep);
  font-family: "Public Sans", Arial, sans-serif;
  letter-spacing: 0;
}

button,
dialog {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--paper-light);
  color: var(--ink-deep);
  font-weight: 800;
}

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

.masthead {
  position: relative;
  overflow: hidden;
  border-bottom: 8px solid var(--red);
  background: var(--ink);
  color: var(--paper-light);
}

.masthead::before,
.masthead::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.masthead::before {
  opacity: 0.14;
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 5px, rgba(255, 250, 240, 0.22) 6px);
}

.masthead::after {
  left: auto;
  width: 34%;
  border-left: 1px solid rgba(255, 250, 240, 0.18);
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 31px, rgba(255, 250, 240, 0.12) 32px);
}

.masthead-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100% - 48px, var(--content));
  min-height: 214px;
  margin: 0 auto;
  padding: 24px 0 20px;
}

.network-line,
.eyebrow,
.call-kicker,
.pour-label {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 900;
  line-height: 1.2;
}

.network-line {
  display: inline-block;
  border-bottom: 2px solid var(--amber);
  padding-bottom: 5px;
  color: var(--amber);
}

.brand-lockup h1 {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 4px 0 0;
  font-size: 7.4rem;
  font-weight: 950;
  line-height: 0.88;
}

.brand-lockup .decimal {
  color: var(--amber);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84em;
  font-style: italic;
  font-weight: 900;
  transition: text-shadow 240ms ease, transform 240ms ease;
}

.tagline {
  margin: 13px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-style: italic;
}

.masthead-tools {
  display: flex;
  gap: 8px;
  padding-top: 2px;
}

.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 250, 240, 0.72);
  border-radius: 50%;
  background: transparent;
  color: var(--paper-light);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.icon-button:hover {
  border-color: var(--amber);
  background: var(--amber);
  color: var(--ink-deep);
}

.board-band {
  background-color: var(--paper);
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(16, 42, 67, 0.035) 80px);
}

.ticker {
  display: flex;
  min-height: 42px;
  align-items: stretch;
  border-bottom: 2px solid var(--ink-deep);
  background: var(--red);
  color: var(--paper-light);
  font-size: 0.75rem;
  font-weight: 900;
}

.ticker-label {
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-right: 2px solid var(--paper-light);
  background: var(--ink-deep);
  white-space: nowrap;
}

.ticker-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 24px;
  transition: transform 240ms ease;
}

.score-ribbon {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 2fr) minmax(240px, 1fr);
  align-items: center;
  width: min(100% - 48px, var(--content));
  min-height: 112px;
  margin: 0 auto;
  border-bottom: 3px solid var(--ink-deep);
}

.score-block {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.score-block-right {
  justify-content: flex-end;
  text-align: right;
}

.score-value {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.score-value strong {
  min-width: 1ch;
  color: var(--red);
  font-size: 2.85rem;
  font-weight: 950;
}

.score-value small {
  margin-left: 5px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

.score-label {
  max-width: 132px;
  font-size: 0.63rem;
  font-weight: 900;
  line-height: 1.25;
}

.score-rule {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 32px;
  padding-top: 18px;
}

.progress-line {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 12px;
  border: 2px solid var(--ink-deep);
  background: var(--paper-light);
}

.progress-line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red);
  transition: width 260ms ease;
}

.majority-marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50.19%;
  transform: translateX(-50%);
  color: var(--ink-deep);
  font-size: 0.62rem;
  font-weight: 950;
}

.majority-marker::after {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 2px;
  height: 22px;
  background: var(--ink-deep);
  content: "";
}

.board-inner {
  display: grid;
  grid-template-columns: minmax(640px, 1fr) 340px;
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
}

.map-column {
  min-width: 0;
  padding: 34px 32px 36px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading .eyebrow,
.rules-heading .eyebrow {
  margin-bottom: 6px;
  color: var(--red);
}

.section-heading h2,
.rules-heading h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 950;
  line-height: 1;
}

.allocation-note {
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  padding: 6px 8px;
  font-size: 0.61rem;
  font-weight: 900;
}

.state-map {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(8, 48px);
  gap: 4px;
  width: min(100%, 720px);
  min-width: 0;
  margin: 0 auto;
}

.state-button {
  position: relative;
  display: flex;
  min-width: 0;
  height: 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 2px solid var(--ink);
  border-radius: 2px;
  background: var(--paper-light);
  color: var(--ink-deep);
  cursor: pointer;
  line-height: 1;
  transform: rotate(0);
  transition: background-color 140ms ease, color 140ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.state-button:hover {
  z-index: 2;
  background: var(--ink);
  color: var(--paper-light);
  transform: translateY(-2px);
}

.state-button[aria-pressed="true"] {
  border-color: var(--red-dark);
  background: var(--amber);
  color: var(--ink-deep);
  box-shadow: inset 0 0 0 2px var(--paper-light);
}

.state-button.is-latest {
  z-index: 3;
  background: var(--red);
  color: var(--paper-light);
  box-shadow: inset 0 0 0 2px var(--paper-light), 4px 4px 0 var(--ink-deep);
}

.state-abbr {
  font-size: 0.92rem;
  font-weight: 950;
}

.state-ev {
  margin-top: 3px;
  font-size: 0.56rem;
  font-weight: 800;
  opacity: 0.78;
}

.map-legend {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(100%, 720px);
  margin: 18px auto 0;
  color: rgba(7, 26, 45, 0.72);
  font-size: 0.58rem;
  font-weight: 900;
}

.map-legend span:last-child {
  margin-left: auto;
  text-align: right;
}

.legend-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid var(--ink-deep);
  background: var(--paper-light);
  vertical-align: -1px;
}

.legend-box-called {
  background: var(--amber);
}

.decision-column {
  min-width: 0;
  border-left: 3px solid var(--ink-deep);
  padding: 34px 0 36px 32px;
}

.desk-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
  border-top: 4px solid var(--red);
  border-bottom: 1px solid var(--rule);
  padding: 10px 0;
  font-size: 0.61rem;
  font-weight: 900;
}

.desk-status strong {
  color: var(--red);
  text-align: right;
}

.call-kicker,
.pour-label {
  color: var(--red);
}

.call-name {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 0.98;
}

.call-ev {
  margin: 7px 0 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
}

.pour-rule {
  width: 70px;
  height: 6px;
  margin: 24px 0 19px;
  background: var(--amber);
  transform: skewX(-28deg);
}

.pour-name {
  margin: 7px 0 0;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.08;
}

.pour-note {
  margin: 10px 0 0;
  color: rgba(7, 26, 45, 0.77);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  font-style: italic;
  line-height: 1.45;
}

.desk-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.command-button,
.command-link,
.text-button {
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 950;
  text-decoration: none;
}

.command-button,
.command-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: var(--ink);
  color: var(--paper-light);
}

.command-button:hover,
.command-link:hover {
  background: var(--red);
}

.text-button {
  min-height: 38px;
  padding: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: var(--ink-deep);
}

.text-button:hover {
  color: var(--red);
}

.text-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.call-log {
  margin-top: 30px;
}

.call-log-heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--ink-deep);
  padding-bottom: 7px;
}

.call-log-heading h3,
.call-log-heading span {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 950;
}

.call-log ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.call-log li {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--rule);
  font-size: 0.68rem;
  font-weight: 800;
}

.call-log .empty-log {
  color: rgba(7, 26, 45, 0.5);
  font-style: italic;
  font-weight: 700;
}

.night-shift {
  position: relative;
  margin: 0;
  border-top: 8px solid var(--red);
  border-bottom: 8px solid var(--ink-deep);
  background: var(--ink-deep);
}

.night-shift img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.night-shift figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
  background: var(--paper-light);
  color: var(--ink-deep);
  font-size: 0.7rem;
  font-weight: 950;
}

.night-shift figcaption span,
.night-shift figcaption strong {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
}

.night-shift figcaption span {
  background: var(--red);
  color: var(--paper-light);
}

.house-rules {
  display: grid;
  grid-template-columns: 0.72fr 1.8fr;
  gap: 70px;
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
  padding: 76px 0 86px;
}

.rules-heading h2 {
  max-width: 390px;
  font-size: 2.65rem;
  line-height: 0.98;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 38px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rules;
}

.rules-grid li {
  position: relative;
  min-height: 136px;
  border-top: 2px solid var(--ink-deep);
  padding: 18px 0 22px 47px;
}

.rules-grid li:last-child {
  grid-column: 1 / -1;
}

.rules-grid li > span {
  position: absolute;
  top: 18px;
  left: 0;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 900;
}

.rules-grid h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 950;
}

.rules-grid p {
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(7, 26, 45, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  line-height: 1.45;
}

.closing-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 3px solid var(--ink-deep);
  border-bottom: 3px solid var(--ink-deep);
  padding: 30px max(24px, calc((100% - var(--content)) / 2));
  background: var(--amber);
}

.closing-band p {
  margin: 0;
  color: var(--ink-deep);
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1;
}

.site-footer {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px max(24px, calc((100% - var(--content)) / 2));
  background: var(--ink-deep);
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.61rem;
  font-weight: 800;
}

.site-footer span:first-child {
  color: var(--amber);
  font-weight: 950;
  text-transform: uppercase;
}

dialog {
  width: min(100% - 32px, 520px);
  max-height: calc(100vh - 32px);
  overflow: auto;
  border: 4px solid var(--ink-deep);
  border-radius: 2px;
  padding: 0;
  background: var(--paper-light);
  color: var(--ink-deep);
  box-shadow: 10px 10px 0 var(--red);
}

dialog::backdrop {
  background: rgba(7, 26, 45, 0.78);
}

dialog form {
  position: relative;
  padding: 38px;
}

dialog h2 {
  margin: 8px 0 14px;
  font-size: 2.35rem;
  font-weight: 950;
  line-height: 0.95;
}

dialog p:not(.eyebrow) {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--ink-deep);
  color: var(--paper-light);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

body[data-stage="counting"] .decimal {
  text-shadow: 2px 0 var(--red);
}

body[data-stage="lively"] .decimal {
  text-shadow: 3px 1px var(--red), -2px 0 var(--paper-light);
  transform: rotate(-1deg);
}

body[data-stage="late"] .decimal,
body[data-stage="final"] .decimal {
  text-shadow: 4px 2px var(--red), -3px -1px var(--paper-light);
  transform: rotate(-2deg) translateY(2px);
}

body[data-stage="lively"] .ticker-copy {
  transform: skewX(-2deg);
}

body[data-stage="late"] .ticker-copy,
body[data-stage="final"] .ticker-copy {
  transform: rotate(-0.5deg) skewX(-3deg);
}

body[data-stage="late"] .state-button[aria-pressed="true"]:nth-child(3n),
body[data-stage="final"] .state-button[aria-pressed="true"]:nth-child(3n) {
  transform: rotate(1.2deg);
}

body[data-stage="late"] .state-button[aria-pressed="true"]:nth-child(4n),
body[data-stage="final"] .state-button[aria-pressed="true"]:nth-child(4n) {
  transform: rotate(-1.2deg);
}

body[data-stage="final"] .latest-call {
  transform: rotate(-0.6deg);
}

@media (max-width: 1100px) {
  .brand-lockup h1 {
    font-size: 5.8rem;
  }

  .masthead-inner {
    min-height: 184px;
  }

  .score-ribbon {
    grid-template-columns: minmax(200px, 1fr) minmax(180px, 1.5fr) minmax(200px, 1fr);
  }

  .board-inner {
    grid-template-columns: minmax(560px, 1fr) 300px;
  }

  .map-column {
    padding-right: 24px;
  }

  .decision-column {
    padding-left: 24px;
  }

  .state-map {
    grid-template-rows: repeat(8, 44px);
    gap: 3px;
  }

  .state-button {
    height: 44px;
  }
}

@media (max-width: 960px) {
  .masthead-inner,
  .score-ribbon,
  .board-inner,
  .house-rules {
    width: min(100% - 36px, var(--content));
  }

  .brand-lockup h1 {
    font-size: 5rem;
  }

  .score-ribbon {
    grid-template-columns: minmax(185px, 1fr) minmax(120px, 1fr) minmax(185px, 1fr);
  }

  .score-rule {
    margin: 0 18px;
  }

  .score-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .score-block-right {
    align-items: flex-end;
  }

  .score-label {
    max-width: none;
  }

  .board-inner {
    display: block;
  }

  .map-column {
    padding: 32px 0;
  }

  .state-map {
    grid-template-rows: repeat(8, 48px);
    gap: 4px;
  }

  .state-button {
    height: 48px;
  }

  .decision-column {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.8fr);
    gap: 0 34px;
    border-top: 3px solid var(--ink-deep);
    border-left: 0;
    padding: 30px 0 38px;
  }

  .desk-status {
    grid-column: 1 / -1;
  }

  .latest-call {
    grid-row: span 2;
  }

  .desk-actions {
    margin-top: 0;
  }

  .call-log {
    margin-top: 26px;
  }

  .house-rules {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 700px) {
  .masthead-inner {
    min-height: 166px;
    padding-top: 20px;
  }

  .brand-lockup h1 {
    gap: 12px;
    font-size: 4.15rem;
  }

  .tagline {
    font-size: 0.98rem;
  }

  .ticker-label {
    padding: 0 14px;
  }

  .ticker-copy {
    padding: 0 14px;
    font-size: 0.64rem;
  }

  .score-ribbon {
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    padding: 20px 0;
  }

  .score-rule {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
  }

  .score-block-right {
    align-items: flex-end;
  }

  .score-value strong {
    font-size: 2.35rem;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .section-heading h2 {
    font-size: 1.55rem;
  }

  .state-map {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 6px;
  }

  .state-button {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 52px;
  }

  .map-legend {
    flex-wrap: wrap;
    gap: 9px 16px;
  }

  .map-legend span:last-child {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .decision-column {
    display: block;
  }

  .desk-actions {
    margin-top: 28px;
  }

  .night-shift img {
    min-height: 390px;
    object-fit: cover;
    object-position: 58% center;
  }

  .night-shift figcaption {
    position: static;
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .night-shift figcaption span,
  .night-shift figcaption strong {
    padding: 10px 12px;
  }

  .house-rules {
    padding: 58px 0 66px;
  }

  .rules-heading h2 {
    font-size: 2.25rem;
  }

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

  .rules-grid li:last-child {
    grid-column: auto;
  }

  .closing-band {
    display: block;
  }

  .closing-band p {
    font-size: 1.9rem;
  }

  .closing-band p + p {
    margin-top: 8px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .masthead-inner,
  .score-ribbon,
  .board-inner,
  .house-rules {
    width: calc(100% - 28px);
  }

  .masthead-inner {
    min-height: 148px;
  }

  .network-line {
    max-width: 240px;
    font-size: 0.58rem;
  }

  .brand-lockup h1 {
    gap: 8px;
    font-size: 3.25rem;
  }

  .tagline {
    max-width: 260px;
    margin-top: 8px;
    font-size: 0.88rem;
  }

  .masthead-tools {
    gap: 6px;
  }

  .icon-button {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .ticker {
    min-height: 38px;
  }

  .ticker-label {
    padding: 0 10px;
    font-size: 0.57rem;
  }

  .ticker-copy {
    padding: 6px 10px;
    font-size: 0.57rem;
    line-height: 1.15;
  }

  .score-label {
    font-size: 0.56rem;
  }

  .score-value strong {
    font-size: 2rem;
  }

  .map-column {
    padding-top: 28px;
  }

  .state-map {
    gap: 5px;
  }

  .state-button {
    height: 49px;
  }

  .call-name {
    font-size: 2.1rem;
  }

  .night-shift figcaption {
    grid-template-columns: 1fr;
  }

  .night-shift figcaption span,
  .night-shift figcaption strong {
    min-height: 36px;
  }

  dialog form {
    padding: 34px 24px 26px;
  }

  dialog h2 {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .brand-lockup h1 {
    font-size: 2.8rem;
  }

  .state-map {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .masthead-inner {
    min-height: 104px;
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .brand-lockup h1 {
    margin-top: 2px;
    font-size: 3.05rem;
  }

  .network-line {
    font-size: 0.56rem;
  }

  .tagline {
    margin-top: 5px;
    font-size: 0.8rem;
  }

  .ticker {
    min-height: 34px;
  }

  .score-ribbon {
    min-height: 74px;
  }

  .score-value strong {
    font-size: 2rem;
  }

  .map-column {
    padding-top: 18px;
  }

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

  .section-heading .eyebrow {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
