/* Household + five-tier ladder — page-specific rules for pricing.html,
   emergency-access.html, and the family strand on index/product/shelves.

   New file on purpose: tokens.css, base.css and components.css are off
   limits, and the five-tier grid needs column counts the four-tier
   .tier-grid in pricing.css cannot express. Everything here is either a
   `--five` modifier on an existing block or a new `.hh-` / `.fam-` block.

   Shared primitives (.card, .chip, .btn, .grid, .icon, .section-head …)
   still come from components.css. */

/* ---- Five-tier plan grid -------------------------------------------------
   Five cards do not fit at the container width the four-tier grid used, so
   this steps down 5 → 3 → 2 → 1 rather than 4 → 2 → 1. The 3-column step
   leaves a 3+2 bottom row, which reads fine because the cards stretch. */
.tier-grid--five{ grid-template-columns: repeat(5, minmax(0,1fr)); gap: var(--space-4); }
@media (max-width: 1240px){ .tier-grid--five{ grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--space-5); } }
@media (max-width: 900px){ .tier-grid--five{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 620px){ .tier-grid--five{ grid-template-columns: minmax(0,1fr); } }

/* At five across the cards are narrow — trim the padding and price size so
   nothing wraps mid-word. Restored at the 3-column step. */
@media (min-width: 1241px){
  .tier-grid--five .tier-card{ padding: var(--space-5); }
  .tier-grid--five .tier-card__price{ font-size: 1.85rem; }
  .tier-grid--five .tier-card__tagline{ min-height: 44px; }
}

/* Buttons do not wrap by default, so a CTA label longer than a fifth of the
   grid renders wider than its own card and spills into the next column.
   Allowing a wrap keeps a longer label inside the card it belongs to. */
.tier-grid--five .tier-card__cta{ white-space: normal; }
/* The badge sits above the card edge; at five across it needs to start from
   the same inset as the trimmed padding so it does not hang off the corner. */
.tier-grid--five .tier-card__badge{ left: var(--space-5); }

/* The household tier is sold as people, not seats — mark it so the price
   block can carry a different unit without looking like a seat price. */
.tier-card__unit{
  display: block; font-family: var(--font-sans); font-size: var(--text-micro);
  font-weight: 600; color: var(--blue-700); margin-top: 4px;
}
.tier-card--household{ border-color: var(--blue-300); }
.tier-card__note{
  margin-top: var(--space-3); padding-top: var(--space-3);
  border-top: var(--border-hairline);
  font-size: var(--text-micro); color: var(--text-tertiary);
}
.tier-card__note a{ color: var(--blue-600); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.tier-card__note a:hover{ color: var(--blue-700); }

/* ---- Five-column compare grid -------------------------------------------- */
.compare--five > *{ min-width: 900px; }
.compare--five .compare__plans,
.compare--five .compare__row{ grid-template-columns: 1.7fr repeat(5, 1fr); }

/* ---- The two claims, stated once, at the top of pricing -------------------
   Deliberately plain: two facts side by side, each with its own source line.
   No gradient, no icon flourish — the numbers do the work. */
.claim-pair{
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: var(--space-5); max-width: 940px; margin: var(--space-8) auto 0;
}
/* When it opens a section it is already sitting on the section's own padding,
   and the two stacked to 144px of empty white above the first card. */
.container > .claim-pair:first-child{ margin-top: 0; }
@media (max-width: 760px){ .claim-pair{ grid-template-columns: minmax(0,1fr); } }
.claim{
  padding: var(--space-6); border: var(--border-hairline);
  border-radius: var(--radius-lg); background: var(--surface-page); text-align: left;
}
.claim__headline{ font-family: var(--font-display); font-weight: 700; font-size: var(--text-h4); color: var(--ink-900); }
.claim__body{ margin-top: var(--space-3); font-size: var(--text-small); color: var(--text-secondary); line-height: 1.6; }
.claim__source{ margin-top: var(--space-4); font-size: var(--text-micro); color: var(--text-tertiary); }
.claim__source strong{ color: var(--text-secondary); }

/* ---- Five people, not five seats -----------------------------------------
   The whole point of the household is that it is people. Drawing it as five
   figures rather than a row of seat counters is the argument. */
/* A grid rather than a wrapping flex row: five equal columns always fit the
   container, so "five people" reads as five across instead of breaking to
   4+1 whenever the container happens to be a few pixels short. */
.household-people{
  display: grid; grid-template-columns: repeat(5, minmax(0,1fr));
  gap: var(--space-4); margin-top: var(--space-7);
  max-width: 860px; margin-inline: auto;
}
@media (max-width: 720px){ .household-people{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 460px){ .household-people{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
.hh-person{
  padding: var(--space-4); text-align: center;
  border: var(--border-hairline); border-radius: var(--radius-lg); background: var(--surface-page);
}
.hh-person--payer{ border-color: var(--blue-600); }
.hh-person__avatar{
  width: 46px; height: 46px; margin: 0 auto; border-radius: var(--radius-full);
  background: var(--ink-50); color: var(--ink-700);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-body);
}
.hh-person--payer .hh-person__avatar{ background: var(--blue-600); color: var(--white); }
.hh-person__name{ margin-top: var(--space-3); font-weight: 600; font-size: var(--text-small); color: var(--ink-900); }
.hh-person__role{ margin-top: 2px; font-size: var(--text-micro); color: var(--text-tertiary); line-height: 1.4; }
.hh-person__plan{ margin-top: var(--space-3); font-size: var(--text-micro); font-weight: 600; color: var(--blue-700); }

/* ---- "It stays yours" — the reassurance block ----------------------------
   Given the most visual weight on the page after the plan grid, because it
   is the single thing that makes a household not a trap. */
.hh-keep{
  max-width: 860px; margin-inline: auto; padding: var(--space-8);
  border: 2px solid var(--success-700); border-radius: var(--radius-xl);
  background: var(--success-50);
}
@media (max-width: 560px){ .hh-keep{ padding: var(--space-5); } }
.hh-keep__title{ font-family: var(--font-display); font-weight: 700; font-size: var(--text-h3); color: var(--ink-900); }
.hh-keep__lede{ margin-top: var(--space-4); color: var(--text-secondary); }
.hh-keep__list{ margin-top: var(--space-6); display: grid; gap: var(--space-4); list-style: none; padding: 0; }
.hh-keep__list li{ display: flex; gap: var(--space-3); align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.6; }
.hh-keep__list svg{ width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; color: var(--success-700); }
.hh-keep__list strong{ color: var(--ink-900); }

/* ---- Is / is not — the workspace boundary --------------------------------
   A household is not a team workspace. Two columns, stated flatly, so the
   limits are found here rather than discovered after paying. */
.hh-bounds{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-5); }
@media (max-width: 760px){ .hh-bounds{ grid-template-columns: minmax(0,1fr); } }
.hh-bound{ padding: var(--space-6); border: var(--border-hairline); border-radius: var(--radius-lg); }
.hh-bound--is{ background: var(--surface-page); border-color: var(--success-700); }
.hh-bound--isnt{ background: var(--surface-sunken); }
.hh-bound__title{ font-family: var(--font-display); font-weight: 700; font-size: var(--text-h4); color: var(--ink-900); }
.hh-bound__list{ margin-top: var(--space-5); display: grid; gap: var(--space-3); list-style: none; padding: 0; }
.hh-bound__list li{ display: flex; gap: 10px; align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.55; }
.hh-bound__list svg{ width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; }
.hh-bound--is svg{ color: var(--success-700); }
.hh-bound--isnt svg{ color: var(--ink-300); }
.hh-bound__foot{ margin-top: var(--space-5); padding-top: var(--space-4); border-top: var(--border-hairline); font-size: var(--text-micro); color: var(--text-tertiary); }

/* ---- How it works — numbered steps ---------------------------------------- */
.hh-steps{ display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--space-5); counter-reset: hhstep; }
@media (max-width: 900px){ .hh-steps{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px){ .hh-steps{ grid-template-columns: minmax(0,1fr); } }
.hh-step{ padding: var(--space-5); border: var(--border-hairline); border-radius: var(--radius-lg); background: var(--surface-page); }
.hh-step__num{
  width: 30px; height: 30px; border-radius: var(--radius-full);
  background: var(--blue-600); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-small);
}
.hh-step__title{ margin-top: var(--space-4); font-weight: 600; font-size: var(--text-body); color: var(--ink-900); }
.hh-step__desc{ margin-top: var(--space-2); font-size: var(--text-small); color: var(--text-secondary); line-height: 1.55; }

/* ---- Emergency access ------------------------------------------------------
   Warning-toned rather than danger-toned: this is a serious feature, not an
   alarming one, and the copy has to survive whatever the legal answer turns
   out to be. The scope line is not decoration — it is the whole point. */
.hh-emergency{ max-width: 900px; margin-inline: auto; }
.hh-emergency__card{
  padding: var(--space-7); border: var(--border-hairline-strong);
  border-radius: var(--radius-xl); background: var(--surface-page);
}
@media (max-width: 560px){ .hh-emergency__card{ padding: var(--space-5); } }
.hh-emergency__scope{
  margin-top: var(--space-6); padding: var(--space-5);
  border-radius: var(--radius-lg); background: var(--warning-50);
  border: 1px solid var(--warning-700);
}
.hh-emergency__scope-title{ display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: var(--text-small); color: var(--ink-900); }
.hh-emergency__scope-title svg{ width: 18px; height: 18px; flex-shrink: 0; color: var(--warning-700); }
.hh-emergency__scope p{ margin-top: var(--space-3); font-size: var(--text-small); color: var(--text-secondary); line-height: 1.6; }
.hh-grants{ margin-top: var(--space-6); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-5); }
@media (max-width: 700px){ .hh-grants{ grid-template-columns: minmax(0,1fr); } }
.hh-grant__title{ font-weight: 700; font-size: var(--text-small); color: var(--ink-900); }
.hh-grant__list{ margin-top: var(--space-3); display: grid; gap: var(--space-2); list-style: none; padding: 0; }
.hh-grant__list li{ display: flex; gap: 8px; align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.5; }
.hh-grant__list svg{ width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; }
.hh-grant--does svg{ color: var(--success-700); }
.hh-grant--does-not svg{ color: var(--ink-300); }

/* ---- The family strand on business-shaped pages ---------------------------
   A band, not a microsite: same section rhythm as everything around it, one
   clear route through to household.html. */
.fam-band{ display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--space-9); align-items: center; }
@media (max-width: 900px){ .fam-band{ grid-template-columns: minmax(0,1fr); gap: var(--space-7); } }
.fam-band__list{ margin-top: var(--space-6); display: grid; gap: var(--space-4); list-style: none; padding: 0; }
.fam-band__list li{ display: flex; gap: var(--space-3); align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.6; }
.fam-band__list svg{ width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; color: var(--blue-600); }
.fam-band__list strong{ color: var(--ink-900); }
.fam-band__cta{ margin-top: var(--space-7); display: flex; gap: var(--space-4); flex-wrap: wrap; }

