:root {
  --bg: #faf7f0;
  --bg-alt: #f7f3ea;
  --text: #151515;
  --muted: #6b665c;
  --accent: #d97706;
  --accent-dark: #1f2937;
  --green: #3b7a57;
  --card: rgba(255, 255, 255, 0.82);
  --border: #e7dfd2;
  --shadow: 0 24px 70px rgba(55, 42, 25, 0.12);
  --shadow-soft: 0 14px 34px rgba(55, 42, 25, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 3%, rgba(217, 119, 6, 0.18), transparent 31rem),
    linear-gradient(180deg, var(--bg), var(--bg-alt) 42%, var(--bg));
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  min-width: 320px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21, 21, 21, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 21, 21, 0.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 55%);
}

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

button,
input {
  font: inherit;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  left: 0;
  padding: 18px 20px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.navbar {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(231, 223, 210, 0.9);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(55, 42, 25, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 10px 12px 10px 18px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 17px;
  font-weight: 750;
  gap: 9px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: #151515;
  border-radius: 11px;
  color: #fff8ea;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.nav-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 20px;
}

.nav-links a:not(.nav-cta):hover,
.footer-links a:hover {
  color: var(--text);
}

.nav-links a[aria-current="page"] {
  color: var(--text);
}

.nav-cta {
  background: var(--text);
  border-radius: 999px;
  color: white;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nav-cta:hover {
  box-shadow: 0 12px 22px rgba(21, 21, 21, 0.15);
  transform: translateY(-1px);
}

.nav-cta::before,
.button::before {
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 248, 234, 0.36), transparent 8rem),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 35%, transparent 68%);
  content: "";
  inset: -2px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-26%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.nav-cta:hover::before,
.button:hover::before,
.nav-cta.is-pointer-active::before,
.button.is-pointer-active::before {
  opacity: 1;
  transform: translateX(0);
}

.nav-cta::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.nav-cta:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.nav-toggle span {
  background: var(--text);
  border-radius: 999px;
  height: 2px;
  width: 18px;
}

.section-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 112px 24px;
  position: relative;
  scroll-margin-top: 110px;
}

.shader-host {
  isolation: isolate;
  overflow: hidden;
}

