/* Paper & Pixel — shared components
   Loaded after tokens.css. Page-specific markup stays inline. */

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.75rem 4vw;
  background: #FFFFFF;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(43, 54, 143, 0.08);
  box-shadow: 0 1px 8px rgba(30, 39, 102, 0.06);
}
.nav-brand { text-decoration: none; display: flex; align-items: center; }
.nav-brand img { height: 48px; width: auto; display: block; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: #252D82;
  text-decoration: none; transition: opacity 0.25s; opacity: 0.65;
}
.nav-links a:hover { opacity: 1; }
.nav-links a.current { opacity: 1; color: var(--gold); }

/* ─── SECTION HEADING (home-page size) ─── */
.section-tag {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.5rem;
}
.section-heading {
  font-family: var(--serif); font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  font-weight: 700; line-height: 1; letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}
.section-heading i { font-style: italic; font-weight: 400; color: var(--gold); }
.section-sub {
  font-size: 0.92rem; color: var(--fg-mid); line-height: 1.75;
  max-width: 52ch; margin-bottom: 4rem;
}

/* Sub-page section context: smaller headings, tighter rhythm */
.section {
  padding: 4rem 4vw; max-width: 920px; margin: 0 auto;
}
.section .section-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.1; letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.section .section-sub { margin-bottom: 2rem; }
.section > p {
  font-size: 0.95rem; color: var(--fg-mid); line-height: 1.85;
  margin-bottom: 1rem; max-width: 65ch;
}
.section > p strong { color: var(--fg); font-weight: 600; }
.section > p em { font-style: italic; color: var(--fg); }
.section > p a { color: var(--blue); font-weight: 600; }
.section > ul, .section > ol {
  margin: 1rem 0 1.5rem 1.5rem;
}
.section > ul > li, .section > ol > li {
  font-size: 0.95rem; color: var(--fg-mid); line-height: 1.85;
  margin-bottom: 0.5rem;
}
.section > ul > li strong, .section > ol > li strong { color: var(--fg); font-weight: 600; }
.section > ul > li a, .section > ol > li a { color: var(--blue); font-weight: 600; }

/* ─── PAGE HERO (sub-pages) ─── */
.page-hero {
  padding: 7rem 4vw 3rem;
  max-width: 920px; margin: 0 auto;
}
.page-hero-eyebrow {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 1rem;
}
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700; line-height: 1.05; letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.page-hero h1 i { font-style: italic; color: var(--gold); font-weight: 400; }
.page-hero-sub {
  font-size: 1rem; color: var(--fg-mid); line-height: 1.8;
  max-width: 60ch; margin-bottom: 1rem;
}
.page-hero-sub strong { color: var(--fg); font-weight: 600; }
.page-hero-sub em { font-style: italic; color: var(--fg); }
.page-hero-meta {
  font-size: 0.88rem; color: var(--fg-mid); margin-top: 1.5rem; font-style: italic;
}
.page-hero-date {
  display: inline-block;
  margin-top: 2rem; margin-bottom: 0;
  padding: 0.7rem 1.1rem;
  background: rgba(255, 127, 0, 0.08);
  border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0;
  font-size: 0.98rem; color: var(--fg); line-height: 1.4;
  max-width: 100%;
}
.page-hero-date strong {
  display: block;
  font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
  margin-bottom: 0.25rem;
}
.page-hero-cta-row {
  display: flex; gap: 1rem; flex-wrap: wrap; align-items: center;
  margin-top: 2rem;
}
.page-hero-aside {
  margin-top: 2rem; padding: 1rem 1.25rem;
  background: var(--blue-pale); border-left: 3px solid var(--blue);
  font-size: 0.88rem; color: var(--fg-mid); line-height: 1.7;
  font-style: italic; max-width: 60ch;
}
.page-hero-aside a { color: var(--blue); font-style: normal; font-weight: 600; }
.page-hero-status {
  display: inline-block; margin-bottom: 1rem;
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--blue);
  background: var(--blue-pale); padding: 0.35rem 0.7rem; border-radius: 3px;
}

