* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration-color: var(--edge);
  text-underline-offset: 3px;
}

p,
blockquote,
fieldset {
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.nav,
.footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wide);
  padding: 22px 20px;
}

.nav {
  min-height: 76px;
}

.wordmark {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.wordmark::before,
.wordmark::after {
  bottom: 1px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
}

.wordmark::before {
  background: var(--accent);
  filter: blur(3px);
  height: 3px;
  opacity: 0.38;
  width: 58%;
}

.wordmark::after {
  background: linear-gradient(90deg, transparent, var(--accent) 46%);
  height: 1px;
  right: 0;
}

.footer span:first-child {
  font-weight: 500;
}

.section {
  margin: 0 auto;
  max-width: var(--measure);
  padding: 74px 20px;
}

.hero {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 86px);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  margin: 0 auto;
  max-width: var(--wide);
  min-height: auto;
  padding: clamp(34px, 6vh, 64px) 20px 90px;
}

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

.eyebrow {
  color: var(--text-secondary);
  font-size: var(--step-2);
  margin-bottom: 22px;
}

.hero h1 {
  font-size: var(--step-5);
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 22px;
}

.hero-definition {
  color: var(--text-primary);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.42;
  margin-bottom: 16px;
  max-width: 650px;
}

.hero-sub {
  color: var(--text-secondary);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
  margin-bottom: 26px;
  max-width: 650px;
}

.trust-line {
  color: var(--text-muted);
  font-size: var(--step-2);
  margin-top: 8px;
}

.hero-refusal {
  color: var(--text-secondary);
  font-size: var(--step-2);
  margin-top: 16px;
}

.hero-shot {
  min-width: 0;
}

