
:root{--line:#e7e7e7;--text:#111;--muted:#666;--bg:#fbfbfb;--accent:#ff385c;--shadow:0 24px 80px rgba(15,23,42,.18)}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}body{overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}img{max-width:100%}.site-header{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:200}.brand{display:flex;align-items:center;max-width:180px;text-decoration:none;line-height:1}.brand img{display:block;width:100%;height:auto;object-fit:contain}.drawer-brand{display:flex;align-items:center;max-width:148px;text-decoration:none}.drawer-brand img{display:block;width:100%;height:auto;object-fit:contain}.top-actions{display:flex;gap:14px;align-items:center}.round-menu{width:46px;height:46px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#111;font-size:20px;box-shadow:0 2px 9px rgba(0,0,0,.05)}
.hero-home{position:relative;min-height:68vh;background:url('/assets/hero/home-hero-world.webp') center center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,23,.70) 0%,rgba(3,9,23,.46) 40%,rgba(3,9,23,.18) 72%,rgba(3,9,23,.10) 100%),linear-gradient(180deg,rgba(3,9,23,.08) 0%,rgba(3,9,23,.28) 100%)}.hero-inner{position:relative;z-index:2;min-height:68vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:46px 48px 42px}.hero-copy{max-width:940px;margin-bottom:22px}.hero-copy h1{margin:0;color:#fff;font-size:clamp(36px,4.7vw,68px);line-height:1.02;letter-spacing:-.055em;font-weight:900;text-shadow:0 6px 24px rgba(0,0,0,.30)}.hero-copy h1 span{display:block}.hero-subtitle{margin:14px 0 0;color:rgba(255,255,255,.94);font-size:clamp(15px,1.15vw,18px);line-height:1.58;max-width:860px;font-weight:460;text-shadow:0 2px 12px rgba(0,0,0,.30)}
.search-shell{position:relative;width:min(820px,calc(100vw - 96px));z-index:90}.universal-search{height:68px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 14px 48px rgba(0,0,0,.18);border-radius:999px;display:grid;grid-template-columns:1fr 128px;align-items:center;overflow:hidden}.universal-search .search-icon{padding-left:24px;font-size:19px;color:#555}.search-input-wrap{height:100%;display:grid;grid-template-columns:52px 1fr;align-items:center}.universal-search input{height:100%;border:0;outline:0;font-size:16px;color:#111;background:#fff;min-width:0}.universal-search input::placeholder{color:#6e6e6e}.search-submit{width:108px;height:52px;justify-self:center;border:0;border-radius:999px;background:#111;color:#fff;font-size:15px;font-weight:850;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.search-dropdown{display:none;position:absolute;left:0;top:calc(100% + 12px);width:min(840px,100%);max-height:min(590px,calc(100vh - 184px));z-index:1500;background:#fff;border-radius:30px;box-shadow:0 26px 70px rgba(0,0,0,.24);padding:18px;overflow-y:auto;overscroll-behavior:contain}.search-dropdown.open{display:block}.search-dropdown::-webkit-scrollbar,.network-dropdown::-webkit-scrollbar{width:8px}.search-dropdown::-webkit-scrollbar-thumb,.network-dropdown::-webkit-scrollbar-thumb{background:#a8a8a8;border-radius:999px}.search-help{font-size:13px;color:#777;margin:2px 0 14px}.result-group{padding:4px 0 14px}.result-group h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#767676;margin:8px 0 10px}.result-option{border:0;background:#fff;width:100%;text-align:left;border-radius:18px;padding:12px 14px;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.result-option:hover{background:#f6f6f6}.result-icon{width:42px;height:42px;border-radius:13px;background:#f4f6f8;display:grid;place-items:center;font-size:20px;font-weight:850;color:#333}.result-option b{display:block;font-size:15px;letter-spacing:-.01em}.result-option span{display:block;font-size:13px;color:#666;margin-top:3px;line-height:1.32}.suggestion-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.suggestion{border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 12px;font-size:13px;font-weight:800}.suggestion:hover{background:#f7f7f7}
.marketplace-shell{padding:24px 28px 70px}.active-filter-row,.rows{max-width:1760px;margin:0 auto}.active-filter-row{display:flex;gap:10px;flex-wrap:wrap;min-height:34px;margin:0 auto 20px}.filter-chip{border:1px solid #ddd;background:#f7f7f7;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:780;color:#333}.filter-chip button{border:0;background:transparent;margin-left:6px;font-weight:900}.market-row{margin:22px 0 40px}.row-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.row-title h2{font-size:32px;margin:0 0 5px;letter-spacing:-.045em}.row-title p{font-size:16px;color:#666;margin:0;line-height:1.45;max-width:860px}.see-all{border:0;background:#fff;text-decoration:underline;font-weight:850;padding:10px;white-space:nowrap}.card-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px) / 4.9);overflow-x:auto;gap:18px;padding:4px 2px 20px;scroll-snap-type:x proximity}.card-row::-webkit-scrollbar{height:8px}.card-row::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:999px}.card{scroll-snap-align:start;min-width:0;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e9e9e9;box-shadow:0 14px 30px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;display:flex;flex-direction:column}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(15,23,42,.12)}.image-wrap{position:relative;width:100%;aspect-ratio:341/512;background:#f5f7fb;overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.overlay-chip{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.96);border:1px solid rgba(17,17,17,.08);box-shadow:0 8px 18px rgba(0,0,0,.10);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:860;max-width:86%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-body{padding:16px 16px 16px;display:flex;flex-direction:column;flex:1}.title-row{display:flex;align-items:flex-start;gap:10px}.brand-badge{width:34px;height:34px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:grid;place-items:center;flex:0 0 auto;font-weight:850;font-size:13px;color:#333;overflow:hidden}.logo-badge{background:#fff;border-radius:10px;box-shadow:0 6px 16px rgba(15,23,42,.08)}.logo-badge img{width:100%;height:100%;object-fit:contain;display:block;padding:4px}.logo-badge.source-logo img{object-fit:cover;object-position:center top;padding:0;transform:scale(1.35);transform-origin:center top}.card h3{font-size:18px;margin:0;letter-spacing:-.025em;line-height:1.08}.meta{font-size:13px;color:#666;line-height:1.3;margin-top:4px}.summary{margin-top:12px;font-size:14px;line-height:1.5;color:#4f4f4f;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:63px}.card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px}.preventure{font-size:12px;color:#757575;font-weight:800;line-height:1.35;max-width:78%}.card-arrow{width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;display:grid;place-items:center;font-size:20px;font-weight:900;color:#111;flex:0 0 auto;background:#fff}.grid-mode .market-row{display:none}.search-results{display:none}.grid-mode .search-results{display:block}.result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.empty{padding:80px 24px;text-align:center;color:#666;border:1px dashed #ddd;border-radius:28px;background:#fafafa}
.drawer-backdrop,.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:139;display:none}.drawer-backdrop.open,.menu-backdrop.open{display:block}.drawer{position:fixed;top:0;right:0;width:min(720px,100vw);height:100vh;background:#fff;z-index:140;transform:translateX(100%);transition:transform .26s ease;box-shadow:var(--shadow);overflow:auto}.drawer.open{transform:translateX(0)}.drawer-header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 22px;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);z-index:2}.drawer-header b{display:block;font-size:14px}.drawer-header span{display:block;color:#777;font-size:12px;margin-top:3px}.close{border:1px solid var(--line);background:#fff;border-radius:50%;width:42px;height:42px;font-size:24px;line-height:1}.drawer-body{padding:22px}.drawer-image{width:100%;aspect-ratio:4/3;border-radius:22px;overflow:hidden;background:#f4f4f4;border:1px solid #eee}.drawer-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.demand-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:20px 0 8px}.demand-title h2{font-size:36px;line-height:1;letter-spacing:-.055em;margin:0}.drawer-category{font-size:14px;color:#666;font-weight:760}.simple-copy{color:#555;line-height:1.52;font-size:15px;margin:12px 0 0}.drawer-section{border-top:1px solid var(--line);padding-top:20px;margin-top:22px}.drawer-section h4{margin:0 0 11px;font-size:16px;letter-spacing:-.015em}.tile-list{display:grid;gap:9px}.tile-list.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tile{background:#f7f7f7;border:1px solid #eee;border-radius:14px;padding:11px 12px;font-size:14px;line-height:1.35}.tile b{display:block;margin-bottom:3px}.framework{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.framework-card{border:1px solid #ececec;background:#fff;border-radius:16px;padding:13px}.framework-card b{display:block;font-size:14px;margin-bottom:5px}.framework-card p{margin:0;color:#666;font-size:13px;line-height:1.4}.cta-row{display:flex;gap:10px;margin-top:22px;position:sticky;bottom:0;background:linear-gradient(rgba(255,255,255,.9),#fff 40%);padding:16px 0 4px}.cta{flex:1;border:0;border-radius:15px;padding:15px 14px;font-weight:850;text-align:center;text-decoration:none}.cta.accent{background:var(--accent);color:#fff}.cta.primary{background:#111;color:#fff}.cta.secondary{background:#f2f2f2;color:#111}
.nav-drawer{position:fixed;top:0;right:0;width:min(430px,100vw);height:100vh;background:#fff;z-index:300;box-shadow:var(--shadow);transform:translateX(100%);transition:transform .24s ease;padding:22px;overflow:auto}.nav-drawer.open{transform:translateX(0)}.nav-drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px}.nav-drawer a{display:block;text-decoration:none;color:#111;border:1px solid var(--line);border-radius:20px;padding:18px;margin:12px 0}.nav-drawer a:hover{background:#f7f7f7}.nav-drawer a b{display:block;font-size:17px;margin-bottom:5px}.nav-drawer a span{display:block;font-size:14px;color:#666;line-height:1.42}.footer{padding:38px 28px;border-top:1px solid var(--line);background:#fafafa;color:#555}.footer b{color:#111}
.page-hero{padding:56px 28px 28px;background:#fff;border-bottom:1px solid var(--line)}.page-hero-inner{max-width:1760px;margin:0 auto}.page-kicker{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#777;font-weight:900;margin:0 0 8px}.page-hero h1{font-size:clamp(34px,4.2vw,58px);line-height:1;letter-spacing:-.05em;margin:0 0 10px}.page-hero p{font-size:17px;line-height:1.5;color:#5f5f5f;max-width:900px;margin:0 0 20px}.network-search-shell{position:relative;width:min(820px,100%)}.network-search{height:66px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 36px rgba(0,0,0,.08);border-radius:999px;display:grid;grid-template-columns:54px 1fr 112px;align-items:center;overflow:hidden}.network-search span{padding-left:22px;color:#666}.network-search input{border:0;outline:0;font-size:17px;height:100%}.network-search button{width:96px;height:50px;border:0;border-radius:999px;background:#111;color:#fff;font-weight:850}.network-dropdown{display:none;position:absolute;top:calc(100% + 10px);left:0;width:min(800px,100%);max-height:480px;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 26px 70px rgba(0,0,0,.18);z-index:1500;padding:16px}.network-dropdown.open{display:block}.profile-media{aspect-ratio:341/512;display:grid;place-items:center;position:relative;overflow:hidden}.knowledge-media{background:linear-gradient(160deg,#eff6ff 0%,#dbeafe 45%,#c7d2fe 100%)}.bridge-media{background:linear-gradient(160deg,#f8fafc 0%,#e2e8f0 45%,#dbeafe 100%)}.profile-logo{width:96px;height:96px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid #e5e5e5;box-shadow:0 14px 30px rgba(0,0,0,.10);display:grid;place-items:center;text-align:center;font-weight:900;font-size:18px;padding:10px}.profile-logo.bridge{font-size:34px}.card-actions{display:flex;gap:8px;margin-top:12px}.mini-cta{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 10px;font-size:12px;font-weight:850}.mini-cta.dark{background:#111;color:#fff;border-color:#111}.page-main{padding:28px 28px 70px}.help-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.faq-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}.faq-card h3{margin:0 0 8px;font-size:21px;letter-spacing:-.03em}.faq-card p{margin:0;color:#666;line-height:1.5}.join-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 12px 34px rgba(0,0,0,.06)}.join-card h2{font-size:32px;margin:0 0 10px;letter-spacing:-.04em}.join-card p{color:#666;line-height:1.5}.join-card input{width:100%;height:56px;border:1px solid var(--line);border-radius:15px;padding:0 16px;margin:8px 0}.join-card button{width:100%;height:56px;border:0;border-radius:15px;background:#111;color:#fff;font-weight:900;margin-top:10px}
@media(max-width:1400px){.card-row{grid-auto-columns:calc((100% - 54px) / 4.15)}}

@media(max-width:1200px){.card-row{grid-auto-columns:calc((100% - 36px) / 3.05)}}@media(max-width:900px){.site-header{height:68px;padding:0 16px}.brand{max-width:150px}.round-menu{width:42px;height:42px;font-size:18px}.hero-inner{padding:40px 16px 28px;min-height:64vh}.hero-home{min-height:64vh}.hero-copy h1{font-size:clamp(32px,10.6vw,50px)}.hero-subtitle{font-size:15px;line-height:1.56}.search-shell{width:100%}.universal-search{height:60px;grid-template-columns:1fr 58px}.search-input-wrap{grid-template-columns:44px 1fr}.universal-search .search-icon{padding-left:16px}.universal-search input{font-size:15px}.search-submit{width:46px;height:46px;font-size:0}.search-submit::before{content:'⌕';font-size:22px}.search-dropdown{width:100%;border-radius:24px}.marketplace-shell,.page-main{padding-left:16px;padding-right:16px}.card-row{grid-auto-columns:84vw;gap:18px}.result-grid{grid-template-columns:1fr}.row-head{align-items:flex-start}.row-title h2{font-size:26px}.tile-list.two,.framework{grid-template-columns:1fr}.drawer{width:100vw}.page-hero{padding:38px 16px 24px}.page-hero h1{font-size:clamp(30px,9vw,42px)}.page-hero p{font-size:16px}.network-search{grid-template-columns:44px 1fr 58px}.network-search button{width:46px;font-size:0}.network-search button::before{content:'⌕';font-size:22px}.footer{padding:30px 18px}}


/* --- Arns final polish: compact header, clean logo, refined hero, visible logo badges --- */
.site-header{height:68px;padding:0 24px;background:rgba(255,255,255,.98);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;width:132px;max-width:132px;line-height:1;text-decoration:none}.brand img{width:100%;height:auto;display:block;object-fit:contain}.drawer-brand{display:flex;align-items:center;width:124px;max-width:124px;text-decoration:none}.drawer-brand img{width:100%;height:auto;display:block;object-fit:contain}.round-menu{width:44px;height:44px;font-size:19px;background:#fff}.hero-home{min-height:62vh;background-position:center center}.hero-inner{min-height:62vh;padding:38px 48px 34px;justify-content:center}.hero-copy{max-width:820px;margin-bottom:20px}.hero-copy h1{font-size:clamp(34px,4.1vw,58px);line-height:1.02;letter-spacing:-.05em;font-weight:890;max-width:820px}.hero-copy h1 span{display:block}.hero-subtitle{font-size:clamp(14px,1.05vw,17px);line-height:1.55;max-width:760px;font-weight:440;color:rgba(255,255,255,.93)}.search-shell{width:min(760px,calc(100vw - 96px))}.universal-search{height:62px;grid-template-columns:1fr 118px;box-shadow:0 12px 40px rgba(0,0,0,.18)}.search-input-wrap{grid-template-columns:50px 1fr}.universal-search .search-icon{padding-left:22px;font-size:18px}.universal-search input{font-size:15.5px}.search-submit{width:100px;height:48px;font-size:15px}.logo-badge{width:54px;height:34px;border-radius:9px;background:#fff;border:1px solid #e6e8eb;box-shadow:0 4px 12px rgba(15,23,42,.06)}.logo-badge img{width:100%;height:100%;object-fit:contain;display:block;padding:3px}.brand-badge:not(.logo-badge){width:34px;height:34px;border-radius:999px}.card h3{font-size:17px;line-height:1.12}.meta{font-size:13px}.summary{font-size:13.5px;line-height:1.45;min-height:58px}.preventure{font-size:11.5px}.card-body{padding:14px 15px 15px}.page-hero{padding:42px 28px 26px}.page-hero h1{font-size:clamp(32px,4vw,54px);line-height:1.02}.page-hero p{font-size:16.5px;max-width:880px}.network-search{height:60px}.profile-media{aspect-ratio:341/512}@media(max-width:900px){.site-header{height:64px;padding:0 16px}.brand{width:118px;max-width:118px}.round-menu{width:40px;height:40px;font-size:17px}.hero-home{min-height:60vh}.hero-inner{min-height:60vh;padding:30px 16px 24px}.hero-copy{margin-bottom:18px}.hero-copy h1{font-size:clamp(30px,9.5vw,44px);line-height:1.04}.hero-subtitle{font-size:14px;line-height:1.5;max-width:100%}.search-shell{width:100%}.universal-search{height:58px;grid-template-columns:1fr 56px}.search-input-wrap{grid-template-columns:42px 1fr}.universal-search .search-icon{padding-left:15px}.universal-search input{font-size:14.5px}.search-submit{width:44px;height:44px;font-size:0}.search-submit::before{content:'⌕';font-size:22px}.logo-badge{width:48px;height:32px}.card-row{grid-auto-columns:84vw}.page-hero{padding:34px 16px 22px}.page-hero h1{font-size:clamp(28px,8.6vw,40px)}.page-hero p{font-size:15.5px}}


/* --- Home hero extension + homepage pathway CTAs + content pages --- */
.hero-home{min-height:76vh}.hero-inner{min-height:76vh;padding-bottom:48px}.home-action-strip{background:#fff;border-bottom:1px solid var(--line);padding:22px 28px 6px}.home-action-inner{max-width:1760px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-action-card{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;text-decoration:none;background:#fff;border:1px solid #e8e8e8;border-radius:24px;padding:18px 20px;box-shadow:0 14px 34px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-action-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(15,23,42,.12);border-color:#111}.action-emoji{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#f6f7f8;font-size:25px}.home-action-card b{display:block;font-size:18px;letter-spacing:-.025em;margin-bottom:4px}.home-action-card span:last-child{display:block;font-size:14px;line-height:1.42;color:#666}.nav-drawer a:nth-of-type(-n+3){background:#fbfbfb;border-color:#dedede}.content-hero{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border-bottom:1px solid var(--line);padding:64px 28px 34px}.content-hero-inner{max-width:1180px;margin:0 auto}.content-hero h1{display:flex;align-items:center;gap:14px;margin:0 0 12px;font-size:clamp(38px,5vw,72px);line-height:.98;letter-spacing:-.06em}.content-hero h1 span{font-size:.72em}.content-hero p{margin:0;color:#5f5f5f;font-size:20px;line-height:1.45;max-width:880px}.content-main{padding:34px 28px 84px;background:#fff}.content-article{max-width:980px;margin:0 auto}.content-article h2{font-size:clamp(28px,3vw,42px);letter-spacing:-.045em;line-height:1.05;margin:44px 0 14px}.content-article h2:first-child{margin-top:0}.content-article h3{font-size:23px;letter-spacing:-.035em;line-height:1.16;margin:28px 0 10px}.content-article h4{font-size:18px;letter-spacing:-.02em;margin:24px 0 8px}.content-article p{font-size:17px;line-height:1.72;color:#3f3f3f;margin:0 0 16px}.content-article ul{margin:8px 0 22px;padding-left:22px}.content-article li{font-size:16.5px;line-height:1.65;color:#3f3f3f;margin:4px 0}.content-article hr{border:0;border-top:1px solid #ededed;margin:34px 0}.content-article strong{color:#111}.content-article a{color:#111;text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){.hero-home{min-height:68vh}.hero-inner{min-height:68vh;padding-bottom:28px}.home-action-strip{padding:18px 16px 2px}.home-action-inner{grid-template-columns:1fr;gap:12px}.home-action-card{border-radius:20px;padding:16px}.action-emoji{width:46px;height:46px;border-radius:16px;font-size:22px}.content-hero{padding:42px 16px 26px}.content-hero h1{font-size:clamp(32px,10vw,48px);gap:10px}.content-hero p{font-size:17px}.content-main{padding:26px 16px 64px}.content-article h2{font-size:30px;margin-top:34px}.content-article p{font-size:16px;line-height:1.65}.content-article li{font-size:15.5px}}

/* --- Polished conversion pages, compact CTAs, professional footer --- */
.hero-home{min-height:74vh}.hero-inner{min-height:74vh;padding-bottom:58px}.home-post-hero{max-width:1760px;margin:0 auto;padding:22px 28px 10px}.home-pathways{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:-42px;position:relative;z-index:20}.pathway-card{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;text-decoration:none;color:#111;background:#fff;border:1px solid #e9e9e9;border-radius:22px;padding:16px 18px;box-shadow:0 16px 42px rgba(15,23,42,.10);min-height:92px}.pathway-card:hover{transform:translateY(-2px);box-shadow:0 20px 52px rgba(15,23,42,.14)}.pathway-card span{width:42px;height:42px;border-radius:14px;background:#f6f7f8;display:grid;place-items:center;font-size:22px}.pathway-card b{display:block;font-size:16px;letter-spacing:-.015em;margin-bottom:3px}.pathway-card small{display:block;font-size:13px;color:#666;line-height:1.35}.marketplace-intro{display:grid;grid-template-columns:minmax(260px,420px) minmax(0,1fr);gap:30px;align-items:start;border:1px solid #ececec;background:linear-gradient(180deg,#fff,#fbfbfb);border-radius:28px;padding:26px;margin-top:18px}.marketplace-intro h2{font-size:28px;line-height:1.05;letter-spacing:-.04em;margin:0}.marketplace-intro p:last-child{font-size:16px;line-height:1.55;color:#5f5f5f;margin:0}.nav-drawer{width:min(380px,100vw);padding:18px}.drawer-brand{max-width:118px}.drawer-nav-links{display:grid;gap:8px}.nav-drawer a{border-radius:16px;padding:13px 14px;margin:0}.nav-drawer a b{font-size:15px;margin-bottom:3px}.nav-drawer a span{font-size:12.5px;line-height:1.34}.site-footer{border-top:1px solid #e8e8e8;background:#f8f8f8;color:#4f4f4f;padding:36px 28px 18px;margin-top:60px}.footer-inner{max-width:1760px;margin:0 auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:36px}.footer-brand img{width:122px;height:auto;margin-bottom:14px}.footer-brand p{max-width:540px;margin:0;color:#666;line-height:1.55}.footer-col{display:grid;gap:9px;align-content:start}.footer-col b{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#111;margin-bottom:4px}.footer-col a{font-size:14px;color:#555;text-decoration:none}.footer-col a:hover{text-decoration:underline;color:#111}.footer-bottom{max-width:1760px;margin:28px auto 0;padding-top:18px;border-top:1px solid #e1e1e1;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:12.5px;color:#777}
.pro-hero{padding:70px 28px 42px;background:radial-gradient(circle at 20% 0%,#f1f5f9 0,#fff 36%,#fafafa 100%);border-bottom:1px solid #e9e9e9}.pro-hero-inner{max-width:1240px;margin:0 auto}.pro-hero h1{font-size:clamp(42px,6vw,82px);letter-spacing:-.06em;line-height:.95;margin:0 0 18px}.pro-hero p{font-size:clamp(17px,1.45vw,22px);line-height:1.48;color:#5f5f5f;max-width:900px;margin:0}.pro-main{max-width:1240px;margin:0 auto;padding:54px 28px 80px}.pro-section{margin:0 0 58px}.pro-section.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}.pro-section h2,.pro-band h2{font-size:clamp(32px,4vw,54px);line-height:1;letter-spacing:-.055em;margin:0 0 16px}.pro-section p,.pro-band p{font-size:18px;line-height:1.65;color:#555;margin:0}.feature-grid{display:grid;gap:18px}.feature-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card{border:1px solid #e8e8e8;background:#fff;border-radius:26px;padding:24px;box-shadow:0 14px 30px rgba(15,23,42,.05)}.feature-card span{font-size:28px}.feature-card h3{font-size:21px;letter-spacing:-.03em;margin:14px 0 8px}.feature-card p{font-size:15.5px;line-height:1.55;color:#5f5f5f;margin:0}.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 58px}.process-step{display:grid;grid-template-columns:58px 1fr;gap:16px;border:1px solid #e8e8e8;border-radius:26px;padding:24px;background:#fff}.process-step em{width:48px;height:48px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-style:normal;font-weight:900}.process-step h3{margin:0 0 7px;font-size:22px;letter-spacing:-.03em}.process-step p{font-size:15.5px;line-height:1.55;color:#5f5f5f;margin:0}.option-list{display:grid;gap:14px;margin-top:22px}.option-list article{border:1px solid #e8e8e8;border-radius:22px;padding:20px;background:#fff}.option-list b{font-size:18px}.option-list p{font-size:15.5px;line-height:1.55;margin:8px 0 0}.pro-band{border-radius:32px;background:#111;color:#fff;padding:38px;margin:64px 0 0}.pro-band p{color:rgba(255,255,255,.78);max-width:900px}.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:36px}.faq-sidebar{position:sticky;top:98px;align-self:start;border:1px solid #e8e8e8;border-radius:22px;padding:18px;background:#fff}.faq-sidebar a{display:block;text-decoration:none;color:#555;padding:9px 0;font-size:14px}.faq-sidebar a:hover{color:#111}.faq-content section{margin-bottom:38px}.faq-content h2{font-size:34px;letter-spacing:-.04em;margin:0 0 14px}.faq-content details{border:1px solid #e8e8e8;border-radius:18px;background:#fff;margin:10px 0;padding:16px 18px}.faq-content summary{font-weight:850;font-size:17px;cursor:pointer}.faq-content details p{font-size:15.5px;line-height:1.6;color:#5f5f5f;margin:12px 0 0}.legal-card{border:1px solid #e8e8e8;border-radius:28px;background:#fff;padding:34px;max-width:980px}.legal-card h2{font-size:44px;letter-spacing:-.05em;margin:0 0 18px}.legal-card h3{font-size:24px;margin:26px 0 8px}.legal-card p{font-size:16.5px;line-height:1.68;color:#555;margin:0 0 16px}
@media(max-width:900px){.hero-home,.hero-inner{min-height:72vh}.home-post-hero{padding:14px 16px 0}.home-pathways{grid-template-columns:1fr;margin-top:-24px}.pathway-card{min-height:82px;padding:14px}.marketplace-intro{grid-template-columns:1fr;padding:20px;border-radius:22px}.marketplace-intro h2{font-size:24px}.footer-inner{grid-template-columns:1fr;gap:22px}.footer-bottom{display:block}.pro-hero{padding:44px 16px 30px}.pro-main{padding:36px 16px 64px}.pro-section.two-col,.process-grid,.feature-grid.three,.feature-grid.four,.faq-layout{grid-template-columns:1fr}.faq-sidebar{position:relative;top:auto}.pro-band{padding:26px;border-radius:24px}.legal-card{padding:24px}.legal-card h2{font-size:34px}}


/* --- Simplified home: CTAs moved into intelligent search --- */
.home-post-hero{display:none!important}.marketplace-shell{padding-top:30px}.search-dropdown{width:min(900px,100%)}.result-group:first-child .result-option{border:1px solid #eee;background:#fff;margin-bottom:8px}.result-group:first-child .result-option:hover{border-color:#111;background:#f8f8f8}.suggestion-row{padding-bottom:4px}

/* --- Professional compact demand / knowledge modals --- */
.drawer{top:24px;left:50%;right:auto;width:min(980px,calc(100vw - 44px));height:auto;max-height:calc(100vh - 48px);border-radius:30px;transform:translate(-50%,18px) scale(.98);opacity:0;overflow:auto}.drawer.open{transform:translate(-50%,0) scale(1);opacity:1}.drawer-header{padding:14px 18px}.drawer-body{padding:18px}.drawer-compact{display:grid;grid-template-columns:minmax(260px,40%) 1fr;gap:18px;align-items:stretch}.drawer-media{border-radius:24px;overflow:hidden;background:#f4f4f4;border:1px solid #ededed;min-height:280px}.drawer-media img{width:100%;height:100%;object-fit:cover;display:block}.drawer-summary-card{border:1px solid #e9e9e9;background:linear-gradient(180deg,#fff,#fafafa);border-radius:24px;padding:22px;display:flex;flex-direction:column}.mini-kicker{margin:0 0 10px!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase;color:#777!important}.drawer-summary-card h2{font-size:clamp(30px,4vw,52px);line-height:.98;letter-spacing:-.055em;margin:0 0 8px}.drawer-summary-card p{font-size:15px;line-height:1.55;color:#555;margin:14px 0 0}.drawer-primary-actions{display:flex;gap:10px;margin-top:auto;padding-top:20px}.drawer-insight-grid{display:grid;grid-template-columns:1fr 1fr 1.12fr;gap:14px;margin-top:16px}.drawer-insight-grid section{border:1px solid #ececec;background:#fff;border-radius:22px;padding:18px}.drawer-insight-grid h4{margin:0 0 12px;font-size:15px;letter-spacing:-.01em}.drawer-insight-grid p{margin:0;color:#5f5f5f;line-height:1.55;font-size:14px}.pill-list{display:flex;gap:8px;flex-wrap:wrap}.pill-chip{border:1px solid #111;background:#111;color:#fff;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:850;line-height:1.1}.pill-chip.light{border-color:#e4e4e4;background:#f7f7f7;color:#222}.edu-gate{margin-top:16px;border:1px solid #ffd1da;background:#fff5f7;border-radius:24px;padding:18px;display:grid;grid-template-columns:1.4fr 1fr;gap:18px;align-items:center}.edu-gate[hidden]{display:none}.edu-gate b{font-size:18px}.edu-gate p{margin:8px 0 0;color:#555;line-height:1.55;font-size:14px}.edu-gate-actions{display:grid;gap:10px}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px}.drawer-image{max-height:360px}.drawer-section{margin-top:16px;padding-top:16px}.tile-list.two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:900px){.drawer{top:0;left:0;width:100vw;height:100dvh;max-height:100dvh;border-radius:0;transform:translateY(16px);}.drawer.open{transform:translateY(0)}.drawer-compact{grid-template-columns:1fr}.drawer-media{min-height:220px;max-height:34vh}.drawer-summary-card{padding:18px}.drawer-primary-actions{display:grid}.drawer-insight-grid{grid-template-columns:1fr}.edu-gate{grid-template-columns:1fr}.drawer-summary-card h2{font-size:32px}.cta{min-height:50px}.marketplace-shell{padding-top:18px}}

/* --- Arns Demand Channel Card + Professional Modal UX v3 --- */
.card-row{grid-auto-columns:minmax(270px,calc((100% - 90px) / 5.6));gap:18px;padding:4px 2px 24px;align-items:stretch}.result-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}.demand-channel-card{border-radius:28px;border:1px solid #e7e7e7;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.055);overflow:hidden;isolation:isolate}.demand-channel-card:hover{transform:translateY(-5px);box-shadow:0 22px 54px rgba(15,23,42,.14);border-color:#d9d9d9}.demand-channel-card:focus-visible{outline:3px solid rgba(17,17,17,.2);outline-offset:4px}.demand-channel-card .image-wrap{aspect-ratio:16/10;margin:10px 10px 0;width:auto;border-radius:22px;background:linear-gradient(135deg,#f4f6f8,#e9edf2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}.demand-channel-card .image-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.0) 42%,rgba(0,0,0,.24) 100%);pointer-events:none}.demand-channel-card .image-wrap img{object-fit:cover;object-position:center;transition:transform .28s ease,filter .28s ease}.demand-channel-card:hover .image-wrap img{transform:scale(1.035);filter:saturate(1.03) contrast(1.02)}.status-pill,.signal-pill{position:absolute;z-index:3;display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;letter-spacing:.01em;line-height:1;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.58);box-shadow:0 10px 22px rgba(0,0,0,.12);backdrop-filter:blur(10px);max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-pill{top:12px;left:12px;color:#222}.signal-pill{right:12px;bottom:12px;background:rgba(17,17,17,.82);border-color:rgba(255,255,255,.18);color:#fff}.channel-line{display:flex;align-items:center;gap:8px;margin-bottom:10px}.channel-line span{font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:950;color:#777}.channel-line::after{content:'';height:1px;background:#ececec;flex:1}.demand-channel-card .card-body{padding:15px 16px 16px}.demand-channel-card .title-row{align-items:center}.demand-channel-card .brand-badge{width:38px;height:38px}.demand-channel-card .logo-badge{border-radius:13px}.demand-channel-card h3{font-size:19px;letter-spacing:-.035em;line-height:1.02}.demand-channel-card .meta{font-size:12.5px;color:#666;margin-top:4px}.demand-channel-card .summary{font-size:13.5px;line-height:1.48;color:#4e4e4e;margin-top:12px;min-height:60px;-webkit-line-clamp:3}.priority-strip{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.priority-chip{display:inline-flex;align-items:center;max-width:100%;border-radius:999px;background:#f5f5f5;border:1px solid #e8e8e8;color:#262626;padding:6px 8px;font-size:11.5px;font-weight:850;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-chip.more{background:#111;color:#fff;border-color:#111}.submit-fit{margin-top:12px;border:1px dashed #d7d7d7;background:#fbfbfb;border-radius:16px;padding:10px 11px;color:#555;font-size:12px;font-weight:850;line-height:1.25}.demand-channel-card .card-footer{align-items:center;padding-top:12px}.demand-channel-card .preventure{font-size:11.5px;color:#777;max-width:62%}.demand-channel-card .card-arrow{width:auto;height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:950;background:#111;color:#fff;border-color:#111;white-space:nowrap}.drawer-backdrop.open{display:block;background:rgba(17,24,39,.48);backdrop-filter:blur(3px)}.drawer{top:18px;left:50%;right:auto;width:min(1120px,calc(100vw - 36px));height:auto;max-height:calc(100dvh - 36px);border-radius:34px;transform:translate(-50%,22px) scale(.985);opacity:0;overflow:auto;box-shadow:0 36px 120px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.5)}.drawer.open{transform:translate(-50%,0) scale(1);opacity:1}.drawer-header{padding:14px 18px 12px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.drawer-header b{font-size:13px;text-transform:uppercase;letter-spacing:.08em}.drawer-header span{font-size:12.5px;color:#666}.drawer-body{padding:18px;background:#fff}.demand-modal{display:grid;gap:18px}.modal-hero{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(420px,1.08fr);gap:18px;align-items:stretch}.modal-visual{position:relative;min-height:360px;border-radius:28px;overflow:hidden;background:#f2f4f7;border:1px solid #ededed}.modal-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.42));pointer-events:none}.modal-visual img{width:100%;height:100%;object-fit:cover;display:block}.modal-visual span{position:absolute;left:18px;bottom:18px;z-index:2;max-width:calc(100% - 36px);border-radius:999px;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.55);padding:9px 12px;font-size:12px;font-weight:900;color:#111;box-shadow:0 12px 28px rgba(0,0,0,.16)}.modal-summary{border:1px solid #e8e8e8;background:linear-gradient(180deg,#fff,#fbfbfb);border-radius:28px;padding:24px;display:flex;flex-direction:column}.modal-status-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.modal-status-row span{display:inline-flex;border:1px solid #e6e6e6;background:#fff;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:900;color:#333}.modal-summary .mini-kicker{margin:0 0 8px!important;color:#777!important}.modal-summary h2{font-size:clamp(38px,5vw,64px);letter-spacing:-.065em;line-height:.92;margin:0}.modal-body-copy{font-size:16px;line-height:1.58;color:#4f4f4f;margin:16px 0 0}.modal-priority-strip{display:flex;flex-wrap:wrap;gap:7px;margin:16px 0 0}.modal-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.modal-metrics div{border:1px solid #ececec;background:#fff;border-radius:18px;padding:13px 12px}.modal-metrics b{display:block;font-size:21px;letter-spacing:-.035em;color:#111;line-height:1}.modal-metrics span{display:block;margin-top:5px;color:#666;font-size:11.5px;font-weight:850;line-height:1.25}.modal-summary .drawer-primary-actions{display:flex;gap:10px;margin-top:auto;padding-top:22px}.legal-status{font-size:11.5px!important;line-height:1.45!important;color:#777!important;margin:12px 0 0!important}.module-section{border:1px solid #ececec;background:#fff;border-radius:28px;padding:22px}.section-head{display:grid;grid-template-columns:minmax(180px,280px) 1fr;gap:18px;align-items:end;margin-bottom:18px}.section-head p{margin:0;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:950;color:#777}.section-head h3{font-size:clamp(24px,3vw,38px);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:720px}.priority-cluster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.priority-cluster{border:1px solid #ececec;background:linear-gradient(180deg,#fff,#fbfbfb);border-radius:22px;padding:18px;min-height:210px}.cluster-index{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-size:12px;font-weight:950;margin-bottom:14px}.priority-cluster h3{font-size:17px;line-height:1.12;letter-spacing:-.025em;margin:0 0 7px}.priority-cluster p{font-size:13px;line-height:1.45;color:#666;margin:0 0 11px}.priority-cluster ul,.opportunity-list{margin:0;padding-left:18px}.priority-cluster li,.opportunity-list li{font-size:13px;line-height:1.42;color:#333;margin:5px 0}.modal-three-col{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:12px}.modal-three-col article{border:1px solid #ececec;background:#fff;border-radius:24px;padding:18px}.modal-three-col h4{font-size:15px;margin:0 0 12px;letter-spacing:-.01em}.bridge-route{display:grid;grid-template-columns:minmax(260px,.75fr) 1.25fr;gap:18px;align-items:center;border-radius:28px;background:#111;color:#fff;padding:24px}.bridge-route p{font-size:12px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.62);margin:0 0 8px}.bridge-route h3{font-size:clamp(24px,3vw,40px);line-height:1.02;letter-spacing:-.055em;margin:0}.bridge-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.bridge-tags span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);border-radius:999px;padding:9px 11px;font-size:12.5px;font-weight:850;color:#fff}.edu-gate{border-color:#e5e7eb;background:#f8fafc;border-radius:26px}.edu-gate b{letter-spacing:-.02em}.edu-gate p{color:#4f4f4f}.cta{border-radius:999px;font-weight:950;min-height:50px;padding:13px 18px;line-height:1.15}.cta.accent{background:#111;color:#fff}.cta.secondary{background:#f2f3f5;color:#111;border:1px solid #e7e7e7}.pill-chip{border-color:#111;background:#111;color:#fff}.pill-chip.light{border-color:#e4e4e4;background:#f7f7f7;color:#222}.drawer-compact,.drawer-insight-grid{display:none!important}


@media(max-width:1200px){.card-row{grid-auto-columns:minmax(268px,calc((100% - 54px) / 4.2))}.priority-cluster-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-hero{grid-template-columns:minmax(260px,.8fr) 1fr}.modal-visual{min-height:330px}}
@media(max-width:900px){.card-row{grid-auto-columns:82vw}.demand-channel-card .image-wrap{aspect-ratio:16/10}.drawer{top:0;left:0;width:100vw;height:100dvh;max-height:100dvh;border-radius:0;transform:translateY(18px) scale(1);}.drawer.open{transform:translateY(0) scale(1)}.drawer-header{padding:12px 14px}.drawer-body{padding:14px}.modal-hero,.section-head,.modal-three-col,.bridge-route{grid-template-columns:1fr}.modal-visual{min-height:250px;max-height:34vh}.modal-summary{padding:20px;border-radius:24px}.modal-summary h2{font-size:38px}.modal-metrics{grid-template-columns:1fr 1fr 1fr}.modal-summary .drawer-primary-actions{display:grid}.priority-cluster-grid{grid-template-columns:1fr}.module-section{padding:18px;border-radius:24px}.bridge-tags{justify-content:flex-start}.status-pill{max-width:70%}.signal-pill{font-size:10.5px}.submit-fit{font-size:11.5px}.demand-channel-card .summary{min-height:auto}.modal-body-copy{font-size:15px}.legal-status{font-size:11px!important}}
@media(max-width:520px){.modal-metrics{grid-template-columns:1fr}.modal-status-row span{font-size:11px}.modal-summary h2{font-size:34px}.priority-chip{max-width:100%;white-space:normal}.card-row{grid-auto-columns:88vw}.demand-channel-card .brand-badge{width:34px;height:34px}.demand-channel-card h3{font-size:18px}}

/* Get Involved modal — Airbnb-inspired role routing */
.top-actions{display:flex;align-items:center;gap:10px}.get-involved-trigger{height:44px;border:0;background:#fff;color:#111;border-radius:999px;padding:0 18px;font-size:14px;font-weight:900;letter-spacing:-.01em}.get-involved-trigger:hover{background:#f4f4f4}.get-involved-trigger:focus-visible,.involvement-next:focus-visible,.involvement-back:focus-visible,.journey-primary:focus-visible,.journey-secondary:focus-visible,.involve-choice:focus-visible,.involvement-close:focus-visible{outline:3px solid rgba(17,17,17,.22);outline-offset:3px}.modal-lock{overflow:hidden}.involvement-backdrop{position:fixed;inset:0;background:rgba(17,24,39,.50);backdrop-filter:blur(4px);z-index:2200;display:none}.involvement-backdrop.open{display:block}.involvement-modal{position:fixed;left:50%;top:50%;width:min(1420px,calc(100vw - 72px));max-height:calc(100dvh - 78px);background:#fff;border-radius:38px;box-shadow:0 42px 140px rgba(0,0,0,.38);z-index:2210;display:none;transform:translate(-50%,-48%) scale(.985);opacity:0;overflow:hidden;border:1px solid rgba(255,255,255,.60)}.involvement-modal.open{display:block;animation:involvePop .18s ease forwards}@keyframes involvePop{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.involvement-modal-scroll{max-height:calc(100dvh - 78px);overflow:auto;overscroll-behavior:contain}.involvement-modal-scroll::-webkit-scrollbar{width:9px}.involvement-modal-scroll::-webkit-scrollbar-thumb{background:#b9b9b9;border-radius:999px}.involvement-close{position:absolute;top:22px;right:24px;width:42px;height:42px;border-radius:999px;border:0;background:#fff;color:#111;font-size:30px;line-height:1;z-index:2}.involvement-close:hover{background:#f4f4f4}.involvement-head{text-align:center;padding:42px 84px 24px}.involvement-kicker{display:inline-flex;margin:0 0 12px;border:1px solid #e7e7e7;background:#fafafa;border-radius:999px;padding:8px 12px;text-transform:uppercase;letter-spacing:.10em;font-size:11px;font-weight:950;color:#666}.involvement-head h2{margin:0 auto;font-size:clamp(32px,3.6vw,52px);line-height:.98;letter-spacing:-.06em;font-weight:920;max-width:920px}.involvement-head p:not(.involvement-kicker){margin:14px auto 0;color:#555;line-height:1.55;font-size:16px;max-width:910px}.involve-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:28px 28px 30px}.involve-choice{min-height:265px;border:1px solid #dedede;background:#fff;border-radius:28px;padding:24px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.involve-choice:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(15,23,42,.12);border-color:#111}.involve-choice.selected{border-color:#111;background:linear-gradient(180deg,#fff,#f7f7f7);box-shadow:0 20px 52px rgba(15,23,42,.16)}.involve-card-icon{width:82px;height:82px;border-radius:24px;border:1px solid #ededed;background:linear-gradient(180deg,#fff,#f6f7f8);display:grid;place-items:center;font-size:36px;margin:0 auto 22px;align-self:center;box-shadow:0 12px 32px rgba(15,23,42,.08)}.involve-card-kicker{display:inline-flex;border:1px solid #ececec;background:#f7f7f7;border-radius:999px;padding:6px 9px;color:#666;font-size:10.5px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.involve-choice b{font-size:20px;letter-spacing:-.035em;line-height:1.06;margin-bottom:9px}.involve-choice span:last-child{font-size:14px;line-height:1.46;color:#555}.involvement-footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:16px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-top:1px solid #ededed;padding:22px 34px;z-index:1}.involvement-footer span{font-size:14px;color:#666;font-weight:750}.involvement-next{min-width:150px;height:58px;border:0;border-radius:18px;background:#111;color:#fff;font-size:16px;font-weight:950}.involvement-next:disabled{background:#f1f1f1;color:#b7b7b7;cursor:not-allowed}.journey-head{padding-bottom:18px}.journey-panel{display:grid;grid-template-columns:minmax(300px,.72fr) 1.28fr;gap:18px;padding:8px 28px 22px}.journey-intro-card,.journey-steps{border:1px solid #e7e7e7;border-radius:30px;background:#fff;padding:26px}.journey-intro-card{background:linear-gradient(180deg,#fff,#f8fafc)}.journey-icon{width:88px;height:88px;border-radius:28px;display:grid;place-items:center;background:#111;color:#fff;font-size:42px;margin-bottom:24px}.journey-intro-card h3,.journey-section-title h3{font-size:28px;line-height:1;letter-spacing:-.055em;margin:0 0 12px}.journey-intro-card p{font-size:16px;line-height:1.58;color:#4f4f4f;margin:0}.journey-output-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.journey-output-tags span{border:1px solid #e1e1e1;border-radius:999px;background:#fff;padding:9px 11px;font-size:12px;font-weight:900;color:#333}.journey-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.journey-section-title span{font-size:11px;text-transform:uppercase;letter-spacing:.10em;font-weight:950;color:#777}.journey-step{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;border:1px solid #ececec;background:#fbfbfb;border-radius:20px;padding:16px;margin-top:10px}.journey-step div{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#111;color:#fff;font-size:12px;font-weight:950}.journey-step p{margin:0;color:#3f3f3f;font-size:15px;line-height:1.48}.journey-system-note{margin:0 28px 28px;border:1px solid #e6e6e6;background:#f8f8f8;border-radius:24px;padding:18px 20px;color:#4d4d4d;font-size:14px;line-height:1.45}.journey-system-note b{color:#111}.journey-footer{padding:18px 34px}.involvement-back{height:52px;border:1px solid #e4e4e4;background:#fff;border-radius:999px;padding:0 20px;font-weight:950}.journey-cta-row{display:flex;gap:10px;align-items:center;justify-content:flex-end}.journey-primary,.journey-secondary{min-height:52px;border-radius:999px;padding:16px 18px;text-decoration:none;font-weight:950;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.journey-primary{background:#111;color:#fff}.journey-secondary{background:#f2f3f5;color:#111;border:1px solid #e5e5e5}@media(max-width:1180px){.involve-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.journey-panel{grid-template-columns:1fr}}@media(max-width:760px){.get-involved-trigger{height:40px;padding:0 13px;font-size:13px}.involvement-modal{inset:0;left:0;top:0;width:100vw;max-height:100dvh;height:100dvh;border-radius:0;transform:translateY(14px) scale(1)}.involvement-modal.open{animation:involveMobile .18s ease forwards}@keyframes involveMobile{to{opacity:1;transform:translateY(0) scale(1)}}.involvement-modal-scroll{max-height:100dvh}.involvement-close{top:14px;right:14px;background:#f7f7f7}.involvement-head{padding:64px 18px 18px}.involvement-head h2{font-size:34px}.involvement-head p:not(.involvement-kicker){font-size:14.5px}.involve-choice-grid{grid-template-columns:1fr;padding:14px 14px 20px;gap:12px}.involve-choice{min-height:auto;border-radius:24px;padding:18px;display:grid;grid-template-columns:62px 1fr;column-gap:14px}.involve-card-icon{grid-row:1 / span 3;width:62px;height:62px;border-radius:19px;font-size:30px;margin:0}.involve-card-kicker{margin-bottom:7px}.involve-choice b{font-size:18px}.involve-choice span:last-child{font-size:13.5px}.involvement-footer{padding:14px 16px}.involvement-footer span{display:none}.involvement-next{width:100%;height:52px}.journey-panel{padding:2px 14px 16px;gap:12px}.journey-intro-card,.journey-steps{border-radius:24px;padding:18px}.journey-icon{width:68px;height:68px;border-radius:22px;font-size:34px}.journey-intro-card h3,.journey-section-title h3{font-size:25px}.journey-section-title{display:block}.journey-section-title span{display:block;margin-bottom:7px}.journey-step{grid-template-columns:42px 1fr;padding:13px}.journey-system-note{margin:0 14px 18px;border-radius:20px}.journey-footer{display:grid;grid-template-columns:1fr;padding:14px}.journey-cta-row{display:grid;grid-template-columns:1fr;width:100%}.involvement-back,.journey-primary,.journey-secondary{width:100%;min-height:50px}}


/* No-dead-end CTA system */
.final-cta-panel{margin:42px auto 0;max-width:1180px;border:1px solid #e6e6e6;border-radius:34px;background:linear-gradient(180deg,#fff,#f8fafc);padding:34px;display:grid;grid-template-columns:1.3fr .7fr;gap:24px;align-items:center;box-shadow:0 24px 70px rgba(15,23,42,.08)}
.final-cta-panel h2{margin:0;font-size:clamp(30px,3.4vw,48px);line-height:1;letter-spacing:-.055em;font-weight:920;color:#111}.final-cta-panel p:not(.eyebrow){margin:12px 0 0;color:#555;font-size:16px;line-height:1.55;max-width:740px}.final-cta-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.final-cta-actions .cta,.join-card .cta{min-width:190px;text-align:center}.cta.primary{background:#111;color:#fff}.cta.mail{background:#111;color:#fff}.cta.secondary,button.cta.secondary{background:#f2f3f5;color:#111;border:1px solid #e5e5e5}button.cta{font-family:inherit;cursor:pointer;border:0}.join-card form{display:grid;gap:12px}.join-card input,.join-card textarea,.join-card select{width:100%;border:1px solid #e4e4e4;border-radius:16px;padding:15px 16px;font:inherit;background:#fff;color:#111}.join-card textarea{min-height:112px;resize:vertical}.join-card .form-note{margin:2px 0 0;color:#666;font-size:13px;line-height:1.4}.join-card .direct-email{display:inline-flex;margin-top:8px;color:#111;font-weight:900;text-decoration:none}.drawer-primary-actions{flex-wrap:wrap}.drawer-primary-actions .cta{white-space:normal;text-align:center}.edu-gate-actions{display:flex;flex-wrap:wrap;gap:10px}.page-main .final-cta-panel{margin-top:34px}.marketplace-shell .final-cta-panel{margin-bottom:24px}
@media(max-width:860px){.final-cta-panel{grid-template-columns:1fr;border-radius:26px;padding:24px}.final-cta-actions{justify-content:flex-start}.final-cta-actions .cta,.join-card .cta{width:100%;min-width:0}.edu-gate-actions .cta{width:100%}}


/* Mobile optimization patch — responsive hero, swipeable marketplace, full-image cards, clickable CTAs */
html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{width:100%;max-width:100%;overflow-x:hidden;touch-action:manipulation}
.drawer-lock{overflow:hidden!important}
.drawer-backdrop{z-index:2400!important}.drawer{z-index:2410!important}.menu-backdrop{z-index:2380!important}.nav-drawer{z-index:2390!important}.site-header{z-index:210!important}
.card-row{scrollbar-gutter:stable;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}
.card,.see-all,.cta,.search-submit,.result-option,.suggestion,.get-involved-trigger,.round-menu{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,.08)}
.cta,.journey-primary,.journey-secondary,.involvement-next,.involvement-back,.see-all{position:relative;z-index:1}

@media(max-width:900px){
  .site-header{height:64px!important;padding:0 16px!important;position:sticky!important;top:0!important}
  .brand{width:118px!important;max-width:118px!important}.top-actions{gap:8px!important}.get-involved-trigger{height:40px!important;padding:0 14px!important;font-size:13px!important;white-space:nowrap}.round-menu{width:40px!important;height:40px!important;flex:0 0 auto!important}
  .hero-home{min-height:calc(100svh - 64px)!important;background-position:center center!important}.hero-inner{min-height:calc(100svh - 64px)!important;padding:28px 14px 28px!important;justify-content:center!important}.hero-copy{max-width:100%!important;margin-bottom:18px!important}.hero-copy h1{font-size:clamp(22px,6.9vw,30px)!important;line-height:1.07!important;letter-spacing:-.06em!important;max-width:100%!important}.hero-copy h1 span{display:block!important;white-space:nowrap!important}.hero-subtitle{font-size:13.8px!important;line-height:1.48!important;max-width:100%!important;margin-top:13px!important}
  .search-shell{width:100%!important;max-width:100%!important;z-index:2600!important}.universal-search{height:58px!important;grid-template-columns:minmax(0,1fr) 56px!important;border-radius:999px!important;box-shadow:0 14px 42px rgba(0,0,0,.22)!important}.search-input-wrap{grid-template-columns:42px minmax(0,1fr)!important}.universal-search .search-icon{padding-left:15px!important}.universal-search input{font-size:14.5px!important;min-width:0!important;width:100%!important}.search-submit{width:46px!important;height:46px!important;min-width:46px!important;border-radius:999px!important}.search-dropdown{position:fixed!important;left:12px!important;right:12px!important;top:calc(76px + env(safe-area-inset-top))!important;width:auto!important;max-height:calc(100svh - 96px)!important;border-radius:24px!important;padding:14px!important;z-index:2700!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.result-option{min-height:64px!important}.suggestion{min-height:42px!important}
  .marketplace-shell{padding:18px 14px calc(86px + env(safe-area-inset-bottom))!important;overflow:visible!important}.active-filter-row,.rows{max-width:100%!important}.market-row{margin:20px 0 34px!important}.row-head{display:grid!important;grid-template-columns:1fr auto!important;align-items:start!important;gap:12px!important;margin-bottom:12px!important}.row-title h2{font-size:27px!important;line-height:1.05!important;letter-spacing:-.045em!important}.row-title p{font-size:15px!important;line-height:1.45!important}.see-all{min-height:44px!important;padding:8px 4px 8px 10px!important;font-size:16px!important;white-space:nowrap!important;color:#0b63ce!important;background:transparent!important}
  .card-row{display:flex!important;overflow-x:scroll!important;overflow-y:hidden!important;gap:14px!important;padding:5px 2px 24px!important;scroll-snap-type:x mandatory!important;scroll-padding-left:2px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;touch-action:pan-x pan-y!important}.card-row::-webkit-scrollbar{display:none!important}.card-row{scrollbar-width:none!important}.card-row .card{flex:0 0 min(88vw,370px)!important;width:min(88vw,370px)!important;max-width:min(88vw,370px)!important;scroll-snap-align:start!important}.result-grid{grid-template-columns:1fr!important;gap:18px!important}.result-grid .card{width:100%!important;max-width:100%!important}
  .demand-channel-card{border-radius:24px!important}.demand-channel-card .image-wrap{aspect-ratio:16/9!important;margin:10px 10px 0!important;border-radius:20px!important;background:#f5f7fb!important}.demand-channel-card .image-wrap img{object-fit:contain!important;object-position:center center!important;transform:none!important;filter:none!important}.demand-channel-card:hover .image-wrap img{transform:none!important;filter:none!important}.demand-channel-card .image-wrap::after{background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.00) 55%,rgba(0,0,0,.12) 100%)!important}.status-pill{top:12px!important;left:12px!important;max-width:68%!important;font-size:11px!important}.signal-pill{right:12px!important;bottom:12px!important;font-size:11px!important}.demand-channel-card .card-body{padding:14px 15px 16px!important}.demand-channel-card .summary{font-size:13.4px!important;line-height:1.45!important;min-height:auto!important;-webkit-line-clamp:3!important}.priority-strip{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.priority-strip::-webkit-scrollbar{display:none!important}.priority-chip{white-space:nowrap!important;flex:0 0 auto!important;max-width:82%!important}.submit-fit{font-size:11.8px!important}.card-footer{gap:10px!important}.demand-channel-card .preventure{max-width:58%!important}.demand-channel-card .card-arrow{min-height:36px!important;align-self:center!important}
  .logo-badge.source-logo img{object-fit:contain!important;object-position:center center!important;transform:none!important;padding:3px!important}.logo-badge img{object-fit:contain!important;object-position:center center!important}
  .drawer{top:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}.drawer-header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px!important}.drawer-body{padding:14px 14px calc(34px + env(safe-area-inset-bottom))!important}.drawer-primary-actions,.edu-gate-actions,.final-cta-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.drawer-primary-actions .cta,.edu-gate-actions .cta,.final-cta-actions .cta,.final-cta-actions button{width:100%!important;min-width:0!important;min-height:52px!important}.modal-visual{min-height:220px!important;max-height:none!important;aspect-ratio:16/10!important}.modal-visual img{object-fit:contain!important;background:#f5f7fb!important}.modal-summary h2{font-size:clamp(30px,9vw,38px)!important}.modal-metrics{grid-template-columns:1fr!important}.final-cta-panel{margin-top:28px!important;border-radius:24px!important;padding:22px!important}.final-cta-panel h2{font-size:28px!important;line-height:1.02!important}
}

@media(max-width:380px){
  .hero-copy h1{font-size:clamp(21px,6.6vw,25px)!important}.hero-inner{padding-left:12px!important;padding-right:12px!important}.hero-subtitle{font-size:13.2px!important}.card-row .card{flex-basis:90vw!important;width:90vw!important;max-width:90vw!important}.row-title h2{font-size:25px!important}.see-all{font-size:15px!important}.get-involved-trigger{padding:0 11px!important;font-size:12.5px!important}.brand{width:108px!important;max-width:108px!important}
}

/* Mobile interaction + image-quality correction patch */
@media(max-width:900px){
  html,body{overflow-x:hidden!important;touch-action:auto!important;overscroll-behavior-x:none!important}
  .site-header{position:sticky!important;top:0!important;z-index:1000!important;transform:translateZ(0)!important}
  #rows,.rows,.market-row{scroll-margin-top:82px!important}
  .hero-home{min-height:calc(100svh - 64px)!important;background-position:center center!important}
  .hero-inner{min-height:calc(100svh - 64px)!important;padding:24px 14px 30px!important;justify-content:center!important}
  .hero-copy{margin-bottom:18px!important;max-width:100%!important}
  .hero-copy h1{font-size:clamp(26px,7.1vw,34px)!important;line-height:1.03!important;letter-spacing:-.055em!important;max-width:100%!important;text-wrap:balance!important}
  .hero-copy h1 span{display:block!important;white-space:nowrap!important;max-width:100%!important}
  .hero-subtitle{font-size:13.7px!important;line-height:1.47!important;max-width:100%!important;margin-top:13px!important}
  .search-shell{width:100%!important;max-width:100%!important;position:relative!important;z-index:3000!important;pointer-events:auto!important}
  .universal-search{height:58px!important;grid-template-columns:minmax(0,1fr) 58px!important;border-radius:999px!important;overflow:hidden!important;pointer-events:auto!important}
  .universal-search input{font-size:14.5px!important;min-width:0!important;pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}
  .search-submit{font-size:0!important;width:48px!important;height:48px!important;min-width:48px!important;border-radius:999px!important;display:grid!important;place-items:center!important;pointer-events:auto!important}
  .search-submit::before{content:'⌕';font-size:22px;line-height:1;color:#fff;font-weight:900}
  .search-dropdown{position:fixed!important;left:12px!important;right:12px!important;top:calc(78px + env(safe-area-inset-top))!important;width:auto!important;max-height:calc(100svh - 98px - env(safe-area-inset-top))!important;z-index:5000!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}
  .marketplace-shell{padding:22px 14px calc(92px + env(safe-area-inset-bottom))!important;overflow:visible!important;position:relative!important;z-index:1!important}
  .row-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;margin-bottom:14px!important}
  .row-title h2{font-size:28px!important;line-height:1.07!important;letter-spacing:-.048em!important;overflow-wrap:normal!important}
  .row-title p{font-size:15px!important;line-height:1.48!important;color:#666!important}
  .see-all{min-height:44px!important;padding:8px 2px 8px 10px!important;font-size:16px!important;color:#0b63ce!important;background:transparent!important;pointer-events:auto!important;touch-action:manipulation!important}
  .card-row{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;gap:14px!important;padding:5px 2px 26px!important;scroll-snap-type:x proximity!important;scroll-padding-left:2px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;touch-action:pan-x!important;will-change:scroll-position!important;pointer-events:auto!important}
  .card-row::-webkit-scrollbar{display:none!important}.card-row{scrollbar-width:none!important}
  .card-row .card{flex:0 0 min(86vw,360px)!important;width:min(86vw,360px)!important;max-width:min(86vw,360px)!important;scroll-snap-align:start!important;pointer-events:auto!important;touch-action:pan-x!important}
  .demand-channel-card{border-radius:24px!important;box-shadow:0 14px 34px rgba(15,23,42,.08)!important}
  .demand-channel-card .image-wrap{aspect-ratio:345/528!important;margin:8px 8px 0!important;border-radius:20px!important;background:#f5f7fb!important;overflow:hidden!important}
  .demand-channel-card .image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;transform:none!important;filter:none!important;display:block!important}
  .demand-channel-card:hover .image-wrap img{transform:none!important;filter:none!important}
  .demand-channel-card .image-wrap::after{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,0) 48%,rgba(0,0,0,.18) 100%)!important}
  .status-pill{top:12px!important;left:12px!important;max-width:74%!important;font-size:11.5px!important;padding:8px 11px!important}
  .signal-pill{right:12px!important;bottom:12px!important;font-size:11.5px!important;padding:8px 11px!important}
  .demand-channel-card .card-body{padding:14px 15px 16px!important}
  .demand-channel-card h3{font-size:20px!important;line-height:1.04!important}
  .demand-channel-card .summary{font-size:13.6px!important;line-height:1.46!important;min-height:auto!important;-webkit-line-clamp:3!important}
  .priority-strip{flex-wrap:nowrap!important;overflow-x:auto!important;touch-action:pan-x!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}
  .priority-strip::-webkit-scrollbar{display:none!important}
  .priority-chip{flex:0 0 auto!important;white-space:nowrap!important;max-width:84%!important}
  .submit-fit{font-size:11.8px!important}
  .card-footer{gap:10px!important}.demand-channel-card .preventure{max-width:58%!important}.demand-channel-card .card-arrow{min-height:36px!important;pointer-events:none!important}
  .drawer-backdrop{z-index:6000!important}.drawer{z-index:6010!important}.menu-backdrop{z-index:5600!important}.nav-drawer{z-index:5610!important}.involvement-backdrop{z-index:6200!important}.involvement-modal{z-index:6210!important}
  .drawer{top:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;transform:translateX(100%)!important;opacity:1!important}
  .drawer.open{transform:translateX(0)!important}
  .drawer-header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px!important}
  .drawer-body{padding:14px 14px calc(34px + env(safe-area-inset-bottom))!important}
  .drawer-primary-actions,.edu-gate-actions,.final-cta-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .drawer-primary-actions .cta,.edu-gate-actions .cta,.final-cta-actions .cta,.final-cta-actions button{width:100%!important;min-width:0!important;min-height:52px!important;pointer-events:auto!important;touch-action:manipulation!important}
  .modal-visual{aspect-ratio:345/528!important;min-height:0!important;max-height:none!important;background:#f5f7fb!important}
  .modal-visual img{object-fit:cover!important;object-position:center center!important}
}
@media(max-width:380px){
  .hero-copy h1{font-size:clamp(24px,6.9vw,27px)!important}
  .card-row .card{flex-basis:87vw!important;width:87vw!important;max-width:87vw!important}
  .row-title h2{font-size:26px!important}
}
/* Final touch-action override: cards must allow vertical page scroll and horizontal row swipe */
@media(max-width:900px){.card-row .card,.demand-channel-card{touch-action:pan-x pan-y!important}.card-row{touch-action:pan-x pan-y!important}}


/* ------------------------------------------------------------------
   Arns interaction + billboard card stability patch
   Fixes: web/mobile scroll lock, tap/click reliability, search panel access,
   and professional full-height demand-card imagery.
------------------------------------------------------------------ */
html,body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;touch-action:auto!important}.modal-lock,.drawer-lock{overflow:hidden!important}.site-header{z-index:1800!important}.search-shell,.universal-search,.search-input-wrap,.universal-search input,.search-submit,.get-involved-trigger,.round-menu,.see-all,.cta,a,button{pointer-events:auto!important}.search-dropdown{z-index:7000!important}.drawer-backdrop{z-index:8000!important}.drawer{z-index:8010!important}.menu-backdrop{z-index:7600!important}.nav-drawer{z-index:7610!important}.involvement-backdrop{z-index:8200!important}.involvement-modal{z-index:8210!important}
.card-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(340px,calc((100% - 72px)/4.15))!important;gap:24px!important;overflow-x:auto!important;overflow-y:visible!important;padding:8px 3px 30px!important;scroll-snap-type:none!important;overscroll-behavior-x:auto!important;touch-action:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important}.card-row .card{scroll-snap-align:none!important;touch-action:auto!important}.card-row::-webkit-scrollbar{height:8px!important}.card-row::-webkit-scrollbar-thumb{background:#d4d4d4!important;border-radius:999px!important}.demand-channel-card{border-radius:30px!important;box-shadow:0 14px 38px rgba(15,23,42,.075)!important;cursor:pointer!important;min-height:0!important;touch-action:auto!important}.demand-channel-card:hover{transform:translateY(-3px)!important}.demand-channel-card .image-wrap{aspect-ratio:4/5!important;margin:12px 12px 0!important;border-radius:24px!important;background:#f5f7fb!important;overflow:hidden!important}.demand-channel-card .image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;transform:none!important;filter:none!important}.demand-channel-card:hover .image-wrap img{transform:none!important;filter:none!important}.demand-channel-card .card-body{padding:16px 17px 18px!important}.demand-channel-card h3{font-size:22px!important;line-height:1.04!important;letter-spacing:-.035em!important}.demand-channel-card .summary{font-size:14.5px!important;line-height:1.48!important;-webkit-line-clamp:3!important;min-height:64px!important}.channel-line span{font-size:11px!important;letter-spacing:.13em!important}.priority-strip{overflow-x:auto!important;scrollbar-width:none!important;touch-action:auto!important;-webkit-overflow-scrolling:touch!important}.priority-strip::-webkit-scrollbar{display:none!important}.priority-chip{flex:0 0 auto!important;white-space:nowrap!important}.status-pill{top:14px!important;left:14px!important;max-width:76%!important}.signal-pill{right:14px!important;bottom:14px!important}.market-row{scroll-margin-top:92px!important}.row-head{margin-bottom:18px!important}.row-title h2{font-size:clamp(30px,2.4vw,42px)!important;line-height:1.04!important;letter-spacing:-.052em!important}.row-title p{font-size:17px!important;line-height:1.48!important;max-width:980px!important}.see-all{font-size:16px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important}
@media(max-width:1400px){.card-row{grid-auto-columns:minmax(326px,calc((100% - 54px)/3.35))!important}}
@media(max-width:1100px){.card-row{grid-auto-columns:minmax(310px,calc((100% - 36px)/2.25))!important}}
@media(max-width:900px){html,body{overflow-x:hidden!important;overflow-y:auto!important;touch-action:auto!important}.site-header{height:64px!important;padding:0 16px!important}.hero-home{min-height:auto!important}.hero-inner{min-height:auto!important;padding:34px 16px 34px!important}.hero-copy h1{font-size:clamp(25px,7.2vw,34px)!important;line-height:1.02!important;letter-spacing:-.058em!important}.hero-copy h1 span{display:block!important;white-space:nowrap!important}.hero-subtitle{font-size:13.6px!important;line-height:1.45!important}.search-shell{width:100%!important;max-width:100%!important;z-index:4000!important}.universal-search{height:58px!important;grid-template-columns:minmax(0,1fr) 58px!important}.universal-search input{font-size:14.5px!important}.search-submit{width:48px!important;height:48px!important;min-width:48px!important}.search-dropdown{position:fixed!important;left:12px!important;right:12px!important;top:calc(76px + env(safe-area-inset-top))!important;width:auto!important;max-height:calc(100dvh - 98px - env(safe-area-inset-top))!important;border-radius:24px!important;z-index:7000!important}.marketplace-shell{padding:22px 14px calc(96px + env(safe-area-inset-bottom))!important;overflow:visible!important}.row-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}.row-title h2{font-size:27px!important;line-height:1.07!important}.row-title p{font-size:15px!important;line-height:1.46!important}.card-row{display:flex!important;grid-auto-columns:initial!important;gap:16px!important;overflow-x:auto!important;overflow-y:visible!important;padding:6px 2px 28px!important;scroll-snap-type:none!important;overscroll-behavior-x:auto!important;touch-action:auto!important;scrollbar-width:none!important}.card-row::-webkit-scrollbar{display:none!important}.card-row .card{flex:0 0 min(86vw,372px)!important;width:min(86vw,372px)!important;max-width:min(86vw,372px)!important;touch-action:auto!important}.demand-channel-card{border-radius:26px!important}.demand-channel-card .image-wrap{aspect-ratio:345/528!important;margin:9px 9px 0!important;border-radius:21px!important}.demand-channel-card .image-wrap img{object-fit:cover!important;object-position:center center!important}.demand-channel-card h3{font-size:20px!important}.demand-channel-card .summary{font-size:13.7px!important;line-height:1.46!important;min-height:auto!important}.status-pill{top:12px!important;left:12px!important;max-width:74%!important}.signal-pill{right:12px!important;bottom:12px!important}.drawer{top:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;overflow-y:auto!important;transform:translateX(100%)!important}.drawer.open{transform:translateX(0)!important}.drawer-body{padding:14px 14px calc(34px + env(safe-area-inset-bottom))!important}.modal-visual{aspect-ratio:345/528!important;min-height:0!important;max-height:none!important}.modal-visual img{object-fit:cover!important;object-position:center center!important}.drawer-primary-actions,.edu-gate-actions,.final-cta-actions{display:grid!important;grid-template-columns:1fr!important}.drawer-primary-actions .cta,.edu-gate-actions .cta,.final-cta-actions .cta,.final-cta-actions button{width:100%!important;min-width:0!important;min-height:52px!important}}
@media(max-width:380px){.hero-copy h1{font-size:clamp(23px,6.8vw,27px)!important}.card-row .card{flex-basis:88vw!important;width:88vw!important;max-width:88vw!important}}
/* --- FINAL INTERACTION STABILITY PATCH ---
   Native scroll must always recover after search, CTA, modal, menu, mailto, or card actions. */
html,body{
  height:auto!important;
  min-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  position:static!important;
  touch-action:auto!important;
  overscroll-behavior-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
html.drawer-lock,html.modal-lock,body.drawer-lock,body.modal-lock,
html.no-scroll,body.no-scroll,html.is-locked,body.is-locked{
  overflow-y:auto!important;
  position:static!important;
  touch-action:auto!important;
}
.drawer-backdrop:not(.open),.menu-backdrop:not(.open),.involvement-backdrop:not(.open){
  display:none!important;
  pointer-events:none!important;
}
.drawer-backdrop.open,.menu-backdrop.open,.involvement-backdrop.open{pointer-events:auto!important;}
.drawer:not(.open),.nav-drawer:not(.open),.involvement-modal:not(.open){pointer-events:none!important;visibility:hidden!important;}
.drawer.open,.nav-drawer.open,.involvement-modal.open{pointer-events:auto!important;visibility:visible!important;}
.search-dropdown:not(.open),.network-dropdown:not(.open){display:none!important;pointer-events:none!important;}
.search-dropdown.open,.network-dropdown.open{pointer-events:auto!important;}
.card-row{
  overscroll-behavior:auto!important;
  scroll-snap-type:none!important;
  touch-action:pan-x pan-y!important;
  -webkit-overflow-scrolling:touch!important;
}
.card-row .card,.demand-channel-card,.network-card{touch-action:manipulation!important;}
@media(min-width:901px){
  .card-row{grid-auto-columns:minmax(380px,calc((100% - 72px)/3.6))!important;gap:24px!important;}
  .demand-channel-card .image-wrap,.network-card .image-wrap{aspect-ratio:4/3!important;margin:12px 12px 0!important;border-radius:24px!important;}
  .demand-channel-card .image-wrap img,.network-card .image-wrap img{object-fit:cover!important;object-position:center center!important;}
}
@media(max-width:900px){
  .card-row{touch-action:pan-x pan-y!important;overscroll-behavior:auto!important;}
  .card-row .card,.demand-channel-card,.network-card{touch-action:pan-x pan-y!important;}
}

/* Clean hero messaging */
.hero-eyebrow{margin:0 0 12px;color:rgba(255,255,255,.88);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:900;text-shadow:0 2px 12px rgba(0,0,0,.32)}
.hero-copy h1{max-width:980px}
@media (max-width:700px){.hero-copy h1{font-size:clamp(34px,10.8vw,43px);line-height:1.02;letter-spacing:-.055em;max-width:96vw}.hero-eyebrow{font-size:11px;letter-spacing:.14em;margin-bottom:10px}.hero-subtitle{font-size:15px;line-height:1.48;max-width:94vw}}

/* --- Knowledge Network professional card + modal repair --- */
.page-main{overflow:hidden!important;max-width:100vw!important}.rows{width:100%!important;max-width:1760px!important;overflow:visible!important}.network-row{overflow:visible!important}.network-card-row{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;padding:8px 2px 26px!important}.network-card{height:auto!important;min-height:0!important;align-self:start!important;border-radius:28px!important;background:#fff!important;overflow:hidden!important}.network-card .card-body{flex:0 0 auto!important;min-height:0!important;padding:17px 18px 18px!important}.network-card .card-footer{margin-top:18px!important;padding-top:0!important}.network-card .preventure{max-width:none!important}.network-card .card-arrow{pointer-events:none!important}.network-card .summary{min-height:0!important;-webkit-line-clamp:3!important}.network-card .image-wrap,.network-card .profile-media{aspect-ratio:16/9!important;margin:12px 12px 0!important;border-radius:24px!important;width:auto!important;min-height:0!important;max-height:none!important}.network-card .image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.network-card .logo-badge img{object-fit:contain!important;object-position:center!important;padding:3px!important;transform:none!important}.network-card .brand-badge{width:42px!important;height:42px!important;border-radius:13px!important}.network-card h3{font-size:22px!important;line-height:1.05!important;letter-spacing:-.04em!important}.network-card .meta{font-size:14px!important}.network-card .summary{font-size:15px!important;line-height:1.48!important;color:#4f4f4f!important}.network-detail-drawer{top:28px!important;left:50%!important;right:auto!important;width:min(1120px,calc(100vw - 48px))!important;height:auto!important;max-height:calc(100dvh - 56px)!important;border-radius:34px!important;transform:translate(-50%,18px) scale(.985)!important;opacity:0!important;overflow:auto!important;background:#fff!important;box-shadow:0 34px 110px rgba(0,0,0,.32)!important;visibility:hidden!important}.network-detail-drawer.open{transform:translate(-50%,0) scale(1)!important;opacity:1!important;visibility:visible!important}.network-detail-drawer .drawer-header{position:sticky!important;top:0!important;z-index:3!important;padding:16px 22px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid #ececec!important}.network-detail-drawer .drawer-body{padding:20px!important;background:#fff!important}.network-detail-content{display:grid!important;gap:18px!important}.network-detail-hero{display:grid!important;grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr)!important;gap:18px!important;align-items:stretch!important}.network-detail-media{border-radius:28px!important;overflow:hidden!important;border:1px solid #ededed!important;background:#f5f7fb!important;min-height:360px!important}.network-detail-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.network-detail-summary{border:1px solid #e9e9e9!important;background:linear-gradient(180deg,#fff,#fafafa)!important;border-radius:28px!important;padding:26px!important;display:flex!important;flex-direction:column!important}.network-detail-summary.full{min-height:320px!important}.network-detail-summary h2{font-size:clamp(40px,5vw,64px)!important;line-height:.93!important;letter-spacing:-.065em!important;margin:0 0 10px!important}.network-detail-summary p{font-size:16px!important;line-height:1.58!important;color:#555!important;margin:16px 0 0!important}.network-detail-grid{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:14px!important}.network-detail-grid section{border:1px solid #ececec!important;background:#fff!important;border-radius:22px!important;padding:18px!important}.network-detail-grid h4{margin:0 0 12px!important;font-size:16px!important;letter-spacing:-.015em!important}.network-detail-grid p{margin:0!important;color:#5f5f5f!important;line-height:1.55!important;font-size:14.5px!important}.drawer-primary-actions{display:flex!important;gap:10px!important;margin-top:auto!important;padding-top:22px!important}.drawer-primary-actions .cta{flex:1 1 auto!important;min-height:52px!important}.drawer-backdrop.open{display:block!important;background:rgba(17,24,39,.50)!important;backdrop-filter:blur(4px)!important}.edu-gate{margin-top:0!important}
@media(min-width:901px){.network-card-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(390px,calc((100% - 72px)/3.55))!important;gap:24px!important}.network-card:hover{transform:translateY(-4px)!important}.network-card .image-wrap,.network-card .profile-media{aspect-ratio:16/9!important}}
@media(max-width:900px){.page-main{padding-left:14px!important;padding-right:14px!important}.network-card-row{display:flex!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;touch-action:pan-x pan-y!important;scrollbar-width:none!important}.network-card-row::-webkit-scrollbar{display:none!important}.network-card{flex:0 0 min(86vw,372px)!important;width:min(86vw,372px)!important;max-width:min(86vw,372px)!important;scroll-snap-align:start!important}.network-card .image-wrap,.network-card .profile-media{aspect-ratio:4/5!important;margin:8px 8px 0!important;border-radius:22px!important}.network-card .card-body{padding:15px!important}.network-card h3{font-size:20px!important}.network-card .summary{font-size:13.8px!important}.network-detail-drawer{top:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;transform:translateX(100%)!important;opacity:1!important}.network-detail-drawer.open{transform:translateX(0)!important}.network-detail-drawer .drawer-header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px!important}.network-detail-drawer .drawer-body{padding:14px 14px calc(36px + env(safe-area-inset-bottom))!important}.network-detail-hero{grid-template-columns:1fr!important}.network-detail-media{min-height:0!important;aspect-ratio:16/10!important}.network-detail-summary{padding:20px!important;border-radius:24px!important}.network-detail-summary h2{font-size:clamp(30px,9vw,40px)!important;line-height:1!important}.network-detail-grid{grid-template-columns:1fr!important}.drawer-primary-actions{display:grid!important;grid-template-columns:1fr!important}.drawer-primary-actions .cta{width:100%!important}}


/* --- SAF Hub flagship channel card + modal --- */
.featured-channel{border-color:#d7e4e8!important;box-shadow:0 18px 52px rgba(10,43,66,.12)!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;}
.featured-channel:hover{border-color:#9cb8c2!important;box-shadow:0 28px 70px rgba(10,43,66,.20)!important;}
.featured-channel .status-pill{background:rgba(7,31,48,.92)!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important;}
.featured-channel .signal-pill{background:rgba(255,56,92,.92)!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important;}
.featured-channel .channel-line span{color:#0f5161!important;}
.featured-channel .submit-fit{background:linear-gradient(180deg,#f7fbfd,#fff)!important;border-color:#cfe0e6!important;color:#173b45!important;}
.featured-channel .card-arrow{background:#0f2742!important;border-color:#0f2742!important;}
.featured-channel .logo-badge{background:#fff!important;border-color:#dce9ee!important;}
.match-status{display:inline-flex;align-items:center;width:max-content;border:1px solid #cfe0e6;background:#f3fafc;color:#0f5161;border-radius:999px;padding:6px 9px;font-size:10.5px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:11px;}
.candidate-match-card{position:relative;overflow:hidden;}
.candidate-match-card::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#0f5161,#8bc4d0);opacity:.9;}
.candidate-matches .section-head.compact h3 strong{color:#0f5161;}
.featured-channel .submit-fit span::before{content:'+';display:inline-grid;place-items:center;width:18px;height:18px;margin-right:7px;border-radius:999px;background:#0f2742;color:#fff;font-weight:950;line-height:1;}
.custom-channel-panel{border:1px solid #dce8ee;background:linear-gradient(180deg,#f8fcff 0%,#ffffff 100%);border-radius:30px;padding:24px;display:grid;gap:18px;}
.custom-channel-header{display:grid;grid-template-columns:minmax(190px,300px) 1fr;gap:18px;align-items:end;}
.custom-channel-header p,.section-head.compact p{margin:0;text-transform:uppercase;letter-spacing:.105em;font-size:12px;font-weight:950;color:#0f6170;}
.custom-channel-header h3,.section-head.compact h3{font-size:clamp(24px,3vw,38px);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:860px;}
.demand-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.demand-proof-grid article,.partner-action-grid article{border:1px solid #e4edf1;background:#fff;border-radius:22px;padding:17px;box-shadow:0 10px 24px rgba(15,39,66,.045);}
.demand-proof-grid b,.partner-action-grid b{display:block;font-size:14px;letter-spacing:-.015em;margin-bottom:7px;color:#102033;}
.demand-proof-grid p,.partner-action-grid p{margin:0;color:#53606b;font-size:13.2px;line-height:1.45;}
.opportunity-needs{border:1px solid #e4edf1;background:#fff;border-radius:24px;padding:18px;}
.opportunity-needs h4,.channel-next h4{margin:0 0 12px;font-size:15px;letter-spacing:-.012em;}
.opportunity-needs div{display:flex;flex-wrap:wrap;gap:8px;}
.opportunity-needs span{display:inline-flex;border:1px solid #dfe8ed;background:#f5fafc;color:#173b45;border-radius:999px;padding:8px 10px;font-size:12.5px;font-weight:850;line-height:1.1;}
.candidate-matches,.partner-actions{display:grid;gap:14px;}
.section-head.compact{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:18px;align-items:end;margin-bottom:0;}
.section-head.compact h3{font-size:clamp(22px,2.6vw,34px);}
.candidate-match-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.candidate-match-card{border:1px solid #e4edf1;background:#fff;border-radius:24px;padding:19px;box-shadow:0 10px 24px rgba(15,39,66,.04);}
.candidate-match-card h4{font-size:16px;margin:0 0 12px;letter-spacing:-.02em;color:#111;}
.candidate-match-card ul{margin:0;padding-left:18px;}
.candidate-match-card li{font-size:13.2px;line-height:1.45;color:#323b44;margin:7px 0;}
.partner-action-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;}
.channel-next{border:1px solid #e4edf1;background:#fff;border-radius:24px;padding:18px;}
.channel-next ol{list-style:none;margin:0;padding:0;display:grid;gap:8px;}
.channel-next li{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:start;font-size:13.4px;line-height:1.42;color:#35414a;}
.channel-next li span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0f2742;color:#fff;font-size:11px;font-weight:950;}
.channel-disclaimer{margin:0!important;color:#64727a!important;font-size:11.5px!important;line-height:1.45!important;border-top:1px solid #e4edf1;padding-top:14px;}


@media(max-width:1200px){.demand-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.partner-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:900px){.custom-channel-panel{padding:18px;border-radius:24px;}.custom-channel-header,.section-head.compact,.demand-proof-grid,.candidate-match-grid,.partner-action-grid{grid-template-columns:1fr!important;}.custom-channel-header h3,.section-head.compact h3{font-size:26px;}.opportunity-needs div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;}.opportunity-needs div::-webkit-scrollbar{display:none;}.opportunity-needs span{white-space:nowrap;flex:0 0 auto;}.channel-next li{grid-template-columns:38px 1fr;}.candidate-match-card li{font-size:13px;}}

/* ------------------------------------------------------------------
   Mobile optimization hardening patch — SAF/open-channel modal
   Fixes: horizontal page scroll, clipped text, oversized modal sections,
   too-tall modal artwork, and CTA overflow on iPhone/mobile browsers.
------------------------------------------------------------------ */
@media (max-width: 900px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none !important;
  }

  body,
  body * {
    -webkit-text-size-adjust: 100%;
  }

  .site-header,
  .hero-home,
  .hero-inner,
  .marketplace-shell,
  .rows,
  .market-row,
  .row-head,
  .row-title,
  .final-cta-panel,
  .site-footer,
  .footer-inner,
  .footer-bottom {
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .drawer.open {
    position: fixed !important;
    inset: 0 !important;
    width: 100dvw !important;
    min-width: 0 !important;
    max-width: 100dvw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    transform: translate3d(0,0,0) !important;
  }

  .drawer:not(.open) {
    width: 100dvw !important;
    max-width: 100dvw !important;
    overflow-x: hidden !important;
    transform: translate3d(100%,0,0) !important;
  }

  .drawer,
  .drawer *,
  #drawerContent,
  #drawerContent * {
    box-sizing: border-box !important;
    min-width: 0 !important;
  }

  .drawer-body,
  #drawerContent,
  .demand-modal,
  .modal-hero,
  .modal-summary,
  .custom-channel-panel,
  .module-section,
  .modal-three-col,
  .bridge-route,
  .edu-gate,
  .priority-cluster-grid,
  .demand-proof-grid,
  .candidate-match-grid,
  .partner-action-grid,
  .section-head,
  .section-head.compact,
  .custom-channel-header,
  .opportunity-needs,
  .channel-next,
  .candidate-matches,
  .partner-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .modal-hero,
  .custom-channel-header,
  .section-head,
  .section-head.compact,
  .demand-proof-grid,
  .candidate-match-grid,
  .partner-action-grid,
  .priority-cluster-grid,
  .modal-three-col,
  .bridge-route {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .drawer-body {
    padding: 12px 12px calc(32px + env(safe-area-inset-bottom)) !important;
  }

  .modal-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: 260px !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 22px !important;
  }

  .modal-visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .modal-summary,
  .custom-channel-panel,
  .module-section,
  .modal-three-col article,
  .priority-cluster,
  .demand-proof-grid article,
  .candidate-match-card,
  .partner-action-grid article,
  .opportunity-needs,
  .channel-next,
  .edu-gate {
    padding: 16px !important;
    border-radius: 22px !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .modal-summary h2,
  .custom-channel-header h3,
  .section-head h3,
  .section-head.compact h3,
  .bridge-route h3,
  .final-cta-panel h2,
  .priority-cluster h3,
  .candidate-match-card h4 {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  .modal-summary h2 {
    font-size: clamp(28px, 8.4vw, 36px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
  }

  .custom-channel-header h3,
  .section-head.compact h3,
  .section-head h3,
  .bridge-route h3 {
    font-size: clamp(23px, 6.6vw, 30px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.045em !important;
  }

  .modal-body-copy,
  .simple-copy,
  .legal-status,
  .channel-disclaimer,
  .custom-channel-panel p,
  .module-section p,
  .candidate-match-card li,
  .priority-cluster li,
  .opportunity-list li,
  .channel-next li,
  .demand-proof-grid p,
  .partner-action-grid p,
  .edu-gate p {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .modal-priority-strip,
  .pill-list,
  .bridge-tags,
  .opportunity-needs div {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .priority-chip,
  .pill-chip,
  .bridge-tags span,
  .opportunity-needs span,
  .modal-status-row span,
  .match-status {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    line-height: 1.2 !important;
  }

  .modal-metrics {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .drawer-primary-actions,
  .edu-gate-actions,
  .final-cta-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
  }

  .drawer-primary-actions .cta,
  .edu-gate-actions .cta,
  .final-cta-actions .cta,
  .final-cta-actions button,
  .cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-align: center !important;
  }

  .bridge-route {
    background: #111 !important;
    color: #fff !important;
    padding: 18px !important;
  }

  .bridge-tags {
    justify-content: flex-start !important;
  }

  .channel-next li {
    grid-template-columns: 34px minmax(0,1fr) !important;
    gap: 9px !important;
  }

  .channel-next li span {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }
}

@media (max-width: 420px) {
  .drawer-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .modal-summary,
  .custom-channel-panel,
  .module-section,
  .modal-three-col article,
  .priority-cluster,
  .demand-proof-grid article,
  .candidate-match-card,
  .partner-action-grid article,
  .opportunity-needs,
  .channel-next,
  .edu-gate {
    padding: 14px !important;
    border-radius: 20px !important;
  }
}

/* ------------------------------------------------------------------
   Knowledge Network marketplace restore
   Adds a supply-side marketplace view that mirrors the demand cards.
------------------------------------------------------------------ */
.view-switch{display:flex;align-items:center;gap:10px;margin:14px 0 0;max-width:720px;flex-wrap:wrap}.view-tab{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.92);color:#111;border-radius:999px;padding:10px 15px;box-shadow:0 10px 28px rgba(0,0,0,.14);backdrop-filter:blur(14px);min-height:52px}.view-tab b{font-size:14px;letter-spacing:-.01em}.view-tab small{display:none;color:#6b7280;font-size:11px;font-weight:750}.view-tab .view-icon{font-size:20px;line-height:1}.view-tab.active{background:#111;color:#fff;border-color:#111}.view-tab.active small{color:rgba(255,255,255,.74)}.view-tab:focus-visible{outline:3px solid rgba(255,56,92,.35);outline-offset:3px}.knowledge-view .hero-eyebrow::after{content:' · Knowledge Supply View'}.demand-view .hero-eyebrow::after{content:' · Market Pull View'}
.supply-intro-panel{max-width:1760px;margin:0 auto 28px;background:linear-gradient(135deg,#fff 0%,#f7fbff 100%);border:1px solid #e5edf4;border-radius:34px;padding:26px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;box-shadow:0 16px 42px rgba(15,23,42,.055)}.supply-intro-panel h2{font-size:clamp(32px,3.2vw,50px);line-height:.98;letter-spacing:-.06em;margin:0;max-width:980px}.supply-intro-panel p:not(.eyebrow){font-size:16px;line-height:1.55;color:#555;max-width:980px;margin:12px 0 0}.supply-stats{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:10px;min-width:min(520px,100%)}.supply-stats span{display:grid;gap:4px;border:1px solid #e7edf3;background:#fff;border-radius:22px;padding:15px;min-width:0}.supply-stats b{font-size:26px;line-height:1;letter-spacing:-.04em;color:#111}.supply-stats span{font-size:12px;font-weight:850;color:#667085;text-transform:uppercase;letter-spacing:.06em}.knowledge-supply-card{border-color:#e4eaf2!important;background:linear-gradient(180deg,#fff,#fbfdff)!important}.knowledge-supply-card:hover{box-shadow:0 24px 58px rgba(16,45,90,.14)!important;border-color:#cbd8e9!important}.knowledge-image-wrap{background:linear-gradient(145deg,#eef6ff,#f8fbff 52%,#e9f0ff)!important}.knowledge-image-wrap img{object-position:center!important}.knowledge-initials{width:100%;height:100%;display:grid;place-items:center;font-size:48px;font-weight:950;letter-spacing:-.08em;color:#0f2742;background:radial-gradient(circle at 25% 18%,rgba(255,56,92,.14),transparent 26%),linear-gradient(135deg,#f8fbff,#e7eef8)}.knowledge-initials.large{border-radius:28px;min-height:320px}.knowledge-supply-card .status-pill{background:rgba(15,39,66,.93)!important;color:#fff!important}.knowledge-supply-card .signal-pill{background:rgba(17,24,39,.90)!important;color:#fff!important}.knowledge-supply-card .submit-fit{border-color:#dbe7f3!important;background:#f6fbff!important;color:#173b45!important}.knowledge-drawer .drawer-header b::before{content:'🎓 ';}.supply-detail .network-detail-summary .mini-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;color:#0f6170;margin:0 0 10px!important}.knowledge-detail-media{display:grid;place-items:center;background:#f5f8fc}.supply-match-section{border:1px solid #e7edf3;border-radius:28px;padding:20px;background:#fff}.matched-demand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.matched-demand-card{border:1px solid #e6edf4;background:linear-gradient(180deg,#fff,#fbfdff);border-radius:22px;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.matched-demand-card b{display:block;font-size:16px;letter-spacing:-.02em;color:#111}.matched-demand-card span{display:block;margin-top:5px;color:#0f6170;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.matched-demand-card p{margin:9px 0 0;color:#53606b;font-size:13px;line-height:1.45}.knowledge-view .final-cta-panel h2::before{content:'Ready to attach knowledge to demand?';font-size:inherit;display:block}.knowledge-view .final-cta-panel h2{font-size:0}.knowledge-view .final-cta-panel h2::before{font-size:clamp(30px,3.4vw,48px)}
@media(max-width:900px){.view-switch{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px;margin-top:12px}.view-tab{justify-content:center;border-radius:22px;min-height:58px;padding:9px 8px}.view-tab b{font-size:13px}.view-tab small{display:none}.view-tab .view-icon{font-size:18px}.supply-intro-panel{grid-template-columns:1fr;padding:18px;border-radius:26px;margin-bottom:22px}.supply-intro-panel h2{font-size:30px;line-height:1}.supply-intro-panel p:not(.eyebrow){font-size:14.5px}.supply-stats{grid-template-columns:1fr 1fr 1fr;min-width:0}.supply-stats span{padding:11px;border-radius:17px;font-size:9.5px}.supply-stats b{font-size:21px}.matched-demand-grid{grid-template-columns:1fr}.knowledge-initials{font-size:36px}.knowledge-initials.large{min-height:220px}.knowledge-view .search-shell{width:100%}.knowledge-supply-card .summary{min-height:0!important}.network-row .row-title h2{font-size:28px!important}.network-row .row-head{gap:12px}.network-row .see-all{font-size:14px!important}}

/* --- 2026-06-19 homepage restore: Airbnb-style hero controls --- */
.home-search-shell{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  width:min(920px,100%)!important;
  align-items:center!important;
}
.home-search-shell .view-switch{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:flex-end!important;
  gap:18px!important;
  margin:0!important;
  flex-wrap:nowrap!important;
}
.home-search-shell .view-tab{
  position:relative!important;
  min-width:220px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:8px!important;
  padding:10px 14px 18px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#fff!important;
  backdrop-filter:none!important;
}
.home-search-shell .view-tab::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:0;
  height:5px;
  border-radius:999px;
  background:#fff;
  transition:width .2s ease;
}
.home-search-shell .view-tab.active::after,
.home-search-shell .view-tab[aria-pressed="true"]::after{width:132px}
.home-search-shell .view-tab .view-icon{font-size:52px!important;line-height:1!important}
.home-search-shell .view-tab b{font-size:18px!important;line-height:1.08!important;letter-spacing:-.03em!important;color:inherit!important}
.home-search-shell .view-tab small{display:none!important}
.home-search-shell .universal-search{
  width:min(920px,100%)!important;
  margin:0 auto!important;
}
.hero-inner{
  gap:28px!important;
}
.hero-copy{margin-bottom:0!important}
.hero-copy h1{max-width:900px!important}
.hero-subtitle{max-width:760px!important}

@media (min-width: 901px){
  .hero-inner{justify-content:center!important;align-items:flex-start!important;padding:58px 48px 54px!important}
  .home-search-shell{align-items:flex-start!important}
  .home-search-shell .view-switch{justify-content:flex-start!important}
  .home-search-shell .universal-search{width:min(860px,100%)!important;margin:0!important}
}

@media (max-width: 900px){
  .hero-home{min-height:auto!important;padding-bottom:12px!important;background-position:center center!important}
  .hero-inner{min-height:auto!important;padding:22px 16px 26px!important;gap:18px!important;justify-content:flex-start!important;align-items:stretch!important}
  .hero-copy{display:none!important}
  .home-search-shell{width:100%!important;gap:14px!important;align-items:stretch!important}
  .home-search-shell .view-switch{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
  }
  .home-search-shell .view-tab{
    min-width:0!important;
    padding:8px 6px 16px!important;
    color:#111!important;
  }
  .home-search-shell .view-tab .view-icon{font-size:46px!important}
  .home-search-shell .view-tab b{font-size:17px!important;font-weight:850!important;text-align:center!important}
  .home-search-shell .view-tab::after{height:4px!important;background:#111!important}
  .home-search-shell .view-tab.active::after,
  .home-search-shell .view-tab[aria-pressed="true"]::after{width:118px!important;max-width:74%!important}
  .home-search-shell .universal-search{
    height:62px!important;
    grid-template-columns:minmax(0,1fr) 66px!important;
    border-radius:999px!important;
    box-shadow:0 10px 28px rgba(0,0,0,.10)!important;
  }
  .home-search-shell .search-input-wrap{grid-template-columns:minmax(0,1fr)!important;padding-left:0!important}
  .home-search-shell .search-input-wrap .search-icon{display:none!important}
  .home-search-shell .universal-search input{
    padding:0 18px 0 30px!important;
    font-size:17px!important;
  }
  .home-search-shell .search-submit{
    width:56px!important;height:56px!important;min-width:56px!important;
    margin-right:4px!important;border-radius:999px!important;
    background:#ff385c!important;color:#fff!important;font-size:0!important;
    position:relative!important;
  }
  .home-search-shell .search-submit::before{
    content:'⌕';
    font-size:28px;
    line-height:1;
    font-weight:600;
  }
  .search-shell .search-dropdown{top:calc(82px + env(safe-area-inset-top))!important}
}

@media (max-width: 520px){
  .hero-home{background-position:center top!important}
  .home-search-shell .view-tab .view-icon{font-size:42px!important}
  .home-search-shell .view-tab b{font-size:16px!important}
  .home-search-shell .universal-search input{font-size:15.5px!important;padding-left:24px!important}
}


/* --- 2026-06-19 clean homepage / no hero image / mobile search hardening --- */
.hero-home{
  background:#ffffff!important;
  min-height:auto!important;
}
.hero-overlay{display:none!important}
.hero-inner{
  min-height:auto!important;
  padding:20px 24px 18px!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:14px!important;
}
.hero-copy{display:none!important}
.home-search-shell{
  width:min(980px,100%)!important;
  gap:14px!important;
  align-items:center!important;
}
.home-search-shell .view-switch{
  width:100%!important;
  justify-content:center!important;
  align-items:flex-end!important;
  gap:20px!important;
}
.home-search-shell .view-tab{
  color:#111!important;
}
.home-search-shell .view-tab::after{background:#111!important}
.home-search-shell .view-icon{filter:none!important}
.home-search-shell .universal-search{
  width:min(920px,100%)!important;
  background:#fff!important;
  border:1px solid rgba(17,17,17,.10)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.08)!important;
}
.home-search-shell .search-submit{
  background:#ff385c!important;
  color:#fff!important;
}

@media (min-width:901px){
  .hero-home{padding-top:4px!important;padding-bottom:8px!important}
  .hero-inner{padding:18px 34px 12px!important;align-items:center!important}
  .home-search-shell{align-items:center!important}
  .home-search-shell .view-switch{justify-content:center!important}
  .home-search-shell .view-tab{min-width:248px!important}
  .home-search-shell .view-tab .view-icon{font-size:54px!important}
  .home-search-shell .view-tab b{font-size:18px!important}
}

@media (max-width:900px){
  .site-header{position:sticky!important;top:0!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;z-index:5000!important}
  .hero-home{padding:0 0 6px!important;overflow:visible!important}
  .hero-inner{padding:10px 16px 8px!important;align-items:stretch!important;overflow:visible!important}
  .home-search-shell{gap:10px!important;align-items:stretch!important;overflow:visible!important}
  .home-search-shell .view-switch{gap:8px!important}
  .home-search-shell .view-tab{padding:6px 4px 14px!important}
  .home-search-shell .view-tab .view-icon{font-size:40px!important}
  .home-search-shell .view-tab b{font-size:15px!important;line-height:1.12!important}
  .home-search-shell .view-tab.active::after,
  .home-search-shell .view-tab[aria-pressed="true"]::after{width:104px!important;max-width:72%!important}
  .home-search-shell .universal-search{
    position:relative!important;
    height:64px!important;
    grid-template-columns:minmax(0,1fr) 64px!important;
    border-radius:999px!important;
    width:100%!important;
    overflow:visible!important;
    z-index:5001!important;
  }
  .home-search-shell .search-input-wrap{height:64px!important}
  .home-search-shell .universal-search input{
    width:100%!important;
    min-width:0!important;
    padding:0 16px 0 22px!important;
    font-size:16px!important;
    line-height:1.2!important;
  }
  .home-search-shell .search-submit{
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    margin-right:4px!important;
    align-self:center!important;
    justify-self:center!important;
    border-radius:999px!important;
    font-size:0!important;
    box-shadow:0 10px 24px rgba(255,56,92,.22)!important;
  }
  .home-search-shell .search-submit::before{content:'⌕';font-size:28px;line-height:1;font-weight:600}
  .home-search-shell .search-dropdown{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:min(46svh,380px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:24px!important;
    padding:12px!important;
    z-index:7000!important;
    box-shadow:0 18px 44px rgba(0,0,0,.16)!important;
  }
  .marketplace-shell{padding-top:14px!important}
}

@media (max-width:520px){
  .brand{width:142px!important;max-width:142px!important}
  .get-involved-trigger{font-size:13px!important;padding:0 10px!important;height:38px!important}
  .round-menu{width:44px!important;height:44px!important}
  .home-search-shell .view-tab .view-icon{font-size:36px!important}
  .home-search-shell .view-tab b{font-size:14px!important}
  .home-search-shell .universal-search{height:62px!important;grid-template-columns:minmax(0,1fr) 60px!important}
  .home-search-shell .search-input-wrap{height:62px!important}
  .home-search-shell .universal-search input{font-size:15.5px!important;padding-left:18px!important;padding-right:10px!important}
  .home-search-shell .search-submit{width:52px!important;height:52px!important;min-width:52px!important}
  .home-search-shell .search-dropdown{max-height:min(42svh,320px)!important}
}


/* --- 2026-06-19 demand/knowledge card refinement --- */
.submit-fit-accent{border-style:solid!important;border-color:#ff385c!important;background:rgba(255,56,92,.08)!important;color:#c81e43!important}
.submit-fit-accent span{display:flex!important;align-items:center!important;gap:8px!important}
.submit-fit-accent span::before{content:'+';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:#ff385c;color:#fff;font-weight:950;line-height:1;flex:0 0 auto}
.featured-channel .signal-pill{background:#ff385c!important;border-color:rgba(255,56,92,.2)!important;color:#fff!important}
.knowledge-supply-card .card-footer{align-items:center!important;gap:12px!important}
.knowledge-supply-card .preventure{max-width:70%!important;line-height:1.25!important}
.knowledge-supply-card .card-arrow{width:auto!important;height:36px!important;padding:0 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;white-space:nowrap!important;background:#111!important;color:#fff!important;border-color:#111!important}
.knowledge-supply-card .submit-fit{min-height:48px!important;display:flex!important;align-items:center!important}
.aligned-ip-list-wrap{border:1px solid #e8eef2;background:#fbfdff;border-radius:22px;padding:18px}
.aligned-ip-list{margin:0;padding-left:20px;display:grid;gap:10px}
.aligned-ip-list li{color:#334155;line-height:1.52;font-size:14px}
@media(max-width:900px){.knowledge-supply-card .preventure{max-width:58%!important}.knowledge-supply-card .card-arrow{font-size:11px!important;padding:0 10px!important}}


/* --- 2026-06-19 Airbnb-style top alignment / professional section break --- */
body{background:#fff!important}
.site-header{
  background:#f7f7f4!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
.hero-home{
  background:#f7f7f4!important;
  border-bottom:1px solid #e6e6e1!important;
  padding:0 0 28px!important;
  min-height:auto!important;
  overflow:visible!important;
}
.hero-inner{
  padding:0 24px!important;
  min-height:auto!important;
  gap:10px!important;
  justify-content:flex-start!important;
  align-items:center!important;
}
.home-search-shell{
  width:min(760px,calc(100vw - 48px))!important;
  gap:10px!important;
  align-items:center!important;
}
.home-search-shell .view-switch{
  justify-content:center!important;
  gap:22px!important;
  margin:0!important;
}
.home-search-shell .view-tab{
  min-width:138px!important;
  padding:0 6px 10px!important;
  gap:4px!important;
}
.home-search-shell .view-tab .view-icon{font-size:32px!important;line-height:1!important}
.home-search-shell .view-tab b{font-size:14.5px!important;font-weight:850!important;letter-spacing:-.02em!important}
.home-search-shell .view-tab::after{height:3px!important;background:#111!important}
.home-search-shell .view-tab.active::after,
.home-search-shell .view-tab[aria-pressed="true"]::after{width:82px!important}
.home-search-shell .universal-search{
  height:58px!important;
  width:min(720px,100%)!important;
  border-radius:999px!important;
  grid-template-columns:minmax(0,1fr) 58px!important;
  border:1px solid rgba(17,17,17,.11)!important;
  box-shadow:0 10px 34px rgba(15,23,42,.10)!important;
  background:#fff!important;
}
.home-search-shell .search-input-wrap{grid-template-columns:42px minmax(0,1fr)!important;height:100%!important}
.home-search-shell .search-icon{padding-left:18px!important;color:#8a8a8a!important}
.home-search-shell .universal-search input{font-size:15px!important;padding-right:10px!important}
.home-search-shell .search-submit{
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  margin-right:4px!important;
  border-radius:999px!important;
  background:#ff385c!important;
  color:#fff!important;
  font-size:0!important;
  box-shadow:0 8px 20px rgba(255,56,92,.22)!important;
}
.home-search-shell .search-submit::before{content:'⌕';font-size:26px;line-height:1;font-weight:650}
.marketplace-shell{
  background:#fff!important;
  padding-top:32px!important;
  box-shadow:inset 0 1px 0 rgba(0,0,0,.04)!important;
}
@media(max-width:900px){
  .site-header{height:62px!important;padding:0 16px!important}
  .hero-home{padding:0 0 18px!important}
  .hero-inner{padding:0 16px!important}
  .home-search-shell{width:100%!important;gap:8px!important}
  .home-search-shell .view-switch{gap:8px!important;display:grid!important;grid-template-columns:1fr 1fr!important}
  .home-search-shell .view-tab{min-width:0!important;padding:0 4px 11px!important}
  .home-search-shell .view-tab .view-icon{font-size:30px!important}
  .home-search-shell .view-tab b{font-size:13.5px!important}
  .home-search-shell .view-tab.active::after,
  .home-search-shell .view-tab[aria-pressed="true"]::after{width:76px!important;max-width:70%!important}
  .home-search-shell .universal-search{height:56px!important;grid-template-columns:minmax(0,1fr) 56px!important}
  .home-search-shell .search-input-wrap{grid-template-columns:minmax(0,1fr)!important;height:56px!important}
  .home-search-shell .search-icon{display:none!important}
  .home-search-shell .universal-search input{font-size:15px!important;padding:0 12px 0 18px!important}
  .home-search-shell .search-submit{width:48px!important;height:48px!important;min-width:48px!important}
  .marketplace-shell{padding-top:24px!important}
}


/* --- 2026-06-19 v3: Airbnb-style single-line top nav + raised search --- */
.site-header{
  display:grid!important;
  grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr)!important;
  align-items:center!important;
  min-height:82px!important;
  height:82px!important;
  padding:0 32px!important;
  background:#f7f7f7!important;
  border-bottom:0!important;
  box-shadow:none!important;
  position:sticky!important;
  top:0!important;
  z-index:5000!important;
}
.site-header .brand{justify-self:start!important;width:150px!important;max-width:150px!important}
.site-header .top-actions{justify-self:end!important;gap:14px!important}
.header-view-switch{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:34px!important;
  margin:0!important;
  max-width:none!important;
  width:auto!important;
  flex-wrap:nowrap!important;
}
.header-view-switch .view-tab{
  position:relative!important;
  min-width:112px!important;
  height:72px!important;
  padding:8px 8px 15px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  color:#222!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.header-view-switch .view-tab::after{content:'';position:absolute;left:50%;bottom:1px;transform:translateX(-50%);width:0;height:3px;border-radius:999px;background:#111;transition:width .2s ease}
.header-view-switch .view-tab.active::after,.header-view-switch .view-tab[aria-pressed="true"]::after{width:86px!important}
.header-view-switch .view-tab .view-icon{font-size:31px!important;line-height:1!important}
.header-view-switch .view-tab b{font-size:14px!important;line-height:1.1!important;letter-spacing:-.02em!important;color:#222!important;font-weight:850!important;white-space:nowrap!important}
.header-view-switch .view-tab small{display:none!important}
.hero-home{background:#f7f7f7!important;min-height:auto!important;padding:4px 24px 36px!important;border-bottom:1px solid #e8e8e8!important;overflow:visible!important}
.hero-overlay,.hero-copy{display:none!important}
.hero-inner{min-height:auto!important;padding:0!important;display:block!important;max-width:1120px!important;margin:0 auto!important;overflow:visible!important}
.home-search-shell{width:100%!important;max-width:100%!important;display:block!important;position:relative!important;z-index:20!important}
.home-search-shell .universal-search{width:min(100%,880px)!important;margin:0 auto!important;height:62px!important;background:#fff!important;border:1px solid #dedede!important;border-radius:999px!important;box-shadow:0 12px 32px rgba(0,0,0,.10)!important;display:grid!important;grid-template-columns:minmax(0,1fr) 64px!important;overflow:hidden!important}
.home-search-shell .search-input-wrap{grid-template-columns:54px minmax(0,1fr)!important;height:100%!important}.home-search-shell .search-icon{display:inline!important;padding-left:22px!important;color:#777!important}.home-search-shell .universal-search input{font-size:15.5px!important;color:#111!important;min-width:0!important;padding-right:10px!important}.home-search-shell .search-submit{width:52px!important;height:52px!important;min-width:52px!important;border-radius:999px!important;background:#ff385c!important;color:#fff!important;font-size:0!important;align-self:center!important;justify-self:center!important;box-shadow:0 8px 18px rgba(255,56,92,.24)!important}.home-search-shell .search-submit::before{content:'⌕';font-size:26px;line-height:1;font-weight:650}.marketplace-shell{background:#fff!important;border-top:0!important;padding-top:34px!important}.active-filter-row{margin-top:0!important}.search-dropdown{z-index:6000!important}
@media(max-width:900px){
  .site-header{grid-template-columns:auto 1fr auto!important;height:auto!important;min-height:70px!important;padding:8px 14px 6px!important;gap:10px!important;background:#fff!important;border-bottom:1px solid #eee!important;position:sticky!important;top:0!important;overflow:visible!important}
  .site-header .brand{width:126px!important;max-width:126px!important}
  .site-header .get-involved-trigger{display:none!important}
  .header-view-switch{gap:10px!important;justify-self:center!important;min-width:0!important;width:100%!important}
  .header-view-switch .view-tab{min-width:0!important;width:auto!important;flex:1 1 0!important;height:54px!important;padding:2px 2px 10px!important;gap:2px!important}
  .header-view-switch .view-tab .view-icon{font-size:25px!important}.header-view-switch .view-tab b{font-size:11.5px!important}.header-view-switch .view-tab.active::after,.header-view-switch .view-tab[aria-pressed="true"]::after{width:54px!important;height:3px!important}
  .round-menu{width:42px!important;height:42px!important}
  .hero-home{padding:12px 14px 18px!important;background:#f7f7f7!important}
  .home-search-shell .universal-search{height:56px!important;grid-template-columns:minmax(0,1fr) 58px!important;width:100%!important}
  .home-search-shell .search-input-wrap{grid-template-columns:40px minmax(0,1fr)!important}.home-search-shell .search-icon{padding-left:15px!important}.home-search-shell .universal-search input{font-size:14.5px!important}.home-search-shell .search-submit{width:48px!important;height:48px!important;min-width:48px!important}.home-search-shell .search-dropdown{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:0!important;width:auto!important;max-height:min(46svh,360px)!important}
  .marketplace-shell{padding-top:22px!important}
}
@media(max-width:520px){.site-header .brand{width:116px!important;max-width:116px!important}.header-view-switch .view-tab .view-icon{font-size:22px!important}.header-view-switch .view-tab b{font-size:10.5px!important}.header-view-switch{gap:4px!important}.round-menu{width:40px!important;height:40px!important}}


/* --- 2026-06-19 v4: modal polish, top-scroll reset support, compact open card layouts --- */
.drawer{scroll-behavior:auto!important;overscroll-behavior:contain!important}
.drawer-body{scroll-behavior:auto!important}
.demand-modal{gap:14px!important}
.modal-hero{align-items:start!important;gap:16px!important}
.modal-visual{min-height:0!important;aspect-ratio:16/10!important;border-radius:26px!important}
.modal-summary{min-height:0!important;padding:22px!important;border-radius:26px!important;align-self:start!important}
.modal-summary .drawer-primary-actions{margin-top:18px!important;padding-top:0!important;display:flex!important;align-items:stretch!important}
.modal-body-copy{margin-top:12px!important;line-height:1.5!important}
.modal-priority-strip{margin-top:12px!important}
.modal-metrics{margin-top:14px!important}
.module-section{padding:18px!important;border-radius:26px!important}
.section-head{margin-bottom:14px!important;align-items:start!important}
.priority-cluster-grid{gap:12px!important}
.priority-cluster{padding:16px!important;border-radius:20px!important}
.priority-cluster p{margin-top:8px!important}
.modal-three-col{gap:14px!important}
.modal-three-col article{padding:18px!important;border-radius:22px!important}
.bridge-route{margin-top:0!important;padding:20px!important;border-radius:26px!important}
.legal-status{margin-top:10px!important}.network-detail-hero{align-items:start!important}.network-detail-media{min-height:0!important;aspect-ratio:16/10!important}.network-detail-summary.full{min-height:0!important}.network-detail-summary p{margin-top:12px!important}.supply-match-section{padding:18px!important}@media(max-width:900px){.drawer{top:0!important}.drawer-body{padding-top:12px!important}.modal-hero,.network-detail-hero{grid-template-columns:1fr!important}.modal-visual,.network-detail-media{aspect-ratio:16/9!important}.modal-summary{padding:18px!important}.modal-summary .drawer-primary-actions{display:grid!important;grid-template-columns:1fr!important}.section-head{grid-template-columns:1fr!important;gap:6px!important}.section-head h3{font-size:24px!important}.module-section{padding:16px!important}.bridge-route{padding:16px!important}.modal-three-col{grid-template-columns:1fr!important}}


/* --- 2026-06-19 v5: final image-fit + header stability polish --- */
.site-header{
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
}
.site-header .brand{grid-column:1!important;justify-self:start!important}
.site-header .header-view-switch{grid-column:2!important;justify-self:center!important}
.site-header .top-actions{
  grid-column:3!important;
  justify-self:end!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  position:relative!important;
  right:0!important;
}
.site-header .round-menu{
  position:relative!important;
  right:0!important;
  left:auto!important;
  transform:none!important;
}
@media(max-width:900px){
  .site-header{grid-template-columns:auto 1fr auto!important}
  .site-header .top-actions{grid-column:3!important;justify-self:end!important}
}

/* Front card billboard/media fit */
.image-wrap,
.demand-channel-card .image-wrap,
.network-card .image-wrap,
.network-card .profile-media,
.drawer-image,
.modal-visual,
.network-detail-media,
.knowledge-detail-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f4f6f8!important;
}
.image-wrap img,
.demand-channel-card .image-wrap img,
.network-card .image-wrap img,
.network-card .profile-media img,
.drawer-image img,
.modal-visual img,
.network-detail-media img,
.knowledge-detail-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:#f4f6f8!important;
}
.demand-channel-card:hover .image-wrap img,
.network-card:hover .image-wrap img,
.network-card:hover .profile-media img{
  transform:none!important;
  filter:none!important;
}

/* Keep hero/billboard images visible from top to bottom */
.demand-channel-card .image-wrap,
.network-card .image-wrap,
.network-card .profile-media{overflow:hidden!important}
.modal-visual::after,
.network-detail-media::after{display:none!important}

/* Knowledge profile chip naming */
.knowledge-supply-card .status-pill,
.network-card .status-pill{
  max-width:calc(100% - 24px)!important;
}


/* --- 2026-06-19 v6: billboard card fit + search-path icon centering --- */
.demand-channel-card .image-wrap,
.network-card .image-wrap,
.network-card .profile-media{
  width:calc(100% - 24px)!important;
  margin:12px 12px 0!important;
  aspect-ratio:auto!important;
  min-height:320px!important;
  background:#eef2f6!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:stretch!important;
}
.demand-channel-card .image-wrap.media-ready,
.network-card .image-wrap.media-ready,
.network-card .profile-media.media-ready{
  min-height:0!important;
}
.demand-channel-card .image-wrap img,
.network-card .image-wrap img,
.network-card .profile-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  display:block!important;
}
.modal-visual,
.network-detail-media,
.knowledge-detail-media,
.drawer-image{
  aspect-ratio:auto!important;
  min-height:0!important;
  max-height:560px!important;
  background:#f4f6f8!important;
}
.modal-visual img,
.network-detail-media img,
.knowledge-detail-media img,
.drawer-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
}
.result-option{grid-template-columns:50px 1fr!important;gap:14px!important;align-items:center!important}
.result-icon{
  width:50px!important;
  height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  text-align:center!important;
  padding:0!important;
  font-size:20px!important;
}
@media(max-width:900px){
  .demand-channel-card .image-wrap,
  .network-card .image-wrap,
  .network-card .profile-media{
    width:calc(100% - 18px)!important;
    margin:9px 9px 0!important;
    min-height:280px!important;
  }
  .modal-visual,
  .network-detail-media,
  .knowledge-detail-media,
  .drawer-image{max-height:none!important}
}

/* Get Involved / SpinOut U Deployer routing v7 */
.involvement-modal{
  width:min(1500px,calc(100vw - 72px))!important;
  max-height:calc(100dvh - 54px)!important;
  border-radius:34px!important;
  background:#fff!important;
}
.involvement-modal-scroll{
  max-height:calc(100dvh - 54px)!important;
  overflow:auto!important;
}
.involvement-head-v7{
  text-align:left!important;
  padding:42px 52px 18px!important;
}
.involvement-head-v7 .involvement-kicker,
.journey-head-v7 .involvement-kicker{
  color:#00216d!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
  font-size:12px!important;
  letter-spacing:.16em!important;
  margin-bottom:14px!important;
}
.involvement-head-v7 h2,
.journey-head-v7 h2{
  margin:0!important;
  max-width:1060px!important;
  font-size:clamp(38px,3.6vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
.involvement-head-v7 p:not(.involvement-kicker),
.journey-head-v7 p:not(.involvement-kicker){
  margin:14px 0 0!important;
  max-width:780px!important;
  color:#4d5a73!important;
  font-size:18px!important;
  line-height:1.45!important;
}
.involve-v7-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:16px;
  padding:0 52px 22px;
}
.involve-v7-main{min-width:0;}
.involve-top-layout{
  display:grid;
  grid-template-columns:minmax(420px,1.35fr) minmax(430px,.98fr);
  gap:16px;
  align-items:stretch;
}
.involve-top-routes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.involve-route-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.involve-feature-card,
.involve-route-card{
  border:1px solid rgba(15,23,42,.09);
  background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.08);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.involve-feature-card:hover,
.involve-route-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 52px rgba(15,23,42,.14);
  border-color:rgba(0,33,109,.26);
}
.involve-feature-card.selected,
.involve-route-card.selected{
  border-color:#00216d!important;
  box-shadow:0 0 0 3px rgba(0,33,109,.12),0 22px 52px rgba(15,23,42,.15);
}
.involve-feature-card{
  position:relative;
  min-height:356px;
  border-radius:20px;
  overflow:hidden;
  padding:0;
  text-align:left;
  isolation:isolate;
  background-image:var(--deployer-bg);
  background-size:cover;
  background-position:center center;
}
.involve-feature-card .feature-scrim{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(1,8,25,.78),rgba(1,8,25,.34) 52%,rgba(1,8,25,.10));
  z-index:0;
}
.feature-content{
  position:relative;
  z-index:1;
  min-height:356px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  padding:34px;
  max-width:560px;
}
.feature-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.20);
  color:#fff;
  font-size:23px;
  margin-bottom:18px;
  backdrop-filter:blur(10px);
}
.feature-content b{
  color:#fff;
  font-size:38px;
  line-height:1;
  letter-spacing:-.045em;
  margin-bottom:12px;
}
.feature-content em{
  color:rgba(255,255,255,.92);
  font-style:normal;
  font-size:16.5px;
  line-height:1.45;
  margin:0 0 22px;
}
.feature-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  background:#fff;
  color:#061331;
  border-radius:12px;
  font-weight:950;
  font-size:15px;
}
.involve-route-card{
  min-height:164px;
  border-radius:18px;
  padding:20px 18px;
  text-align:left;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
}
.route-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#f0f4fb;
  color:#001f60;
  font-size:22px;
}
.route-copy{display:flex;flex-direction:column;min-width:0;}
.route-copy b{
  color:#07142f;
  font-size:15.5px;
  line-height:1.15;
  letter-spacing:-.02em;
  margin:1px 0 8px;
}
.route-copy em{
  color:#4d5a73;
  font-style:normal;
  font-size:13px;
  line-height:1.36;
}
.route-copy span{
  color:#0035a7;
  font-size:13px;
  font-weight:900;
  margin-top:16px;
}
.involve-serves-panel{
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg,#fbfdff,#f5f8fd);
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  border-radius:20px;
  padding:24px;
  align-self:stretch;
}
.serves-head{display:flex;align-items:center;gap:10px;color:#07142f;margin-bottom:16px;}
.serves-head span{font-size:24px;}
.serves-head b{font-size:20px;letter-spacing:-.03em;}
.serves-chip-grid{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px;}
.serves-chip-grid span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  border:1px solid rgba(0,33,109,.12);
  background:#eef4ff;
  color:#061b55;
  border-radius:999px;
  padding:0 13px;
  font-size:13px;
  font-weight:900;
}
.involve-serves-panel p{
  color:#4b5872;
  line-height:1.45;
  margin:0 0 14px;
  font-size:14px;
}
.involve-serves-panel p b{color:#061331;}
.involve-serves-panel .serves-verification{
  border-top:1px solid rgba(15,23,42,.08);
  padding-top:14px;
  margin-bottom:0;
}
.involvement-footer-v7{
  margin:0 52px;
  padding:18px 0 28px!important;
  background:#fff!important;
}
.involve-footer-actions{display:flex;align-items:center;gap:14px;}
.browse-opportunities-btn{
  min-width:230px;
  min-height:56px;
  border:1px solid #d9dee8;
  border-radius:14px;
  color:#061331;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:950;
}
.involvement-footer-v7 .involvement-next{
  min-width:260px!important;
  border-radius:14px!important;
  background:#001f60!important;
}
.journey-head-v7{text-align:left!important;padding:42px 52px 18px!important;}
.journey-panel-v7{
  grid-template-columns:minmax(300px,.7fr) minmax(460px,1.3fr)!important;
  gap:16px!important;
  padding:0 52px 18px!important;
}
.journey-intro-v7,
.journey-steps-v7{
  border-radius:24px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.06)!important;
}
.journey-note-v7{
  margin-top:14px!important;
  padding-top:14px!important;
  border-top:1px solid #e6eaf1;
  color:#40506d!important;
}
.journey-system-note-v7{
  margin:0 52px 18px!important;
  border-radius:20px!important;
  background:#f5f8fd!important;
}
.journey-footer-v7{margin:0 52px!important;padding:18px 0 28px!important;background:#fff!important;}
.journey-footer-v7 .journey-primary{background:#001f60!important;border-radius:14px!important;}
.journey-footer-v7 .journey-secondary,.journey-footer-v7 .involvement-back{border-radius:14px!important;}
@media(max-width:1240px){
  .involve-v7-shell{grid-template-columns:1fr;padding:0 34px 20px;}
  .involve-serves-panel{order:2;}
  .involve-top-layout{grid-template-columns:1fr;}
  .involve-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .involvement-head-v7,.journey-head-v7{padding-left:34px!important;padding-right:34px!important;}
  .journey-panel-v7{grid-template-columns:1fr!important;padding-left:34px!important;padding-right:34px!important;}
  .journey-system-note-v7,.journey-footer-v7,.involvement-footer-v7{margin-left:34px!important;margin-right:34px!important;}
}
@media(max-width:760px){
  .involvement-modal{inset:0!important;left:0!important;top:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;transform:translateY(14px) scale(1)!important;}
  .involvement-modal-scroll{max-height:100dvh!important;}
  .involvement-head-v7,.journey-head-v7{padding:62px 18px 16px!important;}
  .involvement-head-v7 h2,.journey-head-v7 h2{font-size:33px!important;}
  .involvement-head-v7 p:not(.involvement-kicker),.journey-head-v7 p:not(.involvement-kicker){font-size:15px!important;}
  .involve-v7-shell{padding:0 14px 16px;gap:12px;}
  .involve-top-routes,.involve-route-grid{grid-template-columns:1fr;gap:12px;margin-top:12px;}
  .involve-feature-card{min-height:340px;border-radius:18px;}
  .feature-content{min-height:340px;padding:24px;}
  .feature-content b{font-size:32px;}
  .feature-content em{font-size:15px;}
  .involve-route-card{min-height:auto;border-radius:16px;padding:16px;}
  .involve-serves-panel{border-radius:18px;padding:18px;}
  .involvement-footer-v7{position:sticky!important;margin:0!important;padding:14px!important;display:grid!important;grid-template-columns:1fr!important;background:rgba(255,255,255,.96)!important;}
  .involvement-footer-v7 span{display:none!important;}
  .involve-footer-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%;}
  .browse-opportunities-btn,.involvement-footer-v7 .involvement-next{width:100%!important;min-width:0!important;min-height:52px!important;}
  .journey-panel-v7{padding:0 14px 14px!important;}
  .journey-system-note-v7,.journey-footer-v7{margin-left:14px!important;margin-right:14px!important;}
  .journey-footer-v7{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
}

/* --- v8: repaired Get Involved modal + professional hamburger drawer --- */
html.involvement-open,
body.involvement-open{
  overflow:hidden!important;
  height:100%!important;
}
.get-involved-trigger{
  background:#061331!important;
  color:#fff!important;
  border:1px solid rgba(6,19,49,.10)!important;
  box-shadow:0 10px 24px rgba(6,19,49,.12)!important;
}
.get-involved-trigger:hover{background:#0b1f4d!important;}
.site-header .round-menu{
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(15,23,42,.10)!important;
  background:#fff!important;
  color:#061331!important;
  box-shadow:0 10px 24px rgba(15,23,42,.07)!important;
}
.site-header .round-menu:hover{background:#f6f8fb!important;border-color:rgba(0,33,109,.20)!important;}

.involvement-backdrop{
  background:rgba(6,19,49,.50)!important;
  backdrop-filter:blur(10px)!important;
}
.involvement-modal{
  left:50%!important;
  top:50%!important;
  width:min(1280px,calc(100vw - 48px))!important;
  max-width:1280px!important;
  height:auto!important;
  max-height:calc(100dvh - 44px)!important;
  border-radius:30px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 42px 140px rgba(3,9,23,.36)!important;
  background:#fff!important;
  transform:translate(-50%,-48%) scale(.985)!important;
}
.involvement-modal.open{animation:involvePopV8 .18s ease forwards!important;}
@keyframes involvePopV8{to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.involvement-modal-scroll{
  max-height:calc(100dvh - 44px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
}
.involvement-close{
  position:absolute!important;
  top:18px!important;
  right:18px!important;
  width:48px!important;
  height:48px!important;
  border-radius:999px!important;
  border:1px solid rgba(15,23,42,.12)!important;
  background:rgba(255,255,255,.92)!important;
  color:#061331!important;
  font-size:30px!important;
  font-weight:500!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 12px 26px rgba(15,23,42,.08)!important;
  z-index:8!important;
}
.involvement-close:hover{background:#f4f7fb!important;transform:scale(1.02);}
.involvement-head-v7,
.journey-head-v7{
  padding:36px 44px 16px!important;
  padding-right:86px!important;
}
.involvement-head-v7 .involvement-kicker,
.journey-head-v7 .involvement-kicker{
  display:block!important;
  color:#00216d!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  margin:0 0 12px!important;
}
.involvement-head-v7 h2,
.journey-head-v7 h2{
  max-width:900px!important;
  font-size:clamp(34px,3.35vw,50px)!important;
  line-height:1.01!important;
  letter-spacing:-.055em!important;
  color:#07142f!important;
}
.involvement-head-v7 p:not(.involvement-kicker),
.journey-head-v7 p:not(.involvement-kicker){
  max-width:790px!important;
  color:#536078!important;
  font-size:clamp(15px,1.16vw,18px)!important;
  line-height:1.48!important;
}
.involve-v7-shell{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(278px,320px)!important;
  gap:16px!important;
  padding:0 44px 18px!important;
  align-items:stretch!important;
  min-width:0!important;
}
.involve-v7-main,
.involve-top-layout,
.involve-top-routes,
.involve-route-grid,
.involve-serves-panel{min-width:0!important;}
.involve-top-layout{
  display:grid!important;
  grid-template-columns:minmax(310px,1.35fr) minmax(320px,.95fr)!important;
  gap:14px!important;
  align-items:stretch!important;
}
.involve-top-routes{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
}
.involve-route-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:14px!important;
}
.involve-feature-card,
.involve-route-card{
  box-shadow:0 12px 30px rgba(15,23,42,.075)!important;
  border:1px solid rgba(15,23,42,.09)!important;
  outline:0!important;
}
.involve-feature-card:hover,
.involve-route-card:hover{transform:translateY(-2px)!important;}
.involve-feature-card{
  min-height:312px!important;
  border-radius:22px!important;
  background-position:center center!important;
}
.involve-feature-card .feature-scrim{
  background:linear-gradient(90deg,rgba(0,8,28,.86),rgba(0,8,28,.50) 54%,rgba(0,8,28,.12))!important;
}
.feature-content{
  min-height:312px!important;
  padding:28px!important;
  max-width:520px!important;
}
.feature-icon{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  margin-bottom:16px!important;
}
.feature-content b{font-size:clamp(30px,3vw,40px)!important;}
.feature-content em{font-size:15.5px!important;line-height:1.43!important;margin-bottom:18px!important;}
.feature-cta{min-height:46px!important;border-radius:13px!important;padding:0 18px!important;box-shadow:0 14px 32px rgba(0,0,0,.12)!important;}
.involve-route-card{
  min-height:145px!important;
  border-radius:18px!important;
  padding:17px 15px!important;
  grid-template-columns:40px minmax(0,1fr)!important;
  gap:12px!important;
}
.route-icon{
  width:40px!important;
  height:40px!important;
  border-radius:13px!important;
  background:#eff5ff!important;
  color:#00216d!important;
  font-size:20px!important;
}
.route-copy b{
  font-size:14.5px!important;
  line-height:1.13!important;
  color:#07142f!important;
  margin-bottom:7px!important;
}
.route-copy em{
  font-size:12.6px!important;
  line-height:1.34!important;
  color:#536078!important;
}
.route-copy span{font-size:12.5px!important;color:#002b8f!important;margin-top:12px!important;}
.involve-serves-panel{
  border-radius:22px!important;
  padding:22px!important;
  background:linear-gradient(180deg,#fafdff 0%,#f4f8ff 100%)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.06)!important;
  height:100%!important;
}
.serves-head{margin-bottom:15px!important;}
.serves-head span{width:38px;height:38px;border-radius:13px;background:#eff5ff;display:grid;place-items:center;font-size:20px!important;}
.serves-head b{font-size:21px!important;color:#07142f!important;}
.serves-chip-grid{gap:8px!important;margin-bottom:18px!important;}
.serves-chip-grid span{min-height:30px!important;font-size:12.5px!important;padding:0 12px!important;}
.involve-serves-panel p{font-size:13.5px!important;line-height:1.5!important;}
.involvement-footer-v7{
  position:relative!important;
  margin:0 44px!important;
  padding:16px 0 24px!important;
  border-top:1px solid #e6ebf2!important;
  background:transparent!important;
}
.involvement-footer-v7 span{color:#66738c!important;font-weight:780!important;}
.involve-footer-actions{gap:12px!important;}
.browse-opportunities-btn,
.involvement-footer-v7 .involvement-next{
  min-height:52px!important;
  border-radius:14px!important;
  font-size:15px!important;
}
.browse-opportunities-btn{min-width:220px!important;}
.involvement-footer-v7 .involvement-next{min-width:240px!important;background:#001f60!important;}
.journey-panel-v7{
  display:grid!important;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important;
  gap:16px!important;
  padding:0 44px 18px!important;
}
.journey-system-note-v7,
.journey-footer-v7{margin-left:44px!important;margin-right:44px!important;}
.journey-footer-v7{position:relative!important;border-top:1px solid #e6ebf2!important;}

/* v8 drawer menu */
.menu-backdrop{background:rgba(6,19,49,.38)!important;backdrop-filter:blur(8px)!important;}
.nav-drawer{
  width:min(420px,calc(100vw - 18px))!important;
  padding:18px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  border-left:1px solid rgba(15,23,42,.08)!important;
  box-shadow:-32px 0 90px rgba(3,9,23,.18)!important;
  overflow-y:auto!important;
}
.nav-drawer-head{
  margin:0 0 14px!important;
  padding:0 0 10px!important;
  border-bottom:1px solid #eef1f6!important;
}
.nav-drawer .drawer-brand{
  width:126px!important;
  max-width:126px!important;
  padding:10px 12px!important;
  border:1px solid #e6ebf2!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(15,23,42,.05)!important;
}
.nav-drawer .close{
  width:44px!important;
  height:44px!important;
  border-radius:999px!important;
  border:1px solid #e3e8f0!important;
  background:#fff!important;
  color:#07142f!important;
  font-size:30px!important;
  box-shadow:0 10px 24px rgba(15,23,42,.05)!important;
}
.nav-drawer-intro{
  border:1px solid #e7edf6;
  border-radius:22px;
  background:linear-gradient(135deg,#f8fbff,#fff);
  padding:17px 18px;
  margin-bottom:12px;
}
.nav-drawer-intro p{
  margin:0 0 7px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#00216d;
}
.nav-drawer-intro h3{
  margin:0;
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.045em;
  color:#07142f;
}
.drawer-nav-links{display:grid!important;gap:9px!important;}
.nav-drawer a.drawer-nav-item,
.nav-drawer .drawer-nav-item{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 28px!important;
  gap:12px!important;
  align-items:center!important;
  margin:0!important;
  padding:13px!important;
  min-height:78px!important;
  border-radius:20px!important;
  border:1px solid #e5eaf2!important;
  background:#fff!important;
  color:#07142f!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(15,23,42,.045)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important;
}
.nav-drawer a.drawer-nav-item:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(0,33,109,.22)!important;
  background:#f8fbff!important;
  box-shadow:0 14px 32px rgba(15,23,42,.08)!important;
}
.nav-drawer a.drawer-nav-item-primary{
  background:linear-gradient(135deg,#061331,#00216d)!important;
  border-color:#061331!important;
  color:#fff!important;
}
.nav-drawer a.drawer-nav-item-primary small,
.nav-drawer a.drawer-nav-item-primary .nav-item-arrow{color:rgba(255,255,255,.78)!important;}
.nav-item-icon{
  width:44px!important;
  height:44px!important;
  border-radius:15px!important;
  display:grid!important;
  place-items:center!important;
  background:#eef5ff!important;
  font-size:21px!important;
}
.drawer-nav-item-primary .nav-item-icon{background:rgba(255,255,255,.16)!important;}
.nav-item-copy b{
  display:block!important;
  margin:0 0 4px!important;
  font-size:16px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  color:inherit!important;
}
.nav-item-copy small{
  display:block!important;
  margin:0!important;
  color:#66738c!important;
  font-size:12.6px!important;
  line-height:1.34!important;
}
.nav-item-arrow{
  display:grid!important;
  place-items:center!important;
  width:28px!important;
  height:28px!important;
  border-radius:999px!important;
  color:#00216d!important;
  font-weight:950!important;
  background:#f4f7fb!important;
}
.drawer-nav-item-primary .nav-item-arrow{background:rgba(255,255,255,.14)!important;}

@media(max-width:1100px){
  .involvement-modal{width:min(980px,calc(100vw - 32px))!important;}
  .involve-v7-shell{grid-template-columns:1fr!important;padding-left:32px!important;padding-right:32px!important;}
  .involve-top-layout{grid-template-columns:1fr!important;}
  .involve-serves-panel{height:auto!important;}
  .involvement-head-v7,.journey-head-v7{padding-left:32px!important;padding-right:78px!important;}
  .involvement-footer-v7,.journey-system-note-v7,.journey-footer-v7{margin-left:32px!important;margin-right:32px!important;}
  .journey-panel-v7{grid-template-columns:1fr!important;padding-left:32px!important;padding-right:32px!important;}
}
@media(max-width:760px){
  .site-header .get-involved-trigger{height:38px!important;padding:0 12px!important;font-size:12.5px!important;}
  .involvement-modal{
    inset:0!important;
    left:0!important;
    top:0!important;
    width:100vw!important;
    max-width:none!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    transform:translateY(12px) scale(1)!important;
  }
  .involvement-modal.open{animation:involveMobileV8 .18s ease forwards!important;}
  @keyframes involveMobileV8{to{opacity:1;transform:translateY(0) scale(1)}}
  .involvement-modal-scroll{
    max-height:100dvh!important;
    padding-bottom:88px!important;
  }
  .involvement-close{top:14px!important;right:14px!important;width:46px!important;height:46px!important;background:#fff!important;}
  .involvement-head-v7,.journey-head-v7{padding:66px 18px 16px!important;}
  .involvement-head-v7 h2,.journey-head-v7 h2{font-size:34px!important;line-height:1.02!important;}
  .involvement-head-v7 p:not(.involvement-kicker),.journey-head-v7 p:not(.involvement-kicker){font-size:14.8px!important;}
  .involve-v7-shell{padding:0 14px 16px!important;gap:12px!important;}
  .involve-top-layout,.involve-top-routes,.involve-route-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .involve-route-grid{margin-top:12px!important;}
  .involve-feature-card{min-height:310px!important;border-radius:20px!important;}
  .feature-content{min-height:310px!important;padding:22px!important;}
  .feature-content b{font-size:32px!important;}
  .feature-content em{font-size:14.5px!important;}
  .involve-route-card{min-height:auto!important;padding:16px!important;}
  .involve-serves-panel{padding:17px!important;border-radius:20px!important;}
  .involvement-footer-v7{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    margin:0!important;
    padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important;
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(18px)!important;
    border-top:1px solid #e6ebf2!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    z-index:9!important;
  }
  .involvement-footer-v7 span{display:none!important;}
  .involve-footer-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;width:100%!important;}
  .browse-opportunities-btn,.involvement-footer-v7 .involvement-next{width:100%!important;min-width:0!important;min-height:50px!important;}
  .journey-panel-v7{padding:0 14px 14px!important;grid-template-columns:1fr!important;}
  .journey-system-note-v7,.journey-footer-v7{margin-left:14px!important;margin-right:14px!important;}
  .journey-footer-v7{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding-bottom:calc(14px + env(safe-area-inset-bottom))!important;}
  .journey-cta-row{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  .nav-drawer{width:min(390px,calc(100vw - 10px))!important;padding:14px!important;border-radius:22px 0 0 22px!important;}
  .nav-drawer-intro h3{font-size:18px!important;}
  .nav-drawer a.drawer-nav-item{grid-template-columns:42px minmax(0,1fr) 26px!important;min-height:74px!important;padding:12px!important;border-radius:18px!important;}
  .nav-item-icon{width:42px!important;height:42px!important;border-radius:14px!important;font-size:19px!important;}
  .nav-item-copy b{font-size:15.5px!important;}
  .nav-item-copy small{font-size:12.2px!important;}
}

/* --- v9: simplified Get Involved UX, removed right info panel, repaired card layout --- */
.involve-serves-panel{display:none!important;}
.involvement-modal{width:min(1380px,calc(100vw - 48px))!important;max-width:1380px!important;}
.involve-v7-shell.involve-v9-shell,
.involve-v9-shell{
  display:block!important;
  grid-template-columns:1fr!important;
  padding:0 44px 18px!important;
}
.involve-v9-shell .involve-v7-main{width:100%!important;min-width:0!important;}
.involve-v9-shell .involve-top-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)!important;
  gap:16px!important;
  align-items:stretch!important;
}
.involve-v9-shell .involve-top-routes{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.involve-v9-shell .involve-route-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:16px!important;
}
.involve-v9-shell .involve-feature-card{min-height:330px!important;border-radius:24px!important;}
.involve-v9-shell .feature-content{min-height:330px!important;padding:30px!important;max-width:650px!important;}
.involve-v9-shell .feature-content b{font-size:clamp(34px,3.15vw,44px)!important;line-height:.98!important;}
.involve-v9-shell .feature-content em{font-size:16px!important;line-height:1.45!important;max-width:610px!important;}
.involve-v9-shell .involve-route-card{
  min-height:158px!important;
  padding:18px 16px!important;
  border-radius:20px!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:13px!important;
}
.involve-v9-shell .route-copy b{font-size:15.5px!important;line-height:1.12!important;letter-spacing:-.025em!important;}
.involve-v9-shell .route-copy em{font-size:13px!important;line-height:1.38!important;}
.involve-v9-shell .route-copy span{margin-top:auto!important;padding-top:12px!important;font-size:12.8px!important;}
.involvement-footer-v7{margin-left:44px!important;margin-right:44px!important;}
.involvement-head-v7 h2{max-width:960px!important;}

@media(max-width:1180px){
  .involvement-modal{width:min(1060px,calc(100vw - 32px))!important;}
  .involve-v9-shell{padding-left:32px!important;padding-right:32px!important;}
  .involve-v9-shell .involve-top-layout{grid-template-columns:1fr!important;}
  .involve-v9-shell .involve-top-routes{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .involve-v9-shell .involve-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .involvement-footer-v7{margin-left:32px!important;margin-right:32px!important;}
}
@media(max-width:760px){
  .involve-v9-shell{padding:0 14px 16px!important;}
  .involve-v9-shell .involve-top-layout,
  .involve-v9-shell .involve-top-routes,
  .involve-v9-shell .involve-route-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .involve-v9-shell .involve-feature-card{min-height:320px!important;border-radius:20px!important;}
  .involve-v9-shell .feature-content{min-height:320px!important;padding:22px!important;}
  .involve-v9-shell .feature-content b{font-size:32px!important;}
  .involve-v9-shell .feature-content em{font-size:14.7px!important;}
  .involve-v9-shell .involve-route-card{min-height:auto!important;padding:16px!important;}
}


/* --- v10: category-mapped Get Involved cards, instant path routing, downloadable supply resources --- */
.involve-category-strip{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px;max-width:980px}
.involve-category-strip span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 13px;border-radius:999px;background:#f5f8ff;border:1px solid #dfe8f6;color:#07142f;font-size:12px;font-weight:950;letter-spacing:.015em}.involve-category-strip i{font-style:normal;font-size:15px}
.involve-v10-shell .involve-top-layout{grid-template-columns:minmax(0,1.06fr) minmax(455px,.94fr)!important;gap:18px!important}.involve-v10-shell .involve-top-routes{gap:14px!important}.involve-v10-shell .involve-route-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.involve-v10-shell .involve-route-card{min-height:222px!important;padding:16px!important;align-items:start!important;cursor:pointer!important}.involve-v10-shell .involve-route-card:hover .route-explore,.involve-v10-shell .involve-feature-card:hover .feature-cta{transform:translateX(2px)}
.route-copy{display:flex!important;flex-direction:column!important;min-height:100%!important}.route-category{display:inline-flex!important;align-items:center!important;gap:5px!important;width:max-content!important;max-width:100%!important;min-height:24px!important;padding:0 9px!important;margin:0 0 9px!important;border-radius:999px!important;background:#f3f7ff!important;border:1px solid #dde8f8!important;color:#00216d!important;font-size:10px!important;font-weight:950!important;letter-spacing:.05em!important;text-transform:uppercase!important;white-space:nowrap!important}.route-explore{display:block!important;color:#002b8f!important;font-weight:950!important;margin-top:12px!important;padding-top:0!important;transition:transform .16s ease!important}.route-best-for{display:block!important;margin-top:10px!important;padding-top:10px!important;border-top:1px solid #edf1f6!important;color:#5b6678!important;font-size:11.5px!important;line-height:1.32!important;font-weight:760!important}.route-best-for strong{color:#c72a1c!important;text-transform:uppercase!important;font-size:10.5px!important;letter-spacing:.05em!important}.feature-category{background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important;margin-bottom:12px!important}.feature-best-for{display:block!important;margin-top:14px!important;max-width:570px!important;color:rgba(255,255,255,.86)!important;font-size:12.5px!important;line-height:1.35!important;font-weight:780!important}.feature-best-for strong{color:#ff4b3a!important;text-transform:uppercase!important;font-size:11px!important;letter-spacing:.06em!important}.feature-cta{transition:transform .16s ease!important}.involvement-footer-v10 .involvement-next{min-width:285px!important}.journey-category-pill{display:inline-flex;align-items:center;gap:7px;width:max-content;margin:0 0 13px;padding:8px 12px;border-radius:999px;background:#f5f8ff;border:1px solid #dce7f7;color:#00216d;font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.journey-best-for-v10{border-top:1px solid #edf1f6;margin-top:14px!important;padding-top:14px!important;color:#5b6678!important}.journey-best-for-v10 strong{color:#c72a1c!important;text-transform:uppercase!important;font-size:12px!important;letter-spacing:.06em!important}.journey-resource-v10{margin:0 44px 18px;padding:20px;border:1px solid #e5ebf3;border-radius:24px;background:linear-gradient(135deg,#fff,#f8fbff);display:grid;grid-template-columns:minmax(220px,.46fr) minmax(0,.54fr);gap:16px;box-shadow:0 14px 32px rgba(15,23,42,.05)}.journey-resource-v10 span{font-size:24px}.journey-resource-v10 h3{margin:8px 0 8px;color:#07142f;font-size:22px;letter-spacing:-.04em}.journey-resource-v10 p{margin:0;color:#5d697b;line-height:1.5}.journey-resource-links{display:grid;gap:10px}.journey-resource-link{display:grid;gap:5px;padding:14px;border-radius:18px;background:#fff;border:1px solid #e2eaf4;text-decoration:none;color:#07142f;box-shadow:0 8px 20px rgba(15,23,42,.04)}.journey-resource-link b{font-size:14px;letter-spacing:-.02em}.journey-resource-link span{font-size:12.5px!important;line-height:1.4!important;color:#5d697b}.journey-resource-link i{font-style:normal;color:#002b8f;font-weight:950;font-size:12.5px}.resource-download-panel{border:1px solid #e4ebf4;border-radius:30px;background:linear-gradient(135deg,#ffffff,#f7fbff);box-shadow:0 20px 52px rgba(15,23,42,.055);padding:26px;display:grid;grid-template-columns:minmax(260px,.46fr) minmax(0,.54fr);gap:22px;align-items:start}.resource-download-panel .eyebrow{margin:0 0 10px}.resource-download-panel h2{margin:0;color:#07142f;font-size:clamp(28px,3vw,44px);line-height:1.02;letter-spacing:-.055em}.resource-download-panel p{margin:12px 0 0;color:#5d697b;line-height:1.55}.resource-download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.resource-download-card{display:grid;gap:8px;padding:18px;border:1px solid #e1e9f3;border-radius:22px;background:#fff;color:#07142f;text-decoration:none;box-shadow:0 12px 28px rgba(15,23,42,.045)}.resource-download-card span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eff5ff;font-size:20px}.resource-download-card b{font-size:17px;letter-spacing:-.025em}.resource-download-card small{color:#5d697b;line-height:1.42;font-weight:680}.resource-download-card i{font-style:normal;color:#002b8f;font-weight:950}.drawer-downloads{margin-top:12px;padding-top:12px;border-top:1px solid #edf1f6;display:grid;gap:8px}.drawer-downloads-title{font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:#64748b;margin:0 0 2px}.drawer-download-link{display:grid!important;grid-template-columns:36px minmax(0,1fr) 24px!important;gap:10px!important;align-items:center!important;padding:10px!important;min-height:58px!important;border:1px solid #e5eaf2!important;border-radius:16px!important;background:#fbfdff!important;color:#07142f!important;text-decoration:none!important}.drawer-download-link span:first-child{width:36px;height:36px;border-radius:12px;background:#eff5ff;display:grid;place-items:center}.drawer-download-link b{font-size:13.5px;line-height:1.1}.drawer-download-link small{display:block;color:#66738c;font-size:11.2px;line-height:1.2;margin-top:3px}.drawer-download-link span:last-child{color:#002b8f;font-weight:950}
@media(max-width:1180px){.involve-v10-shell .involve-top-layout{grid-template-columns:1fr!important}.involve-v10-shell .involve-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.journey-resource-v10{margin-left:32px!important;margin-right:32px!important}.resource-download-panel{grid-template-columns:1fr}.resource-download-grid{grid-template-columns:1fr}}
@media(max-width:760px){.involve-category-strip{gap:7px;margin-top:14px}.involve-category-strip span{font-size:11px;min-height:31px;padding:0 10px}.involve-v10-shell .involve-route-card{min-height:auto!important}.route-best-for{font-size:11.2px!important}.involvement-footer-v10 .involvement-next{min-width:0!important}.journey-resource-v10{margin-left:14px!important;margin-right:14px!important;grid-template-columns:1fr;padding:16px;border-radius:20px}.resource-download-panel{padding:18px;border-radius:24px}.nav-drawer{padding-bottom:22px!important}}


/* --- v11: filtered Get Involved routing + compact .edu Deployer card --- */
.involve-category-strip-v11{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:18px!important;max-width:1180px!important}
.category-filter-chip{appearance:none;border:1px solid #dfe8f6;background:#f5f8ff;color:#07142f;border-radius:999px;min-height:36px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:950;letter-spacing:.015em;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.category-filter-chip i{font-style:normal;font-size:15px}.category-filter-chip:hover{transform:translateY(-1px);border-color:#b9c8e4;background:#fff}.category-filter-chip.active{background:#07142f;color:#fff;border-color:#07142f;box-shadow:0 10px 24px rgba(7,20,47,.18)}
.involve-v11-shell{padding:0 44px 18px!important;display:block!important}.involve-v11-shell .involve-route-grid-v11{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:14px!important;margin-top:0!important}.involve-v11-shell .involve-route-card{min-height:236px!important;border-radius:22px!important;padding:18px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:16px!important;text-align:left!important;align-items:start!important}.involve-v11-shell .route-icon{width:54px!important;height:54px!important;border-radius:17px!important;display:grid!important;place-items:center!important;background:#eff5ff!important;color:#061326!important;font-size:23px!important;box-shadow:none!important}.involve-v11-shell .route-copy b{font-size:19px!important;line-height:1.08!important;letter-spacing:-.035em!important}.involve-v11-shell .route-copy em{font-style:normal!important;color:#4d5a73!important;font-size:15px!important;line-height:1.42!important;margin-top:9px!important}.involve-v11-shell .route-copy .route-explore{margin-top:auto!important;padding-top:14px!important}.involve-v11-shell .involve-route-card.is-deployer{border-color:rgba(0,33,109,.32)!important;background:linear-gradient(135deg,#ffffff 0%,#f7fbff 60%,#fff7f4 100%)!important;box-shadow:0 18px 46px rgba(0,33,109,.12)!important}.involve-v11-shell .involve-route-card.is-deployer .route-icon{background:#07142f!important;color:#fff!important}.involve-v11-shell .involve-route-card.is-deployer .route-category{background:#fff!important;border-color:#d7e3f6!important}.involve-filter-note{display:flex;align-items:center;gap:10px;justify-content:space-between;margin:0 0 14px;padding:13px 16px;border:1px solid #e2eaf4;border-radius:18px;background:#f8fbff;color:#4d5a73}.involve-filter-note b{color:#07142f;font-size:14px}.involve-filter-note span{font-size:13px;line-height:1.35}.involvement-footer-v11 .involve-footer-actions{display:flex;gap:12px;align-items:center}.browse-opportunities-btn{min-height:54px;border-radius:18px;border:1px solid #d9e1ec;background:#fff;color:#07142f;text-decoration:none;font-weight:950;padding:16px 22px;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:1180px){.involve-v11-shell .involve-route-grid-v11{grid-template-columns:repeat(2,minmax(0,1fr))!important}.involve-v11-shell{padding-left:32px!important;padding-right:32px!important}}
@media(max-width:760px){.involvement-head-v11{padding-left:18px!important;padding-right:62px!important}.involve-category-strip-v11{gap:7px!important;margin-top:14px!important}.category-filter-chip{font-size:11px;min-height:32px;padding:0 10px}.involve-v11-shell{padding:0 14px 16px!important}.involve-v11-shell .involve-route-grid-v11{grid-template-columns:1fr!important;gap:12px!important}.involve-v11-shell .involve-route-card{min-height:auto!important;grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;padding:15px!important;border-radius:18px!important}.involve-v11-shell .route-icon{width:48px!important;height:48px!important;border-radius:15px!important}.involve-v11-shell .route-copy b{font-size:17px!important}.involve-v11-shell .route-copy em{font-size:13.6px!important}.involve-filter-note{display:grid;gap:5px}.involvement-footer-v11 .involve-footer-actions{display:grid;width:100%;grid-template-columns:1fr}.browse-opportunities-btn,.involvement-footer-v11 .involvement-next{width:100%!important;min-width:0!important}}
/* v11 specificity repair for compact path cards */
.involve-v11-shell .route-copy span.route-category{margin:0 0 9px!important;padding:0 9px!important;font-size:10px!important;min-height:24px!important;width:max-content!important;max-width:100%!important;align-self:flex-start!important;}
.involve-v11-shell .route-copy span.route-explore{margin-top:auto!important;padding-top:14px!important;font-size:14px!important;}


/* v13 speed + Help Center resource polish */
.market-row,
.search-results,
.result-grid,
.card-row,
.involvement-card,
.demand-channel-card,
.network-card {
  content-visibility: auto;
}
.market-row { contain-intrinsic-size: 900px; }
.search-results { contain-intrinsic-size: 1100px; }
.demand-channel-card,
.network-card,
.drawer-panel,
.nav-drawer,
.faq-resource-card {
  contain: layout paint;
}
.result-option,
.suggestion,
.drawer-nav-item,
.demand-channel-card,
.network-card,
.cta,
.see-all {
  touch-action: manipulation;
}
html { scroll-behavior: auto; }
.faq-resource-section {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 28px;
  background: linear-gradient(180deg,#fff,#f8fafc);
  box-shadow: 0 18px 50px rgba(15,23,42,.06);
}
.section-head.compact h2 { margin: 4px 0 8px; font-size: clamp(1.8rem,3vw,2.8rem); }
.section-head.compact p:last-child { color:#5b6475; max-width: 880px; }
.faq-resource-grid {
  display:grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.faq-resource-card {
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height: 220px;
  padding:22px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:22px;
  text-decoration:none;
  color:#07142d;
  background:#fff;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.faq-resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(15,23,42,.10);
  border-color: rgba(0,45,120,.25);
}
.faq-resource-card .resource-icon {
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eef4ff;font-size:1.25rem;
}
.faq-resource-card b { font-size:1.15rem; letter-spacing:-.01em; }
.faq-resource-card small { font-size:.95rem; line-height:1.55; color:#596276; }
.faq-resource-card em { margin-top:auto; color:#002b7a; font-style:normal; font-weight:900; }
@media (max-width: 760px) {
  .faq-resource-section { padding:20px; border-radius:22px; }
  .faq-resource-grid { grid-template-columns:1fr; }
}


/* v14 marketplace visibility repair: keep the speed gains from pre-indexed search, but do not let aggressive content-visibility hide cards in Safari, mobile previews, or static-hosted builds. */
.market-row,
.search-results,
.result-grid,
.card-row,
.involvement-card,
.demand-channel-card,
.network-card {
  content-visibility: visible !important;
}
.card-row,
.result-grid,
.market-row,
.search-results {
  contain: none !important;
}
.demand-channel-card {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.rows:empty::before {
  content: 'Loading market demand channels…';
  display:block;
  padding:40px;
  border:1px dashed #d8dee8;
  border-radius:24px;
  color:#526071;
  background:#f8fafc;
}


/* v15 bridge images + outward help-resource polish */
.faq-resource-section .section-head.compact p:not(.eyebrow){display:none!important;}
.bridge-detail-content .network-detail-hero.no-media{grid-template-columns:1fr!important;}
.bridge-detail-media img{object-fit:cover!important;object-position:center!important;}



/* v16 bridge individual entity images */
.bridge-view .network-card .image-wrap,
.bridge-view .network-detail-media{
  background:#f7f5ef!important;
}
.bridge-view .network-card .image-wrap img,
.bridge-view .network-detail-media img{
  object-fit:contain!important;
  object-position:center!important;
  background:#f7f5ef!important;
}
.bridge-view .network-card .overlay-chip{max-width:calc(100% - 28px)!important;}


/* --- v17 role-routing, card CTAs, and search intelligence --- */
.role-router-head h2{max-width:980px!important}.role-router-shell{display:block!important}.role-router-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.role-router-grid .involve-route-card{min-height:254px!important}.role-universe-card{position:relative;overflow:hidden}.role-universe-card::after{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(0,43,143,.05)}.role-market{border-top:4px solid #0a5bff!important}.role-knowledge{border-top:4px solid #0f9d7a!important}.role-builder{border-top:4px solid #ff5a1f!important}.role-bridge{border-top:4px solid #7c3aed!important}.role-capital{border-top:4px solid #16a34a!important}.role-host{border-top:4px solid #0891b2!important}.role-master-note{background:#fff7ed!important;border-color:#fed7aa!important}.role-journey-panel{align-items:stretch}.mini-route-button,.role-search-actions button{height:40px;border:1px solid #dbe5f3;background:#fff;color:#08245b;border-radius:999px;padding:0 13px;font-weight:950;cursor:pointer;white-space:nowrap}.mini-route-button:hover,.role-search-actions button:hover{border-color:#002b8f;box-shadow:0 8px 20px rgba(0,43,143,.12)}.channel-role-panel{margin:22px 0;border:1px solid #e3eaf4;background:linear-gradient(135deg,#fff,#f8fbff);border-radius:30px;padding:22px;box-shadow:0 14px 36px rgba(15,23,42,.045)}.channel-role-panel.compact{background:#fff;padding:18px}.channel-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.channel-role-card{border:1px solid #e5ebf3;background:#fff;border-radius:22px;padding:16px;display:grid;gap:8px;align-content:start;min-height:220px}.channel-role-card>span:first-child{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#f1f5ff;font-size:20px}.channel-role-card b{font-size:16px;line-height:1.15;color:#07142f;letter-spacing:-.03em}.channel-role-card p{margin:0;color:#526071;font-size:13.5px;line-height:1.42}.channel-role-card small{color:#66738c;line-height:1.35}.channel-role-card small strong{color:#c72a1c;text-transform:uppercase;font-size:10.5px;letter-spacing:.06em}.channel-role-card .mini-route-button{margin-top:auto;width:max-content}.role-search-panel{margin:0 0 22px;border:1px solid #dbe7f7;background:linear-gradient(135deg,#ffffff,#f3f8ff);border-radius:28px;padding:20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.45fr);gap:18px;align-items:center;box-shadow:0 18px 45px rgba(15,23,42,.055)}.role-search-panel h3{font-size:clamp(24px,2.2vw,34px);line-height:1.04;margin:0;letter-spacing:-.05em;color:#07142f}.role-search-panel p{margin:8px 0 0;color:#526071;line-height:1.5}.role-search-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.role-universe-panel{margin:26px auto;max-width:1760px;border:1px solid #e4ebf4;background:linear-gradient(135deg,#fff,#f8fbff);border-radius:30px;padding:26px;display:grid;grid-template-columns:minmax(280px,.45fr) minmax(0,.55fr);gap:22px;box-shadow:0 18px 45px rgba(15,23,42,.05)}.role-universe-panel h2{margin:0;font-size:clamp(28px,3vw,44px);line-height:1.02;letter-spacing:-.055em;color:#07142f}.role-universe-panel p:not(.eyebrow){margin:12px 0 0;color:#586577;line-height:1.55}.role-universe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.role-universe-grid article{border:1px solid #e5ebf3;background:#fff;border-radius:22px;padding:18px}.role-universe-grid b{display:block;color:#07142f;font-size:17px;line-height:1.1;letter-spacing:-.025em}.role-universe-grid span{display:block;margin-top:8px;color:#5d697b;line-height:1.45;font-size:13.5px}.join-card select{width:100%;height:52px;border:1px solid #ddd;border-radius:16px;padding:0 14px;font:inherit;background:#fff;color:#222}.join-card select:focus{outline:2px solid rgba(0,43,143,.18);border-color:#002b8f}@media(max-width:1120px){.role-router-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.channel-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.role-universe-panel{grid-template-columns:1fr}.role-search-panel{grid-template-columns:1fr}.role-search-actions{justify-content:flex-start}}@media(max-width:760px){.role-router-grid{grid-template-columns:1fr!important}.role-router-grid .involve-route-card{min-height:auto!important}.channel-role-grid,.role-universe-grid{grid-template-columns:1fr}.channel-role-panel{padding:16px;border-radius:22px}.channel-role-card{min-height:0}.role-search-panel{border-radius:22px;padding:16px}.role-search-actions{display:grid}.role-search-actions button,.mini-route-button{width:100%;height:44px}.role-universe-panel{padding:18px;border-radius:24px}}

/* =========================================================
   v19 Mobile Airbnb-pattern UX + performance guardrails
   ========================================================= */
.hero-home{background-image:url('/assets/hero/home-hero-world.webp')!important;}
.mobile-air-tabs,.mobile-bottom-nav{display:none;}

@media(max-width:900px){
  :root{--mobile-header:64px;--mobile-bottom:78px;}
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#fff!important;overscroll-behavior-x:none!important;}
  body{padding-bottom:calc(var(--mobile-bottom) + env(safe-area-inset-bottom))!important;}
  body.drawer-lock,body.modal-lock,body.nav-lock,body.menu-lock{position:static!important;overflow:auto!important;}
  *{max-width:100vw;}
  img{content-visibility:auto;}

  /* Compact top browser-app header: menu left, Arns centered, no crowded links. */
  .site-header{height:var(--mobile-header)!important;min-height:var(--mobile-header)!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(18px)!important;border-bottom:0!important;box-shadow:0 1px 0 rgba(0,0,0,.06)!important;position:sticky!important;top:0!important;z-index:5400!important;}
  .site-header .brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:104px!important;max-width:104px!important;min-width:0!important;z-index:2!important;}
  .site-header .brand img{max-height:34px!important;width:100%!important;object-fit:contain!important;display:block!important;}
  .header-view-switch,.site-header .view-switch,.model-header-spacer{display:none!important;}
  .site-header .top-actions{position:absolute!important;left:16px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;gap:0!important;z-index:3!important;}
  .site-header .get-involved-trigger{display:none!important;}
  .site-header .round-menu{width:42px!important;height:42px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:14px!important;font-size:0!important;color:#111!important;display:grid!important;place-items:center!important;line-height:1!important;}
  .site-header .round-menu::before{content:'☰';font-size:25px!important;font-weight:800!important;line-height:1!important;}

  /* Marketplace landing becomes the Airbnb mobile pattern: search first, tabs second, rows third. */
  .hero-home{min-height:0!important;background:#fff!important;background-image:none!important;border-bottom:1px solid #f0f0f0!important;}
  .hero-overlay{display:none!important;}
  .hero-inner{min-height:0!important;padding:18px 24px 0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:0!important;}
  .hero-copy{display:none!important;}
  .search-shell,.home-search-shell{width:100%!important;max-width:640px!important;margin:0 auto!important;position:relative!important;z-index:5300!important;}
  .universal-search{height:78px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;border-radius:999px!important;border:1px solid #ddd!important;background:#fff!important;box-shadow:0 8px 26px rgba(0,0,0,.10)!important;overflow:hidden!important;}
  .search-input-wrap{height:100%!important;display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;align-items:center!important;}
  .universal-search .search-icon{padding-left:21px!important;font-size:24px!important;color:#222!important;line-height:1!important;}
  .universal-search input{height:100%!important;border:0!important;background:#fff!important;font-size:22px!important;font-weight:850!important;letter-spacing:-.025em!important;color:#242424!important;padding:0 20px 0 0!important;}
  .universal-search input::placeholder{color:#2d2d2d!important;opacity:1!important;}
  .search-submit{display:none!important;}
  .search-dropdown{position:fixed!important;left:14px!important;right:14px!important;top:calc(var(--mobile-header) + 92px + env(safe-area-inset-top))!important;width:auto!important;max-height:calc(100svh - var(--mobile-header) - 118px - var(--mobile-bottom))!important;border-radius:28px!important;padding:16px!important;z-index:7000!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;}

  .mobile-air-tabs{width:100%!important;max-width:680px!important;margin:20px auto 0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:end!important;gap:4px!important;background:#fff!important;}
  .mobile-air-tab{position:relative!important;min-width:0!important;text-decoration:none!important;border:0!important;background:transparent!important;color:#6a6a6a!important;display:grid!important;place-items:center!important;gap:6px!important;padding:2px 4px 13px!important;font:inherit!important;text-align:center!important;}
  .mobile-air-tab .tab-emoji{height:42px!important;display:grid!important;place-items:center!important;font-size:34px!important;line-height:1!important;filter:drop-shadow(0 2px 2px rgba(0,0,0,.08));}
  .mobile-air-tab b{font-size:14.5px!important;line-height:1.02!important;letter-spacing:-.02em!important;font-weight:780!important;}
  .mobile-air-tab.active,.mobile-air-tab[aria-pressed="true"]{color:#222!important;}
  .mobile-air-tab.active::after,.mobile-air-tab[aria-pressed="true"]::after{content:''!important;position:absolute!important;left:22%!important;right:22%!important;bottom:0!important;height:4px!important;border-radius:999px!important;background:#111!important;}

  .marketplace-shell{padding:20px 0 calc(112px + env(safe-area-inset-bottom))!important;background:#fff!important;overflow:visible!important;max-width:100vw!important;}
  .active-filter-row,.rows{width:100%!important;max-width:100vw!important;margin:0!important;}
  .active-filter-row{padding:0 24px!important;min-height:0!important;margin-bottom:8px!important;}
  .market-row,.network-row{margin:30px 0 36px!important;width:100%!important;max-width:100vw!important;overflow:hidden!important;}
  .row-head{display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;gap:12px!important;align-items:center!important;margin:0 0 14px!important;padding:0 24px!important;}
  .row-title h2{font-size:30px!important;line-height:1.12!important;letter-spacing:-.045em!important;margin:0!important;color:#242424!important;}
  .row-title p{display:none!important;}
  .see-all{width:44px!important;height:44px!important;min-height:44px!important;border-radius:999px!important;background:#f4f4f4!important;text-decoration:none!important;color:transparent!important;font-size:0!important;padding:0!important;display:grid!important;place-items:center!important;border:0!important;}
  .see-all::before{content:'→';font-size:24px!important;line-height:1!important;color:#171717!important;font-weight:850!important;}

  .card-row,.network-card-row{display:flex!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;gap:16px!important;width:100%!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 24px 20px!important;scroll-padding-left:24px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;touch-action:pan-x pan-y!important;scrollbar-width:none!important;}
  .card-row::-webkit-scrollbar,.network-card-row::-webkit-scrollbar{display:none!important;}
  .card-row .card,.demand-channel-card,.network-card{flex:0 0 clamp(176px,43vw,242px)!important;width:clamp(176px,43vw,242px)!important;max-width:clamp(176px,43vw,242px)!important;min-width:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important;scroll-snap-align:start!important;transform:none!important;}
  .card:hover,.demand-channel-card:hover,.network-card:hover{transform:none!important;box-shadow:none!important;}
  .demand-channel-card .image-wrap,.network-card .image-wrap,.network-card .profile-media{width:100%!important;aspect-ratio:1.08/1!important;margin:0!important;border-radius:22px!important;overflow:hidden!important;background:#f5f5f5!important;border:0!important;box-shadow:none!important;}
  .demand-channel-card .image-wrap img,.network-card .image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;transform:none!important;filter:none!important;}
  .demand-channel-card .image-wrap::after,.network-card .image-wrap::after{display:none!important;}
  .status-pill,.signal-pill{display:none!important;}
  .demand-channel-card .card-body,.network-card .card-body{padding:13px 2px 0!important;min-height:0!important;display:block!important;}
  .channel-line,.priority-strip,.submit-fit{display:none!important;}
  .title-row{display:grid!important;grid-template-columns:minmax(0,1fr) 36px!important;grid-template-areas:'title logo'!important;gap:8px!important;align-items:start!important;}
  .title-row .brand-badge{grid-area:logo!important;width:34px!important;height:34px!important;border-radius:999px!important;justify-self:end!important;}
  .title-row>div{grid-area:title!important;min-width:0!important;}
  .demand-channel-card h3,.network-card h3{font-size:18.5px!important;line-height:1.08!important;letter-spacing:-.025em!important;margin:0!important;color:#222!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .meta{font-size:13.5px!important;line-height:1.2!important;color:#717171!important;margin-top:6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .summary{display:none!important;}
  .card-footer{display:block!important;margin-top:7px!important;padding:0!important;}
  .preventure{font-size:13.5px!important;line-height:1.24!important;color:#717171!important;font-weight:520!important;max-width:100%!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .card-arrow{display:none!important;}

  .grid-mode .search-results{display:block!important;padding:0 24px!important;}
  .result-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 16px!important;}
  .result-grid .card{width:100%!important;max-width:100%!important;flex:auto!important;}
  .role-search-panel{margin:0 24px 22px!important;border-radius:24px!important;}

  /* Drawers and menus open cleanly without leaving invisible touch blockers. */
  .drawer-backdrop{z-index:7600!important;}
  .drawer{z-index:7610!important;top:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;transform:translateX(100%)!important;opacity:1!important;}
  .drawer.open{transform:translateX(0)!important;}
  .drawer-header{padding:calc(12px + env(safe-area-inset-top)) 16px 12px!important;}
  .drawer-body{padding:16px 16px calc(106px + env(safe-area-inset-bottom))!important;}
  .menu-backdrop{z-index:7200!important;}
  .nav-drawer{z-index:7210!important;width:min(92vw,420px)!important;border-radius:0 28px 28px 0!important;}
  .involvement-backdrop{z-index:7800!important;}
  .involvement-modal{z-index:7810!important;}

  /* Subpages: mobile spacing and bottom action safety. */
  .model-main,.partners-main,.page-main,.faq-main,.legal-main,.join-main,main{padding-bottom:calc(112px + env(safe-area-inset-bottom))!important;max-width:100vw!important;overflow-x:hidden!important;}
  .site-footer{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important;}

  /* Fixed bottom action bar. */
  .mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:calc(var(--mobile-bottom) + env(safe-area-inset-bottom))!important;padding:8px 18px calc(8px + env(safe-area-inset-bottom))!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(22px)!important;border-top:1px solid rgba(0,0,0,.08)!important;z-index:7350!important;box-shadow:0 -10px 30px rgba(0,0,0,.06)!important;}
  .mobile-bottom-nav a{min-width:0!important;text-decoration:none!important;color:#666!important;display:grid!important;place-items:center!important;gap:4px!important;font-size:12.5px!important;line-height:1!important;font-weight:650!important;}
  .mobile-bottom-nav a span{font-size:30px!important;line-height:1!important;display:block!important;color:#5f5f5f!important;}
  .mobile-bottom-nav a b{font-weight:650!important;white-space:nowrap!important;letter-spacing:-.01em!important;}
  .mobile-bottom-nav a.active,.mobile-bottom-nav a:active{color:#ff385c!important;}
  .mobile-bottom-nav a.active span,.mobile-bottom-nav a:active span{color:#ff385c!important;}
}

@media(max-width:380px){
  .universal-search{height:68px!important;}
  .universal-search input{font-size:19px!important;}
  .mobile-air-tab .tab-emoji{font-size:29px!important;height:36px!important;}
  .mobile-air-tab b{font-size:12.8px!important;}
  .row-title h2{font-size:26px!important;}
  .card-row .card,.demand-channel-card,.network-card{flex-basis:46vw!important;width:46vw!important;max-width:46vw!important;}
  .result-grid{gap:19px 13px!important;}
}

/* --- v20 homepage cleanup: no web hero image, consistent 3-icon opportunity tabs, reliable search input --- */
.hero-home,
body .hero-home,
body.demand-view .hero-home,
body.knowledge-view .hero-home{
  background:#f7f7f7!important;
  background-image:none!important;
  background-position:center!important;
  background-size:auto!important;
}
.hero-overlay{display:none!important;}
.header-view-switch{gap:26px!important;}
.header-view-switch .view-tab{min-width:128px!important;cursor:pointer!important;}
.header-view-switch .view-tab[data-view="matches"] .view-icon{filter:drop-shadow(0 2px 3px rgba(0,0,0,.08));}
.header-view-switch .view-tab.active::after,
.header-view-switch .view-tab[aria-pressed="true"]::after{width:94px!important;}
.home-search-shell,
.search-shell{pointer-events:auto!important;}
.universal-search,
.search-input-wrap,
.universal-search input{
  pointer-events:auto!important;
  -webkit-user-select:text!important;
  user-select:text!important;
}
.universal-search input{
  position:relative!important;
  z-index:2!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:text!important;
}
.search-submit{cursor:pointer!important;}
.search-dropdown{pointer-events:auto!important;}
.mobile-air-tab{cursor:pointer!important;}
.mobile-air-tab[data-view="matches"].active::after,
.mobile-air-tab[data-view="matches"][aria-pressed="true"]::after{background:#111!important;}
@media(min-width:901px){
  .hero-home{padding-top:10px!important;padding-bottom:34px!important;}
  .hero-inner{max-width:1120px!important;}
  .mobile-air-tabs{display:none!important;}
  .home-search-shell .universal-search{width:min(100%,900px)!important;}
}
@media(max-width:1180px) and (min-width:901px){
  .site-header{grid-template-columns:auto minmax(0,1fr) auto!important;padding:0 20px!important;}
  .site-header .brand{width:126px!important;max-width:126px!important;}
  .header-view-switch{gap:16px!important;}
  .header-view-switch .view-tab{min-width:108px!important;}
  .header-view-switch .view-tab b{font-size:12.6px!important;}
}
@media(max-width:900px){
  .header-view-switch,.site-header .view-switch{display:none!important;}
  .hero-home{background:#fff!important;background-image:none!important;}
  .hero-inner{flex-direction:column!important;align-items:stretch!important;}
  .search-shell,.home-search-shell{z-index:5300!important;}
  .universal-search{grid-template-columns:minmax(0,1fr)!important;}
  .search-input-wrap{grid-template-columns:48px minmax(0,1fr)!important;min-width:0!important;}
  .universal-search input{min-width:0!important;width:100%!important;padding-right:18px!important;touch-action:manipulation!important;}
  .search-dropdown.open{display:block!important;}
  .mobile-air-tabs{display:grid!important;}
}
@media(max-width:380px){
  .mobile-air-tab b{font-size:12px!important;}
}
