/* Erfan Platform v0.24 — route art direction + interaction system.
   Ownership: public secondary routes + public content detail only.
   The accepted Home/header/scroll shell is intentionally not owned here. */
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* =========================================================
   ROUTE FOUNDATIONS
   Canvas -> content -> elevated -> glass control
   ========================================================= */
.ebp-route-main,.ebp-content-shell{
  --route-accent:var(--ebp-gold);
  --route-accent-soft:color-mix(in srgb,var(--route-accent) 11%,transparent);
  --route-rule:color-mix(in srgb,var(--ebp-ink) 10%,transparent);
  --route-rule-strong:color-mix(in srgb,var(--ebp-ink) 17%,transparent);
  --route-surface:rgba(255,255,255,.72);
  --route-elevated:#fff;
  --route-pad:clamp(18px,4vw,52px);
  --route-max:1180px;
  position:relative;
}
.ebp-route-work,.ebp-content-type-ebp_work .ebp-content-shell{--route-accent:#9b6b2f}
.ebp-route-ventures,.ebp-content-type-ebp_project .ebp-content-shell{--route-accent:#2f766d}
.ebp-route-insights,.ebp-content-type-ebp_insight .ebp-content-shell{--route-accent:#6b6296}
.ebp-route-research,.ebp-content-type-ebp_research .ebp-content-shell{--route-accent:#2e5f92}
.ebp-route-expertise{--route-accent:#9b6b2f}
.ebp-route-about{--route-accent:#ad6658}
.ebp-route-contact{--route-accent:#2f766d}
.ebp-route-explore{--route-accent:#2e5f92}
.ebp-route-main{display:grid;gap:clamp(48px,7vw,104px);padding-bottom:clamp(72px,10vw,140px)}
.ebp-route-main :where(h1,h2,h3,p,figure,dl,dd){margin-block-start:0}
.ebp-route-main a,.ebp-content-shell a{transition:color var(--ebp-fast) var(--ebp-ease),border-color var(--ebp-fast) var(--ebp-ease),background-color var(--ebp-fast) var(--ebp-ease),transform var(--ebp-normal) var(--ebp-ease),box-shadow var(--ebp-normal) var(--ebp-ease)}
.ebp-route-main img,.ebp-content-shell img{transition:transform 420ms var(--ebp-ease),filter 420ms var(--ebp-ease)}
.ebp-route-hero,.ebp-about-hero,.ebp-contact-hero,.ebp-explore-hero{max-width:var(--route-max);margin:0 auto;width:100%;padding:clamp(42px,6vw,86px) var(--route-pad) 0}
.ebp-route-hero h1,.ebp-about-hero h1,.ebp-contact-hero h1,.ebp-explore-hero h1{font-size:clamp(44px,6vw,88px);line-height:1.02;letter-spacing:-.048em;max-width:1000px;margin:14px 0 20px;text-wrap:balance}
html[dir="rtl"] .ebp-route-hero h1,html[dir="rtl"] .ebp-about-hero h1,html[dir="rtl"] .ebp-contact-hero h1,html[dir="rtl"] .ebp-explore-hero h1{letter-spacing:-.025em}
.ebp-route-hero>p,.ebp-about-hero>div>p,.ebp-contact-hero>div>p,.ebp-explore-hero>p{font-size:clamp(17px,1.7vw,21px);line-height:1.9;color:var(--ebp-muted);max-width:780px;margin-bottom:0}
.ebp-route-kicker,.ebp-index-head{display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--ebp-muted);font-size:12px;letter-spacing:.035em;text-transform:uppercase}
html[dir="rtl"] .ebp-route-kicker,html[dir="rtl"] .ebp-index-head{text-transform:none;letter-spacing:0}
.ebp-index-head{padding:0 0 13px;border-bottom:1px solid var(--route-rule)}
.ebp-index-head>span:last-child{font-family:"Inter Variable",Inter,system-ui,sans-serif;font-variant-numeric:tabular-nums;color:var(--route-accent)}
.ebp-route-principle{display:grid;grid-template-columns:44px minmax(0,620px);gap:14px;align-items:start;margin-top:28px;color:var(--ebp-muted)}
.ebp-route-principle>span{height:1px;background:var(--route-accent);margin-top:.8em}.ebp-route-principle p{font-size:13px;line-height:1.8;margin:0}
.ebp-route-action{display:inline-flex;align-items:center;justify-content:space-between;gap:26px;min-height:44px;padding:0 2px 6px;border-bottom:1px solid var(--route-rule-strong);font-weight:760;text-decoration:none;color:var(--ebp-ink)}
.ebp-route-action i{font-style:normal;color:var(--route-accent);font-family:"Inter Variable",Inter,system-ui,sans-serif}
.ebp-route-action:hover{border-color:var(--route-accent)}
.ebp-route-unavailable{max-width:820px;margin:clamp(60px,10vw,150px) auto;padding:36px;border:1px solid var(--route-rule);border-radius:28px;background:var(--route-surface)}
.ebp-route-unavailable h1{font-size:clamp(38px,6vw,72px);margin:12px 0}.ebp-route-unavailable p{color:var(--ebp-muted);line-height:1.9;margin-bottom:24px}

/* =========================================================
   WORK — EVIDENCE BROWSER
   ========================================================= */
.ebp-work-hero{border-bottom:1px solid var(--route-rule);padding-bottom:clamp(30px,4vw,52px)}
.ebp-work-lead{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:clamp(30px,5vw,72px);align-items:center}
.ebp-work-lead-media{position:relative;display:block;overflow:hidden;border:1px solid var(--route-rule);border-radius:28px;background:var(--ebp-surface-2);box-shadow:var(--ebp-shadow-soft);aspect-ratio:1200/620}
.ebp-work-lead-media img{width:100%;height:100%;display:block;object-fit:contain;background:var(--ebp-surface-2)}
.ebp-media-index{position:absolute;inset-block-end:12px;inset-inline-start:12px;min-width:36px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(10,25,48,.78);color:white;font:700 11px/1 "Inter Variable",Inter,system-ui,sans-serif;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ebp-work-lead-copy{min-width:0}.ebp-work-lead-copy h2{font-size:clamp(34px,4.4vw,60px);line-height:1.06;margin:10px 0 14px;text-wrap:balance}.ebp-work-lead-copy h2 a{color:inherit;text-decoration:none}.ebp-work-lead-copy>p{color:var(--ebp-muted);font-size:16px;line-height:1.9;max-width:620px}
.ebp-evidence-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule);margin:24px 0}.ebp-evidence-facts>div{padding:12px 0}.ebp-evidence-facts>div:nth-child(odd){padding-inline-end:16px}.ebp-evidence-facts>div:nth-child(even){border-inline-start:1px solid var(--route-rule);padding-inline-start:16px}.ebp-evidence-facts dt{font-size:11px;color:var(--ebp-muted);margin-bottom:3px}.ebp-evidence-facts dd{font-size:14px;font-weight:740;line-height:1.6}
.ebp-evidence-outcome{display:grid;grid-template-columns:72px 1fr;gap:14px;margin:22px 0}.ebp-evidence-outcome span{font-size:11px;color:var(--route-accent);font-weight:800;padding-top:4px}.ebp-evidence-outcome p{margin:0;line-height:1.82;color:var(--ebp-ink-2)}
.ebp-evidence-index{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad)}
.ebp-evidence-row{display:grid;grid-template-columns:minmax(190px,280px) minmax(0,1fr) minmax(150px,220px);gap:clamp(20px,3vw,40px);align-items:center;padding:28px 0;border-bottom:1px solid var(--route-rule)}
.ebp-evidence-row-media{position:relative;display:block;aspect-ratio:1200/620;background:var(--ebp-surface-2);overflow:hidden;border-radius:18px}.ebp-evidence-row-media img{width:100%;height:100%;object-fit:contain;display:block}.ebp-evidence-row-media>span{position:absolute;inset-block-end:8px;inset-inline-start:8px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);border-radius:8px;padding:5px 7px;font:700 10px/1 "Inter Variable",Inter,system-ui,sans-serif;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ebp-evidence-row-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--ebp-muted);font-size:11px}.ebp-evidence-row-main h2{font-size:clamp(25px,3vw,38px);line-height:1.15;margin:7px 0}.ebp-evidence-row-main h2 a{text-decoration:none;color:inherit}.ebp-evidence-row-main p{color:var(--ebp-muted);line-height:1.75;margin:0;max-width:650px}
.ebp-evidence-row-side{display:grid;gap:12px;align-self:stretch;align-content:center}.ebp-evidence-row-side>span{display:grid;gap:2px;font-size:13px}.ebp-evidence-row-side small{color:var(--ebp-muted);font-size:10px}.ebp-evidence-row-side>a{justify-self:end;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--route-rule);border-radius:50%;text-decoration:none;font-family:"Inter Variable",Inter,system-ui,sans-serif}

/* =========================================================
   VENTURES — LIVE PRODUCT PORTFOLIO
   ========================================================= */
.ebp-venture-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:30px}
.ebp-venture-status-legend{display:flex;gap:14px;flex-wrap:wrap;padding-bottom:8px}.ebp-venture-status-legend span{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--ebp-muted)}.ebp-venture-status-legend i,.ebp-status-pill i{width:7px;height:7px;border-radius:50%;background:#bb8b2d;box-shadow:0 0 0 4px rgba(187,139,45,.08)}.ebp-venture-status-legend i.live,.ebp-status-pill.is-live i{background:#198a5d;box-shadow:0 0 0 4px rgba(25,138,93,.08)}.ebp-venture-status-legend i.building,.ebp-status-pill.is-building i{background:#bc8a2b}
.ebp-venture-board{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad);display:grid;gap:30px}
.ebp-venture-card{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);grid-template-areas:'top top' 'shot copy';border-top:1px solid var(--route-rule-strong);padding-top:0;background:transparent}
.ebp-venture-card-top{grid-area:top;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--route-rule)}
.ebp-venture-number{font:700 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-status-pill{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:780}.ebp-venture-updated{justify-self:end;font-size:11px;color:var(--ebp-muted)}
.ebp-venture-shot{grid-area:shot;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:320px;background:var(--ebp-surface-2);border-inline-end:1px solid var(--route-rule);padding:18px}.ebp-venture-shot img{width:100%;height:auto;max-height:100%;object-fit:contain;display:block;aspect-ratio:1200/620}
.ebp-venture-copy{grid-area:copy;padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;align-items:flex-start}.ebp-venture-copy h2{font-size:clamp(32px,4.3vw,56px);line-height:1.08;margin:8px 0 14px}.ebp-venture-copy h2 a{color:inherit;text-decoration:none}.ebp-venture-copy>p{color:var(--ebp-muted);line-height:1.85;max-width:620px}
.ebp-product-state-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0 26px;border-top:1px solid var(--route-rule)}.ebp-product-state-grid>div{padding:13px 12px 13px 0;border-bottom:1px solid var(--route-rule)}.ebp-product-state-grid>div:nth-child(even){border-inline-start:1px solid var(--route-rule);padding-inline-start:12px}.ebp-product-state-grid dt{font-size:10px;color:var(--ebp-muted);margin-bottom:4px}.ebp-product-state-grid dd{font-size:13px;line-height:1.65;font-weight:690}

