:root {
  --bg: #F4F2EC;
  --surface: #FFFFFF;
  --surface-2: #FBFAF6;
  --ink: #15201C;
  --ink-2: #46544E;
  --ink-3: #7A857F;
  --ink-4: #A8B0AB;
  --sage: #5C7A66;
  --sage-deep: #3D5A47;
  --sage-soft: #E4ECDF;
  --amber: #B6892B;
  --hairline: rgba(20, 30, 40, 0.08);
  --shadow: 0 24px 70px rgba(21, 32, 28, 0.12);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(228, 236, 223, 0.9), transparent 36rem),
    linear-gradient(180deg, #F8F6F0 0%, var(--bg) 52%, #ECE9E1 100%);
  color: var(--ink);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 16px max(16px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  background: rgba(248, 246, 240, 0.72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

body.is-scrolled .site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-color: rgba(20, 30, 40, 0.08);
  background: rgba(248, 246, 240, 0.92);
  box-shadow: 0 14px 36px rgba(21, 32, 28, 0.08);
}

.compact-header {
  margin-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(21, 32, 28, 0.08);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--ink-3);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 30px rgba(21, 32, 28, 0.06);
}

.site-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--sage-soft);
  color: var(--sage-deep);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  padding: 9px 14px;
  font: inherit;
  font-weight: 700;
}

.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: 56px;
  min-height: calc(100svh - 76px);
  padding-top: 48px;
  padding-bottom: 54px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(52px, 7vw, 96px);
  line-height: 0.92;
}

h2 {
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.95;
}

h3 {
  font-size: 20px;
  line-height: 1.1;
}

.lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--ink-3);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.36;
}

.hero-copy h1 {
  max-width: 610px;
  font-size: clamp(56px, 5.6vw, 84px);
  line-height: 0.94;
}

.hero-copy .lead {
  max-width: 590px;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.45;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(92, 122, 102, 0.2);
  border-radius: 999px;
  background: rgba(228, 236, 223, 0.64);
  color: var(--sage-deep);
  font-size: 13px;
  font-weight: 850;
}

.microcopy,
.small-note {
  color: var(--ink-3);
  font-size: 13px;
  line-height: 1.5;
}

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

.store-row.compact {
  margin-top: 0;
}

.store-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 178px;
  min-height: 60px;
  padding: 11px 18px;
  border-radius: 18px;
  background: var(--ink);
  color: #F4F2EC;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(21, 32, 28, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(21, 32, 28, 0.22);
}

.store-link span {
  font-size: 11px;
  color: rgba(244, 242, 236, 0.7);
}

.store-link strong {
  font-size: 20px;
  line-height: 1.05;
}

.hero-art {
  position: relative;
  min-height: 600px;
}

.phone-shell {
  position: absolute;
  right: 0;
  top: 0;
  width: min(390px, 86vw);
  min-height: 590px;
  padding: 30px 22px;
  border: 1px solid rgba(20, 30, 40, 0.08);
  border-radius: 42px;
  background: #F4F2EC;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-top {
  width: 58px;
  height: 6px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: rgba(21, 32, 28, 0.18);
}

.app-card {
  border: 1px solid var(--hairline);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 10px 22px rgba(21, 32, 28, 0.07);
}

.next-dose {
  padding: 24px;
  background: #294435;
  color: #F4F2EC;
}

.app-card span {
  display: block;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.next-dose span {
  color: rgba(244, 242, 236, 0.62);
}

.next-dose strong {
  display: block;
  margin-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.95;
}

.app-card small {
  display: block;
  margin-top: 18px;
  color: var(--ink-3);
  font-size: 14px;
}

.next-dose small {
  color: rgba(244, 242, 236, 0.8);
}

.chart-card,
.inventory-card {
  margin-top: 16px;
  padding: 18px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 8px;
  height: 86px;
  margin-top: 18px;
}

.bars i {
  display: block;
  border-radius: 8px;
  background: #7A9A82;
  animation: growBar 950ms ease both;
}

.inventory-card p {
  display: grid;
  grid-template-columns: 92px minmax(60px, 1fr) 42px;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  color: var(--ink-3);
}

.inventory-card b {
  color: var(--ink-2);
}

.inventory-card em {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: 90px 0 0 rgba(21, 32, 28, 0.04);
}

.hero-mascot {
  position: absolute;
  left: 12px;
  bottom: 2px;
  width: min(230px, 40vw);
  filter: drop-shadow(0 28px 34px rgba(21, 32, 28, 0.16));
}

.floaty {
  animation: floaty 5.5s ease-in-out infinite;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: var(--hairline);
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(21, 32, 28, 0.06);
}

.proof-strip div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  font-size: 18px;
}