/* ─── CTAs ─── */
.cta-primary {
  display: inline-flex; align-items: center; gap: 0.65rem;
  background: var(--gold); color: #fff;
  padding: 0.85rem 1.75rem;
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: gap 0.25s, background 0.25s;
  border-radius: 4px; border: none; cursor: pointer;
}
.cta-primary:hover { gap: 1rem; background: var(--gold-light); }
.cta-secondary {
  display: inline-flex; align-items: center; gap: 0.65rem;
  background: transparent; color: var(--blue);
  padding: 0.8rem 1.5rem;
  font-family: var(--sans); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; transition: gap 0.25s, background 0.25s;
  border-radius: 4px; border: 1.5px solid var(--blue);
}
.cta-secondary:hover { gap: 1rem; background: var(--blue-pale); }
.cta-link {
  display: inline-flex; align-items: baseline; gap: 0.35rem;
  color: var(--gold); font-weight: 600;
  font-size: inherit; text-decoration: none;
  transition: gap 0.25s;
}
.cta-link:hover { gap: 0.65rem; }
.cta-link.blue { color: var(--blue); }

/* ─── CHECK LIST ─── */
.check-list {
  list-style: none; margin: 1.5rem 0;
}
.check-list > li {
  position: relative; padding-left: 2rem;
  font-size: 0.95rem; color: var(--fg); line-height: 1.75;
  margin-bottom: 1rem;
}
.check-list > li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: var(--check); font-weight: 700; font-size: 1.05rem;
}
.check-list > li strong { color: var(--fg); font-weight: 600; }
.check-list > li em { font-style: italic; color: var(--fg-mid); }

/* ─── FIT SPLIT ─── */
.fit-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
  margin: 2rem 0;
}
.fit-col {
  padding: 1.75rem 1.75rem 1.5rem;
  border: 1px solid rgba(26, 26, 23, 0.08);
  background: var(--cream);
}
.fit-col h3 {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em;
  text-transform: uppercase; margin-bottom: 1.1rem;
}
.fit-col.yes h3 { color: var(--check); }
.fit-col.no h3 { color: var(--fg-mid); }
.fit-col ul { list-style: none; margin: 0; }
.fit-col li {
  font-size: 0.9rem; color: var(--fg); line-height: 1.65;
  padding: 0.35rem 0 0.35rem 1.4rem;
  position: relative;
}
.fit-col.yes li::before {
  content: '✓'; color: var(--check); position: absolute; left: 0;
  font-weight: 700; top: 0.35rem;
}
.fit-col.no li::before {
  content: '×'; color: var(--fg-light); position: absolute; left: 0;
  font-weight: 700; font-size: 1.2rem; line-height: 1; top: 0.5rem;
}
.fit-col li a { color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.fit-col li strong { color: var(--fg); font-weight: 600; }

/* ─── COMPARE TABLE (Workshop hub) ─── */
.compare-wrap { margin: 2rem 0 3rem; }
.compare-table {
  width: 100%; border-collapse: collapse;
  background: var(--cream); border: 1px solid rgba(26, 26, 23, 0.08);
}
.compare-table th, .compare-table td {
  padding: 1.1rem 1.2rem; text-align: left; vertical-align: top;
  border-bottom: 1px solid rgba(26, 26, 23, 0.06);
  font-size: 0.88rem; line-height: 1.6;
}
.compare-table tbody th {
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--fg-mid);
  width: 22%; background: var(--bg-warm); font-weight: 600;
}
.compare-table thead th {
  font-family: var(--serif); font-size: 1.4rem; letter-spacing: -0.01em;
  text-transform: none; color: var(--blue); font-weight: 700;
  background: var(--cream); width: auto;
  border-bottom: 2px solid var(--blue-pale);
}
.compare-table thead th:first-child { background: var(--bg-warm); border-bottom-color: transparent; }
.compare-table thead th i { font-style: italic; color: var(--gold); font-weight: 400; }
.compare-table .compare-sub {
  display: block; font-family: var(--sans); font-size: 0.78rem;
  font-weight: 400; color: var(--fg-mid); text-transform: none;
  letter-spacing: 0; margin-top: 0.3rem; line-height: 1.4;
}
.compare-table td strong { color: var(--fg); font-weight: 600; }
.compare-table .compare-cta-row td { text-align: center; padding: 1.5rem 1rem; }
.compare-table .compare-cta-row td:first-child { background: var(--bg-warm); }
.compare-table .compare-cta-row .cta-primary,
.compare-table .compare-cta-row .cta-secondary { font-size: 0.65rem; padding: 0.7rem 1.25rem; }