.shader-canvas {
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-content,
.hero-visual,
.page-hero-copy,
.band-panel > :not(.shader-canvas) {
  position: relative;
  z-index: 1;
}

.page-hero .shader-canvas {
  opacity: 0.26;
}

.band-panel .shader-canvas {
  mix-blend-mode: screen;
  opacity: 0.32;
}

.hero {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
  min-height: 690px;
  padding-top: 118px;
  place-items: center;
}

.hero-glow {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.22), transparent 62%);
  filter: blur(10px);
  height: 520px;
  position: absolute;
  right: -160px;
  top: 190px;
  width: 520px;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(44px, 5.35vw, 68px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 20px;
  max-width: 820px;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  max-width: 610px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 14px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  overflow: hidden;
  padding: 0 22px;
  position: relative;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

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

.button:active,
.nav-cta:active {
  transform: translateY(0) scale(0.985);
}

.button::after {
  content: "→";
  display: inline-flex;
  margin-left: 9px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.button-primary {
  background: var(--text);
  box-shadow: 0 16px 34px rgba(21, 21, 21, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: white;
}

.button-primary:hover {
  box-shadow: 0 20px 44px rgba(21, 21, 21, 0.18), 0 0 0 6px rgba(217, 119, 6, 0.08);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--border);
  color: var(--accent-dark);
}

.button-secondary:hover {
  border-color: rgba(217, 119, 6, 0.35);
  box-shadow: var(--shadow-soft), 0 0 0 6px rgba(217, 119, 6, 0.06);
}

.trust-note {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.hero-visual {
  perspective: 1400px;
  width: 100%;
}

.mock-window {
  animation: floatWindow 7s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(231, 223, 210, 0.95);
  border-radius: 30px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transform: rotateX(3deg) rotateY(-7deg);
}

.window-bar {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 247, 240, 0.88));
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 8px;
  padding: 16px 18px;
}

.traffic {
  border-radius: 999px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.traffic-red {
  background: #ef6a5f;
}

.traffic-yellow {
  background: #f4bd4f;
}

.traffic-green {
  background: #61c554;
}

.window-title {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}

.mock-content {
  padding: clamp(18px, 3vw, 28px);
}

.memory-strip {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
  margin-bottom: 14px;
}

.memory-strip span {
  align-items: center;
  background: rgba(250, 247, 240, 0.82);
  border: 1px solid var(--border);
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  padding: 7px 10px;
}

.memory-strip span::before {
  background: var(--accent);
  border-radius: 999px;
  content: "";
  height: 6px;
  opacity: 0.78;
  width: 6px;
}

.search-shell {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(217, 119, 6, 0.28);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(217, 119, 6, 0.12);
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px 16px;
}

.search-icon {
  border: 2px solid var(--accent);
  border-radius: 999px;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

.search-icon::after {
  background: var(--accent);
  border-radius: 999px;
  bottom: -5px;
  content: "";
  height: 8px;
  position: absolute;
  right: -4px;
  transform: rotate(-45deg);
  width: 2px;
}

.search-shell input {
  background: transparent;
  border: 0;
  color: var(--text);
  min-width: 0;
  outline: none;
  width: 100%;
}

.timeline {
  display: grid;
  gap: 12px;
}

.capture-card {
  align-items: flex-start;
  background: rgba(250, 247, 240, 0.72);
  border: 1px solid var(--border);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  padding: 16px;
}

.capture-card.highlighted {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.11), rgba(255, 255, 255, 0.92));
  border-color: rgba(217, 119, 6, 0.26);
}

.app-icon {
  align-items: center;
  border-radius: 14px;
  color: white;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.xcode {
  background: linear-gradient(135deg, #1f2937, #64748b);
}

.safari {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.notes {
  background: linear-gradient(135deg, #ca8a04, #facc15);
}

.capture-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 750;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
}

.capture-card h2 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 5px;
}

.capture-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.mock-footer {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 650;
  justify-content: space-between;
  margin-top: 18px;
}

.privacy-pill {
  background: rgba(59, 122, 87, 0.12);
  border: 1px solid rgba(59, 122, 87, 0.2);
  border-radius: 999px;
  color: var(--green);
  padding: 7px 11px;
}

.section-heading {
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.page-hero {
  min-height: 620px;
  padding-top: 174px;
  text-align: center;
}

.page-hero::after {
  background:
    radial-gradient(circle at 50% 36%, rgba(217, 119, 6, 0.13), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent);
  border: 1px solid rgba(231, 223, 210, 0.66);
  border-radius: 38px;
  content: "";
  inset: 132px 24px 56px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.compact-hero {
  min-height: 500px;
}

.page-hero-copy {
  margin: 0 auto;
  max-width: 920px;
}

.page-hero-copy.narrow {
  max-width: 760px;
}

.page-hero-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 22px);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.home-showcase {
  padding-top: 72px;
}

.page-link-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.35fr repeat(3, 1fr);
}

.page-card {
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 119, 6, 0.12), transparent 16rem),
    var(--card);
  border: 1px solid rgba(231, 223, 210, 0.92);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  color: inherit;
  display: block;
  min-height: 280px;
  padding: 28px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.page-card:hover {
  border-color: rgba(217, 119, 6, 0.28);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.page-card.large {
  min-height: 360px;
}

.page-card h3 {
  font-size: clamp(28px, 4vw, 44px);
  margin-top: 46px;
}

.page-card p {
  color: var(--muted);
  font-size: 17px;
  max-width: 420px;
}

.apple-band {
  padding-bottom: 72px;
  padding-top: 72px;
}

.band-panel {
  background:
    linear-gradient(135deg, rgba(31, 41, 55, 0.95), rgba(21, 21, 21, 0.96)),
    var(--accent-dark);
  border-radius: 38px;
  box-shadow: 0 34px 80px rgba(21, 21, 21, 0.18);
  color: #fff8ea;
  overflow: hidden;
  padding: clamp(42px, 8vw, 94px);
  position: relative;
  text-align: center;
}

.band-panel::before {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.48), transparent 32rem);
  content: "";
  height: 620px;
  left: 50%;
  position: absolute;
  top: -360px;
  transform: translateX(-50%);
  width: 760px;
}

.band-panel > * {
  position: relative;
}

.band-panel h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.band-panel p:not(.eyebrow) {
  color: rgba(255, 248, 234, 0.74);
  font-size: clamp(18px, 2.4vw, 24px);
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.feature-cinema {
  display: grid;
  gap: 22px;
  padding-top: 42px;
}

.cinema-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(231, 223, 210, 0.92);
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 34px;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 420px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 54px);
}