.proof-strip span {
  margin-top: 4px;
  color: var(--ink-3);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  align-items: start;
}

.section-heading {
  position: sticky;
  top: 104px;
}

.section-heading p,
.showcase-copy p,
.submission-card p {
  color: var(--ink-3);
  font-size: 18px;
  line-height: 1.5;
}

.feature-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.submission-card,
.submission-link,
.legal-card,
.legal-aside,
.faq-list,
.support-hero {
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 46px rgba(21, 32, 28, 0.07);
}

.feature-card {
  padding: 22px;
}

.feature-card p {
  color: var(--ink-3);
  line-height: 1.5;
}

.icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.showcase {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
}

.mascot-panel {
  display: grid;
  place-items: center;
  min-height: 420px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(228, 236, 223, 0.95), rgba(255, 255, 255, 0.64));
  box-shadow: inset 0 0 0 1px var(--hairline), var(--shadow);
  overflow: hidden;
}

.mascot-panel img {
  width: min(360px, 82%);
  animation: floaty 6s ease-in-out infinite;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.trust-list span {
  padding: 12px 14px;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  background: var(--surface);
  color: var(--ink-2);
  font-weight: 650;
}

.trust-list span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--sage);
}

.text-link {
  color: var(--sage-deep);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(92, 122, 102, 0.25);
}

.submission-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, 1fr);
  gap: 14px;
}

.submission-card,
.submission-link {
  padding: 22px;
}

.submission-card {
  grid-row: span 2;
}

.submission-link {
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.submission-link:hover {
  border-color: rgba(92, 122, 102, 0.42);
  transform: translateY(-2px);
}

.submission-link span {
  display: block;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.submission-link strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 80px;
  padding: 34px;
  border-radius: 32px;
  background: #294435;
  color: #F4F2EC;
  box-shadow: var(--shadow);
}

.cta-band h2,
.cta-band .kicker {
  color: #F4F2EC;
}

.cta-band .kicker {
  opacity: 0.65;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 820px);
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 34px auto 80px;
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 104px;
  padding: 20px;
}

.legal-aside img {
  width: 170px;
  margin: 0 auto 18px;
}

.legal-aside p {
  color: var(--ink-3);
  line-height: 1.5;
}

.legal-card {
  padding: clamp(24px, 5vw, 56px);
}

.legal-card h1 {
  font-size: clamp(42px, 6vw, 76px);
}

.legal-card h2 {
  margin-top: 34px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.legal-card p,
.legal-card li {
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.62;
}

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

.legal-card code {
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--sage-soft);
  color: var(--sage-deep);
}

.last-updated {
  margin-top: 40px;
  color: var(--ink-4) !important;
  font-size: 14px !important;
}

.support-page {
  padding-top: 44px;
}

.support-hero {
  display: grid;
  grid-template-columns: 1.1fr 240px;
  align-items: center;
  gap: 24px;
  padding: 34px;
  margin-bottom: 18px;
}

.support-hero h1 {
  font-size: clamp(44px, 7vw, 84px);
}

.support-hero img {
  width: 220px;
  justify-self: center;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 0 20px;
  border-radius: 16px;
  background: var(--ink);
  color: #F4F2EC;
  font-weight: 800;
  text-decoration: none;
}

.faq-list {
  margin-top: 18px;
  padding: 28px;
}

details {
  border-top: 1px solid var(--hairline);
  padding: 16px 0;
}

details:first-of-type {
  border-top: 0;
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

details p {
  color: var(--ink-3);
  line-height: 1.55;
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 320px;
  gap: 28px;
  align-items: center;
  padding-top: 54px;
}

.blog-hero h1 {
  font-size: clamp(50px, 7vw, 92px);
}

.blog-hero-card {
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--hairline);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(228, 236, 223, 0.95), rgba(255, 255, 255, 0.72));
  box-shadow: var(--shadow);
  text-align: center;
}

.blog-hero-card img {
  width: 220px;
  filter: drop-shadow(0 22px 28px rgba(21, 32, 28, 0.14));
}

.blog-hero-card p {
  margin: 0;
  color: var(--ink-2);
  font-weight: 750;
  line-height: 1.35;
}

.blog-layout,
.blog-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.article-card {
  border: 1px solid var(--hairline);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 46px rgba(21, 32, 28, 0.08);
  overflow: hidden;
}

.article-card a {
  display: block;
  min-height: 100%;
  padding: clamp(24px, 4vw, 38px);
  text-decoration: none;
}

.article-card.featured a {
  min-height: 360px;
}

.article-card h2 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 66px);
}

.article-card h3 {
  margin-top: 16px;
  font-size: 30px;
}

