@import url("/assets/fonts.css");

:root {
  --paper: #f8f7f4;
  --ink: #272b2a;
  --muted: #6e716e;
  --line: #e2e3de;
  --red: #d84132;
  --red-bright: #eb5544;
  --font: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
button,
a,
summary {
  touch-action: manipulation;
}
::selection {
  background: #f5c5bc;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 550;
  letter-spacing: -0.045em;
}
svg {
  flex-shrink: 0;
}
.icon {
  height: 20px;
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.filled {
  fill: currentColor;
  stroke: none;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.wrap {
  width: min(1120px, calc(100% - 80px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 10;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
}
.skip-link:focus {
  top: 12px;
}
[hidden] {
  display: none !important;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 23px;
  font-weight: 750;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-period {
  color: var(--red);
}
.brand-mark {
  display: inline-flex;
  width: 27px;
  height: 24px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  position: relative;
  margin-right: 11px;
}
.brand-mark:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 11px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
}
.brand-mark span {
  width: 10px;
  height: 10px;
  background: var(--red-bright);
  border: 2px solid var(--paper);
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: -5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 550;
}
.nav-link:hover {
  color: var(--red);
}
.nav-download {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: white;
  padding: 11px 17px;
  border-radius: 7px;
  transition: background 0.2s;
}
.nav-download:hover {
  background: var(--red);
}
.nav-download .icon {
  width: 16px;
  height: 16px;
}
.hero {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 52px;
}
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px 8px 13px;
  border: 1px solid #dedfd9;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 550;
  background: #eeefe9;
}
.tiny-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--red-bright);
  border-radius: 50%;
  flex-shrink: 0;
}
.eyebrow-pill .icon {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.hero h1 {
  font-size: clamp(56px, 7.1vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.065em;
  margin: 25px auto 24px;
  font-weight: 550;
}
.hero h1 em {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--red);
  font-size: 1.14em;
  line-height: 1.04;
}
.hero-description {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  letter-spacing: -0.2px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
}
.button {
  min-height: 48px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button .icon {
  height: 18px;
  width: 18px;
}
.button .arrow {
  height: 16px;
  width: 16px;
  margin-left: 12px;
}
.button-primary {
  background: var(--red);
  color: #fff;
  box-shadow:
    0 1px 2px #98352733,
    inset 0 1px 0 #fff2;
}
.button-primary:hover {
  background: #c7382b;
  box-shadow: 0 4px 14px #d8413222;
}
.button-secondary {
  border: 1px solid #dadbd6;
  background: #fff7;
}
.button-secondary:hover {
  background: white;
}
.download-note {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  display: block;
  margin-top: 14px;
}
.download-note span {
  margin: 0 6px;
}
.download-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download-note a:hover {
  color: var(--ink);
}
.demo-section {
  max-width: 1020px;
}
.demo-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 650;
}
.demo-caption > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demo-caption .preview-label {
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.8px;
}
.preview-label .icon {
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
}
.demo-shell {
  background: #eee;
  box-shadow:
    0 2px 4px #272b2a08,
    0 20px 60px -20px #272b2a32;
  border: 1px solid #d2d3ce;
  border-radius: 12px;
  overflow: hidden;
}
.app-toolbar {
  height: 44px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fdfdfd;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.traffic-lights {
  display: flex;
  gap: 6px;
}
.traffic-lights i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6059;
  border: 1px solid #0001;
}
.traffic-lights i:nth-child(2) {
  background: #ffbe2f;
}
.traffic-lights i:nth-child(3) {
  background: #27ca40;
}
.app-title {
  font-size: 10px;
  font-weight: 650;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.app-status {
  margin-left: auto;
  display: flex;
  gap: 7px;
  align-items: center;
  color: #737772;
  font-size: 9px;
}
.status-dot {
  height: 5px;
  width: 5px;
  background: #79a67d;
  border-radius: 50%;
}
.preview-stage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 110%, #bfdad8 0%, transparent 55%),
    radial-gradient(ellipse at 100% -20%, #dbe9d4, transparent 65%), #d5e2d5;
}
/* The illustration shares one coordinate system, so its text and artwork scale together. */
.desktop-scene {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2;
}
.scene-chrome {
  transition: opacity 0.3s;
}
.scene-window {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.3s;
}
.capture-controls {
  height: 62px;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  border-top: 1px solid #d5dcd7;
}
.source-control,
.audio-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.control-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px 9px;
  font-size: 9px;
  color: #767b78;
  transition:
    background 0.2s,
    color 0.2s;
}
.control-button .icon {
  width: 14px;
  height: 14px;
}
.control-button[aria-pressed="true"] {
  background: #edf1ed;
  border-color: #e1e7e1;
  color: #344a3b;
}
.control-button:hover {
  background: #edf1ed;
}
.source-control {
  padding-right: 18px;
  border-right: 1px solid #e7e9e6;
}
.record-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  border: 1px solid #e7b9b2;
  background: #fff4f1;
  color: #bf3729;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 122px;
  transition: background 0.2s;
}
.record-button:hover {
  background: #ffe4de;
}
.record-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red-bright);
}
.demo-footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  min-height: 24px;
}
.demo-footnote > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.demo-footnote .icon {
  width: 12px;
  height: 12px;
}
.camera-preview {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 104px;
  height: 104px;
  background: linear-gradient(135deg, #f0d5b4, #e6b392);
  border: 3px solid #fff9;
  border-radius: 50%;
  box-shadow: 0 3px 20px #0003;
  overflow: hidden;
}
.camera-preview svg {
  width: 100%;
  height: 100%;
  fill: #9b6752;
}
.camera-preview span {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 7px;
  color: white;
}
.recording-chip {
  position: absolute;
  top: 33px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #262b29e8;
  color: white;
  padding: 6px 9px;
  border-radius: 5px;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}
.chip-label {
  font-size: 6px;
  color: #d1d7d0;
  letter-spacing: 0.5px;
  padding-left: 3px;
}
.demo-shell[data-recording="true"] .record-dot {
  border-radius: 2px;
}
.demo-shell[data-recording="true"] .recording-chip .tiny-dot {
  animation: pulse 1.5s infinite;
}
.demo-shell[data-source="window"] .scene-chrome {
  opacity: 0;
}
.demo-shell[data-source="window"] .scene-window {
  transform: scale(1.045);
}
.demo-shell[data-source="window"] .preview-stage {
  background: #dfe8df;
}
.value-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  padding: 42px 0 37px;
  margin-top: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: #747a72;
}
.value-strip > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.value-strip .icon {
  width: 17px;
  height: 17px;
}
.features-section {
  padding-block: 94px 86px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.7px;
  line-height: 1.6;
}
.section-heading h2,
.faq-heading h2 {
  font-size: 39px;
  line-height: 1.15;
  margin-top: 13px;
  font-weight: 550;
}
.section-heading > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  padding-bottom: 3px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fdfdfb;
}
.feature-illustration {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.capture-illustration {
  background:
    radial-gradient(circle at 1px 1px, #bfc8ba 1px, transparent 0) 0 0/14px 14px,
    #e9eee4;
}
.selection-outline {
  width: 200px;
  height: 128px;
  border: 1px solid #638060;
  padding: 12px;
  position: relative;
}
.selection-label {
  position: absolute;
  left: -1px;
  top: -23px;
  height: 22px;
  background: #587650;
  color: white;
  font-size: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  border-radius: 3px 3px 0 0;
}
.selection-label .icon {
  width: 12px;
  height: 12px;
}
.handle {
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #587650;
  background: white;
}
.tl {
  top: -3px;
  left: -3px;
}
.tr {
  top: -3px;
  right: -3px;
}
.bl {
  bottom: -3px;
  left: -3px;
}
.br {
  bottom: -3px;
  right: -3px;
}
.mini-window {
  background: #fafcf7;
  width: 100%;
  height: 100%;
  border: 1px solid #cdd8c7;
  border-radius: 5px;
  box-shadow: 0 7px 15px #41533a16;
}
.mini-window > div {
  height: 21px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 8px;
  border-bottom: 1px solid #e2e6dc;
}
.mini-window i {
  height: 4px;
  width: 4px;
  background: #bac6b7;
  border-radius: 50%;
}
.mini-window > span {
  display: block;
  margin: 11px 16px 0;
  width: 52%;
  height: 5px;
  background: #dce5d5;
  border-radius: 2px;
}
.mini-window > span:nth-of-type(2) {
  width: 77%;
  margin-top: 7px;
  background: #e7ede2;
}
.mini-window > span:nth-of-type(3) {
  width: 65%;
  margin-top: 7px;
  background: #e7ede2;
}
.illustrated-cursor {
  position: absolute;
  right: calc(50% - 128px);
  bottom: 25px;
  width: 29px;
  height: 35px;
  fill: #2f422e;
  stroke: #fff;
  stroke-width: 2;
  filter: drop-shadow(1px 3px 2px #0003);
  transform: rotate(-8deg);
}
.voice-illustration {
  background: #f2e8e0;
  flex-direction: column;
  gap: 23px;
}
.waveform {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.waveform i {
  width: 4px;
  height: 12px;
  border-radius: 5px;
  background: #cb9b82;
}
.waveform i:nth-child(3n) {
  height: 30px;
}
.waveform i:nth-child(4n) {
  height: 47px;
  background: #c18870;
}
.waveform i:nth-child(5n) {
  height: 61px;
  background: #b9755d;
}
.waveform i:nth-child(7n) {
  height: 40px;
}
.waveform i:nth-child(8n) {
  height: 70px;
}
.audio-pills {
  display: flex;
  gap: 8px;
}
.audio-pills > span {
  background: #fff9;
  border: 1px solid #e5d4c8;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 8px;
  color: #90634d;
  display: flex;
  gap: 7px;
  align-items: center;
}
.audio-pills .icon {
  height: 12px;
  width: 12px;
}
.audio-pills i {
  background: #b8886e;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-left: 5px;
}
.feature-copy {
  padding: 27px 30px 31px;
}
.feature-index {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #808479;
}
.feature-copy h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-top: 12px;
  font-weight: 550;
}
.feature-copy p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 13px;
  max-width: 330px;
}
.small-feature {
  display: flex;
  gap: 16px;
  padding: 19px 12px 0 0;
}
.feature-icon {
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #edeee8;
  border-radius: 9px;
  border: 1px solid #e2e5dc;
}
.feature-icon .icon {
  width: 20px;
  height: 20px;
}
.small-feature h3 {
  font-size: 15px;
  letter-spacing: -0.35px;
  font-weight: 600;
  line-height: 1.5;
}
.small-feature p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 7px;
  max-width: 355px;
}
.open-source-panel {
  background: #292e29;
  border: 1px solid #343b32;
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  padding: 57px;
  color: #f8f8ef;
  overflow: hidden;
  position: relative;
}
.open-source-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 100%, #96b65c10, transparent 60%);
  pointer-events: none;
}
.source-copy {
  position: relative;
}
.source-copy .eyebrow {
  color: #c7cdbf;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 8px;
  letter-spacing: 1.4px;
}
.source-copy .tiny-dot {
  background: #b6cd86;
}
.source-copy h2 {
  font-size: 40px;
  line-height: 1.12;
  margin-top: 18px;
  font-weight: 500;
  letter-spacing: -1.6px;
}
.source-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: #b7bdb2;
  margin-top: 17px;
  max-width: 315px;
}
.button-light {
  background: #eff1e8;
  color: #293325;
  font-size: 11px;
  min-height: 43px;
  padding-inline: 15px;
  margin-top: 24px;
}
.button-light:hover {
  background: #fff;
}
.button-light .icon {
  width: 16px;
  height: 16px;
}
.button-light .icon:last-child {
  margin-left: 9px;
}
.source-card {
  background: #30372f;
  border: 1px solid #4a5244;
  border-radius: 9px;
  transform: rotate(2deg);
  align-self: center;
  box-shadow: 0 8px 25px #0002;
  position: relative;
}
.source-card-top {
  padding: 17px 18px;
  border-bottom: 1px solid #454d40;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #bfc8b5;
}
.source-card-top > .icon {
  width: 15px;
  height: 15px;
}
.source-card-top strong {
  color: #eef2e5;
  font-weight: 550;
}
.public-label {
  margin-left: auto;
  font-size: 7px;
  border: 1px solid #637257;
  border-radius: 20px;
  padding: 2px 6px;
}
.source-card > p {
  font-size: 27px;
  line-height: 1.15;
  font-weight: 450;
  letter-spacing: -1px;
  padding: 25px 24px 0;
  color: #e4ecd9;
}
.code-lines {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.9;
  color: #d6dfc9;
}
.code-lines i {
  font-style: normal;
  color: #88977a;
  margin-right: 12px;
}
.code-lines b {
  color: #cbdcad;
  font-weight: 400;
}
.code-lines em {
  font-style: normal;
  color: #a0b38e;
}
.source-card-footer {
  border-top: 1px solid #454d40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  font-size: 8px;
  color: #c2ccb7;
}
.source-card-footer > span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.source-card-footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eb936a;
}
.source-card-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.source-card-footer a:hover {
  color: white;
}
.source-card-footer .icon {
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 75px;
  padding-top: 95px;
  padding-bottom: 85px;
}
.faq-heading h2 {
  margin-top: 13px;
  font-size: 37px;
}
.faq-heading > p:last-child {
  margin-top: 15px;
  font-size: 12px;
  color: var(--muted);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 40px;
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  height: 14px;
  width: 14px;
  color: #71786b;
  transition: transform 0.2s;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding: 0 28px 23px 0;
}
.faq-list details p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ink);
}
.faq-list details p a:hover {
  color: var(--red);
}
.closing-section {
  border-top: 1px solid var(--line);
  text-align: center;
  padding: 61px 0 66px;
}
.large-record-icon {
  height: 58px;
  width: 58px;
  margin: 0 auto 21px;
  display: grid;
  place-items: center;
  background: #f7e9e3;
  border: 1px solid #efdad0;
  border-radius: 17px;
  transform: rotate(-8deg);
  box-shadow: 0 3px 4px #d0a3910a;
}
.large-record-icon > span {
  height: 24px;
  width: 24px;
  background: var(--red-bright);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 2px #fff5,
    0 3px 7px #cd543b28;
}
.closing-section .eyebrow {
  font-size: 8px;
  color: #86847e;
}
.closing-section h2 {
  font-size: 50px;
  letter-spacing: -2.3px;
  line-height: 1.1;
  margin-top: 12px;
}
.closing-section > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 15px;
}
.closing-section .button {
  margin-top: 25px;
}
.closing-section .download-note {
  font-size: 10px;
  margin-top: 13px;
}
.site-footer {
  border-top: 1px solid var(--line);
  min-height: 105px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer .brand {
  font-size: 19px;
}
.site-footer .brand-mark {
  transform: scale(0.85);
  margin-right: 6px;
}
.site-footer p {
  font-size: 10px;
  color: var(--muted);
}
.site-footer p a {
  color: var(--ink);
}
.site-footer > div {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 10px;
  color: var(--muted);
}
.site-footer > div a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-footer a:hover {
  color: var(--red);
}
.site-footer .icon {
  width: 11px;
  height: 11px;
  transform: rotate(-45deg);
}
@keyframes pulse {
  50% {
    opacity: 0.35;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .hero h1 {
    font-size: 96px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    padding-top: 52px;
  }
  .hero h1 {
    font-size: 74px;
  }
  .app-status {
    font-size: 8px;
  }
  .capture-controls {
    gap: 10px;
    padding-inline: 12px;
  }
  .source-control {
    padding-right: 10px;
  }
  .control-button {
    padding: 7px;
  }
  .value-strip {
    gap: 35px;
    font-size: 11px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .section-heading > p {
    font-size: 11px;
  }
  .feature-illustration {
    height: 190px;
  }
  .feature-copy {
    padding: 25px;
  }
  .open-source-panel {
    gap: 35px;
    padding: 40px;
  }
  .source-copy h2 {
    font-size: 34px;
  }
  .source-card-top {
    gap: 6px;
    padding: 13px 12px;
    font-size: 8px;
  }
  .source-card-top .icon {
    width: 12px;
    height: 12px;
  }
  .source-card > p {
    font-size: 24px;
    padding: 22px 20px 0;
  }
  .code-lines {
    padding: 16px 20px 20px;
    font-size: 9px;
  }
  .faq-section {
    gap: 35px;
  }
  .faq-heading h2 {
    font-size: 33px;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 77px;
  }
  .brand {
    font-size: 21px;
  }
  .brand-mark {
    transform: scale(0.9);
    margin-right: 8px;
  }
  .site-header nav {
    gap: 15px;
  }
  .nav-link {
    display: none;
  }
  .nav-download {
    font-size: 11px;
    padding: 10px 12px;
    gap: 7px;
  }
  .hero {
    padding-top: 45px;
    padding-bottom: 36px;
  }
  .eyebrow-pill {
    font-size: 10px;
    padding: 7px 10px;
  }
  .hero h1 {
    font-size: clamp(44px, 10.7vw, 69px);
    margin-top: 23px;
    margin-bottom: 20px;
    letter-spacing: -3px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.8;
    max-width: 330px;
    margin: auto;
  }
  .hero-actions {
    gap: 9px;
    margin-top: 23px;
  }
  .button {
    font-size: 11px;
    padding-inline: 12px;
    gap: 7px;
    min-height: 45px;
  }
  .button .icon {
    width: 15px;
    height: 15px;
  }
  .button .arrow {
    display: none;
  }
  .download-note {
    font-size: 9px;
    margin-top: 13px;
  }
  .download-note span {
    margin-inline: 4px;
  }
  .demo-caption {
    font-size: 7px;
    letter-spacing: 0.9px;
    gap: 10px;
  }
  .demo-caption > span {
    gap: 6px;
  }
  .demo-caption .tiny-dot {
    height: 4px;
    width: 4px;
  }
  .demo-caption .preview-label {
    font-size: 6px;
    letter-spacing: 0.5px;
  }
  .demo-caption .icon {
    width: 10px;
    height: 10px;
  }
  .demo-shell {
    border-radius: 9px;
  }
  .app-toolbar {
    height: 40px;
    padding-inline: 10px;
  }
  .traffic-lights {
    gap: 4px;
  }
  .traffic-lights i {
    height: 6px;
    width: 6px;
  }
  .app-title {
    font-size: 11px;
  }
  .app-status {
    font-size: 8px;
    gap: 4px;
  }
  .status-dot {
    height: 4px;
    width: 4px;
  }
  .capture-controls {
    height: auto;
    min-height: 0;
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .source-control,
  .audio-controls {
    display: flex;
    gap: 8px;
    border: 0;
    padding: 0;
    min-width: 0;
  }
  .control-button {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding: 10px 8px;
    font-size: 12px;
    gap: 7px;
    border-color: #e4e7e0;
    background: #f7f8f5;
  }
  .control-button .icon {
    height: 16px;
    width: 16px;
  }
  .record-button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 10px;
    font-size: 12px;
  }
  .record-dot {
    height: 10px;
    width: 10px;
  }
  .demo-footnote {
    font-size: 11px;
    margin-top: 12px;
    min-height: 30px;
  }
  .demo-footnote > span {
    display: none;
  }
  .camera-preview {
    width: 18%;
    height: auto;
    aspect-ratio: 1;
    right: 9px;
    bottom: 10px;
  }
  .camera-preview span {
    font-size: 5px;
    bottom: 8px;
  }
  .recording-chip {
    font-size: 9px;
    top: 8px;
    right: 6px;
    padding: 4px 6px;
    gap: 4px;
  }
  .chip-label {
    font-size: 5px;
  }
  .recording-chip .tiny-dot {
    height: 4px;
    width: 4px;
  }
  .value-strip {
    gap: 12px;
    justify-content: space-between;
    padding-block: 26px;
    margin-top: 3px;
    font-size: 8px;
  }
  .value-strip > span {
    gap: 5px;
  }
  .value-strip .icon {
    width: 12px;
    height: 12px;
  }
  .features-section {
    padding-top: 56px;
    padding-bottom: 52px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .section-heading h2 {
    font-size: 31px;
    margin-top: 11px;
  }
  .section-heading > p {
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.75;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-illustration {
    height: 190px;
  }
  .feature-copy {
    padding: 23px;
  }
  .feature-copy h3 {
    font-size: 25px;
  }
  .feature-copy p {
    font-size: 12px;
    max-width: 100%;
    margin-top: 11px;
  }
  .small-feature {
    padding-top: 11px;
    gap: 13px;
  }
  .small-feature:last-child {
    padding-top: 5px;
  }
  .small-feature h3 {
    font-size: 13px;
  }
  .small-feature p {
    font-size: 11px;
    margin-top: 5px;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .feature-icon .icon {
    width: 17px;
    height: 17px;
  }
  .open-source-panel {
    grid-template-columns: 1fr;
    padding: 29px 25px;
    gap: 35px;
  }
  .source-copy h2 {
    font-size: 35px;
  }
  .source-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: 100%;
  }
  .button-light {
    font-size: 11px;
    min-height: 43px;
    margin-top: 21px;
  }
  .source-card {
    margin: 0 4px 5px;
  }
  .source-card-top {
    font-size: 9px;
    padding: 14px;
  }
  .source-card > p {
    font-size: 27px;
    padding: 23px 23px 0;
  }
  .code-lines {
    font-size: 10px;
    padding: 18px 23px 23px;
  }
  .source-card-footer {
    padding: 13px 15px;
    font-size: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 57px;
    padding-bottom: 50px;
  }
  .faq-heading h2 {
    font-size: 33px;
  }
  .faq-heading > p:last-child {
    margin-top: 11px;
  }
  .faq-list summary {
    padding: 19px 0;
    font-size: 12px;
  }
  .faq-list details p {
    font-size: 12px;
    padding-right: 15px;
  }
  .closing-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .closing-section h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .closing-section > p:not(.eyebrow) {
    font-size: 12px;
  }
  .closing-section .button {
    font-size: 12px;
    padding-inline: 18px;
    min-height: 46px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 18px;
    padding-block: 25px;
    justify-content: space-between;
  }
  .site-footer .brand {
    font-size: 18px;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    font-size: 9px;
    text-align: center;
  }
  .site-footer > div {
    gap: 17px;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.release-note {
  margin-top: 13px;
  font-size: 10px;
  color: var(--muted);
}
.release-note a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 3px;
}
.editing-section {
  padding-bottom: 85px;
}
.editing-showcase {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.style-demo {
  position: relative;
  padding: 55px 18%;
  background: linear-gradient(35deg, #732161, #fa9652);
  transition: background 0.25s;
  overflow: hidden;
}
.style-demo[data-background="midnight"],
.swatch.midnight {
  background: linear-gradient(35deg, #141726, #2e3352);
}
.style-demo[data-background="ocean"],
.swatch.ocean {
  background: linear-gradient(35deg, #0f2e6b, #21a8b8);
}
.style-demo[data-background="sunset"],
.swatch.sunset {
  background: linear-gradient(35deg, #732161, #fa9652);
}
.style-demo[data-background="paper"],
.swatch.paper {
  background: linear-gradient(35deg, #e8e5de, #faf7f2);
}
.style-demo-label {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-size: 7px;
  letter-spacing: 1.3px;
  color: white;
  background: #20251eaa;
  padding: 5px 8px;
  border-radius: 4px;
}
.styled-frame {
  border-radius: 12px;
  background: #f5f2ec;
  box-shadow: 0 20px 45px #26132f60;
  overflow: hidden;
}
.frame-toolbar {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border-bottom: 1px solid #deddd5;
  position: relative;
}
.frame-toolbar > span {
  height: 6px;
  width: 6px;
  background: #c9c9c0;
  border-radius: 50%;
}
.frame-toolbar i {
  font-size: 7px;
  font-style: normal;
  color: #75796e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.frame-content {
  position: relative;
  padding: 35px;
  min-height: 260px;
  overflow: hidden;
}
.frame-content > span:first-child {
  position: relative;
  z-index: 2;
  font-size: 7px;
  letter-spacing: 1.2px;
}
.frame-content > p {
  position: relative;
  z-index: 2;
  font-size: 43px;
  line-height: 1.03;
  letter-spacing: -2px;
  margin-top: 15px;
  font-weight: 500;
}
.frame-content em {
  font-family: "Instrument Serif", Georgia, serif;
  color: #758263;
  font-weight: 400;
  font-size: 1.2em;
}
.frame-content > small {
  position: relative;
  z-index: 2;
  font-size: 6px;
  letter-spacing: 1.3px;
  display: block;
  margin-top: 26px;
}
.frame-orb {
  position: absolute;
  height: 220px;
  width: 220px;
  border: 1px solid #bdc1a7;
  border-radius: 50%;
  right: -20px;
  top: 35px;
  background: radial-gradient(circle at 30% 20%, #edf0d6, #a5b286);
  box-shadow: inset -15px -10px 30px #71845733;
}
.frame-orb:after {
  content: "";
  position: absolute;
  inset: -16px;
  border: 1px solid #bdc1a7;
  border-radius: 50%;
}
.demo-cursor {
  position: absolute;
  z-index: 4;
  height: 31px;
  width: 27px;
  bottom: 49px;
  right: 25%;
  fill: #293125;
  stroke: #fff;
  stroke-width: 2;
}
.click-ring {
  position: absolute;
  z-index: 3;
  width: 56px;
  height: 56px;
  bottom: 39px;
  right: calc(25% - 9px);
  border: 2px solid #ec6640;
  background: #ffbd5755;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.show-click .click-ring {
  opacity: 1;
  transform: scale(1);
}
.style-controls {
  min-height: 83px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fdfdfb;
}
.style-control-label {
  font-size: 12px;
  font-weight: 600;
}
.style-controls p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
  min-width: 190px;
}
.swatches {
  display: flex;
  gap: 10px;
}
.swatch {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d9dbd3;
  position: relative;
}
.swatch[aria-pressed="true"] {
  box-shadow: 0 0 0 2px #3d4734;
}
.swatch:hover {
  transform: scale(1.1);
}
.swatch[aria-pressed="true"]:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.swatch.paper[aria-pressed="true"]:after {
  border-color: var(--ink);
}
.click-preview-button {
  margin-left: auto;
  border: 1px solid #dfe2d9;
  background: #f2f4ed;
  color: #53604c;
  border-radius: 5px;
  padding: 9px 11px;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.click-preview-button .icon {
  width: 12px;
  height: 12px;
}
.click-preview-button[aria-pressed="true"] {
  background: #e1e9d4;
  border-color: #b5c0a8;
}
.click-preview-button[aria-pressed="true"] .icon {
  transform: rotate(45deg);
}
.editing-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 31px;
}
.editing-features h3 {
  font-size: 17px;
  letter-spacing: -0.5px;
  margin-top: 10px;
}
.editing-features p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  margin-top: 11px;
}
.editing-availability {
  display: flex;
  align-items: start;
  gap: 9px;
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 27px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.editing-availability .icon {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}
.editing-availability a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .style-demo {
    padding: 40px 12%;
  }
  .style-controls {
    gap: 16px;
    padding: 16px 18px;
  }
  .style-controls p {
    min-width: 145px;
  }
  .swatches {
    gap: 8px;
  }
  .swatch {
    width: 30px;
    height: 30px;
  }
  .swatch[aria-pressed="true"]:after {
    left: 10px;
    top: 6px;
  }
  .editing-features {
    gap: 22px;
  }
}
@media (max-width: 650px) {
  .release-note {
    font-size: 8px;
    line-height: 1.6;
  }
  .editing-section {
    padding-bottom: 52px;
  }
  .style-demo {
    padding: 30px 8%;
  }
  .styled-frame {
    border-radius: 7px;
  }
  .frame-toolbar {
    height: 23px;
  }
  .frame-toolbar > span {
    width: 4px;
    height: 4px;
  }
  .frame-toolbar i {
    font-size: 5px;
  }
  .frame-content {
    min-height: 174px;
    padding: 20px;
  }
  .frame-content > span:first-child {
    font-size: 5px;
    letter-spacing: 0.8px;
  }
  .frame-content > p {
    font-size: 28px;
    letter-spacing: -1.1px;
    margin-top: 11px;
  }
  .frame-content > small {
    font-size: 4px;
    margin-top: 20px;
    letter-spacing: 0.8px;
  }
  .frame-orb {
    height: 130px;
    width: 130px;
    top: 33px;
    right: -19px;
  }
  .frame-orb:after {
    inset: -10px;
  }
  .demo-cursor {
    width: 18px;
    height: 23px;
    bottom: 24px;
    right: 26%;
  }
  .click-ring {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: calc(26% - 9px);
  }
  .style-demo-label {
    font-size: 5px;
    padding: 3px 5px;
    bottom: 8px;
    right: 8px;
    letter-spacing: 0.8px;
  }
  .style-controls {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 13px;
    padding: 16px;
  }
  .style-control-label {
    font-size: 11px;
  }
  .style-controls p {
    font-size: 8px;
    min-width: 0;
  }
  .swatches {
    gap: 9px;
  }
  .swatch {
    width: 28px;
    height: 28px;
  }
  .swatch[aria-pressed="true"]:after {
    left: 9px;
    top: 5px;
  }
  .click-preview-button {
    grid-column: 1 / -1;
    margin-left: 0;
    justify-self: start;
    font-size: 9px;
  }
  .editing-features {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 26px;
  }
  .editing-features h3 {
    font-size: 17px;
    margin-top: 7px;
  }
  .editing-features p {
    font-size: 12px;
    margin-top: 7px;
  }
  .editing-availability {
    font-size: 9px;
    margin-top: 23px;
    padding-top: 16px;
  }
}
