/* Overseer product pages. Static by construction: nothing here is loaded from,
   or reaches, the Overseer deployment. Same conventions as harvestboot.html
   and vaporagent.css — one file, no framework, one accent hue per section. */
:root{
  color-scheme:dark;
  font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --void:#0b0a12;--surface:#15121f;--surface2:#1c1829;--crust:#0d0b14;
  --line:#2b2440;--line-soft:#221d33;
  --text:#dfe3f5;--sub:#b3b8ce;--muted:#8f93a8;
  --sight:#b4a0ff;--teal:#94e2d5;--peach:#fab387;--green:#a6e3a1;
  --blue:#89b4fa;--pink:#f5c2e7;--yellow:#f9e2af;--sapphire:#74c7ec;--mauve:#cba6f7;
  --accent:var(--sight);
  color:var(--text);background:var(--void);
}
*{box-sizing:border-box}
body{margin:0;overflow-wrap:break-word;background:
  radial-gradient(55% 45% at 25% 0%,rgba(180,160,255,.16),transparent 70%),
  radial-gradient(40% 40% at 88% 12%,rgba(148,226,213,.08),transparent 70%),
  var(--void)}
a{color:var(--accent);text-underline-offset:.25em}
a:hover{color:var(--text)}
button,input,select{font:inherit}
button,a,input,select,summary{touch-action:manipulation}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
img{max-width:100%;height:auto}

.wrap{max-width:1120px;margin:auto;padding:0 clamp(1.1rem,4vw,3rem)}

/* ---- chrome ---------------------------------------------------------- */
header.site{position:sticky;top:0;z-index:20;padding:.9rem 0;border-bottom:1px solid var(--line-soft);background:rgba(11,10,18,.88);backdrop-filter:blur(12px)}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:.7rem;font-weight:650;color:var(--text);text-decoration:none}
.brand img{border-radius:.6rem}
.sitenav{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap}
.sitenav a{padding:.4rem .7rem;border-radius:999px;font-size:.88rem;color:var(--sub);text-decoration:none}
.sitenav a:hover{color:var(--text);background:rgba(180,160,255,.1)}
.sitenav a.here{color:var(--sight);background:rgba(180,160,255,.13)}
@media(max-width:880px){.sitenav a.opt{display:none}}

footer.site{border-top:1px solid var(--line-soft);padding:3rem 0;margin-top:4rem;font-size:.88rem;color:var(--muted)}
footer.site p{max-width:60rem;color:var(--muted);margin:0}
footer.site nav{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.3rem 1.3rem}

/* ---- hero ------------------------------------------------------------ */
main{display:block}
.hero{padding:clamp(3rem,7vw,5.5rem) 0 clamp(2rem,5vw,3.5rem)}
.hero-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:960px){.hero-grid{grid-template-columns:1.12fr .88fr}}
.tagpill{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1.2rem;padding:.35rem .85rem;border:1px solid var(--line);border-radius:999px;font-size:.78rem;color:var(--sub)}
.tagpill i{font-style:normal;color:var(--sight)}
h1{font-size:clamp(2.3rem,5.6vw,4rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 1.3rem;max-width:18ch;text-wrap:balance}
.hero .lede{font-size:clamp(1.05rem,2vw,1.28rem);max-width:44rem;color:var(--sub);margin:0}
.hero .lede b{color:var(--text);font-weight:600}
.actions{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin:2rem 0 0}
.actions .hint{font-size:.88rem;color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:.6rem 1.15rem;border:1px solid var(--line);border-radius:.7rem;background:var(--surface2);color:var(--text);font-size:.92rem;text-decoration:none;cursor:pointer}
.button:hover{border-color:var(--accent);color:var(--text)}
.button.primary{background:var(--accent);border-color:var(--accent);color:var(--void);font-weight:600}
.button.primary:hover{background:#c8b8ff;color:var(--void)}
.signals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem 2rem;margin:2.75rem 0 0;padding:1.75rem 0 0;border-top:1px solid var(--line-soft)}
@media(min-width:600px){.signals{grid-template-columns:repeat(4,minmax(0,1fr))}}
.signals dt{font-size:1.6rem;font-weight:650;letter-spacing:-.02em;color:var(--text)}
.signals dd{margin:.15rem 0 0;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}

/* ---- sections -------------------------------------------------------- */
section.band{padding:clamp(3rem,6vw,5rem) 0;border-top:1px solid var(--line-soft);scroll-margin-top:5rem}
section.band.inset{background:linear-gradient(180deg,rgba(180,160,255,.045),transparent 60%)}
.eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 .7rem}
h2{font-size:clamp(1.65rem,3.4vw,2.35rem);line-height:1.18;letter-spacing:-.025em;margin:0 0 .9rem;max-width:24ch;text-wrap:balance}
h3{margin:0 0 .5rem;font-size:1.06rem;line-height:1.35;color:var(--text)}
p{color:var(--sub);margin:0 0 1rem}
.lede{max-width:52rem;font-size:1.02rem;color:var(--sub)}
.sec-head{margin-bottom:2.25rem}

