/* Ask Arkie — askarkie.au
   Self-contained stylesheet. Separate site from surity360.com.au (website/).
   Dark data-platform aesthetic, single teal accent. No JS. AU English. */

:root {
  --bg: #080b10;
  --panel: #0f151c;
  --panel-2: #131b24;
  --border: #1f2a36;
  --ink: #e8eef5;
  --ink-dim: #b3c2d1;
  --ink-faint: #8a9bab;
  --teal: #4eecc8;
  --teal-dim: #2bbfa0;
  /* Semantic metallic tints — used only to label the Bronze/Silver/Gold
     governance layers (medallion diagram). Muted so teal stays the accent. */
  --bronze: #cf8f5c;
  --silver: #a9b7c4;
  --gold: #d9bd6a;
  --maxw: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

a { color: var(--teal); text-decoration: none; }
a:hover { color: #fff; }

h1, h2, h3 { line-height: 1.15; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 .5em; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--teal-dim);
  margin: 0 0 .9rem;
}
.eyebrow-sub { color: var(--ink-faint); font-size: .82rem; margin: -.6rem 0 1.1rem; }

.section { padding: 60px 0; border-top: 1px solid var(--border); }
.section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.section-sub { color: var(--ink-dim); font-size: 1.05rem; max-width: 60ch; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(8,11,16,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.wordmark { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 1.18rem; letter-spacing: -0.02em; color: #fff; }
.wm-mark { width: 1.5em; height: 1.5em; flex: none; display: block; }
.wordmark .ask { color: var(--ink-dim); font-weight: 600; }
.wordmark .arkie { color: var(--teal); }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a:not(.btn) { color: var(--ink-dim); font-size: .92rem; }
.nav-links a:not(.btn):hover { color: #fff; }

/* Buttons */
.btn {
  display: inline-block;
  font-weight: 600; font-size: .95rem;
  padding: 12px 22px; border-radius: 8px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .08s ease, background .15s ease;
}
.btn-primary { background: var(--teal); color: #04231c; }
.btn-primary:hover { background: #6ff3d6; color: #04231c; transform: translateY(-1px); }
.btn-ghost { border-color: var(--border); color: var(--ink); }
.btn-ghost:hover { border-color: var(--teal); color: #fff; }
.nav .btn { padding: 9px 18px; }

/* Hero */
.hero { padding: 70px 0 54px; }
.hero h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); font-weight: 800; max-width: 16ch; }
.hero h1 .accent { color: var(--teal); }
.hero-sub { font-size: 1.18rem; color: var(--ink-dim); max-width: 56ch; margin: 0 0 1.1rem; }
.hero-foundation { font-size: 1.05rem; font-weight: 500; color: var(--ink); max-width: 56ch; margin: 0 0 2rem;
  padding: 14px 18px; border-left: 3px solid var(--teal); border-radius: 0 8px 8px 0; background: rgba(78,236,200,.07); }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { color: var(--ink-faint); font-size: .9rem; margin-top: 1.6rem; }

/* Generic grids/cards */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 12px; padding: 24px;
}
.card h3 { font-size: 1.06rem; }
.card p { color: var(--ink-dim); margin: 0; font-size: .96rem; }
.card .step-no { color: var(--teal-dim); font-weight: 700; font-size: .8rem; letter-spacing: .12em; }

/* Architecture verdict cards — make the good/bad distinction scannable */
.arch-card { position: relative; }
.arch-card h3 { padding-right: 32px; }
.arch-card .arch-mark {
  position: absolute; top: 20px; right: 20px;
  width: 24px; height: 24px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 800; line-height: 1;
}
.arch-bad { opacity: .82; }
.arch-bad .arch-mark { color: #e2674a; border: 1px solid rgba(226, 103, 74, .45); }
.arch-good {
  border-color: var(--teal);
  box-shadow: inset 0 0 0 1px var(--teal);
  background: rgba(78, 236, 200, .06);
}
.arch-good h3 { color: var(--teal); }
.arch-good .arch-mark { color: var(--teal); border: 1px solid rgba(78, 236, 200, .5); }

/* Workflow stepper — Discuss / Assemble / Prepare / Deliver (CSS-only, click a card to reveal) */
.workflow-strap {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: .6rem .75rem; margin: 0 auto 2.25rem; max-width: 760px;
}
.workflow-strap-item {
  display: inline-block; padding: .4rem .85rem;
  border: 1px solid var(--teal); border-radius: 8px;
  background: rgba(78, 236, 200, .07); color: var(--teal);
  font-size: .82rem; font-weight: 600; letter-spacing: .02em; white-space: nowrap;
}
.dapd-radio {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  border: 0; clip: rect(0 0 0 0); overflow: hidden;
}
.sor-workflow-cards { display: flex; flex-wrap: wrap; gap: 1rem; align-items: stretch; }
.sor-step-card {
  display: flex; flex-direction: column; justify-content: space-between;
  flex: 1 1 0; min-width: 0; min-height: 220px; padding: 1.5rem;
  border-radius: 12px; position: relative; overflow: hidden; cursor: pointer;
  transition: flex-grow .4s cubic-bezier(.2,.7,.2,1), background .25s ease-out;
}
.sor-step-auto {
  background: linear-gradient(165deg, rgba(78, 236, 200, .09), rgba(78, 236, 200, .04));
  border: 1px solid rgba(78, 236, 200, .22);
}
.sor-step-human {
  background: linear-gradient(165deg, rgba(106, 167, 255, .13), rgba(106, 167, 255, .05));
  border: 1px solid rgba(106, 167, 255, .35);
  box-shadow: 0 0 30px rgba(106, 167, 255, .06);
}
.sor-step-num {
  font-size: 1.6rem; font-weight: 700; color: var(--ink);
  font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1; opacity: .7;
}
.sor-step-auto .sor-step-num { color: var(--teal); opacity: .85; }
.sor-step-human .sor-step-num { color: #9ec6ff; opacity: 1; }
.sor-step-desc {
  font-size: .9rem; color: var(--ink-dim); line-height: 1.6; margin: 0;
  opacity: 0; max-height: 0; overflow: hidden;
  transition: opacity .35s ease-out .15s, max-height .35s ease-out, margin .35s ease-out;
}
.sor-step-foot { display: flex; flex-direction: column; gap: .3rem; }
.sor-step-tag {
  font-size: .68rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-faint);
}
.sor-step-auto .sor-step-tag { color: rgba(78, 236, 200, .85); }
.sor-step-human .sor-step-tag { color: #9ec6ff; }
.sor-step-verb {
  font-size: 1.45rem; font-weight: 700; color: var(--ink);
  letter-spacing: -.02em; line-height: 1.1;
}
#sor-step-1:checked ~ .sor-workflow-cards .sor-step-card:nth-child(1),
#sor-step-2:checked ~ .sor-workflow-cards .sor-step-card:nth-child(2),
#sor-step-3:checked ~ .sor-workflow-cards .sor-step-card:nth-child(3),
#sor-step-4:checked ~ .sor-workflow-cards .sor-step-card:nth-child(4) { flex-grow: 2.4; }
#sor-step-1:checked ~ .sor-workflow-cards .sor-step-card:nth-child(1) .sor-step-desc,
#sor-step-2:checked ~ .sor-workflow-cards .sor-step-card:nth-child(2) .sor-step-desc,
#sor-step-3:checked ~ .sor-workflow-cards .sor-step-card:nth-child(3) .sor-step-desc,
#sor-step-4:checked ~ .sor-workflow-cards .sor-step-card:nth-child(4) .sor-step-desc {
  opacity: 1; max-height: 260px; margin: 1rem 0 .5rem;
}
#sor-step-1:focus-visible ~ .sor-workflow-cards .sor-step-card:nth-child(1),
#sor-step-2:focus-visible ~ .sor-workflow-cards .sor-step-card:nth-child(2),
#sor-step-3:focus-visible ~ .sor-workflow-cards .sor-step-card:nth-child(3),
#sor-step-4:focus-visible ~ .sor-workflow-cards .sor-step-card:nth-child(4) {
  outline: 2px solid var(--teal); outline-offset: 3px;
}
@media (max-width: 900px) {
  .sor-workflow-cards { flex-direction: column; }
  .sor-step-card { flex: 1 1 auto; min-height: auto; }
  .sor-step-card .sor-step-desc { opacity: 1; max-height: 320px; margin: 1rem 0 .5rem; }
  #sor-step-1:checked ~ .sor-workflow-cards .sor-step-card:nth-child(1),
  #sor-step-2:checked ~ .sor-workflow-cards .sor-step-card:nth-child(2),
  #sor-step-3:checked ~ .sor-workflow-cards .sor-step-card:nth-child(3),
  #sor-step-4:checked ~ .sor-workflow-cards .sor-step-card:nth-child(4) { flex-grow: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .sor-step-card, .sor-step-card .sor-step-desc { transition: none !important; }
}

/* Ask Arkie sample prompts */
.prompts { display: grid; gap: 16px; max-width: 760px; }
.bubble {
  background: var(--panel-2); border: 1px solid var(--border);
  border-left: 3px solid var(--teal);
  border-radius: 10px; padding: 16px 20px;
}
.bubble .q { color: #fff; font-weight: 600; }
.bubble .a { color: var(--ink-dim); font-size: .95rem; margin-top: 6px; }

/* Trust foundation */
.foundation { background: var(--panel); }
.foundation .lockup { color: var(--teal); font-weight: 600; }

/* Proof / quote */
.quote {
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 12px; padding: 26px;
}
.quote p { font-size: 1.04rem; color: var(--ink); margin: 0 0 12px; }
.quote .who { color: var(--ink-faint); font-size: .88rem; }
.quote .outcome { color: var(--teal-dim); font-weight: 600; font-size: .92rem; margin-top: 8px; }

/* CTA band */
.band { background: linear-gradient(180deg, var(--panel), var(--bg)); text-align: center; }
.band h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.band p { color: var(--ink-dim); max-width: 52ch; margin: 0 auto 1.8rem; }

/* Disclaimer */
.disclaimer { color: var(--ink-faint); font-size: .85rem; max-width: 64ch; margin: 3rem auto 0; padding-top: 1.6rem; border-top: 1px solid var(--border); }

/* Spacing utilities (CSP blocks inline style attrs, so use classes) */
.mt-xs { margin-top: 6px; }
.mt-md { margin-top: 30px; }
.mt-sm { margin-top: 28px; }
.mt-lg { margin-top: 34px; }

/* ── FAQ accordion (no JS — native <details>) ── */
.faq { background: var(--panel); }
.faq-list { display: grid; gap: 10px; max-width: 800px; }
.faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 0 18px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--teal); font-weight: 700; font-size: 1.25rem; line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--ink-dim); margin: 0 0 16px; font-size: .94rem; }

/* ── What advisers want — checklist ── */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; max-width: 840px; }
.checklist li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; }
.checklist .ck { width: 22px; height: 22px; border-radius: 6px; margin-top: 2px;
  background: rgba(78,236,200,.12); border: 1px solid var(--teal-dim); position: relative; }
.checklist .ck::after { content: "\2713"; position: absolute; inset: 0; display: flex;
  align-items: center; justify-content: center; color: var(--teal); font-size: .8rem; font-weight: 700; }
.checklist li div { color: var(--ink-dim); font-size: .96rem; }
.checklist li strong { color: var(--ink); font-weight: 600; }

/* Footer */
.footer { border-top: 1px solid var(--border); padding: 44px 0; color: var(--ink-faint); font-size: .88rem; }
.footer .lockup { color: var(--ink-dim); font-weight: 600; }
.footer a { color: var(--ink-dim); text-decoration: underline; text-underline-offset: 2px; }
.footer a:hover { color: #fff; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

/* Contact form */
.contact-form { max-width: 560px; margin-top: 10px; }
.contact-form .field { margin-bottom: 16px; }
.contact-form label { display: block; font-size: .85rem; color: var(--ink-dim); margin-bottom: 6px; }
.contact-form label .opt { color: var(--ink-faint); font-weight: 400; }
.contact-form input, .contact-form textarea {
  width: 100%; background: var(--panel); border: 1px solid var(--border); border-radius: 8px;
  color: var(--ink); font: inherit; padding: 10px 12px;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--teal); }
.contact-form textarea { resize: vertical; }
.contact-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-note { color: var(--ink-faint); font-size: .82rem; margin-top: 12px; }
.contact-note a { color: var(--ink-dim); text-decoration: underline; }

/* ── Capacity stat band ── */
.statband .section-title { max-width: 24ch; }
.stat-grid { margin-top: 34px; }
.stat { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 24px; }
.stat-num { color: var(--teal); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.6rem);
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.stat-label { color: var(--ink-dim); font-size: .92rem; margin-top: 12px; }

/* ── Convergence diagram (sources → Arkie → foundation) ── */
.converge { background: var(--panel); }
.conv { display: grid; grid-template-columns: 1fr auto 1.1fr auto 1fr; gap: 14px; align-items: center; margin-top: 34px; }
.conv-label { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--ink-faint); margin-bottom: 10px; }
.conv-sources, .conv-out { display: grid; gap: 8px; }
.src { display: flex; justify-content: space-between; align-items: center; gap: 8px;
  background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; font-size: .9rem; color: var(--ink); }
