@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./fonts/inter-latin-standard-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("./fonts/inter-latin-ext-standard-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

:root {
  color-scheme: dark;
  --ink: #f4f4f4;
  --muted: rgba(244, 244, 244, 0.58);
  --faint: rgba(244, 244, 244, 0.34);
  --hairline: rgba(255, 255, 255, 0.12);
  --ease: linear(0, 0.52 42%, 0.82 72%, 1);
  font-family:
    "Inter Variable", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  min-height: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #070707 0%, #030303 100%);
  color: var(--ink);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-optical-sizing: auto;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: none;
}

#field {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: center;
  user-select: none;
}

.page-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px) clamp(56px, 9vw, 112px);
}

.hero {
  min-height: 100svh;
  width: min(100%, 820px);
  margin: 0 auto;
  padding-top: clamp(4rem, 12vh, 8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: opacity, transform;
}

h1 {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 8%, #ededed 46%, #a8a8a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(4.4rem, 11vw, 8.25rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 0.9;
}

.lede {
  margin: clamp(0.55rem, 1.1vw, 0.8rem) 0 0;
  max-width: 22ch;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  font-weight: 430;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.download-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 3rem;
  margin-top: clamp(2.7rem, 5vw, 3.8rem);
  padding: 0.82rem 1.12rem;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 999px;
  background: rgba(244, 244, 244, 0.94);
  color: #090909;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition:
    transform 160ms var(--ease),
    background-color 160ms var(--ease),
    box-shadow 160ms var(--ease);
}

.download-button:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.download-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 5px;
}

.download-icon,
.platform-icon {
  width: 1.05rem;
  height: 1.05rem;
}

.platform-icon {
  display: block;
  fill: currentColor;
}

.feature-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: clamp(1.35rem, 2.8vw, 1.8rem) 0 0;
  padding: 0;
  color: var(--faint);
  font-size: 0.82rem;
  list-style: none;
}

.feature-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.feature-list li:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(244, 244, 244, 0.28);
}

.statement-section,
.security-section,
.context-section,
.faq-section,
.final-cta,
.demo-copy {
  width: min(100%, 850px);
  margin: 0 auto;
  padding-block: clamp(5rem, 11vw, 9rem);
  text-align: center;
}

.statement-section {
  width: min(100%, 980px);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.statement-copy {
  width: min(100%, 850px);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 1rem;
  color: var(--faint);
  font-size: 0.82rem;
  font-weight: 560;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  font-weight: 640;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-wrap: balance;
}

.statement-section p:not(.section-kicker),
.demo-copy p:not(.section-kicker),
.security-section > p:not(.section-kicker),
.context-copy > p:not(.section-kicker),
.faq-section > p:not(.section-kicker),
.final-cta > p:not(.section-kicker) {
  width: min(100%, 660px);
  margin: clamp(1.1rem, 2.2vw, 1.65rem) auto 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.65;
  letter-spacing: -0.012em;
}

.speech-flow {
  position: relative;
  width: min(100%, 920px);
  min-height: 15rem;
  margin: clamp(1.8rem, 4vw, 3rem) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3rem, 5.5vw, 4.25rem);
  align-items: center;
}

.rewrite-panel-rough {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  width: calc(100% - clamp(0.75rem, 1.8vw, 1.1rem));
}

.rewrite-panel-clean {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  width: calc(100% - clamp(0.75rem, 1.8vw, 1.1rem));
}

.rewrite-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 13.2rem;
  overflow: hidden;
  padding: 1.25rem 1.55rem 1.65rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-top: 1px solid rgb(255 255 255 / 17%);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.085), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(12, 12, 12, 0.88);
}

.rewrite-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.rewrite-label {
  color: var(--faint);
  font-size: 0.78rem;
  font-weight: 570;
  letter-spacing: 0.01em;
}

.rewrite-panel-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: rgba(244, 244, 244, 0.38);
}

