:root {
  --ivory: #f7f3e9;
  --ink: #16140e;
  --ink-dim: rgba(22, 20, 14, .74);
  --ink-faint: rgba(22, 20, 14, .48);
  --hairline: rgba(22, 20, 14, .16);
  --green: #1a4230;
  --green-soft: rgba(26, 66, 48, .09);
  --gold: #7d5f28;
  --paper-ivory: #f0ebdd;
  --serif: "Newsreader", Georgia, serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --radius: 10px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--serif); font-size: 1.22rem; line-height: 1.7;
  background: var(--ivory); color: var(--ink);
  /* laid-paper grain, carried over from the memorandum take */
  background-image: repeating-linear-gradient(0deg, rgba(22, 20, 14, .05) 0 1px, transparent 1px 5px);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.shell { max-width: 1240px; margin: 0 auto; padding: 0 clamp(1.4rem, 5vw, 4rem); }
.kicker { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .32em; text-transform: uppercase; color: var(--green); }

/* editorial two-column section grid: label rail left, content right */
.sec { padding: clamp(4.5rem, 11vh, 8rem) 0; }
.sec + .sec { border-top: 1px solid var(--hairline); }
.sec-grid { display: grid; grid-template-columns: minmax(11rem, 16rem) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.sec h2 { font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; text-wrap: balance; max-width: 18ch; margin-top: .8rem; }
.sec-rail { position: sticky; top: 6.5rem; }
.prose p { color: var(--ink-dim); max-width: 60ch; }
.prose p + p { margin-top: 1.35rem; }
.prose .turn { color: var(--ink); font-style: italic; }
@media (max-width: 860px) {
  .sec-grid { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .sec-rail { position: static; }
  .sec h2 { max-width: none; }
}

/* "read more" editorial links */
.more-link { display: inline-block; margin-top: 2.2rem; font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: .3rem; transition: color .3s var(--ease), border-color .3s var(--ease); }
.more-link:hover { color: var(--gold); border-color: var(--gold); }

/* ------------------------------- nav ------------------------------- */
.nav { position: sticky; top: 0; z-index: 10; background: rgba(247, 243, 233, .92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--hairline); }
.nav .shell { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; padding-top: 1.1rem; padding-bottom: 1.1rem; }
.wordmark { font-family: var(--mono); font-weight: 500; font-size: .88rem; letter-spacing: .34em; text-transform: uppercase; color: var(--ink); text-decoration: none; display: inline-block; white-space: nowrap; }
.icon { stroke: var(--green); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; display: block; }

/* the R-asterisk mark: serif initial, gold footnote asterisk */
.rmark { font-family: var(--serif); font-weight: 500; font-size: 1.55rem; line-height: 1; letter-spacing: 0; color: var(--ink); text-transform: none; }
.rmark sup { font-size: .62em; vertical-align: .5em; color: var(--gold); line-height: 0; }
.foot-legal .rmark { font-size: 1.05rem; margin-right: .4rem; }
/* wordmark asterisk: the brand device lives at the end of the name; R* appears standalone only */
.wm-ast { display: inline-block; width: .78em; height: .78em; stroke: var(--gold); stroke-width: 2.7; stroke-linecap: round; fill: none; vertical-align: .2em; margin-left: -.18em; }
.foot-legal .wm-ast { margin-left: .1em; margin-right: .05em; }
.nav-links { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2rem); }
.nav-links a { font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; color: var(--ink-faint); transition: color .3s var(--ease); white-space: nowrap; }
.nav-links a:hover { color: var(--green); }
.nav-links a.active { color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: .25rem; }
.nav-cta { font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: .25rem; transition: color .3s var(--ease), border-color .3s var(--ease); white-space: nowrap; }
.nav-cta:hover { color: var(--gold); border-color: var(--gold); }
@media (max-width: 1020px) { .nav-links { display: none; } }
@media (max-width: 480px) {
  .wordmark { letter-spacing: .22em; font-size: .8rem; }
  .nav-cta { font-size: .62rem; letter-spacing: .12em; }
}

/* ------------------------------- hero ------------------------------- */
.hero { padding: clamp(5rem, 14vh, 9.5rem) 0 clamp(4rem, 10vh, 7rem); }
.hero .kicker { margin-bottom: 2rem; }
h1 { font-weight: 500; font-size: clamp(2.6rem, 5.2vw, 4.6rem); line-height: 1.05; letter-spacing: -.01em; text-wrap: balance; max-width: 16ch; }
.hero .lede { margin-top: 2.2rem; max-width: 46ch; font-size: clamp(1.25rem, 2vw, 1.45rem); color: var(--ink-dim); }
.hero-cta { margin-top: 3rem; display: flex; gap: 1.8rem; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-block; font-family: var(--mono); font-size: .76rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; text-align: center;
  color: var(--ivory); background: var(--green); border: 1px solid var(--green); border-radius: var(--radius); padding: 1.05rem 2.3rem; cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease);
}
.btn:hover, .btn:focus-visible { background: transparent; color: var(--green); outline: none; }
.hero-fine { font-style: italic; font-size: 1.02rem; color: var(--ink-faint); }

