:root {
  color-scheme: dark;
  --ink: #090e0b;
  --ink-raised: #101713;
  --ink-soft: #18211b;
  --cream: #eee7d9;
  --cream-dim: #aaa99f;
  --moss: #7f8a7b;
  --gold: #d0a956;
  --gold-bright: #e0c176;
  --line: rgba(197, 184, 151, 0.23);
  --line-light: rgba(238, 231, 217, 0.12);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main,
main > section {
  width: 100%;
  min-width: 0;
}

a {
  color: inherit;
}

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

.visually-hidden {
  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: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 clamp(1.25rem, 4vw, 4.8rem);
  border-bottom: 1px solid rgba(238, 231, 217, 0.13);
  background: linear-gradient(180deg, rgba(7, 11, 9, 0.72), transparent);
  transition: min-height 220ms ease, background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  border-color: var(--line-light);
  background: rgba(8, 13, 10, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(0.98rem, 1.7vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand small {
  margin-left: 0.18rem;
  padding: 0.43rem 0.56rem 0.35rem;
  border: 1px solid rgba(208, 169, 86, 0.58);
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.brand-mark,
.final-mark {
  width: 26px;
  height: 31px;
  overflow: visible;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.8vw, 2.7rem);
}

.site-nav a {
  color: rgba(238, 231, 217, 0.68);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--cream);
}

.site-nav .nav-play {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 38px;
  padding: 0 0.9rem;
  border: 1px solid rgba(224, 193, 118, 0.56);
  color: var(--gold-bright);
}

.nav-play svg,
.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.72fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: 100svh;
  padding: clamp(8rem, 14vh, 10rem) clamp(1.25rem, 7vw, 8.5rem) clamp(4rem, 8vh, 6.5rem);
  isolation: isolate;
  overflow: hidden;
}

.hero-scene,
.hero-scene img {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-scene {
  transform: scale(1.025);
}

.hero-scene img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.7) contrast(1.04) brightness(0.72);
}

.hero-wash {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 9, 0.89) 0%, rgba(7, 11, 9, 0.5) 47%, rgba(7, 11, 9, 0.7) 100%),
    linear-gradient(180deg, rgba(7, 11, 9, 0.53) 0%, transparent 30%, rgba(5, 8, 7, 0.17) 58%, rgba(5, 8, 7, 0.95) 100%);
}

.grain {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255, 255, 255, 0.05) 1px, transparent 1.7px, transparent 4px);
  background-size: 7px 7px;
  mix-blend-mode: soft-light;
}

.hero-content {
  max-width: 850px;
  padding-bottom: clamp(0rem, 2vh, 1.5rem);
  animation: hero-enter 900ms cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  margin: 0 0 1.35rem;
  color: var(--gold-bright);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kicker > span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-intro h2,
.story-copy h2,
.march-heading h2,
.final-content h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 900px;
  color: var(--cream);
  font-size: clamp(4rem, 7.8vw, 8.7rem);
  line-height: 0.82;
  text-shadow: 0 9px 45px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}

.hero h1 em,
.section-intro h2 em,
.march-heading h2 em {
  color: var(--gold-bright);
  font-weight: inherit;
  font-style: normal;
}

