:root {
  color-scheme: light;
  --ink: #07141d;
  --ink-soft: #34434c;
  --navy: #071520;
  --navy-raised: #102330;
  --paper: #f5e6df;
  --paper-light: #fff8f3;
  --coral: #ff321b;
  --coral-deep: #e92716;
  --cyan: #16dfe0;
  --blue: #0a64ff;
  --yellow: #ffd727;
  --line-dark: rgba(7, 20, 29, 0.15);
  --line-light: rgba(255, 255, 255, 0.15);
  --max: 1200px;
  --radius-lg: 36px;
  --radius-md: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line-light);
  background: var(--navy);
  color: var(--paper-light);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 720;
}

.nav-links > a:not(.nav-cta) {
  color: rgba(255, 248, 243, 0.72);
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links > a:not(.nav-cta):hover,
.nav-links > a:not(.nav-cta):focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
}

.nav-cta {
  border-radius: 999px;
  padding: 10px 17px;
  background: var(--paper-light);
  color: var(--ink);
  text-decoration: none;
}

.hero {
  overflow: hidden;
  min-height: 780px;
  background: var(--navy);
  color: var(--paper-light);
}

.hero-inner {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 7vw, 98px);
  padding-block: 72px 84px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 34px;
}

.eyebrow span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 248, 243, 0.8);
  font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(62px, 7.2vw, 108px);
  font-weight: 880;
  line-height: 0.88;
  letter-spacing: -0.072em;
}

h1 em {
  color: var(--coral);
  font-style: normal;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 36px;
  color: rgba(255, 248, 243, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 820;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 14px 38px rgba(255, 50, 27, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff4b36;
}

.launch-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 248, 243, 0.6);
  font: 650 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.launch-note i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(22, 223, 224, 0.72);
}

.hero-art {
  position: relative;
  align-self: center;
  width: min(760px, 56vw);
}

.hero-product-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
}

.proof-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--coral);
  color: #fff;
}

.proof-row {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 24px;
}

.proof-row span {
  font: 720 12px/1.25 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

.proof-row span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.section {
  padding-block: clamp(88px, 10vw, 150px);
}

.section-heading {
  margin-bottom: 54px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(40px, 8vw, 120px);
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--coral-deep);
  font: 760 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2,
.gallery-header h2,
.privacy-copy h2,
.closing-inner h2,
.page-intro h1 {
  margin-bottom: 0;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 860;
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.section-heading h2 span,
.privacy-copy h2 span {
  color: var(--coral);
}

.split-heading > p {
  max-width: 420px;
  margin-bottom: 2px;
  color: var(--ink-soft);
  font-size: 18px;
}

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

.feature-card {
  --card-pad: clamp(28px, 4vw, 50px);
  position: relative;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: var(--card-pad);
  background: var(--paper-light);
}

.feature-card-large {
  min-height: 620px;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 50px;
  background: #ffece4;
}

.feature-copy {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.feature-number {
  display: inline-block;
  margin-bottom: 80px;
  color: var(--coral);
  font: 760 13px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.feature-label {
  margin-bottom: 13px;
  color: var(--coral-deep);
  font: 760 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.2vw, 57px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.feature-card p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.feature-card img {
  width: calc(100% + (var(--card-pad) * 2));
  max-width: none;
  margin: auto calc(var(--card-pad) * -1) calc(var(--card-pad) * -1);
  border-radius: 0;
  box-shadow: 0 -18px 50px rgba(7, 20, 29, 0.12);
}

.feature-card-large img {
  width: 100%;
  max-width: 650px;
  margin: 0;
  justify-self: center;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(7, 20, 29, 0.18);
}

.feature-card-dark {
  background: var(--navy);
  color: var(--paper-light);
}

.feature-card-dark .feature-label,
.feature-card-dark .feature-number {
  color: var(--cyan);
}

.feature-card-dark p:last-child {
  color: rgba(255, 248, 243, 0.66);
}

.feature-card-coral {
  background: var(--coral);
  color: #fff;
}

.feature-card-coral .feature-label,
.feature-card-coral .feature-number,
.feature-card-coral p:last-child {
  color: #fff;
}

.gallery-section {
  overflow: hidden;
  padding-block: clamp(88px, 10vw, 142px);
  background: var(--navy);
  color: var(--paper-light);
}

.gallery-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 52px;
}

.gallery-header .section-kicker {
  color: var(--cyan);
}

.gallery-controls {
  display: flex;
  gap: 8px;
}

.gallery-controls button {
  min-height: 42px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  padding: 0 16px;
  background: transparent;
  color: var(--paper-light);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
}

.gallery-controls button:hover,
.gallery-controls button:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.screenshot-track {
  display: grid;
  grid-auto-columns: min(330px, 72vw);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2)) 34px;
  scroll-padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.screenshot-card {
  margin: 0;
  scroll-snap-align: start;
}

.screenshot-card img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.32);
}

.screenshot-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 17px;
  padding-inline: 3px;
  font-size: 14px;
}

