:root {
  color-scheme: dark;
  --bg: #070b14;
  --bg-soft: #0b111e;
  --surface: rgba(15, 23, 38, 0.78);
  --surface-solid: #0e1726;
  --line: rgba(152, 188, 217, 0.16);
  --line-bright: rgba(103, 232, 249, 0.32);
  --text: #f4f8fb;
  --muted: #9baabd;
  --cyan: #67e8f9;
  --cyan-strong: #22d3ee;
  --violet: #8b7aff;
  --ember: #f59e50;
  --success: #70e7bb;
  --danger: #ff8c94;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 30%, rgba(55, 91, 145, 0.1), transparent 32rem),
    var(--bg);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(130, 168, 199, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 168, 199, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 5px;
  color: #031015;
  background: var(--cyan);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), 1320px);
  height: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(-50%);
  transition:
    width 250ms ease,
    height 250ms ease,
    padding 250ms ease,
    border-color 250ms ease,
    background 250ms ease,
    backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  top: 10px;
  width: min(calc(100% - 28px), 1180px);
  height: 66px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 11, 20, 0.8);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  letter-spacing: 0.17em;
  font-size: 13px;
  font-weight: 750;
}

.brand b {
  color: var(--cyan);
  font-weight: inherit;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid var(--cyan);
  transform: rotate(30deg);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.brand-mark::before {
  position: absolute;
  inset: 4px;
  content: "";
  border: 1px solid rgba(103, 232, 249, 0.5);
  clip-path: inherit;
}

.brand-mark i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 13px var(--cyan);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #c3ceda;
  font-size: 12px;
  font-weight: 650;
}

.desktop-nav a,
footer a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
footer a:hover {
  color: var(--cyan);
}

.header-cta {
  justify-self: end;
  padding: 9px 14px;
  border: 1px solid rgba(103, 232, 249, 0.3);
  border-radius: 5px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.06);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  font-weight: 800;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(920px, 100svh);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-art {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: url("/landing-assets/rivet-nova-hero.webp");
  background-position: 58% center;
  background-size: cover;
  transform: scale(1.01);
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.84) 35%, rgba(5, 8, 15, 0.18) 70%, rgba(5, 8, 15, 0.2) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 22%, rgba(4, 7, 13, 0.15) 100%);
}

.hero-grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.hero-content {
  width: min(calc(100% - 48px), var(--max));
  margin: 76px auto 0;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 800;
}

.eyebrow span {
  width: 32px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  text-wrap: balance;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 24px 0 28px;
  font-size: clamp(52px, 7.3vw, 108px);
}

h1 em,
h2 em {
  color: transparent;
  background: linear-gradient(100deg, var(--cyan), #a99cff 75%);
  background-clip: text;
  font-style: normal;
}

.hero-copy {
  max-width: 580px;
  margin-bottom: 34px;
  color: #b1c0ce;
  font-size: clamp(16px, 1.5vw, 19px);
}

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

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 10px;
  font-weight: 850;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #041014;
  background: linear-gradient(110deg, var(--cyan), #8cf4ff);
  box-shadow: 0 12px 38px rgba(34, 211, 238, 0.2);
}

.button-primary:hover {
  box-shadow: 0 15px 46px rgba(34, 211, 238, 0.34);
}

.button-ghost {
  border-color: rgba(188, 209, 226, 0.2);
  color: #e7eef5;
  background: rgba(8, 13, 23, 0.48);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: rgba(103, 232, 249, 0.45);
  background: rgba(16, 27, 43, 0.68);
}

.release-line {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 48px;
}

.release-date small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
  font-weight: 800;
}