/* =========================================================
   INSIGHTS — EDITORIAL KNOWLEDGE
   ========================================================= */
.ebp-insights-hero{padding-bottom:4px}
.ebp-topic-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.ebp-topic-row :where(a,span){display:inline-flex;align-items:center;gap:7px;font-size:11px;padding:7px 10px;border:1px solid var(--route-rule);border-radius:999px;background:transparent;color:var(--ebp-muted);text-decoration:none}.ebp-topic-row a small{font:700 9px/1 "Inter Variable",Inter,system-ui,sans-serif;opacity:.7}.ebp-topic-row a.active,.ebp-topic-row a:hover{background:var(--ebp-ink);border-color:var(--ebp-ink);color:white}.ebp-topic-row-static :where(span,a){pointer-events:none;background:var(--route-accent-soft);border-color:transparent;color:var(--ebp-ink-2)}
.ebp-collection-row{margin-top:8px}.ebp-collection-row>.ebp-filter-label{border-color:transparent;padding-inline-start:0;color:var(--route-accent);font-weight:800}.ebp-collection-row>.ebp-filter-label:hover{background:transparent;color:var(--route-accent)}
.ebp-editorial-empty{max-width:860px;margin:0 auto;padding:28px var(--route-pad);border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule)}.ebp-editorial-empty h2{font-size:clamp(26px,4vw,42px);margin:8px 0 20px}
.ebp-editorial-lead{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:stretch;border-top:1px solid var(--route-rule-strong);border-bottom:1px solid var(--route-rule-strong)}
.ebp-editorial-lead-media{position:relative;display:flex;align-items:center;padding:28px 28px 28px 0;border-inline-end:1px solid var(--route-rule)}.ebp-editorial-lead-media img{width:100%;aspect-ratio:1200/620;object-fit:contain;background:var(--ebp-surface-2);border-radius:20px;display:block}.ebp-editorial-lead-media>span{position:absolute;inset-block-start:38px;inset-inline-start:10px;padding:6px 9px;border-radius:999px;background:rgba(10,25,48,.84);color:white;font-size:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ebp-editorial-lead>div{padding:clamp(30px,4vw,48px)}.ebp-editorial-lead h2{font-size:clamp(34px,4.5vw,58px);line-height:1.08;margin:10px 0 14px}.ebp-editorial-lead h2 a{color:inherit;text-decoration:none}.ebp-editorial-lead p{color:var(--ebp-muted);line-height:1.86}.ebp-editorial-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--ebp-muted);font-size:11px;margin:10px 0 18px}
.ebp-editorial-list{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad)}.ebp-editorial-list article{display:grid;grid-template-columns:46px minmax(0,1fr) 190px 42px;gap:22px;align-items:center;padding:28px 0;border-bottom:1px solid var(--route-rule)}.ebp-editorial-number{font:720 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent);align-self:start;padding-top:7px}.ebp-editorial-list h2{font-size:clamp(25px,3vw,38px);line-height:1.18;margin:5px 0 7px}.ebp-editorial-list h2 a{color:inherit;text-decoration:none}.ebp-editorial-list p{color:var(--ebp-muted);line-height:1.72;margin:0;max-width:670px}.ebp-editorial-thumb{display:block;aspect-ratio:1200/620;background:var(--ebp-surface-2);border-radius:14px;overflow:hidden}.ebp-editorial-thumb img{width:100%;height:100%;object-fit:contain;display:block}.ebp-article-topics{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.ebp-article-topics a{font-size:10px;color:var(--ebp-muted);text-decoration:none}.ebp-article-topics a:hover{color:var(--route-accent)}.ebp-row-arrow{width:40px;height:40px;border:1px solid var(--route-rule);border-radius:50%;display:grid;place-items:center;text-decoration:none;font-family:"Inter Variable",Inter,system-ui,sans-serif}

/* =========================================================
   RESEARCH — REPORT / LAB MODE
   ========================================================= */
.ebp-research-hero{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.ebp-research-mark{display:flex;align-items:center;gap:9px;color:var(--ebp-muted);font:800 11px/1 "Inter Variable",Inter,system-ui,sans-serif;padding-bottom:8px}.ebp-research-mark i{display:block;width:24px;height:1px;background:var(--route-rule-strong)}
.ebp-research-lab{max-width:980px;margin:0 auto;padding:34px clamp(22px,4vw,44px);border:1px dashed var(--route-rule-strong);display:flex;justify-content:space-between;align-items:end;gap:30px;background:rgba(255,255,255,.36)}.ebp-research-lab h2{font-size:clamp(28px,4vw,44px);max-width:690px;margin:10px 0}.ebp-research-lab p{color:var(--ebp-muted);line-height:1.8;max-width:680px}
.ebp-research-grid{max-width:1040px;margin:0 auto;padding:0 var(--route-pad);display:grid}.ebp-research-card{display:grid;grid-template-columns:74px minmax(0,1fr) 150px;gap:24px;padding:30px 0;border-bottom:1px solid var(--route-rule);align-items:start}.ebp-research-card-index{font:800 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent);display:grid;gap:10px;padding-top:7px}.ebp-research-card-index i{height:1px;background:var(--route-rule);width:100%}.ebp-research-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--ebp-muted);font-size:10px}.ebp-research-card h2{font-size:clamp(27px,3.2vw,40px);line-height:1.16;margin:8px 0 13px}.ebp-research-card h2 a{color:inherit;text-decoration:none}.ebp-research-question{font-size:16px;line-height:1.85;margin:0;color:var(--ebp-ink-2)}.ebp-research-question small{display:block;color:var(--ebp-muted);font-size:10px;margin-bottom:3px}.ebp-research-card-side{display:grid;border-inline-start:1px solid var(--route-rule);padding-inline-start:18px;gap:8px;color:var(--ebp-muted);font-size:10px}.ebp-research-card-side a{margin-top:8px;width:38px;height:38px;border-radius:50%;border:1px solid var(--route-rule);display:grid;place-items:center;text-decoration:none;color:var(--ebp-ink);font-family:"Inter Variable",Inter,system-ui,sans-serif}

