:root{--nav-h:74px;--max:1180px;--bg:#0B1F3A;--surface:#102746;--surface-2:#143057;--line:rgba(159,179,200,.12);--line-2:rgba(159,179,200,.18);--line-3:rgba(159,179,200,.26);--ivory:#F5F5F5;--muted:#9FB3C8;--subtle:#6F7E92;--teal:#0FA3B1;--teal-2:#15C5D8;--teal-soft:rgba(15,163,177,.12);--teal-border:rgba(15,163,177,.32);--gold:#C9A24A;--gold-2:#E8C97A;--gold-soft:rgba(232,201,122,.10);--gold-border:rgba(232,201,122,.30);--serif:'Fraunces','Times New Roman',serif;--sans:'Plus Jakarta Sans','SF Pro Display',-apple-system,system-ui,sans-serif;--mono:'DM Mono','SF Mono',Menlo,monospace}body{padding-top:var(--nav-h)}body:has(.hero#top),body:has(#main .hero){padding-top:0}.nav.global-nav,.nav{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;padding:14px 0!important;background:rgba(11,31,58,.76)!important;backdrop-filter:saturate(180%) blur(20px)!important;-webkit-backdrop-filter:saturate(180%) blur(20px)!important;border-bottom:1px solid rgba(159,179,200,.10)!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important;transition:all .25s ease!important}.nav.scrolled{background:rgba(11,31,58,.94)!important;box-shadow:0 10px 34px rgba(0,0,0,.34)!important}.nav-inner{max-width:var(--max)!important;margin:0 auto!important;padding:0 28px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;min-height:44px!important}.brand{display:flex!important;align-items:center!important;gap:12px!important;color:var(--ivory)!important;text-decoration:none!important;font-weight:800!important;font-size:.96rem!important;letter-spacing:-.015em!important;white-space:nowrap!important}.brand-avatar{width:38px!important;height:38px!important;border-radius:50%!important;background-image:url('../../profile-icon-nav.png'),url('profile-icon-nav.png')!important;background-size:cover!important;background-position:center!important;border:2px solid var(--teal-border)!important;box-shadow:0 0 0 2px var(--bg),0 4px 12px rgba(0,0,0,.42)!important;flex:0 0 38px!important}.brand-text{display:flex!important;flex-direction:column!important;line-height:1.12!important}.brand-text small{font:500 .62rem/1 var(--mono)!important;color:var(--teal-2)!important;letter-spacing:.15em!important;text-transform:uppercase!important;margin-top:3px!important}.nav-links{display:flex!important;gap:4px!important;list-style:none!important;margin:0!important;padding:0!important;align-items:center!important}.nav-links>li{list-style:none!important;margin:0!important;padding:0!important;position:relative!important}.nav-links a{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:8px 13px!important;border-radius:9px!important;font:600 .84rem/1.2 var(--sans)!important;color:var(--muted)!important;text-decoration:none!important;white-space:nowrap!important;transition:color .2s,background .2s,transform .2s!important}.nav-links a:hover,.nav-links a:focus-visible,.nav-links a.active,.nav-mega-trigger.active{color:var(--teal-2)!important;background:var(--teal-soft)!important;outline:none!important}.nav-cta{display:flex!important;align-items:center!important;gap:10px!important}.nav-cta .btn{height:42px!important;min-height:42px!important;padding:0 20px!important;border-radius:999px!important;font-size:.84rem!important}.nav-mega-chev{transition:transform .2s ease}.nav-mega-parent:hover .nav-mega-chev,.nav-mega-parent:focus-within .nav-mega-chev{transform:rotate(180deg)}.nav-mega{position:absolute!important;top:calc(100%+12px)!important;left:50%!important;transform:translateX(-50%) translateY(10px)!important;width:min(760px,92vw)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;z-index:1200!important}.nav-mega-parent:hover .nav-mega,.nav-mega-parent:focus-within .nav-mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important}.nav-mega-inner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:18px!important;background:rgba(11,31,58,.97)!important;border:1px solid var(--teal-border)!important;border-radius:22px!important;box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.04) inset!important;backdrop-filter:blur(24px)!important}.nav-mega-item{display:flex!important;align-items:center!important;gap:14px!important;padding:14px!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(159,179,200,.12)!important;text-decoration:none!important;transition:all .22s ease!important}.nav-mega-item:hover{transform:translateY(-2px)!important;background:rgba(15,163,177,.10)!important;border-color:var(--teal-border)!important}.nmi-icon{flex-shrink:0!important;width:38px!important;height:38px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1.15rem!important;background:rgba(15,163,177,0.06)!important;border:1px solid rgba(15,163,177,0.1)!important;margin:0!important}.nmi-text{display:flex!important;flex-direction:column!important}.nmi-title{display:block!important;color:var(--ivory)!important;font-weight:800!important;font-size:.92rem!important;line-height:1.2!important;margin-bottom:5px!important}.nmi-desc{display:block!important;color:var(--muted)!important;font-size:.76rem!important;line-height:1.45!important}.nav-mega-cta{grid-column:1/-1!important;display:flex!important;justify-content:center!important;padding-top:6px!important}.sticky-bar{position:sticky!important;top:var(--nav-h)!important;z-index:90!important;background:rgba(11,31,58,.86)!important;backdrop-filter:blur(18px)!important;border-top:1px solid rgba(159,179,200,.08)!important;border-bottom:1px solid rgba(159,179,200,.12)!important}.sticky-inner{max-width:var(--max)!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;overflow-x:auto!important;padding:12px 28px!important;scrollbar-width:none!important}.sticky-inner::-webkit-scrollbar{display:none!important}.chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:0 14px!important;border:1px solid rgba(159,179,200,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.04)!important;color:var(--muted)!important;text-decoration:none!important;font:700 .78rem/1 var(--sans)!important;white-space:nowrap!important;transition:all .22s ease!important}.chip:hover,.chip:focus-visible{color:var(--teal-2)!important;border-color:var(--teal-border)!important;background:var(--teal-soft)!important;transform:translateY(-1px)!important;outline:none!important}.case-num{font-family:var(--mono)!important;font-size:.72rem!important;letter-spacing:.13em!important;text-transform:uppercase!important;color:var(--teal-2)!important}#about .about-book-shell{margin-top:42px!important}#about .profile-book-grid{grid-template-columns:.98fr 1.02fr!important;align-items:center!important}.profile-book-stage{min-height:640px!important;contain:layout paint!important}.profile-book-card{width:min(420px,88vw)!important;aspect-ratio:4/5!important;min-height:0!important;contain:layout paint!important;transform-style:preserve-3d!important}.profile-book-page{position:absolute!important;inset:0!important;transform-origin:left center!important;backface-visibility:hidden!important;will-change:transform!important}.profile-book-img{width:100%!important;height:100%!important;object-fit:cover!important;aspect-ratio:4/5!important}.profile-book-caption{min-height:74px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.profile-book-progress{min-height:28px!important}.profile-book-progress b{display:inline-block!important;min-width:2ch!important;text-align:right!important}.profile-filmstrip{display:none!important}.photo-book-section{display:none!important}.footer{border-top:1px solid rgba(15,163,177,0.08)!important;padding:0!important;background:linear-gradient(180deg,rgba(11,31,58,.3),rgba(6,16,32,.95))!important;text-align:left!important;position:relative!important}.footer-brand{display:flex!important;align-items:center!important;gap:14px!important}@media(max-width:1120px){.nav-links a{padding:8px 9px!important;font-size:.78rem!important}.nav-cta .btn{padding:0 16px!important}.footer-grid-v10{grid-template-columns:1fr 1fr 1fr!important;gap:36px 28px!important}}@media(max-width:860px){body{padding-top:0}.nav.global-nav,.nav{position:sticky!important}.nav-inner{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.nav-links{width:100%!important;overflow-x:auto!important;padding-bottom:3px!important}.nav-cta{width:100%!important}.nav-cta .btn{width:100%!important}.nav-mega{display:none!important}.sticky-bar{top:0!important}.profile-book-stage{min-height:560px!important}#about .profile-book-grid{grid-template-columns:1fr!important}.profile-book-copy{text-align:center!important}.profile-book-copy .eyebrow{justify-content:center!important}}@media(max-width:560px){.nav-inner{padding:0 20px!important}.brand-avatar{width:34px!important;height:34px!important;flex-basis:34px!important}.nav-links a{font-size:.76rem!important;padding:8px 10px!important}.sticky-inner{justify-content:flex-start!important;padding-inline:20px!important}.profile-book-stage{min-height:510px!important}.footer-top{padding:40px 0 30px!important}.footer-grid-v10{grid-template-columns:1fr!important;gap:28px!important}}.about-icon{background-image:url('../../profile-icon.png')!important;background-size:cover!important;background-position:center!important}.khub-grid{align-items:start!important;grid-auto-rows:auto!important}.khub-card{align-self:start!important;height:auto!important;min-height:0!important}.khub-card.open{z-index:2!important}.khub-head{min-height:180px!important;align-items:flex-start!important}.khub-body{will-change:max-height!important}.khub-inner{contain:layout paint!important}@media(max-width:760px){.khub-head{min-height:auto!important}.khub-grid{grid-template-columns:1fr!important}}.about-profile-section{position:relative;overflow:hidden}.about-profile-shell{border:1px solid var(--teal-border)!important;border-radius:var(--r-xl)!important;background:linear-gradient(135deg,rgba(16,39,70,.94),rgba(11,31,58,.72))!important;box-shadow:0 28px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05)!important;overflow:hidden!important;position:relative!important}.about-profile-shell::before{content:'';position:absolute;inset:-1px;background:radial-gradient(760px 360px at 88% 15%,rgba(21,197,216,.14),transparent 62%),radial-gradient(520px 260px at 5% 90%,rgba(232,201,122,.10),transparent 68%);pointer-events:none}.about-profile-grid{position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr)!important;gap:clamp(30px,5vw,56px)!important;align-items:center!important;padding:clamp(30px,5.4vw,62px)!important}.about-profile-copy{max-width:620px!important}.about-profile-copy .eyebrow{justify-content:flex-start!important}.about-profile-copy .eyebrow::after{display:none!important}.about-profile-copy h2{font-family:var(--serif)!important;font-weight:400!important;font-size:clamp(2.15rem,4.2vw,3.45rem)!important;line-height:1.05!important;letter-spacing:-.035em!important;color:var(--ivory)!important;margin:0 0 16px!important}.about-profile-copy h2 em{font-style:italic!important;color:var(--gold-2)!important}.about-profile-lead{font-size:1.05rem!important;line-height:1.78!important;color:var(--ivory)!important;margin-bottom:20px!important}.about-profile-copy p{color:var(--muted)!important;line-height:1.82!important;margin:0 0 16px!important}.about-profile-copy p strong{color:var(--ivory)!important}.about-profile-subtitle{font-family:var(--serif)!important;font-weight:500!important;font-size:clamp(1.2rem,2vw,1.55rem)!important;line-height:1.2!important;margin:0 0 10px!important;color:var(--ivory)!important}.about-divider{height:1px!important;background:linear-gradient(90deg,var(--teal-border),transparent)!important;margin:22px 0!important}.about-divider.compact{margin:20px 0 18px!important}.about-profile-visual{display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important}.about-profile-visual .profile-book-stage{min-height:590px!important;width:100%!important;max-width:500px!important}.about-profile-visual .profile-book-card{width:min(440px,88vw)!important}.about-profile-section .profile-book-note{margin-top:20px!important}.about-profile-section .about-meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:24px!important;padding-top:18px!important;border-top:1px solid rgba(159,179,200,.14)!important}@media(max-width:980px){.about-profile-grid{grid-template-columns:1fr!important;text-align:center!important}.about-profile-copy{max-width:760px!important;margin:0 auto!important}.about-profile-copy .eyebrow{justify-content:center!important}.about-profile-copy .eyebrow::after{display:inline-block!important}.about-profile-section .about-meta{justify-content:center!important}.about-profile-visual .profile-book-stage{min-height:570px!important}}@media(max-width:560px){.about-profile-grid{padding:26px 18px 34px!important}.about-profile-visual .profile-book-stage{min-height:500px!important}.about-profile-visual .profile-book-card{width:min(330px,86vw)!important}}body.case-studies-page .hero-shell{overflow:visible!important}body.case-studies-page .hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.86fr)!important;gap:clamp(28px,4vw,48px)!important;align-items:center!important}body.case-studies-page .hero-visual{display:grid!important;grid-template-rows:auto auto!important;gap:18px!important;min-width:0!important}body.case-studies-page .proof-card{position:relative!important;z-index:2!important;overflow:hidden!important;max-width:100%!important}body.case-studies-page .proof-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}body.case-studies-page .mini-stat{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}body.case-studies-page .mini-stat b{font-size:clamp(1.55rem,2.7vw,2.15rem)!important;white-space:normal!important;overflow-wrap:anywhere!important}body.case-studies-page .mini-stat span{font-size:.78rem!important;line-height:1.45!important;overflow-wrap:anywhere!important}body.case-studies-page .banner{min-height:320px!important;max-height:420px!important;isolation:isolate!important}body.case-studies-page .case-ladder{gap:26px!important}body.case-studies-page .case-card{grid-template-columns:minmax(210px,250px) minmax(0,1fr)!important;gap:26px!important;align-items:start!important}body.case-studies-page .case-meter{position:relative!important;top:auto!important}body.case-studies-page .outcome-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.case-studies-page .case-num{letter-spacing:.12em!important}@media(max-width:1020px){body.case-studies-page .hero-grid{grid-template-columns:1fr!important}body.case-studies-page .hero-visual{max-width:720px!important;margin:0 auto!important}body.case-studies-page .case-card{grid-template-columns:1fr!important}}@media(max-width:620px){body.case-studies-page .proof-grid,body.case-studies-page .outcome-list{grid-template-columns:1fr!important}body.case-studies-page .banner{min-height:300px!important}}@media(max-width:900px){.sidebar-toggle,.lsb-toggle,.toolkit-trigger{transform:scale(.92)!important}.sidebar-panel,.lsb-panel{width:min(94vw,390px)!important}.cmd-modal,.toolkit-modal{width:min(94vw,760px)!important}}@media(max-width:560px){.sidebar-toggle{right:14px!important;bottom:88px!important}.lsb-toggle{left:14px!important;bottom:88px!important}.toolkit-trigger{left:14px!important;bottom:28px!important}.scroll-top{right:14px!important;bottom:28px!important}}.nav-mega{width:min(940px,calc(100vw - 48px))!important}.nav-mega-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.nav-mega-item{display:flex!important;align-items:center!important;gap:14px!important;min-height:80px!important;padding:16px!important;overflow:hidden!important}.nmi-icon{flex-shrink:0!important;width:42px!important;height:42px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1.2rem!important;background:var(--teal-soft)!important;border:1px solid var(--teal-border)!important;margin:0!important}.nmi-text{display:flex!important;flex-direction:column!important;min-width:0!important}.nmi-title{font-size:1rem!important;line-height:1.18!important;margin:0 0 4px!important}.nmi-desc{font-size:.78rem!important;line-height:1.45!important;margin:0!important;overflow-wrap:anywhere!important}@media(max-width:760px){.nav-mega{position:fixed!important;left:12px!important;right:12px!important;top:72px!important;width:auto!important;transform:translateY(10px)!important}.nav-mega-parent:hover .nav-mega,.nav-mega-parent:focus-within .nav-mega{transform:translateY(0)!important}.nav-mega-inner{grid-template-columns:1fr!important;max-height:72vh!important;overflow:auto!important}.nav-mega-item{min-height:auto!important}.nmi-title{font-size:.92rem!important}}.khub-grid{align-items:start!important;grid-auto-rows:max-content!important}.khub-card{align-self:start!important;height:max-content!important;min-height:0!important}.khub-head{min-height:auto!important;align-items:flex-start!important}.khub-card.open{z-index:3!important}.khub-body{will-change:max-height!important}.khub-inner{contain:layout paint!important}.editorial-profile-section .about-profile-shell{overflow:hidden!important}.editorial-profile-section .about-editorial-layout{position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(330px,430px) minmax(0,1fr)!important;grid-template-areas:"photo head" "body body" "ribbon ribbon" "creds creds"!important;gap:clamp(22px,3.4vw,42px)!important;padding:clamp(30px,5.2vw,62px)!important;align-items:start!important}.editorial-profile-section .about-photo-column{grid-area:photo!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important}.editorial-profile-section .about-photo-column .about-profile-visual{width:100%!important;display:flex!important;justify-content:center!important;align-items:flex-start!important}.editorial-profile-section .about-photo-column .profile-book-stage{min-height:560px!important;width:100%!important;max-width:430px!important}.editorial-profile-section .about-photo-column .profile-book-card{width:min(410px,86vw)!important}.editorial-profile-section .about-editorial-head{grid-area:head!important;max-width:none!important;align-self:center!important;padding-top:clamp(4px,1.2vw,16px)!important}.editorial-profile-section .about-editorial-head .eyebrow{justify-content:flex-start!important}.editorial-profile-section .about-editorial-head .eyebrow::after{display:none!important}.editorial-profile-section .about-editorial-head h2{max-width:720px!important;margin-bottom:18px!important}.editorial-profile-section .about-profile-lead{max-width:700px!important;font-size:clamp(1.08rem,1.55vw,1.28rem)!important;line-height:1.78!important;color:var(--ivory)!important}.editorial-profile-section .about-editorial-body{grid-area:body!important;columns:2 320px!important;column-gap:clamp(28px,4vw,54px)!important;padding:30px 0 4px!important;border-top:1px solid rgba(159,179,200,.14)!important;border-bottom:1px solid rgba(159,179,200,.10)!important}.editorial-profile-section .about-editorial-body p{break-inside:avoid!important;color:var(--muted)!important;line-height:1.9!important;margin:0 0 16px!important;font-size:1rem!important}.editorial-profile-section .about-editorial-body strong{color:var(--ivory)!important}.editorial-profile-section .visual-profile-ribbon{grid-area:ribbon!important;display:grid!important;grid-template-columns:minmax(180px,.35fr) minmax(0,1fr)!important;column-gap:clamp(20px,3vw,36px)!important;row-gap:10px!important;align-items:center!important;padding:22px clamp(20px,3vw,32px)!important;border:1px solid var(--teal-border)!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(15,163,177,.12),rgba(232,201,122,.075))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important}.editorial-profile-section .visual-profile-ribbon .ribbon-kicker{grid-row:1/3!important;font:800 .7rem/1.25 var(--mono)!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--gold-2)!important}.editorial-profile-section .visual-profile-ribbon h3{margin:0!important;font-size:clamp(1.35rem,2.2vw,1.85rem)!important;letter-spacing:-.018em!important}.editorial-profile-section .visual-profile-ribbon p{margin:0!important;color:var(--muted)!important;line-height:1.75!important}.editorial-profile-section .visual-profile-ribbon .profile-book-note{grid-column:2!important;margin:4px 0 0!important;justify-content:flex-start!important}.editorial-profile-section .credential-strip{grid-area:creds!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important;padding:0!important;border:0!important;white-space:nowrap!important}.editorial-profile-section .credential-strip span{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:44px!important;padding:0 12px!important;border-radius:999px!important;font-size:clamp(.62rem,.72vw,.76rem)!important;letter-spacing:.04em!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(max-width:980px){.editorial-profile-section .about-editorial-layout{grid-template-columns:1fr!important;grid-template-areas:"photo" "head" "body" "ribbon" "creds"!important;text-align:center!important}.editorial-profile-section .about-editorial-head .eyebrow{justify-content:center!important}.editorial-profile-section .about-editorial-head .eyebrow::after{display:inline-block!important}.editorial-profile-section .about-editorial-body{columns:1!important;text-align:left!important}.editorial-profile-section .visual-profile-ribbon{grid-template-columns:1fr!important;text-align:center!important}.editorial-profile-section .visual-profile-ribbon .ribbon-kicker{grid-row:auto!important}.editorial-profile-section .visual-profile-ribbon .profile-book-note{grid-column:auto!important;justify-content:center!important}.editorial-profile-section .credential-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;white-space:normal!important}}@media(max-width:560px){.editorial-profile-section .about-editorial-layout{padding:26px 18px 34px!important;gap:24px!important}.editorial-profile-section .about-photo-column .profile-book-stage{min-height:505px!important}.editorial-profile-section .about-photo-column .profile-book-card{width:min(330px,86vw)!important}.editorial-profile-section .credential-strip{grid-template-columns:1fr!important}.editorial-profile-section .credential-strip span{min-height:42px!important;font-size:.72rem!important}}.faq-assistant-layout{align-items:stretch!important;grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr)!important;gap:24px!important}.faq-ai-card{position:relative!important;top:auto!important;height:100%!important;min-height:520px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.faq-ai-card .faq-ai-actions{margin-top:auto!important;margin-bottom:18px!important}.faq-assistant-layout .faq-grid{display:grid!important;grid-template-rows:repeat(6,minmax(78px,1fr))!important;gap:12px!important;min-height:520px!important;height:100%!important}.faq-assistant-layout .faq-item{height:100%!important;min-height:78px!important;display:flex!important;flex-direction:column!important;border-radius:16px!important}.faq-assistant-layout .faq-q{min-height:78px!important;height:100%!important;align-items:center!important;padding:0 20px!important;font-size:.92rem!important;letter-spacing:-.01em!important}.faq-assistant-layout .faq-item.open{height:auto!important;min-height:78px!important}.faq-assistant-layout .faq-item.open .faq-q{height:auto!important;min-height:78px!important}.faq-assistant-layout .faq-a-inner{padding:2px 20px 18px!important}@media(max-width:900px){.faq-ai-card,.faq-assistant-layout .faq-grid{min-height:auto!important}.faq-assistant-layout .faq-grid{grid-template-rows:none!important}.faq-ai-card{order:-1!important}}.nav-mega{width:min(1040px,calc(100vw - 44px))!important}.nav-mega-inner{gap:14px!important;padding:20px!important}.nav-mega-item{min-height:80px!important;padding:18px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025))!important}.nmi-icon{width:44px!important;height:44px!important;font-size:1.25rem!important;border-radius:12px!important}.nmi-title{font-family:var(--serif)!important;font-size:clamp(1rem,1.15vw,1.16rem)!important;font-weight:600!important;line-height:1.12!important;letter-spacing:-.018em!important}.nmi-desc{font-size:.77rem!important;line-height:1.5!important;max-width:100%!important}@media(max-width:760px){.nmi-icon{width:38px!important;height:38px!important;font-size:1.1rem!important}}.editorial-profile-section .about-profile-shell{overflow:visible!important}.editorial-profile-section .about-editorial-layout{max-width:1120px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"photo" "ribbon" "head" "body" "creds"!important;gap:clamp(22px,3vw,34px)!important;padding:clamp(30px,5vw,58px)!important;text-align:center!important}.editorial-profile-section .about-photo-column{grid-area:photo!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.editorial-profile-section .about-photo-column .about-profile-visual{width:100%!important;display:flex!important;justify-content:center!important}.editorial-profile-section .about-photo-column .profile-book-stage{min-height:auto!important;width:100%!important;max-width:620px!important;margin:0 auto!important;display:grid!important;justify-items:center!important;align-items:start!important}.editorial-profile-section .about-photo-column .profile-book-card{width:min(430px,88vw)!important;max-width:430px!important;aspect-ratio:4/5!important}.editorial-profile-section .profile-book-progress{margin-top:14px!important}.editorial-profile-section .profile-book-hint{margin:8px auto 0!important;max-width:560px!important;font-size:.76rem!important;line-height:1.55!important}.editorial-profile-section .visual-profile-ribbon{grid-area:ribbon!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;align-items:center!important;max-width:960px!important;width:100%!important;margin:0 auto!important;padding:20px clamp(20px,3.4vw,34px)!important;text-align:center!important;border-radius:24px!important;background:linear-gradient(135deg,rgba(15,163,177,.13),rgba(232,201,122,.065))!important}.editorial-profile-section .visual-profile-ribbon .ribbon-kicker{grid-row:auto!important;font:800 .68rem/1.2 var(--mono)!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--gold-2)!important;margin:0!important}.editorial-profile-section .visual-profile-ribbon h3{margin:0!important;font-size:clamp(1.42rem,2.2vw,2rem)!important;line-height:1.1!important;letter-spacing:-.02em!important}.editorial-profile-section .visual-profile-ribbon p{max-width:760px!important;margin:0 auto!important;color:var(--muted)!important;font-size:.98rem!important;line-height:1.75!important}.editorial-profile-section .visual-profile-ribbon .profile-book-note{grid-column:auto!important;justify-content:center!important;margin:4px 0 0!important}.editorial-profile-section .about-editorial-head{grid-area:head!important;max-width:850px!important;margin:0 auto!important;text-align:center!important;padding-top:4px!important}.editorial-profile-section .about-editorial-head .eyebrow{justify-content:center!important}.editorial-profile-section .about-editorial-head .eyebrow::after{display:inline-block!important}.editorial-profile-section .about-editorial-head h2{max-width:850px!important;margin-left:auto!important;margin-right:auto!important}.editorial-profile-section .about-profile-lead{max-width:820px!important;margin-left:auto!important;margin-right:auto!important}.editorial-profile-section .about-editorial-body{grid-area:body!important;max-width:980px!important;width:100%!important;margin:0 auto!important;columns:2 360px!important;column-gap:clamp(34px,5vw,72px)!important;text-align:left!important;padding:28px 0 6px!important}.editorial-profile-section .about-editorial-body p{font-size:clamp(.98rem,1.05vw,1.05rem)!important;line-height:1.92!important}.editorial-profile-section .credential-strip{grid-area:creds!important;max-width:980px!important;width:100%!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.editorial-profile-section .credential-strip span{min-height:44px!important;padding:0 10px!important;font-size:clamp(.58rem,.72vw,.74rem)!important;letter-spacing:.04em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(max-width:900px){.editorial-profile-section .about-editorial-layout{padding:28px 20px 38px!important}.editorial-profile-section .about-photo-column .profile-book-card{width:min(380px,88vw)!important}.editorial-profile-section .about-editorial-body{columns:1!important;text-align:left!important}.editorial-profile-section .credential-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:560px){.editorial-profile-section .about-photo-column .profile-book-card{width:min(330px,86vw)!important}.editorial-profile-section .credential-strip{grid-template-columns:1fr!important}.editorial-profile-section .visual-profile-ribbon{padding:18px 16px!important}}.faq-assistant-layout{align-items:stretch!important;grid-template-columns:minmax(305px,.92fr) minmax(0,1.08fr)!important;gap:24px!important}.faq-ai-card{height:100%!important;min-height:560px!important;display:flex!important;flex-direction:column!important}.faq-ai-card .faq-ai-actions{margin-top:auto!important}.faq-assistant-layout .faq-grid{display:grid!important;grid-template-rows:repeat(6,1fr)!important;gap:12px!important;min-height:560px!important;height:100%!important}.faq-assistant-layout .faq-item{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.faq-assistant-layout .faq-q{flex:1 0 auto!important;min-height:0!important;height:auto!important;padding:16px 20px!important;line-height:1.34!important}.faq-assistant-layout .faq-item.open{overflow:visible!important;height:auto!important}@media(max-width:900px){.faq-assistant-layout{grid-template-columns:1fr!important}.faq-ai-card,.faq-assistant-layout .faq-grid{min-height:auto!important}.faq-assistant-layout .faq-grid{grid-template-rows:none!important}.faq-assistant-layout .faq-q{min-height:68px!important}}.nav-mega{width:min(960px,calc(100vw - 56px))!important;top:calc(100%+12px)!important;left:50%!important;right:auto!important;transform:translateX(-50%) translateY(10px)!important;overflow:visible!important}.nav-mega-parent:hover .nav-mega,.nav-mega-parent:focus-within .nav-mega{transform:translateX(-50%) translateY(0)!important}.nav-mega-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;padding:18px!important;align-items:stretch!important}.nav-mega-item{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:9px!important;min-width:0!important;min-height:138px!important;height:100%!important;padding:16px!important;overflow:hidden!important;white-space:normal!important;text-align:left!important}.nmi-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:0!important;min-height:0!important;padding:0!important;font-size:1.3rem!important;border-radius:12px!important;background:var(--teal-soft)!important;border:1px solid var(--teal-border)!important;flex:0 0 auto!important}.nmi-title{display:block!important;width:100%!important;min-width:0!important;grid-column:auto!important;font-family:var(--serif)!important;font-size:clamp(1rem,1.08vw,1.14rem)!important;font-weight:600!important;line-height:1.12!important;letter-spacing:-.018em!important;color:var(--ivory)!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.nmi-desc{display:block!important;width:100%!important;min-width:0!important;grid-column:auto!important;font-size:.76rem!important;line-height:1.48!important;color:var(--muted)!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:break-word!important}.nav-mega-cta{grid-column:1/-1!important}@media(max-width:1040px){.nav-mega{width:min(760px,calc(100vw - 40px))!important}.nav-mega-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.nav-mega{position:fixed!important;left:12px!important;right:12px!important;top:72px!important;width:auto!important;transform:translateY(10px)!important}.nav-mega-parent:hover .nav-mega,.nav-mega-parent:focus-within .nav-mega{transform:translateY(0)!important}.nav-mega-inner{grid-template-columns:1fr!important;max-height:72vh!important;overflow:auto!important}.nav-mega-item{min-height:auto!important}}@media (min-width:981px){#about.section{padding-top:clamp(58px,6vw,86px)!important;padding-bottom:clamp(58px,6vw,86px)!important}.editorial-profile-section .about-profile-shell{max-width:1180px!important;margin:0 auto!important;overflow:visible!important}.editorial-profile-section .about-editorial-layout{max-width:1160px!important;display:grid!important;grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;grid-template-areas:"photo head" "photo body" "ribbon ribbon" "creds creds"!important;column-gap:clamp(30px,4vw,56px)!important;row-gap:clamp(16px,2.2vw,26px)!important;padding:clamp(30px,4.2vw,50px)!important;align-items:start!important;text-align:left!important}.editorial-profile-section .about-photo-column{grid-area:photo!important;align-self:start!important;justify-content:center!important;position:sticky!important;top:calc(var(--nav-h,74px)+26px)!important}.editorial-profile-section .about-photo-column .profile-book-stage{width:100%!important;max-width:350px!important;min-height:0!important;margin:0!important;display:grid!important;justify-items:center!important}.editorial-profile-section .about-photo-column .profile-book-card{width:min(340px,100%)!important;max-width:340px!important;aspect-ratio:4/5!important;box-shadow:0 22px 68px rgba(0,0,0,.38),0 0 0 1px rgba(15,163,177,.24)!important}.editorial-profile-section .profile-book-progress{margin-top:10px!important}.editorial-profile-section .profile-book-dots{max-width:174px!important;overflow:hidden!important}.editorial-profile-section .profile-book-hint{margin-top:6px!important;max-width:320px!important;font-size:.68rem!important;line-height:1.35!important;text-align:center!important}.editorial-profile-section .about-editorial-head{grid-area:head!important;max-width:740px!important;margin:0!important;text-align:left!important;align-self:end!important;padding:0!important}.editorial-profile-section .about-editorial-head .eyebrow{justify-content:flex-start!important;margin-bottom:12px!important}.editorial-profile-section .about-editorial-head .eyebrow::after{display:none!important}.editorial-profile-section .about-editorial-head h2{max-width:740px!important;margin:0 0 14px!important;font-size:clamp(2.05rem,3.1vw,3.12rem)!important;line-height:1.04!important}.editorial-profile-section .about-profile-lead{max-width:690px!important;margin:0!important;font-size:clamp(1rem,1.25vw,1.14rem)!important;line-height:1.68!important}.editorial-profile-section .about-editorial-body{grid-area:body!important;max-width:760px!important;width:100%!important;margin:0!important;columns:1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(18px,2.3vw,32px)!important;padding:18px 0 0!important;border-top:1px solid rgba(159,179,200,.14)!important;border-bottom:0!important;text-align:left!important}.editorial-profile-section .about-editorial-body p{margin:0!important;font-size:clamp(.91rem,.98vw,.99rem)!important;line-height:1.72!important;max-width:none!important}.editorial-profile-section .visual-profile-ribbon{grid-area:ribbon!important;max-width:none!important;width:100%!important;margin:6px 0 0!important;display:grid!important;grid-template-columns:minmax(138px,180px) minmax(0,1fr) auto!important;gap:clamp(16px,2.4vw,28px)!important;align-items:center!important;text-align:left!important;padding:16px clamp(18px,2.6vw,28px)!important;border-radius:22px!important}.editorial-profile-section .visual-profile-ribbon .ribbon-kicker{grid-row:auto!important;margin:0!important;font-size:.62rem!important;line-height:1.22!important}.editorial-profile-section .visual-profile-ribbon h3{font-size:clamp(1.22rem,1.8vw,1.62rem)!important;line-height:1.12!important;margin:0!important}.editorial-profile-section .visual-profile-ribbon p{max-width:560px!important;margin:0!important;font-size:.88rem!important;line-height:1.58!important}.editorial-profile-section .visual-profile-ribbon .profile-book-note{grid-column:auto!important;justify-content:flex-end!important;margin:0!important;white-space:nowrap!important;font-size:.66rem!important}.editorial-profile-section .credential-strip{grid-area:creds!important;max-width:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.editorial-profile-section .credential-strip span{min-height:40px!important;padding:0 10px!important;font-size:clamp(.55rem,.67vw,.7rem)!important}}@media (max-width:980px){#about.section{padding-top:64px!important;padding-bottom:64px!important}.editorial-profile-section .about-editorial-layout{gap:22px!important}.editorial-profile-section .about-photo-column{position:relative!important;top:auto!important}}.faq-assistant-layout{display:block!important;grid-template-columns:1fr!important;max-width:1060px!important;margin:8px auto 0!important;padding:18px!important;background:linear-gradient(180deg,rgba(10,32,60,.94),rgba(8,27,52,.98))!important;border:1px solid rgba(159,179,200,.18)!important;border-radius:26px!important;box-shadow:0 18px 52px rgba(0,0,0,.28),inset 0 0 0 1px rgba(21,197,216,.055)!important}.faq-assistant-layout .faq-ai-card{position:relative!important;top:auto!important;height:auto!important;min-height:0!important;display:block!important;margin:0 0 16px!important;padding:24px 26px!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(15,163,177,.12),rgba(232,201,122,.06))!important;border:1px solid rgba(15,163,177,.30)!important;box-shadow:none!important}.faq-assistant-layout .faq-ai-card::before{opacity:.55!important}.faq-assistant-layout .faq-ai-card p{max-width:840px!important;margin-bottom:0!important}.faq-assistant-layout .faq-ai-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:18px 0 12px!important}.faq-assistant-layout .faq-ai-btn{min-height:46px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:12px 14px!important}.faq-assistant-layout .faq-ai-link{margin-top:4px!important}.faq-assistant-layout .faq-grid{display:grid!important;grid-template-rows:none!important;grid-template-columns:1fr!important;min-height:0!important;height:auto!important;gap:12px!important;margin:0!important}.faq-assistant-layout .faq-item{height:auto!important;min-height:0!important;display:block!important;border-radius:17px!important;background:rgba(255,255,255,.026)!important;border:1px solid rgba(159,179,200,.17)!important;overflow:hidden!important}.faq-assistant-layout .faq-q{min-height:0!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:18px 22px!important;font-size:.98rem!important;line-height:1.35!important;letter-spacing:-.01em!important}.faq-assistant-layout .faq-a{max-height:0!important;overflow:hidden!important;transition:max-height .36s ease!important}.faq-assistant-layout .faq-item.open .faq-a{max-height:420px!important}.faq-assistant-layout .faq-a-inner{padding:0 22px 18px!important;font-size:.94rem!important;line-height:1.76!important;border-top:1px solid rgba(159,179,200,.12)!important}@media(max-width:900px){.faq-assistant-layout{padding:14px!important;border-radius:22px!important}.faq-assistant-layout .faq-ai-card{padding:22px 20px!important}.faq-assistant-layout .faq-ai-actions{grid-template-columns:1fr!important}.faq-assistant-layout .faq-q{padding:17px 18px!important;font-size:.94rem!important}.faq-assistant-layout .faq-a-inner{padding:0 18px 17px!important}}#verification .panel,#verification.container.panel{overflow:hidden!important}#verification .grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;max-width:1100px!important;margin:0 auto!important}#verification .card{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:0!important;height:auto!important;padding:26px 24px!important;overflow:hidden!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(16,39,70,.84),rgba(8,24,45,.72))!important;border:1px solid rgba(159,179,200,.18)!important;box-shadow:0 14px 38px rgba(0,0,0,.18)!important;transform:none!important}#verification .card::before{content:''!important;position:absolute!important;inset:0 auto 0 0!important;width:3px!important;height:100%!important;background:linear-gradient(180deg,var(--teal-2),var(--gold-2))!important;opacity:.75!important}#verification .card .metric,#verification .card .metric:hover{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;min-width:58px!important;height:38px!important;margin:0 0 14px!important;padding:0 14px!important;border-radius:999px!important;background:rgba(15,163,177,.12)!important;border:1px solid rgba(15,163,177,.34)!important;color:var(--gold-2)!important;font:800 .78rem/1 var(--mono)!important;letter-spacing:.10em!important;text-transform:uppercase!important;box-sizing:border-box!important}#verification .card .kicker{margin:0 0 10px!important;font:800 .66rem/1.3 var(--mono)!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:var(--teal-2)!important}#verification .card h3{margin:0 0 10px!important;font-family:var(--serif)!important;font-size:clamp(1.25rem,1.6vw,1.55rem)!important;font-weight:500!important;line-height:1.16!important;color:var(--ivory)!important;letter-spacing:-.02em!important}#verification .card p{margin:0!important;color:var(--muted)!important;font-size:.94rem!important;line-height:1.72!important}@media(max-width:900px){#verification .grid{grid-template-columns:1fr!important}}body.case-studies-page #impact .grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}body.case-studies-page #impact .impact-card{min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;padding:30px 28px!important;overflow:hidden!important}body.case-studies-page #impact .impact-card .metric,body.case-studies-page #impact .impact-card .metric:hover{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;max-width:100%!important;min-height:38px!important;margin:0 0 14px!important;padding:0 14px!important;border-radius:999px!important;background:rgba(15,163,177,.12)!important;border:1px solid rgba(15,163,177,.34)!important;color:var(--gold-2)!important;font:800 clamp(.72rem,1vw,.86rem)/1.1 var(--mono)!important;letter-spacing:.10em!important;text-transform:uppercase!important;white-space:normal!important;overflow-wrap:anywhere!important;box-sizing:border-box!important}body.case-studies-page #impact .impact-card .kicker{margin:0 0 12px!important;color:var(--teal-2)!important}body.case-studies-page #impact .impact-card h3{margin:0 0 12px!important}body.case-studies-page #impact .impact-card p{margin:0!important}@media(max-width:980px){body.case-studies-page #impact .grid{grid-template-columns:1fr!important}}body:not(.case-studies-page) .panel .card>.metric,body:not(.case-studies-page) .article-content .card>.metric,body:not(.case-studies-page) main .grid .card>.metric{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;min-height:34px!important;margin:0 0 12px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(15,163,177,.12)!important;border:1px solid rgba(15,163,177,.30)!important;color:var(--gold-2)!important;font:800 .72rem/1 var(--mono)!important;letter-spacing:.1em!important;text-transform:uppercase!important;box-sizing:border-box!important}.nav-links a{padding:8px 11px!important}@media(max-width:1180px){.nav-links a{padding:8px 8px!important;font-size:.77rem!important}.nav-cta .btn{padding:0 14px!important}}.footer .ft-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:10px!important;justify-items:start!important;text-align:left!important;width:100%!important}.footer .ft-list li{text-align:left!important;display:block!important;font-size:0.84rem!important;padding:0!important;margin:0!important}.footer .ft-list a{display:inline-block!important;text-align:left!important;font-size:0.84rem!important;color:var(--muted)!important;padding:0!important}.footer .ft-list a:hover{color:var(--teal-2)!important;transform:translateX(3px)!important;padding-left:0!important}.footer .ft-social{width:36px!important;height:36px!important;border-radius:10px!important}.footer .ft-social svg{width:16px!important;height:16px!important}.footer .footer-brand-img{width:50px!important;height:50px!important;border-radius:50%!important;flex-shrink:0!important}.footer .ft-title{font-size:0.65rem!important;margin-bottom:16px!important}.footer .ft-contact{font-size:0.82rem!important}.footer .ft-ico{font-size:0.85rem!important}.footer .ft-creds span{font-size:0.72rem!important}.footer-grid-v10{display:grid!important;text-align:left!important;justify-items:start!important}.footer-grid-v10 .ft-col{align-items:flex-start!important;text-align:left!important}.footer .container.footer-grid-v10{display:grid!important;grid-template-columns:1.4fr 0.7fr 0.7fr 0.9fr 0.8fr!important;gap:32px!important;text-align:left!important;justify-items:start!important;align-items:start!important;flex-wrap:nowrap!important}.footer .footer-top{padding:60px 0 40px!important}.footer .footer-bottom-v10{border-top:1px solid rgba(255,255,255,0.04)!important;padding:18px 0!important}.footer .ft-bottom-inner{display:flex!important;justify-content:center!important;gap:8px!important;font-size:0.78rem!important;flex-wrap:wrap!important}@media(max-width:1100px){.footer .container.footer-grid-v10{grid-template-columns:1fr 1fr 1fr!important;gap:36px 28px!important}}@media(max-width:700px){.footer .container.footer-grid-v10{grid-template-columns:1fr 1fr!important;gap:32px 24px!important}}@media(max-width:480px){.footer .container.footer-grid-v10{grid-template-columns:1fr!important}}.availability-badge{display:inline-block;margin:10px 0 0 0;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);font-weight:600;line-height:1.2}@media (prefers-color-scheme:light){.availability-badge{border:1px solid rgba(0,0,0,.10);background:rgba(0,0,0,.03)}}#mobileMenu{z-index:999999!important;pointer-events:auto!important}#mobileMenu.open{right:0!important}#mobileMenu .mm-link{pointer-events:auto!important;cursor:pointer!important;min-height:48px!important;display:flex!important;align-items:center!important}#mobileMenu .mm-cta{pointer-events:auto!important;min-height:52px!important}#navHamburger{z-index:999999!important;pointer-events:auto!important;min-width:44px!important;min-height:44px!important}.mm-overlay.show{z-index:999998!important;pointer-events:auto!important}#mobileMenu{background:#0a1829!important;width:100vw!important}#mobileMenu.open{right:0!important}#mobileMenu .mm-link{font-size:1.1rem!important;font-weight:600!important;color:#F1EDE4!important;padding:16px 20px!important;background:rgba(255,255,255,0.03)!important;border:1px solid rgba(255,255,255,0.06)!important;border-radius:14px!important;display:flex!important;align-items:center!important;gap:10px!important}#mobileMenu .mm-cta{font-size:1.1rem!important;min-height:56px!important}#mobileMenu .mm-meta a{font-size:0.95rem!important;color:#94A3B8!important}.nav-cta{white-space:nowrap!important;flex-shrink:0!important}.nav-cta .btn{white-space:nowrap!important}

/* V18.4 — stable mobile navigation/tooling patch (desktop-safe)
   Keeps desktop exactly as baseline, hides heavy floating widgets on mobile only. */
@media (min-width:1101px){
  #mobileMenu,#mmOverlay,.mobile-action-dock,.v18-mobile-dock,.v182-mobile-dock{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  .global-nav #navHamburger{display:none!important}
}
@media (max-width:1100px){
  .sidebar-toggle,.sidebar-panel,.sidebar-overlay,
  .rsb2-toggle,.rsb2-panel,.rsb2-overlay,
  .lsb-toggle,.lsb-panel,.lsb-overlay,
  .toolkit-trigger,.toolkit-overlay,.toolkit-modal,
  .cmd-overlay,.cmd-modal,.scroll-top,
  .ai-fab,.ai-panel,.ai-overlay{
    display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
  }
  body.mobile-menu-open{overflow:hidden!important}
  #mobileMenu a{touch-action:manipulation}
}


/* V18.7 Rijal Group brand/logo polish - keep indexed filenames stable */
.brand-avatar, .sf14-avatar, .footer-brand-img, .logo img{
  background-image:url('/profile-icon-nav.png')!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-color:#010101!important;
  border-radius:12px!important;
  border:1px solid rgba(232,201,122,.40)!important;
  box-shadow:0 0 0 2px rgba(11,31,58,.95),0 6px 18px rgba(0,0,0,.42)!important;
}
.brand-avatar{width:46px!important;height:46px!important;flex:0 0 46px!important;}
.sf14-avatar{width:42px!important;height:42px!important;border-radius:10px!important;}
.brand-text span{font-weight:800!important;letter-spacing:-.02em!important;}
.brand-text small{letter-spacing:.15em!important;}
@media(max-width:700px){.brand-avatar{width:42px!important;height:42px!important;flex-basis:42px!important}.brand-text small{font-size:.58rem!important;letter-spacing:.13em!important}}
