/* Eledon program hub — page-specific layer over styles.css (tokens, nav, hero, present bar).
   Made teal is the ground; Eledon cyan (#00B4E1, sampled from their RFP deck) marks Eledon's own
   words and nothing else. Funnel Display for headings, Funnel Sans for everything else. */

/* ── Nav additions ─────────────────────────────────────────────────── */
.lockup-x { color: var(--aqua); font-size: 18px; margin: 0 2px 0 4px; }
.lockup-client { font-family: var(--font-disp); font-weight: 700; font-size: 17px; color: var(--teal); letter-spacing: -0.01em; }
.nav-links a { font-size: 12.5px; font-weight: 600; color: var(--teal); text-decoration: none; white-space: nowrap;
  padding: 6px 2px; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a.is-active { border-bottom-color: var(--green); }
.nav-toggle, .nav-present { flex-shrink: 0; font: 600 12px/1 var(--font); border-radius: 999px; padding: 8px 12px; cursor: pointer;
  border: 1px solid var(--line); background: var(--white); color: var(--teal); white-space: nowrap; }
.nav-toggle::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); margin-right: 7px; vertical-align: 1px; }
.nav-toggle[aria-pressed="false"] { color: var(--grey); }
.nav-toggle[aria-pressed="false"]::before { background: var(--line); }
.nav-present { background: var(--teal); color: var(--white); border-color: var(--teal); }
.nav-present:hover { background: var(--teal-d); }
@media (max-width: 900px) { .nav-present, .lockup-client, .lockup-x { display: none; } }

/* ── Hero additions ────────────────────────────────────────────────── */
.hero { padding: 64px 0 64px; background: linear-gradient(160deg, #003D45 0%, var(--teal) 60%, #004C6F 100%); }
.hero h1 { font-size: clamp(38px, 5.4vw, 62px); line-height: 1.02; margin: 6px 0 18px; color: var(--white); }
.hero-kicker { font-size: 11.5px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--green); margin: 0; }
.hero-lede { font-size: 18.5px; line-height: 1.5; color: #CFE7E2; max-width: 720px; margin: 0 0 26px; }
.hero-docs { display: flex; flex-wrap: wrap; gap: 12px; }
.doc-btn { display: inline-flex; flex-direction: column; gap: 3px; text-decoration: none; padding: 12px 18px 11px;
  border-radius: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.22); color: var(--white);
  transition: background .15s, border-color .15s; min-width: 250px; }
.doc-btn:hover { background: rgba(255,255,255,0.14); border-color: var(--cyan); }
.doc-btn-k { font-family: var(--font-disp); font-weight: 700; font-size: 15.5px; }
.doc-btn-s { font-size: 11.5px; color: #A9D5CE; letter-spacing: 0.3px; }
.hero .rule { margin-top: 30px; }

/* ── Section rhythm ────────────────────────────────────────────────── */
main > section.wrap { padding-top: 64px; padding-bottom: 40px; }
main > section.wrap + section.wrap { border-top: 1px solid var(--line); }
main h2 { font-size: clamp(26px, 3vw, 34px); color: var(--teal); margin: 4px 0 12px; line-height: 1.15; }
main h3 { font-size: 17px; color: var(--teal); margin: 26px 0 10px; }
main .h3-rule { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line); }
main .lede { font-size: 17.5px; line-height: 1.5; color: #3A4A4D; max-width: 780px; margin: 0 0 22px; }
main p { max-width: 860px; font-size: 15px; line-height: 1.6; }
.micro { font-size: 12.5px; color: var(--grey); line-height: 1.5; margin-top: 18px; max-width: 900px; }
.note { font-size: 13px; color: var(--teal); margin: 12px 0 0; font-weight: 600; }
.clean { list-style: none; padding: 0; margin: 0; }
.clean li { position: relative; padding-left: 18px; margin: 0 0 10px; font-size: 14.5px; line-height: 1.55; }
.clean li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; background: var(--green); }
.callout { border-radius: 12px; padding: 18px 22px; font-size: 14.5px; line-height: 1.6; margin-top: 22px; }
.callout-intro { background: var(--cyan-t); border-color: var(--cyan); margin-top: 26px; }
.callout-intro b { color: var(--teal); }

/* ── Fact strip ────────────────────────────────────────────────────── */
.facts { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin: 8px 0 34px; }
.fact { border-left: 3px solid var(--green); padding: 2px 0 2px 14px; }
.fact b { display: block; font-family: var(--font-disp); font-size: 27px; font-weight: 700; color: var(--teal); line-height: 1.05; }
.fact span { display: block; font-size: 12px; color: var(--grey); margin-top: 4px; line-height: 1.3; }

/* ── Eledon response cards ─────────────────────────────────────────── */
.change-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 14px; }
.eledon-card { background: var(--cyan-t); border: 1px solid #BFE9F5; border-left: 4px solid var(--cyan); border-radius: 10px;
  padding: 14px 18px 14px; margin: 18px 0 0; font-size: 14px; }
