@font-face {
  font-family: "VT323";
  src: url("https://noir-ruby-three.vercel.app/assets/vt323-latin-400-normal-wDgJuOC9.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --night: #080d12;
  --night-soft: #0d141a;
  --night-blue: #111b24;
  --ink: #d9d7d0;
  --ink-soft: #9ca4a5;
  --ink-faint: #737d7f;
  --mist: #b9c7c8;
  --brass: #aa9672;
  --line: rgba(207, 214, 211, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --mono: "VT323", "Courier New", monospace;
  --page: min(1120px, calc(100vw - 48px));
  --narrow: min(720px, calc(100vw - 48px));
}

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

html {
  background: var(--night);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 68px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--night);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, #fff 3px 4px);
}

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

a {
  color: inherit;
  text-underline-offset: 0.23em;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  color: var(--night);
  background: var(--mist);
}

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

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

.section-space {
  padding-block: clamp(88px, 12vw, 160px);
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 8px 12px;
  color: var(--night);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 19px;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--page);
  padding-block: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.wordmark {
  color: rgba(242, 239, 230, 0.92);
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.quiet-link {
  color: rgba(230, 230, 224, 0.7);
  font-family: var(--mono);
  font-size: 18px;
  text-decoration: none;
}

.quiet-link:hover,
.quiet-link:focus-visible {
  color: #fff;
}

.hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: max(760px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #0a1117;
}

.hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.66) brightness(0.72) contrast(1.05);
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 13, 0.92) 0%, rgba(5, 9, 13, 0.66) 42%, rgba(5, 9, 13, 0.08) 78%),
    linear-gradient(0deg, rgba(5, 9, 13, 0.82) 0%, transparent 40%, rgba(5, 9, 13, 0.22) 100%);
}

.hero-inner {
  align-self: end;
  padding-bottom: clamp(86px, 12vh, 130px);
}

.overline,
.section-kicker {
  margin: 0;
  color: var(--brass);
  font-family: var(--mono);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 14px 0 10px;
  color: #e8e4da;
  font-size: clamp(64px, 10vw, 138px);
  font-style: italic;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.hero-intro {
  max-width: 520px;
  margin: 0 0 34px;
  color: rgba(232, 231, 224, 0.8);
  font-size: clamp(21px, 2.4vw, 30px);
  line-height: 1.35;
}

.signup-form {
  position: relative;
}

.signup-top {
  width: min(510px, 100%);
}

.signup-top > label {
  display: block;
  margin-bottom: 9px;
  color: rgba(230, 230, 224, 0.66);
  font-family: var(--mono);
  font-size: 18px;
}

.form-row {
  display: flex;
  gap: 8px;
}

.signup-form input[type="email"] {
  min-width: 0;
  height: 49px;
  padding: 0 14px;
  color: #e9e8e1;
  border: 1px solid rgba(218, 222, 218, 0.28);
  border-radius: 0;
  outline: none;
  background: rgba(7, 12, 17, 0.56);
  font-family: var(--mono);
  font-size: 20px;
  backdrop-filter: blur(8px);
  appearance: none;
}

.signup-form input[type="email"]::placeholder {
  color: rgba(218, 222, 218, 0.42);
}

.signup-form input[type="email"]:focus {
  border-color: rgba(185, 199, 200, 0.75);
  box-shadow: 0 0 0 2px rgba(185, 199, 200, 0.1);
}

.signup-form input[aria-invalid="true"] {
  border-color: #b78379;
}

.signup-form button[type="submit"] {
  min-height: 49px;
  padding: 0 18px;
  color: #dcded9;
  border: 1px solid rgba(218, 222, 218, 0.42);
  border-radius: 0;
  background: rgba(13, 22, 29, 0.72);
  font-family: var(--mono);
  font-size: 19px;
  white-space: nowrap;
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.signup-form button[type="submit"]:hover,
.signup-form button[type="submit"]:focus-visible {
  color: #fff;
  border-color: rgba(232, 236, 231, 0.8);
  background: rgba(27, 39, 48, 0.86);
}

.signup-form button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.form-note,
.form-status {
  margin: 8px 0 0;
  color: rgba(218, 222, 218, 0.44);
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1.3;
}

.form-status:empty {
  display: none;
}

.form-status[data-kind="success"] {
  color: #aebfae;
}

.form-status[data-kind="error"] {
  color: #c79a90;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.scroll-mark {
  position: absolute;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 38px;
  display: grid;
  width: 24px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(230, 232, 228, 0.28);
  border-radius: 999px;
}

.scroll-mark span {
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: rgba(230, 232, 228, 0.65);
  animation: drift 2s ease-in-out infinite;
}

@keyframes drift {
  0%, 100% { transform: translateY(-6px); opacity: 0.35; }
  50% { transform: translateY(7px); opacity: 0.9; }
}

.story-quote {
  position: relative;
  background:
    radial-gradient(circle at 50% 20%, rgba(38, 55, 65, 0.22), transparent 32rem),
    var(--night);
}

.story-quote blockquote {
  margin: 32px 0 0;
  padding: 0;
  border: 0;
}

.story-quote blockquote p {
  margin: 0 0 1.05em;
  color: #d1d1cb;
  font-size: clamp(27px, 3.6vw, 45px);
  font-style: italic;
  line-height: 1.34;
  letter-spacing: -0.016em;
}

.story-quote blockquote p:last-child {
  margin-bottom: 0;
  color: var(--mist);
}

.project-story,
.premise {
  border-top: 1px solid var(--line);
  background: var(--night-soft);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.72fr);
  justify-content: space-between;
  gap: clamp(60px, 10vw, 150px);
}

.section-heading h2,
.places-heading h2,
.locals-copy h2,
.invitation h2,
.final-signup h2 {
  margin: 18px 0 0;
  color: #dcdbd4;
  font-size: clamp(40px, 5.3vw, 70px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.body-copy p {
  margin: 0 0 1.2em;
  color: var(--ink-soft);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.6;
}

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

.full-image {
  position: relative;
  width: 100%;
  height: min(72vw, 820px);
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #0b1117;
}

.full-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(4, 8, 11, 0.78), transparent 45%);
}

.full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.8);
}