/* ---- The free plan, stated plainly --------------------------------------
   Sits ahead of the two priced bands on the landing page. Without it the
   page reads as "pick one of two paid plans", because both bands open with
   a number. R0 is given the same type scale as R99 and R179 on purpose —
   it is a plan, not a trial, and it should look like one. */
.free-band{
  display: grid; grid-template-columns: minmax(0,300px) 1fr; gap: var(--space-8);
  align-items: start; max-width: 1000px; margin-inline: auto;
  padding: var(--space-8); border: 2px solid var(--success-700);
  border-radius: var(--radius-xl); background: var(--success-50);
}
@media (max-width: 860px){
  .free-band{ grid-template-columns: minmax(0,1fr); gap: var(--space-7); padding: var(--space-6); }
}
@media (max-width: 560px){ .free-band{ padding: var(--space-5); } }
.free-band__price{
  font-family: var(--font-display); font-size: 3.25rem; font-weight: 700;
  letter-spacing: var(--tracking-h); color: var(--ink-900); line-height: 1;
}
.free-band__price span{
  display: block; font-family: var(--font-sans); font-size: var(--text-body);
  font-weight: 500; color: var(--text-secondary); margin-top: var(--space-3);
}
.free-band__note{ margin-top: var(--space-5); font-size: var(--text-small); color: var(--text-secondary); line-height: 1.6; }
.free-band__cta{ margin-top: var(--space-6); }
.free-band__list{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-4) var(--space-6); list-style: none; padding: 0; }
@media (max-width: 620px){ .free-band__list{ grid-template-columns: minmax(0,1fr); } }
.free-band__list li{ display: flex; gap: 10px; align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.5; }
.free-band__list svg{ width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; color: var(--success-700); }
.free-band__list strong{ color: var(--ink-900); }
.free-band__label{
  font-size: var(--text-small); font-weight: 700; text-transform: uppercase;
  letter-spacing: var(--tracking-eyebrow); color: var(--text-tertiary);
  margin-bottom: var(--space-5);
}
/* The second half — who else never pays. This is the part people assume
   wrongly, so it gets its own heading rather than being a bullet. */