.release-date strong {
  display: block;
  margin-top: 2px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.release-platform {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.release-platform > span {
  color: var(--violet);
}

.release-platform p {
  margin: 0;
  color: #d8e2eb;
  line-height: 1.35;
  font-size: 11px;
  font-weight: 700;
}

.release-platform small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 500;
}

.scroll-cue {
  position: absolute;
  right: 34px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(212, 226, 237, 0.55);
  text-transform: uppercase;
  writing-mode: vertical-rl;
  letter-spacing: 0.16em;
  font-size: 8px;
}

.scroll-cue i {
  width: 1px;
  height: 44px;
  background: linear-gradient(var(--cyan), transparent);
}

.section {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
  padding-block: 110px;
}

.intro {
  padding-top: 130px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  margin-top: 30px;
}

h2 {
  margin-bottom: 30px;
  font-size: clamp(42px, 5.5vw, 76px);
}

.intro-grid > div p,
.workshop-copy > p,
.faq-heading > p,
.beta-copy > p {
  color: var(--muted);
}

.intro-grid > div p:first-child {
  color: #d4dfe8;
  font-size: 18px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-strip div {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 15px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.stat-strip div:last-child {
  border-right: 0;
}

.stat-strip strong {
  color: var(--cyan);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 30px;
}

.stat-strip span {
  color: var(--muted);
  text-transform: uppercase;
  line-height: 1.35;
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 750;
}

.workshop {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  align-items: center;
  gap: 72px;
}

.workshop-image {
  position: relative;
  min-height: 660px;
}

.workshop-image::before {
  position: absolute;
  z-index: -1;
  inset: 5% -5% -5% 8%;
  content: "";
  border: 1px solid var(--line);
  background: rgba(12, 19, 31, 0.5);
}

.workshop-image img {
  width: 100%;
  height: 660px;
  border: 1px solid rgba(162, 204, 229, 0.18);
  object-fit: cover;
  object-position: 54% center;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.4);
}

.image-label {
  position: absolute;
  bottom: 22px;
  left: -18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid var(--line-bright);
  border-radius: 3px;
  color: #d8faff;
  background: rgba(6, 13, 22, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 8px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.image-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}

.workshop-copy h2 {
  margin-top: 24px;
}

.feature-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.feature-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.feature-list > li > span {
  color: var(--cyan);
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.feature-list strong,
.feature-list small {
  display: block;
}

.feature-list strong {
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.feature-list small {
  color: var(--muted);
  font-size: 12px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 15, 26, 0.55);
}

.pillars article {
  min-height: 340px;
  padding: 42px 30px;
  border-right: 1px solid var(--line);
  transition: background 220ms ease;
}

.pillars article:first-child {
  border-left: 1px solid var(--line);
}

.pillars article:hover {
  background: rgba(21, 34, 52, 0.56);
}

.pillar-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 60px;
  place-items: center;
  border: 1px solid var(--line-bright);
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.05);
  font-size: 18px;
}

.pillars small {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 8px;
  font-weight: 800;
}

.pillars h3 {
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 23px;
}

.pillars p {
  color: var(--muted);
  font-size: 13px;
}

.beta {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  padding-block: 140px;
}

.beta-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

.beta-copy h2 {
  margin-top: 24px;
}

.beta-notes {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.beta-notes > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.beta-notes > div > span {
  color: var(--cyan);
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.beta-notes p {
  margin: 0;
}

.beta-notes strong,
.beta-notes small {
  display: block;
}

.beta-notes strong {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 11px;
}

.beta-notes small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.beta-form {
  position: relative;
  padding: 36px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(103, 232, 249, 0.045), transparent 34%),
    var(--surface);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.26);
}

.beta-form::before,
.beta-form::after {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  pointer-events: none;
}

.beta-form::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--cyan);
  border-left: 2px solid var(--cyan);
}

.beta-form::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
}

.form-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 23px;
}

.form-heading small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 8px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.beta-form label:not(.consent) {
  display: block;
  margin-bottom: 17px;
}

.beta-form label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #bdcad6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 9px;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(155, 181, 203, 0.2);
  border-radius: 4px;
  outline: 0;
  color: var(--text);
  background: rgba(5, 10, 18, 0.72);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

input,
select {
  height: 48px;
  padding: 0 13px;
}

textarea {
  min-height: 126px;
  padding: 12px 13px;
  resize: vertical;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 17px) 21px,
    calc(100% - 12px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

input::placeholder,
textarea::placeholder {
  color: #596879;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(103, 232, 249, 0.65);
  background-color: rgba(8, 16, 27, 0.92);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.07);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 6px 0 24px;
  color: var(--muted);
  cursor: pointer;
  font-size: 11px;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--cyan-strong);
}

.submit-button {
  width: 100%;
  border: 0;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.submit-button.is-loading svg {
  animation: submit-arrow 700ms ease-in-out infinite alternate;
}

.form-status {
  display: none;
  margin: 14px 0 0;
  padding: 11px 12px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 12px;
}

.form-status.is-error,
.form-status.is-success {
  display: block;
}

.form-status.is-error {
  border-color: rgba(255, 140, 148, 0.3);
  color: var(--danger);
  background: rgba(255, 85, 96, 0.06);
}

.form-status.is-success {
  border-color: rgba(112, 231, 187, 0.3);
  color: var(--success);
  background: rgba(50, 210, 153, 0.06);
}

.form-privacy {
  margin: 13px 0 0;
  color: #66778a;
  text-align: center;
  font-size: 9px;
}

.honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  padding-block: 130px;
  border-top: 1px solid var(--line);
}

