/* ============================================================
   styles.css — Universal Peace Foundation Europe e.V.
   One stylesheet, self-hosted, no CDN, no inline style attributes
   (the Content-Security-Policy in /_headers allows neither).
   Every colour, size and space comes from tokens.css.
   ============================================================ */

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, dl, dd, dt, ol, ul, figure, blockquote { margin: 0; }
ol, ul { padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
a { color: var(--violet-soft); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--violet-soft-hover); }
button { font: inherit; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--violet-soft); color: var(--violet-ink); }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, [tabindex]:focus-visible {
  outline: var(--focus);
  outline-offset: var(--focus-offset);
  border-radius: var(--radius);
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

/* ---------- skip link ---------- */
.skip-link {
  position: absolute; left: var(--s-4); top: calc(var(--ribbon-h) + var(--s-2));
  z-index: 60; transform: translateY(-200%);
  background: var(--violet); color: var(--violet-ink);
  padding: 10px 16px; text-decoration: none;
  font-size: var(--step--1); font-weight: 500; font-family: var(--font-display);
}
.skip-link:focus { transform: translateY(0); color: var(--violet-ink); }

/* ---------- family ribbon ---------- */
.ribbon {
  height: var(--ribbon-h); background: var(--violet); color: var(--violet-ink);
  display: flex; align-items: center;
}
.ribbon__inner {
  max-width: var(--container); width: 100%; margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.ribbon__here { display: flex; align-items: center; gap: 8px; min-width: 0; }
.ribbon__dot { width: 6px; height: 6px; border-radius: var(--radius-round); background: var(--violet-ink); flex: none; }
.ribbon__text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ribbon__link {
  color: var(--violet-ink); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.45); white-space: nowrap;
}
.ribbon__link:hover { color: var(--violet-ink); border-bottom-color: var(--violet-ink); }
@media (max-width: 560px) { .ribbon__text { display: none; } }

/* ---------- header ---------- */
.site-header {
  border-bottom: 1px solid var(--rule); background: var(--paper);
  position: sticky; top: 0; z-index: 50;
}
.header__inner {
  max-width: var(--container); margin: 0 auto;
  padding: var(--s-4) var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-5);
}
.brand { display: flex; align-items: center; gap: var(--s-3); text-decoration: none; color: var(--ink); min-width: 0; }
.brand:hover { color: var(--ink); }
.brand__logo { width: 54px; height: auto; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__name {
  font-family: var(--font-display); font-size: var(--step-1); font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.05;
}
.brand__sub {
  font-family: var(--font-mono); font-size: var(--step--2); color: var(--ink-faint);
  letter-spacing: 0.12em; text-transform: uppercase; margin-top: 4px;
}

.nav { display: flex; align-items: center; gap: var(--s-1); flex-wrap: wrap; }
@media (min-width: 951px) { .nav { flex-wrap: nowrap; } }
.nav__link {
  text-decoration: none; color: var(--ink-soft);
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 8px 10px; border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--ink); border-bottom-color: var(--rule); }
.nav__link[aria-current="page"] { color: var(--ink); border-bottom-color: var(--violet); }
.nav__sep { width: 1px; height: 22px; background: var(--rule); margin: 0 var(--s-2); flex: none; }
.nav__lang {
  text-decoration: none; color: var(--ink); background: transparent;
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 9px 11px; border: 1px solid var(--rule); cursor: pointer;
}
.nav__lang:hover { border-color: var(--ink-soft); color: var(--ink); }
.nav__cta { background: var(--violet); border-color: var(--violet); color: var(--paper); }
.nav__cta:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.menu-toggle {
  display: none; align-items: center; gap: 8px;
  background: transparent; color: var(--ink); border: 1px solid var(--rule);
  padding: 9px 13px; cursor: pointer;
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: 0.1em; text-transform: uppercase;
}

@media (max-width: 950px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--paper); border-bottom: 1px solid var(--rule);
    flex-direction: column; align-items: stretch;
    padding: var(--s-4) var(--gutter) var(--s-5); gap: var(--s-1);
    box-shadow: 0 18px 40px -30px var(--overlay);
  }
  .site-header[data-open="true"] .nav { display: flex; }
  .nav__link { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .nav__link[aria-current="page"] { border-bottom-color: var(--violet); }
  .nav__sep { display: none; }
  .nav__lang { align-self: start; margin-top: var(--s-3); }
}
@media (max-width: 420px) {
  .brand__logo { width: 42px; }
  .brand__name { font-size: var(--step-0); }
}