.free-band__others{ margin-top: var(--space-7); padding-top: var(--space-6); border-top: 1px solid var(--success-700); }

/* The business band is the household band's mirror — same component, same
   weight, visual on the opposite side so the two read as a matched pair
   rather than one section repeated. Text stays first on narrow screens,
   where "reversed" means nothing and reading order is all that matters. */
.fam-band--reverse{ grid-template-columns: 1fr 1.05fr; }
.fam-band--reverse > :first-child{ order: 2; }
.fam-band--reverse > :last-child{ order: 1; }
@media (max-width: 900px){
  .fam-band--reverse{ grid-template-columns: minmax(0,1fr); }
  .fam-band--reverse > :first-child{ order: 1; }
  .fam-band--reverse > :last-child{ order: 2; }
}
/* Business shelf items carry the orange accent so a glance separates the two
   bands without reading either. */
.fam-shelf--biz .fam-shelf__icon{ background: var(--orange-50); color: var(--orange-700); }
.fam-band--reverse .fam-band__list svg{ color: var(--orange-600); }

/* The shelf sketch — a home's paperwork, drawn as the shelf it becomes. */
.fam-shelf{ padding: var(--space-6); border: var(--border-hairline); border-radius: var(--radius-xl); background: var(--surface-sunken); }
.fam-shelf__row{ display: grid; gap: var(--space-3); }
.fam-shelf__item{
  display: flex; align-items: center; gap: var(--space-3);
  padding: var(--space-4); border-radius: var(--radius-md);
  background: var(--surface-page); border: var(--border-hairline);
}
.fam-shelf__icon{
  width: 34px; height: 34px; border-radius: var(--radius-sm); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--blue-50); color: var(--blue-600);
}
.fam-shelf__icon svg{ width: 18px; height: 18px; }
.fam-shelf__label{ display: block; font-size: var(--text-small); font-weight: 600; color: var(--ink-900); }
.fam-shelf__owner{ display: block; font-size: var(--text-micro); color: var(--text-tertiary); margin-top: 1px; }
.fam-shelf__tag{ margin-left: auto; flex-shrink: 0; }