.cinema-row.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.cinema-row.reverse > div:first-child {
  order: 2;
}

.cinema-row h2 {
  max-width: 650px;
}

.cinema-row p {
  color: var(--muted);
  font-size: 19px;
  max-width: 580px;
}

.mini-device {
  background:
    radial-gradient(circle at 68% 18%, rgba(217, 119, 6, 0.22), transparent 18rem),
    rgba(250, 247, 240, 0.86);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  min-height: 300px;
  padding: 28px;
}

.capture-visual,
.storage-visual {
  display: grid;
  gap: 14px;
}

.capture-visual span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.capture-visual span:nth-child(1) {
  height: 84px;
  width: 78%;
}

.capture-visual span:nth-child(2) {
  height: 64px;
  margin-left: auto;
  width: 58%;
}

.capture-visual span:nth-child(3) {
  height: 104px;
  width: 92%;
}

.search-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-search,
.mini-result {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(217, 119, 6, 0.18);
  border-radius: 18px;
}

.mini-search {
  color: var(--text);
  font-weight: 750;
  margin-bottom: 18px;
  padding: 18px;
}

.mini-result {
  height: 72px;
  margin-bottom: 12px;
  width: 100%;
}

.mini-result.short {
  width: 72%;
}

.storage-visual {
  align-content: center;
}

.storage-visual span {
  background: #151515;
  border-radius: 16px;
  color: #fff8ea;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  padding: 18px;
}

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