/* ---------- shared section furniture ---------- */
.section { padding: var(--section-y) var(--gutter); border-bottom: 1px solid var(--rule); }
.section--ground { background: var(--ground); }
.section--tight { padding: var(--s-6) var(--gutter); }
.wrap { max-width: var(--container); margin: 0 auto; }
.stack { display: flex; flex-direction: column; }
.gap-3 { gap: var(--s-3); }
.gap-4 { gap: var(--s-4); }
.gap-5 { gap: var(--s-5); }
.gap-6 { gap: var(--s-6); }
.gap-7 { gap: var(--s-7); }

.kicker {
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: var(--ls-label); text-transform: uppercase;
  color: var(--violet); font-weight: 500;
  border-top: 2px solid var(--violet); padding-top: var(--s-3); align-self: start;
}
.h1 {
  font-family: var(--font-display); font-weight: 700; font-size: var(--step-5);
  line-height: var(--lh-head); letter-spacing: var(--ls-display);
  text-wrap: balance; max-width: 24ch;
}
.h2 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-4);
  line-height: var(--lh-head); letter-spacing: var(--ls-display); text-wrap: balance;
}
.h2--measure { max-width: 26ch; }
.h3 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-3);
  line-height: var(--lh-head); letter-spacing: var(--ls-display); text-wrap: balance;
}
.lead {
  font-size: var(--step-1); line-height: var(--lh-body);
  color: var(--ink-soft); max-width: var(--measure); text-wrap: pretty;
}
.p { font-size: var(--step-0); line-height: var(--lh-body); color: var(--ink-soft); max-width: var(--measure); text-wrap: pretty; }
.inline-link {
  align-self: start; color: var(--violet-soft);
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  border-bottom: 1px solid var(--violet-soft); padding-bottom: 2px; white-space: nowrap;
}
.inline-link:hover { color: var(--violet-soft-hover); border-bottom-color: var(--violet-soft-hover); }

/* ---------- buttons ---------- */
.actions { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 24px; text-decoration: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: var(--step--1);
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid var(--rule); background: transparent; color: var(--ink);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.btn:hover { border-color: var(--ink-soft); color: var(--ink); }
.btn--primary { background: var(--violet); color: var(--violet-ink); border-color: var(--violet); }
.btn--primary:hover { background: var(--violet-hover); border-color: var(--violet-hover); color: var(--violet-ink); }
.btn--lg { padding: 16px 26px; }
.btn--invert { background: var(--violet-ink); color: var(--violet); border-color: var(--violet-ink); padding: 16px 28px; }
.btn--invert:hover { opacity: 0.88; color: var(--violet); }

/* ---------- image frames ---------- */
.figure { margin: 0; display: flex; flex-direction: column; gap: var(--s-3); }
.frame { position: relative; width: 100%; background: var(--ground); outline: 1px solid var(--rule); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--3-2 { aspect-ratio: 3 / 2; }
.frame--4-5 { aspect-ratio: 4 / 5; }
.frame--16-9 { aspect-ratio: 16 / 9; max-width: 820px; }
.figcaption { font-size: var(--step--1); color: var(--ink-faint); }

/* ---------- hero ---------- */
.hero { padding: var(--section-y) var(--gutter) var(--s-9); }
.hero__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--s-8); align-items: center;
}
.hero__title {
  font-family: var(--font-display); font-weight: 700; font-size: var(--step-6);
  line-height: var(--lh-tight); letter-spacing: var(--ls-display);
  text-wrap: balance; color: var(--ink); max-width: 22ch;
}
.hero__lead { font-size: var(--step-1); line-height: var(--lh-body); color: var(--ink-soft); max-width: 52ch; text-wrap: pretty; }

