/* Digital business cards. One layout owner for both profile routes. */
.ori-profile-card-page{padding:116px 0 72px}
.ori-profile-card-shell{width:min(920px,calc(100% - 32px));margin-inline:auto;display:grid;gap:14px}
.ori-profile-digital{position:relative;min-width:0;padding:30px;border:1px solid rgba(255,255,255,.10);border-radius:26px;background:var(--ori-surface-2);overflow:hidden}
.ori-profile-digital::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--ori-gradient);opacity:.38;pointer-events:none;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
.ori-profile-digital__masthead{display:flex;direction:ltr;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.ori-profile-digital__masthead .ori-eyebrow{margin:0;max-width:calc(100% - 115px)}
.ori-profile-share{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-height:36px;padding:7px 12px;border:1px solid rgba(255,255,255,.10);border-radius:999px;background:rgba(255,255,255,.025);color:var(--ori-soft);font-size:12px;font-weight:700;cursor:pointer;transition:background .22s,color .22s,border-color .22s,transform .22s}
.ori-profile-share svg{display:block;width:16px;height:16px;fill:currentColor}
.ori-profile-share:hover,.ori-profile-share[aria-expanded="true"]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff;transform:translateY(-1px)}
.ori-profile-digital__top{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr);gap:34px;align-items:center;min-width:0}
.ori-profile-digital__portrait{min-width:0}
.ori-profile-digital__portrait .ori-team-card__portrait{display:block;width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:var(--ori-surface-1)}
.ori-profile-digital__portrait .ori-team-card__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0}
.ori-profile-digital__identity{min-width:0}
.ori-profile-digital__identity h1{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em;overflow-wrap:break-word}
.ori-profile-digital__role{margin:12px 0 0;color:#fff;font-size:16px;font-weight:700;line-height:1.5}
.ori-profile-digital__bio{max-width:470px;margin:12px 0 0;color:var(--ori-muted);font-size:14px;line-height:1.65}
.ori-profile-socials.ori-segmented{display:inline-flex;width:max-content;max-width:100%;margin-top:24px;padding:4px;gap:2px;vertical-align:top}
.ori-profile-socials.ori-segmented a{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 13px;color:var(--ori-soft);font-size:12px;font-weight:700}
.ori-profile-socials .ori-profile-social svg{display:block;flex:0 0 17px;width:17px;height:17px;fill:currentColor}
.ori-profile-socials.ori-segmented a:hover,.ori-profile-socials.ori-segmented a:focus-visible{color:#fff}
.ori-profile-digital__action{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.ori-profile-digital__action p{margin:0;color:var(--ori-muted);font-size:13px;line-height:1.5}
.ori-profile-digital__action .ori-button{--ori-button-height:34px;--ori-button-icon-size:26px;--ori-button-font-size:10.5px;--ori-button-gap:6px;--ori-button-padding:4px;--ori-button-text-pad:18px;min-height:34px;width:max-content;max-width:100%;flex:0 0 auto}
.ori-profile-digital__qr p{margin:0;color:var(--ori-muted);font-size:12px;line-height:1.5}
.ori-profile-digital__qr-image{display:block;width:154px;max-width:100%;padding:10px;border-radius:15px;background:#fff;line-height:0}
.ori-profile-digital__qr-image img{display:block;width:100%;height:auto;aspect-ratio:1;image-rendering:auto}
/* The modal is a genuine dialog, not a second oversized profile card. */
.ori-share-modal[hidden]{display:none!important}
.ori-share-modal{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px;isolation:isolate}
.ori-share-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.64);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .22s ease}
.ori-share-modal__panel{position:relative;width:min(440px,100%);max-height:calc(100dvh - 40px);overflow-y:auto;overscroll-behavior:contain;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#0D141E;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.42);opacity:0;transform:translateY(12px) scale(.98);transition:opacity .24s var(--ori-ease),transform .24s var(--ori-ease)}
.ori-share-modal.is-open .ori-share-modal__backdrop{opacity:1}
.ori-share-modal.is-open .ori-share-modal__panel{opacity:1;transform:none}
.ori-share-modal__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.ori-share-modal__heading h2{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:24px;line-height:1.2;letter-spacing:-.025em}
.ori-share-modal__heading p{margin:6px 0 0;color:var(--ori-muted);font-size:14px;line-height:1.5}
.ori-share-modal__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;padding:8px;border:1px solid var(--ori-border);border-radius:50%;background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.ori-share-modal__close svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor}
.ori-share-modal__close:hover{background:rgba(255,255,255,.1)}
.ori-share-modal__url{padding:12px 14px;margin-bottom:14px;border:1px solid var(--ori-border);border-radius:12px;background:var(--ori-surface-1);color:var(--ori-soft);font-size:12px;line-height:1.5;overflow-wrap:anywhere;text-align:left;user-select:all}
.ori-share-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ori-share-modal__actions a,.ori-share-modal__actions button,.ori-share-modal__native{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:0;min-height:42px;padding:10px 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.035);color:#fff;font-size:12px;font-weight:700;line-height:1.3;text-align:center;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
.ori-share-modal__actions a:hover,.ori-share-modal__actions button:hover,.ori-share-modal__native:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);transform:translateY(-1px)}
.ori-share-modal__actions svg,.ori-share-modal__native svg{display:block;flex:0 0 17px;width:17px;height:17px}
.ori-share-modal__actions a svg{fill:currentColor}
.ori-share-modal__actions button svg{fill:none;stroke:currentColor}
.ori-share-modal__native svg{color:#fff;fill:currentColor;stroke:none}
.ori-share-modal__native{width:100%;margin-top:10px;color:#fff}
.ori-share-modal__native[hidden]{display:none!important}
.ori-share-modal__subheading{margin:23px 0 10px;color:var(--ori-muted);font-size:11px;font-weight:700;line-height:1.5}
.ori-share-modal__socials.ori-segmented{display:flex;width:100%;max-width:100%;padding:4px;gap:2px}
.ori-share-modal__socials.ori-segmented a{flex:1 1 0;min-width:0;min-height:38px;gap:7px;padding:8px 5px;color:var(--ori-soft);font-size:11px;font-weight:700}
.ori-share-modal__socials svg{display:block;flex:0 0 17px;width:17px;height:17px;fill:currentColor}
.ori-share-modal__status{margin:0;color:var(--ori-muted);font-size:12px;line-height:1.5;min-height:0}
.ori-share-modal__status:not(:empty){margin-top:14px}
.ori-profile-share:focus-visible,.ori-profile-digital__qr-image:focus-visible,.ori-share-modal button:focus-visible,.ori-share-modal a:focus-visible{outline:2px solid var(--ori-purple);outline-offset:3px}
@media(max-width:700px){
 .ori-profile-card-page{padding:104px 0 56px}
 .ori-profile-digital{padding:24px;border-radius:24px}
 .ori-profile-digital__masthead{margin-bottom:20px}
 .ori-profile-digital__top{grid-template-columns:minmax(0,1fr);gap:22px;justify-items:center}
 .ori-profile-digital__portrait{width:min(240px,100%)}
 .ori-profile-digital__identity{width:100%;text-align:center}
 .ori-profile-digital__identity h1{font-size:clamp(30px,7vw,40px)}
 .ori-profile-digital__role{font-size:14px;margin-top:8px}
 .ori-profile-digital__bio{margin:10px auto 0;font-size:13px;line-height:1.6}
 .ori-profile-socials.ori-segmented{display:flex;width:100%;justify-content:space-around;margin-top:22px}
 .ori-profile-socials.ori-segmented a{flex:1 1 0;min-width:0;min-height:40px;padding:10px 5px}
 .ori-profile-socials .ori-profile-social span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
 .ori-profile-socials .ori-profile-social svg{width:19px;height:19px;flex-basis:19px}
 .ori-profile-digital__action{margin-top:20px;padding-top:18px;gap:12px;justify-content:center}
 .ori-profile-digital__action p{width:100%;text-align:center}
 .ori-profile-digital__qr-image{width:144px;padding:9px;border-radius:12px}
 .ori-share-modal__panel{padding:20px}
}
@media(max-width:380px){
 .ori-profile-card-shell{width:calc(100% - 24px)}
 .ori-profile-digital{padding:18px}
 .ori-profile-share{padding:7px 10px;font-size:11px}
 .ori-profile-digital__portrait{width:min(210px,100%)}
 .ori-profile-digital__identity h1{font-size:30px}
 .ori-profile-digital__qr-image{width:136px;padding:8px}
 .ori-share-modal__socials.ori-segmented a{gap:0}
 .ori-share-modal__socials.ori-segmented a span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
@media(prefers-reduced-motion:reduce){.ori-profile-share,.ori-share-modal__backdrop,.ori-share-modal__panel,.ori-share-modal__actions a,.ori-share-modal__actions button,.ori-share-modal__native{transition:none!important;animation:none!important;transform:none!important}}

/* Profile-only sticky footer. The QR remains fixed and outside document flow. */
body.ori-site.ori-profile-page{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}
body.ori-site.ori-profile-page.admin-bar{min-height:calc(100vh - 32px);min-height:calc(100dvh - 32px)}
@media(max-width:782px){body.ori-site.ori-profile-page.admin-bar{min-height:calc(100vh - 46px);min-height:calc(100dvh - 46px)}}
body.ori-site.ori-profile-page > .ori-profile-card-page{flex:1 0 auto;min-height:0}

/* Profile QR: viewport utility, independent of the card and normal document flow. */
.ori-profile-floating-qr{
 position:fixed;left:20px;bottom:var(--ori-profile-qr-bottom,20px);z-index:440;
 display:flex;flex-direction:column;align-items:center;gap:10px;
 width:max-content;max-width:calc(100vw - 40px);margin:0;padding:12px;
 border:1px solid rgba(255,255,255,.12);border-radius:18px;
 background:var(--ori-surface-1);box-shadow:0 14px 34px rgba(0,0,0,.22);
 direction:ltr;text-align:center;transition:bottom .22s ease,transform .22s ease,opacity .22s ease;
}
.ori-profile-floating-qr p{width:136px;max-width:100%;margin:0 auto;color:var(--ori-muted);font-size:12px;line-height:1.35;text-align:center}
.ori-profile-floating-qr .ori-profile-digital__qr-image{width:136px;padding:9px;border-radius:12px}
.ori-profile-floating-qr .ori-profile-digital__qr-image img{width:100%;height:auto;aspect-ratio:1}
.ori-profile-floating-qr.is-footer-near{opacity:0;transform:translateY(6px);pointer-events:none}
@media(max-width:700px){
 .ori-profile-floating-qr{left:14px;bottom:var(--ori-profile-qr-bottom,calc(14px + env(safe-area-inset-bottom,0px)));gap:8px;padding:9px;border-radius:15px}
 .ori-profile-floating-qr .ori-profile-digital__qr-image{width:112px;padding:7px;border-radius:10px}
 .ori-profile-floating-qr p{width:112px;max-width:112px;font-size:10px;line-height:1.35}
}
@media(max-height:600px) and (min-width:701px){
 .ori-profile-floating-qr{gap:7px;padding:9px}
 .ori-profile-floating-qr .ori-profile-digital__qr-image{width:112px;padding:7px}
 .ori-profile-floating-qr p{width:112px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){.ori-profile-floating-qr{transition:none!important}}

/* Mobile scan view. The desktop QR, card and footer geometry remain unchanged. */
.ori-profile-qr-expand{display:none}
@media(max-width:700px){
 .ori-profile-floating-qr{width:auto;max-width:calc(100vw - 90px);gap:0;padding:0;border-radius:15px}
 .ori-profile-floating-qr>p,.ori-profile-floating-qr>.ori-profile-digital__qr-image{display:none}
 .ori-profile-qr-expand{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:7px 14px;border:0;border-radius:inherit;background:transparent;color:#fff;font-size:12px;font-weight:700;white-space:nowrap}
 .ori-profile-qr-expand__icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--ori-surface-3)}
 .ori-profile-qr-expand svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor}
}
.ori-profile-scan{position:fixed;inset:0;margin:auto;width:min(430px,calc(100% - 24px));max-width:calc(100% - 24px);max-height:calc(100% - 24px);padding:0;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:var(--ori-surface-2);color:var(--ori-soft);box-shadow:0 24px 80px rgba(0,0,0,.4);overflow:auto;overscroll-behavior:contain}
.ori-profile-scan::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.ori-profile-scan[open]{animation:ori-scan-in .22s var(--ori-ease) both}
@keyframes ori-scan-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}
.ori-profile-scan__panel{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:18px;min-width:0}
.ori-profile-scan__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.ori-profile-scan__head h2{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:18px;line-height:1.3}
.ori-profile-scan__head p{margin:4px 0 0;color:var(--ori-muted);font-size:12px}
.ori-profile-scan__close{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:8px;border:1px solid var(--ori-border);border-radius:50%;background:var(--ori-surface-3);color:#fff}
.ori-profile-scan__close svg{width:16px;height:16px;fill:none;stroke:currentColor}
.ori-profile-scan__code{display:grid;place-items:center;align-self:center;width:min(100%,340px);padding:14px;border-radius:18px;background:#fff;line-height:0}
.ori-profile-scan__code img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;image-rendering:auto}
.ori-profile-scan__help,.ori-profile-scan__brightness{margin:0;color:var(--ori-muted);font-size:12px;line-height:1.5;text-align:center}
.ori-profile-scan__url{display:block;max-width:100%;color:#fff;font-size:12px;text-align:center;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}
.ori-profile-scan__awake{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 12px;border:1px solid var(--ori-border);border-radius:999px;background:var(--ori-surface-1);color:#fff;font-size:12px;font-weight:700}
.ori-profile-scan__awake[hidden]{display:none}
.ori-profile-scan__awake[aria-pressed=true]{border-color:var(--ori-purple)}
.ori-profile-scan__awake svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.ori-profile-scan__status{margin:0;color:var(--ori-muted);font-size:11px;line-height:1.4;text-align:center;min-height:0}
.ori-profile-scan__status:empty{display:none}
@media(max-width:700px){.ori-profile-scan{width:min(430px,calc(100% - 20px));max-width:calc(100% - 20px);max-height:calc(100% - 20px)}.ori-profile-scan__panel{gap:10px;padding:14px}.ori-profile-scan__code{width:min(100%,300px);padding:12px}.ori-profile-scan__head h2{font-size:16px}}
@media(max-height:650px){.ori-profile-scan__panel{gap:8px;padding:12px}.ori-profile-scan__code{width:min(100%,240px);padding:9px}.ori-profile-scan__brightness{font-size:10px}}
@media(prefers-reduced-motion:reduce){.ori-profile-scan[open]{animation:none!important}}

/* 0.4.33: compact QR and optional profile booking. */
.ori-profile-digital__buttons{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.ori-profile-digital__buttons .ori-button{margin:0}
.ori-profile-scan__panel{gap:14px}
.ori-profile-scan__code{width:min(100%,340px)}
.ori-profile-scan__help{margin:0}
.ori-profile-booking{position:fixed;inset:0;margin:auto;width:min(760px,calc(100% - 24px));max-width:calc(100% - 24px);max-height:calc(100% - 24px);padding:0;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:var(--ori-surface-2);color:var(--ori-soft);box-shadow:0 24px 80px rgba(0,0,0,.4);overflow:auto;overscroll-behavior:contain}
.ori-profile-booking::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.ori-profile-booking[open]{animation:ori-scan-in .22s var(--ori-ease) both}
.ori-profile-booking__panel{display:flex;flex-direction:column;gap:20px;padding:24px;min-width:0}
.ori-profile-booking__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.ori-profile-booking__head h2{margin:0;color:#fff;font-family:var(--ori-font-headline);font-size:22px;line-height:1.3}
.ori-profile-booking__head p{margin:5px 0 0;color:var(--ori-muted);font-size:13px}
.ori-profile-booking__close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;padding:8px;border:1px solid var(--ori-border);border-radius:50%;background:var(--ori-surface-3);color:#fff}
.ori-profile-booking__close svg{width:16px;height:16px;fill:none;stroke:currentColor}
.ori-profile-booking__content{min-width:0}
.ori-profile-booking__content iframe{display:block;width:100%;max-width:100%;border:0}
.ori-profile-booking__placeholder{display:grid;place-items:center;min-height:260px;border:1px dashed var(--ori-border);border-radius:16px;background:var(--ori-surface-1);padding:24px;text-align:center}
.ori-profile-booking__placeholder p,.ori-profile-booking__loading{margin:0;color:var(--ori-muted);font-size:14px;line-height:1.6}
.ori-profile-booking__close:focus-visible,.ori-profile-digital__buttons button:focus-visible{outline:2px solid var(--ori-purple);outline-offset:3px}
@media(max-width:700px){.ori-profile-digital__buttons{justify-content:center}.ori-profile-booking__panel{padding:18px}.ori-profile-booking__head h2{font-size:18px}.ori-profile-booking__placeholder{min-height:220px}}
@media(prefers-reduced-motion:reduce){.ori-profile-booking[open]{animation:none!important}}

/* 0.9.34 profile integrity + branded QR + proper short-page footer. */
body.ori-profile-page{min-height:100svh;display:flex;flex-direction:column}
body.ori-profile-page>.ori-profile-card-page{flex:1 0 auto;width:100%}
body.ori-profile-page>.ori-footer{margin-top:auto;width:100%}
.ori-profile-digital__portrait .ori-team-card__portrait--placeholder{display:grid;place-items:center;align-content:center;gap:14px;width:100%;aspect-ratio:3/4;padding:24px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 50% 30%,rgba(136,59,210,.16),rgba(10,14,21,.98) 66%);text-align:center}
.ori-team-placeholder__mark{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;border:1px solid rgba(136,59,210,.35);background:#090D14;box-shadow:0 0 0 10px rgba(136,59,210,.045),0 0 28px rgba(136,59,210,.10);color:#fff;font:800 30px/1 var(--ori-font-headline)}
.ori-team-placeholder__label{color:rgba(216,222,231,.50);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ori-profile-qr-code{position:relative;display:block;width:100%;line-height:0}
.ori-profile-qr-code>img{display:block;width:100%;height:auto;aspect-ratio:1}
.ori-profile-qr-brand{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:18%;aspect-ratio:1;border:5px solid #fff;border-radius:21%;background:#090D14;transform:translate(-50%,-50%);box-shadow:0 0 0 1px rgba(0,0,0,.03)}
.ori-profile-qr-brand img{display:block;width:68%;height:68%;object-fit:contain}
.ori-profile-scan__code .ori-profile-qr-code{width:100%}
.ori-profile-scan__code .ori-profile-qr-brand{border-width:7px}
@media(max-width:700px){.ori-team-placeholder__mark{width:72px;height:72px;font-size:26px}.ori-profile-qr-brand{border-width:4px}}

/* 0.9.37 Profile compaction: identity label belongs with the identity, share floats. */
.ori-profile-digital{padding:28px 28px 26px}
.ori-profile-digital__masthead{display:none!important}
.ori-profile-digital__top{align-items:center}
.ori-profile-digital__identity{position:relative;padding-right:52px}
.ori-profile-digital__eyebrow{margin:0 0 18px}
.ori-profile-digital__eyebrow .ori-eyebrow{margin:0!important}
.ori-profile-share--corner{position:absolute;z-index:5;top:22px;right:22px;width:40px;height:40px;min-height:40px;padding:0;border-radius:50%;gap:0}
.ori-profile-share--corner .ori-profile-share__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.ori-profile-share--corner svg{width:17px;height:17px}
.ori-profile-digital__action{margin-top:20px;padding-top:16px}
.ori-profile-card-page{padding-top:108px;padding-bottom:60px}
@media(max-width:700px){
 .ori-profile-digital{padding:22px}
 .ori-profile-digital__identity{padding-right:0}
 .ori-profile-digital__eyebrow{display:flex;justify-content:center;margin-bottom:16px}
 .ori-profile-share--corner{top:16px;right:16px;width:38px;height:38px;min-height:38px}
 .ori-profile-card-page{padding-top:96px;padding-bottom:48px}
}
@media(max-width:480px){
 .ori-profile-digital{padding:18px}
 .ori-profile-share--corner{top:14px;right:14px}
}


/* 0.9.38 Profile page: give the card breathing room and visually center it on desktop. */
body.ori-site.ori-profile-page>.ori-profile-card-page{display:flex;align-items:center;justify-content:center}
.ori-profile-card-page{padding-top:132px;padding-bottom:72px;min-height:calc(100svh - 210px)}
@media(min-width:981px){
 .ori-profile-card-shell{align-self:center}
}
@media(max-width:980px){
 .ori-profile-card-page{padding-top:104px;padding-bottom:52px;min-height:0}
}

/* 0.9.39 Native top-layer dialogs use the real pointer; the custom cursor stays out of the backdrop. */
html.ori-cursor-on dialog[open],html.ori-cursor-on dialog[open] *{cursor:auto!important}


/* 0.9.50.24: branded dotted QR with the exact Oriential signature gradient. */
.ori-profile-qr-code{position:relative;display:block;width:100%;aspect-ratio:1;padding:5.5%;overflow:hidden;border-radius:14%;background:#fff;line-height:0;box-sizing:border-box}
.ori-profile-qr-fallback{display:block;width:100%!important;height:100%!important;aspect-ratio:1;object-fit:contain}
.ori-profile-qr-gradient{display:none;position:absolute;inset:5.5%;background:linear-gradient(150deg,#D23C3B 0%,#883BD2 50%,#3BD0D2 100%)}
@supports ((-webkit-mask-image:url("")) or (mask-image:url(""))){
 .ori-profile-qr-fallback{visibility:hidden}
 .ori-profile-qr-gradient{display:block;-webkit-mask-image:var(--ori-qr-mask);mask-image:var(--ori-qr-mask);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
}
.ori-profile-qr-brand{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:23%;aspect-ratio:1;border:7px solid #fff;border-radius:50%;background:#090D14;transform:translate(-50%,-50%);box-shadow:0 0 0 1px rgba(6,9,13,.06),0 4px 14px rgba(6,9,13,.10)}
.ori-profile-qr-brand img{display:block;width:66%;height:66%;object-fit:contain}
.ori-profile-scan__code .ori-profile-qr-code{width:100%}
.ori-profile-scan__code .ori-profile-qr-brand{border-width:9px}
@media(max-width:700px){.ori-profile-qr-brand{border-width:6px}.ori-profile-scan__code .ori-profile-qr-brand{border-width:7px}}

/* 0.9.50.25 QR centre mark belongs to the white code surface, not a dark sticker. */
.ori-profile-qr-brand{background:#fff!important;box-shadow:0 0 0 1px rgba(6,9,13,.08),0 4px 16px rgba(6,9,13,.12)!important}

/* 0.9.50.26 circular QR system: dot modules, circular finder patterns, compact white centre knockout. */
.ori-profile-qr-brand{width:18%!important;padding:2.15%!important;border:0!important;border-radius:50%!important;background:#fff!important;box-sizing:border-box!important;box-shadow:none!important}
.ori-profile-qr-brand img{width:100%!important;height:100%!important;object-fit:contain!important}
.ori-profile-scan__code .ori-profile-qr-brand{width:18%!important;padding:2.15%!important;border:0!important}
@media(max-width:700px){.ori-profile-qr-brand,.ori-profile-scan__code .ori-profile-qr-brand{width:18%!important;padding:2.15%!important;border:0!important}}

/* 0.9.50.27: center QR modal heading/subheading and clean center mark. */
.ori-profile-scan__head{position:relative;display:block!important;padding-right:58px;text-align:center}
.ori-profile-scan__head>div{text-align:center}
.ori-profile-scan__head h2,.ori-profile-scan__head p{text-align:center}
.ori-profile-scan__close{position:absolute;top:0;right:0}
.ori-profile-qr-brand{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:16.8%!important;aspect-ratio:1;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;transform:translate(-50%,-50%);isolation:isolate}
.ori-profile-qr-brand::before{content:"";position:absolute;inset:-16%;border-radius:50%;background:#fff;box-shadow:none}
.ori-profile-qr-brand img{position:relative;z-index:1;width:72%!important;height:72%!important;object-fit:contain!important}
.ori-profile-scan__code .ori-profile-qr-brand{width:16.8%!important;padding:0!important;border:0!important}
@media(max-width:700px){.ori-profile-qr-brand,.ori-profile-scan__code .ori-profile-qr-brand{width:16.8%!important;padding:0!important;border:0!important}}

/* 0.9.50.28: true global centring + clean QR centre knockout. */
.ori-profile-scan__head{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-items:center!important;width:100%!important;padding-inline:58px!important;box-sizing:border-box!important;text-align:center!important}
.ori-profile-scan__head>div{width:100%!important;text-align:center!important}
.ori-profile-scan__head h2,.ori-profile-scan__head p{width:100%!important;text-align:center!important}
.ori-profile-scan__close{position:absolute!important;top:0!important;right:0!important;left:auto!important}
html[dir="rtl"] .ori-profile-scan__close{right:auto!important;left:0!important}
.ori-profile-qr-gradient{z-index:1!important}
.ori-profile-qr-fallback{position:relative;z-index:1}
.ori-profile-qr-brand{z-index:4!important;width:15.5%!important;padding:1.6%!important;border:0!important;border-radius:50%!important;background:#fff!important;box-shadow:none!important;clip-path:circle(50%)!important;isolation:isolate!important}
.ori-profile-qr-brand::before{display:none!important;content:none!important}
.ori-profile-qr-brand img{position:relative;z-index:2;width:100%!important;height:100%!important;object-fit:contain!important}
.ori-profile-scan__code .ori-profile-qr-brand{width:15.5%!important;padding:1.6%!important;border:0!important}
@media(max-width:700px){.ori-profile-scan__head{padding-inline:48px!important}.ori-profile-qr-brand,.ori-profile-scan__code .ori-profile-qr-brand{width:15.5%!important;padding:1.6%!important}}
