/* Quikk's native monochrome palette, translated to the web. */
:root {
  color-scheme: light;
  --ink: #1a1a1c;
  --muted: #747478;
  --paper: #fafaf9;
  --line: #e4e4e3;
  --dark: #101113;
  --focus: #4a90e2;
  --annotation: #fff;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
summary,
a {
  touch-action: manipulation;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  border: 0;
}
::selection {
  background: #b9c9dd;
  color: #151619;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 14px 20px;
  background: white;
  color: black;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 0 24px;
}
.nav-shell {
  max-width: 934px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 9px 10px 9px 22px;
  border: 1px solid #ffffff26;
  border-radius: 18px;
  background: #17181adc;
  color: #d9d9dc;
  box-shadow: 0 10px 30px #0002;
  backdrop-filter: blur(20px);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 650;
  letter-spacing: -1.4px;
}
.nav-shell .wordmark img,
.showcase-topline img,
.quick-actions img,
.chat-window img,
.writing-toolbar img,
.dictation-hud img,
.closing-content > img {
  filter: invert(1);
}
.nav-links {
  display: flex;
  gap: 27px;
  align-items: center;
  font-size: 13px;
  margin: auto;
}
.nav-links a,
.login-link {
  transition: color 0.15s;
}
.nav-links a:hover,
.login-link:hover {
  color: white;
}
.nav-actions {
  display: flex;
  gap: 23px;
  align-items: center;
}
.login-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.login-link svg {
  width: 14px;
  height: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 550;
  line-height: 20px;
  white-space: nowrap;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #0002;
}
.button-white {
  background: linear-gradient(#fff, #e9e9e9);
  color: #202123;
  box-shadow:
    0 1px 2px #0002,
    inset 0 0 0 1px #fff;
}
.button-dark {
  background: #1a1a1c;
  color: white;
}
.button-small {
  padding: 11px 15px;
  font-size: 13px;
  border-radius: 10px;
}
.button-small svg {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  display: none !important;
}
.hero {
  isolation: isolate;
  position: relative;
  background: var(--dark);
  color: white;
  padding: 141px 32px 44px;
  overflow: hidden;
}
.hero-landscape {
  position: absolute;
  width: 100%;
  height: 980px;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center 25%;
  z-index: -3;
}
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    #10111312 0%,
    #10111305 36%,
    #101113ac 66%,
    #101113 90%
  );
}
.hero-copy {
  text-align: center;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  color: #707073;
}
.hero-eyebrow {
  color: #dededf;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  letter-spacing: 1.8px;
}
.status-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #eee;
  box-shadow: 0 0 9px #fff8;
}
.hero h1 {
  font-size: clamp(54px, 6.1vw, 84px);
  letter-spacing: -4.8px;
  font-weight: 500;
  line-height: 1.04;
  margin: 20px auto 19px;
}
.hero h1 span {
  color: #d1d1d2;
}
.hero-copy > p {
  font-size: 17px;
  color: #dfdfe1;
  line-height: 1.65;
  letter-spacing: -0.2px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 28px;
}
.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
}
.text-link svg {
  width: 16px;
  height: 16px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product-showcase {
  max-width: 1060px;
  position: relative;
  margin: 44px auto 0;
  scroll-margin-top: 40px;
}
.showcase-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #c6c6ca;
  margin: 0 5px 16px;
}
.showcase-topline > span:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.showcase-tabs {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 21px;
  gap: 4px;
  padding: 5px;
  background: #171719d9;
  border: 1px solid #ffffff1f;
  backdrop-filter: blur(18px);
  border-radius: 12px;
}
.showcase-tabs button {
  background: transparent;
  color: #b0b0b6;
  padding: 11px 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  border-radius: 8px;
  transition:
    background 0.2s,
    color 0.2s;
}
.showcase-tabs button[aria-selected="true"] {
  background: #e8e8e9;
  color: #18181b;
  box-shadow: 0 1px 4px #0003;
}
.showcase-tabs button:hover:not([aria-selected="true"]) {
  background: #ffffff12;
  color: white;
}
.showcase-tabs svg {
  width: 17px;
  height: 17px;
}
kbd {
  font-family: inherit;
  white-space: nowrap;
}
.showcase-tabs kbd,
.tab-hint {
  font-size: 9px;
  color: inherit;
  opacity: 0.5;
  margin-left: 5px;
}
.demo-panels {
  border: 1px solid #ffffff40;
  outline: 7px solid #ffffff08;
  border-radius: 13px;
  box-shadow: 0 24px 80px #0008;
  overflow: hidden;
  background: #202124;
}
.demo-panel {
  height: 464px;
  animation: appear 0.35s ease-out;
}
.window-top {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  background: #242528;
  color: #b1b1b6;
  font-size: 10px;
  border-bottom: 1px solid #ffffff0b;
}
.traffic-lights {
  display: flex;
  gap: 6px;
  width: 100px;
}
.traffic-lights i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6058;
}
.traffic-lights i:nth-child(2) {
  background: #febc2e;
}
.traffic-lights i:nth-child(3) {
  background: #29c840;
}
.window-meta {
  font-size: 9px;
  width: 100px;
  text-align: right;
  color: #82838a;
}
.editor-body {
  height: 385px;
  display: flex;
}
.editor-tools {
  width: 53px;
  background: #222326;
  border-right: 1px solid #ffffff0c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 19px;
  flex-shrink: 0;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: transparent;
  color: inherit;
}
.icon-button svg {
  width: 18px;
  height: 18px;
}
.editor-tools .icon-button {
  color: #a1a1a9;
}
.editor-tools .icon-button:hover {
  background: #ffffff0d;
  color: white;
}
.editor-tools .selected {
  color: #fff;
  background: #414246;
}
.tool-divider {
  height: 1px;
  width: 20px;
  background: #ffffff18;
  margin: 3px;
}
.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--annotation);
  border: 3px solid #292a2d;
  outline: 1px solid #73747a;
}
.capture-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 45px;
  flex: 1;
  min-width: 0;
  background: radial-gradient(ellipse at center, #535356, #36373a);
}
.sample-page {
  width: 100%;
  height: 100%;
  position: relative;
  background:
    linear-gradient(110deg, #05070866, #05070822),
    url("/assets/alpine-mist.webp") 50% 63% / cover;
  color: white;
  padding: 20px 24px;
  box-shadow: 0 12px 25px #0005;
  overflow: hidden;
}
.sample-nav,
.sample-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 6px;
  letter-spacing: 1px;
}
.sample-headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -1.8px;
  font-weight: 400;
  margin: 44px 0 31px;
}
.sample-bottom {
  font-size: 6px;
  letter-spacing: 0.4px;
  position: absolute;
  bottom: 21px;
  left: 24px;
  right: 24px;
  color: #ddd;
}
.editor-aside {
  width: 188px;
  padding: 28px 20px;
  background: #252629;
  border-left: 1px solid #ffffff0c;
  flex-shrink: 0;
}
.inspector-label {
  display: block;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #b0b0b6;
}
.editor-aside strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin: 12px 0 8px;
  letter-spacing: -0.25px;
}
.editor-aside p {
  color: #a6a6ad;
  font-size: 10px;
  line-height: 1.7;
}
.inspector-separator {
  height: 1px;
  background: #ffffff0c;
  margin: 19px 0;
}
.swatches {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  border: 3px solid #252629;
}
.swatch.active {
  outline: 1px solid #b7b7be;
}
.swatch.white {
  background: #fff;
}
.swatch.amber {
  background: #feca57;
}
.swatch.blue {
  background: #80b4ed;
}
.second-label {
  margin: 22px 0 8px;
}
.share-preview {
  margin-top: 19px;
  padding: 10px 11px;
  background: #e5e5e7;
  color: #242427;
  font-size: 10px;
  gap: 6px;
  border-radius: 7px;
  width: 100%;
}
.share-preview svg {
  width: 14px;
  height: 14px;
}
.window-bottom {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #b0b0b7;
  font-size: 8px;
  background: #242528;
  border-top: 1px solid #ffffff0a;
}
.window-bottom > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.window-bottom svg {
  width: 12px;
  height: 12px;
}
.annotation {
  position: absolute;
  color: var(--annotation);
  pointer-events: none;
}
.arrow-annotation {
  top: 40%;
  left: 48%;
  transform: rotate(-35deg);
}
.arrow-annotation svg {
  width: 110px;
  height: 110px;
  transform: scaleX(-1);
}
.frame-annotation {
  top: 30%;
  left: 4%;
  width: 49%;
  height: 47%;
  border: 2px solid var(--annotation);
  border-radius: 4px;
}
.text-annotation {
  bottom: 19%;
  right: 6%;
  color: #1a1a1c;
  background: var(--annotation);
  padding: 7px 10px;
  font-size: 12px;
  border-radius: 4px;
  transform: rotate(-5deg);
}
.showcase-caption {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #a2a2aa;
  font-size: 10px;
  margin: 25px 3px 0;
}
.caption-dot {
  height: 4px;
  width: 4px;
  background: #dedede;
  border-radius: 50%;
}
.caption-end {
  margin-left: auto;
  color: #8b8b94;
}
.flow-strip {
  background: #101113;
  border-top: 1px solid #ffffff0c;
  color: #c2c2c8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 38px max(32px, calc((100vw - 1060px) / 2));
  font-size: 12px;
}
.flow-strip > span {
  font-size: 12px;
  color: #8e8e96;
  line-height: 1.65;
}
.flow-strip strong {
  color: #d4d4d9;
  font-weight: 450;
}
.flow-strip > div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.flow-strip svg {
  color: #9898a1;
  width: 20px;
}
.section-wrap {
  max-width: 1124px;
  padding: 0 32px;
  margin: 0 auto;
}
.features {
  padding-top: 116px;
  padding-bottom: 110px;
}
.section-heading {
  text-align: center;
  margin-bottom: 54px;
}
.section-heading h2,
h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.1px;
  line-height: 1.12;
}
.section-heading h2 {
  margin: 19px 0 18px;
}
h2 span {
  color: #85858a;
}
.section-heading p {
  font-size: 14px;
  line-height: 1.65;
  color: #747478;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.feature-card {
  height: 558px;
  border: 1px solid #dedede;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
  background: #f0f0ee;
}
.feature-copy {
  padding: 35px 36px;
}
.feature-tag {
  font-size: 8px;
  font-weight: 550;
  letter-spacing: 1.4px;
  color: #7b7b7d;
}
.feature-copy h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.05px;
  line-height: 1.1;
  margin: 18px 0 16px;
}
.feature-copy p {
  font-size: 12px;
  line-height: 1.8;
  color: #76767a;
  max-width: 330px;
}
.mini-capture {
  height: 229px;
  position: relative;
  margin: 4px 38px 0;
  background: #d6d8d5;
  padding: 20px 36px;
}
.mini-page {
  position: relative;
  height: 230px;
  background: #f9f9f7;
  padding: 25px 24px;
  box-shadow: 0 10px 30px #35362b13;
  transform: rotate(-5deg);
}
.mini-page > span:first-child {
  font-size: 6px;
  letter-spacing: 1.8px;
  color: #87877f;
}
.mini-page strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 31px;
  line-height: 1.05;
  font-weight: 400;
  margin-top: 21px;
  letter-spacing: -1.3px;
}
.mini-line {
  width: 70%;
  height: 4px;
  background: #dcdcd6;
  margin-top: 17px;
}
.mini-line.short {
  width: 48%;
  margin-top: 6px;
}
.mini-annotation {
  position: absolute;
  right: 7px;
  bottom: 55px;
  font-size: 12px;
  transform: rotate(-9deg);
  border-bottom: 1px solid #767c6c;
  padding-bottom: 5px;
  color: #616c56;
}
.floating-capture-label {
  position: absolute;
  z-index: 2;
  bottom: 6px;
  left: 16px;
  right: 16px;
  background: #242628f5;
  backdrop-filter: blur(8px);
  color: #eee;
  padding: 14px 14px;
  border-radius: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 9px;
  box-shadow: 0 9px 24px #0002;
}
.floating-capture-label svg {
  width: 16px;
  height: 16px;
}
.floating-capture-label kbd {
  margin-left: auto;
  color: #96979f;
}
.crop-corner {
  width: 10px;
  height: 10px;
  position: absolute;
  border-color: #6f7870;
  border-style: solid;
}
.tl {
  top: -2px;
  left: -2px;
  border-width: 2px 0 0 2px;
}
.tr {
  top: -2px;
  right: -2px;
  border-width: 2px 2px 0 0;
}
.bl {
  bottom: -2px;
  left: -2px;
  border-width: 0 0 2px 2px;
}
.br {
  bottom: -2px;
  right: -2px;
  border-width: 0 2px 2px 0;
}
.recording-feature {
  background: #eae9e5;
}
.mini-recording {
  position: relative;
  height: 240px;
  margin: 5px 37px 0;
  background: #c9c7c0;
  border: 1px solid #bcbab4;
  border-radius: 8px;
  padding: 24px 40px;
}
.recording-paper {
  height: 215px;
  background: #faf9f6;
  padding: 26px 22px;
  box-shadow: 0 10px 28px #0002;
  transform: rotate(4deg);
}
.recording-paper > span {
  font-size: 6px;
  letter-spacing: 1.3px;
  color: #81817c;
}
.recording-paper > strong {
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.08;
  margin: 23px 0;
}
.paper-lines {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.paper-lines i {
  height: 4px;
  width: 90%;
  background: #e1e1dd;
}
.paper-lines i:last-child {
  width: 60%;
}
.camera-bubble {
  position: absolute;
  bottom: 27px;
  right: 13px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #777770, #262726);
  border: 3px solid #fff9;
  display: grid;
  place-items: center;
  color: white;
  box-shadow: 0 5px 15px #0003;
}
.camera-bubble svg {
  width: 25px;
  height: 25px;
}
.mini-recording-controls {
  position: absolute;
  bottom: -8px;
  left: 0;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #252628;
  color: #e5e5e7;
  border: 1px solid #ffffff19;
  border-radius: 12px;
  box-shadow: 0 7px 22px #0003;
  font-size: 10px;
}
.mini-recording-controls svg {
  width: 14px;
  height: 14px;
}
.record-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  flex-shrink: 0;
}
.stop-square {
  width: 9px;
  height: 9px;
  background: #e0e0e3;
  border-radius: 2px;
}
.waveform {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  height: 24px;
}
.waveform i {
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 5px;
  background: #b8b8be;
}
.waveform i:nth-child(3n) {
  height: 22px;
}
.waveform i:nth-child(3n + 1) {
  height: 13px;
}
.waveform i:nth-child(4n) {
  height: 17px;
}
.writing-feature {
  background: #f3f1ee;
}
.writing-sample {
  position: relative;
  background: #fffefa;
  margin: 6px 30px 0;
  padding: 27px 28px;
  border: 1px solid #e0ded7;
  border-radius: 10px;
  min-height: 233px;
  box-shadow: 0 9px 25px #00000004;
}
.writing-context {
  font-size: 6px;
  letter-spacing: 1.5px;
  color: #97928a;
}
.writing-sample > p {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.6;
  margin-top: 21px;
  letter-spacing: -0.3px;
  min-height: 92px;
}
.writing-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #222326;
  color: #f3f3f4;
  border-radius: 9px;
  padding: 9px 13px;
  margin: 18px -10px -6px;
  box-shadow: 0 8px 14px #0002;
}
.writing-toolbar button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  background: transparent;
  color: #f3f3f4;
  flex: 1;
  padding: 5px 0;
}
.writing-toolbar button svg {
  width: 16px;
  height: 16px;
}
.writing-toolbar button svg:last-child {
  margin-left: auto;
}
.sample-hint {
  display: block;
  text-align: right;
  margin-top: 17px;
  font-size: 9px;
  color: #89867e;
}
.dictation-feature {
  background: #222326;
  color: #f3f3f4;
  border-color: #353639;
}
.dictation-feature .feature-tag {
  color: #b2b2ba;
}
.dictation-feature .feature-copy p {
  color: #b2b2ba;
}
.dictation-art {
  height: 236px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}