/* ---------- the 11:11 minute ---------- */
.minute { background: var(--violet); color: var(--violet-ink); }
.minute__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--s-8) var(--s-9); align-items: end;
}
.minute__label {
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: var(--ls-label); text-transform: uppercase; opacity: 0.7;
  border-top: 2px solid currentColor; padding-top: var(--s-3); align-self: start;
}
.minute__h2 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-3);
  line-height: var(--lh-head); letter-spacing: -0.02em; max-width: 24ch;
}
.minute__clock {
  font-family: var(--font-mono); font-variant-numeric: tabular-nums;
  font-size: var(--step-6); line-height: 0.9; letter-spacing: -0.04em; font-weight: 400;
}
.minute__bar { height: 1px; background: rgba(255,255,255,0.28); position: relative; overflow: hidden; max-width: 520px; }
.minute__fill { position: absolute; inset: 0 auto 0 0; background: currentColor; width: 0; display: block; transition: width 1s linear; }
.minute__foot { font-family: var(--font-mono); font-size: var(--step--2); opacity: 0.72; letter-spacing: 0.04em; }
.minute__privacy { font-size: var(--step-0); line-height: var(--lh-body); opacity: 0.82; max-width: 46ch; text-wrap: pretty; }
.minute__side { display: flex; flex-direction: column; gap: var(--s-5); align-items: start; }
@media (prefers-reduced-motion: reduce) { .minute__bar { display: none; } }

/* ---------- prose ---------- */
.prose__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--s-8); }
.prose__grid--split { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
@media (max-width: 820px) { .prose__grid--split { grid-template-columns: minmax(0, 1fr); } }
.prose__col { display: flex; flex-direction: column; gap: var(--s-5); min-width: 0; }

/* ---------- cards ---------- */
.cards__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: var(--s-5); }
.card { border: 1px solid var(--rule); background: var(--paper); display: flex; flex-direction: column; }
.card__frame { position: relative; width: 100%; aspect-ratio: 3 / 2; background: var(--ground); border-bottom: 1px solid var(--rule); }
.card__frame img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); flex: 1; }
.card__h3 {
  font-family: var(--font-display); font-weight: 600; font-size: var(--step-2);
  letter-spacing: var(--ls-display); line-height: var(--lh-head); text-wrap: balance;
}
.card__p { font-size: var(--step-0); color: var(--ink-soft); line-height: var(--lh-body); text-wrap: pretty; flex: 1; }
.card .inline-link { margin-top: var(--s-2); }

/* ---------- timeline ---------- */
.rows { display: flex; flex-direction: column; border-top: 1px solid var(--rule); }
.timeline__row {
  display: grid; grid-template-columns: minmax(120px, 160px) 1fr; gap: var(--s-5);
  padding: var(--s-5) 0; border-bottom: 1px solid var(--rule); align-items: baseline;
}
.timeline__year {
  font-family: var(--font-mono); font-variant-numeric: tabular-nums;
  font-size: var(--step-1); color: var(--violet); font-weight: 500;
}
.timeline__text { font-size: var(--step-0); color: var(--ink); text-wrap: pretty; }
@media (max-width: 620px) { .timeline__row { grid-template-columns: minmax(0, 1fr); gap: var(--s-2); } }

/* ---------- people ---------- */
.people__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--s-6) var(--s-5); }
.person { display: flex; flex-direction: column; gap: var(--s-4); align-items: start; }
.person__photo {
  width: 160px; height: 160px; border-radius: var(--radius-round);
  overflow: hidden; border: 1px solid var(--rule); background: var(--ground);
}
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__mono {
  width: 160px; height: 160px; border-radius: var(--radius-round);
  background: var(--ground); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: var(--step-4); color: var(--ink-faint); font-weight: 500;
}
.person__name { font-size: var(--step-1); font-weight: 600; color: var(--ink); }
.person__role { font-size: var(--step-0); color: var(--ink-soft); }
.person__gloss { font-size: var(--step--1); color: var(--ink-faint); }

/* ---------- numbered ---------- */
.num__row {
  display: grid; grid-template-columns: 56px minmax(0, 240px) 1fr; gap: var(--s-5);
  padding: var(--s-5) 0; border-bottom: 1px solid var(--rule); align-items: baseline;
}
.num__n { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: var(--step--1); color: var(--violet); letter-spacing: 0.08em; }
.num__label { font-size: var(--step-0); font-weight: 600; color: var(--ink); text-wrap: balance; }
.num__value { font-size: var(--step-0); color: var(--ink-soft); line-height: var(--lh-body); text-wrap: pretty; }
@media (max-width: 760px) {
  .num__row { grid-template-columns: 42px 1fr; gap: var(--s-3) var(--s-4); }
  .num__value { grid-column: 2; }
}

