/* Fonts are self-hosted so the page makes no third-party requests. Both are
   SIL Open Font License 1.1; see the OFL files in assets/fonts/. */

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/atkinson-400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/atkinson-400-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/atkinson-700-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Atkinson Hyperlegible";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/atkinson-700-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Patrick Hand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/patrick-hand-400-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Patrick Hand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/patrick-hand-400-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --paper:      #fbf8f1;
  --paper-soft: #f7f3ea;
  --paper-deep: #eee8dc;
  --ink:        #302d28;
  --muted:      #6f6a60;
  --line:       #575149;
  --olive:      #78836d;
  --olive-dark: #596451;
  --sage:       #cbd5c3;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

h1, h2 {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
}

h1 { font-size: clamp(1.75rem, 5vw, 2.75rem); margin: 0 0 0.75rem; }
h2 { font-size: clamp(1.5rem, 4vw, 2rem); margin: 0 0 0.75rem; }

p { margin: 0 0 1rem; }

a { color: var(--olive-dark); }

a:focus-visible {
  outline: 3px solid var(--olive-dark);
  outline-offset: 4px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

section {
  padding: 3rem 0;
  border-bottom: 1px solid var(--paper-deep);
}

.hero {
  display: grid;
  justify-items: center;
  gap: 2.5rem;
  padding-top: 2rem;
}

.hero-copy {
  max-width: 34rem;
  text-align: left;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-icon {
  width: 88px;
  height: 88px;
  border-radius: 20px;
}

.eyebrow {
  font-family: "Patrick Hand", cursive;
  font-size: 1.25rem;
  color: var(--olive-dark);
  margin: 0;
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 32rem;
}

.lede strong { color: var(--ink); }

.badge-link {
  display: inline-block;
  margin-top: 0.5rem;
  line-height: 0;
}

.badge-link img {
  height: 54px;
  width: auto;
}

.hero-shot {
  display: block;
  width: min(100%, 260px);
  height: auto;
}

.proof-strip {
  padding: 1.25rem 0;
}

.proof-strip ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-strip li {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 1px solid var(--paper-deep);
  border-radius: 14px;
  background: var(--paper-soft);
  color: var(--olive-dark);
  text-align: center;
  line-height: 1.3;
}

.feature-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.feature-text { max-width: 34rem; text-align: left; }

.feature-shot {
  max-width: 100%;
  width: 280px;
  height: auto;
}

.purchase-block {
  margin: 2rem 0;
  padding: 2.5rem;
  border: 1px solid var(--paper-deep);
  border-radius: 22px;
  background: var(--paper-soft);
}

.closing {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: 22px;
  background: var(--olive-dark);
  color: var(--paper);
}

.closing h2 { color: var(--paper); }

.closing p { margin-bottom: 0.75rem; }

.closing .fine-print { color: var(--paper-deep); }

.fine-print {
  color: var(--muted);
  font-size: 1rem;
}

footer {
  text-align: center;
  padding: 2rem 1.5rem 3rem;
  color: var(--muted);
  font-size: 1rem;
}

footer a { color: var(--muted); }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 1.25rem;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

@media (min-width: 720px) {
  section { padding: 3.5rem 0; }

  .hero {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: center;
    gap: 4rem;
    padding-top: 3rem;
  }

  .hero-icon {
    width: 96px;
    height: 96px;
    border-radius: 22px;
  }

  .hero-shot { width: 280px; }

  .proof-strip ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .feature-block {
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }

  .feature-block.reverse { flex-direction: row-reverse; }
  .feature-shot { width: 300px; flex-shrink: 0; }
}

@media (max-width: 420px) {
  main { padding: 0 1.25rem; }
  h1 { font-size: 2rem; }
  .brand-lockup { gap: 0.75rem; }
  .hero-icon { width: 76px; height: 76px; border-radius: 18px; }
  .eyebrow { font-size: 1.1rem; }
  .proof-strip li { min-height: 78px; padding: 0.65rem; }
  .purchase-block { padding: 2rem 1.25rem; }
  .closing { padding: 3rem 1.25rem; }
}