.dictation-orbit {
  position: absolute;
  border: 1px solid #ffffff09;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  z-index: -1;
  top: -40px;
}
.orbit-two {
  width: 430px;
  height: 430px;
  top: -100px;
}
.dictation-hud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  padding: 17px 19px;
  background: linear-gradient(110deg, #3d3e41, #292a2e);
  border: 1px solid #ffffff24;
  border-radius: 16px;
  box-shadow: 0 15px 35px #0004;
}
.dictation-hud > svg {
  width: 18px;
  height: 18px;
  color: #c2c2c9;
}
.waveform.large {
  gap: 4px;
  height: 36px;
}
.waveform.large i {
  width: 3px;
  background: #ececef;
}
.waveform.large i:nth-child(3n) {
  height: 33px;
}
.waveform.large i:nth-child(4n) {
  height: 25px;
}
.dictation-shortcut {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #a9a9b1;
  margin-top: 22px;
}
.dictation-shortcut kbd {
  padding: 5px 7px;
  border: 1px solid #ffffff24;
  border-radius: 4px;
  color: #d3d3d9;
}
.dictation-shortcut kbd:last-child {
  margin-right: 8px;
}
.sharing-section {
  background: #efefed;
  border-block: 1px solid #e1e1df;
  padding: 100px 0 107px;
  overflow: hidden;
}
.sharing-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 65px;
  align-items: center;
}
.sharing-copy h2 {
  font-size: 43px;
  margin: 20px 0;
}
.sharing-copy > p {
  font-size: 13px;
  line-height: 1.85;
  color: #77777b;
  max-width: 340px;
}
.workflow-steps {
  padding: 0;
  list-style: none;
  margin: 29px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.workflow-steps li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.workflow-steps li > span {
  font-size: 9px;
  width: 24px;
  height: 24px;
  border: 1px solid #d4d4d2;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.workflow-steps strong {
  font-size: 12px;
  font-weight: 550;
}
.workflow-steps p {
  font-size: 11px;
  color: #838387;
  margin-top: 5px;
}
.library-scene {
  position: relative;
  padding: 45px 0 45px 12px;
}
.library-window {
  background: #fff;
  border: 1px solid #d9d9da;
  padding: 23px;
  border-radius: 12px;
  box-shadow: 0 14px 50px #00000008;
  transform: rotate(-3deg);
}
.library-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 550;
}
.library-title > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.library-title > svg {
  width: 17px;
  height: 17px;
  color: #92929a;
}
.library-filters {
  display: flex;
  gap: 14px;
  font-size: 8px;
  color: #81818a;
  margin: 26px 0 20px;
  align-items: center;
}
.library-filters .active {
  background: #ededee;
  color: #343439;
  padding: 7px 10px;
  border-radius: 5px;
}
.library-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 13px;
}
.media-thumbnail {
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.library-grid strong {
  display: block;
  font-size: 9px;
  font-weight: 500;
  margin: 9px 0 5px;
}
.library-grid small {
  font-size: 7px;
  color: #909099;
}
.landscape-thumb {
  background:
    linear-gradient(#0003, #0003),
    url("/assets/alpine-mist.webp") center / cover;
  color: white;
  padding: 31px 18px;
}
.landscape-thumb span {
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
}
.typography-thumb {
  background: #d6d5cf;
  padding: 16px;
  color: #393b36;
}
.typography-thumb span {
  font-size: 33px;
  letter-spacing: -2px;
  font-weight: 550;
  line-height: 0.98;
}
.typography-thumb i {
  position: absolute;
  bottom: 9px;
  right: 9px;
  font-size: 7px;
  font-style: normal;
  background: #2b2c29;
  color: white;
  border-radius: 3px;
  padding: 3px 4px;
}
.notes-thumb {
  background: #f0e9df;
  padding: 24px 19px;
}
.notes-thumb b {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.5px;
  display: block;
  margin-bottom: 15px;
}
.notes-thumb i {
  display: block;
  height: 3px;
  background: #d3c6b7;
  margin-top: 5px;
  width: 90%;
}
.notes-thumb i:last-child {
  width: 55%;
}
.shapes-thumb {
  background: #282b29;
  padding: 21px;
  color: #d4d8d2;
}
.shapes-thumb span {
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 0.95;
  font-weight: 600;
}
.link-toast {
  position: absolute;
  bottom: 16px;
  right: 0;
  background: #252629;
  color: #eeeeef;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 16px 20px;
  font-size: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff21;
  box-shadow: 0 13px 35px #0003;
  transform: rotate(2deg);
}
.link-toast > svg {
  width: 17px;
  height: 17px;
}
.link-toast > svg:last-child {
  color: #b1c9bd;
}
.native-section {
  padding-block: 112px;
  text-align: center;
}
.native-mark {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff, #eeeeed);
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  box-shadow:
    0 14px 25px #0000000c,
    inset 0 0 0 4px #fff8;
  margin: 0 auto 35px;
  transform: rotate(-9deg);
}
.native-mark img {
  width: 71px;
  height: 71px;
}
.native-section h2 {
  margin: 18px 0 22px;
}
.native-section > p {
  font-size: 13px;
  line-height: 1.85;
  color: #7b7b80;
}
.native-details {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.native-details span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #74747a;
  font-size: 10px;
}
.native-details svg {
  width: 16px;
  height: 16px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding-block: 60px 110px;
  border-top: 1px solid #e4e4e3;
}
.faq-section h2 {
  font-size: 35px;
  letter-spacing: -1.4px;
  margin: 18px 0 15px;
}
.faq-section > div > p {
  font-size: 12px;
  color: #828287;
  line-height: 1.6;
}
.faq-list details {
  border-bottom: 1px solid #dededf;
}
.faq-list summary {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 20px;
  font-weight: 300;
  color: #8b8b92;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.8;
  color: #77777e;
  margin: 0 25px 20px 0;
}
.closing-section {
  position: relative;
  isolation: isolate;
  background: #111214;
  color: white;
  text-align: center;
  padding: 72px 24px 78px;
  overflow: hidden;
}
.closing-landscape {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#1011139c, #10111380),
    url("/assets/alpine-mist.webp") center 70% / cover;
  z-index: -1;
}
.closing-content > img {
  margin: 0 auto 24px;
}
.closing-content h2 {
  font-size: 67px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.7px;
}
.closing-content h2 span {
  color: #ceced1;
}
.closing-content p {
  font-size: 13px;
  color: #d0d0d6;
  margin: 22px 0 25px;
}
.site-footer {
  background: #101113;
  color: #c9c9ce;
  padding: 48px max(32px, calc((100vw - 1060px) / 2)) 26px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 38px;
}
.footer-top .wordmark img {
  filter: invert(1);
}
.footer-top > span {
  font-size: 10px;
  color: #909098;
}
.footer-top > div {
  margin-left: auto;
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 10px;
}
.footer-top > div > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-top > div svg {
  width: 12px;
  height: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff10;
  padding-top: 23px;
  font-size: 9px;
  color: #898992;
}
.record-panel {
  background: #353739;
}
.record-scene {
  height: 100%;
  position: relative;
  padding: 60px;
  background:
    linear-gradient(90deg, #171a1ca3, #171a1c11),
    url("/assets/alpine-mist.webp") center 68% / cover;
}
.scene-label {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #d8d8dd;
}
.record-scene h3 {
  white-space: pre-line;
  font-size: 44px;
  line-height: 1.07;
  letter-spacing: -1.8px;
  font-weight: 450;
  margin-top: 35px;
}
.record-progress {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff20;
}
.record-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: #ffffffc0;
  transition: width 1s linear;
}
.record-scene p {
  font-size: 12px;
  color: #dedee3;
  margin-top: 16px;
}
.record-indicator {
  position: absolute;
  right: 32px;
  top: 28px;
  background: #1c1d20bf;
  padding: 10px 14px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}
.record-controls {
  position: absolute;
  bottom: 32px;
  left: 60px;
  right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.record-controls > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.record-controls .button {
  font-size: 11px;
  padding: 11px 16px;
}
.record-panel.is-playing .record-dot {
  animation: blink 1s infinite;
}
.write-panel {
  background: radial-gradient(ellipse at 60% 100%, #c9c9c3, #929590);
  padding: 35px 100px;
}
.note-window {
  max-width: 600px;
  margin: auto;
  background: #fcfbf8;
  color: #383837;
  border: 1px solid #ffffffa8;
  border-radius: 9px;
  box-shadow: 0 15px 50px #0003;
  overflow: hidden;
  height: 100%;
}
.note-window .window-top {
  background: #f0efeb;
  color: #797976;
  border-color: #deded7;
  justify-content: flex-start;
  gap: 50px;
}
.note-window .traffic-lights {
  width: auto;
}
.note-content {
  position: relative;
  padding: 28px 38px;
}
.note-date {
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #96938b;
}
.note-content h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: -0.8px;
  margin: 13px 0 17px;
}
.note-content > p {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 11px;
}
.editable-demo {
  background: #dfe6e0;
  min-height: 46px;
}
.quick-actions {
  display: flex;
  gap: 6px;
  padding: 10px;
  background: #242527;
  color: white;
  border: 1px solid #ffffff2a;
  border-radius: 9px;
  box-shadow: 0 7px 20px #0002;
  margin: 15px -20px 0;
  align-items: center;
  justify-content: space-between;
}
.quick-actions button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  background: transparent;
  color: #dedee3;
  padding: 7px;
  border-radius: 5px;
}
.quick-actions button:hover,
.quick-actions button[aria-pressed="true"] {
  background: #ffffff14;
  color: white;
}
.quick-actions button svg {
  width: 14px;
  height: 14px;
}
.ask-panel {
  background: radial-gradient(ellipse at top, #4b4c4d, #2e3031);
  padding: 26px 100px;
}
.chat-window {
  max-width: 610px;
  margin: auto;
  background: #202124e8;
  border: 1px solid #ffffff21;
  border-radius: 13px;
  padding: 22px 27px;
  height: 100%;
  box-shadow: 0 15px 40px #0003;
}
.chat-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #d7d7dc;
}
.chat-heading kbd {
  margin-left: auto;
  color: #8e8e99;
  font-size: 10px;
}
.chat-window h3 {
  font-size: 27px;
  line-height: 1.1;
  font-weight: 450;
  letter-spacing: -0.8px;
  margin: 18px 0;
}
.chat-question {
  background: #383a3e;
  margin-left: 45px;
  border-radius: 9px 9px 2px 9px;
  padding: 12px;
  font-size: 10px;
  color: #e1e1e7;
}
.chat-answer {
  display: flex;
  gap: 12px;
  margin-top: 17px;
  align-items: flex-start;
}
.chat-answer p {
  font-size: 10px;
  line-height: 1.8;
  color: #c7c7cf;
}
.chat-input {
  margin-top: 19px;
  border: 1px solid #ffffff1a;
  background: #2d2e33;
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 9px;
  color: #9898a3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-input svg {
  width: 17px;
  height: 17px;
  color: #e9e9ee;
}
dialog {
  border: 1px solid #e0e0e0;
  background: #fafaf9;
  color: #202124;
  border-radius: 19px;
  padding: 24px;
  max-width: 450px;
  width: calc(100% - 32px);
  box-shadow: 0 30px 100px #0006;
}
dialog::backdrop {
  background: #111318a8;
  backdrop-filter: blur(9px);
}
.dialog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #7b7b81;
  margin-bottom: 17px;
}
.share-dialog-art {
  height: 190px;
  background:
    linear-gradient(#0003, #0003),
    url("/assets/alpine-mist.webp") center / cover;
  padding: 32px;
  border-radius: 7px;
  color: white;
}
.share-dialog-art > span {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.7px;
}
dialog h2 {
  font-size: 29px;
  letter-spacing: -1px;
  margin-top: 23px;
}
dialog p {
  font-size: 12px;
  line-height: 1.7;
  color: #77777c;
  margin: 15px 0 23px;
}
dialog > .button {
  font-size: 12px;
  width: 100%;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s,
    transform 0.65s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes appear {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    opacity: 0.3;
  }
}
@media (min-width: 1500px) {
  .hero-landscape {
    height: 1100px;
  }
  .hero {
    padding-top: 172px;
  }
  .hero h1 {
    font-size: 92px;
  }
  .product-showcase {
    margin-top: 85px;
  }
}
@media (max-width: 1000px) {
  .nav-shell {
    gap: 20px;
  }
  .nav-links {
    gap: 18px;
  }
  .nav-actions {
    gap: 17px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .editor-aside {
    width: 165px;
    padding: 25px 15px;
  }
  .capture-canvas {
    padding: 35px 25px;
  }
  .sample-headline {
    font-size: 40px;
  }
  .feature-copy {
    padding: 29px;
  }
  .feature-copy p {
    font-size: 12px;
  }
  .mini-capture,
  .mini-recording {
    margin-left: 29px;
    margin-right: 29px;
  }
  .sharing-layout {
    gap: 36px;
  }
  .sharing-copy h2 {
    font-size: 37px;
  }
  .library-window {
    padding: 17px;
  }
  .media-thumbnail {
    height: 100px;
  }
  .library-filters {
    gap: 9px;
  }
  .showcase-tabs button {
    padding: 10px 13px;
  }
  .feature-card {
    height: 558px;
  }
  .note-content {
    padding: 26px;
  }
  .write-panel,
  .ask-panel {
    padding: 30px 60px;
  }
}
@media (max-width: 760px) {
  :root {
    scroll-padding-top: 28px;
  }
  .site-header {
    top: 17px;
    padding: 0 18px;
  }
  .nav-shell {
    gap: 13px;
    padding-left: 15px;
    border-radius: 14px;
  }
  .nav-shell .wordmark {
    font-size: 23px;
    gap: 6px;
  }
  .wordmark img {
    width: 24px;
    height: 24px;
  }
  .nav-links {
    gap: 15px;
    font-size: 11px;
  }
  .nav-links a:nth-child(2) {
    display: none;
  }
  .login-link {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
    gap: 8px;
  }
  .hero {
    padding: 144px 21px 34px;
  }
  .hero h1 {
    font-size: 59px;
    letter-spacing: -3px;
  }
  .hero-eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-actions {
    gap: 23px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 13px 17px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .hero-landscape {
    height: 850px;
    object-position: 40% center;
  }
  .product-showcase {
    margin-top: 61px;
  }
  .showcase-tabs {
    gap: 2px;
    width: 100%;
    justify-content: space-between;
  }
  .showcase-tabs button {
    flex: 1;
    justify-content: center;
    font-size: 11px;
    padding: 11px 8px;
  }
  .showcase-tabs kbd,
  .tab-hint {
    display: none;
  }
  .showcase-topline {
    font-size: 6px;
    letter-spacing: 1px;
    gap: 12px;
  }
  .showcase-topline img {
    width: 12px;
    height: 12px;
  }
  .demo-panel {
    height: 354px;
  }
  .editor-body {
    height: 276px;
  }
  .editor-aside {
    width: 135px;
    padding: 18px 12px;
  }
  .editor-aside strong {
    font-size: 12px;
    margin: 10px 0 6px;
  }
  .editor-aside p {
    font-size: 8px;
  }
  .inspector-separator {
    margin: 12px 0;
  }
  .second-label {
    margin: 14px 0 6px;
  }
  .share-preview {
    font-size: 8px;
    padding: 8px 7px;
    margin-top: 13px;
  }
  .share-preview svg {
    width: 12px;
  }
  .capture-canvas {
    padding: 24px 18px;
  }
  .sample-page {
    padding: 16px;
  }
  .sample-headline {
    font-size: 32px;
    margin-top: 32px;
  }
  .sample-nav {
    font-size: 5px;
    letter-spacing: 0.5px;
  }
  .sample-nav span:last-child {
    display: none;
  }
  .sample-bottom {
    font-size: 5px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .sample-bottom span:last-child {
    display: none;
  }
  .editor-tools {
    width: 44px;
    gap: 7px;
    padding-top: 14px;
  }
  .editor-tools .icon-button {
    width: 28px;
    height: 28px;
  }
  .editor-tools svg {
    width: 16px;
    height: 16px;
  }
  .window-top {
    font-size: 8px;
    height: 43px;
    padding: 0 12px;
  }
  .traffic-lights,
  .window-meta {
    width: 70px;
  }
  .traffic-lights {
    gap: 5px;
  }
  .traffic-lights i {
    width: 7px;
    height: 7px;
  }
  .window-meta {
    font-size: 7px;
  }
  .window-bottom {
    height: 34px;
    font-size: 6px;
    padding: 0 12px;
  }
  .window-bottom svg {
    width: 10px;
  }
  .showcase-caption {
    font-size: 8px;
    line-height: 1.5;
  }
  .caption-end {
    display: none;
  }
  .flow-strip {
    padding: 28px 24px;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 9px;
  }
  .flow-strip > span {
    flex-basis: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .flow-strip > div {
    gap: 6px;
  }
  .flow-strip svg {
    width: 15px;
    height: 15px;
  }
  .section-wrap {
    padding-inline: 23px;
  }
  .features {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .section-heading h2,
  h2 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }
  .section-heading p {
    font-size: 12px;
  }
  .feature-grid {
    gap: 16px;
  }
  .feature-copy {
    padding: 25px 23px;
  }
  .feature-copy h3 {
    font-size: 28px;
  }
  .feature-copy p {
    font-size: 11px;
  }
  .feature-tag {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .feature-card {
    height: 550px;
  }
  .mini-capture,
  .mini-recording {
    margin: 6px 22px 0;
    padding-inline: 18px;
  }
  .mini-page {
    padding: 25px 16px;
  }
  .mini-page strong {
    font-size: 27px;
  }
  .mini-annotation {
    font-size: 10px;
  }
  .floating-capture-label {
    left: 3px;
    right: 3px;
    gap: 7px;
    padding: 11px 9px;
    font-size: 8px;
  }
  .floating-capture-label kbd {
    display: none;
  }
  .mini-recording-controls {
    gap: 10px;
    padding: 11px 13px;
    font-size: 9px;
  }
  .mini-recording-controls .waveform {
    gap: 2px;
  }
  .recording-paper {
    padding: 25px 17px;
  }
  .recording-paper > strong {
    font-size: 24px;
  }
  .camera-bubble {
    width: 53px;
    height: 53px;
  }
  .writing-sample {
    margin-inline: 16px;
    padding: 25px 20px;
  }
  .writing-sample > p {
    font-size: 16px;
    min-height: 100px;
  }
  .writing-toolbar {
    margin-inline: -10px;
    padding: 9px 8px;
    gap: 7px;
  }
  .writing-toolbar button {
    font-size: 8px;
    gap: 5px;
  }
  .writing-toolbar button svg {
    width: 13px;
  }
  .writing-toolbar img {
    width: 16px;
    height: 16px;
  }
  .writing-toolbar button svg:last-child {
    display: none;
  }
  .dictation-hud {
    width: 220px;
    padding: 15px 12px;
    max-width: 92%;
  }
  .waveform.large {
    gap: 3px;
  }
  .waveform.large i {
    width: 2px;
  }
  .dictation-shortcut {
    font-size: 8px;
  }
  .sharing-section {
    padding: 72px 0;
  }
  .sharing-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .sharing-copy h2 {
    font-size: 39px;
  }
  .sharing-copy > p {
    max-width: 450px;
  }
  .library-scene {
    max-width: 490px;
    width: 100%;
    margin: auto;
    padding: 20px 6px 36px;
  }
  .library-window {
    padding: 22px;
  }
  .media-thumbnail {
    height: 135px;
  }
  .link-toast {
    bottom: 0;
    font-size: 10px;
  }
  .native-section {
    padding-block: 80px;
  }
  .native-section > p {
    font-size: 12px;
  }
  .native-details {
    gap: 17px;
  }
  .native-details span {
    font-size: 9px;
    gap: 5px;
  }
  .native-details svg {
    width: 14px;
    height: 14px;
  }
  .faq-section {
    padding-block: 49px 75px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-section h2 {
    font-size: 35px;
  }
  .closing-content h2 {
    font-size: 56px;
    letter-spacing: -2.8px;
  }
  .site-footer {
    padding: 33px 24px 24px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 17px;
    padding-bottom: 26px;
  }
  .footer-top > span {
    font-size: 9px;
  }
  .footer-top > div {
    font-size: 9px;
    gap: 18px;
  }
  .footer-bottom {
    font-size: 8px;
    gap: 16px;
    line-height: 1.8;
  }
  .record-scene {
    padding: 34px;
  }
  .record-scene h3 {
    font-size: 34px;
    margin-top: 28px;
  }
  .record-scene p {
    font-size: 10px;
  }
  .scene-label {
    font-size: 7px;
  }
  .record-indicator {
    right: 18px;
    top: 18px;
    font-size: 9px;
  }
  .record-controls {
    left: 32px;
    right: 32px;
    bottom: 26px;
  }
  .record-controls > span {
    font-size: 9px;
    gap: 5px;
  }
  .record-controls > span svg {
    width: 15px;
  }
  .record-controls .button {
    font-size: 10px;
    padding: 10px;
  }
  .write-panel {
    padding: 19px 30px;
  }
  .note-content {
    padding: 16px 24px;
  }
  .note-content h3 {
    font-size: 24px;
    margin: 12px 0;
  }
  .note-content > p {
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .note-date {
    font-size: 6px;
  }
  .quick-actions {
    margin-top: 11px;
    padding: 7px;
    gap: 2px;
  }
  .quick-actions button {
    font-size: 8px;
    gap: 3px;
    padding: 5px;
  }
  .quick-actions > img {
    width: 16px;
    height: 16px;
  }
  .quick-actions button svg {
    width: 12px;
    height: 12px;
  }
  .ask-panel {
    padding: 17px 26px;
  }
  .chat-window {
    padding: 17px 21px;
  }
  .chat-window h3 {
    font-size: 23px;
    margin: 13px 0;
  }
  .chat-heading > img {
    width: 20px;
    height: 20px;
  }
  .chat-question {
    font-size: 8px;
    padding: 8px;
    margin-left: 25px;
  }
  .chat-answer {
    margin-top: 11px;
    gap: 8px;
  }
  .chat-answer p {
    font-size: 8px;
    line-height: 1.7;
  }
  .chat-input {
    font-size: 7px;
    margin-top: 11px;
    padding: 8px 10px;
  }
}
@media (max-width: 520px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 65px;
    left: 18px;
    right: 18px;
    padding: 15px 21px;
    border: 1px solid #ffffff26;
    border-radius: 12px;
    background: #1c1d20;
    box-shadow: 0 10px 25px #0003;
    font-size: 13px;
    justify-content: space-between;
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a:nth-child(2) {
    display: block;
  }
  .menu-toggle {
    display: inline-flex !important;
    width: 29px;
    height: 34px;
  }
  .nav-actions .button-small {
    font-size: 11px;
    padding: 9px 12px;
  }
  .hero {
    padding-top: 137px;
    padding-inline: 17px;
  }
  .hero h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
    margin-top: 22px;
  }
  .hero-copy > p {
    font-size: 13px;
  }
  .hero-actions {
    gap: 21px;
    margin-top: 25px;
  }
  .hero-actions .button {
    padding: 12px 14px;
    font-size: 11px;
  }
  .hero-actions .button svg {
    width: 17px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 6px;
  }
  .hero-eyebrow {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .product-showcase {
    margin-top: 48px;
  }
  .showcase-topline {
    margin-bottom: 12px;
    letter-spacing: 0.7px;
  }
  .showcase-topline > span:first-child {
    gap: 6px;
  }
  .showcase-tabs {
    margin-bottom: 16px;
  }
  .showcase-tabs button {
    font-size: 10px;
    gap: 5px;
    padding: 10px 7px;
  }
  .showcase-tabs svg {
    width: 15px;
    height: 15px;
  }
  .demo-panels {
    outline-width: 4px;
  }
  .demo-panel {
    height: 324px;
  }
  .editor-aside {
    display: none;
  }
  .editor-body {
    height: 247px;
  }
  .capture-canvas {
    padding: 24px 21px;
  }
  .sample-headline {
    font-size: 37px;
    margin-top: 28px;
  }
  .sample-bottom {
    font-size: 5px;
  }
  .window-bottom > span:nth-child(2) {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .section-heading h2,
  h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .feature-card {
    height: 526px;
  }
  .feature-copy {
    padding: 29px;
  }
  .feature-copy h3 {
    font-size: 32px;
    margin: 15px 0;
  }
  .feature-copy p {
    font-size: 12px;
    max-width: none;
  }
  .mini-capture,
  .mini-recording {
    margin: 1px 33px 0;
    padding-inline: 27px;
  }
  .mini-page strong {
    font-size: 31px;
  }
  .floating-capture-label {
    left: 7px;
    right: 7px;
    font-size: 9px;
  }
  .floating-capture-label kbd {
    display: block;
  }
  .recording-paper > strong {
    font-size: 28px;
  }
  .mini-recording-controls {
    gap: 13px;
    padding: 12px 17px;
  }
  .writing-sample {
    margin: 0 23px;
    padding: 23px 24px;
  }
  .writing-sample > p {
    font-size: 19px;
    min-height: 90px;
  }
  .writing-toolbar {
    padding: 10px 12px;
    margin-top: 13px;
  }
  .writing-toolbar button {
    font-size: 10px;
    gap: 7px;
  }
  .writing-toolbar img {
    width: 20px;
    height: 20px;
  }
  .writing-toolbar button svg:last-child {
    display: block;
  }
  .dictation-hud {
    width: 250px;
    padding: 18px 17px;
  }
  .waveform.large {
    gap: 4px;
  }
  .waveform.large i {
    width: 3px;
  }
  .dictation-art {
    height: 228px;
  }
  .native-details {
    flex-wrap: wrap;
    gap: 16px;
  }
  .native-section > p br {
    display: none;
  }
  .native-section > p {
    max-width: 300px;
    margin: auto;
  }
  .native-mark {
    width: 95px;
    height: 95px;
    border-radius: 23px;
  }
  .native-mark img {
    width: 65px;
    height: 65px;
  }
  .native-section h2 {
    font-size: 40px;
  }
  .sharing-copy h2 {
    font-size: 34px;
  }
  .library-window {
    padding: 18px;
  }
  .media-thumbnail {
    height: 111px;
  }
  .link-toast {
    font-size: 9px;
    padding: 13px 15px;
  }
  .notes-thumb {
    padding: 20px 14px;
  }
  .notes-thumb b {
    font-size: 15px;
  }
  .landscape-thumb {
    padding: 30px 14px;
  }
  .landscape-thumb span {
    font-size: 23px;
  }
  .footer-top > div {
    flex-basis: 100%;
    margin-top: 7px;
    margin-left: 0;
    justify-content: space-between;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
  .closing-content h2 {
    font-size: 51px;
  }
  .record-scene {
    padding: 26px 22px;
  }
  .record-scene h3 {
    font-size: 29px;
    margin-top: 46px;
  }
  .record-scene p {
    font-size: 9px;
  }
  .record-controls {
    left: 22px;
    right: 22px;
    bottom: 21px;
    gap: 15px;
  }
  .record-controls > span {
    font-size: 8px;
    gap: 6px;
    max-width: 115px;
  }
  .record-controls .button {
    font-size: 9px;
    padding: 9px 10px;
    gap: 6px;
  }
  .record-controls .button svg {
    width: 15px;
  }
  .record-indicator {
    top: 42px;
    right: 19px;
    padding: 7px 10px;
  }
  .write-panel {
    padding: 17px 14px;
  }
  .note-content {
    padding: 15px 17px;
  }
  .note-window .window-top {
    height: 35px;
    gap: 26px;
  }
  .note-content h3 {
    font-size: 23px;
    margin: 10px 0;
  }
  .note-content > p {
    font-size: 10px;
  }
  .quick-actions {
    margin: 12px -9px 0;
    padding: 6px;
    gap: 2px;
  }
  .quick-actions button {
    font-size: 7px;
    padding: 4px;
  }
  .quick-actions button svg {
    width: 11px;
    height: 11px;
  }
  .note-date {
    font-size: 5px;
  }
  .ask-panel {
    padding: 14px;
  }
  .chat-window {
    padding: 15px;
  }
  .chat-window h3 {
    font-size: 22px;
    margin: 12px 0;
  }
  .chat-question {
    font-size: 8px;
    padding: 8px;
    margin-left: 18px;
  }
  .chat-answer p {
    font-size: 8px;
    line-height: 1.55;
  }
  .chat-answer p br + br {
    line-height: 1.1;
  }
  .chat-input {
    margin-top: 9px;
    font-size: 6px;
    padding: 7px 9px;
  }
  .chat-answer img {
    width: 15px;
    height: 15px;
  }
  .arrow-annotation svg {
    width: 75px;
    height: 75px;
  }
  .text-annotation {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.mobile-share {
  display: none;
  background: transparent;
  color: #dedee3;
  font-size: 8px;
  padding: 5px 0;
  align-items: center;
  gap: 5px;
}
.mobile-share svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 520px) {
  .mobile-share {
    display: flex;
  }
}

/* Dictation preview shares the native floating HUD with the feature card. */
.dictation-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 48px;
  background: radial-gradient(ellipse at 65% 15%, #d4d5cf, #929993);
  color: #282b28;
}
.dictation-preview {
  width: 590px;
  max-width: 100%;
}
.dictation-preview > .note-date {
  color: #454c46;
}
.dictation-preview h3 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1.1px;
  margin: 13px 0 24px;
}
.dictation-note {
  background: #fbfcf6;
  border: 1px solid #ffffff9c;
  border-radius: 11px;
  padding: 23px 27px;
  box-shadow: 0 10px 30px #29342a12;
}
.dictation-note-label {
  font-size: 7px;
  letter-spacing: 1.4px;
  color: #757b71;
}
.dictation-note p {
  font:
    22px/1.55 Georgia,
    serif;
  letter-spacing: -0.35px;
  margin-top: 14px;
  min-height: 102px;
  color: #858c81;
}
.has-transcript .dictation-note p {
  color: #363e34;
}
.dictation-demo-controls {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.dictation-demo-controls .dictation-hud {
  width: 260px;
  flex-shrink: 0;
}
.dictation-demo-controls .button {
  font-size: 11px;
  padding: 13px 17px;
}
.dictation-demo-status {
  margin-top: 17px;
  font-size: 10px;
  line-height: 1.5;
  color: #3f4940;
}
.dictation-panel:not(.is-dictating) .waveform i {
  height: 5px;
}
.is-dictating .waveform i {
  animation: dictate-wave 0.65s ease-in-out infinite alternate;
}
.is-dictating .waveform i:nth-child(3n) {
  animation-delay: -0.3s;
}
.is-dictating .waveform i:nth-child(4n) {
  animation-delay: -0.5s;
}
@keyframes dictate-wave {
  from {
    transform: scaleY(0.35);
  }
  to {
    transform: scaleY(1);
  }
}
@media (max-width: 900px) {
  .showcase-tabs kbd,
  .showcase-tabs .tab-hint {
    display: none;
  }
}
@media (max-width: 760px) {
  .dictation-panel {
    padding: 22px 30px;
  }
  .dictation-preview h3 {
    font-size: 26px;
    margin: 10px 0 17px;
  }
  .dictation-note {
    padding: 15px 22px;
  }
  .dictation-note p {
    font-size: 18px;
    min-height: 84px;
    margin-top: 10px;
  }
  .dictation-demo-controls {
    margin-top: 15px;
    gap: 12px;
  }
  .dictation-demo-controls .dictation-hud {
    width: 220px;
    padding: 12px;
  }
  .dictation-demo-status {
    margin-top: 11px;
    font-size: 8px;
  }
}
@media (max-width: 520px) {
  .showcase-tabs button {
    flex-direction: column;
    gap: 5px;
    padding: 8px 5px;
    min-width: 0;
  }
  .dictation-panel {
    padding: 19px 18px;
  }
  .dictation-preview h3 {
    font-size: 22px;
    margin: 10px 0 15px;
  }
  .dictation-note {
    padding: 14px 16px;
  }
  .dictation-note p {
    font-size: 17px;
    min-height: 79px;
    line-height: 1.5;
  }
  .dictation-demo-controls {
    gap: 8px;
    margin-top: 13px;
  }
  .dictation-demo-controls .dictation-hud {
    width: 155px;
    max-width: 53%;
    padding: 10px;
    border-radius: 11px;
  }
  .dictation-demo-controls .dictation-hud > img {
    width: 17px;
    height: 17px;
  }
  .dictation-demo-controls .dictation-hud > svg {
    width: 14px;
    height: 14px;
  }
  .dictation-demo-controls .waveform {
    height: 24px;
    gap: 2px;
  }
  .dictation-demo-controls .waveform i {
    width: 2px;
  }
  .dictation-demo-controls .waveform i:nth-child(n + 11) {
    display: none;
  }
  .dictation-demo-controls .waveform i:nth-child(3n) {
    height: 22px;
  }
  .dictation-demo-controls .button {
    font-size: 9px;
    gap: 6px;
    padding: 11px 10px;
  }
  .dictation-demo-controls .button svg {
    width: 13px;
    height: 13px;
  }
  .dictation-demo-status {
    font-size: 7px;
    line-height: 1.4;
  }
}
@media (max-width: 520px) {
  .dictation-panel {
    min-height: 324px;
    height: auto;
  }
}

/* Automatically played Mac workflows; overlays remain inside the product scene. */
.capture-canvas {
  position: relative;
  overflow: hidden;
}
.demo-selection {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
}
.capture-selection {
  inset: 9% 8%;
}
.record-selection {
  inset: 19% 5% 24%;
}
.demo-selection > i {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--selection-progress, 0%);
  height: var(--selection-progress, 0%);
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1000px #10111365;
}
.demo-selection > i::before,
.demo-selection > i::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 1px;
}
.demo-selection > i::before {
  left: -3px;
  top: -3px;
}
.demo-selection > i::after {
  right: -3px;
  bottom: -3px;
}
.demo-cursor {
  position: absolute;
  left: var(--selection-progress, 0%);
  top: var(--selection-progress, 0%);
  opacity: 0;
  color: white;
  filter: drop-shadow(0 2px 2px #0008);
}
.demo-cursor svg {
  width: 22px;
  height: 22px;
}
.region-visible .demo-selection,
.region-dragging .demo-cursor {
  opacity: 1;
}
.capture-flash .sample-page {
  filter: brightness(1.5);
}
.record-panel {
  overflow: hidden;
}
.record-controls,
.record-indicator {
  z-index: 5;
}
.record-state {
  background: #151619dd;
  padding: 11px 15px;
  border: 1px solid #ffffff30;
  border-radius: 8px;
  color: #eee;
}
.record-progress span {
  transition: none;
}
.record-finished .record-dot {
  background: #ddd;
}
.demo-playback {
  margin-left: auto;
  flex-shrink: 0;
  color: #d0d0d5;
  font-size: 10px;
  padding: 7px 11px;
  border: 1px solid #ffffff25;
  border-radius: 6px;
  background: #ffffff09;
}
.demo-playback:hover {
  background: #ffffff18;
}
.demo-paused .demo-panel *,
.demo-paused .demo-panel *::after {
  animation-play-state: paused !important;
}
.editable-demo {
  background: transparent;
}
.text-selected .editable-demo {
  background: linear-gradient(
    90deg,
    #d9e1db var(--text-selection),
    transparent var(--text-selection)
  );
}
.write-panel .quick-actions {
  opacity: 0;
  transform: translateY(5px);
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.write-panel.tools-visible .quick-actions {
  opacity: 1;
  transform: none;
}
.is-typing #hero-writing::after,
.ask-panel.is-typing .chat-answer p::after {
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 2px;
  border-right: 1px solid currentColor;
  vertical-align: -2px;
}
.chat-question {
  visibility: hidden;
  min-height: 38px;
}
.question-sent .chat-question {
  visibility: visible;
}
.chat-answer {
  visibility: hidden;
  min-height: 100px;
}
.answer-visible .chat-answer {
  visibility: visible;
}
.chat-answer p {
  white-space: pre-line;
}
.chat-input {
  min-height: 41px;
}
.ask-panel.is-thinking .chat-answer p {
  opacity: 0.65;
}
.dictation-demo-controls {
  justify-content: center;
}
@media (max-width: 520px) {
  .demo-playback {
    font-size: 9px;
    padding: 6px 9px;
  }
  .record-state {
    font-size: 9px !important;
    padding: 8px 10px;
  }
  .demo-cursor svg {
    width: 17px;
    height: 17px;
  }
  .chat-answer {
    min-height: 97px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .write-panel .quick-actions {
    transition: none;
  }
}

/* Trial terms sit with the Mac download action. */
.trial-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
  color: #bdbdc3;
  font-size: 10px;
  line-height: 1.6;
}
@media (max-width: 520px) {
  .trial-note {
    gap: 5px;
    font-size: 9px;
  }
  .nav-actions .button-small {
    font-size: 10px;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .nav-shell {
    gap: 10px;
    padding-left: 12px;
  }
  .nav-shell .wordmark {
    font-size: 20px;
    gap: 5px;
    flex-shrink: 0;
  }
  .nav-shell .wordmark img {
    width: 21px;
    height: 21px;
  }
  .nav-actions {
    gap: 5px;
  }
  .nav-actions .button-small {
    gap: 6px;
    padding: 9px 8px;
    font-size: 9px;
  }
}