.hero-copy {
  max-width: 675px;
  margin: 1.8rem 0 0;
  color: rgba(238, 231, 217, 0.8);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 52px;
  padding: 0 1.35rem;
  border: 1px solid var(--gold-bright);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.button-primary {
  color: #141108;
  background: linear-gradient(#e3c47a, #b88e3f);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.34), 0 15px 40px rgba(0, 0, 0, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #090d0a;
  background: linear-gradient(#eed28d, #c99e4c);
  transform: translateY(-2px);
}

.text-link {
  color: rgba(238, 231, 217, 0.72);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 0.45rem;
  color: var(--gold-bright);
}

.hero-availability {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.15rem 0 0;
  color: rgba(238, 231, 217, 0.48);
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-availability span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(208, 169, 86, 0.55);
}

.field-note {
  width: min(430px, 100%);
  justify-self: end;
  padding: 1.25rem;
  border: 1px solid rgba(178, 189, 176, 0.36);
  background: rgba(11, 17, 13, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(15px);
  animation: field-enter 900ms 160ms cubic-bezier(0.2, 0.7, 0.25, 1) both;
}

.field-note-topline,
.field-note-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.field-note-topline {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line-light);
  color: var(--gold-bright);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-note-topline small {
  color: var(--moss);
  font-size: inherit;
}

.field-note-heading {
  padding: 1.15rem 0;
}

.field-note-heading div {
  display: grid;
  gap: 0.2rem;
}

.field-note-heading small {
  color: var(--moss);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field-note-heading strong {
  font: 600 1.8rem/1 var(--serif);
}

.people {
  color: #b7bcb4;
  font-size: 0.65rem;
}

.people b {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #86a27e;
  box-shadow: 0 0 0 4px rgba(134, 162, 126, 0.1);
}

.stores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line-light);
}

.stores > span {
  display: grid;
  justify-items: start;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.75rem 0.65rem;
}

.stores > span + span {
  border-left: 1px solid var(--line-light);
}

.stores svg {
  width: 15px;
  height: 15px;
  margin-bottom: 0.1rem;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.stores small {
  overflow: hidden;
  width: 100%;
  color: #7e897f;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.stores strong {
  color: #eee7d9;
  font-family: var(--serif);
  font-size: 1rem;
}

.stores em {
  color: #91ad88;
  font-size: 0.53rem;
  font-style: normal;
}

.field-note > p {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
  color: #828b84;
  font-size: 0.59rem;
  letter-spacing: 0.06em;
}

.field-note > p span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(208, 169, 86, 0.6);
}

.trailer-section {
  position: relative;
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(165, 71, 63, 0.12), transparent 32%),
    linear-gradient(135deg, #070d09, #0f1712 55%, #080d0a);
}

.trailer-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255, 255, 255, 0.07) 1px, transparent 1.7px, transparent 6px);
  background-size: 9px 9px;
  content: "";
  pointer-events: none;
}

.trailer-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  min-width: 0;
  max-width: 100%;
  margin-inline: auto;
}

.trailer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.trailer-intro h2 {
  margin: 0;
  color: var(--cream);
  font: 600 clamp(3rem, 5.5vw, 6rem)/0.9 var(--serif);
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.trailer-intro h2 em {
  color: var(--gold-bright);
  font-weight: inherit;
  font-style: normal;
}

.trailer-intro > p {
  margin: 0 0 0.25rem;
  color: rgba(238, 231, 217, 0.7);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.trailer-frame {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(224, 193, 118, 0.42);
  background: #030705;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5);
}

.trailer-frame::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(224, 193, 118, 0.16);
  content: "";
  pointer-events: none;
}

.trailer-frame video {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.trailer-note {
  margin: 1rem 0 0;
  color: rgba(238, 231, 217, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.game-loop {
  position: relative;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8.5rem);
  color: #1d241f;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(126, 105, 60, 0.12), transparent 24%),
    linear-gradient(110deg, #dfd8c8, #eee8dc 46%, #dbd3c1);
}

.game-loop::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, rgba(45, 56, 47, 0.14) 1px, transparent 1.7px, transparent 6px);
  background-size: 9px 9px;
  content: "";
  pointer-events: none;
}

.section-intro,
.loop-grid {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  margin-inline: auto;
}

.section-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: clamp(2.5rem, 8vw, 9rem);
}

.kicker-dark {
  grid-column: 1 / -1;
  color: #735f35;
}

.section-intro h2 {
  color: #1a211c;
  font-size: clamp(3.1rem, 5.8vw, 6.3rem);
  line-height: 0.9;
}

.section-intro h2 em {
  color: #705d33;
}

.section-intro > p:last-child {
  margin: 0 0 0.25rem;
  color: #565d56;
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.loop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid rgba(35, 46, 38, 0.24);
  border-bottom: 1px solid rgba(35, 46, 38, 0.24);
}

.loop-card {
  position: relative;
  min-height: 470px;
  padding: clamp(2.1rem, 3.7vw, 3.5rem);
}

.loop-card + .loop-card {
  border-left: 1px solid rgba(35, 46, 38, 0.24);
}

.loop-number {
  position: absolute;
  top: 1.35rem;
  right: 1.4rem;
  color: rgba(53, 65, 55, 0.45);
  font: 700 0.62rem var(--sans);
  letter-spacing: 0.12em;
}

.loop-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 3rem;
  fill: none;
  stroke: #766037;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.loop-card h3 {
  margin: 0 0 1rem;
  color: #1e2721;
  font: 600 clamp(1.6rem, 2.2vw, 2rem)/1.05 var(--serif);
}