.rewrite-panel-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.rewrite-panel-icon-mello svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: rgba(244, 244, 244, 0.42);
}

.rewrite-stack {
  position: relative;
  flex: 1;
  min-height: 5.8rem;
  margin: 1rem 0 0;
}

.rewrite-example {
  position: absolute;
  inset: 0;
  margin: 0;
  padding-right: 2rem;
  opacity: 0;
  visibility: hidden;
  font-size: clamp(1.18rem, 2.2vw, 1.8rem);
  font-weight: 620;
  letter-spacing: -0.032em;
  line-height: 1.24;
  text-wrap: pretty;
  transition:
    opacity 320ms var(--ease),
    visibility 320ms var(--ease);
}

.rewrite-example.is-active {
  opacity: 1;
  visibility: visible;
}

.rewrite-panel-rough .rewrite-example {
  color: rgba(244, 244, 244, 0.68);
  font-weight: 580;
}

.rewrite-panel-clean .rewrite-example {
  color: rgba(244, 244, 244, 0.96);
  font-weight: 640;
  font-feature-settings: "liga" 0;
  letter-spacing: -0.028em;
}

.rewrite-panel-clean .rewrite-example.is-typing {
  text-shadow: none;
}

.speech-listening-placeholder {
  color: rgba(244, 244, 244, 0.26);
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.speech-word {
  opacity: 0;
  transition: opacity 140ms var(--ease);
}

.speech-word.is-visible {
  opacity: 1;
}

.speech-word.is-latest {
  color: rgba(244, 244, 244, 0.94);
}

.speech-word-filler {
  margin-inline: 0.08em;
  padding: 0.04em 0.18em 0.07em;
  border-radius: 0.32em;
  color: rgba(244, 244, 244, 0.46);
  background: rgba(244, 244, 244, 0.06);
  vertical-align: baseline;
  white-space: nowrap;
}

.speech-word-filler.is-visible {
  opacity: 0.52;
}

.speech-caret {
  display: inline-block;
  width: 2px;
  height: 0.92em;
  margin-inline: 0.08em 0;
  vertical-align: -0.08em;
  border-radius: 1px;
  background: rgba(228, 228, 231, 0.72);
  animation: speech-caret-blink 1.05s step-start infinite;
}

.speech-type-cursor {
  display: inline-block;
  width: 0.52em;
  height: 1.02em;
  margin-left: 1px;
  vertical-align: -0.12em;
  border-radius: 1px;
  background: rgba(228, 228, 231, 0.88);
  box-shadow: none;
  animation: speech-type-cursor-blink 560ms steps(2, jump-none) infinite;
}

.speech-flow-arrow {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 244, 244, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 28px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.speech-flow-arrow svg {
  width: 0.95rem;
  height: 0.95rem;
}

@keyframes speech-caret-blink {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes speech-type-cursor-blink {
  0%,
  45% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0.15;
  }
}

.demo-section {
  padding-block: clamp(3rem, 7vw, 6rem);
}

.demo-copy {
  padding-block: 0 clamp(1.5rem, 3.5vw, 2.8rem);
}

.demo-copy h2 {
  font-size: clamp(2.8rem, 5.6vw, 5rem);
}

.demo-stage {
  position: relative;
  width: min(100%, 980px);
  min-height: clamp(23.5rem, 42vw, 29rem);
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.demo-window {
  position: relative;
  width: min(100%, 820px);
  min-height: clamp(17.5rem, 31vw, 22.5rem);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(20px);
}

.demo-window-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.window-lights {
  display: flex;
  gap: 0.45rem;
}

.window-lights span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(244, 244, 244, 0.24);
}

.demo-document {
  min-height: clamp(13rem, 25vw, 17.5rem);
  padding: clamp(1.45rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.document-meta {
  display: flex;
  align-items: center;
  margin: 0 0 1.1rem;
  color: var(--faint);
  font-size: 0.8rem;
  font-weight: 520;
}

#demo-output {
  max-width: 35rem;
  min-height: 6.4rem;
  margin: 0;
  color: rgba(244, 244, 244, 0.9);
  font-size: clamp(1.38rem, 2.55vw, 2.15rem);
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 1.22;
  text-wrap: pretty;
  white-space: pre-wrap;
}

#demo-output.demo-listening-placeholder {
  color: rgba(244, 244, 244, 0.26);
}

#demo-interim {
  max-width: 35rem;
  min-height: 2rem;
  margin: 0.85rem 0 0;
  color: rgba(244, 244, 244, 0.38);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.35;
  text-wrap: pretty;
}

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

.demo-record-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 2.85rem;
  height: 2.85rem;
  display: inline-grid;
  place-items: center;
  transform: translate(-50%, 50%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.94);
  color: rgba(244, 244, 244, 0.9);
  cursor: pointer;
  transition:
    transform 160ms var(--ease),
    background-color 160ms var(--ease),
    border-color 160ms var(--ease);
}

