:root {
  --bg: #f7f3ed;
  --paper: #fffaf3;
  --ink: #17201d;
  --muted: #64716d;
  --line: #e2d7ca;
  --green: #0f5f4f;
  --green-dark: #083e35;
  --orange: #e9783f;
  --blue: #315f8a;
  --shadow: 0 24px 70px rgba(23, 32, 29, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(233, 120, 63, 0.14), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(49, 95, 138, 0.12), transparent 32rem),
    var(--bg);
}

a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.25rem, 4vw, 4rem);
  background: rgba(247, 243, 237, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 215, 202, 0.8);
}
.brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-weight: 800;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  letter-spacing: -.04em;
  font-size: .82rem;
}
nav { display: flex; gap: 1rem; color: var(--muted); font-size: .95rem; }
nav a { text-decoration: none; }
nav a:hover { color: var(--green); }

main { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: start;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding: clamp(1.7rem, 3.5vw, 3.25rem) 0 clamp(2rem, 4vw, 3.25rem);
}
.eyebrow {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
  margin: 0 0 .8rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .9;
  letter-spacing: -.075em;
  margin-bottom: 1.25rem;
  max-width: 9.5ch;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .96;
  letter-spacing: -.055em;
  margin-bottom: 1rem;
}
h3 { font-size: 1.15rem; letter-spacing: -.025em; }
.lead {
  color: #3d4c48;
  font-size: clamp(1.12rem, 1.8vw, 1.36rem);
  line-height: 1.48;
  max-width: 680px;
}
.guide-panel {
  width: min(650px, 100%);
  padding: 1rem;
  margin: 1.1rem 0 .55rem;
  background: rgba(255, 250, 243, .84);
  border: 1px solid var(--line);
  border-radius: 1.3rem;
  box-shadow: 0 14px 35px rgba(23,32,29,.08);
}
.guide-panel label { display: block; font-weight: 750; margin-bottom: .55rem; }
.action-row { display: flex; gap: .7rem; }
.guide-cta .action-row { flex-wrap: wrap; margin-bottom: .7rem; }
.cta-label { font-weight: 800; margin-bottom: .45rem; color: var(--ink); }
input, button, .button {
  font: inherit;
  border-radius: .95rem;
}
input {
  flex: 1;
  border: 1px solid #d4c6b8;
  padding: 1rem;
  background: white;
  color: var(--ink);
}
button, .button {
  border: 0;
  padding: 1rem 1.2rem;
  font-weight: 800;
  color: white;
  background: var(--green);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
button:hover, .button:hover { background: var(--green-dark); }
.secondary-button {
  margin-left: .6rem;
  color: var(--green);
  background: rgba(15,95,79,.10);
  border: 1px solid rgba(15,95,79,.22);
}
.secondary-button:hover { color: white; background: var(--green-dark); }
.microcopy { margin: .75rem 0 0; color: var(--muted); font-size: .9rem; }
.start-module { padding: .9rem; }
.guide-cta .secondary-button { margin-left: 0; }
.start-order {
  display: grid;
  gap: .45rem;
  padding-top: .15rem;
}
.start-order div {
  display: grid;
  grid-template-columns: auto minmax(7.5rem, .38fr) minmax(0, 1fr);
  gap: .55rem;
  align-items: start;
  padding: .55rem .7rem;
  background: rgba(15,95,79,.06);
  border: 1px solid rgba(15,95,79,.13);
  border-radius: .75rem;
}
.start-order span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}
.start-order strong {
  color: var(--ink);
  font-size: .94rem;
  line-height: 1.25;
}
.start-order p {
  margin: 0;
  color: #4c5d58;
  font-size: .9rem;
  line-height: 1.35;
}
.source-note {
  margin: .6rem 0 0;
  padding-top: .6rem;
  border-top: 1px solid rgba(49,95,138,.18);
  color: #40514c;
  font-size: .92rem;
  line-height: 1.42;
}
.source-note strong { color: var(--blue); }
.hero-side {
  display: grid;
  align-content: start;
  gap: .9rem;
}
.hero-card {
  align-self: start;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  background: linear-gradient(150deg, #123f37, #0d6552 55%, #e9783f 165%);
  color: white;
  border-radius: 2rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
  box-shadow: var(--shadow);
  transform: none;
}
.card-topline { color: rgba(255,255,255,.7); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: .75rem; }
.hero-card h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 1rem 0; }
.hero-card p { color: rgba(255,255,255,.82); line-height: 1.55; }
.hero-card .mini-list {
  margin-top: 1.35rem;
  padding-top: 1.35rem;
}
.hero-trust-card {
  padding: 1rem 1.05rem;
  background: rgba(255,250,243,.9);
  border: 1px solid rgba(15,95,79,.18);
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(23,32,29,.07);
}
.hero-trust-card span {
  display: block;
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .45rem;
}
.hero-trust-card p {
  margin: 0;
  color: #40514c;
  font-size: .95rem;
  line-height: 1.5;
}
.mini-list { display: grid; gap: .55rem; margin-top: 1.35rem; }
.mini-list span {
  padding: .75rem .9rem;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1rem;
  font-weight: 750;
}
.section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  border-top: 1px solid var(--line);
}
.problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.problem p:last-child, .feature-split p, .final-cta p { color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.8rem; }
.cards article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.2rem;
  min-height: 220px;
}
.cards p { color: var(--muted); line-height: 1.55; }
.feature-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  align-items: center;
}
.text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.stat-card {
  padding: 2rem;
  border-radius: 1.6rem;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}