/* =========================================================
   EXPERTISE — CAPABILITY MAP
   ========================================================= */
.ebp-capability-grammar{display:flex;align-items:center;gap:10px;margin-top:28px;color:var(--ebp-muted);font-size:11px}.ebp-capability-grammar i{width:28px;height:1px;background:var(--route-rule-strong)}
.ebp-capability-map{max-width:1080px;margin:0 auto;padding:0 var(--route-pad)}.ebp-capability-map article{display:grid;grid-template-columns:52px minmax(0,1.2fr) minmax(180px,.7fr) minmax(180px,.65fr);gap:24px;align-items:start;padding:28px 0;border-bottom:1px solid var(--route-rule)}.ebp-capability-map article>b{font:760 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent);padding-top:9px}.ebp-capability-map h2{font-size:clamp(27px,3.3vw,42px);line-height:1.14;margin:0 0 8px}.ebp-capability-map p{color:var(--ebp-muted);font-size:16px;line-height:1.78;margin:0}.ebp-capability-output{display:grid;gap:5px;color:var(--ebp-ink-2);font-size:12px;line-height:1.7}.ebp-capability-output small,.ebp-capability-evidence small{font-size:9px;color:var(--ebp-muted);text-transform:uppercase;letter-spacing:.05em}.ebp-capability-evidence{display:grid;grid-template-columns:1fr auto;gap:4px 10px;text-decoration:none;color:var(--ebp-ink);font-size:12px;line-height:1.6}.ebp-capability-evidence small{grid-column:1/-1}.ebp-capability-evidence i{font-style:normal;color:var(--route-accent);font-family:"Inter Variable",Inter,system-ui,sans-serif}
.ebp-evidence-strip{max-width:var(--route-max);margin:0 auto;padding:clamp(32px,5vw,54px) var(--route-pad);background:var(--ebp-ink);color:white;display:grid;grid-template-columns:.76fr 1.24fr;gap:clamp(30px,5vw,70px)}.ebp-evidence-strip h2{font-size:clamp(29px,4vw,48px);line-height:1.12;margin:10px 0}.ebp-evidence-strip>div:last-child{display:grid}.ebp-evidence-strip a{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;color:white;text-decoration:none;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14)}.ebp-evidence-strip a span{color:rgba(255,255,255,.6);font-size:11px}.ebp-evidence-strip a i{font-style:normal}.ebp-fit-panel{max-width:1000px;margin:0 auto;padding:30px var(--route-pad);border-top:1px solid var(--route-rule-strong);border-bottom:1px solid var(--route-rule-strong);display:flex;align-items:center;justify-content:space-between;gap:28px}.ebp-fit-panel h2{font-size:clamp(26px,3vw,38px);margin:8px 0}

