
.site-nav { display: none; }
/* Site-wide footer from site.config (replaces inline ob-foot in content). */
body .site-footer {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 36px var(--pad);
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 13px;
  color: var(--t2);
}
body .site-footer::before {
  content: "Monitor X. Catch leads. At a price that makes sense.";
  margin-right: auto;
  flex: 1;
  min-width: 0;
  max-width: 28rem;
  line-height: 1.45;
}
body .site-footer a {
  color: var(--t2);
  text-decoration: none;
  transition: color .15s;
}
body .site-footer a:hover { color: var(--t1); }
body .site-footer a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  border-radius: var(--r-pill);
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}
body .site-footer a:last-child:hover { filter: brightness(1.08); color: #fff; }
.site-main { max-width: none; width: 100%; margin: 0; padding: 0; }
.site-main > section { padding: 0; margin: 0; border: 0; background: transparent; }
.ob-sec, .ob-voices { padding-top: 180px; }
.ob-shot { margin-top: 72px; }
.ob-hero { padding-top: 100px; }
#comparison { scroll-margin-top: 72px; }
#inbox, #agents, #mobile { scroll-margin-top: 72px; }

body {
  --app: #000; --ink-900: #0a0a0b; --card: #16181c; --raised: #202327; --sunken: #101114;
  --border: #2f3336; --border-strong: #3a3f44;
  --t1: #e7e9ea; --t2: #8b98a5; --t3: #71767b;
  --accent: #1d9bf0; --accent-2: #6aa8ff; --accent-weak: rgba(29,155,240,.14); --accent-weaker: rgba(29,155,240,.08);
  --up: #00ba7c;
  --r-xs: 3px; --r-sm: 5px; --r-md: 8px; --r-lg: 12px; --r-pill: 999px;
  --maxw: 1200px; --pad: 32px;
  --ease: cubic-bezier(.22,1,.36,1);
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --disp: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;
  background: var(--app);
  color: var(--t1);
  font-family: var(--sans);
  line-height: 1.5;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
}

/* The page shell becomes a full-bleed dark canvas; blocks self-center. */
body .wmd-page-shell,
body .page-shell { max-width: none; width: 100%; margin: 0; padding: 0; }

/* Section rhythm between rendered blocks. Reset the base link-hub template's
   .wmd-block border-bottom + padding (preview_assets.mjs) so it doesn't leak a
   stray hairline under every block. */
body .wmd-block { padding: 180px 0 0; border-bottom: 0; }
body .wmd-block:first-of-type { padding-top: 0; }
body .wmd-role-footer { padding-top: 120px; }

/* ---- Footer ---- */
body .ob-foot { max-width: var(--maxw); margin: 0 auto; padding: 36px var(--pad); border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
body .ob-foot__l { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--t2); }
body .ob-foot__l .ob-mark { width: 24px; height: 24px; }
body .ob-foot__r { display: flex; align-items: center; gap: 22px; font-size: 13px; color: var(--t2); }
body .ob-foot__r a { transition: color .15s; }
body .ob-foot__r a:hover { color: var(--t1); }

/* "Made with Ikiro" platform signature — the default renders the dark-ink mark +
   dark text (built for light surfaces), invisible on our black canvas. Show the
   light-ink mark and lift the text to readable gray, like the atmosphere page. */
body .wmd-ikiro-signature { border-top-color: var(--border); }
body .wmd-ikiro-signature__mark--light { display: none; }
body .wmd-ikiro-signature__mark--dark { display: inline-block; }
body .wmd-ikiro-signature__prefix { color: var(--t3); }
body .wmd-ikiro-signature__brand { color: var(--t1); }

body a { color: inherit; text-decoration: none; }
body .ob-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15px; font-weight: 600; border-radius: var(--r-sm); padding: 0 22px; height: 48px;
  border: 1px solid transparent; transition: background .15s, border-color .15s;
}
body .ob-btn--pri { background: var(--accent); color: #fff; }
body .ob-btn--ghost { background: rgba(255,255,255,.02); border-color: var(--border-strong); color: var(--t1); }
body .ob-btn--sm { height: 34px; font-size: 13px; padding: 0 16px; }

/* ---- Sticky nav ---- */
body .ob-nav { position: sticky; top: 0; z-index: 50; height: 56px; background: rgba(0,0,0,.72); backdrop-filter: saturate(140%) blur(20px); -webkit-backdrop-filter: saturate(140%) blur(20px); border-bottom: 1px solid var(--border); }
body .ob-nav__in { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); height: 100%; display: flex; align-items: center; justify-content: space-between; }
body .ob-brand { display: flex; align-items: center; gap: 9px; color: var(--accent); }
body .ob-mark { width: 26px; height: 26px; border-radius: 7px; }
body .ob-brand b { font-family: var(--disp); font-weight: 600; font-size: 16px; letter-spacing: -.01em; color: var(--t1); }
body .ob-nav__links { display: flex; gap: 26px; }
body .ob-nav__links a { font-size: 13px; color: var(--t2); transition: color .15s; }
body .ob-nav__links a:hover { color: var(--t1); }
body .ob-nav__right { display: flex; align-items: center; gap: 16px; }
body .ob-nav__signin { font-size: 13px; color: var(--t2); }

