:root {
  --bg: #faf9f5;
  --ink: #2f342e;
  --muted: #5f5e5e;
  --paper: #f4f4ef;
  --dark: #5f5e5e;
  --line: rgba(95, 94, 94, 0.14);
  --cream-line: rgba(255, 255, 255, 0.36);
  --clay: #8d6653;
  --fig: #6d5965;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --radius-s: 12px;
  --radius-pill: 999px;
  --shadow: 0 18px 42px rgba(47, 52, 46, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
}

.script-brand {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px;
  border: 1px solid var(--cream-line);
  background: rgba(250, 249, 245, 0.76);
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 28px rgba(47, 52, 46, 0.08);
  backdrop-filter: blur(14px);
}

.text-nav {
  position: sticky;
}

.brand-lockup,
.site-nav nav,
.store-badge,
.nav-download {
  display: inline-flex;
  align-items: center;
}

.brand-lockup {
  min-width: 0;
  font-size: 30px;
  line-height: 1;
  min-height: 38px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
}

.brand-lockup span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  transform: translateY(2px);
}

.site-nav nav {
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.nav-download {
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  background: var(--dark);
  color: #faf9f5;
  border-radius: var(--radius-pill);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  padding: 116px 24px 9svh;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 42%;
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(32, 36, 31, 0.74) 0%, rgba(32, 36, 31, 0.34) 46%, rgba(250, 249, 245, 0.22) 100%),
    linear-gradient(180deg, rgba(47, 52, 46, 0.1) 0%, rgba(47, 52, 46, 0.5) 100%);
}

.hero-copy {
  width: min(780px, 100%);
  color: #faf9f5;
}

.eyebrow,
.section-kicker {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid rgba(250, 249, 245, 0.36);
  border-radius: var(--radius-pill);
  background: rgba(47, 52, 46, 0.3);
}

.hero h1 {
  margin-top: 18px;
  font-size: 86px;
  line-height: 0.96;
  text-shadow: 0 18px 36px rgba(47, 52, 46, 0.34);
}

.hero h2 {
  max-width: 700px;
  margin-top: 12px;
  color: #faf9f5;
  font-size: 48px;
  line-height: 1.06;
  text-shadow: 0 14px 28px rgba(47, 52, 46, 0.24);
}

.hero-subtitle {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(250, 249, 245, 0.92);
  font-size: 20px;
  line-height: 1.5;
}

