/* Impact Unity Corp — single stylesheet.
   Palette reads New Mexico: adobe clay, desert teal, paper. */

:root {
  --paper:      #faf8f4;
  --paper-2:    #f1ece2;
  --paper-3:    #e7e0d2;
  --ink:        #14202b;
  --ink-2:      #4a5a6a;
  --ink-3:      #7a8896;
  --rule:       #ddd5c6;
  --rule-soft:  #eae3d6;
  --brand:      #1c5f57;
  --brand-deep: #123f3a;
  --brand-soft: #e3ede9;
  --clay:       #c2521f;
  --clay-deep:  #9a3f16;
  --clay-soft:  #f6e7dd;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono:  "DM Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --wrap: 68rem;
  --shadow: 0 1px 2px rgba(20, 32, 43, .05), 0 12px 32px -18px rgba(20, 32, 43, .28);
}

*, *::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(--sans);
  font-size: 1.0625rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

p { margin: 0 0 1.1rem; }
a { color: var(--brand-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--clay-deep); }

:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap { width: min(100% - 3rem, var(--wrap)); margin-inline: auto; }
.mono { font-family: var(--mono); font-size: .94em; letter-spacing: -.01em; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: .65rem 1rem; z-index: 50;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- filing strip ---------- */

.filing-strip {
  background: var(--ink);
  color: #cfd8e0;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .02em;
}
.filing-strip__row {
  display: flex; flex-wrap: wrap; gap: .35rem 1.5rem;
  padding: .55rem 0;
}
.filing-strip__row span:first-child { color: var(--paper); }
.filing-strip__row span + span::before {
  content: "·"; margin-right: 1.5rem; color: #56646f;
}

/* ---------- masthead ---------- */

.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  position: sticky; top: 0; z-index: 40;
}
.masthead__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: .9rem 0;
}
.mark { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; }
.mark__glyph { width: 34px; height: 34px; flex: none; }
.mark__name {
  font-family: var(--serif); font-weight: 600; font-size: 1.12rem;
  line-height: 1.1; letter-spacing: -.02em; display: grid;
}
.mark__name em {
  font-family: var(--sans); font-style: normal; font-weight: 600;
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-3);
}

.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a {
  font-size: .84rem; font-weight: 600; letter-spacing: .01em;
  color: var(--ink-2); text-decoration: none;
}
.nav a:hover { color: var(--ink); }
.nav__cta {
  background: var(--clay); color: #fff !important;
  padding: .5rem 1rem; border-radius: 999px;
}
.nav__cta:hover { background: var(--clay-deep); }

@media (max-width: 46rem) {
  .nav a:not(.nav__cta) { display: none; }
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .78rem 1.5rem; border-radius: 999px;
  font-weight: 700; font-size: .92rem; text-decoration: none;
  border: 1px solid transparent; transition: background .15s, color .15s, border-color .15s;
}
.btn--primary { background: var(--clay); color: #fff; }
.btn--primary:hover { background: var(--clay-deep); color: #fff; }
.btn--ghost { border-color: var(--ink); color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }

/* ---------- section heads ---------- */

.eyebrow {
  font-family: var(--mono); font-size: .74rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--clay-deep); margin: 0 0 .7rem;
}
.sec-head { max-width: 40rem; margin-bottom: 2.6rem; }
.sec-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: .8rem; }
.sec-head__note { color: var(--ink-2); margin: 0; }

section { padding: 4.5rem 0; border-top: 1px solid var(--rule-soft); }
section[id], main[id] { scroll-margin-top: 5rem; }

/* ---------- hero ---------- */

.hero {
  border-top: 0;
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(60rem 26rem at 12% -10%, var(--brand-soft), transparent 70%),
    radial-gradient(44rem 22rem at 92% 0%, var(--clay-soft), transparent 65%);
}
.hero__inner {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 3.5rem; align-items: start;
}
.hero__head {
  font-size: clamp(2.3rem, 5.6vw, 3.6rem);
  margin-bottom: 1.4rem;
}
.hero__head .accent {
  color: var(--brand-deep);
  border-bottom: 3px solid var(--clay);
  padding-bottom: .06em;
}
.hero__lede { font-size: 1.1rem; color: var(--ink-2); max-width: 34rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.dossier {
  background: #fff; border: 1px solid var(--rule);
  border-radius: 4px; box-shadow: var(--shadow);
  padding: 1.5rem 1.6rem 1.3rem;
}
.dossier__label {
  font-family: var(--mono); font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink-3);
  padding-bottom: .9rem; margin: 0 0 1rem;
  border-bottom: 1px solid var(--rule-soft);
}
.dossier__row { display: grid; gap: .1rem; padding: .7rem 0; border-bottom: 1px dotted var(--rule); }
.dossier__row:last-of-type { border-bottom: 0; }
.dossier__key {
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink-3);
}
.dossier__val { font-family: var(--mono); font-size: .95rem; color: var(--ink); }
.dossier__note {
  display: block; margin-top: .55rem; padding-top: .8rem;
  border-top: 1px solid var(--rule-soft);
  font-size: .82rem; color: var(--ink-2); line-height: 1.5;
}

