:root {
  color-scheme: light;
  --ink: #17211e;
  --muted: #5e6b67;
  --green: #0f5b45;
  --green-dark: #083e30;
  --green-soft: #e3efe9;
  --burgundy: #7d3043;
  --paper: #ffffff;
  --canvas: #f3f6f4;
  --line: #c9d2ce;
  --charcoal: #202826;
  --focus: #1478a8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

figure {
  margin: 0;
}

a {
  color: var(--green);
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--charcoal);
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--paper);
  background: var(--green-dark);
}

.nav-shell,
.section-inner,
.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

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

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.nav-app-link {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 5px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(660px, 72svh);
  display: flex;
  align-items: center;
  color: var(--paper);
  background: var(--charcoal) url("/assets/tabletop-hero.png") center center / cover no-repeat;
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(4, 20, 16, 0.63);
}

.hero-copy {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 72px 88px;
}

.hero-copy > * {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 12px;
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  line-height: 1.12;
}

h1 {
  margin-bottom: 18px;
  font-size: 64px;
}

h2 {
  margin-bottom: 14px;
  font-size: 36px;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.hero-lede {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.45;
}

.hero-note {
  margin: 24px 0 0;
  color: #deebe6;
  font-size: 14px;
  font-weight: 650;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--green-dark);
  background: var(--paper);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--paper);
  background: rgba(8, 42, 32, 0.68);
}

.button-dark {
  color: var(--paper);
  background: var(--green);
}

.section {
  padding-block: 76px;
}

.section-tint {
  background: var(--canvas);
}

.section-dark {
  color: var(--paper);
  background: var(--charcoal);
}

.section-accent {
  color: var(--paper);
  background: var(--burgundy);
}

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

.section-heading p,
.feature-copy p,
.legal-copy p,
.tutorial-step p {
  color: var(--muted);
}

.section-dark .section-heading p,
.section-dark .feature-copy p,
.section-accent p {
  color: #e0e8e5;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 64px;
}

.feature-copy ul,
.plain-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li,
.plain-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
}

.feature-copy li::before,
.plain-list li::before {
  position: absolute;
  left: 0;
  color: var(--burgundy);
  content: "✓";
  font-weight: 900;
}

.screen-wall {
  min-height: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 18px;
}

.screen-shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(15, 32, 26, 0.14);
}

.screen-shot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.screen-shot:last-child {
  transform: translateY(28px);
}

.feature-grid,
.tutorial-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-item {
  padding: 4px 28px 4px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.feature-item:last-child {
  border-right: 0;
}

.feature-number {
  display: block;
  margin-bottom: 12px;
  color: #b9d8cb;
  font-size: 14px;
  font-weight: 850;
}

.tutorial-card,
.support-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.tutorial-card p,
.support-card p {
  color: var(--muted);
}

.tutorial-card a,
.support-card a {
  margin-top: auto;
  font-weight: 800;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.status-pill {
  padding: 7px 10px;
  border: 1px solid #aebbb6;
  border-radius: 4px;
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  font-weight: 750;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-row h2 {
  margin-bottom: 8px;
}

.page-hero {
  padding-block: 72px;
  color: var(--paper);
  background: var(--green-dark);
}

.page-hero h1 {
  max-width: 800px;
  margin-bottom: 16px;
  font-size: 52px;
}

.page-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: #dce9e4;
  font-size: 20px;
}

.tutorial-section {
  scroll-margin-top: 24px;
  border-bottom: 1px solid var(--line);
}

.tutorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: start;
  gap: 64px;
}

.tutorial-step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.tutorial-step-number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--green);
  font-weight: 850;
}

.tutorial-media {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.tutorial-media img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: top center;
}

.tutorial-media figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
}

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

.legal-copy h2 {
  margin-top: 42px;
  font-size: 26px;
}

.legal-copy h3 {
  margin-top: 28px;
  font-size: 19px;
}

.site-footer {
  padding-block: 34px;
  color: #d8e3df;
  background: #111816;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.footer-brand {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 18px;
  font-weight: 850;
}

.footer-copy {
  max-width: 720px;
  margin: 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.footer-links a {
  color: var(--paper);
  font-size: 14px;
}

@media (max-width: 860px) {
  .nav-shell {
    padding-block: 12px;
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .site-nav {
    width: calc(100% - 8px);
    margin-left: 0;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .proof-grid,
  .tutorial-layout {
    grid-template-columns: 1fr;
  }

  .screen-wall {
    width: min(100%, 620px);
    margin-inline: auto;
  }

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

  .feature-item {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .feature-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .tutorial-media {
    position: static;
    width: min(100%, 460px);
  }
}

@media (max-width: 600px) {
  .nav-shell,
  .section-inner,
  .footer-inner,
  .hero-copy {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .site-nav a {
    font-size: 14px;
    white-space: nowrap;
  }

  .nav-app-link {
    padding: 7px 10px;
  }

  .hero {
    min-height: min(600px, calc(100svh - 170px));
    background-position: 55% center;
  }

  .hero::before {
    background: rgba(4, 20, 16, 0.7);
  }

  .hero-copy {
    padding-block: 48px 58px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

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

  .button-row,
  .button {
    width: 100%;
  }

  .section {
    padding-block: 56px;
  }

  .screen-wall {
    min-height: 420px;
    gap: 10px;
  }

  .screen-shot:last-child {
    transform: translateY(18px);
  }

  .cta-row,
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .page-hero {
    padding-block: 52px;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .tutorial-step {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .tutorial-step-number {
    width: 28px;
    height: 28px;
  }
}

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