/**
 * ummahmediagroup.com  -  Build A rebuild (Aug 11 2026)
 * Page-specific styles. Imports (in order): tokens.css, components.css,
 * pricing-language.css, fonts.css, then this file.
 *
 * This file does three jobs the shared brand-system files do not:
 *   1. Gives Build A a light-mode base for --surface-base/--text-primary.
 *      Build A opts into data-umg-voice="estate" only, no data-umg-theme
 *      (per design spec 0.1)  -  none of the three firewalled theme blocks
 *      in tokens.css ([data-umg-theme="ummah"|"muslimreach"|"void"]) apply
 *      to it, so those two variables are otherwise undefined here. This is
 *      a small necessary addition, not a spec deviation.
 *   2. The Build-A-only page layout: masthead, hero, two-wings grid,
 *      Verified Numeral component (design spec 1.6, reproduced verbatim),
 *      team/contact/footer.
 *   3. The dark-mode proposal from design spec 0.5  -  RATIFIED for dark mode
 *      ratification before it ships (flagged again at the block itself).
 */

/* ── 1. Light-mode base (Build A has no data-umg-theme) ─────────────────── */

html[data-umg-voice="estate"] {
  --surface-base: var(--cream);
  --text-primary: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--surface-base);
  color: var(--text-primary);
  font-family: var(--font-editorial-body);
  font-size: var(--text-base);
  line-height: 1.5;
  text-wrap: balance;
}
h1, h2, h3, p { text-wrap: balance; }
p { text-wrap: pretty; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ── 2. Skip link ─────────────────────────────────────────────────────── */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--cream);
  padding: var(--space-3) var(--space-5);
  z-index: 1000;
  font-weight: 600;
}
.skip-link:focus {
  left: var(--space-4);
  top: var(--space-4);
}

/* ── 3. Masthead / nav ────────────────────────────────────────────────── */

.umg-estate-flag { position: sticky; top: 0; z-index: var(--z-sticky); }
.umg-estate-flag-row { flex-wrap: wrap; }

.masthead-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  min-height: 44px;
}
.masthead-seal { flex-shrink: 0; }

.masthead-nav {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}
.masthead-link {
  font-family: var(--font-editorial-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-editorial-strong);
  text-decoration: none;
  padding: var(--space-2) 0;
  border-bottom: 1px solid transparent;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.masthead-link:hover,
.masthead-link:focus-visible {
  color: var(--forest);
  border-bottom-color: var(--gold);
}
.masthead-link--promoted {
  color: var(--gold-text);
  font-weight: 600;
}
.masthead-link--promoted:hover,
.masthead-link--promoted:focus-visible {
  color: var(--forest);
}
:focus-visible { outline: 3px solid var(--forest); outline-offset: 2px; }
.umg-estate-btn:focus-visible,
.masthead-link:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--rule);
  border-radius: var(--radius-editorial-sm);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  transition: transform var(--duration-base) var(--ease), opacity var(--duration-base) var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .masthead-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: var(--space-3);
  }
  .masthead-nav.is-open { display: flex; }
  .masthead-link { width: 100%; border-bottom: 1px solid var(--rule-soft); }
}

/* ── 4. Hero ──────────────────────────────────────────────────────────── */

.hero {
  padding: var(--space-24) 0 var(--space-16);
}
@media (max-width: 860px) {
  .hero { padding: var(--space-12) 0 var(--space-10); }
}

.hero-bismillah-top {
  font-family: 'Amiri', serif;
  font-size: 15px;
  color: var(--ink-editorial);
  margin: 0 0 var(--space-8);
  letter-spacing: 0.02em;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: var(--space-6);
}

.hero-lede-row {
  display: flex;
  gap: var(--space-16);
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: var(--space-8);
}
.hero-actions {
  display: flex;
  gap: var(--space-6);
  align-items: center;
  margin-top: var(--space-8);
  flex-wrap: wrap;
}
.hero-address {
  margin-top: var(--space-10);
  font-size: 13px;
  color: var(--ink-editorial);
  padding-top: var(--space-4);
  border-top: 1px solid var(--rule-soft);
}
.hero-address a { color: var(--forest); text-decoration: underline; }

/* ── 5. Sub-flag index bar ───────────────────────────────────────────── */