/* subpage header */
.page-head { padding: clamp(4rem, 10vh, 6.5rem) 0 clamp(2.5rem, 6vh, 4rem); }
.page-head .kicker { margin-bottom: 1.6rem; }
.page-head h1 { font-size: clamp(2.5rem, 5.4vw, 4.2rem); max-width: 20ch; }
.page-head .lede { margin-top: 1.8rem; max-width: 52ch; font-size: clamp(1.2rem, 1.9vw, 1.38rem); color: var(--ink-dim); }

/* ----------------------------- pillars ----------------------------- */
.pillar { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: 1rem 2rem; padding: 2.6rem 0; border-top: 1px solid var(--hairline); align-items: baseline; }
.pillar:first-of-type { border-top: none; padding-top: 0; }
.pillar-num { font-family: var(--mono); font-size: .8rem; font-weight: 500; color: var(--gold); letter-spacing: .1em; }
.pillar h3 { font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.2rem); line-height: 1.15; }
.pillar .meta { font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-top: .55rem; }
.pillar p.desc { margin-top: 1rem; color: var(--ink-dim); font-size: 1.1rem; line-height: 1.65; max-width: 56ch; }
.pillar p.desc + p.desc { margin-top: 1.1rem; }
.pillar.compact { padding: 1.7rem 0; }
.pillar.compact h3 { font-size: clamp(1.4rem, 2.4vw, 1.7rem); }
.pillar.compact p.desc { font-size: 1.04rem; margin-top: .7rem; }
@media (max-width: 560px) { .pillar { grid-template-columns: 1fr; gap: .3rem; } }

/* "a year inside" rhythm */
.year-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.4rem, 3vw, 2.4rem); margin-top: 2.4rem; }
.year-grid .season { border-top: 1px solid var(--hairline); padding-top: 1.2rem; }
.year-grid .season .label { font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.year-grid .season p { margin-top: .7rem; color: var(--ink-dim); font-size: 1.02rem; line-height: 1.6; }
@media (max-width: 900px) { .year-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .year-grid { grid-template-columns: 1fr; } }

/* ------------------------------ ledger ------------------------------ */
table.ledger { width: 100%; border-collapse: collapse; margin-top: 2.6rem; }
.ledger th, .ledger td { text-align: left; vertical-align: top; }
.ledger thead th { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; padding: 0 1.2rem .9rem 0; border-bottom: 2px solid var(--ink); }
.ledger thead th.h-solo { color: var(--ink-faint); opacity: .72; }
.ledger thead th.h-adv { color: var(--ink-faint); }
.ledger thead th.h-rc { color: var(--green); background: var(--green-soft); padding-left: 1.2rem; }
.ledger tbody tr { border-top: 1px solid var(--hairline); }
.ledger tbody tr:first-child { border-top: none; }
.ledger tbody th { font-family: var(--mono); font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); padding: 1.35rem 1.2rem 1.35rem 0; width: 17%; }
.ledger tbody td { padding: 1.35rem 1.2rem 1.35rem 0; color: var(--ink-dim); font-size: 1rem; line-height: 1.6; width: 27.66%; }
.ledger tbody td.r-solo { color: var(--ink-faint); }
.ledger tbody td.r-rc { background: var(--green-soft); padding-left: 1.2rem; color: var(--ink); }
.ledger tr.sum td { font-family: var(--serif); font-weight: 500; font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.3; color: var(--ink-dim); }
.ledger tr.sum td.r-solo { color: var(--ink-faint); }
.ledger tr.sum td.r-rc { color: var(--green); }
.ledger .cell-tag { display: none; }
.ledger-note { margin-top: 2rem; }
@media (max-width: 680px) {
  /* each row: full-width label, then the three values side by side */
  table.ledger, .ledger tbody { display: block; width: 100%; }
  .ledger thead { display: none; }
  .ledger tbody tr { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem .55rem; padding: 1.15rem 0; border-top: 1px solid var(--hairline); }
  .ledger tbody tr:first-child { border-top: none; padding-top: 0; }
  .ledger tbody th { grid-column: 1 / -1; width: auto; padding: 0 0 .1rem; }
  .ledger tbody td, .ledger.mini tbody td { width: auto; padding: 0; font-size: .78rem; line-height: 1.45; align-self: start; }
  .ledger.mini tbody th { padding: 0 0 .1rem; }
  .ledger tbody td.r-rc { padding: .5rem .55rem; border-radius: 6px; }
  .ledger tr.sum td { font-size: .88rem; line-height: 1.35; }
  .ledger .cell-tag { display: block; font-family: var(--mono); font-size: .52rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: .3rem; }
  .ledger td.r-solo .cell-tag { opacity: .72; }
  .ledger td.r-rc .cell-tag { color: var(--green); }
}

/* the return, as an equation */
.equation { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1.1rem 1.6rem; margin-top: .4rem; }
.equation .eq-part b { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 2.8vw, 2.4rem); line-height: 1.15; }
.equation .eq-part small { display: block; font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-top: .45rem; }
.equation .eq-part.result b { color: var(--green); }
.equation .eq-op { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 1.9rem); color: var(--gold); padding-bottom: 1.3rem; }
@media (max-width: 680px) {
  .equation { flex-direction: column; align-items: flex-start; gap: .9rem; }
  .equation .eq-op { padding-bottom: 0; }
}

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.eq-prose { margin-top: 2rem; }