/* =========================================================
   ABOUT — PERSONAL OPERATING MODEL
   ========================================================= */
.ebp-about-hero,.ebp-contact-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(34px,5vw,72px);align-items:center}.ebp-about-hero figure,.ebp-contact-hero figure{position:relative;margin:0;overflow:hidden;background:var(--ebp-surface-2);border:1px solid var(--route-rule);border-radius:28px}.ebp-about-hero img,.ebp-contact-hero img{width:100%;height:auto;display:block;aspect-ratio:.85;object-fit:cover}.ebp-about-hero figcaption{position:absolute;inset-inline:14px;inset-block-end:14px;padding:9px 11px;border-radius:11px;background:rgba(10,25,48,.76);color:white;font-size:10px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ebp-about-hero blockquote{margin:28px 0 0;padding:0 18px;border-inline-start:2px solid var(--route-accent);font-size:17px;line-height:1.85;color:var(--ebp-ink-2)}
.ebp-about-now{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad);display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(32px,5vw,76px);align-items:start}.ebp-about-now h2{font-size:clamp(29px,4vw,48px);line-height:1.14;margin:10px 0}.ebp-about-now-copy>p{color:var(--ebp-muted);line-height:1.8}.ebp-about-now-links{display:grid;border-top:1px solid var(--route-rule)}.ebp-about-now-links a{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:18px;padding:17px 0;border-bottom:1px solid var(--route-rule);color:inherit;text-decoration:none}.ebp-about-now-links span{color:var(--ebp-muted);font-size:10px}.ebp-about-now-links i{font-style:normal;color:var(--route-accent);font-family:"Inter Variable",Inter,system-ui,sans-serif}
.ebp-about-timeline{max-width:980px;margin:0 auto;padding:0 var(--route-pad)}.ebp-about-timeline>div{display:grid;grid-template-columns:100px 40px 1fr;gap:20px;align-items:center;padding:19px 0;border-bottom:1px solid var(--route-rule)}.ebp-about-timeline b{color:var(--route-accent);font-family:"Inter Variable",Inter,system-ui,sans-serif}.ebp-about-timeline>div>span{font:700 10px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--ebp-muted)}

/* =========================================================
   CONTACT — COLLABORATION ROUTER
   ========================================================= */
