:root {
  color-scheme: light;
  --bg: #ffffff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --border: #e2e2e7;
  --surface: rgba(245, 245, 247, 0.82);
  --parchment: #f7f7f9;
  --accent: #0066cc;
  --accent-hover: #0071e3;
  --black: #000000;
  --tile-dark: #272729;
  --product-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  --content-width: 980px;
  --wide-width: 1260px;
  --header-height: 52px;
  --intro-min-height: 660px;
  --intro-media-gap: 42px;
  --intro-bottom-gap: 30px;
  --macbook-max-width: 1120px;
  --macbook-desktop-side-gap: 48px;
  --macbook-desktop-height-cap: 104svh;
  --macbook-tablet-side-gap: 64px;
  --macbook-mobile-max-width: 620px;
  --macbook-bottom-margin: 20px;
  --macbook-bottom-width-offset: 33px;
  --feature-mobile-panel-width: 66.5vh;
  --feature-small-panel-width: 59.5vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Apple SD Gothic Neo", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.47;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  padding: 10px 12px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-height);
  border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  background: var(--surface);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-header-inner {
  width: min(var(--content-width), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-link,
.header-link,
.github-link,
.header-download-button,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.brand-link img,
.footer-brand img {
  border-radius: 8px;
}

.brand-link {
  min-width: 0;
  font-size: 21px;
  line-height: 1;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.header-link,
.github-link {
  color: var(--text);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition: color 180ms ease;
}

.header-link:hover,
.github-link:hover {
  color: var(--accent);
}

.header-download-button {
  min-height: 32px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.header-download-button:hover {
  background: var(--accent-hover);
}

.header-download-button:active {
  transform: scale(0.95);
}

.intro-screen {
  height: calc(100svh - var(--header-height));
  min-height: var(--intro-min-height);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}

.hero {
  min-height: auto;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: clamp(46px, calc(7vh - 10px), 74px) 20px 0;
  text-align: center;
}

.hero-copy {
  width: min(var(--content-width), 100%);
}

.hero h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.07;
  letter-spacing: 0;
  font-weight: 600;
  text-wrap: balance;
  word-break: keep-all;
}

.hero-highlight {
  color: var(--accent);
}

.hero p,
.section-heading p,
.site-footer p {
  color: var(--muted);
}

.hero p {
  margin: 24px auto 0;
  max-width: 700px;
  font-size: 21px;
  line-height: 1.38;
  word-break: keep-all;
}

.demo-section {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vh, 52px) 20px var(--intro-bottom-gap);
  background: #ffffff;
  color: var(--text);
}

.macbook-reveal {
  width: 100%;
}

.macbook-showcase {
  position: relative;
  width: min(
    calc(var(--macbook-max-width) - var(--macbook-bottom-width-offset)),
    calc(100% - var(--macbook-desktop-side-gap) - var(--macbook-bottom-width-offset)),
    calc(var(--macbook-desktop-height-cap) - var(--macbook-bottom-width-offset))
  );
  margin: 0 auto var(--macbook-bottom-margin);
  isolation: isolate;
}

.macbook-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.macbook-screen {
  position: absolute;
  left: 10.35%;
  top: 3.15%;
  z-index: 2;
  width: 79.25%;
  aspect-ratio: 1512 / 982;
  overflow: hidden;
  border-radius: clamp(7px, 0.72vw, 11px) clamp(7px, 0.72vw, 11px)
    clamp(2px, 0.24vw, 4px) clamp(2px, 0.24vw, 4px);
  background: var(--black);
}

.macbook-screen video {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  display: block;
}

.macbook-notch {
  content: "";
  position: absolute;
  left: 50%;
  top: 3.15%;
  z-index: 3;
  width: 8.8%;
  height: 3.1%;
  border-radius: 0 0 clamp(9px, 0.95vw, 14px) clamp(9px, 0.95vw, 14px);
  background: #020203;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
  pointer-events: none;
}

.reveal-ready [data-reveal-item] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready [data-reveal-group].is-revealed [data-reveal-item] {
  opacity: 1;
  transform: translateY(0);
}

.app-intro-section {
  height: calc(100svh - var(--header-height));
  min-height: var(--intro-min-height);
  display: flex;
  align-items: flex-start;
  padding: clamp(46px, 5.8vh, 64px) 20px clamp(24px, 3vh, 40px);
  background: #ffffff;
  overflow: hidden;
}

.app-intro-inner {
  width: min(var(--wide-width), 100%);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: clamp(30px, 3.2vh, 38px);
}

.app-intro-copy {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.app-intro-lead {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.28;
  word-break: keep-all;
}

.app-intro-media {
  width: fit-content;
  max-width: min(1180px, 100%);
  margin: 0 auto;
  align-self: start;
}

.app-intro-shot {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  border-radius: 10px;
  background: #050505;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.app-intro-shot img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(56svh, 650px);
  height: auto;
}

.app-intro-capabilities {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3.2vw, 42px);
}

.app-intro-capabilities li {
  border-top: 1px solid rgba(29, 29, 31, 0.16);
  padding-top: 12px;
}

.app-intro-capabilities strong,
.app-intro-capabilities span {
  display: block;
}

.app-intro-capabilities strong {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.app-intro-capabilities span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
  word-break: keep-all;
}

.features-section {
  width: 100%;
  padding: clamp(80px, 10vh, 112px) 20px clamp(96px, 13vh, 144px);
  background: var(--parchment);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.faq-section h2,
.app-intro-copy h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 600;
}

.features-sticky > .section-heading {
  justify-self: center;
  max-width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.features-sticky > .section-heading p {
  margin: 12px auto 0;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.28;
}

.feature-mobile-break {
  display: none;
}

.features-sticky {
  width: min(var(--wide-width), 100%);
  margin: 0 auto;
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.82fr);
  align-items: start;
  gap: clamp(32px, 5vw, 72px);
  margin-top: clamp(44px, 6vh, 72px);
}

.feature-visual {
  margin: 0;
  min-width: 0;
}

.feature-video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #151820;
  box-shadow: var(--product-shadow);
  isolation: isolate;
}

.feature-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  pointer-events: none;
}

.feature-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.004);
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.feature-video.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.feature-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.feature-step {
  position: relative;
  display: grid;
  width: 100%;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.075);
  border-radius: 8px;
  background: rgba(245, 245, 247, 0.64);
  color: inherit;
  cursor: pointer;
  font: inherit;
  opacity: 0.58;
  padding: 20px 22px 20px 24px;
  text-align: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.feature-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transform: scaleY(0.55);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.feature-step:hover,
