
:root{
 --bg:#07090b;--bg2:#0b0e11;--panel:#0e1215;--panel2:#11161a;--ink:#f2efe9;--muted:#a9adb0;--faint:#747a7e;
 --gold:#e0a43e;--gold2:#c7892d;--line:rgba(255,255,255,.10);--green:#73d58a;--red:#e58370;--blue:#7da8d7;
 --max:1180px;--serif:'Iowan Old Style','Palatino Linotype','Book Antiqua',Palatino,Georgia,serif;--sans:'Avenir Next','Segoe UI Variable','Helvetica Neue',Arial,sans-serif;--mono:'SFMono-Regular','Roboto Mono','Cascadia Code',monospace;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:18px;top:18px;z-index:99;background:var(--gold);color:#111;padding:10px 14px;border-radius:6px}
.site-header{height:82px;display:flex;align-items:center;border-bottom:1px solid transparent;position:relative;z-index:20}.site-header.scrolled{position:sticky;top:0;background:rgba(7,9,11,.88);backdrop-filter:blur(18px);border-color:var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brandmark{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:radial-gradient(circle at 60% 40%,#777 0 10%,#171a1c 11% 47%,#bab7ae 48% 54%,#0b0d0e 55%);box-shadow:inset 0 0 0 5px #0c0e10}.brandtype strong{font-family:var(--serif);font-size:24px;letter-spacing:.22em;font-weight:500}.brandtype small{display:block;color:#9da2a5;font-size:8px;letter-spacing:.24em;margin-top:-5px}.navlinks{display:flex;align-items:center;gap:28px;font-size:13px;color:#d0d2d2}.navlinks a{padding:30px 0 25px;position:relative}.navlinks a.active:after,.navlinks a:hover:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:1px;background:var(--gold)}.nav-cta{border:1px solid var(--gold);padding:10px 16px!important;border-radius:5px;color:#f2bf64}.nav-cta:after{display:none!important}.menu-btn{display:none;border:1px solid var(--line);background:transparent;color:var(--ink);padding:8px 10px;border-radius:6px}
.hero{min-height:650px;position:relative;margin-top:-82px;padding-top:82px;overflow:hidden;background:#07090b}.hero:before{content:"";position:absolute;inset:0;background:url('images/mountain.svg') center/cover no-repeat;opacity:.96}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,6,7,.98) 0%,rgba(4,6,7,.86) 33%,rgba(4,6,7,.16) 67%,rgba(4,6,7,.52) 100%),linear-gradient(0deg,#07090b 0%,transparent 24%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:568px;padding-top:28px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#e6b863;font-weight:700}.display{font-family:var(--serif);font-weight:400;font-size:clamp(50px,6.1vw,76px);line-height:.97;letter-spacing:-.04em;margin:18px 0 24px;max-width:680px}.display .gold,.gold{color:var(--gold)}.lead{color:#c9cccd;max-width:575px;font-size:17px}.actions{display:flex;gap:14px;align-items:center;margin-top:32px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);padding:12px 18px;border-radius:5px;font-size:13px;font-weight:650;transition:.2s}.btn.primary{background:linear-gradient(135deg,#f2bb56,#d79731);color:#111;border-color:transparent}.btn:hover{transform:translateY(-1px);border-color:rgba(224,164,62,.55)}.btn.text{border-color:transparent;padding-left:0;color:#ddd}.btn.text:hover{color:var(--gold);transform:none}.hero-card{align-self:end;margin:0 0 72px auto;width:min(510px,100%);background:rgba(9,12,14,.72);border:1px solid var(--line);backdrop-filter:blur(14px);display:grid;grid-template-columns:repeat(4,1fr);border-radius:5px;overflow:hidden}.hero-stat{padding:17px 14px;border-right:1px solid var(--line)}.hero-stat:last-child{border:0}.hero-stat small{display:block;text-transform:uppercase;color:#969ca0;font-size:8px;letter-spacing:.08em}.hero-stat strong{display:block;font-family:var(--serif);font-size:17px;margin-top:4px;font-weight:500}.hero-stat strong.green{color:var(--green)}
.section{padding:86px 0;border-top:1px solid var(--line)}.section.soft{background:linear-gradient(180deg,#0a0d0f,#080a0c)}.section-title{font-family:var(--serif);font-size:38px;font-weight:400;letter-spacing:-.02em;line-height:1.1;margin:0 0 16px}.section-intro{max-width:700px;color:var(--muted);margin:0 0 36px}.kicker{font-size:11px;color:var(--gold);text-transform:uppercase;letter-spacing:.17em;margin-bottom:12px}.principles{display:grid;grid-template-columns:1.1fr repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:12px}.principle{min-height:190px;padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.principle.intro{grid-row:span 2;min-height:380px;padding:34px}.principle .icon{font-size:24px;color:var(--gold);margin-bottom:18px}.principle h3{font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px}.principle p{font-size:13px;color:var(--muted);margin:0}.principle.intro p{font-size:15px}.line-accent{width:54px;height:1px;background:var(--gold);margin:16px 0 26px}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden;margin:28px 0}.metric{padding:26px;border-right:1px solid var(--line);background:#0b0f12}.metric:last-child{border:0}.metric span{display:block;color:#93989b;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.metric strong{display:block;font-family:var(--serif);font-size:28px;font-weight:400;margin-top:5px}.metric strong.green{color:var(--green)}
.record-card{border:1px solid var(--line);background:linear-gradient(180deg,#0d1114,#090c0e);padding:30px;border-radius:8px}.record-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;margin-bottom:22px}.record-head p{margin:0;color:var(--muted)}.composition{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center}.banked{font-family:var(--serif);font-size:48px;font-weight:400;color:var(--green);line-height:1}.banked-label{text-transform:uppercase;font-size:9px;letter-spacing:.12em;color:#9ca1a3;margin-top:10px}.bar-wrap{position:relative}.bar{height:10px;border-radius:20px;background:#191e21;overflow:hidden;display:flex}.bar .g{background:var(--green);width:95.7%}.bar .r{background:var(--red);width:3.65%}.bar .i{background:var(--gold);width:.65%}.legend{display:flex;flex-wrap:wrap;gap:20px;margin-top:15px;font-size:12px;color:#aeb1b2}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:7px}.dot.g{background:var(--green)}.dot.r{background:var(--red)}.dot.i{background:var(--gold)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.image-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#0c1012}.image-card .visual{height:175px;background-position:center;background-size:cover}.image-card .body{padding:22px}.image-card h3{font-family:var(--serif);font-weight:400;font-size:22px;margin:0 0 8px}.image-card p{color:var(--muted);font-size:13px;margin:0 0 18px}.image-card a{color:var(--gold);font-size:12px}
.quote{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;padding:42px 0}.quote blockquote{font-family:var(--serif);font-size:30px;line-height:1.35;margin:0}.quote p{color:var(--muted)}
.page-hero{padding:84px 0 68px;min-height:370px;display:flex;align-items:center;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero.zen:before{content:"";position:absolute;inset:0;background:url('images/zen.svg') right center/70% auto no-repeat;opacity:.8}.page-hero .wrap{position:relative;z-index:2}.page-hero h1{font-family:var(--serif);font-size:clamp(48px,7vw,78px);font-weight:400;margin:7px 0 14px;line-height:1}.page-hero p{max-width:650px;color:#c0c4c5;font-size:17px}.page-hero.zen:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#07090b 0%,rgba(7,9,11,.92) 40%,rgba(7,9,11,.2) 100%)}
.architecture{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:40px 0}.arch-step{border:1px solid var(--line);background:#0c1013;min-height:152px;padding:18px 14px;border-radius:7px;position:relative}.arch-step:not(:last-child):after{content:'→';position:absolute;right:-11px;top:50%;z-index:3;color:var(--gold);background:var(--bg);padding:2px}.arch-step b{display:block;color:var(--gold);font-size:11px;margin-bottom:10px}.arch-step strong{font-size:12px}.arch-step p{color:var(--faint);font-size:10px;line-height:1.45;margin:8px 0 0}.variable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.variable{background:#0a0d0f;padding:25px}.variable h3{font-size:13px;margin:0 0 8px}.variable p{color:var(--muted);font-size:12px;margin:0}.variable .mini{color:var(--gold);font-size:18px;margin-bottom:10px}.callout{border-left:2px solid var(--gold);padding:22px 25px;background:#0d1113;margin:34px 0}.callout strong{font-family:var(--serif);font-size:23px;font-weight:400}.callout p{color:var(--muted);margin:8px 0 0}
.tabs{display:flex;gap:6px;flex-wrap:wrap;margin:26px 0}.tab{border:1px solid var(--line);background:#0d1113;color:#b7bbbd;padding:9px 13px;border-radius:5px;font-size:12px;cursor:pointer}.tab.active{border-color:rgba(224,164,62,.55);color:var(--gold);background:#14120d}.journal-tools{display:flex;justify-content:space-between;gap:15px;align-items:center;margin:18px 0}.search{flex:1;max-width:360px;background:#0b0f11;border:1px solid var(--line);color:var(--ink);padding:10px 12px;border-radius:5px}.journal-count{font-size:12px;color:var(--muted)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:7px}.journal{width:100%;border-collapse:collapse;min-width:850px}.journal th{background:#0d1114;text-align:left;color:#9fa4a6;text-transform:uppercase;letter-spacing:.08em;font-size:9px;padding:14px 16px;border-bottom:1px solid var(--line)}.journal td{padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.055);font-size:12px}.journal tbody tr:hover{background:#0d1113}.money.pos{color:var(--green)}.money.neg{color:var(--red)}.pill{display:inline-block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;padding:5px 8px;border-radius:30px;border:1px solid var(--line)}.pill.gain{color:var(--green)}.pill.repair{color:#e6a28d}.pill.income{color:var(--gold)}.journal-note{color:var(--faint);font-size:11px;margin-top:18px}
.partner-hero{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}.partner-visual{min-height:440px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:linear-gradient(140deg,#16191b 0%,#0b0e10 60%),repeating-linear-gradient(90deg,transparent 0 80px,rgba(224,164,62,.08) 81px);position:relative}.building{position:absolute;right:10%;bottom:-5%;width:62%;height:92%;border:1px solid rgba(224,164,62,.25);clip-path:polygon(33% 0,100% 18%,100% 100%,0 100%,0 20%);background:linear-gradient(100deg,rgba(255,255,255,.03),rgba(224,164,62,.07));box-shadow:inset 0 0 70px rgba(224,164,62,.05)}.building:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 38px,rgba(224,164,62,.16) 39px 40px),repeating-linear-gradient(0deg,transparent 0 35px,rgba(224,164,62,.11) 36px 37px)}.feature-list{display:grid;gap:18px;margin-top:28px}.feature{display:grid;grid-template-columns:32px 1fr;gap:13px}.feature .n{width:28px;height:28px;border:1px solid rgba(224,164,62,.45);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:10px}.feature h3{font-size:13px;margin:1px 0 4px}.feature p{font-size:12px;color:var(--muted);margin:0}
.founder-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:start}.portrait{border-radius:7px;overflow:hidden;border:1px solid var(--line);background:#111}.portrait img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:grayscale(1) contrast(1.1) brightness(.78)}.signature{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:25px;margin-top:16px}.founder-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:35px}.founder-stat{padding:20px 16px;border-right:1px solid var(--line)}.founder-stat:last-child{border:0}.founder-stat strong{font-family:var(--serif);display:block;color:var(--gold);font-size:22px}.founder-stat span{font-size:10px;color:#a7abad}
.form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px}.contact-list{display:grid;gap:22px;margin-top:30px}.contact-list strong{display:block;font-size:12px}.contact-list span{color:var(--muted);font-size:12px}.form-card{border:1px solid var(--line);background:#0c1012;padding:28px;border-radius:8px}.field{margin-bottom:14px}.field label{display:block;font-size:10px;text-transform:uppercase;color:#969b9e;letter-spacing:.08em;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;background:#090c0e;border:1px solid var(--line);color:var(--ink);padding:12px;border-radius:5px}.field textarea{min-height:150px;resize:vertical}.form-card button{width:100%;justify-content:center}.fine{font-size:10px;color:var(--faint);margin-top:12px}.notice{border:1px solid rgba(224,164,62,.28);background:#11100d;padding:22px;border-radius:7px;color:#c9c1b3;font-size:12px}.notice strong{color:var(--gold)}
.legal{max-width:780px}.legal h2{font-family:var(--serif);font-weight:400;font-size:28px;margin-top:45px}.legal p,.legal li{color:#b4b8ba}.legal a{color:var(--gold)}
.footer{border-top:1px solid var(--line);padding:42px 0 28px;color:#a5a9ab}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.2fr;gap:35px}.footer h4{color:#e8e6df;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin:0 0 12px}.footer a{display:block;font-size:11px;margin:7px 0;color:#9ea3a6}.footer a:hover{color:var(--gold)}.footer-quote{font-family:var(--serif);font-size:19px;color:#d5d2ca}.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:35px;padding-top:20px;border-top:1px solid var(--line);font-size:10px;color:#71777b}.footer-bottom div:last-child{display:flex;gap:18px}
.reveal{opacity:0;transform:translateY(12px);transition:.55s ease}.reveal.show{opacity:1;transform:none}
@media(max-width:900px){.navlinks{display:none;position:absolute;left:22px;right:22px;top:72px;background:#0c1012;border:1px solid var(--line);padding:12px 20px;flex-direction:column;align-items:stretch;gap:0}.navlinks.open{display:flex}.navlinks a{padding:13px 0}.navlinks a.active:after,.navlinks a:hover:after{bottom:5px}.menu-btn{display:block}.hero-inner{grid-template-columns:1fr;padding-top:90px}.hero-card{margin:40px 0 50px;width:100%}.principles{grid-template-columns:1fr 1fr}.principle.intro{grid-row:auto;grid-column:1/-1;min-height:auto}.metrics{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.card-grid,.variable-grid{grid-template-columns:1fr 1fr}.architecture{grid-template-columns:1fr 1fr}.arch-step:after{display:none}.partner-hero,.founder-grid,.form-grid,.quote{grid-template-columns:1fr}.composition{grid-template-columns:1fr}.founder-stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 28px,var(--max))}.brandtype strong{font-size:19px}.brandtype small{font-size:7px}.hero{min-height:auto}.hero-inner{min-height:auto;padding-bottom:35px}.display{font-size:48px}.hero-card{grid-template-columns:1fr 1fr}.hero-stat:nth-child(2){border-right:0}.hero-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.principles,.card-grid,.variable-grid,.architecture{grid-template-columns:1fr}.metrics{grid-template-columns:1fr}.metric{border-right:0;border-bottom:1px solid var(--line)!important}.metric:last-child{border-bottom:0!important}.page-hero{padding:60px 0}.page-hero h1{font-size:48px}.founder-stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.journal-tools{align-items:stretch;flex-direction:column}.search{max-width:none}.record-head{align-items:flex-start;flex-direction:column}.banked{font-size:40px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}.btn:hover{transform:none}}

/* ================================================================
   v1.1 visual refinement — premium glass + quiet motion
   ================================================================ */
:root{
 --glass:rgba(17,22,26,.58);
 --glass-strong:rgba(13,17,20,.76);
 --glass-line:rgba(255,255,255,.13);
 --glass-highlight:rgba(255,255,255,.075);
 --glass-shadow:0 26px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06);
 --ease-premium:cubic-bezier(.22,1,.36,1);
}
body{position:relative;isolation:isolate;background:
 radial-gradient(circle at 8% 12%,rgba(224,164,62,.055),transparent 28%),
 radial-gradient(circle at 92% 34%,rgba(125,168,215,.045),transparent 26%),
 var(--bg)}
body:before,body:after{content:"";position:fixed;pointer-events:none;z-index:-1;border-radius:50%;filter:blur(90px);opacity:.18;will-change:transform}
body:before{width:34vw;height:34vw;min-width:320px;min-height:320px;background:rgba(224,164,62,.18);left:-15vw;top:18vh;animation:ambient-drift-a 22s ease-in-out infinite alternate}
body:after{width:30vw;height:30vw;min-width:300px;min-height:300px;background:rgba(80,119,151,.14);right:-12vw;top:52vh;animation:ambient-drift-b 28s ease-in-out infinite alternate}
@keyframes ambient-drift-a{to{transform:translate3d(14vw,12vh,0) scale(1.18)}}
@keyframes ambient-drift-b{to{transform:translate3d(-12vw,-14vh,0) scale(.92)}}

/* Neutral geometric identity. No celestial / religious motif. */
.brandmark{width:38px;height:38px;border:0;border-radius:12px;background:url('images/thesive-mark.svg') center/contain no-repeat;box-shadow:0 8px 28px rgba(0,0,0,.28);flex:0 0 auto}
.brand:hover .brandmark{transform:translateY(-1px) rotate(-1deg);filter:brightness(1.08)}
.brandmark,.brandtype{transition:transform .55s var(--ease-premium),filter .55s var(--ease-premium)}

/* Apple-like translucent chrome without turning the page into a UI demo. */
.site-header{transition:background .45s ease,border-color .45s ease,box-shadow .45s ease,backdrop-filter .45s ease}
.site-header.scrolled{background:rgba(7,9,11,.64);backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);box-shadow:0 10px 40px rgba(0,0,0,.18),inset 0 -1px 0 rgba(255,255,255,.05)}
.nav-cta,.btn,.tab,.search{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.btn{border-radius:999px;transition:transform .45s var(--ease-premium),border-color .35s ease,background .35s ease,box-shadow .45s var(--ease-premium)}
.btn.primary{box-shadow:0 10px 32px rgba(224,164,62,.12),inset 0 1px 0 rgba(255,255,255,.32)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(224,164,62,.18),inset 0 1px 0 rgba(255,255,255,.34)}
.nav-cta{border-radius:999px;background:rgba(224,164,62,.035)}

/* Living hero: slow environmental motion, not looping decoration. */
.hero:before{transform:translate3d(0,var(--hero-y,0px),0) scale(1.055);transform-origin:center;will-change:transform}
.hero:after{background:
 linear-gradient(90deg,rgba(4,6,7,.985) 0%,rgba(4,6,7,.86) 33%,rgba(4,6,7,.16) 67%,rgba(4,6,7,.52) 100%),
 radial-gradient(circle at 74% 42%,rgba(224,164,62,.08),transparent 28%),
 linear-gradient(0deg,#07090b 0%,transparent 24%)}
.hero-inner>div:first-child{animation:hero-arrive .95s var(--ease-premium) both}
.hero-card{animation:hero-card-arrive 1.15s .12s var(--ease-premium) both}
@keyframes hero-arrive{from{opacity:0;transform:translate3d(0,24px,0);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}
@keyframes hero-card-arrive{from{opacity:0;transform:translate3d(0,34px,0) scale(.97);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}

/* Glass family */
.hero-card,.record-card,.image-card,.metric,.principle,.variable,.arch-step,.partner-visual,.form-card,.table-wrap,.notice,.glass-panel{
 position:relative;
 background:linear-gradient(145deg,rgba(255,255,255,.064),rgba(255,255,255,.018) 45%,rgba(8,11,13,.42));
 border:1px solid var(--glass-line);
 box-shadow:var(--glass-shadow);
 backdrop-filter:blur(24px) saturate(125%);
 -webkit-backdrop-filter:blur(24px) saturate(125%);
 overflow:hidden;
}
.hero-card:before,.record-card:before,.image-card:before,.metric:before,.principle:before,.variable:before,.arch-step:before,.partner-visual:before,.form-card:before,.notice:before,.glass-panel:before{
 content:"";position:absolute;inset:-1px;pointer-events:none;z-index:0;
 background:radial-gradient(420px circle at var(--mx,50%) var(--my,0%),rgba(255,255,255,.105),transparent 42%);
 opacity:.52;transition:opacity .35s ease;
}
.hero-card>* ,.record-card>* ,.image-card>* ,.metric>* ,.principle>* ,.variable>* ,.arch-step>* ,.partner-visual>* ,.form-card>* ,.notice>* ,.glass-panel>*{position:relative;z-index:1}
.hero-card{border-radius:20px;background:linear-gradient(145deg,rgba(20,25,29,.69),rgba(9,12,14,.48));box-shadow:0 30px 90px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.08);transform-style:preserve-3d;will-change:transform}
.record-card,.image-card,.portrait,.table-wrap,.form-card,.notice{border-radius:18px}
.metrics{border:0;border-radius:20px;gap:1px;background:rgba(255,255,255,.09);box-shadow:0 22px 70px rgba(0,0,0,.22);overflow:hidden}
.metric{border:0!important;box-shadow:none;border-radius:0;backdrop-filter:blur(18px)}
.principles{border:0;gap:14px;background:transparent}
.principle{border:1px solid var(--glass-line);border-radius:18px;transition:transform .65s var(--ease-premium),border-color .45s ease,box-shadow .65s var(--ease-premium)}
.principle:hover,.variable:hover,.image-card:hover,.arch-step:hover{transform:translateY(-5px);border-color:rgba(224,164,62,.24);box-shadow:0 30px 80px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.085)}
.variable-grid{gap:14px;background:transparent;border:0}
.variable{border-radius:16px;transition:transform .65s var(--ease-premium),border-color .45s ease,box-shadow .65s var(--ease-premium)}
.arch-step{border-radius:15px;transition:transform .65s var(--ease-premium),border-color .45s ease,box-shadow .65s var(--ease-premium)}
.arch-step:not(:last-child):after{background:rgba(7,9,11,.78);backdrop-filter:blur(8px);border-radius:99px;padding:2px 5px}
.image-card{transition:transform .7s var(--ease-premium),border-color .4s ease,box-shadow .7s var(--ease-premium)}
.image-card .visual{transform:scale(1.015);transition:transform 1.1s var(--ease-premium),filter .8s ease}
.image-card:hover .visual{transform:scale(1.055)}

/* Section atmosphere */
.section{position:relative}
.section.soft{background:linear-gradient(180deg,rgba(14,18,21,.78),rgba(8,10,12,.62));backdrop-filter:blur(2px)}
.section.soft:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 10%,rgba(224,164,62,.035),transparent 25%),radial-gradient(circle at 82% 78%,rgba(125,168,215,.028),transparent 27%)}
.section.soft>.wrap{position:relative;z-index:1}
.page-hero{background:radial-gradient(circle at 82% 40%,rgba(224,164,62,.055),transparent 25%),linear-gradient(180deg,rgba(255,255,255,.015),transparent)}
.page-hero .wrap{animation:page-hero-arrive .9s var(--ease-premium) both}
@keyframes page-hero-arrive{from{opacity:0;transform:translateY(20px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}

/* Founder portrait stays fully in colour while retaining the cinematic grade. */
.portrait{box-shadow:0 28px 90px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.06)}
.portrait img{filter:saturate(.98) contrast(1.035) brightness(.94);transition:transform 1.2s var(--ease-premium),filter .8s ease}
.portrait:hover img{transform:scale(1.018);filter:saturate(1.04) contrast(1.035) brightness(.98)}

/* Track-record learning loop */
.learning-section{padding-top:28px;padding-bottom:28px;border-top:0}
.learning-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;padding:34px;border-radius:22px;background:linear-gradient(135deg,rgba(19,25,29,.72),rgba(12,15,18,.46))}
.learning-copy p,.learning-ambition p{color:var(--muted);margin-bottom:0}
.learning-flow{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:26px}
.learning-flow span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.035);padding:8px 11px;border-radius:999px;color:#d8dadd}
.learning-flow i{font-style:normal;color:var(--gold);opacity:.8}
.learning-ambition{border-left:1px solid rgba(255,255,255,.12);padding-left:30px;display:flex;flex-direction:column;justify-content:center}
.micro-label{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:10px}
.learning-ambition strong{font-family:var(--serif);font-size:26px;font-weight:400;line-height:1.18}

/* Slower, softer reveal cadence inspired by the MBP site direction. */
.reveal{opacity:0;transform:translate3d(0,28px,0) scale(.988);filter:blur(7px);transition:opacity .8s var(--ease-premium),transform .95s var(--ease-premium),filter .95s var(--ease-premium);transition-delay:var(--reveal-delay,0ms);will-change:opacity,transform,filter}
.reveal.show{opacity:1;transform:none;filter:none}

/* Journal / controls polish */
.tab{border-radius:999px;background:rgba(255,255,255,.028);transition:transform .3s var(--ease-premium),background .3s ease,border-color .3s ease}
.tab:hover{transform:translateY(-1px)}
.tab.active{background:rgba(224,164,62,.08)}
.search{border-radius:999px;background:rgba(8,11,13,.52);padding-left:16px}
.journal tbody tr{transition:background .25s ease}
.journal tbody tr:hover{background:rgba(255,255,255,.035)}

@media(max-width:900px){
 .learning-panel{grid-template-columns:1fr}
 .learning-ambition{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding-left:0;padding-top:28px}
 .principles,.variable-grid{gap:10px}
}
@media(max-width:620px){
 body:before,body:after{opacity:.11}
 .learning-panel{padding:24px}
 .learning-ambition strong{font-size:23px}
 .hero-card{border-radius:16px}
}
@media(prefers-reduced-motion:reduce){
 body:before,body:after,.hero-inner>div:first-child,.hero-card,.page-hero .wrap{animation:none!important}
 .hero:before{transform:none!important}
 .reveal{opacity:1;transform:none;filter:none;transition:none}
 .brandmark,.portrait img,.image-card,.image-card .visual,.principle,.variable,.arch-step,.btn{transition:none!important}
}


/* === THESIVE v1.2: partner workspace, richer hero motion, editorial product typography === */
body{letter-spacing:.002em}.display,.section-title,.page-hero h1,.quote blockquote,.banked,.learning-ambition strong{font-family:var(--serif)}
.brandtype strong{font-family:var(--sans);font-weight:700;letter-spacing:.20em}.brandtype small{font-family:var(--sans);font-weight:600}
.hero-stat strong,.metric strong{font-family:var(--serif)}

/* Home hero signal path */
.hero-motion-field{position:absolute;z-index:1;right:-2%;top:13%;width:min(53vw,720px);height:68%;pointer-events:none;opacity:.52;mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 100%)}
.hero-trace{position:absolute;inset:8% 0 0 0;width:100%;height:82%;overflow:visible}.hero-trace path{fill:none;stroke:rgba(224,164,62,.42);stroke-width:1.2;stroke-dasharray:8 12;animation:trace-drift 7s linear infinite}.hero-trace circle{fill:#e5ba6d;opacity:.72;filter:drop-shadow(0 0 8px rgba(224,164,62,.55));animation:node-breathe 3.8s ease-in-out infinite}.hero-trace circle:nth-of-type(2){animation-delay:.8s}.hero-trace circle:nth-of-type(3){animation-delay:1.6s}.hero-trace circle:nth-of-type(4){animation-delay:2.4s}
.signal-chip{position:absolute;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(12,16,19,.38);backdrop-filter:blur(16px);font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:rgba(242,239,233,.7);box-shadow:0 12px 35px rgba(0,0,0,.18);animation:signal-float 7s ease-in-out infinite}.signal-a{right:44%;top:62%}.signal-b{right:24%;top:36%;animation-delay:-2.1s}.signal-c{right:4%;top:17%;animation-delay:-4.2s}
.hero-card:after{content:"";position:absolute;z-index:0;inset:-35% -55%;background:linear-gradient(108deg,transparent 43%,rgba(255,255,255,.08) 50%,transparent 57%);transform:translateX(-55%);animation:glass-sheen 8.5s ease-in-out infinite}.hero-stat{animation:stat-rise .8s var(--ease-premium) both}.hero-stat:nth-child(1){animation-delay:.25s}.hero-stat:nth-child(2){animation-delay:.34s}.hero-stat:nth-child(3){animation-delay:.43s}.hero-stat:nth-child(4){animation-delay:.52s}
@keyframes trace-drift{to{stroke-dashoffset:-80}}@keyframes node-breathe{50%{opacity:1;r:5.5}}@keyframes signal-float{50%{transform:translate3d(0,-9px,0);border-color:rgba(224,164,62,.22)}}@keyframes glass-sheen{0%,62%{transform:translateX(-58%)}82%,100%{transform:translateX(58%)}}@keyframes stat-rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Page hero motion fields */
.animated-page-hero{min-height:430px}.animated-page-hero .wrap{padding-right:min(44vw,520px)}.page-hero-viz{position:absolute;z-index:2;right:max(4vw,30px);top:50%;transform:translateY(-50%);width:min(39vw,470px);height:250px;pointer-events:none}.thinking-viz{display:flex;align-items:center;justify-content:center;gap:9px}.thought-node{width:86px;height:86px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(11,14,17,.42));backdrop-filter:blur(18px);display:flex;flex-direction:column;justify-content:center;padding:13px;box-shadow:0 22px 55px rgba(0,0,0,.25);animation:thought-bob 5.6s ease-in-out infinite}.thought-node small{font-family:var(--mono);font-size:8px;color:var(--gold);letter-spacing:.13em}.thought-node span{font-size:11px;margin-top:6px}.thought-node.n2{animation-delay:-1.2s}.thought-node.n3{animation-delay:-2.4s}.thought-node.n4{animation-delay:-3.6s;border-color:rgba(224,164,62,.34);box-shadow:0 22px 62px rgba(224,164,62,.08)}.thought-link{height:1px;width:20px;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(224,164,62,.48));position:relative;overflow:hidden}.thought-link:after{content:"";position:absolute;inset:0;width:8px;background:#efbd64;box-shadow:0 0 8px rgba(224,164,62,.6);animation:link-pulse 2.8s linear infinite}.thought-link.l2:after{animation-delay:-.8s}.thought-link.l3:after{animation-delay:-1.6s}
.record-viz{height:255px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(8,11,13,.44));backdrop-filter:blur(22px);padding:19px 20px;box-shadow:0 28px 75px rgba(0,0,0,.3);overflow:hidden}.record-mini-head{display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:.12em}.record-mini-head span{color:var(--gold)}.record-mini-head b{font-weight:500;color:#aeb3b5}.record-viz svg{width:100%;height:120px;margin-top:7px;overflow:visible}.record-viz .gridline{stroke:rgba(255,255,255,.055);stroke-width:1;fill:none}.record-line{fill:none;stroke:var(--green);stroke-width:2;stroke-linecap:round;stroke-dasharray:520;stroke-dashoffset:520;filter:drop-shadow(0 0 7px rgba(115,213,138,.25));animation:record-draw 3.4s .4s var(--ease-premium) forwards}.record-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.record-mini-metrics span{font-size:8px;color:#858c8f}.record-mini-metrics b{display:block;font-family:var(--serif);font-size:15px;color:#e6e2db;font-weight:500;margin-bottom:1px}.record-mini-metrics span:first-child b{color:var(--green)}
@keyframes thought-bob{50%{transform:translateY(-8px);border-color:rgba(255,255,255,.2)}}@keyframes link-pulse{from{transform:translateX(-9px)}to{transform:translateX(26px)}}@keyframes record-draw{to{stroke-dashoffset:0}}

/* Partner interface replaces the old generic building illustration. */
.partner-hero{grid-template-columns:.92fr 1.08fr;gap:42px}.partner-interface{min-height:520px;border-radius:28px;padding:16px;background:radial-gradient(circle at 74% 9%,rgba(224,164,62,.08),transparent 28%),linear-gradient(145deg,rgba(18,23,27,.76),rgba(8,11,13,.55));box-shadow:0 36px 110px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)}
.desk-shell{position:relative;height:100%;min-height:488px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(8,11,13,.78);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.desk-topbar{height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018)}.desk-brand{display:flex;align-items:center;gap:8px}.desk-mark{width:21px;height:21px;background:url('images/thesive-mark.svg') center/contain no-repeat}.desk-brand b{font-size:10px;letter-spacing:.17em}.desk-brand small{font-size:7px;color:#737b80;border-left:1px solid rgba(255,255,255,.1);padding-left:8px}.desk-status{font-size:8px;color:#9fa7a9;display:flex;align-items:center;gap:6px}.desk-status i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(115,213,138,.4);animation:status-pulse 2.2s ease-out infinite}.desk-layout{display:grid;grid-template-columns:92px 1fr;min-height:432px}.desk-side{padding:17px 10px;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:7px}.desk-nav{font-size:7px;color:#6f777b;padding:8px;border-radius:8px}.desk-nav.active{color:#e5e0d8;background:rgba(224,164,62,.075);border:1px solid rgba(224,164,62,.12)}.desk-main{padding:17px}.desk-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:13px}.desk-heading small,.desk-card-title span,.desk-memory-card small,.desk-risk small,.desk-approval small{font-size:7px;letter-spacing:.13em;color:#7f888c}.desk-heading strong{display:block;font-family:var(--serif);font-size:20px;font-weight:500;margin-top:3px}.desk-pill{font-size:8px;color:#111;background:linear-gradient(135deg,#f2bb56,#d79731);padding:7px 10px;border-radius:999px;font-weight:700;box-shadow:0 8px 20px rgba(224,164,62,.12);animation:pill-breathe 4s ease-in-out infinite}.desk-grid{display:grid;grid-template-columns:1.55fr .8fr;gap:10px}.desk-chart-card,.desk-memory-card,.desk-risk,.desk-approval{border:1px solid rgba(255,255,255,.085);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));border-radius:13px;padding:12px}.desk-card-title{display:flex;justify-content:space-between;align-items:center}.desk-card-title b{font-size:8px;color:var(--green);font-weight:600}.desk-chart-card svg{width:100%;height:122px;margin:4px 0 2px}.desk-gridline{fill:none;stroke:rgba(255,255,255,.045);stroke-width:1}.desk-chart-line{fill:none;stroke:#e0a43e;stroke-width:2;stroke-linecap:round;stroke-dasharray:500;stroke-dashoffset:500;animation:desk-draw 4s .7s var(--ease-premium) forwards}.desk-chart-dot{fill:#f0be66;filter:drop-shadow(0 0 8px rgba(224,164,62,.7));animation:dot-pulse 2.5s ease-in-out infinite}.desk-tags{display:flex;gap:5px;flex-wrap:wrap}.desk-tags span{font-size:6.5px;color:#9da4a7;border:1px solid rgba(255,255,255,.08);padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.02)}.desk-memory-card{display:flex;flex-direction:column;justify-content:center}.desk-memory-card strong{font-family:var(--serif);font-size:18px;font-weight:500;margin-top:7px}.desk-memory-card p{font-size:8px;color:#81898d;line-height:1.5;margin:5px 0 12px}.memory-bars{display:grid;gap:6px}.memory-bars:before{content:"Lessons applied";font-size:6.5px;color:#6f777b}.memory-bars i{display:block;width:var(--w);height:4px;border-radius:4px;background:linear-gradient(90deg,rgba(224,164,62,.35),rgba(224,164,62,.9));transform-origin:left;animation:bar-grow 1.6s var(--ease-premium) both}.memory-bars i:nth-child(2){animation-delay:.15s}.memory-bars i:nth-child(3){animation-delay:.3s}.desk-bottom{display:grid;grid-template-columns:1fr 1.15fr;gap:10px;margin-top:10px}.desk-risk strong{display:block;font-size:10px;margin:5px 0}.desk-risk span{font-size:7px;color:#727a7e}.desk-approval{display:flex;align-items:center;justify-content:space-between;gap:8px}.desk-approval div{display:flex;gap:5px}.desk-approval button{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);color:#9ea5a7;font-size:7px;padding:7px 8px;border-radius:999px}.desk-approval button.approve{color:#121313;border-color:transparent;background:#e0a43e}.desk-scan{position:absolute;z-index:5;pointer-events:none;left:-25%;top:55px;width:22%;height:calc(100% - 55px);background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);transform:skewX(-12deg);animation:desk-scan 9s ease-in-out infinite}
@keyframes status-pulse{70%{box-shadow:0 0 0 8px rgba(115,213,138,0)}}@keyframes pill-breathe{50%{box-shadow:0 8px 25px rgba(224,164,62,.22)}}@keyframes desk-draw{to{stroke-dashoffset:0}}@keyframes dot-pulse{50%{r:5.5;opacity:.72}}@keyframes bar-grow{from{transform:scaleX(0);opacity:.2}to{transform:scaleX(1);opacity:1}}@keyframes desk-scan{0%,60%{transform:translateX(0) skewX(-12deg)}85%,100%{transform:translateX(700%) skewX(-12deg)}}

/* Small homepage partner interface thumbnail */
.partner-thumb{background:radial-gradient(circle at 80% 15%,rgba(224,164,62,.09),transparent 35%),#090c0e!important;display:grid;place-items:center}.thumb-window{width:76%;height:70%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0a0d0f;box-shadow:0 18px 45px rgba(0,0,0,.32);overflow:hidden;transform:perspective(700px) rotateX(5deg) rotateY(-7deg);animation:thumb-float 6s ease-in-out infinite}.thumb-top{height:22px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:4px;padding:0 7px}.thumb-top span{width:4px;height:4px;border-radius:50%;background:#4a5154}.thumb-top b{margin-left:5px;font-size:5px;letter-spacing:.08em;color:#777f83}.thumb-body{display:grid;grid-template-columns:22% 1fr;gap:7px;padding:8px;height:calc(100% - 22px)}.thumb-body i{grid-column:1;width:80%;height:5px;border-radius:4px;background:rgba(255,255,255,.06)}.thumb-chart{grid-column:2;grid-row:1/4;border:1px solid rgba(255,255,255,.07);border-radius:6px;background:linear-gradient(160deg,transparent 53%,rgba(224,164,62,.55) 54% 55%,transparent 56%),linear-gradient(20deg,transparent 56%,rgba(115,213,138,.32) 57% 58%,transparent 59%)}@keyframes thumb-float{50%{transform:perspective(700px) rotateX(3deg) rotateY(-3deg) translateY(-5px)}}

.founder-principles{grid-template-columns:repeat(4,1fr)}

@media(max-width:1050px){.partner-hero{grid-template-columns:1fr}.partner-interface{min-height:500px}.animated-page-hero .wrap{padding-right:43vw}.page-hero-viz{width:40vw}.founder-principles{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.hero-motion-field{opacity:.28;right:-18%;width:82vw}.animated-page-hero .wrap{padding-right:0}.page-hero-viz{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:560px;margin:26px auto 0;height:205px}.animated-page-hero{padding-bottom:50px}.thinking-viz{justify-content:flex-start}.thought-node{width:76px;height:76px;border-radius:18px}.record-viz{height:230px}.desk-layout{grid-template-columns:76px 1fr}.desk-side{padding-left:7px;padding-right:7px}}
@media(max-width:620px){.hero-motion-field{display:none}.page-hero-viz{display:none}.animated-page-hero{min-height:370px}.partner-interface{padding:9px;min-height:470px}.desk-shell{min-height:450px}.desk-layout{grid-template-columns:1fr}.desk-side{display:none}.desk-main{padding:12px}.desk-grid{grid-template-columns:1fr}.desk-memory-card{display:none}.desk-bottom{grid-template-columns:1fr}.desk-risk{display:none}.desk-approval{min-height:56px}.desk-brand small{display:none}.founder-principles{grid-template-columns:1fr}.signal-chip{display:none}}
@media(prefers-reduced-motion:reduce){.hero-trace path,.hero-trace circle,.signal-chip,.hero-card:after,.hero-stat,.thought-node,.thought-link:after,.record-line,.desk-status i,.desk-pill,.desk-chart-line,.desk-chart-dot,.memory-bars i,.desk-scan,.thumb-window{animation:none!important}.record-line,.desk-chart-line{stroke-dashoffset:0!important}}

.page-hero-viz,.desk-shell{translate:var(--px,0) var(--py,0);transition:translate .65s var(--ease-premium)}

/* =========================================================
   THESIVE v1.3 · Partner OS, performance trajectory, brain map
   ========================================================= */

/* Partner OS: product model, not a decorative device mock-up. */
.partner-hero-os{grid-template-columns:.78fr 1.22fr;gap:34px;align-items:center}
.partner-os{min-height:650px;padding:14px;border-radius:30px;background:radial-gradient(circle at 80% 5%,rgba(224,164,62,.09),transparent 30%),radial-gradient(circle at 10% 88%,rgba(125,168,215,.06),transparent 34%),linear-gradient(145deg,rgba(17,22,26,.86),rgba(7,9,11,.72));border:1px solid rgba(255,255,255,.105);box-shadow:0 44px 130px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.065);overflow:hidden}
.pos-shell{position:relative;min-height:620px;border:1px solid rgba(255,255,255,.095);border-radius:21px;background:#090c0e;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.pos-topbar{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018)}
.pos-brand,.pos-topmeta,.pos-live{display:flex;align-items:center}.pos-brand{gap:8px}.pos-mark{width:21px;height:21px;background:url('images/thesive-mark.svg') center/contain no-repeat}.pos-brand b{font-size:9px;letter-spacing:.19em}.pos-brand small{font-size:6px;color:#70787c;border-left:1px solid rgba(255,255,255,.1);padding-left:8px;letter-spacing:.11em}.pos-topmeta{gap:10px}.pos-demo{font-size:5.5px;letter-spacing:.13em;color:#7b8387;border:1px solid rgba(255,255,255,.07);padding:4px 7px;border-radius:999px}.pos-live{gap:5px;color:#9fa6a9;font-size:6.5px}.pos-live i{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(115,213,138,.34);animation:pos-live 2.2s ease-out infinite}
.pos-frame{display:grid;grid-template-columns:118px 1fr;min-height:566px}.pos-sidebar{border-right:1px solid rgba(255,255,255,.07);padding:14px 10px 12px;display:flex;flex-direction:column;background:rgba(255,255,255,.009)}.pos-workspace{font-size:6.5px;color:#777f83;padding:3px 7px 14px}.pos-workspace small{display:block;color:#d6d2ca;font-size:7.5px;margin-top:3px}.pos-sidebar nav{display:grid;gap:3px}.pos-sidebar nav span{font-size:6.5px;color:#6d7579;padding:8px 7px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;white-space:nowrap}.pos-sidebar nav span b{font-size:5.5px;color:#a78b57;border:1px solid rgba(224,164,62,.12);padding:1px 4px;border-radius:999px}.pos-sidebar nav span.active{color:#eee9df;background:linear-gradient(90deg,rgba(224,164,62,.10),rgba(224,164,62,.025));border:1px solid rgba(224,164,62,.12)}.pos-human{margin-top:auto;padding:8px;border:1px solid rgba(255,255,255,.07);border-radius:9px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:7px 1fr;column-gap:6px;align-items:center}.pos-human i{width:6px;height:6px;border-radius:50%;background:var(--gold);grid-row:1/3;box-shadow:0 0 10px rgba(224,164,62,.28)}.pos-human small{font-size:5.2px;letter-spacing:.12em;color:#6f777b}.pos-human b{font-size:6.8px;font-weight:500;color:#b9b5ae}
.pos-canvas{padding:11px;min-width:0}.pos-context{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:8px}.pos-context>div{padding:7px 8px;border:1px solid rgba(255,255,255,.068);border-radius:9px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.008))}.pos-context small{font-size:4.8px;letter-spacing:.12em;color:#687074;display:block}.pos-context b{font-size:6.7px;font-weight:550;color:#cbc7bf;display:block;margin-top:2px;white-space:nowrap}
.pos-grid{display:grid;grid-template-columns:150px minmax(320px,1fr) 132px;gap:8px}.pos-queue,.pos-brief,.pos-stack{border:1px solid rgba(255,255,255,.075);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.026),rgba(255,255,255,.009));padding:9px;min-width:0}.pos-section-title{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-bottom:8px}.pos-section-title>span{font-size:6.5px;color:#aaa69f;letter-spacing:.04em}.pos-section-title small{font-size:5.2px;color:#646c70}.pos-section-title strong{font-size:7px;color:var(--green);font-weight:550}
.pos-queue{display:flex;flex-direction:column}.pos-queue-item{position:relative;width:100%;display:grid;grid-template-columns:7px 1fr auto;align-items:start;gap:6px;text-align:left;border:0;border-top:1px solid rgba(255,255,255,.055);background:transparent;color:inherit;padding:10px 4px;cursor:pointer;transition:background .35s ease,border-color .35s ease,transform .35s ease}.pos-queue-item:first-of-type{border-top:0}.pos-queue-item:hover{background:rgba(255,255,255,.018);transform:translateX(2px)}.pos-queue-item.active{background:linear-gradient(90deg,rgba(224,164,62,.075),transparent);border-color:rgba(224,164,62,.12)}.pos-queue-item>i{width:5px;height:5px;border-radius:50%;background:#90989b;margin-top:4px}.pos-queue-item>i.ready{background:var(--green);box-shadow:0 0 8px rgba(115,213,138,.4)}.pos-queue-item>i.repair{background:var(--gold)}.pos-queue-item span b{font-size:6.4px;font-weight:600;display:block;color:#cbc7bf}.pos-queue-item span small{font-size:5.25px;color:#697175;line-height:1.35;display:block;margin-top:3px}.pos-queue-item em{font-style:normal;font-size:4.7px;letter-spacing:.08em;color:#877a63;border:1px solid rgba(255,255,255,.07);padding:2px 4px;border-radius:999px}
.pos-brief{padding:10px}.pos-brief-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.065);padding-bottom:8px;margin-bottom:8px}.pos-brief-head small{font-size:5px;letter-spacing:.11em;color:#697175}.pos-brief-head h3{font-family:var(--serif);font-size:15px;line-height:1.1;font-weight:500;margin:2px 0 0}.pos-action{font-size:6.6px;color:#131313;background:linear-gradient(135deg,#f1bb5b,#d8952d);font-weight:700;padding:5px 7px;border-radius:999px;box-shadow:0 7px 18px rgba(224,164,62,.10);transition:all .35s ease}.pos-evidence{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:8px}.pos-evidence>div{border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:6px;overflow:hidden}.pos-evidence small{font-size:4.3px;letter-spacing:.09em;color:#656d71;display:block}.pos-evidence b{font-size:5.8px;font-weight:550;color:#aaa8a2}.pos-evidence i{display:block;height:2px;background:rgba(255,255,255,.055);border-radius:2px;margin-top:5px;position:relative}.pos-evidence i:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--score);border-radius:inherit;background:linear-gradient(90deg,rgba(224,164,62,.35),rgba(224,164,62,.9));transform-origin:left;animation:pos-bar 1.7s var(--ease-premium) both}
.pos-analysis-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:7px}.pos-path,.pos-impact{border:1px solid rgba(255,255,255,.06);border-radius:9px;padding:7px;min-width:0}.pos-path svg{width:100%;height:95px;display:block}.pos-gridline{fill:none;stroke:rgba(255,255,255,.045);stroke-width:1}.pos-chart-line{fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-dasharray:520;stroke-dashoffset:520;filter:drop-shadow(0 0 5px rgba(224,164,62,.24));animation:pos-draw 3.8s .4s var(--ease-premium) forwards}.pos-chart-dot{fill:#f2bf63;filter:drop-shadow(0 0 6px rgba(224,164,62,.64));animation:pos-dot 2.4s ease-in-out infinite}.pos-event-row{display:flex;justify-content:space-between;gap:3px}.pos-event-row span{font-size:4.7px;color:#687075;border:1px solid rgba(255,255,255,.055);border-radius:999px;padding:2px 4px}.pos-impact-row{display:flex;justify-content:space-between;gap:5px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.05)}.pos-impact-row span{font-size:5px;color:#687075}.pos-impact-row b{font-size:5.4px;font-weight:550;color:#b9b5ae;white-space:nowrap}.pos-impact-note{display:flex;gap:5px;align-items:flex-start;margin-top:7px}.pos-impact-note i{width:5px;height:5px;flex:0 0 auto;border-radius:50%;background:var(--green);margin-top:3px}.pos-impact-note span{font-size:5.1px;line-height:1.35;color:#7e8689;transition:opacity .2s ease}
.pos-decision-row{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:7px}.pos-risk,.pos-controls{border:1px solid rgba(255,255,255,.06);border-radius:9px;padding:7px}.pos-risk small,.pos-controls>small{display:block;font-size:4.5px;letter-spacing:.1em;color:#656d71}.pos-risk b{display:block;font-size:5.5px;font-weight:550;color:#a8a5a0;margin-top:4px}.pos-controls{display:flex;align-items:center;gap:7px}.pos-controls div{display:flex;gap:3px}.pos-controls button{font-size:5px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.018);color:#858d90;border-radius:999px;padding:4px 6px}.pos-controls button.approve{background:var(--gold);color:#121313;border-color:transparent;font-weight:650}
.pos-stack{padding:9px}.pos-stack-flow{display:grid;gap:6px}.pos-stack-flow>div{position:relative;display:grid;grid-template-columns:8px 1fr;gap:5px;align-items:center;border:1px solid rgba(255,255,255,.055);padding:6px;border-radius:7px;background:rgba(255,255,255,.01)}.pos-stack-flow>div:not(:last-child):after{content:"";position:absolute;left:9px;top:100%;width:1px;height:7px;background:linear-gradient(var(--gold),transparent);opacity:.4}.pos-stack-flow i{width:5px;height:5px;border-radius:50%;background:#677074;animation:pos-stack-pulse 4s ease-in-out infinite}.pos-stack-flow>div:nth-child(2) i{animation-delay:-1s}.pos-stack-flow>div:nth-child(3) i{animation-delay:-2s}.pos-stack-flow>div:nth-child(4) i{animation-delay:-3s}.pos-stack-flow span{font-size:5.2px;color:#81898c}.pos-api{margin-top:8px;padding:7px;border:1px solid rgba(224,164,62,.10);border-radius:8px;background:rgba(224,164,62,.025);display:grid;gap:4px}.pos-api small{font-size:4.4px;letter-spacing:.1em;color:#9b7d4d}.pos-api span{font-size:4.9px;color:#7f878a;padding-left:7px;position:relative}.pos-api span:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;border-radius:50%;background:var(--gold);transform:translateY(-50%)}.pos-gate{display:flex;gap:6px;align-items:center;margin-top:8px;padding:7px;border:1px solid rgba(229,131,112,.11);background:rgba(229,131,112,.025);border-radius:8px}.pos-gate>i{width:6px;height:6px;border-radius:50%;background:var(--red)}.pos-gate small{font-size:4.2px;letter-spacing:.09em;color:#736f6f;display:block}.pos-gate b{font-size:5.2px;font-weight:550;color:#a59f9b;display:block}.pos-flow-scan{position:absolute;pointer-events:none;z-index:5;left:-20%;top:54px;width:14%;height:calc(100% - 54px);background:linear-gradient(90deg,transparent,rgba(255,255,255,.018),transparent);transform:skewX(-10deg);animation:pos-scan 11s ease-in-out infinite}
.partner-deploy{padding-top:54px}.partner-surfaces{margin-top:28px}.surface-no{font-size:9px;letter-spacing:.12em;color:var(--gold);margin-bottom:22px}.partner-rail{margin-top:28px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.018);padding:13px 18px;display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;gap:12px;align-items:center}.partner-rail span{font-size:8px;letter-spacing:.08em;color:#9da2a4;text-align:center}.partner-rail i{height:1px;background:linear-gradient(90deg,rgba(224,164,62,.12),rgba(224,164,62,.55),rgba(224,164,62,.12));position:relative;overflow:visible}.partner-rail i:after{content:"";position:absolute;top:-2px;left:0;width:5px;height:5px;border-radius:50%;background:var(--gold);animation:rail-dot 3s linear infinite}.partner-rail i:nth-of-type(2):after{animation-delay:-1s}.partner-rail i:nth-of-type(3):after{animation-delay:-2s}
@keyframes pos-live{70%{box-shadow:0 0 0 7px rgba(115,213,138,0)}}@keyframes pos-bar{from{transform:scaleX(0);opacity:.2}to{transform:scaleX(1);opacity:1}}@keyframes pos-draw{to{stroke-dashoffset:0}}@keyframes pos-dot{50%{r:5.3;opacity:.72}}@keyframes pos-stack-pulse{0%,100%{background:#677074;box-shadow:none}50%{background:var(--gold);box-shadow:0 0 8px rgba(224,164,62,.36)}}@keyframes pos-scan{0%,62%{transform:translateX(0) skewX(-10deg)}86%,100%{transform:translateX(900%) skewX(-10deg)}}@keyframes rail-dot{from{left:0}to{left:100%}}

/* Track Record: verified path + explicitly aspirational future zone. */
.record-hero-v13{min-height:600px}.record-hero-note{display:flex;gap:8px;max-width:620px;margin-top:20px;padding:9px 11px;border:1px solid rgba(255,255,255,.075);border-radius:10px;background:rgba(255,255,255,.018)}.record-hero-note i{width:6px;height:6px;border-radius:50%;background:var(--green);flex:0 0 auto;margin-top:6px;box-shadow:0 0 8px rgba(115,213,138,.3)}.record-hero-note span{font-size:11px;color:#8f9699;line-height:1.55}.record-viz-pro{width:min(48vw,680px);height:445px;padding:15px 17px;top:49%;border-radius:26px;background:radial-gradient(circle at 75% 10%,rgba(115,213,138,.055),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(8,11,13,.48))}.record-pro-head{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.07)}.record-pro-head>div{display:grid}.record-pro-head span{font-size:7px;letter-spacing:.12em;color:var(--green)}.record-pro-head small{font-size:5.5px;color:#697175;margin-top:2px}.record-pro-head>b{font-size:6px;color:#8b9295;font-weight:500}.record-pro-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:8px 0}.record-pro-kpis>div{border:1px solid rgba(255,255,255,.055);border-radius:8px;padding:6px;background:rgba(255,255,255,.012)}.record-pro-kpis small{font-size:4.6px;letter-spacing:.09em;color:#646c70;display:block}.record-pro-kpis b{font-family:var(--serif);font-size:13px;font-weight:500;color:#ddd8cf;display:block;line-height:1.15;margin:2px 0}.record-pro-kpis>div:first-child b,.record-pro-kpis>div:nth-child(2) b{color:var(--green)}.record-pro-kpis span{font-size:4.8px;color:#6d7579;display:block}.record-chart-pro{height:218px;border:1px solid rgba(255,255,255,.045);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.013),rgba(255,255,255,.003));padding:4px 5px 0;overflow:hidden}.record-chart-pro svg{width:100%;height:100%;margin:0;overflow:visible}.record-pro-grid{fill:none;stroke:rgba(255,255,255,.045);stroke-width:1}.record-y,.record-months text,.record-callout{font-family:var(--sans)}.record-y{fill:#5e6669;font-size:7px}.record-months text{fill:#646c70;font-size:6px;text-anchor:middle}.record-asp-band{fill:url(#aspBand);opacity:0;animation:asp-band 1.4s 2.2s ease forwards}.record-actual-line{fill:none;stroke:var(--green);stroke-width:2.4;stroke-linecap:round;stroke-dasharray:700;stroke-dashoffset:700;filter:drop-shadow(0 0 5px rgba(115,213,138,.2));animation:actual-draw 2.8s .25s var(--ease-premium) forwards}.record-asp-line{fill:none;stroke:var(--gold);stroke-width:1.5;stroke-dasharray:5 7;opacity:0;animation:asp-line 1.4s 2.3s ease forwards}.record-actual-dot{fill:#9be8ad;opacity:0;animation:dot-in .4s 1.6s ease forwards}.record-current-dot{fill:#b4f0bf;filter:url(#glow);opacity:0;animation:current-in .5s 2.6s ease forwards,current-pulse 2.5s 3.1s ease-in-out infinite}.record-target-dot{fill:var(--gold);opacity:0;animation:target-in .4s 2.8s ease forwards}.record-target-dot:nth-of-type(4){animation-delay:2.9s}.record-target-dot:nth-of-type(5){animation-delay:3s}.record-target-dot:nth-of-type(6){animation-delay:3.1s}.record-target-dot:nth-of-type(7){animation-delay:3.2s}.record-target-dot:nth-of-type(8){animation-delay:3.3s}.record-target-dot:nth-of-type(9){animation-delay:3.4s}.record-target-dot:nth-of-type(10){animation-delay:3.5s}.record-callout{font-size:6.5px}.record-callout.actual{fill:#a6dfb2}.record-callout.goal{fill:#c79b54}.record-goal-row{display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center;padding-top:8px}.record-goal-row>div:not(.record-goal){display:flex;align-items:center;gap:5px}.legend-line{width:16px;height:2px;border-radius:2px}.legend-line.actual{background:var(--green)}.legend-line.aspiration{background:repeating-linear-gradient(90deg,var(--gold) 0 4px,transparent 4px 7px)}.record-goal-row small{font-size:5px;color:#6c7478}.record-goal{text-align:right;display:grid;grid-template-columns:auto auto;justify-content:end;column-gap:7px;align-items:end}.record-goal small{grid-column:1/3;font-size:4.8px;letter-spacing:.1em;color:#7d6a4c}.record-goal b{font-family:var(--serif);font-size:17px;line-height:1;color:#d8a952;font-weight:500}.record-goal span{font-size:5px;color:#6d7477}.record-pro-foot{margin-top:7px;font-size:4.8px;line-height:1.45;color:#5f676a;border-top:1px solid rgba(255,255,255,.05);padding-top:6px}
@keyframes actual-draw{to{stroke-dashoffset:0}}@keyframes asp-band{to{opacity:1}}@keyframes asp-line{from{opacity:0;stroke-dashoffset:50}to{opacity:.9;stroke-dashoffset:0}}@keyframes dot-in{to{opacity:1}}@keyframes target-in{from{opacity:0;transform:translateY(4px)}to{opacity:.72;transform:translateY(0)}}@keyframes current-in{to{opacity:1}}@keyframes current-pulse{50%{r:7;opacity:.7}}

/* How THESIVE Thinks: a real decision graph, not a four-step icon row. */
.thinking-hero-v13{min-height:620px}.thinking-hero-v13 .wrap{max-width:560px}.brain-caption{display:inline-flex;align-items:center;gap:7px;margin-top:22px;padding:7px 10px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:rgba(255,255,255,.018)}.brain-caption i{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 0 rgba(224,164,62,.32);animation:brain-caption-pulse 2s ease-out infinite}.brain-caption span{font-size:9px;color:#949b9e;min-width:116px}.brain-viz{width:min(50vw,720px);height:470px;right:2vw;top:50%;border:1px solid rgba(255,255,255,.105);border-radius:28px;background:radial-gradient(circle at 45% 48%,rgba(224,164,62,.08),transparent 28%),radial-gradient(circle at 86% 47%,rgba(125,168,215,.045),transparent 22%),linear-gradient(145deg,rgba(255,255,255,.045),rgba(8,11,13,.47));backdrop-filter:blur(22px);box-shadow:0 35px 90px rgba(0,0,0,.34);overflow:hidden;padding:12px}.brain-top{height:27px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06);padding:0 5px 7px}.brain-top span{font-size:6px;letter-spacing:.13em;color:var(--gold)}.brain-top b{font-size:5.6px;font-weight:500;color:#747c80}.brain-canvas{position:relative;height:390px;overflow:hidden}.brain-canvas>svg{position:absolute;inset:0;width:100%;height:100%;z-index:0}.synapse{fill:none;stroke:rgba(255,255,255,.08);stroke-width:1.15;stroke-linecap:round;stroke-dasharray:3 9;animation:synapse-flow 8s linear infinite}.synapse.s2,.synapse.s8,.synapse.s13{animation-delay:-1.2s}.synapse.s3,.synapse.s9,.synapse.s14{animation-delay:-2.4s}.synapse.s4,.synapse.s10,.synapse.s15{animation-delay:-3.6s}.synapse.s5,.synapse.s11{animation-delay:-4.8s}.synapse.s6,.synapse.s12{animation-delay:-6s}.brain-node{position:absolute;left:var(--x);top:var(--y);z-index:2;transform:translate(-50%,-50%);display:flex;align-items:center;gap:5px;opacity:.55;transition:opacity .45s ease,filter .45s ease,transform .45s var(--ease-premium)}.brain-node>i{width:7px;height:7px;border-radius:50%;background:#5f686b;border:1px solid rgba(255,255,255,.16);transition:all .45s ease}.brain-node>span{font-size:5.8px;color:#81898c;white-space:nowrap;transition:color .45s ease}.brain-node.input{transform:translate(0,-50%)}.brain-node.input>span{font-size:5.5px}.brain-node.reason{border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:5px 7px;background:rgba(255,255,255,.018)}.brain-node.proposal,.brain-node.authority{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:7px;background:rgba(8,11,13,.88);display:grid;grid-template-columns:7px 1fr;column-gap:5px;min-width:84px}.brain-node.proposal small,.brain-node.authority small{grid-column:1/3;font-size:3.8px;color:#646c70;white-space:nowrap;margin-top:1px}.brain-node.proposal>i{background:var(--gold)}.brain-node.authority>i{background:var(--green)}.brain-node.is-active{opacity:1;filter:drop-shadow(0 0 10px rgba(224,164,62,.15));transform:translate(-50%,-50%) scale(1.045)}.brain-node.input.is-active{transform:translate(0,-50%) scale(1.045)}.brain-node.is-active>i{background:var(--gold);border-color:#e5b760;box-shadow:0 0 0 4px rgba(224,164,62,.07),0 0 10px rgba(224,164,62,.42)}.brain-node.authority.is-active>i{background:var(--green);border-color:#9de8ae;box-shadow:0 0 0 4px rgba(115,213,138,.07),0 0 10px rgba(115,213,138,.42)}.brain-node.is-active>span{color:#d8d3cb}.brain-core{position:absolute;left:48%;top:49%;z-index:3;width:112px;height:112px;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle,rgba(18,22,24,.96) 0 48%,rgba(224,164,62,.055) 49% 61%,transparent 62%);transition:filter .5s ease,transform .5s var(--ease-premium)}.brain-core:before{content:"";position:absolute;inset:20px;border-radius:50%;border:1px solid rgba(224,164,62,.2);box-shadow:inset 0 0 20px rgba(224,164,62,.035)}.brain-core>div{text-align:center;z-index:2}.brain-core small{font-size:4.5px;letter-spacing:.15em;color:#917747;display:block}.brain-core b{font-family:var(--serif);font-size:13px;line-height:1.05;font-weight:500;color:#d9d5ce;display:block;margin:3px 0}.brain-core em{font-style:normal;font-size:4.4px;color:#677074;display:block}.core-orbit{position:absolute;border:1px solid rgba(224,164,62,.14);border-radius:50%;inset:6px;animation:core-spin 11s linear infinite}.core-orbit:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold);top:14%;left:10%;box-shadow:0 0 8px rgba(224,164,62,.5)}.core-orbit.o2{inset:-5px;border-color:rgba(125,168,215,.08);animation-duration:17s;animation-direction:reverse}.core-orbit.o2:after{background:var(--blue);top:72%;left:88%;box-shadow:0 0 7px rgba(125,168,215,.45)}.brain-core.is-active{transform:translate(-50%,-50%) scale(1.06);filter:drop-shadow(0 0 19px rgba(224,164,62,.18))}.brain-state{position:absolute;z-index:2;left:41%;bottom:2%;width:142px;border:1px solid rgba(255,255,255,.065);border-radius:9px;background:rgba(7,9,11,.72);padding:6px 7px}.brain-state>small{font-size:4px;letter-spacing:.11em;color:#656d71}.brain-state>div{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.04);padding:3px 0}.brain-state span{font-size:4.7px;color:#697175}.brain-state b{font-size:4.7px;font-weight:550;color:#aaa69f}.brain-foot{height:28px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-end;justify-content:space-between;padding:6px 4px 0}.brain-foot span{font-size:5px;color:#646c70;display:flex;align-items:center;gap:5px}.brain-foot i{width:5px;height:5px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px rgba(224,164,62,.4)}
@keyframes synapse-flow{to{stroke-dashoffset:-120}}@keyframes core-spin{to{transform:rotate(360deg)}}@keyframes brain-caption-pulse{70%{box-shadow:0 0 0 8px rgba(224,164,62,0)}}

@media(max-width:1180px){.partner-hero-os{grid-template-columns:1fr}.partner-os{min-height:630px}.pos-grid{grid-template-columns:145px minmax(300px,1fr) 128px}.brain-viz{width:47vw}.record-viz-pro{width:47vw}}
@media(max-width:980px){.partner-os{overflow-x:auto}.pos-shell{min-width:760px}.partner-rail{grid-template-columns:1fr;gap:7px}.partner-rail i{width:1px;height:18px;justify-self:center;background:linear-gradient(rgba(224,164,62,.12),rgba(224,164,62,.55),rgba(224,164,62,.12))}.partner-rail i:after{left:-2px;top:0;animation:rail-dot-v 3s linear infinite}.thinking-hero-v13,.record-hero-v13{min-height:auto}.brain-viz,.record-viz-pro{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:720px;margin:30px auto 0}.brain-viz{height:470px}.record-viz-pro{height:445px}.thinking-hero-v13 .wrap{max-width:var(--max)}}
@keyframes rail-dot-v{from{top:0}to{top:100%}}
@media(max-width:700px){.pos-topmeta .pos-demo{display:none}.partner-os{padding:8px}.pos-shell{min-width:720px}.brain-viz{height:430px}.record-viz-pro{height:420px}.record-pro-kpis{grid-template-columns:repeat(2,1fr)}.record-chart-pro{height:190px}.record-goal-row{grid-template-columns:1fr 1fr}.record-goal{grid-column:1/3}.record-pro-foot{display:none}}
@media(max-width:620px){.page-hero-viz.brain-viz,.page-hero-viz.record-viz-pro{display:block}.thinking-hero-v13,.record-hero-v13{padding-bottom:42px}.brain-viz{height:360px;padding:8px}.brain-canvas{height:296px}.brain-node.input>span,.brain-node.reason>span{font-size:4.7px}.brain-node.proposal,.brain-node.authority{min-width:70px;padding:5px}.brain-core{width:90px;height:90px}.brain-core b{font-size:11px}.brain-state{display:none}.record-viz-pro{height:390px;padding:10px}.record-chart-pro{height:178px}.record-pro-kpis b{font-size:11px}.record-goal b{font-size:15px}.record-pro-head small{display:none}}
@media(prefers-reduced-motion:reduce){.pos-live i,.pos-evidence i:after,.pos-chart-line,.pos-chart-dot,.pos-stack-flow i,.pos-flow-scan,.partner-rail i:after,.record-asp-band,.record-actual-line,.record-asp-line,.record-actual-dot,.record-current-dot,.record-target-dot,.brain-caption i,.synapse,.core-orbit{animation:none!important}.pos-chart-line,.record-actual-line{stroke-dashoffset:0!important}.record-asp-band,.record-asp-line,.record-actual-dot,.record-current-dot,.record-target-dot{opacity:1!important}}
.record-callout.checkpoint{fill:#7caa85;font-size:5.8px}.record-target-label{fill:#9b7d4d;font-family:var(--sans);font-size:5px;text-anchor:middle;opacity:.78}
.brain-viz .synapse{transition:stroke .45s ease,stroke-width .45s ease,opacity .45s ease}.brain-viz[data-stage="0"] .s1,.brain-viz[data-stage="0"] .s2,.brain-viz[data-stage="0"] .s3,.brain-viz[data-stage="0"] .s4,.brain-viz[data-stage="0"] .s5,.brain-viz[data-stage="1"] .s6,.brain-viz[data-stage="2"] .s1,.brain-viz[data-stage="2"] .s2,.brain-viz[data-stage="2"] .s3,.brain-viz[data-stage="2"] .s4,.brain-viz[data-stage="2"] .s5,.brain-viz[data-stage="2"] .s6,.brain-viz[data-stage="3"] .s7,.brain-viz[data-stage="3"] .s8,.brain-viz[data-stage="3"] .s9,.brain-viz[data-stage="3"] .s10,.brain-viz[data-stage="4"] .s11,.brain-viz[data-stage="4"] .s12,.brain-viz[data-stage="4"] .s13,.brain-viz[data-stage="4"] .s14,.brain-viz[data-stage="5"] .s15{stroke:rgba(224,164,62,.72);stroke-width:1.75;opacity:1;filter:drop-shadow(0 0 3px rgba(224,164,62,.28))}.brain-viz[data-stage="5"] .s15{stroke:rgba(115,213,138,.8);filter:drop-shadow(0 0 4px rgba(115,213,138,.3))}
@media(min-width:1181px){.partner-hero-os{grid-template-columns:.68fr 1.32fr;gap:28px}.pos-frame{grid-template-columns:100px 1fr}.pos-grid{grid-template-columns:135px minmax(265px,1fr) 115px}.pos-sidebar{padding-left:8px;padding-right:8px}}
@media(min-width:981px){.thinking-hero-v13 .wrap,.record-hero-v13 .wrap{padding-right:min(52vw,710px)}}


/* THESIVE v1.4 · hero placement, homepage synchronization, 100% stretch challenge */
.thinking-hero-v13 .wrap{max-width:var(--max);width:min(100% - 44px,var(--max));}
.thinking-hero-v13 .wrap>p{max-width:500px;line-height:1.65}
@media(min-width:981px){
  .thinking-hero-v13{min-height:650px;padding-top:72px;padding-bottom:72px}
  .thinking-hero-v13 .wrap{padding-right:min(54vw,760px)}
  .thinking-hero-v13 h1{max-width:480px}
  .brain-viz{right:max(2.5vw,34px);top:50%;width:min(50vw,730px);height:470px}
}
@media(max-width:980px){
  .thinking-hero-v13 .wrap{width:min(100% - 44px,var(--max));padding-right:0}
  .thinking-hero-v13 .wrap>p{max-width:680px}
  .brain-viz{margin-top:28px}
}
@media(max-width:620px){.thinking-hero-v13 .wrap{width:min(100% - 28px,var(--max))}}

.hero-card{grid-template-columns:repeat(4,1fr)}
.hero-card-note{grid-column:1/-1;padding:9px 14px 11px;border-top:1px solid var(--line);font-size:8px;line-height:1.45;color:#737b7f;letter-spacing:.01em;background:rgba(255,255,255,.012)}
.hero-stat.stretch strong{color:var(--gold)}
@media(max-width:620px){.hero-card-note{font-size:7.5px}.hero-stat:nth-child(4){border-right:0}}

/* Home card visuals mirror the live product pages. */
.home-brain-visual,.home-record-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 52% 50%,rgba(224,164,62,.065),transparent 28%),linear-gradient(145deg,#0d1113,#080a0b)!important;display:block!important;padding:16px}
.home-brain-svg,.home-record-svg{width:100%;height:100%;display:block;overflow:visible}
.h-syn{fill:none;stroke:rgba(255,255,255,.11);stroke-width:1.2;stroke-dasharray:5 9;animation:home-syn-flow 7s linear infinite}
.h-syn.out{stroke:rgba(224,164,62,.45)}.h-syn.s2{animation-delay:-2.1s}
.h-node{fill:#687175;stroke:rgba(255,255,255,.18);stroke-width:1;animation:home-node-pulse 4.4s ease-in-out infinite}.h-node.gold{fill:var(--gold)}.h-node.green{fill:var(--green);animation-delay:-1.5s}
.h-core{fill:#111619;stroke:rgba(224,164,62,.45);stroke-width:1.5;filter:drop-shadow(0 0 13px rgba(224,164,62,.18));animation:home-core-pulse 3.7s ease-in-out infinite}
.home-brain-svg text{font-family:var(--sans);font-size:7px;fill:#c8c3ba;letter-spacing:.12em}.home-brain-svg .h-label{font-size:5px;fill:#687075}
.home-record-head{display:flex;justify-content:space-between;align-items:center;font-size:6px;letter-spacing:.11em;color:#747d80;height:18px}.home-record-head span{color:var(--green)}.home-record-head b{font-size:6px;color:var(--gold);font-weight:600}
.home-record-svg{height:calc(100% - 34px)}.home-grid{fill:none;stroke:rgba(255,255,255,.045);stroke-width:1}.home-actual{fill:none;stroke:var(--green);stroke-width:2.2;stroke-linecap:round;stroke-dasharray:300;stroke-dashoffset:300;animation:home-line-draw 2.4s .35s var(--ease-premium) forwards}.home-goal{fill:none;stroke:var(--gold);stroke-width:1.6;stroke-dasharray:5 7;opacity:0;animation:home-goal-in 1.3s 2.1s ease forwards}.home-current{fill:#9be8ad;filter:drop-shadow(0 0 6px rgba(115,213,138,.5));animation:home-node-pulse 3s ease-in-out infinite}.home-final{fill:var(--gold);filter:drop-shadow(0 0 7px rgba(224,164,62,.45));animation:home-node-pulse 3s -1s ease-in-out infinite}.home-record-svg text{font-family:var(--sans);font-size:7px;fill:#8d9699}.home-record-foot{position:absolute;right:15px;bottom:9px;color:#5f676a;font-size:5.5px;letter-spacing:.04em}
@keyframes home-syn-flow{to{stroke-dashoffset:-56}}@keyframes home-node-pulse{50%{opacity:.65;transform:scale(.92);transform-origin:center}}@keyframes home-core-pulse{50%{filter:drop-shadow(0 0 20px rgba(224,164,62,.28))}}@keyframes home-line-draw{to{stroke-dashoffset:0}}@keyframes home-goal-in{to{opacity:.9}}

/* Track Record 100% stretch challenge. Solid = verified; gold = published ambition. */
.record-viz-v14{height:465px}
.record-viz-v14 .stretch-kpi b{color:var(--gold)!important}
.record-chart-100{height:230px}
.record-unlock-band{fill:url(#unlockBand);stroke:rgba(115,213,138,.08);stroke-width:1;opacity:0;animation:unlock-in 1.2s 1.8s ease forwards}
.record-unlock-label{font-family:var(--sans);font-size:4.4px;letter-spacing:.08em;fill:#5f7b66;opacity:0;animation:unlock-in 1.2s 2s ease forwards}
.record-asp-line-100{stroke-width:1.7}
.record-target-final{filter:drop-shadow(0 0 8px rgba(224,164,62,.55));animation:target-in .45s 3.5s ease forwards,current-pulse 2.4s 4s ease-in-out infinite}
.record-target-label.final{font-size:6px;fill:#d4a754;font-weight:650}
.record-viz-v14 .record-goal b{font-size:20px;color:var(--gold)}
.record-viz-v14 .record-pro-foot{font-size:5px;line-height:1.5}
@keyframes unlock-in{to{opacity:1}}

.capital-transition{padding-top:42px;padding-bottom:24px}
.capital-unlock-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:center;padding:28px 30px;border-radius:20px}
.capital-unlock-copy .section-title{font-size:clamp(30px,3.6vw,48px);margin:7px 0 12px}.capital-unlock-copy p{color:#9ca3a6;font-size:13px;max-width:540px}
.capital-unlock-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:stretch}.capital-unlock-flow>div{border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px;background:rgba(255,255,255,.014);position:relative;overflow:hidden}.capital-unlock-flow>div:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,rgba(224,164,62,.4),transparent);transform:translateX(-100%);animation:capital-scan 6s ease-in-out infinite}.capital-unlock-flow>div:nth-of-type(2):after{animation-delay:-2s}.capital-unlock-flow>div:nth-of-type(3):after{animation-delay:-4s}.capital-unlock-flow small{display:block;font-size:6px;letter-spacing:.12em;color:var(--gold);margin-bottom:7px}.capital-unlock-flow b{display:block;font-family:var(--serif);font-size:15px;font-weight:500;color:#d4d0c8}.capital-unlock-flow span{display:block;font-size:8px;line-height:1.5;color:#737b7f;margin-top:6px}.capital-unlock-flow>i{align-self:center;color:#69583d;font-style:normal;font-size:14px}
@keyframes capital-scan{0%,55%{transform:translateX(-100%)}80%,100%{transform:translateX(100%)}}
@media(max-width:980px){.capital-unlock-panel{grid-template-columns:1fr}.capital-unlock-flow{grid-template-columns:1fr}.capital-unlock-flow>i{transform:rotate(90deg);justify-self:center}.record-viz-v14{height:470px}}
@media(max-width:620px){.capital-unlock-panel{padding:20px}.record-viz-v14{height:420px}.record-chart-100{height:185px}.record-viz-v14 .record-goal b{font-size:17px}}

@media(prefers-reduced-motion:reduce){.h-syn,.h-node,.h-core,.home-actual,.home-goal,.home-current,.home-final,.record-unlock-band,.record-unlock-label,.record-target-final,.capital-unlock-flow>div:after{animation:none!important}.home-actual{stroke-dashoffset:0}.home-goal,.record-unlock-band,.record-unlock-label{opacity:1}}

/* THESIVE v1.5 · contact collaboration hero + homepage contact sync */
.contact-hero-v15{min-height:560px;padding:70px 0 66px;background:radial-gradient(circle at 76% 45%,rgba(224,164,62,.055),transparent 33%),linear-gradient(180deg,#090c0e 0%,#07090b 100%)}
.contact-hero-v15:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 35%,#000 100%);opacity:.22}
.contact-hero-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;align-items:center;position:relative;z-index:2}
.contact-hero-copy h1{font-family:var(--serif);font-size:clamp(52px,6.7vw,82px);font-weight:400;line-height:.96;letter-spacing:-.035em;margin:10px 0 20px;max-width:540px}
.contact-hero-copy>p{font-size:16px;line-height:1.7;color:#bbc0c2;max-width:560px}
.contact-hero-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}
.contact-hero-tags span{border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018);border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:.045em;color:#8f979a}
.contact-network{height:430px;border:1px solid rgba(255,255,255,.085);border-radius:14px;background:linear-gradient(145deg,rgba(18,22,24,.9),rgba(8,11,13,.9));box-shadow:0 25px 70px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.025);overflow:hidden;padding:12px;position:relative;backdrop-filter:blur(18px)}
.contact-network:after{content:"";position:absolute;inset:-40%;background:radial-gradient(circle,rgba(224,164,62,.055),transparent 26%);animation:contact-ambient 10s ease-in-out infinite;pointer-events:none}
.contact-network-head,.contact-network-foot{height:26px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}
.contact-network-head{border-bottom:1px solid rgba(255,255,255,.055);padding:0 3px 8px}
.contact-network-head span{font-size:5px;letter-spacing:.14em;color:#d9a74d}.contact-network-head small{font-size:4.8px;color:#697276;transition:color .4s ease}
.contact-network-canvas{height:338px;position:relative;overflow:hidden}
.contact-network-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.c-link{fill:none;stroke:rgba(123,135,139,.16);stroke-width:1.15;stroke-dasharray:4 8;transition:stroke .4s ease,stroke-width .4s ease,opacity .4s ease;animation:contact-flow 7s linear infinite}
.c-link.c-in{stroke:rgba(125,168,215,.18)}
.contact-network[data-stage="0"] .c-in,.contact-network[data-stage="1"] .c-in{stroke:rgba(125,168,215,.68);stroke-width:1.7;filter:drop-shadow(0 0 3px rgba(125,168,215,.28))}
.contact-network[data-stage="1"] .c-a,.contact-network[data-stage="2"] .c-b,.contact-network[data-stage="3"] .c-c{stroke:rgba(224,164,62,.72);stroke-width:1.8;filter:drop-shadow(0 0 4px rgba(224,164,62,.3))}
.c-node{position:absolute;z-index:3;display:grid;grid-template-columns:7px 1fr;column-gap:6px;align-items:center;opacity:.6;transition:opacity .4s ease,transform .4s var(--ease-premium),filter .4s ease}
.c-node>i{width:7px;height:7px;border-radius:50%;background:#596366;border:1px solid rgba(255,255,255,.14);transition:all .4s ease}
.c-node>span{font-size:4.2px;letter-spacing:.1em;color:#687176}.c-node>b{grid-column:2;font-size:6.2px;font-weight:550;color:#a9a8a3;margin-top:1px}
.c-problem{left:3%;top:48%;transform:translateY(-50%)}
.c-out{right:2%;min-width:130px;border:1px solid rgba(255,255,255,.06);background:rgba(7,10,12,.72);padding:7px 8px;border-radius:9px}
.c-deploy{top:12%}.c-data{top:43%}.c-product{top:74%}
.contact-network[data-stage="0"] .c-problem,.contact-network[data-stage="1"] .c-deploy,.contact-network[data-stage="2"] .c-data,.contact-network[data-stage="3"] .c-product{opacity:1;filter:drop-shadow(0 0 12px rgba(224,164,62,.13));transform:translateY(-50%) scale(1.03)}
.contact-network[data-stage="1"] .c-deploy,.contact-network[data-stage="2"] .c-data,.contact-network[data-stage="3"] .c-product{transform:scale(1.03)}
.contact-network[data-stage="0"] .c-problem>i{background:var(--blue);border-color:#a8caed;box-shadow:0 0 0 5px rgba(125,168,215,.06),0 0 11px rgba(125,168,215,.4)}
.contact-network[data-stage="1"] .c-deploy>i,.contact-network[data-stage="2"] .c-data>i,.contact-network[data-stage="3"] .c-product>i{background:var(--gold);border-color:#e8ba65;box-shadow:0 0 0 5px rgba(224,164,62,.06),0 0 11px rgba(224,164,62,.4)}
.c-core{position:absolute;left:45%;top:50%;transform:translate(-50%,-50%);width:118px;height:118px;border-radius:50%;display:grid;place-items:center;align-content:center;z-index:4;background:radial-gradient(circle,rgba(19,23,25,.98) 0 44%,rgba(224,164,62,.055) 45% 58%,rgba(255,255,255,.01) 59% 100%);border:1px solid rgba(224,164,62,.13);box-shadow:0 0 45px rgba(224,164,62,.035)}
.c-core>span{font-size:4.6px;letter-spacing:.16em;color:#9c814d}.c-core>b{font-family:var(--serif);font-weight:500;font-size:18px;line-height:1;color:#ded9d0;margin:4px 0}.c-core>small{font-size:4.1px;color:#626c70}
.c-orbit{position:absolute;inset:8px;border:1px solid rgba(224,164,62,.13);border-radius:50%;animation:core-spin 13s linear infinite}.c-orbit:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold);left:9%;top:17%;box-shadow:0 0 8px rgba(224,164,62,.5)}.c-orbit.o2{inset:-7px;border-color:rgba(125,168,215,.075);animation-duration:19s;animation-direction:reverse}.c-orbit.o2:after{background:var(--blue);left:85%;top:72%;box-shadow:0 0 8px rgba(125,168,215,.4)}
.c-proof{position:absolute;left:34%;bottom:3%;border:1px solid rgba(255,255,255,.055);border-radius:8px;background:rgba(7,10,12,.62);padding:7px 9px;z-index:3}.c-proof span{display:block;font-size:4px;letter-spacing:.11em;color:#686f72}.c-proof b{display:block;margin-top:2px;font-size:5.8px;font-weight:520;color:#aaa7a0}
.contact-network-foot{border-top:1px solid rgba(255,255,255,.055);padding:7px 3px 0;color:#646c70}.contact-network-foot span{font-size:4.8px}.contact-network-foot span:first-child{display:flex;gap:5px;align-items:center}.contact-network-foot i{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 7px rgba(115,213,138,.42)}
.home-collab-strip{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:19px 0 2px}.home-collab-strip span{font-size:8px;letter-spacing:.04em;color:#8f979a;border:1px solid rgba(255,255,255,.065);border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.015)}.home-collab-strip i{width:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(224,164,62,.55),transparent);position:relative}.home-collab-strip i:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:var(--gold);top:-1px;left:0;box-shadow:0 0 6px rgba(224,164,62,.4);animation:home-collab-pulse 2.8s linear infinite}.home-collab-strip i:nth-of-type(2):after{animation-delay:1.1s}
@keyframes contact-flow{to{stroke-dashoffset:-120}}@keyframes contact-ambient{0%,100%{transform:translate(-3%,-2%)}50%{transform:translate(5%,4%)}}@keyframes home-collab-pulse{to{left:100%}}
@media(max-width:980px){.contact-hero-layout{grid-template-columns:1fr}.contact-hero-v15{padding-top:64px}.contact-hero-copy>p{max-width:700px}.contact-network{height:420px;max-width:760px;width:100%;margin:10px auto 0}}
@media(max-width:620px){.contact-hero-v15{padding:52px 0 45px}.contact-hero-layout{gap:28px}.contact-hero-copy h1{font-size:clamp(47px,15vw,68px)}.contact-network{height:355px;padding:8px}.contact-network-canvas{height:280px}.c-core{width:92px;height:92px;left:43%}.c-core>b{font-size:14px}.c-out{min-width:105px;padding:6px}.c-node>b{font-size:5px}.c-proof{left:28%}.contact-network-foot span:last-child{display:none}.home-collab-strip i{display:none}}
@media(prefers-reduced-motion:reduce){.contact-network:after,.c-link,.c-orbit,.home-collab-strip i:after{animation:none!important}}

/* THESIVE v1.6 · live founder-capital metrics + priority motion heroes */
.priority-motion-hero{position:relative;overflow:hidden}
.priority-motion-visual{will-change:transform,filter}

/* Home: let the intelligence field and live-state card breathe. */
.hero{min-height:760px}
.hero-inner{min-height:678px;grid-template-columns:.9fr 1.1fr;gap:34px}
.hero-motion-field{width:min(61vw,920px);height:76%;top:10%;opacity:.68}
.signal-chip{font-size:10px;padding:9px 14px}
.hero-card{width:min(640px,100%);margin-bottom:54px;position:relative}
.hero-stat{padding:19px 15px}
.hero-stat small{font-size:8.5px}.hero-stat strong{font-size:19px}
.hero-capital-bridge{grid-column:1/-1;display:grid;grid-template-columns:1fr 42px 1fr;gap:10px;align-items:center;padding:13px 14px;border-top:1px solid var(--line);background:linear-gradient(90deg,rgba(115,213,138,.025),rgba(224,164,62,.025));position:relative;z-index:1}
.bridge-state{min-width:0}.bridge-state small{display:block;font-size:6.5px;letter-spacing:.12em;color:#768085}.bridge-state b{display:block;font-family:var(--serif);font-size:13px;font-weight:500;color:#d9d5ce;margin-top:3px}.bridge-state.live b span{color:var(--green)}.bridge-state.goal b span{color:var(--gold)}.bridge-state em{display:block;font-style:normal;font-size:6.8px;line-height:1.5;color:#70787c;margin-top:4px}
.bridge-arrow{display:grid;place-items:center;position:relative;height:40px}.bridge-arrow>i{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(115,213,138,.12),rgba(224,164,62,.56),rgba(224,164,62,.12));overflow:hidden}.bridge-arrow>i:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold);top:-2px;left:0;box-shadow:0 0 8px rgba(224,164,62,.5);animation:bridge-travel 3s linear infinite}.bridge-arrow>span{color:#8f774c;font-size:10px;background:#0b0f11;padding:0 4px;z-index:1}
.hero-card-note{font-size:7.8px;line-height:1.55;padding:10px 14px 12px;position:relative;z-index:1}
@keyframes bridge-travel{to{left:calc(100% - 5px)}}

/* Homepage product mirrors are now miniature real interfaces, not poster art. */
.image-card .visual{height:225px}
.home-record-v16{padding:13px 14px 11px}.home-record-v16 .home-record-svg{height:126px;margin-top:4px}.home-record-live{position:absolute;left:15px;top:38px;border:1px solid rgba(255,255,255,.065);border-radius:8px;padding:5px 7px;background:rgba(7,10,12,.72);z-index:2}.home-record-live small{display:block;font-size:4.8px;letter-spacing:.1em;color:#6c7478}.home-record-live b{display:block;font-family:var(--serif);font-size:11px;color:#d7d2ca;line-height:1.1}.home-record-live span{display:block;font-size:4.8px;color:#687075}
.home-partner-os{padding:13px!important;background:radial-gradient(circle at 75% 10%,rgba(224,164,62,.07),transparent 30%),linear-gradient(145deg,#0e1215,#080a0c)!important}
.hp-window{height:100%;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(7,10,12,.82);overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.26)}
.hp-top{height:26px;border-bottom:1px solid rgba(255,255,255,.065);display:flex;align-items:center;padding:0 8px;gap:7px;color:#747c80}.hp-dots{font-size:6px;letter-spacing:2px}.hp-top b{font-size:5.7px;letter-spacing:.12em;color:#a7a5a0}.hp-top em{margin-left:auto;font-style:normal;font-size:4.8px;display:flex;gap:4px;align-items:center}.hp-top em i{width:4px;height:4px;border-radius:50%;background:var(--green);box-shadow:0 0 7px rgba(115,213,138,.45);animation:pos-live 2.2s ease-out infinite}
.hp-shell{display:grid;grid-template-columns:58px 1fr;height:calc(100% - 26px)}.hp-side{border-right:1px solid rgba(255,255,255,.055);padding:9px 6px;display:grid;align-content:start;gap:5px}.hp-side span{font-size:4.8px;color:#596164;padding:4px;border-radius:5px}.hp-side span.active{color:#d0cbc2;background:rgba(224,164,62,.075);border:1px solid rgba(224,164,62,.09)}
.hp-main{padding:8px;min-width:0}.hp-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.hp-title small{display:block;font-size:4.3px;letter-spacing:.1em;color:#666f72}.hp-title b{font-family:var(--serif);font-size:10px;font-weight:500;color:#d4d0c9}.hp-title strong{font-size:5.3px;color:#121313;background:var(--gold);padding:3px 5px;border-radius:999px;transition:.35s}
.hp-grid{display:grid;grid-template-columns:100px 1fr;gap:6px}.hp-queue,.hp-brief{border:1px solid rgba(255,255,255,.055);border-radius:8px;background:rgba(255,255,255,.01);padding:5px}.hp-q{display:grid;grid-template-columns:5px 1fr auto;gap:4px;padding:6px 2px;border-top:1px solid rgba(255,255,255,.045);align-items:start;opacity:.48;transition:.4s}.hp-q:first-child{border-top:0}.hp-q>i{width:4px;height:4px;border-radius:50%;background:#697174;margin-top:3px}.hp-q span b{display:block;font-size:4.8px;color:#aaa7a1}.hp-q span small{display:block;font-size:4px;color:#626a6e}.hp-q em{font-size:3.6px;font-style:normal;color:#887652;border:1px solid rgba(255,255,255,.055);padding:1px 3px;border-radius:999px}
.home-partner-os[data-stage="0"] .q1,.home-partner-os[data-stage="1"] .q2,.home-partner-os[data-stage="2"] .q3{opacity:1;background:linear-gradient(90deg,rgba(224,164,62,.07),transparent);transform:translateX(1px)}.home-partner-os[data-stage="0"] .q1>i{background:var(--green);box-shadow:0 0 6px rgba(115,213,138,.45)}.home-partner-os[data-stage="1"] .q2>i{background:var(--gold)}.home-partner-os[data-stage="2"] .q3>i{background:var(--red)}
.hp-evidence{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.hp-evidence span{border:1px solid rgba(255,255,255,.045);border-radius:5px;padding:4px;font-size:3.7px;color:#646c70}.hp-evidence b{display:block;font-size:4.2px;color:#a9a6a0;margin-top:1px}.hp-path{margin-top:4px}.hp-path svg{width:100%;height:56px;display:block}.hp-gridline{fill:none;stroke:rgba(255,255,255,.04);stroke-width:1}.hp-line{fill:none;stroke:var(--gold);stroke-width:1.5;stroke-dasharray:300;stroke-dashoffset:300;animation:hp-line 3s .2s var(--ease-premium) forwards}.hp-path circle{fill:var(--gold);filter:drop-shadow(0 0 5px rgba(224,164,62,.45))}.hp-path small{display:flex;justify-content:space-between;font-size:4px;color:#626a6e}.hp-path small b{color:var(--green);font-size:4.5px}.hp-impact{display:flex;justify-content:space-between;gap:6px;border-top:1px solid rgba(255,255,255,.045);padding-top:4px;margin-top:4px;font-size:4px;color:#626a6e}.hp-impact b{font-size:4.2px;color:#98958f;font-weight:500}.hp-gate{display:flex;align-items:center;gap:4px;margin-top:6px;padding:5px 6px;border:1px solid rgba(255,255,255,.055);border-radius:7px;background:rgba(255,255,255,.012);position:relative;overflow:hidden}.hp-gate small{font-size:3.8px;letter-spacing:.09em;color:#676f72;margin-right:auto}.hp-gate span,.hp-gate b{font-size:4px;padding:2px 4px;border:1px solid rgba(255,255,255,.055);border-radius:999px;color:#6f777b}.hp-gate b{background:var(--gold);color:#111;border-color:transparent}.hp-gate>i{position:absolute;left:-30%;top:0;width:22%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);transform:skewX(-12deg);animation:hp-scan 7s ease-in-out infinite}
@keyframes hp-line{to{stroke-dashoffset:0}}@keyframes hp-scan{0%,55%{left:-30%}85%,100%{left:120%}}

/* Priority page heroes: visual comprehension gets the space. */
@media(min-width:981px){
  .thinking-hero-v13{min-height:780px;padding-top:78px;padding-bottom:78px}
  .thinking-hero-v13 .wrap{padding-right:min(60vw,890px)}
  .thinking-hero-v13 .wrap>p{max-width:455px}
  .brain-viz{width:min(56vw,835px);height:575px;right:max(2vw,24px)}
  .brain-canvas{height:486px}.brain-node>span{font-size:6.8px}.brain-node.input>span{font-size:6.5px}.brain-node.proposal,.brain-node.authority{min-width:100px;padding:8px}.brain-node.proposal small,.brain-node.authority small{font-size:4.6px}.brain-core{width:132px;height:132px}.brain-core b{font-size:15px}.brain-state{width:166px}.brain-state span,.brain-state b{font-size:5.4px}.brain-foot span{font-size:5.7px}

  .record-hero-v13{min-height:820px;padding-top:76px;padding-bottom:76px}
  .record-hero-v13 .wrap{padding-right:min(61vw,900px)}
  .record-hero-v13 .wrap>p{max-width:445px}
  .record-viz-pro{width:min(57vw,850px);height:630px;right:max(1.8vw,20px);top:50%}
  .record-pro-kpis{gap:7px;padding:10px 0}.record-pro-kpis>div{padding:8px}.record-pro-kpis small{font-size:5.5px}.record-pro-kpis b{font-size:16px}.record-pro-kpis span{font-size:5.7px}.record-pro-head span{font-size:7.8px}.record-pro-head small{font-size:6.2px}.record-pro-head>b{font-size:6.5px}
  .record-chart-v16{height:266px}.record-pro-foot{font-size:5.7px!important;line-height:1.55!important}.record-y{font-size:7.5px}.record-months text{font-size:6.3px}.record-callout{font-size:6.2px}

  .partner-os-section{min-height:850px;padding-top:74px!important;padding-bottom:74px}.partner-hero-os{grid-template-columns:.58fr 1.42fr;gap:32px;align-items:center}.partner-os{min-height:700px}.pos-shell{min-height:670px}.pos-frame{min-height:616px}.pos-topbar{height:56px}.pos-grid{grid-template-columns:155px minmax(355px,1fr) 145px}.pos-queue-item span b,.pos-brief-head small,.pos-context b{font-size:7.1px}.pos-queue-item span small{font-size:5.8px}.pos-brief-head h3{font-size:17px}.pos-section-title>span{font-size:7px}.pos-evidence b{font-size:6.4px}.pos-impact-row span,.pos-impact-row b,.pos-risk b,.pos-controls button,.pos-stack-flow span{font-size:5.8px}.pos-path svg{height:110px}

  .contact-hero-v15{min-height:720px;padding:74px 0 70px}.contact-hero-layout{grid-template-columns:.62fr 1.38fr;gap:48px;min-height:570px}.contact-network.priority-motion-visual{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:none;height:540px;margin:0}.contact-network-canvas{height:438px}.contact-network-head,.contact-network-foot{height:34px}.contact-network-head span{font-size:7px}.contact-network-head small{font-size:6.5px}.contact-network-foot span{font-size:6.3px}.c-node>span{font-size:5.7px}.c-node>b{font-size:8px}.c-out{min-width:155px;padding:9px 10px}.c-core{width:142px;height:142px;left:45%}.c-core>span{font-size:5.8px}.c-core>b{font-size:22px}.c-core>small{font-size:5.2px}.c-proof{padding:9px 11px}.c-proof span{font-size:5px}.c-proof b{font-size:7px}

  .founder-hero-v16{min-height:720px;padding:74px 0}.founder-hero-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:52px;align-items:center;min-height:570px}.founder-network{height:540px}
}

/* Track Record: one live capital state, two clearly separate performance measures. */
.record-capital-track{border:1px solid rgba(255,255,255,.055);border-radius:10px;padding:8px 9px;margin:0 0 8px;background:rgba(255,255,255,.012)}
.rct-head,.rct-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.rct-head span{font-size:5px;letter-spacing:.1em;color:#6a7376}.rct-head b{font-size:6px;font-weight:550;color:#aaa7a1}.rct-bar{height:6px;margin:6px 0;border-radius:999px;background:rgba(255,255,255,.045);overflow:hidden;position:relative}.rct-bar>i{display:block;height:100%;width:var(--capital);background:linear-gradient(90deg,rgba(115,213,138,.45),rgba(115,213,138,.95));border-radius:inherit;transform-origin:left;animation:rct-grow 1.6s .3s var(--ease-premium) both}.rct-scan{position:absolute;top:-2px;bottom:-2px;width:12%;left:-15%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:rct-scan 5s 1.8s ease-in-out infinite}.rct-foot span,.rct-foot em{font-size:4.7px;color:#646c70;font-style:normal}.rct-foot b{color:#a8aaa6;font-weight:550}.rct-foot em{text-align:center;color:#7a6848}
.record-chart-v16{position:relative}.record-efficiency-chip{position:absolute;left:11px;top:10px;z-index:4;border:1px solid rgba(115,213,138,.10);border-radius:8px;padding:5px 7px;background:rgba(7,10,12,.78)}.record-efficiency-chip small{font-size:4.2px;letter-spacing:.08em;color:#5f7764;display:block}.record-efficiency-chip b{font-family:var(--serif);font-size:11px;color:var(--green);font-weight:500}.record-efficiency-chip span{display:block;font-size:4.2px;color:#626a6e}.record-goal-v16 .record-goal b{font-size:18px}
@keyframes rct-grow{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes rct-scan{0%,35%{left:-15%}70%,100%{left:110%}}

/* Contact: fix the generic absolute page-visual collision and keep the whole router visible. */
.contact-network.priority-motion-visual{position:relative;right:auto;top:auto;transform:none;width:100%}

/* Founder hero: proof loop with motion, while keeping the portrait below in colour. */
.founder-hero-v16{background:radial-gradient(circle at 76% 46%,rgba(224,164,62,.055),transparent 34%),linear-gradient(180deg,#090c0e,#07090b)}
.founder-hero-copy h1{font-family:var(--serif);font-size:clamp(52px,6.5vw,80px);font-weight:400;line-height:.96;letter-spacing:-.035em;margin:8px 0 20px}.founder-hero-copy>p{font-size:16px;line-height:1.7;color:#b9bec0;max-width:570px}.founder-live-row{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:25px}.founder-live-row>div{border:1px solid rgba(255,255,255,.065);border-radius:9px;padding:9px;background:rgba(255,255,255,.014)}.founder-live-row small{display:block;font-size:5.5px;letter-spacing:.09em;color:#6f777b}.founder-live-row b{display:block;font-family:var(--serif);font-size:14px;font-weight:500;color:#d2cec7;margin-top:2px}.founder-live-row>div:first-child b{color:var(--green)}.founder-live-row>div:last-child b{color:var(--gold)}
.founder-network{border:1px solid rgba(255,255,255,.085);border-radius:18px;background:linear-gradient(145deg,rgba(18,22,24,.9),rgba(8,11,13,.88));padding:12px;box-shadow:0 30px 85px rgba(0,0,0,.34);overflow:hidden;position:relative}.founder-net-head,.founder-net-foot{height:30px;display:flex;align-items:center;justify-content:space-between}.founder-net-head{border-bottom:1px solid rgba(255,255,255,.055);padding:0 4px 7px}.founder-net-head span{font-size:6px;letter-spacing:.13em;color:var(--gold)}.founder-net-head small{font-size:5.4px;color:#687075}.founder-net-canvas{height:438px;position:relative;overflow:hidden}.founder-net-canvas>svg{position:absolute;inset:0;width:100%;height:100%}.f-link{fill:none;stroke:rgba(255,255,255,.10);stroke-width:1.2;stroke-dasharray:4 9;animation:f-flow 8s linear infinite}.f-link:nth-child(even){animation-delay:-2.5s}.f-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:142px;height:142px;border-radius:50%;display:grid;align-content:center;justify-items:center;background:radial-gradient(circle,rgba(18,22,24,.98) 0 45%,rgba(224,164,62,.06) 46% 60%,transparent 61%);border:1px solid rgba(224,164,62,.12)}.f-core span{font-size:5px;letter-spacing:.14em;color:#8d7549}.f-core b{font-family:var(--serif);font-size:22px;font-weight:500;color:#dcd7ce;line-height:1}.f-core small{font-size:5px;color:#687075;margin-top:5px}.f-core>i{position:absolute;inset:8px;border:1px solid rgba(224,164,62,.13);border-radius:50%;animation:core-spin 13s linear infinite}.f-core>i:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:var(--gold);left:10%;top:16%;box-shadow:0 0 8px rgba(224,164,62,.5)}.f-core>i.o2{inset:-8px;border-color:rgba(125,168,215,.08);animation-duration:20s;animation-direction:reverse}.f-core>i.o2:after{background:var(--blue);left:86%;top:74%}.f-node{position:absolute;display:grid;grid-template-columns:7px 1fr;column-gap:6px;align-items:center;opacity:.67;animation:f-breathe 5.4s ease-in-out infinite}.f-node>i{width:7px;height:7px;border-radius:50%;background:#697174;border:1px solid rgba(255,255,255,.14)}.f-node span{font-size:5px;letter-spacing:.1em;color:#697174}.f-node b{grid-column:2;font-size:7px;font-weight:550;color:#aaa7a1}.f-node.n1{left:5%;top:17%}.f-node.n2{left:4%;top:48%;animation-delay:-1s}.f-node.n3{left:7%;top:78%;animation-delay:-2s}.f-node.n4{right:4%;top:18%;animation-delay:-3s}.f-node.n5{right:2%;top:48%;animation-delay:-4s}.f-node.n6{right:5%;top:79%;animation-delay:-5s}.founder-net-foot{border-top:1px solid rgba(255,255,255,.055);padding:7px 4px 0;color:#646c70}.founder-net-foot span{font-size:5.4px}.founder-net-foot span:first-child{display:flex;align-items:center;gap:5px}.founder-net-foot i{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 7px rgba(115,213,138,.45)}
@keyframes f-flow{to{stroke-dashoffset:-120}}@keyframes f-breathe{50%{opacity:1;filter:drop-shadow(0 0 8px rgba(224,164,62,.13))}}

@media(max-width:1180px) and (min-width:981px){
  .partner-hero-os{grid-template-columns:.68fr 1.32fr}.partner-os{min-height:670px}.pos-shell{min-height:640px}.pos-grid{grid-template-columns:145px minmax(310px,1fr) 132px}
}
@media(max-width:980px){
  .hero{min-height:auto}.hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:110px;padding-bottom:60px}.hero-card{margin:20px 0 0;width:100%}.hero-motion-field{width:90vw;right:-22%;opacity:.42}.image-card .visual{height:210px}
  .hero-capital-bridge{grid-template-columns:1fr}.bridge-arrow{height:20px}.bridge-arrow>i{left:46%;right:auto;top:0;bottom:0;width:1px;height:auto;background:linear-gradient(rgba(115,213,138,.12),rgba(224,164,62,.56),rgba(224,164,62,.12))}.bridge-arrow>i:after{left:-2px;top:0;animation:bridge-travel-v 3s linear infinite}.bridge-arrow>span{transform:rotate(90deg)}
  .contact-network.priority-motion-visual{height:480px}.contact-network-canvas{height:386px}.contact-hero-layout{gap:30px}
  .founder-hero-layout{display:grid;grid-template-columns:1fr;gap:30px}.founder-network{height:500px}.founder-net-canvas{height:400px}
  .record-capital-track{padding:8px}.rct-foot{flex-wrap:wrap}.rct-foot em{order:3;width:100%;text-align:left}
}
@keyframes bridge-travel-v{to{top:calc(100% - 5px)}}
@media(max-width:700px){
  .hero-card{grid-template-columns:repeat(2,1fr)}.hero-stat{border-bottom:1px solid var(--line)}.hero-stat:nth-child(2){border-right:0}.hero-stat:nth-child(3),.hero-stat:nth-child(4){border-bottom:0}.hero-capital-bridge,.hero-card-note{grid-column:1/-1}
  .home-partner-os{overflow-x:auto}.hp-window{min-width:390px}
  .contact-network.priority-motion-visual{height:430px}.contact-network-canvas{height:340px}.c-out{min-width:115px}.c-node>b{font-size:5.5px}.c-core{width:100px;height:100px}.c-proof{left:28%}
  .founder-live-row{grid-template-columns:1fr}.founder-network{height:430px;padding:8px}.founder-net-canvas{height:342px}.f-core{width:104px;height:104px}.f-core b{font-size:16px}.f-node b{font-size:5.5px}.f-node span{font-size:4.2px}.founder-net-foot span:last-child{display:none}
}
@media(prefers-reduced-motion:reduce){.bridge-arrow>i:after,.hp-line,.hp-gate>i,.rct-bar>i,.rct-scan,.f-link,.f-core>i,.f-node{animation:none!important}.hp-line{stroke-dashoffset:0}.rct-bar>i{transform:none}}

/* v1.6 readability polish after motion QA */
.bridge-state small{font-size:7.2px}.bridge-state b{font-size:14.5px}.bridge-state em{font-size:7.7px}.hero-card-note{font-size:8.4px}
.image-card .visual{height:240px}
@media(min-width:981px){
  .brain-top span{font-size:6.8px}.brain-top b{font-size:6.3px}.brain-node>span{font-size:7.4px}.brain-node.input>span{font-size:7px}.brain-node.proposal small,.brain-node.authority small{font-size:5px}.brain-state>small{font-size:4.8px}.brain-state span,.brain-state b{font-size:5.8px}.brain-foot span{font-size:6px}
  .record-pro-kpis small{font-size:6px}.record-pro-kpis b{font-size:17px}.record-pro-kpis span{font-size:6px}.rct-head span{font-size:5.6px}.rct-head b{font-size:6.5px}.rct-foot span,.rct-foot em{font-size:5.2px}.record-efficiency-chip small,.record-efficiency-chip span{font-size:4.8px}.record-efficiency-chip b{font-size:12px}.record-target-label{font-size:5.5px}
  .contact-network-head span{font-size:7.4px}.contact-network-head small{font-size:6.9px}.c-node>span{font-size:6.2px}.c-node>b{font-size:8.7px}.c-proof span{font-size:5.4px}.c-proof b{font-size:7.5px}.contact-network-foot span{font-size:6.6px}
}


/* v1.8 — THESIVE Horizon language + motion-hero alignment */
@media(min-width:981px){
  .partner-os-section .partner-hero-os{align-items:start}
  .partner-os-section .partner-os{margin-top:18px}
}

/* The Horizon mark becomes a quiet recurring interface grammar, not decoration. */
.kicker{display:flex;align-items:center;gap:9px}
.kicker:before{content:"";width:19px;height:7px;flex:0 0 auto;background:url('images/thesive-mark.svg') center/contain no-repeat;opacity:.62;filter:saturate(.8)}
.section{position:relative;border-top-color:transparent}
.section:before{content:"";position:absolute;z-index:2;top:0;left:max(22px,calc((100% - var(--max))/2));right:max(22px,calc((100% - var(--max))/2));height:1px;background:linear-gradient(90deg,rgba(224,164,62,.50),rgba(224,164,62,.08) 22%,rgba(255,255,255,.045) 54%,rgba(115,213,138,.18) 82%,transparent)}

/* Shared signal seam across the six hero intelligence surfaces. */
.brain-viz,.record-viz-pro,.partner-os,.contact-network,.founder-network,.hero-card{isolation:isolate}
.brain-viz:after,.record-viz-pro:after,.partner-os:after,.contact-network:after,.founder-network:after{content:"";position:absolute;z-index:12;left:5%;right:5%;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(224,164,62,.18),rgba(224,164,62,.92),rgba(115,213,138,.62),transparent);background-size:220% 100%;animation:thesive-horizon-sweep 7s ease-in-out infinite;pointer-events:none;opacity:.72}
@keyframes thesive-horizon-sweep{0%,18%{background-position:110% 0;opacity:.22}50%{opacity:.78}82%,100%{background-position:-110% 0;opacity:.22}}

/* THESIVE data panels use evidence green on the left edge, objective gold on the horizon edge. */
.thesive-data-panel{box-shadow:0 34px 105px rgba(0,0,0,.40),inset 0 1px 0 rgba(255,255,255,.065),inset 1px 0 0 rgba(115,213,138,.08)!important}
.thesive-data-panel:before{background:radial-gradient(circle at 8% 20%,rgba(115,213,138,.055),transparent 24%),radial-gradient(circle at 88% 9%,rgba(224,164,62,.07),transparent 29%)!important}
.stretch-kpi b,.record-goal b,.hero-stat.stretch strong{color:var(--gold)!important}
.record-capital-track.source-rail .rct-bar>i{background:linear-gradient(90deg,rgba(115,213,138,.38),rgba(115,213,138,.90),rgba(224,164,62,.42))}
.record-capital-track.source-rail .rct-head span{color:#68836e}
.record-target-label{fill:#9b8055;font-family:var(--sans);font-size:6px}

/* Buttons borrow the Horizon's rising line on interaction. */
.btn.primary{position:relative;overflow:hidden}
.btn.primary:after{content:"";position:absolute;left:12%;right:12%;bottom:5px;height:1px;background:linear-gradient(90deg,transparent,rgba(18,18,18,.18),rgba(18,18,18,.55),transparent);transform:scaleX(.32);transform-origin:left;transition:transform .45s var(--ease-premium)}
.btn.primary:hover:after{transform:scaleX(1)}
.nav-cta{box-shadow:inset 0 0 0 1px rgba(224,164,62,.02);transition:box-shadow .35s ease,background .35s ease}
.nav-cta:hover{box-shadow:0 0 28px rgba(224,164,62,.08),inset 0 0 0 1px rgba(224,164,62,.12)}

@media(max-width:980px){.partner-os-section .partner-os{margin-top:0}}
@media(prefers-reduced-motion:reduce){.brain-viz:after,.record-viz-pro:after,.partner-os:after,.contact-network:after,.founder-network:after{animation:none!important;background-position:center;opacity:.45}.btn.primary:after{transition:none}}


/* THESIVE v1.9 · hero geometry, compact Partner OS, founder proof */

/* Home: keep the signal path fully inside the viewport and above the live P&L panel. */
@media(min-width:981px){
  .hero-motion-field{
    right:clamp(48px,5.2vw,92px);
    top:11%;
    width:min(50vw,790px);
    height:43%;
    opacity:.66;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0%,#000 14%,#000 100%);
  }
  .hero-trace{inset:0;width:100%;height:100%}
  .signal-a{right:43%;top:70%}
  .signal-b{right:24%;top:40%}
  .signal-c{right:0;top:10%}
  .hero-card{z-index:3}
}

/* Partner hero: UI earns the visual space; proof points live underneath it. */
.partner-os-column{min-width:0;display:flex;flex-direction:column;gap:14px}
.partner-copy{padding-top:12px}
.partner-copy .lead{max-width:510px}
.partner-copy .actions{margin-top:26px}
.partner-hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0}
.partner-hero-features .feature{display:grid;grid-template-columns:27px 1fr;gap:9px;padding:12px 11px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.024),rgba(255,255,255,.008));min-height:106px}
.partner-hero-features .feature .n{width:25px;height:25px;font-size:8px;border-color:rgba(224,164,62,.30)}
.partner-hero-features .feature h3{font-size:10.5px;line-height:1.3;margin:1px 0 5px}
.partner-hero-features .feature p{font-size:8.8px;line-height:1.48;color:#858d90}

@media(min-width:981px){
  .partner-os-section{min-height:auto!important;padding-top:58px!important;padding-bottom:66px!important}
  .partner-os-section .partner-hero-os{grid-template-columns:minmax(320px,.57fr) minmax(0,1.43fr);gap:34px;align-items:start}
  .partner-os-section .partner-os{margin-top:0;min-height:0;padding:12px;border-radius:25px}
  .partner-os-section .pos-shell{min-height:0;border-radius:18px}
  .partner-os-section .pos-frame{min-height:0}
  .partner-os-section .pos-topbar{height:50px}
  .partner-os-section .pos-flow-scan{top:50px;height:calc(100% - 50px)}
  .partner-os-section .pos-grid{grid-template-columns:145px minmax(330px,1fr) 138px}
  .partner-os-section .pos-path svg{height:96px}
}
@media(max-width:1180px){
  .partner-hero-features{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:980px){
  .partner-os-column{gap:12px}
  .partner-hero-features{grid-template-columns:1fr}
  .partner-copy{padding-top:0}
}

/* Founder credibility is part of the product story, not a résumé dump. */
.founder-cred-section{background:linear-gradient(180deg,rgba(10,13,15,.78),rgba(7,9,11,.98))}
.founder-cred-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.075);border-radius:16px;overflow:hidden;margin-top:30px}
.founder-cred-card{position:relative;min-height:210px;padding:24px 22px;background:radial-gradient(circle at 90% 5%,rgba(224,164,62,.045),transparent 30%),#090d0f;overflow:hidden}
.founder-cred-card:after{content:"";position:absolute;left:22px;right:22px;bottom:18px;height:1px;background:linear-gradient(90deg,rgba(224,164,62,.55),rgba(115,213,138,.16),transparent);transform:scaleX(.24);transform-origin:left;transition:transform .55s var(--ease-premium)}
.founder-cred-card:hover:after{transform:scaleX(1)}
.founder-cred-card>strong{display:block;font-family:var(--mono);font-size:9px;letter-spacing:.13em;color:var(--gold);margin-bottom:28px}
.founder-cred-card h3{font-family:var(--sans);font-size:11px;letter-spacing:.055em;margin:0 0 10px;color:#e5e1da}
.founder-cred-card p{font-size:11px;line-height:1.6;color:#858d90;margin:0}
.founder-stat strong{font-family:var(--sans);font-weight:650;font-size:18px;letter-spacing:-.015em}
@media(max-width:980px){.founder-cred-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.founder-cred-grid{grid-template-columns:1fr}.founder-cred-card{min-height:160px}}

@media(prefers-reduced-motion:reduce){.founder-cred-card:after{transition:none}}

/* v1.9 homepage founder-page synchronisation */
.home-founder-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:18px 0 14px;max-width:610px}
.home-founder-proof span{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.065);border-radius:9px;padding:8px 10px;background:rgba(255,255,255,.012)}
.home-founder-proof b{font-family:var(--mono);font-size:7.5px;letter-spacing:.1em;color:var(--gold);font-weight:600}
.home-founder-proof em{font-style:normal;font-size:8.5px;color:#858d90;line-height:1.35}
@media(max-width:620px){.home-founder-proof{grid-template-columns:1fr}}


/* =========================================================
   THESIVE v2.0 · mobile-first hero + Partner OS QA
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}

/* Partner headline is responsive rather than locked by inline desktop sizing. */
.partner-display{font-size:clamp(48px,5.2vw,62px)}

/* Preserve the animated intelligence path on phones. It occupies the quiet
   upper hero field rather than competing with the headline or P&L panel. */
@media(max-width:620px){
  .hero{min-height:auto;background-position:center}
  .hero:before{background-position:66% 40%;opacity:.88}
  .hero-inner{padding-top:190px;padding-bottom:42px}
  .hero-motion-field{
    display:block!important;
    left:10px;right:8px;top:94px;
    width:auto;height:148px;
    opacity:.64;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 94%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 94%,transparent 100%);
  }
  .hero-trace{inset:0;width:100%;height:100%}
  .signal-chip{
    display:block!important;
    font-size:6px;line-height:1;
    padding:5px 7px;
    letter-spacing:.10em;
    background:rgba(9,12,14,.58);
    backdrop-filter:blur(10px);
  }
  .signal-a{left:4%;right:auto;top:72%}
  .signal-b{right:31%;top:39%}
  .signal-c{right:1%;top:9%}
  .display{font-size:clamp(45px,13.2vw,54px)}
  .lead{font-size:16px;line-height:1.68}
  .actions{gap:9px;margin-top:26px}
  .actions .btn.primary{width:100%;justify-content:center;padding:13px 15px}
  .actions .btn.text{width:auto;padding-top:10px;padding-bottom:10px}
  .hero-card{margin-top:28px}
  .hero-stat{padding:14px 10px}
  .hero-stat small{font-size:7px;line-height:1.35}
  .hero-stat strong{font-size:17px}
  .hero-card-note{font-size:8px;line-height:1.55;padding-left:12px;padding-right:12px}
}

/* At compact tablet widths the home path stays contained instead of slipping
   outside the right edge. */
@media(min-width:621px) and (max-width:980px){
  .hero-motion-field{right:1.5%;width:64vw;max-width:610px;opacity:.48}
  .signal-c{right:0}
}

/* Partner OS: on mobile this becomes an actual compact operating surface,
   not a desktop canvas hidden inside a horizontal scroller. */
@media(max-width:700px){
  .partner-os-section{padding-top:42px!important;padding-bottom:52px!important}
  .partner-copy .partner-display{font-size:clamp(43px,12vw,52px);line-height:.98;margin-top:12px}
  .partner-copy .lead{font-size:15.5px;line-height:1.67}
  .partner-copy .actions .btn{width:100%;justify-content:center}
  .partner-os-column{gap:12px}
  .partner-os{
    width:100%;min-height:0!important;
    padding:7px!important;border-radius:18px;
    overflow:hidden!important;
    box-shadow:0 24px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06)
  }
  .pos-shell{width:100%;min-width:0!important;min-height:0!important;border-radius:13px}
  .pos-topbar{height:44px;padding:0 9px;gap:7px}
  .pos-brand{gap:6px}.pos-mark{width:18px;height:18px}
  .pos-brand b{font-size:8px}.pos-brand small{font-size:5px;padding-left:6px}
  .pos-demo{display:none}.pos-live{font-size:5.5px;white-space:nowrap}
  .pos-frame{display:block;min-height:0!important}
  .pos-sidebar{display:none!important}
  .pos-canvas{padding:8px;min-width:0}
  .pos-context{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-bottom:7px}
  .pos-context>div{padding:6px 6px;min-width:0}
  .pos-context>div:nth-child(4),.pos-context>div:nth-child(5){display:none}
  .pos-context small{font-size:5px}.pos-context b{font-size:6.8px;overflow:hidden;text-overflow:ellipsis}
  .pos-grid{grid-template-columns:1fr!important;gap:7px}
  .pos-queue,.pos-brief{padding:8px;border-radius:10px}
  .pos-stack{display:none!important}
  .pos-section-title{margin-bottom:6px}.pos-section-title>span{font-size:7px}.pos-section-title small{font-size:5.5px}.pos-section-title strong{font-size:7.2px}
  .pos-queue-item{padding:8px 4px;grid-template-columns:7px 1fr auto;gap:6px}
  .pos-queue-item span b{font-size:8px!important}.pos-queue-item span small{font-size:6.2px!important}.pos-queue-item em{font-size:5.4px}
  .pos-brief-head{padding-bottom:7px;margin-bottom:7px}.pos-brief-head small{font-size:5.6px!important}.pos-brief-head h3{font-size:16px!important}.pos-action{font-size:6.6px;padding:5px 7px}
  .pos-evidence{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .pos-evidence>div{padding:6px}.pos-evidence small{font-size:5px}.pos-evidence b{font-size:6.6px}
  .pos-analysis-grid{grid-template-columns:1fr;gap:6px}
  .pos-path,.pos-impact{padding:7px}.pos-path svg{height:98px!important}
  .pos-event-row span{font-size:5.3px;padding:2px 4px}
  .pos-impact-row span{font-size:6px}.pos-impact-row b{font-size:6.2px}.pos-impact-note span{font-size:5.8px}
  .pos-decision-row{grid-template-columns:1fr;gap:6px}
  .pos-risk,.pos-controls{padding:7px}.pos-risk small,.pos-controls>small{font-size:5.2px}.pos-risk b{font-size:6.4px}
  .pos-controls{justify-content:space-between;flex-wrap:wrap}.pos-controls button{font-size:7px;padding:5px 8px}
  .pos-flow-scan{top:44px;height:calc(100% - 44px)}
  .partner-hero-features{grid-template-columns:1fr;gap:7px}
  .partner-hero-features .feature{min-height:0;padding:14px 13px;grid-template-columns:29px 1fr}
  .partner-hero-features .feature .n{width:27px;height:27px;font-size:8.5px}
  .partner-hero-features .feature h3{font-size:12px;margin-bottom:5px}
  .partner-hero-features .feature p{font-size:10.5px;line-height:1.52}
}

/* Keep the explanatory motion legible on phones rather than shrinking its
   interface labels into decorative dust. */
@media(max-width:620px){
  .page-hero-viz.brain-viz,.page-hero-viz.record-viz-pro{width:100%;max-width:none}
  .brain-viz{height:372px;padding:8px}.brain-canvas{height:306px}
  .brain-node.input>span,.brain-node.reason>span{font-size:5.8px}
  .brain-node.proposal,.brain-node.authority{min-width:76px;padding:6px}
  .brain-core{width:94px;height:94px}.brain-core b{font-size:12px}
  .record-viz-pro{height:405px}
  .contact-network.priority-motion-visual{height:410px}
  .contact-network-canvas{height:322px}
  .c-node>b{font-size:6px}.c-node>span{font-size:5px}
  .founder-network{height:445px}.founder-net-canvas{height:355px}
  .f-node b{font-size:6px}.f-node span{font-size:4.8px}
}

/* Tablet partner surface remains bounded without page-level overflow. */
@media(min-width:701px) and (max-width:980px){
  .partner-os{overflow-x:auto;overscroll-behavior-inline:contain}
  .pos-shell{min-width:720px}
}

/* =========================================================
   THESIVE v2.1 · mobile hero parity + cache-safe deployment
   ========================================================= */

/* The mobile homepage keeps the same Evidence → Memory → Human Approval
   story as desktop. It gets its own clear stage instead of a faint masked
   overlay, which was too easy to lose on iOS Safari. */
@media(max-width:620px){
  .hero{
    min-height:auto;
    background-position:center;
  }
  .hero:before{
    background-position:68% 28%;
    opacity:.94;
  }
  .hero-inner{
    padding-top:304px;
    padding-bottom:42px;
  }
  .hero-motion-field{
    display:block!important;
    z-index:4!important;
    left:14px!important;
    right:14px!important;
    top:96px!important;
    width:auto!important;
    max-width:none!important;
    height:220px!important;
    opacity:1!important;
    overflow:visible;
    -webkit-mask-image:none!important;
    mask-image:none!important;
    filter:drop-shadow(0 16px 28px rgba(0,0,0,.18));
  }
  .hero-motion-field:before{
    content:"";
    position:absolute;
    inset:7px 0 0;
    border-radius:28px;
    background:radial-gradient(circle at 68% 25%,rgba(224,164,62,.16),transparent 43%);
    pointer-events:none;
  }
  .hero-trace{
    position:absolute;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    overflow:visible;
  }
  .hero-trace path{
    stroke:rgba(239,184,88,.86)!important;
    stroke-width:2.2!important;
    stroke-dasharray:9 10!important;
    vector-effect:non-scaling-stroke;
    filter:drop-shadow(0 0 4px rgba(224,164,62,.30));
  }
  .hero-trace circle{
    opacity:1!important;
    fill:#efb858!important;
    filter:drop-shadow(0 0 8px rgba(224,164,62,.75));
  }
  .signal-chip{
    display:block!important;
    z-index:5;
    font-size:7.2px!important;
    line-height:1!important;
    padding:7px 9px!important;
    letter-spacing:.11em!important;
    color:rgba(245,241,234,.94)!important;
    background:rgba(8,11,13,.76)!important;
    border-color:rgba(224,164,62,.28)!important;
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
    box-shadow:0 8px 24px rgba(0,0,0,.28),0 0 20px rgba(224,164,62,.05);
  }
  .signal-a{left:17%!important;right:auto!important;top:69%!important}
  .signal-b{left:auto!important;right:28%!important;top:37%!important}
  .signal-c{left:auto!important;right:0!important;top:5%!important}
}

/* Very small phones still get the complete story without colliding with copy. */
@media(max-width:360px){
  .hero-inner{padding-top:286px}
  .hero-motion-field{left:10px!important;right:10px!important;height:202px!important}
  .signal-chip{font-size:6.5px!important;padding:6px 8px!important}
}


/* =========================================================
   THESIVE v2.5 · mobile readability + layout QA
   19 Aug 2026
   ========================================================= */

/* Direct fallback contact path. */
.direct-email{
  margin-top:24px;
  padding:18px 20px;
  border:1px solid rgba(224,164,62,.24);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(224,164,62,.055),rgba(255,255,255,.012));
}
.direct-email small{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:5px}
.direct-email a{display:inline-block;font-family:var(--serif);font-size:24px;line-height:1.2;color:#f0ece4;border-bottom:1px solid rgba(224,164,62,.35)}
.direct-email p{font-size:13px;line-height:1.55;color:#93999c;margin:8px 0 0}

@media(max-width:700px){
  /* Mobile typography: stop treating explanatory copy as microcopy. */
  body{font-size:16px;line-height:1.68}
  .wrap{width:min(calc(100% - 32px),var(--max))}
  .section{padding:62px 0}
  .section-title{font-size:clamp(34px,9.4vw,42px);line-height:1.08;margin-bottom:18px}
  .section-intro{font-size:16px;line-height:1.72;margin-bottom:30px}
  .lead{font-size:17px!important;line-height:1.72}
  .kicker,.eyebrow{font-size:11.5px;line-height:1.45;letter-spacing:.17em}
  .btn{font-size:14px;line-height:1.2;padding:13px 17px}
  .quote blockquote{font-size:30px;line-height:1.25}
  .quote p{font-size:15px}

  /* Header is readable but still compact. */
  .site-header{height:88px}
  .brand{gap:11px}.brandmark{width:38px;height:38px}
  .brandtype strong{font-size:20px}.brandtype small{font-size:7.5px;margin-top:-3px}
  .menu-btn{font-size:16px;padding:9px 12px}
  .navlinks{top:80px;left:16px;right:16px;padding:12px 18px;border-radius:14px;box-shadow:0 26px 70px rgba(0,0,0,.45)}
  .navlinks a{font-size:15px;padding:14px 0}

  /* Generic content cards: compact vertical rhythm, larger readable copy. */
  .principle{min-height:0!important;padding:21px 19px}
  .principle .icon{font-size:22px;margin-bottom:13px}
  .principle h3{font-size:15px;line-height:1.35;margin-bottom:8px}
  .principle p,.principle.intro p{font-size:14.5px;line-height:1.65}
  .image-card .body{padding:20px}.image-card h3{font-size:25px}.image-card p{font-size:14.5px;line-height:1.65}.image-card a{font-size:13px}
  .metric{padding:20px}.metric span{font-size:11px}.metric strong{font-size:29px}

  /* HOW THESIVE THINKS: copy and the decision brain are stacked, never layered. */
  .thinking-hero-v13,.record-hero-v13{
    display:block!important;
    min-height:0!important;
    padding:54px 0 50px!important;
    overflow:hidden;
  }
  .thinking-hero-v13 .wrap,.record-hero-v13 .wrap{
    width:min(calc(100% - 32px),var(--max))!important;
    max-width:none!important;
    padding-right:0!important;
    margin:0 auto!important;
  }
  .thinking-hero-v13 h1,.record-hero-v13 h1{
    font-size:clamp(52px,14vw,64px)!important;
    line-height:.97!important;
    max-width:100%!important;
    margin:10px 0 18px!important;
  }
  .thinking-hero-v13 .wrap>p,.record-hero-v13 .wrap>p{
    max-width:none!important;
    font-size:17px!important;
    line-height:1.72!important;
    margin-bottom:0!important;
  }
  .brain-caption{margin-top:20px}
  .page-hero-viz.brain-viz,.page-hero-viz.record-viz-pro{
    position:relative!important;
    inset:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    display:block!important;
    width:min(calc(100% - 32px),520px)!important;
    max-width:520px!important;
    margin:28px auto 0!important;
    clear:both!important;
  }
  .brain-viz{height:405px!important;padding:10px!important}
  .brain-canvas{height:330px!important}
  .brain-node.input>span,.brain-node.reason>span{font-size:7px!important}
  .brain-node.proposal,.brain-node.authority{min-width:86px!important;padding:7px!important}
  .brain-node.proposal small,.brain-node.authority small{font-size:6px!important}
  .brain-core{width:104px!important;height:104px!important}.brain-core b{font-size:14px!important}.brain-core span,.brain-core small{font-size:6px!important}
  .brain-top span,.brain-top b,.brain-foot span{font-size:7px!important}

  /* Track-record hero follows the same mobile rhythm. */
  .record-viz-pro{height:auto!important;min-height:470px!important;padding:13px!important}
  .record-pro-head span,.record-pro-head b{font-size:8px!important}
  .record-pro-kpis small{font-size:7px!important}.record-pro-kpis b{font-size:18px!important}.record-pro-kpis span{font-size:7px!important}
  .record-capital-track{padding:10px!important}.rct-head span,.rct-head b{font-size:7px!important}.rct-foot span,.rct-foot em{font-size:6.5px!important}
  .record-chart-pro{height:205px!important}
  .record-efficiency-chip small,.record-efficiency-chip span{font-size:6px!important}.record-efficiency-chip b{font-size:15px!important}
  .record-goal-row{gap:8px}.record-goal small{font-size:7px!important}.record-goal b{font-size:19px!important}.record-goal span{font-size:7px!important}

  /* Decision loop: remove giant empty cards and make the seven steps scan quickly. */
  .architecture{grid-template-columns:1fr!important;gap:11px!important;margin:28px 0 0!important}
  .arch-step{min-height:0!important;padding:18px 18px!important;border-radius:14px!important}
  .arch-step:not(:last-child):after{display:none!important}
  .arch-step b{font-size:13px!important;margin-bottom:7px!important}
  .arch-step strong{font-size:15.5px!important;line-height:1.35}
  .arch-step p{font-size:14.5px!important;line-height:1.6!important;margin-top:7px!important;color:#a7adb0!important}

  /* Variables: one readable card at a time, with no dead vertical space. */
  .variable-grid{grid-template-columns:1fr!important;gap:11px!important}
  .variable{min-height:0!important;padding:20px 19px!important;border-radius:14px!important}
  .variable .mini{font-size:21px!important;margin-bottom:11px!important}
  .variable h3{font-size:17px!important;line-height:1.35!important;margin-bottom:8px!important}
  .variable p{font-size:15px!important;line-height:1.65!important;color:#a7adb0!important}

  /* Founder stats: individual cards eliminate the orphan borders seen on iOS. */
  .founder-stats{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin-top:28px!important;
    border:0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .founder-stat{
    min-height:132px!important;
    padding:18px 16px!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:14px!important;
    background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012))!important;
  }
  .founder-stat strong{font-size:22px!important;line-height:1.15!important;margin-bottom:10px!important}
  .founder-stat span{font-size:13.5px!important;line-height:1.5!important;color:#a7adb0!important}
  .founder-cred-card{min-height:0!important;padding:20px 18px!important}
  .founder-cred-card>strong{font-size:11px!important;margin-bottom:18px!important}
  .founder-cred-card h3{font-size:15px!important;line-height:1.4!important}
  .founder-cred-card p{font-size:14.5px!important;line-height:1.65!important}

  /* Partner proof cards and product copy are readable on phone. */
  .partner-hero-features .feature{padding:16px 14px!important}
  .partner-hero-features .feature h3{font-size:14px!important}
  .partner-hero-features .feature p{font-size:13.5px!important;line-height:1.6!important}
  .partner-copy .lead{font-size:17px!important}

  /* Partner OS remains information-dense but no longer microscopic. */
  .pos-brand b{font-size:9px!important}.pos-live{font-size:7px!important}
  .pos-context small{font-size:6.5px!important}.pos-context b{font-size:8px!important}
  .pos-section-title>span{font-size:8.5px!important}.pos-section-title small{font-size:7px!important}.pos-section-title strong{font-size:8.5px!important}
  .pos-queue-item span b{font-size:9.5px!important}.pos-queue-item span small{font-size:7.5px!important}.pos-queue-item em{font-size:6.5px!important}
  .pos-brief-head small{font-size:7px!important}.pos-brief-head h3{font-size:18px!important}.pos-action{font-size:8px!important}
  .pos-evidence small{font-size:6.3px!important}.pos-evidence b{font-size:8px!important}
  .pos-event-row span,.pos-impact-row span,.pos-impact-note span{font-size:7px!important}.pos-impact-row b{font-size:7.5px!important}
  .pos-risk small,.pos-controls>small{font-size:6.5px!important}.pos-risk b{font-size:8px!important}.pos-controls button{font-size:8px!important}

  /* Contact: readable direct fallback email + comfortable form controls. */
  .form-grid{gap:34px!important}
  .contact-list{gap:20px!important}.contact-list strong{font-size:15px!important;margin-bottom:4px}.contact-list span{font-size:14.5px!important;line-height:1.65!important}
  .direct-email{padding:18px 17px;margin-top:22px}.direct-email small{font-size:11px}.direct-email a{font-size:23px}.direct-email p{font-size:14px;line-height:1.6}
  .notice{font-size:14px!important;line-height:1.65!important;padding:18px!important}
  .form-card{padding:20px!important}.field{margin-bottom:16px!important}.field label{font-size:11.5px!important}.field input,.field textarea,.field select{font-size:16px!important;padding:13px!important}.fine{font-size:12.5px!important;line-height:1.55!important}

  /* Footer and miscellaneous microcopy. */
  .footer a{font-size:14px!important}.footer h4{font-size:12px!important}.footer p{font-size:13.5px!important;line-height:1.6!important}.footer-bottom{font-size:12.5px!important;gap:12px!important}
  .tabs .tab{font-size:13px!important}.journal-count{font-size:13px!important}
}

@media(max-width:430px){
  .founder-stats{grid-template-columns:1fr!important}
  .founder-stat{min-height:0!important}
}

/* v2.5 final mobile QA: contained journal + readable homepage proof microcopy. */
@media(max-width:700px){
  .table-wrap{max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}
  .journal{min-width:760px!important;width:760px!important}
  .home-founder-proof b{font-size:10px!important}
  .home-founder-proof em{font-size:12.5px!important;line-height:1.5!important}
  .hero-stat small{font-size:9.5px!important}
  .hero-card-note{font-size:11.5px!important;line-height:1.55!important}
  .bridge-state small{font-size:9px!important}.bridge-state em{font-size:10.5px!important}
}


/* =========================================================
   THESIVE v2.6 · unified brand philosophy
   19 Aug 2026
   ========================================================= */
.footer-philosophy{
  margin:0 0 30px;
  padding:0 0 18px;
  border-bottom:1px solid var(--line);
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.19em;
  text-transform:uppercase;
}
@media(max-width:700px){
  .footer-philosophy{font-size:11.5px;line-height:1.45;letter-spacing:.15em;margin-bottom:26px;padding-bottom:16px}
}

/* =========================================================
   THESIVE v2.7 · readability-first QA
   Desktop + mobile · no zoom required
   19 Aug 2026
   ========================================================= */

/* Public copy should read comfortably at normal browser zoom. */
body{font-size:16.5px}
.lead{font-size:18px;line-height:1.72}
.section-intro{font-size:16px;line-height:1.72}
.quote p{font-size:15.5px;line-height:1.7}
.navlinks{font-size:14px}
.btn{font-size:14px}
.kicker,.eyebrow{font-size:12px}

/* Standard content cards. */
.principle h3{font-size:14px;line-height:1.35}
.principle p{font-size:15px;line-height:1.65}
.principle.intro p{font-size:16px;line-height:1.65}
.image-card p{font-size:15px;line-height:1.65}
.image-card a{font-size:13.5px}
.metric span{font-size:11.5px}
.feature p{font-size:14.5px;line-height:1.65}
.feature h3{font-size:14.5px;line-height:1.35}
.callout p{font-size:15px;line-height:1.65}
.notice,.fine{font-size:13.5px;line-height:1.6}

/* Decision architecture and variables were visually elegant but too small. */
.arch-step{min-height:178px;padding:20px 16px}
.arch-step b{font-size:12px}
.arch-step strong{font-size:14px;line-height:1.35}
.arch-step p{font-size:13px;line-height:1.55;color:#9da4a7}
.variable{padding:27px}
.variable h3{font-size:15px;line-height:1.35}
.variable p{font-size:14px;line-height:1.62}
.variable .mini{font-size:20px}

/* Track-record public copy. */
.record-head p,.journal-note{font-size:14px;line-height:1.6}
.banked-label{font-size:11px}
.legend{font-size:13px}
.journal th{font-size:11px}
.journal td{font-size:13px}
.pill{font-size:10.5px}

/* Founder and partner copy. */
.founder-stat span{font-size:12.5px;line-height:1.55}
.founder-cred-card>strong{font-size:11px}
.founder-cred-card h3{font-size:14px}
.founder-cred-card p{font-size:13.5px;line-height:1.62}
.partner-hero-features .feature h3{font-size:13.5px}
.partner-hero-features .feature p{font-size:12.5px;line-height:1.58}
.partner-hero-features .feature .n{font-size:10px}

/* Footer/legal/supporting copy should not disappear into the background. */
.footer h4{font-size:12px}
.footer a{font-size:13px}
.footer p{font-size:13px!important;line-height:1.6!important}
.footer-bottom{font-size:12px}
.footer-philosophy{font-size:11px}
.legal{font-size:16px;line-height:1.72}
.legal h2{font-size:24px}
.field label{font-size:12px}
.field input,.field textarea,.field select{font-size:16px}
.direct-email small{font-size:11px}
.direct-email p{font-size:14px}

/* ---------- Motion/UI surfaces: desktop readable floor ---------- */
/* Home live panel + mini visuals */
.hero-stat small{font-size:10px;line-height:1.4}
.hero-stat strong{font-size:19px}
.hero-card-note{font-size:10.5px;line-height:1.55}
.signal-chip{font-size:10px}
.bridge-state small{font-size:9px}
.bridge-state em{font-size:10px}
.home-brain-svg text,.home-record-svg text{font-size:9px}
.home-brain-svg .h-label{font-size:7px}
.home-record-head,.home-record-head b{font-size:8px}
.home-record-foot{font-size:7px}
.home-record-live small,.home-record-live span{font-size:7px}
.home-record-live b{font-size:13px}
.hp-top b{font-size:7.5px}.hp-top em{font-size:6.5px}
.hp-side span{font-size:6.5px}.hp-title small{font-size:6px}.hp-title b{font-size:12px}.hp-title strong{font-size:7px}
.hp-q span b{font-size:6.8px}.hp-q span small{font-size:5.8px}.hp-q em{font-size:5px}
.hp-evidence span{font-size:5.5px}.hp-evidence b{font-size:6.2px}.hp-path small{font-size:5.7px}.hp-path small b{font-size:6.4px}
.hp-impact{font-size:5.8px}.hp-impact b{font-size:6.2px}.hp-gate small{font-size:5.5px}.hp-gate span,.hp-gate b{font-size:5.8px}

/* How THESIVE Thinks reasoning graph */
.brain-top span{font-size:9px}.brain-top b{font-size:8px}
.brain-node>span{font-size:9.5px}.brain-node.input>span{font-size:9px}
.brain-node.proposal small,.brain-node.authority small{font-size:7px}
.brain-core small,.brain-core em{font-size:7px}.brain-core b{font-size:16px}
.brain-state>small{font-size:6.8px}.brain-state span,.brain-state b{font-size:7.5px}
.brain-foot span{font-size:7.5px}.brain-caption span{font-size:11px}

/* Track Record animated evidence panel */
.record-pro-head span{font-size:9px}.record-pro-head small{font-size:8px}.record-pro-head>b{font-size:8.5px}
.record-pro-kpis small{font-size:8px}.record-pro-kpis b{font-size:18px}.record-pro-kpis span{font-size:8px}
.rct-head span,.rct-head b{font-size:8px}.rct-foot span,.rct-foot em{font-size:7.3px}
.record-efficiency-chip small,.record-efficiency-chip span{font-size:7px}.record-efficiency-chip b{font-size:14px}
.record-y{font-size:9px}.record-months text{font-size:8px}.record-callout{font-size:8px}.record-callout.checkpoint{font-size:8px}.record-target-label{font-size:7.5px}
.record-goal small{font-size:8px}.record-goal b{font-size:19px}.record-goal span{font-size:8px}.record-pro-foot{font-size:7.2px}

/* Full Partner OS: preserve density, remove microscope effect. */
.pos-brand b{font-size:11px}.pos-brand small{font-size:8px}.pos-demo{font-size:7px}.pos-live{font-size:8px}
.pos-workspace{font-size:8px}.pos-workspace small{font-size:9px}
.pos-sidebar nav span{font-size:8px}.pos-sidebar nav span b{font-size:7px}.pos-human small{font-size:7px}.pos-human b{font-size:8.5px}
.pos-context small{font-size:7px}.pos-context b{font-size:9px}
.pos-section-title>span{font-size:9.5px}.pos-section-title small{font-size:8px}.pos-section-title strong{font-size:9.5px}
.pos-queue-item span b{font-size:10px}.pos-queue-item span small{font-size:8px}.pos-queue-item em{font-size:7px}
.pos-brief-head small{font-size:8px}.pos-brief-head h3{font-size:19px}.pos-action{font-size:9px}
.pos-evidence small{font-size:7px}.pos-evidence b{font-size:9px}.pos-event-row span{font-size:7.5px}
.pos-impact-row span{font-size:8px}.pos-impact-row b{font-size:8.5px}.pos-impact-note span{font-size:7.5px}
.pos-risk small,.pos-controls>small{font-size:7px}.pos-risk b{font-size:9px}.pos-controls button{font-size:9px}
.pos-stack-flow span{font-size:7px}.pos-api small{font-size:6.5px}.pos-api span{font-size:7px}.pos-gate small{font-size:6.5px}.pos-gate b{font-size:7.5px}
.partner-rail span{font-size:10px}

/* Contact collaboration router */
.contact-network-head span{font-size:9px}.contact-network-head small{font-size:8px}
.c-node>span{font-size:8px}.c-node>b{font-size:10px}.c-core>span{font-size:8px}.c-core>small{font-size:7px}
.c-proof span{font-size:7px}.c-proof b{font-size:9px}.contact-network-foot span{font-size:8px}
.contact-hero-tags span{font-size:10.5px}

/* Founder proof loop */
.founder-net-head span{font-size:9px}.founder-net-head small{font-size:8px}
.f-core span,.f-core small{font-size:7.5px}.f-node span{font-size:7.5px}.f-node b{font-size:9.5px}.founder-net-foot span{font-size:8px}
.founder-live-row small{font-size:8px}

/* Desktop layouts get a little more breathing room so larger copy never crowds. */
@media(min-width:981px){
  .brain-viz{height:500px}.brain-canvas{height:416px}
  .record-viz-pro{min-height:500px}
  .partner-os-section .partner-os{padding:14px}
  .partner-os-section .pos-grid{grid-template-columns:155px minmax(350px,1fr) 150px}
  .partner-hero-features .feature{min-height:126px;padding:15px 13px}
  .founder-cred-card{min-height:225px;padding:28px 24px}
}

/* ---------- Mobile / compact tablet readability floor ---------- */
@media(max-width:700px){
  body{font-size:16px}
  .lead,.section-intro{font-size:17px!important;line-height:1.72!important}
  .section-title{font-size:38px!important}
  .kicker,.eyebrow{font-size:12px!important}
  .principle h3{font-size:16px!important}.principle p,.principle.intro p{font-size:15.5px!important}
  .image-card p{font-size:15.5px!important}.image-card a{font-size:14px!important}
  .footer a{font-size:14.5px!important}.footer p{font-size:14px!important}.footer-bottom{font-size:13px!important}
  .footer-philosophy{font-size:12px!important}
  .metric span{font-size:12px!important}

  /* Home motion/live metrics */
  .signal-chip{font-size:8.5px!important;padding:6px 8px!important}
  .hero-stat small{font-size:10.5px!important}.hero-stat strong{font-size:19px!important}.hero-card-note{font-size:12px!important}
  .bridge-state small{font-size:10px!important}.bridge-state em{font-size:11.5px!important}

  /* Brain visual */
  .brain-viz{height:430px!important}
  .brain-canvas{height:350px!important}
  .brain-top span,.brain-top b{font-size:8.5px!important}
  .brain-node>span,.brain-node.input>span,.brain-node.reason>span{font-size:9px!important}
  .brain-node.proposal small,.brain-node.authority small{font-size:7px!important}
  .brain-core{width:108px!important;height:108px!important}.brain-core b{font-size:15px!important}.brain-core small,.brain-core em{font-size:7px!important}
  .brain-foot span{font-size:8px!important}.brain-caption span{font-size:12px!important}

  /* Track-record animated panel */
  .record-viz-pro{min-height:500px!important}
  .record-pro-head span,.record-pro-head b{font-size:8.5px!important}.record-pro-head small{font-size:8px!important}
  .record-pro-kpis small,.record-pro-kpis span{font-size:8px!important}.record-pro-kpis b{font-size:19px!important}
  .rct-head span,.rct-head b{font-size:8px!important}.rct-foot span,.rct-foot em{font-size:7.5px!important}
  .record-efficiency-chip small,.record-efficiency-chip span{font-size:7.5px!important}.record-efficiency-chip b{font-size:15px!important}
  .record-goal small,.record-goal span{font-size:8px!important}.record-goal b{font-size:20px!important}
  .record-y{font-size:9px!important}.record-months text{font-size:8px!important}.record-callout,.record-callout.checkpoint{font-size:8px!important}.record-target-label{font-size:7.5px!important}

  /* Partner OS: large enough to inspect without pinch-zoom. */
  .pos-brand b{font-size:11px!important}.pos-brand small{font-size:8px!important}.pos-live{font-size:8px!important}
  .pos-context small{font-size:7.5px!important}.pos-context b{font-size:9.5px!important}
  .pos-section-title>span{font-size:10px!important}.pos-section-title small{font-size:8px!important}.pos-section-title strong{font-size:10px!important}
  .pos-queue-item span b{font-size:10.5px!important}.pos-queue-item span small{font-size:8.5px!important}.pos-queue-item em{font-size:7.5px!important}
  .pos-brief-head small{font-size:8px!important}.pos-brief-head h3{font-size:20px!important}.pos-action{font-size:9px!important}
  .pos-evidence small{font-size:7.5px!important}.pos-evidence b{font-size:9.5px!important}
  .pos-event-row span,.pos-impact-row span,.pos-impact-note span{font-size:8px!important}.pos-impact-row b{font-size:8.5px!important}
  .pos-risk small,.pos-controls>small{font-size:7.5px!important}.pos-risk b{font-size:9.5px!important}.pos-controls button{font-size:9.5px!important}

  /* Contact + founder animations */
  .contact-network-head span{font-size:9px!important}.contact-network-head small{font-size:8px!important}
  .c-node>span{font-size:8px!important}.c-node>b{font-size:10px!important}.c-core>span{font-size:8px!important}.c-core>small{font-size:7px!important}
  .c-proof span{font-size:7px!important}.c-proof b{font-size:9px!important}.contact-network-foot span{font-size:8px!important}
  .founder-net-head span{font-size:9px!important}.founder-net-head small{font-size:8px!important}
  .f-core span,.f-core small{font-size:7px!important}.f-node span{font-size:7.5px!important}.f-node b{font-size:9.5px!important}.founder-net-foot span{font-size:8px!important}

  /* Form and direct contact remain comfortably readable. */
  .contact-list strong{font-size:16px!important}.contact-list span{font-size:15.5px!important}
  .direct-email small{font-size:12px!important}.direct-email a{font-size:24px!important}.direct-email p{font-size:15px!important}
  .field label{font-size:12px!important}.field input,.field textarea,.field select{font-size:16px!important}.fine{font-size:13px!important}
}

/* Compact phones: prioritize legibility over displaying every micro-label. */
@media(max-width:430px){
  .brain-state{display:none!important}
  .contact-network-foot span:last-child{display:none}
  .partner-rail span{font-size:9px!important}
}

/* v2.7 QA refinement: animation surfaces are part of the explanation, so their
   labels must be readable at 100% browser zoom, not merely decorative. */
.brain-top span{font-size:10px}.brain-top b{font-size:9px}
.brain-node>span,.brain-node.input>span{font-size:11px}
.brain-node.reason{padding:7px 10px}.brain-node.reason>span{font-size:10.5px}
.brain-node.proposal,.brain-node.authority{min-width:104px;padding:8px 9px}
.brain-node.proposal small,.brain-node.authority small{font-size:8.2px;line-height:1.25;white-space:normal;text-align:left}
.brain-core small,.brain-core em{font-size:8px}.brain-core b{font-size:17px}
.brain-state{width:160px;padding:8px 9px}.brain-state>small{font-size:8px}.brain-state span,.brain-state b{font-size:9px}
.brain-foot span{font-size:9px}.brain-caption span{font-size:12px}

.record-pro-head span{font-size:10px}.record-pro-head small{font-size:9px}.record-pro-head>b{font-size:9.5px}
.record-pro-kpis small,.record-pro-kpis span{font-size:9px}.record-pro-kpis b{font-size:20px}
.rct-head span,.rct-head b{font-size:9px}.rct-foot span,.rct-foot em{font-size:8.5px}
.record-y{font-size:10px}.record-months text{font-size:9px}.record-callout,.record-callout.checkpoint{font-size:9px}.record-target-label{font-size:8.8px}
.record-efficiency-chip small,.record-efficiency-chip span{font-size:8.2px}.record-efficiency-chip b{font-size:15px}
.record-goal small,.record-goal span{font-size:9px}.record-goal b{font-size:21px}.record-pro-foot{font-size:8.5px;line-height:1.45}

/* Partner OS: bring the operating model closer to normal dashboard typography. */
.pos-brand b{font-size:12px}.pos-brand small{font-size:9px}.pos-demo{font-size:8px}.pos-live{font-size:9px}
.pos-workspace{font-size:9px}.pos-workspace small{font-size:10px}
.pos-sidebar nav span{font-size:9px}.pos-sidebar nav span b{font-size:8px}.pos-human small{font-size:8px}.pos-human b{font-size:9.5px}
.pos-context small{font-size:8px}.pos-context b{font-size:10px}
.pos-section-title>span{font-size:10.5px}.pos-section-title small{font-size:9px}.pos-section-title strong{font-size:10.5px}
.pos-queue-item span b{font-size:11px}.pos-queue-item span small{font-size:9px}.pos-queue-item em{font-size:8px}
.pos-brief-head small{font-size:9px}.pos-brief-head h3{font-size:20px}.pos-action{font-size:10px}
.pos-evidence small{font-size:8px}.pos-evidence b{font-size:10px}.pos-event-row span{font-size:8.5px}
.pos-impact-row span{font-size:9px}.pos-impact-row b{font-size:9.5px}.pos-impact-note span{font-size:8.5px}
.pos-risk small,.pos-controls>small{font-size:8px}.pos-risk b{font-size:10px}.pos-controls button{font-size:10px}
.pos-stack-flow span{font-size:8px}.pos-api small{font-size:7.5px}.pos-api span{font-size:8px}.pos-gate small{font-size:7.5px}.pos-gate b{font-size:8.5px}

.contact-network-head span{font-size:10px}.contact-network-head small{font-size:9px}
.c-node>span{font-size:9px}.c-node>b{font-size:11px}.c-core>span{font-size:9px}.c-core>small{font-size:8px}
.c-proof span{font-size:8px}.c-proof b{font-size:10px}.contact-network-foot span{font-size:9px}
.founder-net-head span{font-size:10px}.founder-net-head small{font-size:9px}
.f-core span,.f-core small{font-size:8.5px}.f-node span{font-size:8.5px}.f-node b{font-size:10.5px}.founder-net-foot span{font-size:9px}

/* Homepage live summary microcopy is content, not ornament. */
.hero-stat small{font-size:11px}.hero-stat strong{font-size:20px}.hero-card-note{font-size:12px;line-height:1.55}
.home-founder-proof b{font-size:10px}.home-founder-proof em{font-size:11.5px;line-height:1.45}

@media(max-width:700px){
  .brain-top span,.brain-top b{font-size:9.5px!important}
  .brain-node>span,.brain-node.input>span,.brain-node.reason>span{font-size:10px!important}
  .brain-node.reason{padding:7px 9px!important}
  .brain-node.proposal,.brain-node.authority{min-width:94px!important;padding:7px 8px!important}
  .brain-node.proposal small,.brain-node.authority small{font-size:7.5px!important;line-height:1.2!important;white-space:normal!important}
  .brain-core b{font-size:16px!important}.brain-core small,.brain-core em{font-size:7.5px!important}
  .brain-foot span{font-size:8.5px!important}.brain-caption span{font-size:12.5px!important}

  .record-pro-head span,.record-pro-head b{font-size:9.5px!important}.record-pro-head small{font-size:9px!important}
  .record-pro-kpis small,.record-pro-kpis span{font-size:9px!important}.record-pro-kpis b{font-size:20px!important}
  .rct-head span,.rct-head b{font-size:9px!important}.rct-foot span,.rct-foot em{font-size:8.5px!important}
  .record-y{font-size:10px!important}.record-months text{font-size:9px!important}.record-callout,.record-callout.checkpoint{font-size:9px!important}.record-target-label{font-size:8.8px!important}
  .record-efficiency-chip small,.record-efficiency-chip span{font-size:8px!important}.record-efficiency-chip b{font-size:15px!important}
  .record-goal small,.record-goal span{font-size:9px!important}.record-goal b{font-size:21px!important}

  .contact-network-head span{font-size:9.5px!important}.contact-network-head small{font-size:9px!important}
  .c-node>span{font-size:8.5px!important}.c-node>b{font-size:10.5px!important}.c-core>span{font-size:8.5px!important}.c-core>small{font-size:7.5px!important}
  .c-proof span{font-size:7.5px!important}.c-proof b{font-size:9.5px!important}.contact-network-foot span{font-size:8.5px!important}
  .founder-net-head span{font-size:9.5px!important}.founder-net-head small{font-size:9px!important}
  .f-core span,.f-core small{font-size:8px!important}.f-node span{font-size:8px!important}.f-node b{font-size:10px!important}.founder-net-foot span{font-size:8.5px!important}

  .hero-stat small{font-size:11px!important}.hero-stat strong{font-size:20px!important}.hero-card-note{font-size:12.5px!important}
}

/* v2.7 contrast QA: inactive/secondary labels must remain readable. */
.brain-node{opacity:.74}.brain-node>span{color:#9aa2a5}.brain-node small{color:#858e92!important}
.brain-top b,.brain-foot span,.brain-state span{color:#889195}.brain-state b{color:#c4c1ba}
.record-pro-head small,.record-pro-kpis small,.record-pro-kpis span,.rct-foot span,.rct-foot em,.record-pro-foot{color:#8f989b!important}
.record-months text,.record-y,.record-target-label{fill:#8f989b!important;color:#8f989b!important}
.pos-workspace,.pos-context small,.pos-section-title small,.pos-queue-item span small,.pos-event-row span,.pos-impact-row span,.pos-impact-note span,.pos-risk small,.pos-controls>small,.pos-api small,.pos-api span,.pos-gate small{color:#8f989b!important}
.contact-network-head small,.c-node>span,.c-core>small,.c-proof span,.contact-network-foot span,.founder-net-head small,.f-node span,.f-core small,.founder-net-foot span{color:#929a9e!important}

@media(max-width:700px){
  /* Recompose the right side of the reasoning graph so larger labels do not overlap. */
  .brain-node.proposal{left:77%!important;top:39%!important;min-width:108px!important}
  .brain-node.authority{left:77%!important;top:52%!important;min-width:108px!important}
  .brain-node.r1{left:64%!important;top:12%!important}
  .brain-node.r2{left:65%!important;top:27%!important}
  .brain-node.r3{left:65%!important;top:66%!important}
  .brain-node.r4{left:62%!important;top:82%!important}
  .brain-node.proposal>span,.brain-node.authority>span{font-size:10.5px!important}
  .brain-node.proposal small,.brain-node.authority small{font-size:8px!important}
}

/* v2.7 final tester pass: founder/contact animated labels promoted to explanatory copy. */
.contact-network-head span{font-size:11px}.contact-network-head small{font-size:10px}
.c-node>span{font-size:10px}.c-node>b{font-size:12px}.c-core>span{font-size:10px}.c-core>small{font-size:9px}
.c-proof span{font-size:9px}.c-proof b{font-size:11px}.contact-network-foot span{font-size:10px}
.founder-net-head span{font-size:11px}.founder-net-head small{font-size:10px}
.f-core span,.f-core small{font-size:9.5px}.f-node span{font-size:9.5px}.f-node b{font-size:11.5px}.founder-net-foot span{font-size:10px}
.founder-live-row small{font-size:10px}
.hero-card-note{font-size:12.5px}
.record-pro-foot{font-size:9px}

@media(max-width:700px){
  /* Mobile prioritises the decision state itself over tiny action lists. */
  .brain-node.proposal small,.brain-node.authority small{display:none!important}
  .brain-node.proposal,.brain-node.authority{min-width:104px!important;padding:9px 10px!important}
  .brain-node.proposal>span,.brain-node.authority>span{font-size:11px!important}
  .brain-node.proposal{top:37%!important}.brain-node.authority{top:51%!important}

  .contact-network-head span{font-size:10px!important}.contact-network-head small{font-size:9.5px!important}
  .c-node>span{font-size:9.5px!important}.c-node>b{font-size:11.5px!important}.c-core>span{font-size:9.5px!important}.c-core>small{font-size:8.5px!important}
  .c-proof span{font-size:8.5px!important}.c-proof b{font-size:10.5px!important}.contact-network-foot span{font-size:9.5px!important}
  .founder-net-head span{font-size:10px!important}.founder-net-head small{font-size:9.5px!important}
  .f-core span,.f-core small{font-size:9px!important}.f-node span{font-size:9px!important}.f-node b{font-size:11px!important}.founder-net-foot span{font-size:9.5px!important}
  .founder-live-row small{font-size:10px!important}
}


/* THESIVE Platform Motion Window v2.9 */
.priority-motion-visual[data-partner-os]{display:none!important}
.partner-motion-window{position:relative;border:1px solid rgba(218,154,38,.35);border-radius:28px;overflow:hidden;background:#07090b;box-shadow:0 0 80px rgba(218,154,38,.16);}
.partner-motion-window img{display:block;width:100%;height:auto;animation:thesiveBreath 8s ease-in-out infinite;}
.partner-motion-window:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 30%,rgba(218,154,38,.12),transparent 60%);transform:translateX(-120%);animation:thesiveScan 6s linear infinite;pointer-events:none}
.ai-state-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px}
.ai-state{border:1px solid rgba(218,154,38,.25);border-radius:14px;padding:14px;background:#0b0d10;text-align:center;color:#c7a14a;font-size:12px;letter-spacing:.08em}
.ai-state span{display:block;margin-top:8px;color:#9aa0a5;letter-spacing:0;font-size:13px}
.ai-core{width:42px;height:42px;margin:auto;border-radius:50%;border:1px solid rgba(218,154,38,.5);display:flex;align-items:center;justify-content:center;animation:aiPulse 3s infinite}
@keyframes thesiveBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.008)}}
@keyframes thesiveScan{to{transform:translateX(120%)}}
@keyframes aiPulse{50%{box-shadow:0 0 30px rgba(218,154,38,.35)}}
@media(max-width:800px){.ai-state-row{grid-template-columns:1fr 1fr}.partner-motion-window{border-radius:18px}}

/* v3.2.1 independent evidence and objective trajectories */
.record-chart-v16 .record-actual-line{stroke-dasharray:760;stroke-dashoffset:760;animation:v321-evidence-draw 2.35s .25s cubic-bezier(.16,1,.3,1) forwards}
.record-chart-v16 .record-asp-line-100{stroke-width:1.85;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000;opacity:1;filter:drop-shadow(0 0 6px rgba(224,164,62,.28));animation:v321-objective-draw 4.4s .95s cubic-bezier(.18,.72,.22,1) forwards}
.record-chart-v16 .record-asp-band{opacity:0;animation:v321-objective-band 1.2s 4.1s ease forwards}
.record-chart-v16 .record-target-dot{opacity:0;animation:v321-objective-dot .5s 4.65s ease forwards}
.record-chart-v16 .record-target-origin{fill:#f0bd63;filter:drop-shadow(0 0 7px rgba(224,164,62,.55))}
.record-chart-v16 .record-target-final{animation:v321-objective-dot .5s 5.05s ease forwards,current-pulse 2.4s 5.55s ease-in-out infinite}
.record-chart-v16 .record-target-label{opacity:0;animation:v321-objective-label .65s 4.65s ease forwards}
.record-chart-v16 .record-target-label.origin{text-anchor:start;fill:#c7984c!important}
.record-chart-v16 .record-callout.actual{opacity:0;animation:v321-evidence-label .55s 2.1s ease forwards}
@keyframes v321-evidence-draw{to{stroke-dashoffset:0}}
@keyframes v321-objective-draw{to{stroke-dashoffset:0}}
@keyframes v321-objective-band{to{opacity:.82}}
@keyframes v321-objective-dot{from{opacity:0;transform:translateY(4px)}to{opacity:.78;transform:translateY(0)}}
@keyframes v321-objective-label{to{opacity:.86}}
@keyframes v321-evidence-label{to{opacity:1}}
@media(prefers-reduced-motion:reduce){.record-chart-v16 .record-actual-line,.record-chart-v16 .record-asp-line-100{animation:none!important;stroke-dashoffset:0!important}.record-chart-v16 .record-asp-band,.record-chart-v16 .record-target-dot,.record-chart-v16 .record-target-label,.record-chart-v16 .record-callout.actual{animation:none!important;opacity:.82!important}}

/* v3.2.1 IP-safe intelligence philosophy */
.brain-viz-safe{height:470px;padding:15px 17px;background:radial-gradient(circle at 50% 45%,rgba(224,164,62,.065),transparent 33%),linear-gradient(145deg,rgba(255,255,255,.05),rgba(8,11,13,.48))}
.brain-viz-safe .brain-top{height:34px}
.safe-intelligence-grid{position:relative;height:306px;display:grid;grid-template-columns:1fr 150px 1fr;grid-template-rows:1fr 1fr;gap:14px 22px;align-items:center;padding:20px 10px}
.safe-intelligence-grid:before,.safe-intelligence-grid:after{content:"";position:absolute;left:23%;right:23%;height:1px;background:linear-gradient(90deg,rgba(224,164,62,.12),rgba(224,164,62,.52),rgba(115,213,138,.26),rgba(224,164,62,.12));opacity:.42}.safe-intelligence-grid:before{top:31%}.safe-intelligence-grid:after{bottom:31%}
.safe-intelligence-grid article{position:relative;z-index:2;display:flex;align-items:center;gap:10px;min-height:75px;padding:12px 13px;border:1px solid rgba(255,255,255,.075);border-radius:11px;background:rgba(7,9,11,.74);opacity:.52;transition:opacity .45s ease,border-color .45s ease,transform .45s ease,box-shadow .45s ease}
.safe-intelligence-grid article:nth-child(1),.safe-intelligence-grid article:nth-child(4){grid-column:1}.safe-intelligence-grid article:nth-child(2),.safe-intelligence-grid article:nth-child(5){grid-column:3}.safe-intelligence-grid article:nth-child(4),.safe-intelligence-grid article:nth-child(5){grid-row:2}.safe-intelligence-grid article.is-active{opacity:1;border-color:rgba(224,164,62,.46);transform:translateY(-2px);box-shadow:0 0 28px rgba(224,164,62,.07),inset 0 0 20px rgba(224,164,62,.03)}
.safe-intelligence-grid article>i{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(224,164,62,.3);border-radius:50%;color:var(--gold);font-style:normal}.safe-intelligence-grid article span{display:grid}.safe-intelligence-grid article b{font-size:10px;font-weight:600;color:#d2d1cc}.safe-intelligence-grid article small{margin-top:3px;color:#757d80;font-size:7px;line-height:1.35}
.safe-intelligence-core{position:absolute;z-index:4;left:50%;top:50%;width:140px;height:140px;transform:translate(-50%,-50%);display:grid;place-items:center;text-align:center;border:1px solid rgba(224,164,62,.42);border-radius:50%;background:radial-gradient(circle,rgba(224,164,62,.08),rgba(7,9,11,.94) 67%);box-shadow:0 0 42px rgba(224,164,62,.1),inset 0 0 28px rgba(224,164,62,.04)}
.safe-intelligence-core .core-orbit{position:absolute;border-radius:50%;border:1px solid rgba(224,164,62,.21)}.safe-intelligence-core .o1{inset:-9px;animation:orb-spin 12s linear infinite}.safe-intelligence-core .o2{inset:15px;border-style:dashed;animation:orb-spin 17s linear reverse infinite}.safe-intelligence-core small{position:absolute;top:35px;color:var(--gold);font-size:7px;letter-spacing:.17em}.safe-intelligence-core b{font-family:var(--serif);font-size:15px;line-height:1.05;font-weight:400}.safe-intelligence-core em{position:absolute;bottom:34px;color:#697175;font-size:5.5px;font-style:normal}
.safe-authority-flow{height:64px;display:grid;grid-template-columns:1fr 20px .44fr;gap:10px;align-items:center;padding:9px 12px;border:1px solid rgba(255,255,255,.06);border-radius:9px;background:rgba(255,255,255,.012)}.safe-authority-flow>div{display:grid}.safe-authority-flow small{font-size:6px;letter-spacing:.12em;color:#7e6846}.safe-authority-flow b{margin-top:3px;color:#bebeba;font-size:8px;font-weight:500}.safe-authority-flow>i{color:#b48745;font-style:normal}.safe-authority-flow .human{padding-left:12px;border-left:1px solid rgba(115,213,138,.24)}.safe-authority-flow .human small{color:#68846e}.safe-authority-flow .human b{color:var(--green)}
.safe-capability-grid{margin-top:30px}.safe-question-grid{grid-template-columns:1.15fr repeat(3,1fr)}.safe-question-grid .principle{min-height:270px}.safe-evidence-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}.safe-boundary-card{padding:34px}.safe-boundary-card h3{font-family:var(--serif);font-size:26px;font-weight:400;margin:10px 0}.safe-boundary-card p{color:#8f9699}.safe-authority-metrics strong{font-size:24px}
@media(max-width:980px){.brain-viz-safe{height:470px}.safe-question-grid{grid-template-columns:1fr 1fr}.safe-question-grid .intro{grid-row:span 2}.safe-evidence-layout{grid-template-columns:1fr;gap:28px}}
@media(max-width:620px){.brain-viz-safe{min-height:505px!important;height:auto!important}.safe-intelligence-grid{height:355px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 115px 1fr;gap:8px;padding:10px 0}.safe-intelligence-grid article:nth-child(1){grid-column:1;grid-row:1}.safe-intelligence-grid article:nth-child(2){grid-column:2;grid-row:1}.safe-intelligence-grid article:nth-child(4){grid-column:1;grid-row:3}.safe-intelligence-grid article:nth-child(5){grid-column:2;grid-row:3}.safe-intelligence-grid article{min-height:82px;padding:8px;gap:6px}.safe-intelligence-grid article>i{width:27px;height:27px}.safe-intelligence-grid article b{font-size:8px}.safe-intelligence-grid article small{font-size:6px}.safe-intelligence-core{width:105px;height:105px}.safe-intelligence-core small{top:26px}.safe-intelligence-core b{font-size:12px}.safe-intelligence-core em{bottom:25px;font-size:4.5px}.safe-authority-flow{grid-template-columns:1fr 14px .55fr}.safe-authority-flow b{font-size:6.5px}.safe-authority-flow small{font-size:5px}.safe-question-grid{grid-template-columns:1fr}.safe-question-grid .intro{grid-row:auto}.safe-question-grid .principle{min-height:auto}.safe-authority-metrics{grid-template-columns:1fr 1fr}.safe-authority-metrics strong{font-size:18px}}
@media(prefers-reduced-motion:reduce){.safe-intelligence-core .core-orbit{animation:none!important}.safe-intelligence-grid article{transition:none}.safe-intelligence-grid article:first-child{opacity:1}}

/* =================================================================
   v3.2.2 · Intelligence Framework Polish
   Larger, readable, interaction-led capability field. The public
   abstraction remains intentionally high level.
   ================================================================= */

/* The complete desktop navigation needs more room than the legacy 900px
   switch allowed. Move it into the intentional menu before links clip. */
@media(max-width:1120px){
  .nav{position:relative}
  .navlinks{display:none;position:absolute;z-index:40;left:auto;right:0;top:64px;width:min(390px,calc(100vw - 44px));background:rgba(10,14,17,.97);border:1px solid rgba(255,255,255,.12);padding:14px 22px;flex-direction:column;align-items:stretch;gap:0;border-radius:16px;box-shadow:0 28px 80px rgba(0,0,0,.52);backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%)}
  .navlinks.open{display:flex}
  .navlinks a{font-size:15px;padding:14px 0}
  .navlinks a.active:after,.navlinks a:hover:after{bottom:6px}
  .navlinks .nav-cta{margin-top:8px;padding:11px 15px!important;text-align:center}
  .menu-btn{display:block;cursor:pointer}
  .thinking-hero-v322 .thinking-hero-intro{grid-template-columns:1fr;gap:24px}
  .thinking-hero-v322 .thinking-hero-copy{max-width:760px;padding-bottom:0}
}

.thinking-hero-v322{display:block!important;min-height:0!important;padding:76px 0 84px!important;overflow:hidden;background:radial-gradient(circle at 50% 61%,rgba(224,164,62,.055),transparent 34%),linear-gradient(180deg,#090c0e 0%,#07090b 100%)}
.thinking-hero-v322:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:84px 84px;mask-image:linear-gradient(to bottom,transparent,black 26%,black 78%,transparent);opacity:.36}
.thinking-hero-v322 .thinking-hero-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,9vw,130px);align-items:end;max-width:var(--max)!important;width:min(calc(100% - 44px),var(--max))!important;padding:0!important}
.thinking-hero-v322 h1{font-size:clamp(58px,6.4vw,88px)!important;line-height:.94!important;letter-spacing:-.045em;max-width:none!important;margin:8px 0 0!important}
.thinking-hero-copy{padding-bottom:7px}
.thinking-hero-v322 .thinking-hero-copy>p{font-size:clamp(16px,1.45vw,19px)!important;line-height:1.72!important;color:#c2c6c7;max-width:610px!important;margin:0!important}
.thinking-hero-v322 .brain-caption{margin-top:22px;padding:9px 13px;border-color:rgba(224,164,62,.15);background:rgba(224,164,62,.025)}
.thinking-hero-v322 .brain-caption span{font-size:12px;min-width:255px;color:#aaaead}

.page-hero-viz.brain-viz-v322{position:relative!important;inset:auto!important;right:auto!important;top:auto!important;transform:none!important;display:block!important;width:min(calc(100% - 44px),var(--max))!important;max-width:var(--max)!important;height:650px!important;margin:48px auto 0!important;padding:0 22px!important;border-radius:30px;background:radial-gradient(circle at 50% 39%,rgba(224,164,62,.10),transparent 25%),radial-gradient(circle at 88% 20%,rgba(125,168,215,.055),transparent 24%),linear-gradient(145deg,rgba(19,24,28,.88),rgba(7,10,12,.94));border-color:rgba(255,255,255,.12);box-shadow:0 52px 130px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.075),inset 0 0 90px rgba(224,164,62,.018);overflow:hidden;isolation:isolate}
.brain-viz-v322:before{content:"";position:absolute;z-index:-1;inset:52px 0 46px;background:radial-gradient(circle at 50% 43%,transparent 0 19%,rgba(224,164,62,.04) 19.2% 19.5%,transparent 19.7% 31%,rgba(255,255,255,.018) 31.2% 31.4%,transparent 31.6%);pointer-events:none}
.brain-viz-v322 .brain-top{height:58px;padding:0 3px;border-bottom-color:rgba(255,255,255,.075)}
.brain-viz-v322 .brain-top span{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.17em;color:#d1a451}
.brain-viz-v322 .brain-top span>i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(115,213,138,.38);animation:v322-live-pulse 2.4s ease-out infinite}
.brain-viz-v322 .brain-top b{font-size:8px;letter-spacing:.13em;color:#747c80}.brain-viz-v322 .brain-top em{font-style:normal;color:#9b814f;margin:0 6px}

.intelligence-stage{position:relative;height:540px;max-width:1080px;margin:0 auto}
.intelligence-node{position:absolute;z-index:5;width:260px;min-height:104px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:17px 18px;text-align:left;color:inherit;border:1px solid rgba(255,255,255,.095);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(8,11,13,.78));box-shadow:0 18px 50px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);opacity:.56;cursor:pointer;transition:opacity .65s ease,transform .65s var(--ease-premium),border-color .65s ease,box-shadow .65s ease,background .65s ease}
.intelligence-node:hover{opacity:.84;border-color:rgba(224,164,62,.25);transform:translateY(-3px)}
.intelligence-node:focus-visible{outline:2px solid rgba(224,164,62,.78);outline-offset:4px}
.intelligence-node>i{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(224,164,62,.24);border-radius:50%;font-style:normal;font-size:20px;color:#bb914b;background:rgba(224,164,62,.025);transition:all .65s ease}
.intelligence-node>span{display:grid;min-width:0}.intelligence-node small{font-size:8px;line-height:1.2;letter-spacing:.14em;color:#786641}.intelligence-node b{font-family:var(--serif);font-size:19px;line-height:1.16;font-weight:500;color:#d7d4cd;margin:6px 0 4px}.intelligence-node em{font-size:11px;line-height:1.35;font-style:normal;color:#858d90}
.intelligence-node.is-active{opacity:1;transform:translateY(-4px) scale(1.018);border-color:rgba(224,164,62,.52);background:linear-gradient(145deg,rgba(224,164,62,.09),rgba(8,11,13,.9));box-shadow:0 24px 68px rgba(0,0,0,.34),0 0 40px rgba(224,164,62,.075),inset 0 1px 0 rgba(255,255,255,.07)}
.intelligence-node.is-active>i{color:#f0bd63;border-color:rgba(224,164,62,.68);background:rgba(224,164,62,.08);box-shadow:0 0 0 7px rgba(224,164,62,.035),0 0 22px rgba(224,164,62,.18)}
.node-evidence{left:2.5%;top:38px}.node-context{right:2.5%;top:38px}.node-memory{left:2.5%;top:214px}.node-risk{right:2.5%;top:214px}

.signal-route{position:absolute;z-index:1;width:29%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.07),rgba(224,164,62,.18),rgba(255,255,255,.045));transform-origin:center;transition:background .7s ease,filter .7s ease,opacity .7s ease;opacity:.66}
.signal-route:after{content:"";position:absolute;width:7px;height:7px;top:-3px;left:0;border-radius:50%;background:var(--gold);box-shadow:0 0 13px rgba(224,164,62,.65);opacity:0}
.route-evidence{left:24%;top:138px;transform:rotate(14deg)}.route-context{right:24%;top:138px;transform:rotate(-14deg)}.route-memory{left:24%;top:273px;transform:rotate(-11deg)}.route-risk{right:24%;top:273px;transform:rotate(11deg)}
.brain-viz-v322[data-stage="0"] .route-evidence,.brain-viz-v322[data-stage="1"] .route-context,.brain-viz-v322[data-stage="2"] .route-memory,.brain-viz-v322[data-stage="3"] .route-risk{background:linear-gradient(90deg,rgba(224,164,62,.18),rgba(224,164,62,.82),rgba(224,164,62,.18));filter:drop-shadow(0 0 5px rgba(224,164,62,.36));opacity:1}
.brain-viz-v322[data-stage="0"] .route-evidence:after,.brain-viz-v322[data-stage="1"] .route-context:after,.brain-viz-v322[data-stage="2"] .route-memory:after,.brain-viz-v322[data-stage="3"] .route-risk:after{opacity:1;animation:v322-route-travel 2.2s var(--ease-premium) infinite}

.brain-viz-v322 .safe-intelligence-core{left:50%;top:37%;width:194px;height:194px;background:radial-gradient(circle,rgba(224,164,62,.11),rgba(10,13,15,.98) 62%,rgba(7,9,11,.7) 68%,transparent 69%);border-color:rgba(224,164,62,.5);box-shadow:0 0 70px rgba(224,164,62,.11),inset 0 0 42px rgba(224,164,62,.06);transition:transform .75s var(--ease-premium),filter .75s ease}
.brain-viz-v322 .safe-intelligence-core:before{content:"";position:absolute;inset:34px;border:1px solid rgba(224,164,62,.13);border-radius:50%}
.brain-viz-v322 .safe-intelligence-core .core-halo{position:absolute;inset:-27px;border:1px solid rgba(224,164,62,.07);border-radius:50%;animation:v322-core-breathe 4.8s ease-in-out infinite}
.brain-viz-v322 .safe-intelligence-core .o1{inset:-13px}.brain-viz-v322 .safe-intelligence-core .o2{inset:19px}
.brain-viz-v322 .safe-intelligence-core small{top:51px;font-size:9px}.brain-viz-v322 .safe-intelligence-core b{font-size:31px;letter-spacing:.04em}.brain-viz-v322 .safe-intelligence-core em{bottom:48px;font-size:8px}
.brain-viz-v322[data-stage="4"] .safe-intelligence-core{transform:translate(-50%,-50%) scale(1.055);filter:drop-shadow(0 0 30px rgba(224,164,62,.18))}

.signal-particle{position:absolute;z-index:4;width:4px;height:4px;border-radius:50%;background:#efbc60;box-shadow:0 0 11px rgba(224,164,62,.8);pointer-events:none;opacity:.18}.signal-particle.p1{left:37%;top:89px;animation:v322-gold-particle-one 8.5s ease-in-out infinite}.signal-particle.p2{right:35%;top:286px;animation:v322-gold-particle-two 11s -4s ease-in-out infinite}

.decision-ribbon{position:absolute;z-index:6;left:17%;right:17%;bottom:36px;display:grid;grid-template-columns:1fr 48px .42fr;gap:15px;align-items:stretch}
.explainable-view,.human-authority{min-height:88px;display:grid;align-content:center;padding:15px 19px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(7,10,12,.86);box-shadow:0 16px 40px rgba(0,0,0,.25);transition:border-color .7s ease,box-shadow .7s ease,transform .7s var(--ease-premium)}
.decision-ribbon small{font-size:8px;letter-spacing:.14em;color:#867047}.decision-ribbon b{font-size:13px;font-weight:550;color:#c7c4bd;margin-top:7px}.decision-ribbon b>i{font-style:normal;color:#665a43;margin:0 4px}
.authority-arrow{display:grid;place-items:center;color:#977844;font-size:21px;position:relative;overflow:hidden}.authority-arrow:before{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(224,164,62,.12),rgba(224,164,62,.7),rgba(115,213,138,.28));transform:scaleX(0);transform-origin:left;transition:transform 1s var(--ease-premium)}
.human-authority{position:relative;padding-left:52px;border-color:rgba(115,213,138,.14)}.human-authority small{color:#6d9175}.human-authority b{font-family:var(--serif);font-size:21px;color:#91dca2}.authority-pulse{position:absolute;left:21px;top:50%;width:12px;height:12px;transform:translateY(-50%);border-radius:50%;background:#58725e;border:1px solid rgba(115,213,138,.3);transition:background .7s ease,box-shadow .7s ease}
.brain-viz-v322[data-stage="4"] .explainable-view{border-color:rgba(224,164,62,.4);box-shadow:0 18px 50px rgba(0,0,0,.3),0 0 28px rgba(224,164,62,.06);transform:translateY(-2px)}
.brain-viz-v322[data-stage="4"] .authority-arrow:before{transform:scaleX(1)}
.brain-viz-v322[data-stage="4"] .human-authority{border-color:rgba(115,213,138,.38);box-shadow:0 18px 50px rgba(0,0,0,.3),0 0 28px rgba(115,213,138,.06);transform:translateY(-2px)}
.brain-viz-v322[data-stage="4"] .authority-pulse{background:var(--green);box-shadow:0 0 0 8px rgba(115,213,138,.05),0 0 18px rgba(115,213,138,.45);animation:v322-authority 2.2s ease-out infinite}

.brain-viz-v322 .brain-foot{height:51px;align-items:center;padding:0 3px;border-top-color:rgba(255,255,255,.075)}
.brain-viz-v322 .brain-foot>span{font-size:9px;letter-spacing:.03em;color:#747c80}.brain-viz-v322 .brain-foot>span:first-child i{background:var(--green)}
.stage-progress{display:flex;align-items:center;gap:7px}.stage-progress i{width:30px;height:2px;border-radius:3px;background:rgba(255,255,255,.075);transition:background .65s ease,box-shadow .65s ease}
.brain-viz-v322[data-stage="0"] .stage-progress i:nth-child(1),.brain-viz-v322[data-stage="1"] .stage-progress i:nth-child(2),.brain-viz-v322[data-stage="2"] .stage-progress i:nth-child(3),.brain-viz-v322[data-stage="3"] .stage-progress i:nth-child(4),.brain-viz-v322[data-stage="4"] .stage-progress i{background:var(--gold);box-shadow:0 0 9px rgba(224,164,62,.38)}

@keyframes v322-live-pulse{70%{box-shadow:0 0 0 8px rgba(115,213,138,0)}}
@keyframes v322-route-travel{from{left:0}to{left:calc(100% - 7px)}}
@keyframes v322-core-breathe{50%{transform:scale(1.08);opacity:.48}}
@keyframes v322-authority{70%{box-shadow:0 0 0 12px rgba(115,213,138,0),0 0 18px rgba(115,213,138,.3)}}
@keyframes v322-gold-particle-one{0%,71%,100%{opacity:0;transform:translate3d(0,0,0)}76%{opacity:.9}91%{opacity:.65;transform:translate3d(94px,72px,0)}}
@keyframes v322-gold-particle-two{0%,65%,100%{opacity:0;transform:translate3d(0,0,0)}70%{opacity:.8}86%{opacity:.55;transform:translate3d(-72px,-66px,0)}}

@media(max-width:900px){
  .thinking-hero-v322{padding:58px 0 68px!important}
  .thinking-hero-v322 .thinking-hero-intro{grid-template-columns:1fr;gap:24px}
  .thinking-hero-copy{padding:0}.thinking-hero-v322 .thinking-hero-copy>p{max-width:760px!important}
  .page-hero-viz.brain-viz-v322{height:720px!important;margin-top:36px!important}
  .intelligence-stage{height:610px}
  .intelligence-node{width:230px}.node-evidence,.node-memory{left:2%}.node-context,.node-risk{right:2%}
  .brain-viz-v322 .safe-intelligence-core{width:174px;height:174px;top:39%}.brain-viz-v322 .safe-intelligence-core b{font-size:27px}.brain-viz-v322 .safe-intelligence-core small{top:45px}.brain-viz-v322 .safe-intelligence-core em{bottom:42px}
  .signal-route{width:26%}.route-evidence,.route-context{top:143px}.route-memory,.route-risk{top:278px}
  .decision-ribbon{left:8%;right:8%;bottom:40px}
}

@media(max-width:1120px) and (min-width:901px){
  .thinking-hero-v322 .thinking-hero-intro{grid-template-columns:1fr;gap:24px}
  .thinking-hero-v322 .thinking-hero-copy{max-width:760px;padding-bottom:0}
}

@media(max-width:620px){
  .thinking-hero-v322{padding:48px 0 54px!important}
  .thinking-hero-v322 .thinking-hero-intro{width:min(calc(100% - 32px),var(--max))!important}
  .thinking-hero-v322 h1{font-size:clamp(50px,15vw,64px)!important}
  .thinking-hero-v322 .thinking-hero-copy>p{font-size:16px!important;line-height:1.68!important}
  .thinking-hero-v322 .brain-caption{width:100%;padding:10px 12px}.thinking-hero-v322 .brain-caption span{font-size:11px;min-width:0}
  .page-hero-viz.brain-viz-v322{width:calc(100% - 24px)!important;height:790px!important;padding:0 12px!important;border-radius:23px;margin-top:30px!important}
  .brain-viz-v322 .brain-top{height:52px}.brain-viz-v322 .brain-top span{font-size:0!important}.brain-viz-v322 .brain-top span:after{content:"THESIVE FIELD";font-size:8.5px;letter-spacing:.15em}.brain-viz-v322 .brain-top b{font-size:0!important}.brain-viz-v322 .brain-top b:after{content:"LIVE VIEW";font-size:8px;letter-spacing:.13em;color:#727b7f}
  .intelligence-stage{height:685px}
  .intelligence-node{width:calc(50% - 7px);min-height:126px;grid-template-columns:1fr;gap:7px;padding:12px 11px;align-content:start}.intelligence-node>i{width:34px;height:34px;font-size:15px}.intelligence-node small{font-size:6.7px}.intelligence-node b{font-size:16px;margin:4px 0}.intelligence-node em{font-size:9.5px}
  .node-evidence{left:0;top:18px}.node-context{right:0;top:18px}.node-memory{left:0;top:160px}.node-risk{right:0;top:160px}
  .signal-route{display:none}
  .brain-viz-v322 .safe-intelligence-core{width:150px;height:150px;top:55%}.brain-viz-v322 .safe-intelligence-core .core-halo{inset:-18px}.brain-viz-v322 .safe-intelligence-core small{top:39px;font-size:7.5px}.brain-viz-v322 .safe-intelligence-core b{font-size:24px}.brain-viz-v322 .safe-intelligence-core em{bottom:36px;font-size:6.5px}
  .decision-ribbon{left:0;right:0;bottom:22px;grid-template-columns:1fr 24px .62fr;gap:5px}.explainable-view,.human-authority{min-height:86px;padding:12px}.decision-ribbon small{font-size:6.5px}.decision-ribbon b{font-size:10px;line-height:1.45}.decision-ribbon b>i{margin:0 1px}.human-authority{padding-left:35px}.human-authority b{font-size:18px}.authority-pulse{left:13px;width:9px;height:9px}.authority-arrow{font-size:16px}
  .brain-viz-v322 .brain-foot{height:53px}.brain-viz-v322 .brain-foot>span{font-size:7px}.brain-viz-v322 .brain-foot>span:last-child{display:none}.stage-progress{gap:5px}.stage-progress i{width:18px}
}

@media(prefers-reduced-motion:reduce){
  .brain-viz-v322 *{animation:none!important;transition-duration:.01ms!important}
  .brain-viz-v322 .intelligence-node:first-of-type{opacity:1;border-color:rgba(224,164,62,.45)}
  .signal-particle{display:none}
}

/* =================================================================
   v3.2.3 · Product Experience Polish
   Responsive translations and motion refinement without changing the
   established THESIVE visual system.
   ================================================================= */

/* Track Record: the two primary trajectory labels are presentation copy,
   not micro-metadata. */
.record-goal-v16>div:not(.record-goal){gap:8px}
.record-goal-v16>div:not(.record-goal) .legend-line{width:24px;height:3px;flex:0 0 auto}
.record-goal-v16>div:not(.record-goal) small{font-size:10.5px!important;line-height:1.35;font-weight:600;letter-spacing:.025em;color:#a9afb0}
.record-goal-v16>div:first-child small{color:#a5d9af}
.record-goal-v16>div:nth-child(2) small{color:#d4ad6a}

/* Home: give the THINK core enough visual gravity and let every route meet
   the edge of the larger field cleanly. */
.home-brain-svg .h-core-halo{fill:none;stroke:rgba(224,164,62,.12);stroke-width:1;transform-box:fill-box;transform-origin:center;animation:v323-home-halo 4.8s ease-in-out infinite}
.home-brain-svg .h-core{stroke-width:1.8}
.home-brain-svg .h-syn{stroke-width:1.35}
@keyframes v323-home-halo{50%{transform:scale(1.08);opacity:.48}}

/* Intelligence Field: shorter geometric routes, compositor-friendly motion,
   and a restrained multi-ring core avoid the previous line overlap. */
.brain-viz-v322 .signal-route{width:15.5%;height:2px;border-radius:99px;opacity:.76;will-change:filter,opacity}
.brain-viz-v322 .route-evidence,.brain-viz-v322 .route-memory{left:24.5%}
.brain-viz-v322 .route-context,.brain-viz-v322 .route-risk{right:24.5%}
.brain-viz-v322 .signal-route:after{width:8px;height:8px;top:-3px;will-change:left,opacity}
.brain-viz-v322[data-stage="0"] .route-evidence:after,.brain-viz-v322[data-stage="1"] .route-context:after,.brain-viz-v322[data-stage="2"] .route-memory:after,.brain-viz-v322[data-stage="3"] .route-risk:after{animation:v323-route-travel 3s linear infinite}
.brain-viz-v322 .safe-intelligence-core{width:202px;height:202px;transition:transform .9s var(--ease-premium),filter .9s ease,box-shadow .9s ease}
.brain-viz-v322 .safe-intelligence-core:after{content:"";position:absolute;inset:-44px;border:1px solid rgba(224,164,62,.045);border-radius:50%;box-shadow:0 0 46px rgba(224,164,62,.035);animation:v323-field-ring 6.6s ease-in-out infinite;pointer-events:none}
.brain-viz-v322 .safe-intelligence-core .core-halo{animation:v323-core-breathe 5.6s ease-in-out infinite;will-change:transform,opacity}
.brain-viz-v322 .safe-intelligence-core .core-orbit{will-change:transform}
.brain-viz-v322 .intelligence-node{transition-duration:.8s}
@keyframes v323-route-travel{0%{left:0;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:calc(100% - 8px);opacity:0}}
@keyframes v323-core-breathe{0%,100%{transform:scale(1);opacity:.55}50%{transform:scale(1.035);opacity:.9}}
@keyframes v323-field-ring{0%,100%{transform:scale(.97);opacity:.28}50%{transform:scale(1.035);opacity:.72}}

/* THESIVE AI attribution. */
.boundary-panel cite{display:block;margin-top:13px;color:#d8aa5b;font-size:11px;font-style:normal;font-weight:600;letter-spacing:.14em}

@media(max-width:900px) and (min-width:621px){
  .brain-viz-v322 .safe-intelligence-core{width:180px;height:180px}
}

@media(max-width:700px){
  .record-goal-v16{grid-template-columns:1fr!important;gap:9px!important;align-items:start}
  .record-goal-v16>div:not(.record-goal){min-height:25px}
  .record-goal-v16>div:not(.record-goal) small{font-size:10px!important}
  .record-goal-v16 .record-goal{grid-column:1!important;margin-top:2px}
}

@media(max-width:620px){
  /* Founder Proof Loop becomes a calm, ordered mobile story. */
  .founder-network{height:auto!important;min-height:690px!important;padding:11px!important;overflow:hidden}
  .founder-net-head{height:auto!important;min-height:42px;gap:10px}.founder-net-head span{font-size:10px!important}.founder-net-head small{font-size:9px!important;text-align:right}
  .founder-net-canvas{height:auto!important;min-height:588px;display:grid;grid-template-columns:1fr;grid-template-areas:"core" "capital" "record" "learning" "product" "collaboration" "authority";gap:9px;padding:13px 8px;overflow:visible}
  .founder-net-canvas:before{content:"";position:absolute;z-index:0;left:27px;top:112px;bottom:24px;width:1px;background:linear-gradient(rgba(224,164,62,.08),rgba(224,164,62,.45),rgba(115,213,138,.4))}
  .founder-net-canvas>svg{display:none}
  .f-core{position:relative;grid-area:core;left:auto;top:auto;transform:none!important;justify-self:center;width:106px;height:106px;margin-bottom:4px;z-index:2}
  .f-core b{font-size:17px}.f-core span,.f-core small{font-size:7px!important}
  .f-node{position:relative!important;inset:auto!important;z-index:2;min-height:52px;grid-template-columns:12px 1fr;column-gap:10px;padding:9px 12px;border:1px solid rgba(255,255,255,.075);border-radius:11px;background:rgba(7,10,12,.88);opacity:1!important;transform:none!important;animation:v323-mobile-node 5.8s ease-in-out infinite!important}
  .f-node>i{width:10px;height:10px;background:#9a7842;border-color:rgba(224,164,62,.4);box-shadow:0 0 0 5px rgba(224,164,62,.035)}
  .f-node span{font-size:8px!important;color:#9c8355}.f-node b{font-size:11px!important;color:#d0cec8}
  .f-node.n1{grid-area:capital}.f-node.n2{grid-area:record}.f-node.n3{grid-area:authority}.f-node.n4{grid-area:learning}.f-node.n5{grid-area:product}.f-node.n6{grid-area:collaboration}
  .f-node.n3>i{background:var(--green);border-color:rgba(115,213,138,.5);box-shadow:0 0 0 5px rgba(115,213,138,.04)}
  .founder-net-foot{height:auto!important;min-height:38px}.founder-net-foot span{font-size:9px!important}.founder-net-foot span:last-child{display:none!important}

  /* Collaboration Router follows the same mobile logic: problem, fit, routes. */
  .contact-network{height:auto!important;min-height:685px;padding:11px!important;overflow:hidden}
  .contact-network-head{height:auto!important;min-height:42px;gap:10px}.contact-network-head span{font-size:10px!important}.contact-network-head small{font-size:9px!important;text-align:right}
  .contact-network-canvas{height:auto!important;min-height:580px;display:grid;grid-template-columns:1fr;grid-template-areas:"problem" "core" "deploy" "data" "product" "proof";gap:10px;padding:13px 8px;overflow:visible}
  .contact-network-canvas:before{content:"";position:absolute;z-index:0;left:28px;top:52px;bottom:58px;width:1px;background:linear-gradient(rgba(125,168,215,.34),rgba(224,164,62,.45),rgba(115,213,138,.22))}
  .contact-network-svg{display:none}
  .c-node,.c-out,.c-proof{position:relative!important;inset:auto!important;z-index:2;min-width:0!important;width:100%;min-height:59px;padding:10px 13px;border:1px solid rgba(255,255,255,.075);border-radius:11px;background:rgba(7,10,12,.9);opacity:.72;transform:none!important;filter:none!important}
  .c-node{grid-template-columns:12px 1fr;column-gap:10px}.c-node>i{width:10px;height:10px}.c-node>span{font-size:8px!important}.c-node>b{font-size:11px!important}
  .c-problem{grid-area:problem}.c-deploy{grid-area:deploy}.c-data{grid-area:data}.c-product{grid-area:product}
  .c-core{position:relative;grid-area:core;left:auto;top:auto;transform:none!important;justify-self:center;width:100px;height:100px;z-index:3}.c-core>span{font-size:8px}.c-core>b{font-size:17px}.c-core>small{font-size:7px}
  .c-proof{grid-area:proof;display:grid;align-content:center;margin:0}.c-proof span{font-size:8px!important}.c-proof b{font-size:11px!important}
  .contact-network[data-stage="0"] .c-problem,.contact-network[data-stage="1"] .c-deploy,.contact-network[data-stage="2"] .c-data,.contact-network[data-stage="3"] .c-product{opacity:1;transform:none!important;filter:none!important;border-color:rgba(224,164,62,.42);box-shadow:0 0 24px rgba(224,164,62,.055)}
  .contact-network-foot{height:auto!important;min-height:38px}.contact-network-foot span{font-size:9px!important}.contact-network-foot span:last-child{display:none!important}

  .brain-viz-v322 .safe-intelligence-core{width:150px;height:150px}
  .brain-viz-v322 .safe-intelligence-core:after{inset:-28px}
  .boundary-panel cite{font-size:10px}
}

@keyframes v323-mobile-node{0%,100%{border-color:rgba(255,255,255,.075)}50%{border-color:rgba(224,164,62,.2)}}

@media(prefers-reduced-motion:reduce){
  .home-brain-svg .h-core-halo,.brain-viz-v322 .safe-intelligence-core:after,.brain-viz-v322 .safe-intelligence-core .core-halo,.f-node{animation:none!important}
}


/* v3.3.1 · Founder-led capital positioning carried forward */
.hero-positioning{margin:18px 0 0;max-width:690px;color:#ece8df;font-family:var(--serif);font-size:18px;line-height:1.45;letter-spacing:-.01em}
.entry-states-section{padding-top:64px;padding-bottom:70px}
.entry-state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.entry-state-card{position:relative;min-height:220px;padding:30px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(145deg,rgba(15,18,19,.94),rgba(9,12,14,.94));overflow:hidden}
.entry-state-card:before{content:'';position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,var(--gold),rgba(224,164,62,.08),rgba(98,214,129,.28))}
.entry-state-card small{display:block;color:var(--gold);font-size:11px;letter-spacing:.16em;margin-bottom:18px}
.entry-state-card h3{font-family:var(--serif);font-weight:400;font-size:29px;line-height:1.12;margin:0 0 14px;color:var(--ink)}
.entry-state-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.7;max-width:620px}
.entry-state-note{margin:20px 0 0;color:#d8d3c9;font-size:14px;letter-spacing:.03em}
.contact-route-list>div{padding:18px 20px;border:1px solid var(--line);border-radius:9px;background:#0b0f11}
.contact-route-list strong{color:var(--gold);letter-spacing:.1em}
@media(max-width:620px){.hero-positioning{font-size:16.5px}.entry-states-section{padding-top:48px;padding-bottom:52px}.entry-state-grid{grid-template-columns:1fr}.entry-state-card{min-height:0;padding:24px}.entry-state-card h3{font-size:25px}.entry-state-card p{font-size:14.5px}.entry-state-note{font-size:13px}}

/* =========================================================
   THESIVE v3.3.1 · Core / Human Time / Platform Vision
   Public capability + philosophy only. Machinery remains private.
   ========================================================= */
.human-time-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#07090b 0%,#090b0d 100%)}
.human-time-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 76% 45%,rgba(210,151,47,.08),transparent 28%),radial-gradient(circle at 20% 80%,rgba(92,190,123,.035),transparent 28%)}
.human-time-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:clamp(44px,6vw,92px);align-items:center}
.human-time-copy p:not(.section-intro):not(.human-time-boundary){max-width:760px;color:#a8adb0;font-size:clamp(16px,1.3vw,20px);line-height:1.75}
.human-time-copy strong{color:#f3f0e9;font-weight:500}
.human-time-boundary{margin-top:26px;padding:15px 18px;border-left:1px solid #d49a31;background:rgba(212,154,49,.045);color:#92989c;font-size:14px;line-height:1.6;max-width:720px}
.human-time-panel{min-height:430px;border:1px solid rgba(220,225,228,.13);border-radius:28px;background:linear-gradient(145deg,rgba(17,20,22,.96),rgba(7,9,11,.98));display:flex;flex-direction:column;justify-content:center;align-items:center;padding:42px 34px;position:relative;overflow:hidden}
.human-time-panel:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(210,151,47,.12),rgba(210,151,47,.025) 42%,transparent 68%);top:8px;left:50%;transform:translateX(-50%);pointer-events:none}
.human-time-orb{width:132px;height:132px;border:1px solid rgba(218,158,53,.62);border-radius:50%;display:grid;place-items:center;position:relative;z-index:1;box-shadow:0 0 48px rgba(202,143,44,.08)}
.human-time-orb:before,.human-time-orb:after{content:"";position:absolute;border:1px solid rgba(218,158,53,.25);border-radius:50%;inset:14px;animation:humanTimeBreathe 7s ease-in-out infinite}
.human-time-orb:after{inset:28px;animation-delay:-2.5s}
.human-time-mark{width:52px;height:52px;background:url('images/thesive-mark.svg') center/contain no-repeat;position:relative;z-index:2}
.human-time-flow{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;margin-top:54px;position:relative;z-index:1}
.human-time-flow span{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:80px;gap:6px}
.human-time-flow small{font-size:9px;letter-spacing:.18em;color:#666d71}
.human-time-flow b{font-size:10px;letter-spacing:.13em;font-weight:500;color:#b0b5b8}
.human-time-flow i{font-style:normal;color:#7a5a27;font-size:18px;opacity:.7}
.human-time-flow .leave b{color:#d7a23e}
.human-time-status{margin-top:44px;display:flex;align-items:center;gap:10px;color:#8e9598;font-size:13px;letter-spacing:.02em;position:relative;z-index:1}
.human-time-status span{width:7px;height:7px;border-radius:50%;background:#67c884;box-shadow:0 0 12px rgba(103,200,132,.35)}
@keyframes humanTimeBreathe{0%,100%{transform:scale(.96);opacity:.38}50%{transform:scale(1.06);opacity:.75}}

.core-vision-section{position:relative}
.core-vision-heading{max-width:950px;margin-bottom:42px}
.core-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.core-vision-grid article{border:1px solid rgba(220,225,228,.13);border-radius:22px;padding:34px;min-height:270px;background:rgba(8,10,12,.72);position:relative;overflow:hidden}
.core-vision-grid article:before{content:"";position:absolute;inset:0;border-top:1px solid transparent;background:linear-gradient(90deg,rgba(104,200,134,.7),rgba(211,153,48,.7)) top/100% 1px no-repeat;opacity:.5}
.core-vision-grid small{display:block;color:#8c9295;letter-spacing:.16em;font-size:10px;margin-bottom:28px}
.core-vision-grid h3{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3vw,46px);margin:0 0 18px;color:#f0eee8}
.core-vision-grid p{color:#9da3a6;line-height:1.7;font-size:16px;max-width:610px}
.core-vision-grid strong{display:block;margin-top:24px;color:#d4a042;font-size:13px;line-height:1.6;font-weight:500}
.core-vision-grid .core-now strong{color:#78cd90}
.core-constitution{margin-top:20px;border:1px solid rgba(220,225,228,.12);border-radius:18px;display:grid;grid-template-columns:repeat(5,1fr) 1.35fr;overflow:hidden;background:#080a0c}
.core-constitution span,.core-constitution b{padding:18px 14px;border-right:1px solid rgba(220,225,228,.1);text-align:center;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8e9598;font-weight:500}
.core-constitution b{border-right:0;color:#d6a03c;background:rgba(211,153,48,.045)}
.core-vision-note{margin:18px 0 0;color:#70777b;font-size:12px;line-height:1.6}

@media(max-width:900px){
  .human-time-layout{grid-template-columns:1fr;gap:36px}
  .human-time-panel{min-height:390px}
  .core-vision-grid{grid-template-columns:1fr}
  .core-constitution{grid-template-columns:repeat(2,1fr)}
  .core-constitution span,.core-constitution b{border-bottom:1px solid rgba(220,225,228,.1)}
}
@media(max-width:600px){
  .human-time-panel{padding:34px 18px;min-height:360px;border-radius:22px}
  .human-time-orb{width:112px;height:112px}
  .human-time-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;row-gap:22px;margin-top:42px}
  .human-time-flow span{min-width:0}
  .human-time-flow span:nth-of-type(4),.human-time-flow span:nth-of-type(5){grid-row:2}
  .human-time-flow i:nth-of-type(4){display:none}
  .human-time-status{margin-top:32px}
  .core-vision-grid article{padding:26px;min-height:auto}
  .core-constitution{grid-template-columns:1fr}
  .core-constitution span,.core-constitution b{border-right:0}
}
@media(prefers-reduced-motion:reduce){.human-time-orb:before,.human-time-orb:after{animation:none}}

/* v3.3.1 mobile interaction-flow refinement */
@media(max-width:600px){
  .human-time-flow{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:38px}
  .human-time-flow span{min-width:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(220,225,228,.08);padding:10px 2px}
  .human-time-flow span:last-of-type{border-bottom:0}
  .human-time-flow i{display:none}
  .human-time-flow small{font-size:9px}
  .human-time-flow b{font-size:11px}
}


/* v3.3.1 — Portfolio Reality / Global Portability */
.portfolio-reality-section{position:relative;overflow:hidden}
.portfolio-reality-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 72% 42%,rgba(211,153,48,.07),transparent 29%)}
.portfolio-reality-layout{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(42px,6vw,90px);align-items:center}
.portfolio-reality-copy p:not(.section-intro){color:#9fa5a8;font-size:clamp(16px,1.25vw,19px);line-height:1.72;max-width:720px}
.portfolio-reality-copy strong{color:#f1eee7;font-weight:500}
.portfolio-reality-line{margin-top:26px!important;padding:16px 18px;border-left:1px solid #d39a32;background:rgba(211,154,50,.04);color:#d6d1c7!important}
.portfolio-reality-field{height:430px;border:1px solid rgba(220,225,228,.13);border-radius:28px;background:linear-gradient(145deg,rgba(16,19,21,.96),rgba(7,9,11,.98));position:relative;overflow:hidden}
.portfolio-reality-field:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(211,153,48,.11),rgba(211,153,48,.025) 43%,transparent 68%)}
.portfolio-reality-field svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.portfolio-reality-field svg path{fill:none;stroke:rgba(211,153,48,.22);stroke-width:1.2;stroke-dasharray:5 10}
.portfolio-field-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:154px;height:154px;border-radius:50%;border:1px solid rgba(211,153,48,.58);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;background:rgba(8,10,12,.92);box-shadow:0 0 50px rgba(211,153,48,.07)}
.portfolio-field-core:before,.portfolio-field-core:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(211,153,48,.17);inset:13px}.portfolio-field-core:after{inset:29px}
.portfolio-field-mark{width:38px;height:38px;background:url('images/thesive-mark.svg') center/contain no-repeat;margin-bottom:10px;z-index:2}
.portfolio-field-core b{font-size:10px;letter-spacing:.14em;color:#e1a84a;z-index:2}.portfolio-field-core small{font-size:8px;letter-spacing:.12em;color:#737a7e;margin-top:5px;z-index:2}
.portfolio-field-node{position:absolute;z-index:3;width:190px;padding:14px 16px;border:1px solid rgba(220,225,228,.10);border-radius:14px;background:rgba(10,12,14,.88)}
.portfolio-field-node i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#d49a31;margin-right:8px;vertical-align:1px}.portfolio-field-node b{font-size:10px;letter-spacing:.11em;color:#c3c8ca}.portfolio-field-node small{display:block;margin:6px 0 0 14px;color:#6f767a;font-size:9px;line-height:1.4}
.portfolio-field-node.pf-a{left:5%;top:11%}.portfolio-field-node.pf-b{right:5%;top:11%}.portfolio-field-node.pf-c{left:5%;bottom:13%}.portfolio-field-node.pf-d{right:5%;bottom:13%}
.portfolio-field-note{position:absolute;left:24px;right:24px;bottom:18px;z-index:4;padding-top:11px;border-top:1px solid rgba(220,225,228,.08);font-size:8.5px;letter-spacing:.13em;color:#666d70}.portfolio-field-note span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#68c985;margin-right:8px}
.global-portability-section{position:relative;overflow:hidden}.global-portability-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 48% 48%,rgba(210,151,47,.065),transparent 28%)}
.global-portability-layout{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);gap:clamp(42px,6vw,90px);align-items:center}.global-portability-copy p:not(.section-intro){color:#9fa5a8;font-size:clamp(16px,1.25vw,19px);line-height:1.72;max-width:740px}.global-portability-copy strong{color:#f1eee7;font-weight:500}.global-portability-line{color:#d7a23e!important;font-family:var(--serif);font-size:clamp(24px,2.3vw,38px)!important;line-height:1.15!important;margin-top:28px!important}
.global-portability-field{height:450px;border:1px solid rgba(220,225,228,.13);border-radius:28px;background:linear-gradient(145deg,rgba(16,19,21,.96),rgba(7,9,11,.98));position:relative;overflow:hidden}.global-portability-field:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(211,153,48,.08);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 70px rgba(211,153,48,.035)}.global-portability-field svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.global-portability-field svg path{fill:none;stroke:rgba(211,153,48,.24);stroke-width:1.2;stroke-dasharray:4 11}
.global-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;border:1px solid rgba(211,153,48,.62);background:rgba(8,10,12,.93);z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.global-core:before,.global-core:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(211,153,48,.18);inset:14px}.global-core:after{inset:31px}.global-core-mark{width:40px;height:40px;background:url('images/thesive-mark.svg') center/contain no-repeat;margin-bottom:10px;z-index:2}.global-core b{font-size:10px;letter-spacing:.13em;color:#e0a43e;z-index:2}.global-core small{font-size:8px;letter-spacing:.12em;color:#737a7d;margin-top:5px;z-index:2}
.global-node{position:absolute;z-index:3;width:184px;padding:14px 16px;border:1px solid rgba(220,225,228,.10);border-radius:14px;background:rgba(9,11,13,.9)}.global-node i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#d49a31;margin-right:8px;vertical-align:1px}.global-node b{font-size:10px;letter-spacing:.11em;color:#c3c8ca}.global-node small{display:block;color:#697074;font-size:8px;letter-spacing:.09em;margin:6px 0 0 14px}.global-node.gn-india{left:5%;top:10%;border-color:rgba(103,200,132,.24)}.global-node.gn-india i{background:#68c985}.global-node.gn-market{right:5%;top:10%}.global-node.gn-account{left:5%;bottom:12%}.global-node.gn-currency{right:5%;bottom:12%}.global-design-badge{position:absolute;right:20px;bottom:16px;z-index:4;font-size:8px;letter-spacing:.14em;color:#6d7478}
.global-portability-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px}.global-portability-principles article{padding:26px;border:1px solid rgba(220,225,228,.11);border-radius:18px;background:rgba(9,11,13,.76)}.global-portability-principles small{color:#d39a32;font-size:9px;letter-spacing:.14em}.global-portability-principles h3{font-family:var(--serif);font-weight:400;color:#eeeae3;font-size:24px;line-height:1.18;margin:15px 0 12px}.global-portability-principles p{color:#8f9699;font-size:14px;line-height:1.65;margin:0}
.record-market-readiness{max-width:1280px;margin:24px auto 0;padding:18px 24px;border:1px solid rgba(220,225,228,.11);border-radius:14px;background:rgba(10,12,14,.78);display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center}.record-market-readiness div{border-right:1px solid rgba(220,225,228,.09);padding-right:22px}.record-market-readiness small{display:block;color:#7f878a;letter-spacing:.14em;font-size:9px}.record-market-readiness b{display:block;color:#d9a13c;font-family:var(--serif);font-weight:400;font-size:24px;margin-top:5px}.record-market-readiness p{margin:0;color:#858d91;font-size:12.5px;line-height:1.6}
@media(max-width:1000px){.portfolio-reality-layout,.global-portability-layout{grid-template-columns:1fr;gap:34px}.portfolio-reality-field,.global-portability-field{max-width:760px;width:100%;margin:0 auto}.global-portability-principles{grid-template-columns:1fr}}
@media(max-width:620px){.portfolio-reality-field,.global-portability-field{height:auto;min-height:0;padding:24px;display:flex;flex-direction:column;gap:10px}.portfolio-reality-field:before,.portfolio-reality-field svg,.global-portability-field:before,.global-portability-field svg{display:none}.portfolio-field-core,.global-core{position:relative;left:auto;top:auto;transform:none;margin:0 auto 10px;width:124px;height:124px}.portfolio-field-node,.global-node{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;box-sizing:border-box}.portfolio-field-note,.global-design-badge{position:relative;left:auto;right:auto;bottom:auto;margin-top:8px}.global-portability-principles article{padding:22px}.global-portability-principles h3{font-size:22px}.record-market-readiness{margin:18px 16px 0;grid-template-columns:1fr;gap:12px;padding:17px 18px}.record-market-readiness div{border-right:0;border-bottom:1px solid rgba(220,225,228,.08);padding:0 0 12px}}

/* ===== THESIVE v3.4.0 India-first philosophy reconciliation ===== */
.v340-why-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:64px;align-items:center}.v340-attention-panel{min-height:320px;border:1px solid rgba(207,154,48,.25);border-radius:28px;position:relative;background:radial-gradient(circle at 50% 50%,rgba(204,145,34,.09),transparent 48%),rgba(8,11,12,.7);overflow:hidden}.v340-attention-panel>span{position:absolute;color:#8f9699;font-size:12px;letter-spacing:.13em}.v340-attention-panel>span:nth-child(1){left:9%;top:15%}.v340-attention-panel>span:nth-child(2){right:9%;top:20%}.v340-attention-panel>span:nth-child(3){left:10%;bottom:19%}.v340-attention-panel>span:nth-child(4){right:10%;bottom:16%}.v340-attention-panel b{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:145px;height:145px;border:1px solid rgba(215,160,52,.55);border-radius:50%;display:grid;place-items:center;text-align:center;font-family:Georgia,serif;font-size:21px;font-weight:400;line-height:1.2}.v340-attention-panel small{position:absolute;left:50%;top:70%;transform:translateX(-50%);color:#72d58b;letter-spacing:.1em;white-space:nowrap}.v340-why-line{grid-column:1/-1;margin:0;border-top:1px solid rgba(207,154,48,.16);padding-top:26px;font-size:18px;letter-spacing:.05em;color:#b5b8ba}.v340-why-line strong{color:#fff}.v340-entry-inline{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.v340-entry-inline span{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:14px 16px;min-width:190px;flex:1}.v340-entry-inline small,.v340-status{display:block;color:#c9993b;font-size:11px;letter-spacing:.13em;margin-bottom:6px}.v340-entry-inline b{font-weight:500}.v340-quiet-panel{position:relative}.v340-quiet-ring{width:112px;height:112px;margin:0 auto 24px;border:1px solid rgba(208,151,40,.42);border-radius:50%;display:grid;place-items:center;box-shadow:0 0 45px rgba(202,144,32,.08)}.v340-quiet-ring img{width:45px}.v340-ai-layout,.v340-coop-layout,.v340-build-layout,.v340-origin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:64px;align-items:center}.v340-ai-panel{border:1px solid rgba(207,154,48,.25);border-radius:28px;padding:36px;background:radial-gradient(circle at 50% 35%,rgba(211,153,35,.08),transparent 44%),rgba(8,11,12,.74);text-align:center}.v340-ai-ring{position:relative;width:160px;height:160px;margin:0 auto 28px;border:1px solid rgba(210,151,37,.5);border-radius:50%;display:grid;place-items:center}.v340-ai-ring:before,.v340-ai-ring:after{content:'';position:absolute;border:1px solid rgba(210,151,37,.28);border-radius:50%;inset:15px}.v340-ai-ring:after{inset:30px;border-style:dashed}.v340-ai-ring img{width:58px;z-index:2}.v340-ai-ring>span{position:absolute;width:6px;height:6px;border-radius:50%;background:#cf9a30;box-shadow:0 0 14px rgba(210,151,37,.8);animation:v340orbit 9s linear infinite}.v340-ai-ring>span:first-child{transform:translateX(80px)}.v340-ai-ring>span:nth-child(2){transform:translateY(-80px)}@keyframes v340orbit{50%{opacity:.35}}.v340-ai-states{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.v340-ai-states span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:8px 10px;font-size:10px;letter-spacing:.08em;color:#72797d}.v340-ai-states .active{color:#d4a142;border-color:rgba(211,158,48,.5)}.v340-ai-panel>small{display:block;margin-top:20px;color:#72d58b;letter-spacing:.1em}.v340-coop-field{border:1px solid rgba(207,154,48,.22);border-radius:28px;padding:24px;background:rgba(8,11,12,.72)}.v340-coop-field svg{width:100%;height:auto}.v340-coop-field .cpath{fill:none;stroke:#6e7477;stroke-width:1.5;stroke-dasharray:6 8}.v340-coop-field .cpath.d{stroke:#c89330}.v340-coop-field .cpath.divergent{stroke:#a56d36}.v340-coop-field circle{fill:#737a7d}.v340-coop-field circle.core{fill:#0c1011;stroke:#c89330;stroke-width:2}.v340-coop-field circle.shared{fill:#72d58b}.v340-coop-field circle.diverge{fill:#d19845}.v340-coop-field text{font-size:11px;letter-spacing:.12em;fill:#7f878a}.v340-coop-field .coretext{fill:#eee;font-size:13px}.v340-coop-human{margin-top:10px;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;justify-content:space-between;gap:16px}.v340-coop-human small{color:#82898d}.v340-coop-human b{color:#72d58b}.v340-coop-signatures{display:grid;gap:9px;margin:24px 0}.v340-coop-signatures span{font-size:12px;letter-spacing:.1em;color:#c5c8c9}.v340-proof-mini{border:1px solid rgba(207,154,48,.25);border-radius:22px;padding:28px;display:grid;grid-template-columns:auto 1fr;gap:8px 18px;align-items:baseline}.v340-proof-mini strong{font-family:Georgia,serif;font-size:30px;font-weight:400;color:#fff}.v340-proof-mini span{color:#92989b}.v340-proof-mini em{grid-column:1/-1;color:#7c8386;font-style:normal;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin-top:8px}.v340-research-section .section-intro{max-width:850px}.v340-question-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px 0}.v340-question-grid span{border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:16px;color:#d0d3d4}.v340-trust-inline{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}.v340-trust-inline article{border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:24px}.v340-trust-inline small,.v340-coop-deep-grid small{color:#c89433;letter-spacing:.12em}.v340-coop-deep-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0}.v340-coop-deep-grid article{border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:24px}.v340-coop-deep-close{font-size:18px;letter-spacing:.08em;color:#d2d5d6}.v340-coop-deep-close strong{color:#72d58b}.v340-origin-manifest{border:1px solid rgba(207,154,48,.22);border-radius:24px;padding:26px;display:grid;gap:14px}.v340-origin-manifest span{color:#90979a;letter-spacing:.1em}.v340-origin-manifest b{color:#fff;border-top:1px solid rgba(255,255,255,.08);padding-top:18px}.v340-origin-duo{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.v340-origin-duo article{border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:26px}.v340-origin-duo small{color:#c89330;letter-spacing:.12em}.v340-origin-line{margin-top:34px;font-size:20px;line-height:1.5;letter-spacing:.07em}.v340-origin-close{text-align:center}.v340-founder-origin-link{margin-top:22px}.v340-partner-boundary{display:grid;grid-template-columns:180px 1fr;gap:12px 20px;border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding-top:24px}.v340-partner-boundary span{color:#c89433;font-size:11px;letter-spacing:.12em}.v340-partner-boundary b{font-weight:500}.v340-partner-line{margin-top:24px;color:#c89433;letter-spacing:.12em}.v340-partner-pillars{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.v340-partner-pillars article{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:20px;min-height:190px}.v340-partner-pillars small{color:#c89433}.v340-capital-partners{grid-template-columns:repeat(4,1fr)}.v340-capital-partners article{border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:22px}.v340-capital-partners small{color:#c89433;letter-spacing:.09em}.v340-partner-market-note{margin-top:24px;color:#898f92}.v340-partner-proof{display:grid;grid-template-columns:1fr minmax(300px,.7fr);gap:48px;align-items:center}.v340-india-field .global-core small{color:#72d58b}
@media(max-width:1024px){.v340-partner-pillars{grid-template-columns:repeat(2,1fr)}.v340-capital-partners{grid-template-columns:repeat(2,1fr)}.v340-question-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.v340-why-layout,.v340-ai-layout,.v340-coop-layout,.v340-build-layout,.v340-origin-layout,.v340-partner-proof{grid-template-columns:1fr;gap:34px}.v340-attention-panel{min-height:290px}.v340-why-line{grid-column:auto}.v340-origin-duo,.v340-trust-inline{grid-template-columns:1fr}.v340-coop-deep-grid{grid-template-columns:1fr}.v340-partner-pillars,.v340-capital-partners{grid-template-columns:1fr 1fr}.v340-partner-boundary{grid-template-columns:1fr}.v340-partner-boundary span{margin-top:8px}}
@media(max-width:620px){.v340-question-grid,.v340-partner-pillars,.v340-capital-partners{grid-template-columns:1fr}.v340-attention-panel{min-height:auto;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.v340-attention-panel>span{position:static;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}.v340-attention-panel b{position:static;transform:none;grid-column:1/-1;margin:6px auto;width:128px;height:128px}.v340-attention-panel small{position:static;transform:none;grid-column:1/-1;text-align:center}.v340-ai-panel{padding:24px 16px}.v340-ai-ring{width:136px;height:136px}.v340-ai-ring>span:first-child{transform:translateX(68px)}.v340-ai-ring>span:nth-child(2){transform:translateY(-68px)}.v340-coop-field{padding:12px}.v340-coop-field text{font-size:9px}.v340-coop-human{flex-direction:column}.v340-entry-inline{flex-direction:column}.v340-entry-inline span{min-width:0}.v340-proof-mini{grid-template-columns:1fr}.v340-proof-mini em{grid-column:auto}.v340-origin-line{font-size:17px}.v340-why-line{font-size:16px}}
@media(prefers-reduced-motion:reduce){.v340-ai-ring>span{animation:none!important}}

.hero-constitution-v340{margin:14px 0 0;color:#d3a13e;font-size:12px;letter-spacing:.16em;font-weight:600}