.hero-support {
  max-width: 620px;
  margin-top: 14px;
  color: rgba(250, 249, 245, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.store-badge {
  min-height: 54px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  background: #171a16;
  color: #fff;
  justify-content: center;
  text-align: center;
  box-shadow: 0 14px 28px rgba(24, 27, 22, 0.16);
  transition: transform 160ms ease, background-color 160ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  background: #262b24;
}

.store-badge span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.intro-band,
.why-section,
.app-showcase,
.quote-section,
.seasonal-note,
.download-section,
.site-footer,
.policy-copy {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 72px;
  padding: 86px 0 34px;
  border-bottom: 1px solid var(--line);
}

.intro-copy {
  display: grid;
  gap: 16px;
}

.section-kicker {
  color: var(--clay);
}

.intro-text h2,
.section-heading h2,
.story-copy h2,
.quote-section h2,
.seasonal-note h2,
.download-section h2,
.policy-copy h1 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 44px;
  line-height: 1.08;
}

.intro-copy p,
.story-copy p,
.quote-section p,
.seasonal-note p,
.download-section p,
.policy-copy p,
.policy-copy li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.why-section {
  padding-top: 78px;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 34px;
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.life-grid article {
  min-height: 310px;
  padding: 32px;
  background: var(--bg);
}

.life-grid span {
  color: var(--fig);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.life-grid h3 {
  margin-top: 28px;
  font-size: 28px;
  line-height: 1.08;
}

.life-grid p {
  margin-top: 18px;
  color: var(--muted);
}

.app-showcase,
.quote-section {
  display: grid;
  align-items: center;
  gap: 86px;
}

.app-showcase {
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  padding: 118px 0;
}

.phone-stack {
  display: flex;
  justify-content: center;
}

.phone-portrait {
  position: relative;
  width: min(330px, 74vw);
  justify-self: center;
  padding: 13px;
  border: 1px solid rgba(95, 94, 94, 0.16);
  border-radius: 34px;
  background: #1f241f;
  box-shadow: 0 28px 58px rgba(47, 52, 46, 0.16);
}

.phone-portrait::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
  width: 82px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: var(--radius-pill);
  background: #1f241f;
}

.phone-portrait img {
  width: 100%;
  aspect-ratio: 1290 / 2796;
  object-fit: cover;
  border-radius: 24px;
}

.story-copy {
  max-width: 620px;
}

.story-copy p:last-child {
  margin-top: 22px;
}

.quiet-steps {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.quiet-steps li {
  counter-increment: steps;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 18px;
}

.quiet-steps li::before {
  content: counter(steps);
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  background: var(--paper);
  color: var(--clay);
  font-size: 12px;
}

.quote-section {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  padding: 74px 0 92px;
  border-top: 1px solid var(--line);
}

.quote-panel {
  padding: 34px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quote-label {
  margin-top: 0;
  color: var(--clay);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-panel blockquote {
  margin: 10px 0 26px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.08;
}

.quote-panel blockquote:last-child {
  margin-bottom: 0;
}

.seasonal-note {
  display: grid;
  grid-template-columns: 170px minmax(0, 760px);
  align-items: center;
  gap: 62px;
  padding: 58px 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--paper), rgba(250, 249, 245, 0));
}

.seasonal-note img {
  opacity: 0.82;
}

.seasonal-note p {
  max-width: 680px;
  margin-top: 20px;
}

.seasonal-note p:last-child {
  margin-top: 12px;
}

.download-section {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 118px 0 104px;
}

.download-section h2 {
  max-width: 820px;
  font-size: 68px;
  line-height: 1;
}

.download-section p {
  max-width: 660px;
  margin-top: 20px;
}

.store-row-dark {
  justify-content: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer span {
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.text-page {
  padding: 74px 0 72px;
}

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

.policy-copy h1 {
  font-size: 50px;
}

.policy-copy h2 {
  margin-top: 38px;
  font-size: 28px;
  line-height: 1.12;
}

.policy-copy p {
  margin-top: 16px;
}

.policy-copy a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.updated,
.muted {
  color: var(--muted);
}

.support-box {
  display: flex;
  min-height: 164px;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.support-box h2 {
  margin-top: 0;
}

.support-box h3 {
  margin-top: 26px;
  font-size: 22px;
  line-height: 1.14;
}

.policy-copy ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.faq-copy {
  max-width: 900px;
}

.faq-list,
.troubleshooting-section {
  margin-top: 34px;
}

.troubleshooting-section {
  padding-top: 42px;
}

.troubleshooting-section h2 {
  margin-top: 12px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 74px;
  padding: 22px 44px 22px 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.12;
  list-style: none;
  cursor: pointer;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p,
.faq-item ul,
.faq-item ol {
  max-width: 720px;
}

.faq-item p:first-of-type,
.faq-item ul:first-of-type,
.faq-item ol:first-of-type {
  margin-top: 0;
}

.faq-item[open] {
  padding-bottom: 26px;
}

.faq-item ul + p {
  margin-top: 18px;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 36, 31, 0.48);
  backdrop-filter: blur(6px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 34px;
  background: var(--bg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 28px 70px rgba(24, 27, 22, 0.22);
}

.modal-panel h2 {
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.08;
}

.modal-panel p {
  margin-top: 16px;
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--muted);
  background: transparent;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.beta-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.beta-form label {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.form-row input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  outline: none;
}

.form-row input:focus {
  border-color: rgba(95, 94, 94, 0.42);
  box-shadow: 0 0 0 3px rgba(95, 94, 94, 0.08);
}

.form-submit {
  min-height: 50px;
  padding: 0 18px;
  background: var(--dark);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-status {
  min-height: 24px;
  font-size: 14px;
}

@media (min-width: 1180px) {
  .hero {
    padding-left: max(48px, calc((100vw - 1120px) / 2));
    padding-right: max(48px, calc((100vw - 1120px) / 2));
  }
}

@media (max-width: 920px) {
  .hero h1 {
    font-size: 68px;
  }

  .hero h2 {
    font-size: 42px;
  }

  .intro-band {
    gap: 42px;
  }

  .intro-text h2,
  .section-heading h2,
  .story-copy h2,
  .quote-section h2,
  .seasonal-note h2,
  .download-section h2 {
    font-size: 40px;
  }

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

  .life-grid article {
    padding: 30px;
  }

  .app-showcase,
  .quote-section {
    gap: 48px;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 84svh;
    padding: 104px 20px 48px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(32, 36, 31, 0.18) 0%, rgba(32, 36, 31, 0.78) 100%),
      linear-gradient(90deg, rgba(32, 36, 31, 0.48), rgba(32, 36, 31, 0.22));
  }

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

  .hero h2 {
    font-size: 36px;
  }

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

  .intro-band,
  .app-showcase,
  .quote-section,
  .seasonal-note {
    grid-template-columns: 1fr;
  }

  .intro-band {
    padding-top: 46px;
  }

  .app-showcase {
    padding: 60px 0;
  }

  .phone-stack {
    min-height: 0;
  }

  .quote-section {
    padding: 48px 0 62px;
  }

  .seasonal-note {
    gap: 24px;
    padding: 34px 0;
    background: transparent;
  }

  .seasonal-note img {
    width: 138px;
  }
}

@media (max-width: 540px) {
  .site-nav {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand-lockup {
    font-size: 24px;
    min-height: 34px;
    padding: 0 14px;
  }

  .site-nav nav {
    gap: 0;
    font-size: 11px;
  }

  .nav-download {
    min-height: 34px;
    min-width: 96px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .hero {
    padding: 96px 18px 42px;
  }

  .hero-image {
    object-position: 42% 42%;
  }

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

  .hero h2 {
    font-size: 31px;
  }

  .store-row {
    width: 100%;
  }

  .store-badge {
    flex: 1 1 190px;
    justify-content: center;
    min-height: 52px;
    padding-inline: 12px;
  }

  .intro-band,
  .why-section,
  .app-showcase,
  .quote-section,
  .seasonal-note,
  .download-section,
  .site-footer,
  .policy-copy {
    width: min(100% - 32px, 1120px);
  }

  .intro-text h2,
  .section-heading h2,
  .story-copy h2,
  .quote-section h2,
  .seasonal-note h2,
  .download-section h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .intro-copy p,
  .story-copy p,
  .quote-section p,
  .seasonal-note p,
  .download-section p,
  .policy-copy p,
  .policy-copy li {
    font-size: 16px;
  }

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

  .life-grid h3 {
    font-size: 28px;
  }

  .phone-portrait {
    border-radius: 28px;
    padding: 10px;
  }

  .phone-portrait img {
    border-radius: 20px;
  }

  .phone-stack {
    min-height: 0;
  }

  .quote-panel {
    padding: 24px;
  }

  .quote-panel blockquote {
    font-size: 30px;
  }

  .download-section {
    padding: 76px 0;
  }

  .download-section h2 {
    font-size: 46px;
  }

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

  .text-page {
    padding-top: 48px;
  }

  .policy-copy h1 {
    font-size: 42px;
  }

  .policy-copy h2 {
    font-size: 26px;
  }

  .faq-item summary {
    min-height: 66px;
    padding: 18px 38px 18px 0;
    font-size: 24px;
  }

  .modal {
    align-items: end;
    padding: 12px;
  }

  .modal-panel {
    padding: 28px 20px;
  }

  .modal-panel h2 {
    font-size: 34px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}