.demo-record-button:hover {
  transform: translate(-50%, calc(50% - 1px));
  border-color: rgba(255, 255, 255, 0.18);
}

.demo-record-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.demo-record-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.demo-record-icon-mic {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-record-icon-stop {
  display: none;
  width: 1.45rem;
  height: 1.45rem;
}

.demo-record-button[data-state="recording"] .demo-record-icon-mic {
  display: none;
}

.demo-record-button[data-state="recording"] .demo-record-icon-stop {
  display: block;
}

.demo-record-button[data-state="recording"] {
  background: rgba(244, 244, 244, 0.92);
  color: #090909;
}

.demo-record-button[data-state="recording"]::after {
  content: "";
  position: absolute;
  inset: -0.36rem;
  border: 1px solid rgba(244, 244, 244, 0.16);
  border-radius: inherit;
  animation: record-breathe 1.4s var(--ease) infinite;
}


@keyframes record-breathe {
  0% {
    opacity: 0.2;
    transform: scale(0.92);
  }

  60% {
    opacity: 0.9;
    transform: scale(1.08);
  }

  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

.context-section {
  width: min(100%, 980px);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.context-copy {
  width: min(100%, 850px);
  margin: 0 auto;
}

.context-stage {
  position: relative;
  width: min(100%, 920px);
  margin: clamp(2rem, 4.5vw, 3.5rem) auto 0;
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.context-window {
  position: relative;
  width: min(100%, 820px);
  margin: 0 auto;
  min-height: clamp(16rem, 28vw, 20rem);
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(20px);
}

.context-window-chrome {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.context-tab-strip {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.context-tab-strip::-webkit-scrollbar {
  display: none;
}

.context-window-body {
  position: relative;
  min-height: clamp(11rem, 22vw, 14.5rem);
  border-radius: 0 0 23px 23px;
}

.context-document {
  min-height: clamp(11rem, 22vw, 14.5rem);
  padding: clamp(1.45rem, 3vw, 2.2rem);
  padding-bottom: clamp(2.75rem, 5vw, 3.5rem);
  text-align: left;
}

.context-existing {
  max-width: 34rem;
  margin: 0;
  color: rgba(244, 244, 244, 0.34);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.context-dictation {
  max-width: 34rem;
  min-height: 5.5rem;
  margin: clamp(0.85rem, 2vw, 1.2rem) 0 0;
  color: rgba(244, 244, 244, 0.94);
  font-size: clamp(1.28rem, 2.35vw, 1.95rem);
  font-weight: 620;
  letter-spacing: -0.032em;
  line-height: 1.24;
  text-wrap: pretty;
}

.context-dictation.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.92em;
  margin-left: 0.08em;
  vertical-align: -0.08em;
  border-radius: 1px;
  background: rgba(228, 228, 231, 0.72);
  animation: speech-caret-blink 1.05s step-start infinite;
}

.context-overlay {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  max-width: calc(100% - 2rem);
  transform: translate(-50%, 50%);
  padding: 0.62rem 0.95rem 0.62rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.94);
}

.context-overlay-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(244, 244, 244, 0.92);
  color: #090909;
}

.context-overlay-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
}

.context-overlay-text {
  padding-right: 0.35rem;
  color: rgba(244, 244, 244, 0.86);
  font-size: 0.92rem;
  font-weight: 560;
  letter-spacing: -0.015em;
  animation: context-listening-pulse 1.5s var(--ease) infinite;
}

@keyframes context-listening-pulse {
  0%,
  100% {
    opacity: 0.38;
  }

  50% {
    opacity: 1;
  }
}

.context-tab {
  appearance: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0.28rem 0.72rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 244, 244, 0.38);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 560;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition:
    color 160ms var(--ease),
    background-color 160ms var(--ease);
}

.context-tab:hover:not(.is-active) {
  color: rgba(244, 244, 244, 0.56);
}

.context-tab.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 244, 244, 0.92);
}