/* ---- App mockups: household screens --------------------------------------
   Used by the app/household-*.html static mockups. Sits alongside app.css's
   own blocks rather than modifying them. */
.hhapp-member{
  display: flex; align-items: center; gap: var(--space-4);
  padding: var(--space-4) 0; border-top: var(--border-hairline);
  flex-wrap: wrap;
}
.hhapp-member:first-child{ border-top: none; }
/* Flex items default to min-width:auto, so the text column cannot shrink below
   its longest line. At 375px that pushed avatar + text + chip + button past
   the viewport and dragged the whole .aa-stack grid column with it — the stack
   is an implicit auto column, so one unshrinkable row widens every card on the
   page. Measured at +17px before this. */
.hhapp-member > span{ min-width: 0; }
.hhapp-member__meta{ overflow-wrap: anywhere; }
@media (max-width: 620px){
  /* Drop the actions onto their own line, aligned past the avatar, rather than
     squeezing them onto a row that has already run out of room. */
  .hhapp-member__actions{ margin-left: 56px; width: 100%; }
}
.hhapp-member__avatar{
  width: 40px; height: 40px; border-radius: var(--radius-full); flex-shrink: 0;
  background: var(--ink-50); color: var(--ink-700);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: var(--text-small);
}
.hhapp-member__avatar--payer{ background: var(--blue-600); color: var(--white); }
.hhapp-member__avatar--empty{ background: transparent; border: 1px dashed var(--ink-300); color: var(--ink-300); }
/* Both are <span> so the row can stay a flex line; display:block stacks the
   name over its meta line instead of running them together. */