.ebp-inquiry-router{max-width:var(--route-max);margin:0 auto;padding:0 var(--route-pad)}.ebp-inquiry-lanes{display:grid}.ebp-inquiry-lane{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--route-rule);color:inherit;text-decoration:none}.ebp-inquiry-lane>b{font:760 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-inquiry-lane h2{font-size:clamp(25px,3vw,36px);margin:0 0 5px}.ebp-inquiry-lane p{color:var(--ebp-muted);line-height:1.72;margin:0;max-width:720px}.ebp-inquiry-lane>i{width:44px;height:44px;border:1px solid var(--route-rule);border-radius:50%;display:grid;place-items:center;font-style:normal;font-family:"Inter Variable",Inter,system-ui,sans-serif}
.ebp-contact-action{max-width:1040px;margin:0 auto;padding:clamp(32px,5vw,54px) var(--route-pad);background:var(--ebp-ink);color:white;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:34px}.ebp-contact-action h2{font-size:clamp(29px,4vw,48px);line-height:1.14;max-width:720px;margin:10px 0 18px}.ebp-contact-action p{color:rgba(255,255,255,.68);font-family:"Inter Variable",Inter,system-ui,sans-serif;font-size:12px}.ebp-contact-brief{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.ebp-contact-brief span{padding:7px 9px;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:10px;color:rgba(255,255,255,.72)}.ebp-contact-buttons{display:grid;gap:9px;min-width:160px}.ebp-contact-action .ebp-secondary{color:white;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.07)}

/* =========================================================
   EXPLORE — DISCOVERY COMMAND
   ========================================================= */
.ebp-explore-hero{max-width:1000px}.ebp-explore-search{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:32px}.ebp-explore-search label{position:relative;display:flex;align-items:center;min-height:62px;border:1px solid var(--route-rule-strong);background:white;border-radius:18px;box-shadow:var(--ebp-shadow-control)}.ebp-explore-search label:focus-within{border-color:color-mix(in srgb,var(--route-accent) 50%,var(--route-rule));box-shadow:0 0 0 4px var(--route-accent-soft)}.ebp-explore-search input{width:100%;min-height:60px;border:0;background:transparent;padding:0 48px;font:inherit;color:var(--ebp-ink);outline:0}.ebp-search-symbol{position:absolute;inset-inline-start:17px;font:700 20px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--ebp-muted)}.ebp-explore-search kbd{position:absolute;inset-inline-end:13px;min-width:28px;height:26px;display:grid;place-items:center;border:1px solid var(--route-rule);border-bottom-color:var(--route-rule-strong);border-radius:7px;background:var(--ebp-surface-2);font:700 11px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--ebp-muted)}
.ebp-explore-filters{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.ebp-explore-filters a{padding:7px 10px;border-radius:999px;border:1px solid transparent;color:var(--ebp-muted);font-size:11px;text-decoration:none}.ebp-explore-filters a:hover,.ebp-explore-filters a.active{border-color:var(--route-rule);background:var(--route-surface);color:var(--ebp-ink)}
.ebp-explore-groups{max-width:1040px;margin:0 auto;padding:0 var(--route-pad);display:grid;gap:44px}.ebp-explore-group-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--route-rule);padding-bottom:12px}.ebp-explore-group-head h2{font-size:24px;margin:0}.ebp-explore-group-head span{font:700 10px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-explore-results{display:grid}.ebp-explore-results>a{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--route-rule);color:inherit;text-decoration:none}.ebp-explore-result-media{width:110px;aspect-ratio:1200/620;display:grid;place-items:center;background:var(--ebp-surface-2);border-radius:12px;overflow:hidden}.ebp-explore-results img{width:100%;height:100%;object-fit:contain}.ebp-explore-results strong{font-size:19px}.ebp-explore-results p{color:var(--ebp-muted);margin:4px 0 0;line-height:1.6}.ebp-explore-results>a>span:last-child{font-family:"Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-empty-search{max-width:980px;margin:0 auto;padding:28px var(--route-pad);border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule)}.ebp-empty-search h2{font-size:clamp(26px,4vw,42px);margin:7px 0}.ebp-empty-search p{color:var(--ebp-muted)}

/* =========================================================
   CONTENT DETAIL — SHARED SYSTEM
   ========================================================= */
.ebp-content-shell{max-width:1180px;margin:0 auto;padding:clamp(34px,5vw,72px) var(--route-pad) clamp(80px,10vw,140px)}
.ebp-content-back{display:inline-flex;margin-bottom:28px;color:var(--ebp-muted);font-size:12px;text-decoration:none}.ebp-content-back:hover{color:var(--ebp-ink);transform:translateX(calc((var(--ebp-dir-sign,1))*-2px))}
.ebp-content-mast{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.82fr);gap:clamp(32px,5vw,72px);align-items:center;padding:0 0 clamp(40px,6vw,72px);border-bottom:1px solid var(--route-rule-strong)}.ebp-content-mast h1{font-size:clamp(42px,5.6vw,78px);line-height:1.04;letter-spacing:-.046em;margin:10px 0 17px;text-wrap:balance}html[dir="rtl"] .ebp-content-mast h1{letter-spacing:-.02em}.ebp-content-mast-copy>p{font-size:clamp(17px,1.8vw,20px);line-height:1.9;color:var(--ebp-muted);max-width:720px}.ebp-content-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--ebp-muted);font-size:11px;margin:18px 0}.ebp-content-meta span{position:relative}.ebp-content-meta span+span:before{content:"·";position:absolute;inset-inline-start:-10px;color:var(--route-accent)}
.ebp-content-cover{margin:0;position:relative;background:var(--ebp-surface-2);border:1px solid var(--route-rule);border-radius:26px;overflow:hidden;box-shadow:var(--ebp-shadow-soft);aspect-ratio:1200/620;display:grid;place-items:center}.ebp-content-cover img{width:100%;height:100%;object-fit:contain;display:block}.ebp-content-cover figcaption{position:absolute;inset-inline:12px;inset-block-end:12px;padding:7px 9px;border-radius:9px;background:rgba(10,25,48,.78);color:white;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ebp-detail-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule);margin:20px 0}.ebp-detail-facts>div{padding:10px 10px 10px 0}.ebp-detail-facts>div+div{border-inline-start:1px solid var(--route-rule);padding-inline-start:10px}.ebp-detail-facts dt{font-size:9px;color:var(--ebp-muted);margin-bottom:3px}.ebp-detail-facts dd{font-size:12px;line-height:1.5;font-weight:730;margin:0}.ebp-external-project{margin-top:6px}
.ebp-content-layout{display:grid;grid-template-columns:minmax(0,760px) minmax(180px,240px);justify-content:space-between;gap:clamp(42px,6vw,86px);padding-top:clamp(42px,6vw,72px)}.ebp-content-body{min-width:0}.ebp-content-aside{align-self:start;position:sticky;top:118px;display:grid;gap:13px;padding-top:4px}.ebp-content-aside>strong{font-size:14px}.ebp-content-aside nav{display:grid;border-top:1px solid var(--route-rule)}.ebp-content-aside nav a{padding:9px 0;border-bottom:1px solid var(--route-rule);font-size:11px;color:var(--ebp-muted);text-decoration:none;line-height:1.5}.ebp-content-aside nav a:hover{color:var(--ebp-ink)}.ebp-content-aside>button{min-height:39px;border:1px solid var(--route-rule);border-radius:12px;background:var(--route-surface);color:var(--ebp-ink);font-size:11px;text-align:center}.ebp-aside-signal{padding:12px 0;border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule)}.ebp-aside-signal span{font-size:9px;color:var(--route-accent)}.ebp-aside-signal p{font-size:11px;color:var(--ebp-muted);line-height:1.65;margin:5px 0 0}
.ebp-prose{font-size:16px;line-height:1.9}.ebp-prose :where(h2,h3){scroll-margin-top:130px}.ebp-prose h2{font-size:clamp(27px,3.4vw,40px);line-height:1.22;margin:1.8em 0 .55em}.ebp-prose h3{font-size:clamp(20px,2.4vw,28px);line-height:1.3;margin:1.6em 0 .5em}.ebp-prose p{color:var(--ebp-ink-2)}
.ebp-case-sequence,.ebp-venture-proof-stack,.ebp-changelog,.ebp-artifact-field{margin-top:42px}.ebp-case-step,.ebp-venture-proof-stack>article{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--route-rule)}.ebp-case-step>span,.ebp-venture-proof-stack>article>span{font:760 10px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent);padding-top:9px}.ebp-case-step h2,.ebp-venture-proof-stack h2{font-size:clamp(26px,3vw,36px);margin:0 0 8px}.ebp-case-step p,.ebp-venture-proof-stack p{margin:0;line-height:1.85;color:var(--ebp-ink-2)}
.ebp-detail-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.ebp-detail-gallery figure{margin:0;border:1px solid var(--route-rule);background:var(--ebp-surface-2);border-radius:18px;overflow:hidden}.ebp-detail-gallery img{width:100%;aspect-ratio:1200/620;object-fit:contain;display:block}.ebp-detail-gallery figcaption{padding:9px 11px;border-top:1px solid var(--route-rule);font-size:9px;color:var(--ebp-muted)}
.ebp-product-console{border-top:1px solid var(--route-rule-strong);border-bottom:1px solid var(--route-rule-strong);padding:18px 0 4px;margin-bottom:34px}.ebp-product-console>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.ebp-product-console dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.ebp-product-console dl>div{padding:12px 0;border-top:1px solid var(--route-rule)}.ebp-product-console dl>div:nth-child(even){border-inline-start:1px solid var(--route-rule);padding-inline-start:14px}.ebp-product-console dt{font-size:9px;color:var(--ebp-muted);margin-bottom:4px}.ebp-product-console dd{font-size:13px;line-height:1.65;margin:0;font-weight:680}
.ebp-changelog>div{display:grid}.ebp-changelog article{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--route-rule)}.ebp-changelog article>span{font:700 10px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent);padding-top:6px}.ebp-changelog small{font-size:9px;color:var(--ebp-muted)}.ebp-changelog p{margin:4px 0 0;color:var(--ebp-ink-2);line-height:1.7}
.ebp-insight-layout .ebp-content-body{max-width:720px}.ebp-editorial-copy>p:first-of-type{font-size:18px;line-height:1.9;color:var(--ebp-ink)}.ebp-author-block{padding:24px 0;border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule);margin-top:42px}.ebp-author-block strong{display:block;font-size:17px;margin-top:4px}.ebp-author-block p{margin:4px 0 0;color:var(--ebp-muted);font-size:12px}.ebp-article-nav{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:32px;border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule)}.ebp-article-nav a{position:relative;padding:18px 0;text-decoration:none;color:inherit;display:grid;grid-template-columns:1fr auto;gap:7px 12px}.ebp-article-nav a+a{border-inline-start:1px solid var(--route-rule);padding-inline-start:18px}.ebp-article-nav small{grid-column:1/-1;color:var(--ebp-muted);font-size:9px}.ebp-article-nav i{font-style:normal;color:var(--route-accent)}
.ebp-report-sections{display:grid}.ebp-report-section{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:26px 0;border-bottom:1px solid var(--route-rule)}.ebp-report-code{display:grid;align-content:start;gap:5px;padding-top:3px}.ebp-report-code span{font:800 16px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-report-code small{font:700 9px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--ebp-muted)}.ebp-report-section h2{font-size:clamp(28px,3.3vw,40px);margin:0 0 9px}.ebp-report-section p{white-space:normal;margin:0;line-height:1.9;color:var(--ebp-ink-2)}.ebp-research-notes{margin-top:40px;padding-top:28px;border-top:1px solid var(--route-rule)}.ebp-report-download{margin-top:32px}
.ebp-content-related{margin-top:clamp(64px,9vw,110px);padding-top:32px;border-top:1px solid var(--route-rule-strong)}.ebp-content-related-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px}.ebp-content-related-head h2{font-size:clamp(28px,4vw,44px);margin:7px 0 0}.ebp-related-index{display:grid}.ebp-related-index>a{display:grid;grid-template-columns:34px 150px minmax(0,1fr) auto;gap:18px;align-items:center;padding:17px 0;border-bottom:1px solid var(--route-rule);text-decoration:none;color:inherit}.ebp-related-index>a>span{font:700 9px/1 "Inter Variable",Inter,system-ui,sans-serif;color:var(--route-accent)}.ebp-related-index figure{margin:0;width:150px;aspect-ratio:1200/620;background:var(--ebp-surface-2);overflow:hidden;border-radius:11px}.ebp-related-index img{width:100%;height:100%;object-fit:contain}.ebp-related-index strong{display:block;font-size:17px}.ebp-related-index p{font-size:12px;line-height:1.55;color:var(--ebp-muted);margin:4px 0 0}.ebp-related-index i{font-style:normal;color:var(--route-accent);font-family:"Inter Variable",Inter,system-ui,sans-serif}

