/* Black Light Holdings (2026-09-24). The resource site and the client portal:
   one reading column, one typeface, the light off. From comp v4 (2026-09-23).
   Polish pass at Mike's read, 2026-09-24: one centered band, text left-aligned in it,
   five type sizes (46 / 30 / 21 / 19 / 16 on desk), one spacing rhythm on 8px,
   the wordmark one plain line. Grain pass at Mike's read, later 2026-09-24: light serif on the
   dark ground fringes at 15px / 400, so the small text is 16px at weight 500 and the wordmark
   is bold at 20px (the parent company's mark, the one size outside the five). */
@font-face { font-family: 'Newsreader'; src: url(/fonts/newsreader-latin-opsz-normal.woff2) format('woff2'); font-weight: 200 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Newsreader'; src: url(/fonts/newsreader-latin-opsz-italic.woff2) format('woff2'); font-weight: 200 800; font-style: italic; font-display: swap; }

:root {
  --bg: #0b0a0d;
  --ink: #eeeae4;
  --ink-2: #c9c3cc;
  --muted: #9a94a2;
  --rule: rgba(238, 234, 228, .11);
  --field: #131117;
  --edge: rgba(238, 234, 228, .2);
  --serif: 'Newsreader', 'Iowan Old Style', Georgia, serif;
  --gutter: 22px;
  --col: 680px;
  --wide: 768px;
  --body: 18px;
  --small: 16px;
}
@media (min-width: 720px) { :root { --gutter: 44px; --body: 19px; } }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; background: var(--bg); }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--serif); font-size: var(--body); line-height: 1.55; font-weight: 400;
  font-optical-sizing: auto; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
p, li { text-wrap: pretty; }
/* the small text carries weight 500: at 400 its hairlines fringe on the dark ground */
.signin, .foot, .ask label, .status, .doc .eff, .ledger .when, .ledger .who, .ledger .checked, .answers dt { font-weight: 500; }
a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: rgba(238, 234, 228, .45); transition: text-decoration-color .2s; }
a:hover { text-decoration-color: var(--ink); }
:focus-visible { outline: 1px solid var(--ink); outline-offset: 4px; }

.wrap { max-width: var(--wide); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.col { max-width: var(--col); margin: 0 auto; }

/* header: the name, plain, and the one link */
.top { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding-top: 20px; padding-bottom: 20px; }
.lockup { font-size: 20px; font-weight: 700; letter-spacing: -.012em; line-height: 1.2; color: var(--ink); text-decoration: none; white-space: nowrap; }
.signin { font-size: var(--small); line-height: 1.4; color: var(--ink); white-space: nowrap; text-decoration: none; }

/* the home */
.open { padding-top: 40px; }
h1 {
  font-size: clamp(32px, 3.6vw, 46px); font-weight: 400; line-height: 1.1; letter-spacing: -.02em;
  margin: 0; max-width: 14em; text-wrap: balance;
}
.lede { font-size: clamp(15px, 4.1vw, 21px); line-height: 1.5; letter-spacing: -.005em; color: var(--ink-2); margin: 24px 0 0; white-space: nowrap; }

.ask-block { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--rule); }
.ask-head { font-size: clamp(24px, 2.4vw, 30px); font-weight: 400; line-height: 1.2; letter-spacing: -.012em; margin: 0; max-width: 20em; text-wrap: balance; }
.ask-lede { font-size: var(--body); line-height: 1.55; color: var(--ink-2); margin: 12px 0 0; max-width: 32em; }
.ask-tail { font-size: calc(var(--body) - 2px); color: var(--muted); white-space: nowrap; }
.ask { margin: 32px 0 0; }
.ask label { display: block; font-size: var(--small); line-height: 1.4; color: var(--muted); margin: 24px 0 8px; }
.ask label:first-child { margin-top: 0; }
textarea, input {
  display: block; width: 100%; font: inherit; font-size: var(--body); color: var(--ink); background: var(--field);
  border: 1px solid var(--edge); border-radius: 2px; padding: 12px 14px; -webkit-appearance: none; appearance: none;
  transition: border-color .25s, background .25s;
}
textarea { min-height: 136px; resize: vertical; line-height: 1.5; }
textarea:focus, input:focus { outline: none; border-color: rgba(238, 234, 228, .6); background: #16141b; }
.check { margin-top: 24px; }
.check:empty { margin: 0; }
.cf-turnstile { max-width: 100%; }
.btn {
  display: inline-block; font-family: var(--serif); font-size: var(--body); font-weight: 500; line-height: 1;
  color: var(--bg); background: var(--ink); border: 0; border-radius: 2px;
  padding: 15px 24px; margin-top: 32px; width: 100%; cursor: pointer; transition: background .25s;
}
.btn:hover { background: #fff; }
.btn:disabled { opacity: .55; cursor: default; }
.status { margin: 12px 0 0; font-size: var(--small); line-height: 1.4; }
.status:empty { display: none; }
.received { margin: 32px 0 0; padding: 20px 0; border-top: 1px solid var(--edge); border-bottom: 1px solid var(--edge); font-size: clamp(19px, 1.5vw, 21px); }
.contact { margin: 40px 0 0; font-size: var(--body); color: var(--ink-2); }
.contact p { margin: 0 0 4px; }

/* the privacy policy, the portal, any page of text */
.doc { padding-top: 48px; }
.doc h1 { font-size: clamp(32px, 3.6vw, 44px); }
.doc .eff { margin: 12px 0 0; font-size: var(--small); color: var(--muted); }
.doc .scope { margin: 24px 0 0; color: var(--ink-2); }
.doc h2 { font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -.005em; margin: 40px 0 8px; }
.doc p { margin: 0 0 10px; color: var(--ink-2); max-width: 34em; }
.doc address { font-style: normal; color: var(--ink-2); }

/* the client portal */
.portal-body { margin-top: 28px; }
.ledger { list-style: none; margin: 8px 0 0; padding: 0; }
.ledger li { padding: 14px 0; border-top: 1px solid var(--rule); }
.ledger li:last-child { border-bottom: 1px solid var(--rule); }
.ledger .when { display: block; font-size: var(--small); color: var(--muted); margin-bottom: 4px; }
.ledger .what { margin: 0; color: var(--ink); }
.ledger .who { margin: 4px 0 0; font-size: var(--small); color: var(--muted); }
.ledger .checked { margin: 4px 0 0; font-size: var(--small); color: var(--ink-2); }
.answers { margin: 8px 0 0; }
.answers dt { color: var(--muted); font-size: var(--small); margin-top: 10px; }
.answers dd { margin: 2px 0 0; color: var(--ink-2); }
.empty { color: var(--muted); }

/* footer */
.foot { margin-top: 80px; padding-bottom: 40px; font-size: var(--small); line-height: 1.6; color: var(--muted); }
.foot-grid { padding-top: 24px; border-top: 1px solid var(--rule); }
.foot p { margin: 0 0 4px; text-wrap: balance; }
.foot .facts span { white-space: nowrap; }
.foot-links { margin-top: 16px; }
.foot-links p { margin: 0; }

@media (min-width: 720px) {
  .top { padding-top: 28px; padding-bottom: 28px; }
  .open { padding-top: clamp(72px, 9vh, 104px); }
  .doc { padding-top: clamp(64px, 9vh, 104px); }
  .ask-block { margin-top: 72px; padding-top: 40px; }
  .btn { width: auto; }
  .foot { margin-top: 96px; }
  .foot-grid { display: flex; justify-content: space-between; gap: 40px; }
  .foot-links { margin-top: 0; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