.faq-heading {
  align-self: start;
}

.faq-heading h2 {
  margin-top: 24px;
}

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

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

.faq-list summary {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  color: #e6edf4;
  font-weight: 650;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  content: "";
  background: var(--cyan);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details[open] summary {
  color: var(--cyan);
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 45px 24px 0;
  color: var(--muted);
  font-size: 14px;
}

.final-cta {
  position: relative;
  display: flex;
  width: min(calc(100% - 48px), 1320px);
  min-height: 400px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-inline: 70px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.95), rgba(8, 14, 24, 0.7)),
    url("/landing-assets/rivet-nova-hero.webp") center 58% / cover;
}

.final-cta::after {
  position: absolute;
  right: 24%;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(103, 232, 249, 0.15);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 35px rgba(103, 232, 249, 0.025),
    0 0 0 70px rgba(103, 232, 249, 0.018);
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta small {
  color: var(--cyan);
  letter-spacing: 0.18em;
  font-size: 9px;
  font-weight: 800;
}

.final-cta h2 {
  margin: 18px 0 0;
  font-size: clamp(40px, 5vw, 70px);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 180px;
  margin: 0 auto;
  color: #77889a;
  font-size: 10px;
}

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

footer > div {
  display: flex;
  justify-self: end;
  gap: 22px;
}

.footer-brand {
  color: var(--text);
}

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

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

@keyframes submit-arrow {
  to {
    transform: translateX(4px);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .intro-grid,
  .workshop,
  .beta,
  .faq {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .workshop,
  .beta,
  .faq {
    gap: 50px;
  }

  .workshop {
    max-width: 820px;
  }

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

  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillars article:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .beta-copy {
    position: static;
    max-width: 700px;
  }

  .faq-heading {
    max-width: 620px;
  }

  .final-cta {
    padding-inline: 44px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 45px 0;
  }

  footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: calc(100% - 28px);
    height: 70px;
  }

  .site-header.is-scrolled {
    top: 7px;
    height: 60px;
    padding: 0 12px;
  }

  .brand {
    font-size: 11px;
  }

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

  .header-cta {
    padding: 8px 9px;
    letter-spacing: 0.06em;
    font-size: 8px;
  }

  .hero {
    min-height: 780px;
    align-items: end;
    padding-bottom: 72px;
  }

  .hero-art {
    background-position: 68% top;
    background-size: auto 70%;
    background-repeat: no-repeat;
  }

  .hero::before {
    background:
      linear-gradient(0deg, var(--bg) 7%, rgba(5, 8, 15, 0.98) 36%, rgba(5, 8, 15, 0.45) 68%, rgba(5, 8, 15, 0.14) 100%),
      linear-gradient(90deg, rgba(5, 8, 15, 0.5), transparent);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 auto;
  }

  h1 {
    margin: 18px 0 20px;
    font-size: clamp(44px, 14vw, 70px);
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .release-line {
    align-items: flex-start;
    gap: 18px;
    margin-top: 32px;
  }

  .release-platform {
    padding-left: 18px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    width: calc(100% - 36px);
    padding-block: 82px;
  }

  .intro {
    padding-top: 90px;
  }

  .intro-grid {
    gap: 24px;
  }

  h2 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .stat-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 54px;
  }

  .stat-strip div:nth-child(2) {
    border-right: 0;
  }

  .stat-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .stat-strip div {
    min-height: 90px;
    padding: 15px;
  }

  .stat-strip strong {
    font-size: 25px;
  }

  .workshop-image,
  .workshop-image img {
    min-height: 0;
    height: 440px;
  }

  .workshop-image img {
    object-position: 56% center;
  }

  .image-label {
    left: -8px;
  }

  .pillars {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 18px;
  }

  .pillars article,
  .pillars article:first-child,
  .pillars article:nth-child(3) {
    min-height: 260px;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .pillar-icon {
    margin-bottom: 36px;
  }

  .beta {
    gap: 36px;
  }

  .beta-form {
    margin-inline: -6px;
    padding: 24px 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq {
    gap: 30px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 14px;
  }

  .final-cta {
    display: block;
    width: calc(100% - 36px);
    min-height: 430px;
    padding: 55px 24px;
    background-position: 65% center;
  }

  .final-cta .button {
    width: 100%;
    margin-top: 26px;
  }

  footer {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  footer p {
    grid-column: auto;
    grid-row: auto;
  }

  footer > div {
    justify-self: start;
    flex-wrap: wrap;
  }
}

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

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