@media (max-width: 720px) {
  .compare-table, .compare-table thead, .compare-table tbody,
  .compare-table th, .compare-table td, .compare-table tr { display: block; width: auto; }
  .compare-table thead { display: none; }
  .compare-table tbody tr {
    border-bottom: 1px solid rgba(26, 26, 23, 0.1);
    padding: 0.5rem 0;
  }
  .compare-table tbody tr:first-child {
    background: var(--cream); border-bottom: 2px solid var(--blue-pale); margin-bottom: 0.5rem;
  }
  .compare-table tbody th {
    width: auto; padding: 1rem 1.2rem 0.2rem;
    background: transparent;
  }
  .compare-table tbody td {
    padding: 0.3rem 1.2rem 0.5rem; border-bottom: none;
  }
  .compare-table tbody td::before {
    content: attr(data-col);
    display: block;
    font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
    color: var(--blue); margin-bottom: 0.2rem;
  }
  .compare-table .compare-cta-row td {
    text-align: left; padding: 0.75rem 1.2rem;
  }
  .compare-table .compare-cta-row td::before { display: none; }
}

/* ─── SCOPE / PRICING CARD ─── */
.scope-card {
  margin: 2rem 0;
  padding: 2.25rem 2.5rem;
  border: 1px solid rgba(26, 26, 23, 0.08);
  background: var(--cream);
  border-top: 3px solid var(--gold);
  position: relative;
}
.scope-card-eyebrow {
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blue);
  margin-bottom: 0.5rem;
}
.scope-card h3 {
  font-family: var(--serif); font-size: 1.7rem; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 0.75rem; line-height: 1.2;
}
.scope-card h3 .price {
  color: var(--gold); font-style: italic; font-weight: 400;
}
.scope-card .scope-desc {
  font-size: 0.95rem; color: var(--fg-mid); line-height: 1.75;
  margin-bottom: 1.25rem; max-width: 60ch;
}
.scope-card > p {
  font-size: 0.92rem; color: var(--fg-mid); line-height: 1.7; margin-bottom: 0.5rem;
}
.scope-card > p strong { color: var(--fg); font-weight: 600; }
.scope-card ul { list-style: none; margin: 0.5rem 0; }
.scope-card li {
  position: relative; padding-left: 1.25rem;
  font-size: 0.92rem; color: var(--fg); line-height: 1.7;
  margin-bottom: 0.4rem;
}
.scope-card li::before {
  content: '·'; position: absolute; left: 0.25rem; top: -0.25rem;
  color: var(--gold); font-weight: 700; font-size: 1.6rem; line-height: 1;
}
.scope-card li strong { font-weight: 600; color: var(--fg); }
.scope-card-meta {
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(26, 26, 23, 0.06);
  display: flex; flex-direction: column; gap: 0.5rem;
}
.scope-card-meta-row {
  display: flex; gap: 1rem; font-size: 0.9rem;
}
.scope-card-meta-row strong {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--fg-mid); font-weight: 600;
  min-width: 6.5rem; padding-top: 0.2rem;
}
.scope-card-meta-row span { color: var(--fg); line-height: 1.55; flex: 1; }