.loop-card p {
  margin: 0;
  color: #5b625c;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.68;
}

.loop-card ul {
  display: grid;
  gap: 0.65rem;
  margin: 2rem 0 0;
  padding: 1.3rem 0 0;
  border-top: 1px solid rgba(35, 46, 38, 0.15);
  list-style: none;
}

.loop-card li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #4f584f;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loop-card li::before {
  width: 4px;
  height: 4px;
  background: #8a7242;
  content: "";
  transform: rotate(45deg);
}

.holding-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
  min-height: 790px;
  background: #0d1410;
}

.story-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.story-art picture,
.story-art img {
  width: 100%;
  height: 100%;
}

.story-art img {
  object-fit: cover;
  object-position: 51% center;
  filter: saturate(0.72) contrast(1.03) brightness(0.78);
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.25, 1);
}

.story-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, #0d1410 100%), linear-gradient(0deg, rgba(7, 11, 9, 0.48), transparent 45%);
  content: "";
  pointer-events: none;
}

.story-art:hover img {
  transform: scale(1.018);
}

.art-caption {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(238, 231, 217, 0.72);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.art-caption b {
  color: var(--gold-bright);
}

.story-copy {
  align-self: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 7rem);
}

.story-copy h2 {
  color: var(--cream);
  font-size: clamp(3rem, 4.8vw, 5.3rem);
  line-height: 0.94;
}

.story-copy > p:not(.kicker) {
  margin: 1.7rem 0 0;
  color: #969d95;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.68;
}

.order-list {
  display: grid;
  margin-top: 2.6rem;
  border-top: 1px solid var(--line-light);
}

.order-list > span {
  display: grid;
  gap: 0.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line-light);
}

.order-list b {
  color: #ded8cb;
  font-family: var(--serif);
  font-size: 1rem;
}

.order-list small {
  color: #777f78;
  font-size: 0.67rem;
  line-height: 1.5;
}

.march {
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0, rgba(208, 169, 86, 0.08), transparent 23%),
    #080d0a;
}

.march-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  align-items: start;
  gap: 2rem;
  width: min(1260px, 100%);
  margin: 0 auto clamp(4rem, 7vw, 7rem);
}

.march-heading .kicker {
  margin-top: 0.75rem;
}

.march-heading h2 {
  color: var(--cream);
  font-size: clamp(3.1rem, 5.5vw, 6.2rem);
  line-height: 0.9;
}

.march-scenes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.4vw, 2.2rem);
  width: min(1370px, 100%);
  margin: 0 auto;
}

.scene-card {
  position: relative;
  min-height: 620px;
  border: 1px solid var(--line-light);
  overflow: hidden;
  background: #111713;
}

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

.scene-card img {
  object-fit: cover;
  filter: saturate(0.67) contrast(1.06) brightness(0.7);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.25, 1), filter 900ms ease;
}

.scene-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 10, 8, 0.97) 0%, rgba(6, 10, 8, 0.62) 30%, transparent 65%);
  content: "";
}

.scene-card:hover img {
  filter: saturate(0.78) contrast(1.04) brightness(0.78);
  transform: scale(1.025);
}