/* condensed home ledger (three value columns) */
@media (min-width: 681px) {
  .ledger.mini tbody th, .ledger.mini tbody td { padding-top: 1.05rem; padding-bottom: 1.05rem; }
  .ledger.mini tbody th { width: 20%; }
  .ledger.mini tbody td { width: 26.66%; }
}
.return-line { margin-top: 1.9rem; font-style: italic; color: var(--ink); font-size: 1.16rem; max-width: 60ch; }

/* full-page money beats (arithmetic page) */
.beat-full { margin-top: .4rem; }
.beat-full .figure { font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem, 3.8vw, 3.1rem); line-height: 1.12; }
.beat-full .figure small { display: block; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin-top: .6rem; }
.beat-full .prose { margin-top: 1.6rem; }
.guarantee { background: var(--green-soft); border-radius: var(--radius); border-left: 2px solid var(--green); padding: clamp(1.6rem, 3.5vw, 2.4rem); margin-top: .4rem; max-width: 62ch; }
.guarantee p { font-style: italic; color: var(--ink); font-size: 1.18rem; line-height: 1.65; }
.guarantee .fine { font-style: normal; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin-top: 1rem; }
.guarantee .g-label { display: block; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; }
.guarantee .g-clause + .g-clause { margin-top: 1.9rem; padding-top: 1.9rem; border-top: 1px solid var(--hairline); }

/* compact promise band (home) */
.band { padding: clamp(2.8rem, 6vh, 4.2rem) 0; }
.band .band-line { margin-top: 1.1rem; font-style: italic; color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.55; max-width: 56ch; text-wrap: balance; }
.band .more-link { margin-top: 1.5rem; }

/* --------------------------- who / admission --------------------------- */
.side-note { margin-top: 2.2rem; border-left: 2px solid var(--green); padding-left: 1.6rem; }
.side-note p { color: var(--ink-dim); max-width: 56ch; }
.bar-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.bar-cols h3 { font-family: var(--mono); font-size: .74rem; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; color: var(--green); border-top: 2px solid var(--green); padding-top: 1.2rem; }
.bar-cols p { margin-top: .9rem; color: var(--ink-dim); font-size: 1.08rem; line-height: 1.65; max-width: 50ch; }
@media (max-width: 680px) { .bar-cols { grid-template-columns: 1fr; gap: 1.8rem; } }

/* admission steps */
.steps { list-style: none; margin-top: .4rem; }
.steps li { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr); gap: 1rem 2rem; padding: 1.9rem 0; border-top: 1px solid var(--hairline); align-items: baseline; }
.steps li:first-child { border-top: none; padding-top: 0; }
.steps .s-num { font-family: var(--mono); font-size: .8rem; font-weight: 500; color: var(--gold); letter-spacing: .1em; }
.steps b { font-weight: 500; font-size: 1.32rem; display: block; }
.steps p { margin-top: .5rem; color: var(--ink-dim); font-size: 1.06rem; line-height: 1.62; max-width: 56ch; }
@media (max-width: 560px) { .steps li { grid-template-columns: 1fr; gap: .3rem; } }

/* ----------------------------- house rules ----------------------------- */
.rules-list { list-style: none; margin-top: 1rem; columns: 2; column-gap: clamp(2rem, 5vw, 4rem); }
.rules-list li { break-inside: avoid; padding: 1.4rem 0; border-top: 1px solid var(--hairline); }
.rules-list li:first-child { border-top: none; padding-top: 0; }
.rules-list .r-num { font-family: var(--mono); font-size: .72rem; font-weight: 500; color: var(--gold); letter-spacing: .12em; display: block; margin-bottom: .4rem; }
.rules-list b { font-weight: 500; font-size: 1.24rem; display: block; }
.rules-list p { margin-top: .4rem; color: var(--ink-dim); font-size: 1.02rem; line-height: 1.6; }
@media (max-width: 720px) { .rules-list { columns: 1; } }

/* ------------------------------ founders ------------------------------ */
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); margin-top: 2.6rem; }
.founder { border-top: 1px solid var(--hairline); padding-top: 1.4rem; }
.founder .portrait { display: block; width: 100%; max-width: 300px; height: auto; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) sepia(.16) contrast(1.02); margin-bottom: 1.2rem; }
.founder .name { font-weight: 500; font-style: italic; font-size: clamp(1.6rem, 2.6vw, 2rem); line-height: 1.2; }
.founder .role { font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--green); margin-top: .5rem; display: block; }
.founder p { margin-top: 1rem; color: var(--ink-dim); font-size: 1.04rem; line-height: 1.62; }
@media (max-width: 680px) { .founders-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* letter from the founders */
.letter { max-width: 62ch; }
.letter p { color: var(--ink-dim); }
.letter p + p { margin-top: 1.35rem; }
.letter .sig-row { display: flex; gap: clamp(2rem, 6vw, 4rem); margin-top: 2.6rem; flex-wrap: wrap; }
.letter .sig-name { font-style: italic; font-weight: 500; font-size: 1.7rem; line-height: 1.2; }
.letter .sig-role { display: block; font-style: normal; font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--green); margin-top: .4rem; }