/* ---- Hero ---- */
body .ob-hero { max-width: var(--maxw); margin: 0 auto; padding: 100px var(--pad) 0; text-align: center; position: relative; }
body .ob-hero::before { content: ""; position: absolute; left: 50%; top: 6%; width: 820px; height: 520px; max-width: 110vw; transform: translateX(-50%); background: radial-gradient(50% 50% at 50% 42%, var(--accent-weak), rgba(106,168,255,.06) 46%, transparent 72%); filter: blur(20px); pointer-events: none; z-index: 0; }
body .ob-hero > * { position: relative; z-index: 1; }
body .ob-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--border); border-radius: var(--r-pill); padding: 6px 14px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--t2); background: rgba(255,255,255,.018); }
body .ob-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--up); animation: ob-breathe 2.4s var(--ease) infinite; }
body .ob-h1 { font-family: var(--disp); font-weight: 700; font-size: clamp(38px, 5.4vw, 68px); line-height: 1.04; letter-spacing: -.025em; max-width: 900px; margin: 26px auto 0; color: #f6f8fc; text-wrap: balance; }
body .ob-h1 em { font-style: normal; background: linear-gradient(100deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
body .ob-cursor { color: var(--accent); font-weight: 400; animation: ob-blink 1.1s steps(1) infinite; }
body .ob-punch { font-size: 19px; color: var(--t2); margin: 22px auto 0; max-width: 640px; }
body .ob-punch b { color: var(--t1); font-weight: 700; }
body .ob-sub { font-size: 15px; color: var(--t3); max-width: 600px; margin: 14px auto 0; }
body .ob-cta-row { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
body .ob-micro { font-family: var(--mono); font-size: 12px; color: var(--t3); margin-top: 16px; }
body .ob-trust { display: flex; justify-content: center; margin-top: 40px; }
body .ob-trust__i { padding: 0 30px; text-align: center; }
body .ob-trust__v { font-family: var(--mono); font-weight: 600; font-size: 20px; color: var(--t1); letter-spacing: -.01em; }
body .ob-trust__l { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--t3); margin-top: 5px; }
body .ob-trust__sep { width: 1px; height: 34px; background: var(--border); align-self: center; }

/* ---- Section scaffold ---- */
body .ob-sec { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
body .ob-center { text-align: center; max-width: 760px; margin: 0 auto; }
body .ob-tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
body .ob-h2 { font-family: var(--disp); font-weight: 700; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.1; letter-spacing: -.02em; margin: 14px 0 0; color: #f4f7fb; }
body .ob-lede { font-size: 17px; color: var(--t2); margin: 16px auto 0; max-width: 620px; }

/* ---- Price ladder ---- */
body .ob-ladder { max-width: 1000px; margin: 44px auto 0; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; background: var(--card); }
body .ob-ladder__lbl { font-family: var(--mono); font-size: 11px; color: var(--t3); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
body .ob-lrow { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
body .ob-lrow:last-child { margin-bottom: 0; }
body .ob-lrow__n { width: 118px; flex: none; font-size: 13px; color: var(--t2); }
body .ob-lrow.is-us .ob-lrow__n { color: var(--accent); font-weight: 600; }
body .ob-lrow__track { flex: 1; height: 12px; background: var(--sunken); border-radius: var(--r-pill); overflow: hidden; }
body .ob-lrow__fill { height: 100%; border-radius: var(--r-pill); background: var(--border-strong); }
body .ob-lrow.is-us .ob-lrow__fill { background: var(--accent); }
body .ob-lrow__p { width: 92px; flex: none; text-align: right; font-family: var(--mono); font-size: 13px; color: var(--t2); }
body .ob-lrow.is-us .ob-lrow__p { color: var(--accent); font-weight: 600; }

/* ---- Capability matrix ---- */
body .ob-matrix { max-width: 1000px; margin: 32px auto 0; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
body .ob-mgrid { display: grid; }
body .ob-mh { padding: 16px 14px; background: var(--ink-900); text-align: center; font-size: 12px; font-weight: 600; color: var(--t2); }
body .ob-mh--us { background: var(--accent-weaker); border-bottom: 2px solid var(--accent); font-size: 13px; font-weight: 700; color: var(--accent); }
body .ob-mc { padding: 15px 14px; border-top: 1px solid var(--border); text-align: center; font-size: 12px; color: var(--t3); }
body .ob-mc--lbl { text-align: left; padding: 15px 18px; font-size: 13px; color: var(--t1); }
body .ob-mc--us { background: var(--accent-weaker); color: var(--accent); }
body .ob-mc--us.ob-mc--price { font-family: var(--mono); font-weight: 600; color: var(--t1); }
body .ob-mc--us.ob-mc--yes { font-size: 14px; font-weight: 700; }
body .ob-mc--price { font-family: var(--mono); }
body .ob-footnote { max-width: 1000px; margin: 20px auto 0; text-align: center; font-size: 13px; line-height: 1.55; color: var(--t3); }

/* ---- macOS window chrome (shared: product shot + terminal) ---- */
body .ob-win { position: relative; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--ink-900); overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.6); }
body .ob-win__bar { height: 44px; display: flex; align-items: center; gap: 14px; padding: 0 16px; border-bottom: 1px solid var(--border); background: var(--sunken); }
body .ob-lights { display: flex; gap: 8px; }
body .ob-lights i { width: 12px; height: 12px; border-radius: 50%; display: block; }
body .ob-lights i:nth-child(1) { background: #ff5f57; }
body .ob-lights i:nth-child(2) { background: #febc2e; }
body .ob-lights i:nth-child(3) { background: #28c840; }
body .ob-win__cmd { flex: 1; display: flex; justify-content: center; }
body .ob-win__cmd span { font-family: var(--mono); font-size: 12px; color: var(--t3); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 4px 12px; display: inline-flex; gap: 8px; align-items: center; }
body .ob-kbd { border: 1px solid var(--border-strong); border-radius: var(--r-xs); padding: 0 4px; color: var(--t2); }
body .ob-win__title { font-family: var(--mono); font-size: 12px; color: var(--t3); }

/* ---- Product shot ---- */
body .ob-shot { max-width: 1160px; margin: 0 auto; padding: 0 var(--pad); }
body .ob-shot__frame { transform: perspective(2600px) rotateX(5deg); transform-origin: top center; -webkit-mask-image: linear-gradient(to bottom, #000 74%, transparent); mask-image: linear-gradient(to bottom, #000 74%, transparent); }
body .ob-app { display: grid; grid-template-columns: 224px 1fr; min-height: 420px; }
body .ob-app__side { border-right: 1px solid var(--border); padding: 16px; background: var(--app); }
body .ob-app__se { font-family: var(--mono); font-size: 10px; color: var(--t3); text-transform: uppercase; letter-spacing: .08em; margin: 4px 0 12px; }
body .ob-mon { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: var(--r-sm); margin-bottom: 4px; }
body .ob-mon.is-active { background: var(--raised); }
body .ob-mon__n { font-size: 13px; color: var(--t1); flex: 1; }
body .ob-mon__c { font-family: var(--mono); font-size: 11px; color: var(--t3); }
body .ob-app__main { padding: 18px 20px; background: var(--ink-900); }
body .ob-app__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
body .ob-app__head h4 { font-size: 15px; margin: 0; font-weight: 600; }
body .ob-seg { display: flex; border: 1px solid var(--border); border-radius: var(--r-sm); overflow: hidden; font-size: 12px; }
body .ob-seg span { padding: 5px 12px; color: var(--t2); }
body .ob-seg span.on { background: var(--raised); color: var(--t1); }
body .ob-runpill { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; color: var(--t2); border: 1px solid var(--border); border-radius: var(--r-pill); padding: 3px 10px; }
body .ob-receipt { background: var(--sunken); border: 1px solid var(--border); border-radius: var(--r-md); padding: 14px; margin-bottom: 14px; font-family: var(--mono); font-size: 12px; line-height: 1.9; }
body .ob-receipt .op { color: var(--accent); }
body .ob-receipt .ok { color: var(--up); }
body .ob-receipt .mut { color: var(--t3); }
body .ob-ring { display: inline-block; width: 11px; height: 11px; border: 1.5px solid var(--border-strong); border-top-color: var(--accent); border-radius: 50%; vertical-align: middle; animation: ob-spin .8s linear infinite; }
body .ob-post { border-top: 1px solid var(--border); padding: 14px 0; display: grid; grid-template-columns: 36px 1fr; gap: 12px; }
body .ob-post:last-child { padding-bottom: 0; }
body .ob-av { width: 36px; height: 36px; border-radius: 50%; background: var(--raised); display: flex; align-items: center; justify-content: center; flex: none; line-height: 1; font-weight: 600; font-size: 14px; color: var(--t2); }
body .ob-post__h { display: flex; align-items: center; gap: 8px; font-size: 13px; }
body .ob-post__h .handle { color: var(--t3); font-family: var(--mono); font-size: 12px; }
body .ob-tag { font-family: var(--mono); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; padding: 2px 7px; border-radius: var(--r-xs); }
body .ob-tag--match { background: var(--accent-weak); color: var(--accent); }
body .ob-post__t { font-size: 14px; margin: 6px 0; color: var(--t1); }
body .ob-post__t mark { background: var(--accent-weak); color: var(--accent); padding: 0 2px; border-radius: 2px; }
body .ob-post__i { font-size: 13px; color: var(--t2); }
body .ob-post__m { font-family: var(--mono); font-size: 11px; color: var(--t3); margin-top: 6px; display: flex; gap: 14px; align-items: center; }
body .ob-vel { color: var(--up); }

/* ---- 2-col + white email card ---- */
body .ob-two { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr); gap: 56px; align-items: center; }
body .ob-two__p { color: var(--t2); margin: 16px 0; }
body .ob-checks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
body .ob-checks li { font-size: 14.5px; color: var(--t1); display: flex; gap: 10px; }
body .ob-checks li::before { content: "✓"; color: var(--accent); font-weight: 700; }
body .ob-email { background: #fff; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.55); padding: 20px; color: #0f1419; }
body .ob-email__h { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; color: #536471; letter-spacing: .06em; }
body .ob-email__h .ob-mark { width: 20px; height: 20px; }
body .ob-email__sub { font-size: 16px; font-weight: 600; margin: 12px 0 4px; }
body .ob-email__sub .hl { background: #e8f5fe; color: var(--accent); padding: 0 5px; border-radius: 4px; }
body .ob-email__line { color: #536471; font-size: 13px; margin-bottom: 14px; }
body .ob-lead { border: 1px solid #eff3f4; border-radius: 12px; padding: 12px; margin-bottom: 10px; }
body .ob-lead__h { display: flex; align-items: center; gap: 8px; font-size: 13px; }
body .ob-lead__h .hot { background: #0f1419; color: #fff; font-family: var(--mono); font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 4px; }
body .ob-lead__h .handle { color: #536471; font-family: var(--mono); font-size: 12px; }
body .ob-lead__q { font-size: 14px; margin: 8px 0; }
body .ob-lead__m { font-family: var(--mono); font-size: 11px; color: #536471; display: flex; gap: 12px; }
body .ob-lead__m .heart { color: #f4212e; }
body .ob-replybtn { display: inline-flex; margin-top: 10px; background: #0f1419; color: #fff; border-radius: 8px; padding: 7px 14px; font-size: 13px; font-weight: 600; }

/* ---- Agents: terminal + proof grid + chips ---- */
body .ob-term { max-width: 880px; margin: 40px auto 0; }
body .ob-term__body { padding: 18px 20px; font-family: var(--mono); font-size: 13px; line-height: 1.95; background: var(--ink-900); }
body .ob-term__body .you { color: var(--t2); }
body .ob-term__body .tool { color: var(--accent); }
body .ob-term__body .param { color: var(--t3); }
body .ob-term__body .ok { color: var(--up); }
body .ob-term__body .agent { color: var(--t1); }
body .ob-proof3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1000px; margin: 24px auto 0; }
body .ob-pcard { border: 1px solid var(--border); border-radius: var(--r-md); padding: 22px; background: var(--card); }
body .ob-pcard b { font-family: var(--mono); font-size: 13px; color: var(--accent); }
body .ob-pcard p { font-size: 14px; color: var(--t2); margin: 8px 0 0; }
body .ob-chips { display: flex; align-items: center; gap: 10px; justify-content: center; margin: 28px auto 0; flex-wrap: wrap; }
body .ob-chips .lbl { font-family: var(--mono); font-size: 11px; color: var(--t3); letter-spacing: .08em; }
body .ob-chip { border: 1px solid var(--border); border-radius: var(--r-pill); padding: 6px 14px; font-size: 13px; color: var(--t2); }

/* ---- Testimonial marquee ---- */
body .ob-voices { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
body .ob-marq { margin-top: 44px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
body .ob-marq__track { display: flex; gap: 16px; width: max-content; animation: ob-marquee 46s linear infinite; }
body .ob-marq:hover .ob-marq__track { animation-play-state: paused; }
body .ob-quote { width: 360px; flex: none; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px; background: var(--card); }
body .ob-quote__t { font-size: 15px; color: var(--t1); line-height: 1.55; }
body .ob-quote__t .k { color: var(--accent); }
body .ob-quote__by { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
body .ob-quote__by .ob-av { width: 32px; height: 32px; font-size: 13px; }
body .ob-quote__who b { font-size: 13px; }
body .ob-quote__who span { display: block; font-family: var(--mono); font-size: 12px; color: var(--t3); }

/* ---- Mobile device ---- */
body .ob-mob { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr 320px; gap: 64px; align-items: center; }
body .ob-mob__r { padding: 48px 0; }
body .ob-phone { width: 280px; justify-self: center; border: 8px solid #1a1c20; border-radius: 40px; background: #000; box-shadow: 0 24px 72px rgba(0,0,0,.6); }
body .ob-phone__screen { border-radius: 32px; overflow: hidden; background: var(--app); position: relative; }
body .ob-phone__status { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 26px; }
body .ob-phone__status .t { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--t1); }
body .ob-batt { width: 16px; height: 10px; border: 1px solid var(--t3); border-radius: 2px; position: relative; display: inline-block; }
body .ob-batt::after { content: ""; position: absolute; inset: 1px; background: var(--t3); border-radius: 1px; }
body .ob-phone__island { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 96px; height: 22px; background: #000; border-radius: 14px; }
body .ob-phone__body { padding: 24px 18px 28px; display: flex; flex-direction: column; min-height: 480px; }
body .ob-phone__brand { display: flex; align-items: center; gap: 8px; }
body .ob-phone__brand .ob-mark { width: 22px; height: 22px; }
body .ob-phone__brand span { font-family: var(--disp); font-weight: 600; font-size: 15px; color: var(--t1); }
body .ob-phone__hero { margin-top: 32px; }
body .ob-phone__eb { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--t3); }
body .ob-phone__hero h3 { margin: 10px 0 0; font-family: var(--disp); font-weight: 700; font-size: 22px; line-height: 1.12; letter-spacing: -.02em; color: var(--t1); }
body .ob-phone__hero p { margin: 12px 0 0; font-size: 13px; line-height: 1.5; color: var(--t3); }
body .ob-phone__bottom { margin-top: auto; padding-top: 28px; }
body .ob-phone__cap { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--card); padding: 16px; }
body .ob-phone__capl { font-size: 12px; font-weight: 600; color: var(--t1); }
body .ob-phone__cap input { margin-top: 10px; width: 100%; height: 40px; padding: 0 12px; background: var(--raised); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--t1); font-size: 14px; font-family: var(--sans); box-sizing: border-box; }
body .ob-phone__cap button { margin-top: 10px; width: 100%; height: 42px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 600; border: none; border-radius: var(--r-sm); cursor: pointer; box-sizing: border-box; }
body .ob-phone__help { margin-top: 10px; font-size: 11px; line-height: 1.45; color: var(--t3); text-align: center; }
body .ob-phone__alt { display: block; margin-top: 16px; text-align: center; font-size: 12px; color: var(--t2); }

@keyframes ob-spin { to { transform: rotate(360deg); } }
@keyframes ob-marquee { to { transform: translateX(calc(-50% - 8px)); } }

@media (max-width: 860px) {
  body .ob-app { grid-template-columns: 1fr; }
  body .ob-app__side { display: none; }
  body .ob-two, body .ob-mob { grid-template-columns: 1fr; gap: 40px; }
  body .ob-proof3 { grid-template-columns: 1fr; }
  body .ob-shot__frame { transform: none; }
  body .ob-mob__r { justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  body .ob-dot, body .ob-cursor,
  body .ob-ring, body .ob-marq__track { animation: none; }
}

@keyframes ob-breathe { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes ob-blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }

/* ============ DIMENSION 4: THE MOTION LAYER ============
   Pure CSS, gated — any browser without scroll-timelines (or a reduced-motion
   user) shows the full page normally. */
@property --ob-a { syntax: "<angle>"; initial-value: 0deg; inherits: false; }

/* Hero load reveal (above the fold — time-based, works everywhere) */
@media (prefers-reduced-motion: no-preference) {
  body .ob-hero > * { opacity: 0; animation: ob-load 0.95s var(--ease) forwards; }
  body .ob-hero > *:nth-child(1) { animation-delay: .03s; }
  body .ob-hero > *:nth-child(2) { animation-delay: .1s; }
  body .ob-hero > *:nth-child(3) { animation-delay: .2s; }
  body .ob-hero > *:nth-child(4) { animation-delay: .3s; }
  body .ob-hero > *:nth-child(5) { animation-delay: .4s; }
  body .ob-hero > *:nth-child(6) { animation-delay: .5s; }
  body .ob-hero .ob-h1 { animation-name: ob-focus; animation-duration: 1.2s; }
}
@keyframes ob-load { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes ob-focus { from { opacity: 0; filter: blur(16px); transform: translateY(8px) scale(.99); } to { opacity: 1; filter: blur(0); transform: none; } }

/* Conic glow border that traces the terminal frame (the signature beat) + light sweep. */
body .ob-termwrap { position: relative; max-width: 880px; margin: 40px auto 0; }
body .ob-termwrap .ob-term { margin: 0; max-width: none; }
body .ob-termwrap::after {
  content: ""; position: absolute; inset: -1.5px; border-radius: calc(var(--r-lg) + 1px); padding: 1.5px; z-index: 2; pointer-events: none;
  background: conic-gradient(from var(--ob-a), transparent 0deg, var(--accent) 38deg, var(--accent-2) 74deg, transparent 130deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
  opacity: .8;
}
body .ob-sweep { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, transparent 42%, rgba(255,255,255,.10) 50%, transparent 58%); transform: translateX(-130%); }
@media (prefers-reduced-motion: no-preference) {
  body .ob-termwrap::after { animation: ob-spin-border 7s linear infinite; }
}
@keyframes ob-spin-border { to { --ob-a: 360deg; } }

/* Scroll-driven reveals (below the fold) — varied per section. */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    body .ob-tag,
    body .ob-h2,
    body .ob-lede,
    body .ob-ladder,
    body .ob-matrix,
    body .ob-pcard,
    body .ob-chips { opacity: 0; animation: ob-rise both linear; animation-timeline: view(); animation-range: entry 0% cover 36%; }
    body .ob-shot__frame { opacity: 0; animation: ob-shot both linear; animation-timeline: view(); animation-range: entry 0% cover 46%; }
    body .ob-two__l, body .ob-mob__l { opacity: 0; animation: ob-left both linear; animation-timeline: view(); animation-range: entry 0% cover 34%; }
    body .ob-two__r, body .ob-mob__r { opacity: 0; animation: ob-right both linear; animation-timeline: view(); animation-range: entry 0% cover 34%; }
    body .ob-termwrap { opacity: 0; animation: ob-focus both linear; animation-timeline: view(); animation-range: entry 4% cover 44%; }
    body .ob-sweep { animation: ob-sweep both linear; animation-timeline: view(); animation-range: entry 18% cover 64%; }
  }
}
@keyframes ob-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes ob-left { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: none; } }
@keyframes ob-right { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: none; } }
@keyframes ob-shot { from { opacity: 0; transform: perspective(2600px) rotateX(11deg) translateY(40px) scale(.98); } to { opacity: 1; transform: perspective(2600px) rotateX(5deg); } }
@keyframes ob-sweep { 0% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }

@media (max-width: 860px) {
  body .ob-nav__links { display: none; }
  body .wmd-block { padding-top: 110px; }
  body .ob-matrix { overflow-x: auto; }
  body .ob-mgrid { min-width: 720px; }
}

/* ---- Honest empty state: labeled blank frame for an unfilled SUBJECT visual ---- */
body .ob-ghost { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; min-height: 240px; padding: 40px 28px; color: var(--t2, rgba(255,255,255,.62)); }
body .ob-ghost__icon { color: var(--accent, #5b8cff); opacity: .7; }
body .ob-ghost__icon svg { width: 34px; height: 34px; }
body .ob-ghost__label { font-size: .98rem; font-weight: 600; letter-spacing: .01em; }
body .ob-ghost__hint { font-size: .76rem; font-family: var(--mono, monospace); opacity: .6; }
/* window keeps its dark frame, blanks the body */
body .ob-win--ghost .ob-ghost { min-height: 300px; border-top: 1px dashed var(--border, rgba(255,255,255,.12)); }
/* email card is white → use a dark muted ghost so it stays legible */
body .ob-email--ghost { display: flex; align-items: center; justify-content: center; }
body .ob-email--ghost .ob-ghost { color: #5b6470; min-height: 260px; }
body .ob-email--ghost .ob-ghost__icon { color: #0f1419; opacity: .35; }
/* phone screen blank, sized to the device */
body .ob-phone__screen--ghost { display: flex; align-items: center; justify-content: center; min-height: 520px; }
body .ob-phone__screen--ghost .ob-ghost { min-height: 0; padding: 24px; }

/* ---- Legal page (single HTML article; avoid ikiro section splits) ---- */
body .site-main > header:not(.ob-nav) { display: none; }
body .site-main { max-width: none; width: 100%; margin: 0; padding: 0; }
body .site-main > header,
body .site-main > section { padding: 0; margin: 0; border: 0; background: transparent; }
body .wmd-block { padding: 0; border-bottom: 0; }
body .wmd-role-footer { padding-top: 0; }

body .ob-legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px var(--pad) 80px;
  color: var(--t1);
}
body .ob-legal h1 {
  font-family: var(--disp);
  font-weight: 700;
  font-size: clamp(26px, 3.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 20px;
  color: #f6f8fc;
  text-wrap: balance;
}
body .ob-legal > p:first-of-type {
  display: grid;
  gap: 6px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--card);
  font-size: 13px;
  line-height: 1.5;
  color: var(--t2);
}
body .ob-legal__meta {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: var(--card);
}
body .ob-legal__meta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--t2);
}
body .ob-legal h2 {
  font-family: var(--disp);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -.015em;
  margin: 2.75rem 0 0.85rem;
  padding-top: 0.5rem;
  color: #f4f7fb;
  scroll-margin-top: 72px;
}
body .ob-legal h3 {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 1rem;
  margin: 1.5rem 0 0.6rem;
  color: var(--t1);
  scroll-margin-top: 72px;
}
body .ob-legal p,
body .ob-legal li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--t2);
}
body .ob-legal p { margin: 0 0 1rem; }
body .ob-legal ul { margin: 0 0 1rem; padding-left: 1.25rem; }
body .ob-legal li { margin-bottom: 0.45rem; }
body .ob-legal strong { color: var(--t1); font-weight: 600; }
body .ob-legal em { color: var(--t2); }
body .ob-legal hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}
body .ob-legal blockquote {
  margin: 0 0 1.5rem;
  padding: 14px 18px;
  border-left: 3px solid var(--accent);
  background: var(--accent-weaker);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  color: var(--t2);
  font-size: 14px;
  line-height: 1.6;
}
body .ob-legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
body .ob-legal a:hover { color: var(--accent-2); }
body .ob-legal code {
  font-family: var(--mono);
  font-size: 0.88em;
  background: var(--raised);
  padding: 0.1em 0.35em;
  border-radius: var(--r-xs);
}
body .ob-foot { margin-top: 0; }
