/* Morris Artists — site-wide listing / home / page styles. Palette from active theme. */
:root{
  --ma-cream: var(--wp--preset--color--base, #FDFBF7);
  --ma-ink:   var(--wp--preset--color--contrast, #1A1A1A);
  --ma-accent:var(--wp--preset--color--accent, #6A1B29);
  --ma-muted: var(--wp--preset--color--muted, #6E655C);
  --ma-serif: var(--wp--preset--font-family--cormorant, Georgia, serif);
  --ma-sans:  var(--wp--preset--font-family--montserrat, system-ui, sans-serif);
}

/* Accessibility — visually-hidden H1 (present for screen readers; design hides visible headings) */
.ma-sr-h1, .ma-vh{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}

/* Accessibility — visible keyboard focus (mouse clicks unaffected via :focus-visible) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
.wp-block-navigation-item__content:focus-visible,
.wp-block-social-link-anchor:focus-visible{
  outline: 2px solid var(--ma-accent);
  outline-offset: 3px;
  border-radius: 1px;
}

/* Brand logo (footer white variant) */
.ma-brand{ line-height:0; }
.ma-brand__img{ width:100%; height:auto; display:block; }

/* Header brand lock-up: monogram mark + typeset wordmark + italic tagline */
.ma-lockup{ display:inline-flex; align-items:center; gap:.75rem; text-decoration:none; }
.ma-lockup__mark{ width:52px; height:auto; display:block; flex:none; }
.ma-lockup__word{ font-family:var(--ma-serif); text-transform:uppercase; letter-spacing:.18em; font-size:1.55rem; font-weight:600; color:var(--ma-ink); white-space:nowrap; line-height:1; }
.ma-lockup__tag{ font-family:var(--ma-serif); font-style:italic; font-size:1rem; color:var(--ma-muted); white-space:nowrap; padding-left:.75rem; border-left:1px solid color-mix(in srgb, var(--ma-ink) 22%, transparent); line-height:1.1; }
@media (max-width:900px){ .ma-lockup__tag{ display:none; } }
@media (max-width:600px){ .ma-lockup__mark{ width:40px; } .ma-lockup__word{ font-size:1.15rem; letter-spacing:.14em; } }

/* Sticky footer: on short pages, push the footer to the bottom of the viewport
   (full-height flex column; main content grows to fill the gap). */
.wp-site-blocks{ display:flex; flex-direction:column; min-height:100vh; min-height:100dvh; }
.wp-site-blocks > main{ flex:1 0 auto; }

/* Section framing helpers used on home/directory/news */
.ma-wrap{ max-width:1140px; margin:0 auto; padding:0 clamp(1.2rem,4vw,2rem); }
.ma-eyebrow{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.24em; font-size:.72rem; color:var(--ma-muted); font-weight:600; }
/* Two shapes, because the founder band's lead can now be either.
   p.ma-lead  — a single display-size sentence. The original, and what the home page renders.
   div.ma-lead — real body copy with headings and lists, which at 2.4rem would be absurd. */
p.ma-lead{ font-family:var(--ma-serif); font-size:clamp(1.6rem,3.2vw,2.4rem); line-height:1.25; font-weight:500; max-width:24ch; }

/* Projects — the per-artist Projects section AND the all-artists ma/projects block share these cards.
   A card with an image is two columns (image + body); without one it is a single column. */
.ma-projects{ display:grid; gap:2.4rem; }
.ma-project__title{ font-family:var(--ma-serif); font-size:1.45rem; line-height:1.25; margin:0 0 .55rem; }
.ma-project__text{ font-family:var(--ma-sans); font-size:1.02rem; line-height:1.7; max-width:66ch; }
.ma-project__text p{ margin:0 0 .85rem; }
.ma-project__text p:last-child{ margin-bottom:0; }
.ma-project__link{ margin:.7rem 0 0; }
.ma-project__link .ma-link{ display:inline-flex; align-items:center; gap:.3em; }
.ma-project__arrow{ width:.9em; height:.9em; flex:0 0 auto; }
.ma-project__media img{ width:100%; height:auto; display:block; }
/* Mobile-first: stacked (photo above text) is the DEFAULT, so there is no viewport width — including
   fractional ones under zoom — where neither state applies. Side-by-side, and the per-project
   "Image position" toggle that swaps the columns, only exist above the one breakpoint. */
.ma-project--media{ display:grid; gap:1rem; }
@media (min-width:641px){
  .ma-project--media{ grid-template-columns:minmax(0,270px) 1fr; gap:1.8rem; align-items:start; }
  .ma-project--mediaright{ grid-template-columns:1fr minmax(0,270px); }
  .ma-project--mediaright .ma-project__media{ order:2; } /* DOM keeps media-then-body */
}

/* All-artists Projects page (ma/projects) */
.ma-artist-projects{ display:grid; gap:3rem; }
.ma-artistproj{ padding-top:2.6rem; border-top:1px solid color-mix(in srgb, var(--ma-ink) 12%, transparent); }
.ma-artistproj:first-child{ padding-top:0; border-top:0; }
.ma-artistproj__name{ font-family:var(--ma-serif); font-size:1.9rem; line-height:1.15; margin:0 0 1.5rem; }
.ma-artistproj__name a{ color:var(--ma-ink); text-decoration:none; }
.ma-artistproj__name a:hover{ color:var(--ma-accent); }
.ma-projects__heading{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.22em; font-size:.9rem; color:var(--ma-muted); font-weight:600; margin:0 0 1.8rem; }

/* Shared inline link affordance — single definition, site-wide (loads on the artist page too). */
.ma-link{ font-family:var(--ma-sans); font-size:.9rem; color:var(--ma-ink); text-decoration:none; border-bottom:1px solid var(--ma-accent); padding-bottom:1px; }
.ma-link:hover{ color:var(--ma-accent); }


/* Fancy script section label, ABOVE the grid — grid stays full-width & centred. */
@font-face{ font-family:"Pinyon Script"; font-style:normal; font-weight:400; font-display:swap; src:url("../fonts/pinyon-script-400.woff2") format("woff2"); }
.ma-leadsec{ position:relative; }
/* Default (narrower windows): label sits above the grid. */
.ma-leadsec__label{ display:block; margin:0 0 .2rem; font-family:"Pinyon Script", var(--ma-serif), cursive; font-style:normal; font-weight:400; color:var(--ma-accent); font-size:clamp(2.4rem,5vw,3.4rem); line-height:1; letter-spacing:.01em; }
/* Wide windows: float the label into the left gutter, snug beside the grid.
   Grid is untouched (normal flow) so it keeps its width and rises to the top.
   max-width caps the label to the gutter so it can never overlap the grid. */
@media (min-width:1400px){
  .ma-leadsec__label{ position:absolute; top:-0.12em; right:100%; margin:0; padding-right:clamp(1rem,1.5vw,1.7rem); max-width:calc((100vw - 1140px) / 2 - 0.5rem); text-align:right; line-height:1.05; font-size:clamp(1.9rem,2vw,2.7rem); }
}

/* ---- Roster (directory + mosaic) ---- */
.ma-roster__filter{ display:flex; flex-wrap:wrap; gap:.5rem 1.4rem; margin:0 0 2rem; }
.ma-filter{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.14em; font-size:.72rem; color:var(--ma-muted); background:none; border:0; padding:.4rem 0; cursor:pointer; border-bottom:2px solid transparent; }
.ma-filter:hover{ color:var(--ma-ink); }
.ma-filter.is-active{ color:var(--ma-accent); border-color:var(--ma-accent); }

.ma-roster{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem 1.2rem; }
.ma-card{ text-decoration:none; color:var(--ma-ink); display:block; }
.ma-card.is-hidden{ display:none; }
.ma-card__frame{ overflow:hidden; background:var(--ma-muted); aspect-ratio:3/4; }
.ma-card__img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; display:block; }
.ma-card:hover .ma-card__img{ transform:scale(1.04); }
.ma-card__meta{ padding:.8rem 0 0; }
.ma-card__name{ display:block; font-family:var(--ma-serif); font-size:1.5rem; line-height:1.1; }
.ma-card__disc{ display:block; font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.16em; font-size:.66rem; color:var(--ma-muted); margin-top:.35rem; }

/* Mosaic (home hero): first tile spans two rows for asymmetry */
.ma-roster--mosaic{ grid-auto-rows:1fr; }
.ma-roster--mosaic .ma-card:nth-child(1){ grid-row:span 2; }
.ma-roster--mosaic .ma-card:nth-child(1) .ma-card__frame{ aspect-ratio:3/5; }
.ma-roster--mosaic .ma-card:nth-child(6){ grid-column:span 2; }
.ma-roster--mosaic .ma-card:nth-child(6) .ma-card__frame{ aspect-ratio:16/9; }

/* ---- News grid ---- */
.ma-news-heading{ font-family:var(--ma-serif); font-weight:600; font-size:clamp(1.8rem,3.5vw,2.4rem); margin:0 0 1.6rem; color:var(--ma-ink); }
.ma-newsgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.6rem; }
.ma-ncard{ text-decoration:none; color:var(--ma-ink); display:flex; flex-direction:column; gap:.5rem; }
.ma-ncard__frame{ display:block; overflow:hidden; aspect-ratio:3/2; margin-bottom:.3rem; background:var(--ma-muted); }
.ma-ncard__img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s ease; }
.ma-ncard.has-img:hover .ma-ncard__img{ transform:scale(1.04); }
.ma-ncard__date{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.12em; font-size:.66rem; color:var(--ma-muted); }
.ma-ncard__title{ font-family:var(--ma-serif); font-size:1.45rem; line-height:1.2; color:var(--ma-ink); }
.ma-ncard__excerpt{ font-family:var(--ma-sans); font-weight:400; font-size:.92rem; line-height:1.6; color:var(--ma-ink); }
.ma-ncard__more{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.12em; font-size:.66rem; color:var(--ma-muted); margin-top:.2rem; }
.ma-ncard:hover .ma-ncard__title{ color:var(--ma-accent); }

/* ---- Page heading + prose (directory/news/about/contact) ---- */
.ma-pagehead{ padding:clamp(2.4rem,6vw,4rem) 0 1.5rem; }
.ma-pagehead h1{ font-family:var(--ma-serif); font-weight:600; font-size:clamp(2.4rem,6vw,3.6rem); margin:.4rem 0 0; }
.ma-section-pad{ padding:clamp(2rem,5vw,3.5rem) 0; }

/* Home founder intro (50/50) */
/* Equal columns unless the block sets --ma-intro-photo (sidebar → "Photo width"). With the variable
   unset the fallback is 1fr, so this computes to exactly the original `1fr 1fr` — and the block emits
   no style attribute at all at its default, so the home page's markup is unchanged too. */
.ma-intro{ display:grid; grid-template-columns:1fr var(--ma-intro-photo, 1fr); gap:clamp(1.5rem,4vw,3.5rem); align-items:center; }
.ma-intro__img img{ width:100%; height:100%; object-fit:cover; aspect-ratio:4/5; }
.ma-intro__body{ font-family:var(--ma-sans); font-weight:400; line-height:1.75; }
.ma-intro__body p{ margin:0 0 1rem; }
/* Photo on the left instead of the right (block sidebar → "Photo position"). The band is a two-column
   grid with the body first in the DOM, so one `order` flips it. 'right' adds no class at all, which is
   what keeps the home page's markup byte-identical.
   NB: this reorders visually only — the photo link still follows the body copy in the tab order. For a
   two-cell band whose photo repeats the link beside it, that is the lesser evil compared with moving
   the image ahead of the text for screen-reader users. */
.ma-intro--photo-left .ma-intro__img{ order:-1; }
/* Photo first ⇒ the photo occupies the FIRST track, so the widths swap with it. (Both rules sit above
   the max-width:820px stacking rule, which therefore still wins on narrow screens.) */
.ma-intro--photo-left{ grid-template-columns:var(--ma-intro-photo, 1fr) 1fr; }
/* The rich lead: body-sized copy, with headings scaled to sit under the page's own H1 rather than
   inheriting the display type. Only ever applies to the <div> wrapper — see ma_founder_lead_html(). */
div.ma-lead{ font-family:var(--ma-sans); font-weight:400; font-size:1.06rem; line-height:1.7; max-width:46ch; }
div.ma-lead > :first-child{ margin-top:0; }
div.ma-lead > :last-child{ margin-bottom:0; }
div.ma-lead p{ margin:0 0 1rem; }
div.ma-lead h2{ font-family:var(--ma-serif); font-weight:600; font-size:clamp(1.4rem,2.4vw,1.9rem); line-height:1.2; margin:1.6rem 0 .6rem; }
div.ma-lead h3{ font-family:var(--ma-serif); font-weight:600; font-size:clamp(1.15rem,1.8vw,1.4rem); line-height:1.25; margin:1.4rem 0 .5rem; }
div.ma-lead h4{ font-family:var(--ma-sans); font-weight:600; text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; color:var(--ma-muted); margin:1.4rem 0 .5rem; }
div.ma-lead ul, div.ma-lead ol{ margin:0 0 1rem; padding-left:1.2rem; }
div.ma-lead li{ margin:0 0 .35rem; }
div.ma-lead blockquote{ margin:0 0 1rem; padding-left:1rem; border-left:2px solid var(--ma-accent); font-family:var(--ma-serif); font-style:italic; }
div.ma-lead a{ color:var(--ma-ink); text-decoration:none; border-bottom:1px solid var(--ma-accent); }
div.ma-lead a:hover{ color:var(--ma-accent); }

@media (max-width:820px){
  .ma-roster, .ma-newsgrid{ grid-template-columns:repeat(2,1fr); }
  .ma-roster--mosaic .ma-card:nth-child(1),
  .ma-roster--mosaic .ma-card:nth-child(6){ grid-row:auto; grid-column:auto; }
  .ma-roster--mosaic .ma-card__frame{ aspect-ratio:3/4 !important; }
  .ma-intro{ grid-template-columns:1fr; }
}
@media (max-width:520px){
  .ma-roster, .ma-newsgrid{ grid-template-columns:1fr; }
}

/* ===== Design-polish prototypes (2026-07-11 — need visual sign-off) ===== */
/* Subtle scroll-reveal (JS adds .ma-reveal; disabled for reduced-motion) */
@media (prefers-reduced-motion: no-preference){
  .ma-reveal{ opacity:0; transform:translateY(14px); transition:opacity .7s ease, transform .7s ease; }
  .ma-reveal.is-in{ opacity:1; transform:none; }
}
/* Signature duotone on roster thumbnails — resolves to full colour on hover; hero on profile stays full
   colour. Gated behind .ma-roster--duotone so the roster-grid block can toggle it (default on). */
.ma-card__frame{ position:relative; }
.ma-roster--duotone .ma-card__img{ filter:grayscale(1) contrast(1.03); transition:filter .55s ease, transform .6s ease; }
.ma-roster--duotone .ma-card__frame::after{ content:""; position:absolute; inset:0; background:var(--ma-overlay, var(--ma-accent)); mix-blend-mode:color; opacity:var(--ma-overlay-opacity, .5); pointer-events:none; transition:opacity .55s ease; }
.ma-roster--duotone .ma-card:hover .ma-card__img, .ma-roster--duotone .ma-card:focus-visible .ma-card__img{ filter:none; }
.ma-roster--duotone .ma-card:hover .ma-card__frame::after, .ma-roster--duotone .ma-card:focus-visible .ma-card__frame::after{ opacity:0; }

/* The same duotone on the founder photo (ma/founder-intro), gated behind .ma-intro--duotone so the
   block's "Brand overlay colour" toggle governs it. Default is OFF, so the band is untouched until
   the owner opts in. Deliberately a parallel rule set rather than an extra selector on the roster
   rules above: this block is on the home page and the roster must not move when this changes.
   Three things differ from the roster, all forced by the markup:
     - display:block on the anchor and img. Both are inline here, leaving a ~4px baseline gap inside
       the div; an inset:0 overlay would paint burgundy into that gap with no photo to blend against.
     - :focus-within, not :focus-visible — the focusable anchor is INSIDE the element carrying the
       overlay, not the element itself.
     - no overflow:hidden. The roster can afford it (its focusable element is the outer card); here it
       would clip the photo link's focus ring. WCAG 2.2 SC 2.4.11.
   isolation:isolate keeps mix-blend-mode from reaching the page background. */
.ma-intro--duotone .ma-intro__img{ position:relative; isolation:isolate; }
.ma-intro--duotone .ma-intro__img > a{ display:block; }
.ma-intro--duotone .ma-intro__img img{ display:block; filter:grayscale(1) contrast(1.03); transition:filter .55s ease; }
.ma-intro--duotone .ma-intro__img::after{ content:""; position:absolute; inset:0; background:var(--ma-overlay, var(--ma-accent)); mix-blend-mode:color; opacity:var(--ma-overlay-opacity, .5); pointer-events:none; transition:opacity .55s ease; }
.ma-intro--duotone .ma-intro__img:hover img,
.ma-intro--duotone .ma-intro__img:focus-within img{ filter:none; }
.ma-intro--duotone .ma-intro__img:hover::after,
.ma-intro--duotone .ma-intro__img:focus-within::after{ opacity:0; }
/* Monogram watermark — 1-page trial on the Approach page (body.page-id-303) */
body.page-id-303 .wp-block-group.alignfull:first-of-type,
body.page-id-303 main{ position:relative; }
body.page-id-303 main::before{ content:""; position:absolute; top:1rem; right:-1.5rem; width:min(42vw,460px); aspect-ratio:1200/1497;
  background:url(../monogram-burgundy.svg) no-repeat center/contain; opacity:.05; pointer-events:none; z-index:0; }

/* ===== Testimonials / trust anchors (PLACEHOLDERS — real quotes + logos to follow with permission) ===== */
.ma-testimonials{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1.8rem; margin:1.4rem 0 2.2rem; }
.ma-quote{ border-left:2px solid var(--ma-accent); padding-left:1.2rem; margin:0; }
.ma-quote p{ font-family:var(--ma-serif); font-style:italic; font-size:1.15rem; line-height:1.5; margin:0 0 .6rem; color:var(--ma-ink); }
.ma-quote cite{ font-family:var(--ma-sans); font-style:normal; text-transform:uppercase; letter-spacing:.12em; font-size:.66rem; color:var(--ma-muted); }
.ma-ph{ font-family:var(--ma-sans); font-size:.58rem; text-transform:uppercase; letter-spacing:.1em; color:var(--ma-accent); background:color-mix(in srgb,var(--ma-accent) 10%,transparent); padding:.18rem .5rem; border-radius:100px; display:inline-block; margin-bottom:.6rem; }
.ma-logos{ display:flex; flex-wrap:wrap; gap:1rem; align-items:center; }
.ma-logotile{ width:130px; height:58px; background:color-mix(in srgb,var(--ma-ink) 5%,transparent); border:1px dashed color-mix(in srgb,var(--ma-ink) 20%,transparent); display:grid; place-items:center; font-family:var(--ma-sans); font-size:.58rem; text-transform:uppercase; letter-spacing:.1em; color:var(--ma-muted); text-align:center; padding:.3rem; }

/* News → artist profile link */
.ma-morefrom{ margin-top:2rem; font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.12em; font-size:.72rem; }
.ma-morefrom a{ color:var(--ma-accent); text-decoration:none; border-bottom:1px solid var(--ma-accent); padding-bottom:2px; }

/* Artists-index tagline (directory only) */
.ma-card__tag{ display:block; font-family:var(--ma-sans); font-size:.8rem; line-height:1.4; color:var(--ma-ink); margin-top:.35rem; max-width:34ch; }

/* Editor only: the SSR block previews are non-interactive (wrapped in <Disabled>), so show a
   pointer to signal the whole preview is one selectable unit. These selectors only match in the
   block editor (.editor-styles-wrapper + data-type), so they never affect the front end. */
.editor-styles-wrapper [data-type="ma/roster-grid"] .components-disabled,
.editor-styles-wrapper [data-type="ma/latest-news"] .components-disabled,
.editor-styles-wrapper [data-type="ma/founder-intro"] .components-disabled { cursor: pointer; }

/* Editor only: the ma/heading block shown as a clear labelled chip (front end renders a real <hN>,
   never .ma-heading-edit, so these rules never touch the live site). */
.ma-heading-edit{ display:flex; flex-direction:column; gap:.15rem; padding:.5rem .75rem; border:1px dashed color-mix(in srgb, var(--ma-ink) 28%, transparent); border-radius:6px; background:color-mix(in srgb, var(--ma-accent) 6%, transparent); }
.ma-heading-edit.is-hidden{ opacity:.9; }
.ma-heading-edit__tag{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.14em; font-size:.6rem; color:var(--ma-muted); }
.ma-heading-edit__text{ font-family:var(--ma-serif); font-size:1.4rem; line-height:1.15; color:var(--ma-ink); }

/* Editor only: the Social share preview block — deliberately styled to read as NOT page content
   (dashed frame + hatched background). These classes only exist in the editor. */
.ma-share-preview{ margin-top:1.5rem; padding:1rem 1.1rem; border:2px dashed color-mix(in srgb, var(--ma-ink) 35%, transparent); border-radius:8px; background:repeating-linear-gradient(45deg, color-mix(in srgb, var(--ma-muted) 9%, transparent) 0 12px, transparent 12px 24px); }
.ma-share-preview__note{ font-family:var(--ma-sans); font-size:.8rem; line-height:1.5; color:var(--ma-muted); margin:0 0 .8rem; max-width:60ch; }
.ma-share-preview__card{ display:flex; gap:0; max-width:540px; background:var(--ma-cream); border:1px solid color-mix(in srgb, var(--ma-ink) 16%, transparent); border-radius:8px; overflow:hidden; }
.ma-share-preview__img{ flex:none; width:190px; align-self:stretch; min-height:118px; background-size:cover; background-position:center; background-color:var(--ma-muted); }
.ma-share-preview__body{ display:flex; flex-direction:column; gap:.28rem; padding:.75rem .85rem; justify-content:center; }
.ma-share-preview__host{ font-family:var(--ma-sans); text-transform:uppercase; letter-spacing:.08em; font-size:.62rem; color:var(--ma-muted); }
.ma-share-preview__title{ font-family:var(--ma-serif); font-size:1.05rem; line-height:1.2; color:var(--ma-ink); }
.ma-share-preview__desc{ font-family:var(--ma-sans); font-size:.8rem; line-height:1.45; color:var(--ma-muted); }

/* Option C (editor only): hide the core post-title field on pages whose H1 ma/heading IS the title.
   The .ma-hide-post-title class is set on the editor iframe's <html> by blocks-edit.js; this rule
   lives in the iframe via enqueue_block_assets. Never matches on the front end (class only set in editor). */
.ma-hide-post-title .wp-block-post-title,
.ma-hide-post-title .editor-post-title{ display:none !important; }

/* SC 2.4.11 Focus Not Obscured — the geometry contract for everything stuck to the top of the
   viewport. Every anchor jump, :target, scrollIntoView() and (in Chrome/Firefox) every Tab that
   scrolls a focused element into view clears the WHOLE stack rather than one bar:
     --ma-adminbar      the WP admin bar while fixed     (header-sticky.css; 0 for visitors)
     --ma-stick-header  the sticky site header           (header-sticky.css; 0 in the editor and on
                                                          short viewports, where it is not stuck)
     --ma-subnav-h      the artist page's sticky .ma-nav (artist-profile.css; 0 on every other page)
   All default to 0, so the calc() stays valid even with no other sheet loaded.

   NOTE: .ma-section and .ma-readmore__btn deliberately no longer carry scroll-margin-top. That was
   ADDITIVE with this rule — a 4.5rem scroll-padding plus a 4rem scroll-margin gave ~8.5rem of offset
   for a ~3.2rem bar, which read as generous spacing rather than the bug it was. One source of truth. */
:root{
  --ma-adminbar:     0px;
  --ma-header-h:     5rem;     /* fallback only — roster.js measures the real height */
  --ma-stick-header: 0px;      /* header-sticky.css raises this to --ma-header-h on the front end */
  --ma-subnav-h:     0px;      /* artist-profile.css raises this on artist pages */
  --ma-stick-gap:    0.75rem;  /* breathing room between the bars and the target */
}
html{ scroll-padding-top: calc(var(--ma-adminbar) + var(--ma-stick-header) + var(--ma-subnav-h) + var(--ma-stick-gap)); }
