:root {
  color-scheme: light;
  --bg: #fff8ed;
  --panel: #f7f0df;
  --panel-strong: #efe3c6;
  --ink: #1d1b16;
  --muted: #6d6250;
  --line: #d2c3a3;
  --accent: #c95f2b;
  --accent-dark: #7a2d16;
  --green: #6f8f4e;
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(201, 95, 43, 0.12) 1px, transparent 0), linear-gradient(rgba(210, 195, 163, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 195, 163, 0.14) 1px, transparent 1px);
  background-position:
    18px 18px,
    0 0,
    0 0;
  background-size:
    48px 48px,
    96px 96px,
    96px 96px;
  color: var(--ink);
  font-family:
    Manrope,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 22px 28px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: auto;
  width: clamp(298px, 14vw, 174px);
}

.brand-mark {
  border-radius: 12px;
  height: 36px;
  width: 36px;
}

.nav-links,
.site-footer {
  color: var(--muted);
  gap: 18px;
}

.nav-links {
  display: flex;
}

.nav-links a,
.site-footer a {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  margin: 0 auto;
  max-width: 1160px;
  min-height: min(780px, calc(100vh - 122px));
  padding: 34px 28px 56px;
}

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

.eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(54px, 7.8vw, 96px);
  line-height: 0.93;
  margin-bottom: 24px;
}

h1 span {
  display: block;
}

.phrase-band span {
  display: inline;
}

.text-serif {
  color: var(--accent);
  font-family: Fraunces, Georgia, serif;
  font-weight: 850;
}

.text-secondary {
  color: #4d4234;
  font-weight: 800;
}

h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  margin-bottom: 16px;
}

h3 {
  font-size: 24px;
  line-height: 1.12;
  margin-bottom: 10px;
}

p,
li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}

.lead {
  font-size: 21px;
  line-height: 1.55;
  margin-bottom: 26px;
  max-width: 620px;
}

.narrow {
  max-width: 720px;
}

.store-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.store-badges.compact {
  justify-content: center;
  margin-top: 22px;
}

.store-badge {
  display: inline-flex;
  line-height: 0;
}

.store-badge img {
  display: block;
  height: 68px;
  max-width: 100%;
  width: auto;
}

.button {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
}