.ec-head { font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: #007A99; margin-bottom: 8px; }
.eledon-quote { margin: 0 0 8px; padding: 0; font-size: 15px; line-height: 1.5; color: var(--char); font-style: italic; }
.eledon-quote + .eledon-quote { margin-top: 6px; }
.ec-change { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(0,84,95,0.14); font-size: 13.5px; line-height: 1.5; color: #2E3E41; font-style: normal; }
.ec-change b { display: block; font-size: 10.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--teal); margin-bottom: 4px; }
.ec-compact { margin-top: 16px; padding: 12px 16px; }
.ec-compact .eledon-quote { font-size: 14px; }
html.no-resp .eledon-card { display: none !important; }
html.no-resp .reg-quotes { display: none !important; }

/* ── Workstream cards ──────────────────────────────────────────────── */
.ws-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.ws-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px 18px; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.ws-must { border-top: 4px solid var(--green); }
.ws-par { border-top: 4px solid var(--aqua); }
.ws-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ws-num { font-family: var(--font-mono); font-size: 12px; color: var(--grey); letter-spacing: 0.5px; }
.pill { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 999px; padding: 4px 9px; }
.pill-must { background: #EAF6E5; color: #2E7D1E; }
.pill-par { background: var(--tint); color: var(--teal); }
.ws-card h3 { margin: 4px 0 8px; font-size: 18px; }
.ws-card p { font-size: 14px; margin: 0 0 12px; }
.ws-card dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; margin: 0; font-size: 12.5px; border-top: 1px solid var(--line); padding-top: 10px; }
.ws-card dt { color: var(--grey); font-weight: 600; }
.ws-card dd { margin: 0; color: var(--char); }

/* ── Tables ────────────────────────────────────────────────────────── */
.tscroll { overflow-x: auto; margin: 10px 0 6px; -webkit-overflow-scrolling: touch; }
.tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; line-height: 1.45; min-width: 620px; }
.tbl caption { text-align: left; font-family: var(--font-disp); font-weight: 700; color: var(--teal); font-size: 15px; padding: 14px 0 8px; caption-side: top; }
.tbl th { text-align: left; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--white); background: var(--teal); padding: 9px 11px; font-weight: 700; }
.tbl td { padding: 10px 11px; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl tr:last-child td { border-bottom: 2px solid var(--line); }
.tbl .rl { font-weight: 700; color: var(--teal); }
.tbl .src { font-size: 11.5px; color: var(--grey); white-space: nowrap; }
.tbl .mono { font-family: var(--font-mono); font-size: 12px; }
.tbl .num, .tbl th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tbl .code { font-family: var(--font-mono); font-size: 12px; color: var(--grey); }
.tbl tr.tot td { font-weight: 700; background: var(--tint); color: var(--teal); }
.tbl tr.band td { background: var(--tint); font-weight: 700; color: var(--teal); font-size: 12px; letter-spacing: 0.8px; text-transform: uppercase; }
.tbl-tight { font-size: 12.5px; min-width: 480px; }
.tbl-tight td { padding: 7px 10px; }
.chip { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; border-radius: 4px; padding: 2px 7px; margin-right: 6px; vertical-align: 1px; white-space: nowrap; }
.chip-dev { background: #FFF2D6; color: #8A5A00; }
.chip-adapt { background: #E8F1FB; color: #1B4F8A; }
.chip-proven { background: #EAF6E5; color: #2E7D1E; }
.chip-gap, .chip-open { background: #FDE8E4; color: #A33A1F; }
.chip-have { background: var(--tint); color: var(--teal); }
.chip-base { background: #EEEEF1; color: #444; margin-left: 6px; }
.chip-soon { background: var(--cyan-t); color: #007A99; }
.chip-eledon { background: var(--cyan-t); color: #007A99; }
.chip-partner { background: #F1EAFB; color: #5B2E91; }
.chip-made { background: var(--tint); color: var(--teal); }

/* ── Calculators ───────────────────────────────────────────────────── */
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 10px; }
.calc-panel { background: var(--fill); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px 18px; }
.calc-panel h3 { margin: 0 0 14px; }
.ctrl { margin: 0 0 14px; }
.ctrl label { display: flex; gap: 4px; font-size: 13px; font-weight: 600; color: var(--char); margin-bottom: 6px; }
.ctrl label output { margin-left: auto; }
.ctrl output { font-family: var(--font-mono); color: var(--teal); }
.ctrl input[type=range] { width: 100%; accent-color: var(--green); }
.ctrl-wide { max-width: 760px; margin-top: 6px; }
.snaps { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--grey); margin-top: 4px; }
.snaps span { cursor: pointer; border-bottom: 1px dotted var(--grey); }
.snaps span:hover { color: var(--teal); }
.readout { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 16px 0 4px; }
.ro { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.ro span { display: block; font-size: 11.5px; color: var(--grey); }
.ro b { display: block; font-family: var(--font-disp); font-size: 26px; color: var(--teal); line-height: 1.1; margin: 4px 0 2px; font-variant-numeric: tabular-nums; }
.ro em { font-style: normal; font-size: 11.5px; color: var(--grey); }
.ro-wide { grid-column: 1 / -1; }
.band { margin-top: 14px; }
.band-track { position: relative; height: 10px; border-radius: 5px; background: linear-gradient(90deg, #DCE3E4 0%, #DCE3E4 100%); overflow: visible; }
.band-track::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border-radius: 5px; background: #CFE9DD; }
.band-fill { position: absolute; top: -4px; width: 3px; height: 18px; background: var(--teal); border-radius: 2px; transition: left .12s; }
.band-fill.is-out { background: #C8401F; }
.band-scale { display: flex; justify-content: space-between; font-size: 11px; color: var(--grey); margin-top: 6px; }

/* ── Split layouts and figures ─────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: start; margin-top: 10px; }
/* Grid items default to min-width:auto and will not shrink below a child table's min-width —
   the table's own scroll container must be allowed to do the scrolling. */
.split > *, .calc-grid > *, .site-grid > *, .change-grid > *, .ws-grid > *, .terms-grid > *, .agenda > * { min-width: 0; }
.split-tight { margin-top: 30px; }
.fig { margin: 0; background: var(--fill); border: 1px solid var(--line); border-radius: 12px; padding: 16px; }
.fig img { width: 100% !important; max-width: 100%; min-width: 0 !important; height: auto !important; display: block; }
.fig figcaption { font-size: 12px; color: var(--grey); margin-top: 10px; }
.fig-wide { margin-top: 26px; max-width: 980px; }
#separation .split { grid-template-columns: 1fr; }

/* ── Hold-time clock ───────────────────────────────────────────────── */
.clock { display: flex; height: 44px; border-radius: 8px; overflow: hidden; margin: 18px 0 10px; border: 1px solid var(--line); background: var(--fill); }
.clock > div { display: flex; align-items: center; justify-content: center; font-size: 11.5px; font-weight: 700; color: var(--white); white-space: nowrap; overflow: hidden; transition: flex-basis .15s; }
.clock .c-isch { background: #6B7280; } .clock .c-proc { background: #0E7C86; } .clock .c-cult { background: var(--teal); }
.clock .c-rel { background: #2F8F7B; } .clock .c-ship { background: var(--green); } .clock .c-neg { background: #C8401F; }
.clock-key { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12px; color: var(--grey); }
.clock-key .k { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 6px; vertical-align: -1px; }
.k-isch { background: #6B7280; } .k-proc { background: #0E7C86; } .k-cult { background: var(--teal); } .k-rel { background: #2F8F7B; } .k-ship { background: var(--green); }

/* ── Sites ─────────────────────────────────────────────────────────── */
.site-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 8px; }
.site-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 22px 24px 18px; }
.site-card-gmp { border-top: 4px solid var(--green); }
.site-card:not(.site-card-gmp) { border-top: 4px solid var(--aqua); }
.site-tag { font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--grey); }
.site-card h3 { margin: 6px 0 2px; font-size: 21px; }
.site-addr { font-size: 12.5px; color: var(--grey); margin: 0 0 14px !important; }
.plan-tools { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; margin: 14px 0 10px; }
.plan-jump { display: flex; flex-wrap: wrap; gap: 6px; }
.plan-zoom { display: flex; align-items: center; gap: 6px; }
.plan-zoom button { width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); color: var(--teal); font-size: 18px; cursor: pointer; }
.plan-zoom button:hover { border-color: var(--teal); }
.plan-check { font-size: 12.5px; color: var(--char); margin-left: 10px; display: inline-flex; align-items: center; gap: 6px; }
.plan-viewer { position: relative; height: 560px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #EEF1F2; cursor: grab; touch-action: none; user-select: none; }
.plan-viewer:active { cursor: grabbing; }
.plan-viewer:focus { outline: 2px solid var(--cyan); outline-offset: 2px; }
.plan-stage { position: absolute; left: 0; top: 0; width: 3600px; height: 1788px; transform-origin: 0 0; will-change: transform; }
.plan-stage img { width: 3600px; height: 1788px; display: block; pointer-events: none; }
.plan-overlay { position: absolute; left: 0; top: 0; width: 3600px; height: 1788px; pointer-events: none; }
.plan-overlay.is-off { display: none; }
.pl-suite { fill: rgba(67,176,42,0.22); stroke: var(--green); stroke-width: 6; }
.pl-label { font-family: var(--font); font-weight: 700; font-size: 26px; fill: var(--teal); paint-order: stroke; stroke: #fff; stroke-width: 8; stroke-linejoin: round; }
.pl-path { fill: none; stroke: var(--teal); stroke-width: 7; stroke-dasharray: 22 16; stroke-linecap: round; stroke-linejoin: round; }
.pl-dot { fill: var(--teal); stroke: #fff; stroke-width: 5; }
.plan-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; font-size: 12px; color: var(--grey); margin-top: 10px; }
.plan-legend i { display: inline-block; width: 12px; height: 12px; border: 1px solid rgba(0,0,0,0.15); border-radius: 2px; margin-right: 6px; vertical-align: -1px; }
.plan-src { flex-basis: 100%; font-size: 11.5px; }

/* ── Gantt ─────────────────────────────────────────────────────────── */
.gantt { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin-top: 10px; font-size: 12.5px; }
.g-row { display: grid; grid-template-columns: 300px repeat(6, 1fr); border-bottom: 1px solid var(--line); }
.g-row:last-child { border-bottom: none; }
.g-head { background: var(--teal); color: var(--white); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; }
.g-head > div { padding: 9px 12px; text-align: center; }
.g-head > div:first-child { text-align: left; }
.g-label { padding: 10px 12px; font-weight: 600; color: var(--char); border-right: 1px solid var(--line); }
.g-cell { border-right: 1px solid var(--fill); background: var(--white); }
.g-cell.g-on { background: #57BEC9; }
.g-cell.g-on.g-opt { background: #BFE3E8; }
.g-row:nth-child(even) .g-cell:not(.g-on) { background: var(--fill); }
.milestones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 20px; }
.ms { border-left: 3px solid var(--green); padding-left: 12px; }
.ms b { display: block; font-family: var(--font-disp); color: var(--teal); font-size: 17px; }
.ms span { display: block; font-size: 12.5px; color: var(--grey); margin-top: 3px; line-height: 1.4; }

/* ── Proposal ──────────────────────────────────────────────────────── */
.doc-grid-2 { grid-template-columns: 1fr 1fr; }
.doc-card { text-decoration: none; color: inherit; display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; transition: border-color .15s, box-shadow .15s; }
.doc-card:hover { border-color: var(--teal); box-shadow: 0 6px 18px rgba(0,84,95,0.08); }
.doc-icon { flex-shrink: 0; width: 46px; height: 56px; border-radius: 6px; background: var(--teal); color: var(--white); font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; letter-spacing: 1px; }
.wbs-tbl .wbs-band td { background: var(--tint); color: var(--teal); font-weight: 700; font-size: 11.5px; letter-spacing: 0.8px; text-transform: uppercase; }
.wbs-tbl .wbs-sub td { font-weight: 700; color: var(--teal); }
.wbs-tbl .wbs-total td { background: var(--tint); font-weight: 700; color: var(--teal); }
.wbs-scope { margin: 6px 0 0; padding-left: 16px; font-size: 12.5px; color: #3A4A4D; }
.wbs-scope li { margin-bottom: 3px; }
.wbs-toggle { background: none; border: none; color: var(--teal); font: 600 12px var(--font); cursor: pointer; padding: 0; text-decoration: underline dotted; }
.wbs-detail { display: none; }
.wbs-detail.is-open { display: block; }
.terms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.term { background: var(--fill); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; font-size: 13.5px; line-height: 1.55; }
.term b { display: block; font-family: var(--font-disp); color: var(--teal); font-size: 15px; margin-bottom: 4px; }

/* ── Register ──────────────────────────────────────────────────────── */
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 8px 0 18px; }
.fchip { font: 600 12px var(--font); border-radius: 999px; padding: 6px 12px; border: 1px solid var(--line); background: var(--white); color: var(--teal); cursor: pointer; }
.fchip:hover { border-color: var(--teal); }
.fchip.is-on { background: var(--teal); color: var(--white); border-color: var(--teal); }
.fsep { width: 1px; height: 20px; background: var(--line); margin: 0 6px; }
.reg-item { border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px 12px; margin-bottom: 10px; background: var(--white); }
.reg-head { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: start; }
.reg-id { font-family: var(--font-mono); font-size: 12px; color: var(--grey); padding-top: 3px; }
.reg-q { font-weight: 600; font-size: 14.5px; color: var(--char); line-height: 1.45; margin: 0; }
.reg-meta { display: flex; gap: 6px; flex-shrink: 0; }
.reg-status { font-size: 10.5px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; border-radius: 4px; padding: 3px 8px; white-space: nowrap; }
.st-answered { background: #EAF6E5; color: #2E7D1E; }
.st-partial { background: #FFF2D6; color: #8A5A00; }
.st-open { background: #FDE8E4; color: #A33A1F; }
.st-new { background: var(--cyan-t); color: #007A99; }
.reg-owner { font-size: 10.5px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; border-radius: 4px; padding: 3px 8px; background: var(--fill); color: var(--grey); border: 1px solid var(--line); white-space: nowrap; }
.reg-body { margin: 8px 0 0 56px; font-size: 13.5px; line-height: 1.55; color: #3A4A4D; }
.reg-why b, .reg-prop b { color: var(--teal); font-weight: 700; }
.reg-prop { margin-top: 4px; font-size: 13px; }
.reg-quotes { margin: 10px 0 0; padding: 10px 14px; background: var(--cyan-t); border-left: 3px solid var(--cyan); border-radius: 6px; }
.reg-quotes .eledon-quote { font-size: 13.5px; margin: 0 0 4px; }
.reg-quotes .ec-head { margin-bottom: 4px; }
.reg-session { font-size: 11px; color: var(--grey); margin-top: 6px; }
.reg-empty { color: var(--grey); font-style: italic; padding: 12px 0; }

/* ── Agenda ────────────────────────────────────────────────────────── */
.agenda { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 8px; }
.ag-slot { border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; background: var(--white); cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.ag-slot:hover, .ag-slot.is-on { border-color: var(--teal); box-shadow: 0 6px 18px rgba(0,84,95,0.08); }
.ag-slot.is-on { background: var(--tint); }
.ag-time { font-family: var(--font-mono); font-size: 12px; color: var(--grey); }
.ag-site { display: inline-block; margin-left: 8px; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green); }
.ag-title { font-family: var(--font-disp); font-weight: 700; color: var(--teal); font-size: 17px; margin: 4px 0 6px; }
.ag-body { font-size: 13.5px; color: #3A4A4D; line-height: 1.5; margin: 0; }
.ag-items { font-size: 12px; color: var(--teal); font-weight: 600; margin-top: 8px; }
.attendees { margin-top: 26px; padding: 18px 22px; background: var(--fill); border: 1px solid var(--line); border-radius: 12px; }
.attendees h3 { margin: 0 0 8px; }
.attendees p { font-size: 14px; margin: 0 0 6px; }

/* ── Steps / footer ────────────────────────────────────────────────── */
.steps li { font-size: 14.5px; }
.foot { background: var(--teal); color: #CFE7E2; padding: 34px 0; margin-top: 60px; }
.foot p { margin: 0 0 6px; font-size: 14px; }
.foot strong { color: var(--white); }
.foot .micro { color: #9FCBC3; }

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .facts { grid-template-columns: repeat(3, 1fr); }
  .change-grid, .ws-grid { grid-template-columns: 1fr; }
  .milestones { grid-template-columns: repeat(2, 1fr); }
  .g-row { grid-template-columns: 200px repeat(6, 1fr); }
}
@media (max-width: 860px) {
  .split, .calc-grid, .site-grid, .terms-grid, .agenda, .doc-grid-2 { grid-template-columns: 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .plan-viewer { height: 420px; }
  .reg-head { grid-template-columns: 36px 1fr; }
  .reg-meta { grid-column: 2; }
  .reg-body { margin-left: 0; }
  .gantt { overflow-x: auto; }
  .g-row { min-width: 640px; }
}
@media (max-width: 560px) {
  .facts { grid-template-columns: 1fr 1fr; }
  .readout { grid-template-columns: 1fr; }
  .hero-docs .doc-btn { min-width: 0; width: 100%; }
}

/* ── Presentation mode (present.js) ─────────── */
html.presenting main > section.wrap { border-top: none; }