/* ---------- definition rows ---------- */
.defs { display: flex; flex-direction: column; border-top: 1px solid var(--rule); max-width: 900px; }
.def__row {
  display: grid; grid-template-columns: minmax(0, 280px) 1fr; gap: var(--s-5);
  padding: var(--s-4) 0; border-bottom: 1px solid var(--rule);
}
.def__term { font-size: var(--step-0); font-weight: 600; color: var(--ink); }
.def__desc { font-size: var(--step-0); color: var(--ink-soft); font-variant-numeric: tabular-nums; text-wrap: pretty; }
@media (max-width: 620px) { .def__row { grid-template-columns: minmax(0, 1fr); gap: var(--s-1); } }

/* ---------- events ---------- */
.event__row {
  display: grid; grid-template-columns: minmax(0, 160px) minmax(120px, 180px) 1fr;
  gap: var(--s-5); padding: var(--s-5) 0; border-bottom: 1px solid var(--rule); align-items: start;
}
.event__date { font-family: var(--font-mono); font-variant-numeric: tabular-nums; font-size: var(--step-0); font-weight: 500; color: var(--ink); }
.event__city { font-family: var(--font-mono); font-size: var(--step--2); color: var(--ink-faint); letter-spacing: 0.12em; text-transform: uppercase; }
.event__text { font-size: var(--step-0); color: var(--ink-soft); text-wrap: pretty; }
.upcoming__row { display: grid; grid-template-columns: minmax(120px, 180px) 1fr; gap: var(--s-5); padding: var(--s-5) 0; border-bottom: 1px solid var(--rule); }
@media (max-width: 760px) {
  .event__row { grid-template-columns: minmax(0, 1fr); gap: var(--s-3); }
  .upcoming__row { grid-template-columns: minmax(0, 1fr); gap: var(--s-2); }
}

/* ---------- note ---------- */
.note {
  max-width: min(var(--container), 70ch); margin: 0 auto;
  font-size: var(--step--1); color: var(--ink-soft);
  border-left: 1px solid var(--rule); padding-left: var(--s-4); text-wrap: pretty;
}

/* ---------- legal ---------- */
.legal__block { display: flex; flex-direction: column; gap: var(--s-4); max-width: var(--measure); }

