:root {
  color-scheme: light dark;
  --paper: #f7fbf8;
  --paper-strong: #ffffff;
  --surface: #ffffff;
  --surface-blue: #eaf6ff;
  --surface-mint: #e5f7ef;
  --surface-amber: #fff1c9;
  --ink: #063b32;
  --ink-soft: #486a76;
  --line: #c9dde1;
  --cobalt: #0d55dc;
  --cobalt-bright: #5598ff;
  --sky: #83cfff;
  --coral: #f35159;
  --mint: #18a97d;
  --amber: #f0a92e;
  --night: #061326;
  --deep-green: #063b32;
  --showcase: #092951;
  --hero-ink: #063b32;
  --hero-soft: #214f57;
  --hero-glass: rgba(255, 255, 255, .78);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 18px 50px rgba(13, 85, 220, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border: 2px solid var(--cobalt);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  transform: translateY(-160%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
  background: color-mix(in srgb, var(--paper-strong) 91%, transparent);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 750;
}

.nav a,
.site-footer nav a {
  text-decoration: none;
}

.nav a:hover,
.site-footer nav a:hover,
.text-link:hover {
  color: var(--cobalt);
}

.hero {
  position: relative;
  isolation: isolate;
  height: min(700px, calc(100svh - 72px));
  min-height: 610px;
  overflow: hidden;
  background: #83cfff;
  color: var(--hero-ink);
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center center;
  animation: scene-reveal 900ms ease-out both, scene-breathe 14s 900ms ease-in-out infinite alternate;
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(535px, 44%);
  padding: 42px 0 50px;
  text-shadow: 0 1px 18px rgba(255, 255, 255, .38);
  animation: copy-reveal 700ms 180ms ease-out both;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #b9e7ff;
}

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

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: 86px;
  line-height: .94;
}

.hero-promise {
  max-width: 510px;
  margin: 0 0 15px;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.02;
}

.hero-detail {
  max-width: 510px;
  margin: 0 0 24px;
  color: var(--hero-soft);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.48;
}

.hero-note {
  margin: 18px 0 0;
  color: var(--hero-soft);
  font-size: 13px;
  font-weight: 800;
}

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

.store-link {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 14px 7px 8px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  background: #050b14;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.store-link img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
}

.store-link span {
  min-width: 122px;
  display: grid;
  gap: 2px;
}

.store-link small,
.store-link em {
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.store-link strong {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 800;
}

.store-link em {
  color: #9fc1d2;
  text-transform: uppercase;
}

.store-link:hover {
  border-color: var(--sky);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: none;
}

.button.primary {
  background: var(--cobalt);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 31, 110, .22);
}

.button.primary:hover {
  background: #0844bd;
}

.button.glass {
  border-color: rgba(6, 59, 50, .34);
  background: var(--hero-glass);
  color: var(--hero-ink);
  backdrop-filter: blur(12px);
}

.dark-button {
  flex: 0 0 auto;
  background: var(--deep-green);
  color: #fff;
}

.section {
  padding: 88px 0;
}

.intro {
  padding-top: 66px;
  padding-bottom: 48px;
  background: var(--paper);
}

.split-intro,
.boundary-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: start;
}

h2 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.03;
}

h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.1;
}

.section-lede,
.section-head > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 20px;
}

