:root {
  color-scheme: light;
  --paper: #f7f1e7;
  --paper-strong: #fffaf1;
  --ink: #24302d;
  --ink-strong: #111917;
  --muted: #65716d;
  --line: rgba(42, 54, 50, 0.16);
  --line-strong: rgba(42, 54, 50, 0.28);
  --mint: #79b9a8;
  --mint-dark: #315f55;
  --sage: #dcebe4;
  --coral: #dc765f;
  --gold: #d99f45;
  --night: #17231f;
  --shadow: rgba(26, 35, 32, 0.22);
  --max: 1180px;
  --gutter: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #eef7f3 0, var(--paper) 740px),
    var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Hiragino Sans", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.58;
}

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

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

h1,
h2,
h3,
p,
li,
a {
  overflow-wrap: anywhere;
}

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, calc(var(--max) + var(--gutter) + var(--gutter)));
  margin: 0 auto;
  padding: 22px var(--gutter);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-strong);
  font-size: 1rem;
  font-weight: 800;
}

.brand img {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(36, 48, 45, 0.14);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.secondary-link {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-links a:hover,
.secondary-link:hover {
  color: var(--mint-dark);
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  padding: 136px var(--gutter) 78px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 241, 231, 0.98) 0%, rgba(247, 241, 231, 0.86) 34%, rgba(247, 241, 231, 0.36) 58%, rgba(247, 241, 231, 0.08) 100%),
    linear-gradient(180deg, rgba(220, 235, 228, 0.1), rgba(247, 241, 231, 0.48));
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 26%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 241, 231, 0), var(--paper));
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(620px, 100%);
  min-width: 0;
  margin-top: 9vh;
  margin-right: auto;
  margin-left: max(var(--gutter), calc((100vw - var(--max)) / 2));
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--mint-dark);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 5.4rem;
  line-height: 0.95;
  font-weight: 760;
}

.hero-subhead {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--ink-strong);
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 850;
}

.hero-body {
  max-width: 550px;
  margin: 18px 0 0;
  color: #475651;
  font-size: 1.05rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.app-store-badge,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
}

.app-store-badge {
  width: 163px;
  height: 60px;
}

.app-store-badge img {
  width: 100%;
  height: auto;
}

.secondary-link {
  min-height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.5);
}

.app-store-badge:focus-visible,
.secondary-link:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible,
.hero-hint:focus-visible {
  outline: 3px solid rgba(220, 118, 95, 0.68);
  outline-offset: 4px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-chips li {
  border: 1px solid rgba(49, 95, 85, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--mint-dark);
  background: rgba(255, 250, 241, 0.62);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-hint {
  position: absolute;
  right: var(--gutter);
  bottom: 26px;
  z-index: 6;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.section {
  width: min(100%, calc(var(--max) + var(--gutter) + var(--gutter)));
  margin: 0 auto;
  padding: 96px var(--gutter);
}

.section-copy {
  max-width: 790px;
}

.section h2,
.download-band h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 2.55rem;
  line-height: 1.1;
}

.section-copy > p:not(.section-kicker),
.download-band p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 600;
}

.feature-grid,
.step-grid {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.step-card,
.screen-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 250, 241, 0.66);
}

.feature-card:nth-child(2n) {
  background: rgba(220, 235, 228, 0.62);
}

.feature-card:nth-child(3n) {
  background: rgba(255, 245, 224, 0.68);
}

.feature-card h3,
.step-card h3,
.screen-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.04rem;
}

.feature-card p,
.step-card p,
.screen-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.workflow-section {
  width: 100%;
  max-width: none;
  border-top: 1px solid rgba(42, 54, 50, 0.08);
  border-bottom: 1px solid rgba(42, 54, 50, 0.08);
  background: var(--night);
}

.workflow-section > * {
  width: min(100%, calc(var(--max) + var(--gutter) + var(--gutter)));
  margin-right: auto;
  margin-left: auto;
}

.workflow-section .section-copy,
.workflow-section .step-grid {
  padding-right: var(--gutter);
  padding-left: var(--gutter);
}

.workflow-section .section-kicker {
  color: #96d8c7;
}

.workflow-section h2,
.workflow-section h3 {
  color: #fffaf1;
}

.workflow-section .step-card {
  border-color: rgba(255, 250, 241, 0.14);
  background: rgba(255, 250, 241, 0.06);
}