.primary {
  background: var(--accent);
  color: var(--bg);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.hero-phone {
  background: #1d1b16;
  border: 10px solid #30291f;
  border-radius: 42px;
  color: var(--bg);
  overflow: hidden;
  padding: 14px;
}

.hero-phone img {
  aspect-ratio: 1290 / 2796;
  background: #30291f;
  border-radius: 28px;
  display: block;
  object-fit: contain;
  width: 100%;
}

.image-placeholder,
.support-card {
  border: 1px solid var(--line);
}

.screenshots-section {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  padding: 10px 0 56px;
}

.screenshots-heading {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 28px 28px;
}

.screenshots-heading h2 {
  font-size: clamp(38px, 5.4vw, 64px);
  max-width: 760px;
}

.screenshot-strip {
  display: grid;
  gap: 24px;
  grid-auto-columns: minmax(296px, 356px);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 28px 18px;
  scroll-snap-type: x proximity;
}

.screenshot-card {
  scroll-snap-align: center;
}

.screenshot-copy {
  margin-top: 14px;
}

.screenshot-copy h3 {
  color: var(--accent-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 6px;
  text-align: center;
}

.screenshot-copy p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 260px;
  text-align: center;
}

.screenshot-phone {
  background: var(--panel-strong);
  border: 10px solid #1d1b16;
  border-radius: 42px;
  overflow: hidden;
}

.screenshot-phone img {
  display: block;
  height: auto;
  width: 100%;
}

.phrase-band {
  margin: 0 auto;
  max-width: 1160px;
  padding: 8px 28px 42px;
  text-align: center;
}

.phrase-band p {
  color: var(--ink);
  font-size: clamp(32px, 5.2vw, 64px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0 auto;
  max-width: 980px;
}

.phrase-band.calm {
  padding-bottom: 18px;
  padding-top: 34px;
}

.phrase-band.calm p {
  color: var(--accent-dark);
  max-width: 780px;
}

.phrase-band .text-secondary {
  color: var(--muted);
  font-weight: 800;
}

.feature-grid,
.plan-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1160px;
  padding: 28px;
}

.feature-grid article,
.plans,
.split-section,
.legal-page section,
.plan-grid article {
  background: linear-gradient(rgba(247, 240, 223, 0.96), rgba(247, 240, 223, 0.97)), var(--panel);
  border: 8px solid #eee2cc;
  border-radius: 20px;
  padding: 28px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 320px;
}

.feature-card-header {
  align-items: center;
  display: flex;
  gap: 8px;
}

.feature-status-circle {
  align-items: center;
  background: var(--bg);
  border-radius: 999px;
  border: 2px solid var(--line);
  color: var(--bg);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.feature-state {
  color: #846f47;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h2 {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 48px);
  line-height: 0.96;
  margin-bottom: 0;
}

.feature-card p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 0;
}

.feature-card p strong {
  color: var(--accent-dark);
  font-weight: 900;
}

.feature-card-done h2 {
  color: #7b705e;
  text-decoration-color: #846f47;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}

.feature-card-done .feature-status-circle {
  background: var(--green);
  border-color: var(--green);
}

.feature-card-done .feature-state {
  color: var(--green);
}

.feature-card-active .feature-status-circle {
  border-color: var(--accent);
}

.feature-card-active .feature-state {
  color: var(--accent);
}

.feature-progress {
  background: var(--panel-strong);
  border-radius: 999px;
  height: 7px;
  overflow: hidden;
}

.feature-progress span {
  background: var(--accent);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 40%;
}

.feature-card-done .feature-progress span {
  background: var(--green);
}

.progress-full span {
  width: 100%;
}

.progress-live span {
  width: 68%;
}

.progress-review span {
  background: #846f47;
  width: 42%;
}

.split-section {
  align-items: end;
  background: #211b15;
  border-color: #211b15;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  margin: 46px auto;
  max-width: 1160px;
  overflow: hidden;
  padding: 70px 68px 0;
}

.split-copy {
  max-width: 620px;
  padding: 4px 0 72px;
}

.split-section .eyebrow {
  color: #f3dea8;
}

.split-copy h2 {
  color: var(--bg);
  font-size: clamp(56px, 7.4vw, 92px);
  line-height: 0.94;
  margin-bottom: 22px;
}

.split-copy > p:not(.eyebrow):not(.visual-copy) {
  color: rgba(255, 248, 237, 0.76);
  font-size: 20px;
  max-width: 540px;
}

.image-placeholder {
  background: var(--panel-strong);
  border: 10px solid #1d1b16;
  border-radius: 42px;
  overflow: hidden;
}

.zoom-preview {
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  height: clamp(440px, 48vw, 560px);
  width: 100%;
}

.image-placeholder img {
  display: block;
  height: auto;
  width: 100%;
}

.zoom-preview img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.feature-visual {
  align-items: flex-end;
  align-self: end;
  display: flex;
  justify-self: center;
  max-width: 540px;
  width: 100%;
}

.visual-copy {
  border-left: 3px solid var(--accent);
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 24px 0 0;
  max-width: 420px;
  padding-left: 16px;
}

.visual-copy span {
  color: var(--accent);
  font-family: Fraunces, Georgia, serif;
  font-size: 19px;
  font-weight: 850;
}

.split-section .image-placeholder {
  background: #30291f;
  border-color: rgba(255, 248, 237, 0.58);
}

.split-section .visual-copy {
  border-left-color: var(--accent);
  color: rgba(255, 248, 237, 0.72);
  font-size: 17.5px;
  max-width: 490px;
}

.split-section .visual-copy span {
  color: #f3dea8;
  font-size: 22px;
}

.plans {
  display: block;
  margin: 46px auto 42px;
  max-width: 960px;
  padding: 44px 44px 36px;
  text-align: center;
}

.plans-copy {
  margin: 0 auto;
  max-width: 780px;
}

.plans-copy h2 {
  color: #4d4234;
  font-size: clamp(44px, 6.3vw, 78px);
  line-height: 1.02;
  margin-bottom: 0;
}

.plans .plan-grid {
  gap: 16px;
  grid-template-columns: minmax(170px, 0.55fr) minmax(280px, 1fr);
  margin: 30px auto 0;
  max-width: 760px;
  padding: 0;
}

.plans .plan-grid article {
  align-items: center;
  background: #f3dea8;
  border-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 204px;
  padding: 24px;
}

.plan-label {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.plan-price {
  color: var(--ink);
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(52px, 6vw, 72px);
  font-weight: 850;
  line-height: 0.95;
  margin-bottom: 16px;
}

.plan-price span {
  color: var(--muted);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 900;
  margin-left: 6px;
}

.pro-plan {
  border-color: transparent;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.price-list li {
  background: rgba(255, 248, 237, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 4px 6px;
  justify-content: center;
  line-height: 1.2;
  padding: 8px 10px;
}

.price-list strong {
  color: var(--accent-dark);
}

.price-list span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.availability,
.updated {
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  margin: 16px auto 0;
  max-width: 640px;
  text-align: center;
}

.plans .store-badges {
  justify-content: center;
  margin-top: 24px;
}

.plans .store-badge img {
  height: 58px;
}

.legal-page {
  margin: 0 auto;
  max-width: 960px;
  padding: 58px 28px 82px;
}

.legal-hero {
  margin-bottom: 22px;
}

.legal-page h1 {
  font-size: clamp(46px, 7vw, 78px);
  line-height: 0.98;
  margin-bottom: 18px;
  max-width: 840px;
}

.legal-summary {
  color: #4d4234;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 720px;
}

.legal-page section {
  margin-top: 18px;
}

.legal-page section h2 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 10px;
}

.legal-page a {
  color: var(--accent-dark);
  font-weight: 900;
}

.legal-card ol {
  color: var(--muted);
  margin: 0;
  padding-left: 22px;
}

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

.legal-action {
  font-size: 22px;
}

.legal-hero .updated {
  margin: 18px 0 0;
  text-align: left;
}

.legal-page section p:last-child,
.legal-page section ol:last-child {
  margin-bottom: 0;
}

.support-card {
  background: var(--panel-strong);
}

.site-footer {
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  text-align: center;
}

.site-footer::before {
  background: linear-gradient(90deg, rgba(210, 195, 163, 0), rgba(210, 195, 163, 0.6) 18%, rgba(210, 195, 163, 0.6) 82%, rgba(210, 195, 163, 0));
  content: "";
  height: 1px;
  left: 50%;
  max-width: calc(100% - 56px);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: min(860px, calc(100% - 56px));
}

.footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.site-footer span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
  }

  .hero,
  .split-section,
  .plans,
  .feature-grid,
  .plans .plan-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    min-height: auto;
    padding: 14px 22px 38px;
  }

  h1 {
    font-size: clamp(46px, 15vw, 64px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .legal-page {
    padding: 38px 22px 58px;
  }

  .legal-page h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .legal-summary {
    font-size: 18px;
  }

  .screenshots-section {
    padding-bottom: 34px;
  }

  .screenshots-heading {
    padding: 0 22px 22px;
  }

  .phrase-band {
    padding: 4px 22px 32px;
  }

  .phrase-band p {
    font-size: clamp(30px, 10vw, 46px);
  }

  .feature-grid {
    padding: 18px 22px;
  }

  .feature-grid article {
    padding: 24px;
  }

  .feature-card {
    min-height: 260px;
  }

  .feature-card h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .feature-card p {
    font-size: 16.5px;
  }

  .plans {
    margin: 36px 22px 34px;
    padding: 34px 22px 28px;
  }

  .plans-copy h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .plans .plan-grid article {
    min-height: 170px;
  }

  .screenshot-strip {
    gap: 18px;
    grid-auto-columns: minmax(246px, 270px);
    padding: 0 22px 18px;
  }

  .split-section {
    overflow: hidden;
    padding: 48px 28px 0;
  }

  .split-copy {
    padding-bottom: 42px;
  }

  .split-copy h2 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .split-copy > p:not(.eyebrow):not(.visual-copy) {
    font-size: 17px;
  }

  .feature-visual {
    margin-right: 0;
    max-width: 480px;
    width: 100%;
  }

  .zoom-preview {
    height: clamp(320px, 90vw, 430px);
  }

  .screenshot-phone {
    border-radius: 34px;
  }

  .nav-links {
    gap: 12px;
  }

  .store-badge img {
    height: 50px;
  }
}
