/* Oriential Work case studies 0.9.10: source-backed project story system; shared canonical button skin. */
.ori-project-single{overflow:clip;background:var(--ori-canvas)}
.ori-project-hero{padding:clamp(128px,14vh,178px) 0 34px}
.ori-project-hero__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--ori-muted);font-size:12px;font-weight:700;transition:color .2s ease}.ori-project-hero__back:hover{color:#fff}
.ori-project-hero__top{max-width:1040px}.ori-project-hero h1{max-width:18ch;margin:22px 0 17px;color:#fff;font:900 var(--ori-heading-size)/1.08 var(--ori-font-headline);letter-spacing:-.04em}.ori-project-hero__summary{max-width:790px;margin:0;color:var(--ori-soft);font-size:clamp(18px,1.55vw,23px);line-height:1.58}
.ori-project-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.ori-project-hero__meta span{display:inline-flex;align-items:center;min-height:31px;padding:0 11px;border:1px solid var(--ori-border-soft);border-radius:999px;background:rgba(255,255,255,.025);color:var(--ori-muted);font-size:10px;font-weight:750;letter-spacing:.055em}

/* Main proof stage */
.ori-project-stage{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(280px,.58fr);gap:14px;margin-top:42px;align-items:stretch}.ori-project-stage__main{min-width:0}.ori-project-stage__facts{display:flex;flex-direction:column;min-height:100%;padding:24px;border-radius:24px;background:linear-gradient(165deg,rgba(136,59,210,.055),transparent 44%),var(--ori-surface-1)}
.ori-project-facts{display:grid;gap:0;margin:3px 0 0}.ori-project-facts div{padding:15px 0;border-bottom:1px solid var(--ori-border-soft)}.ori-project-facts dt{margin:0 0 5px;color:var(--ori-muted);font-size:9px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}.ori-project-facts dd{margin:0;color:#fff;font-size:14px;font-weight:680;line-height:1.45}
.ori-project-browser{overflow:hidden;border-radius:24px;background:#080c11}.ori-project-browser__bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;height:48px;padding:0 14px;border-bottom:1px solid var(--ori-border-soft);background:#0b1118}.ori-project-browser__dots{display:flex;gap:5px}.ori-project-browser__dots i{display:block;width:7px;height:7px;border-radius:50%;background:#49515b}.ori-project-browser__dots i:nth-child(2){opacity:.72}.ori-project-browser__dots i:nth-child(3){opacity:.5}.ori-project-browser__address{overflow:hidden;max-width:100%;color:#7f8995;font-size:10px;font-weight:650;white-space:nowrap;text-overflow:ellipsis}.ori-project-browser__open{flex:0 0 auto}.ori-project-browser__viewport{position:relative;aspect-ratio:16/10;overflow:hidden;background:#070b10}.ori-project-browser__fallback{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.88) brightness(.62)}.ori-project-browser iframe{position:absolute;inset:0;z-index:2;width:100%;height:100%;border:0;background:#fff;opacity:0;transition:opacity .35s ease}.ori-project-browser.is-loaded iframe{opacity:1}.ori-project-browser__loading{position:absolute;z-index:3;left:14px;bottom:14px;display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(6,9,13,.76);backdrop-filter:blur(10px);color:#cad2dc;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;transition:opacity .2s}.ori-project-browser.is-loaded .ori-project-browser__loading{opacity:0;pointer-events:none}.ori-project-browser__note{padding:9px 14px;color:#6f7a86;font-size:9px;line-height:1.45;background:#090e14}

.ori-project-stage-image,.ori-project-stage-media,.ori-project-brand-stage{overflow:hidden;height:100%;min-height:460px;margin:0;border-radius:24px;background:#090e14}.ori-project-stage-image img,.ori-project-stage-media img,.ori-project-stage-media video{display:block;width:100%;height:100%;min-height:460px;object-fit:cover}.ori-project-stage-media video{background:#070a0e}.ori-project-stage-media video[controls]{object-fit:contain}.ori-project-brand-stage{position:relative;isolation:isolate}.ori-project-brand-stage__cover{display:block;width:100%;height:100%;min-height:460px;object-fit:cover}

/* Verified result strip */
.ori-project-evidence{padding:0 0 24px}.ori-project-evidence__rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ori-project-evidence__item{min-width:0;padding:19px 20px;border:1px solid var(--ori-border-soft);border-radius:18px;background:linear-gradient(155deg,rgba(255,255,255,.025),transparent 55%),#0a1016}.ori-project-evidence__item>span{display:block;overflow:hidden;color:var(--ori-muted);font-size:9px;font-weight:820;letter-spacing:.085em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.ori-project-evidence__item strong{display:block;margin-top:8px;color:#fff;font:800 clamp(24px,2.25vw,34px)/1 var(--ori-font-headline);letter-spacing:-.035em}.ori-project-evidence__item strong b{font:inherit}.ori-project-evidence__item small{display:block;margin-top:8px;color:#77818d;font-size:10px;line-height:1.4}

/* Project overview + compact interactive workbench. Heading scale comes only from global typography tokens. */
.ori-project-overview{padding:44px 0 24px}.ori-project-overview__inner{max-width:900px}.ori-project-overview__inner h2{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:var(--ori-heading-size);font-weight:900;line-height:1.12;letter-spacing:-.04em}.ori-project-overview__inner>p{max-width:820px;margin:18px 0 0;color:var(--ori-soft);font-size:var(--ori-body-size);line-height:1.75}
.ori-project-workbench{padding:38px 0 64px}.ori-project-workbench__head{display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}.ori-project-workbench__head .ori-eyebrow{margin:0}
.ori-project-explorer{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(155deg,rgba(136,59,210,.035),transparent 38%),#090f15;box-shadow:0 26px 80px rgba(0,0,0,.16)}
.ori-project-explorer__tabbar{overflow-x:auto;padding:8px;border-bottom:1px solid var(--ori-border-soft);scrollbar-width:none}.ori-project-explorer__tabbar::-webkit-scrollbar{display:none}.ori-project-explorer__tabs.ori-segmented{width:max-content;min-width:max-content;max-width:none;margin:0;flex-wrap:nowrap}.ori-project-explorer__tabs.ori-segmented .ori-segmented__option{flex:0 0 auto;white-space:nowrap}
.ori-project-explorer__panels{min-height:260px}.ori-project-explorer__panels>[role=tabpanel]{padding:clamp(24px,3vw,40px)}.ori-project-explorer__panels>[hidden]{display:none!important}.ori-project-explorer--single .ori-project-explorer__panels{min-height:0}.ori-project-explorer__single{padding:clamp(24px,3vw,40px)}
.ori-project-story-detail{max-width:900px}.ori-project-story-detail h3{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:var(--ori-subheading-size);line-height:1.25}.ori-project-story-detail p{max-width:820px;margin:14px 0 0;color:var(--ori-soft);font-size:var(--ori-body-size);line-height:1.75}.ori-project-panel-intro{max-width:860px;margin:0 0 22px;color:var(--ori-soft);font-size:var(--ori-body-size);line-height:1.7}.ori-project-panel-label{display:block;margin-bottom:10px;color:#8c97a2;font-size:var(--ori-label-size);font-weight:850;letter-spacing:.10em;text-transform:uppercase}
.ori-project-copy-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ori-project-copy-pair article{padding:24px;border:1px solid var(--ori-border-soft);border-radius:19px;background:#0c131b}.ori-project-copy-pair article>span{display:block;margin-bottom:10px;color:#b89cda;font-size:var(--ori-label-size);font-weight:850;letter-spacing:.10em;text-transform:uppercase}.ori-project-copy-pair p{margin:0;color:var(--ori-soft);font-size:var(--ori-body-size);line-height:1.7}

/* Before / after */
.ori-project-compare{position:relative;overflow:hidden;aspect-ratio:16/8.6;border:1px solid var(--ori-border-soft);border-radius:20px;background:#070b0f;isolation:isolate}.ori-project-compare__image,.ori-project-compare__after{position:absolute;inset:0}.ori-project-compare__after{z-index:2;clip-path:inset(0 0 0 var(--ori-compare))}.ori-project-compare img{display:block;width:100%;height:100%;object-fit:cover}.ori-project-compare span{position:absolute;z-index:4;top:14px;left:14px;display:inline-grid;place-items:center;min-height:29px;padding:0 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(6,9,13,.78);backdrop-filter:blur(10px);color:#fff;font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ori-project-compare__after span{left:auto;right:14px}.ori-project-compare__divider{position:absolute;z-index:5;top:0;bottom:0;left:var(--ori-compare);width:1px;background:rgba(255,255,255,.9);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.ori-project-compare__divider b{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:#111820;color:#fff;font-style:normal;font-size:13px;transform:translate(-50%,-50%)}.ori-project-compare input{position:absolute;z-index:8;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize}

/* Charts */
.ori-project-chartboard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ori-project-chart{min-height:265px;padding:22px;border-radius:20px;box-shadow:none}.ori-project-chart header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.ori-project-chart header span{max-width:17ch;color:var(--ori-muted);font-size:9px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.ori-project-chart header strong{color:#fff;font:750 20px/1 var(--ori-font-headline)}.ori-project-chart>p{margin:14px 0 0;color:#7b8591;font-size:10px;line-height:1.45}
.ori-project-donut{display:grid;place-items:center;width:154px;height:154px;margin:24px auto 0;border-radius:50%;background:conic-gradient(var(--ori-purple) var(--ori-project-progress),rgba(255,255,255,.055) 0);transform:rotate(-95deg);position:relative}.ori-project-donut:after{content:"";position:absolute;inset:11px;border-radius:50%;background:#0a1016}.ori-project-donut>div{position:relative;z-index:2;display:grid;gap:5px;text-align:center;transform:rotate(95deg)}.ori-project-donut strong{color:#fff;font:800 24px/1 var(--ori-font-headline)}.ori-project-donut span{max-width:90px;color:#727d89;font-size:9px;line-height:1.35}
.ori-project-bars{display:grid;gap:18px;margin-top:36px}.ori-project-bars>div{display:grid;grid-template-columns:45px minmax(0,1fr) 46px;align-items:center;gap:9px}.ori-project-bars span,.ori-project-bars em{color:#77818d;font-size:9px;font-style:normal;font-weight:750}.ori-project-bars em{text-align:right;color:#dce1e6}.ori-project-bars i{display:block;overflow:hidden;height:8px;border-radius:999px;background:rgba(255,255,255,.055)}.ori-project-bars i b{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#883BD2,#a45adf);transition:width 1s var(--ori-ease)}.ori-project-chart.is-visible .ori-project-bars i b{width:var(--ori-bar)}
.ori-project-line{display:block;width:100%;height:122px;margin-top:32px;overflow:visible}.ori-project-line polyline{fill:none;stroke:#9b54d9;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 8px 12px rgba(136,59,210,.22));transition:stroke-dashoffset 1.2s var(--ori-ease)}.ori-project-chart.is-visible .ori-project-line polyline{stroke-dashoffset:0}.ori-project-chart__empty{height:120px;margin-top:24px;border-radius:14px;background:linear-gradient(110deg,rgba(255,255,255,.025),rgba(255,255,255,.045),rgba(255,255,255,.025))}

/* Branding system */
.ori-project-brand-system{display:grid;gap:22px}.ori-project-brand-system__group{display:grid;gap:0}.ori-project-swatches{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.ori-project-swatches>div{padding:10px;border:1px solid var(--ori-border-soft);border-radius:15px;background:#0b1219}.ori-project-swatches i{display:block;aspect-ratio:1.75;border-radius:10px;background:var(--swatch);box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}.ori-project-swatches strong,.ori-project-swatches small{display:block}.ori-project-swatches strong{margin-top:9px;color:#fff;font-size:11px}.ori-project-swatches small{margin-top:3px;color:#727d89;font-size:9px}.ori-project-typefaces{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ori-project-typefaces>div{padding:18px;border:1px solid var(--ori-border-soft);border-radius:15px;background:#0b1219}.ori-project-typefaces small,.ori-project-typefaces strong{display:block}.ori-project-typefaces small{color:#727d89;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.ori-project-typefaces strong{margin-top:9px;color:#fff;font:750 22px/1.15 var(--ori-font-headline)}

/* Media rails */
.ori-project-showcase-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:1px}.ori-project-media-card{min-width:0;overflow:hidden;margin:0;border:1px solid var(--ori-border-soft);border-radius:18px;background:#070b10}.ori-project-media-card img,.ori-project-media-card video{display:block;width:100%;height:clamp(260px,28vw,430px);object-fit:cover;background:#070b10}.ori-project-media-card[data-role=mobile],.ori-project-media-card[data-role=reel]{max-width:100%}.ori-project-media-card[data-role=mobile] img,.ori-project-media-card[data-role=reel] img,.ori-project-media-card[data-role=reel] video{height:clamp(380px,46vw,620px);object-fit:contain}.ori-project-showcase-rail--identity,.ori-project-showcase-rail--creative{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-showcase-rail>.ori-project-media-card:first-child:nth-last-child(odd){grid-column:1/-1}.ori-project-showcase-rail>.ori-project-media-card:first-child:nth-last-child(odd) img,.ori-project-showcase-rail>.ori-project-media-card:first-child:nth-last-child(odd) video{height:clamp(300px,34vw,520px)}

/* Store journey */
.ori-project-journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ori-project-journey article{overflow:hidden;border:1px solid var(--ori-border-soft);border-radius:18px;background:#0b1219}.ori-project-journey header{display:flex;align-items:center;gap:9px;height:45px;padding:0 13px;border-bottom:1px solid var(--ori-border-soft)}.ori-project-journey header span{color:#a878d5;font-size:9px;font-weight:850}.ori-project-journey header strong{color:#e7ebef;font-size:10px}.ori-project-journey__media{margin:0}.ori-project-journey__media img,.ori-project-journey__media video{display:block;width:100%;height:310px;object-fit:cover;background:#070b10}

/* Marketing */
.ori-project-campaign{display:grid;gap:20px}.ori-project-channels>div{display:flex;flex-wrap:wrap;gap:7px}.ori-project-channels i{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(136,59,210,.2);border-radius:999px;background:rgba(136,59,210,.07);color:#d9c7ea;font-size:10px;font-style:normal;font-weight:730}

/* Generic fallback */
.ori-project-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ori-project-story-grid article{padding:22px;border-radius:18px}.ori-project-story-grid h3{margin:18px 0 0;color:#fff;font-size:20px}.ori-project-story-grid p{margin:12px 0 0;color:var(--ori-soft);font-size:14px;line-height:1.65}.ori-project-more{overflow:hidden;max-width:940px;margin:auto;border-radius:20px}.ori-project-more summary{padding:18px 22px;color:#fff;font-weight:750;cursor:pointer}.ori-project-more .ori-prose{padding:0 22px 22px}

/* Client proof and footer */
.ori-project-proof{padding:18px 0 64px}.ori-project-proof__quote{max-width:980px;margin:auto;padding:clamp(28px,4vw,48px);border-radius:26px}.ori-project-proof blockquote{margin:24px 0 0;color:#fff;font:700 clamp(24px,2.5vw,40px)/1.2 var(--ori-font-headline);letter-spacing:-.025em}.ori-project-proof figcaption{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:24px;color:var(--ori-muted);font-size:12px}.ori-project-proof figcaption strong{color:#fff}

@media(max-width:1040px){.ori-project-stage{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)}.ori-project-evidence__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-chartboard{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-chart:last-child:nth-child(odd){grid-column:1/-1}.ori-project-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-journey article:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:820px){.ori-project-hero{padding-top:124px}.ori-project-stage{grid-template-columns:1fr}.ori-project-stage__facts{min-height:0}.ori-project-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.ori-project-workbench__head{align-items:flex-start;flex-direction:column}.ori-project-copy-pair{grid-template-columns:1fr}.ori-project-chartboard{grid-template-columns:1fr}.ori-project-chart:last-child:nth-child(odd){grid-column:auto}.ori-project-swatches{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-story-grid{grid-template-columns:1fr}.ori-project-journey{grid-template-columns:1fr}.ori-project-journey article:last-child:nth-child(odd){grid-column:auto}.ori-project-stage-image,.ori-project-stage-media,.ori-project-brand-stage,.ori-project-stage-image img,.ori-project-stage-media img,.ori-project-stage-media video,.ori-project-brand-stage__cover{min-height:380px}}
@media(max-width:600px){.ori-project-hero{padding-top:112px}.ori-project-hero__back{margin-bottom:22px}.ori-project-stage{margin-top:32px}.ori-project-browser__bar{grid-template-columns:auto minmax(0,1fr)}.ori-project-browser__open{grid-column:1/-1;justify-self:stretch;justify-content:center;margin:0 0 8px}.ori-project-browser__bar{height:auto;min-height:47px;padding-top:8px}.ori-project-browser__viewport{aspect-ratio:4/3}.ori-project-browser__note{font-size:8.5px}.ori-project-stage__facts{padding:20px}.ori-project-facts{grid-template-columns:1fr}.ori-project-evidence__rail{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory;padding-bottom:7px}.ori-project-evidence__item{flex:0 0 72vw;scroll-snap-align:start}.ori-project-workbench{padding:42px 0 52px}.ori-project-explorer{border-radius:20px}.ori-project-explorer__panels{min-height:0}.ori-project-explorer__panels>[role=tabpanel]{padding:14px}.ori-project-copy-pair article{padding:19px}.ori-project-compare{aspect-ratio:4/3}.ori-project-chart{min-height:240px;padding:18px}.ori-project-swatches,.ori-project-typefaces{grid-template-columns:1fr}.ori-project-showcase-rail,.ori-project-showcase-rail--identity,.ori-project-showcase-rail--creative{grid-template-columns:1fr}.ori-project-showcase-rail>.ori-project-media-card:first-child:nth-last-child(odd){grid-column:auto}.ori-project-media-card img,.ori-project-media-card video{height:auto;min-height:240px;max-height:520px}.ori-project-media-card[data-role=mobile] img,.ori-project-media-card[data-role=reel] img,.ori-project-media-card[data-role=reel] video{height:auto;min-height:360px;max-height:560px}.ori-project-stage-image,.ori-project-stage-media,.ori-project-brand-stage,.ori-project-stage-image img,.ori-project-stage-media img,.ori-project-stage-media video,.ori-project-brand-stage__cover{min-height:300px}.ori-project-proof{padding-bottom:50px}}
html[dir=rtl] .ori-project-hero__back span{transform:scaleX(-1)}
@media(prefers-reduced-motion:reduce){.ori-project-browser iframe,.ori-project-bars i b,.ori-project-line polyline{transition:none!important}.ori-project-browser__loading{transition:none!important}}


/* 0.9.10 source-aware Client Feedback: compact single-page testimonial composition. */
.ori-project-proof{padding:22px 0 72px}.ori-project-proof__quote{position:relative;overflow:hidden;max-width:1480px;margin:auto;padding:clamp(28px,3.6vw,54px);border:1px solid var(--ori-border-soft);border-radius:28px;background:linear-gradient(140deg,rgba(136,59,210,.035),transparent 42%),#0a1118;transition:border-color .28s var(--ori-ease),box-shadow .28s var(--ori-ease),transform .28s var(--ori-ease)}.ori-project-proof__quote:hover{transform:translateY(-3px);box-shadow:0 28px 70px rgba(0,0,0,.24),0 0 30px rgba(136,59,210,.08)}.ori-project-proof__quote--clutch{border-color:rgba(230,36,21,.82);box-shadow:inset 0 0 0 1px rgba(230,36,21,.14),0 24px 70px rgba(0,0,0,.14)}.ori-project-proof__quote--trustpilot{border-color:rgba(0,182,122,.62);box-shadow:inset 0 0 0 1px rgba(0,182,122,.12),0 24px 70px rgba(0,0,0,.14)}
.ori-project-proof__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;min-height:42px}.ori-project-proof__header .ori-eyebrow{margin:0}.ori-project-proof__source{display:flex;align-items:center;justify-content:flex-end;min-height:34px}.ori-project-proof__source-logo{display:block;width:auto;height:26px;max-width:112px;object-fit:contain;object-position:right center}.ori-project-proof__quote--social .ori-project-proof__source-logo{width:26px;height:26px;filter:invert(1);opacity:.95}.ori-project-proof__private-mark{display:inline-flex;align-items:center;gap:8px;color:var(--ori-soft);font-size:11px;font-weight:750}.ori-project-proof__private-mark i{position:relative;width:30px;height:30px;border:1px solid var(--ori-border-soft);border-radius:50%;background:rgba(255,255,255,.03)}.ori-project-proof__private-mark i:before{content:"";position:absolute;left:9px;top:12px;width:9px;height:8px;border:1.5px solid currentColor;border-radius:2px}.ori-project-proof__private-mark i:after{content:"";position:absolute;left:11px;top:6px;width:5px;height:8px;border:1.5px solid currentColor;border-bottom:0;border-radius:6px 6px 0 0}
.ori-project-proof__message{display:grid;grid-template-columns:78px minmax(0,1fr);gap:20px;align-items:start;margin-top:22px}.ori-project-proof__quote-mark{display:block;color:#fff;font-family:Georgia,serif;font-size:90px;font-weight:700;line-height:.76;letter-spacing:-.08em;transform:translateY(7px)}.ori-project-proof__message blockquote{max-width:none;margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:clamp(24px,2.1vw,36px);font-style:italic;font-weight:450;line-height:1.26;letter-spacing:-.025em}
.ori-project-proof__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:28px;padding-left:98px}.ori-project-proof__reviewer{display:flex;align-items:center;gap:16px;min-width:0}.ori-project-proof__photo{display:grid;place-items:center;width:74px;height:74px;flex:0 0 74px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:var(--ori-surface-2);color:#fff;font-size:25px;font-weight:800}.ori-project-proof__photo img{width:100%;height:100%;object-fit:cover}.ori-project-proof__reviewer-copy{display:grid;gap:4px;min-width:0}.ori-project-proof__reviewer-copy strong{color:#fff;font:800 18px/1.2 var(--ori-font-headline)}.ori-project-proof__reviewer-copy>span:not(.ori-project-proof__stars){color:var(--ori-soft);font-size:13px}.ori-project-proof__stars{margin-top:4px;color:var(--ori-soft);font-size:20px;line-height:1;letter-spacing:.08em}.ori-project-proof__quote--clutch .ori-project-proof__stars{color:#E62415}.ori-project-proof__quote--trustpilot .ori-project-proof__stars{color:#00B67A}.ori-project-proof__source-action{flex:0 0 auto;align-self:flex-end}.ori-project-proof__quote--clutch .ori-project-proof__source-action i{box-shadow:inset 0 0 0 1px rgba(230,36,21,.62)}.ori-project-proof__quote--clutch .ori-project-proof__source-action i:before{background:#E62415}.ori-project-proof__quote--trustpilot .ori-project-proof__source-action i{box-shadow:inset 0 0 0 1px rgba(0,182,122,.6)}.ori-project-proof__quote--trustpilot .ori-project-proof__source-action i:before{background:#00B67A}
@media(max-width:900px){.ori-project-proof__message{grid-template-columns:62px minmax(0,1fr);gap:16px}.ori-project-proof__quote-mark{font-size:72px}.ori-project-proof__footer{padding-left:78px}.ori-project-proof__message blockquote{font-size:clamp(22px,4vw,32px)}}
@media(max-width:640px){.ori-project-proof__quote{padding:22px 18px;border-radius:22px}.ori-project-proof__header{gap:14px}.ori-project-proof__source-logo{height:22px;max-width:96px}.ori-project-proof__message{grid-template-columns:1fr;gap:6px;margin-top:18px}.ori-project-proof__quote-mark{height:34px;font-size:58px;line-height:.8;transform:none}.ori-project-proof__message blockquote{font-size:clamp(22px,6.5vw,29px);line-height:1.3}.ori-project-proof__footer{align-items:flex-start;flex-direction:column;margin-top:24px;padding-left:0}.ori-project-proof__photo{width:62px;height:62px;flex-basis:62px}.ori-project-proof__source-action{align-self:flex-start}.ori-project-proof__reviewer-copy strong{font-size:16px}}
@media(prefers-reduced-motion:reduce){.ori-project-proof__quote{transition:none}.ori-project-proof__quote:hover{transform:none}}


/* 0.9.10 compact connected single-Work composition. */
.ori-project-single{--ori-project-stack-gap:14px}
.ori-project-hero{padding:clamp(118px,12vh,150px) 0 42px}
.ori-project-hero__back,.ori-project-hero__summary{display:none!important}
.ori-project-hero__top{max-width:1040px}
.ori-project-hero__top .ori-eyebrow-row{margin-bottom:20px}
.ori-project-hero h1{margin:0;color:#fff;font:900 var(--ori-heading-size)/1.08 var(--ori-font-headline);letter-spacing:-.04em}
.ori-project-hero__meta{margin-top:18px}
.ori-project-stage{gap:var(--ori-project-stack-gap);margin-top:26px}

/* The live preview is the exact Practical Check browser-window family. */
.ori-project-browser.ori-code-window{height:100%;border-radius:20px;background:#0d1117;border-color:#30363d}
.ori-project-browser__bar.ori-code-window__bar{display:flex;height:auto;min-height:48px;padding:8px 12px;background:#161b22;border-color:#30363d;color:#8b949e}
.ori-project-browser__bar .ori-code-window__traffic{display:flex}
.ori-project-browser__address{flex:1 1 auto;min-width:0;overflow:hidden;color:#8b949e;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;font-weight:650;white-space:nowrap;text-overflow:ellipsis}
.ori-project-browser__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.ori-project-browser__open.ori-button{--ori-button-height:32px;--ori-button-icon-size:24px;--ori-button-font-size:10px;--ori-button-gap:7px;--ori-button-text-pad:12px;min-height:32px;padding-block:3px}
.ori-project-browser__open .ori-button__signal{width:5px;height:5px}
.ori-info-dot--browser{flex:0 0 auto}
.ori-project-browser__viewport{aspect-ratio:16/10;background:#070b10}
.ori-project-browser__note{display:none!important}
.ori-project-browser__empty{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;background:var(--ori-canvas)}
.ori-project-browser__empty:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 48% 42% at 50% 45%,rgba(18,37,58,.36),transparent 76%),radial-gradient(circle at 14% 28%,rgba(216,222,231,.25) 0 1px,transparent 1.5px),radial-gradient(circle at 82% 18%,rgba(216,222,231,.18) 0 1px,transparent 1.5px),radial-gradient(circle at 76% 72%,rgba(216,222,231,.22) 0 1px,transparent 1.5px);pointer-events:none}
.ori-project-browser__404{position:relative;z-index:1;transform:scale(.72);transform-origin:center;max-width:680px}
.ori-project-browser__404 h2{margin:10px 0 0;color:#fff;font-family:var(--ori-font-headline);font-size:var(--ori-heading-size);font-weight:900;line-height:1.1;letter-spacing:-.04em}
.ori-project-browser__404 p{max-width:480px;margin:13px 0 0;color:var(--ori-muted);font-size:var(--ori-body-size);line-height:1.6}

/* Connected vertical stack: Preview/Facts -> Project Details -> Client Feedback. */
.ori-project-workbench{margin-top:var(--ori-project-stack-gap);padding:0}
.ori-project-explorer{border-radius:24px}
.ori-project-explorer__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px;border-bottom:1px solid var(--ori-border-soft)}
.ori-project-explorer__head>.ori-eyebrow{flex:0 0 auto;margin:0 0 0 8px}
.ori-project-explorer__tabbar{min-width:0;margin-left:auto;padding:0;border:0;overflow-x:auto;scrollbar-width:none}
.ori-project-explorer__tabbar::-webkit-scrollbar{display:none}
.ori-project-explorer__tabs.ori-segmented{margin:0 0 0 auto}
.ori-project-explorer__panels{min-height:0}
.ori-project-explorer__panels>[role=tabpanel]{padding:clamp(18px,2.2vw,28px)}
.ori-project-story-detail{max-width:940px}
.ori-project-story-detail--overview p{margin-top:0}

/* Default Work media is a true masonry flow: preserve full source aspect ratio; never crop. */
.ori-project-showcase-rail--masonry{display:block;columns:2 360px;column-gap:12px;padding:0}
.ori-project-showcase-rail--masonry .ori-project-media-card{display:block;break-inside:avoid;margin:0 0 12px;width:100%}
.ori-project-showcase-rail--masonry .ori-project-media-card img,.ori-project-showcase-rail--masonry .ori-project-media-card video{display:block;width:100%;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}
.ori-project-showcase-rail--custom{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.ori-project-showcase-rail--custom .ori-project-media-card{grid-column:span 3}
.ori-project-showcase-rail--custom .ori-project-media-card--full,.ori-project-showcase-rail--custom .ori-project-media-card--motion{grid-column:1/-1}
.ori-project-showcase-rail--custom .ori-project-media-card--half,.ori-project-showcase-rail--custom .ori-project-media-card--portrait-slider{grid-column:span 3}
.ori-project-showcase-rail--custom .ori-project-media-card--third{grid-column:span 2}
.ori-project-showcase-rail--custom .ori-project-media-card img,.ori-project-showcase-rail--custom .ori-project-media-card video{display:block;width:100%;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}

/* Compact, deliberately structured client-feedback card. */
.ori-project-proof{margin-top:var(--ori-project-stack-gap);padding:0}
.ori-project-proof__quote{max-width:none;margin:0;padding:clamp(22px,2.5vw,34px);border-radius:24px}
.ori-project-proof__header{align-items:center;min-height:30px;gap:18px}
.ori-project-proof__source{min-height:26px}
.ori-project-proof__source-logo{height:22px;max-width:96px}
.ori-project-proof__message{grid-template-columns:52px minmax(0,1fr);gap:15px;align-items:start;margin-top:18px}
.ori-project-proof__quote-mark{font-size:60px;line-height:.72;transform:translateY(5px)}
.ori-project-proof__message blockquote{max-width:1100px;font-size:clamp(20px,1.65vw,28px);font-weight:470;line-height:1.34}
.ori-project-proof__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:18px 0 0 67px;border-top:1px solid var(--ori-border-soft)}
.ori-project-proof__reviewer{gap:13px}
.ori-project-proof__photo{width:58px;height:58px;flex-basis:58px;font-size:20px}
.ori-project-proof__reviewer-copy strong{font-size:16px}
.ori-project-proof__reviewer-copy>span:not(.ori-project-proof__stars){font-size:12px}
.ori-project-proof__stars{margin-top:2px;font-size:17px}
.ori-project-proof__source-action{align-self:center}

/* Evidence remains available, but no longer interrupts the connected core case-study stack. */
.ori-project-evidence{padding:var(--ori-project-stack-gap) 0 28px}
.ori-project-content{margin-top:var(--ori-project-stack-gap)}

@media(max-width:820px){
 .ori-project-explorer__head{align-items:flex-start;flex-direction:column;padding:12px}
 .ori-project-explorer__head>.ori-eyebrow{margin-left:0}
 .ori-project-explorer__tabbar{width:100%;margin-left:0}
 .ori-project-explorer__tabs.ori-segmented{margin-left:0}
 .ori-project-showcase-rail--custom{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ori-project-showcase-rail--custom .ori-project-media-card,.ori-project-showcase-rail--custom .ori-project-media-card--half,.ori-project-showcase-rail--custom .ori-project-media-card--portrait-slider,.ori-project-showcase-rail--custom .ori-project-media-card--third{grid-column:span 1}
 .ori-project-showcase-rail--custom .ori-project-media-card--full,.ori-project-showcase-rail--custom .ori-project-media-card--motion{grid-column:1/-1}
}
@media(max-width:640px){
 .ori-project-hero{padding-top:104px}
 .ori-project-stage{margin-top:22px}
 .ori-project-browser__bar.ori-code-window__bar{gap:7px;padding:8px 10px}
 .ori-project-browser__bar .ori-code-window__traffic{display:none}
 .ori-project-browser__actions{gap:6px}
 .ori-project-browser__open.ori-button{--ori-button-height:30px;--ori-button-icon-size:22px;--ori-button-font-size:9.5px;--ori-button-text-pad:10px}
 .ori-project-browser__viewport{aspect-ratio:4/3}
 .ori-project-browser__404{transform:scale(.58)}
 .ori-project-showcase-rail--masonry{columns:1}
 .ori-project-showcase-rail--custom{grid-template-columns:1fr}
 .ori-project-showcase-rail--custom .ori-project-media-card,.ori-project-showcase-rail--custom .ori-project-media-card--full,.ori-project-showcase-rail--custom .ori-project-media-card--half,.ori-project-showcase-rail--custom .ori-project-media-card--third,.ori-project-showcase-rail--custom .ori-project-media-card--portrait-slider,.ori-project-showcase-rail--custom .ori-project-media-card--motion{grid-column:1}
 .ori-project-proof__quote{padding:20px 18px}
 .ori-project-proof__message{grid-template-columns:38px minmax(0,1fr);gap:10px}
 .ori-project-proof__quote-mark{height:auto;font-size:46px;transform:translateY(3px)}
 .ori-project-proof__message blockquote{font-size:clamp(19px,5.5vw,25px)}
 .ori-project-proof__footer{align-items:flex-start;flex-direction:column;margin-top:18px;padding:16px 0 0;border-top:1px solid var(--ori-border-soft)}
 .ori-project-proof__source-action{align-self:flex-start}
}


/* 0.9.11: one compact project hub. Metrics live in At a glance; feedback lives in Project Details. */
.ori-project-facts__results{margin-top:14px;padding-top:15px;border-top:1px solid var(--ori-border-soft)}
.ori-project-facts__results-label{display:block;margin-bottom:9px;color:var(--ori-muted);font-size:9px;font-weight:820;letter-spacing:.10em;text-transform:uppercase}
.ori-project-facts__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.ori-project-facts__metrics article{min-width:0;padding:10px;border:1px solid var(--ori-border-soft);border-radius:12px;background:rgba(255,255,255,.025)}
.ori-project-facts__metrics article>span{display:block;overflow:hidden;color:var(--ori-muted);font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.ori-project-facts__metrics strong{display:block;margin-top:5px;color:#fff;font:800 17px/1.05 var(--ori-font-headline);letter-spacing:-.025em}.ori-project-facts__metrics strong b{font:inherit}
.ori-project-facts__metrics small{display:block;margin-top:5px;color:#77818d;font-size:8px;line-height:1.35}
.ori-project-evidence{display:none!important}

/* Preview fallback: never expose the browser's white blocked-frame error in Auto mode. */
.ori-project-browser__actions{gap:0}
.ori-info-dot--browser{display:none!important}
.ori-project-browser__viewport>[data-ori-preview-fallback]{position:absolute;z-index:4;inset:0}
.ori-project-browser.has-preview-fallback iframe,.ori-project-browser.has-preview-fallback .ori-project-browser__loading{display:none!important}
.ori-project-browser.has-preview-fallback>[data-ori-preview-fallback],.ori-project-browser.has-preview-fallback .ori-project-browser__viewport>[data-ori-preview-fallback]{display:block!important}
.ori-project-browser__404{transform:none;max-width:520px;padding:24px;text-align:center}
.ori-project-browser__broken-icon{display:block;width:46px;height:46px;margin:2px auto 0;fill:none;stroke:rgba(216,222,231,.48);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.ori-project-browser__404 p{max-width:460px;margin:16px auto 0;color:var(--ori-muted);font-size:13px;line-height:1.55}

/* Feedback is now a Project Details tab, not a separate page block. */
.ori-project-proof--tab{margin:0;padding:0}
.ori-project-proof--tab .ori-project-proof__quote{margin:0;max-width:none}
.ori-project-proof__quote--tab{border-radius:20px;padding:clamp(20px,2.4vw,32px)}
.ori-project-explorer__panels [data-ori-project-panel="feedback"]{padding:12px}

@media(max-width:640px){
 .ori-project-facts__metrics{grid-template-columns:1fr 1fr}
 .ori-project-browser__404{padding:18px}.ori-project-browser__broken-icon{width:40px;height:40px}.ori-project-browser__404 p{font-size:12px}
 .ori-project-explorer__panels [data-ori-project-panel="feedback"]{padding:8px}
}

/* 0.9.12: At a glance respects each verified metric's selected visual. */
.ori-project-facts__metrics{grid-template-columns:1fr;gap:9px}
.ori-project-fact-metric{min-width:0;padding:12px;border:1px solid var(--ori-border-soft);border-radius:14px;background:rgba(255,255,255,.025);overflow:hidden}
.ori-project-fact-metric__label{display:block;overflow:hidden;color:var(--ori-muted);font-size:8px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.ori-project-fact-metric__value{display:block;margin-top:6px;color:#fff;font:800 19px/1.05 var(--ori-font-headline);letter-spacing:-.025em}.ori-project-fact-metric__value b{font:inherit}
.ori-project-fact-metric__note{display:block;margin-top:6px;color:#77818d;font-size:8.5px;line-height:1.35}
.ori-project-fact-donut{position:relative;display:grid;place-items:center;width:112px;height:112px;margin:10px auto 2px;border-radius:50%;background:conic-gradient(var(--ori-purple) var(--ori-project-progress),rgba(255,255,255,.055) 0);transform:rotate(-95deg)}
.ori-project-fact-donut:after{content:"";position:absolute;inset:9px;border-radius:50%;background:#0a1016}
.ori-project-fact-donut>div{position:relative;z-index:2;display:grid;gap:4px;max-width:80px;text-align:center;transform:rotate(95deg)}
.ori-project-fact-donut strong{color:#fff;font:800 18px/1 var(--ori-font-headline);letter-spacing:-.03em}.ori-project-fact-donut strong b{font:inherit}
.ori-project-fact-donut small{overflow:hidden;color:#77818d;font-size:7.5px;line-height:1.25;text-overflow:ellipsis}
.ori-project-fact-bars{display:grid;gap:7px;margin-top:10px}.ori-project-fact-bars>div{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:7px}.ori-project-fact-bars span,.ori-project-fact-bars em{color:#77818d;font-size:7.5px;font-style:normal;font-weight:700}.ori-project-fact-bars em{color:var(--ori-soft)}.ori-project-fact-bars i{display:block;height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.055)}.ori-project-fact-bars i b{display:block;width:var(--ori-bar);height:100%;border-radius:inherit;background:var(--ori-purple)}
.ori-project-fact-line{display:block;width:100%;height:48px;margin-top:9px;overflow:visible}.ori-project-fact-line polyline{fill:none;stroke:var(--ori-purple);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}
@media(max-width:980px){.ori-project-facts__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ori-project-fact-donut{width:104px;height:104px}}
@media(max-width:640px){.ori-project-facts__metrics{grid-template-columns:1fr 1fr}.ori-project-fact-donut{width:96px;height:96px}.ori-project-fact-donut strong{font-size:16px}}


/* 0.9.13: compact result summary in At a glance; detailed animated infographics live in Results tab. */
.ori-project-facts__metrics{display:none!important}
.ori-project-facts__summary{display:grid;gap:0}
.ori-project-facts__summary-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;align-items:baseline;padding:10px 0;border-bottom:1px solid var(--ori-border-soft)}
.ori-project-facts__summary-row:last-child{border-bottom:0;padding-bottom:0}
.ori-project-facts__summary-row>span{overflow:hidden;color:var(--ori-muted);font-size:8px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.ori-project-facts__summary-row>strong{margin:0;color:#fff;font:800 15px/1.05 var(--ori-font-headline);letter-spacing:-.02em;text-align:right}
.ori-project-facts__summary-row>small{grid-column:1/-1;margin:0;color:#77818d;font-size:8px;line-height:1.35}

.ori-project-chartboard{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ori-project-chart{min-height:0;padding:18px;border-radius:18px;opacity:0;transform:translateY(10px) scale(.985);transition:opacity .45s var(--ori-ease),transform .6s var(--ori-ease),border-color .3s var(--ori-ease)}
.ori-project-chart.is-visible{opacity:1;transform:none}
.ori-project-chart header{display:block;margin:0 0 14px}
.ori-project-chart header span{display:block;max-width:none;color:var(--ori-muted);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.ori-project-chart__value{display:flex;align-items:baseline;gap:0;margin:0;color:#fff;font:800 clamp(27px,2.2vw,36px)/1 var(--ori-font-headline);letter-spacing:-.035em}
.ori-project-chart__value b{font:inherit}.ori-project-chart__value span{font:inherit}
.ori-project-chart__body--number{display:grid;align-content:center;min-height:120px}.ori-project-chart__body--number p{margin:10px 0 0;color:#77818d;font-size:10px;line-height:1.45}
.ori-project-chart__body--donut{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:center;min-height:126px}
.ori-project-donut{display:block;width:112px;height:112px;margin:0;overflow:visible;transform:rotate(-90deg)}
.ori-project-donut__track,.ori-project-donut__value{fill:none;stroke-width:10}
.ori-project-donut__track{stroke:rgba(255,255,255,.055)}
.ori-project-donut__value{stroke:var(--ori-purple);stroke-linecap:round;stroke-dasharray:0 100;filter:drop-shadow(0 8px 14px rgba(136,59,210,.24));transition:stroke-dasharray 1.15s var(--ori-ease)}
.ori-project-chart.is-visible .ori-project-donut__value{stroke-dasharray:var(--ori-project-progress) 100}
.ori-project-chart__copy{display:grid;align-content:center;min-width:0}.ori-project-chart__copy p{margin:10px 0 0;color:var(--ori-soft);font-size:10px;line-height:1.5}.ori-project-chart__copy small{margin-top:8px;color:#697581;font-size:8px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
.ori-project-chart--bar .ori-project-bars{margin-top:22px}.ori-project-chart--line .ori-project-line{height:98px;margin-top:22px}
.ori-project-chart--bar>p,.ori-project-chart--line>p{margin:12px 0 0}
.ori-project-chart.is-visible .ori-project-chart__value{animation:oriProjectMetricRise .52s var(--ori-ease) both}
@keyframes oriProjectMetricRise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:820px){.ori-project-chartboard{grid-template-columns:1fr}}
@media(max-width:520px){.ori-project-chart{padding:16px}.ori-project-chart__body--donut{grid-template-columns:92px minmax(0,1fr);gap:14px}.ori-project-donut{width:92px;height:92px}.ori-project-chart__value{font-size:27px}}
@media(prefers-reduced-motion:reduce){.ori-project-chart{opacity:1!important;transform:none!important;transition:none!important}.ori-project-donut__value{stroke-dasharray:var(--ori-project-progress) 100!important;transition:none!important}.ori-project-chart__value{animation:none!important}}
/* SVG donut reset after the legacy div-based ring implementation. */
.ori-project-donut{background:none!important;border-radius:0!important;position:relative!important}
.ori-project-donut:after{content:none!important}


/* 0.9.14: compact infographic previews + exact detailed charts. */
.ori-project-facts__summary{display:none!important}
.ori-project-facts__metrics{display:grid!important;grid-template-columns:1fr;gap:7px;margin-top:8px}
.ori-project-fact-metric{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:9px 10px;border:1px solid var(--ori-border-soft);border-radius:13px;background:rgba(255,255,255,.022);cursor:help;outline:none;opacity:0;transform:translateY(6px) scale(.99);transition:opacity .35s var(--ori-ease),border-color .2s var(--ori-ease),background .2s var(--ori-ease),transform .45s var(--ori-ease)}
.ori-project-fact-metric.is-visible{opacity:1;transform:none}
.ori-project-fact-metric:hover,.ori-project-fact-metric:focus-visible{border-color:rgba(136,59,210,.48);background:rgba(136,59,210,.055);transform:translateY(-1px)}
.ori-project-fact-metric__visual{display:grid;place-items:center;width:52px;height:44px;min-width:0}
.ori-project-fact-metric__copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;align-items:baseline;min-width:0}
.ori-project-fact-metric__copy>span{overflow:hidden;color:var(--ori-muted);font-size:7.5px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}
.ori-project-fact-metric__copy>strong{color:#fff;font:800 15px/1 var(--ori-font-headline);letter-spacing:-.02em;text-align:right}
.ori-project-fact-metric__copy>small{grid-column:1/-1;overflow:hidden;color:#77818d;font-size:7.5px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.ori-project-fact-donut{display:block;width:42px;height:42px;margin:0;background:none;border-radius:0;overflow:visible;position:static;transform:rotate(-90deg)}
.ori-project-fact-donut:after{content:none!important}
.ori-project-fact-donut__track,.ori-project-fact-donut__value{fill:none;stroke-width:6}
.ori-project-fact-donut__track{stroke:rgba(255,255,255,.07)}
.ori-project-fact-donut__value{stroke:var(--ori-purple);stroke-linecap:butt;stroke-dasharray:0 100;transition:stroke-dasharray .9s var(--ori-ease)}
.ori-project-fact-metric.is-visible .ori-project-fact-donut__value{stroke-dasharray:var(--ori-project-progress) var(--ori-project-gap)}
.ori-project-fact-bar{display:block;width:44px;height:6px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.07)}
.ori-project-fact-bar i{display:block;width:0;height:100%;border-radius:inherit;background:var(--ori-purple);transition:width .9s var(--ori-ease)}
.ori-project-fact-metric.is-visible .ori-project-fact-bar i{width:var(--ori-bar)}
.ori-project-fact-line{display:block;width:46px;height:24px;margin:0;overflow:visible}.ori-project-fact-line polyline{fill:none;stroke:var(--ori-purple);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .95s var(--ori-ease)}
.ori-project-fact-metric.is-visible .ori-project-fact-line polyline{stroke-dashoffset:0}
.ori-project-fact-number-dot{display:block;width:9px;height:9px;border-radius:50%;background:var(--ori-purple);box-shadow:0 0 0 7px rgba(136,59,210,.12)}
.ori-project-donut__value{stroke-linecap:butt!important}
.ori-project-chart.is-visible .ori-project-donut__value{stroke-dasharray:var(--ori-project-progress) var(--ori-project-gap)}
.ori-project-chart{cursor:help}
.ori-project-chart__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:16px 0 0;padding-top:12px;border-top:1px solid var(--ori-border-soft)}
.ori-project-chart__details>div{display:grid;gap:3px;padding:8px 10px 8px 0;min-width:0}
.ori-project-chart__details dt{color:var(--ori-muted);font-size:7.5px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.ori-project-chart__details dd{margin:0;overflow-wrap:anywhere;color:var(--ori-soft);font-size:9px;line-height:1.45}
@media(max-width:520px){.ori-project-chart__details{grid-template-columns:1fr}.ori-project-fact-metric{grid-template-columns:46px minmax(0,1fr)}.ori-project-fact-metric__visual{width:46px}}
@media(prefers-reduced-motion:reduce){.ori-project-fact-metric{opacity:1!important;transform:none!important;transition:none!important}.ori-project-donut__value,.ori-project-fact-donut__value{stroke-dasharray:var(--ori-project-progress) var(--ori-project-gap)!important;transition:none!important}.ori-project-fact-bar i{width:var(--ori-bar)!important;transition:none!important}.ori-project-fact-line polyline{stroke-dashoffset:0!important;transition:none!important}}


/* 0.9.15: compact optional preview + independent At a glance height. */
.ori-project-stage{align-items:start}
.ori-project-stage__main{align-self:start}
.ori-project-stage__facts{min-height:0;height:auto;align-self:start}
.ori-project-browser.ori-code-window{height:auto}
.ori-project-stage--facts-only{grid-template-columns:minmax(280px,430px)}
.ori-project-stage--facts-only .ori-project-stage__facts{width:100%}
.ori-project-browser__image{display:block;width:100%;height:100%;aspect-ratio:16/10;object-fit:cover;background:#070b10}
.ori-project-browser__viewport>.ori-project-browser__image{position:absolute;inset:0}
.ori-project-browser__viewport>[data-ori-preview-fallback]>.ori-project-browser__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ori-project-browser__404 .ori-error__orbit{width:62px;height:62px;margin:0 auto 13px}
.ori-project-browser__404 .ori-error__orbit:before{inset:-8px}
.ori-project-browser__404 .ori-error__orbit img{width:30px;max-height:30px}
.ori-project-facts>div:last-child{border-bottom:0}
.ori-project-facts__results{margin-top:14px;padding-top:15px;border-top:1px solid var(--ori-border-soft)}
@media(max-width:820px){.ori-project-stage--facts-only{grid-template-columns:1fr}.ori-project-stage--facts-only .ori-project-stage__facts{max-width:none}}
@media(max-width:600px){.ori-project-browser__404 .ori-error__orbit{width:54px;height:54px}.ori-project-browser__404 .ori-error__orbit img{width:26px;max-height:26px}}

/* 0.9.16: protected equal-height stage, compact essential tabs, and crop-proof project media. */
.ori-project-stage{align-items:stretch!important}
.ori-project-stage__main,.ori-project-stage__facts{align-self:stretch!important;height:100%!important}
.ori-project-stage__main{display:flex;min-height:0}
.ori-project-stage__main>.ori-project-browser,.ori-project-stage__main>.ori-project-stage-image,.ori-project-stage__main>.ori-project-stage-media,.ori-project-stage__main>.ori-project-brand-stage{width:100%;height:100%;min-height:100%;display:flex;flex-direction:column}
.ori-project-browser__viewport{flex:1 1 auto;min-height:430px;aspect-ratio:auto!important}
.ori-project-browser__viewport iframe,.ori-project-browser__viewport>.ori-project-browser__image,.ori-project-browser__viewport>[data-ori-preview-fallback],.ori-project-browser__empty{width:100%;height:100%}
.ori-project-stage__facts{min-height:100%!important}
.ori-project-overview-flow{display:grid;gap:12px}
.ori-project-overview-flow .ori-project-story-detail{max-width:none;padding:22px;border:1px solid var(--ori-border-soft);border-radius:18px;background:rgba(255,255,255,.018)}
.ori-project-overview-flow .ori-project-story-detail--overview{padding:0 0 18px;border:0;border-radius:0;background:transparent;border-bottom:1px solid var(--ori-border-soft)}
.ori-project-overview-flow .ori-project-story-detail--overview:last-child{padding-bottom:0;border-bottom:0}

/* Never create empty black bands just because adjacent project images have different ratios. */
.ori-project-showcase-rail--custom{align-items:start!important;grid-auto-rows:max-content}
.ori-project-showcase-rail--custom .ori-project-media-card{height:max-content!important;align-self:start!important;background:transparent!important}
.ori-project-showcase-rail--custom .ori-project-media-card img,.ori-project-showcase-rail--custom .ori-project-media-card video{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important;background:transparent!important}
.ori-project-showcase-rail--masonry .ori-project-media-card{height:max-content!important;background:transparent!important}
.ori-project-showcase-rail--masonry .ori-project-media-card img,.ori-project-showcase-rail--masonry .ori-project-media-card video{background:transparent!important}

@media(max-width:820px){
 .ori-project-stage__main,.ori-project-stage__facts{height:auto!important;min-height:0!important}
 .ori-project-browser__viewport{min-height:360px;aspect-ratio:4/3!important}
}

/* 0.9.16 final single-Work protections. Preview and At a glance share one governed row height. */
.ori-project-stage:not(.ori-project-stage--facts-only){grid-auto-rows:minmax(0,1fr);align-items:stretch!important}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main,.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__facts{align-self:stretch!important;height:100%!important;min-height:100%!important}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-browser{height:100%!important;min-height:100%!important}
.ori-project-stage__facts{padding:24px!important;border-radius:24px!important;background:linear-gradient(165deg,rgba(136,59,210,.055),transparent 44%),var(--ori-surface-1)!important}
.ori-project-facts{margin-top:3px!important}.ori-project-facts>div{padding:15px 0!important}.ori-project-facts dt{font-size:9px!important}.ori-project-facts dd{font-size:14px!important}

/* Natural media is the default. Never crop Work evidence because source ratios differ. */
.ori-project-showcase-rail .ori-project-media-card,.ori-project-showcase-rail--custom .ori-project-media-card,.ori-project-showcase-rail--masonry .ori-project-media-card{height:max-content!important;min-height:0!important;align-self:start!important;overflow:hidden;background:#080d13!important}
.ori-project-showcase-rail .ori-project-media-card img,.ori-project-showcase-rail .ori-project-media-card video{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important}
.ori-project-showcase-rail--masonry{align-items:start!important}.ori-project-showcase-rail--masonry .ori-project-media-card{break-inside:avoid;margin-bottom:12px}

/* Compact essential tabs only; long labels remain scrollable instead of wrapping badly. */
.ori-project-explorer__head{gap:12px}.ori-project-explorer__tabbar{min-width:0}.ori-project-explorer__tabs{max-width:min(100%,640px);overflow-x:auto;scrollbar-width:none}.ori-project-explorer__tabs::-webkit-scrollbar{display:none}.ori-project-explorer__tabs .ori-segmented__option{flex:0 0 auto;white-space:nowrap}
@media(max-width:820px){.ori-project-stage:not(.ori-project-stage--facts-only){grid-auto-rows:auto}.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main,.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__facts{height:auto!important;min-height:0!important}}

/* 0.9.17: immutable single-Work stage height. At a glance scrolls internally; content below always remains in normal page flow. */
.ori-project-single{--ori-project-stage-height:540px;overflow:visible!important}
.ori-project-stage:not(.ori-project-stage--facts-only){height:var(--ori-project-stage-height)!important;min-height:var(--ori-project-stage-height)!important;max-height:var(--ori-project-stage-height)!important;grid-template-rows:var(--ori-project-stage-height)!important;align-items:stretch!important}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__facts{height:var(--ori-project-stage-height)!important;min-height:var(--ori-project-stage-height)!important;max-height:var(--ori-project-stage-height)!important;align-self:stretch!important}
.ori-project-stage__main{min-height:0!important;overflow:hidden}
.ori-project-stage__main>.ori-project-browser,
.ori-project-stage__main>.ori-project-stage-image,
.ori-project-stage__main>.ori-project-stage-media,
.ori-project-stage__main>.ori-project-brand-stage{height:100%!important;min-height:0!important;max-height:100%!important}
.ori-project-stage__main>.ori-project-stage-image img,
.ori-project-stage__main>.ori-project-stage-media img,
.ori-project-stage__main>.ori-project-stage-media video,
.ori-project-stage__main>.ori-project-brand-stage .ori-project-brand-stage__cover{height:100%!important;min-height:0!important;max-height:100%!important;object-fit:cover}
.ori-project-browser__viewport{flex:1 1 auto!important;min-height:0!important;height:auto!important;aspect-ratio:auto!important}
.ori-project-stage__facts{overflow:hidden!important;display:flex!important;flex-direction:column!important}
.ori-project-stage__facts>.ori-eyebrow{flex:0 0 auto}
.ori-project-facts__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding-right:7px;margin-right:-7px;scrollbar-width:thin;scrollbar-color:rgba(136,59,210,.52) transparent}
.ori-project-facts__scroll::-webkit-scrollbar{width:5px}.ori-project-facts__scroll::-webkit-scrollbar-track{background:transparent}.ori-project-facts__scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(136,59,210,.46)}.ori-project-facts__scroll:hover::-webkit-scrollbar-thumb{background:rgba(136,59,210,.72)}
.ori-project-workbench{position:relative;z-index:1;display:block!important;visibility:visible!important;margin-top:var(--ori-project-stack-gap)!important;padding:0 0 64px!important;clear:both}
@media(max-width:820px){
 .ori-project-single{--ori-project-stage-height:430px}
 .ori-project-stage:not(.ori-project-stage--facts-only){height:auto!important;min-height:0!important;max-height:none!important;grid-template-rows:none!important}
 .ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main,
 .ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__facts{height:var(--ori-project-stage-height)!important;min-height:var(--ori-project-stage-height)!important;max-height:var(--ori-project-stage-height)!important}
}
@media(max-width:520px){.ori-project-single{--ori-project-stage-height:380px}}

/* 0.9.18: data-safe stage geometry and scroll handoff. Media edits must never move Project Details. */
.ori-project-stage:not(.ori-project-stage--facts-only){
  contain:layout;
  overflow:visible;
}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main{
  position:relative;
  contain:layout paint;
  overflow:hidden!important;
}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-stage-image,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-stage-media,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-brand-stage{
  position:relative;
  flex:1 1 auto;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  margin:0!important;
  overflow:hidden!important;
}
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-stage-image>img,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-stage-media>img,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-stage-media>video,
.ori-project-stage:not(.ori-project-stage--facts-only)>.ori-project-stage__main>.ori-project-brand-stage>.ori-project-brand-stage__cover{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  object-fit:cover!important;
}
.ori-project-stage__facts{contain:layout paint}
.ori-project-facts__scroll{
  overflow-y:hidden!important;
  overscroll-behavior-y:auto!important;
  touch-action:pan-y;
}
.ori-project-facts__scroll.is-scrollable{overflow-y:auto!important}
.ori-project-workbench{
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}


/* 0.9.19: portrait/app preview media uses one horizontal proof rail. */
.ori-project-media-slider{grid-column:1/-1;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;min-width:0}
.ori-project-media-slider__viewport{min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;border-radius:20px}
.ori-project-media-slider__viewport::-webkit-scrollbar{display:none}
.ori-project-media-slider__track{display:flex;align-items:flex-start;gap:12px;width:max-content;min-width:100%}
.ori-project-media-slider__slide{flex:0 0 clamp(210px,22vw,300px)!important;width:clamp(210px,22vw,300px)!important;scroll-snap-align:start;margin:0!important;border-radius:20px!important;background:#080d13!important}
.ori-project-media-slider__slide img,.ori-project-media-slider__slide video{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;object-fit:contain!important}
.ori-project-media-slider__control{appearance:none;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--ori-border);border-radius:50%;background:var(--ori-surface-1);color:#fff;cursor:pointer;transition:transform .22s var(--ori-ease),background .22s var(--ori-ease),border-color .22s var(--ori-ease),opacity .2s ease}
.ori-project-media-slider__control:hover,.ori-project-media-slider__control:focus-visible{transform:scale(1.05);background:var(--ori-surface-2);border-color:rgba(255,255,255,.18);outline:none}
.ori-project-media-slider__control:disabled{opacity:.28;cursor:default;transform:none}
.ori-project-media-slider__control svg{width:17px;height:17px;fill:currentColor}
.ori-project-media-slider__control--prev svg{transform:rotate(180deg)}
@media(max-width:640px){.ori-project-media-slider{grid-template-columns:34px minmax(0,1fr) 34px;gap:7px}.ori-project-media-slider__control{width:34px;height:34px}.ori-project-media-slider__slide{flex-basis:min(72vw,270px)!important;width:min(72vw,270px)!important}}
@media(prefers-reduced-motion:reduce){.ori-project-media-slider__viewport{scroll-behavior:auto}.ori-project-media-slider__control{transition:none}}
