@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/media/fonts/bricolage-grotesque-latin-ext-variable.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: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(/media/fonts/bricolage-grotesque-latin-variable.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: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/media/fonts/dm-sans-latin-ext-variable.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: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/media/fonts/dm-sans-latin-variable.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: Barlow;
  src: url("/media/fonts/barlow-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url("/media/fonts/barlow-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url("/media/fonts/barlow-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url("/media/fonts/barlow-latin-900-normal.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: Plex;
  src: url("/media/fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
:root {
  --ink: #0c2a44;
  --coral: #ff6a45;
  --paper: #fbf9f4;
  --pencil: #aab5c0;
  --tint: #fff0ea;
  --muted: #516375;
  --line: #cbd0d0;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 18px/1.6 "DM Sans",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
h1 {
  font-size: clamp(62px, 6.8vw, 104px);
}
h2 {
  font-size: clamp(52px, 5.4vw, 78px);
}
h3 {
  font-size: 31px;
  line-height: 1.1;
}
em {
  font-style: normal;
  color: #cf4626;
}
a,
button,
summary {
  touch-action: manipulation;
}
::selection {
  background: var(--coral);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}
.wrap {
  width: min(1216px, calc(100% - 96px));
  margin-inline: auto;
}
.mono,
.eyebrow {
  font-family: Plex, monospace;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow {
  margin-bottom: 22px;
}
.section {
  padding-block: 100px;
}
.skip-link {
  position: fixed;
  z-index: 20;
  left: 16px;
  top: -100px;
  padding: 12px;
  background: var(--ink);
  color: var(--paper);
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: Barlow, Arial, sans-serif;
  font-weight: 900;
  font-size: 43px;
  line-height: 1;
  letter-spacing: -0.055em;
  text-decoration: none;
  display: inline-block;
}
.brand span {
  color: var(--coral);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header nav > a:not(.button) {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.site-header nav > a:not(.button):hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 56px;
  padding: 14px 23px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 0 var(--ink);
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.button-small {
  min-height: 46px;
  padding: 9px 18px;
  font-size: 15px;
  gap: 18px;
}
.button:hover {
  background: var(--coral);
  color: var(--ink);
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px var(--ink);
}
.button:active {
  transform: translate(0);
  box-shadow: none;
}
.hero {
  padding-top: 62px;
}
.hero-heading {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 48px;
  align-items: end;
}
.hero-intro {
  padding-bottom: 4px;
  max-width: 330px;
}
.hero-intro > p:first-child {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
.hero-intro > p:nth-child(2) {
  font-size: 18px;
  color: var(--muted);
}
.text-link {
  font-weight: 700;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
.text-link:hover {
  color: #b33c20;
}
.play-mini {
  font-size: 11px;
}
.duration {
  color: var(--muted);
  font-size: 10px;
}
.street-scene {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.street-scene img {
  width: 100%;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent, #000 12%, #000 87%, transparent),
    linear-gradient(to right, transparent, #000 7%, #000 92%, transparent);
  mask-image:
    linear-gradient(to bottom, transparent, #000 12%, #000 87%, transparent),
    linear-gradient(to right, transparent, #000 7%, #000 92%, transparent);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.scene-note {
  position: absolute;
  left: 47%;
  top: 28%;
  font-size: 12px;
  transform: rotate(-5deg);
  color: var(--muted);
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 0 0 26px;
}
.hero-foot a {
  text-decoration: none;
  display: flex;
  gap: 24px;
}
.hero-foot a:hover {
  text-decoration: underline;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
  column-gap: 60px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
.section-heading > p:last-child {
  font-size: 24px;
  color: var(--muted);
  padding-bottom: 7px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 58px;
}
.step {
  padding: 0 30px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.step:first-child {
  padding-left: 0;
  border: 0;
}
.step:last-child {
  padding-right: 0;
}
.step-number {
  font-size: 10px;
  margin-bottom: 21px;
  color: var(--muted);
}
.step h3 {
  margin-bottom: 15px;
}
.step p {
  font-size: 17px;
  line-height: 1.55;
  min-height: 80px;
  max-width: 300px;
}
.step > img {
  width: 100%;
  margin-top: auto;
  padding-top: 29px;
  transition: transform 0.4s;
}
.step:hover > img {
  transform: translateX(9px);
}
.identity-sample {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}
.identity-sample > div {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.identity-sample .mono {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 4px;
}
.identity-sample strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.identity-sample small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--muted);
}
.mini-collection {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 35px;
}
.mini-collection img {
  width: 32%;
  border: 1.5px solid var(--ink);
  padding: 18px 6px;
  background: var(--paper);
  border-radius: 7px;
  transform: rotate(-6deg);
  transition: transform 0.3s;
}
.mini-collection img:nth-child(2) {
  transform: translateY(-10px) rotate(5deg);
}
.mini-collection img:last-child {
  transform: rotate(-3deg);
  background: var(--tint);
}
.step:hover .mini-collection img {
  transform: translateY(-5px);
}
.film-section {
  background: var(--ink);
  color: var(--paper);
  padding-block: 84px;
}
.film-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.film-heading h2 {
  font-size: clamp(48px, 4.9vw, 68px);
}
.film-heading em {
  color: var(--coral);
}
.film-duration {
  margin-bottom: 5px;
  color: #c6d0d9;
}
.film-player {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid #738493;
}
.film-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.film-play {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  border: 2px solid var(--ink);
  border-radius: 7px;
  padding: 16px 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 4px 4px var(--coral);
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.film-play:hover {
  background: #193f60;
  box-shadow: 6px 6px var(--coral);
}
.film-play[hidden] {
  display: none;
}
.film-play .mono {
  font-size: 11px;
  color: #d3dce3;
}
.film-caption {
  text-align: center;
  font-size: 11px;
  margin-top: 23px;
  color: #c6d0d9;
}
.collection {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.collection-copy > p:not(.eyebrow) {
  max-width: 380px;
  margin-top: 25px;
  color: var(--muted);
}
.garage-sheet {
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  transform: rotate(2deg);
  box-shadow: 8px 8px 0 #e5e6df;
  background: var(--paper);
  background-image: radial-gradient(#0c2a4414 0.8px, transparent 1px);
  background-size: 18px 18px;
}
.garage-label {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.garage-label > span:last-child {
  color: #ae381b;
}
.garage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.garage-grid figure {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 16px 10px 10px;
  transition: transform 0.25s;
}
.garage-grid figure:first-child {
  background: var(--tint);
  border-color: #d04b2b;
}
.garage-grid figure:hover {
  transform: translateY(-5px) rotate(-2deg);
}
.garage-grid figcaption {
  font-family: Plex, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 14px;
}
.next-spot {
  border: 2px dashed var(--pencil);
  border-radius: 8px;
  display: grid;
  place-content: center;
  text-align: center;
}
.next-spot > span:first-child {
  font-size: 58px;
  font-weight: 900;
  line-height: 1.1;
  color: #6b7a87;
}
.next-spot .mono {
  font-size: 9px;
  margin-top: 9px;
}
.garage-note {
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
  font-weight: 600;
}
.early-access {
  background: var(--coral);
  border-block: 2px solid var(--ink);
  padding-block: 78px;
}
.signup-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.early-access h2 {
  font-size: clamp(52px, 5.3vw, 76px);
}
.early-access h2 span {
  color: var(--ink);
}
.early-access p:not(.eyebrow):not(.form-status):not(.privacy-note) {
  margin-top: 25px;
}
.signup-car {
  width: 205px;
  margin-top: 20px;
}
.early-access form {
  padding-top: 12px;
}
.early-access form > label:first-child {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
}
.email-row {
  display: flex;
  gap: 8px;
}
.email-row input {
  min-width: 0;
  flex: 1;
  width: 100%;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
}
.email-row input::placeholder {
  color: #6a7480;
}
.email-row .button {
  gap: 15px;
  white-space: nowrap;
  font-size: 16px;
  padding: 13px 18px;
}
.email-row .button:hover {
  background: var(--paper);
}
.consent-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 19px;
  cursor: pointer;
}
.consent-row input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin: 2px 0 0;
  accent-color: var(--ink);
}
.form-status {
  font-size: 15px;
  min-height: 24px;
  margin-top: 18px;
  font-weight: 600;
}
.form-status.error {
  color: #571c0c;
}
.privacy-note {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.faq h2 {
  font-size: 60px;
}
.faq-list {
  border-top: 1px solid var(--ink);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  font: 400 29px/1 Barlow;
  flex-shrink: 0;
}
details[open] summary::after {
  content: "−";
}
details p {
  font-size: 17px;
  color: var(--muted);
  padding: 16px 36px 4px 0;
  max-width: 600px;
}
.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 32px;
  padding-block: 35px;
}
.site-footer .brand {
  font-family: Barlow, Arial, sans-serif;
  font-size: 35px;
}
.site-footer p {
  font-size: 16px;
  flex: 1;
}
.site-footer > a:not(.brand) {
  font-size: 13px;
}
.site-footer > .mono {
  font-size: 10px;
}
.privacy-page .site-header {
  width: min(1216px, calc(100% - 96px));
}
.header-cta {
  font-size: 15px;
  font-weight: 600;
}
.privacy-page .brand img {
  display: none;
}
.privacy-hero {
  padding: 75px 0 50px;
}
.privacy-hero h1 {
  font-size: 72px;
  margin-bottom: 24px;
}
.privacy-hero p {
  color: var(--muted);
}
.privacy-content {
  padding-bottom: 90px;
}
.privacy-main {
  max-width: 760px;
}
.privacy-main section {
  padding: 25px 0;
}
.privacy-main h2 {
  font-size: 31px;
  margin-bottom: 20px;
}
.privacy-main p {
  font-size: 18px;
  color: var(--muted);
}
.manage-list {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.manage-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.manage-row span {
  overflow-wrap: anywhere;
}
.manage-row button {
  padding: 8px 16px;
  border: 1px solid var(--ink);
  border-radius: 5px;
  background: var(--ink);
  color: var(--paper);
  font-size: 14px;
}
.privacy-page .site-footer {
  display: block;
  width: auto;
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
  font-size: 14px;
}
@media (min-width: 901px) {
  .hero-heading h1 {
    animation: title-in 0.65s both;
  }
  .street-scene {
    animation: street-in 0.85s 0.12s both;
  }
  @keyframes title-in {
    from {
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes street-in {
    from {
      transform: translateX(28px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-heading {
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: 85px;
  }
  .hero-intro > p:first-child {
    font-size: 20px;
  }
  .collection {
    gap: 45px;
  }
  .signup-layout {
    gap: 36px;
  }
  .email-row {
    flex-wrap: wrap;
  }
  .email-row input {
    flex-basis: 100%;
  }
  .email-row .button {
    width: 100%;
  }
  .scene-note {
    top: 20%;
    font-size: 10px;
  }
  .step {
    padding-inline: 20px;
  }
  .step h3 {
    font-size: 27px;
  }
  .site-footer {
    gap: 22px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-family: Barlow, Arial, sans-serif;
    font-size: 37px;
  }
  .site-header nav {
    gap: 18px;
  }
  .nav-story,
  .nav-film {
    display: none;
  }
  .button-small {
    min-height: 42px;
    font-size: 13px;
    padding: 8px 13px;
    gap: 13px;
  }
  .hero {
    padding-top: 41px;
  }
  .hero-heading {
    display: block;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(40px, 12.8vw, 82px);
    letter-spacing: -0.04em;
  }
  .hero-intro {
    margin-top: 26px;
    max-width: 430px;
  }
  .hero-intro > p:first-child {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .hero-intro > p:nth-child(2) {
    font-size: 17px;
  }
  .hero-intro br {
    display: none;
  }
  .text-link {
    font-size: 16px;
    margin-top: 18px;
  }
  .street-scene {
    margin: 24px -20px 0;
  }
  .street-scene img {
    width: 130%;
    max-width: none;
    margin-left: -20%;
  }
  .scene-note {
    display: none;
  }
  .hero-foot {
    font-size: 9px;
    padding-bottom: 20px;
    gap: 10px;
  }
  .hero-foot a {
    font-size: 0;
    gap: 0;
  }
  .hero-foot a span {
    font: 400 22px/1 Barlow;
  }
  .section {
    padding-block: 70px;
  }
  h2 {
    font-size: 55px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p:last-child {
    font-size: 20px;
    margin-top: 23px;
  }
  .steps {
    display: block;
    margin-top: 30px;
  }
  .step,
  .step:first-child,
  .step:last-child {
    border: 0;
    border-top: 1px solid var(--line);
    padding: 29px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    align-items: start;
  }
  .step-number {
    grid-column: 1/-1;
    margin-bottom: 14px;
  }
  .step h3 {
    grid-column: 1/-1;
    font-size: 30px;
    margin-bottom: 14px;
  }
  .step p {
    min-height: 0;
    font-size: 16px;
  }
  .step > img {
    padding-top: 15px;
    align-self: center;
  }
  .identity-sample {
    margin-top: 0;
  }
  .identity-sample strong {
    font-size: 13px;
  }
  .identity-sample .mono {
    font-size: 9px;
  }
  .identity-sample small {
    font-size: 11px;
  }
  .identity-sample > span {
    gap: 6px;
    padding: 7px 0;
  }
  .mini-collection {
    padding-top: 26px;
    align-self: center;
    margin-top: 0;
  }
  .mini-collection img {
    padding: 15px 3px;
  }
  .film-section {
    padding-block: 50px;
  }
  .film-heading {
    display: block;
    margin-bottom: 28px;
  }
  .film-heading h2 {
    font-size: 45px;
  }
  .film-duration {
    display: block;
    margin-top: 20px;
    font-size: 10px;
  }
  .film-player {
    margin-inline: -8px;
    border-radius: 7px;
  }
  .film-play {
    font-size: 13px;
    padding: 9px 13px;
    gap: 11px;
    bottom: 14px;
    left: 14px;
    box-shadow: 3px 3px var(--coral);
  }
  .film-play .mono {
    font-size: 9px;
  }
  .film-caption {
    font-size: 10px;
    letter-spacing: 0.015em;
  }
  .collection {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .collection-copy > p:not(.eyebrow) {
    font-size: 18px;
    max-width: 460px;
    margin-top: 20px;
  }
  .garage-sheet {
    margin: 0 6px;
    padding: 20px;
    transform: rotate(1deg);
    box-shadow: 5px 5px #e5e6df;
  }
  .garage-label {
    font-size: 10px;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
  .garage-grid {
    gap: 10px;
  }
  .garage-grid figure {
    padding: 12px 9px 10px;
  }
  .garage-grid figcaption {
    font-size: 11px;
    margin-top: 10px;
  }
  .garage-note {
    font-size: 12px;
    margin-top: 18px;
  }
  .early-access {
    padding-block: 52px;
  }
  .signup-layout {
    display: block;
  }
  .early-access h2 {
    font-size: clamp(38px, 11vw, 55px);
    line-height: 1.04;
  }
  .early-access p br {
    display: none;
  }
  .early-access p:not(.eyebrow):not(.form-status):not(.privacy-note) {
    font-size: 18px;
    margin-top: 22px;
  }
  .signup-car {
    width: 160px;
    margin-top: 20px;
  }
  .early-access form {
    padding-top: 28px;
  }
  .email-row input {
    font-size: 16px;
  }
  .email-row .button {
    min-height: 52px;
  }
  .consent-row {
    font-size: 13px;
  }
  .faq {
    display: block;
  }
  .faq h2 {
    font-size: 52px;
    margin-bottom: 32px;
  }
  .faq h2 br {
    display: none;
  }
  .faq-list summary {
    font-size: 18px;
  }
  .faq details {
    padding: 20px 0;
  }
  .faq details p {
    font-size: 16px;
    padding-right: 15px;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .site-footer .brand {
    font-family: Barlow, Arial, sans-serif;
    font-size: 34px;
  }
  .site-footer p {
    font-size: 14px;
    grid-column: 1/-1;
    grid-row: 2;
  }
  .site-footer > a:not(.brand) {
    font-size: 12px;
    text-align: right;
  }
  .site-footer > .mono {
    font-size: 9px;
    grid-column: 1/-1;
  }
  .privacy-page .site-header {
    width: calc(100% - 40px);
  }
  .privacy-hero {
    padding: 48px 0 25px;
  }
  .privacy-hero h1 {
    font-size: 52px;
  }
  .privacy-main h2 {
    font-size: 29px;
  }
  .privacy-main p {
    font-size: 17px;
  }
  .privacy-content {
    padding-bottom: 45px;
  }
  .footer-bottom > div {
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Shared ink illustrations: white paper disappears into each surface. */
.step img,
.garage-grid img {
  mix-blend-mode: multiply;
}

/* A collection page, borrowing the paper-and-ink language of the drawings. */
.challenges-section {
  padding-block: 100px;
  background: #f1efe7;
  border-top: 1px solid var(--line);
}
.challenge-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 76px;
}
.challenge-intro h2 {
  font-size: clamp(48px, 4.4vw, 66px);
  line-height: 1.02;
}
.challenge-intro > p:not(.eyebrow) {
  margin-top: 25px;
  max-width: 39ch;
}
.challenge-points {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
  font-size: 15px;
}
.challenge-points li {
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.challenge-points .mono {
  color: #b33c21;
  font-size: 11px;
}
.challenge-album {
  padding: 28px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 4px 14px 14px 4px;
  box-shadow: 6px 6px 0 #e4e2d9;
  position: relative;
}
.album-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.challenge-album h3 {
  font-size: 34px;
  margin-top: 22px;
}
.album-description {
  font-size: 14px;
  color: var(--muted);
  margin-top: 9px;
  max-width: 32ch;
}
.album-slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}
.album-art {
  aspect-ratio: 1 / 1.06;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #f0eee5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 8px;
}
.album-art img {
  width: 100%;
}
.album-slot:nth-child(2) .album-art {
  background: var(--tint);
}
.album-check {
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.album-slot strong {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 12px;
}
.slot-status {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.is-missing .album-art {
  border: 1px dashed #82909c;
  background: transparent;
  color: var(--muted);
}
.album-question {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
}
.is-missing .mono {
  margin-top: 9px;
  font-size: 8px;
  text-align: center;
}
.album-progress-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
}
.album-progress-label .mono {
  font-size: 11px;
}
.album-progress {
  height: 5px;
  border-radius: 4px;
  background: #e4e4dd;
  margin-top: 11px;
  overflow: hidden;
}
.album-progress span {
  display: block;
  width: 66.6667%;
  height: 100%;
  background: #cf4626;
  border-radius: inherit;
}
.challenge-album figcaption {
  font-size: 10px;
  color: var(--muted);
  margin-top: 16px;
}
@media (max-width: 1000px) {
  .challenge-layout {
    gap: 36px;
    grid-template-columns: 1fr 1fr;
  }
  .challenge-album {
    padding: 22px;
  }
  .site-header nav {
    gap: 22px;
  }
}
@media (max-width: 700px) {
  .nav-challenges {
    display: none;
  }
  .challenges-section {
    padding-block: 64px;
  }
  .challenge-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .challenge-intro h2 {
    font-size: clamp(42px, 11vw, 62px);
  }
  .challenge-intro > p:not(.eyebrow) {
    font-size: 16px;
    margin-top: 20px;
  }
  .challenge-intro .eyebrow {
    font-size: 10px;
  }
  .challenge-points {
    font-size: 14px;
    gap: 10px;
    margin-top: 22px;
  }
  .challenge-album {
    padding: 20px 16px;
    box-shadow: 4px 4px 0 #e4e2d9;
  }
  .challenge-album h3 {
    font-size: 30px;
  }
  .album-topline {
    font-size: 9px;
  }
  .album-slots {
    gap: 9px;
    margin-block: 22px;
  }
  .album-slot strong {
    font-size: 11px;
  }
  .album-question {
    font-size: 38px;
  }
  .album-check {
    bottom: 6px;
    right: 6px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
  }
  .is-missing .mono {
    font-size: 7px;
    margin-top: 4px;
  }
  .album-progress-label {
    font-size: 12px;
  }
}

/* The film is the whole player; its only visible action appears while paused. */
.film-player {
  border: 0;
  border-radius: 12px;
}
.film-player video {
  cursor: pointer;
}
.film-player video:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: -5px;
}
.film-play {
  bottom: 24px;
  gap: 13px;
  padding: 12px 17px;
  border: 1px solid var(--ink);
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  box-shadow: none;
}
.film-play:hover {
  background: var(--coral);
  box-shadow: none;
}
.film-play:active {
  transform: scale(0.97);
}
@media (max-width: 700px) {
  .film-play {
    bottom: 14px;
    left: 10px;
    gap: 8px;
    padding: 7px 9px;
    font-size: 11px;
  }
}
.film-surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.film-surface[hidden] {
  display: none;
}
.film-surface:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: -5px;
}
.film-play {
  z-index: 2;
}