.scene-card > div {
  position: absolute;
  z-index: 1;
  inset: auto clamp(1.5rem, 4vw, 3.5rem) clamp(1.7rem, 4vw, 3.5rem);
}

.scene-card span {
  color: var(--gold-bright);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scene-card h3 {
  max-width: 560px;
  margin: 0.7rem 0;
  color: #eee8dc;
  font: 600 clamp(1.8rem, 3.1vw, 3.25rem)/1.02 var(--serif);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.scene-card p {
  max-width: 480px;
  margin: 0;
  color: #929a92;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.6;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 760px;
  padding: 6rem 1.25rem;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
}

.final-scene,
.final-scene img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-scene img {
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.35) saturate(0.5) brightness(0.43);
  transform: scale(1.07);
}

.final-cta::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: radial-gradient(circle, rgba(8, 13, 10, 0.28), rgba(6, 10, 8, 0.94) 76%);
  content: "";
}

.final-content {
  width: min(820px, 100%);
}

.final-mark {
  width: 64px;
  height: 75px;
  margin-bottom: 2rem;
  stroke-width: 0.9;
}

.final-content .kicker {
  justify-content: center;
}

.final-content h2 {
  color: var(--cream);
  font-size: clamp(3.3rem, 6.2vw, 6.8rem);
  line-height: 0.91;
}

.final-content > p:not(.kicker) {
  max-width: 570px;
  margin: 1.5rem auto 2.2rem;
  color: #a3aaa2;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.65;
}

.waitlist-form {
  width: min(710px, 100%);
  margin: 2.1rem auto 0;
  text-align: left;
}

.waitlist-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
}

.waitlist-row input[type="email"] {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem;
  border: 1px solid rgba(196, 184, 151, 0.42);
  border-radius: 0;
  outline: 0;
  color: var(--cream);
  background: rgba(7, 12, 9, 0.84);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font: 0.94rem var(--sans);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.waitlist-row input[type="email"]::placeholder {
  color: rgba(238, 231, 217, 0.4);
}

.waitlist-row input[type="email"]:focus {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(224, 193, 118, 0.12);
}

.waitlist-button {
  min-height: 54px;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}

.waitlist-button:disabled {
  cursor: wait;
  opacity: 0.58;
  transform: none;
}

.waitlist-consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 0.7rem;
  align-items: start;
  max-width: 630px;
  margin-top: 0.9rem;
  color: rgba(238, 231, 217, 0.52);
  font-size: 0.68rem;
  line-height: 1.55;
}

.waitlist-consent input {
  width: 16px;
  height: 16px;
  margin: 0.1rem 0 0;
  accent-color: var(--gold-bright);
}

.waitlist-consent a,
.waitlist-status a {
  color: var(--gold-bright);
  text-underline-offset: 0.2em;
}

.waitlist-turnstile {
  width: min(100%, 300px);
  min-height: 0;
  margin-top: 0.9rem;
}

.waitlist-status {
  min-height: 1.5em;
  margin: 0.7rem 0 0;
  color: rgba(238, 231, 217, 0.7);
  font-family: var(--serif);
  font-size: 0.9rem;
  line-height: 1.5;
}

.waitlist-status[data-state="success"] {
  color: var(--gold-bright);
}

.waitlist-status[data-state="error"] {
  color: #e0a19b;
}

.waitlist-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 130px;
  padding: 2rem clamp(1.25rem, 4vw, 4.8rem);
  border-top: 1px solid var(--line-light);
  color: #677068;
  background: #070b09;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}

.brand-footer {
  color: rgba(238, 231, 217, 0.8);
  font-size: 0.9rem;
}

.brand-footer .brand-mark {
  width: 22px;
  height: 26px;
}

.site-footer > p:nth-child(2) {
  font-family: var(--serif);
  font-size: 0.9rem;
  font-style: italic;
}

.copyright {
  justify-self: end;
}