/* ------------------------- the company (directory) ------------------------- */
.company-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3.5vw, 2.6rem); margin-top: 2.6rem; }
.member { border-top: 1px solid var(--hairline); padding-top: 1.2rem; }
.member .portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) sepia(.16) contrast(1.02); }
.member .mark { display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 4 / 5; background: var(--green-soft); border-radius: var(--radius); }
.member .mark .ast { font-family: var(--serif); font-weight: 500; font-size: 3.6rem; line-height: 1; color: var(--gold); opacity: .7; transform: translateY(.3em); }
.member .m-name { font-weight: 500; font-style: italic; font-size: 1.26rem; display: block; margin-top: 1rem; }
.member .m-meta { font-family: var(--mono); font-size: .62rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--green); display: block; margin-top: .45rem; line-height: 1.9; }
@media (max-width: 900px) { .company-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .company-grid { grid-template-columns: 1fr; } }

/* ------------------------------ quotes ------------------------------ */
.quotes { margin-top: .4rem; }
.quote { padding: 1.8rem 0; border-top: 1px solid var(--hairline); }
.quote:first-child { border-top: none; padding-top: 0; }
.quote blockquote { font-style: italic; font-size: clamp(1.3rem, 2.2vw, 1.6rem); line-height: 1.5; max-width: 46ch; text-wrap: balance; }
.quote cite { display: block; font-style: normal; font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-faint); margin-top: 1rem; }

/* -------------------------------- faq -------------------------------- */
.faq-list details { border-top: 1px solid var(--hairline); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--hairline); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; padding: 1.3rem .1rem; font-size: 1.28rem; transition: color .25s var(--ease); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--mono); font-size: 1.2rem; color: var(--gold); line-height: 1; flex: none; }
.faq-list details[open] summary::after { content: "\2013"; }
.faq-list summary:hover { color: var(--green); }
.faq-list .answer { padding: 0 .1rem 1.5rem; margin-top: -.3rem; max-width: 58ch; color: var(--ink-dim); font-size: 1.05rem; line-height: 1.62; }