/* ─── INLINE CODE ─── */
code {
  font-family: var(--mono);
  font-size: 0.88em;
  color: var(--blue);
  background: rgba(37, 45, 130, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 3px;
}

/* ─── FAQ ─── */
.faq { margin: 1.5rem 0; }
.faq details {
  border-bottom: 1px solid rgba(26, 26, 23, 0.08);
  padding: 1.2rem 0;
}
.faq details:first-child { border-top: 1px solid rgba(26, 26, 23, 0.08); }
.faq summary {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
  color: var(--fg); cursor: pointer; list-style: none;
  padding-right: 2.5rem; position: relative; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; position: absolute; right: 0; top: -0.15rem;
  font-family: var(--mono); font-size: 1.6rem; font-weight: 300;
  color: var(--gold); transition: transform 0.25s;
  line-height: 1;
}
.faq details[open] summary::after { content: '−'; }
.faq details > p {
  font-size: 0.92rem; color: var(--fg-mid); line-height: 1.8;
  margin-top: 0.75rem; max-width: 65ch;
}
.faq details > p a { color: var(--blue); font-weight: 600; }
.faq details > p strong { color: var(--fg); font-weight: 600; }
.faq details > p em { font-style: italic; color: var(--fg); }

/* ─── CROSSLINK CALLOUT ─── */
.crosslink {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; max-width: 920px; margin: 3rem auto;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, var(--blue-pale) 0%, var(--bg) 100%);
  border: 2px solid #D0D4E8; border-radius: 10px;
  text-decoration: none; color: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
}
.crosslink:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43, 54, 143, 0.12); }
.crosslink-tag {
  font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; display: block;
}
.crosslink-text {
  font-size: 0.95rem; color: var(--blue); font-weight: 500;
  line-height: 1.5; flex: 1;
}
.crosslink-text strong { color: var(--blue); font-weight: 700; }
.crosslink-arrow {
  font-family: var(--mono); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--blue); white-space: nowrap;
  transition: letter-spacing 0.25s;
}
.crosslink:hover .crosslink-arrow { letter-spacing: 0.18em; }

/* ─── AGENDA ─── */
.agenda { margin: 1.5rem 0; }
.agenda-row {
  display: grid; grid-template-columns: 130px 1fr; gap: 2rem;
  padding: 1.1rem 0; border-bottom: 1px solid rgba(26, 26, 23, 0.06);
}
.agenda-row:last-child { border-bottom: none; }
.agenda-time {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em;
  color: var(--gold); white-space: nowrap; padding-top: 0.3rem;
}
.agenda-body h4 {
  font-family: var(--serif); font-size: 1.15rem; font-weight: 600;
  margin-bottom: 0.4rem; color: var(--fg);
}
.agenda-body p {
  font-size: 0.9rem; color: var(--fg-mid); line-height: 1.7;
  margin: 0; max-width: 65ch;
}

/* ─── EXAMPLE GRID (use cases / bot jobs) ─── */
.example-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem;
  margin: 1.5rem 0;
}
.example-card {
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid rgba(26, 26, 23, 0.08);
  border-left: 3px solid var(--blue-light);
}
.example-card h4 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  color: var(--blue); margin-bottom: 0.5rem; line-height: 1.25;
}
.example-card p {
  font-size: 0.88rem; color: var(--fg-mid); line-height: 1.7; margin: 0;
}
.example-card p em { color: var(--fg); font-style: italic; }

/* ─── PROCESS LIST (numbered steps) ─── */
.process-list {
  list-style: none; counter-reset: step; margin: 1.5rem 0;
}
.process-list > li {
  counter-increment: step;
  position: relative; padding-left: 3rem;
  font-size: 0.95rem; color: var(--fg-mid); line-height: 1.8;
  margin-bottom: 1.5rem;
}
.process-list > li::before {
  content: counter(step);
  position: absolute; left: 0; top: -0.2rem;
  font-family: var(--serif); font-size: 1.75rem; font-weight: 700;
  color: var(--gold); line-height: 1; width: 2rem;
}
.process-list > li strong { color: var(--fg); font-weight: 600; }

