/*
 * Erfan Platform v0.30 — Route-specific Premium Presentation
 * Owns presentation density, route openings, data framing and mobile composition.
 * No global shell rewrite. No decorative animation loops. One targeted legacy width override only.
 */

.ebp-premium-v30{
  --v30-ink:#07192f;
  --v30-ink-2:#18334f;
  --v30-muted:#667384;
  --v30-paper:#fffdfa;
  --v30-paper-2:#f7f3eb;
  --v30-line:rgba(7,25,47,.11);
  --v30-line-strong:rgba(7,25,47,.18);
  --v30-gold:#b68234;
  --v30-gold-soft:#ead8b7;
  --v30-teal:#3a8d7c;
  --v30-blue:#214f7d;
  --v30-navy:#071a31;
  --v30-navy-2:#0d3154;
  --v30-shadow:0 28px 90px rgba(8,24,45,.12);
  --v30-shadow-soft:0 16px 50px rgba(8,24,45,.08);
}

/* --------------------------------------------------------------------------
   Route canvas + premium chapter opening
   -------------------------------------------------------------------------- */
.ebp-public-page.ebp-premium-v30 .ebp-route-main{
  width:min(1420px,calc(100vw - 72px));
  padding-bottom:clamp(92px,10vw,150px);
  gap:0;
}
.ebp-premium-v30 .ebp-premium-route-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);
  align-items:center;
  gap:clamp(42px,6vw,92px);
  min-height:min(720px,68vh);
  padding:clamp(42px,5vw,72px) 0 clamp(56px,7vw,96px);
  border-bottom:1px solid var(--v30-line);
  isolation:isolate;
}
.ebp-premium-v30 .ebp-premium-route-hero::before{
  content:"";
  position:absolute;
  width:min(680px,54vw);
  aspect-ratio:1;
  inset-inline-end:2%;
  top:2%;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(210,225,244,.48),rgba(239,233,220,.18) 46%,transparent 72%);
  filter:blur(4px);
  pointer-events:none;
}
.ebp-premium-v30 .ebp-premium-hero-copy{min-width:0;max-width:820px}
.ebp-premium-v30 .ebp-premium-hero-copy .ebp-route-kicker{display:flex;align-items:center;gap:13px;color:var(--v30-muted);font-size:11px}
.ebp-premium-v30 .ebp-premium-hero-copy .ebp-route-kicker span+span{display:flex;align-items:center;gap:13px}
.ebp-premium-v30 .ebp-premium-hero-copy .ebp-route-kicker span+span::before{content:"";width:26px;height:1px;background:var(--v30-line-strong)}
.ebp-premium-v30 .ebp-premium-hero-copy h1{
  margin:14px 0 20px;
  max-width:980px;
  color:var(--v30-ink);
  font-size:clamp(64px,7.1vw,116px);
  line-height:.94;
  letter-spacing:-.07em;
  font-variation-settings:"wght" 720;
}
html[dir="rtl"] .ebp-premium-v30 .ebp-premium-hero-copy h1{line-height:1.12;letter-spacing:-.045em}
.ebp-premium-v30 .ebp-premium-hero-copy>p{max-width:700px;margin:0;color:var(--v30-ink-2);font-size:clamp(16px,1.45vw,20px);line-height:1.95}
.ebp-premium-v30 .ebp-premium-hero-note{display:grid;grid-template-columns:44px minmax(0,1fr);gap:15px;align-items:start;margin-top:32px;max-width:670px}
.ebp-premium-v30 .ebp-premium-hero-note>span{height:1px;margin-top:11px;background:linear-gradient(90deg,var(--v30-gold),transparent)}
html[dir="rtl"] .ebp-premium-v30 .ebp-premium-hero-note>span{background:linear-gradient(270deg,var(--v30-gold),transparent)}
.ebp-premium-v30 .ebp-premium-hero-note p{margin:0;color:var(--v30-muted);font-size:12px;line-height:1.8}
.ebp-premium-v30 .ebp-premium-hero-visual{min-width:0;position:relative}