.full-image figcaption {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1120px) / 2));
  bottom: 44px;
  left: max(24px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
  padding-top: 16px;
  color: rgba(231, 230, 223, 0.86);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.full-image figcaption span {
  font-size: 19px;
  font-style: italic;
}

.full-image figcaption p {
  margin: 0;
  color: rgba(231, 230, 223, 0.56);
  font-family: var(--mono);
  font-size: 17px;
}

.premise {
  background:
    radial-gradient(circle at 85% 55%, rgba(34, 48, 58, 0.26), transparent 30rem),
    var(--night);
}

.pelle-section {
  border-top: 1px solid var(--line);
  background: #0b1116;
}

.pelle-grid {
  display: grid;
  grid-template-columns: minmax(240px, 390px) minmax(320px, 590px);
  align-items: center;
  justify-content: center;
  gap: clamp(54px, 9vw, 120px);
}

.pelle-portrait {
  position: relative;
}

.pelle-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 70px rgba(4, 7, 10, 0.7);
}

.pelle-portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  filter: grayscale(0.22) saturate(0.62) brightness(0.82);
}

.pelle-dialogue {
  padding-block: 30px;
}

.pelle-dialogue > p:not(.section-kicker) {
  margin: 30px 0 0;
  color: #c3c3bd;
  font-size: clamp(23px, 2.6vw, 34px);
  font-style: italic;
  line-height: 1.38;
}

.pelle-dialogue > p + p:not(.section-kicker) {
  color: #949b9b;
}

.pelle-dialogue span {
  display: block;
  margin-bottom: 4px;
  color: var(--brass);
  font-family: var(--mono);
  font-size: 17px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.places {
  background: var(--night);
}

.places-heading {
  max-width: 760px;
  margin-bottom: clamp(52px, 7vw, 86px);
}

.place-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px 22px;
}

.place-card {
  grid-column: span 6;
  margin: 0;
}

.place-card:nth-child(3) {
  grid-column: 4 / span 6;
  margin-top: 40px;
}

.place-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.68) brightness(0.78);
  transition: filter 450ms ease;
}

.place-card:hover img {
  filter: saturate(0.82) brightness(0.88);
}

.place-card figcaption {
  margin-top: 12px;
  color: var(--ink-faint);
  font-family: var(--mono);
  font-size: 18px;
}

.locals {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(8, 13, 18, 0.1), rgba(8, 13, 18, 0.8)),
    #111a22;
}

.locals-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  align-items: end;
  gap: 60px;
  min-height: 500px;
  overflow: hidden;
}

.locals-copy {
  align-self: center;
  padding-block: 80px;
}

.locals-copy h2 {
  font-size: clamp(38px, 4.6vw, 60px);
}

.sprite-row {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 480px;
  overflow: hidden;
}

.sprite-row img {
  width: 31%;
  height: 420px;
  margin-inline: -1%;
  object-fit: contain;
  object-position: bottom;
  image-rendering: pixelated;
  opacity: 0.76;
  filter: grayscale(0.18) saturate(0.55) brightness(0.7);
}