/* =========================================================
   MOTION GRAMMAR — STATE / SPACE / ATTENTION ONLY
   ========================================================= */
@media (hover:hover) and (pointer:fine){
  [data-route-link]:hover .ebp-work-lead-media img,[data-route-link]:hover .ebp-evidence-row-media img,[data-route-link]:hover .ebp-venture-shot img,[data-route-link]:hover .ebp-editorial-thumb img,[data-route-link]:hover .ebp-explore-result-media img{transform:scale(1.018)}
  .ebp-evidence-row:hover .ebp-evidence-row-side>a,.ebp-editorial-list article:hover .ebp-row-arrow,.ebp-inquiry-lane:hover>i,.ebp-research-card:hover .ebp-research-card-side a{transform:translateX(3px);border-color:color-mix(in srgb,var(--route-accent) 55%,var(--route-rule));background:var(--route-accent-soft)}
  html[dir="rtl"] .ebp-evidence-row:hover .ebp-evidence-row-side>a,html[dir="rtl"] .ebp-editorial-list article:hover .ebp-row-arrow,html[dir="rtl"] .ebp-inquiry-lane:hover>i,html[dir="rtl"] .ebp-research-card:hover .ebp-research-card-side a{transform:translateX(-3px)}
  .ebp-inquiry-lane:hover,.ebp-capability-map article:hover{background:linear-gradient(90deg,var(--route-accent-soft),transparent 38%)}
  html[dir="rtl"] .ebp-inquiry-lane:hover,html[dir="rtl"] .ebp-capability-map article:hover{background:linear-gradient(-90deg,var(--route-accent-soft),transparent 38%)}
}

