@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin.woff2') format('woff2');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

:root { color-scheme: dark; --status-progress: #d9a13b; }
:root[data-theme="light"] { color-scheme: light; --status-progress: #9a6e1f; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* Anchor targets must clear the sticky glass header. */
section[id] { scroll-margin-top: 76px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: radial-gradient(120% 90% at 50% 0%, var(--page-a), var(--page-b));
  min-height: 100vh;
  line-height: 1.6;
}
/* Fixed aurora mesh: gives the whole page quiet depth, not just the hero. Static. */
body::before {
  content: ''; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(58% 48% at 12% -4%, color-mix(in srgb, var(--primary) 20%, transparent), transparent 70%),
    radial-gradient(52% 44% at 104% 6%, color-mix(in srgb, var(--cta) 12%, transparent), transparent 68%),
    radial-gradient(80% 62% at 50% 108%, color-mix(in srgb, var(--primary) 10%, transparent), transparent 72%);
}
:root[data-theme="light"] body::before {
  background:
    radial-gradient(58% 48% at 12% -4%, color-mix(in srgb, var(--primary) 9%, transparent), transparent 70%),
    radial-gradient(52% 44% at 104% 6%, color-mix(in srgb, var(--cta) 6%, transparent), transparent 68%),
    radial-gradient(80% 62% at 50% 108%, color-mix(in srgb, var(--primary) 5%, transparent), transparent 72%);
}
/* Fine grain over everything: kills gradient banding, adds a premium matte tooth. */
body::after {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
:root[data-theme="light"] body::after { opacity: .025; mix-blend-mode: multiply; }

.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--primary-2), var(--primary));
  box-shadow: 0 0 10px color-mix(in srgb, var(--primary) 55%, transparent);
}
.wrap { max-width: 880px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 600; line-height: 1.2; text-wrap: balance; }
/* Prettier line breaks: no single-word orphans on the last line of a paragraph. */
p { text-wrap: pretty; }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}
.skip-link {
  position: absolute; left: 16px; top: -48px; z-index: 100;
  background: var(--surface); color: var(--ink); border: 1px solid var(--line-2);
  border-radius: var(--radius-field); padding: 10px 16px; font-size: .9rem;
  text-decoration: none; transition: top .15s ease;
}
.skip-link:focus-visible { top: 12px; }

:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 4px; }
.btn-cta:focus-visible { outline-color: var(--cta); }

header.site {
  padding: 14px 0; position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--page-a) 72%, transparent);
  backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  transition: background .25s ease, box-shadow .25s ease;
}
/* Gradient hairline under the header, matching the section dividers. */
header.site::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2) 12%, var(--line-2) 88%, transparent);
}
/* Once the page scrolls, the bar goes more solid with a soft shadow. */
header.site.scrolled {
  background: color-mix(in srgb, var(--page-a) 90%, transparent);
  box-shadow: 0 6px 22px -12px rgba(0, 0, 0, .6);
}
header.site .wrap { display: flex; align-items: center; gap: 10px; }
.crumb-sep { flex: none; width: 1px; height: 20px; background: var(--line-2); }
.brand {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: 1.35rem;
  color: var(--ink); text-decoration: none;
}
/* Real FormsPal logo. Fill set here (not inline) so the strict CSP holds; the
   square follows the theme's --primary like the sibling sites. */