.subflag-inner { flex-wrap: wrap; gap: var(--space-2); }

/* ── 6. Chapter subsections (Our Story / Why We Own the Stack) ─────────── */

.chapter-body {
  padding: var(--space-8) 0 var(--space-4);
  max-width: 68ch;
}
.chapter-body p { margin: 0 0 var(--space-5); font-size: 16px; color: var(--ink-editorial-strong); }
.chapter-body p:last-child { margin-bottom: 0; }

.value-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-8);
}
.value-tile h3 {
  font-family: var(--font-editorial-display);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 var(--space-2);
  color: var(--ink);
}
.value-tile p { margin: 0; font-size: 14px; color: var(--ink-editorial); }

.build-note-inline {
  font-family: var(--font-editorial-body);
  font-size: 13px;
  font-style: italic;
  color: var(--ink-editorial);
  border-left: 2px solid var(--gold);
  padding-left: var(--space-4);
  margin: var(--space-6) 0;
}

/* ── 7. Two Wings ─────────────────────────────────────────────────────── */

.wings-intro { max-width: 60ch; margin: var(--space-4) 0 var(--space-10); font-size: 16px; color: var(--ink-editorial-strong); }

.wings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-bottom: var(--space-16);
}
.wing {
  padding: var(--space-2) var(--space-10) 0 0;
}
.wing + .wing {
  border-left: 1px solid var(--rule);
  padding: var(--space-2) 0 0 var(--space-10);
}
.wing-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}
.wing--consumer .wing-eyebrow { color: var(--forest); }
.wing--enterprise .wing-eyebrow { color: var(--slate); }
.wing h3 {
  font-family: var(--font-editorial-display);
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 var(--space-4);
  color: var(--ink);
}
.wing p { font-size: 15px; line-height: 1.6; color: var(--ink-editorial-strong); margin: 0 0 var(--space-6); }
.wing--consumer .umg-estate-btn-primary { background: var(--forest); border-color: var(--forest); }
.wing--consumer .umg-estate-btn-primary:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.wing--enterprise .umg-estate-btn-primary { background: var(--slate); border-color: var(--slate); color: var(--cream); }
.wing--enterprise .umg-estate-btn-primary:hover { background: #111D35; border-color: #111D35; }

@media (max-width: 768px) {
  .wings-grid { grid-template-columns: 1fr; }
  .wing, .wing + .wing {
    padding: var(--space-8) 0;
    border-left: none;
    border-top: 1px solid var(--rule);
  }
  .wing:first-child { border-top: none; padding-top: var(--space-4); }
}

/* ── 8. Numbers That Matter / Verified Numeral (design spec 1.6, verbatim) */

.numbers-subhead { max-width: 60ch; margin: var(--space-4) 0 var(--space-10); font-size: 16px; color: var(--ink-editorial-strong); }

.numerals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-6);
  padding-bottom: var(--space-10);
}

.umg-numeral-card {
  /* extends .umg-estate-card (imported from pricing-language.css) */
}