/* numbered claim cards */
.claims{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));margin:0}
.claim{position:relative;padding:1.4rem 1.4rem 1.5rem;border:1px solid var(--line);border-radius:.85rem;background:var(--surface)}
.claim .n{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;letter-spacing:.18em;color:var(--accent);margin-bottom:.7rem}
.claim p{margin:0;font-size:.94rem;line-height:1.7}
.claim .proof{margin-top:.9rem;padding-top:.8rem;border-top:1px dashed var(--line);font-size:.86rem;color:var(--muted)}

/* screenshot figures */
figure.shot{margin:2.5rem 0 0}
figure.shot img{width:100%;border:1px solid var(--line);border-radius:.9rem;background:var(--crust);display:block}
figure.shot figcaption{margin-top:.75rem;font-size:.85rem;color:var(--muted)}
.showcase{display:grid;gap:3.5rem;margin:0}
.showcase article p{max-width:52rem}

/* two column tables */
.pairs{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}
.pair{padding:1.3rem 1.4rem;border:1px solid var(--line);border-radius:.8rem;background:var(--surface)}
.pair h3{font-size:1rem}
.pair p{margin:0;font-size:.92rem;line-height:1.7;color:var(--sub)}
.pair .was{display:block;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem}
.fit{display:grid;gap:2rem}
@media(min-width:880px){.fit{grid-template-columns:1fr 1fr;gap:2.5rem}}
.fit ul{list-style:none;margin:0;padding:0;display:grid;gap:1rem}
.fit li{padding:1.15rem 1.25rem;border:1px solid var(--line);border-radius:.75rem;background:var(--surface)}
.fit li b{display:block;color:var(--text);margin-bottom:.35rem}
.fit li span{font-size:.92rem;line-height:1.7;color:var(--sub)}
.fit .col-head{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .9rem}

/* steps */
ol.steps{list-style:none;counter-reset:s;margin:0;padding:0;display:grid;gap:1.1rem}
ol.steps li{counter-increment:s;display:grid;grid-template-columns:2.2rem 1fr;gap:1rem;align-items:start}
ol.steps li::before{content:counter(s,decimal-leading-zero);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;color:var(--accent);padding-top:.15rem}
ol.steps b{display:block;color:var(--text);margin-bottom:.25rem}
ol.steps span{color:var(--sub);font-size:.94rem;line-height:1.7}
.split{display:grid;gap:2.25rem}
@media(min-width:960px){.split{grid-template-columns:1fr 1fr;gap:3rem}}
pre{margin:0;padding:1.25rem;border:1px solid var(--line);border-radius:.8rem;background:var(--crust);overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.75;color:var(--sub)}
code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}

/* faq */
.faq{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line-soft)}
.faq details:last-child{border-bottom:0}
.faq summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0;cursor:pointer;list-style:none;font-weight:600;color:var(--text);min-height:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary i{font-style:normal;color:var(--accent);transition:transform .25s}
.faq details[open] summary i{transform:rotate(45deg)}
.faq p{margin:0 0 1.1rem;max-width:58rem;font-size:.94rem}

/* carousel */
.tour{border:1px solid var(--line);border-radius:1rem;background:var(--surface);padding:1rem}
.tour-stage{position:relative;border-radius:.7rem;overflow:hidden;background:var(--crust)}
.tour-stage img{display:block;width:100%}
.tour-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.9rem}
.tour-bar .count{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;color:var(--muted);margin-left:auto}
.tour-tabs{display:flex;gap:.35rem;overflow-x:auto;padding:.9rem .1rem .2rem;scrollbar-width:thin}
.tour-tabs button{flex:0 0 auto;min-height:36px;padding:.35rem .75rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--sub);font-size:.82rem;cursor:pointer}
.tour-tabs button[aria-pressed="true"]{background:rgba(180,160,255,.16);border-color:var(--sight);color:var(--text)}
.tour figcaption{margin-top:.8rem;font-size:.86rem;color:var(--muted)}