.fp-logo { width: 26px; height: 26px; flex: none; display: block; }
.fp-logo .sq { fill: var(--primary); }
.fp-logo .mk { fill: #fff; }
.brand-word { line-height: 1; }
/* Trust Center lockup: shield-check glyph + refined label, set off by the divider. */
.crumb { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: .92rem; font-weight: 500; letter-spacing: .01em; }
/* Frosted-glass trust shield: translucent tint, specular shine, bright rim, soft cool halo
   with a gentle light-shift shimmer. */
.crumb-icon {
  flex: none; width: 18px; height: 18px; overflow: visible;
  filter: drop-shadow(0 1px 3px rgba(90, 200, 230, .45));
  animation: tc-shimmer 6s ease-in-out infinite;
}
@keyframes tc-shimmer {
  0%, 100% { filter: hue-rotate(-12deg) drop-shadow(0 1px 3px rgba(90, 200, 230, .45)); }
  50%      { filter: hue-rotate(16deg) drop-shadow(0 1px 5px rgba(120, 150, 255, .5)); }
}
.theme-toggle {
  margin-left: auto; align-self: center;
  width: 40px; height: 40px; font-size: 1.1rem; line-height: 1;
  background: var(--surface-2); color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px; cursor: pointer;
}
.theme-toggle:hover { border-color: var(--line-2); color: var(--ink); }

.hero { padding: 72px 0 56px; text-align: center; position: relative; overflow: hidden; }
.hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 2px; position: relative; }
.hero p { color: var(--ink-soft); max-width: 620px; margin: 0 auto; position: relative; }
.hero .wrap { position: relative; }
.grad {
  background: linear-gradient(92deg, var(--primary-2), var(--primary), var(--primary-2));
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: sheen 9s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 0% 0; } 50% { background-position: 100% 0; } }
.glow {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(72px); will-change: transform;
}
.glow-a {
  width: 480px; height: 480px; top: -190px; left: 6%;
  background: radial-gradient(circle, var(--primary) 0%, transparent 65%);
  opacity: .26; animation: drift-a 9s ease-out forwards;
}
.glow-b {
  width: 430px; height: 430px; top: -130px; right: 4%;
  background: radial-gradient(circle, var(--cta) 0%, transparent 65%);
  opacity: .15; animation: drift-b 11s ease-out forwards;
}
:root[data-theme="light"] .glow-a { opacity: .16; }
:root[data-theme="light"] .glow-b { opacity: .1; }
@keyframes drift-a { to { transform: translate(70px, 46px) scale(1.14); } }
@keyframes drift-b { to { transform: translate(-60px, 30px) scale(1.1); } }
.sig { display: block; width: min(300px, 56%); margin: 0 auto 16px; color: var(--primary-2); }
.sig path { stroke-dasharray: 100; stroke-dashoffset: 100; animation: sig-draw 1.5s .35s ease forwards; }
@keyframes sig-draw { to { stroke-dashoffset: 0; } }
.cta-row { margin-top: 30px; display: flex; gap: 18px; justify-content: center; align-items: center; flex-wrap: wrap; }
.btn-cta {
  /* 1.2rem (19.2px) at weight 700 qualifies as WCAG large text, so the vivid
     brand orange clears the 3:1 large-text bar without being darkened. */
  position: relative; overflow: hidden;
  background: var(--cta); color: #fff; text-decoration: none; font-weight: 700;
  font-size: 1.2rem; line-height: 1.2;
  padding: 12px 26px; border-radius: var(--radius-cta); box-shadow: var(--btn-shadow);
  transition: background .15s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-cta::after {
  content: ''; position: absolute; top: 0; left: -75%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.30), transparent);
  transform: skewX(-18deg); transition: left .6s ease;
}
.btn-cta:hover { background: var(--cta-hover); transform: translateY(-1px); box-shadow: var(--cta-shadow); }
.btn-cta:hover::after { left: 130%; }

.link-quiet { color: var(--primary); font-size: .95rem; position: relative; }
/* Links draw an underline in from the left on hover/card-hover. */
.link-quiet::after, .j-link::after {
  content: ''; position: absolute; left: 0; bottom: -2px; height: 1px; width: 100%;
  background: currentColor; transform: scaleX(0); transform-origin: 0 50%;
  transition: transform .3s ease;
}
.link-quiet:hover::after, .j-card:hover .j-link::after { transform: scaleX(1); }