.sprite-row img:nth-child(1) { height: 370px; }
.sprite-row img:nth-child(2) { height: 430px; }
.sprite-row img:nth-child(3) { height: 405px; }

.invitation {
  background: var(--night-soft);
}

.invitation h2,
.final-signup h2 {
  margin-bottom: 28px;
}

.invitation .narrow > p:not(.section-kicker),
.final-signup .narrow > p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
  color: #c6c8c3;
  font-family: var(--mono);
  font-size: 21px;
  text-decoration: none;
  border-bottom: 1px solid rgba(198, 200, 195, 0.35);
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.final-signup {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(63, 77, 86, 0.25), transparent 33rem),
    var(--night);
}

.signup-bottom {
  margin-top: 36px;
}

.signup-bottom input[type="email"] {
  flex: 1 1 auto;
  background: rgba(12, 19, 24, 0.8);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #060a0e;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding-block: 35px;
  color: #656f70;
  font-family: var(--mono);
  font-size: 16px;
}

.footer-inner span {
  color: #a4aaa7;
  font-family: var(--serif);
  font-style: italic;
}

.footer-inner p {
  margin: 0;
  text-align: center;
}

.footer-inner a {
  justify-self: end;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: #c9ccc7;
}

.sticky-signup {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 64px;
  padding: 8px 18px calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(200, 207, 203, 0.2);
  background: rgba(7, 12, 16, 0.94);
  backdrop-filter: blur(14px);
  transform: translateY(120%);
  transition: transform 300ms ease;
}

.sticky-signup[data-visible="true"] {
  transform: translateY(0);
}

.sticky-form {
  display: grid;
  grid-template-columns: auto minmax(190px, 350px) auto;
  align-items: center;
  gap: 10px;
}

.sticky-form > label {
  margin-right: 9px;
  color: #aab0ad;
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

.sticky-form input[type="email"],
.sticky-form button[type="submit"] {
  height: 42px;
  min-height: 42px;
}

.sticky-form .form-status {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  width: min(520px, calc(100vw - 30px));
  padding: 9px 12px;
  background: #0c1318;
  transform: translateX(-50%);
}

.sticky-close {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0 0 3px;
  color: #6d7777;
  border: 0;
  background: transparent;
  font-family: var(--mono);
  font-size: 23px;
}

.sticky-close:hover,
.sticky-close:focus-visible {
  color: #c7cbc6;
}

.sticky-mobile-cta {
  display: none;
}

.noscript {
  position: fixed;
  z-index: 120;
  right: 12px;
  bottom: 12px;
  left: 12px;
  margin: 0;
  padding: 12px;
  color: var(--night);
  background: #d8d7d0;
  font-family: var(--mono);
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 800ms ease, transform 800ms ease;
}

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

:focus-visible {
  outline: 1px solid var(--mist);
  outline-offset: 4px;
}

@media (max-width: 820px) {
  :root {
    --page: min(100% - 36px, 680px);
    --narrow: min(100% - 36px, 680px);
  }

  .hero {
    min-height: 760px;
  }

  .hero-art {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 9, 13, 0.85), rgba(5, 9, 13, 0.28)),
      linear-gradient(0deg, rgba(5, 9, 13, 0.92), transparent 58%);
  }

  .two-column,
  .pelle-grid,
  .locals-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .body-copy {
    max-width: 620px;
  }

  .full-image {
    min-height: 440px;
    height: 72vw;
  }

  .pelle-portrait {
    width: min(72vw, 390px);
  }

  .pelle-dialogue {
    max-width: 600px;
  }

  .locals-inner {
    gap: 0;
  }

  .locals-copy {
    padding: 90px 0 20px;
  }

  .sprite-row {
    height: 380px;
  }

  .sprite-row img,
  .sprite-row img:nth-child(1),
  .sprite-row img:nth-child(2),
  .sprite-row img:nth-child(3) {
    height: 360px;
  }

  .sticky-form > label {
    display: none;
  }

  .sticky-form {
    grid-template-columns: minmax(150px, 1fr) auto;
    width: min(520px, calc(100vw - 80px));
  }
}

