@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

html.olh-page-active,body.olh-page-active{margin:0!important;width:100%!important;height:100%!important;overflow:hidden!important}
body.olh-page-active>header,body.olh-page-active>footer{display:none!important}
#olh-app{--ink:#0b0c0d;--paper:#f5f1e9;--gold:#f6b916;--orange:#df8126;--line:rgba(11,12,13,.15);--muted:#66645f;position:fixed;inset:0;z-index:2147483000;width:100vw;height:100svh;margin:0!important;padding:0!important;background:var(--paper);color:var(--ink);font-family:"Manrope",sans-serif;line-height:1.4;overflow:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}
#olh-app *{box-sizing:border-box}
#olh-app button,#olh-app a{font:inherit;color:inherit}
#olh-app button{cursor:pointer}
.olh-site{height:100svh;overflow:hidden;background-color:var(--paper);background-image:linear-gradient(rgba(20,20,18,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,18,.04) 1px,transparent 1px);background-size:48px 48px}
.olh-loader{position:fixed;inset:0;z-index:1000;background:#080909;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px}
.olh-loader>span{font-size:10px;letter-spacing:.35em;color:#d4d0c7;font-weight:800}
.olh-orbit{width:88px;height:88px;border:1px solid rgba(246,185,22,.28);border-radius:50%;display:grid;place-items:center;position:relative}
.olh-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold);top:-4px;left:39px;box-shadow:0 0 18px var(--gold);transform-origin:4px 48px;animation:olh-orbit 1.1s linear infinite}
.olh-orbit img{width:42px;filter:drop-shadow(0 0 12px rgba(246,185,22,.3))}
@keyframes olh-orbit{to{transform:rotate(360deg)}}
.olh-topbar{height:86px;background:#080909;color:white;display:flex;align-items:center;padding:0 4.3vw;position:relative;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}
.olh-brand{display:flex;align-items:center;gap:12px;background:none;border:0;padding:0;color:white!important;text-align:left;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:20px;letter-spacing:.055em;font-weight:800!important}
.olh-brand img{width:40px;height:40px;object-fit:contain}
.olh-brand b{color:var(--gold)}
.olh-brand span{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}
.olh-brand small{display:block;flex-basis:100%;font:500 7px "Manrope";letter-spacing:.18em;color:#8d8c87;text-transform:uppercase;margin-top:-2px}
.olh-nav{display:flex;align-self:stretch;margin-left:auto}
.olh-nav button{position:relative;border:0;border-bottom:3px solid transparent;background:transparent;color:#aaa9a5!important;padding:3px 24px 0;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:12px;font-weight:800!important;letter-spacing:-.015em;text-transform:none;transition:.25s}
.olh-nav button:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;width:1px;height:18px;background:rgba(251,191,36,.28);transform:translateY(-45%) rotate(7deg);pointer-events:none}
.olh-nav button:hover{color:white;background:rgba(255,255,255,.035)}
.olh-nav button.active{color:var(--gold);border-bottom-color:var(--gold)}
.olh-view-footer i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#55d48a;margin-right:9px;box-shadow:0 0 9px rgba(85,212,138,.6)}
.olh-stage{height:calc(100svh - 86px)}
.olh-view{height:100%;position:relative;animation:olh-view-in .6s cubic-bezier(.2,.8,.2,1) both}
@keyframes olh-view-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
#olh-app h1 em:after,#olh-app h2 em:after{opacity:0;transition:opacity .28s ease}
#olh-app .olh-content-ready h1 em:after,#olh-app .olh-content-ready h2 em:after{opacity:1}
.olh-hero-copy p,.olh-app-grid,.olh-feature-dark>p,.olh-gold-button,.olh-watermark,.olh-steps,.olh-about-lead>p,.olh-values,.olh-contact-mark,.olh-contact-copy>p,.olh-contact-copy>a,.olh-ethics{opacity:0;transform:translateY(10px);transition:opacity .58s ease,transform .58s cubic-bezier(.2,.8,.2,1)}
.olh-content-ready .olh-hero-copy p,.olh-content-ready .olh-app-grid,.olh-content-ready .olh-feature-dark>p,.olh-content-ready .olh-gold-button,.olh-content-ready .olh-watermark,.olh-content-ready .olh-steps,.olh-content-ready .olh-about-lead>p,.olh-content-ready .olh-values,.olh-content-ready .olh-contact-mark,.olh-content-ready .olh-contact-copy>p,.olh-content-ready .olh-contact-copy>a,.olh-content-ready .olh-ethics{opacity:1;transform:none}
.olh-content-ready .olh-app-grid,.olh-content-ready .olh-steps,.olh-content-ready .olh-values{transition-delay:.16s}
.olh-apps-view{display:grid;grid-template-rows:minmax(170px,36%) 1fr 46px;padding:clamp(25px,4vh,50px) 5vw 20px;gap:18px}
.olh-hero-copy{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.olh-eyebrow{font-size:9px;letter-spacing:.22em;font-weight:800;color:#756f62;display:flex;align-items:center;gap:11px}
.olh-eyebrow span{width:28px;height:28px;border:1px solid rgba(177,122,0,.36);border-radius:50%;display:grid;place-items:center;color:#9c6b00;letter-spacing:0}
#olh-app h1,#olh-app h2{font-family:"Manrope","Segoe UI",Arial,sans-serif!important;line-height:.94;letter-spacing:-.055em;margin:13px 0;font-weight:800!important;text-transform:none;color:var(--ink)!important}
#olh-app h1{font-size:clamp(52px,5.8vw,86px)}
#olh-app h1 em,#olh-app h2 em{font-style:normal!important;color:#ad7500!important;font-weight:800!important;position:relative;display:inline-block;z-index:0}
#olh-app h1 em:after,#olh-app h2 em:after{content:"";position:absolute;height:8px;background:rgba(246,185,22,.34);left:-1%;right:-2%;bottom:1px;z-index:-1;transform:rotate(-1.4deg) skewX(-18deg);transform-origin:left center;border-radius:2px}
.olh-hero-copy p{font-size:clamp(12px,1.1vw,16px);color:var(--muted);max-width:690px;margin:0;line-height:1.6}
.olh-app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;min-height:0;width:min(100%,1500px);justify-self:center;align-self:center;align-items:center}
.olh-app-card{border:1px solid var(--line);border-radius:14px;padding:clamp(17px,1.5vw,24px);text-align:left;text-decoration:none;display:flex;flex-direction:column;width:100%;aspect-ratio:1.06/1;max-height:350px;position:relative;overflow:hidden;isolation:isolate;box-shadow:0 14px 35px rgba(40,32,16,.08);transition:transform .25s,box-shadow .25s,background .25s;animation:olh-card-in .55s var(--delay) both}
.olh-app-card:before,.olh-app-card:after{content:"";position:absolute;pointer-events:none;z-index:-1;transition:transform .45s ease,opacity .3s ease}
.olh-app-card:before{inset:0;opacity:.23}
.olh-app-card:after{width:150px;height:150px;border:1px solid currentColor;border-radius:50%;opacity:.1;right:-52px;top:-55px}
.olh-app-card.gold:before{background:repeating-linear-gradient(135deg,transparent 0 18px,rgba(80,54,0,.18) 18px 19px)}
.olh-app-card.ink:before{background:radial-gradient(circle at 83% 22%,rgba(246,185,22,.38) 0 2px,transparent 3px),linear-gradient(115deg,transparent 55%,rgba(255,255,255,.07) 55% 56%,transparent 56%);background-size:24px 24px,100% 100%}
.olh-app-card.cream:before{background:linear-gradient(90deg,transparent 49%,rgba(120,91,35,.18) 50%,transparent 51%),linear-gradient(transparent 49%,rgba(120,91,35,.18) 50%,transparent 51%);background-size:34px 34px}
.olh-app-card.orange:before{background:repeating-radial-gradient(circle at 100% 0,transparent 0 20px,rgba(74,34,0,.18) 21px 22px)}
@keyframes olh-card-in{from{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:none}}
.olh-app-card:hover{transform:translateY(-7px);box-shadow:0 24px 45px rgba(40,32,16,.17)}
.olh-app-card:hover:before{opacity:.36;transform:scale(1.04)}
.olh-app-card:hover:after{transform:scale(1.12) rotate(12deg)}
.olh-app-card.gold{background:var(--gold)}.olh-app-card.ink{background:#101112;color:white!important}.olh-app-card.cream{background:#e8e1d5}.olh-app-card.orange{background:var(--orange)}
.olh-app-card.ink .olh-card-no,.olh-app-card.ink .olh-card-name,.olh-app-card.ink strong,.olh-app-card.ink .olh-open{color:white!important}
.olh-card-no{font-size:8px;font-weight:800;letter-spacing:.15em;opacity:.6}
.olh-app-icon{width:clamp(47px,4.3vw,66px);height:clamp(47px,4.3vw,66px);border-radius:16px;background:rgba(255,255,255,.58);display:grid;place-items:center;font:800 clamp(20px,2vw,29px) "Manrope","Segoe UI",Arial,sans-serif;margin:auto 0 12px;transition:transform .3s}
.olh-app-card.link .olh-app-icon{color:#111!important;font-size:clamp(13px,1.25vw,18px);letter-spacing:-.055em}
.olh-app-card.ink .olh-app-icon{background:var(--gold);color:#111}.olh-app-card:hover .olh-app-icon{transform:rotate(-5deg) scale(1.06)}
.olh-card-name{font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;opacity:.62}
.olh-app-card strong{font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:clamp(19px,1.65vw,27px);font-weight:800!important;line-height:1.05;display:block;margin:8px 0 14px;max-width:280px}
.olh-open{border-top:1px solid currentColor;padding-top:12px;font-size:8px;font-weight:800;letter-spacing:.13em;display:flex;opacity:.75}
.olh-view-footer{display:flex;align-items:center;border-top:1px solid var(--line);font-size:8px;font-weight:800;letter-spacing:.14em;color:#777269}
.olh-view-footer button{margin-left:auto;border:0;background:none;font-size:8px;font-weight:800;letter-spacing:.14em}.olh-view-footer button b{color:#a96f00;font-size:15px;margin-left:10px}
.olh-split-view{display:grid;grid-template-columns:1.15fr .85fr;padding:4vh 5vw;gap:18px}
.olh-feature-dark{background:#101112;color:white;border-radius:18px;padding:clamp(30px,5vw,75px);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}
.olh-eyebrow.light{color:#b9b5aa}.olh-eyebrow.light span{color:var(--gold);border-color:rgba(246,185,22,.4)}
.olh-feature-dark h2,.olh-about-lead h2,.olh-contact-copy h2{font-size:clamp(48px,5.3vw,82px);max-width:800px}
#olh-app .olh-feature-dark h2{color:#fff!important}
#olh-app .olh-feature-dark h2 em{color:var(--gold)!important}
.olh-feature-dark>p{font-size:14px;line-height:1.75;color:#aaa9a4;max-width:590px}
.olh-gold-button{margin-top:22px;align-self:flex-start;background:var(--gold);color:#0b0c0d!important;border:0;border-radius:8px;padding:13px 16px;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:9px;font-weight:800!important;letter-spacing:.015em;text-transform:lowercase;display:flex;transition:.25s}
.olh-gold-button:hover{background:#ffd45c;transform:translateY(-2px)}
.olh-watermark{position:absolute;width:250px;aspect-ratio:1;right:-45px;bottom:-50px;opacity:.055;transform:rotate(-12deg);border-radius:50%;object-fit:cover}
.olh-steps{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}
.olh-steps>div{background-color:rgba(255,255,255,.64);background-repeat:no-repeat;border:1px solid var(--line);border-radius:15px;padding:clamp(22px,3vw,45px);display:grid;grid-template-columns:55px 1fr;align-content:center;position:relative;overflow:hidden;transition:.3s}
.olh-steps>div:nth-child(1){background-image:radial-gradient(circle at 88% 18%,rgba(246,185,22,.2) 0 3px,transparent 4px);background-size:24px 24px}
.olh-steps>div:nth-child(2){background-image:linear-gradient(135deg,transparent 72%,rgba(246,185,22,.11) 72% 73%,transparent 73%),linear-gradient(45deg,transparent 82%,rgba(11,12,13,.045) 82% 83%,transparent 83%)}
.olh-steps>div:nth-child(3){background-image:repeating-radial-gradient(circle at 100% 0,transparent 0 25px,rgba(223,129,38,.12) 26px 27px)}
.olh-steps>div:hover{background:var(--gold);transform:translateX(-7px)}
.olh-steps span{grid-row:1/3;font:800 30px "Manrope","Segoe UI",Arial,sans-serif;color:#aa7500}.olh-steps strong{font:800 28px "Manrope","Segoe UI",Arial,sans-serif}.olh-steps p{font-size:11px;line-height:1.6;color:#66615a;margin:7px 0 0}
.olh-about-view{display:grid;grid-template-columns:1.05fr .95fr;padding:6vh 6vw;gap:6vw;align-items:center}
.olh-about-lead h2,.olh-contact-copy h2{color:#171715!important}.olh-about-lead h2 em,.olh-contact-copy h2 em{color:#7f5600!important}.olh-about-lead>p,.olh-contact-copy>p{font-size:14px;line-height:1.8;color:#625f58;max-width:640px}
.olh-values{display:grid;gap:12px}.olh-values article{background:#101112;color:white;border-radius:15px;padding:clamp(22px,3vh,34px);display:grid;grid-template-columns:50px 1fr;transition:.3s}
.olh-values article:hover{background:var(--gold);color:#111;transform:translateX(-8px)}
.olh-values b{grid-row:1/3;font:800 27px "Manrope","Segoe UI",Arial,sans-serif;color:var(--gold)}.olh-values article:hover b{color:#111}.olh-values span{font:800 25px "Manrope","Segoe UI",Arial,sans-serif}.olh-values p{font-size:11px;color:#999;margin:7px 0 0}.olh-values article:hover p{color:#493900}
.olh-contact-view{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;padding:5vh 8vw;gap:8vw;background:radial-gradient(circle at 20% 50%,rgba(246,185,22,.2),transparent 30%)}
.olh-contact-mark{aspect-ratio:1;border:1px solid rgba(165,112,0,.26);border-radius:50%;display:grid;place-items:center;position:relative;max-height:62vh}
.olh-contact-mark:before,.olh-contact-mark:after{content:"";position:absolute;inset:9%;border:1px solid rgba(165,112,0,.17);border-radius:50%}.olh-contact-mark:after{inset:23%}
.olh-contact-mark img{width:34%;aspect-ratio:1;border-radius:50%;object-fit:cover;transform:translateY(-20%);box-shadow:0 0 0 1px rgba(246,185,22,.3),0 14px 35px rgba(11,12,13,.18)}.olh-contact-mark span{position:absolute;bottom:21%;text-align:center;font-size:8px;line-height:1.5;font-weight:800;letter-spacing:.18em}
.olh-contact-copy a{margin-top:22px;display:inline-flex;align-items:center;background:var(--gold);padding:13px 16px;max-width:420px;border-radius:8px;text-decoration:none;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:9px;font-weight:800!important;letter-spacing:.015em;text-transform:lowercase;transition:.25s}
.olh-contact-copy a:hover{background:#ffd45a;transform:translateY(-3px)}
.olh-ethics{position:absolute;left:0;right:0;bottom:0;min-height:31px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;text-align:center;padding:7px 12px 0;font-size:7px;font-weight:800;letter-spacing:.13em;color:#6f6b62;text-transform:uppercase}
.olh-ethics i{display:inline-block;flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:#55d48a;margin-right:9px;box-shadow:0 0 9px rgba(85,212,138,.55)}
.olh-split-view>.olh-ethics{grid-column:1/-1}

@media(max-width:800px){
 .olh-topbar{height:104px;padding:10px 16px 0;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:45px 49px}.olh-brand{grid-column:2;grid-row:1;justify-self:center;font-size:15px;min-width:0;gap:9px;white-space:nowrap}.olh-brand img{width:32px;height:32px}.olh-brand small{font-size:6px}.olh-nav{grid-column:1/4;grid-row:2;width:100%;min-width:0;display:grid;grid-template-columns:.8fr 1.55fr .85fr .9fr;overflow:hidden;margin:0;align-self:stretch}.olh-nav button{min-width:0;white-space:nowrap;padding:0 5px;font-size:clamp(8px,2.45vw,10px);letter-spacing:-.025em}.olh-nav button:not(:last-child)::after{height:14px;background:rgba(251,191,36,.22)}.olh-nav button.active{color:var(--gold)!important}.olh-stage{height:calc(100svh - 104px)}
 .olh-apps-view{grid-template-rows:minmax(126px,31%) 1fr 28px;padding:12px 14px 7px;gap:8px}.olh-eyebrow{font-size:6.5px}.olh-eyebrow span{width:22px;height:22px}#olh-app h1{font-size:clamp(34px,10.7vw,45px);line-height:.95;letter-spacing:-.06em;margin:7px 0}#olh-app h1 em:after,#olh-app h2 em:after{height:5px;bottom:0}.olh-hero-copy p{font-size:9px;line-height:1.45;max-width:94%}
 .olh-app-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:8px}.olh-app-card{min-width:0;height:100%;border-radius:11px;padding:11px;aspect-ratio:auto;max-height:none;box-shadow:0 8px 18px rgba(40,32,16,.08)}.olh-app-card:hover{transform:none}.olh-app-icon{width:34px;height:34px;min-width:34px;overflow:hidden;border-radius:9px;font-size:15px;line-height:1;margin:auto 0 6px;letter-spacing:-.08em}.olh-app-card.link .olh-app-icon{font-size:10px;letter-spacing:-.06em}.olh-card-no,.olh-card-name{font-size:5.5px}.olh-app-card strong{font-size:clamp(12px,3.55vw,15px);line-height:1.08;margin:5px 0 6px;overflow-wrap:normal;word-break:normal;hyphens:none}.olh-open{font-size:5.5px;padding-top:6px}.olh-view-footer{font-size:6px}.olh-view-footer button{font-size:6px}
 .olh-split-view{grid-template-columns:1fr;grid-template-rows:minmax(0,1.2fr) minmax(0,.8fr);padding:9px;gap:7px}.olh-feature-dark{min-height:0;border-radius:12px;padding:19px 20px 31px}.olh-feature-dark h2,.olh-about-lead h2,.olh-contact-copy h2{font-size:clamp(31px,8.9vw,39px);line-height:.96;letter-spacing:-.055em;margin:8px 0;overflow-wrap:normal;word-break:normal;hyphens:none}.olh-feature-dark>p{font-size:9px;line-height:1.5}.olh-gold-button{width:auto;max-width:100%;margin-top:9px;padding:9px 11px;font-size:7px;line-height:1.2;letter-spacing:.01em;white-space:nowrap}.olh-watermark{width:110px}.olh-steps{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;gap:6px;min-height:0}.olh-steps>div{min-width:0;display:block;padding:10px;border-radius:10px}.olh-steps span{display:block;font-size:15px}.olh-steps strong{font-size:clamp(11px,3vw,14px);line-height:1.08;display:block;margin:4px 0;overflow-wrap:normal;word-break:normal;hyphens:none}.olh-steps p{font-size:6.5px;line-height:1.35;overflow-wrap:normal;word-break:normal;hyphens:none}
 .olh-about-view{grid-template-columns:1fr;grid-template-rows:.9fr 1.1fr;padding:14px 16px 30px;gap:10px}.olh-about-lead>p,.olh-contact-copy>p{font-size:9px;line-height:1.5}.olh-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:0}.olh-values article{min-width:0;display:block;padding:10px;border-radius:10px}.olh-values b{font-size:15px;display:block}.olh-values span{font-size:clamp(11px,3.1vw,14px);line-height:1.15;display:block;margin:5px 0;overflow-wrap:normal;word-break:normal;hyphens:none}.olh-values p{font-size:6.5px;line-height:1.35;overflow-wrap:normal;word-break:normal;hyphens:none}
 .olh-contact-view{grid-template-columns:.7fr 1.3fr;padding:4vh 6vw 36px;gap:6vw}.olh-contact-mark{max-height:42vw}.olh-contact-mark span{font-size:5px}.olh-contact-copy a{padding:10px 12px;font-size:7px;margin-top:12px}.olh-ethics{min-height:27px;padding-top:5px;font-size:5px;letter-spacing:.08em}
}

/* 1.0.65: interactive Contact enquiry file */
#olh-app .olh-contact-story{display:block!important;height:auto!important;min-height:100%!important;padding:0!important;overflow:visible!important;background:radial-gradient(circle at 14% 9%,rgba(246,185,22,.14),transparent 20%),linear-gradient(rgba(20,20,18,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,18,.035) 1px,transparent 1px),var(--paper);background-size:auto,48px 48px,48px 48px,auto;color:var(--ink)}
.olh-contact-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.65fr);align-items:end;gap:7vw;max-width:1520px;margin:0 auto;padding:clamp(78px,8vw,125px) 7vw clamp(55px,6vw,90px)}.olh-contact-intro .olh-section-kicker{grid-column:1/-1}.olh-contact-intro h1{margin:16px 0 0!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(62px,7.5vw,116px)!important;line-height:.84!important;letter-spacing:-.07em!important}.olh-contact-intro h1 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-contact-intro>p{margin:0 0 8px;color:#57534c;font-size:clamp(16px,1.45vw,22px);line-height:1.65;letter-spacing:-.015em}
.olh-contact-file{max-width:1380px;margin:0 auto clamp(80px,8vw,125px);border:1px solid rgba(246,185,22,.45);border-radius:20px;background:#0b0c0d;color:#fff;box-shadow:0 32px 75px rgba(28,23,14,.18);overflow:hidden}.olh-contact-file-head{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:22px 28px;border-bottom:1px solid rgba(246,185,22,.22);background:#101111}.olh-contact-file-head>div{display:flex;align-items:center;gap:13px}.olh-contact-file-head img{width:25px;height:25px;object-fit:contain}.olh-contact-file-head span{display:block}.olh-contact-file-head small{display:block;color:#b88408;font-size:7px;font-weight:800;letter-spacing:.15em}.olh-contact-file-head b{display:block;margin-top:4px;color:#fff;font-size:15px}.olh-contact-file-head>i{border:1px solid rgba(246,185,22,.3);padding:8px 10px;color:#a6a39c;font-size:6px;font-weight:800;font-style:normal;letter-spacing:.12em}
.olh-contact-network{position:relative;min-height:330px;padding:36px 40px 86px;background:radial-gradient(circle at 50% 62%,rgba(246,185,22,.12),transparent 18%),linear-gradient(rgba(246,185,22,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(246,185,22,.045) 1px,transparent 1px);background-size:auto,34px 34px,34px 34px}.olh-contact-network>svg{position:absolute;inset:24px 5% 35px;width:90%;height:calc(100% - 59px)}.olh-contact-network path{fill:none;stroke:#b98500;stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 5px rgba(246,185,22,.25));animation:olh-contact-line .8s cubic-bezier(.65,0,.35,1) forwards}.olh-contact-network path:nth-child(2){animation-delay:.14s}.olh-contact-network path:nth-child(3){animation-delay:.28s}.olh-contact-network .olh-contact-output-line{animation-delay:.75s}.olh-contact-routes{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,4vw,70px)}.olh-contact-routes button{min-width:0;padding:20px 21px;border:1px solid #3e403d;border-radius:12px;background:rgba(14,16,16,.96);color:#fff;text-align:left;cursor:pointer;transition:border-color .25s ease,transform .25s ease,background .25s ease,box-shadow .25s ease}.olh-contact-routes button:hover,.olh-contact-routes button:focus-visible{transform:translateY(-4px);border-color:rgba(246,185,22,.65);outline:none}.olh-contact-routes button.is-selected{border-color:var(--gold);background:#171714;box-shadow:0 0 0 1px rgba(246,185,22,.15),0 0 30px rgba(246,185,22,.1)}.olh-contact-routes small{display:block;color:#b88408;font-size:7px;font-weight:800;letter-spacing:.15em}.olh-contact-routes b{display:block;margin:10px 0 8px;font-size:clamp(17px,1.55vw,23px);letter-spacing:-.035em}.olh-contact-routes span{display:block;color:#94918a;font-size:10px;line-height:1.5}.olh-contact-node{position:absolute;z-index:2;left:50%;bottom:25px;width:210px;padding:14px;transform:translateX(-50%);border:1px solid rgba(246,185,22,.7);border-radius:10px;background:#0b0d0d;text-align:center;box-shadow:0 0 35px rgba(246,185,22,.12)}.olh-contact-node small{display:block;color:#b88408;font-size:6px;font-weight:800;letter-spacing:.15em}.olh-contact-node b{display:block;margin-top:5px;font-size:14px}
.olh-contact-detail{display:grid;grid-template-columns:1.3fr .7fr;gap:clamp(30px,6vw,90px);min-height:270px;padding:clamp(34px,4vw,58px);border-top:1px solid rgba(246,185,22,.22);background:#111313;transition:opacity .18s ease,transform .18s ease}.olh-contact-detail.is-changing{opacity:.3;transform:translateY(4px)}.olh-contact-detail-kicker{color:#b88408;font-size:7px;font-weight:800;letter-spacing:.16em}.olh-contact-detail h2{max-width:760px;margin:12px 0 16px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(31px,3.5vw,52px)!important;line-height:.98!important;letter-spacing:-.05em!important}.olh-contact-detail>div>p{max-width:760px;color:#aaa69e;font-size:13px;line-height:1.7}.olh-contact-detail aside{align-self:center;padding:22px;border-left:2px solid rgba(246,185,22,.65);background:rgba(255,255,255,.025)}.olh-contact-detail aside p{margin:0;color:#aaa69e;font-size:10px;line-height:1.65}.olh-contact-detail aside p b{color:#fff}.olh-contact-detail aside a{display:inline-flex;margin-top:19px;padding:12px 15px;border-radius:8px;background:var(--gold);color:#111;text-decoration:none;font-size:8px;font-weight:800;text-transform:lowercase;transition:transform .25s ease,background .25s ease}.olh-contact-detail aside a:hover,.olh-contact-detail aside a:focus{transform:translateY(-2px);background:#ffd35a}
.olh-contact-next{display:grid;grid-template-columns:.65fr 1.35fr;align-items:start;gap:7vw;max-width:1380px;margin:0 auto;padding:0 7vw clamp(85px,9vw,140px)}.olh-contact-next small{color:#8b5e00;font-size:8px;font-weight:800;letter-spacing:.17em}.olh-contact-next h2{margin:15px 0 0!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(43px,4.5vw,68px)!important;line-height:.91!important;letter-spacing:-.06em!important}.olh-contact-next h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-contact-next ol{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;border-top:1px solid #bdb5a9}.olh-contact-next li{position:relative;min-height:190px;padding:24px 24px 20px 0;border-bottom:1px solid #bdb5a9}.olh-contact-next li+li{padding-left:24px;border-left:1px solid #bdb5a9}.olh-contact-next li span{color:#9a6900;font-size:8px;font-weight:800}.olh-contact-next li b{display:block;margin:35px 0 10px;font-size:23px;letter-spacing:-.035em}.olh-contact-next li p{margin:0;color:#6d685f;font-size:10px;line-height:1.6}
.olh-contact-intro>*{opacity:0;transform:translateY(18px);animation:olh-contact-rise .65s cubic-bezier(.22,1,.36,1) forwards}.olh-contact-intro h1{animation-delay:.08s}.olh-contact-intro>p{animation-delay:.17s}.olh-contact-file{opacity:0;transform:translateY(22px);animation:olh-contact-rise .75s .22s cubic-bezier(.22,1,.36,1) forwards}.olh-contact-next{opacity:0;transform:translateY(18px);animation:olh-contact-rise .7s .38s cubic-bezier(.22,1,.36,1) forwards}@keyframes olh-contact-line{to{stroke-dashoffset:0}}@keyframes olh-contact-rise{to{opacity:1;transform:none}}
@media(max-width:900px){.olh-contact-intro{grid-template-columns:1fr}.olh-contact-intro>p{max-width:650px;margin-top:25px}.olh-contact-file{margin-left:24px;margin-right:24px}.olh-contact-next{grid-template-columns:1fr}.olh-contact-next ol{margin-top:20px}}
@media(max-width:700px){.olh-contact-intro{padding:60px 18px 48px}.olh-contact-intro h1{font-size:clamp(52px,15vw,70px)!important}.olh-contact-intro>p{font-size:14px}.olh-contact-file{margin:0 10px 65px;border-radius:15px}.olh-contact-file-head{align-items:flex-start;padding:18px}.olh-contact-file-head>i{display:none}.olh-contact-network{min-height:0;padding:26px 16px}.olh-contact-network>svg,.olh-contact-node{display:none}.olh-contact-routes{grid-template-columns:1fr;gap:9px}.olh-contact-routes button{padding:17px}.olh-contact-routes b{font-size:19px}.olh-contact-detail{grid-template-columns:1fr;min-height:0;padding:28px 20px;gap:22px}.olh-contact-detail h2{font-size:34px!important}.olh-contact-detail>div>p{font-size:12px}.olh-contact-detail aside{padding:18px}.olh-contact-detail aside p{font-size:10px}.olh-contact-detail aside a{padding:13px 14px;font-size:9px}.olh-contact-next{display:block;padding:0 18px 75px}.olh-contact-next h2{font-size:43px!important}.olh-contact-next ol{grid-template-columns:1fr;margin-top:38px}.olh-contact-next li{min-height:0;padding:20px 0}.olh-contact-next li+li{padding-left:0;border-left:0}.olh-contact-next li b{margin:13px 0 7px}.olh-contact-next li p{font-size:11px}}
@media(prefers-reduced-motion:reduce){.olh-contact-intro>*,.olh-contact-file,.olh-contact-next{opacity:1!important;transform:none!important;animation:none!important}.olh-contact-network path{stroke-dashoffset:0!important;animation:none!important}}

/* 1.0.66: lighter enquiry choices and corrected closing copy */
#olh-app .olh-contact-file{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
#olh-app .olh-contact-network{min-height:0!important;padding:clamp(28px,3.5vw,48px)!important;border:1px solid #cfc7ba!important;border-bottom:0!important;border-radius:18px 18px 0 0!important;background:rgba(248,245,238,.92)!important;color:#171715!important}
.olh-contact-choice-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:27px;padding-bottom:19px;border-bottom:1px solid #d5cec2}.olh-contact-choice-intro small{color:#8b5e00;font-size:8px;font-weight:800;letter-spacing:.16em}.olh-contact-choice-intro p{max-width:470px;margin:0;color:#706b63;font-size:11px;line-height:1.55;text-align:right}
#olh-app .olh-contact-routes{gap:14px!important}
#olh-app .olh-contact-routes button{min-height:160px;padding:23px!important;border:1px solid #cfc7ba!important;border-radius:13px!important;background:#fff!important;color:#171715!important;box-shadow:0 10px 25px rgba(34,28,17,.045)!important}
#olh-app .olh-contact-routes button:hover,#olh-app .olh-contact-routes button:focus-visible{border-color:#b47c00!important;background:#fffdf7!important;box-shadow:0 14px 30px rgba(82,59,10,.09)!important}
#olh-app .olh-contact-routes button.is-selected{border-color:#a87300!important;background:#fff8e4!important;box-shadow:inset 0 -4px 0 var(--gold),0 14px 30px rgba(82,59,10,.1)!important}
#olh-app .olh-contact-routes small{color:#986800!important}
#olh-app .olh-contact-routes b{color:#171715!important}
#olh-app .olh-contact-routes span{color:#6e6961!important;font-size:11px!important}
#olh-app .olh-contact-detail{border-top:0!important;border-radius:0 0 18px 18px!important;background:#111313!important;box-shadow:0 28px 65px rgba(28,23,14,.15)}
#olh-app .olh-contact-next{grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)!important;gap:clamp(48px,7vw,100px)!important}
#olh-app .olh-contact-next h2{max-width:520px!important;font-size:clamp(40px,3.6vw,57px)!important;line-height:.94!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
#olh-app .olh-contact-next h2 em{display:inline-block!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
#olh-app .olh-contact-next ol{min-width:0!important}
@media(max-width:900px){#olh-app .olh-contact-next{grid-template-columns:1fr!important}.olh-contact-choice-intro{align-items:start;flex-direction:column;gap:9px}.olh-contact-choice-intro p{text-align:left}}
@media(max-width:700px){#olh-app .olh-contact-file{margin-left:10px!important;margin-right:10px!important}.olh-contact-choice-intro{margin-bottom:18px;padding-bottom:16px}#olh-app .olh-contact-network{padding:20px 16px!important;border-radius:15px 15px 0 0!important}#olh-app .olh-contact-routes button{min-height:0;padding:18px!important}#olh-app .olh-contact-detail{border-radius:0 0 15px 15px!important}#olh-app .olh-contact-next h2{max-width:100%!important;font-size:41px!important}}

/* 1.0.60: interactive Northbridge synthetic Exposure File */
.olh-exposure-dossier-view{min-height:calc(100svh - 178px);background:var(--paper);color:var(--ink);overflow:hidden}
.olh-dossier-gate{min-height:calc(100svh - 178px);display:grid;place-items:center;position:relative;padding:clamp(28px,5vw,70px);perspective:1400px;background:radial-gradient(circle at 50% 42%,rgba(246,185,22,.11),transparent 32%),linear-gradient(rgba(20,20,18,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,18,.035) 1px,transparent 1px),var(--paper);background-size:auto,42px 42px,42px 42px,auto}
.olh-dossier-gate[hidden]{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important}
.olh-dossier-shadow{position:absolute;width:min(680px,76vw);height:80px;bottom:10%;border-radius:50%;background:rgba(0,0,0,.2);filter:blur(28px);transform:scaleX(.88);transition:opacity .45s ease,transform .65s ease}
.olh-dossier-cover{position:relative;width:min(680px,88vw);min-height:430px;padding:clamp(32px,5vw,62px);border:1px solid rgba(246,185,22,.45);border-radius:3px 15px 15px 3px;background:linear-gradient(115deg,rgba(255,255,255,.045),transparent 24%),#0b0c0d;color:#fff;box-shadow:-14px 18px 0 #d6cdbb,0 35px 90px rgba(22,18,10,.3);transform-origin:left center;transition:transform .68s cubic-bezier(.65,0,.35,1),opacity .45s .2s ease;overflow:visible}
.olh-dossier-cover:before{content:"";position:absolute;left:18px;top:0;bottom:0;width:1px;background:rgba(246,185,22,.2);box-shadow:5px 0 rgba(255,255,255,.035)}
.olh-dossier-tab{position:absolute;left:36px;top:-31px;padding:10px 22px 9px;border:1px solid rgba(246,185,22,.4);border-bottom:0;border-radius:8px 8px 0 0;background:#0b0c0d;color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.18em}
.olh-dossier-mark{display:flex;align-items:center;gap:5px;font-size:18px;font-weight:800;letter-spacing:-.045em}.olh-dossier-mark img{width:42px;height:42px;object-fit:contain}.olh-dossier-mark b{color:var(--gold)}
.olh-dossier-class{position:absolute;right:34px;top:38px;border:1px solid rgba(246,185,22,.5);padding:7px 10px;color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.13em;transform:rotate(1.5deg)}
.olh-dossier-rule{height:1px;margin:28px 0;background:linear-gradient(90deg,var(--gold),rgba(246,185,22,.08))}.olh-dossier-cover>small{color:#a9a69e;font-size:8px;font-weight:800;letter-spacing:.18em}.olh-dossier-cover h1{margin:13px 0 34px!important;color:#fff!important;font-size:clamp(54px,7vw,88px)!important;line-height:.83!important;letter-spacing:-.065em!important}.olh-dossier-cover h1 em{color:var(--gold)!important;font-style:normal}
.olh-dossier-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15)}.olh-dossier-meta span{color:#777973;font-size:6px;font-weight:800;letter-spacing:.12em}.olh-dossier-meta b{display:block;margin-top:5px;color:#fff;font-size:9px;letter-spacing:.03em}
#olh-app .olh-open-dossier{margin-top:34px;border:1px solid var(--gold)!important;border-radius:7px;background:var(--gold)!important;color:#111!important;padding:14px 19px;font-family:"Manrope",sans-serif!important;font-size:10px;font-weight:800!important;text-transform:lowercase;box-shadow:none!important;transition:background .2s ease,transform .2s ease}#olh-app .olh-open-dossier:hover{background:#ffd45c!important;transform:translateY(-2px)}
.olh-dossier-gate.is-opening .olh-dossier-cover{transform:rotateY(-72deg) translateX(-4%);opacity:0}.olh-dossier-gate.is-opening .olh-dossier-shadow{opacity:0;transform:scaleX(.65)}
.olh-casefile-content{min-height:calc(100svh - 178px);padding:28px clamp(24px,4vw,64px) 24px;display:grid;grid-template-rows:auto minmax(430px,1fr) auto;gap:18px;background:var(--paper);opacity:0}.olh-casefile-content[hidden]{display:none}.olh-casefile-content.is-open{opacity:1}
.olh-casefile-content .olh-map-head{grid-template-columns:minmax(430px,1fr) auto minmax(360px,.9fr);gap:28px}.olh-casefile-content .olh-map-head h2{font-size:clamp(38px,4vw,62px)!important}.olh-casefile-content .olh-map-head h2 em{color:#8b5e00!important}.olh-casefile-content .olh-map-head>div>p{font-size:12px}
.olh-case-summary{display:grid;grid-template-columns:repeat(3,auto);align-items:end;gap:13px;padding:12px 18px;border:1px solid var(--line);border-radius:12px;background:#fff}.olh-case-summary span{color:#6a665e;font-size:6px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.olh-case-summary b{display:block;color:#171715;font-size:22px;letter-spacing:-.04em}.olh-case-summary strong{grid-column:1/-1;color:#986800;font-size:8px;text-transform:uppercase;letter-spacing:.12em}
.olh-casefile-content .olh-map-controls .olh-audiences{justify-content:flex-end}.olh-casefile-content .olh-map-controls .olh-audience-copy{font-size:9px}
#olh-app .olh-casefile-content .olh-evidence-node{appearance:none;text-align:left;color:#fff!important;font-family:"Manrope",sans-serif!important;cursor:pointer;overflow:hidden}#olh-app .olh-casefile-content .olh-evidence-node:hover,#olh-app .olh-casefile-content .olh-evidence-node:focus-visible,#olh-app .olh-casefile-content .olh-evidence-node.is-selected{border-color:var(--gold);background:#1d1d18!important;box-shadow:0 0 0 1px rgba(246,185,22,.2),0 0 28px rgba(246,185,22,.16);transform:translateY(-2px)}
.olh-evidence-node>img{position:absolute;right:8px;top:8px;width:46px;height:46px;border-radius:6px;object-fit:cover;filter:saturate(.65) contrast(1.08);opacity:.6}.olh-evidence-node:has(>img){padding-right:62px!important}
.olh-evidence-drawer{position:absolute;z-index:8;top:18px;right:18px;bottom:18px;width:min(420px,calc(100% - 36px));padding:30px;border:1px solid rgba(246,185,22,.5);border-radius:14px;background:rgba(15,16,16,.97);color:#fff;box-shadow:-20px 0 65px rgba(0,0,0,.45);overflow:auto;opacity:0;transform:translateX(22px);transition:opacity .22s ease,transform .22s ease}.olh-evidence-drawer[hidden]{display:none}.olh-evidence-drawer.is-open{opacity:1;transform:none}.olh-drawer-close{position:absolute;right:15px;top:12px;border:0!important;background:transparent!important;color:#fff!important;font:300 30px/1 Arial!important}.olh-drawer-kicker{display:block;padding-right:30px;color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.olh-evidence-drawer h3{margin:12px 0 24px!important;color:#fff!important;font-size:30px!important;letter-spacing:-.04em!important}.olh-evidence-drawer dl{margin:0}.olh-evidence-drawer dl div{padding:16px 0;border-top:1px solid rgba(255,255,255,.12)}.olh-evidence-drawer dt{color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.olh-evidence-drawer dd{margin:6px 0 0;color:#c8c5bd;font-size:11px;line-height:1.55}.olh-drawer-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.olh-drawer-meta span{border:1px solid rgba(246,185,22,.38);border-radius:99px;padding:7px 9px;color:#e5dfd1;font-size:7px;font-weight:800}
@media(max-width:1100px){.olh-casefile-content .olh-map-head{grid-template-columns:1fr 1fr}.olh-case-summary{grid-row:2;grid-column:1/-1}.olh-casefile-content .olh-map-controls{grid-column:2;grid-row:1}.olh-casefile-content{grid-template-rows:auto minmax(520px,1fr) auto}}
@media(max-width:800px){.olh-exposure-dossier-view,.olh-dossier-gate{min-height:calc(100svh - 282px)}.olh-dossier-gate{padding:54px 18px}.olh-dossier-cover{min-height:500px;padding:32px 26px}.olh-dossier-class{position:static;display:inline-block;margin-top:22px}.olh-dossier-cover h1{font-size:52px!important}.olh-dossier-meta{grid-template-columns:1fr;gap:12px}.olh-casefile-content{padding:25px 16px;grid-template-rows:auto 680px auto}.olh-casefile-content .olh-map-head{grid-template-columns:1fr;gap:18px}.olh-case-summary,.olh-casefile-content .olh-map-controls{grid-column:auto;grid-row:auto}.olh-casefile-content .olh-map-controls .olh-audiences{justify-content:flex-start}.olh-casefile-content .olh-map-controls .olh-audience-copy{text-align:left;font-size:10px}.olh-case-summary{grid-template-columns:repeat(3,1fr)}.olh-evidence-node>img{width:40px;height:40px}.olh-evidence-node:has(>img){padding-right:54px!important}.olh-evidence-drawer{inset:12px;width:auto;padding:26px 22px}.olh-evidence-drawer h3{font-size:26px!important}}
@media(prefers-reduced-motion:reduce){.olh-dossier-cover,.olh-dossier-shadow,.olh-casefile-content,.olh-evidence-drawer{transition:none!important}}

/* 1.0.61: paged file-reading experience */
#olh-app .olh-dossier-cover h1{display:block!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;text-shadow:none!important}
#olh-app .olh-dossier-cover h1 em{color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important}
.olh-exposure-dossier-view.is-reading{height:calc(100svh - 178px);min-height:0;overflow:hidden}
.olh-casefile-content{height:calc(100svh - 178px);min-height:0;padding:0;grid-template-rows:66px minmax(0,1fr) 58px;gap:0;overflow:hidden;transition:opacity .35s ease}
.olh-file-toolbar{position:relative;z-index:10;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:0 clamp(20px,3vw,46px);border-bottom:1px solid var(--line);background:rgba(245,241,233,.96);backdrop-filter:blur(12px)}
.olh-file-identity{display:flex;align-items:center;gap:11px}.olh-file-ref{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:30px;padding:0 10px;border:1px solid #b98508;border-radius:5px;color:#7d5700;font-size:8px;font-weight:800;letter-spacing:.08em;white-space:nowrap}.olh-file-identity>div{display:flex;flex-direction:column}.olh-file-identity small{color:#8b5e00;font-size:6px;font-weight:800;letter-spacing:.14em}.olh-file-identity b{color:#171715;font-size:13px;letter-spacing:-.02em}
.olh-file-tabs{justify-self:end;display:flex;align-self:stretch}.olh-file-tabs button{position:relative;border:0!important;background:transparent!important;color:#6b675f!important;padding:0 14px;font-size:8px;font-weight:800!important}.olh-file-tabs button:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .2s ease}.olh-file-tabs button.active{color:#171715!important}.olh-file-tabs button.active:after{transform:scaleX(1)}
.olh-file-pages{position:relative;min-height:0;overflow:hidden;perspective:1600px;background:var(--paper)}
.olh-file-page{position:absolute;inset:0;min-height:0;padding:clamp(20px,2.4vw,38px) clamp(24px,4vw,64px);overflow:hidden;opacity:0;transform:rotateY(5deg) translateX(3%);transform-origin:left center;transition:opacity .28s ease,transform .38s cubic-bezier(.22,1,.36,1)}.olh-file-page[hidden]{display:none}.olh-file-page.from-left{transform-origin:right center;transform:rotateY(-5deg) translateX(-3%)}.olh-file-page.is-current{opacity:1;transform:none}.olh-file-page.is-leaving{opacity:0;transform:rotateY(-4deg) translateX(-2%)}
.olh-file-navigation{position:relative;z-index:10;display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:18px;padding:0 clamp(20px,3vw,46px);border-top:1px solid var(--line);background:#fff}.olh-page-count{font-size:8px;font-weight:800;color:#777269}.olh-page-count b{color:#8b5e00;font-size:13px}.olh-file-progress{display:flex;gap:6px}.olh-file-progress i{height:3px;flex:1;max-width:70px;background:#d4cec1;transition:background .2s ease}.olh-file-progress i.active{background:var(--gold)}.olh-file-navigation>div:last-child{display:flex;gap:8px}.olh-file-navigation button{border:1px solid #bdb6aa!important;border-radius:6px;background:transparent!important;color:#171715!important;padding:9px 12px;font-size:8px;font-weight:800!important}.olh-file-navigation button:last-child{border-color:var(--gold)!important;background:var(--gold)!important}.olh-file-navigation button:disabled{opacity:.32;cursor:not-allowed}
.olh-file-overview{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(28px,5vw,76px);align-items:center}.olh-overview-image{position:relative;height:100%;max-height:600px;min-height:360px;overflow:hidden;border-radius:16px;background:#111}.olh-overview-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05)}.olh-overview-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,9,.65),transparent 55%)}.olh-overview-image>span{position:absolute;z-index:1;left:20px;bottom:18px;border:1px solid rgba(246,185,22,.65);padding:7px 9px;color:#fff;font-size:7px;font-weight:800;letter-spacing:.13em}.olh-page-kicker{color:#8b5e00;font-size:7px;font-weight:800;letter-spacing:.16em}.olh-overview-copy h2{margin:10px 0 16px!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(48px,5.2vw,78px)!important;line-height:.88!important;letter-spacing:-.06em!important}.olh-overview-copy h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-overview-copy>p{max-width:670px;color:#5e5a52;font-size:13px;line-height:1.65}.olh-overview-copy .olh-case-summary{margin:22px 0}.olh-scope-note{display:grid;grid-template-columns:auto 1fr;gap:7px 14px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:9px}.olh-scope-note b{color:#8b5e00}.olh-scope-note span{color:#5f5b53}.olh-overview-copy .olh-map-controls{margin-top:16px}.olh-overview-copy .olh-map-controls .olh-audiences{justify-content:flex-start}.olh-overview-copy .olh-map-controls .olh-audience-copy{margin-left:0;text-align:left}
.olh-file-map-page{display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px}.olh-page-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.olh-page-heading h2{margin:5px 0 0!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(31px,3.1vw,48px)!important;line-height:.9!important;letter-spacing:-.05em!important}.olh-page-heading h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-page-heading>p{max-width:470px;margin:0;color:#625e56;font-size:10px;line-height:1.55}.olh-file-map-page .olh-evidence-map{min-height:0;height:100%;margin:0}.olh-file-map-page .olh-map-canvas{max-width:1300px}
.olh-file-chains{display:grid;grid-template-rows:auto minmax(0,1fr);gap:22px}.olh-chain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;min-height:0}.olh-chain-grid article{display:flex;flex-direction:column;padding:clamp(22px,2.4vw,36px);border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 18px 40px rgba(30,25,15,.07)}.olh-chain-grid small{color:#8b5e00;font-size:7px;font-weight:800;letter-spacing:.12em}.olh-chain-grid h3{margin:18px 0 10px;color:#171715;font-size:clamp(22px,2.2vw,34px);letter-spacing:-.04em}.olh-chain-grid p{color:#625e56;font-size:11px;line-height:1.6}.olh-chain-grid article>div{display:flex;flex-direction:column;gap:7px;margin-top:auto;padding-top:20px}.olh-chain-grid span,.olh-chain-grid b{border:1px solid #d6cfc2;border-radius:6px;padding:9px 11px;font-size:8px}.olh-chain-grid b{border-color:var(--gold);background:#fff8df;color:#6d4a00}.olh-chain-grid i{width:1px;height:10px;margin-left:16px;background:var(--gold)}
.olh-file-actions{display:grid;grid-template-columns:minmax(0,.85fr) minmax(500px,1.15fr);gap:clamp(35px,6vw,90px);align-items:center}.olh-action-copy h2{margin:10px 0 20px!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(43px,5vw,74px)!important;line-height:.88!important;letter-spacing:-.06em!important}.olh-action-copy h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-action-copy p{color:#625e56;font-size:13px;line-height:1.7}.olh-action-copy .olh-gold-button{margin-top:20px}.olh-action-list{display:grid;gap:12px}.olh-action-list article{display:grid;grid-template-columns:62px 1fr;gap:16px;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff}.olh-action-list>article>span{color:#b17a00;font-size:24px;font-weight:800}.olh-action-list small{color:#8b5e00;font-size:6px;font-weight:800;letter-spacing:.12em}.olh-action-list h3{margin:5px 0;color:#171715;font-size:20px;letter-spacing:-.025em}.olh-action-list p{margin:0;color:#67625a;font-size:10px;line-height:1.5}
@media(max-width:1000px){.olh-file-tabs button{padding:0 8px;font-size:7px}.olh-file-overview{grid-template-columns:.9fr 1.1fr;gap:28px}.olh-file-actions{grid-template-columns:.8fr 1.2fr;gap:28px}.olh-chain-grid{gap:10px}.olh-chain-grid article{padding:20px}}
@media(max-width:800px){.olh-exposure-dossier-view.is-reading,.olh-casefile-content{height:calc(100svh - 282px)}.olh-casefile-content{grid-template-rows:58px minmax(0,1fr) 54px}.olh-file-toolbar{padding:0 12px;gap:8px}.olh-file-identity>div{display:none}.olh-file-ref{min-width:74px}.olh-file-tabs{overflow-x:auto}.olh-file-tabs button{white-space:nowrap;padding:0 8px}.olh-file-page{padding:16px}.olh-file-navigation{grid-template-columns:54px 1fr auto;padding:0 12px;gap:8px}.olh-file-navigation button{padding:8px;font-size:6px}.olh-file-overview{grid-template-columns:1fr 1fr;gap:14px}.olh-overview-image{min-height:0;height:100%}.olh-overview-copy h2{font-size:32px!important}.olh-overview-copy>p{font-size:9px}.olh-overview-copy .olh-case-summary{margin:9px 0;padding:8px}.olh-case-summary b{font-size:15px}.olh-case-summary span{font-size:5px}.olh-scope-note{font-size:7px;padding:8px 0}.olh-overview-copy .olh-map-controls{margin-top:7px}.olh-overview-copy .olh-map-controls .olh-audiences{gap:4px}.olh-overview-copy .olh-map-controls .olh-audiences button{padding:6px;font-size:6px}.olh-overview-copy .olh-map-controls .olh-audience-copy{display:none}.olh-page-heading h2{font-size:28px!important}.olh-page-heading>p{display:none}.olh-file-map-page{gap:8px}.olh-file-map-page .olh-evidence-map{min-height:0}.olh-chain-grid{grid-template-columns:repeat(3,1fr);gap:6px}.olh-chain-grid article{padding:12px}.olh-chain-grid h3{font-size:14px;margin:8px 0}.olh-chain-grid p{font-size:7px}.olh-chain-grid span,.olh-chain-grid b{padding:6px;font-size:6px}.olh-file-actions{grid-template-columns:.8fr 1.2fr;gap:14px}.olh-action-copy h2{font-size:30px!important}.olh-action-copy p{font-size:8px}.olh-action-list{gap:6px}.olh-action-list article{grid-template-columns:30px 1fr;padding:9px;gap:8px}.olh-action-list>article>span{font-size:14px}.olh-action-list h3{font-size:11px}.olh-action-list p{font-size:6px}}
@media(max-width:800px){.olh-file-map-page .olh-map-canvas .olh-evidence-node{min-height:58px;padding:8px!important}.olh-file-map-page .olh-map-canvas .olh-node-profile{top:8px}.olh-file-map-page .olh-map-canvas .olh-node-document{top:8px}.olh-file-map-page .olh-map-canvas .olh-node-domain{top:78px}.olh-file-map-page .olh-map-canvas .olh-node-history{top:78px}.olh-file-map-page .olh-map-canvas .olh-node-connected{top:190px}.olh-file-map-page .olh-map-canvas .olh-node-risk{top:275px}.olh-file-map-page .olh-map-canvas .olh-evidence-node small{font-size:5px}.olh-file-map-page .olh-map-canvas .olh-evidence-node b{font-size:10px}.olh-file-map-page .olh-map-canvas .olh-evidence-node span{display:none}.olh-file-map-page .olh-map-canvas .olh-evidence-node>img{width:28px;height:28px}.olh-file-map-page .olh-map-canvas .olh-map-method{display:none}}
@media(prefers-reduced-motion:reduce){.olh-file-page{transition:none!important}}

/* 1.0.63: expanded animated About story */
.olh-about-story{display:block!important;height:auto!important;min-height:100%!important;padding:0!important;overflow:visible!important;background:var(--paper);color:var(--ink)}
.olh-about-story>section{position:relative;padding:clamp(72px,8vw,125px) 7vw}
.olh-about-hero{min-height:clamp(620px,70vw,850px);display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(40px,7vw,110px);background:radial-gradient(circle at 15% 40%,rgba(246,185,22,.13),transparent 24%),linear-gradient(rgba(20,20,18,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,18,.04) 1px,transparent 1px),var(--paper);background-size:auto,48px 48px,48px 48px,auto}
.olh-about-hero h1{margin:15px 0 24px!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(65px,8vw,126px)!important;line-height:.84!important;letter-spacing:-.07em!important}.olh-about-hero h1 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-about-hero-copy>p{max-width:760px;color:#57534c;font-size:16px;line-height:1.75}.olh-about-principles{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.olh-about-principles span{border:1px solid #c9c1b4;border-radius:99px;padding:9px 12px;color:#57534c;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.olh-about-manifesto{position:relative;padding:clamp(35px,5vw,70px);border-radius:20px;background:#0c0d0d;color:#fff;box-shadow:0 30px 70px rgba(20,17,11,.18);overflow:hidden}.olh-about-manifesto:before{content:"“";position:absolute;right:24px;top:-35px;color:rgba(246,185,22,.12);font:800 190px/1 Georgia,serif}.olh-about-manifesto small{color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.18em}.olh-about-manifesto blockquote{position:relative;margin:28px 0 0;color:#f4f0e8;font-size:clamp(25px,3vw,42px);font-weight:750;line-height:1.2;letter-spacing:-.035em}
.olh-about-connect{display:grid;grid-template-columns:minmax(340px,.72fr) minmax(600px,1.28fr);align-items:center;gap:clamp(40px,7vw,110px);background:#0a0b0b;color:#fff}.olh-about-section-copy h2{margin:12px 0 22px!important;color:inherit!important;-webkit-text-fill-color:currentColor!important;font-size:clamp(50px,6vw,90px)!important;line-height:.87!important;letter-spacing:-.06em!important}.olh-about-section-copy h2 em{color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important;font-style:normal}.olh-about-section-copy p{max-width:660px;color:#b4b1aa;font-size:14px;line-height:1.75}
.olh-about-signal-map{position:relative;height:min(520px,42vw);min-height:390px;border:1px solid rgba(246,185,22,.25);border-radius:20px;background:radial-gradient(circle at center,rgba(246,185,22,.13),transparent 25%),linear-gradient(rgba(246,185,22,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(246,185,22,.045) 1px,transparent 1px),#101212;background-size:auto,34px 34px,34px 34px,auto;overflow:hidden}.olh-about-signal-map svg{position:absolute;inset:0;width:100%;height:100%}.olh-about-signal-map path{fill:none;stroke:var(--gold);stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 5px rgba(246,185,22,.3))}.olh-about-signal-map.is-active path{animation:olh-about-line 1s cubic-bezier(.65,0,.35,1) forwards}.olh-about-signal-map.is-active path:nth-child(2){animation-delay:.18s}.olh-about-signal-map.is-active path:nth-child(3){animation-delay:.36s}.olh-about-signal-map.is-active path:nth-child(4){animation-delay:.54s}
.olh-about-clue,.olh-about-profile{position:absolute;width:150px;padding:14px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(12,14,14,.94);color:#fff;opacity:0;transform:scale(.94);transition:opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1),border-color .3s ease}.olh-about-clue small,.olh-about-profile small{display:block;color:#b88408;font-size:6px;font-weight:800;letter-spacing:.13em}.olh-about-clue b,.olh-about-profile b{display:block;margin-top:5px;font-size:15px}.olh-about-clue.clue-one{left:4%;top:8%}.olh-about-clue.clue-two{left:4%;bottom:8%}.olh-about-clue.clue-three{right:4%;top:8%}.olh-about-clue.clue-four{right:4%;bottom:8%}.olh-about-profile{left:50%;top:50%;width:190px;transform:translate(-50%,-50%) scale(.92);border-color:rgba(246,185,22,.65);text-align:center}.olh-about-profile i{display:block;margin-top:6px;color:#97958f;font-size:7px;font-style:normal}.olh-about-signal-map.is-active .olh-about-clue{opacity:1;transform:none}.olh-about-signal-map.is-active .clue-one{transition-delay:.08s}.olh-about-signal-map.is-active .clue-two{transition-delay:.22s}.olh-about-signal-map.is-active .clue-three{transition-delay:.36s}.olh-about-signal-map.is-active .clue-four{transition-delay:.5s}.olh-about-signal-map.is-active .olh-about-profile{opacity:1;transform:translate(-50%,-50%);transition-delay:.95s;box-shadow:0 0 35px rgba(246,185,22,.13)}
.olh-about-method{background:#ece7dc}.olh-about-method .olh-about-section-copy{max-width:1050px}.olh-about-method .olh-about-section-copy h2{color:#171715!important;-webkit-text-fill-color:#171715!important}.olh-about-method .olh-about-section-copy h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important}.olh-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:48px}.olh-method-grid article{position:relative;min-height:320px;padding:30px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.olh-method-grid article>span{position:absolute;right:20px;top:10px;color:rgba(139,94,0,.1);font-size:96px;font-weight:800;letter-spacing:-.08em}.olh-method-grid small{position:relative;color:#8b5e00;font-size:8px;font-weight:800;letter-spacing:.16em}.olh-method-grid h3{position:relative;margin:90px 0 13px;color:#171715;font-size:clamp(24px,2.5vw,37px);line-height:1.05;letter-spacing:-.04em}.olh-method-grid p{position:relative;color:#625e56;font-size:12px;line-height:1.65}
.olh-about-boundaries{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(40px,8vw,130px);align-items:center;background:#f8f4ec}.olh-boundary-intro h2{margin:12px 0 22px!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(48px,5.7vw,86px)!important;line-height:.87!important;letter-spacing:-.06em!important}.olh-boundary-intro h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-boundary-intro p{color:#625e56;font-size:14px;line-height:1.75}.olh-boundary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.olh-boundary-grid article{min-height:190px;padding:27px;border:1px solid var(--line);border-radius:14px;background:#fff}.olh-boundary-grid b{font-size:21px;letter-spacing:-.025em}.olh-boundary-grid p{color:#69645c;font-size:11px;line-height:1.6}
.olh-about-founder{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(40px,7vw,100px);align-items:center;background:#0b0c0d;color:#fff}.olh-founder-image{position:relative;min-height:500px;border-radius:18px;overflow:hidden;background:#131414}.olh-founder-image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.olh-founder-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,7,7,.8),transparent 55%)}.olh-founder-image span{position:absolute;z-index:1;left:22px;bottom:20px;border:1px solid rgba(246,185,22,.55);padding:8px 10px;color:#fff;font-size:7px;font-weight:800;letter-spacing:.12em}.olh-founder-copy h2{margin:12px 0 23px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(46px,5.3vw,80px)!important;line-height:.87!important;letter-spacing:-.06em!important}.olh-founder-copy h2 em{color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important;font-style:normal}.olh-founder-copy>p{color:#b8b5ae;font-size:14px;line-height:1.75}.olh-founder-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.olh-founder-stats span{padding:14px;border-top:1px solid rgba(246,185,22,.4);color:#8f8d86;font-size:7px;font-weight:800;text-transform:uppercase}.olh-founder-stats b{display:block;color:#fff;font-size:27px}
.olh-about-closing{text-align:center;background:var(--gold)!important}.olh-about-closing small{font-size:8px;font-weight:800;letter-spacing:.18em}.olh-about-closing h2{max-width:1150px;margin:18px auto 30px!important;color:#111!important;-webkit-text-fill-color:#111!important;font-size:clamp(45px,5.8vw,85px)!important;line-height:.94!important;letter-spacing:-.055em!important}.olh-about-closing h2 em{font-style:normal;text-decoration:underline;text-decoration-thickness:.06em;text-underline-offset:.09em}.olh-about-closing .olh-home-primary{border-color:#111!important;background:#111!important;color:#fff!important}
.olh-about-reveal{opacity:0;transform:translateY(24px);filter:blur(2px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease;transition-delay:var(--olh-about-delay,0ms)}.olh-about-reveal.is-visible{opacity:1;transform:none;filter:none}
@keyframes olh-about-line{to{stroke-dashoffset:0}}
@media(max-width:900px){.olh-about-connect{grid-template-columns:1fr}.olh-about-signal-map{height:480px}.olh-about-boundaries{grid-template-columns:1fr}.olh-about-founder{grid-template-columns:1fr 1fr}.olh-method-grid article{min-height:280px}}
@media(max-width:800px){.olh-about-story>section{padding:64px 18px}.olh-about-hero{grid-template-columns:1fr;min-height:0}.olh-about-hero h1{font-size:clamp(52px,15vw,72px)!important}.olh-about-hero-copy>p{font-size:13px}.olh-about-manifesto blockquote{font-size:25px}.olh-about-connect{gap:30px}.olh-about-section-copy h2,.olh-boundary-intro h2,.olh-founder-copy h2{font-size:47px!important}.olh-about-signal-map{height:420px;min-height:0}.olh-about-clue{width:112px;padding:10px}.olh-about-profile{width:150px}.olh-method-grid{grid-template-columns:1fr;gap:10px}.olh-method-grid article{min-height:230px}.olh-boundary-grid{grid-template-columns:1fr}.olh-boundary-grid article{min-height:0}.olh-about-founder{grid-template-columns:1fr}.olh-founder-image{min-height:390px}.olh-founder-stats{gap:5px}.olh-about-closing h2{font-size:42px!important}.olh-about-reveal{filter:none}}
@media(prefers-reduced-motion:reduce){.olh-about-reveal,.olh-about-reveal.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}.olh-about-signal-map path{stroke-dashoffset:0!important;animation:none!important}.olh-about-clue{opacity:1!important;transform:none!important}.olh-about-profile{opacity:1!important;transform:translate(-50%,-50%)!important}}

/* 1.0.24: transparent Home header over the opening video */
#olh-app .olh-topbar{
 position:sticky!important;
 top:0;
 transition:background-color .32s ease,border-color .32s ease,box-shadow .32s ease,backdrop-filter .32s ease;
 will-change:background-color
}
#olh-app .olh-home-active>.olh-topbar{
 background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.3) 62%,transparent 100%)!important;
 border-bottom-color:transparent!important;
 box-shadow:none!important;
 backdrop-filter:none
}
#olh-app .olh-home-active>.olh-topbar.is-scrolled,
#olh-app .olh-home-active>.olh-topbar.menu-open{
 background:rgba(8,9,9,.97)!important;
 border-bottom-color:rgba(255,255,255,.12)!important;
 box-shadow:0 12px 34px rgba(0,0,0,.24)!important;
 backdrop-filter:blur(12px)
}
#olh-app .olh-home-active>.olh-stage{
 margin-top:-86px
}
#olh-app .olh-home-active .olh-public-hero{
 padding-top:86px
}
@media(max-width:800px){
 #olh-app .olh-home-active>.olh-stage{margin-top:-72px}
 #olh-app .olh-home-active .olh-public-hero{padding-top:72px}
}
@media(prefers-reduced-motion:reduce){
 #olh-app .olh-topbar{transition:none}
}

/* 1.0.25: stronger transparent-header legibility and a clean video edge */
#olh-app .olh-topbar .olh-brand small{
 color:#fff!important;
 opacity:1
}
#olh-app .olh-home-active>.olh-topbar:not(.is-scrolled):not(.menu-open){
 border:0!important
}
#olh-app .olh-home-active>.olh-topbar:not(.is-scrolled):not(.menu-open) .olh-brand small{
 text-shadow:0 1px 9px rgba(0,0,0,.8)
}
#olh-app .olh-home-active>.olh-topbar.is-scrolled,
#olh-app .olh-home-active>.olh-topbar.menu-open{
 border:0!important;
 border-bottom:1px solid rgba(255,255,255,.12)!important
}

/* 1.0.21: one shared, consistently sized footer for every view */
.olh-site{display:flex!important;flex-direction:column!important;min-height:100svh!important}
.olh-stage{height:auto!important;min-height:0!important;flex:1 0 auto!important;display:flex!important;flex-direction:column!important}
.olh-stage>.olh-view{flex:1 0 auto!important}
.olh-site>.olh-ethics{
 position:static!important;
 left:auto!important;
 right:auto!important;
 bottom:auto!important;
 flex:0 0 92px!important;
 width:100%!important;
 height:92px!important;
 min-height:92px!important;
 margin:0!important;
 padding:13px 4.5vw!important;
 box-sizing:border-box!important;
 align-self:stretch!important;
 z-index:2
}
.olh-stage .olh-ethics{display:none!important}

@media(min-width:801px){
 .olh-stage>.olh-view:not(.olh-home-view){min-height:calc(100svh - 86px - 92px)!important;height:auto!important}
}

@media(max-width:800px){
 .olh-stage{min-height:calc(100svh - 72px - 210px)!important}
 .olh-site>.olh-ethics{
  flex-basis:210px!important;
  height:210px!important;
  min-height:210px!important;
  margin:0!important;
  padding:22px 18px!important
 }
}

/* 1.0.18: horizontally browsable tool family and animated experience proof */
.olh-tools-actions{display:flex;align-items:center;gap:12px}
.olh-carousel-controls{display:flex;gap:7px}
#olh-app .olh-carousel-controls button{width:40px;height:40px;display:grid;place-items:center;padding:0!important;border:1px solid #262622!important;border-radius:50%!important;background:transparent!important;color:#171715!important;font:400 27px/1 Arial,sans-serif!important;box-shadow:none!important;transition:background .2s ease,color .2s ease,transform .2s ease}
#olh-app .olh-carousel-controls button:hover{background:#171715!important;color:#fff!important;transform:translateY(-2px)}
.olh-home-tool-grid{display:flex!important;gap:16px!important;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;padding:4px 2px 28px;margin-right:-7vw;scrollbar-width:none;-ms-overflow-style:none}
.olh-home-tool-grid::-webkit-scrollbar{display:none;width:0;height:0}
#olh-app .olh-home-tool{flex:0 0 clamp(270px,28vw,390px);min-height:390px;height:auto;scroll-snap-align:start;border:0;color:#171715!important}
#olh-app .olh-home-tool.ink{color:#fff!important}
#olh-app .olh-home-tool .olh-app-icon{margin:auto 0 18px}
#olh-app .olh-home-tool strong{font-size:clamp(23px,2.1vw,31px);line-height:1.08;margin:10px 0 18px}
#olh-app .olh-home-tool .olh-open{margin-top:auto}
.olh-home-proof b[data-count]{font-size:clamp(27px,2.3vw,38px);line-height:1;font-variant-numeric:tabular-nums}
#olh-app .olh-home-trust h2,#olh-app .olh-home-trust h2 .olh-type{color:#fff!important;-webkit-text-fill-color:#fff!important}
#olh-app .olh-home-trust h2 em,#olh-app .olh-home-trust h2 em .olh-type{color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important}

@media(max-width:800px){
 .olh-tools-actions{width:100%;justify-content:space-between}.olh-carousel-controls{order:2}
 .olh-home-tool-grid{margin-right:-20px;padding-bottom:22px;scroll-padding-left:0}
 #olh-app .olh-home-tool{flex-basis:min(82vw,330px);min-height:340px;padding:24px}
 .olh-home-proof b[data-count]{font-size:29px}
}
@media(max-height:650px){
 .olh-topbar{height:74px}.olh-brand small{display:none}.olh-stage{height:calc(100svh - 74px)}.olh-apps-view{grid-template-rows:minmax(120px,33%) 1fr 26px;padding-top:12px}.olh-app-card strong{font-size:16px}.olh-app-icon{width:36px;height:36px}.olh-view-footer{display:none}.olh-feature-dark h2,.olh-about-lead h2,.olh-contact-copy h2{font-size:44px}.olh-split-view{padding:10px}.olh-about-view{padding-top:15px;padding-bottom:15px}
}

/* 1.0.19: consent, continuous tools loop, editorial video and richer footer */
.olh-public-scene{position:relative;min-height:clamp(470px,58vw,760px);overflow:hidden;background:#0b0c0d;color:#fff;display:flex;align-items:flex-end;padding:clamp(54px,8vw,105px) 7vw}
.olh-public-scene video,.olh-public-shade{position:absolute;inset:0;width:100%;height:100%}.olh-public-scene video{object-fit:cover;object-position:center;opacity:.78}.olh-public-shade{background:linear-gradient(90deg,rgba(5,6,6,.88) 0%,rgba(5,6,6,.52) 55%,rgba(5,6,6,.18) 100%),linear-gradient(0deg,rgba(5,6,6,.82),transparent 62%)}
.olh-public-copy{position:relative;z-index:1;max-width:820px}.olh-public-copy .olh-section-kicker{color:var(--gold)}#olh-app .olh-public-copy h2{margin:13px 0 22px!important;font-size:clamp(52px,7vw,105px)!important;color:#fff!important;line-height:.9!important;letter-spacing:-.06em!important}#olh-app .olh-public-copy h2 em{color:var(--gold)!important}.olh-public-copy p{max-width:660px;margin:0;color:#ddd9d0;font-size:15px;line-height:1.75}
.olh-ethics{justify-content:space-between!important;text-align:left!important;min-height:92px!important;padding:13px 4.5vw!important;gap:24px!important;background:#080909!important;color:#d8d4ca!important;border-color:rgba(255,255,255,.12)!important}
.olh-apps-view{grid-template-rows:minmax(170px,32%) minmax(0,1fr) auto}.olh-split-view,.olh-about-view,.olh-contact-view{padding-bottom:0!important}.olh-split-view>.olh-ethics,.olh-about-view>.olh-ethics,.olh-contact-view>.olh-ethics{position:static!important;grid-column:1/-1;margin-left:-5vw;margin-right:-5vw}
.olh-footer-promise{max-width:520px;line-height:1.7}.olh-legal{display:grid!important;grid-template-columns:repeat(4,minmax(95px,1fr));gap:8px!important}
#olh-app .olh-legal button{min-width:105px;padding:11px 13px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:9px!important;background:linear-gradient(135deg,rgba(246,185,22,.1),rgba(255,255,255,.035))!important;color:#fff!important;text-align:left;line-height:1.1;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}
#olh-app .olh-legal button small{display:block;margin-bottom:7px;color:var(--gold)!important;font-size:5px;letter-spacing:.16em;opacity:.9}
#olh-app .olh-legal button:hover,#olh-app .olh-legal button:focus{transform:translateY(-3px);border-color:rgba(246,185,22,.7)!important;background:linear-gradient(135deg,rgba(246,185,22,.25),rgba(255,255,255,.07))!important;box-shadow:0 12px 28px rgba(0,0,0,.22)!important}
.olh-copyright{color:#a8a49c}
.olh-cookie[hidden]{display:none!important}.olh-cookie{position:fixed;z-index:2147483647;left:24px;right:24px;bottom:24px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;max-width:1120px;margin:0 auto;padding:22px 24px;background:rgba(10,11,11,.97);color:#fff;border:1px solid rgba(246,185,22,.38);border-radius:17px;box-shadow:0 28px 80px rgba(0,0,0,.42);opacity:0;transform:translateY(18px);transition:opacity .22s ease,transform .22s ease;backdrop-filter:blur(14px)}.olh-cookie.is-open{opacity:1;transform:none}.olh-cookie-mark{width:58px;height:58px;border:1px solid rgba(246,185,22,.3);border-radius:50%;display:grid;place-items:center}.olh-cookie-mark img{width:31px;height:31px;object-fit:contain}.olh-cookie-copy small{color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.2em}.olh-cookie-copy h2{margin:5px 0 7px!important;color:#fff!important;font-size:22px!important;letter-spacing:-.035em!important}.olh-cookie-copy p{margin:0;max-width:680px;color:#b9b6af;font-size:11px;line-height:1.6}.olh-cookie-actions{display:grid;grid-template-columns:auto auto;gap:8px}.olh-cookie-actions button{border-radius:8px!important;padding:11px 13px!important;font-size:8px!important;font-weight:800!important;text-transform:lowercase;white-space:nowrap}.olh-cookie-primary{background:var(--gold)!important;color:#111!important;border:1px solid var(--gold)!important}.olh-cookie-secondary{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.olh-cookie-privacy{grid-column:1/-1;background:transparent!important;color:#aaa7a0!important;border:0!important;padding:3px!important;text-decoration:underline!important}
@media(max-width:1050px){.olh-ethics{flex-wrap:wrap!important}.olh-footer-promise{flex:1 1 100%}.olh-legal{flex:1}.olh-cookie{grid-template-columns:auto 1fr}.olh-cookie-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.olh-cookie-privacy{grid-column:auto}}
@media(max-width:800px){.olh-public-scene{min-height:580px;padding:58px 20px}.olh-public-scene video{opacity:.72}.olh-public-shade{background:linear-gradient(0deg,rgba(5,6,6,.9),rgba(5,6,6,.24) 82%)}#olh-app .olh-public-copy h2{font-size:clamp(45px,13vw,61px)!important}.olh-public-copy p{font-size:13px}.olh-ethics{margin:0 -18px!important;padding:22px 18px!important;gap:18px!important}.olh-legal{width:100%;grid-template-columns:repeat(2,1fr)}#olh-app .olh-legal button{min-width:0;font-size:7px!important}.olh-copyright{width:100%;text-align:center}.olh-cookie{left:12px;right:12px;bottom:12px;grid-template-columns:1fr;padding:20px;gap:13px}.olh-cookie-mark{display:none}.olh-cookie-copy h2{font-size:20px!important}.olh-cookie-copy p{font-size:11px}.olh-cookie-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.olh-cookie-actions button{white-space:normal}.olh-cookie-privacy{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){.olh-public-scene video{display:none}.olh-home-tool-grid{scroll-behavior:auto}.olh-cookie{transition:none}}

/* 1.0.20: clearer consent, simplified footer and reliable carousel controls */
#olh-app .olh-cookie-copy h2,#olh-app #olh-cookie-title{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important}
.olh-ethics{justify-content:center!important}.olh-legal{width:min(100%,720px);grid-template-columns:repeat(4,minmax(125px,1fr))!important}
#olh-app .olh-legal button{min-height:64px!important;padding:13px 16px!important;font-size:12px!important;font-weight:800!important;letter-spacing:-.01em!important}
#olh-app .olh-legal button small{font-size:7px!important;line-height:1.2!important}
.olh-copyright{font-size:9px!important;white-space:nowrap}
@media(max-width:800px){.olh-legal{grid-template-columns:repeat(2,minmax(0,1fr))!important}#olh-app .olh-legal button{font-size:11px!important;min-height:60px!important}.olh-copyright{font-size:9px!important}}
@media(max-width:950px) and (max-height:500px) and (orientation:landscape){
 html.olh-page-active,body.olh-page-active{height:100%!important;min-height:100%!important;overflow:hidden!important}
 #olh-app{position:fixed;inset:0;min-height:100svh;height:100svh;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
 .olh-site{min-height:100svh;height:auto;overflow:visible}
 .olh-topbar{position:sticky;top:0;height:78px;padding:5px 18px 0;grid-template-rows:34px 39px}
 .olh-brand{font-size:13px;gap:7px}.olh-brand img{width:27px;height:27px}.olh-brand small{display:none}
 .olh-nav button{font-size:9px;padding:0 8px}
 .olh-stage{height:auto;min-height:calc(100svh - 78px)}
 .olh-view{height:auto;min-height:calc(100svh - 78px)}
 .olh-apps-view{display:grid;grid-template-rows:auto auto auto;padding:22px 24px 14px;gap:18px}
 #olh-app h1{font-size:40px;margin:8px 0}.olh-hero-copy p{font-size:10px;max-width:620px}
 .olh-app-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:12px;width:min(100%,760px)}
 .olh-app-card{height:auto;min-height:178px;aspect-ratio:auto;padding:14px}
 .olh-app-icon{width:40px;height:40px;min-width:40px;margin:14px 0 8px}
 .olh-app-card strong{font-size:17px;margin:6px 0 9px}
 .olh-view-footer,.olh-ethics{position:static;min-height:26px;padding:7px 8px;font-size:5.5px}
 .olh-split-view{grid-template-columns:1.08fr .92fr;grid-template-rows:none;padding:18px;gap:12px;align-items:stretch}
 .olh-feature-dark{min-height:390px;padding:30px 30px 18px}
 .olh-feature-dark h2,.olh-about-lead h2,.olh-contact-copy h2{font-size:40px}
 .olh-feature-dark>p{font-size:10px}
 .olh-steps{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(112px,1fr));gap:9px}
 .olh-steps>div{display:grid;grid-template-columns:42px 1fr;padding:17px}
 .olh-steps span{font-size:20px}.olh-steps strong{font-size:19px}.olh-steps p{font-size:8px}
 .olh-about-view{grid-template-columns:.95fr 1.05fr;grid-template-rows:none;min-height:calc(100svh - 78px);padding:24px;gap:24px}
 .olh-about-lead>p,.olh-contact-copy>p{font-size:10px}
 .olh-values{grid-template-columns:1fr;gap:9px}
 .olh-values article{display:grid;grid-template-columns:40px 1fr;padding:16px}
 .olh-values b{font-size:19px}.olh-values span{font-size:18px}.olh-values p{font-size:8px}
 .olh-about-view>.olh-ethics,.olh-contact-view>.olh-ethics{grid-column:1/-1}
 .olh-contact-view{grid-template-columns:.7fr 1.3fr;min-height:calc(100svh - 78px);padding:24px 40px 12px;gap:40px}
 .olh-contact-mark{width:min(100%,260px);max-height:none;justify-self:center}
 .olh-contact-mark span{font-size:6px}
 .olh-contact-copy a{font-size:8px}
}
/* 1.0.11: premium commercial presentation */
.olh-hero-copy p{max-width:790px}.olh-hero-copy p strong{color:#24231f;font-weight:800}
.olh-audiences{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.olh-audiences button{border:1px solid #47463f;border-radius:999px;background:transparent;color:#c9c5bc!important;padding:8px 11px;font-size:8px;font-weight:800;transition:.2s}.olh-audiences button:hover,.olh-audiences button.active{border-color:var(--gold);background:var(--gold);color:#111!important}.olh-feature-dark .olh-audience-copy{font-size:11px;line-height:1.55;color:#d1cec6;margin:10px 0 0;max-width:620px;transition:opacity .12s ease,transform .12s ease}.olh-audience-copy.is-changing{opacity:0!important;transform:translateY(3px)!important}.olh-exposure-actions{display:flex;align-items:center;gap:16px}.olh-text-button{margin-top:22px;border:0;background:transparent;color:#d7d2c8!important;font-size:8px;font-weight:800;text-transform:lowercase;padding:10px 0}.olh-text-button b{color:var(--gold);margin-left:5px}.olh-founder-note{display:inline-flex;margin-top:13px;border-top:1px solid var(--line);padding-top:10px;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#7d735e}.olh-ethics{gap:22px}.olh-legal{display:flex;gap:10px}.olh-legal button{color:inherit!important;background:none;border:0;border-bottom:1px solid currentColor;padding:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:uppercase}.olh-legal button:hover{color:#9b6900!important}
.olh-modal[hidden]{display:none}.olh-modal{position:fixed;inset:0;z-index:2147483640;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .18s ease}.olh-modal.is-open{opacity:1}.olh-modal-backdrop{position:absolute;inset:0;background:rgba(5,6,6,.78);backdrop-filter:blur(8px)}.olh-policy-box{position:relative;width:min(760px,100%);max-height:min(780px,88svh);overflow:auto;background:var(--paper);color:var(--ink);border:1px solid rgba(246,185,22,.55);border-radius:18px;padding:34px clamp(24px,5vw,54px) 42px;box-shadow:0 30px 90px rgba(0,0,0,.48);transform:translateY(12px) scale(.985);transition:transform .18s ease}.olh-modal.is-open .olh-policy-box{transform:none}.olh-modal-close{position:absolute;top:18px;right:20px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink)!important;font-size:27px;line-height:1}.olh-modal-close:hover{background:var(--gold);border-color:var(--gold)}.olh-policy-brand{display:flex;align-items:center;gap:10px;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:17px;font-weight:800;letter-spacing:-.045em;line-height:1}.olh-policy-brand img{width:38px;height:38px;aspect-ratio:1;object-fit:contain;object-position:center;border:0;border-radius:0;overflow:visible;background:transparent}.olh-policy-brand span{display:inline-flex;align-items:baseline;gap:.24em;color:var(--ink)}.olh-policy-brand b{color:var(--gold);font:inherit}.olh-policy-eyebrow{margin-top:28px;font-size:8px;font-weight:800;letter-spacing:.2em;color:#8a6720}.olh-policy-box h2{font-size:clamp(38px,6vw,62px)!important;margin:8px 0 24px!important}.olh-policy-copy{font-size:12px;line-height:1.7;color:#555149}.olh-policy-copy h3{font-size:14px;margin:22px 0 5px;color:#151513}.olh-policy-copy p{margin:7px 0}.olh-policy-copy a{color:#835900!important;font-weight:800}
@media(max-width:800px){.olh-split-view{grid-template-rows:minmax(0,1.28fr) minmax(0,.72fr)}.olh-feature-dark{padding-top:15px;padding-bottom:29px}.olh-feature-dark h2{font-size:clamp(29px,8.2vw,37px);margin:6px 0}.olh-feature-dark>p{font-size:8px;line-height:1.4;margin:5px 0}.olh-audiences{gap:4px;margin-top:5px}.olh-audiences button{padding:5px 7px;font-size:5.5px}.olh-feature-dark .olh-audience-copy{font-size:7px;line-height:1.35;margin-top:5px}.olh-exposure-actions{gap:10px}.olh-exposure-actions .olh-gold-button,.olh-text-button{margin-top:6px;padding:7px 9px;font-size:6px}.olh-steps>div{padding:9px}.olh-steps strong{font-size:clamp(10px,2.8vw,13px)}.olh-steps p{font-size:6px}.olh-ethics{gap:7px;flex-wrap:wrap;letter-spacing:.06em}.olh-legal{gap:6px}}
@media(max-width:950px) and (max-height:500px) and (orientation:landscape){.olh-audiences{margin-top:7px}.olh-audiences button{padding:6px 8px;font-size:6px}.olh-feature-dark .olh-audience-copy{font-size:8px}.olh-exposure-actions .olh-gold-button,.olh-text-button{margin-top:8px}.olh-founder-note{font-size:6px}}
@media(prefers-reduced-motion:reduce){#olh-app *{animation:none!important;transition:none!important}.olh-hero-copy p,.olh-app-grid,.olh-feature-dark>p,.olh-gold-button,.olh-watermark,.olh-steps,.olh-about-lead>p,.olh-values,.olh-contact-mark,.olh-contact-copy>p,.olh-contact-copy>a,.olh-ethics,#olh-app h1 em:after,#olh-app h2 em:after{opacity:1!important;transform:none!important}}

/* 1.0.64: editorial About story */
.olh-about-narrative{padding:clamp(90px,9vw,145px) 7vw clamp(80px,8vw,120px)!important;background:radial-gradient(circle at 78% 12%,rgba(246,185,22,.12),transparent 22%),linear-gradient(rgba(20,20,18,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,18,.035) 1px,transparent 1px),var(--paper);background-size:auto,48px 48px,48px 48px,auto}
.olh-about-title{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);align-items:end;column-gap:7vw;max-width:1500px;margin:0 auto;padding-bottom:clamp(55px,7vw,100px);border-bottom:1px solid #cfc8bc}.olh-about-title .olh-section-kicker{grid-column:1/-1}.olh-about-title h1{margin:18px 0 0!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(62px,7.6vw,120px)!important;line-height:.85!important;letter-spacing:-.07em!important}.olh-about-title h1 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-about-deck{margin:0 0 8px;color:#514e48;font-size:clamp(17px,1.5vw,24px);line-height:1.55;letter-spacing:-.015em}
.olh-about-article{display:grid;grid-template-columns:minmax(220px,.52fr) minmax(500px,1.1fr);gap:clamp(50px,10vw,170px);max-width:1320px;margin:0 auto;padding:clamp(65px,8vw,120px) 0}.olh-about-phrase{position:sticky;top:110px;align-self:start;padding-top:12px;border-top:2px solid #a97400}.olh-about-phrase span{display:block;color:#8b5e00;font-size:clamp(20px,2.2vw,31px);font-weight:800;line-height:1.05;letter-spacing:-.035em}.olh-about-phrase p{color:#777168;font-size:11px;line-height:1.65}.olh-about-prose{max-width:790px}.olh-about-prose>p{margin:0 0 42px;color:#383631;font-size:clamp(19px,1.65vw,27px);line-height:1.62;letter-spacing:-.015em}.olh-about-prose strong{font-weight:800}.olh-about-prose mark{position:relative;background:linear-gradient(transparent 61%,rgba(246,185,22,.42) 61%,rgba(246,185,22,.42) 91%,transparent 91%);color:inherit;padding:0 .04em}.olh-about-mission{margin:60px 0!important;padding:34px 0 34px clamp(24px,3vw,46px);border-left:3px solid var(--gold);color:#171715!important;font-size:clamp(24px,2.25vw,37px)!important;font-weight:700;line-height:1.4!important}.olh-about-mission small{display:block;margin-bottom:16px;color:#8b5e00;font-size:8px;font-weight:800;letter-spacing:.17em}.olh-about-prose b{color:#8b5e00;font-weight:800}
.olh-about-thread{display:grid;grid-template-columns:minmax(250px,.55fr) minmax(550px,1.15fr);align-items:center;gap:clamp(45px,7vw,100px);max-width:1500px;margin:0 auto;padding-top:clamp(45px,6vw,85px);border-top:1px solid #cfc8bc}.olh-about-thread-copy small{color:#8b5e00;font-size:8px;font-weight:800;letter-spacing:.17em}.olh-about-thread-copy h2{margin:15px 0 22px!important;color:#171715!important;-webkit-text-fill-color:#171715!important;font-size:clamp(43px,4.7vw,73px)!important;line-height:.91!important;letter-spacing:-.06em!important}.olh-about-thread-copy h2 em{color:#8b5e00!important;-webkit-text-fill-color:#8b5e00!important;font-style:normal}.olh-about-thread-copy p{color:#68635b;font-size:13px;line-height:1.7}.olh-about-thread .olh-about-signal-map{height:min(430px,34vw);min-height:350px}
.olh-about-founder{padding-top:clamp(80px,8vw,125px)!important;padding-bottom:clamp(80px,8vw,125px)!important}.olh-about-closing{padding-top:clamp(75px,7vw,110px)!important;padding-bottom:clamp(75px,7vw,110px)!important}
@media(max-width:900px){.olh-about-title{grid-template-columns:1fr}.olh-about-deck{max-width:650px;margin-top:30px}.olh-about-article{grid-template-columns:190px 1fr;gap:45px}.olh-about-thread{grid-template-columns:1fr}.olh-about-thread .olh-about-signal-map{height:430px}}
@media(max-width:700px){.olh-about-narrative{padding:64px 18px 72px!important}.olh-about-title{padding-bottom:48px}.olh-about-title h1{font-size:clamp(51px,15vw,70px)!important}.olh-about-deck{font-size:16px}.olh-about-article{display:block;padding:52px 0}.olh-about-phrase{position:static;margin-bottom:42px}.olh-about-phrase p br{display:none}.olh-about-prose>p{font-size:18px;line-height:1.65;margin-bottom:32px}.olh-about-mission{margin:44px 0!important;padding:26px 0 26px 20px;font-size:24px!important}.olh-about-thread{padding-top:48px}.olh-about-thread-copy h2{font-size:45px!important}.olh-about-thread .olh-about-signal-map{height:390px;min-height:0}.olh-about-founder{padding:65px 18px!important}.olh-about-closing{padding:65px 18px!important}}

/* 1.0.13: dedicated home, tools library and hardened theme isolation */
#olh-app button,#olh-app button:hover,#olh-app button:focus,#olh-app button:active,#olh-app a,#olh-app a:hover,#olh-app a:focus,#olh-app a:active{color:inherit;text-decoration:none}
#olh-app button:focus-visible,#olh-app a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
#olh-app .olh-brand,#olh-app .olh-brand:hover,#olh-app .olh-brand:focus,#olh-app .olh-brand:active{color:#fff!important;background:transparent!important;box-shadow:none!important}
#olh-app .olh-text-button,#olh-app .olh-text-button:hover,#olh-app .olh-text-button:focus,#olh-app .olh-text-button:active{color:#d7d2c8!important;background:transparent!important;box-shadow:none!important}
#olh-app .olh-policy-copy a,#olh-app .olh-policy-copy a:hover,#olh-app .olh-policy-copy a:focus,#olh-app .olh-policy-copy a:active{color:#835900!important}
#olh-app .olh-modal-close,#olh-app .olh-modal-close:hover,#olh-app .olh-modal-close:focus,#olh-app .olh-modal-close:active{position:absolute;top:15px;right:19px;width:44px;height:44px;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ink)!important;padding:0!important;display:grid!important;place-items:center!important;font-family:Arial,sans-serif!important;font-size:38px!important;font-weight:300!important;line-height:1!important;box-shadow:none!important;appearance:none!important}
#olh-app .olh-modal-close:hover{color:#9b6900!important;transform:scale(1.08)}
.olh-copyright{white-space:nowrap;opacity:.75}
.olh-home-view{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(18px,3vw,42px);align-items:center;padding:clamp(28px,5vh,66px) 6vw 48px}
.olh-home-hero h1{font-size:clamp(54px,6.4vw,98px);margin:15px 0 20px;line-height:.9;letter-spacing:-.065em;color:#171715!important}
.olh-home-hero h1 em{color:#7f5600!important}.olh-home-hero>p{max-width:720px;font-size:14px;line-height:1.75;color:#625f58}
.olh-home-actions{display:flex;gap:10px;margin-top:24px}.olh-home-actions button{border-radius:8px;padding:13px 17px;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:9px;font-weight:800!important;text-transform:lowercase;letter-spacing:.015em;transition:.22s}
#olh-app .olh-home-primary{background:var(--gold)!important;border:1px solid var(--gold)!important;color:#111!important}#olh-app .olh-home-primary:hover{background:#ffd45c!important;transform:translateY(-2px)}
#olh-app .olh-home-secondary{background:transparent!important;border:1px solid #262622!important;color:#171715!important}#olh-app .olh-home-secondary:hover{background:#171715!important;color:#fff!important;transform:translateY(-2px)}
.olh-home-proof{display:flex;gap:20px;margin-top:30px;padding-top:18px;border-top:1px solid var(--line);font-size:8px;font-weight:700;color:#777269;text-transform:uppercase;letter-spacing:.08em}.olh-home-proof span{max-width:150px}.olh-home-proof b{display:block;font-size:17px;color:#171715;letter-spacing:-.02em;text-transform:none}
.olh-home-panel{position:relative;overflow:hidden;min-height:470px;background:#101112;color:#fff;border-radius:19px;padding:clamp(30px,4vw,58px);display:flex;flex-direction:column;justify-content:center;box-shadow:0 28px 70px rgba(20,17,11,.2)}
.olh-panel-label{font-size:8px;font-weight:800;letter-spacing:.2em;color:var(--gold)}#olh-app .olh-home-panel h2{position:relative;z-index:1;margin:18px 0;font-size:clamp(39px,4vw,64px);line-height:.92;letter-spacing:-.055em;color:#fff!important;-webkit-text-fill-color:#fff!important;text-transform:none!important}#olh-app .olh-home-panel h2 em{color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important;font-style:normal;text-transform:none!important}.olh-home-panel>p{position:relative;z-index:1;max-width:470px;font-size:12px;line-height:1.7;color:#aaa9a4}.olh-mini-chain{position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin:22px 0;color:var(--gold);font-size:7px;font-weight:800;letter-spacing:.12em}.olh-mini-chain b{color:#777}#olh-app .olh-home-panel>button{position:relative;z-index:1;align-self:flex-start;border:1px solid var(--gold)!important;border-radius:8px;background:var(--gold)!important;color:#0b0c0d!important;padding:13px 16px;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:9px;font-weight:800!important;letter-spacing:.015em;text-transform:lowercase;box-shadow:none!important;transition:.25s}#olh-app .olh-home-panel>button:hover,#olh-app .olh-home-panel>button:focus,#olh-app .olh-home-panel>button:active{background:#ffd45c!important;color:#0b0c0d!important;transform:translateY(-2px)}#olh-app .olh-home-panel>button b{color:#0b0c0d!important}.olh-home-raven{position:absolute;width:250px;height:250px;right:-55px;bottom:-55px;border-radius:50%;object-fit:cover;opacity:.08}
.olh-home-view>.olh-ethics{grid-column:1/-1}
@media(max-width:800px){.olh-nav{grid-template-columns:.7fr .8fr 1.45fr .75fr .8fr}.olh-home-view{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(0,.72fr);padding:12px 14px 31px;gap:8px;overflow:auto}.olh-home-hero h1{font-size:clamp(36px,10.2vw,47px);margin:8px 0;line-height:.93}.olh-home-hero>p{font-size:9px;line-height:1.5}.olh-home-actions{margin-top:10px}.olh-home-actions button{padding:9px 10px;font-size:6px}.olh-home-proof{gap:10px;margin-top:11px;padding-top:8px;font-size:5px}.olh-home-proof b{font-size:11px}.olh-home-panel{min-height:0;border-radius:12px;padding:19px 20px}.olh-home-panel h2{font-size:29px;margin:7px 0}.olh-home-panel>p{font-size:8px;line-height:1.4;margin:3px 0}.olh-mini-chain{margin:8px 0;font-size:5px}.olh-home-panel>button{font-size:6px;padding:4px 0}.olh-home-raven{width:110px;height:110px}.olh-copyright{display:none}}
@media(max-width:950px) and (max-height:500px) and (orientation:landscape){.olh-home-view{grid-template-columns:1.08fr .92fr;grid-template-rows:none;padding:18px 24px 36px;min-height:calc(100svh - 78px);overflow:visible}.olh-home-hero h1{font-size:43px}.olh-home-panel{min-height:330px}.olh-home-proof{margin-top:14px}.olh-home-view>.olh-ethics{grid-column:1/-1}}

/* 1.0.15: cinematic hero, mobile menu and naturally scrolling mobile layouts */
.olh-menu-toggle{display:none}
.olh-hero-video,.olh-video-shade{position:absolute;inset:0;width:100%;height:100%}
.olh-hero-video{z-index:0;object-fit:cover;object-position:center;opacity:.72}
.olh-video-shade{z-index:0;background:linear-gradient(90deg,rgba(9,10,10,.96) 0%,rgba(9,10,10,.82) 54%,rgba(9,10,10,.38) 100%),linear-gradient(0deg,rgba(9,10,10,.82),transparent 55%)}
.olh-home-panel .olh-panel-label{position:relative;z-index:1}

@media(max-width:800px){
 html.olh-page-active,body.olh-page-active{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}
 #olh-app{position:relative;inset:auto;width:100%;height:auto;min-height:100svh;overflow:visible}
 .olh-site{height:auto;min-height:100svh;overflow:visible}
 .olh-topbar{position:sticky;top:0;height:72px;padding:0 18px;display:flex;align-items:center;grid-template:none;z-index:100}
 .olh-brand{grid-column:auto;grid-row:auto;justify-self:auto;justify-content:flex-start;font-size:15px;gap:9px;white-space:nowrap}
 .olh-brand img{width:34px;height:34px}.olh-brand small{display:block;font-size:6px}
 #olh-app .olh-menu-toggle{display:flex!important;margin-left:auto;width:46px;height:46px;padding:11px!important;border:0!important;border-radius:8px!important;background:transparent!important;flex-direction:column;justify-content:center;gap:5px;box-shadow:none!important}
 .olh-menu-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
 .olh-topbar.menu-open .olh-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
 .olh-topbar.menu-open .olh-menu-toggle span:nth-child(2){opacity:0}
 .olh-topbar.menu-open .olh-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
 .olh-nav{position:absolute;top:72px;left:0;right:0;width:100%;display:grid;grid-template-columns:1fr!important;align-self:auto;margin:0;padding:8px 14px 14px;background:#080909;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 18px 35px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
 .olh-topbar.menu-open .olh-nav{opacity:1;visibility:visible;transform:none}
 .olh-nav button{min-height:46px;padding:0 12px!important;border:0!important;border-radius:7px;text-align:left;font-size:11px!important;letter-spacing:.02em!important}
 .olh-nav button:not(:last-child)::after{display:none}.olh-nav button.active{background:rgba(246,185,22,.1)!important;color:var(--gold)!important}
 .olh-stage{height:auto;min-height:calc(100svh - 72px);overflow:visible}
 .olh-view{position:relative!important;height:auto!important;min-height:calc(100svh - 72px);overflow:visible!important}
 .olh-home-view,.olh-apps-view,.olh-split-view,.olh-about-view,.olh-contact-view{display:grid;grid-template-columns:1fr;grid-template-rows:none;padding:34px 18px 0;gap:24px;align-items:initial}
 .olh-home-hero h1,#olh-app h1{font-size:clamp(43px,13vw,60px);margin:14px 0;line-height:.94}
 .olh-home-hero>p,.olh-hero-copy p,.olh-feature-dark>p,.olh-about-lead>p,.olh-contact-copy>p{font-size:14px;line-height:1.7;max-width:none}
 .olh-eyebrow{font-size:8px}.olh-eyebrow span{width:28px;height:28px}
 .olh-home-actions{flex-wrap:wrap;gap:10px;margin-top:20px}.olh-home-actions button{padding:13px 15px;font-size:9px}
 .olh-home-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;padding-top:18px;font-size:7px}.olh-home-proof span{max-width:none}.olh-home-proof span:last-child{grid-column:1/-1}.olh-home-proof b{font-size:16px}
 .olh-home-panel{min-height:440px;border-radius:16px;padding:30px 24px}.olh-home-panel h2,#olh-app .olh-home-panel h2{font-size:43px;margin:14px 0}.olh-home-panel>p{font-size:13px;line-height:1.65;margin:5px 0}.olh-mini-chain{margin:20px 0;font-size:7px}.olh-home-panel>button,#olh-app .olh-home-panel>button{font-size:9px;padding:13px 16px}.olh-home-raven{display:none}.olh-video-shade{background:linear-gradient(0deg,rgba(9,10,10,.97) 0%,rgba(9,10,10,.82) 60%,rgba(9,10,10,.42) 100%)}
 .olh-apps-view{padding-top:34px}.olh-app-grid{grid-template-columns:1fr;grid-template-rows:none;gap:14px}.olh-app-card{height:auto;min-height:260px;padding:24px;border-radius:15px}.olh-app-icon{width:54px;height:54px;margin:40px 0 14px}.olh-card-no,.olh-card-name{font-size:8px}.olh-app-card strong{font-size:25px;margin:9px 0 16px}.olh-open{font-size:8px}
 .olh-feature-dark{min-height:0;padding:34px 24px;border-radius:15px}.olh-feature-dark h2,.olh-about-lead h2,.olh-contact-copy h2{font-size:43px!important;margin:14px 0}.olh-feature-dark>p{margin:10px 0}.olh-audiences{gap:8px;margin-top:18px}.olh-audiences button{padding:9px 11px;font-size:8px}.olh-feature-dark .olh-audience-copy{font-size:12px;line-height:1.6;margin-top:12px}.olh-exposure-actions{flex-wrap:wrap;gap:12px}.olh-exposure-actions .olh-gold-button,.olh-text-button{margin-top:14px;padding:12px 14px;font-size:9px}.olh-steps{grid-template-columns:1fr;grid-template-rows:none;gap:12px}.olh-steps>div{display:grid;grid-template-columns:48px 1fr;padding:24px}.olh-steps span{font-size:24px}.olh-steps strong{font-size:22px}.olh-steps p{font-size:11px;line-height:1.55}
 .olh-about-view{padding-top:34px}.olh-values{grid-template-columns:1fr;gap:12px}.olh-values article{display:grid;grid-template-columns:48px 1fr;padding:24px}.olh-values b{font-size:23px}.olh-values span{font-size:22px}.olh-values p{font-size:11px;line-height:1.55}
 .olh-contact-view{padding-top:34px}.olh-contact-mark{width:min(76vw,330px);max-height:none;justify-self:center}.olh-contact-mark span{font-size:7px}.olh-contact-copy a{padding:14px 16px;font-size:10px;margin-top:18px}
 .olh-ethics,.olh-view-footer{position:static!important;grid-column:1/-1;min-height:0;margin:18px -18px 0;padding:18px 16px;font-size:6px;line-height:1.7;gap:10px;background:rgba(255,255,255,.34)}
 .olh-copyright{display:inline}.olh-policy-box{max-height:90svh;padding:30px 22px 34px}.olh-policy-copy{font-size:13px}
}

@media(prefers-reduced-motion:reduce){.olh-hero-video{display:none}}

/* 1.0.16: rebuilt scrolling homepage and cache-safe mobile presentation */
#olh-app .olh-home-view{display:block!important;height:auto!important;min-height:100%!important;padding:0!important;overflow:visible!important}
.olh-home-intro{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(24px,4vw,64px);align-items:center;padding:clamp(54px,8vw,112px) 6vw}
.olh-home-intro .olh-home-panel{min-height:clamp(500px,56vw,680px)}
.olh-home-section{padding:clamp(72px,9vw,130px) 7vw}
.olh-home-section h2{margin:10px 0 24px!important;font-size:clamp(48px,6vw,86px)!important;line-height:.92!important;letter-spacing:-.055em!important;color:#171715!important;text-transform:none!important}
.olh-home-section h2 em{font-style:normal;color:#8b5e00!important}
.olh-section-kicker{font-size:9px;font-weight:800;letter-spacing:.2em;color:#8b5e00}
.olh-home-exposure{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;background:#f7f2e7;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.olh-home-exposure>div:last-child{align-self:center}.olh-home-exposure p{font-size:16px;line-height:1.75;color:#5f5b53;max-width:670px}.olh-home-exposure ul{display:grid;gap:10px;margin:26px 0 30px;padding:0;list-style:none}.olh-home-exposure li{padding:12px 0;border-bottom:1px solid var(--line);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.olh-home-exposure li:before{content:'•';color:var(--gold);margin-right:12px}
#olh-app .olh-home-section .olh-home-primary,#olh-app .olh-home-section .olh-home-secondary{border-radius:8px;padding:13px 17px;font-family:"Manrope","Segoe UI",Arial,sans-serif!important;font-size:9px;font-weight:800!important;text-transform:lowercase;letter-spacing:.015em}
.olh-tools-preview{background:#ece7dc}.olh-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.olh-home-tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:36px}.olh-home-tool{min-height:300px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.olh-home-tool:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(30,25,15,.1)}.olh-home-tool span,.olh-home-tool small{font-size:8px;font-weight:800;letter-spacing:.14em;color:#8b5e00;text-transform:uppercase}.olh-home-tool b{margin-top:auto;font-size:29px;letter-spacing:-.04em}.olh-home-tool p{font-size:12px;line-height:1.6;color:#706b62}.olh-home-tool small{margin-top:18px;color:#171715}
.olh-tiktok-section{overflow:hidden;background:#f7f2e7;border-top:1px solid var(--line)}.olh-tiktok-section .olh-section-heading>div{max-width:760px}.olh-tiktok-section .olh-section-heading p{max-width:620px;margin:0;color:#656057;font-size:14px;line-height:1.7}.olh-tiktok-follow{flex:0 0 auto;border-bottom:1px solid #171715;color:#171715!important;font-size:9px;font-weight:800;text-decoration:none;text-transform:lowercase;padding:9px 0}.olh-tiktok-follow:hover{color:#8b5e00!important;border-color:#8b5e00}.olh-tiktok-frame{position:relative;width:min(100%,1040px);min-height:260px;margin:42px auto 0;padding:18px;background:#fff;border:1px solid var(--line);border-radius:18px;display:block;overflow:hidden}.olh-tiktok-mount,.olh-tiktok-mount .sk-tiktok-feed{display:block;width:100%;max-width:960px;min-height:220px;margin:0 auto}.olh-tiktok-mount iframe{display:block;width:100%!important;max-width:100%!important;border:0}.olh-tiktok-mount .sk_branding{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.olh-home-trust{background:#111;color:#fff}.olh-home-trust h2{color:#fff!important}.olh-home-trust h2 em{color:var(--gold)!important}.olh-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;background:#3a3935;border:1px solid #3a3935}.olh-trust-grid article{padding:34px;background:#171818}.olh-trust-grid article>b{color:var(--gold);font-size:10px}.olh-trust-grid h3{margin:35px 0 10px;color:#fff!important;font-size:21px}.olh-trust-grid p{margin:0;color:#aaa7a0;font-size:12px;line-height:1.65}
.olh-home-view>.olh-ethics{margin:0!important;position:static!important;padding:18px 6vw;background:#080909;color:#c8c5bd}
#olh-app .olh-home-panel>button::before,#olh-app .olh-home-panel>button::after{content:none!important;display:none!important}

/* 1.0.17: reliable theme-independent scrolling and brighter hero footage */
html.olh-page-active,body.olh-page-active{height:100%!important;overflow:hidden!important}
#olh-app{position:fixed!important;inset:0!important;width:100vw!important;height:100svh!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}
.olh-site{height:auto!important;min-height:100%!important;overflow:visible!important}
.olh-topbar{position:sticky;top:0}
.olh-hero-video{opacity:.9}
.olh-video-shade{background:linear-gradient(90deg,rgba(9,10,10,.82) 0%,rgba(9,10,10,.64) 54%,rgba(9,10,10,.2) 100%),linear-gradient(0deg,rgba(9,10,10,.62),transparent 58%)}

@media(max-width:800px){
 #olh-app .olh-topbar{display:flex!important;grid-template-columns:none!important;height:72px!important;padding:0 18px!important}
 #olh-app .olh-menu-toggle{display:flex!important;visibility:visible!important;opacity:1!important}
 #olh-app .olh-nav{position:absolute!important;top:72px!important;left:0!important;right:0!important;display:grid!important;grid-template-columns:1fr!important;height:auto!important;max-height:calc(100svh - 72px);overflow:auto;padding:8px 14px 14px!important;background:#080909!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px)}
 #olh-app .olh-topbar.menu-open .olh-nav{opacity:1!important;visibility:visible!important;pointer-events:auto;transform:none!important}
 .olh-home-intro{grid-template-columns:1fr;padding:40px 18px 56px;gap:30px}.olh-home-intro .olh-home-panel{min-height:500px}.olh-video-shade{background:linear-gradient(0deg,rgba(9,10,10,.82) 0%,rgba(9,10,10,.58) 60%,rgba(9,10,10,.18) 100%)}
 .olh-home-section{padding:68px 20px}.olh-home-section h2{font-size:clamp(42px,13vw,58px)!important}
 .olh-home-exposure{grid-template-columns:1fr;gap:25px}.olh-home-exposure p{font-size:14px}.olh-home-exposure li{font-size:9px}
 .olh-section-heading{align-items:flex-start;flex-direction:column}.olh-home-tool-grid{grid-template-columns:1fr}.olh-home-tool{min-height:260px}.olh-home-tool b{font-size:27px}
 .olh-tiktok-section .olh-section-heading p{font-size:12px}.olh-tiktok-follow{font-size:8px}.olh-tiktok-frame{width:100%;min-height:230px;margin-top:28px;padding:10px;border-radius:14px}.olh-tiktok-mount,.olh-tiktok-mount .sk-tiktok-feed{width:100%;max-width:none;min-height:210px}
 .olh-trust-grid{grid-template-columns:1fr}.olh-trust-grid article{padding:28px}.olh-trust-grid h3{margin-top:22px}
 .olh-home-view>.olh-ethics{margin:0!important;padding:20px 18px!important}
}

/* 1.0.21 final footer layout override */
.olh-site{display:flex!important;flex-direction:column!important;min-height:100svh!important}
.olh-stage{height:auto!important;min-height:0!important;flex:1 0 auto!important;display:flex!important;flex-direction:column!important}
.olh-stage>.olh-view{flex:1 0 auto!important}
.olh-site>.olh-ethics{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 92px!important;width:100%!important;height:92px!important;min-height:92px!important;margin:0!important;padding:13px 4.5vw!important;box-sizing:border-box!important;align-self:stretch!important;z-index:2}
.olh-stage .olh-ethics{display:none!important}
@media(min-width:801px){.olh-stage>.olh-view:not(.olh-home-view){min-height:calc(100svh - 178px)!important;height:auto!important}}
@media(max-width:800px){.olh-stage{min-height:calc(100svh - 282px)!important}.olh-site>.olh-ethics{flex-basis:210px!important;height:210px!important;min-height:210px!important;margin:0!important;padding:22px 18px!important}}

/* 1.0.22: editorial hero hierarchy and repaired shared footer */
#olh-app .olh-public-hero{min-height:calc(100svh - 82px);align-items:flex-end}
#olh-app .olh-public-hero .olh-public-copy{max-width:980px}
#olh-app .olh-public-hero h1{margin:13px 0 22px!important;font-size:clamp(58px,8.4vw,126px)!important;color:#fff!important;line-height:.87!important;letter-spacing:-.065em!important;text-transform:none!important}
#olh-app .olh-public-hero h1 em{color:var(--gold)!important;font-style:normal}
#olh-app .olh-public-hero .olh-home-primary{display:inline-flex;margin-top:28px;border:1px solid var(--gold)!important;border-radius:8px;background:var(--gold)!important;color:#0b0c0d!important;padding:13px 17px;font-size:9px;font-weight:800!important;text-transform:lowercase}
.olh-home-intro-light{grid-template-columns:minmax(0,900px)!important;justify-content:center;text-align:center;background:var(--paper)}
.olh-home-intro-light .olh-home-hero{max-width:900px;margin:auto}.olh-home-intro-light .olh-home-actions,.olh-home-intro-light .olh-home-proof{justify-content:center}
.olh-connected-break{position:relative;min-height:clamp(500px,60vw,780px);display:flex;align-items:flex-end;overflow:hidden;background:#090a0a;padding:clamp(64px,9vw,118px) 7vw;color:#fff}
.olh-connected-break video,.olh-connected-break .olh-video-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.olh-connected-break video{opacity:.88}
.olh-connected-copy{position:relative;z-index:1;max-width:780px}#olh-app .olh-connected-copy h2{margin:16px 0 22px!important;font-size:clamp(54px,7.3vw,108px)!important;line-height:.88!important;letter-spacing:-.06em!important;color:#fff!important;text-transform:none!important}#olh-app .olh-connected-copy h2 em{color:var(--gold)!important;font-style:normal}.olh-connected-copy p{max-width:620px;color:#d4d0c8;font-size:15px;line-height:1.75}.olh-connected-copy .olh-mini-chain{font-size:8px;margin-bottom:0}
#olh-app .olh-home-proof span>b{font-size:34px!important;line-height:1!important;min-height:34px}
#olh-app .olh-home-proof span:last-child>b{font-size:34px!important;letter-spacing:-.04em!important;text-transform:none!important}
#olh-app .olh-site>.olh-ethics{display:flex!important;visibility:visible!important;opacity:1!important;transform:none!important;position:static!important;inset:auto!important;margin:0!important;width:100%!important;max-width:none!important;box-sizing:border-box!important;flex:0 0 auto!important;height:auto!important;min-height:92px!important;align-items:center!important;justify-content:center!important;background:#080909!important;color:#d8d4ca!important;overflow:visible!important}
#olh-app .olh-site>.olh-ethics .olh-legal{margin:0!important}
@media(max-width:800px){
 #olh-app .olh-public-hero{min-height:calc(100svh - 72px);padding:58px 20px}
 #olh-app .olh-public-hero h1{font-size:clamp(50px,15vw,70px)!important}
 .olh-home-intro-light{padding:72px 20px}.olh-home-intro-light .olh-home-proof{text-align:left;justify-content:flex-start}
 #olh-app .olh-home-proof span>b,#olh-app .olh-home-proof span:last-child>b{font-size:25px!important;min-height:25px}
 .olh-connected-break{min-height:580px;padding:64px 20px}.olh-connected-copy p{font-size:13px}#olh-app .olh-connected-copy h2{font-size:clamp(48px,14vw,66px)!important}
 #olh-app .olh-site>.olh-ethics{margin:0!important;padding:22px 18px!important;min-height:210px!important}
}

/* 1.0.23: one consistent action-button system across the homepage */
#olh-app .olh-home-primary,
#olh-app .olh-gold-button,
#olh-app .olh-contact-copy>a{
 box-sizing:border-box!important;
 min-height:44px!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 width:auto!important;
 margin-top:22px;
 padding:13px 18px!important;
 border:1px solid var(--gold)!important;
 border-radius:8px!important;
 background:var(--gold)!important;
 color:#0b0c0d!important;
 font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
 font-size:10px!important;
 line-height:1!important;
 font-weight:800!important;
 letter-spacing:.01em!important;
 text-transform:lowercase!important;
 text-decoration:none!important;
 box-shadow:none!important;
 white-space:nowrap;
 transition:background .22s ease,transform .22s ease,box-shadow .22s ease!important
}
#olh-app .olh-home-primary:hover,
#olh-app .olh-home-primary:focus,
#olh-app .olh-gold-button:hover,
#olh-app .olh-gold-button:focus,
#olh-app .olh-contact-copy>a:hover,
#olh-app .olh-contact-copy>a:focus{
 background:#ffd45c!important;
 color:#0b0c0d!important;
 transform:translateY(-2px);
 box-shadow:0 9px 24px rgba(246,185,22,.18)!important
}
#olh-app .olh-home-secondary{
 box-sizing:border-box!important;
 min-height:44px!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
 width:auto!important;
 padding:13px 18px!important;
 border:1px solid #272722!important;
 border-radius:8px!important;
 background:transparent!important;
 color:#171715!important;
 font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
 font-size:10px!important;
 line-height:1!important;
 font-weight:800!important;
 letter-spacing:.01em!important;
 text-transform:lowercase!important;
 box-shadow:none!important;
 white-space:nowrap
}
#olh-app .olh-home-secondary:hover,
#olh-app .olh-home-secondary:focus{
 background:#171715!important;
 color:#fff!important;
 transform:translateY(-2px)
}
@media(max-width:800px){
 #olh-app .olh-home-primary,
 #olh-app .olh-gold-button,
 #olh-app .olh-contact-copy>a,
 #olh-app .olh-home-secondary{
  min-height:44px!important;
  padding:13px 16px!important;
  font-size:10px!important
 }
}

/* 1.0.26: final transparent-header contrast and edge reset */
#olh-app .olh-site.olh-home-active>.olh-topbar:not(.is-scrolled):not(.menu-open){
 border:none!important;
 border-width:0!important;
 border-color:transparent!important;
 border-bottom:0!important;
 outline:0!important;
 box-shadow:none!important
}
#olh-app .olh-site.olh-home-active>.olh-topbar:not(.is-scrolled):not(.menu-open) .olh-brand small{
 color:#fff!important;
 -webkit-text-fill-color:#fff!important;
 opacity:1!important;
 filter:none!important;
 mix-blend-mode:normal!important;
 text-shadow:0 1px 10px rgba(0,0,0,.9)!important
}
#olh-app .olh-site.olh-home-active>.olh-topbar.is-scrolled,
#olh-app .olh-site.olh-home-active>.olh-topbar.menu-open{
 border:0!important;
 border-bottom:1px solid rgba(255,255,255,.12)!important
}

/* 1.0.27: consistent breathing room above the shared footer on mobile */
@media(max-width:800px){
 #olh-app .olh-stage>.olh-view{
  box-sizing:border-box!important;
  padding-bottom:clamp(30px,8vw,44px)!important
 }
}

/* 1.0.28: circular brand mark and unified in-page tool experience */
#olh-app .olh-brand img{
 width:40px!important;
 height:40px!important;
 aspect-ratio:1!important;
 object-fit:contain!important;
 border:0!important;
 border-radius:0!important;
 background:transparent!important;
 overflow:visible!important
}
#olh-app button.olh-app-card{
 appearance:none!important;
 -webkit-appearance:none!important;
 font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
 color:var(--ink)!important;
 cursor:pointer!important
}
#olh-app button.olh-app-card.ink{color:#fff!important}

/* 1.0.29: full-height mobile opening video beneath the overlay header */
@media(max-width:800px){
 #olh-app .olh-home-active .olh-public-hero{
  width:100%!important;
  min-height:100svh!important;
  min-height:100dvh!important;
  padding-top:calc(72px + env(safe-area-inset-top,0px))!important;
  padding-bottom:max(58px,calc(34px + env(safe-area-inset-bottom,0px)))!important;
 }
 #olh-app .olh-home-active .olh-public-hero>video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
 }
}
.olh-tool-modal[hidden]{display:none!important}

/* 1.0.30: full-height desktop hero and clearer desktop navigation dividers */
@media(min-width:801px){
 #olh-app .olh-home-active .olh-public-hero{
  width:100%!important;
  min-height:100svh!important;
  min-height:100dvh!important;
 }
 #olh-app .olh-nav button:not(:last-child)::after{
  width:2px!important;
  background:rgba(251,191,36,.52)!important;
 }
}

.olh-tool-modal{
 position:fixed;
 inset:0;
 z-index:2147483645;
 display:grid;
 place-items:center;
 padding:clamp(12px,2.5vw,34px);
 opacity:0;
 transition:opacity .22s ease
}
.olh-tool-modal.is-open{opacity:1}
.olh-tool-backdrop{
 position:absolute;
 inset:0;
 background:rgba(3,4,4,.84);
 backdrop-filter:blur(12px)
}
.olh-tool-shell{
 position:relative;
 width:min(1380px,100%);
 height:min(900px,94svh);
 display:flex;
 flex-direction:column;
 overflow:hidden;
 background:#f5f1e9;
 border:1px solid rgba(246,185,22,.52);
 border-radius:20px;
 box-shadow:0 32px 100px rgba(0,0,0,.62);
 transform:translateY(16px) scale(.988);
 transition:transform .22s cubic-bezier(.2,.8,.2,1)
}
.olh-tool-modal.is-open .olh-tool-shell{transform:none}
.olh-tool-bar{
 position:relative;
 flex:0 0 68px;
 min-height:68px;
 display:grid;
 grid-template-columns:1fr auto 1fr;
 align-items:center;
 gap:18px;
 padding:0 22px;
 background:#080909;
 color:#fff;
 border-bottom:1px solid rgba(246,185,22,.32)
}
.olh-tool-brand{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.06em}
.olh-tool-brand img{width:36px;height:36px;aspect-ratio:1;object-fit:cover;border-radius:50%;background:#080909}
.olh-tool-brand b{color:var(--gold)}
#olh-app .olh-tool-bar>strong{font-size:12px!important;font-weight:800!important;letter-spacing:.02em;color:#fff!important}
#olh-app .olh-tool-close{
 justify-self:end;
 width:44px!important;
 height:44px!important;
 display:grid!important;
 place-items:center!important;
 border:0!important;
 padding:0!important;
 background:transparent!important;
 color:#fff!important;
 font:300 38px/1 Arial,sans-serif!important;
 box-shadow:none!important;
 transition:color .18s ease,transform .18s ease
}
#olh-app .olh-tool-close:hover,#olh-app .olh-tool-close:focus{color:var(--gold)!important;transform:scale(1.08)}
.olh-tool-frame{flex:1 1 auto;width:100%;height:100%;border:0;background:#f5f1e9;opacity:0;transition:opacity .18s ease}
.olh-tool-frame.is-ready{opacity:1}
.olh-tool-loading{position:absolute;inset:68px 0 0;display:flex;align-items:center;justify-content:center;gap:12px;background:#f5f1e9;color:#5f5b53;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.olh-tool-loading[hidden]{display:none}
.olh-tool-loading span{width:18px;height:18px;border:2px solid rgba(11,12,13,.15);border-top-color:var(--gold);border-radius:50%;animation:olh-tool-spin .7s linear infinite}
@keyframes olh-tool-spin{to{transform:rotate(360deg)}}
@media(max-width:800px){
 #olh-app .olh-brand img{width:34px!important;height:34px!important}
 .olh-tool-modal{padding:0;place-items:stretch}
 .olh-tool-shell{width:100%;height:100svh;max-height:none;border:0;border-radius:0}
 .olh-tool-bar{flex-basis:62px;min-height:62px;grid-template-columns:auto 1fr auto;padding:0 12px;gap:10px}
 .olh-tool-brand span{display:none}
 .olh-tool-brand img{width:34px;height:34px}
 #olh-app .olh-tool-bar>strong{text-align:center;font-size:11px!important}
 #olh-app .olh-tool-close{width:42px!important;height:42px!important;font-size:36px!important}
 .olh-tool-loading{inset:62px 0 0}
}
@media(prefers-reduced-motion:reduce){
 .olh-tool-modal,.olh-tool-shell,.olh-tool-frame{transition:none}
}

/* 1.0.56: viewport reveals and connected-method signal */
.olh-home-view .olh-scroll-reveal{
 opacity:0;
 transform:translate3d(0,24px,0);
 filter:blur(3px);
 transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1),filter .72s ease;
 transition-delay:var(--olh-reveal-delay,0ms);
 will-change:opacity,transform
}
.olh-home-view .olh-scroll-reveal.is-visible{opacity:1;transform:none;filter:none}
.olh-home-tool.olh-scroll-reveal{transform:translate3d(0,30px,0) scale(.985)}
.olh-home-tool.olh-scroll-reveal.is-visible{transform:none}
.olh-tiktok-frame.olh-scroll-reveal{transform:translate3d(0,28px,0) scale(.99)}
.olh-tiktok-frame.olh-scroll-reveal.is-visible{transform:none}
.olh-method-signal{position:relative;z-index:1;width:min(100%,430px);display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;padding-top:18px;color:#fff;font-size:7px;font-weight:800;letter-spacing:.14em}
.olh-method-signal span{position:relative;display:flex;flex-direction:column;gap:10px}
.olh-method-signal span:nth-of-type(2){align-items:center}
.olh-method-signal span:nth-of-type(3){align-items:flex-end}
.olh-method-signal span b{position:relative;z-index:2;width:9px;height:9px;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:#171715;box-shadow:0 0 0 0 rgba(246,185,22,0);transition:border-color .3s ease,background .3s ease,box-shadow .45s ease}
.olh-signal-line{position:absolute;top:22px;left:4px;right:4px;height:1px;background:rgba(255,255,255,.24);overflow:hidden}
.olh-signal-line i{display:block;width:100%;height:100%;background:var(--gold);transform:scaleX(0);transform-origin:left center}
.olh-method-signal.is-signal-active .olh-signal-line i{animation:olh-connect-line 1.25s .3s cubic-bezier(.65,0,.35,1) forwards}
.olh-method-signal.is-signal-active span b{animation:olh-connect-node .45s ease forwards}
.olh-method-signal.is-signal-active span:nth-of-type(1) b{animation-delay:.26s}
.olh-method-signal.is-signal-active span:nth-of-type(2) b{animation-delay:.82s}
.olh-method-signal.is-signal-active span:nth-of-type(3) b{animation-delay:1.38s}
@keyframes olh-connect-line{to{transform:scaleX(1)}}
@keyframes olh-connect-node{50%{box-shadow:0 0 0 8px rgba(246,185,22,.13)}to{border-color:var(--gold);background:var(--gold);box-shadow:0 0 18px rgba(246,185,22,.38)}}
@media(max-width:800px){.olh-method-signal{width:min(100%,320px);margin-top:20px}.olh-home-view .olh-scroll-reveal{transform:translate3d(0,18px,0);filter:none}}
@media(prefers-reduced-motion:reduce){
 .olh-home-view .olh-scroll-reveal,.olh-home-view .olh-scroll-reveal.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
 .olh-method-signal .olh-signal-line i{transform:scaleX(1)!important;animation:none!important}
 .olh-method-signal span b{border-color:var(--gold)!important;background:var(--gold)!important;box-shadow:none!important;animation:none!important}
}

/* 1.0.57: full-screen Exposure File evidence map */
.olh-exposure-map-view{min-height:calc(100svh - 178px);padding:28px clamp(24px,4vw,64px) 24px;background:#0b0c0d;color:#fff;display:grid;grid-template-rows:auto minmax(390px,1fr) auto;gap:18px;overflow:hidden}
.olh-map-head{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:end;gap:42px}
.olh-map-head h2{margin:8px 0 10px!important;color:#fff!important;font-size:clamp(34px,4.2vw,66px)!important;line-height:.91!important;letter-spacing:-.055em!important}.olh-map-head h2 em{color:var(--gold)!important;font-style:normal}.olh-map-head>div>p{max-width:700px;margin:0;color:#aaa9a4;font-size:11px;line-height:1.6}
.olh-map-controls{align-self:end}.olh-map-controls .olh-audiences{justify-content:flex-end;margin:0}.olh-map-controls .olh-audience-copy{max-width:520px;margin:10px 0 0 auto;color:#cbc8c0;font-size:9px;line-height:1.5;text-align:right}
.olh-evidence-map{position:relative;isolation:isolate;min-height:390px;border:1px solid rgba(246,185,22,.22);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 52% 50%,rgba(246,185,22,.1),transparent 27%),linear-gradient(145deg,#111313,#080909 72%);box-shadow:inset 0 0 90px rgba(0,0,0,.5)}
.olh-map-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(246,185,22,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(246,185,22,.045) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent)}
.olh-map-scan{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,transparent 0,rgba(246,185,22,.07) 48%,rgba(246,185,22,.35) 50%,rgba(246,185,22,.07) 52%,transparent 100%);transform:translateY(-105%)}
.olh-map-live .olh-map-scan{animation:olh-map-scan 5s 1s ease-in-out infinite}
.olh-map-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.olh-map-lines path{fill:none;stroke:rgba(246,185,22,.72);stroke-width:1.6;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 4px rgba(246,185,22,.3))}.olh-map-live .olh-path{animation:olh-map-draw .9s cubic-bezier(.65,0,.35,1) forwards}.olh-map-live .olh-path-1{animation-delay:.45s}.olh-map-live .olh-path-2{animation-delay:.68s}.olh-map-live .olh-path-3{animation-delay:.91s}.olh-map-live .olh-path-4{animation-delay:1.14s}.olh-map-live .olh-path-5{animation-delay:1.75s}
.olh-evidence-node{position:absolute;width:clamp(135px,15vw,215px);min-height:70px;padding:13px 15px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(12,14,14,.9);box-shadow:0 14px 35px rgba(0,0,0,.28);opacity:0;transform:translateY(10px) scale(.97);transition:opacity .45s ease,transform .45s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease;backdrop-filter:blur(8px)}
.olh-evidence-node:before{content:"";position:absolute;top:50%;right:-5px;width:8px;height:8px;border-radius:50%;background:#171818;border:1px solid rgba(246,185,22,.5);transform:translateY(-50%)}
.olh-evidence-node small{display:block;margin-bottom:5px;color:#c39018;font-size:5.5px;font-weight:800;letter-spacing:.16em}.olh-evidence-node b{display:block;color:#fff;font-size:clamp(11px,1.15vw,16px);letter-spacing:-.02em}.olh-evidence-node span{display:block;margin-top:4px;color:#8d8d88;font-size:7px;line-height:1.35}
.olh-node-profile{left:5%;top:12%}.olh-node-domain{left:5%;bottom:12%}.olh-node-document{left:32%;top:8%}.olh-node-history{left:32%;bottom:8%}.olh-node-connected{left:49%;top:50%;transform:translate(-50%,-50%) scale(.94);border-color:rgba(246,185,22,.65);background:#171714}.olh-node-connected:before{right:-5px}.olh-node-risk{right:5%;top:50%;transform:translateY(-50%) scale(.94);border-color:rgba(223,129,38,.5)}.olh-node-risk:before{right:auto;left:-5px;background:var(--gold)}
.olh-map-live .olh-evidence-node{opacity:1;transform:none}.olh-map-live .olh-node-profile{transition-delay:.12s}.olh-map-live .olh-node-domain{transition-delay:.32s}.olh-map-live .olh-node-document{transition-delay:.52s}.olh-map-live .olh-node-history{transition-delay:.72s}.olh-map-live .olh-node-connected{transform:translate(-50%,-50%);transition-delay:1.35s;box-shadow:0 0 0 1px rgba(246,185,22,.22),0 0 35px rgba(246,185,22,.13)}.olh-map-live .olh-node-risk{transform:translateY(-50%);transition-delay:2.15s;box-shadow:0 0 30px rgba(223,129,38,.12)}
.olh-map-method{position:absolute;left:50%;bottom:17px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;color:#bcb9b0;font-size:6px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;opacity:0;transition:opacity .4s 2.2s ease}.olh-map-live .olh-map-method{opacity:1}.olh-map-method span{display:flex;align-items:center;gap:5px}.olh-map-method i{color:var(--gold);font-style:normal}.olh-map-method>b{width:28px;height:1px;background:rgba(246,185,22,.38)}
.olh-map-foot{display:flex;align-items:center;justify-content:space-between;gap:20px}.olh-map-foot p{margin:0;color:#777872;font-size:6px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.olh-map-foot .olh-gold-button{margin:0}
@keyframes olh-map-draw{to{stroke-dashoffset:0}}@keyframes olh-map-scan{0%,12%{transform:translateY(-105%)}55%,100%{transform:translateY(105%)}}
@media(max-width:800px){
 .olh-exposure-map-view{min-height:0;padding:26px 16px;grid-template-rows:auto 640px auto;gap:18px;overflow:visible}.olh-map-head{grid-template-columns:1fr;gap:18px}.olh-map-head h2{font-size:clamp(38px,11vw,52px)!important}.olh-map-head>div>p{font-size:11px}.olh-map-controls .olh-audiences{justify-content:flex-start}.olh-map-controls .olh-audience-copy{margin-left:0;text-align:left;font-size:10px}.olh-evidence-map{min-height:640px}.olh-map-lines{display:none}.olh-evidence-node{width:calc(50% - 24px);min-height:86px}.olh-node-profile{left:12px;top:35px}.olh-node-document{left:auto;right:12px;top:35px}.olh-node-domain{left:12px;top:155px;bottom:auto}.olh-node-history{left:auto;right:12px;top:155px;bottom:auto}.olh-node-connected{left:50%;top:330px;width:calc(100% - 48px)}.olh-node-risk{left:24px;right:auto;top:475px;width:calc(100% - 48px)}.olh-evidence-node:before{display:none}.olh-map-method{bottom:20px;width:calc(100% - 34px);justify-content:center;gap:6px}.olh-map-method>b{width:12px}.olh-map-foot{align-items:flex-start;flex-direction:column}.olh-map-foot .olh-gold-button{width:100%}
}
@media(prefers-reduced-motion:reduce){.olh-map-scan{display:none}.olh-map-lines path{stroke-dashoffset:0!important;animation:none!important}.olh-evidence-node,.olh-node-connected,.olh-node-risk{opacity:1!important;animation:none!important;transition:none!important}.olh-map-method{opacity:1!important;transition:none!important}}

/* 1.0.58: dependable scroll motion, warm map surround and embed fallback */
.olh-tiktok-fallback{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;color:#565149}.olh-tiktok-fallback[hidden]{display:none}.olh-tiktok-fallback small{color:#8b5e00;font-size:7px;font-weight:800;letter-spacing:.15em}.olh-tiktok-fallback b{margin-top:9px;color:#171715;font-size:20px;letter-spacing:-.025em}.olh-tiktok-fallback p{margin:7px 0 16px;font-size:10px}.olh-tiktok-fallback a{border-bottom:1px solid #171715;color:#171715!important;font-size:8px;font-weight:800;padding-bottom:3px}.olh-tiktok-mount.is-unavailable>.sk-tiktok-feed{display:none!important}
.olh-exposure-map-view{background:var(--paper);color:var(--ink);border-top:1px solid var(--line)}
.olh-map-head h2{color:#171715!important}.olh-map-head h2 em{color:#8b5e00!important}.olh-map-head .olh-eyebrow.light{color:#8b5e00}.olh-map-head>div>p{color:#615d55}.olh-map-controls .olh-audiences button{border-color:#b8b1a4;color:#5c574e!important}.olh-map-controls .olh-audiences button:hover,.olh-map-controls .olh-audiences button.active{border-color:var(--gold);background:var(--gold);color:#111!important}.olh-map-controls .olh-audience-copy{color:#615d55}.olh-map-foot p{color:#716c63}
.olh-map-reveal{opacity:0;transform:translateY(18px);filter:blur(2px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),filter .65s ease;transition-delay:var(--olh-map-delay,0ms)}.olh-map-reveal.is-visible{opacity:1;transform:none;filter:none}.olh-evidence-map.olh-map-reveal{transform:translateY(22px) scale(.992)}.olh-evidence-map.olh-map-reveal.is-visible{transform:none}
@media(max-width:800px){.olh-tiktok-fallback{min-height:210px;padding:24px 16px}.olh-tiktok-fallback b{font-size:17px}.olh-map-reveal{filter:none}}
@media(prefers-reduced-motion:reduce){.olh-map-reveal,.olh-map-reveal.is-visible{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}}

/* 1.0.59: ultrawide-safe evidence canvas and improved legibility */
.olh-map-canvas{position:absolute;inset:0;width:min(100%,1400px);height:100%;margin:auto}
.olh-map-canvas .olh-map-lines{inset:0}
.olh-map-canvas .olh-evidence-node{width:18%;min-height:84px;padding:16px 18px}
.olh-map-canvas .olh-node-profile{left:4%;top:6%}
.olh-map-canvas .olh-node-document{left:4%;top:29%}
.olh-map-canvas .olh-node-domain{left:4%;top:52%;bottom:auto}
.olh-map-canvas .olh-node-history{left:4%;top:75%;bottom:auto}
.olh-map-canvas .olh-node-connected{left:54%;top:50%}
.olh-map-canvas .olh-node-risk{right:4%;top:50%}
.olh-map-head .olh-eyebrow{font-size:9px}
.olh-map-head>div>p{max-width:760px;font-size:14px;line-height:1.65}
.olh-map-controls .olh-audiences button{padding:9px 13px;font-size:10px}
.olh-map-controls .olh-audience-copy{max-width:620px;font-size:11px;line-height:1.55}
.olh-map-canvas .olh-evidence-node small{font-size:7px;line-height:1.25}
.olh-map-canvas .olh-evidence-node b{font-size:clamp(15px,1.05vw,19px);line-height:1.18}
.olh-map-canvas .olh-evidence-node span{margin-top:6px;font-size:9px;line-height:1.45}
.olh-map-canvas .olh-map-method{font-size:8px;gap:12px}
.olh-map-canvas .olh-map-method>b{width:34px}
.olh-map-foot p{font-size:8px;line-height:1.4}
#olh-app .olh-map-foot .olh-gold-button{padding:13px 17px;font-size:10px}
@media(min-width:1600px){.olh-exposure-map-view{padding-left:48px;padding-right:48px}.olh-map-head{grid-template-columns:minmax(560px,1fr) minmax(600px,1fr)}.olh-evidence-map{min-height:500px}}
@media(max-width:800px){
 .olh-map-canvas{position:absolute;inset:0;width:100%;height:100%;margin:0}
 .olh-map-canvas .olh-evidence-node{width:calc(50% - 24px);min-height:94px;padding:14px}
 .olh-map-canvas .olh-node-profile{left:12px;top:35px}.olh-map-canvas .olh-node-document{left:auto;right:12px;top:35px}.olh-map-canvas .olh-node-domain{left:12px;top:165px}.olh-map-canvas .olh-node-history{left:auto;right:12px;top:165px}.olh-map-canvas .olh-node-connected{left:50%;top:350px;width:calc(100% - 48px)}.olh-map-canvas .olh-node-risk{left:24px;right:auto;top:500px;width:calc(100% - 48px)}
 .olh-map-head>div>p{font-size:13px}.olh-map-controls .olh-audiences button{font-size:8px}.olh-map-controls .olh-audience-copy{font-size:11px}.olh-map-canvas .olh-evidence-node b{font-size:15px}.olh-map-canvas .olh-evidence-node span{font-size:9px}.olh-map-canvas .olh-map-method{font-size:7px;gap:6px}.olh-map-foot p{font-size:7px}
}

/* 1.0.31: equal proof cards and a centred two-tier footer */
#olh-app .olh-home-intro-light .olh-home-proof{
 width:min(100%,900px)!important;
 display:grid!important;
 grid-template-columns:repeat(3,minmax(0,1fr))!important;
 align-items:stretch!important;
 gap:14px!important;
 margin:32px auto 0!important;
 padding:0!important;
 border:0!important;
 text-align:left!important;
}

/* 1.0.32: refreshed header lockup using the supplied Outsight raven */
#olh-app .olh-brand{
 gap:4px!important;
 font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
 font-size:clamp(17px,1.45vw,22px)!important;
 font-weight:800!important;
 letter-spacing:-.045em!important;
 line-height:1!important;
 white-space:nowrap!important
}
#olh-app .olh-brand>img{
 width:44px!important;
 height:44px!important;
 border:0!important;
 border-radius:0!important;
 background:transparent!important;
 object-fit:contain!important;
 object-position:center!important;
 display:block!important;
 overflow:visible!important;
 flex:0 0 44px!important
}
/* 1.0.38: the supplied raster logo is clipped into a reliable CSS circle. */
#olh-app .olh-brand .olh-brand-name{
 display:inline-flex!important;
 align-items:baseline!important;
 gap:.24em!important;
 flex-wrap:nowrap!important
}
#olh-app .olh-brand .olh-brand-name>span{
 display:inline!important;
 color:#fff!important;
 -webkit-text-fill-color:#fff!important
}
#olh-app .olh-brand .olh-brand-name>b{
 display:inline!important;
 color:var(--gold)!important;
 -webkit-text-fill-color:var(--gold)!important;
 font:inherit!important
}
@media(max-width:800px){
 #olh-app .olh-brand{font-size:16px!important;gap:4px!important}
 #olh-app .olh-brand>img{width:36px!important;height:36px!important;flex-basis:36px!important}
}
#olh-app .olh-home-intro-light .olh-home-proof>span{
 box-sizing:border-box!important;
 min-width:0!important;
 max-width:none!important;
 min-height:152px!important;
 display:flex!important;
 flex-direction:column!important;
 justify-content:flex-end!important;
 padding:22px!important;
 border:1px solid rgba(11,12,13,.14)!important;
 border-radius:15px!important;
 background:#fff!important;
 color:#67635c!important;
 box-shadow:0 14px 34px rgba(35,28,15,.07)!important;
 overflow:hidden!important;
 font-size:9px!important;
 line-height:1.4!important;
 letter-spacing:.08em!important;
}
#olh-app .olh-home-intro-light .olh-home-proof>span:nth-child(1){
 background:#0b0c0d!important;
 color:#d4d0c8!important;
 border-color:#0b0c0d!important;
}
#olh-app .olh-home-intro-light .olh-home-proof>span:nth-child(2){
 background:var(--gold)!important;
 color:#4b3605!important;
 border-color:var(--gold)!important;
}
#olh-app .olh-home-intro-light .olh-home-proof>span:nth-child(3){
 background:#e9e2d5!important;
 color:#625d54!important;
}
#olh-app .olh-home-intro-light .olh-home-proof>span>b,
#olh-app .olh-home-intro-light .olh-home-proof>span:last-child>b{
 display:block!important;
 width:100%!important;
 min-height:0!important;
 margin:0 0 10px!important;
 color:#171715!important;
 font-size:clamp(30px,3vw,44px)!important;
 line-height:.92!important;
 letter-spacing:-.045em!important;
 white-space:nowrap!important;
 text-transform:none!important;
}
#olh-app .olh-home-intro-light .olh-home-proof>span:nth-child(1)>b{color:#fff!important}
#olh-app .olh-site>.olh-ethics{
 height:auto!important;
 min-height:118px!important;
 flex-basis:118px!important;
 display:flex!important;
 flex-direction:column!important;
 align-items:center!important;
 justify-content:center!important;
 gap:10px!important;
 padding:13px 4.5vw 12px!important;
}
#olh-app .olh-site>.olh-ethics .olh-copyright{
 display:block!important;
 width:100%!important;
 margin:0!important;
 color:#a8a49c!important;
 text-align:center!important;
 line-height:1.3!important;
}
@media(max-width:800px){
 #olh-app .olh-home-intro-light .olh-home-proof{
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-top:24px!important;
 }
 #olh-app .olh-home-intro-light .olh-home-proof>span{
  min-height:122px!important;
  padding:19px 20px!important;
  font-size:8px!important;
 }
 #olh-app .olh-home-intro-light .olh-home-proof>span>b,
 #olh-app .olh-home-intro-light .olh-home-proof>span:last-child>b{
  font-size:34px!important;
 }
 #olh-app .olh-site>.olh-ethics{
  min-height:190px!important;
  flex-basis:190px!important;
  margin:0!important;
  padding:18px!important;
  gap:12px!important;
 }
}

/* 1.1.0: service overview, limited sample and shared wordmark. */
#olh-app .olh-brand-name,#olh-app .olh-policy-brand>span,#olh-app .olh-tool-brand>span{display:inline-flex!important;align-items:baseline!important;gap:.2em!important;font:800 28px/1.1 Manrope,sans-serif!important;letter-spacing:-1.2px!important;text-transform:none!important;white-space:nowrap}
#olh-app .olh-brand-name>b,#olh-app .olh-policy-brand>span>b,#olh-app .olh-tool-brand>span>b{font-size:.43em!important;font-weight:700!important;letter-spacing:0!important;color:inherit!important}
#olh-app .olh-tool-brand img{object-fit:contain!important;border-radius:0!important;background:none!important}
#olh-app .olh-new-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin:28px 0}
#olh-app .olh-new-actions a{text-decoration:none}
#olh-app .olh-public-copy .olh-home-secondary{color:white!important;border-color:#ffffff70}
#olh-app .olh-product-intro{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:8vw;padding:80px max(6vw,24px);background:#eee9de}
#olh-app .olh-product-intro h1,#olh-app .olh-product-intro h2{font:800 clamp(36px,4.6vw,68px)/1.06 Manrope,sans-serif;letter-spacing:-.055em;margin:20px 0 26px;color:#101b26}
#olh-app .olh-product-intro p{font-size:17px;line-height:1.8;max-width:600px;color:#4b514f}
#olh-app .olh-product-intro small{display:block;font-size:12px;line-height:1.7;margin-top:22px;color:#62675f}
#olh-app .olh-report-object{border:0;background:radial-gradient(ellipse at 50% 20%,#324959,#0d1b28 80%);padding:42px 32px 24px;display:flex;flex-direction:column;align-items:center;gap:32px;border-radius:5px;min-width:0;box-shadow:0 26px 65px #14202a20}
#olh-app .olh-report-object img{width:76%;max-height:520px;object-fit:contain;transform:perspective(1400px) rotateY(-9deg) rotateZ(-3deg);box-shadow:12px 16px 0 #c8d0d5,24px 28px 28px #0007;border:1px solid #6f7984;transition:transform .5s}
#olh-app button.olh-report-object:hover img{transform:perspective(1400px) rotateY(0) rotateZ(0)}
#olh-app .olh-report-object span{color:#dfbc68;font-size:10px;font-weight:800;letter-spacing:.14em;text-align:center;line-height:1.8}
#olh-app .olh-service-view{display:block;padding:0;background:#f7f5ef;width:100%}
#olh-app .olh-service-section{padding:76px max(6vw,24px);scroll-margin-top:100px}
#olh-app .olh-service-view h2{font:800 clamp(30px,3.5vw,48px)/1.13 Manrope,sans-serif;letter-spacing:-.045em;margin:16px 0 24px}
#olh-app .olh-service-view h3{font:800 22px/1.25 Manrope,sans-serif;letter-spacing:-.025em;margin:14px 0}
#olh-app .olh-service-view p{font-size:16px;line-height:1.8;margin:14px 0;max-width:760px}
#olh-app .olh-deliverables,#olh-app .olh-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:36px 0}
#olh-app .olh-deliverables article{border-top:1px solid #b9b7aa;padding-top:24px}
#olh-app .olh-deliverables article>span{font-size:11px;color:#80714e;font-weight:800;letter-spacing:.12em}
#olh-app .olh-demo-intro{background:#173832;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}
#olh-app .olh-demo-intro .olh-section-kicker{color:#d6ba75}
#olh-app .olh-sample[hidden]{display:none!important}
#olh-app .olh-sample{background:#0d1926;color:#edf1f2;scroll-margin-top:80px;position:relative}
#olh-app .olh-sample>header{display:flex;justify-content:space-between;gap:12px;padding:22px 6vw;border-bottom:1px solid #ffffff20;align-items:center;font-size:11px;letter-spacing:.1em}
#olh-app .olh-sample button{background:transparent;border:1px solid #ffffff50;border-radius:4px;padding:10px 14px;color:inherit}
#olh-app .olh-sample button:disabled{opacity:.4;cursor:default}
#olh-app .olh-sample-body{padding:40px max(6vw,24px) 70px}
#olh-app .olh-sample .olh-section-kicker{color:#dabc73}
#olh-app .olh-sample p{color:#bbc9d1}
#olh-app .olh-demo-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:30px 0;font-size:12px}
#olh-app .olh-demo-controls span{margin-left:auto;color:#dabc73}
#olh-app .olh-evidence-sequence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin:36px 0}
#olh-app .olh-evidence-sequence article{position:relative;padding:24px;border:1px solid #ffffff20;background:linear-gradient(150deg,#1e3546,#101e2c);opacity:.25;transform:translateY(8px);transition:opacity .7s,transform .7s,border-color .7s}
#olh-app .olh-evidence-sequence article.is-revealed{opacity:1;transform:none;border-color:#c4a565}
#olh-app .olh-evidence-sequence article+article:before{content:'';position:absolute;left:-35px;top:50%;width:34px;height:2px;background:#d8b467;transform:scaleX(0);transform-origin:left;transition:transform .6s}
#olh-app .olh-evidence-sequence article.is-revealed:before{transform:scaleX(1)}
#olh-app .olh-evidence-sequence article>span,#olh-app .olh-evidence-sequence article>small{font-size:10px;color:#b8c5ce;letter-spacing:.06em}
#olh-app .olh-evidence-symbol{font-size:52px;font-weight:800;line-height:1.4;color:#d8b467;margin:15px 0}
#olh-app .olh-profile-build{display:flex;align-items:center;gap:24px;padding:26px;background:#18372f;border:1px solid #4a7463}
#olh-app .olh-profile-avatar{display:grid;place-items:center;width:62px;height:62px;flex:0 0 62px;border:1px solid #dabc73;border-radius:50%;font-weight:800;color:#dabc73}
#olh-app .olh-profile-build small{font-size:10px;letter-spacing:.1em;color:#dabc73}
#olh-app .olh-profile-build h3,#olh-app .olh-profile-build p{margin:6px 0}
#olh-app .olh-interpret{display:grid;grid-template-columns:1.6fr 1fr;gap:50px;margin:76px 0;align-items:center}
#olh-app .olh-interpret aside{padding:26px;border-left:2px solid #dabc73;background:#ffffff06}
#olh-app .olh-mock-email{max-width:780px;margin:28px 0 16px;padding:32px;background:#f5f2eb;color:#172531;border-radius:5px;box-shadow:0 16px 40px #0002}
#olh-app .olh-mock-email p{color:#35434b}
#olh-app .olh-email-meta{display:flex;flex-direction:column;gap:6px;padding-bottom:20px;border-bottom:1px solid #d3d1c8;overflow-wrap:anywhere}
#olh-app .olh-email-meta span{font-size:12px}
#olh-app .olh-email-meta small{font-size:9px;color:#79735d}
#olh-app .olh-mock-email button{display:inline;padding:1px 4px;background:#f0dda6;border:0;border-bottom:1px dashed #8b661e;border-radius:0;text-align:left;line-height:1.8;color:#172531}
#olh-app .olh-mock-email button[aria-pressed=true]{background:#cce3d5}
#olh-app .olh-clue-answer{min-height:64px;padding:18px;border-left:2px solid #dabc73}
#olh-app .olh-sample-finish{display:grid;grid-template-columns:1.5fr .65fr;gap:60px;align-items:center;margin-top:70px;padding-top:60px;border-top:1px solid #ffffff20}
#olh-app .olh-sample-finish img{width:100%;transform:rotate(3deg);box-shadow:12px 15px 0 #b5bfc7}
#olh-app .olh-sample .olh-home-secondary{color:#fff;border-color:#ffffff70}
#olh-app .olh-price-grid article{display:flex;flex-direction:column;padding:30px 24px;border:1px solid #d6d2c7;background:#fffdf8;border-radius:4px}
#olh-app .olh-price-grid article.is-featured{border:2px solid #ac8a39;background:#f6efdd}
#olh-app .olh-price-grid small{font-size:10px;letter-spacing:.1em;color:#746b56}
#olh-app .olh-price-grid strong{font-size:42px;letter-spacing:-.04em;color:#172d30}
#olh-app .olh-price-grid ul{padding-left:18px;line-height:1.7;font-size:14px;margin:18px 0}
#olh-app .olh-price-grid li{margin:10px 0}
#olh-app .olh-price-grid .olh-scope-detail{font-size:12px;color:#65665d;margin-top:auto}
#olh-app .olh-price-grid a{margin-top:20px;text-decoration:none;text-align:center}
#olh-app .olh-service-process{background:#e8ece5}
#olh-app .olh-service-note{font-size:12px;color:#62685d}
#olh-app button:focus-visible,#olh-app a:focus-visible{outline:3px solid #b8862d;outline-offset:5px}
@media(max-width:800px){
#olh-app .olh-product-intro{grid-template-columns:1fr;gap:42px;padding:48px 24px}
#olh-app .olh-report-object{max-width:450px;width:100%;margin:auto}
#olh-app .olh-service-section{padding:48px 24px}
#olh-app .olh-deliverables,#olh-app .olh-price-grid{grid-template-columns:1fr}
#olh-app .olh-demo-intro{display:block}
#olh-app .olh-evidence-sequence{grid-template-columns:1fr;gap:28px}
#olh-app .olh-evidence-sequence article+article:before{width:2px;height:28px;left:50%;top:-29px;transform:scaleY(0);transform-origin:top}
#olh-app .olh-evidence-sequence article.is-revealed:before{transform:scaleY(1)}
#olh-app .olh-evidence-sequence article{padding:20px}
#olh-app .olh-evidence-symbol{font-size:36px;margin:8px 0}
#olh-app .olh-interpret,#olh-app .olh-sample-finish{grid-template-columns:1fr;gap:24px;margin-top:48px}
#olh-app .olh-sample-finish img{max-width:250px;margin:15px auto}
#olh-app .olh-mock-email{padding:22px}
#olh-app .olh-profile-build{gap:16px;padding:18px}
#olh-app .olh-demo-controls span{width:100%;margin:8px 0}
#olh-app .olh-brand-name,#olh-app .olh-tool-brand>span{font-size:24px!important}
#olh-app .olh-nav{padding-bottom:calc(20px + env(safe-area-inset-bottom))!important;overscroll-behavior:contain}
}
@media(prefers-reduced-motion:reduce){#olh-app .olh-evidence-sequence article,#olh-app .olh-evidence-sequence article:before,#olh-app .olh-report-object img{transition:none!important}#olh-app .olh-public-hero video{display:none}#olh-app .olh-public-hero{background:#122b2c}}
#olh-app .olh-brand .olh-brand-name>b{font:700 .43em/1.1 Manrope,sans-serif!important;color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:0!important}
#olh-app .olh-sample .olh-home-secondary{color:#fff!important;border-color:#ffffff70!important}
#olh-app .olh-public-copy .olh-new-actions .olh-home-primary{margin-top:0!important}
#olh-app .olh-service-view .olh-home-primary,#olh-app .olh-service-view .olh-home-secondary,#olh-app .olh-product-intro .olh-home-primary{display:inline-flex;justify-content:center;align-items:center;padding:14px 18px;border-radius:6px;font-size:13px;font-weight:800;text-decoration:none;line-height:1.5}

/* 1.1.1: explicit heading colours prevent theme styles leaking into light panels. */
#olh-app .olh-service-view h1,
#olh-app .olh-service-view h2,
#olh-app .olh-service-view h3,
#olh-app .olh-product-intro h1,
#olh-app .olh-product-intro h2 {
 color:#132634!important;
 -webkit-text-fill-color:#132634!important;
}
#olh-app .olh-service-view .olh-demo-intro h2,
#olh-app .olh-service-view .olh-sample h2,
#olh-app .olh-service-view .olh-sample h3 {
 color:#edf1f2!important;
 -webkit-text-fill-color:#edf1f2!important;
}
#olh-app .olh-service-view .olh-sample .olh-mock-email h3 {
 color:#132634!important;
 -webkit-text-fill-color:#132634!important;
}

/* 1.1.2: paired actions own their spacing, not the standalone CTA margin. */
#olh-app .olh-new-actions {
 align-items:stretch!important;
}
#olh-app .olh-new-actions > .olh-home-primary,
#olh-app .olh-new-actions > .olh-home-secondary {
 margin:0!important;
 min-height:44px!important;
 align-self:stretch!important;
 display:inline-flex!important;
 align-items:center!important;
 justify-content:center!important;
}
/* Touch focus must not leave one action visually raised after a tap. */
@media(hover:none) {
 #olh-app .olh-new-actions > .olh-home-primary,
 #olh-app .olh-new-actions > .olh-home-secondary {
  transform:none!important;
 }
}

/* 1.1.3: retain identical PDF/link and button box metrics across all action rows. */
#olh-app .olh-new-actions > .olh-home-primary,
#olh-app .olh-new-actions > .olh-home-secondary {
 box-sizing:border-box!important;
 padding:13px 18px!important;
 line-height:1!important;
 vertical-align:middle!important;
}
/* 1.2.1: blurred, explicit reveal affordance; content alone is blurred. */
#olh-app .olh-folder .olf-evidence{opacity:1!important}
#olh-app .olf-evidence-content{display:flex;flex-direction:column;align-items:stretch;flex:1;width:100%;transition:filter .45s ease,opacity .45s ease}
#olh-app .olf-evidence-content>small{font-size:11px;line-height:1.55;font-weight:500;color:#57665e;margin-top:auto;padding-top:16px;border-top:1px solid #c7cdc2}
#olh-app .olf-evidence:not(.is-linked) .olf-evidence-content{filter:blur(7px);opacity:.42;user-select:none;pointer-events:none}
#olh-app .olf-evidence:not(.is-linked):after{content:"Tap to reveal";position:absolute;left:50%;top:54%;transform:translate(-50%,-50%);padding:13px 19px;white-space:nowrap;background:#173832;color:#fff;border:1px solid #dabc73;border-radius:5px;font:800 13px/1.4 Manrope,sans-serif;box-shadow:0 8px 25px #0003;pointer-events:none}
@media(hover:hover){#olh-app .olf-evidence:not(.is-linked):after{content:"Reveal evidence"}}
@media(prefers-reduced-motion:reduce){#olh-app .olf-evidence-content{transition:none!important}}
/* 1.2.0: standalone case-folder reader. */
#olh-app .olh-folder[hidden],#olh-app .olf-scene[hidden]{display:none!important}
#olh-app .olh-folder{position:fixed;inset:0;z-index:2147483647;height:100dvh;display:flex;flex-direction:column;background:#0d1926;color:#edf1f2;font-family:Manrope,sans-serif;isolation:isolate;overflow:hidden}
#olh-app .olh-folder h2,#olh-app .olh-folder h3{color:inherit!important;-webkit-text-fill-color:currentColor!important;font-style:normal!important;text-transform:none!important}
#olh-app .olh-folder button,#olh-app .olh-folder a{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;margin:0;border:1px solid #7d8c96;border-radius:6px;background:transparent;color:inherit;font:700 13px/1.35 Manrope,sans-serif;text-decoration:none;cursor:pointer;box-shadow:none}
#olh-app .olh-folder button:disabled{opacity:.4;cursor:default}
#olh-app .olh-folder .olf-primary{background:#f6b916;color:#12202c;border-color:#f6b916}
#olh-app .olf-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 4vw;border-bottom:1px solid #ffffff20;background:#0a121b;flex-shrink:0}
#olh-app .olf-brand{display:flex;align-items:center;gap:10px}
#olh-app .olf-brand img{width:36px;height:36px;object-fit:contain}
#olh-app .olf-brand>span{font-size:27px;font-weight:800;letter-spacing:-1px;white-space:nowrap}
#olh-app .olf-brand small{font-size:11px;letter-spacing:0}
#olh-app .olf-classification{font-size:10px;letter-spacing:.15em;color:#dabc73}
#olh-app .olf-reader{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at 50% 10%,#253c48,#0d1926 75%)}
#olh-app .olf-scene{max-width:1160px;margin:auto;padding:42px 42px 32px;animation:olf-enter .4s ease both}
#olh-app .olf-heading>small{color:#dabc73;font-size:11px;letter-spacing:.18em;font-weight:800}
#olh-app .olf-heading h2{font:800 clamp(32px,4vw,50px)/1.08 Manrope,sans-serif;letter-spacing:-.045em;margin:14px 0 18px}
#olh-app .olf-heading p{font-size:16px;line-height:1.7;color:#bfcbd3;max-width:660px;margin:12px 0 28px}
#olh-app .olf-note{font-size:12px;line-height:1.7;color:#aebdc7;margin:20px 0 0}
#olh-app .olf-cover-scene{display:flex;align-items:center;justify-content:center;min-height:100%;padding-top:55px;padding-bottom:40px;perspective:1300px}
#olh-app .olf-folder-cover{width:650px;max-width:100%;position:relative;background:linear-gradient(135deg,#ded2ac,#f0e6c9 60%,#d9cda7);color:#182e32;padding:48px 44px 26px;border-radius:0 10px 10px 10px;box-shadow:10px 12px 0 #93896f,18px 24px 0 #38454a,25px 35px 60px #0008;transform:rotate(-1deg);border-left:8px solid #b7a982}
#olh-app .olf-tab{position:absolute;left:-8px;top:-26px;height:28px;padding:8px 24px 0;background:#ded2ac;border-radius:9px 12px 0 0;font-size:10px;font-weight:800;letter-spacing:.16em}
#olh-app .olf-stamp{display:table;color:#846d38;border:2px solid #927c4a;padding:7px 12px;font-size:10px;letter-spacing:.15em;transform:rotate(4deg);margin-left:auto;margin-bottom:32px}
#olh-app .olf-folder-cover>small{font-size:10px;letter-spacing:.12em}
#olh-app .olf-folder-cover h2{font:800 clamp(38px,5vw,66px)/1.03 Manrope,sans-serif;letter-spacing:-.05em;margin:18px 0 24px}
#olh-app .olf-folder-cover p{font-size:17px;line-height:1.7;margin:0 0 30px}
#olh-app .olf-cover-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #9b9272;padding-top:24px}
#olh-app .olf-cover-bottom>span{font-size:10px;line-height:1.9;letter-spacing:.14em;font-weight:800}
#olh-app .olf-cover-note{display:block;font-size:10px;line-height:1.6;margin-top:26px;color:#655e46}
#olh-app .olf-evidence-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:32px 0}
#olh-app .olh-folder .olf-evidence{display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:18px;border:1px solid #566873;background:#ebede6;color:#172c30;border-radius:3px;position:relative;opacity:.55;transform:translateY(6px);transition:opacity .45s,transform .45s,border-color .45s;box-shadow:0 10px 28px #0003;min-width:0}
#olh-app .olh-folder .olf-evidence.is-linked{opacity:1;transform:translateY(0);border-color:#dfb964}
#olh-app .olf-evidence+.olf-evidence:before{content:'';position:absolute;left:-29px;top:50%;height:2px;width:28px;background:#dabc73;transform:scaleX(0);transform-origin:left;transition:transform .5s}
#olh-app .olf-evidence.is-linked:before{transform:scaleX(1)}
#olh-app .olf-evidence-tag{font-size:9px;letter-spacing:.1em;color:#5c655f;margin-bottom:18px}
#olh-app .olf-avatar{width:58px;height:58px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:#254c43;color:#ebd698;font-size:20px;font-weight:800;margin:10px 0}
#olh-app .olf-evidence strong{font-size:20px;line-height:1.25;margin:12px 0 6px}
#olh-app .olf-handle{font-size:12px;color:#52675d}
#olh-app .olf-evidence p{font-size:13px;font-weight:400;line-height:1.6;margin:14px 0}
#olh-app .olf-evidence>small{font-size:11px;line-height:1.55;font-weight:500;color:#57665e;margin-top:auto;padding-top:16px;border-top:1px solid #c7cdc2}
#olh-app .olf-profile-tiles{display:flex;gap:6px;margin:8px 0 20px;height:54px}
#olh-app .olf-profile-tiles i{flex:1;background:linear-gradient(40deg,#2b5148 50%,#c9ba86 51%)}
#olh-app .olf-profile-tiles i:nth-child(2){background:linear-gradient(140deg,#bb9064 50%,#e9dcc0 51%)}
#olh-app .olf-post-art{height:170px;background:linear-gradient(135deg,#315748,#142e2a);color:#e7dec2;display:flex;flex-direction:column;justify-content:center;padding:22px;position:relative;overflow:hidden}
#olh-app .olf-post-art>span{font-size:38px;font-weight:800;line-height:.94;letter-spacing:-2px}
#olh-app .olf-post-art small{font-size:8px;letter-spacing:.18em;margin-top:14px}
#olh-app .olf-ticket{background:#e6b95c;padding:20px;text-align:center;border-bottom:2px dashed #927338;color:#253932;display:flex;flex-direction:column;gap:8px;min-height:170px}
#olh-app .olf-ticket b{font-size:64px;line-height:1}
#olh-app .olf-ticket small,#olh-app .olf-ticket span{font-size:9px;letter-spacing:.1em}
#olh-app .olf-profile-strip{display:flex;align-items:center;gap:20px;background:#1f3d36;border:1px solid #4f7567;padding:18px 24px}
#olh-app .olf-profile-strip>div:nth-child(2){flex:1}
#olh-app .olf-profile-strip small{font-size:9px;color:#dabc73;letter-spacing:.13em}
#olh-app .olf-profile-strip p{font-size:14px;line-height:1.6;margin:8px 0}
#olh-app .olf-profile-strip>span{font-size:12px;color:#dabc73;white-space:nowrap}
#olh-app .olf-evidence-controls{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
#olh-app .olf-connection{margin:36px 0}
#olh-app .olf-connection-clues{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
#olh-app .olf-connection-clues span{padding:24px;text-align:center;background:#233a48;border:1px solid #577080;font-size:12px;line-height:1.7}
#olh-app .olf-connection-clues b{display:block;font-size:22px;color:#e6c77e;margin-bottom:6px}
#olh-app .olf-connection-thread{height:48px;width:67%;margin:auto;border:1px solid #be9f5b;border-top:0;position:relative}
#olh-app .olf-connection-thread:after{content:'';position:absolute;width:1px;height:25px;background:#be9f5b;top:100%;left:50%}
#olh-app .olf-insight{background:#e9e2cf;color:#1d3437;padding:30px;text-align:center;max-width:600px;margin:24px auto 0;box-shadow:8px 8px 0 #948b70}
#olh-app .olf-insight small{font-size:9px;letter-spacing:.12em}
#olh-app .olf-insight strong{display:block;font-size:clamp(28px,4vw,44px);letter-spacing:-.04em;line-height:1.1;margin:18px 0}
#olh-app .olf-insight p,#olh-app .olf-takeaway p{font-size:15px;line-height:1.7;margin:12px 0 0}
#olh-app .olf-takeaway{padding:24px;border-left:2px solid #dabc73;background:#ffffff06}
#olh-app .olf-inbox{max-width:790px;margin:30px auto 20px;background:#f6f3ec;color:#1b3038;padding:28px 34px;box-shadow:0 18px 48px #0005;border-radius:6px}
#olh-app .olf-inbox-toolbar{display:flex;justify-content:space-between;gap:12px;padding-bottom:18px;border-bottom:1px solid #c7ccc5;font-size:10px;color:#677569}
#olh-app .olf-inbox-toolbar small{font-size:9px}
#olh-app .olf-email-sender{display:flex;align-items:center;gap:14px;margin:24px 0}
#olh-app .olf-sender-avatar{width:40px;height:40px;border-radius:50%;background:#24473f;color:#e1ce99;display:grid;place-items:center;font-weight:800;flex-shrink:0}
#olh-app .olf-email-sender small{display:block;font-size:11px;margin-top:5px;overflow-wrap:anywhere}
#olh-app .olf-email-sender b{font-size:13px}
#olh-app .olf-inbox h3{font-size:23px;line-height:1.3;margin:24px 0}
#olh-app .olf-inbox p{font-size:15px;line-height:1.85;margin:18px 0}
#olh-app .olf-inbox button{display:inline;min-height:0;padding:2px 4px;border:0;border-bottom:1px dashed #947432;background:#ead9a4;color:#1b3038;line-height:1.7;text-align:left;border-radius:0;font-size:inherit}
#olh-app .olf-inbox button[aria-pressed=true]{background:#bfd9c7}
#olh-app .olf-clue-answer{max-width:790px;margin:auto;padding:20px;border-left:2px solid #dabc73;font-size:14px;line-height:1.7;min-height:84px;background:#ffffff06}
#olh-app .olf-report-finish{display:grid;grid-template-columns:1.3fr .8fr;gap:70px;align-items:center;padding:40px 0}
#olh-app .olf-report-finish img{width:100%;max-width:340px;transform:rotate(3deg);box-shadow:10px 14px 0 #b8c2c9,20px 24px 45px #0007}
#olh-app .olf-report-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}
#olh-app .olf-report-finish [data-folder-enquire]{margin-top:26px}
#olh-app .olf-navigation{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 4vw max(16px,env(safe-area-inset-bottom));background:#0a121b;border-top:1px solid #ffffff20}
#olh-app .olf-navigation>div{text-align:center;font-size:11px;color:#c0cbd3}
#olh-app .olf-progress-dots{display:flex;gap:5px;justify-content:center;margin-top:9px}
#olh-app .olf-progress-dots i{width:22px;height:3px;background:#394956}
#olh-app .olf-progress-dots i.is-current{background:#dabc73}
@keyframes olf-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:700px){
#olh-app .olf-classification{display:none}
#olh-app .olf-bar{padding:12px 18px}
#olh-app .olf-brand>span{font-size:24px}
#olh-app .olf-scene{padding:28px 20px}
#olh-app .olf-cover-scene{padding:44px 24px}
#olh-app .olf-folder-cover{padding:26px 22px 24px}
#olh-app .olf-stamp{margin-bottom:28px}
#olh-app .olf-cover-bottom{flex-wrap:wrap}
#olh-app .olf-evidence-board{grid-template-columns:1fr;gap:24px}
#olh-app .olf-evidence+.olf-evidence:before{width:2px;height:24px;left:50%;top:-25px;transform:scaleY(0);transform-origin:top}
#olh-app .olf-evidence.is-linked:before{transform:scaleY(1)}
#olh-app .olf-post-art{height:150px}
#olh-app .olf-profile-strip{gap:12px;padding:14px}
#olh-app .olf-profile-strip .olf-avatar{width:42px;height:42px;font-size:16px}
#olh-app .olf-connection-clues{gap:8px}
#olh-app .olf-connection-clues span{padding:16px 6px;font-size:10px}
#olh-app .olf-connection-clues b{font-size:13px;overflow-wrap:anywhere}
#olh-app .olf-inbox{padding:20px}
#olh-app .olf-inbox-toolbar{flex-wrap:wrap}
#olh-app .olf-report-finish{grid-template-columns:1fr;gap:32px;padding:10px 0 24px}
#olh-app .olf-report-finish img{max-width:240px;margin:0 auto}
#olh-app .olf-navigation{padding-left:16px;padding-right:16px}
#olh-app .olf-navigation button{padding:10px 14px;font-size:12px}
#olh-app .olf-progress-dots i{width:15px}
}
@media(prefers-reduced-motion:reduce){#olh-app .olf-scene{animation:none}#olh-app .olf-evidence,#olh-app .olf-evidence:before{transition:none!important}}