@media (max-width: 54rem) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- the record ---------- */

.ledger {
  margin: 0; border: 1px solid var(--rule); border-radius: 4px;
  background: #fff; overflow: hidden;
}
.ledger__row {
  display: grid; grid-template-columns: 13rem minmax(0, 1fr);
  gap: 1.5rem; padding: 1.15rem 1.4rem;
  border-bottom: 1px solid var(--rule-soft);
}
.ledger__row:last-child { border-bottom: 0; }
.ledger__row:nth-child(odd) { background: #fdfcfa; }
.ledger dt {
  font-size: .74rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--ink-3); padding-top: .2rem;
}
.ledger dd { margin: 0; }
.dd-note { display: block; font-family: var(--sans); font-size: .84rem; color: var(--ink-2); margin-top: .25rem; }
.dd-quote {
  font-family: var(--serif); font-size: 1.02rem; line-height: 1.5;
  color: var(--ink); border-left: 3px solid var(--clay); padding-left: 1rem;
}

@media (max-width: 44rem) {
  .ledger__row { grid-template-columns: 1fr; gap: .35rem; }
}

.verify {
  margin-top: 1.8rem; padding: 1.3rem 1.5rem;
  background: var(--brand-soft); border-radius: 4px;
  border-left: 3px solid var(--brand);
}
.verify p { font-weight: 700; margin-bottom: .6rem; }
.verify ul { margin: 0; padding-left: 1.1rem; }
.verify li { margin-bottom: .4rem; color: var(--ink-2); }
.verify li:last-child { margin-bottom: 0; }

/* ---------- status ---------- */

.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 2rem; }
.col__head {
  font-family: var(--sans); font-size: .76rem; font-weight: 700;
  letter-spacing: .11em; text-transform: uppercase;
  padding-bottom: .7rem; margin: 0 0 1rem; border-bottom: 2px solid;
}
.col__head--done { color: var(--brand); border-color: var(--brand); }
.col__head--open { color: var(--clay-deep); border-color: var(--clay); }

.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li {
  display: grid; gap: .15rem; padding: .8rem 0;
  border-bottom: 1px dotted var(--rule);
}
.checklist li:last-child { border-bottom: 0; }
.checklist__what { font-weight: 600; }
.checklist__when { font-size: .82rem; color: var(--ink-3); }

.callout {
  margin: 2.4rem 0 0; padding: 1.4rem 1.6rem;
  background: #fff; border: 1px solid var(--rule);
  border-left: 3px solid var(--ink); border-radius: 4px;
  color: var(--ink-2);
}
.callout strong { color: var(--ink); }

/* ---------- commitments ---------- */

.commitments {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr)); gap: 1.6rem;
  counter-reset: commitment;
}
.commitment {
  background: #fff; border: 1px solid var(--rule); border-radius: 4px;
  padding: 1.6rem 1.5rem; counter-increment: commitment;
}
.commitment::before {
  content: counter(commitment, decimal-leading-zero);
  font-family: var(--mono); font-size: .78rem; color: var(--clay);
  display: block; margin-bottom: .9rem; letter-spacing: .08em;
}
.commitment h3 { font-size: 1.18rem; margin-bottom: .6rem; }
.commitment p { font-size: .95rem; color: var(--ink-2); margin: 0; }

/* ---------- governance ---------- */

.board__label {
  font-family: var(--sans); font-size: .74rem; font-weight: 700;
  letter-spacing: .11em; text-transform: uppercase; color: var(--ink-3);
  margin: 0 0 .9rem;
}
.board {
  list-style: none; margin: 0 0 2rem; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem;
}
.person {
  background: #fff; border: 1px solid var(--rule); border-radius: 4px;
  padding: 1.1rem 1.2rem; display: grid; gap: .15rem;
}
.person__name { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.person__role { font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--clay-deep); }
.board__source, .governance__note { font-size: .9rem; color: var(--ink-2); }

/* ---------- support ---------- */