.context-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

.security-section {
  padding-top: clamp(3rem, 7vw, 5rem);
}

.faq-section {
  width: min(100%, 760px);
  padding-top: clamp(3rem, 7vw, 5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.faq-list {
  width: min(100%, 760px);
  margin: clamp(2.4rem, 5vw, 3.5rem) auto 0;
  text-align: left;
  interpolate-size: allow-keywords;
  --faq-duration: 260ms;
  --faq-fade-duration: 220ms;
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: clip;
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.15rem, 2.4vw, 1.55rem) 0;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1.3;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  color: var(--faint);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: transform var(--faq-duration) var(--ease);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
  border-radius: 4px;
}

.faq-answer {
  padding: 0 0 clamp(1.15rem, 2.4vw, 1.55rem);
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.35vw, 1.02rem);
  line-height: 1.6;
  letter-spacing: -0.012em;
}

.faq-answer p strong {
  color: rgba(244, 244, 244, 0.82);
  font-weight: 620;
}

@supports (interpolate-size: allow-keywords) {
  @supports selector(details::details-content) {
    .faq-item::details-content {
      height: 0;
      overflow: clip;
      opacity: 0;
      transition:
        height var(--faq-duration) var(--ease),
        opacity var(--faq-fade-duration) var(--ease),
        content-visibility var(--faq-duration) allow-discrete;
    }

    .faq-item[open]::details-content {
      height: auto;
      opacity: 1;
    }
  }
}

@supports not ((interpolate-size: allow-keywords) and selector(details::details-content)) {
  .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0;
    opacity: 0;
    transition:
      grid-template-rows var(--faq-duration) var(--ease),
      opacity var(--faq-fade-duration) var(--ease),
      padding var(--faq-duration) var(--ease);
  }

  .faq-item[open] .faq-answer {
    grid-template-rows: 1fr;
    padding: 0 0 clamp(1.15rem, 2.4vw, 1.55rem);
    opacity: 1;
  }

  .faq-answer p {
    overflow: hidden;
    min-height: 0;
  }
}

.security-manifest {
  width: min(100%, 760px);
  margin: clamp(2.4rem, 5vw, 3.5rem) auto 0;
  text-align: left;
}