@media (max-width: 600px) {
  :root {
    --page: calc(100% - 36px);
    --narrow: calc(100% - 36px);
  }

  body {
    padding-bottom: 54px;
    font-size: 16px;
    line-height: 1.55;
  }

  .section-space {
    padding-block: 68px;
  }

  .site-header {
    padding-block: 17px;
  }

  .wordmark {
    font-size: 16px;
  }

  .quiet-link {
    font-size: 17px;
  }

  .hero {
    min-height: 680px;
    height: max(680px, 100svh);
  }

  .hero-art {
    object-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 9, 13, 0.78), rgba(5, 9, 13, 0.18)),
      linear-gradient(0deg, rgba(5, 9, 13, 0.96) 0%, rgba(5, 9, 13, 0.48) 42%, rgba(5, 9, 13, 0.08) 72%);
  }

  .hero-inner {
    padding-bottom: 44px;
  }

  .overline,
  .section-kicker {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .hero h1 {
    margin: 9px 0 8px;
    font-size: clamp(55px, 18vw, 72px);
    line-height: 0.94;
  }

  .hero-intro {
    max-width: 315px;
    margin-bottom: 22px;
    font-size: 19px;
    line-height: 1.35;
  }

  .form-row {
    flex-direction: column;
  }

  .signup-form input[type="email"],
  .signup-form button[type="submit"] {
    width: 100%;
  }

  .signup-top > label {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .signup-top .form-row {
    flex-direction: row;
    gap: 6px;
  }

  .signup-top input[type="email"] {
    flex: 1 1 auto;
    width: 0;
  }

  .signup-top input[type="email"],
  .signup-top button[type="submit"] {
    height: 45px;
    min-height: 45px;
    font-size: 17px;
  }

  .signup-top button[type="submit"] {
    width: auto;
    padding-inline: 12px;
  }

  .signup-top .form-note {
    margin-top: 7px;
    font-size: 14px;
  }

  .scroll-mark {
    display: none;
  }

  .story-quote blockquote {
    margin-top: 24px;
  }

  .story-quote blockquote p {
    margin-bottom: 0.9em;
    font-size: clamp(23px, 6.6vw, 28px);
    line-height: 1.38;
  }

  .section-heading h2,
  .places-heading h2,
  .locals-copy h2,
  .invitation h2,
  .final-signup h2 {
    margin-top: 14px;
    font-size: clamp(34px, 9.8vw, 43px);
    line-height: 1.06;
  }

  .two-column,
  .pelle-grid {
    gap: 30px;
  }

  .body-copy p {
    font-size: 18px;
    line-height: 1.55;
  }

  .full-image {
    min-height: 270px;
    height: 72vw;
    max-height: 350px;
  }

  .full-image img {
    object-position: 58% center;
  }

  .full-image figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    flex-direction: column;
    gap: 3px;
    padding-top: 10px;
  }

  .full-image figcaption span {
    font-size: 17px;
  }

  .full-image figcaption p {
    max-width: 285px;
    font-size: 15px;
    line-height: 1.25;
  }

  .pelle-portrait {
    width: min(78vw, 310px);
  }

  .pelle-portrait img {
    height: auto;
  }

  .pelle-dialogue > p:not(.section-kicker) {
    margin-top: 24px;
    font-size: 21px;
    line-height: 1.42;
  }

  .place-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .place-card,
  .place-card:nth-child(3) {
    grid-column: auto;
    margin-top: 0;
  }

  .place-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .place-card figcaption {
    margin-top: 8px;
    font-size: 16px;
  }

  .places-heading {
    margin-bottom: 36px;
  }

  .locals-copy {
    padding: 66px 0 12px;
  }

  .sprite-row {
    height: 270px;
    margin-inline: -18px;
  }

  .sprite-row img,
  .sprite-row img:nth-child(1),
  .sprite-row img:nth-child(2),
  .sprite-row img:nth-child(3) {
    width: 35%;
    height: 255px;
    margin-inline: -2.5%;
  }

  .invitation .narrow > p:not(.section-kicker),
  .final-signup .narrow > p:not(.section-kicker) {
    font-size: 18px;
    line-height: 1.55;
  }

  .invitation h2,
  .final-signup h2 {
    margin-bottom: 22px;
  }

  .signup-bottom {
    margin-top: 28px;
  }

  .signup-bottom .form-row {
    gap: 7px;
  }

  .signup-bottom input[type="email"],
  .signup-bottom button[type="submit"] {
    height: 47px;
    min-height: 47px;
    font-size: 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-block: 28px;
  }

  .footer-inner p {
    text-align: left;
  }

  .footer-inner a {
    justify-self: start;
    margin-top: 10px;
  }

  .sticky-signup {
    gap: 8px;
    min-height: 52px;
    padding: 6px 9px calc(6px + env(safe-area-inset-bottom));
  }

  .sticky-form {
    display: none;
  }

  .sticky-mobile-cta {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding: 5px 8px;
    color: #aab0ad;
    font-family: var(--mono);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
  }

  .sticky-mobile-cta span:last-child {
    color: #d5d6d0;
  }

  .sticky-close {
    width: 26px;
    height: 26px;
  }

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

@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;
  }

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