/* Shared colors keep the product page, guide, and support in the same family. */
:root,
[data-theme="light"] {
  --bg-color: #f8f7f3;
  --surface: #eeede7;
  --surface-hover: #e5e4dc;
  --text-primary: #292c2b;
  --text-secondary: #626762;
  --theme-muted: #626762;
  --border: #dadcd3;
  --accent: #285e83;
  --accent-hover: #1e4b6b;
  --shadow: rgba(39, 49, 45, 0.12);
  --toggle-bg: #eaeae3;
  --toggle-active: #fffefa;
  --success: #446451;
  --card-bg: #fdfcf9;
  --stage-bg: #e8ece5;
  --demo-bg: #eeeee8;
  --proof-bg: #eeeee7;
  --green-wash: #e4ebe0;
}
[data-theme="dark"] {
  --bg-color: #1b201e;
  --surface: #252c28;
  --surface-hover: #303a33;
  --text-primary: #f2f1e9;
  --text-secondary: #b6bdb4;
  --theme-muted: #b6bdb4;
  --border: #414c43;
  --accent: #a0cce9;
  --accent-hover: #c5e5fa;
  --shadow: rgba(0, 0, 0, 0.3);
  --toggle-bg: #252c28;
  --toggle-active: #465449;
  --success: #b0cdb2;
  --card-bg: #232a26;
  --stage-bg: #303c32;
  --demo-bg: #222924;
  --proof-bg: #30392f;
  --green-wash: #344733;
}
@media (prefers-color-scheme: dark) {
  [data-theme="system"] {
    --bg-color: #1b201e;
    --surface: #252c28;
    --surface-hover: #303a33;
    --text-primary: #f2f1e9;
    --text-secondary: #b6bdb4;
    --theme-muted: #b6bdb4;
    --border: #414c43;
    --accent: #a0cce9;
    --accent-hover: #c5e5fa;
    --shadow: rgba(0, 0, 0, 0.3);
    --toggle-bg: #252c28;
    --toggle-active: #465449;
    --success: #b0cdb2;
    --card-bg: #232a26;
    --stage-bg: #303c32;
    --demo-bg: #222924;
    --proof-bg: #30392f;
    --green-wash: #344733;
  }
}
html {
  scroll-padding-top: 28px;
}
body {
  -webkit-font-smoothing: antialiased;
}
[hidden] {
  display: none !important;
}
.container {
  max-width: 1200px;
  padding-inline: 32px;
}
.site-header {
  min-height: 100px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  gap: 24px;
}
.logo {
  gap: 10px;
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.6px;
  flex-shrink: 0;
}
.nav-links {
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}
.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-links a:hover,
.footer-links a:hover {
  color: var(--accent);
}
.nav-download {
  gap: 8px;
  color: var(--accent);
}
.nav-download svg,
.inline-link svg,
.trust-line svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.page-title h1 {
  letter-spacing: -1.5px;
}
.page-title {
  padding-block: 68px 44px;
}
.page-title p {
  max-width: 780px;
}
.cta-primary {
  background: #285e83;
  color: #fff;
  box-shadow: none;
}
.cta-primary:hover {
  background: #1e4b6b;
}
.site-footer {
  background: transparent;
}
.home-page .site-header {
  flex-wrap: nowrap;
}
.home-page .nav-links {
  flex: 0 1 auto;
  flex-wrap: nowrap;
  margin-left: auto;
}
.home-page .nav-links a {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.home-page .logo {
  order: 0;
}
.home-page h1,
.home-page h2,
.home-page h3 {
  font-weight: 550;
}
.home-page h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin: 0;
  text-wrap: balance;
}
.home-page h3 {
  letter-spacing: -1px;
}
.home-page p {
  text-wrap: pretty;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--success);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--success);
  border-radius: 50%;
  flex-shrink: 0;
}
.intro {
  padding-top: 66px;
  text-align: center;
}
.intro .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.intro h1 {
  font-size: clamp(46px, 6.1vw, 76px);
  line-height: 1.06;
  letter-spacing: -3.8px;
  margin: 0;
}
.intro h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--success);
  letter-spacing: -3px;
}
.intro-copy {
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin: 24px auto 0;
  max-width: 650px;
}
.intro-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.15s;
}
.action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.action-primary {
  color: #fff;
  background: #285e83;
  box-shadow: 0 2px 3px #0000000c;
}
.action-primary:hover {
  background: #1e4b6b;
}
.action-text {
  color: var(--text-primary);
}
.action-text:hover {
  background: var(--surface);
}
.action-text svg {
  width: 15px;
  fill: currentColor;
  stroke: none;
}
.compatibility {
  margin: 14px 0 0;
  font-size: 11px;
  color: var(--text-secondary);
}
.compatibility span {
  padding: 0 7px;
}
.product-stage {
  margin-top: 46px;
  background: var(--stage-bg);
  border-radius: 14px;
  padding: 24px 48px 16px;
}
.stage-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--success);
  font:
    10px/1.5 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 0.9px;
  text-align: left;
  margin-bottom: 22px;
}
.stage-route {
  letter-spacing: 0;
  display: inline-flex;
  gap: 10px;
}
.product-window,
.gallery-picture {
  display: block;
  filter: drop-shadow(0 16px 20px var(--shadow));
}
.product-window img,
.gallery-picture img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.stage-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 11px;
  margin: 17px 0 0;
}
.format-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  font:
    10px/1.6 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 1px;
  color: var(--text-secondary);
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}
.format-line span:first-child {
  font:
    12px/1.6 -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  letter-spacing: 0;
  margin-right: 10px;
}
.benefits {
  padding-block: 96px;
}
.section-heading > p:last-child {
  color: var(--text-secondary);
  margin-top: 20px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.benefit-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.benefit-number {
  font:
    10px/1.6 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  color: var(--success);
  letter-spacing: 1px;
}
.benefit-card h3 {
  font-size: 29px;
  line-height: 1.12;
  margin: 24px 0 16px;
}
.benefit-card > p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 26px;
}
.benefit-proof {
  background: var(--proof-bg);
  border-radius: 8px;
  min-height: 190px;
  padding: 20px 18px;
  margin-top: auto;
  color: var(--success);
  display: flex;
  flex-direction: column;
}
.proof-label {
  font-size: 10px;
  letter-spacing: 0.3px;
  color: var(--text-secondary);
  display: block;
  margin-bottom: 16px;
}
.preview-proof > div:not(.proof-rule) {
  display: flex;
  flex-direction: column;
}
.preview-proof strong {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}
.preview-proof > div > span {
  font-size: 11px;
  margin-top: 5px;
}
.proof-rule {
  height: 1px;
  background: var(--border);
  margin-top: 16px;
}
.preview-proof p {
  font-size: 11px;
  margin: 10px 0 0;
}
.preview-proof p span {
  padding-inline: 5px;
}
.proof-footnote {
  font-size: 9px;
  color: var(--text-secondary);
  display: block;
  margin-top: auto;
  padding-top: 12px;
}
.folder-line,
.folder-children {
  font:
    12px/1.8 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
}
.folder-line > span,
.folder-children span {
  font-size: 19px;
  line-height: 1;
  vertical-align: -1px;
  padding-right: 4px;
}
.folder-children {
  border-left: 1px solid var(--border);
  margin: 10px 0 5px 9px;
  padding-left: 12px;
  display: grid;
  gap: 10px;
}
.repeat-proof {
  align-items: center;
  text-align: center;
}
.repeat-proof .proof-label {
  align-self: flex-start;
}
.check-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-wash);
  font-size: 20px;
  margin-bottom: 10px;
}
.repeat-proof strong {
  font-size: 18px;
  font-weight: 550;
}
.repeat-proof > span:not(.proof-label):not(.check-mark):not(.proof-footnote) {
  font-size: 11px;
  margin-top: 4px;
}
.demo-section {
  background: var(--demo-bg);
  padding-block: 80px;
}
.demo-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 36px;
}
.demo-heading > p {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}
.demo-video {
  max-width: 1000px;
  margin-inline: auto;
}
.demo-video .lite-video-player {
  border-radius: 10px;
  box-shadow: 0 12px 26px var(--shadow);
}
.demo-video .video-overlay-play {
  inset: 0 0 61px;
  background: #00000012;
}
.demo-video .video-overlay-play svg {
  width: 76px;
  height: 76px;
  background: #285e83ed;
  border-radius: 50%;
  padding: 25px;
}
.demo-video .lite-video-controls {
  min-height: 60px;
  padding: 8px 18px;
  gap: 14px;
}
.demo-video .video-time {
  display: block;
  min-width: 30px;
  font-size: 11px;
}
.demo-video .video-control {
  width: 44px;
  height: 44px;
}
.demo-video .lite-video-controls {
  grid-template-columns: 44px auto minmax(40px, 1fr) auto;
}
.demo-video .video-scrubber {
  min-height: 44px;
}
.demo-video .video-transcript {
  font-size: 12px;
  padding: 10px 0;
  border: 0;
  background: transparent;
}
.demo-video figcaption {
  font-size: 11px;
  margin: 2px 0 0;
  color: var(--text-secondary);
}
.gallery {
  border-top: 1px solid var(--border);
  margin-top: 48px;
  padding-top: 36px;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gallery-heading .eyebrow {
  margin-bottom: 10px;
}
.gallery-heading h3 {
  font-size: 27px;
  margin: 0;
}
.gallery-count {
  color: var(--success);
  font:
    12px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
}
.gallery-choices {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
  padding: 4px;
}
.gallery-choice {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: var(--bg-color);
  transition:
    border-color 0.15s,
    background-color 0.15s;
  min-width: 0;
}
.gallery-choice img {
  width: 100%;
  height: auto;
}
.gallery-choice > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  color: var(--text-secondary);
  font-size: 10px;
  padding-top: 9px;
}
.gallery-choice b {
  font:
    9px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
}
.gallery-choice:hover,
.gallery-choice[aria-current="true"] {
  border-color: var(--accent);
  background: var(--card-bg);
}
.gallery-choice[aria-current="true"] {
  box-shadow: 0 0 0 1px var(--accent);
}
.gallery-choice[aria-current="true"] > span {
  color: var(--accent);
  font-weight: 650;
}
.gallery-current {
  margin: 0;
  background: var(--bg-color);
  border-radius: 10px;
  padding: 26px;
}
.gallery-enlarge {
  display: block;
  position: relative;
  max-width: 850px;
  margin-inline: auto;
}
.enlarge-label {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 12px;
  color: #fff;
  background: #263c34ed;
  border-radius: 5px;
  font-size: 11px;
  box-shadow: 0 1px 8px #0002;
}
.gallery-current figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.gallery-current figcaption strong {
  font-size: 14px;
  font-weight: 600;
}
.gallery-current figcaption > span {
  font-size: 12px;
  color: var(--text-secondary);
  max-width: 470px;
}
.gallery-provenance {
  font-size: 10px;
  color: var(--text-secondary);
  margin: 12px 0 0;
}
.download-section {
  padding-block: 90px 0;
}
.download-panel {
  background: var(--stage-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.download-icon {
  margin-bottom: 24px;
}
.download-copy .eyebrow {
  margin-bottom: 14px;
}
.download-copy > p:last-child {
  color: var(--text-secondary);
  font-size: 14px;
  max-width: 340px;
  margin-top: 20px;
}
.download-details {
  padding-left: 46px;
  border-left: 1px solid var(--border);
}
.edition-label {
  font:
    10px ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
  letter-spacing: 1px;
  color: var(--success);
}
.download-price {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -1.7px;
  margin: 20px 0 28px;
}
.download-price span {
  display: block;
  font-size: 13px;
  color: var(--text-secondary);
  letter-spacing: 0;
  margin-top: 12px;
}
.download-details .action {
  width: 100%;
}
.download-details > p:not(.download-price) {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.8;
  margin: 16px 0 22px;
}
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 12px;
  min-height: 44px;
}
.inline-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.trust-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 20px;
}
.trust-line a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  min-height: 44px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  padding-block: 90px 96px;
}
.faq-section .inline-link {
  margin-top: 22px;
}
.faq-list details {
  border-top: 1px solid var(--border);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--border);
}
.faq-list summary {
  padding: 22px 32px 22px 0;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: var(--success);
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 22px;
}
.home-page .site-footer {
  border-top: 1px solid var(--border);
  padding: 30px 0 24px;
}
.home-page .footer-main {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-main .logo {
  font-size: 15px;
}
.footer-main > p {
  font-size: 11px;
  color: var(--text-secondary);
  margin: 0;
}
.footer-main .footer-links {
  margin-left: auto;
  gap: 20px;
  font-size: 11px;
}
.footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.home-page .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 10px;
  color: var(--text-secondary);
}
.footer-bottom .theme-switch {
  margin: 0;
}
.theme-btn {
  min-height: 36px;
  min-width: 36px;
}
.screenshot-dialog {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  width: min(1500px, 96vw);
  max-width: 96vw;
  max-height: 94dvh;
  color: var(--text-primary);
  background: var(--bg-color);
}
.screenshot-dialog::backdrop {
  background: #101d17c9;
}
.dialog-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.home-page .dialog-bar h2 {
  font-size: 16px;
  letter-spacing: -0.3px;
}
.dialog-bar button {
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text-primary);
  min-height: 44px;
  padding: 8px 14px;
  cursor: pointer;
}
.dialog-bar button span {
  margin-left: 12px;
}
.screenshot-dialog > img {
  max-height: calc(94dvh - 150px);
  width: 100%;
  object-fit: contain;
}
.screenshot-dialog > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 6px;
  margin-top: 12px;
  color: var(--accent);
  font-size: 12px;
}
html:has(.screenshot-dialog[open]) {
  overflow: hidden;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .benefit-card {
    padding: 20px;
  }
  .benefit-proof {
    padding: 16px 12px;
  }
  .benefit-card h3 {
    font-size: 26px;
  }
  .folder-line,
  .folder-children {
    font-size: 10px;
  }
  .gallery-choice > span {
    font-size: 9px;
  }
  .gallery-choice b {
    display: none;
  }
  .download-panel {
    gap: 32px;
    padding: 36px;
  }
  .download-details {
    padding-left: 30px;
  }
}
@media (max-width: 860px) {
  .site-header {
    flex-direction: row;
    align-items: center;
  }
  .home-page .nav-links {
    gap: 18px;
    width: auto;
  }
  .home-page .nav-links > a:first-child {
    display: none;
  }
  .home-page .nav-links > a {
    white-space: nowrap;
  }
  .demo-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .demo-heading .desktop-break {
    display: none;
  }
  .faq-section {
    gap: 40px;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-main > p {
    display: none;
  }
  .footer-main .footer-links {
    gap: 14px;
  }
  .nav-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 700px) {
  .container {
    padding-inline: 24px;
  }
  .site-header {
    min-height: 82px;
    padding: 16px 0;
    gap: 16px;
  }
  .logo {
    font-size: 17px;
  }
  .logo img {
    width: 30px;
    height: 30px;
  }
  .home-page .nav-links {
    gap: 16px;
    font-size: 12px;
  }
  .home-page .nav-links > a:nth-child(3) {
    display: none;
  }
  .nav-download svg {
    display: none;
  }
  .intro {
    padding-top: 46px;
  }
  .intro h1 {
    font-size: clamp(38px, 7.4vw, 52px);
    letter-spacing: -1.9px;
    line-height: 1.08;
  }
  .intro h1 em {
    letter-spacing: -1.8px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
  }
  .intro-copy {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .desktop-break {
    display: none;
  }
  .intro-actions {
    gap: 4px;
    margin-top: 24px;
  }
  .action {
    font-size: 13px;
  }
  .compatibility {
    font-size: 9px;
    margin-top: 10px;
  }
  .compatibility span {
    padding-inline: 4px;
  }
  .product-stage {
    margin-top: 28px;
    padding: 15px 12px 12px;
    border-radius: 9px;
  }
  .stage-label {
    font-size: 8px;
    letter-spacing: 0.5px;
    justify-content: center;
    margin-bottom: 14px;
  }
  .stage-route {
    display: none;
  }
  .stage-note {
    font-size: 9px;
    margin-top: 13px;
  }
  .format-line {
    gap: 12px 20px;
    padding-block: 22px;
    font-size: 8px;
  }
  .format-line span:first-child {
    flex-basis: 100%;
    margin: 0;
    font-size: 11px;
  }
  .benefits {
    padding-block: 62px;
  }
  .home-page h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .benefit-card {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .benefit-number {
    grid-column: 1 / -1;
  }
  .benefit-card h3 {
    grid-column: 1;
    font-size: 25px;
    margin-top: 20px;
  }
  .benefit-card > p {
    grid-column: 1;
    font-size: 12px;
    margin: 0;
  }
  .benefit-proof {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: stretch;
    padding: 14px 12px;
    margin-top: 20px;
    min-height: 190px;
  }
  .proof-label {
    font-size: 9px;
  }
  .folder-line,
  .folder-children {
    font-size: 10px;
  }
  .folder-children {
    padding-left: 8px;
    margin-left: 4px;
  }
  .proof-footnote {
    font-size: 8px;
  }
  .preview-proof strong {
    font-size: 23px;
  }
  .preview-proof p {
    font-size: 9px;
  }
  .repeat-proof strong {
    font-size: 16px;
  }
  .repeat-proof > span:not(.proof-label):not(.check-mark):not(.proof-footnote) {
    font-size: 9px;
  }
  .demo-section {
    padding-block: 58px;
  }
  .demo-heading {
    margin-bottom: 26px;
  }
  .demo-heading > p {
    font-size: 14px;
  }
  .demo-video .video-overlay-play svg {
    width: 54px;
    height: 54px;
    padding: 17px;
  }
  .demo-video .lite-video-controls {
    padding-inline: 8px;
    gap: 7px;
  }
  .demo-video .video-transcript {
    font-size: 11px;
  }
  .demo-video figcaption {
    font-size: 10px;
    line-height: 1.7;
  }
  .gallery {
    margin-top: 30px;
    padding-top: 28px;
  }
  .gallery-heading h3 {
    font-size: 25px;
  }
  .gallery-choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 20px 0 16px;
    padding: 3px;
  }
  .gallery-choice {
    padding: 5px;
  }
  .gallery-choice > span {
    font-size: 10px;
  }
  .gallery-choice b {
    display: none;
  }
  .gallery-current {
    padding: 12px;
  }
  .gallery-current figcaption {
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
  }
  .gallery-current figcaption strong {
    font-size: 13px;
  }
  .gallery-current figcaption > span {
    font-size: 11px;
  }
  .enlarge-label {
    font-size: 9px;
    right: 6px;
    bottom: 6px;
    padding: 5px 8px;
  }
  .gallery-provenance {
    font-size: 9px;
  }
  .download-section {
    padding-top: 60px;
  }
  .download-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }
  .download-copy h2 br {
    display: none;
  }
  .download-copy > p:last-child {
    max-width: none;
  }
  .download-details {
    border-left: 0;
    border-top: 1px solid var(--border);
    padding: 26px 0 0;
  }
  .download-price {
    font-size: 40px;
    margin-block: 16px 24px;
  }
  .download-icon {
    width: 50px;
    height: 50px;
  }
  .trust-line {
    font-size: 10px;
    gap: 0;
    text-align: center;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-block: 60px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section .inline-link {
    margin-top: 12px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 20px;
  }
  .faq-list p {
    font-size: 13px;
  }
  .home-page .footer-main {
    gap: 12px;
  }
  .footer-main .footer-links {
    flex-basis: 100%;
    margin-left: 0;
    gap: 20px;
    font-size: 10px;
  }
  .home-page .footer-bottom {
    margin-top: 12px;
  }
  .screenshot-dialog {
    padding: 12px;
  }
  .home-page .dialog-bar h2 {
    font-size: 13px;
  }
  .dialog-bar {
    gap: 12px;
  }
  .dialog-bar button {
    flex-shrink: 0;
  }
  body:not(.home-page) .site-header {
    flex-wrap: wrap;
  }
  body:not(.home-page) .nav-wrapper {
    justify-content: flex-start;
    gap: 12px;
  }
  body:not(.home-page) .nav-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 20px;
  }
}
@media (max-width: 420px) {
  .benefit-card {
    padding: 22px;
    display: flex;
  }
  .benefit-card h3 br {
    display: none;
  }
  .benefit-card h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .benefit-card > p {
    font-size: 13px;
  }
  .benefit-proof {
    min-height: 0;
    padding: 18px;
    margin-top: 24px;
  }
  .folder-line,
  .folder-children {
    font-size: 12px;
  }
  .proof-footnote {
    font-size: 9px;
  }
  .preview-proof p {
    font-size: 11px;
  }
  .repeat-proof > span:not(.proof-label):not(.check-mark):not(.proof-footnote) {
    font-size: 11px;
  }
  .intro-actions {
    flex-direction: column;
  }
  .intro-actions .action-primary {
    width: 100%;
  }
  .home-page .nav-links {
    gap: 12px;
  }
  .home-page .nav-links > a:nth-child(2) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Keep supporting copy readable on narrow screens. */
@media (max-width: 700px) {
  .compatibility,
  .gallery-provenance,
  .demo-video figcaption,
  .proof-footnote {
    font-size: 11px;
  }
  .stage-note,
  .gallery-choice > span,
  .download-details > p:not(.download-price),
  .trust-line {
    font-size: 11px;
  }
  .gallery-current figcaption > span {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .gallery-choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
