:root {
  --bg: #f7f5ef;
  --ink: #20241f;
  --muted: #67655f;
  --line: #d8d1c6;
  --soft: #ebe6dc;
  --panel: rgba(255, 254, 250, 0.78);
  --accent: #586f5f;
  --accent-dark: #415643;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: "Geist", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(32, 36, 31, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 36, 31, 0.02) 1px, transparent 1px);
  background-size: 36px 36px;
}

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

.site-header,
main,
footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  padding: 24px 0;
}

.brand {
  font-size: 22px;
  font-weight: 760;
}

nav {
  display: flex;
  gap: 18px;
  font-size: 0.96rem;
  font-weight: 650;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(52px, 8vw, 104px) 0 clamp(44px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.kicker span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(88, 111, 95, 0.1);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 5.8vw, 5.35rem);
  font-weight: 760;
}

h2 {
  font-size: clamp(2.5rem, 5.6vw, 5rem);
  font-weight: 760;
}

h3 {
  font-size: 1.18rem;
}

.lede,
.workflow-copy > p:not(.label),
.truth > div > p,
.final-cta p {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.52;
}

.lede {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.42;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: min(100%, 610px);
  margin-top: 32px;
}

.waitlist-form.boxed {
  grid-template-columns: 1fr;
  width: min(100%, 510px);
  margin-top: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.waitlist-form label {
  font-size: 0.94rem;
  font-weight: 720;
}

.waitlist-form input {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.78);
  color: var(--ink);
  padding: 0 18px;
  font: inherit;
  outline: none;
}

.waitlist-form input:focus {
  border-color: color-mix(in srgb, var(--accent) 74%, var(--line));
  box-shadow: 0 0 0 4px rgba(88, 111, 95, 0.13);
}

.waitlist-form button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 84%, #ffffff);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent),
    var(--accent);
  color: white;
  padding: 0 24px;
  cursor: pointer;
  font: inherit;
  font-weight: 720;
}

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

.form-message {
  grid-column: 1 / -1;
  min-height: 21px;
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.4;
}

.form-message.success {
  color: var(--accent-dark);
}

.form-message.error {
  color: #9f2d21;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  border-bottom: 1px solid var(--accent);
  color: var(--accent-dark);
  font-weight: 650;
}

.product-preview {
  display: grid;
  grid-template-columns: minmax(164px, 0.78fr) 38px minmax(210px, 1fr);
  gap: clamp(18px, 2.2vw, 26px);
  align-items: center;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(235, 230, 220, 0.22)),
    var(--panel);
  padding: clamp(24px, 3vw, 42px);
  box-shadow: 0 26px 70px -54px rgba(33, 38, 32, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.pdf-card,
.player-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.88);
}

.pdf-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 260px;
  padding: clamp(22px, 2.4vw, 26px);
}

.file-icon {
  width: 28px;
  height: 28px;
  border: 2px solid var(--accent);
  border-radius: 3px;
}

.pdf-card small,
.pdf-card p,
.player-card span {
  color: var(--muted);
}

.pdf-card strong {
  max-width: 100%;
  margin-top: 16px;
  overflow-wrap: normal;
  font-size: clamp(1.22rem, 1.75vw, 1.55rem);
  line-height: 1.08;
}

.pdf-lines {
  align-self: end;
  height: 72px;
  background: repeating-linear-gradient(to bottom, transparent 0 9px, rgba(103, 101, 95, 0.22) 10px 11px);
}

.arrow {
  position: relative;
  display: grid;
  width: 100%;
  height: 24px;
  place-items: center;
  justify-self: center;
}

.arrow::before,
.arrow::after {
  display: block;
  content: "";
}

.arrow::before {
  width: 100%;
  border-top: 2px solid var(--ink);
}

.arrow::after {
  position: absolute;
  right: 1px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
  transform: rotate(45deg);
  transform-origin: center;
}

.player-card {
  overflow: hidden;
}

.waveform {
  height: 108px;
  padding: 26px 24px 14px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 9px,
    color-mix(in srgb, var(--accent) 72%, white) 10px 13px,
    transparent 14px 18px
  );
  mask-image: linear-gradient(to bottom, transparent 12%, #000 28%, #000 72%, transparent 88%);
}

.player-meta,
.player-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 16px 24px;
}

.player-title {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding: 20px 24px 8px;
}

.player-button {
  width: 58px;
  height: 58px;
  margin: 16px auto 24px;
  border-radius: 999px;
  background: var(--accent);
}

.workflow,
.truth,
.final-cta {
  display: grid;
  grid-template-columns: minmax(290px, 0.82fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) 0;
  border-bottom: 1px solid var(--line);
}

.workflow-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.workflow-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.label {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.steps,
dl {
  display: grid;
  margin-top: 46px;
  border-top: 1px solid var(--line);
}

.steps > div,
dl > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(104px, auto);
  gap: clamp(16px, 3vw, 28px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.steps > div > span {
  color: var(--accent);
  font-size: 1.7rem;
  font-weight: 720;
  line-height: 1;
}

.steps h3 {
  max-width: 18ch;
  line-height: 1.08;
}

.steps p {
  max-width: 52ch;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.42;
}

.steps strong,
dd {
  color: var(--accent-dark);
  font-weight: 720;
}

.steps strong {
  justify-self: end;
  text-align: right;
  line-height: 1.2;
}

.truth {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
}

dl {
  border-top-color: var(--ink);
}

dt {
  color: var(--ink);
  font-weight: 650;
}

dd {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  line-height: 1.35;
}

dd::before {
  content: "✓";
}

aside {
  display: grid;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 254, 250, 0.66);
  padding: clamp(28px, 5vw, 56px);
}

aside p,
aside li {
  color: var(--muted);
  line-height: 1.5;
}

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

aside li {
  display: flex;
  gap: 10px;
}

aside li::before {
  width: 7px;
  height: 7px;
  margin-top: 0.55em;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.final-cta {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  border-bottom: 0;
}

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 38px;
  color: var(--muted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .hero,
  .workflow,
  .truth,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .product-preview {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .arrow {
    width: 42px;
    transform: rotate(90deg);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .hero,
  .workflow,
  .truth,
  .final-cta {
    padding-top: 54px;
    padding-bottom: 64px;
  }

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

  .steps > div {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 16px;
  }

  .steps strong {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  dd {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }
}