.copyright a {
  color: #9a8351;
  text-underline-offset: 0.2em;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.25, 1);
}

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

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes field-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: end;
  }

  .hero h1 {
    max-width: 930px;
  }

  .field-note {
    display: none;
  }

  .section-intro {
    grid-template-columns: 1fr;
  }

  .trailer-intro {
    grid-template-columns: 1fr;
  }

  .section-intro > p:last-child {
    max-width: 650px;
  }

  .holding-story {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
  }

  .site-nav > a:not(.nav-play) {
    display: none;
  }

  .hero {
    min-height: 840px;
  }

  .hero-scene img {
    object-position: 57% center;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, rgba(7, 11, 9, 0.8), rgba(7, 11, 9, 0.35)),
      linear-gradient(180deg, rgba(7, 11, 9, 0.45) 0%, transparent 28%, rgba(5, 8, 7, 0.25) 54%, rgba(5, 8, 7, 0.96) 100%);
  }

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

  .loop-card {
    min-height: auto;
  }

  .loop-card + .loop-card {
    border-top: 1px solid rgba(35, 46, 38, 0.24);
    border-left: 0;
  }

  .holding-story {
    grid-template-columns: 1fr;
  }

  .story-art {
    min-height: 570px;
  }

  .story-art::after {
    background: linear-gradient(0deg, #0d1410 0%, transparent 30%);
  }

  .story-copy {
    padding-top: 2.5rem;
  }

  .march-heading {
    grid-template-columns: 1fr;
  }

  .march-scenes {
    grid-template-columns: 1fr;
  }

  .scene-card {
    min-height: 590px;
  }
}

@media (max-width: 580px) {
  .site-header,
  .site-header.is-scrolled {
    min-height: 66px;
    padding-inline: 1rem;
  }

  .brand {
    gap: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
  }

  .brand-mark {
    width: 22px;
    height: 27px;
  }

  .brand small {
    display: none;
  }

  .site-nav .nav-play {
    min-height: 34px;
    padding-inline: 0.7rem;
  }

  .hero {
    min-height: 780px;
    padding: 7rem 1rem 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17.4vw, 5.1rem);
    line-height: 0.86;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.15rem;
  }

  .hero-availability {
    justify-content: center;
    line-height: 1.5;
    text-align: center;
  }

  .button {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .game-loop,
  .march,
  .trailer-section {
    padding-inline: 1rem;
  }

  .trailer-intro h2 {
    font-size: clamp(2.9rem, 13vw, 4.1rem);
  }

  .trailer-note {
    line-height: 1.5;
    text-align: left;
  }

  .section-intro h2,
  .march-heading h2 {
    font-size: clamp(2.9rem, 13vw, 4.1rem);
  }

  .loop-card {
    padding: 2.5rem 1.1rem;
  }

  .loop-icon {
    margin-bottom: 2.2rem;
  }

  .story-art {
    min-height: 430px;
  }

  .story-art img {
    object-position: 43% center;
  }

  .story-copy {
    padding: 2rem 1rem 5rem;
  }

  .story-copy h2 {
    font-size: clamp(2.9rem, 13vw, 4.1rem);
  }

  .march-heading {
    margin-bottom: 3rem;
  }

  .scene-card {
    min-height: 500px;
  }

  .scene-card > div {
    inset-inline: 1.25rem;
    bottom: 1.4rem;
  }

  .final-cta {
    min-height: 760px;
    padding: 3.5rem 1rem;
  }

  .final-mark {
    width: 48px;
    height: 56px;
    margin-bottom: 1.15rem;
  }

  .final-content .kicker {
    margin-bottom: 0.9rem;
    font-size: 0.56rem;
  }

  .final-content h2 {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }

  .final-content > p:not(.kicker) {
    margin: 0.9rem auto 1.2rem;
    font-size: 1rem;
  }

  .waitlist-form {
    margin-top: 1.2rem;
  }

  .waitlist-row {
    grid-template-columns: 1fr;
  }

  .waitlist-button {
    width: 100%;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 210px;
    text-align: center;
  }

  .copyright {
    justify-self: center;
  }
}

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

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

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