/* -------------------------------- form -------------------------------- */
.interest-box { background: var(--green); color: var(--paper-ivory); border-radius: var(--radius); margin-top: 2.8rem; padding: clamp(1.9rem, 5vw, 3.2rem); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.field { margin-bottom: 1.4rem; }
.field label { display: block; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(240, 235, 221, .85); margin-bottom: .5rem; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--serif); font-size: 1.05rem; color: var(--paper-ivory); background-color: rgba(240,235,221,.07); border: 1px solid rgba(240,235,221,.32); border-radius: 0; padding: .8rem .95rem; transition: border-color .3s var(--ease), background-color .3s var(--ease); }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' fill='none' stroke='%23f0ebdd' stroke-width='1.2'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .95rem center; }
.field select option { color: var(--ink); background: var(--paper-ivory); }
.field textarea { resize: vertical; min-height: 96px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(240,235,221,.4); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--paper-ivory); background-color: rgba(240,235,221,.12); }
.field input.invalid, .field select.invalid { border-color: #e0a984; }
.form-foot { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: .4rem; }
.btn-ivory { color: var(--green); background: var(--paper-ivory); border-color: var(--paper-ivory); }
.btn-ivory:hover, .btn-ivory:focus-visible { background: transparent; color: var(--paper-ivory); }
.form-fine { font-style: italic; color: rgba(240,235,221,.75); font-size: .98rem; }
.form-error { margin-top: 1rem; font-family: var(--mono); font-size: .78rem; letter-spacing: .04em; color: #f0c9a8; }
.confirmation { text-align: center; padding: 1rem 0; }
.confirmation h3 { font-weight: 500; font-size: 1.6rem; margin-bottom: .7rem; }
.confirmation p { color: rgba(240,235,221,.82); max-width: 46ch; margin: 0 auto; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

/* -------------------------------- close -------------------------------- */
.closing { border-top: 1px solid var(--hairline); padding: clamp(4rem, 10vh, 7rem) 0; text-align: center; }
.closing .big { font-style: italic; font-weight: 500; font-size: clamp(1.8rem, 3.6vw, 2.6rem); max-width: 24ch; margin: 0 auto; line-height: 1.35; text-wrap: balance; }
.closing .btn { margin-top: 2.4rem; }
.closing .fine { margin-top: 1.6rem; font-style: italic; font-size: 1.02rem; color: var(--ink-faint); }

footer { border-top: 1px solid var(--hairline); padding: 1.8rem 0 2.4rem; }
.foot-links { display: flex; gap: clamp(1.2rem, 3vw, 2.2rem); flex-wrap: wrap; }
.foot-links a { font-family: var(--mono); font-size: .62rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--ink-faint); transition: color .3s var(--ease); }
.foot-links a:hover { color: var(--green); }
.foot-legal { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.3rem; font-style: italic; font-size: .95rem; color: var(--ink-faint); }

/* ------------------------------ reveal ------------------------------ */
/* fail-safe: content is visible by default. JS adds .pre only to below-fold
   elements at load, and a timeout force-clears it, so nothing can stay hidden. */
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.pre { opacity: 0; transform: translateY(18px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
  .reveal.pre { opacity: 1; transform: none; }
}

/* -------- explore-membership additions -------- */
.section-lede { margin-top: 1.2rem; max-width: 52ch; font-size: clamp(1.15rem, 1.8vw, 1.32rem); color: var(--ink-dim); }
.steps.compact li { padding: 1.15rem 0; grid-template-columns: 3.2rem minmax(0, 1fr); }
.steps.compact b { font-size: 1.14rem; }
.steps.compact p { margin-top: .25rem; font-size: .98rem; }
.closing.grand { border-top: 1px solid var(--rule, var(--hairline)); padding: clamp(5.5rem, 14vh, 9rem) 0; background: var(--green-soft); }
.closing.grand .kicker { margin-bottom: 1.4rem; }
.closing.grand .big { font-size: clamp(2.1rem, 4.6vw, 3.3rem); max-width: 22ch; }
.closing.grand .grand-fine { margin: 1.6rem auto 0; max-width: 46ch; color: var(--ink-dim); font-size: 1.12rem; }
.closing.grand .btn { margin-top: 2.6rem; padding: 1.15rem 3.4rem; }

/* green feature panel (home: The Position) */
.sec-green { padding-top: 0; padding-bottom: clamp(3rem, 7vh, 5rem); }
.sec-green .sec-grid { background: var(--green); border-radius: var(--radius); padding: clamp(1.8rem, 5vw, 3.5rem); }
.sec-green .kicker { color: #c8a96a; }
.sec-green h2 { color: var(--ivory, #f0ebdd); }
.sec-green .prose p { color: rgba(240, 235, 221, .82); }
.sec-green .prose .turn { color: #f0ebdd; }
.sec-green .sec-rail { position: static; top: auto; }
.sec + .sec-green, .sec-green + .sec { border-top: none; }

/* home testimonials: typographic columns, no cards */
#voices .kicker { margin-bottom: 2.2rem; }
.voice-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 0; }
.voice-card { margin: 0; padding: 0 clamp(1.6rem, 3vw, 2.8rem); border-left: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 1.4rem; }
.voice-card:first-child { border-left: none; padding-left: 0; }
.voice-card blockquote { margin: 0; font-style: italic; font-size: 1.18rem; line-height: 1.62; color: var(--ink); flex: 1; }
.voice-card figcaption { padding-top: 0; }
.voice-card .v-name { display: block; font-weight: 500; font-size: 1.02rem; }
.voice-card .v-meta { display: block; font-family: var(--mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint); margin-top: .35rem; }
@media (max-width: 860px) {
  .voice-cards { grid-template-columns: 1fr; gap: 2.2rem; }
  .voice-card { border-left: none; padding: 2.2rem 0 0; border-top: 1px solid var(--hairline); }
  .voice-card:first-child { border-top: none; padding-top: 0; }
}

/* membership structure circles */
.include-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 1080px) { .include-grid { grid-template-columns: 1fr; } }
.circles-fig { margin: 0; position: sticky; top: 7rem; }
.circles-fig svg { display: block; width: 100%; height: auto; }
.circles-fig .ring { fill: none; stroke: rgba(30, 27, 19, .45); stroke-width: 1.2; stroke-dasharray: 5 6; }
.circles-fig .ring.solid { stroke: var(--green); stroke-dasharray: none; stroke-width: 1.4; fill: rgba(26, 66, 48, .06); }
.circles-fig .c-name { font-family: var(--serif); font-size: 24px; font-weight: 500; fill: var(--ink); }
.circles-fig .c-name.small { font-size: 17px; fill: var(--green); }
.circles-fig .c-name.green { fill: var(--green); }
.circles-fig .c-meta { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; fill: rgba(30, 27, 19, .55); }
.circles-fig .callout line { stroke: rgba(30, 27, 19, .35); stroke-width: 1; }
.circles-fig .callout .pt { fill: var(--ink); }
.circles-fig .callout .pt.green { fill: var(--green); }
.circles-fig.wide { max-width: 760px; margin: 0 auto; position: static; }
.pillars-after-fig { margin-top: 3.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem clamp(1.6rem, 3vw, 2.8rem); }
.pillars-after-fig .pillar.compact { position: relative; display: block; border-top: none; background: var(--green-soft); border-radius: var(--radius); padding: 1.35rem 1.25rem 1.5rem; }
.pillars-after-fig .pillar.compact:first-of-type { border-top: none; padding-top: 1.35rem; }
.pillars-after-fig .pillar-num { display: block; margin-bottom: .55rem; }
.pillars-after-fig .pillar.compact h3 { font-size: 1.45rem; }
.pillars-after-fig .pillar.compact p.desc { font-size: .99rem; max-width: none; }
.pillars-after-fig .more-link { grid-column: 1 / -1; margin-top: .4rem; justify-self: start; }
@media (max-width: 980px) { .pillars-after-fig { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .pillars-after-fig { grid-template-columns: 1fr; gap: 1.6rem; } }
.circles-fig.wide .c-name { font-size: 26px; }
.circles-fig.wide .c-meta { font-size: 11px; letter-spacing: .12em; }
.circles-fig figcaption { margin-top: 1.1rem; font-style: italic; color: var(--ink-dim); font-size: .95rem; text-align: center; }
.circles-center { max-width: 920px; margin: 0 auto; }
.circles-center .circles-fig.wide { max-width: 920px; }
@media (max-width: 1080px) { .circles-fig { position: static; max-width: 420px; margin: 0 auto; } }


/* circles diagram draw-in (enhancement only: resting state fully visible) */
@media (prefers-reduced-motion: no-preference) {
  .circles-fig.drawn .ring { transform-box: fill-box; transform-origin: center; animation: rc-ring .9s var(--ease) backwards; }
  .circles-fig.drawn .ring:nth-of-type(1) { animation-delay: .8s; }
  .circles-fig.drawn .ring:nth-of-type(2) { animation-delay: .55s; }
  .circles-fig.drawn .ring:nth-of-type(3) { animation-delay: .3s; }
  .circles-fig.drawn .ring:nth-of-type(4) { animation-delay: 0s; }
  .circles-fig.drawn .callout line { transform-box: fill-box; transform-origin: left center; animation: rc-line .45s var(--ease) backwards; }
  .circles-fig.drawn .callout .pt, .circles-fig.drawn .callout text { animation: rc-fade .5s var(--ease) backwards; }
  .circles-fig.drawn .callout:nth-of-type(1) line { animation-delay: 1.05s; }
  .circles-fig.drawn .callout:nth-of-type(1) .pt, .circles-fig.drawn .callout:nth-of-type(1) text { animation-delay: 1.25s; }
  .circles-fig.drawn .callout:nth-of-type(2) line { animation-delay: .85s; }
  .circles-fig.drawn .callout:nth-of-type(2) .pt, .circles-fig.drawn .callout:nth-of-type(2) text { animation-delay: 1.05s; }
  .circles-fig.drawn .callout:nth-of-type(3) line { animation-delay: .65s; }
  .circles-fig.drawn .callout:nth-of-type(3) .pt, .circles-fig.drawn .callout:nth-of-type(3) text { animation-delay: .85s; }
  .circles-fig.drawn .callout:nth-of-type(4) line { animation-delay: .35s; }
  .circles-fig.drawn .callout:nth-of-type(4) .pt, .circles-fig.drawn .callout:nth-of-type(4) text { animation-delay: .55s; }
  .circles-fig.drawn figcaption { animation: rc-fade .6s var(--ease) 1.5s backwards; }
}
@keyframes rc-ring { from { opacity: 0; transform: scale(.82); } }
@keyframes rc-line { from { transform: scaleX(0); } }
@keyframes rc-fade { from { opacity: 0; transform: translateY(6px); } }


/* membership: each benefit in its own soft green panel */
.benefit { padding: .8rem 0; }
.sec + .benefit, .benefit + .benefit { border-top: none; }
.benefit:last-of-type { padding-bottom: 2.2rem; }
.benefit .sec-grid { background: var(--green-soft); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.6rem); }
.benefit .sec-rail { position: static; }

/* pricing: illustrative return scenarios */
table.scenarios { width: 100%; border-collapse: collapse; margin-top: 2.2rem; }
.scenarios thead th { font-family: var(--mono); font-size: .64rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); text-align: left; padding: 0 1rem .7rem 0; border-bottom: 2px solid var(--ink); }
.scenarios tbody td { font-family: var(--serif); font-weight: 500; font-size: clamp(1.05rem, 1.9vw, 1.5rem); padding: 1rem 1rem 1rem 0; border-top: 1px solid var(--hairline); vertical-align: baseline; }
.scenarios tbody tr:first-child td { border-top: none; }
.scenarios td.s-result { color: var(--green); }
.scenarios td.s-fee { font-family: var(--mono); font-weight: 500; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); }
.scenarios-caption { margin-top: 1.1rem; font-style: italic; font-size: .95rem; color: var(--ink-faint); }
@media (max-width: 560px) {
  .scenarios thead th { font-size: .54rem; letter-spacing: .1em; padding-right: .6rem; }
  .scenarios tbody td { font-size: .98rem; padding-right: .6rem; }
  .scenarios td.s-fee { font-size: .6rem; }
}

/* testimonial avatar placeholders */
.voice-card figcaption { display: flex; align-items: center; gap: .85rem; }
.v-avatar { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
.v-avatar svg { width: 18px; height: 18px; stroke: #c8a96a; stroke-width: 2.6; stroke-linecap: round; fill: none; }

/* circles diagram on small screens: keep the annotated design, larger names, meta hidden */
@media (max-width: 680px) {
  .circles-fig .c-meta { display: none; }
  .circles-fig .c-name { font-size: 34px; }
}

/* floating green surfaces: guaranteed ivory inset on mobile */
@media (max-width: 680px) {
  .sec-green .sec-grid { margin-left: 1rem; margin-right: 1rem; padding: 1.7rem 1.4rem; }
  .benefit .sec-grid { margin-left: 1rem; margin-right: 1rem; }
}


/* mobile menu (native details, no JS needed) */
.nav-menu { display: none; position: relative; }
.nav-menu summary { list-style: none; cursor: pointer; display: grid; place-items: center; width: 40px; height: 40px; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary svg { width: 20px; height: 15px; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; fill: none; }
.nav-menu[open] summary svg { stroke: var(--green); }
.nav-drop { position: absolute; right: 0; top: calc(100% + 10px); z-index: 30; min-width: 200px; background: var(--ivory); border: 1px solid var(--hairline); border-radius: 10px; box-shadow: 0 10px 30px rgba(22, 20, 14, .12); padding: .6rem 0; display: flex; flex-direction: column; }
.nav-drop a { font-family: var(--mono); font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; color: var(--ink); padding: .75rem 1.2rem; }
.nav-drop a:hover { color: var(--green); background: var(--green-soft); }
@media (max-width: 1020px) {
  .nav-menu { display: block; }
  .nav .shell { gap: 1rem; }
  .nav-cta { margin-left: auto; }
}

/* benefit line-art icons: small, top-right corner */
.benefit .sec-grid { position: relative; }
.b-illo { position: absolute; top: 1.3rem; right: 1.4rem; margin: 0; width: 84px; opacity: .85; }
.b-illo svg { width: 100%; height: auto; stroke: var(--green); stroke-width: 2; stroke-linecap: round; fill: none; }
.pillar.compact .b-illo { top: 1.1rem; right: 1.1rem; width: 64px; }
@media (max-width: 560px) { .b-illo { width: 62px; } }

/* green promise band */
.band-green .shell { background: var(--green); border-radius: var(--radius); padding: 2.2rem clamp(1.5rem, 4vw, 2.8rem) 2.4rem; }
.band-green .kicker { color: #c8a96a; }
.band-green .band-line { color: var(--paper-ivory); }
.band-green .more-link { color: #c8a96a; border-color: #c8a96a; }
.band-green .more-link:hover { color: var(--ivory); border-color: var(--ivory); }
@media (max-width: 680px) { .band-green .shell { margin-left: 1rem; margin-right: 1rem; width: auto; } }

/* member marquee */
.member-marquee { overflow: hidden; max-width: 100%; min-width: 0; margin-top: .4rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 1rem; width: max-content; animation: rc-marquee 45s linear infinite; }
.member-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes rc-marquee { to { transform: translateX(-50%); } }
.m-tile { flex: none; width: 168px; background: var(--green-soft); border-radius: var(--radius); padding: 1.1rem 1rem 1.2rem; }
.m-tile .m-avatar { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--green); margin-bottom: .8rem; }
.m-tile .m-avatar svg { width: 17px; height: 17px; stroke: #c8a96a; stroke-width: 2.6; stroke-linecap: round; fill: none; }
.m-tile .m-name { display: block; font-weight: 500; font-size: .98rem; }
.m-tile .m-meta { display: block; font-family: var(--mono); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-top: .3rem; line-height: 1.7; }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .member-marquee { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
}

/* founders band on home */
.founder-pair { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.fp-photo { width: 108px; height: 128px; object-fit: cover; border-radius: var(--radius); filter: grayscale(1) sepia(.14) contrast(1.02); }

/* about: founders on green */
.sec-green .founder { border-top-color: rgba(240, 235, 221, .25); }
.sec-green .founder .name { color: var(--paper-ivory); }
.sec-green .founder .role { color: #c8a96a; }
.sec-green .founder p { color: rgba(240, 235, 221, .78); }

/* about: quotes as soft green cards */
.quotes .quote { background: var(--green-soft); border-radius: var(--radius); border-top: none; padding: 1.5rem 1.5rem 1.3rem; }
.quotes .quote + .quote { margin-top: 1.1rem; }
.quotes .quote blockquote { border: none; padding: 0; }

/* apply form: checkbox group */
.check-field { border: none; padding: 0; margin-bottom: 1.4rem; }
.check-field legend { font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(240, 235, 221, .85); margin-bottom: .8rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.2rem; }
.check { display: flex; align-items: flex-start; gap: .6rem; cursor: pointer; color: rgba(240, 235, 221, .88); font-size: .98rem; line-height: 1.45; }
.check input { appearance: none; flex: none; width: 17px; height: 17px; margin-top: .18em; border: 1px solid rgba(240, 235, 221, .45); border-radius: 4px; background: rgba(240, 235, 221, .07); cursor: pointer; display: grid; place-items: center; }
.check input:checked { background: var(--paper-ivory); border-color: var(--paper-ivory); }
.check input:checked::before { content: ""; width: 9px; height: 9px; background: var(--green); clip-path: polygon(14% 44%, 0 65%, 40% 100%, 100% 16%, 80% 0%, 38% 66%); }
.check input:focus-visible { outline: 2px solid #c8a96a; outline-offset: 2px; }
@media (max-width: 620px) { .check-grid { grid-template-columns: 1fr; } }

/* home hero: text left, valuation gauge right (desktop) */
.hero-grid { display: grid; grid-template-columns: 1fr 0.78fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hero-grid .hero-copy h1 { max-width: 14ch; }
.hero-grid .hero-copy .lede { max-width: 42ch; }
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-gauge { display: none; }
}
.hero-gauge { margin: 0; justify-self: end; width: 100%; max-width: 500px; }
.gauge-label { font-family: var(--mono); font-size: .66rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; color: var(--green); }
.gauge-figure { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 4vw, 3.2rem); line-height: 1.05; color: var(--ink); margin: .5rem 0 1.2rem; font-variant-numeric: tabular-nums; }
.gauge-chart { display: block; width: 100%; height: auto; overflow: visible; }
.gauge-chart .gauge-line { fill: none; stroke: var(--gold); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.gauge-chart .gauge-area { fill: var(--gold); opacity: .08; }
.gauge-chart .gauge-dot { fill: var(--gold); stroke: var(--ivory); stroke-width: 2; }
.gauge-chart .g-grid { stroke: var(--hairline); stroke-width: 1; }
.gauge-chart .g-tick { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; fill: var(--ink-faint); }
.hero-gauge figcaption { margin-top: 1.1rem; font-style: italic; font-size: .95rem; color: var(--ink-faint); max-width: 40ch; }

/* checkbox overrides (beat generic .field input/label rules) */
.interest-box .check-field label.check { display: flex; align-items: flex-start; gap: .6rem; margin: 0; }
.interest-box .check-field .check input { width: 17px; height: 17px; padding: 0; margin-top: .18em; border-radius: 4px; background-color: rgba(240, 235, 221, .07); border: 1px solid rgba(240, 235, 221, .45); }
.interest-box .check-field .check input:checked { background-color: var(--paper-ivory); border-color: var(--paper-ivory); }
.interest-box .check-field .check span { font-family: var(--serif); font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: rgba(240, 235, 221, .88); line-height: 1.45; }

/* founders band: names under portraits */
.fp-names { font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #c8a96a; margin-bottom: 1rem; }

/* about: double marquee, smaller tiles, second row reversed */
.member-marquee + .member-marquee { margin-top: 1rem; }
.member-marquee.row2 .marquee-track { animation-duration: 58s; animation-direction: reverse; }
.m-tile.sm { width: 148px; padding: .95rem .9rem 1rem; }
.m-tile.sm .m-avatar { width: 38px; height: 38px; margin-bottom: .65rem; }
.m-tile.sm .m-name { font-size: .9rem; }

/* return section on green (pricing) */
.sec-green .scenarios thead th { color: rgba(240, 235, 221, .6); border-bottom-color: rgba(240, 235, 221, .7); }
.sec-green .scenarios tbody td { color: var(--paper-ivory); border-top-color: rgba(240, 235, 221, .22); }
.sec-green .scenarios td.s-result { color: #c8a96a; }
.sec-green .scenarios-caption { color: rgba(240, 235, 221, .65); }
.sec-green .eq-prose p, .sec-green .prose p { color: rgba(240, 235, 221, .82); }

/* links inside green sections were rendering green-on-green */
.sec-green .more-link { color: #c8a96a; border-color: #c8a96a; }
.sec-green .more-link:hover { color: var(--ivory); border-color: var(--ivory); }

/* hero: quiet explore link under the CTA */
.hero-explore { margin-top: 1.6rem; font-size: 1.02rem; color: var(--ink-faint); }
.hero-explore a { color: var(--green); text-decoration: none; border-bottom: 1px solid var(--green); padding-bottom: .15rem; transition: color .3s var(--ease), border-color .3s var(--ease); }
.hero-explore a:hover { color: var(--gold); border-color: var(--gold); }

/* membership benefits: deep green panels */
.benefit .sec-grid { background: var(--green); }
.benefit .sec-grid .kicker { color: #c8a96a; }
.benefit .sec-grid h2 { color: var(--paper-ivory); }
.benefit .sec-grid .prose p { color: rgba(240, 235, 221, .82); }
.benefit .sec-grid .b-illo svg { stroke: #c8a96a; opacity: .9; }

/* alternate deep green / soft tint down the benefit stack */
.benefit:nth-of-type(even) .sec-grid { background: var(--green-soft); }
.benefit:nth-of-type(even) .sec-grid .kicker { color: var(--green); }
.benefit:nth-of-type(even) .sec-grid h2 { color: var(--ink); }
.benefit:nth-of-type(even) .sec-grid .prose p { color: var(--ink-dim); }
.benefit:nth-of-type(even) .sec-grid .b-illo svg { stroke: var(--green); }

/* faq contact line */
.faq-contact { margin-top: 1.4rem; font-style: italic; color: var(--ink-faint); font-size: 1rem; }
.faq-contact a { color: var(--green); text-decoration: none; border-bottom: 1px solid var(--hairline); }
.faq-contact a:hover { color: var(--gold); border-color: var(--gold); }

/* apply: rare exception disclosure */
.exception { margin-bottom: 1.4rem; border-top: 1px solid rgba(240,235,221,.22); padding-top: 1.2rem; }
.exception summary { list-style: none; cursor: pointer; font-family: var(--mono); font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #c8a96a; display: flex; align-items: center; gap: .6rem; }
.exception summary::-webkit-details-marker { display: none; }
.exception summary::before { content: "+"; font-size: 1.1rem; line-height: 1; }
.exception[open] summary::before { content: "\2013"; }

.conf-sign { font-style: italic; color: rgba(240,235,221,.7); }