.feature-step:focus-visible,
.feature-step.is-active {
  opacity: 1;
  transform: translateX(4px);
}

.feature-step.is-active {
  border-color: rgba(0, 113, 227, 0.22);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(29, 29, 31, 0.08);
}

.feature-step.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}

.feature-step-title,
.feature-step-description {
  display: block;
}

.feature-step-title {
  font-size: 21px;
  line-height: 1.24;
  font-weight: 650;
  color: var(--text);
  word-break: keep-all;
}

.feature-step-description {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  word-break: keep-all;
}

.feature-highlight {
  position: relative;
  z-index: 0;
  color: var(--muted);
  transition: color 180ms ease;
}

.feature-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  z-index: -1;
  height: 0.34em;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.14);
  transform: scaleX(0);
  transform-origin: left center;
}

.feature-step:hover .feature-highlight,
.feature-step:focus-visible .feature-highlight,
.feature-step.is-active .feature-highlight {
  color: var(--accent);
}

.feature-step.is-active .feature-highlight::after {
  transform: scaleX(1);
}

.feature-step.is-highlight-animating .feature-highlight::after {
  animation: highlight-sweep 460ms ease both;
}

@keyframes highlight-sweep {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.faq-section {
  width: 100%;
  padding: 80px 20px 56px;
  background: #ffffff;
}

.faq-section > .section-heading {
  max-width: min(760px, 100%);
  width: min(760px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.faq-list {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 28px auto 0;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  transition: border-color 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(0, 102, 204, 0.45);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 16px 18px;
  font-weight: 600;
}

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

.faq-list summary::after {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: var(--text);
  background:
    linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 12px no-repeat;
}

.faq-list details[open] summary::after {
  background: linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.faq-list a,
.faq-credit a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.faq-list a:hover,
.faq-credit a:hover {
  text-decoration: underline;
}

.faq-list code,
.faq-credit code {
  font: inherit;
  font-weight: 600;
}

.faq-credit {
  width: min(760px, 100%);
  margin: 24px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #f7f8fa;
  color: var(--muted);
  line-height: 1.65;
  text-align: center;
}

.updates-page {
  width: 100%;
  background: #ffffff;
}

.release-version-notice {
  width: 100%;
  border-bottom: 1px solid rgba(174, 127, 0, 0.18);
  background: #fff8e5;
}

.release-version-notice-inner {
  display: flex;
  width: min(var(--content-width), calc(100% - 40px));
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 14px 0;
}

.release-version-notice p {
  min-width: 0;
  margin: 0;
  color: #5a4211;
  font-size: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.release-version-notice strong {
  color: #2f260d;
  font-weight: 700;
}

.release-version-notice-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.notice-primary-link,
.notice-secondary-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.notice-primary-link {
  background: var(--text);
  color: #ffffff;
}

.notice-primary-link:hover {
  background: #3a3a40;
}

.notice-secondary-link {
  border: 1px solid rgba(90, 66, 17, 0.28);
  color: #4c380f;
}

.notice-secondary-link:hover {
  border-color: rgba(90, 66, 17, 0.48);
  color: #2f260d;
}

.updates-hero {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 94px 0 42px;
  text-align: center;
}

.updates-hero h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 650;
  word-break: keep-all;
}

.updates-hero p {
  width: min(720px, 100%);
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
  word-break: keep-all;
}

.updates-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-action-button,
.page-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.page-action-button {
  background: var(--accent);
  color: #ffffff;
}

.page-action-button:hover {
  background: var(--accent-hover);
}

.page-secondary-link {
  border: 1px solid var(--border);
  color: var(--text);
}

.page-secondary-link:hover {
  border-color: rgba(0, 102, 204, 0.44);
  color: var(--accent);
}

.updates-content {
  width: min(880px, calc(100% - 40px));
  min-width: 0;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.updates-section {
  min-width: 0;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}

.updates-section h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: 0;
}

.updates-section p,
.updates-section li {
  color: var(--muted);
  line-height: 1.65;
}

.updates-section p {
  margin: 12px 0 0;
}

.updates-section ul {
  margin: 14px 0 0;
  padding-left: 1.15em;
}

.updates-section a {
  color: var(--accent);
  font-weight: 600;
}

.updates-section a:hover {
  text-decoration: underline;
}

.updates-section code {
  font: inherit;
  font-weight: 600;
}

.updates-inline-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.updates-inline-list article {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
}

.updates-inline-list h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
}

.updates-inline-list p {
  margin-top: 8px;
}

.code-panel {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 14px;
  overflow-x: auto;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #f7f8fa;
  padding: 14px 16px;
  color: var(--text);
  font: 600 14px/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.code-panel code {
  display: block;
  width: max-content;
  min-width: 100%;
  white-space: inherit;
  overflow-wrap: normal;
  word-break: normal;
}

.release-note-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.release-note-list a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px 18px;
  color: var(--text);
  font-weight: 600;
}

.release-note-list span {
  color: var(--muted);
  font-weight: 500;
}

.release-note-list a:hover {
  border-color: rgba(0, 102, 204, 0.44);
  color: var(--accent);
  text-decoration: none;
}

.site-footer {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(0, max-content) minmax(160px, 1fr);
  align-items: center;
  column-gap: 34px;
  margin-top: 0;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  padding: 30px max(32px, calc((100% - var(--wide-width)) / 2));
  background: var(--parchment);
}

.updates-page + .site-footer {
  margin-top: 56px;
}

.site-footer .footer-brand {
  justify-self: start;
  white-space: nowrap;
}

.site-footer p {
  width: max-content;
  max-width: none;
  margin: 0;
  justify-self: center;
  text-align: center;
  line-height: 1.55;
  word-break: keep-all;
}

.site-footer nav {
  display: inline-flex;
  justify-self: end;
  gap: 18px;
  color: var(--muted);
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid rgba(0, 113, 227, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: max-content minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 24px;
    padding-inline: 28px;
  }

  .site-footer nav {
    grid-column: auto;
    justify-self: end;
  }

  .site-footer p {
    width: 100%;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .updates-hero {
    padding-top: 72px;
  }

  .intro-screen {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .demo-section {
    display: block;
    padding-top: var(--intro-media-gap);
    padding-bottom: var(--intro-bottom-gap);
  }

  .macbook-showcase {
    width: min(
      calc(var(--macbook-max-width) - var(--macbook-bottom-width-offset)),
      calc(100vw - var(--macbook-tablet-side-gap) - var(--macbook-bottom-width-offset))
    );
  }

  .app-intro-section {
    height: auto;
    min-height: auto;
    overflow: visible;
    padding-top: 46px;
    padding-bottom: 58px;
  }

  .app-intro-inner {
    height: auto;
    grid-template-rows: none;
  }

  .app-intro-media {
    width: min(860px, 100%);
    max-width: 100%;
    margin: 0 auto;
  }

  .app-intro-shot {
    width: 100%;
  }

  .app-intro-shot img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 820px) {
  .site-header-inner {
    width: min(100% - 32px, var(--content-width));
  }

  .hero {
    padding-top: clamp(44px, 6vh, 64px);
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero p {
    font-size: 18px;
  }

  .updates-hero p {
    font-size: 18px;
  }

  .release-version-notice-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .release-version-notice-actions {
    width: 100%;
  }

  .release-note-list a {
    flex-direction: column;
    gap: 6px;
  }

  .section-heading h2,
  .faq-section h2,
  .app-intro-copy h2 {
    font-size: 38px;
  }

  .app-intro-lead {
    font-size: 20px;
  }

  .features-sticky > .section-heading p {
    font-size: 20px;
  }

  .app-intro-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 100%);
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 16px;
  }

  .site-footer nav {
    grid-column: 1;
    justify-self: start;
  }

  .features-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .feature-step,
  .feature-step:hover,
  .feature-step:focus-visible,
  .feature-step.is-active {
    transform: none;
  }

  .feature-step {
    padding: 16px 17px;
  }

  .feature-step-title {
    font-size: 18px;
  }

  .feature-step-description {
    font-size: 14px;
    line-height: 1.48;
  }

  .feature-mobile-break {
    display: block;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 520px) {
  .site-header-inner {
    width: min(100% - 24px, var(--content-width));
  }

  .brand-link span {
    font-size: 17px;
  }

  .header-actions {
    gap: 12px;
  }

  .header-link,
  .github-link {
    font-size: 13px;
  }

  .header-download-button {
    min-height: 30px;
    padding: 0 12px;
    font-size: 13px;
  }

  .release-version-notice-inner {
    width: min(100% - 24px, var(--content-width));
  }

  .release-version-notice p {
    font-size: 14px;
  }

  .notice-primary-link,
  .notice-secondary-link {
    flex: 1 1 150px;
  }

  .intro-screen {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .hero p {
    font-size: 16px;
  }

  .demo-section,
  .app-intro-section,
  .features-section,
  .faq-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .features-section,
  .faq-section {
    padding-top: 72px;
  }

  .app-intro-section {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  .app-intro-inner {
    gap: 18px;
  }

  .app-intro-lead {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.32;
  }

  .app-intro-shot {
    border-radius: 6px;
  }

  .app-intro-capabilities {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .demo-section {
    display: block;
    padding-top: var(--intro-media-gap);
    padding-bottom: var(--intro-bottom-gap);
  }

  .macbook-showcase {
    width: min(
      calc(100% - var(--macbook-bottom-width-offset)),
      calc(var(--macbook-mobile-max-width) - var(--macbook-bottom-width-offset))
    );
    margin-inline: auto;
    margin-bottom: var(--macbook-bottom-margin);
  }

  .features-section {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .features-sticky {
    padding-top: 0;
  }

  .section-heading h2,
  .faq-section h2,
  .app-intro-copy h2 {
    font-size: 32px;
  }

  .features-sticky > .section-heading p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.42;
  }

  .feature-showcase {
    gap: 18px;
    margin-top: 30px;
  }

  .feature-video-shell {
    border-radius: 12px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-step {
    padding: 14px 15px;
  }

  .feature-step-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .feature-step-description {
    font-size: 12px;
    line-height: 1.42;
  }

  .reveal-ready [data-reveal-item] {
    transform: translateY(18px);
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

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

  .reveal-ready [data-reveal-item] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .feature-step.is-highlight-animating .feature-highlight::after {
    animation: none;
    transform: scaleX(1);
  }
}