/* =========================================================
   ACCESSIBILITY / MATERIAL FALLBACKS
   ========================================================= */
@media (prefers-contrast:more){
  .ebp-route-main,.ebp-content-shell{--route-rule:rgba(10,25,48,.23);--route-rule-strong:rgba(10,25,48,.38);--route-surface:#fff}
  .ebp-route-action,.ebp-evidence-row-side>a,.ebp-row-arrow,.ebp-inquiry-lane>i{border-width:2px}
}
@media (prefers-reduced-transparency:reduce){
  .ebp-media-index,.ebp-about-hero figcaption,.ebp-content-cover figcaption,.ebp-editorial-lead-media>span{backdrop-filter:none;-webkit-backdrop-filter:none;background:var(--ebp-ink)}
}

/* =========================================================
   RESPONSIVE COMPOSITION
   ========================================================= */
@media (max-width:1024px){
  .ebp-capability-map article{grid-template-columns:44px minmax(0,1fr) minmax(170px,.55fr)}.ebp-capability-evidence{grid-column:2/-1;border-top:1px solid var(--route-rule);padding-top:12px}
  .ebp-content-layout{grid-template-columns:minmax(0,1fr) 190px;gap:38px}
}
@media (max-width:900px){
  .ebp-route-main{gap:54px}.ebp-route-hero,.ebp-about-hero,.ebp-contact-hero,.ebp-explore-hero{padding-top:30px}.ebp-route-hero h1,.ebp-about-hero h1,.ebp-contact-hero h1,.ebp-explore-hero h1{font-size:clamp(39px,11vw,60px)}
  .ebp-work-lead,.ebp-about-hero,.ebp-contact-hero,.ebp-about-now,.ebp-evidence-strip,.ebp-contact-action,.ebp-content-mast{grid-template-columns:1fr}.ebp-work-lead{gap:25px}.ebp-work-lead-media{order:0}.ebp-work-lead-copy{order:1}
  .ebp-evidence-row{grid-template-columns:150px minmax(0,1fr)}.ebp-evidence-row-side{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end}.ebp-evidence-row-side>a{align-self:end}
  .ebp-venture-hero,.ebp-research-hero{grid-template-columns:1fr}.ebp-venture-card{grid-template-columns:1fr;grid-template-areas:'top' 'shot' 'copy'}.ebp-venture-shot{min-height:0;border-inline-end:0;border-bottom:1px solid var(--route-rule);padding:16px}.ebp-venture-copy{padding:26px 0}
  .ebp-editorial-lead{grid-template-columns:1fr;border-inline:0}.ebp-editorial-lead-media{padding:22px 0;border-inline-end:0;border-bottom:1px solid var(--route-rule)}.ebp-editorial-lead>div{padding:26px 0}.ebp-editorial-list article{grid-template-columns:38px minmax(0,1fr) 120px 38px}.ebp-editorial-thumb{width:120px}
  .ebp-research-card{grid-template-columns:58px minmax(0,1fr)}.ebp-research-card-side{grid-column:2;border-inline-start:0;border-top:1px solid var(--route-rule);padding:12px 0 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ebp-research-card-side a{margin-top:0;margin-inline-start:auto}
  .ebp-evidence-strip{margin-inline:0}.ebp-contact-action{align-items:start}.ebp-contact-buttons{display:flex;min-width:0;flex-wrap:wrap}
  .ebp-content-cover{order:-1}.ebp-content-layout{grid-template-columns:1fr;padding-top:36px}.ebp-content-aside{position:relative;top:auto;order:-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule);padding:12px 0}.ebp-content-aside nav{display:none}.ebp-content-aside .ebp-aside-signal{display:none}.ebp-content-aside>button{min-width:110px}.ebp-related-index>a{grid-template-columns:30px 110px minmax(0,1fr) auto}.ebp-related-index figure{width:110px}
}
@media (max-width:640px){
  .ebp-route-main{gap:46px;--route-pad:16px}.ebp-content-shell{--route-pad:16px}.ebp-route-principle{grid-template-columns:30px 1fr}.ebp-route-hero>p,.ebp-about-hero>div>p,.ebp-contact-hero>div>p,.ebp-explore-hero>p{font-size:16px}
  .ebp-work-lead-media,.ebp-content-cover{border-radius:20px}.ebp-evidence-facts{grid-template-columns:1fr}.ebp-evidence-facts>div:nth-child(even){border-inline-start:0;padding-inline-start:0}.ebp-evidence-facts>div+div{border-top:1px solid var(--route-rule)}.ebp-evidence-outcome{grid-template-columns:1fr;gap:5px}
  .ebp-evidence-row{grid-template-columns:86px minmax(0,1fr);gap:13px;padding:18px 0}.ebp-evidence-row-main h2{font-size:22px}.ebp-evidence-row-main p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px}.ebp-evidence-row-side{grid-column:1/-1;grid-template-columns:1fr 1fr auto;border-top:1px solid var(--route-rule);padding-top:10px}.ebp-evidence-row-side>span{font-size:11px}.ebp-evidence-row-side>a{width:36px;height:36px}
  .ebp-venture-card-top{grid-template-columns:auto 1fr}.ebp-venture-updated{grid-column:1/-1;justify-self:start}.ebp-venture-copy h2{font-size:34px}.ebp-product-state-grid{grid-template-columns:1fr}.ebp-product-state-grid>div:nth-child(even){border-inline-start:0;padding-inline-start:0}.ebp-product-state-grid>div+div{border-top:1px solid var(--route-rule)}
  .ebp-editorial-list article{grid-template-columns:30px minmax(0,1fr) 36px;gap:12px}.ebp-editorial-thumb{display:none}.ebp-editorial-list h2{font-size:23px}.ebp-editorial-list p{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ebp-row-arrow{width:34px;height:34px}.ebp-topic-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.ebp-topic-row::-webkit-scrollbar{display:none}.ebp-topic-row :where(a,span){white-space:nowrap}
  .ebp-research-mark{display:none}.ebp-research-card{grid-template-columns:42px minmax(0,1fr);gap:12px}.ebp-research-card h2{font-size:24px}.ebp-research-question{font-size:14px}.ebp-research-card-side span{font-size:9px}
  .ebp-capability-grammar{overflow-x:auto;white-space:nowrap;padding-bottom:3px}.ebp-capability-map article{grid-template-columns:38px 1fr;gap:12px}.ebp-capability-output,.ebp-capability-evidence{grid-column:2}.ebp-capability-output{border-top:1px solid var(--route-rule);padding-top:10px}.ebp-evidence-strip{padding-block:34px}.ebp-evidence-strip a{grid-template-columns:1fr auto}.ebp-evidence-strip a span{grid-column:1}.ebp-evidence-strip a i{grid-column:2;grid-row:1/3}.ebp-fit-panel{display:grid}
  .ebp-about-hero figure,.ebp-contact-hero figure{border-radius:20px}.ebp-about-now{gap:28px}.ebp-about-now-links a{grid-template-columns:58px 1fr auto;gap:10px}.ebp-about-timeline>div{grid-template-columns:68px 28px 1fr;gap:10px;font-size:13px}
  .ebp-inquiry-lane{grid-template-columns:36px minmax(0,1fr) 38px;gap:12px}.ebp-inquiry-lane h2{font-size:23px}.ebp-inquiry-lane p{font-size:12px}.ebp-inquiry-lane>i{width:36px;height:36px}.ebp-contact-buttons{display:grid}.ebp-contact-buttons>*{width:100%}
  .ebp-explore-search{grid-template-columns:1fr}.ebp-explore-search button{min-height:48px}.ebp-explore-results>a{grid-template-columns:74px minmax(0,1fr) auto;gap:11px}.ebp-explore-result-media{width:74px}.ebp-explore-results strong{font-size:16px}.ebp-explore-results p{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .ebp-content-shell{padding-top:26px}.ebp-content-back{margin-bottom:18px}.ebp-content-mast{gap:22px;padding-bottom:34px}.ebp-content-mast h1{font-size:clamp(38px,11.5vw,56px)}.ebp-content-cover{order:-1}.ebp-detail-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.ebp-detail-facts>div:nth-child(3n+1){border-inline-start:0}.ebp-detail-facts>div:nth-child(odd){border-inline-start:0}.ebp-detail-facts>div:nth-child(even){border-inline-start:1px solid var(--route-rule);padding-inline-start:10px}.ebp-content-aside{grid-template-columns:1fr auto}.ebp-content-aside>.ebp-eyebrow{display:none}.ebp-content-aside>strong{font-size:12px}.ebp-content-aside>button{min-width:104px}.ebp-case-step,.ebp-venture-proof-stack>article,.ebp-changelog article{grid-template-columns:34px 1fr;gap:12px}.ebp-detail-gallery{grid-template-columns:1fr}.ebp-product-console dl{grid-template-columns:1fr}.ebp-product-console dl>div:nth-child(even){border-inline-start:0;padding-inline-start:0}.ebp-report-section{grid-template-columns:48px 1fr;gap:14px}.ebp-article-nav{grid-template-columns:1fr}.ebp-article-nav a+a{border-inline-start:0;border-top:1px solid var(--route-rule);padding-inline-start:0}.ebp-related-index>a{grid-template-columns:26px minmax(0,1fr) auto;gap:10px}.ebp-related-index figure{display:none}.ebp-related-index p{display:none}.ebp-content-related-head{display:block}
}
@media (max-width:360px){
  .ebp-route-main,.ebp-content-shell{--route-pad:14px}.ebp-route-hero h1,.ebp-about-hero h1,.ebp-contact-hero h1,.ebp-explore-hero h1{font-size:38px}.ebp-work-lead-copy h2,.ebp-venture-copy h2{font-size:31px}.ebp-evidence-row{grid-template-columns:72px 1fr}.ebp-evidence-row-side{grid-template-columns:1fr auto}.ebp-evidence-row-side>span:nth-child(2){display:none}.ebp-inquiry-lane{grid-template-columns:30px 1fr}.ebp-inquiry-lane>i{display:none}.ebp-explore-results>a{grid-template-columns:1fr auto}.ebp-explore-result-media{display:none}.ebp-detail-facts{grid-template-columns:1fr}.ebp-detail-facts>div:nth-child(even){border-inline-start:0;padding-inline-start:0}.ebp-detail-facts>div+div{border-top:1px solid var(--route-rule)}
}

/* v0.25 forensic correction: detail media ownership, bounded reading navigation and scoped Ask surface. */
body.ebp-public-content.ebp-editorial-single .ebp-content-cover img{object-fit:contain}
body.ebp-public-content.ebp-editorial-single .ebp-content-aside nav#ebp-toc{max-block-size:min(52vh,520px);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
body.ebp-public-content.ebp-editorial-single .ebp-content-aside .ebp-article-collection{display:inline-flex;align-items:center;width:max-content;max-width:100%;font-size:12px;font-weight:700;color:var(--ebp-ink);text-decoration:none;border-bottom:1px solid var(--route-rule);padding-bottom:4px}
.ebp-case-contact,.ebp-contact-origin{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:clamp(36px,6vw,72px);padding:clamp(20px,3vw,30px) 0;border-top:1px solid var(--route-rule);border-bottom:1px solid var(--route-rule)}.ebp-case-contact h2{max-width:720px;margin:6px 0 0;font-size:clamp(20px,3vw,32px);line-height:1.45}.ebp-contact-origin{margin:0 0 28px}.ebp-contact-origin strong{font-size:clamp(16px,2vw,22px)}.ebp-contact-origin a{color:var(--ebp-ink);font-size:12px}
@media(max-width:720px){.ebp-case-contact,.ebp-contact-origin{align-items:flex-start;flex-direction:column;gap:14px}.ebp-case-contact .ebp-route-action{width:100%;justify-content:space-between}}