.article-card p {
  max-width: 720px;
  color: var(--ink-3);
  font-size: 18px;
  line-height: 1.55;
}

.article-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--ink-3);
  font-size: 14px;
  font-weight: 750;
}

.article-meta span {
  padding: 8px 10px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.topic-stack {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--hairline);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 38px rgba(21, 32, 28, 0.06);
}

.topic-stack div {
  padding: 16px;
  border-radius: 18px;
  background: var(--surface);
}

.topic-stack strong,
.topic-stack span {
  display: block;
}

.topic-stack span {
  margin-top: 6px;
  color: var(--ink-3);
  line-height: 1.45;
}

.article-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 84px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--ink-3);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--sage-deep);
  font-weight: 800;
  text-decoration: none;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 30px;
  align-items: end;
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid var(--hairline);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(228, 236, 223, 0.72));
  box-shadow: var(--shadow);
}

.article-hero h1 {
  font-size: clamp(44px, 6.8vw, 86px);
}

.article-hero img {
  width: 220px;
  justify-self: center;
  filter: drop-shadow(0 22px 28px rgba(21, 32, 28, 0.14));
}

.article-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 800px);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.toc-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--hairline);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 46px rgba(21, 32, 28, 0.07);
}

.toc-card a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--ink-2);
  font-weight: 750;
  text-decoration: none;
}

.toc-card a:hover {
  background: var(--sage-soft);
  color: var(--sage-deep);
}

.article-content {
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--hairline);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 46px rgba(21, 32, 28, 0.07);
}

.article-content h2 {
  margin-top: 40px;
  font-family: inherit;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.15;
}

.article-content h3 {
  margin-top: 0;
}

.article-content p,
.article-content li {
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.68;
}

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

.callout,
.answer-box,
.article-cta {
  border: 1px solid rgba(92, 122, 102, 0.22);
  border-radius: 22px;
  background: var(--sage-soft);
}

.callout,
.answer-box {
  padding: 18px;
}

.callout strong {
  color: var(--sage-deep);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.callout p,
.answer-box p {
  margin-bottom: 0;
}

.checklist-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 22px;
  background: var(--surface);
}

.checklist-table > div {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr 1.08fr;
  gap: 1px;
  border-top: 1px solid var(--hairline);
}

.checklist-table > div:first-child {
  border-top: 0;
  background: #294435;
  color: #F4F2EC;
}

.checklist-table strong,
.checklist-table span {
  padding: 16px;
  line-height: 1.45;
}

.checklist-table span {
  color: var(--ink-2);
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 42px 0;
  padding: 24px;
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta p {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
  color: var(--ink-3);
  font-size: 14px;
}

.site-footer div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer a {
  color: var(--ink-3);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--sage-deep);
}

.footer-mark {
  width: 28px;
  height: 28px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  animation: reveal 650ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.delay-1.is-visible {
  animation-delay: 90ms;
}

.delay-2.is-visible {
  animation-delay: 170ms;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes growBar {
  from {
    transform: scaleY(0.2);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 10px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    text-align: center;
  }

  .hero,
  .split,
  .showcase,
  .legal-layout,
  .support-hero,
  .blog-hero,
  .blog-layout,
  .blog-teaser,
  .article-hero,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .hero-art {
    min-height: 580px;
  }

  .phone-shell {
    right: 0;
  }

  .hero-mascot {
    left: 2px;
    width: 200px;
  }

  .section-heading,
  .legal-aside,
  .toc-card {
    position: static;
  }

  .proof-strip,
  .feature-grid,
  .info-grid,
  .submission-grid,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .submission-card {
    grid-row: auto;
  }

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

@media (max-width: 560px) {
  .section-pad {
    padding: 48px 0;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-art {
    min-height: 520px;
  }

  .phone-shell {
    width: 100%;
    min-height: 560px;
    padding: 26px 16px;
  }

  .next-dose strong {
    font-size: 46px;
  }

  .hero-mascot {
    width: 170px;
  }

  .proof-strip div,
  .feature-card,
  .submission-card,
  .submission-link,
  .faq-list,
  .support-hero {
    padding: 18px;
  }

  .article-hero img {
    width: 180px;
  }

  .store-link {
    width: 100%;
  }

  .legal-card {
    padding: 22px;
  }

  .legal-card p,
  .legal-card li,
  .article-content p,
  .article-content li {
    font-size: 15.5px;
  }

  .checklist-table > div {
    grid-template-columns: 1fr;
  }

  .checklist-table strong,
  .checklist-table span {
    padding: 12px 14px;
  }

  .article-cta {
    align-items: stretch;
    flex-direction: column;
  }
}