.stat-card strong { display: block; color: #ffc7a9; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin-bottom: 1rem; }
.stat-card span { display: block; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.05; letter-spacing: -.05em; font-weight: 850; }
.checklist {
  background: rgba(255,250,243,.55);
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1rem, calc((100vw - 1160px) / 2));
}
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
  margin-top: 1.6rem;
}
.check-grid label {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 1rem;
  font-weight: 700;
}
.check-grid input { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; accent-color: var(--green); }
.section-button { margin-top: 1.4rem; }
.example { max-width: 920px; margin: 0 auto; }
.issue-list { display: grid; gap: 1rem; margin-top: 1.4rem; }
.issue-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
}
.issue-list span {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  background: rgba(233,120,63,.14);
  color: var(--orange);
  border-radius: 999px;
  font-weight: 900;
}
.issue-list p { color: var(--muted); margin-bottom: 0; line-height: 1.55; }
.final-cta {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

/* Article / guide pages */
.article-shell { width: min(980px, calc(100% - 2rem)); }
.guide-article {
  padding: clamp(3rem, 7vw, 6rem) 0;
}
.guide-article h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6.1rem);
}
.article-lead {
  max-width: 850px;
  color: #3d4c48;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.55;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 1.5rem 0 2rem;
}
.article-meta span {
  padding: .65rem .8rem;
  border: 1px solid rgba(15,95,79,.18);
  border-radius: 999px;
  background: rgba(15,95,79,.08);
  color: #244840;
  font-size: .9rem;
  font-weight: 700;
}
.source-trust-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  gap: 1rem 1.4rem;
  align-items: start;
  margin: 0 0 2.2rem;
  padding: 1.2rem;
  background: rgba(255,250,243,.86);
  border: 1px solid rgba(15,95,79,.22);
  border-left: 5px solid var(--green);
  border-radius: 1.1rem;
  box-shadow: 0 14px 34px rgba(23,32,29,.07);
}
.source-trust-box p {
  margin-bottom: 0;
  color: #40514c;
  line-height: 1.6;
}
.source-trust-label {
  color: var(--green) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem !important;
  margin-bottom: .45rem !important;
}
.source-trust-box dl {
  display: grid;
  gap: .55rem;
  margin: 0;
}
.source-trust-box dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  padding: .65rem .75rem;
  background: rgba(15,95,79,.07);
  border: 1px solid rgba(15,95,79,.12);
  border-radius: .75rem;
}
.source-trust-box dt {
  margin: 0;
  color: #38534c;
  font-weight: 800;
}
.source-trust-box dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  text-align: right;
}
.source-trust-note {
  grid-column: 1 / -1;
  padding-top: .85rem;
  border-top: 1px solid rgba(15,95,79,.14);
  color: var(--muted) !important;
  font-size: .92rem !important;
}
.guide-share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .9rem 1rem;
  align-items: center;
  margin: -1rem 0 2.4rem;
  padding: .9rem 1rem;
  background: rgba(255,250,243,.72);
  border: 1px solid rgba(49,95,138,.18);
  border-radius: 1rem;
}
.guide-share p {
  margin: 0;
  color: #40514c;
  font-size: .95rem;
  line-height: 1.45;
}
.guide-share-label {
  color: var(--blue) !important;
  font-size: .76rem !important;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .25rem !important;
}
.guide-share-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .45rem;
}
.guide-share-actions a,
.guide-share-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: .6rem .75rem;
  border: 1px solid rgba(15,95,79,.18);
  border-radius: 999px;
  background: rgba(15,95,79,.08);
  color: var(--green);
  font-size: .9rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.guide-share-actions a:hover,