.journey { padding: 0 0 56px; }
.j-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.j-card {
  position: relative; display: flex; flex-direction: column; align-items: flex-start;
  text-decoration: none;
  background:
    radial-gradient(260px 220px at var(--mx, 50%) var(--my, -10%), color-mix(in srgb, var(--primary) 10%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card); padding: 22px 24px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
  transition: border-color .15s ease, transform .25s ease, box-shadow .25s ease;
}
.j-card:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: var(--btn-shadow-h), inset 0 1px 0 color-mix(in srgb, #fff 6%, transparent); }
.j-card:not(:last-child)::after {
  content: '→'; position: absolute; right: -22px; top: 24px;
  color: var(--faint); font-size: 1.1rem;
}
.j-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 14px; }
.j-icon {
  width: 40px; height: 40px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--primary) 13%, transparent);
  border-radius: 12px; color: var(--primary-2);
}
.j-icon svg { width: 23px; height: 23px; }
.j-kicker { text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; font-weight: 600; color: var(--faint); }
.j-card h3 { color: var(--ink); font-size: 1.25rem; margin: 4px 0 8px; }
.j-card p { color: var(--ink-soft); font-size: .95rem; }
.j-link { position: relative; display: inline-block; margin-top: auto; padding-top: 14px; color: var(--primary); font-size: .9rem; font-weight: 600; }

section.block { padding: 48px 0; position: relative; }
/* Hairline dividers fade at the edges instead of a hard full-width rule. */
section.block::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2) 16%, var(--line-2) 84%, transparent);
}
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--primary-2); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; margin-bottom: 10px; }
.eyebrow::before { content: ''; width: 24px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--primary-2), transparent); }
section.block h2 { font-size: 1.75rem; margin-bottom: 14px; }
section.block > .wrap > p { color: var(--ink-soft); max-width: 680px; }

.rule-card {
  margin-top: 26px; padding: 24px 26px;
  background: radial-gradient(140% 130% at 20% 0%, var(--paper-hi), var(--paper));
  border: 1px solid var(--paper-line); border-radius: var(--radius-card);
  color: var(--paper-ink); box-shadow: var(--modal-shadow);
}
.rule-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.rule-card p { color: var(--paper-soft); max-width: 68ch; }
.rule-card strong { color: var(--paper-ink); }