.src-pill { font-size: .62rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint);
  border: 1px solid var(--border); border-radius: 999px; padding: 2px 7px; white-space: nowrap; }
.conv-arrow { color: var(--teal-dim); font-size: 1.4rem; text-align: center; }
.conv-arkie { text-align: center; }
.arkie-node { background: var(--panel-2); border: 1px solid var(--teal-dim); border-radius: 12px; padding: 22px 16px;
  box-shadow: 0 0 0 4px rgba(78,236,200,.06); }
.an-name { font-weight: 800; font-size: 1.25rem; }
.an-name .ask { color: var(--ink-dim); font-weight: 600; }
.an-name .arkie { color: var(--teal); }
.an-do { color: var(--ink-dim); font-size: .8rem; margin-top: 6px; }
.out { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 9px 12px; font-size: .88rem; color: var(--ink-dim); }
.foundation-slab { margin-top: 16px; border: 1px solid var(--teal-dim); border-radius: 12px; padding: 18px 20px; text-align: center;
  background: linear-gradient(180deg, rgba(78,236,200,.08), rgba(78,236,200,.02)); }
.fs-title { color: var(--teal); font-weight: 600; }
.fs-steps { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 8px; color: var(--ink-dim); font-size: .9rem; }
.fs-steps span:not(:first-child)::before { content: "\2022"; color: var(--teal-dim); margin-right: 16px; }
.fs-residency { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--teal-dim); color: var(--ink-dim); font-size: .9rem; max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── Data-flow comparison: the typical way vs the Arkie way ── */
.dataflow { margin-top: 34px; display: grid; gap: 16px; }
.dataflow-row { border: 1px solid var(--border); border-radius: 12px; padding: 20px; background: var(--panel); }
.dataflow-label { font-weight: 700; font-size: .92rem; margin-bottom: 14px; }
.dataflow-bad .dataflow-label { color: #e2674a; }
.dataflow-good { border-color: var(--teal-dim); background: rgba(78,236,200,.05); }
.dataflow-good .dataflow-label { color: var(--teal); }
.dataflow-grid { display: grid; grid-template-columns: 1fr auto 1.3fr auto 1fr; gap: 12px; align-items: center; }
.df-box { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; }
.df-box-title { font-weight: 700; font-size: .92rem; margin-bottom: 4px; }
.df-box-sub { color: var(--ink-dim); font-size: .82rem; }
.dataflow-bad .df-box-llm { border-color: rgba(226,103,74,.5); background: rgba(226,103,74,.07); }
.dataflow-bad .df-box-llm .df-box-title { color: #e2674a; }
.dataflow-good .df-box-orch { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); background: rgba(78,236,200,.08); }
.dataflow-good .df-box-orch .df-box-title { color: var(--teal); }
.df-checks { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 4px; }
.df-checks li { color: var(--ink-dim); font-size: .8rem; padding-left: 16px; position: relative; }
.df-checks li::before { content: "\2713"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.dataflow-arrow { text-align: center; font-size: 1.3rem; }
.dataflow-bad .dataflow-arrow { color: rgba(226,103,74,.7); }
.dataflow-good .dataflow-arrow { color: var(--teal-dim); }
.dataflow-note { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--teal-dim); color: var(--teal-dim); font-size: .85rem; text-align: center; }

/* ── Medallion pipeline — Bronze / Silver / Gold governance layers (icon-led) ── */
.medallion { margin-top: 30px; }
.medallion-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px;
  color: var(--teal-dim); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.medallion-head .mh-track { flex: 1; height: 2px; border-radius: 2px; position: relative;
  background: linear-gradient(90deg, rgba(31,42,54,.4), var(--bronze), var(--silver), var(--gold)); }
.medallion-head .mh-track::after { content: ""; position: absolute; right: -1px; top: -3px;
  border-left: 7px solid var(--gold); border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.medallion-flow { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: nowrap; }
.med-io { flex: 0 0 auto; width: 118px; text-align: center; }
.med-io-label { color: var(--ink); font-size: .82rem; font-weight: 600; margin-top: 8px; }
.med-io-sub { color: var(--ink-faint); font-size: .72rem; margin-top: 2px; }
.med-ico { width: 40px; height: 40px; display: block; margin: 0 auto; fill: none; stroke: var(--teal); stroke-width: 2.4; }
.med-ico-arkie { fill: var(--teal); stroke: none; }
.med-band { flex: 1 1 auto; display: flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: 14px; padding: 20px 14px; }
.med-layer { flex: 1 1 0; min-width: 0; text-align: center; }
.med-tier { display: inline-block; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em;
  font-weight: 800; padding: 2px 9px; border-radius: 999px; margin-bottom: 10px; }
.med-cyl { width: 52px; height: 56px; display: block; margin: 0 auto 10px; }
.med-cyl .body { fill: currentColor; fill-opacity: .1; stroke: currentColor; stroke-width: 2.2; }
.med-cyl .ring { fill: none; stroke: currentColor; stroke-width: 1.8; }
.med-bronze .med-tier, .med-bronze .med-cyl { color: var(--bronze); border-color: rgba(207,143,92,.5); background: rgba(207,143,92,.08); }
.med-silver .med-tier, .med-silver .med-cyl { color: var(--silver); border-color: rgba(169,183,196,.5); background: rgba(169,183,196,.08); }
.med-gold .med-tier, .med-gold .med-cyl { color: var(--gold); border-color: rgba(217,189,106,.6); background: rgba(217,189,106,.1); }
.med-tier { border: 1px solid; }
.med-name { color: var(--ink); font-weight: 700; font-size: .98rem; margin-bottom: 3px; }
.med-cap { color: var(--ink-faint); font-size: .76rem; margin: 0 auto; max-width: 20ch; }
.med-arrow { flex: 0 0 auto; align-self: center; color: var(--teal-dim); font-size: 1.25rem; }
.medallion-note { color: var(--ink-faint); font-size: .85rem; margin-top: 16px; max-width: 62ch; }

@media (max-width: 860px) {
  .medallion-flow { flex-direction: column; }
  .med-io { width: auto; }
  .med-band { flex-direction: column; align-self: stretch; width: 100%; }
  .med-layer { padding: 4px 0; }
  .medallion-flow .med-arrow, .med-band .med-arrow { transform: rotate(90deg); }
}
@media (max-width: 820px) {
  .conv { grid-template-columns: 1fr; }
  .conv-arrow { transform: rotate(90deg); }
  .dataflow-grid { grid-template-columns: 1fr; }
  .dataflow-arrow { transform: rotate(90deg); }
}

/* ── Capability comparison — document model vs relational ── */
.cmp-scroll { margin-top: 24px; border: 1px solid var(--border); border-radius: 12px; overflow-x: auto; }
.cmp { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .92rem; }
.cmp th, .cmp td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp thead th { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-faint); font-weight: 700; }
.cmp thead .col-doc { color: var(--teal); }
.cmp .cap { color: var(--ink); font-weight: 600; }
.cmp .cap small { display: block; color: var(--ink-faint); font-size: .8rem; font-weight: 400; margin-top: 3px; }
.cmp td.mark { text-align: center; font-weight: 800; font-size: 1rem; white-space: nowrap; width: 15%; }
.cmp .col-doc-cell { background: rgba(78,236,200,.05); }
.cmp .yes { color: var(--teal); }
.cmp .no, .cmp .partial { color: var(--ink-faint); font-weight: 600; }

/* ── Hero one-screen visual ── */
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
/* Hero illustration — sources flow into the Arkie node, outputs flow out */
.hero-svg { display: block; width: 100%; height: auto; max-width: 540px; margin: 0 auto;
  overflow: visible; font-family: inherit; }
.hv-line { fill: none; stroke: var(--teal); stroke-width: 1.4; opacity: .26; }
.hv-flow { fill: none; stroke: var(--teal); stroke-width: 1.7; opacity: .9; stroke-linecap: round;
  stroke-dasharray: 2 17; animation: hvflow 2.8s linear infinite; }
@keyframes hvflow { to { stroke-dashoffset: -38; } }
.ff-line { fill: none; stroke: var(--teal); stroke-width: 2.2; opacity: .2; }
.ff-flow { fill: none; stroke: var(--teal); stroke-width: 2.6; opacity: .9; stroke-linecap: round;
  stroke-dasharray: 2 18; animation: hvflow 2.6s linear infinite; }
.hv-pill { fill: var(--panel); stroke: var(--border); stroke-width: 1; }
.hv-pill-t { fill: var(--ink-dim); font-size: 11px; font-weight: 500; }
.hv-tile { fill: var(--panel-2); stroke: var(--border); stroke-width: 1; }
.hv-ico { fill: none; stroke: var(--teal); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hv-ico-bar { stroke-width: 3.4; }
.hv-ico-doc { stroke-width: 1.6; }
.hv-node { stroke: rgba(78,236,200,.5); stroke-width: 1; }
.hv-a { fill: #06231b; font-size: 50px; font-weight: 800; dominant-baseline: middle; }
.hv-caption { text-align: center; color: var(--teal-dim); font-size: .82rem; margin: 14px 0 0; }

/* ── What one annual review actually takes (manual chain vs Arkie) ── */
.prep-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: start; }
.prep-label { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--ink-faint); margin-bottom: 12px; }
.prep-before { background: var(--panel); border: 1px solid var(--border); border-radius: 12px; padding: 22px 24px; }
.prep-steps { margin: 0; padding-left: 20px; display: grid; gap: 12px; color: var(--ink-dim); font-size: .94rem; }
.prep-steps li { padding-left: 4px; }
.prep-after { border: 1px solid var(--teal-dim); border-radius: 12px; padding: 22px 24px;
  background: linear-gradient(180deg, rgba(78,236,200,.07), rgba(78,236,200,.02)); }
.prep-after p { color: var(--ink-dim); font-size: .95rem; margin: 12px 0 0; }
.prep-after .prep-judge { color: var(--ink); margin-top: 14px; font-weight: 500; }
.prep-after-list { margin: 12px 0 0; padding-left: 18px; display: grid; gap: 8px;
  color: var(--ink-dim); font-size: .95rem; }
.prep-after-list li { padding-left: 2px; }
.prep-steps .fric { display: inline-block; font-size: .64rem; text-transform: uppercase; letter-spacing: .04em;
  color: var(--ink-faint); background: var(--panel-2); border: 1px solid var(--border); border-radius: 5px;
  padding: 1px 7px; margin-right: 8px; white-space: nowrap; }
.prep-steps .fric.wait { color: #ffb84d; border-color: #5a4a2a; background: rgba(255,184,77,.06); }
.prep-steps .fric.redo { color: #ff9a6b; border-color: #5a3a2a; background: rgba(255,154,107,.06); }
.prep-steps .fric.judge { color: var(--teal); border-color: var(--teal-dim); background: rgba(78,236,200,.06); }
.prep-steps-scan li.rework-prone { border-left: 4px solid #ff9a6b; border-right: 4px solid #ff9a6b;
  padding-left: 11px; padding-right: 11px; color: var(--ink); }
.prep-legend { margin: 14px 0 2px; color: var(--ink-faint); font-size: .8rem; display: flex; align-items: flex-start; gap: 8px; }
.prep-legend .swatch { flex: 0 0 auto; width: 3px; align-self: stretch; min-height: 15px; background: #ff9a6b; border-radius: 1px; }
.prep-tally { margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--border); color: var(--ink-faint); font-size: .82rem; }
.prep-tally strong { color: var(--ink-dim); }
.prep-tally.prep-tally-key { color: var(--ink); font-size: .92rem; border-left: 3px solid #ff9a6b;
  padding-left: 12px; padding-bottom: 12px; background: rgba(255,154,107,.06); border-radius: 0 6px 6px 0; }
.prep-tally.prep-tally-key strong { color: var(--ink); }
@media (max-width: 820px) { .prep-grid { grid-template-columns: 1fr; } }

/* ── Spinning clock in the panel label (the morning ticking by) ── */
.prep-label-row { display: flex; align-items: center; gap: 9px; }
.prep-clock { position: relative; flex: 0 0 auto; width: 16px; height: 16px;
  border-radius: 50%; border: 1.5px solid var(--ink-faint); }
.prep-clock::before, .prep-clock::after { content: ""; position: absolute;
  left: 50%; top: 50%; background: var(--teal); border-radius: 2px;
  transform-origin: bottom center; }
.prep-clock::before { width: 1.5px; height: 6px; margin: -6px 0 0 -.75px;   /* minute hand */
  animation: clockSpin 3s linear infinite; }
.prep-clock::after { width: 1.5px; height: 4px; margin: -4px 0 0 -.75px;    /* hour hand */
  background: var(--ink-faint); animation: clockSpin 18s linear infinite; }
@keyframes clockSpin { to { transform: rotate(360deg); } }

/* ── Cascade fills the chain, holds the whole list, then dwells and repeats ── */
.prep-steps-scan li { position: relative; border-radius: 6px;
  margin: 0 -8px; padding: 3px 8px 3px 12px;
  animation: stepFill 22s linear infinite; }
.prep-steps-scan li:nth-child(1) { animation-name: step1; }
.prep-steps-scan li:nth-child(2) { animation-name: step2; }
.prep-steps-scan li:nth-child(3) { animation-name: step3; }
.prep-steps-scan li:nth-child(4) { animation-name: step4; }
.prep-steps-scan li:nth-child(5) { animation-name: step5; }
.prep-steps-scan li:nth-child(6) { animation-name: step6; }
.prep-steps-scan li:nth-child(7) { animation-name: step7; }
.prep-steps-scan li:nth-child(8) { animation-name: step8; }
.prep-steps-scan li:nth-child(9) { animation-name: step9; }
.prep-steps-scan li:nth-child(10) { animation-name: step10; }
.prep-steps-scan li:nth-child(11) { animation-name: step11; }
.prep-steps-scan li:nth-child(12) { animation-name: step12; }
.prep-steps-scan li:nth-child(13) { animation-name: step13; }
.prep-steps-scan li:nth-child(14) { animation-name: step14; }
.prep-steps-scan li:nth-child(15) { animation-name: step15; }
.prep-steps-scan li:nth-child(16) { animation-name: step16; }
.prep-steps-scan li:nth-child(17) { animation-name: step16; }
.prep-steps-scan li.rework { color: var(--ink); }
@keyframes step1 {
  0%, 3.0% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  4.0%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step2 {
  0%, 6.4% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  7.4%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step3 {
  0%, 9.8% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  10.8%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step4 {
  0%, 13.2% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  14.2%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step5 {
  0%, 16.6% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  17.6%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step6 {
  0%, 20.0% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  21.0%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step7 {
  0%, 23.4% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  24.4%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step8 {
  0%, 26.8% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  27.8%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step9 {
  0%, 30.2% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  31.2%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step10 {
  0%, 33.6% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  34.6%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step11 {
  0%, 37.0% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  38.0%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step12 {
  0%, 40.4% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  41.4%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step13 {
  0%, 43.8% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  44.8%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step14 {
  0%, 47.2% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  48.2%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step15 {
  0%, 50.6% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  51.6%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}
@keyframes step16 {
  0%, 54.0% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
  55.0%, 90.0% { background: rgba(78,236,200,.10); box-shadow: inset 2px 0 0 0 var(--teal); }
  94.0%, 100% { background: transparent; box-shadow: inset 0 0 0 0 transparent; }
}

@media (prefers-reduced-motion: reduce) {
  .prep-clock::before, .prep-clock::after,
  .prep-steps-scan li, .hv-flow, .ff-flow { animation: none; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { display: none; }
}

/* ── See Arkie in action (tour) ── */
.tour { background: var(--panel); }
.tour-tag {
  display: inline-block; margin-top: 14px;
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-faint); border: 1px solid var(--border);
  border-radius: 999px; padding: 4px 12px;
}
.tour-flow { display: grid; gap: 18px; margin-top: 34px; max-width: 820px; }
.tour-step { display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start; }
.tour-step-no {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: var(--panel-2); border: 1px solid var(--border);
  color: var(--teal); font-weight: 700; font-size: .9rem;
}
.tour-cap { color: var(--ink-faint); font-size: .9rem; margin: 8px 0 0; }

/* mock UI primitives */
.mock { background: var(--bg); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
.mock-chat { border-left: 3px solid var(--teal); }
.mock-chat .q { color: #fff; font-weight: 600; }
.mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mock-head .title { color: var(--ink); font-weight: 600; font-size: .95rem; }
.mock-head .badge { color: var(--teal-dim); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

.rec-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: baseline;
  padding: 10px 0; border-top: 1px solid var(--border); }
.rec-row:first-of-type { border-top: 0; }
.rec-label { color: var(--ink-dim); font-size: .94rem; }
.rec-val { color: #fff; font-weight: 600; font-variant-numeric: tabular-nums; }
.src-chip { display: inline-block; margin-top: 4px; font-size: .72rem; color: var(--ink-faint);
  background: var(--panel-2); border: 1px solid var(--border); border-radius: 6px; padding: 2px 8px; }
.rec-total { display: grid; grid-template-columns: 1fr auto; padding-top: 12px; margin-top: 4px;
  border-top: 1px solid var(--teal-dim); }
.rec-total .rec-label { color: var(--ink); font-weight: 600; }

.flag { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start;
  padding: 12px 0; border-top: 1px solid var(--border); }
.flag:first-of-type { border-top: 0; }
.flag-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; }
.flag-red .flag-dot { background: #ff6b6b; }
.flag-amber .flag-dot { background: #ffb84d; }
.flag .f-title { color: #fff; font-weight: 600; font-size: .94rem; }
.flag .f-evidence { color: var(--ink-faint); font-size: .84rem; margin-top: 2px; }

.mock-brief .b-line { height: 8px; border-radius: 4px; background: var(--panel-2); margin: 9px 0; }
.mock-brief .b-line.short { width: 62%; }
.mock-brief .b-foot { color: var(--teal-dim); font-size: .82rem; margin-top: 12px; }
.brief-toc { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin: 4px 0 4px; }
.bt-item { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 9px 12px; background: var(--panel); border-left: 2px solid var(--teal-dim); }
.bt-h { color: var(--ink); font-weight: 600; font-size: .86rem; }
.bt-d { color: var(--ink-dim); font-size: .78rem; }

@media (max-width: 820px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .nav-links a:not(.btn) { display: none; }
}
@media (max-width: 560px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .tour-step { grid-template-columns: 1fr; gap: 10px; }
  .tour-step-no { width: 34px; height: 34px; }
}

/* Advice journey */
.journey { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.jstage { background: var(--panel); padding: 18px 20px; display: grid; grid-template-columns: 190px 1fr; gap: 20px; align-items: start; border-left: 2px solid var(--teal-dim); }
.jstage-head { display: flex; align-items: baseline; gap: 12px; }
.jstage-num { color: var(--teal-dim); font-weight: 700; font-size: .78rem; letter-spacing: .12em; }
.jstage-stage { color: var(--ink); font-weight: 600; font-size: 1rem; }
.jstage-arkie { color: var(--ink-dim); font-size: .95rem; margin: 0; }
.journey-close { margin-top: 22px; padding: 20px 22px; border-left: 3px solid var(--teal); border-radius: 0 10px 10px 0; background: rgba(78,236,200,.06); }
.journey-close p { margin: 0; color: var(--ink-dim); font-size: 1rem; }
.journey-close strong { color: var(--ink); }
.journey-close em { color: var(--teal); font-style: normal; }
@media (max-width: 760px) { .jstage { grid-template-columns: 1fr; gap: 8px; } }

/* Hero outcome strip — what advisers get (governed-data anchored) */
.hero-wants { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.7rem; }
.hw { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; color: var(--ink); background: rgba(78,236,200,.06); border: 1px solid var(--teal-dim); border-radius: 999px; padding: 6px 13px; }
.hw::before { content: "\2713"; color: var(--teal); font-weight: 700; font-size: .8rem; }

/* Manifesto video */
.video-section { padding-top: 0; }
.container--narrow { max-width: 860px; }
.vimeo-wrap { position: relative; padding-top: 52.75%; border-radius: 12px; overflow: hidden; background: #000; }
.vimeo-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ── About / Origin Story ── */
.about-section { background: var(--panel); }
.about-section .section-title { margin-bottom: .75rem; }
.about-section .section-sub { margin-bottom: 2.5rem; }

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.about-stat {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--border);
}
.about-stat:last-child { border-right: none; }
.about-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--teal);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  letter-spacing: -0.02em;
  margin-bottom: .35rem;
  line-height: 1.1;
}
.about-stat-label {
  font-size: .82rem;
  color: var(--ink-faint);
  line-height: 1.5;
}

.about-origin {
  margin-bottom: 3rem;
  padding: 2rem 2.25rem;
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--teal);
  border-radius: 12px;
}
.about-origin-quote {
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.7;
  font-weight: 400;
  font-style: italic;
  margin-bottom: .9rem;
}
.about-origin-attr {
  font-size: .78rem;
  color: var(--ink-faint);
  font-weight: 600;
  letter-spacing: .04em;
}

.about-subhead {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.founder-card {
  background: var(--panel-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  transition: border-color .2s;
}
.founder-card:hover { border-color: rgba(78,236,200,.35); }
.founder-role {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
}
.founder-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.founder-meta {
  font-size: .8rem;
  color: var(--ink-dim);
  margin-bottom: .35rem;
}
.founder-bio {
  font-size: .88rem;
  color: var(--ink-dim);
  line-height: 1.65;
}
.founder-link {
  margin-top: .5rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: .02em;
}
.founder-link:hover { text-decoration: underline; }

.about-team {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.about-team-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .4rem;
}
.about-team-text {
  font-size: .9rem;
  color: var(--ink-dim);
  line-height: 1.65;
}

.about-why {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem 1.5rem;
  background: rgba(78,236,200,.04);
  border: 1px solid rgba(78,236,200,.2);
  border-radius: 12px;
}
.about-why-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: #080b10;
  border-radius: 50%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}
.about-why-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: .35rem;
}
.about-why-text {
  font-size: .9rem;
  color: var(--ink-dim);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .about-stat:nth-child(2n) { border-right: none; }
  .about-stat:nth-last-child(-n+2) { border-bottom: none; }
  .founders-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about-stats { grid-template-columns: 1fr; }
  .about-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .about-stat:last-child { border-bottom: none; }
  .about-origin { padding: 1.5rem 1.25rem; }
  .about-origin-quote { font-size: .98rem; }
}

/* ── Illustration strip: stat + photo, two-column ── */
.img-strip {
  padding: 52px 0;
  border-top: 1px solid var(--border);
}
.img-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
  align-items: center;
}
.img-stat {
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 800;
  color: var(--teal);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 .4rem;
}
.img-stat-label {
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 500;
  max-width: 32ch;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.img-stat-sub {
  font-size: .95rem;
  color: var(--ink-dim);
  max-width: 44ch;
  margin: 0;
  line-height: 1.6;
}
.img-strip-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.img-photo {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center 25%;
  filter: grayscale(1);
  border-radius: 14px;
}
.img-strip-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(78, 236, 200, 0.07);
  border-radius: 14px;
  pointer-events: none;
}
@media (max-width: 820px) {
  .img-strip-inner { grid-template-columns: 1fr; gap: 28px; }
  .img-photo { height: 260px; }
}

/* ── Atmosphere strip: team photo as dark background with pull-line ── */
.img-atmosphere {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.img-atmosphere-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/iStock-2217939677.jpg');
  background-size: cover;
  background-position: center 35%;
  filter: grayscale(1);
}
.img-atmosphere-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 16, 0.60);
}
.img-atmosphere-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.img-atmosphere-line {
  color: #fff;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  font-weight: 700;
  text-align: center;
  max-width: 22ch;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 560px) {
  .img-atmosphere { height: 280px; }
}

/* ── Second atmosphere band: warm colour team photo, clean (no overlay), before the pilot CTA ── */
.img-atmosphere-bg-team {
  background-image: url('/images/iStock-2207703530.jpg');
  background-position: center 30%;
  filter: none;                     /* keep the warmth — no grayscale */
}
.img-atmosphere-bg-team::after {
  /* soft top/bottom fade into the dark sections; faces stay clear in the middle */
  background: linear-gradient(180deg,
    rgba(8, 11, 16, 0.55) 0%,
    rgba(8, 11, 16, 0.00) 22%,
    rgba(8, 11, 16, 0.00) 78%,
    rgba(8, 11, 16, 0.55) 100%);
}

/* ── Collapsible sections: compress the lower half into JS-free <details> accordions ── */
.section-collapsible { padding: 0; border-top: none; background: var(--bg); }
.sec-acc { border-top: 1px solid var(--border); }
.sec-acc > .sec-acc-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 26px 46px 26px 0;
  position: relative;
}
.sec-acc > .sec-acc-summary::-webkit-details-marker { display: none; }
.sec-acc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--teal-dim);
}
.sec-acc-title {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink);
}
.sec-acc-summary:hover .sec-acc-title { color: #fff; }
.sec-acc > .sec-acc-summary::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 32px;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.sec-acc[open] > .sec-acc-summary::after { transform: rotate(-135deg); }
.sec-acc-body { padding: 4px 0 44px; }

/* ── Joy strip: colour photo variant (the overjoyed team after Proof) ── */
.img-strip-joy .img-photo { filter: none; object-position: center 28%; }

/* ── Nav-targeted accordions (#trust, #tour): the id sits on the <summary>, so a
   nav hash lands inside the <details> and the browser opens it natively (real
   open attribute). scroll-margin keeps the opened summary clear of the sticky nav. ── */
.sec-acc-summary { scroll-margin-top: 78px; }

/* ── Tasmania-from-orbit dawn band (between About and the team band).
   Wide 2:1 image: the island and the rising sun are both in frame. A small, slow
   drift pans gently towards the sun (upper-right); the sun is visible from the
   start. Pure CSS, no JS; honours prefers-reduced-motion (static frame). ── */
.tas-band {
  height: 500px;
  border-top: 1px solid var(--border);
  background-color: var(--bg);
  background-image: url('/images/tasmania-orbit.png');
  background-repeat: no-repeat;
  background-size: 112%;
  background-position: 46% 38%;
  animation: tas-drift 10s ease-in-out infinite alternate;
}
@keyframes tas-drift {
  from { background-position: 46% 38%; }
  to   { background-position: 90% 8%; }
}
@media (max-width: 700px) {
  .tas-band { height: 320px; background-size: 150%; }
}
@media (prefers-reduced-motion: reduce) {
  .tas-band { animation: none; background-position: 72% 16%; }
}