.support {
  background: var(--ink);
  color: #dfe6ec;
  border-top: 0;
}
.support .eyebrow { color: #e6a27c; }
.support__inner { max-width: 46rem; }
.support__head { color: var(--paper); font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin-bottom: 1rem; }
.support__body { color: #b8c4cf; }

.amounts {
  list-style: none; margin: 2rem 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .9rem;
}
.amount {
  display: grid; gap: .2rem; text-align: center; text-decoration: none;
  padding: 1.1rem .8rem; border-radius: 4px;
  background: #1e2c39; border: 1px solid #33434f; color: var(--paper);
  transition: background .15s, border-color .15s, transform .15s;
}
.amount:hover { background: var(--clay); border-color: var(--clay); color: #fff; transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .amount:hover { transform: none; } }
.amount__value { font-family: var(--serif); font-size: 1.22rem; font-weight: 600; }
.amount__note { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; color: #92a2b0; }
.amount:hover .amount__note { color: #f7ddd0; }
.amount--wide { grid-column: 1 / -1; }

.cards { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin: 0 0 1.6rem; }
.cards__label { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: #8fa0ae; }
.cards__brand {
  font-size: .76rem; font-weight: 600; padding: .3rem .7rem;
  border: 1px solid #3a4a57; border-radius: 3px; color: #c3ced8;
}

.support__disclosure {
  font-size: .86rem; line-height: 1.6; color: #9fb0bd;
  padding: 1.2rem 1.4rem; background: #1b2836; border-radius: 4px;
  border-left: 3px solid var(--clay);
}
.support__disclosure strong { color: var(--paper); }
.support__disclosure a { color: #f0c3a9; }
.support__actions { margin-top: 1.4rem; }
.support .btn--ghost { border-color: #61707c; color: var(--paper); }
.support .btn--ghost:hover { background: var(--paper); color: var(--ink); }

/* ---------- contact ---------- */

.contact__grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.6rem;
}
.contact__item { display: grid; gap: .4rem; align-content: start; }
.contact__label {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3);
}
.contact__value { color: var(--ink-2); line-height: 1.55; }

/* ---------- documents (policies / privacy / terms) ---------- */

.doc { padding: 3.5rem 0 4rem; border-top: 0; }
.doc__inner { max-width: 44rem; }
.doc h1 { font-size: clamp(2rem, 4.4vw, 2.7rem); margin-bottom: .5rem; }
.doc__updated {
  font-family: var(--mono); font-size: .8rem; color: var(--ink-3);
  margin-bottom: 2.2rem;
}
.doc h2 {
  font-size: 1.32rem; margin: 2.4rem 0 .9rem;
  padding-top: 1.4rem; border-top: 1px solid var(--rule-soft);
}
.doc ul { padding-left: 1.15rem; margin: 0 0 1.1rem; }
.doc li { margin-bottom: .55rem; }
.doc__back {
  display: inline-block; margin-top: 3rem;
  font-size: .88rem; font-weight: 600; text-decoration: none;
}
.doc__back:hover { text-decoration: underline; }

/* ---------- confirmation ---------- */

.thanks { padding: 5rem 0 4.5rem; border-top: 0; text-align: center; }
.thanks__inner { max-width: 38rem; margin-inline: auto; }
.thanks__glyph { width: 58px; height: 58px; margin-bottom: 1.6rem; }
.thanks h1 { font-size: clamp(2rem, 4.6vw, 2.8rem); margin-bottom: 1rem; }
.thanks__lede { font-size: 1.08rem; color: var(--ink-2); }
.thanks__box {
  text-align: left; margin: 2.4rem 0; padding: 1.4rem 1.6rem;
  background: #fff; border: 1px solid var(--rule); border-radius: 4px;
}
.thanks__box h2 { font-size: 1.1rem; margin-bottom: .8rem; }
.thanks__box ul { margin: 0; padding-left: 1.1rem; color: var(--ink-2); font-size: .95rem; }
.thanks__box li { margin-bottom: .5rem; }
.thanks__box li:last-child { margin-bottom: 0; }

/* ---------- footer ---------- */

.foot {
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  padding: 3rem 0 2.5rem;
}
.foot__inner {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 2rem;
}
.foot__name { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin-bottom: .6rem; }
.foot__label {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); margin: 0 0 .4rem;
}
.foot__meta { font-size: .88rem; color: var(--ink-2); line-height: 1.6; margin-bottom: 1.1rem; }
.foot__legal { font-size: .78rem; line-height: 1.55; color: var(--ink-2); }
.foot__legal strong { color: var(--ink); }
.foot__legal--year { margin: 0; color: var(--ink-3); }

/* ---------- print ---------- */

@media print {
  .masthead, .nav, .skip, .hero__actions, .support__actions { display: none; }
  body { background: #fff; font-size: 11pt; }
  .doc { padding-top: 1rem; }
  a { color: inherit; text-decoration: none; }
}