.screenshot-card figcaption span {
  color: rgba(255, 248, 243, 0.5);
  font: 500 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-align: right;
}

.privacy-section {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(48px, 10vw, 150px);
  padding-block: clamp(90px, 11vw, 150px);
}

.privacy-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 30px 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.privacy-section > img {
  width: min(100%, 620px);
  justify-self: center;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(7, 20, 29, 0.2);
}

.text-link {
  display: inline-block;
  border-bottom: 2px solid var(--coral);
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.closing-cta {
  padding-block: 62px;
  background: var(--coral);
  color: #fff;
}

.closing-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 46px);
}

.closing-inner > img {
  width: 104px;
  height: 104px;
  border-radius: 27px;
  box-shadow: 0 20px 38px rgba(104, 16, 7, 0.26);
}

.closing-inner .section-kicker {
  margin-bottom: 9px;
  color: #fff;
}

.closing-inner h2 {
  font-size: clamp(34px, 4.8vw, 60px);
}

.button-light {
  background: var(--paper-light);
  color: var(--ink);
}

.site-footer {
  border-top: 1px solid var(--line-light);
  padding-block: 34px;
  background: var(--navy);
  color: rgba(255, 248, 243, 0.62);
}

.footer-row,
.footer-links {
  display: flex;
  align-items: center;
}

.footer-row {
  justify-content: space-between;
  gap: 30px;
  font-size: 12px;
}

.footer-brand {
  color: var(--paper-light);
  font-size: 17px;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.footer-links {
  gap: 22px;
}

.footer-links a {
  text-decoration: none;
}

/* Legal, support, and error pages */
.legal-page {
  min-height: 70vh;
  padding-block: 84px 120px;
}

.page-intro {
  max-width: 820px;
  margin-bottom: 62px;
}

.page-intro h1 {
  margin-bottom: 22px;
}

.page-intro > p {
  color: var(--ink-soft);
  font-size: 18px;
}

.updated {
  color: var(--coral-deep);
  font: 760 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line-dark);
}

.legal-content h2 {
  margin-bottom: 15px;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.legal-content p,
.legal-content li {
  color: var(--ink-soft);
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content strong {
  color: var(--ink);
}

.notice {
  border: 1px solid rgba(255, 50, 27, 0.28);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 50, 27, 0.06);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.card {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-md);
  padding: 28px;
  background: var(--paper-light);
}

.card-code {
  display: block;
  margin-bottom: 26px;
  color: var(--coral-deep);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 700;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.support-grid .card {
  min-height: 0;
}

.support-grid ol {
  margin-bottom: 0;
  padding-left: 20px;
}

.error-page {
  min-height: calc(100vh - 154px);
  display: grid;
  place-items: center;
  text-align: center;
}

.error-page h1 {
  margin-bottom: 16px;
}

@media (max-width: 920px) {
  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 76px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-art {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .feature-card-large {
    grid-template-columns: 1fr 0.85fr;
  }

  .privacy-section {
    gap: 50px;
  }

  .closing-inner {
    grid-template-columns: auto 1fr;
  }

  .closing-inner .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(calc(100% - 30px), var(--max));
  }

  .nav {
    min-height: 72px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 9px 14px;
    font-size: 13px;
  }

  .hero-inner {
    gap: 28px;
    padding-block: 58px 36px;
  }

  h1 {
    font-size: clamp(52px, 15vw, 76px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art {
    width: 100%;
  }

  .hero-product-image {
    border-radius: 24px;
  }

  .proof-row {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 18px;
    gap: 15px 8px;
  }

  .proof-row span + span {
    border-left: 0;
  }

  .section {
    padding-block: 78px;
  }

  .section-heading h2,
  .gallery-header h2,
  .privacy-copy h2,
  .page-intro h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .feature-showcase {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card-large {
    min-height: 0;
    display: flex;
    flex-direction: column;
    grid-column: auto;
    gap: 28px;
    padding: 30px;
    padding-bottom: 0;
  }

  .feature-number {
    margin-bottom: 42px;
  }

  .feature-card h3 {
    font-size: 38px;
  }

  .feature-card img,
  .feature-card-large img {
    width: calc(100% + 60px);
    max-width: none;
    margin: 0 -30px;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .gallery-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 38px;
  }

  .screenshot-track {
    grid-auto-columns: min(78vw, 320px);
    gap: 14px;
    padding-inline: 15px;
    scroll-padding-inline: 15px;
  }

  .privacy-section {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .privacy-section > img {
    width: min(88%, 390px);
  }

  .closing-inner {
    grid-template-columns: 1fr;
  }

  .closing-inner > img {
    width: 82px;
    height: 82px;
    border-radius: 22px;
  }

  .closing-inner .button {
    grid-column: auto;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

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

  .button,
  .nav-cta {
    transition: none;
  }
}