.memory-proof {
  background: var(--background);
  border: 1px solid var(--edge);
  border-radius: 30px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 390px;
  min-height: 660px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-proof-flow {
  gap: 26px;
  padding: 72px 20px 88px;
}

.proof-top {
  align-items: center;
  border-bottom: 1px solid var(--edge);
  color: var(--text-muted);
  display: flex;
  font-size: var(--step-1);
  justify-content: space-between;
  padding-bottom: 10px;
}

.proof-top span:first-child {
  color: var(--text-primary);
  font-weight: 500;
}

.proof-current {
  font-size: 14px;
  line-height: 1.48;
  padding: 13px 14px;
}

.proof-current,
.app-screen .said {
  color: var(--text-secondary);
}

.proof-memory {
  border-left: 1px solid var(--edge);
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.45;
  padding-left: 12px;
}

.proof-label {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-family: var(--font-sans);
  font-size: var(--step-1);
  gap: 8px;
  line-height: 1.35;
  margin-bottom: 7px;
}

.proof-label span {
  align-items: center;
  border: 1px solid var(--edge);
  border-radius: 999px;
  display: inline-flex;
  flex: none;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.proof-response {
  color: var(--text-primary);
  display: grid;
  gap: 12px;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.5;
}

.section {
  border-top: 1px solid var(--edge);
}

.section h2 {
  margin-bottom: 28px;
}

.section-sub {
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.steps {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 42px;
}

.steps article {
  min-width: 0;
}

.step-icon {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: var(--on-accent);
  display: inline-flex;
  font-size: var(--step-2);
  height: 32px;
  justify-content: center;
  margin-bottom: 16px;
  width: 32px;
}

.steps h3 {
  margin-bottom: 8px;
}

.steps p,
.situation-list p,
.privacy p,
.contact,
.form-actions p {
  color: var(--text-secondary);
}

.pull {
  border-top: 1px solid var(--edge);
  margin-bottom: 34px;
  padding-top: 28px;
}

.screen-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: calc((var(--measure) - var(--wide)) / 2);
  margin-right: calc((var(--measure) - var(--wide)) / 2);
  padding-top: 34px;
}

.app-screen {
  background: var(--background);
  border: 1px solid var(--edge);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 560px;
  overflow: visible;
  position: relative;
  width: 100%;
}

.app-screen figcaption {
  color: var(--text-primary);
  font-size: var(--step-2);
  left: 0;
  position: absolute;
  top: -34px;
}

.status {
  color: var(--text-muted);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 12px 22px 2px;
}

.app-flow {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  padding: 42px 20px 92px;
}

.recording-flow {
  color: var(--text-primary);
  font-size: 17px;
  line-height: 1.62;
}

.history-flow {
  padding-top: 76px;
}

.current-dump {
  margin-bottom: 4px;
}

.day {
  color: var(--text-muted);
  font-size: 11px;
  text-align: center;
}

.glass-pane {
  backdrop-filter: blur(16px) saturate(1.4);
  background: rgba(60, 60, 66, 0.62);
  border: 1px solid var(--edge);
}

@media (prefers-color-scheme: light) {
  .glass-pane {
    background: rgba(255, 255, 255, 0.7);
  }
}

.floating-pill {
  background: rgba(60, 60, 66, 0.62);
  border: 1px solid var(--edge);
  border-radius: 999px;
  color: var(--text-primary);
  font-size: var(--step-1);
  left: 20px;
  padding: 18px;
  padding: 5px 14px;
  position: absolute;
  top: 36px;
}

@media (prefers-color-scheme: light) {
  .floating-pill {
    background: rgba(255, 255, 255, 0.7);
  }
}

.recording-pill {
  color: #E2564E;
}

.dock {
  align-items: center;
  bottom: 20px;
  display: flex;
  gap: 10px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.dock-center {
  justify-content: center;
}

.field {
  border-radius: 22px;
  color: var(--text-secondary);
  flex: 1;
  font-size: var(--step-1);
  padding: 11px 15px;
}

.mic {
  align-items: center;
  border-radius: 999px;
  color: var(--accent);
  display: flex;
  flex: none;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.wave-pane {
  align-items: center;
  border-radius: 22px;
  display: flex;
  gap: 10px;
  padding: 9px 16px;
}

.wave {
  align-items: flex-end;
  display: flex;
  gap: 3px;
  height: 22px;
}

.wave span {
  background: var(--text-muted);
  border-radius: 2px;
  width: 3px;
}

.wave span:nth-child(1) { height: 7px; }
.wave span:nth-child(2) { height: 15px; }
.wave span:nth-child(3) { background: var(--accent); height: 22px; }
.wave span:nth-child(4) { background: var(--accent); height: 12px; }
.wave span:nth-child(5) { background: var(--accent); height: 18px; }
.wave span:nth-child(6) { height: 8px; }
.wave span:nth-child(7) { height: 13px; }
.wave span:nth-child(8) { height: 6px; }

.stop-mark {
  background: #E2564E;
  border-radius: 8px;
  height: 28px;
  width: 28px;
}

.nav-pair span {
  align-items: center;
  border: 1px solid var(--edge);
  border-radius: 999px;
  color: var(--text-secondary);
  display: inline-flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.app-screen .said {
  border-radius: 13px;
  font-size: var(--step-2);
  margin-bottom: 0;
  padding: 10px 13px;
}

.app-response {
  color: var(--text-primary);
  display: grid;
  gap: 14px;
  font-size: 18px;
}

.past {
  border-left: 1px solid var(--edge);
  color: var(--text-secondary);
  margin-bottom: 22px;
  padding-left: 16px;
}

.past .meta,
.said .meta {
  margin-bottom: 8px;
}

.said {
  margin-bottom: 28px;
}

.proof-current.said {
  margin-bottom: 0;
}

.response {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.situation-list {
  display: grid;
  gap: 0;
}

.situations {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.35fr);
  max-width: var(--wide);
}

.situations h2 {
  font-size: 38px;
  margin-bottom: 0;
  max-width: 360px;
}

.situation {
  border-top: 1px solid var(--edge);
  display: grid;
  gap: 24px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 26px 0;
}

.situation:first-child {
  border-top: 0;
  padding-top: 4px;
}

.situation p {
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.55;
}

.situation p strong {
  color: var(--text-primary);
  font-weight: 400;
}

.situation .situation-kicker {
  color: var(--accent);
  font-size: var(--step-2);
  font-weight: 500;
}

.refusal {
  border-top: 1px solid var(--edge);
  border-bottom: 1px solid var(--edge);
  padding: 72px 20px;
}

.refusal-inner {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  margin: 0 auto;
  max-width: var(--wide);
}

.refusal-message > p:first-child {
  font-size: 28px;
  line-height: var(--lh-tight);
  margin-bottom: 16px;
}

.refusal-message .refusal-action {
  color: var(--accent);
  font-size: 46px;
  line-height: 1.1;
}

.refusal ul {
  display: grid;
  gap: 0 36px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.refusal li {
  border-top: 1px solid var(--edge);
  color: var(--text-primary);
  font-size: 18px;
  padding: 18px 0;
}

.refusal li span {
  color: var(--text-muted);
  display: inline-block;
  width: 30px;
}

.privacy {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.6fr);
  max-width: var(--wide);
}

.privacy h2 {
  font-size: 38px;
  margin-bottom: 0;
}

.privacy .privacy-eyebrow {
  color: var(--accent);
  font-size: var(--step-2);
  margin-bottom: 12px;
}

.privacy-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.privacy-flow li {
  border-left: 1px solid var(--edge);
  padding: 0 22px;
}

.privacy-flow li:first-child {
  border-left: 0;
  padding-left: 0;
}

.privacy-flow li:last-child {
  padding-right: 0;
}

.privacy-step {
  align-items: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  margin-bottom: 18px;
  width: 28px;
}

.privacy-flow h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.privacy-flow p {
  color: var(--text-secondary);
  font-size: var(--step-2);
  line-height: 1.65;
}

.application {
  padding-top: 96px;
}

.application-head {
  border-bottom: 1px solid var(--edge);
  margin-bottom: 36px;
  padding-bottom: 28px;
}

.application h2 {
  font-size: clamp(34px, 5vw, 52px);
  margin-bottom: 16px;
}

.application .section-sub {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 610px;
}

form {
  display: grid;
  gap: 32px;
}

form label,
fieldset {
  display: grid;
  gap: 10px;
}

fieldset {
  border: 0;
  padding: 0;
}

legend,
form label > span {
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
}

small {
  color: var(--text-muted);
  font-size: var(--step-1);
}

fieldset label {
  align-items: start;
  color: var(--text-secondary);
  display: grid;
  gap: 9px;
  grid-template-columns: 18px 1fr;
}

input[type="radio"] {
  accent-color: var(--text-primary);
  margin-top: 5px;
}

input[type="email"],
textarea {
  background: transparent;
  border: 1px solid var(--edge);
  border-radius: var(--radius);
  color: var(--text-primary);
  min-width: 0;
  padding: 13px 14px;
  resize: vertical;
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--edge);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
  padding-top: 24px;
}

.form-actions .cta {
  min-height: 46px;
  min-width: 112px;
}

.form-actions .cta:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  color: var(--text-secondary);
  flex-basis: 100%;
  min-height: 1.6em;
}

.form-status:empty {
  display: none;
}

.application-success {
  border-top: 1px solid var(--edge);
  padding-top: 34px;
}

.application-success h3 {
  font-size: 38px;
  margin-bottom: 12px;
}

.application-success p {
  color: var(--text-secondary);
}

.honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.contact {
  font-size: var(--step-2);
  margin-top: 28px;
}

.footer {
  border-top: 1px solid var(--edge);
  color: var(--text-secondary);
  font-size: var(--step-2);
}

.footer div,
.footer nav {
  display: flex;
  gap: 18px;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .memory-proof {
    margin-left: 0;
    max-width: 390px;
  }

  .screen-row {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .app-screen {
    margin: 0 auto;
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .nav,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero,
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .steps,
  .refusal ul {
    grid-template-columns: 1fr;
  }

  .refusal {
    padding: 58px 18px;
  }

  .refusal-inner,
  .privacy {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .refusal-message .refusal-action {
    font-size: 40px;
  }

  .privacy h2 {
    font-size: 32px;
  }

  .privacy-flow {
    grid-template-columns: 1fr;
  }

  .privacy-flow li,
  .privacy-flow li:first-child,
  .privacy-flow li:last-child {
    border-left: 0;
    border-top: 1px solid var(--edge);
    padding: 22px 0;
  }

  .situations {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .situations h2 {
    font-size: 32px;
  }

  .situation {
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .app-screen {
    max-width: none;
    min-height: 520px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}