.faq-item,
.legal-card {
  background: var(--card);
  border: 1px solid rgba(231, 223, 210, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.faq-item h3 {
  font-size: 19px;
}

.faq-item p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.legal-layout {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 920px;
}

.legal-card h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.legal-card h3 {
  font-size: 18px;
  margin-top: 26px;
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-card a {
  color: var(--accent-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(217, 119, 6, 0.35);
  text-underline-offset: 3px;
}

.policy-meta {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.card-grid,
.feature-grid,
.steps {
  display: grid;
  gap: 16px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.four {
  grid-template-columns: repeat(4, 1fr);
}

.soft-card,
.feature-card,
.step-card {
  background: var(--card);
  border: 1px solid rgba(231, 223, 210, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
  min-height: 100%;
  padding: 24px;
}

.soft-card {
  box-shadow: var(--shadow-soft);
}

.soft-card p,
.feature-card p,
.step-card p,
.privacy-panel p,
.cta-panel p {
  color: var(--muted);
}

.card-number {
  color: var(--accent);
  display: inline-block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 22px;
}

.soft-card p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0;
}

.transition-line {
  color: var(--accent-dark);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  margin: 48px auto 0;
  max-width: 860px;
  text-align: center;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card:hover {
  border-color: rgba(217, 119, 6, 0.28);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.feature-icon {
  align-items: center;
  background: rgba(217, 119, 6, 0.11);
  border: 1px solid rgba(217, 119, 6, 0.16);
  border-radius: 15px;
  color: var(--accent);
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  margin-bottom: 26px;
  width: 44px;
}

.feature-icon.green {
  background: rgba(59, 122, 87, 0.12);
  border-color: rgba(59, 122, 87, 0.18);
  color: var(--green);
}

.steps {
  counter-reset: step;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.steps::before {
  background: linear-gradient(90deg, transparent, rgba(217, 119, 6, 0.36), transparent);
  content: "";
  height: 1px;
  left: 14%;
  position: absolute;
  right: 14%;
  top: 46px;
}

.step-card {
  position: relative;
  text-align: center;
}

.step-card span {
  align-items: center;
  background: var(--text);
  border: 6px solid #fff8ea;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(21, 21, 21, 0.12);
  color: white;
  display: inline-flex;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  margin-bottom: 22px;
  width: 54px;
}

.use-card h3 {
  margin-bottom: 16px;
}

.use-card p {
  font-size: 15px;
  font-weight: 550;
}

.privacy-panel,
.open-source-panel,
.cta-panel {
  background:
    radial-gradient(circle at 78% 18%, rgba(217, 119, 6, 0.14), transparent 22rem),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(231, 223, 210, 0.92);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.privacy-panel {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1.1fr 0.9fr;
  padding: clamp(28px, 5vw, 54px);
}

.privacy-panel > div {
  max-width: 680px;
}

.privacy-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-list li {
  align-items: center;
  background: rgba(250, 247, 240, 0.78);
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--accent-dark);
  display: flex;
  font-weight: 750;
  gap: 10px;
  padding: 14px 16px;
}

.privacy-list li::before {
  background: var(--green);
  border-radius: 999px;
  content: "";
  height: 9px;
  width: 9px;
}

.open-source-panel {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.88fr 1.12fr;
  padding: clamp(28px, 5vw, 54px);
}

.open-source-copy {
  align-self: center;
}

.open-source-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.release-steps {
  display: grid;
  gap: 12px;
}

.release-steps article {
  background: rgba(250, 247, 240, 0.72);
  border: 1px solid var(--border);
  border-radius: 20px;
  display: grid;
  gap: 6px 16px;
  grid-template-columns: auto 1fr;
  padding: 18px;
}

.release-steps span {
  align-items: center;
  background: rgba(217, 119, 6, 0.11);
  border: 1px solid rgba(217, 119, 6, 0.18);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  grid-row: span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.release-steps h3 {
  font-size: 17px;
  margin: 0;
}

.release-steps p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.cta-panel {
  padding: clamp(34px, 7vw, 78px);
  text-align: center;
}

.cta-panel h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.cta-panel p {
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

.cta-panel .button-row {
  justify-content: center;
}

.waitlist-form {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 32px auto 14px;
  max-width: 620px;
}

.waitlist-form input {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: var(--text);
  min-height: 52px;
  min-width: 0;
  outline: none;
  padding: 0 18px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.waitlist-form input:focus {
  border-color: rgba(217, 119, 6, 0.58);
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.12);
}

.waitlist-form .button {
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  min-height: 52px;
}

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

.form-note {
  font-size: 14px !important;
}

.form-note.success {
  color: var(--green);
  font-weight: 750;
}

.form-note.error {
  color: #9a3412;
  font-weight: 750;
}

.footer {
  padding: 24px;
}

.footer-inner {
  align-items: center;
  border-top: 1px solid var(--border);
  color: var(--muted);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1130px;
  padding: 28px 0 18px;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 650;
  gap: 16px;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatWindow {
  0%,
  100% {
    transform: rotateX(3deg) rotateY(-7deg) translateY(0);
  }

  50% {
    transform: rotateX(3deg) rotateY(-7deg) translateY(-12px);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 158px;
    text-align: center;
  }

  .hero-copy,
  .hero-content,
  .transition-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero .button-row {
    justify-content: center;
  }

  .hero-visual {
    max-width: 680px;
  }

  .mock-window {
    transform: none;
  }

  .three,
  .four,
  .faq-grid,
  .feature-grid,
  .steps,
  .page-link-grid,
  .cinema-row,
  .cinema-row.reverse,
  .privacy-panel,
  .open-source-panel {
    grid-template-columns: 1fr 1fr;
  }

  .page-link-grid {
    grid-template-columns: 1fr;
  }

  .cinema-row,
  .cinema-row.reverse {
    grid-template-columns: 1fr;
  }

  .cinema-row.reverse > div:first-child {
    order: 0;
  }

  .steps::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 12px 0;
  }

  .navbar {
    align-items: stretch;
    border-radius: 24px;
    flex-wrap: wrap;
    padding: 10px 10px 10px 14px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    background: rgba(255, 255, 255, 0.76);
    border-top: 1px solid var(--border);
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 4px;
  }

  .nav-links a {
    padding: 9px 10px;
    width: 100%;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .section-shell {
    padding: 76px 18px;
  }

  .page-hero {
    min-height: 520px;
    padding-top: 136px;
  }

  .page-hero::after {
    border-radius: 28px;
    inset: 112px 18px 38px;
  }

  .hero {
    padding-top: 136px;
  }

  h1 {
    font-size: clamp(44px, 15vw, 66px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .button-row,
  .waitlist-form,
  .mock-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .three,
  .four,
  .faq-grid,
  .feature-grid,
  .steps,
  .page-link-grid,
  .cinema-row,
  .cinema-row.reverse,
  .privacy-panel,
  .open-source-panel {
    grid-template-columns: 1fr;
  }

  .release-steps article {
    grid-template-columns: 1fr;
  }

  .release-steps span {
    grid-row: auto;
  }

  .capture-card {
    grid-template-columns: 1fr;
  }

  .capture-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .shader-canvas {
    display: none;
  }

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