.security-line {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(0.85rem, 2vw, 1.5rem);
  align-items: baseline;
  padding: clamp(1.15rem, 2.4vw, 1.55rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.security-line:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.security-line-lead {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.security-line-detail {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.35vw, 1.02rem);
  line-height: 1.55;
  letter-spacing: -0.012em;
}

.final-cta {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.final-cta .download-button {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.site-footer {
  padding-top: clamp(4rem, 9vw, 6.75rem);
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--hairline);
  text-align: center;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.footer-mark-icon {
  width: 1.05rem;
  height: 1.05rem;
  fill: rgba(244, 244, 244, 0.88);
}

.footer-mark-name {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.footer-lede {
  margin: 0 0 1rem;
  max-width: 36ch;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.footer-tag-sep {
  margin-inline: 0.38em;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social li {
  display: inline-flex;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--faint);
  text-decoration: none;
  transition: color 180ms var(--ease-ui);
}

.footer-social a svg {
  width: 1.12rem;
  height: 1.12rem;
}

.footer-social a:hover {
  color: var(--ink);
}

.footer-social a:focus-visible {
  color: var(--ink);
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 4px;
  border-radius: 4px;
}

@media (max-width: 560px) {
  .page-shell {
    padding-inline: 18px;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .download-button {
    width: min(100%, 20rem);
  }
}

@media (max-width: 920px) {
  .security-line {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 3rem;
    padding-bottom: clamp(3rem, 10vh, 5rem);
  }

  .demo-section {
    padding-block: clamp(4.5rem, 14vh, 7rem);
  }

  .demo-copy {
    padding-block: 0 clamp(1.25rem, 4vh, 2rem);
  }

  .statement-section,
  .security-section,
  .context-section,
  .faq-section,
  .final-cta {
    padding-block: clamp(4.5rem, 14vh, 7rem);
  }

  .statement-section,
  .context-section {
    padding-bottom: clamp(4.5rem, 14vh, 7rem);
  }

  .faq-section {
    padding-bottom: clamp(3rem, 8vh, 4.5rem);
  }

  .final-cta {
    padding-bottom: clamp(2.5rem, 8vh, 4rem);
  }

  .final-cta .download-button {
    margin-inline: auto;
  }

  .context-stage {
    margin-top: clamp(1.5rem, 5vh, 2.5rem);
  }

  .demo-stage {
    min-height: auto;
    padding-bottom: 0.5rem;
  }

  .demo-window {
    padding-bottom: 4.75rem;
  }

  .demo-document {
    padding-bottom: 0.5rem;
  }

  .context-document {
    padding-bottom: 0.25rem;
  }

  .demo-record-button,
  .context-overlay {
    bottom: 0;
    transform: translate(-50%, 50%);
    max-width: calc(100% - 1.5rem);
  }

  .demo-record-button {
    width: 2.55rem;
    height: 2.55rem;
  }

  .demo-record-button:hover {
    transform: translate(-50%, calc(50% - 1px));
  }

  .context-overlay {
    gap: 0.62rem;
    padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  }

  .context-overlay-icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .context-overlay-text {
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .context-window-chrome {
    padding: 0.48rem 0.85rem;
    gap: 0.55rem;
  }

  .context-tab {
    padding: 0.24rem 0.58rem;
    font-size: clamp(0.68rem, 2.8vw, 0.74rem);
  }

  .context-stage {
    padding-bottom: 2.25rem;
  }

  .speech-flow {
    grid-template-columns: 1fr;
    row-gap: 0.85rem;
    min-height: auto;
  }

  .rewrite-panel-rough {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    width: 100%;
  }

  .speech-flow-arrow {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    transform: rotate(90deg);
  }

  .rewrite-panel-clean {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
  }

  .rewrite-panel {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .speech-flow .speech-word,
  .speech-flow .speech-word-filler,
  .speech-flow .rewrite-example {
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    visibility: visible !important;
  }

  .speech-flow .speech-word:not(.speech-word-filler) {
    opacity: 1 !important;
  }

  .speech-flow .speech-word-filler {
    opacity: 0.52 !important;
  }

  .speech-flow .rewrite-stack .rewrite-example:not(:first-child),
  .speech-flow .rewrite-stack-clean .rewrite-example:not(:first-child) {
    display: none;
  }

  .speech-flow .speech-caret,
  .speech-flow .speech-type-cursor {
    display: none !important;
  }

  .faq-list {
    --faq-duration: 1ms;
    --faq-fade-duration: 1ms;
  }
}