.guide-share-actions button:hover {
  color: #fff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}
.copy-status {
  grid-column: 1 / -1;
  min-height: 1rem;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1;
}
.guide-article section {
  padding: clamp(2.4rem, 5vw, 4.4rem) 0;
  border-top: 1px solid var(--line);
}
.guide-article p,
.guide-article li {
  color: #40514c;
  line-height: 1.72;
  font-size: 1.03rem;
}
.guide-article h2 { max-width: 860px; }
.guide-article h3 { margin-top: 1.8rem; font-size: 1.3rem; }
.callout {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  padding: clamp(1.3rem, 4vw, 2.2rem) !important;
  box-shadow: 0 16px 40px rgba(23,32,29,.08);
}
.warning-callout { border-color: rgba(233,120,63,.34); }
.inline-guide-panel {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 440px);
  gap: 1.5rem;
  align-items: center;
}
.guide-panel.compact { margin: 0; width: 100%; }
.red-flags {
  margin: 1rem 0 1.4rem;
  padding: 1rem;
  border-left: 4px solid var(--orange);
  background: rgba(233,120,63,.10);
  border-radius: .8rem;
  color: #55301e;
  line-height: 1.6;
}
blockquote {
  margin: 1.2rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--green);
  background: rgba(15,95,79,.08);
  border-radius: .8rem;
  font-size: 1.25rem;
  font-weight: 800;
}
.flag-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.flag-grid > div,
.check-columns > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1.1rem;
}
.flag-grid ul { padding-left: 1.1rem; }
.printable-checklist {
  background: rgba(255,250,243,.62);
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1rem, calc((100vw - 980px) / 2)) !important;
}
.check-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.3rem;
}
.check-columns label {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  padding: .7rem 0;
  color: #263a35;
  line-height: 1.45;
}
.check-columns input { flex: 0 0 auto; margin-top: .2rem; accent-color: var(--green); }
.checklist-bottom { margin-top: 1.2rem; font-weight: 850; color: var(--ink) !important; }
.source-list {
  display: grid;
  gap: .7rem;
  padding: 0;
  list-style: none;
}
.source-list a {
  display: block;
  padding: 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--green);
  text-decoration: none;
  font-weight: 800;
}
.source-list a:hover { border-color: var(--green); }
.article-final-cta {
  padding-bottom: 0 !important;
}
.feedback-cta {
  margin-top: 1rem;
  color: var(--muted) !important;
  font-size: .98rem !important;
}
.guide-feedback {
  max-width: 660px;
  margin-inline: auto;
  padding: .95rem 1rem;
  background: rgba(49,95,138,.08);
  border: 1px solid rgba(49,95,138,.18);
  border-radius: 1rem;
}
.guide-feedback strong {
  color: var(--ink);
}

.section-heading-row {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  gap: 2rem;
  align-items: end;
}
.section-heading-row > p,
.trust-section p,
.who-section p,
.section-intro {
  color: var(--muted);
  line-height: 1.65;
}
.launch-guides-section h2 {
  max-width: 950px;
}
.section-intro {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 1.06rem;
}
.sample-briefing {
  background: rgba(255,250,243,.48);
  margin-inline: calc(50% - 50vw);
  padding-inline: max(1rem, calc((100vw - 1160px) / 2));
}
.briefing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}
.briefing-grid article,
.audience-cards article,
.metrics-grid article,
.guide-process-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.25rem;
  box-shadow: 0 12px 30px rgba(23,32,29,.06);
}
.topic-pill {
  display: inline-block;
  padding: .45rem .65rem;
  border-radius: 999px;
  background: rgba(15,95,79,.10);
  color: var(--green);
  font-weight: 850;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.topic-pill.money { background: rgba(233,120,63,.13); color: var(--orange); }
dl { margin: 1rem 0 0; }
dt { font-weight: 850; color: var(--ink); margin-top: .85rem; }
dd { margin: .25rem 0 0; color: var(--muted); line-height: 1.55; }
.trust-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.source-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
.source-grid a,
.source-grid span {
  display: block;
  padding: .9rem 1rem;
  border: 1px solid rgba(15,95,79,.18);
  border-radius: 1rem;
  background: rgba(15,95,79,.08);
  color: #244840;
  font-weight: 780;
  text-decoration: none;
}
.source-grid a:hover { border-color: var(--green); background: rgba(15,95,79,.13); }
.audience-cards article { min-height: 180px; }
.guide-path {
  gap: 1.05rem;
}
.guide-path .guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding-top: 1.15rem;
  overflow: hidden;
}
.guide-path .guide-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--green);
}
.guide-path .guide-card h3 {
  margin: .85rem 0 .65rem;
  line-height: 1.12;
}
.guide-path .guide-card p {
  color: var(--muted);
  line-height: 1.55;
}
.guide-path .guide-card .text-link {
  margin-top: auto;
}
.guide-step {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .35rem;
  padding: .36rem .55rem;
  border-radius: 999px;
  background: rgba(15,95,79,.10);
  color: var(--green);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}