/* ---- interactive walkthrough ---------------------------------------- */
.demo-note{margin:0 0 1.75rem;padding:.85rem 1.1rem;border-left:3px solid var(--accent);background:rgba(180,160,255,.07);font-size:.92rem;color:var(--sub)}
.noscript{padding:1rem;color:var(--yellow)}
.console{border:1px solid var(--line);border-radius:1rem;background:var(--surface);overflow:hidden}
.con-bar{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;padding:.9rem 1.15rem;border-bottom:1px solid var(--line);background:var(--crust);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;letter-spacing:.04em}
.con-bar .id{color:var(--sight)}
.con-bar .state{display:inline-flex;align-items:center;gap:.4rem;color:var(--peach)}
.con-bar .state::before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:currentColor}
.con-bar .state[data-tone="resolved"]{color:var(--green)}
.con-bar .state[data-tone="held"]{color:var(--yellow)}
.con-bar .rank{margin-left:auto;color:var(--muted)}
.con-body{padding:1.35rem 1.15rem 1.5rem}
.con-title{font-size:1.15rem;font-weight:600;color:var(--text);margin:0 0 1.1rem;line-height:1.35}
.evidence{display:grid;gap:.55rem;margin:0 0 1.4rem;padding:0;list-style:none}
.evidence li{display:grid;grid-template-columns:7.5rem 7.5rem 1fr;gap:.5rem 1rem;align-items:baseline;font-size:.88rem}
@media(max-width:620px){.evidence li{grid-template-columns:1fr;gap:.15rem}}
.evidence b{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:400}
.evidence .v{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}
.evidence .v[data-tone="ok"]{color:var(--green)}
.evidence .v[data-tone="bad"]{color:var(--peach)}
.evidence .v[data-tone="warn"]{color:var(--yellow)}
.evidence .v[data-tone="unknown"]{color:var(--muted)}
.evidence span:last-child{color:var(--sub)}
.milestones{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,8.5rem),1fr));gap:.1rem;list-style:none;margin:0 0 1.4rem;padding:0}
.milestones li{padding:.7rem .3rem 0;border-top:2px solid var(--line);font-size:.78rem;color:var(--muted)}
.milestones li b{display:block;font-weight:600;font-size:.82rem;color:var(--muted);margin-bottom:.15rem}
.milestones li.done{border-top-color:var(--green)}
.milestones li.done b{color:var(--text)}
.milestones li.live{border-top-color:var(--sight)}
.milestones li.live b{color:var(--sight)}
.proposal{border:1px solid var(--line);border-radius:.8rem;background:var(--surface2);padding:1.2rem 1.25rem}
.proposal .who{display:flex;align-items:center;gap:.55rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mauve);margin-bottom:.7rem}
.proposal .who i{font-style:normal}
.proposal h4{margin:0 0 .5rem;font-size:1rem;color:var(--text)}
.proposal p{margin:0 0 .8rem;font-size:.92rem;line-height:1.7}
.proposal .plan{margin:0 0 1rem;padding:.85rem 1rem;border-radius:.6rem;background:var(--crust);border:1px solid var(--line);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:var(--sub);white-space:pre-wrap}
.proposal .unknowns{margin:0 0 1rem;font-size:.86rem;color:var(--muted)}
.decide{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}
.decide .button{min-height:44px}
.button.accept{background:var(--green);border-color:var(--green);color:#0d1b12;font-weight:600}
.button.accept:hover{background:#bdeab9;color:#0d1b12}
.button.reject{border-color:var(--line)}
.log{margin:1.4rem 0 0;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:.7rem;background:var(--crust);list-style:none;display:grid;gap:.5rem;font-size:.85rem}
.log li{display:grid;grid-template-columns:4.6rem 1fr;gap:.9rem;color:var(--sub)}
.log li time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem;color:var(--muted)}
.demo-foot{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:1.2rem}
.demo-foot .note{font-size:.84rem;color:var(--muted)}

/* roster (agents page) */
.roster{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}
.agent{border:1px solid var(--line);border-radius:.85rem;background:var(--surface);padding:1.25rem 1.3rem;border-top:3px solid var(--glyph,var(--mauve))}
.agent .top{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;margin-bottom:.5rem}
.agent .glyph{font-size:1.1rem;color:var(--glyph,var(--mauve))}
.agent .name{font-weight:650;color:var(--text)}
.agent .bound{flex:1 0 100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;color:var(--muted)}
.agent .inc{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;color:var(--muted);margin-bottom:.35rem}
.agent .task{font-size:.94rem;color:var(--text);margin:0 0 .5rem}
.agent .why{font-size:.88rem;color:var(--sub);margin:0 0 .9rem}
.agent ol{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;font-size:.82rem}
.agent ol li{display:grid;grid-template-columns:1fr auto;gap:.6rem;color:var(--sub)}
.agent ol code{color:var(--glyph,var(--mauve));font-size:.78rem}
.agent ol span.ms{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--muted);font-size:.74rem}
.caps{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}
.cap{border:1px solid var(--line);border-left:3px solid var(--hue,var(--sight));border-radius:.6rem;background:var(--surface);padding:1.05rem 1.15rem}
.cap b{display:block;color:var(--hue,var(--sight));font-size:.92rem;margin-bottom:.35rem}
.cap span{font-size:.88rem;line-height:1.65;color:var(--sub)}
.hosts{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr))}
.host{border:1px solid var(--line);border-radius:.85rem;background:var(--surface);padding:1.3rem 1.35rem}
.host .where{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.host h3{margin:.3rem 0 .7rem;color:var(--hue,var(--sight))}
.host p{margin:0;font-size:.92rem;line-height:1.7}

/* Grid and flex children must be allowed to shrink below their content width,
   or a <pre> block and the tab strip widen the page instead of scrolling. */
.hero-grid>*,.split>*,.claims>*,.pairs>*,.roster>*,.caps>*,.hosts>*,.showcase>*,
.fit>*,.fit li,ol.steps li,.evidence li,.log li,.agent ol li,.tour,.tour-tabs,.tour-stage{min-width:0}
ol.steps li>span,.log li>span,.agent ol li>code{min-width:0;overflow-wrap:anywhere}

@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