.steps { margin-top: 26px; display: grid; gap: 12px; }
.step {
  position: relative; display: flex; gap: 15px; align-items: flex-start;
  background:
    radial-gradient(300px 170px at var(--mx, 50%) var(--my, -30%), color-mix(in srgb, var(--primary) 8%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-card); padding: 16px 20px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
  transition: border-color .15s ease, transform .2s ease, box-shadow .2s ease;
}
.step:hover { border-color: var(--line-2); transform: translateX(4px); box-shadow: var(--btn-shadow-h), inset 0 1px 0 color-mix(in srgb, #fff 6%, transparent); }
/* Numbered/checked step markers echo the journey-card icon tiles for one rhythm. */
.step .n {
  flex: none; width: 32px; height: 32px; display: grid; place-items: center;
  background: color-mix(in srgb, var(--primary) 14%, transparent);
  border-radius: 10px; color: var(--primary-2);
  font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; line-height: 1;
  font-variant-numeric: lining-nums;
}
.step p { color: var(--ink-soft); font-size: .95rem; max-width: 66ch; padding-top: 5px; }
.step p strong { color: var(--ink); }

.fact-card {
  position: relative; overflow: hidden;
  margin-top: 26px; padding: 24px 26px;
  background:
    radial-gradient(360px 240px at var(--mx, 50%) var(--my, -10%), color-mix(in srgb, var(--primary) 9%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-card);
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
}
/* Gradient accent rail + oversized quote watermark = a featured "proof" card. */
.fact-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(var(--primary-2), var(--primary));
}
.fact-card::after {
  content: '\201C'; position: absolute; right: 20px; top: -18px;
  font-family: var(--font-head); font-weight: 700; font-size: 7rem; line-height: 1;
  color: color-mix(in srgb, var(--primary) 13%, transparent); pointer-events: none;
}
.fact-card .fact-claim { position: relative; font-family: var(--font-head); font-weight: 600; font-size: 1.32rem; line-height: 1.28; margin-bottom: 13px; max-width: 58ch; }
.fact-card blockquote { position: relative; color: var(--ink-soft); font-size: .95rem; font-style: italic; padding-left: 16px; border-left: 2px solid color-mix(in srgb, var(--primary) 45%, var(--line-2)); max-width: 66ch; }
.fact-card .fact-meta { margin-top: 16px; color: var(--faint); font-size: .85rem; }
.fact-card .fact-meta a { color: var(--primary); }

/* Attorney reviewers: the "editorial team" made concrete. Same card language. */
.reviewers { margin-top: 40px; }
.reviewer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.reviewer {
  position: relative; display: flex; gap: 16px; align-items: flex-start;
  background:
    radial-gradient(300px 200px at var(--mx, 50%) var(--my, -20%), color-mix(in srgb, var(--primary) 9%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius-card); padding: 22px 24px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
  transition: border-color .15s ease, transform .25s ease, box-shadow .25s ease;
}
.reviewer:hover { border-color: var(--line-2); transform: translateY(-3px); box-shadow: var(--btn-shadow-h), inset 0 1px 0 color-mix(in srgb, #fff 6%, transparent); }
.reviewer-photo {
  flex: none; width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  border: 2px solid color-mix(in srgb, var(--primary) 55%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary) 10%, transparent);
}
.reviewer-name { font-family: var(--font-head); font-weight: 600; font-size: 1.2rem; color: var(--ink); line-height: 1.2; }
.reviewer-role { color: var(--primary-2); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin: 4px 0 8px; }
.reviewer-bio { color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }

.asof { color: var(--faint); font-size: .85rem; margin-top: 14px; }
.asof a { color: var(--primary); }

.comp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 12px; margin-top: 26px; }
.comp {
  background:
    radial-gradient(260px 220px at var(--mx, 50%) var(--my, -10%), color-mix(in srgb, var(--primary) 9%, transparent), transparent 60%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-card); padding: 22px 24px;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
  transition: transform .25s ease, box-shadow .25s ease, border-color .15s ease;
}
.comp:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--btn-shadow-h), inset 0 1px 0 color-mix(in srgb, #fff 6%, transparent); }
.comp h3 { font-size: 1.25rem; margin-bottom: 6px; }
.comp p { color: var(--ink-soft); font-size: .95rem; }
/* Status pills: tinted chip + border carry the status color; label stays high-contrast. */
.badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 12px; padding: 4px 11px 4px 9px; border-radius: 999px;
  border: 1px solid var(--line-2); text-decoration: none;
}
.badge .dot { width: 7px; height: 7px; border-radius: 50%; }
.badge.progress {
  color: var(--ink-soft);
  border-color: color-mix(in srgb, var(--status-progress) 38%, transparent);
  background: color-mix(in srgb, var(--status-progress) 12%, transparent);
}
.badge.progress .dot { background: var(--status-progress); animation: pulse 2.6s ease-in-out infinite; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--status-progress) 45%, transparent); }
  55% { box-shadow: 0 0 0 6px color-mix(in srgb, var(--status-progress) 0%, transparent); }
}
.badge.achieved {
  color: var(--primary-2);
  border-color: color-mix(in srgb, var(--primary) 42%, transparent);
  background: color-mix(in srgb, var(--primary) 12%, transparent);
}
.badge.achieved:hover { background: color-mix(in srgb, var(--primary) 18%, transparent); }
.badge.achieved .dot { background: var(--primary-2); }
.vanta-link { margin-top: 16px; }
.vanta-link:empty { display: none; }
.vanta-link a { color: var(--primary-2); font-size: .95rem; }