/* ─── NOT BLOCK ─── */
.not-block {
  margin: 1.25rem 0; padding: 1.25rem 1.75rem;
  background: rgba(17, 17, 51, 0.03);
  border-left: 3px solid var(--fg-light);
}
.not-block ul { list-style: none; margin: 0; }
.not-block li {
  position: relative; padding-left: 1.5rem;
  font-size: 0.92rem; color: var(--fg-mid); line-height: 1.7;
  margin-bottom: 0.4rem;
}
.not-block li::before {
  content: '×'; position: absolute; left: 0.25rem; top: -0.15rem;
  color: var(--fg-light); font-weight: 700; font-size: 1.15rem;
}

/* ─── DARK BAND (CTA / sign-up) ─── */
.dark-band {
  padding: 5rem 4vw;
  background: var(--bg-darker); color: var(--cream);
  position: relative; overflow: hidden;
}
.dark-band::before {
  content: ''; position: absolute; top: -20%; right: -10%;
  width: 50vw; height: 50vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 127, 0, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.dark-band-inner {
  max-width: 920px; margin: 0 auto; position: relative; z-index: 2;
}
.dark-band h2 {
  font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; line-height: 1.05; margin-bottom: 1rem;
  color: var(--cream); letter-spacing: -0.02em;
}
.dark-band h2 i { font-style: italic; color: var(--gold); font-weight: 400; }
.dark-band p {
  font-size: 0.95rem; color: rgba(255, 255, 255, 0.75); line-height: 1.8;
  margin-bottom: 1rem; max-width: 60ch;
}
.dark-band p strong { color: var(--cream); font-weight: 500; }
.dark-band p em { font-style: italic; color: var(--cream); }
.dark-band a.cta-link { color: var(--gold); }
.dark-band a.cta-link:hover { color: var(--gold-light); }
.dark-band .email-fallback {
  font-family: var(--serif); font-style: italic; font-size: 1.05rem;
  color: var(--cream); text-decoration: none;
  border-bottom: 1px solid rgba(255, 127, 0, 0.3);
  padding-bottom: 0.1rem; transition: border-color 0.25s;
}
.dark-band .email-fallback:hover { border-color: var(--gold); }
.dark-band-meta {
  margin-top: 1.5rem; font-family: var(--mono); font-size: 0.65rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.waitlist-fields {
  margin-top: 1.5rem; padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  max-width: 480px;
}
.waitlist-fields p {
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.waitlist-fields ul {
  list-style: none; margin: 0;
}
.waitlist-fields li {
  font-size: 0.9rem; color: rgba(255, 255, 255, 0.8);
  line-height: 1.6; padding-left: 1rem; position: relative;
}
.waitlist-fields li::before {
  content: '·'; position: absolute; left: 0; top: -0.3rem;
  color: var(--gold); font-size: 1.5rem; line-height: 1;
}
.waitlist-fields li em { color: rgba(255, 255, 255, 0.55); font-style: italic; font-size: 0.82rem; }

/* ─── ABOUT BLOCK (sub-page version) ─── */
.about-block {
  background: var(--bg-deep); color: var(--cream);
  padding: 4rem 4vw;
}
.about-block-inner { max-width: 920px; margin: 0 auto; }
.about-block .section-tag { color: var(--gold); }
.about-block h2 {
  font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700; line-height: 1.1; margin-bottom: 1rem;
  color: var(--cream); letter-spacing: -0.02em;
}
.about-block h2 i { font-style: italic; color: var(--gold); font-weight: 400; }
.about-block p {
  font-size: 0.95rem; color: rgba(255, 255, 255, 0.75); line-height: 1.85;
  margin-bottom: 1rem; max-width: 65ch;
}
.about-block p strong { color: var(--cream); font-weight: 500; }
.about-block a { color: var(--gold); font-weight: 600; }

/* ─── FOOTER ─── */
footer {
  padding: 2rem 4vw;
  background: #FFFFFF;
  border-top: 1px solid rgba(43, 54, 143, 0.08);
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  color: #252D82;
}
.foot-top {
  display: flex; justify-content: space-between; align-items: center; width: 100%;
  flex-wrap: wrap; gap: 1rem;
}
.foot-brand { display: flex; align-items: center; }
.foot-brand img { height: 36px; width: auto; display: block; }
.foot-copy {
  font-size: 0.65rem; color: #252D82; opacity: 0.4;
  letter-spacing: 0.03em;
}
.foot-links { display: flex; gap: 1.75rem; list-style: none; flex-wrap: wrap; }
.foot-links a {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: #252D82; opacity: 0.5;
  text-decoration: none; transition: opacity 0.25s;
}
.foot-links a:hover { opacity: 1; }
.foot-legal {
  display: flex; gap: 1.75rem; list-style: none; flex-wrap: wrap; justify-content: center;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(43, 54, 143, 0.08);
  width: 100%;
}
.foot-legal a {
  font-size: 0.6rem; font-weight: 400; letter-spacing: 0.05em;
  color: #252D82; opacity: 0.3;
  text-decoration: none; transition: opacity 0.25s;
}
.foot-legal a:hover { opacity: 0.7; }

/* ─── WAITLIST CALLOUT ─── */
.waitlist-callout {
  max-width: 920px; margin: 0.5rem auto 2.5rem;
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, var(--blue-pale) 0%, var(--bg) 100%);
  border: 1px solid #D0D4E8; border-radius: 10px;
}
.waitlist-callout-eyebrow {
  font-family: var(--mono); font-size: 0.55rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.4rem;
}
.waitlist-callout h3 {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 700;
  color: var(--blue); margin-bottom: 0.6rem; line-height: 1.2;
}
.waitlist-callout h3 i { font-style: italic; color: var(--gold); font-weight: 400; }
.waitlist-callout p {
  font-size: 0.92rem; color: var(--fg-mid); line-height: 1.7;
  margin-bottom: 1.25rem; max-width: 60ch;
}
.waitlist-callout .cta-secondary { margin-top: 0; }

@media (max-width: 600px) {
  .waitlist-callout { margin: 2rem 5vw; padding: 1.5rem 1.5rem; }
}

/* ─── REVEAL ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .fit-split { grid-template-columns: 1fr; }
  .example-grid { grid-template-columns: 1fr; }
  .crosslink { flex-direction: column; text-align: center; gap: 1rem; align-items: stretch; }
  footer { flex-direction: column; gap: 1rem; text-align: center; }
  footer > .foot-top { flex-direction: column; gap: 0.75rem; }
}
@media (max-width: 600px) {
  nav { padding: 0.65rem 3vw; }
  .nav-links { gap: 0.7rem; }
  .nav-links a { font-size: 0.58rem; letter-spacing: 0.1em; display: inline-block; padding: 10px 0; }
  .nav-brand img { height: 40px; }
  .section { padding: 3rem 5vw; }
  .page-hero { padding: 6rem 5vw 2.5rem; }
  .scope-card { padding: 1.75rem 1.5rem; }
  .scope-card-meta-row { flex-direction: column; gap: 0.2rem; }
  .scope-card-meta-row strong { min-width: 0; }
  .dark-band { padding: 4rem 5vw; }
  .about-block { padding: 3rem 5vw; }
  .agenda-row { grid-template-columns: 1fr; gap: 0.25rem; }
  .agenda-time { font-size: 0.7rem; }
  .fit-col { padding: 1.5rem 1.25rem; }
}
@media (max-width: 420px) {
  .nav-links { gap: 0.5rem; }
  .nav-links a { font-size: 0.52rem; letter-spacing: 0.08em; }
  .nav-brand img { height: 32px; }
}