/* ---------- forms ---------- */
.form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--s-8); align-items: start; }
.infobox { border: 1px solid var(--rule); background: var(--paper); padding: var(--s-5); display: flex; flex-direction: column; gap: var(--s-3); }
.infobox__h3 {
  font-family: var(--font-mono); font-size: var(--step--2);
  letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--ink-faint); font-weight: 500;
}
.infobox__p { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.55; text-wrap: pretty; }
.form { display: flex; flex-direction: column; gap: var(--s-5); border: 1px solid var(--rule); background: var(--paper); padding: var(--s-6); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field__label { font-size: var(--step--1); font-weight: 600; color: var(--ink); }
.input, .textarea, .select {
  padding: 12px 14px; border: 1px solid var(--rule); border-radius: var(--radius);
  background: var(--paper); color: var(--ink); width: 100%;
}
.textarea { resize: vertical; }
.field__error { font-size: var(--step--1); color: var(--critical); font-weight: 500; }
.consent-row { display: flex; gap: var(--s-3); align-items: start; border-top: 1px solid var(--rule); padding-top: var(--s-5); }
.checkbox { width: 20px; height: 20px; margin-top: 2px; flex: none; accent-color: var(--violet-soft); }
.consent-label { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.55; text-wrap: pretty; }
.form__note { font-size: var(--step--2); color: var(--ink-faint); }
.alert { padding: var(--s-5); text-wrap: pretty; font-size: var(--step-0); border: 1px solid; }
.alert--success { color: var(--success); border-color: var(--success); background: var(--success-wash); }
.alert--warning { color: var(--warning); border-color: var(--warning); background: var(--warning-wash); font-size: var(--step--1); padding: var(--s-4); }
[hidden] { display: none !important; }

/* ---------- callout ---------- */
.callout {
  border: 1px solid var(--rule); padding: var(--s-7) var(--s-6);
  display: flex; flex-wrap: wrap; gap: var(--s-6); align-items: center; justify-content: space-between;
}
.callout__text { display: flex; flex-direction: column; gap: var(--s-3); max-width: 56ch; }

/* ---------- footer ---------- */
.site-footer { background: var(--paper); border-top: 1px solid var(--rule); }
.footer__grid {
  max-width: var(--container); margin: 0 auto;
  padding: var(--section-y) var(--gutter) var(--s-7);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s-8);
}
.footer__name { font-family: var(--font-display); font-size: var(--step-2); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1.05; text-wrap: balance; }
.footer__addr { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.7; }
.footer__reg { font-family: var(--font-mono); font-size: var(--step--2); color: var(--ink-soft); line-height: 1.9; letter-spacing: 0.02em; }
.footer__mail { font-size: var(--step--1); color: var(--violet-soft); font-weight: 500; }
.footer__h2 { font-family: var(--font-mono); font-size: var(--step--2); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--ink-faint); font-weight: 500; }
.footer__list { display: flex; flex-direction: column; gap: 10px; }
.footer__link { font-size: var(--step-0); color: var(--ink-soft); text-decoration: none; }
.footer__link:hover { color: var(--ink); }
.footer__p { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.6; text-wrap: pretty; }
.nl__input { padding: 11px 13px; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--paper); color: var(--ink); width: 100%; }
.nl__checkbox { width: 18px; height: 18px; margin-top: 2px; flex: none; accent-color: var(--violet-soft); }
.nl__consent { font-size: var(--step--2); color: var(--ink-soft); line-height: 1.5; }
.nl__btn {
  align-self: start; cursor: pointer; background: transparent; color: var(--ink);
  border: 1px solid var(--ink-soft); padding: 11px 18px; font-weight: 500; font-size: var(--step--1);
}
.nl__btn:hover { background: var(--ink); color: var(--paper); }
.nl__row { display: flex; gap: 10px; align-items: start; }
.nl__unsub { font-size: var(--step--2); color: var(--ink-faint); }
.footer__bottom { border-top: 1px solid var(--rule); }
.footer__bottom-inner {
  max-width: var(--container); margin: 0 auto; padding: var(--s-5) var(--gutter);
  display: flex; flex-wrap: wrap; gap: var(--s-4); align-items: center; justify-content: space-between;
}
.footer__attr { font-size: var(--step--1); color: var(--ink-soft); text-wrap: pretty; }
.audit { font-family: var(--font-mono); font-size: var(--step--2); color: var(--ink-faint); letter-spacing: 0.04em; }

/* ---------- reveal on scroll (added by site.js only) ---------- */
@keyframes upfe-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.js-reveal { opacity: 0; }
.js-reveal.is-in { animation: upfe-reveal 460ms var(--ease) both; opacity: 1; }
.js-reveal.is-in.d1 { animation-delay: 70ms; }
.js-reveal.is-in.d2 { animation-delay: 140ms; }
.js-reveal.is-in.d3 { animation-delay: 210ms; }
@media (prefers-reduced-motion: reduce) {
  .js-reveal { opacity: 1; }
  *, *::before, *::after { animation-duration: 1ms !important; animation-iteration-count: 1 !important; transition-duration: 1ms !important; }
}

/* ---------- print ---------- */
@media print {
  :root {
    --paper: #FFFFFF; --ground: #FFFFFF; --ink: #000000; --ink-soft: #222222;
    --ink-faint: #444444; --rule: #999999; --violet: #000000; --violet-ink: #FFFFFF; --teal: #000000;
  }
  [data-print="hide"] { display: none !important; }
  a { text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 10pt; }
  h1, h2, h3 { break-after: avoid; }
  .section, .hero { break-inside: avoid; padding: 12pt 0 !important; }
  body { font-size: 11pt; }
  .minute { background: #FFFFFF; color: #000000; }
}

/* ---------- logo: light / dark pair ----------
   The site is light by default and never follows the device's
   prefers-color-scheme; the dark logo only appears when a page
   explicitly sets data-theme="dark". */
.brand__logo--dark { display: none; }
:root[data-theme="dark"] .brand__logo--light { display: none; }
:root[data-theme="dark"] .brand__logo--dark { display: block; }