/* Work hero: evidence board */
.ebp-premium-v30 .ebp-work-proof-board{
  min-height:520px;
  padding:22px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:38px;
  background:linear-gradient(145deg,var(--v30-navy),#0d2948 68%,#16496b);
  box-shadow:0 36px 100px rgba(7,25,47,.22);
  overflow:hidden;
}
.ebp-premium-v30 .ebp-work-proof-board::before{content:"";position:absolute;inset:0;background:linear-gradient(130deg,rgba(255,255,255,.07),transparent 42%),radial-gradient(circle at 78% 16%,rgba(209,177,112,.19),transparent 28%);pointer-events:none}
.ebp-premium-v30 .ebp-proof-board-media{position:relative;display:block;height:370px;border-radius:25px;overflow:hidden;background:#fff;text-decoration:none;z-index:1;box-shadow:0 22px 54px rgba(0,0,0,.2)}
.ebp-premium-v30 .ebp-proof-board-media img{width:100%;height:100%;object-fit:contain;background:#fff}
.ebp-premium-v30 .ebp-proof-board-media>span{position:absolute;inset-inline:16px;bottom:15px;width:max-content;max-width:calc(100% - 32px);padding:8px 11px;border-radius:10px;background:rgba(7,25,47,.86);color:#fff;font-size:11px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ebp-premium-v30 .ebp-proof-board-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:18px;color:#fff}
.ebp-premium-v30 .ebp-proof-board-stats>div{padding:10px 15px;border-inline-start:1px solid rgba(255,255,255,.13)}
.ebp-premium-v30 .ebp-proof-board-stats>div:first-child{border-inline-start:0}
.ebp-premium-v30 .ebp-proof-board-stats strong{display:block;font-size:27px;letter-spacing:-.04em}
.ebp-premium-v30 .ebp-proof-board-stats span{display:block;margin-top:2px;color:rgba(255,255,255,.6);font-size:10px}

/* Ventures hero: product atlas */
.ebp-premium-v30 .ebp-product-atlas{min-height:530px;padding:26px 28px 22px;border-radius:38px;background:linear-gradient(145deg,#fffdf9,#edf3f8);border:1px solid rgba(7,25,47,.08);box-shadow:var(--v30-shadow);overflow:hidden}
.ebp-premium-v30 .ebp-product-atlas::before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-70px;top:-80px;background:radial-gradient(circle,#e8bd77,transparent 68%);opacity:.28}
html[dir="rtl"] .ebp-premium-v30 .ebp-product-atlas::before{right:auto;left:-70px}
.ebp-premium-v30 .ebp-product-atlas-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;color:var(--v30-muted);font-size:11px}
.ebp-premium-v30 .ebp-product-atlas-head b{font-size:25px;color:var(--v30-ink)}
.ebp-premium-v30 .ebp-product-atlas-stack{position:relative;height:365px;margin-top:20px}
.ebp-premium-v30 .ebp-product-atlas-stack>a{--x:calc(var(--i) * 58px);--y:calc(var(--i) * 92px);position:absolute;inset-inline-start:var(--x);top:var(--y);width:calc(100% - 116px);height:205px;padding:12px;border-radius:24px;background:#fff;border:1px solid rgba(7,25,47,.08);box-shadow:0 22px 58px rgba(7,25,47,.12);text-decoration:none;transform:rotate(calc((var(--i) - 1) * 1.1deg));transition:transform .22s var(--ebp-ease),box-shadow .22s var(--ebp-ease)}
.ebp-premium-v30 .ebp-product-atlas-stack>a:hover{transform:translateY(-5px) rotate(0);box-shadow:0 28px 70px rgba(7,25,47,.16);z-index:8}
.ebp-premium-v30 .ebp-product-atlas-stack img{display:block;width:100%;height:143px;object-fit:contain;border-radius:14px;background:#fff}
.ebp-premium-v30 .ebp-product-atlas-stack a>span{position:absolute;top:18px;inset-inline-start:18px;z-index:2;padding:5px 7px;border-radius:999px;background:var(--v30-navy);color:#fff;font-size:9px}
.ebp-premium-v30 .ebp-product-atlas-stack strong{display:block;margin-top:10px;color:var(--v30-ink);font-size:15px}
.ebp-premium-v30 .ebp-product-atlas-stats{display:flex;flex-wrap:wrap;gap:10px 18px;color:var(--v30-muted);font-size:10px}
.ebp-premium-v30 .ebp-product-atlas-stats span{display:flex;align-items:center;gap:6px}.ebp-premium-v30 .ebp-product-atlas-stats i{width:7px;height:7px;border-radius:50%;background:#c9933d}.ebp-premium-v30 .ebp-product-atlas-stats i.live{background:#2f8b68}

/* Insights hero: editorial atlas */
.ebp-premium-v30 .ebp-premium-insights-hero{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)}
.ebp-premium-v30 .ebp-editorial-stats{display:flex;gap:24px;margin-top:32px;padding-top:20px;border-top:1px solid var(--v30-line)}
.ebp-premium-v30 .ebp-editorial-stats span{display:flex;align-items:baseline;gap:7px;color:var(--v30-muted);font-size:10px}.ebp-premium-v30 .ebp-editorial-stats strong{font-size:24px;color:var(--v30-ink)}
.ebp-premium-v30 .ebp-editorial-atlas{height:510px}
.ebp-premium-v30 .ebp-editorial-atlas::before{content:"";position:absolute;inset:12% 6%;border:1px solid var(--v30-line);border-radius:50%;opacity:.65}
.ebp-premium-v30 .ebp-editorial-atlas-card{position:absolute;width:70%;padding:13px;border-radius:26px;background:#fff;border:1px solid rgba(7,25,47,.08);box-shadow:var(--v30-shadow-soft);overflow:hidden}
.ebp-premium-v30 .ebp-editorial-atlas-card img{width:100%;aspect-ratio:1200/620;object-fit:contain;border-radius:16px;background:#fff}
.ebp-premium-v30 .ebp-editorial-atlas-card span{display:block;margin-top:10px;color:var(--v30-gold);font-size:9px}.ebp-premium-v30 .ebp-editorial-atlas-card strong{display:block;margin-top:4px;color:var(--v30-ink);font-size:12px;line-height:1.55}
.ebp-premium-v30 .ebp-editorial-atlas-card.card-1{inset-inline-end:2%;top:4%;z-index:3}.ebp-premium-v30 .ebp-editorial-atlas-card.card-2{inset-inline-start:1%;top:32%;z-index:2;transform:rotate(-2deg)}html[dir="rtl"] .ebp-premium-v30 .ebp-editorial-atlas-card.card-2{transform:rotate(2deg)}.ebp-premium-v30 .ebp-editorial-atlas-card.card-3{inset-inline-end:8%;bottom:0;z-index:1;transform:rotate(2deg)}html[dir="rtl"] .ebp-premium-v30 .ebp-editorial-atlas-card.card-3{transform:rotate(-2deg)}
.ebp-premium-v30 .ebp-editorial-filters{margin-top:34px;padding:15px 0;border-top:1px solid var(--v30-line);border-bottom:1px solid var(--v30-line)}
.ebp-premium-v30 .ebp-editorial-filters .ebp-topic-row{margin:0;padding:0;border:0}
.ebp-premium-v30 .ebp-editorial-filters .ebp-collection-row{margin-top:7px;padding-top:7px;border-top:1px dashed var(--v30-line)}

/* Expertise hero: capability orbit */
.ebp-premium-v30 .ebp-capability-orbit{min-height:520px;border-radius:38px;background:linear-gradient(145deg,var(--v30-navy),#103a60);box-shadow:0 36px 100px rgba(7,25,47,.22);overflow:hidden;color:#fff}
.ebp-premium-v30 .ebp-capability-orbit::before,.ebp-premium-v30 .ebp-capability-orbit::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;inset:10%}.ebp-premium-v30 .ebp-capability-orbit::after{inset:25%}
.ebp-premium-v30 .ebp-capability-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:122px;height:122px;border-radius:34px;background:#fff;color:var(--v30-ink);font-weight:800;box-shadow:0 24px 56px rgba(0,0,0,.25);z-index:4}
.ebp-premium-v30 .ebp-capability-node{position:absolute;z-index:4;width:180px;padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ebp-premium-v30 .ebp-capability-node span{color:#e9be77;font-size:9px}.ebp-premium-v30 .ebp-capability-node strong{display:block;margin-top:6px;font-size:14px;line-height:1.5}.ebp-premium-v30 .ebp-capability-node.node-1{top:12%;inset-inline-start:9%}.ebp-premium-v30 .ebp-capability-node.node-2{top:31%;inset-inline-end:4%}.ebp-premium-v30 .ebp-capability-node.node-3{bottom:9%;inset-inline-start:15%}
.ebp-premium-v30 .orbit-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);width:48%;left:26%;top:50%;transform-origin:center}.ebp-premium-v30 .orbit-line.one{transform:rotate(28deg)}.ebp-premium-v30 .orbit-line.two{transform:rotate(-31deg)}.ebp-premium-v30 .orbit-line.three{transform:rotate(90deg)}

/* About hero */
.ebp-premium-v30 .ebp-premium-about-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr)}
.ebp-premium-v30 .ebp-premium-about-hero blockquote{margin:30px 0 0;padding:5px 0 5px 18px;border-inline-start:2px solid var(--v30-gold);color:var(--v30-muted);font-size:13px;line-height:1.85}
html[dir="rtl"] .ebp-premium-v30 .ebp-premium-about-hero blockquote{padding:5px 18px 5px 0}
.ebp-premium-v30 .ebp-about-portrait-stage{min-height:560px;padding:16px 16px 22px;border-radius:40px;background:linear-gradient(145deg,#e8edf1,#fffdf8);box-shadow:var(--v30-shadow);border:1px solid rgba(7,25,47,.07)}
.ebp-premium-v30 .ebp-about-portrait-stage figure{position:relative;margin:0;height:420px;border-radius:27px;overflow:hidden;background:#d8dce1}.ebp-premium-v30 .ebp-about-portrait-stage img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.ebp-premium-v30 .ebp-about-portrait-stage figcaption{position:absolute;inset-inline:15px;bottom:14px;width:max-content;max-width:calc(100% - 30px);padding:8px 10px;border-radius:10px;background:rgba(7,25,47,.84);color:#fff;font-size:9px}
.ebp-premium-v30 .ebp-about-live-rail{display:grid;grid-template-columns:auto repeat(3,1fr);gap:12px;align-items:center;margin-top:18px;color:var(--v30-muted);font-size:9px}.ebp-premium-v30 .ebp-about-live-rail a{min-width:0;padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.7);color:var(--v30-ink);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Contact hero */
.ebp-premium-v30 .ebp-premium-contact-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.78fr)}
.ebp-premium-v30 .ebp-contact-route-map{min-height:540px;padding:18px;border-radius:40px;background:linear-gradient(145deg,var(--v30-navy),#0e385e);box-shadow:0 36px 100px rgba(7,25,47,.22);overflow:hidden}
.ebp-premium-v30 .ebp-contact-route-map figure{height:330px;margin:0;border-radius:26px;overflow:hidden;filter:saturate(.86)}.ebp-premium-v30 .ebp-contact-route-map img{width:100%;height:100%;object-fit:cover;object-position:center 28%}
.ebp-premium-v30 .ebp-contact-route-stack{margin-top:14px}.ebp-premium-v30 .ebp-contact-route-stack span{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:10px 3px;border-top:1px solid rgba(255,255,255,.13);color:#fff;font-size:12px}.ebp-premium-v30 .ebp-contact-route-stack b{color:#e5ba76;font-size:9px}

/* Research hero */
.ebp-premium-v30 .ebp-research-protocol{height:520px;border-radius:50%;max-width:520px;justify-self:center;background:radial-gradient(circle at center,#fffdf9 0 27%,transparent 27.5%),radial-gradient(circle,transparent 0 45%,rgba(7,25,47,.08) 45.5% 46%,transparent 46.5%),radial-gradient(circle,transparent 0 67%,rgba(7,25,47,.08) 67.5% 68%,transparent 68.5%)}
.ebp-premium-v30 .ebp-research-protocol-ring{position:absolute;inset:0}.ebp-premium-v30 .ebp-research-protocol-ring span{position:absolute;display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:#fff;border:1px solid var(--v30-line);box-shadow:var(--v30-shadow-soft);font-weight:800;color:var(--v30-ink)}.ebp-premium-v30 .ebp-research-protocol-ring span:nth-child(1){left:45%;top:3%}.ebp-premium-v30 .ebp-research-protocol-ring span:nth-child(2){right:4%;top:37%}.ebp-premium-v30 .ebp-research-protocol-ring span:nth-child(3){right:20%;bottom:6%}.ebp-premium-v30 .ebp-research-protocol-ring span:nth-child(4){left:12%;bottom:16%}.ebp-premium-v30 .ebp-research-protocol-ring span:nth-child(5){left:3%;top:30%}
.ebp-premium-v30 .ebp-research-protocol-core{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center;width:170px;height:170px;border-radius:50%;background:linear-gradient(145deg,var(--v30-navy),#123c62);color:#fff;box-shadow:0 25px 70px rgba(7,25,47,.18)}.ebp-premium-v30 .ebp-research-protocol-core strong{font-size:40px}.ebp-premium-v30 .ebp-research-protocol-core small{max-width:100px;color:rgba(255,255,255,.62);font-size:10px;line-height:1.5}

/* --------------------------------------------------------------------------
   Archive body: richer hierarchy and denser proof
   -------------------------------------------------------------------------- */
.ebp-public-page-work.ebp-premium-v30 .ebp-premium-lead{margin-top:clamp(72px,8vw,120px);padding:clamp(28px,4vw,48px);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(246,242,234,.72));border:1px solid var(--v30-line);box-shadow:var(--v30-shadow-soft)}
.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-media{align-self:stretch;box-shadow:none;border-radius:25px}.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-media img{height:100%;min-height:340px}
.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-copy{padding:10px 4px}.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-copy h2{font-size:clamp(42px,5vw,72px)}
.ebp-public-page-work.ebp-premium-v30 .ebp-premium-index{margin-top:clamp(68px,8vw,118px)}
.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row{position:relative;padding:30px 14px;border-radius:24px;transition:background .2s var(--ebp-ease),transform .2s var(--ebp-ease)}.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row:hover{background:rgba(255,255,255,.58);transform:translateY(-2px)}
.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row-media{box-shadow:0 14px 38px rgba(7,25,47,.07)}
.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row-main h2{font-size:clamp(28px,3vw,42px)}

.ebp-public-page-ventures.ebp-premium-v30 .ebp-premium-product-board{margin-top:clamp(72px,8vw,118px);border-top:0}
.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card{position:relative;margin-bottom:36px;padding:clamp(38px,5vw,64px);border:1px solid var(--v30-line);border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(246,249,251,.7));box-shadow:var(--v30-shadow-soft);overflow:hidden}
.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;inset-inline-end:-180px;top:-180px;background:radial-gradient(circle,rgba(199,220,238,.55),transparent 68%);pointer-events:none}.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card:nth-child(even)::before{inset-inline-end:auto;inset-inline-start:-180px;background:radial-gradient(circle,rgba(231,207,165,.38),transparent 68%)}
.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-shot{box-shadow:0 22px 54px rgba(7,25,47,.1)}.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-copy h2{font-size:clamp(42px,5vw,72px)}

.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-lead{margin-top:clamp(70px,8vw,112px);padding:clamp(26px,4vw,48px);border-radius:34px;background:linear-gradient(145deg,#fff,#f5f1e9);border:1px solid var(--v30-line);box-shadow:var(--v30-shadow-soft)}
.ebp-public-page-insights.ebp-premium-v30 .ebp-editorial-lead-media{border-radius:25px;overflow:hidden;background:#fff}.ebp-public-page-insights.ebp-premium-v30 .ebp-editorial-lead-media img{width:100%;aspect-ratio:1200/620;object-fit:contain}
.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list{margin-top:clamp(64px,8vw,108px)}
.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list>article{grid-template-columns:44px minmax(0,1fr) 210px 38px;gap:26px;padding:30px 12px;border-radius:20px;transition:background .18s var(--ebp-ease)}.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list>article:hover{background:rgba(255,255,255,.56)}
.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list h2{font-size:clamp(26px,3vw,42px);line-height:1.3}.ebp-public-page-insights.ebp-premium-v30 .ebp-editorial-thumb{border-radius:17px;overflow:hidden;box-shadow:0 12px 30px rgba(7,25,47,.07)}

.ebp-public-page-about.ebp-premium-v30 .ebp-about-now{margin-top:clamp(70px,8vw,112px);padding:clamp(44px,5vw,68px);border:1px solid var(--v30-line);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(244,240,232,.55));box-shadow:var(--v30-shadow-soft)}
.ebp-public-page-about.ebp-premium-v30 .ebp-about-now h2{font-size:clamp(42px,5vw,70px)}
.ebp-public-page-about.ebp-premium-v30 .ebp-about-timeline{padding:clamp(28px,4vw,50px);border-radius:30px;background:rgba(255,255,255,.58);border:1px solid var(--v30-line)}

.ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-router{margin-top:clamp(72px,8vw,112px);padding:clamp(28px,4vw,48px);border-radius:34px;background:rgba(255,255,255,.62);border:1px solid var(--v30-line)}
.ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-lane{padding:28px 14px;border-radius:18px;transition:background .18s var(--ebp-ease),transform .18s var(--ebp-ease)}.ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-lane:hover{background:#fff;transform:translateX(4px)}html[dir="rtl"] .ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-lane:hover{transform:translateX(-4px)}
.ebp-public-page-contact.ebp-premium-v30 .ebp-contact-action{margin-top:clamp(60px,8vw,110px);padding:clamp(40px,6vw,78px);border-radius:38px;background:linear-gradient(140deg,var(--v30-navy),#0f3b61);color:#fff;box-shadow:0 34px 92px rgba(7,25,47,.18)}
.ebp-public-page-contact.ebp-premium-v30 .ebp-contact-action h2{color:#fff}.ebp-public-page-contact.ebp-premium-v30 .ebp-contact-action p,.ebp-public-page-contact.ebp-premium-v30 .ebp-contact-action .ebp-eyebrow{color:rgba(255,255,255,.65)}
.ebp-public-page-contact.ebp-premium-v30 .ebp-contact-brief span{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.72)}

.ebp-public-page-expertise.ebp-premium-v30 .ebp-capability-map{margin-top:clamp(70px,8vw,116px);padding:clamp(30px,4vw,52px);border-radius:36px;background:rgba(255,255,255,.62);border:1px solid var(--v30-line)}
.ebp-public-page-expertise.ebp-premium-v30 .ebp-capability-map>article{padding:35px 12px;border-radius:22px;transition:background .18s var(--ebp-ease)}.ebp-public-page-expertise.ebp-premium-v30 .ebp-capability-map>article:hover{background:#fff}.ebp-public-page-expertise.ebp-premium-v30 .ebp-capability-copy h2{font-size:clamp(34px,4vw,54px)}
.ebp-public-page-expertise.ebp-premium-v30 .ebp-fit-panel{margin-top:clamp(60px,8vw,108px);padding:clamp(38px,5vw,68px);border-radius:34px;background:linear-gradient(145deg,#f0e8d8,#fff);border:1px solid rgba(143,101,43,.15)}

.ebp-public-page-research.ebp-premium-v30 .ebp-research-lab{margin-top:clamp(72px,8vw,112px);padding:clamp(40px,6vw,80px);border-radius:38px;background:linear-gradient(145deg,var(--v30-navy),#113b60);color:#fff;border:0;box-shadow:0 34px 90px rgba(7,25,47,.18)}.ebp-public-page-research.ebp-premium-v30 .ebp-research-lab h2{color:#fff;font-size:clamp(34px,4vw,56px)}.ebp-public-page-research.ebp-premium-v30 .ebp-research-lab p,.ebp-public-page-research.ebp-premium-v30 .ebp-research-lab .ebp-eyebrow{color:rgba(255,255,255,.66)}

/* --------------------------------------------------------------------------
   Detail pages — project/article opening + information rail
   -------------------------------------------------------------------------- */
.ebp-premium-v30 .ebp-content-shell{width:min(1380px,calc(100vw - 72px));max-width:none}
.ebp-premium-v30 .ebp-content-mast{max-width:none!important}
.ebp-premium-v30 .ebp-content-back{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid var(--v30-line);border-radius:999px;background:rgba(255,255,255,.55);text-decoration:none;color:var(--v30-muted);font-size:11px}
.ebp-premium-v30 .ebp-premium-content-mast{grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);gap:clamp(48px,7vw,108px);align-items:center;min-height:580px;padding:36px 0 64px}
.ebp-premium-v30 .ebp-premium-content-mast .ebp-content-mast-copy{max-width:690px}
.ebp-premium-v30 .ebp-premium-content-mast h1{font-size:clamp(58px,6.6vw,100px);line-height:.98;letter-spacing:-.065em;margin:12px 0 20px}
html[dir="rtl"] .ebp-premium-v30 .ebp-premium-content-mast h1{line-height:1.13;letter-spacing:-.043em}
.ebp-premium-v30 .ebp-premium-content-mast .ebp-content-mast-copy>p{font-size:clamp(16px,1.4vw,20px);line-height:1.95;color:var(--v30-ink-2)}
.ebp-premium-v30 .ebp-premium-detail-stage{position:relative;min-width:0;padding:18px;border-radius:38px;background:linear-gradient(145deg,#fff,#eef3f7);border:1px solid var(--v30-line);box-shadow:var(--v30-shadow)}
.ebp-premium-v30 .ebp-premium-detail-stage.type-ebp_work{background:linear-gradient(145deg,#fff,#f1eee7)}
.ebp-premium-v30 .ebp-premium-detail-stage.type-ebp_project{background:linear-gradient(145deg,#f8fbfd,#e7eff5)}
.ebp-premium-v30 .ebp-premium-detail-stage.type-ebp_insight{background:linear-gradient(145deg,#fffdf8,#eee8dc)}
.ebp-premium-v30 .ebp-premium-detail-stage .ebp-content-cover{margin:0;border:0;border-radius:26px;overflow:hidden;background:#fff;box-shadow:none}
.ebp-premium-v30 .ebp-premium-detail-stage .ebp-content-cover img{display:block;width:100%;aspect-ratio:1200/620;object-fit:contain;background:#fff}
.ebp-premium-v30 .ebp-premium-detail-stage .ebp-content-cover figcaption{inset-inline:12px;bottom:12px;width:max-content;max-width:calc(100% - 24px);border-radius:9px;background:rgba(7,25,47,.82);color:#fff;font-size:9px}
.ebp-premium-v30 .ebp-detail-stage-badge{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:0 5px;color:var(--v30-muted);font-size:10px}.ebp-premium-v30 .ebp-detail-stage-badge strong{color:var(--v30-ink);font-size:11px}
.ebp-premium-v30 .ebp-detail-placeholder{display:grid;place-items:center;min-height:360px;border-radius:26px;background:linear-gradient(145deg,var(--v30-navy),#123c62);color:#fff}.ebp-premium-v30 .ebp-detail-placeholder span{font-size:110px;font-weight:800;opacity:.72}

.ebp-premium-v30 .ebp-premium-summary-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:24px 0 0;border-top:1px solid var(--v30-line);border-bottom:1px solid var(--v30-line)}
.ebp-premium-v30 .ebp-premium-summary-rail>div{min-height:124px;padding:20px 22px;border-inline-start:1px solid var(--v30-line)}.ebp-premium-v30 .ebp-premium-summary-rail>div:first-child{border-inline-start:0}.ebp-premium-v30 .ebp-premium-summary-rail span{display:block;color:var(--v30-gold);font-size:9px}.ebp-premium-v30 .ebp-premium-summary-rail small{display:block;margin-top:11px;color:var(--v30-muted);font-size:9px}.ebp-premium-v30 .ebp-premium-summary-rail strong{display:block;margin-top:6px;color:var(--v30-ink);font-size:13px;line-height:1.65;font-weight:680}

.ebp-premium-v30 .ebp-content-layout{grid-template-columns:minmax(0,1fr) 270px;gap:clamp(58px,7vw,100px);margin-top:clamp(70px,8vw,116px)}
.ebp-premium-v30 .ebp-content-body{max-width:900px}
.ebp-premium-v30 .ebp-content-aside{top:104px;padding:18px 18px 16px;border:1px solid var(--v30-line);border-radius:22px;background:rgba(255,255,255,.58);box-shadow:0 16px 44px rgba(7,25,47,.05);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ebp-premium-v30 .ebp-prose{font-size:17px;line-height:2.05;color:#24394f}
.ebp-premium-v30 .ebp-prose h2{margin-top:2.4em;font-size:clamp(34px,4vw,52px);line-height:1.22;color:var(--v30-ink)}
.ebp-premium-v30 .ebp-prose h3{margin-top:2em;font-size:clamp(23px,2.5vw,31px);color:var(--v30-ink)}
.ebp-premium-v30 .ebp-prose blockquote{margin:2.2em 0;padding:22px 24px;border:0;border-inline-start:3px solid var(--v30-gold);border-radius:0 18px 18px 0;background:#fff;box-shadow:var(--v30-shadow-soft)}
html[dir="rtl"] .ebp-premium-v30 .ebp-prose blockquote{border-radius:18px 0 0 18px}

/* Work detail: decision trail as premium proof cards */
.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-sequence{margin-top:clamp(64px,8vw,110px)}
.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step{grid-template-columns:64px minmax(0,1fr);gap:22px;margin-top:14px;padding:30px;border:1px solid var(--v30-line);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.85),rgba(247,243,235,.6))}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step>span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--v30-navy);color:#fff;font-size:10px}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step h2{margin:0 0 9px;font-size:clamp(28px,3.2vw,40px)}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step p{margin:0;color:var(--v30-ink-2)}
.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-artifact-field{margin-top:clamp(70px,8vw,110px)}
.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-detail-gallery{gap:22px}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-detail-gallery figure{padding:12px;border:1px solid var(--v30-line);border-radius:24px;background:#fff;box-shadow:var(--v30-shadow-soft)}
.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-contact{margin-top:clamp(80px,10vw,140px);padding:clamp(42px,6vw,78px);border-radius:36px;background:linear-gradient(140deg,var(--v30-navy),#0e395f);color:#fff;box-shadow:0 32px 88px rgba(7,25,47,.18)}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-contact h2{color:#fff}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-contact .ebp-eyebrow{color:rgba(255,255,255,.62)}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-contact .ebp-route-action{color:#fff}

/* Venture detail: status console becomes a product cockpit */
.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console{padding:clamp(32px,4vw,48px);border:0;border-radius:30px;background:linear-gradient(145deg,var(--v30-navy),#0e3b61);color:#fff;box-shadow:0 30px 80px rgba(7,25,47,.18)}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console .ebp-eyebrow,.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console dt{color:rgba(255,255,255,.6)}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console dd{color:#fff}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console dl{border-color:rgba(255,255,255,.14)}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console dl>div{border-color:rgba(255,255,255,.12)}
.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-venture-narrative{margin-top:clamp(54px,7vw,96px)}
.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-venture-proof-stack>article{margin-top:14px;padding:28px;border:1px solid var(--v30-line);border-radius:24px;background:rgba(255,255,255,.62)}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-changelog{margin-top:clamp(62px,8vw,108px);padding:28px;border-radius:28px;background:#fff;border:1px solid var(--v30-line)}

/* Insight detail: publication rhythm */
.ebp-editorial-single.ebp-premium-v30 .ebp-premium-content-mast{grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr)}
.ebp-editorial-single.ebp-premium-v30 .ebp-premium-content-mast h1{font-size:clamp(54px,6vw,88px);line-height:1.07}
.ebp-editorial-single.ebp-premium-v30 .ebp-premium-summary-rail{max-width:1100px;margin-inline:auto}
.ebp-editorial-single.ebp-premium-v30 .ebp-content-layout{grid-template-columns:minmax(0,820px) 250px;justify-content:center}
.ebp-editorial-single.ebp-premium-v30 .ebp-editorial-copy>p:first-of-type{font-size:20px;line-height:1.95;color:var(--v30-ink);font-weight:520}
.ebp-editorial-single.ebp-premium-v30 .ebp-editorial-copy>p:first-of-type::first-letter{font-size:1.15em}
.ebp-editorial-single.ebp-premium-v30 .ebp-editorial-copy img{border-radius:22px;box-shadow:var(--v30-shadow-soft)}
.ebp-editorial-single.ebp-premium-v30 .ebp-author-block{margin-top:70px;padding:30px;border-radius:24px;background:linear-gradient(145deg,#fff,#f1ece2);border:1px solid var(--v30-line)}
.ebp-editorial-single.ebp-premium-v30 .ebp-article-nav{margin-top:30px;border:1px solid var(--v30-line);border-radius:24px;overflow:hidden;background:#fff}

/* Related section */
.ebp-premium-v30 .ebp-content-related{margin-top:clamp(80px,10vw,140px);padding-top:40px;border-top:1px solid var(--v30-line)}
.ebp-premium-v30 .ebp-content-related-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.ebp-premium-v30 .ebp-content-related-head h2{font-size:clamp(36px,4.5vw,62px)}
.ebp-premium-v30 .ebp-related-index>a{padding:22px 12px;border-radius:18px;transition:background .18s var(--ebp-ease)}.ebp-premium-v30 .ebp-related-index>a:hover{background:rgba(255,255,255,.6)}

/* --------------------------------------------------------------------------
   Guest/member first impression
   -------------------------------------------------------------------------- */
.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway{max-width:1120px;min-height:620px;margin:54px auto 80px;border:1px solid var(--v30-line);border-radius:38px;background:linear-gradient(145deg,#fffdf9,#edf3f8);box-shadow:var(--v30-shadow);overflow:hidden}
.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway-main{position:relative;padding:clamp(48px,6vw,80px);background:transparent;overflow:hidden}
.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway-main::after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;inset-inline-end:-135px;bottom:-150px;background:radial-gradient(circle,rgba(192,214,235,.9),transparent 66%);pointer-events:none}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway h1{max-width:590px;font-size:clamp(52px,6vw,82px);line-height:1.08}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway p{max-width:610px;font-size:16px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits{padding:34px;background:rgba(255,255,255,.6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits>div{padding:24px 6px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits strong{font-size:15px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits small{font-size:13px}
.ebp-app-runtime.ebp-premium-v30 .ebp-club-guest-v2{max-width:1180px;border:0;background:transparent;box-shadow:none}.ebp-app-runtime.ebp-premium-v30 .ebp-club-guest-head{border-radius:38px;padding:clamp(44px,6vw,78px);box-shadow:0 34px 92px rgba(7,25,47,.2)}.ebp-app-runtime.ebp-premium-v30 .ebp-club-guest-copy h1{font-size:clamp(52px,6vw,82px)}

/* --------------------------------------------------------------------------
   Responsive composition — designed, not merely stacked
   -------------------------------------------------------------------------- */
@media(max-width:1080px){
  .ebp-public-page.ebp-premium-v30 .ebp-route-main,.ebp-premium-v30 .ebp-content-shell{width:min(100% - 40px,1120px)}
  .ebp-premium-v30 .ebp-premium-route-hero{grid-template-columns:1fr;min-height:0;gap:38px}
  .ebp-premium-v30 .ebp-premium-hero-copy{max-width:900px}
  .ebp-premium-v30 .ebp-premium-hero-visual{max-width:760px;width:100%;margin-inline:auto}
  .ebp-premium-v30 .ebp-premium-insights-hero,.ebp-premium-v30 .ebp-premium-about-hero,.ebp-premium-v30 .ebp-premium-contact-hero{grid-template-columns:1fr}
  .ebp-premium-v30 .ebp-premium-content-mast,.ebp-editorial-single.ebp-premium-v30 .ebp-premium-content-mast{grid-template-columns:1fr;min-height:0;gap:34px}
  .ebp-premium-v30 .ebp-premium-content-mast .ebp-content-mast-copy{max-width:900px}
  .ebp-premium-v30 .ebp-premium-detail-stage{max-width:900px;width:100%;margin-inline:auto}
  .ebp-premium-v30 .ebp-content-layout,.ebp-editorial-single.ebp-premium-v30 .ebp-content-layout{grid-template-columns:minmax(0,1fr) 220px;gap:44px}
  .ebp-premium-v30 .ebp-premium-summary-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.ebp-premium-v30 .ebp-premium-summary-rail>div:nth-child(3){border-inline-start:0;border-top:1px solid var(--v30-line)}.ebp-premium-v30 .ebp-premium-summary-rail>div:nth-child(4){border-top:1px solid var(--v30-line)}
}

@media(max-width:760px){
  .ebp-public-page.ebp-premium-v30 .ebp-route-main,.ebp-premium-v30 .ebp-content-shell{width:calc(100% - 28px)}
  .ebp-premium-v30 .ebp-premium-route-hero{padding:30px 0 54px;gap:28px}
  .ebp-premium-v30 .ebp-premium-route-hero::before{width:90vw;inset-inline-end:-25vw;top:16%}
  .ebp-premium-v30 .ebp-premium-hero-copy h1{font-size:clamp(43px,12vw,58px);line-height:1.05;letter-spacing:-.055em;margin:11px 0 15px}
  html[dir="rtl"] .ebp-premium-v30 .ebp-premium-hero-copy h1{line-height:1.18;letter-spacing:-.035em}
  .ebp-premium-v30 .ebp-premium-hero-copy>p{font-size:14px;line-height:1.85}
  .ebp-premium-v30 .ebp-premium-hero-note{grid-template-columns:28px 1fr;gap:10px;margin-top:22px}.ebp-premium-v30 .ebp-premium-hero-note p{font-size:11px}
  .ebp-premium-v30 .ebp-work-proof-board,.ebp-premium-v30 .ebp-product-atlas,.ebp-premium-v30 .ebp-capability-orbit,.ebp-premium-v30 .ebp-about-portrait-stage,.ebp-premium-v30 .ebp-contact-route-map{border-radius:27px}
  .ebp-premium-v30 .ebp-work-proof-board{min-height:390px;padding:13px}.ebp-premium-v30 .ebp-proof-board-media{height:275px;border-radius:18px}.ebp-premium-v30 .ebp-proof-board-stats{margin-top:8px}.ebp-premium-v30 .ebp-proof-board-stats>div{padding:8px 8px}.ebp-premium-v30 .ebp-proof-board-stats strong{font-size:21px}.ebp-premium-v30 .ebp-proof-board-stats span{font-size:8px}
  .ebp-premium-v30 .ebp-product-atlas{min-height:420px;padding:18px}.ebp-premium-v30 .ebp-product-atlas-stack{height:295px}.ebp-premium-v30 .ebp-product-atlas-stack>a{--x:calc(var(--i) * 34px);--y:calc(var(--i) * 70px);width:calc(100% - 68px);height:172px;padding:9px;border-radius:18px}.ebp-premium-v30 .ebp-product-atlas-stack img{height:113px;border-radius:11px}.ebp-premium-v30 .ebp-product-atlas-stack strong{font-size:12px}.ebp-premium-v30 .ebp-product-atlas-stats{gap:7px 12px;font-size:8px}
  .ebp-premium-v30 .ebp-editorial-stats{gap:14px;margin-top:22px}.ebp-premium-v30 .ebp-editorial-stats strong{font-size:20px}.ebp-premium-v30 .ebp-editorial-atlas{height:390px}.ebp-premium-v30 .ebp-editorial-atlas-card{width:75%;padding:9px;border-radius:18px}.ebp-premium-v30 .ebp-editorial-atlas-card strong{font-size:10px}
  .ebp-premium-v30 .ebp-capability-orbit{min-height:390px}.ebp-premium-v30 .ebp-capability-core{width:92px;height:92px;border-radius:27px;font-size:12px}.ebp-premium-v30 .ebp-capability-node{width:130px;padding:11px;border-radius:15px}.ebp-premium-v30 .ebp-capability-node strong{font-size:10px}.ebp-premium-v30 .ebp-capability-node.node-1{inset-inline-start:5%}.ebp-premium-v30 .ebp-capability-node.node-2{inset-inline-end:2%}.ebp-premium-v30 .ebp-capability-node.node-3{inset-inline-start:7%}
  .ebp-premium-v30 .ebp-about-portrait-stage{min-height:450px;padding:11px}.ebp-premium-v30 .ebp-about-portrait-stage figure{height:335px;border-radius:20px}.ebp-premium-v30 .ebp-about-live-rail{grid-template-columns:auto 1fr;gap:7px}.ebp-premium-v30 .ebp-about-live-rail a:nth-of-type(n+2){display:none}
  .ebp-premium-v30 .ebp-contact-route-map{min-height:450px;padding:11px}.ebp-premium-v30 .ebp-contact-route-map figure{height:275px;border-radius:20px}.ebp-premium-v30 .ebp-contact-route-stack span{padding:9px 4px}
  .ebp-premium-v30 .ebp-research-protocol{height:380px;max-width:380px}.ebp-premium-v30 .ebp-research-protocol-ring span{width:44px;height:44px;border-radius:14px;font-size:11px}.ebp-premium-v30 .ebp-research-protocol-core{width:128px;height:128px}.ebp-premium-v30 .ebp-research-protocol-core strong{font-size:31px}

  .ebp-public-page-work.ebp-premium-v30 .ebp-premium-lead,.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-lead,.ebp-public-page-about.ebp-premium-v30 .ebp-about-now,.ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-router,.ebp-public-page-expertise.ebp-premium-v30 .ebp-capability-map{padding:20px;border-radius:25px}
  .ebp-public-page-work.ebp-premium-v30 .ebp-premium-lead{grid-template-columns:1fr}.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-media img{min-height:0}.ebp-public-page-work.ebp-premium-v30 .ebp-work-lead-copy h2{font-size:38px}
  .ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row{grid-template-columns:92px 1fr;padding:20px 0}.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row-side{grid-column:2}
  .ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card,.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card:nth-child(even){grid-template-columns:1fr;padding:20px;border-radius:25px}.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card:nth-child(even) .ebp-venture-shot,.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-card:nth-child(even) .ebp-venture-copy{grid-column:1;grid-row:auto}.ebp-public-page-ventures.ebp-premium-v30 .ebp-venture-copy h2{font-size:39px}
  .ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list>article{grid-template-columns:32px minmax(0,1fr) 88px;gap:12px;padding:20px 0}.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list .ebp-row-arrow{display:none}.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list h2{font-size:24px}.ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list p{font-size:12px}.ebp-public-page-insights.ebp-premium-v30 .ebp-editorial-thumb{align-self:start}

  .ebp-premium-v30 .ebp-premium-content-mast{padding:24px 0 40px;gap:25px}.ebp-premium-v30 .ebp-premium-content-mast h1,.ebp-editorial-single.ebp-premium-v30 .ebp-premium-content-mast h1{font-size:clamp(40px,11.7vw,56px);line-height:1.1}.ebp-premium-v30 .ebp-premium-detail-stage{padding:10px;border-radius:25px}.ebp-premium-v30 .ebp-premium-detail-stage .ebp-content-cover{border-radius:18px}.ebp-premium-v30 .ebp-premium-summary-rail{grid-template-columns:1fr 1fr}.ebp-premium-v30 .ebp-premium-summary-rail>div{min-height:105px;padding:15px}.ebp-premium-v30 .ebp-premium-summary-rail strong{font-size:11px}.ebp-premium-v30 .ebp-content-layout,.ebp-editorial-single.ebp-premium-v30 .ebp-content-layout{grid-template-columns:1fr;margin-top:44px}.ebp-premium-v30 .ebp-content-aside{position:relative;top:auto;order:-1;display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 14px;border-radius:16px}.ebp-premium-v30 .ebp-content-aside nav,.ebp-premium-v30 .ebp-content-aside .ebp-aside-signal{display:none}.ebp-premium-v30 .ebp-prose{font-size:16px;line-height:1.95}.ebp-premium-v30 .ebp-prose h2{font-size:31px}
  .ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step{grid-template-columns:44px 1fr;gap:12px;padding:20px;border-radius:20px}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step>span{width:38px;height:38px;border-radius:13px}.ebp-content-type-ebp_work.ebp-premium-v30 .ebp-case-step h2{font-size:26px}
  .ebp-content-type-ebp_project.ebp-premium-v30 .ebp-product-console{padding:24px 20px;border-radius:23px}.ebp-content-type-ebp_project.ebp-premium-v30 .ebp-venture-proof-stack>article{padding:20px;border-radius:20px}
  .ebp-premium-v30 .ebp-content-related-head{display:block}.ebp-premium-v30 .ebp-content-related-head h2{font-size:36px}.ebp-premium-v30 .ebp-related-index>a{grid-template-columns:24px 86px 1fr;gap:11px}.ebp-premium-v30 .ebp-related-index>a>i{display:none}

  .ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway{min-height:0;margin:24px 0 54px;border-radius:25px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway-main{padding:34px 24px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-gateway h1{font-size:43px}.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits{padding:0 24px}
  .ebp-app-runtime.ebp-premium-v30 .ebp-club-guest-head{padding:30px 22px;border-radius:25px}.ebp-app-runtime.ebp-premium-v30 .ebp-club-guest-copy h1{font-size:43px}
}

@media(max-width:430px){
  .ebp-public-page.ebp-premium-v30 .ebp-route-main,.ebp-premium-v30 .ebp-content-shell{width:calc(100% - 24px)}
  .ebp-premium-v30 .ebp-premium-hero-copy h1{font-size:42px}
  .ebp-premium-v30 .ebp-work-proof-board{min-height:354px}.ebp-premium-v30 .ebp-proof-board-media{height:245px}
  .ebp-premium-v30 .ebp-product-atlas{min-height:390px}.ebp-premium-v30 .ebp-product-atlas-stack{height:268px}.ebp-premium-v30 .ebp-product-atlas-stack>a{height:158px}.ebp-premium-v30 .ebp-product-atlas-stack img{height:101px}
  .ebp-premium-v30 .ebp-editorial-atlas{height:350px}
  .ebp-premium-v30 .ebp-capability-orbit{min-height:355px}.ebp-premium-v30 .ebp-capability-node{width:116px;padding:9px}.ebp-premium-v30 .ebp-capability-node strong{font-size:9px}
  .ebp-premium-v30 .ebp-premium-summary-rail{grid-template-columns:1fr}.ebp-premium-v30 .ebp-premium-summary-rail>div:nth-child(n){border-inline-start:0;border-top:1px solid var(--v30-line);min-height:82px}.ebp-premium-v30 .ebp-premium-summary-rail>div:first-child{border-top:0}
  .ebp-public-page-insights.ebp-premium-v30 .ebp-premium-editorial-list>article{grid-template-columns:28px minmax(0,1fr);}.ebp-public-page-insights.ebp-premium-v30 .ebp-editorial-thumb{grid-column:2;width:120px;margin-top:10px}
}

@media(prefers-reduced-motion:reduce){
  .ebp-premium-v30 .ebp-product-atlas-stack>a,.ebp-public-page-work.ebp-premium-v30 .ebp-evidence-row,.ebp-public-page-contact.ebp-premium-v30 .ebp-inquiry-lane{transition:none}
}
@media(prefers-reduced-transparency:reduce){
  .ebp-premium-v30 .ebp-capability-node,.ebp-premium-v30 .ebp-content-aside,.ebp-app-runtime.ebp-premium-v30 .ebp-guest-benefits{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}
  .ebp-premium-v30 .ebp-capability-node{background:#153a59}
}