.hhapp-member__name{ display: block; font-weight: 600; font-size: var(--text-small); color: var(--ink-900); }
.hhapp-member__meta{ display: block; font-size: var(--text-micro); color: var(--text-tertiary); margin-top: 2px; }
.hhapp-member__actions{ margin-left: auto; display: flex; gap: var(--space-3); align-items: center; flex-wrap: wrap; }

.hhapp-seats{ display: flex; gap: 6px; margin-top: var(--space-4); }
.hhapp-seat{ flex: 1; height: 6px; border-radius: var(--radius-full); background: var(--ink-100); }
.hhapp-seat.is-taken{ background: var(--blue-600); }

/* Consent panel used on the accept-invitation and nominee screens: what you
   are agreeing to, itemised, before any button is pressed. */
.hhapp-consent{ display: grid; gap: var(--space-3); list-style: none; padding: 0; margin-top: var(--space-5); }
.hhapp-consent li{ display: flex; gap: var(--space-3); align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.55; }
.hhapp-consent svg{ width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; }
.hhapp-consent li.is-yes svg{ color: var(--success-700); }
.hhapp-consent li.is-no svg{ color: var(--ink-300); }
.hhapp-consent strong{ color: var(--ink-900); }

/* Leaving a household — what goes, what stays. Green/neutral rather than
   red: leaving is a normal thing to do, not a destructive one. */
.hhapp-split{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--space-5); margin-top: var(--space-6); }
@media (max-width: 760px){ .hhapp-split{ grid-template-columns: minmax(0,1fr); } }
.hhapp-split__col{ padding: var(--space-5); border-radius: var(--radius-lg); border: var(--border-hairline); }
.hhapp-split__col--keep{ background: var(--success-50); border-color: var(--success-700); }
.hhapp-split__col--lose{ background: var(--surface-sunken); }
.hhapp-split__title{ font-weight: 700; font-size: var(--text-small); color: var(--ink-900); }
.hhapp-split__list{ margin-top: var(--space-4); display: grid; gap: var(--space-3); list-style: none; padding: 0; }
.hhapp-split__list li{ display: flex; gap: 10px; align-items: flex-start; font-size: var(--text-small); color: var(--text-secondary); line-height: 1.5; }
.hhapp-split__list svg{ width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
.hhapp-split__col--keep svg{ color: var(--success-700); }
.hhapp-split__col--lose svg{ color: var(--ink-300); }

/* The nominee's read-only view — a banner that never lets them forget the
   access is scoped and logged. */
.hhapp-nominee-banner{
  display: flex; gap: var(--space-4); align-items: flex-start;
  padding: var(--space-5); border-radius: var(--radius-lg);
  background: var(--warning-50); border: 1px solid var(--warning-700);
}
.hhapp-nominee-banner svg{ width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--warning-700); }
.hhapp-nominee-banner__title{ display: block; font-weight: 700; font-size: var(--text-small); color: var(--ink-900); }
.hhapp-nominee-banner__desc{ display: block; margin-top: var(--space-2); font-size: var(--text-small); color: var(--text-secondary); line-height: 1.55; }

