:root {
  color-scheme: light;
  --charcoal: #171a17;
  --cream: #f5ead6;
  --paper: #fff8eb;
  --sand: #e3cfa8;
  --ochre: #d64a1f;
  --ember: #fa8538;
  --moss: #476342;
  --muted: #62685f;
  --line: rgba(23, 26, 23, 0.12);
  --shadow: 0 24px 60px rgba(73, 50, 24, 0.12);
}

* {
  box-sizing: border-box;
}

.download-main { padding-bottom: 36px; }
.download-hero { padding: 40px 0 60px; text-align: center; }
.download-icon { border-radius: 32px; margin-bottom: 24px; box-shadow: var(--shadow); }
.download-hero h1 { margin: 0 auto; }
.download-hero .hero-copy { margin: 24px auto 0; }
.download-detail { max-width: 560px; margin: 20px auto; color: var(--muted); }
.download-hero .actions { justify-content: center; }
.store-button { gap: 16px; padding: 16px 24px; }
.download-note { font-size: .85rem; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-grid .card { padding: 26px; }
.benefit-grid .card h2 { font-size: 1.5rem; }
a:focus-visible { outline: 3px solid var(--ochre); outline-offset: 5px; }
@media (max-width: 650px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .site-header { gap: 12px; }
  .site-nav { gap: 12px; font-size: .8rem; }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 12% 0%, rgba(250, 133, 56, 0.17), transparent 28rem),
    var(--cream);
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: var(--ochre);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #a93415;
}

.shell {
  width: min(100% - 36px, 860px);
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: var(--charcoal);
  box-shadow: 0 8px 22px rgba(23, 26, 23, 0.18);
  font-size: 1.25rem;
}

.site-nav {
  display: flex;
  gap: 18px;
  font-size: 0.9rem;
  font-weight: 750;
}

.site-nav a {
  color: var(--charcoal);
  text-decoration: none;
}

.hero {
  padding: clamp(54px, 9vw, 96px) 0 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--ochre);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  font-weight: 950;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 15px;
  color: white;
  background: var(--charcoal);
  font-weight: 850;
  text-decoration: none;
}

.button:hover {
  color: white;
  background: #2d322d;
}

.button.secondary {
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid var(--line);
}

.button.secondary:hover {
  color: var(--charcoal);
  background: white;
}

.card,
.policy {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 248, 235, 0.92);
  box-shadow: var(--shadow);
}

.card {
  padding: clamp(26px, 5vw, 44px);
}

.card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
}

.card p:last-child {
  margin-bottom: 0;
}

.policy {
  padding: clamp(26px, 6vw, 58px);
  margin-bottom: 42px;
}

.policy-header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.policy-header h1 {
  font-size: clamp(2.5rem, 7vw, 4.6rem);
}

.effective-date {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.summary {
  margin: 30px 0;
  padding: 20px 22px;
  border-left: 5px solid var(--ochre);
  border-radius: 0 16px 16px 0;
  background: rgba(214, 74, 31, 0.08);
  font-size: 1.08rem;
  font-weight: 720;
}

.policy section {
  padding-top: 26px;
}

.policy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.4rem, 3vw, 1.82rem);
}

.policy p,
.policy li {
  color: #424740;
}

.policy ul {
  padding-left: 1.25rem;
}

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 0 44px;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 620px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 14px;
  }

  .hero {
    padding-top: 36px;
  }
}

@media print {
  body {
    background: white;
  }

  .site-nav,
  .actions {
    display: none;
  }

  .policy {
    border: 0;
    box-shadow: none;
  }
}