.workflow {
  padding-top: 16px;
  padding-bottom: 84px;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.workflow-step {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--sky);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.review-step {
  border-color: var(--cobalt-bright);
  background: var(--surface-blue);
}

.export-step {
  border-top-color: var(--mint);
}

.step-number,
.step-kicker {
  display: block;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.step-number {
  margin-bottom: 28px;
  color: var(--cobalt);
}

.step-kicker {
  margin: 0 0 8px;
  color: var(--coral);
}

.workflow-step > p:last-of-type {
  color: var(--ink-soft);
}

.swipe-cue {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

.dismiss-cue {
  color: var(--coral);
}

.approve-cue {
  color: var(--mint);
}

.receipt-card {
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(13, 85, 220, .12);
  font-family: var(--display);
  font-size: 18px;
}

.receipt-card small {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 650;
}

.app-showcase {
  padding: 94px 0;
  overflow: hidden;
  background: var(--showcase);
  color: #f5f9ff;
}

.showcase-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.showcase-head h2 {
  color: #fff;
}

.showcase-head > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: #bfd4e5;
  font-size: 20px;
}

.showcase-points {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.showcase-points li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.showcase-points strong {
  color: #83cfff;
}

.showcase-points span {
  color: #bfd4e5;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.screen-row figure {
  margin: 0;
  transition: transform 280ms ease;
}

.screen-row figure:hover {
  transform: translateY(-8px);
}

.screen-row img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
}

.screen-row figcaption {
  margin-top: 10px;
  color: #b9e7ff;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.sources {
  background: var(--surface-mint);
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.source-list article {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.source-list article:nth-child(3n + 1) {
  border-top: 5px solid var(--cobalt-bright);
}

.source-list article:nth-child(3n + 2) {
  border-top: 5px solid var(--coral);
}

.source-list article:nth-child(3n + 3) {
  border-top: 5px solid var(--amber);
}

.source-list article span {
  color: var(--cobalt);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.source-list article p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.privacy-band {
  padding: 94px 0;
  background: var(--deep-green);
  color: #f2f8ff;
}

.privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 88px;
  align-items: start;
}

.privacy-grid h2 {
  color: #fff;
}

.privacy-grid p {
  color: #c3d8d4;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--cobalt);
  font-weight: 800;
}

.light-link {
  color: #94d8ff;
}

.privacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.privacy-list li {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.privacy-list strong,
.privacy-list span {
  display: block;
}

.privacy-list strong {
  margin-bottom: 4px;
  color: #fff;
  font-family: var(--display);
  font-size: 24px;
}

.privacy-list span {
  color: #c3d8d4;
}

.compact-disclaimer {
  margin-top: 32px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 650;
}

.boundary {
  background: var(--surface-amber);
}

.boundary-grid > div:last-child p:first-child {
  margin-top: 0;
  font-size: 20px;
}

.boundary-grid > div:last-child p:last-child {
  color: var(--ink-soft);
}

.faq {
  background: var(--surface-blue);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 20px 42px 20px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 750;
}

.faq-list details p {
  margin: -6px 0 22px;
  color: var(--ink-soft);
}

.closing {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #83cfff;
}

.closing picture,
.closing picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing picture img {
  object-fit: cover;
  object-position: center center;
}

.closing-cta {
  padding: 46px 0;
  background: #f06f67;
  color: #063b32;
}

.closing-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.closing-cta .eyebrow {
  color: #71312f;
}

.closing-cta h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 42px;
}

.store-link-dark {
  justify-self: end;
}

.site-footer {
  padding: 46px 0;
  background: var(--night);
  color: #d8e7ed;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto minmax(220px, .8fr);
  gap: 50px;
  align-items: start;
}

.footer-brand {
  color: #fff;
}

.site-footer p {
  color: #9db3c0;
}

.site-footer nav {
  display: grid;
  gap: 10px;
  font-weight: 750;
}

.footer-note {
  margin-top: 0;
  font-size: 13px;
}

/* Reading pages */
.page-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.page-hero picture,
.page-hero picture img,
.page-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero picture img {
  object-fit: cover;
  object-position: center 52%;
}

.page-hero::after {
  content: "";
  background: rgba(4, 29, 36, .58);
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 64px;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: 62px;
}

.page-hero .lede {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
}

.reading {
  padding: 72px 0 104px;
}

.reading .wrap {
  width: min(860px, calc(100% - 48px));
}

.notice {
  margin-bottom: 36px;
  padding: 20px 22px;
  border-left: 5px solid var(--coral);
  background: var(--surface-blue);
}

.notice p {
  margin: 4px 0 0;
}

.toc {
  margin-bottom: 48px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.toc > p {
  margin: 0 0 10px;
  font-weight: 850;
}

.toc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc a {
  color: var(--mint);
  font-weight: 700;
  text-decoration-color: color-mix(in srgb, var(--mint) 58%, transparent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.doc-block {
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.doc-block h2 {
  margin-bottom: 14px;
  font-size: 34px;
}

.doc-block p {
  color: var(--ink-soft);
}

.doc-block .updated {
  font-size: 14px;
  font-weight: 750;
}

@keyframes scene-reveal {
  from { opacity: .74; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes copy-reveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scene-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.018) translate3d(0, -3px, 0); }
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.2, .8, .2, 1);
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .screen-row .motion-reveal:nth-child(2),
.motion-ready .workflow-grid .motion-reveal:nth-child(2) {
  transition-delay: 90ms;
}

.motion-ready .screen-row .motion-reveal:nth-child(3),
.motion-ready .workflow-grid .motion-reveal:nth-child(3) {
  transition-delay: 180ms;
}

.motion-ready .screen-row .motion-reveal:nth-child(4) {
  transition-delay: 270ms;
}

@media (max-width: 1040px) {
  .hero-copy {
    width: 47%;
  }

  h1 {
    font-size: 76px;
  }

  .hero-promise {
    font-size: 36px;
  }

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

  .showcase-copy {
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .workflow-grid,
  .source-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-step:last-child {
    grid-column: 1 / -1;
    min-height: 280px;
  }

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

  .footer-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    color-scheme: dark;
    --paper: #071d1a;
    --paper-strong: #09252d;
    --surface: #0d2b33;
    --surface-blue: #0d3150;
    --surface-mint: #0b382e;
    --surface-amber: #393219;
    --ink: #f3f8ff;
    --ink-soft: #b6ccd3;
    --line: #2b5157;
    --cobalt: #65a1ff;
    --cobalt-bright: #79aeff;
    --coral: #ff7b79;
    --mint: #43d8ad;
    --amber: #ffc259;
    --showcase: #0a2448;
    --hero-ink: #ffffff;
    --hero-soft: #d4e6f4;
    --hero-glass: rgba(3, 25, 37, .72);
    --shadow: 0 18px 50px rgba(0, 0, 0, .2);
  }

  .wrap,
  .reading .wrap {
    width: min(100% - 30px, 1180px);
  }

  .site-header,
  .header-inner {
    min-height: 64px;
  }

  .brand {
    font-size: 25px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav {
    gap: 14px;
    font-size: 13px;
  }

  .nav a:first-child {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 0;
    padding-top: 220px;
    background: var(--paper);
    color: var(--ink);
  }

  .hero-media,
  .hero-media img {
    height: 220px;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-inner {
    height: auto;
    background: var(--paper);
  }

  .hero-copy {
    width: 100%;
    padding: 24px 0 30px;
    text-shadow: none;
  }

  h1 {
    margin-bottom: 4px;
    font-size: 50px;
  }

  .hero-promise {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .hero-detail {
    margin-bottom: 16px;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.4;
  }

  .hero-note {
    color: var(--ink-soft);
  }

  .button.glass {
    border-color: var(--line);
    background: var(--surface);
    color: var(--ink);
  }

  .hero .button {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section {
    padding: 66px 0;
  }

  .intro {
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .split-intro,
  .boundary-grid,
  .faq-grid,
  .privacy-grid,
  .footer-grid,
  .closing-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  h2,
  .closing-cta h2 {
    font-size: 38px;
  }

  .workflow-grid,
  .source-list {
    grid-template-columns: 1fr;
  }

  .workflow-step,
  .workflow-step:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .step-number {
    margin-bottom: 30px;
  }

  .app-showcase {
    padding: 72px 0;
  }

  .showcase-head {
    margin-bottom: 28px;
  }

  .showcase-head > p:not(.eyebrow) {
    font-size: 17px;
  }

  .screen-row {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 86%);
    align-items: start;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 12px 2px 18px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .screen-row::-webkit-scrollbar {
    display: none;
  }

  .screen-row figure {
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .screen-row img {
    width: 100%;
    aspect-ratio: 590 / 1277;
    object-fit: cover;
    object-position: top;
  }

  .screen-row figure:nth-child(2) {
    transform: none;
  }

  .source-list article {
    min-height: 0;
  }

  .privacy-band {
    padding: 72px 0;
  }

  .closing {
    height: 280px;
  }

  .closing picture img {
    object-position: 68% center;
  }

  .closing-cta {
    padding: 38px 0;
  }

  .dark-button {
    justify-self: start;
  }

  .store-link-dark {
    justify-self: start;
  }

  .page-hero {
    min-height: 0;
    display: block;
    padding-top: 220px;
  }

  .page-hero picture,
  .page-hero::after {
    inset: 0 0 auto;
    height: 220px;
  }

  .page-hero picture img {
    object-position: 68% 52%;
  }

  .page-hero .wrap {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .page-hero h1 {
    font-size: 48px;
  }

  .reading {
    padding: 56px 0 76px;
  }
}

@media (max-width: 430px) {
  .hero {
    padding-top: 210px;
  }

  .hero-media,
  .hero-media img {
    height: 210px;
  }

  .page-hero {
    padding-top: 210px;
  }

  .page-hero picture,
  .page-hero::after {
    height: 210px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-promise {
    font-size: 28px;
  }

  .hero-actions {
    display: grid;
  }

  .store-link {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-note {
    display: none;
  }

  .swipe-cue {
    grid-template-columns: .8fr 1.4fr .8fr;
  }

  .showcase-points li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .screen-row {
    grid-auto-columns: minmax(248px, 88%);
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #071d1a;
    --paper-strong: #09252d;
    --surface: #0d2b33;
    --surface-blue: #0d3150;
    --surface-mint: #0b382e;
    --surface-amber: #393219;
    --ink: #f3f8ff;
    --ink-soft: #b6ccd3;
    --line: #2b5157;
    --cobalt: #65a1ff;
    --cobalt-bright: #79aeff;
    --coral: #ff7b79;
    --mint: #43d8ad;
    --amber: #ffc259;
    --showcase: #0a2448;
    --hero-ink: #ffffff;
    --hero-soft: #d4e6f4;
    --hero-glass: rgba(3, 25, 37, .72);
    --shadow: 0 18px 50px rgba(0, 0, 0, .2);
  }

  .hero {
    background: #08254f;
  }

  .hero-copy {
    text-shadow: 0 2px 20px rgba(0, 14, 24, .34);
  }

  .button.primary {
    background: var(--cobalt-bright);
    color: #041225;
  }

  .button.glass {
    border-color: rgba(255, 255, 255, .48);
    color: #fff;
  }

  .closing {
    background: #08254f;
  }

  .site-footer {
    background: #030c1a;
  }
}

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

  .hero-media img,
  .hero-copy,
  .motion-ready .motion-reveal {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .screen-row figure:hover {
    transform: none;
  }
}
