:root{
  --ink:#121417;
  --muted:#636871;
  --line:#e8e9eb;
  --soft:#f6f7f8;
  --paper:#ffffff;
  --blue:#2f63f4;
  --blue-dark:#244fc4;
  --dark:#111720;
  --dark-2:#171f2a;
  --green:#1f8a5b;
  --amber:#a56512;
  --red:#b74343;
  --shadow:0 14px 40px rgba(18,20,23,.10);
  --shadow-lg:0 24px 80px rgba(18,20,23,.18);
  --radius:24px;
  --radius-sm:16px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.modal-open,body.explore-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:16px;top:-60px;z-index:300;background:#fff;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}
.skip-link:focus{top:16px}
.noscript{padding:120px 24px 40px;text-align:center}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:120;height:78px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(17,20,23,.08);backdrop-filter:blur(18px);transition:background .2s,border-color .2s,color .2s,box-shadow .2s}
.immersive-header .site-header:not(.scrolled){background:linear-gradient(to bottom,rgba(0,0,0,.36),rgba(0,0,0,0));border-color:transparent;color:#fff;backdrop-filter:none}
.site-header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.06)}
.header-inner{height:78px;max-width:var(--max);margin:auto;padding:0 26px;display:grid;grid-template-columns:auto auto auto minmax(280px,1fr) auto;align-items:center;gap:18px}
.arns-brand{display:flex;align-items:center;gap:9px;min-width:max-content}
.arns-a{width:36px;height:36px;border:2px solid currentColor;border-radius:11px;display:grid;place-items:center;font-weight:900;font-size:22px;letter-spacing:-1px}
.arns-name{display:flex;flex-direction:column;line-height:1}
.arns-name strong{font-size:14px;letter-spacing:.16em}
.arns-name small{font-size:8px;letter-spacing:.23em;margin-top:4px;opacity:.72}
.header-link{border:0;background:none;color:inherit;font-weight:650;font-size:14px;padding:10px 2px;white-space:nowrap}
.explore-toggle{display:flex;gap:5px;align-items:center}
.header-search{position:relative;display:flex;align-items:center;border:1px solid rgba(17,20,23,.13);background:rgba(255,255,255,.96);border-radius:999px;min-height:46px;padding:0 6px 0 16px;color:var(--ink);box-shadow:0 3px 14px rgba(17,20,23,.05)}
.immersive-header .site-header:not(.scrolled) .header-search{background:rgba(255,255,255,.94);border-color:transparent}
.header-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px;min-width:0;color:var(--ink)}
.header-search input::placeholder{color:#787d85}
.header-search>button{border:0;background:var(--blue);color:#fff;border-radius:50%;width:36px;height:36px;font-size:19px}
.header-actions{display:flex;align-items:center;gap:12px;min-width:max-content}
.saved-link{font-size:14px;font-weight:650}
.saved-link span{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;margin-left:2px}
.saved-link span:empty{display:none}
.bring-need{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:13px 18px;font-weight:750;font-size:13px}
.immersive-header .site-header:not(.scrolled) .bring-need{background:#fff;color:var(--ink)}
.mobile-menu{display:none;border:0;background:none;color:inherit;font-size:23px}
.search-suggestions{position:absolute;top:54px;left:0;right:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:8px;display:none;z-index:160;color:var(--ink);max-height:420px;overflow:auto}
.search-suggestions.open{display:block}
.search-suggestions a,.search-suggestions>button{display:grid;grid-template-columns:90px 1fr;gap:8px;width:100%;text-align:left;border:0;background:none;padding:11px 12px;border-radius:12px;color:var(--ink)}
.search-suggestions a:hover,.search-suggestions>button:hover{background:var(--soft)}
.search-suggestions small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.search-suggestions span{font-size:13px;font-weight:650}
.search-suggestions>button{display:block;color:var(--blue);font-weight:700}

/* Explore drawer */
.explore-drawer{position:fixed;inset:78px 0 0;background:rgba(12,15,18,.38);z-index:115;overflow:auto;color:var(--ink)}
.explore-drawer[hidden]{display:none}
.explore-drawer-inner{background:#fff;max-width:1180px;margin:0 auto;border-radius:0 0 28px 28px;padding:34px 34px 28px;box-shadow:var(--shadow-lg)}
.explore-drawer-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;padding-bottom:26px;border-bottom:1px solid var(--line)}
.explore-drawer-head span,.section-heading span,.results-heading span,.systems-intro>span,.config-heading>span,.activation-copy>span,.activation-visual span,.activation-campus span,.plain-hero span,.story-main>section>span,.story-aside>span,.world-context span,.system-capabilities>span,.capability-context>span,.brief-unknowns>span,.governance-grid section>span,.governance-principles+span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#6f747d}
.explore-drawer-head h2{font-size:34px;line-height:1.05;margin:6px 0 0;letter-spacing:-.035em}
.explore-drawer-head button{border:0;background:var(--soft);width:42px;height:42px;border-radius:50%;font-size:24px}
.explore-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:26px 0}
.explore-groups section{display:flex;flex-direction:column;gap:7px}
.explore-groups section>small{text-transform:uppercase;letter-spacing:.1em;color:#858a91;font-size:10px;font-weight:800;margin:0 0 8px 9px}
.explore-entry{display:grid;grid-template-columns:1fr auto;gap:3px 10px;padding:12px 10px;border-radius:13px}
.explore-entry:hover{background:var(--soft)}
.explore-entry span{font-size:14px;font-weight:750}
.explore-entry small{grid-column:1;color:var(--muted);font-size:11px;line-height:1.35}
.explore-entry b{grid-column:2;grid-row:1/3;align-self:center;font-size:16px;color:var(--blue)}
.explore-drawer-footer{display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
.explore-drawer-footer a{color:var(--blue);font-weight:750}

/* Shared */
#app{min-height:70vh}
body:not(.immersive-header) #app{padding-top:78px}
.section-shell{max-width:var(--max);margin:auto;padding:0 26px}
.market-section,.directory-section,.destination-results,.system-decomposition,.brief-section,.governance-section,.library-section{padding:84px 0}
.market-section.soft{background:var(--soft)}
.market-section.dark{background:var(--dark);color:#fff}
.section-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end;margin-bottom:34px}
.section-heading h2,.systems-intro h2,.config-heading h2,.results-heading h2,.world-context h2,.brief-unknowns h2,.how-boundary h2{font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.045em;margin:8px 0 0}
.section-heading p,.results-heading p,.systems-intro p,.config-heading p{font-size:16px;line-height:1.65;color:var(--muted);margin:0 0 12px}
.dark .section-heading p{color:#b8c0cb}
.section-heading a,.center-link a{font-size:14px;font-weight:800;color:var(--blue)}
.dark .section-heading a{color:#8aabff}
.primary-link,.primary-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--ink);color:#fff;padding:14px 18px;border-radius:999px;font-weight:800}
.center-link{text-align:center;margin-top:28px}

/* Home hero */
.home-hero{position:relative;min-height:820px;display:grid;align-items:end;color:#fff;overflow:hidden}
.home-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,9,12,.68) 0%,rgba(4,9,12,.35) 42%,rgba(4,9,12,.08) 72%),linear-gradient(to top,rgba(3,7,10,.45),transparent 48%)}
.home-hero-content{position:relative;z-index:2;max-width:var(--max);width:100%;margin:auto;padding:150px 26px 62px}
.hero-card{max-width:720px;background:rgba(10,14,18,.22);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);padding:34px;border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.18)}
.hero-eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:850}
.hero-card h1{font-size:clamp(52px,7vw,92px);line-height:.88;letter-spacing:-.055em;margin:12px 0 20px;max-width:650px}
.hero-card>p{font-size:18px;line-height:1.55;max-width:620px;margin:0 0 28px;color:rgba(255,255,255,.9)}
.hero-search{background:#fff;border-radius:20px;padding:12px;color:var(--ink);box-shadow:0 16px 50px rgba(0,0,0,.18)}
.hero-search label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:#686e77;padding:0 10px 7px}
.hero-search>div{display:flex;gap:8px;align-items:center}
.hero-search input{flex:1;border:0;outline:0;font-size:14px;padding:10px;min-width:0}
.hero-search button{border:0;border-radius:14px;background:var(--blue);color:#fff;padding:12px 16px;font-weight:800;white-space:nowrap}
.hero-actions{display:flex;gap:11px;margin-top:14px}
.hero-actions a,.hero-actions button{border:1px solid rgba(255,255,255,.42);background:rgba(0,0,0,.2);color:#fff;padding:11px 15px;border-radius:999px;font-weight:750}
.hero-actions a:first-child{background:#fff;color:var(--ink);border-color:#fff}
.market-section.first{padding-top:76px}

/* Opportunity cards */
.opportunity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}
.opportunity-card{position:relative;min-width:0}
.opportunity-card-link{display:block}
.opportunity-image{position:relative;aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#eceef1}
.opportunity-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.opportunity-card:hover .opportunity-image img{transform:scale(1.025)}
.evidence-badge{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.94);color:var(--ink);padding:7px 9px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.09em;font-weight:850;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.save-heart{position:absolute;right:10px;top:10px;width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.94);font-size:20px;box-shadow:0 3px 14px rgba(0,0,0,.08);z-index:2}
.save-heart.is-saved{color:#d33}
.opportunity-copy{padding:12px 2px 0}
.card-context{font-size:11px;color:#666d76;font-weight:750;margin-bottom:6px}
.opportunity-copy h3{font-size:17px;line-height:1.24;letter-spacing:-.018em;margin:0 0 6px}
.opportunity-copy p{font-size:13px;line-height:1.5;color:var(--muted);margin:0 0 11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.status-line{display:flex;align-items:center;gap:6px;color:#777d85;font-size:10px;line-height:1.2}
.status-line i{width:3px;height:3px;background:#9ca1a9;border-radius:50%}
.dark .opportunity-copy h3,.dark .card-context{color:#fff}
.dark .opportunity-copy p,.dark .status-line{color:#aeb8c4}
.dark .opportunity-image{background:#252e3a}

/* Worlds */
.world-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.world-grid.large{grid-template-columns:repeat(3,1fr)}
.world-tile{position:relative;min-height:390px;border-radius:24px;overflow:hidden;color:#fff;display:block}
.world-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.world-tile:hover img{transform:scale(1.03)}
.world-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(4,8,12,.78),rgba(4,8,12,.03) 68%)}
.world-tile>div:last-child{position:absolute;inset:auto 22px 22px}
.world-tile span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;opacity:.8}
.world-tile h3{font-size:28px;letter-spacing:-.035em;line-height:1;margin:7px 0 8px}
.world-tile p{font-size:13px;line-height:1.45;margin:0 0 12px;color:rgba(255,255,255,.84)}
.world-tile b{font-size:12px}

/* Systems */
.systems-section{background:#10161d;color:#fff;padding:92px 0}
.systems-intro{max-width:820px;margin-bottom:34px}
.systems-intro>span{color:#9eabba}
.systems-intro p{color:#b8c1cb;max-width:780px;margin-top:20px}
.systems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.systems-grid.large{grid-template-columns:repeat(3,1fr)}
.system-tile{position:relative;min-height:330px;border-radius:22px;overflow:hidden;color:#fff}
.system-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}
.system-tile:hover img{transform:scale(1.035)}
.system-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,8,12,.84),rgba(5,8,12,.08) 68%)}
.system-tile>div:last-child{position:absolute;left:20px;right:20px;bottom:20px}
.system-tile span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;opacity:.82}
.system-tile h3{font-size:25px;margin:7px 0 7px;letter-spacing:-.03em}
.system-tile p{font-size:12px;opacity:.8;margin:0 0 12px}
.system-tile b{font-size:12px}
.systems-section .center-link a{color:#93b1ff}

/* Capabilities + sources */
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:28px}
.capability-tile{border:1px solid #2b3542;background:#17202a;border-radius:17px;padding:18px;min-height:150px;display:flex;flex-direction:column}
.capability-tile span{font-size:16px;font-weight:800}
.capability-tile p{font-size:12px;color:#aeb8c4;line-height:1.45;margin:8px 0 auto}
.capability-tile b{font-size:11px;color:#8eafff;margin-top:18px}
.source-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid #2a3440;border-bottom:1px solid #2a3440;padding:18px 0;margin:32px 0}
.source-strip span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#82909f;margin-right:4px}
.source-strip a{border:1px solid #364353;border-radius:999px;padding:9px 12px;font-size:11px;color:#d5dde7}

/* Configuration example */
.configuration-section{padding:96px 0;background:#eef3ff}
.config-heading{max-width:900px;margin-bottom:40px}
.config-heading p{max-width:720px;margin-top:18px}
.config-example{display:grid;grid-template-columns:1fr 50px 1fr 50px 1fr;gap:10px;align-items:stretch}
.config-example>div:not(.config-arrow){background:#fff;border-radius:22px;padding:24px;box-shadow:0 12px 36px rgba(41,78,165,.08)}
.config-example>div>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:850;color:#6e77a0}
.config-example h3{font-size:23px;line-height:1.1;letter-spacing:-.03em;margin:10px 0}
.config-example p,.config-example li{font-size:12px;line-height:1.5;color:var(--muted)}
.config-example small{display:block;margin-top:16px;color:#5e6683}
.config-core>div{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}
.config-core b{font-size:10px;background:#eef3ff;color:#3451a3;padding:6px 8px;border-radius:999px}
.config-gaps ul{padding-left:18px;margin:14px 0 0}
.config-arrow{display:grid;place-items:center;font-size:32px;color:#6981c8}
.config-route{grid-column:1/-1!important;display:flex;gap:20px;align-items:center;justify-content:space-between;background:#13213b!important;color:#fff!important}
.config-route h3{margin:0;flex:1}
.config-route a{color:#a7c0ff;font-size:12px;font-weight:800;white-space:nowrap}

/* Activation */
.activation-section{padding:96px 0}
.activation-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.activation-visual,.activation-campus,.activation-copy{border-radius:24px;overflow:hidden;position:relative;min-height:380px}
.activation-visual img,.activation-campus img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.activation-visual:after,.activation-campus:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,8,12,.82),rgba(5,8,12,.06) 70%)}
.activation-visual>div,.activation-campus>div{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}
.activation-visual h3,.activation-campus h3,.activation-copy h3{font-size:28px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 12px}
.activation-visual a,.activation-campus a{font-size:12px;font-weight:800}
.activation-copy{background:#f4f6f8;padding:26px;display:flex;flex-direction:column;justify-content:center}
.role-cloud{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}
.role-cloud a{background:#fff;border:1px solid var(--line);padding:9px 11px;border-radius:999px;font-size:11px}
.activation-copy button{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:13px 16px;font-weight:800;align-self:flex-start}
.activation-campus{grid-column:1/-1;min-height:360px}
.activation-campus>div{max-width:650px}
.activation-campus p{max-width:600px;line-height:1.55;color:rgba(255,255,255,.86)}
.final-cta{padding:95px 26px;background:#111;color:#fff;text-align:center}
.final-cta>div{max-width:860px;margin:auto}
.final-cta span{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#aab3bf;font-weight:800}
.final-cta h2{font-size:clamp(42px,6vw,72px);line-height:.95;letter-spacing:-.05em;margin:14px 0 26px}
.final-cta>div>div{display:flex;justify-content:center;gap:10px}
.final-cta button,.final-cta a{border:1px solid #343434;background:#fff;color:#111;border-radius:999px;padding:13px 18px;font-weight:800}
.final-cta a{background:transparent;color:#fff}

/* Destination heroes */
.destination-hero,.entity-hero,.opportunity-hero,.system-hero,.handoff-hero{position:relative;min-height:600px;color:#fff;overflow:hidden}
.destination-hero>img,.entity-hero>img,.opportunity-hero>img,.system-hero>img,.handoff-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.destination-shade,.entity-shade,.opportunity-hero-shade,.system-hero-shade,.handoff-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,9,13,.72),rgba(5,9,13,.28) 55%,rgba(5,9,13,.08)),linear-gradient(to top,rgba(5,9,13,.38),transparent 60%)}
.destination-copy,.entity-copy,.opportunity-hero-copy,.system-hero-copy,.handoff-hero>div:last-child{position:relative;z-index:2;max-width:var(--max);margin:auto;padding:180px 26px 54px}
.destination-copy>a,.entity-copy>a,.opportunity-hero-copy>a,.system-hero-copy>a{display:inline-block;font-size:12px;font-weight:800;margin-bottom:34px;color:rgba(255,255,255,.82)}
.destination-copy>span,.entity-copy>span,.system-hero-copy>span,.handoff-hero span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;margin-bottom:10px}
.destination-copy h1,.entity-copy h1,.opportunity-hero-copy h1,.system-hero-copy h1,.handoff-hero h1{font-size:clamp(48px,6.2vw,84px);line-height:.92;letter-spacing:-.052em;max-width:900px;margin:0 0 18px}
.destination-copy p,.entity-copy p,.opportunity-hero-copy>p,.system-hero-copy p,.handoff-hero p{font-size:17px;line-height:1.58;max-width:760px;color:rgba(255,255,255,.88);margin:0 0 18px}
.destination-copy small{font-size:11px;color:rgba(255,255,255,.68)}
.entity-copy button,.opportunity-hero-copy button{border:0;background:#fff;color:var(--ink);padding:13px 17px;border-radius:999px;font-weight:850}
.opportunity-hero-copy .ghost{background:rgba(0,0,0,.2);color:#fff;border:1px solid rgba(255,255,255,.5);margin-left:8px}
.hero-status{display:flex;gap:8px;margin-bottom:14px}
.hero-status span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:7px 9px;border-radius:999px;font-weight:850}

/* Results */
.result-tools{display:grid;grid-template-columns:minmax(280px,1fr) 180px 190px auto;gap:10px;background:var(--soft);padding:14px;border-radius:18px;margin-bottom:34px;align-items:end}
.result-tools label,.result-search label{display:flex;flex-direction:column;gap:6px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777d86;font-weight:850}
.result-tools input,.result-tools select{border:1px solid #dfe2e6;background:#fff;border-radius:11px;padding:11px 12px;outline:none;font-size:12px;color:var(--ink);min-height:42px}
.result-tools button{border:1px solid #dfe2e6;background:#fff;border-radius:11px;padding:11px 14px;min-height:42px;font-size:12px;font-weight:800}
.results-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin:0 0 30px}
.results-heading h2{font-size:38px;margin-top:7px}
.results-heading p{max-width:760px;margin-top:10px}
.results-heading>strong{font-size:12px;color:var(--muted);white-space:nowrap}

/* Directories */
.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.company-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}
.company-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.company-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.company-card>div{padding:18px}
.company-card span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7b8087;font-weight:850}
.company-card h3{font-size:25px;letter-spacing:-.03em;margin:6px 0 8px}
.company-card p{font-size:12px;color:var(--muted);line-height:1.4;min-height:34px}
.company-card b{font-size:11px;color:var(--blue)}
.role-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.role-card{border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff}
.role-card.selected{outline:2px solid var(--blue);outline-offset:2px}
.role-card span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777d85;font-weight:800}
.role-card h3{font-size:24px;letter-spacing:-.03em;margin:9px 0}
.role-card p{font-size:13px;line-height:1.5;color:var(--muted);min-height:60px}
.role-card a{font-size:11px;font-weight:800;color:var(--blue)}
.org-context-block{margin-top:54px;padding-top:44px;border-top:1px solid var(--line)}
.org-context-block>span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777d85;font-weight:800}
.org-context-block h2{font-size:38px;letter-spacing:-.04em;max-width:700px}
.organization-pills,.context-links,.capability-pills,.fact-pills,.system-capabilities>div,.capability-context>div{display:flex;flex-wrap:wrap;gap:8px}
.organization-pills a,.context-links a,.context-links span,.capability-pills a,.capability-pills b,.fact-pills b,.system-capabilities a,.system-capabilities b,.capability-context a,.capability-context b{border:1px solid var(--line);background:#fff;padding:9px 11px;border-radius:999px;font-size:11px;font-weight:700}
.campus-directory{display:grid;grid-template-columns:1.3fr .7fr;gap:18px}
.campus-feature{position:relative;border-radius:24px;overflow:hidden;min-height:500px;color:#fff}
.campus-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.campus-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 68%)}
.campus-feature>div{position:absolute;z-index:2;left:26px;right:26px;bottom:26px}
.campus-feature span,.campus-principle span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:850}
.campus-feature h2{font-size:42px;letter-spacing:-.04em;margin:8px 0}
.campus-feature p{max-width:720px;line-height:1.55;color:rgba(255,255,255,.86)}
.campus-feature a{font-weight:800;font-size:12px}
.campus-principle{border:1px solid var(--line);border-radius:24px;padding:28px;display:flex;flex-direction:column;justify-content:center}
.campus-principle h3{font-size:30px;letter-spacing:-.035em;line-height:1.05;margin:10px 0 12px}
.campus-principle p{color:var(--muted);line-height:1.6;font-size:13px}
.campus-principle a{font-size:12px;font-weight:800;color:var(--blue)}

/* Story / detail pages */
.story-layout{max-width:var(--max);margin:auto;padding:70px 26px 100px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:72px;align-items:start}
.story-main>section{padding:0 0 62px;margin:0 0 62px;border-bottom:1px solid var(--line);scroll-margin-top:105px}
.story-main>section:last-child{border-bottom:0}
.story-main h2{font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.045em;margin:9px 0 20px}
.story-main p{font-size:15px;line-height:1.7;color:#4e545c}
.lead-copy{font-size:19px!important;line-height:1.65!important;color:#333941!important}
.fact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}
.fact-grid article{background:var(--soft);border-radius:16px;padding:17px}
.fact-grid small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7a8088;font-weight:800;margin-bottom:8px}
.fact-grid strong{font-size:13px;line-height:1.35}
.section-answer{font-size:20px!important;line-height:1.6!important;color:#2c3138!important}
.inline-evidence{border-left:3px solid #e0a546;background:#fff8eb;border-radius:0 14px 14px 0;padding:15px 17px;margin-top:20px}
.inline-evidence b{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#865a19}
.inline-evidence p{font-size:12px;margin:7px 0 0;color:#705d3d}
.context-link{display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:16px 18px;margin-top:20px}
.context-link span{font-size:10px;color:#777d85;text-transform:uppercase;letter-spacing:.1em}
.context-link strong{font-size:13px;color:var(--blue)}
.receiving-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.receiving-grid article{border:1px solid var(--line);border-radius:17px;padding:18px}
.receiving-grid small,.route-steps small,.asset-list>article>span,.flow-grid small,.brief-unknowns article small{font-size:10px;color:#79808a;font-weight:850}
.receiving-grid h3{font-size:21px;margin:7px 0 4px;letter-spacing:-.03em}
.receiving-grid p{font-size:12px;margin:0 0 8px}
.receiving-grid a{font-size:11px;color:var(--blue);font-weight:800}
.subhead{font-size:16px;margin:26px 0 12px}
.asset-list{display:flex;flex-direction:column;gap:8px}
.asset-list article{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:start;border:1px solid var(--line);border-radius:15px;padding:15px}
.asset-list small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7b818a;font-weight:800}
.asset-list strong{font-size:13px}
.asset-list p{font-size:11px;margin:5px 0 0;line-height:1.45}
.asset-list>article>b{font-size:9px;text-transform:uppercase;color:#345cab;background:#edf2ff;padding:6px 8px;border-radius:999px}
.readiness-list{display:flex;flex-direction:column;gap:8px}
.readiness-list article{display:grid;grid-template-columns:12px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:15px 16px}
.readiness-list i{width:10px;height:10px;border-radius:50%}
.readiness-list i.amber{background:#d49333}.readiness-list i.blue{background:#507fe8}.readiness-list i.red{background:#c85656}
.readiness-list strong{font-size:13px}
.readiness-list p{font-size:11px;margin:3px 0 0;color:#717780;line-height:1.4}
.readiness-list>article>b{font-size:10px;color:#666d76;white-space:nowrap}
.route-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.route-steps article{border:1px solid var(--line);border-radius:17px;padding:18px}
.route-steps h3{font-size:20px;letter-spacing:-.025em;margin:8px 0}
.route-steps p{font-size:11px;line-height:1.5;margin:0}
.outcome-strip{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:18px}
.outcome-strip span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777d85}
.outcome-strip b{font-size:10px;background:var(--soft);padding:8px 10px;border-radius:999px}
.campus-path-card{display:grid;grid-template-columns:190px 1fr;border:1px solid var(--line);border-radius:20px;overflow:hidden}
.campus-path-card img{width:100%;height:100%;object-fit:cover;min-height:220px}
.campus-path-card>div{padding:22px}
.campus-path-card small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7c828a;font-weight:800}
.campus-path-card h3{font-size:28px;margin:8px 0;letter-spacing:-.03em}
.campus-path-card p{font-size:12px}
.campus-path-card button{border:0;background:var(--ink);color:#fff;padding:11px 14px;border-radius:999px;font-weight:800;font-size:11px}
.evidence-callout{background:#f6f7f8;border-radius:18px;padding:20px}
.evidence-callout p{margin:0 0 10px}
.evidence-callout a{font-size:11px;font-weight:800;color:var(--blue)}
.story-aside{position:sticky;top:104px;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 35px rgba(0,0,0,.05)}
.story-aside h3{font-size:27px;letter-spacing:-.035em;margin:8px 0 15px}
.story-aside dl{margin:18px 0}
.story-aside dl div{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-top:1px solid var(--line)}
.story-aside dt{font-size:10px;color:#7a8088}.story-aside dd{margin:0;font-size:11px;font-weight:800;text-align:right}
.story-aside>button,.story-aside>a{display:block;width:100%;border:0;border-radius:999px;padding:12px 14px;text-align:center;font-size:11px;font-weight:850;margin-top:8px}
.story-aside>button{background:var(--ink);color:#fff}.story-aside>button.secondary{background:#f4f5f7;color:var(--ink)}.story-aside>button.text-button{background:transparent;color:var(--blue)}
.story-aside nav{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column}
.story-aside nav a{padding:6px 0;font-size:10px;color:#676d75}
.evidence-row{border:1px solid var(--line);border-radius:17px;padding:17px;margin-top:10px}
.evidence-row small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777d85;font-weight:850}
.evidence-row p{font-size:14px!important;margin:8px 0 10px}
.evidence-row b{font-size:9px;text-transform:uppercase;color:#95611b}
.world-context{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:0 0 50px;border-bottom:1px solid var(--line);margin-bottom:48px}
.world-context h2{font-size:30px;margin:8px 0 16px}

/* System decomposition */
.system-decomposition{padding-top:70px}
.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.flow-grid article{background:var(--soft);border-radius:18px;padding:20px}
.flow-grid h3{font-size:22px;letter-spacing:-.03em;margin:9px 0}
.flow-grid p{font-size:12px;line-height:1.5;color:var(--muted)}
.system-capabilities,.capability-context{padding:36px 0;margin:36px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.system-capabilities>div,.capability-context>div{margin-top:13px}

/* Plain pages / how / governance */
.plain-hero{background:#f2f4f7;padding:100px 26px 82px}
.plain-hero>div{max-width:var(--max);margin:auto}
.plain-hero h1{font-size:clamp(50px,7vw,88px);line-height:.9;letter-spacing:-.055em;max-width:960px;margin:12px 0 22px}
.plain-hero p{font-size:18px;line-height:1.6;max-width:790px;color:#555b64}
.how-flow{padding:80px 0}
.how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.how-steps article{border:1px solid var(--line);border-radius:18px;padding:20px;min-height:190px}
.how-steps small{font-size:10px;color:#717884;font-weight:850}
.how-steps h3{font-size:22px;letter-spacing:-.03em;margin:8px 0}
.how-steps p{font-size:12px;line-height:1.55;color:var(--muted)}
.how-boundary{padding:80px 0;background:#111720;color:#fff}
.how-boundary .section-shell{display:flex;justify-content:space-between;gap:40px;align-items:end}
.how-boundary p{max-width:740px;color:#b8c0ca;line-height:1.6}
.how-boundary a{background:#fff;color:#111;padding:13px 16px;border-radius:999px;font-weight:800;white-space:nowrap}
.governance-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.governance-grid h2{font-size:38px;letter-spacing:-.04em;margin:8px 0 20px}
.governance-rows{display:flex;flex-direction:column;gap:8px}
.governance-rows article{border:1px solid var(--line);border-radius:15px;padding:16px}
.governance-rows strong{font-size:13px}.governance-rows p{font-size:12px;line-height:1.5;color:var(--muted);margin:6px 0 0}
.governance-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:50px;padding-top:42px;border-top:1px solid var(--line)}
.governance-principles article{background:var(--soft);padding:18px;border-radius:16px}
.governance-principles h3{font-size:18px;margin:0 0 8px}.governance-principles p{font-size:11px;line-height:1.55;color:var(--muted);margin:0}

/* Library */
.library-tabs{display:flex;gap:8px;margin-bottom:30px}
.library-tabs button{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800}
.library-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.brief-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.brief-list a{border:1px solid var(--line);border-radius:18px;padding:20px}
.brief-list span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777d85}.brief-list h3{font-size:19px;letter-spacing:-.025em;line-height:1.25}.brief-list p{font-size:12px;color:var(--muted)}.brief-list b{font-size:10px;color:var(--blue)}
.empty-state{background:var(--soft);border-radius:24px;padding:55px;text-align:center}
.empty-state h2{font-size:36px;letter-spacing:-.04em;margin:0 0 10px}.empty-state p{color:var(--muted)}.empty-state a,.empty-state button{display:inline-block;border:0;background:var(--ink);color:#fff;padding:12px 16px;border-radius:999px;font-weight:800;margin:10px 4px 0}

/* Need briefs */
.brief-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:48px}
.brief-summary article{background:var(--soft);border-radius:18px;padding:18px}.brief-summary span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777d85;font-weight:850}.brief-summary h3{font-size:16px;line-height:1.35;margin:9px 0 0}
.brief-unknowns{margin-bottom:50px}.brief-unknowns>div{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:20px}.brief-unknowns article{border:1px solid var(--line);border-radius:15px;padding:15px;display:grid;grid-template-columns:34px 1fr;gap:10px}.brief-unknowns p{margin:0;font-size:12px;color:#535960;line-height:1.45}
.brief-actions{display:flex;gap:10px;margin-top:34px}.brief-actions a,.brief-actions button{border:0;background:var(--ink);color:#fff;padding:12px 15px;border-radius:999px;font-weight:800}.brief-actions button{background:var(--soft);color:var(--ink)}

/* Handoff */
.handoff-hero{min-height:560px}.handoff-hero>div:last-child{padding-top:200px}.handoff-hero h1{max-width:900px}.handoff-section{padding:70px 0 90px}
.handoff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.handoff-grid article{border:1px solid var(--line);border-radius:18px;padding:18px}.handoff-grid span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777d85;font-weight:850;margin-bottom:8px}.handoff-grid strong{font-size:15px;line-height:1.35}.handoff-grid p{font-size:11px;line-height:1.5;color:var(--muted)}
.handoff-actions{margin-top:28px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.handoff-actions>button,.handoff-actions>a{border:1px solid var(--line);background:#fff;padding:11px 14px;border-radius:999px;font-size:11px;font-weight:800}.integration-note{width:100%;background:#f6f7f8;border-radius:17px;padding:18px}.integration-note strong{font-size:13px}.integration-note p{font-size:12px;color:var(--muted);line-height:1.5}.integration-note code{background:#e9ebef;padding:2px 5px;border-radius:5px}

/* Modal */
.modal-shell{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:22px}
.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(8,10,13,.62)}
.modal-panel{position:relative;z-index:2;background:#fff;width:min(900px,100%);max-height:min(86vh,850px);overflow:auto;border-radius:26px;box-shadow:var(--shadow-lg);padding:30px}
.modal-x{position:absolute;right:18px;top:18px;width:38px;height:38px;border:0;border-radius:50%;background:var(--soft);font-size:22px}
.modal-intro{padding-right:45px;margin-bottom:22px}.modal-intro>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#737983;font-weight:850}.modal-intro h2{font-size:42px;letter-spacing:-.045em;margin:8px 0 10px}.modal-intro>p{font-size:14px;line-height:1.55;color:var(--muted);max-width:700px}
.privacy-note{background:#fff7e8;border:1px solid #f1deb9;border-radius:15px;padding:13px 15px;margin-top:16px}.privacy-note strong{font-size:11px}.privacy-note p{font-size:11px;color:#765f38;line-height:1.45;margin:4px 0 0}
.need-form{display:flex;flex-direction:column;gap:14px}.need-form label{display:flex;flex-direction:column;gap:7px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#707680;font-weight:850}.need-form input,.need-form textarea,.need-form select{border:1px solid #dfe2e7;border-radius:12px;padding:12px 13px;color:var(--ink);outline:none;text-transform:none;letter-spacing:0;font-size:13px;background:#fff}.need-form textarea{min-height:130px;resize:vertical}.need-form input:focus,.need-form textarea:focus,.need-form select:focus{border-color:#7594e7;box-shadow:0 0 0 3px rgba(47,99,244,.1)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.need-form .primary-button{align-self:flex-start}.form-disclosure{font-size:10px;color:#7c828a;line-height:1.45}
.activation-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.activation-options button{border:1px solid var(--line);background:#fff;border-radius:16px;padding:17px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:4px 10px}.activation-options button:hover{border-color:#a8b9ee;background:#f7f9ff}.activation-options strong{font-size:14px}.activation-options span{grid-column:1;font-size:11px;color:var(--muted);line-height:1.4}.activation-options b{grid-column:2;grid-row:1/3;align-self:center;color:var(--blue)}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);z-index:260;background:#111;color:#fff;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:750;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}

/* Footer */
.site-footer{background:#0e1115;color:#fff;padding:68px 26px 24px}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-grid section{display:flex;flex-direction:column;gap:10px}.footer-brand{font-size:22px;font-weight:900;letter-spacing:.12em}.footer-brand small{font-size:8px;display:block;letter-spacing:.2em;margin-top:4px;color:#87919d}.footer-grid section:first-child p{font-size:13px;color:#a9b2bd;line-height:1.55;max-width:330px}.footer-grid section:first-child strong{font-size:12px}.footer-grid h3{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#7f8a96;margin:0 0 6px}.footer-grid a,.footer-grid button{font-size:12px;color:#d6dce3;border:0;background:none;padding:0;text-align:left}.footer-grid a:hover,.footer-grid button:hover{color:#fff}.footer-bottom{max-width:var(--max);margin:48px auto 0;padding-top:18px;border-top:1px solid #252b32;display:flex;justify-content:space-between;gap:30px;color:#717c88;font-size:9px;line-height:1.5}

/* Responsive */
@media(max-width:1120px){
  .header-inner{grid-template-columns:auto auto minmax(260px,1fr) auto}.how-link{display:none}.opportunity-grid{grid-template-columns:repeat(3,1fr)}.world-grid{grid-template-columns:repeat(3,1fr)}.capability-grid{grid-template-columns:repeat(3,1fr)}.explore-groups{grid-template-columns:repeat(2,1fr)}.story-layout{grid-template-columns:minmax(0,1fr) 290px;gap:40px}.fact-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  .site-header{height:68px}.header-inner{height:68px;padding:0 18px;grid-template-columns:auto 1fr auto}.explore-toggle,.how-link,.header-search,.header-actions{display:none}.mobile-menu{display:block}.arns-brand{grid-column:1}.mobile-menu{grid-column:3}.explore-drawer{inset:68px 0 0}.explore-drawer-inner{border-radius:0;padding:24px 18px;min-height:100%}.explore-groups{grid-template-columns:1fr}.explore-drawer-footer{flex-direction:column}.immersive-header .site-header:not(.scrolled){background:linear-gradient(to bottom,rgba(0,0,0,.42),rgba(0,0,0,0))}
  body:not(.immersive-header) #app{padding-top:68px}.section-shell{padding:0 18px}.market-section,.directory-section,.destination-results,.system-decomposition,.brief-section,.governance-section,.library-section{padding:64px 0}.section-heading{grid-template-columns:1fr;gap:18px}.opportunity-grid{grid-template-columns:repeat(2,1fr);gap:24px 14px}.world-grid,.world-grid.large,.systems-grid,.systems-grid.large{grid-template-columns:repeat(2,1fr)}.capability-grid{grid-template-columns:repeat(2,1fr)}.home-hero{min-height:760px}.home-hero-content{padding:120px 18px 34px}.hero-card{padding:24px}.hero-card h1{font-size:58px}.hero-card>p{font-size:16px}.systems-section{padding:70px 0}.config-example{grid-template-columns:1fr}.config-arrow{transform:rotate(90deg);min-height:30px}.config-route{grid-column:1!important;flex-direction:column;align-items:flex-start}.activation-grid{grid-template-columns:1fr}.activation-campus{grid-column:1}.company-grid,.role-directory{grid-template-columns:repeat(2,1fr)}.campus-directory{grid-template-columns:1fr}.story-layout{grid-template-columns:1fr;padding:55px 18px}.story-aside{position:static}.fact-grid{grid-template-columns:repeat(2,1fr)}.route-steps{grid-template-columns:1fr 1fr}.world-context,.governance-grid{grid-template-columns:1fr}.flow-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:repeat(2,1fr)}.governance-principles{grid-template-columns:repeat(2,1fr)}.brief-summary{grid-template-columns:repeat(2,1fr)}.handoff-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.result-tools{grid-template-columns:1fr 1fr}.result-search{grid-column:1/-1}.results-heading{align-items:flex-start}.destination-copy,.entity-copy,.opportunity-hero-copy,.system-hero-copy,.handoff-hero>div:last-child{padding:140px 18px 42px}.destination-hero,.entity-hero,.opportunity-hero,.system-hero,.handoff-hero{min-height:560px}
}
@media(max-width:580px){
  .home-hero{min-height:720px}.hero-card{padding:20px;border-radius:22px}.hero-card h1{font-size:48px}.hero-search>div{flex-direction:column;align-items:stretch}.hero-search button{width:100%}.hero-actions{flex-wrap:wrap}.opportunity-grid{grid-template-columns:1fr}.world-grid,.world-grid.large,.systems-grid,.systems-grid.large,.capability-grid,.company-grid,.role-directory,.flow-grid,.how-steps,.governance-principles,.brief-summary,.handoff-grid{grid-template-columns:1fr}.world-tile{min-height:340px}.system-tile{min-height:300px}.section-heading h2,.systems-intro h2,.config-heading h2{font-size:38px}.activation-visual,.activation-campus,.activation-copy{min-height:340px}.destination-copy h1,.entity-copy h1,.opportunity-hero-copy h1,.system-hero-copy h1,.handoff-hero h1{font-size:46px}.destination-copy p,.entity-copy p,.opportunity-hero-copy>p,.system-hero-copy p{font-size:15px}.opportunity-hero-copy .ghost{display:block;margin:8px 0 0}.story-layout{padding-top:42px}.story-main>section{padding-bottom:45px;margin-bottom:45px}.story-main h2{font-size:36px}.fact-grid{grid-template-columns:1fr}.receiving-grid{grid-template-columns:1fr}.route-steps{grid-template-columns:1fr}.campus-path-card{grid-template-columns:1fr}.campus-path-card img{height:210px}.asset-list article{grid-template-columns:30px 1fr}.asset-list>article>b{grid-column:2}.readiness-list article{grid-template-columns:12px 1fr}.readiness-list>article>b{grid-column:2}.how-boundary .section-shell{flex-direction:column;align-items:flex-start}.brief-unknowns>div{grid-template-columns:1fr}.form-grid,.activation-options{grid-template-columns:1fr}.modal-panel{padding:22px}.modal-intro h2{font-size:34px}.library-tabs{overflow:auto;white-space:nowrap}.brief-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.result-tools{grid-template-columns:1fr}.result-search{grid-column:auto}.results-heading{display:block}.results-heading>strong{display:block;margin-top:8px}.empty-state{padding:36px 20px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* Workspace + directory refinements */
.mobile-actions{display:none;align-items:center;gap:2px}
.mobile-search{border:0;background:none;color:inherit;font-size:22px;width:38px;height:38px}
.light-capabilities .capability-tile{background:#fff;border-color:var(--line);color:var(--ink)}
.light-capabilities .capability-tile p{color:var(--muted)}
.light-capabilities .capability-tile b{color:var(--blue)}
.source-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0 58px}
.source-directory a{border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--soft)}
.source-directory span{font-size:16px;font-weight:800}
.source-directory b{font-size:11px;color:var(--blue)}
.place-systems{margin-bottom:56px}
.results-heading.spaced{margin-top:56px}
.collection-options{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.collection-options button{display:grid;grid-template-columns:1fr auto;gap:4px 12px;text-align:left;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px}
.collection-options button:hover{border-color:#afbeea;background:#f8faff}
.collection-options strong{font-size:13px}
.collection-options span{font-size:10px;color:var(--muted)}
.collection-options b{grid-column:2;grid-row:1/3;align-self:center;color:var(--blue);font-size:18px}
.collection-create-form,.library-collection-create{display:flex;gap:8px}
.collection-create-form input,.library-collection-create input,.mobile-search-form input{flex:1;border:1px solid #dfe2e7;border-radius:12px;padding:12px 13px;outline:none}
.collection-create-form button,.library-collection-create button,.mobile-search-form button{border:0;background:var(--ink);color:#fff;border-radius:12px;padding:12px 15px;font-weight:800;white-space:nowrap}
.library-collection-create{max-width:560px;margin-bottom:28px}
.collection-library{display:flex;flex-direction:column;gap:60px}
.collection-library>section{padding-bottom:55px;border-bottom:1px solid var(--line)}
.collection-library>section>div:first-child{margin-bottom:22px}
.collection-library span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#7a8088;font-weight:850}
.collection-library h2{font-size:34px;letter-spacing:-.04em;margin:7px 0}
.collection-library p{font-size:12px;color:var(--muted)}
.collection-empty{padding:26px;background:var(--soft);border-radius:16px}
.empty-inline{font-size:12px;line-height:1.55;color:var(--muted);padding:14px 0}
.mobile-search-form{display:flex;gap:8px}
.mobile-search-starts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.mobile-search-starts a{border:1px solid var(--line);border-radius:999px;padding:9px 11px;font-size:11px;font-weight:700}
@media(max-width:860px){.mobile-actions{display:flex}.mobile-menu{display:block}.source-directory{grid-template-columns:1fr}.place-systems{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.place-systems{grid-template-columns:1fr}.collection-create-form,.library-collection-create,.mobile-search-form{flex-direction:column}.collection-create-form button,.library-collection-create button,.mobile-search-form button{width:100%}}
.mobile-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.gap-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:18px}.gap-actions a{border:1px solid var(--line);border-radius:13px;padding:12px 14px;font-size:11px;font-weight:800;color:var(--blue)}
@media(max-width:580px){.gap-actions{grid-template-columns:1fr}}


/* =========================================================
   v16 — Unified Arns / SpinOut U Experience Grammar
   Arns is the canonical universal marketplace expression.
   ========================================================= */
.unified-home{background:#fff}
.home-hero-unified{min-height:100svh;min-height:820px;align-items:end}
.home-hero-unified .home-hero-bg{object-position:center center}
.home-hero-unified .home-hero-shade{background:linear-gradient(90deg,rgba(5,8,10,.72) 0%,rgba(5,8,10,.42) 40%,rgba(5,8,10,.08) 74%),linear-gradient(to top,rgba(3,5,7,.55) 0%,transparent 54%)}
.home-hero-open{padding:150px 26px 58px;display:grid;grid-template-columns:minmax(0,760px) minmax(340px,500px);gap:54px;align-items:end}
.hero-open-copy{align-self:end}
.hero-open-copy h1{font-size:clamp(66px,8.4vw,126px);line-height:.82;letter-spacing:-.068em;margin:12px 0 24px;max-width:860px}
.hero-open-copy>p{font-size:18px;line-height:1.55;max-width:670px;color:rgba(255,255,255,.9);margin:0}
.hero-search-unified{position:relative;background:#fff;color:var(--ink);padding:14px;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.22);align-self:end}
.hero-search-label{padding:3px 8px 13px;border-bottom:1px solid #eceef1;display:flex;flex-direction:column;gap:4px}
.hero-search-label strong{font-size:10px;text-transform:uppercase;letter-spacing:.13em}
.hero-search-label span{font-size:12px;color:#717780;line-height:1.4}
.hero-search-control{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:9px 2px 1px}
.hero-search-control input{border:0;outline:0;background:transparent;padding:12px 8px;font-size:14px;min-width:0;color:var(--ink)}
.hero-search-control button{border:0;background:var(--blue);color:#fff;border-radius:999px;padding:13px 17px;display:flex;gap:12px;align-items:center;font-weight:800}
.hero-search-control button b{font-size:18px;line-height:1}
.hero-search-unified>.search-suggestions{top:calc(100% + 10px);left:0;right:0;border-radius:20px}
.hero-actions-open{grid-column:1/-1;margin:0;display:flex;gap:20px;align-items:center}
.hero-actions-open a,.hero-actions-open button{padding:0;border:0;background:none!important;color:#fff!important;border-radius:0;font-size:13px;font-weight:800;display:flex;align-items:center;gap:8px;opacity:.9}
.hero-actions-open a:hover,.hero-actions-open button:hover{opacity:1}
.hero-scroll-cue{position:absolute;z-index:3;right:28px;bottom:54px;display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.78);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;writing-mode:vertical-rl}
.hero-scroll-cue b{font-size:18px}

.home-stream{padding:94px 0 88px}
.stream-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:30px}
.stream-heading>div{max-width:850px}
.stream-heading>div>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:#737983}
.stream-heading h2{font-size:clamp(38px,4.6vw,62px);line-height:.94;letter-spacing:-.052em;margin:8px 0 12px}
.stream-heading p{font-size:14px;line-height:1.6;color:var(--muted);max-width:720px;margin:0}
.stream-heading>a{font-size:12px;font-weight:850;white-space:nowrap;padding-bottom:4px}
.market-rail-shell{position:relative}
.opportunity-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}
.opportunity-rail::-webkit-scrollbar,.world-rail::-webkit-scrollbar,.capability-rail::-webkit-scrollbar{display:none}
.opportunity-rail .opportunity-card{flex:0 0 calc((100% - 54px)/4);scroll-snap-align:start}
.opportunity-rail .opportunity-image{border-radius:17px}
.rail-arrow{position:absolute;z-index:5;top:calc(50% - 44px);width:42px;height:42px;border-radius:50%;border:1px solid rgba(17,20,23,.12);background:rgba(255,255,255,.96);box-shadow:0 6px 24px rgba(0,0,0,.1);display:grid;place-items:center;font-size:17px}
.rail-prev{left:-20px}.rail-next{right:-20px}

.home-worlds{padding:98px 0}
.world-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 10px}
.world-rail .world-tile{flex:0 0 calc((100% - 54px)/4);min-height:430px;scroll-snap-align:start}
.world-rail .world-tile:nth-child(2n){min-height:380px;margin-top:50px}

.system-stage{position:relative;background:#0b1015;color:#fff;padding:0 0 74px;overflow:hidden}
.system-stage-media{height:720px;position:relative}
.system-stage-media img{width:100%;height:100%;object-fit:cover}
.system-stage-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,8,12,.82),rgba(4,8,12,.32) 58%,rgba(4,8,12,.12)),linear-gradient(to top,#0b1015 0%,rgba(11,16,21,.28) 42%,transparent 70%)}
.system-stage-shell{position:absolute;top:0;left:0;right:0;height:720px;display:grid;grid-template-columns:minmax(0,720px) minmax(380px,1fr);gap:60px;align-items:center}
.system-stage-copy>span,.system-stage-map>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:#b9c3cf}
.system-stage-copy h2{font-size:clamp(48px,5.8vw,84px);line-height:.89;letter-spacing:-.058em;margin:12px 0 22px;max-width:760px}
.system-stage-copy p{font-size:16px;line-height:1.6;color:#c3cbd4;max-width:660px;margin:0 0 24px}
.system-stage-copy>a{font-size:13px;font-weight:850;color:#fff}
.system-stage-map{justify-self:end;width:min(100%,520px);display:flex;flex-direction:column;gap:9px;border-left:1px solid rgba(255,255,255,.2);padding-left:28px}
.system-stage-map>span{margin-bottom:8px}
.system-stage-map>a{display:grid;grid-template-columns:32px 1fr;gap:12px;align-items:center;color:#fff;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.system-stage-map b{font-size:9px;color:#93a5b7;letter-spacing:.1em}.system-stage-map em{font-size:15px;font-style:normal;font-weight:700}
.system-peek{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:-52px;position:relative;z-index:2}
.system-peek>a{min-width:0;background:#111820;border:1px solid #202b36;border-radius:16px;overflow:hidden;padding-bottom:12px}
.system-peek img{width:100%;height:112px;object-fit:cover}
.system-peek span,.system-peek small{display:block;padding:0 12px}.system-peek span{font-size:12px;font-weight:800;margin-top:10px}.system-peek small{font-size:9px;color:#8e9aa7;margin-top:4px;line-height:1.35}
.system-peek .system-peek-all{display:flex;flex-direction:column;justify-content:center;padding:20px;background:#fff;color:#111}.system-peek-all span{font-size:16px}.system-peek-all b{font-size:24px;margin:14px 12px 0}

.supply-editorial{padding:98px 0;background:#fff}
.capability-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}
.capability-rail .capability-tile{flex:0 0 230px;scroll-snap-align:start;background:#f6f7f8;border-color:#e5e7ea;color:var(--ink);min-height:170px}
.capability-rail .capability-tile p{color:var(--muted)}.capability-rail .capability-tile b{color:var(--blue)}
.source-strip-light{border-color:var(--line);margin:30px 0 34px}.source-strip-light span{color:#777d85}.source-strip-light a{border-color:var(--line);color:#3a4048;background:#fff}

.configuration-section{background:#f4f5f6;padding:105px 0}
.config-heading>span{color:#737983}.config-heading h2{font-size:clamp(44px,5vw,68px)}
.config-example{grid-template-columns:1fr 34px 1fr 34px 1fr}.config-example>div:not(.config-arrow){box-shadow:none;border:1px solid #e1e4e7;border-radius:18px}.config-route{border:0!important;border-radius:18px!important}

.unified-activation{padding:104px 0}
.unified-activation .activation-copy{justify-content:flex-start;padding:34px}.unified-activation .activation-copy h3{margin-top:10px}.activation-text-link{font-size:12px;font-weight:850;margin-top:auto}
.final-cta-unified p{max-width:620px;margin:-10px auto 28px;color:#aeb6c0;line-height:1.55}

@media(max-width:1120px){
  .home-hero-open{grid-template-columns:1fr minmax(320px,420px);gap:34px}.hero-open-copy h1{font-size:82px}.opportunity-rail .opportunity-card{flex-basis:calc((100% - 36px)/3)}.world-rail .world-tile{flex-basis:calc((100% - 36px)/3)}.system-stage-shell{grid-template-columns:1.1fr .9fr}.system-peek{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:860px){
  .home-hero-unified{min-height:820px}.home-hero-open{grid-template-columns:1fr;padding:132px 18px 44px;gap:28px}.hero-open-copy h1{font-size:74px}.hero-open-copy>p{font-size:16px}.hero-scroll-cue{display:none}.hero-actions-open{grid-column:auto}.opportunity-rail{margin-right:-18px;padding-right:18px}.opportunity-rail .opportunity-card{flex-basis:43vw;min-width:290px}.rail-prev{display:none}.rail-next{right:6px}.world-rail{margin-right:-18px;padding-right:18px}.world-rail .world-tile{flex-basis:44vw;min-width:300px}.system-stage-media{height:760px}.system-stage-shell{height:760px;grid-template-columns:1fr;align-content:center;gap:28px}.system-stage-map{justify-self:stretch;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px;border-left:0;padding-left:0}.system-stage-map>span{grid-column:1/-1}.system-peek{margin-top:-30px;grid-template-columns:repeat(3,1fr)}.stream-heading{align-items:flex-start}.configuration-section{padding:80px 0}
}
@media(max-width:580px){
  .home-hero-unified{min-height:760px}.home-hero-open{padding-top:118px}.hero-open-copy h1{font-size:60px}.hero-search-unified{border-radius:20px;padding:12px}.hero-search-label span{font-size:11px}.hero-search-control{grid-template-columns:1fr}.hero-search-control button{justify-content:center}.hero-actions-open{gap:16px;flex-wrap:wrap}.stream-heading{display:block}.stream-heading>a{display:inline-block;margin-top:18px}.home-stream,.home-worlds,.supply-editorial{padding:70px 0}.opportunity-rail .opportunity-card{flex-basis:82vw;min-width:278px}.rail-next{display:none}.world-rail .world-tile{flex-basis:82vw;min-width:282px;min-height:370px}.world-rail .world-tile:nth-child(2n){min-height:370px;margin-top:0}.system-stage-media{height:760px}.system-stage-shell{height:760px;align-content:center}.system-stage-copy h2{font-size:49px}.system-stage-copy p{font-size:14px}.system-stage-map{grid-template-columns:1fr}.system-stage-map>span{grid-column:auto}.system-stage-map>a:nth-of-type(n+5){display:none}.system-peek{display:flex;overflow:auto;margin-right:-18px;padding-right:18px;scrollbar-width:none}.system-peek>a{flex:0 0 64vw}.system-peek img{height:126px}.capability-rail{margin-right:-18px;padding-right:18px}.capability-rail .capability-tile{flex-basis:72vw}.config-example{grid-template-columns:1fr}.final-cta-unified h2{font-size:48px}
}

/* v16 final responsive + home-header refinements */
body[data-route="home"] .site-header:not(.scrolled) .header-search{opacity:0;pointer-events:none;transform:translateY(-4px)}
body[data-route="home"] .site-header.scrolled .header-search{opacity:1;transform:none;transition:opacity .2s ease,transform .2s ease}
@media(max-width:860px){
  .config-example{grid-template-columns:1fr}
  .config-arrow{transform:rotate(90deg);min-height:30px}
  .config-route{grid-column:1!important;flex-direction:column;align-items:flex-start}
}


/* =========================================================
   v17 — Quiet universal hero + organization-gated Arns funnel
   Universal browse first. Organization context when users go deeper.
   ========================================================= */
.site-header-minimal .header-inner-minimal{max-width:none;grid-template-columns:auto minmax(320px,680px) auto;justify-content:space-between;gap:28px;padding-left:34px;padding-right:34px}
.header-inner-minimal .header-search{width:100%;justify-self:center}
.header-minimal-actions{display:flex;justify-content:flex-end;align-items:center;gap:9px;min-width:max-content}
.menu-circle{width:42px;height:42px;border:1px solid rgba(17,20,23,.14);border-radius:50%;background:rgba(255,255,255,.9);display:grid;align-content:center;justify-items:center;gap:4px;padding:0}
.menu-circle span{display:block;width:15px;height:1.5px;background:currentColor;border-radius:999px}
.immersive-header .site-header:not(.scrolled) .menu-circle{background:rgba(0,0,0,.13);border-color:rgba(255,255,255,.5);color:#fff}
.org-chip{height:42px;border:1px solid rgba(17,20,23,.11);border-radius:999px;background:#fff;display:flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;color:var(--ink);font-weight:750;max-width:210px}
.org-avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:12px;font-weight:850;flex:0 0 auto}
.org-chip-name{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:145px}
body[data-route="home"] .site-header:not(.scrolled) .org-chip{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.4);color:#fff;padding-right:4px}
body[data-route="home"] .site-header:not(.scrolled) .org-chip .org-avatar{background:#fff;color:var(--ink)}
body[data-route="home"] .site-header:not(.scrolled) .org-chip-name{display:none}

/* Hero: quiet, cinematic, no boxed search or competing action set */
.home-hero-unified{min-height:94svh;min-height:760px}
.home-hero-unified .home-hero-shade{background:linear-gradient(90deg,rgba(5,8,10,.65) 0%,rgba(5,8,10,.32) 43%,rgba(5,8,10,.04) 76%),linear-gradient(to top,rgba(3,5,7,.5) 0%,transparent 48%)}
.home-hero-open{display:flex;align-items:flex-end;padding:152px 26px 72px}
.hero-open-copy{max-width:720px}
.hero-open-copy h1{font-size:clamp(52px,5.4vw,78px);line-height:.91;letter-spacing:-.055em;margin:12px 0 20px;max-width:720px;text-wrap:balance}
.hero-open-copy>p{font-size:17px;line-height:1.52;max-width:650px;color:rgba(255,255,255,.9);margin:0}
.hero-explore-button{margin-top:27px;border:1px solid rgba(255,255,255,.54);background:rgba(8,11,14,.12);backdrop-filter:blur(5px);color:#fff;border-radius:999px;padding:13px 18px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:12px}
.hero-explore-button:hover{background:#fff;color:var(--ink)}
.hero-explore-button span{font-size:15px}

/* Search is intentionally a post-hero navigation tool on home. */
body[data-route="home"] .site-header:not(.scrolled) .header-search{opacity:0;pointer-events:none;transform:translateY(-6px)}
body[data-route="home"] .site-header.scrolled .header-search{opacity:1;pointer-events:auto;transform:none;transition:opacity .22s ease,transform .22s ease}
.site-header.scrolled{background:rgba(255,255,255,.97);color:var(--ink);border-color:rgba(17,20,23,.08);backdrop-filter:blur(18px)}
.site-header.scrolled .arns-brand{color:var(--ink)}

/* Organization context */
.organization-context-strip{border-bottom:1px solid var(--line);background:#fff}
.organization-context-strip .section-shell{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.organization-context-strip .section-shell>div{display:flex;align-items:center;gap:11px}
.organization-context-strip p{margin:0;display:flex;flex-direction:column;gap:3px}
.organization-context-strip strong{font-size:12px}
.organization-context-strip small{font-size:10px;color:var(--muted)}
.organization-context-strip button{border:0;background:none;color:var(--blue);font-size:11px;font-weight:800}

/* Menu owns secondary navigation rather than the hero/header. */
.menu-account{border-left:1px solid var(--line);padding-left:18px}
.menu-context{background:var(--soft);border-radius:15px;padding:14px;margin-bottom:8px}
.menu-context>span{font-size:12px;font-weight:800;display:block}
.menu-context p{font-size:10px;line-height:1.45;color:var(--muted);margin:5px 0 11px}
.menu-context button,.menu-simple-button{border:0;background:none;padding:0;color:var(--blue);font-size:10px;font-weight:850;text-align:left}
.menu-simple-link,.menu-simple-button{display:block;padding:9px 8px!important;border-radius:10px!important;color:var(--ink)!important;font-size:11px!important;font-weight:750!important}
.menu-simple-link:hover,.menu-simple-button:hover{background:var(--soft)!important}

/* Organization gate */
.org-gate-panel{max-width:760px}
.org-gate-intro{max-width:640px}
.org-gate-form{display:flex;flex-direction:column;gap:17px;margin-top:24px}
.org-gate-form fieldset{border:0;padding:0;margin:0}
.org-gate-form legend,.org-gate-form>label,.org-gate-form .form-grid label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#6d737b}
.org-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}
.org-type-grid label{position:relative;cursor:pointer}
.org-type-grid input{position:absolute;opacity:0;pointer-events:none}
.org-type-grid span{display:flex;min-height:56px;align-items:center;padding:11px 12px;border:1px solid #dfe2e6;border-radius:13px;background:#fff;font-size:11px;font-weight:750;line-height:1.25;color:var(--ink);text-transform:none;letter-spacing:0}
.org-type-grid input:checked+span{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#f8f8f8}
.org-gate-form>label input,.org-gate-form .form-grid input{display:block;width:100%;border:1px solid #dfe2e6;border-radius:12px;padding:13px;margin-top:7px;outline:none;text-transform:none;letter-spacing:0;color:var(--ink)}
.org-enter-button{align-self:flex-start;padding-left:22px;padding-right:22px}

/* Keep the final conversion aligned to organization entry rather than generic nav CTAs. */
.final-cta-unified>div>div{justify-content:center}
.final-cta-unified a,.final-cta-unified button{display:inline-flex!important}

@media(max-width:860px){
  .site-header-minimal .header-inner-minimal{grid-template-columns:auto 1fr auto;padding:0 18px}
  .header-inner-minimal .header-search{display:none}
  .header-minimal-actions .org-chip-name{display:none}
  .header-minimal-actions .org-chip{padding-right:4px}
  .home-hero-open{padding:122px 18px 52px}
  .hero-open-copy{max-width:620px}
  .hero-open-copy h1{font-size:clamp(48px,8.5vw,66px);max-width:620px}
  .hero-open-copy>p{font-size:15px;max-width:580px}
  .menu-account{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:16px}
  .org-type-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:580px){
  .home-hero-unified{min-height:720px}
  .home-hero-open{padding:108px 18px 44px}
  .hero-open-copy h1{font-size:49px;line-height:.93;max-width:430px}
  .hero-open-copy>p{font-size:14px;line-height:1.5}
  .hero-explore-button{margin-top:22px}
  .org-type-grid{grid-template-columns:1fr 1fr}
  .organization-context-strip .section-shell{min-height:64px}
}

.minimal-mobile-search{display:none;width:42px;height:42px;border:1px solid rgba(17,20,23,.14);border-radius:50%;background:#fff;color:var(--ink);padding:0;place-items:center}
.minimal-mobile-search svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
@media(max-width:860px){
  .header-minimal-actions .org-chip{display:none}
  .minimal-mobile-search{display:none}
  .site-header.scrolled .minimal-mobile-search{display:grid}
  .immersive-header .site-header:not(.scrolled) .minimal-mobile-search{background:rgba(0,0,0,.13);border-color:rgba(255,255,255,.5);color:#fff}
}


/* =========================================================
   v18 — OPEN UNIVERSE → ORGANIZATION ACTIVATION
   Universal discovery remains public. Organization identity
   is requested only when a visitor asks Arns to tailor the
   opportunity universe around a real strategic context.
   ========================================================= */

/* Public organization selector: same visual/FOMO grammar as campus discovery,
   without implying any partnership or customer relationship. */
.organization-showcase{padding:86px 0 92px;background:#0d1014;color:#fff;overflow:hidden}
.organization-showcase .section-shell{max-width:1480px}
.organization-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:28px}
.organization-showcase-heading>div{max-width:840px}
.organization-showcase-heading span,.organization-showcase-note span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:rgba(255,255,255,.62)}
.organization-showcase-heading h2{font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.045em;margin:10px 0 14px;max-width:900px}
.organization-showcase-heading p{font-size:15px;line-height:1.62;color:rgba(255,255,255,.7);max-width:800px;margin:0}
.organization-showcase-heading>button{flex:none;border:1px solid rgba(255,255,255,.34);background:#fff;color:#111418;border-radius:999px;padding:13px 18px;font-size:11px;font-weight:850;cursor:pointer}
.organization-showcase-rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 18px;scrollbar-width:none}
.organization-showcase-rail::-webkit-scrollbar{display:none}
.organization-showcase-card,.organization-activate-card{position:relative;flex:0 0 min(325px,77vw);height:390px;border-radius:20px;overflow:hidden;scroll-snap-align:start;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.12);background:#171b20}
.organization-showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.organization-showcase-card:hover img{transform:scale(1.035)}
.organization-showcase-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,11,.04) 20%,rgba(6,8,11,.82) 100%)}
.organization-showcase-card>div:last-child{position:absolute;left:19px;right:19px;bottom:18px;z-index:2}
.organization-showcase-card small{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(10,12,15,.62);backdrop-filter:blur(8px);font-size:9px;letter-spacing:.09em;text-transform:uppercase;font-weight:850}
.organization-showcase-card h3{font-size:27px;line-height:1;margin:12px 0 8px;letter-spacing:-.035em}
.organization-showcase-card p{font-size:11px;color:rgba(255,255,255,.72);margin:0 0 13px}
.organization-showcase-card b{font-size:11px}
.organization-activate-card{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;padding:24px;border-style:dashed;background:linear-gradient(145deg,#242a32,#101317);cursor:pointer}
.organization-activate-card span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;font-weight:850;color:#8ba8ff}
.organization-activate-card h3{font-size:31px;line-height:1.02;letter-spacing:-.04em;margin:12px 0}
.organization-activate-card p{font-size:12px;line-height:1.55;color:rgba(255,255,255,.66);margin:0 0 18px}
.organization-activate-card b{font-size:11px;color:#fff}
.organization-showcase-note{display:flex;gap:12px;align-items:baseline;margin-top:12px;color:rgba(255,255,255,.48)}
.organization-showcase-note p{font-size:10px;line-height:1.45;margin:0;max-width:900px}

/* Strategic organization conversion blocks */
.organization-conversion-block,.opportunity-organization-cta{border-radius:22px;background:#11151a;color:#fff;padding:34px!important;margin-top:18px}
.organization-conversion-block>span,.opportunity-organization-cta>span{font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:850;color:#9eb4ff}
.organization-conversion-block h2,.opportunity-organization-cta h2{font-size:clamp(28px,3vw,43px);line-height:1.03;letter-spacing:-.04em;margin:10px 0 13px;color:#fff}
.organization-conversion-block>p,.opportunity-organization-cta>p{font-size:13px;line-height:1.62;color:rgba(255,255,255,.68);max-width:850px}
.conversion-deliverables{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:22px 0}
.conversion-deliverables article{padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.035)}
.conversion-deliverables strong{display:block;font-size:12px;color:#fff;margin-bottom:6px}
.conversion-deliverables p{font-size:10px!important;line-height:1.45!important;color:rgba(255,255,255,.57)!important;margin:0!important}
.organization-conversion-block>button,.opportunity-organization-cta>button{border:0;border-radius:999px;background:#fff;color:#111418;padding:13px 18px;font-size:11px;font-weight:850;cursor:pointer}

/* Activation intake is a strategic sales funnel, not an access gate. */
.activation-intake-panel{max-width:860px;max-height:min(92vh,900px);overflow-y:auto}
.activation-goal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:9px}
.activation-goal-grid label{position:relative;cursor:pointer}
.activation-goal-grid input{position:absolute;opacity:0;pointer-events:none}
.activation-goal-grid label>span{display:block;min-height:94px;padding:13px;border:1px solid #dfe2e6;border-radius:14px;background:#fff}
.activation-goal-grid strong{display:block;font-size:11px;color:var(--ink);text-transform:none;letter-spacing:0;margin-bottom:5px}
.activation-goal-grid small{display:block;font-size:9px;line-height:1.45;color:var(--muted);text-transform:none;letter-spacing:0}
.activation-goal-grid input:checked+span{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#f7f8fa}
.org-gate-form select,.org-gate-form textarea{display:block;width:100%;border:1px solid #dfe2e6;border-radius:12px;padding:13px;margin-top:7px;outline:none;color:var(--ink);background:#fff;font:inherit;text-transform:none;letter-spacing:0}
.org-gate-form textarea{min-height:92px;resize:vertical}
.activation-confirmation{max-width:780px}
.activation-deliverables{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}
.activation-deliverables article{padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}
.activation-deliverables small{font-size:9px;letter-spacing:.12em;color:var(--blue);font-weight:850}
.activation-deliverables strong{display:block;font-size:12px;margin:8px 0 6px}
.activation-deliverables p{font-size:10px;line-height:1.5;color:var(--muted);margin:0}
.activation-confirm-actions{display:flex;gap:9px;flex-wrap:wrap}
.activation-confirm-actions .secondary{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:12px 16px;font-size:10px;font-weight:800}

/* No "logged in / organization gate" state appears on the open marketplace. */
.organization-context-strip,.org-chip{display:none!important}
.final-cta-unified small{display:block;margin-top:13px;font-size:9px;letter-spacing:.05em;color:rgba(255,255,255,.48)}

@media(max-width:860px){
  .organization-showcase{padding:64px 0 72px}
  .organization-showcase-heading{align-items:flex-start;flex-direction:column}
  .organization-showcase-heading>button{align-self:flex-start}
  .organization-showcase-card,.organization-activate-card{height:350px;flex-basis:min(295px,80vw)}
  .conversion-deliverables,.activation-goal-grid{grid-template-columns:1fr}
  .activation-deliverables{grid-template-columns:1fr}
}
@media(max-width:580px){
  .organization-showcase-heading h2{font-size:37px}
  .organization-showcase-note{display:block}
  .organization-showcase-note span{display:block;margin-bottom:6px}
  .activation-intake-panel{max-height:94vh}
}

/* =========================================================
   v19 — Production Trust, Identity, Legal + KPI UX
   ========================================================= */
.site-footer-v19{background:#0b0e12;color:#fff;padding:68px 0 24px;border-top:1px solid rgba(255,255,255,.08)}
.footer-grid-v19{max-width:1480px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:minmax(300px,1.45fr) repeat(4,minmax(135px,.72fr));gap:42px}
.footer-grid-v19 section{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-grid-v19 h3{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.46);margin:0 0 8px}
.footer-grid-v19 a,.footer-grid-v19 button{font:inherit;font-size:11px;line-height:1.35;color:rgba(255,255,255,.74);text-decoration:none;border:0;background:none;padding:0;text-align:left;cursor:pointer}
.footer-grid-v19 a:hover,.footer-grid-v19 button:hover{color:#fff}
.footer-story{padding-right:44px}
.footer-brand{font-size:18px!important;font-weight:900;letter-spacing:.18em!important;color:#fff!important;margin-bottom:10px}
.footer-brand small{font-size:8px;display:block;letter-spacing:.2em;margin-top:4px;color:rgba(255,255,255,.48)}
.footer-story p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.6);max-width:520px;margin:0 0 8px}
.footer-story strong{font-size:11px;margin-bottom:8px}
.footer-story>button{border:1px solid rgba(255,255,255,.25)!important;border-radius:999px!important;padding:11px 15px!important;color:#fff!important;margin-top:5px}
.footer-bottom-v19{max-width:1480px;margin:54px auto 0;padding:22px 28px 0;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;color:rgba(255,255,255,.38);font-size:9px;line-height:1.45}
.footer-bottom-v19>span:nth-child(2){text-align:center;max-width:780px;justify-self:center}
.footer-bottom-v19 div{display:flex;gap:15px}.footer-bottom-v19 a{color:rgba(255,255,255,.56);text-decoration:none}

.workspace-identity{display:grid;grid-template-columns:auto 1fr auto;gap:12px 22px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:18px 20px;margin-bottom:22px;background:#fff}
.workspace-identity span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:850;grid-row:1/3}
.workspace-identity strong{font-size:13px}.workspace-identity p{font-size:10px;color:var(--muted);margin:0;grid-column:2}
.workspace-identity a{grid-row:1/3;grid-column:3;color:var(--ink);font-size:10px;font-weight:800;text-decoration:none}
.workspace-identity.connected{background:#f7faf8}

.trust-page,.profile-page{background:#fff;color:var(--ink)}
.trust-hero{padding:154px 28px 72px;background:#f5f6f7;border-bottom:1px solid var(--line)}
.trust-hero>div{max-width:1080px;margin:0 auto}
.trust-hero span,.profile-hero span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:850;color:var(--blue)}
.trust-hero h1{font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.055em;margin:13px 0 20px;max-width:940px}
.trust-hero p{font-size:17px;line-height:1.6;color:#5f6670;max-width:830px;margin:0}
.trust-body{padding:70px 28px 110px}
.trust-layout{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:minmax(0,760px) minmax(230px,300px);gap:80px;align-items:start}
.trust-copy h2{font-size:28px;line-height:1.12;letter-spacing:-.035em;margin:48px 0 12px}.trust-copy h2:first-child{margin-top:0}
.trust-copy h3{font-size:14px;line-height:1.3;margin:25px 0 7px}
.trust-copy p,.trust-copy li{font-size:13px;line-height:1.75;color:#545c66}.trust-copy p{margin:0 0 16px}
.trust-copy a{color:var(--ink);font-weight:700;text-underline-offset:3px}
.trust-callout{margin:38px 0;padding:22px 24px;border-radius:16px;background:#f5f7fa;border:1px solid var(--line)}
.trust-callout strong{display:block;font-size:13px;margin-bottom:7px}.trust-callout p{margin:0!important;font-size:11px!important}
.trust-aside{position:sticky;top:118px;padding:24px;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:10px;background:#fff}
.trust-aside>span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:850;margin-top:5px}
.trust-aside h3{font-size:21px;line-height:1.08;letter-spacing:-.03em;margin:4px 0}.trust-aside p{font-size:11px;line-height:1.55;color:var(--muted);margin:0 0 4px}
.trust-aside a,.trust-aside button{font:inherit;font-size:10px;font-weight:800;color:var(--ink);text-decoration:none;border:0;background:none;text-align:left;padding:7px 0;cursor:pointer}
.trust-aside .aside-primary,.trust-aside button{display:inline-flex;background:var(--ink);color:#fff;border-radius:999px;padding:11px 14px;justify-content:center;margin-bottom:5px}
.legal-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.legal-card-grid>a{display:block;padding:22px;border:1px solid var(--line);border-radius:17px;text-decoration:none;color:var(--ink);min-height:180px}.legal-card-grid>a:hover{border-color:#aeb5bf;transform:translateY(-1px)}
.legal-card-grid span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:850}.legal-card-grid h2{font-size:20px!important;margin:14px 0 8px!important}.legal-card-grid p{font-size:10px;line-height:1.55;margin:0!important}

.trust-form{display:flex;flex-direction:column;gap:16px}.trust-form label{font-size:10px;font-weight:800;color:var(--ink)}
.trust-form input,.trust-form select,.trust-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #d9dde2;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-size:12px;padding:13px 14px;outline:none}
.trust-form input:focus,.trust-form select:focus,.trust-form textarea:focus{border-color:#8c96a3;box-shadow:0 0 0 3px rgba(30,92,255,.08)}
.trust-form textarea{min-height:140px;resize:vertical}.trust-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.consent-row{display:flex!important;gap:10px;align-items:flex-start;font-weight:600!important;font-size:10px!important;line-height:1.5;color:#4f5761!important}.consent-row input{width:17px!important;height:17px;margin:0!important;flex:none}.consent-row span{display:block}.consent-row.optional{padding:12px;border-radius:12px;background:#f8f9fa}
.form-status{min-height:18px;font-size:10px;line-height:1.5}.form-status.working{color:#68717c}.form-status.success{color:#1c6f46}.form-status.error{color:#9c2d2d}.form-status strong{font-weight:850}
.form-disclosure a{color:inherit;text-underline-offset:2px}

.profile-hero{padding-top:154px}.profile-section{padding:58px 0 110px}.profile-layout{display:grid;grid-template-columns:minmax(0,720px) minmax(240px,320px);gap:70px;align-items:start}.profile-actions{position:sticky;top:118px;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:9px}.profile-actions>span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:850;margin-top:9px}.profile-actions>span:first-child{margin-top:0}.profile-actions h3{font-size:21px;line-height:1.08;letter-spacing:-.03em;margin:4px 0}.profile-actions p{font-size:10px;line-height:1.55;color:var(--muted);margin:0}.profile-actions a{font-size:10px;font-weight:800;color:var(--ink);text-decoration:none}.text-button{margin-top:17px;border:0;background:none;padding:0;color:#8a3030;font:inherit;font-size:10px;font-weight:800;cursor:pointer}.profile-status{padding:18px 20px;margin-bottom:22px;border:1px solid var(--line);border-radius:16px;background:#f7faf8}.profile-status span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#29714e;font-weight:850}.profile-status strong{display:block;font-size:14px;margin:7px 0 3px}.profile-status small{font-size:10px;color:var(--muted)}
.verify-actions{display:flex;gap:10px;align-items:center;margin-top:24px}.verify-actions a:not(.primary-button){font-size:11px;font-weight:800;color:var(--ink);text-decoration:none}

.menu-meta-links{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:12px}.menu-meta-links a{font-size:9px!important;color:rgba(255,255,255,.5)!important}.menu-simple-link,.menu-simple-button{display:block!important;width:100%;padding:8px 0!important;border-top:1px solid rgba(255,255,255,.08)!important;font-size:10px!important}

@media(max-width:980px){
  .footer-grid-v19{grid-template-columns:1.3fr 1fr 1fr;gap:36px}.footer-grid-v19>section:nth-child(4),.footer-grid-v19>section:nth-child(5){grid-column:auto}.footer-bottom-v19{grid-template-columns:1fr;gap:12px}.footer-bottom-v19>span:nth-child(2){text-align:left;justify-self:start}.footer-story{padding-right:10px}
  .trust-layout,.profile-layout{grid-template-columns:1fr;gap:40px}.trust-aside,.profile-actions{position:static}.trust-aside{max-width:520px}
}
@media(max-width:680px){
  .footer-grid-v19{grid-template-columns:1fr 1fr;padding:0 20px}.footer-story{grid-column:1/3}.footer-grid-v19>section:last-child{grid-column:auto}.footer-bottom-v19{padding-left:20px;padding-right:20px}
  .trust-hero{padding:128px 20px 54px}.trust-hero h1{font-size:47px}.trust-hero p{font-size:14px}.trust-body{padding:50px 20px 80px}.trust-copy h2{font-size:24px}.legal-card-grid,.trust-form .form-grid{grid-template-columns:1fr}.legal-card-grid>a{min-height:0}.profile-hero{padding-top:128px}.profile-section{padding:42px 0 80px}.workspace-identity{grid-template-columns:1fr}.workspace-identity span,.workspace-identity p,.workspace-identity a{grid-row:auto;grid-column:auto}
}

/* v19 privacy preference controls */
.analytics-choice .choice-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 10px}.analytics-choice .choice-actions button{border:1px solid rgba(17,24,39,.18);background:#fff;border-radius:999px;padding:10px 15px;font:inherit;font-weight:700;cursor:pointer}.analytics-choice .choice-actions button:hover{border-color:rgba(17,24,39,.48)}