.contact-card { margin-top: 26px; }
.contact-card:empty { display: none; }
.contact-card h3 { font-size: 1.25rem; margin-bottom: 14px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-item {
  display: flex; flex-direction: column; gap: 5px;
  padding: 16px 20px; text-decoration: none;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
  transition: border-color .15s ease, transform .2s ease, box-shadow .2s ease;
}
.contact-item:hover { border-color: var(--line-2); transform: translateY(-2px); box-shadow: var(--btn-shadow-h), inset 0 1px 0 color-mix(in srgb, #fff 6%, transparent); }
.contact-label { color: var(--faint); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.contact-value { color: var(--primary); font-weight: 600; font-size: .95rem; word-break: break-word; }
.contact-note { color: var(--faint); font-size: .85rem; margin-top: 12px; }

.subhead { font-size: 1.25rem; margin-top: 40px; }
.subnote { color: var(--faint); font-size: .85rem; margin-top: 6px; max-width: 68ch; }
.subnote a { color: var(--primary); }
.ledger {
  margin-top: 16px; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-card); overflow: hidden;
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 4%, transparent);
}
.ledger:empty { display: none; }
.ledger .row { display: grid; grid-template-columns: 230px 1fr; gap: 18px; padding: 16px 20px; transition: background .15s ease; }
.ledger .row:hover { background: color-mix(in srgb, var(--primary) 5%, transparent); }
.ledger .row + .row { border-top: 1px solid var(--line); }
.ledger dt { color: var(--ink); font-weight: 600; font-size: .95rem; }
.ledger dd { color: var(--ink-soft); font-size: .95rem; }
.ledger dd::first-letter { text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
.j-card.reveal:nth-child(2) { transition-delay: .09s; }
.j-card.reveal:nth-child(3) { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .glow-a, .glow-b, .badge.progress .dot, .grad, .crumb-icon { animation: none; }
  .grad { background-position: 0 0; }
  .sig path { animation: none; stroke-dashoffset: 0; }
  .btn-cta::after { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .j-card, .comp, .btn-cta, .step { transition: none; }
  .j-card:hover, .comp:hover, .btn-cta:hover, .step:hover { transform: none; }
}

footer.site { padding: 40px 0 48px; position: relative; color: var(--faint); font-size: .85rem; }
footer.site::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2) 16%, var(--line-2) 84%, transparent);
}
footer.site a { text-decoration: none; }
footer.site a:hover { text-decoration: underline; }

.foot-inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px 40px; align-items: start; }
.foot-brand .brand { font-size: 1.2rem; }
.foot-brand .fp-logo { width: 24px; height: 24px; }
.foot-tag { color: var(--faint); max-width: 40ch; margin: 12px 0; line-height: 1.55; }
.foot-mail { color: var(--primary); font-weight: 600; }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 16px; }
.foot-links a { color: var(--ink-soft); }
.foot-addr { font-style: normal; color: var(--faint); line-height: 1.65; margin-bottom: 14px; }
.foot-addr strong { color: var(--ink-soft); font-weight: 600; }
.foot-disc { color: var(--faint); max-width: 58ch; line-height: 1.65; }

/* Journey cards stack before their text gets cramped (3-across gets too narrow
   below ~800px inside the 880px wrap). Stacked cards use a vertical connector. */
@media (max-width: 800px) {
  .j-grid { grid-template-columns: 1fr; gap: 16px; }
  .j-card:not(:last-child)::after { content: '↓'; right: auto; top: auto; left: 24px; bottom: -18px; }
  .journey { padding-bottom: 44px; }
}

@media (max-width: 720px) {
  .hero { padding: 56px 0 44px; }
  .foot-inner { grid-template-columns: 1fr; gap: 26px; }
  .contact-grid { grid-template-columns: 1fr; }
  .reviewer-grid { grid-template-columns: 1fr; }
  .ledger .row { grid-template-columns: 1fr; gap: 2px; padding: 14px 18px; }
}

/* On phones the avatar stacks above the text so long role labels get full width. */
@media (max-width: 480px) {
  .reviewer { flex-direction: column; gap: 14px; }
}