/* Timeline for the emergency-access request/wait/open sequence. */
.hhapp-timeline{ margin-top: var(--space-5); display: grid; gap: 0; list-style: none; padding: 0; }
.hhapp-timeline li{ display: flex; gap: var(--space-4); padding-bottom: var(--space-5); position: relative; }
.hhapp-timeline li::before{
  content: ""; position: absolute; left: 11px; top: 24px; bottom: 0;
  width: 2px; background: var(--ink-100);
}
.hhapp-timeline li:last-child{ padding-bottom: 0; }
.hhapp-timeline li:last-child::before{ display: none; }
.hhapp-timeline__dot{
  width: 24px; height: 24px; border-radius: var(--radius-full); flex-shrink: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink-100); color: var(--ink-700);
  font-size: var(--text-micro); font-weight: 700;
}
.hhapp-timeline li.is-done .hhapp-timeline__dot{ background: var(--success-700); color: var(--white); }
.hhapp-timeline li.is-current .hhapp-timeline__dot{ background: var(--warning-700); color: var(--white); }
.hhapp-timeline__title{ display: block; font-weight: 600; font-size: var(--text-small); color: var(--ink-900); }
.hhapp-timeline__desc{ display: block; margin-top: 2px; font-size: var(--text-micro); color: var(--text-tertiary); line-height: 1.5; }

/* ==========================================================================
   Emergency access page (emergency-access.html)
   The household page keeps a short summary and links here; this is where the
   subject is actually treated. Prefixed .ea-.
   ========================================================================== */

/* The three grounding figures. Restrained on purpose — this is a page about
   illness and death, and a big number set in orange would be working the
   reader rather than informing them. */
.ea-figures{
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: var(--space-5); max-width: 900px; margin-inline: auto;
}
.ea-figure{
  background: var(--white); border: var(--border-hairline);
  border-radius: var(--radius-lg); padding: var(--space-6);
}
.ea-figure__n{
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--text-h2); line-height: 1.1; color: var(--ink-900);
}
.ea-figure__l{
  margin-top: var(--space-3); font-size: var(--text-small);
  color: var(--text-secondary); line-height: 1.6;
}

/* Was a two-column split with a phone screenshot beside it. The screenshot is
   gone; this keeps the prose to a readable measure instead of letting it run
   the full container width now that nothing sits next to it. */
.ea-single{ max-width: 72ch; }

.ea-prose{ max-width: 68ch; margin: var(--space-8) auto 0; }
.ea-prose p + p{ margin-top: var(--space-4); }
.ea-prose__note{
  margin-top: var(--space-6); padding-top: var(--space-4);
  border-top: 1px dashed var(--ink-200);
  font-size: var(--text-micro); color: var(--text-tertiary); line-height: 1.6;
}

.ea-legal{
  max-width: 68ch; margin: var(--space-8) auto var(--space-10);
  padding-inline: var(--container-pad);
  font-size: var(--text-micro); color: var(--text-tertiary);
  line-height: 1.6; text-align: center;
}

@media (max-width: 900px){
  .ea-figures{ grid-template-columns: minmax(0,1fr); gap: var(--space-4); }
}