.umg-numeral {
  font-family: var(--font-editorial-display);
  font-weight: 500;
  font-size: 40px;
  color: var(--ink);
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-1);
  margin: 0;
}
.umg-source-mark {
  font-family: var(--font-editorial-body);
  font-size: 13px;
  line-height: 1;
  color: var(--gold-text);
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--space-1);
  min-width: 32px;
  min-height: 32px;
  transition: color var(--duration-base) var(--ease);
}
.umg-source-mark:hover,
.umg-source-mark:focus-visible { color: var(--forest); }
.umg-source-mark:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 2px;
}
.umg-numeral-label {
  font-family: var(--font-editorial-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  margin: var(--space-2) 0 var(--space-1);
}
.umg-numeral-desc {
  font-size: 13px;
  color: var(--ink-editorial);
  margin: 0;
  line-height: 1.5;
}
.umg-source-panel {
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid var(--rule);
  font-size: 12px;
}
.umg-source-panel-label {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin: 0 0 var(--space-1);
}
.umg-source-panel-body { margin: 0 0 var(--space-1); color: var(--ink-editorial-strong); }
.umg-source-panel-date { color: var(--ink-editorial-faint); margin: 0; }
.umg-source-panel[hidden] { display: none; }

.numbers-gap-note {
  border-top: 1px solid var(--rule);
  padding-top: var(--space-6);
  font-size: 14px;
  color: var(--ink-editorial);
  max-width: 68ch;
}

/* ── 9. Team ──────────────────────────────────────────────────────────── */

.team-body { max-width: 60ch; margin: var(--space-4) 0 var(--space-2); font-size: 16px; color: var(--ink-editorial-strong); }
.team-body p { margin: 0 0 var(--space-4); }
.team-roles {
  font-family: var(--font-editorial-display);
  font-size: 17px;
  color: var(--ink);
  margin: 0 0 var(--space-6);
}
.team-footlink { font-size: 14px; color: var(--ink-editorial); margin-top: var(--space-6); }
.team-footlink a { color: var(--forest); text-decoration: underline; }

/* ── 10. Contact ──────────────────────────────────────────────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-16);
}
.contact-body { font-size: 16px; color: var(--ink-editorial-strong); max-width: 46ch; margin: 0 0 var(--space-8); }
.contact-channel {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 14px;
}
.contact-channel:last-child { border-bottom: none; }
.contact-channel-icon { flex-shrink: 0; color: var(--gold-text); margin-top: 2px; }
.contact-channel-label { font-weight: 600; color: var(--ink); display: block; }
.contact-channel a { color: var(--forest); text-decoration: underline; }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: var(--space-8); }
}

/* ── 11. Footer ───────────────────────────────────────────────────────── */

.site-footer {
  border-top: 1.5px solid var(--ink);
  padding: var(--space-16) 0 var(--space-10);
  margin-top: var(--space-16);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: var(--space-10);
  padding-bottom: var(--space-10);
}
.footer-tagline {
  font-family: var(--font-editorial-display);
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 var(--space-3);
  color: var(--ink);
}
.footer-desc { font-size: 13.5px; color: var(--ink-editorial); max-width: 34ch; }
.footer-desc a { color: var(--forest); text-decoration: underline; }
.footer-col h3.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-editorial-faint);
  margin: 0 0 var(--space-4);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: var(--space-2); }