.workflow-section .step-card p {
  color: #c7d6d0;
}

.step-number {
  color: var(--gold) !important;
  font-weight: 900 !important;
}

.screen-section {
  overflow: hidden;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.screen-card {
  padding: 16px;
  background: rgba(255, 250, 241, 0.76);
}

.screen-frame {
  overflow: hidden;
  border: 1px solid rgba(36, 48, 45, 0.18);
  background: var(--night);
  box-shadow: 0 22px 52px rgba(26, 35, 32, 0.16);
}

.phone-frame {
  border-radius: 28px;
}

.screen-frame img {
  width: 100%;
  height: auto;
}

.screen-card-copy {
  padding: 18px 4px 2px;
}

.device-label {
  display: inline-flex;
  margin: 0 0 10px !important;
  border: 1px solid rgba(220, 118, 95, 0.32);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--coral) !important;
  background: rgba(220, 118, 95, 0.08);
  font-size: 0.76rem !important;
  font-weight: 900 !important;
}

.ipad-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.ipad-strip figure {
  min-width: 0;
  margin: 0;
}

.ipad-strip img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(36, 48, 45, 0.18);
  border-radius: 8px;
  background: var(--night);
  box-shadow: 0 18px 44px rgba(26, 35, 32, 0.12);
}

.ipad-strip figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 44px;
  align-items: start;
  border-top: 1px solid rgba(42, 54, 50, 0.08);
}

.privacy-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  border-left: 3px solid var(--mint);
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(220, 235, 228, 0.76);
  font-weight: 800;
}

.download-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: min(100%, calc(var(--max) + var(--gutter) + var(--gutter)));
  margin: 0 auto 34px;
  border-radius: 8px;
  padding: 44px var(--gutter);
  color: #fffaf1;
  background:
    linear-gradient(135deg, rgba(49, 95, 85, 0.92), rgba(23, 35, 31, 0.98)),
    var(--night);
}

.download-band h2,
.download-band p {
  color: #fffaf1;
}

.download-band p {
  max-width: 720px;
  opacity: 0.82;
}

.footer-download-badge {
  justify-self: end;
}

.site-footer {
  width: min(100%, calc(var(--max) + var(--gutter) + var(--gutter)));
  margin: 0 auto;
  padding: 34px var(--gutter) 46px;
  color: var(--muted);
}

.site-footer p {
  max-width: 760px;
  margin: 0;
}

.legal {
  margin-top: 14px !important;
  font-size: 0.76rem;
}

@media (max-width: 980px) {
  :root {
    --gutter: 22px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 90svh;
    padding-top: 112px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(247, 241, 231, 0.44) 0%, rgba(247, 241, 231, 0.96) 62%, var(--paper) 100%),
      linear-gradient(90deg, rgba(220, 235, 228, 0.88), rgba(247, 241, 231, 0.42));
  }

  .hero-image {
    object-position: 64% top;
  }

  .hero-content {
    margin-top: 38vh;
    margin-left: 0;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .hero-subhead {
    font-size: 1.55rem;
  }

  .feature-grid,
  .step-grid,
  .screen-grid,
  .ipad-strip,
  .privacy-section,
  .download-band {
    grid-template-columns: 1fr;
  }

  .screen-grid {
    max-width: 520px;
  }

  .download-band {
    width: calc(100% - var(--gutter) - var(--gutter));
  }

  .footer-download-badge {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .site-nav {
    width: 100%;
    max-width: 100vw;
    padding-top: 16px;
  }

  .brand {
    font-size: 0.94rem;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .hero {
    min-height: 90svh;
    padding-bottom: 54px;
  }

  .hero-content {
    width: min(350px, calc(100vw - var(--gutter) - var(--gutter)));
    margin-top: 35vh;
  }

  .hero-image {
    object-position: 70% top;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-subhead {
    max-width: 320px;
    font-size: 1.28rem;
    line-height: 1.24;
  }

  .hero-body,
  .section-copy > p:not(.section-kicker),
  .download-band p {
    font-size: 0.94rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .secondary-link {
    width: 100%;
  }

  .hero-hint {
    left: var(--gutter);
    right: auto;
  }

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

  .section h2,
  .download-band h2 {
    font-size: 1.9rem;
  }

  .feature-card,
  .step-card,
  .screen-card {
    padding: 18px;
  }

  .phone-frame {
    border-radius: 22px;
  }

  .download-band {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
  }
}