.guide-card.admin::before { background: var(--blue); }
.guide-card.admin .guide-step {
  background: rgba(49,95,138,.12);
  color: var(--blue);
}
.guide-card.healthcare::before,
.guide-card.money::before { background: var(--orange); }
.guide-card.healthcare .guide-step,
.guide-card.money .guide-step {
  background: rgba(233,120,63,.13);
  color: #b9562e;
}
.guide-card.setup::before { background: var(--ink); }
.guide-card.setup .guide-step {
  background: rgba(23,32,29,.10);
  color: #2d3c38;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}
.metrics-grid strong {
  display: block;
  color: var(--green);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: .95;
  letter-spacing: -.055em;
  margin-bottom: .65rem;
}
.guide-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.guide-process-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  min-height: 178px;
}
.process-badge {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(15,95,79,.10);
  color: var(--green);
  border: 1px solid rgba(15,95,79,.18);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
}
.guide-process-grid h3 {
  margin: .1rem 0 .45rem;
  line-height: 1.12;
}
.guide-process-grid p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 2rem;
  align-items: start;
}
.footer-grid strong { display: block; color: var(--ink); margin-bottom: .55rem; }
.footer-grid p { line-height: 1.6; margin-bottom: .7rem; }
.footer-note { font-size: .92rem; color: #6f7a76; }
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .9rem;
  font-size: .95rem;
}
.footer-links a { color: var(--green); font-weight: 750; text-decoration: none; }
.footer-links a:hover { color: var(--green-dark); text-decoration: underline; }
.legal-page h1 { max-width: 13ch; }
.legal-page ul { padding-left: 1.2rem; }

@media (max-width: 900px) {
  .hero, .problem, .feature-split, .inline-guide-panel, .section-heading-row, .trust-section, .footer-grid { grid-template-columns: 1fr; }
  .hero {
    min-height: auto;
    gap: 2rem;
    padding: clamp(2.8rem, 8vw, 4.5rem) 0 clamp(3rem, 8vw, 4.5rem);
  }
  .source-trust-box { grid-template-columns: 1fr; }
  .guide-share { grid-template-columns: 1fr; margin-top: -.8rem; }
  .guide-share-actions { justify-content: flex-start; }
  h1 { max-width: 11ch; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card {
    align-self: stretch;
    transform: none;
  }
  .flag-grid, .check-columns, .briefing-grid, .metrics-grid, .guide-process-grid { grid-template-columns: 1fr; }
  .guide-process-grid article { min-height: 0; }
}
@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }
  .site-header nav {
    display: flex;
    width: 100%;
    gap: .45rem;
    overflow-x: auto;
    padding-bottom: .2rem;
    scrollbar-width: thin;
  }
  .site-header nav a {
    flex: 0 0 auto;
    padding: .55rem .7rem;
    border: 1px solid rgba(15,95,79,.16);
    border-radius: 999px;
    background: rgba(255,250,243,.72);
    color: #244840;
    font-weight: 750;
    font-size: .88rem;
  }
  .action-row { flex-direction: column; }
  .hero {
    padding: 2.4rem 0 3.2rem;
  }
  .guide-panel {
    margin-top: 1.35rem;
  }
  .start-order div {
    grid-template-columns: auto 1fr;
  }
  .start-order p {
    grid-column: 2;
  }
  .grid, .check-grid, .source-grid { grid-template-columns: 1fr; }
  .guide-share-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .guide-share-actions a,
  .guide-share-actions button {
    width: 100%;
  }
  h1, .guide-article h1 {
    font-size: 3.1rem;
    line-height: .94;
  }
}

@media print {
  .site-header,
  .inline-guide-panel,
  .guide-share,
  .article-final-cta,
  footer {
    display: none;
  }
  body { background: white; }
  .guide-article, .guide-article section { padding: 1rem 0 !important; }
  .callout, .flag-grid > div, .check-columns > div { box-shadow: none; }
  a::after { content: " (" attr(href) ")"; font-weight: 400; }
}