.footer-col a {
  font-size: 13.5px;
  color: var(--ink-editorial-strong);
  text-decoration: none;
}
.footer-col a:hover { color: var(--forest); text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid var(--rule);
  padding-top: var(--space-6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
}
.footer-arabic-closing {
  font-family: 'Amiri', serif;
  font-size: 15px;
  color: var(--ink-editorial);
  margin: 0;
}
.footer-legal { font-size: 12.5px; color: var(--ink-editorial-faint); margin: 0; text-align: right; }
@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-legal { text-align: left; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ── 12. Staging-only TODO chips (per CMO-7 review + task instructions) ── */
/* These render only in this staging build so Tab can see every deliberate
   copy gap in place. They must be stripped before this ever leaves
   staging  -  each one is tagged data-staging-only for that grep. */

.staging-chip {
  display: inline-block;
  font-family: var(--font-editorial-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #92400E;
  background: #FEF3C7;
  border: 1px dashed #B45309;
  border-radius: var(--radius-editorial-sm);
  padding: 3px 8px;
  margin: var(--space-2) 0;
}
.staging-chip--memo-gated { color: #92400E; }
.staging-chip--build-note { color: #1B2A4A; background: #E8EDF5; border-color: #1B2A4A; }
.staging-banner {
  background: var(--ink);
  color: var(--cream);
  font-size: 13px;
  text-align: center;
  padding: var(--space-2) var(--space-4);
}
.staging-banner b { color: var(--gold-bright); }

/* ── 13. Dark mode  -  RATIFIED (CD verdict, Aug 11 2026 round 3: unscoped
   full-page dark sweep, zero contrast failures both viewports; scoped to DARK
   MODE specifically). Formerly DRAFT (design spec 0.5), was pending CD/Tab
   ratification before it ships. Implemented here so it can be reviewed in
   a real browser, not shipped as final. ─────────────────────────────────── */

@media (prefers-color-scheme: dark) {
  [data-umg-voice="estate"]:not([data-umg-theme]) {
    --surface-base: var(--void-tint);       /* #0D1117, not ummah.city's --void */
    --text-primary: var(--cream);
    --ink-editorial-strong: rgba(250,248,243,0.82);
    --ink-editorial:        rgba(250,248,243,0.62);
    --ink-editorial-faint:  rgba(250,248,243,0.48);
    --rule:      rgba(250,248,243,0.16);
    --rule-soft: rgba(250,248,243,0.09);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-btn-primary {
    background: var(--gold-bright);
    color: var(--ink);
    border-color: var(--gold-bright);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-flag,
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-subflag,
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-panel {
    background: var(--void-tint);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-flag {
    border-bottom-color: rgba(250,248,243,0.24);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-card {
    background: #12181F;
    box-shadow: none;
    border: 1px solid rgba(250,248,243,0.10);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .wing--enterprise .umg-estate-btn-primary {
    background: var(--gold-bright);
    border-color: var(--gold-bright);
    color: var(--ink);
  }

  /* Fix-ups beyond the design spec's literal 0.5 block: several selectors
     (mostly in the vendored pricing-language.css, which this build does not
     edit) hardcode color: var(--ink) for headline-weight text rather than
     var(--text-primary), correct in a page that never leaves --ink dark,
     wrong once this draft flips the surface dark and leaves --ink as-is.
     Without these, headline text and one full section (.umg-estate-surface,
     the hero) render dark-on-dark / invisible. Found by an actual dark-mode
     Playwright render during this build's verification pass, not estimated
     (per the design spec's own instruction at 0.5: "verify contrast in a
     real browser render... not by estimate"). Still part of the same
     part of the block RATIFIED by the CD verdict above. */
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-surface {
    background-color: var(--void-tint);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-flag-name,
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-section-head h2,
  [data-umg-voice="estate"]:not([data-umg-theme]) .value-tile h3,
  [data-umg-voice="estate"]:not([data-umg-theme]) .wing h3,
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-numeral,
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-numeral-label,
  [data-umg-voice="estate"]:not([data-umg-theme]) .team-roles,
  [data-umg-voice="estate"]:not([data-umg-theme]) .contact-channel-label,
  [data-umg-voice="estate"]:not([data-umg-theme]) .footer-tagline {
    color: var(--cream);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .umg-estate-section-head {
    border-top-color: rgba(250,248,243,0.24);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .site-footer {
    border-top-color: rgba(250,248,243,0.24);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .nav-toggle span {
    background: var(--cream);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .nav-toggle {
    border-color: rgba(250,248,243,0.24);
  }
  [data-umg-voice="estate"]:not([data-umg-theme]) .hero-address {
    border-top-color: rgba(250,248,243,0.16);
  }
}

/* QA fix Aug 11: .umg-estate-btn-secondary is a text link by design but is an
   interactive hero element - the 44px hard rule has exactly ONE named exception
   (the 32px source-mark dagger) and this is not it. */
.umg-estate-btn-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}


/* ── CD round 1 fixes (77 -> ) Aug 11 ─────────────────────────────────── */
/* Fix 3: hero tracking - the design spec's "cheapest, highest-leverage move";
   scoped override, vendored pricing-language.css untouched. */
.hero .umg-estate-display { letter-spacing: -0.032em; }

/* Fix 2: Bismillah mobile edge padding - match every other line on the page. */
@media (max-width: 860px) {
  .hero-bismillah-top { padding: 0 var(--space-6); }
}

/* Fix 4: dark-mode forest-on-void contrast failures (2.65:1 / 1.33:1 measured).
   Remap to gold-bright (8.3:1 on void-tint) per the Night Primary Mandate. */
@media (prefers-color-scheme: dark) {
  .hero-address a,
  .contact-channel a,
  .team-footlink a,
  .umg-estate-row-value--included,
  /* specificity must MATCH the light-mode rules at :268-269 (0,2,0) - a bare
     .wing-eyebrow (0,1,0) loses the cascade regardless of source order; QA
     measured the "fixed" eyebrows still at 2.65:1 / 1.33:1. */
  .wing--consumer .wing-eyebrow,
  .wing--enterprise .wing-eyebrow { color: var(--gold-bright); }

  /* CD round 2: SYSTEMIC token gaps, not per-selector patches - gold-text (6
     instances at 3.69:1 incl. the promoted nav link and the signature source-mark
     buttons) and the vendored text-secondary fallback (2.89:1) had no dark values. */
  :root {
    --gold-text: var(--gold-bright);
    --text-secondary: rgba(214, 222, 216, 0.82);
  }
}


/* Round 3 CORRECTED: element opacity MULTIPLIES the token's baked-in alpha
   (0.58 x 0.66 = 0.38 - regressed BOTH themes; both scorers measured it).
   Raise the COLOR's own alpha instead, light only; dark keeps the token's
   already-passing 7.25:1. CD computed rgba(.66) light = 5.39:1. */
.hero-bismillah-top { color: rgba(15, 31, 23, 0.66); }
@media (prefers-color-scheme: dark) {
  .hero-bismillah-top { color: var(--ink-editorial); }
}


/* Round 3: the two Team body mailto links had inline forest styles (2.65:1 in
   dark, unreachable by any stylesheet rule) - classed + themed properly. */
.team-mailto { color: var(--forest); }
@media (prefers-color-scheme: dark) {
  .team-mailto { color: var(--gold-bright); }
}


/* Round 4 (CD final sweep): the two vendored light-mode ink tokens fail AA on
   this page (--ink-editorial .58 = 4.16:1, --ink-editorial-faint .46 = 2.92:1,
   8-9 live instances incl. the benediction and secondary CTA). PAGE-SCOPED
   raise preserving hierarchy (strong .78 > editorial .68 > faint .62); the
   ecosystem-wide token decision is an estate-program call, not this page's.
   Dark mode is untouched (ratified clean; its own tokens already pass). */
:root {
  --ink-editorial:       rgba(15, 31, 23, 0.68);
  --ink-editorial-faint: rgba(15, 31, 23, 0.62);
}


/* Publish polish (Tab ruling Q1, Aug 11): the Bismillah inherited p{max-width:68ch}
   and sat flush-left in a 544px box - centered across the content grid instead,
   matching its true-top placement. */
.hero-bismillah-top { max-width: none; text-align: center; }

/* 44px floor on standalone link rows (harness first-run, Aug 11). In-prose
   sentence links carry data-tap-exception per WCAG 2.5.8's inline exception;
   the 32px source daggers are the estate's one named size exception. */
.contact-channel a,
.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
}

/* ── 13. Newsletter capture (Ruling 51/53/55, Aug 17 2026) ──────────────
   Footer-only, no popup, ever. Full-width block above the footer link
   grid — same placement UmmahBuzz/Ummah.city use in this same rollout.
   Heading/sub-copy use this page's editorial pairing (Fraunces display +
   Instrument Sans body) to match the rest of the page's prose; the input
   and button reuse the shared component classes (.umg-input,
   .umg-btn-primary) as-is. */
.umg-nl-mount {
  max-width: 30rem;
  margin: 0 0 var(--space-10);
}
.umg-nl-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.umg-nl-intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  margin-bottom: var(--space-1);
}
.umg-nl-heading {
  font-family: var(--font-editorial-display);
  font-weight: 500;
  font-size: var(--text-md);
  /* var(--text-primary), NOT var(--ink) — --ink itself never flips in dark
     mode (see site.css §13's dark-mode block); --text-primary is the
     token that does, same fix already applied to .footer-tagline right
     next to this component. A raw var(--ink) here reproduced that exact
     dark-on-dark bug (caught by this task's own Playwright dark-mode
     render, Aug 17 2026 — the light-mode screenshot looked fine). */
  color: var(--text-primary, var(--ink));
}
.umg-nl-sub {
  font-family: var(--font-editorial-body);
  font-size: 13.5px;
  color: var(--ink-editorial);
  line-height: var(--leading-relaxed);
}
.umg-nl-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: stretch;
}
.umg-nl-email { flex: 1 1 220px; }
.umg-nl-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.umg-nl-cadence {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-6);
}
.umg-nl-cadence-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-editorial-body);
  font-size: var(--text-sm);
  color: var(--ink-editorial);
  min-height: 44px;
  cursor: pointer;
}
.umg-nl-cadence-radio {
  width: 16px;
  height: 16px;
  accent-color: var(--forest);
  flex-shrink: 0;
}
.umg-nl-status {
  font-family: var(--font-editorial-body);
  font-size: var(--text-xs);
  color: var(--ink-editorial);
  margin: 0;
  min-height: 1em;
}
.umg-nl-status-error { color: #B3401F; }
