
:root{--ink:#14213d;--navy:#071b33;--blue:#0b63f6;--teal:#00a6a6;--gold:#ffcc35;--muted:#687386;--line:#dfe5ec;--soft:#f6f8fb;--white:#fff;--shadow:0 16px 48px rgba(7,27,51,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff}button,input,select{font:inherit}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.hidden{display:none!important}.shell{width:min(1440px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-row{min-height:78px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:24px;align-items:center}.brand img{width:170px;height:auto}.global-search{display:flex;border:2px solid var(--navy);border-radius:999px;overflow:hidden;background:#fff}.global-search input{border:0;outline:0;padding:14px 18px;width:100%;font-size:15px}.global-search button{border:0;background:var(--blue);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}.header-actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.header-actions a:hover{color:var(--blue)}.header-actions .primary{background:var(--navy);color:#fff;border-radius:999px;padding:12px 18px}.count-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--gold);color:var(--navy);font-size:11px;margin-left:3px}
.department-bar{position:sticky;top:79px;z-index:55;background:#fff;border-bottom:1px solid var(--line);overflow:auto}.departments{display:flex;gap:24px;align-items:center;white-space:nowrap;min-height:48px;font-size:13px;font-weight:700}.departments button{border:0;background:none;padding:15px 0;cursor:pointer;color:#36445a}.departments button:hover,.departments button.active{color:var(--blue);box-shadow:inset 0 -3px var(--blue)}
.hero{position:relative;min-height:610px;display:grid;align-items:center;overflow:hidden;background:var(--navy);color:#fff}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.76;transition:opacity .5s}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,29,.84),rgba(2,13,29,.42) 58%,rgba(2,13,29,.2)),linear-gradient(0deg,rgba(2,13,29,.45),transparent 45%)}.hero-content{position:relative;z-index:2;max-width:900px;padding:90px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--teal)}.hero .eyebrow{color:#9eece6}.hero h1{font-size:clamp(52px,7vw,92px);line-height:.95;letter-spacing:-.055em;margin:16px 0 24px;max-width:880px}.hero-copy{font-size:20px;line-height:1.55;max-width:760px;color:#edf3fb}.journey-search{margin-top:34px;max-width:820px;background:#fff;border-radius:18px;padding:10px;display:grid;grid-template-columns:1fr auto;box-shadow:0 22px 60px rgba(0,0,0,.28)}.journey-search input{border:0;outline:0;padding:17px 18px;font-size:17px;color:var(--ink)}.journey-search button{border:0;border-radius:12px;background:var(--blue);color:#fff;padding:0 28px;font-weight:900;cursor:pointer}.hero-suggestions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-suggestions button{border:1px solid rgba(255,255,255,.5);color:#fff;background:rgba(7,27,51,.36);border-radius:999px;padding:9px 14px;cursor:pointer;backdrop-filter:blur(8px)}
.section{padding:72px 0}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}.section-head h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.035em;margin:6px 0 0}.section-head p{max-width:680px;color:var(--muted);line-height:1.6}.section-head button,.link-button{border:0;background:none;color:var(--blue);font-weight:800;cursor:pointer}.category-circles{display:grid;grid-template-columns:repeat(10,minmax(90px,1fr));gap:18px}.category-circles button{border:0;background:none;cursor:pointer;text-align:center;color:var(--ink)}.category-circles .icon{width:86px;height:86px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#eef3fb;font-size:32px;transition:.2s}.category-circles button:hover .icon{transform:translateY(-4px);background:#dce9ff}.category-circles strong{font-size:13px}
.rail-wrap{position:relative}.card-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:18px;overflow:auto;scroll-snap-type:x mandatory;padding:4px 2px 20px}.card{scroll-snap-align:start;border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-height:470px;transition:.2s;position:relative}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-image{height:220px;position:relative;overflow:hidden;background:#dfe7f1}.card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.card:hover .card-image img{transform:scale(1.04)}.stage{position:absolute;left:12px;top:12px;background:rgba(7,27,51,.88);color:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.float-actions{position:absolute;right:10px;top:10px;display:flex;gap:8px}.float-actions button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.16);cursor:pointer;font-size:18px}.float-actions button.active{background:var(--gold)}.card-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.card-domain{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--blue)}.card h3{font-size:20px;line-height:1.22;margin:0}.card-summary{font-size:14px;line-height:1.5;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.store-link{margin-top:auto;border-top:1px solid var(--line);padding-top:11px;font-size:12px;color:var(--muted)}.store-link strong{display:block;color:var(--ink);font-size:13px}.card-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:3px}.card-actions button,.card-actions a{border:1px solid var(--navy);border-radius:10px;padding:10px 12px;font-weight:800;font-size:12px;text-align:center;cursor:pointer;background:#fff}.card-actions button.active{background:var(--navy);color:#fff}.card-actions a{background:var(--navy);color:#fff}.collection-row{display:flex;gap:8px}.collection-row button{border:0;background:#eef3fb;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.collection-row button.active{background:#d9f3ef;color:#006b65}
.system-panel{display:grid;grid-template-columns:1.25fr .75fr;min-height:560px;border-radius:28px;overflow:hidden;background:var(--navy);color:#fff}.system-visual{position:relative}.system-visual img{width:100%;height:100%;object-fit:cover;opacity:.8}.system-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,27,51,.18),rgba(7,27,51,.78))}.hotspot{position:absolute;z-index:2;width:42px;height:42px;border:3px solid #fff;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 0 0 8px rgba(11,99,246,.25)}.hotspot.h1{left:18%;top:34%}.hotspot.h2{left:47%;top:57%}.hotspot.h3{left:72%;top:28%}.system-copy{padding:58px;display:flex;flex-direction:column;justify-content:center}.system-copy h2{font-size:46px;line-height:1.05;margin:10px 0 20px}.system-copy p{color:#c9d6e7;line-height:1.65}.system-copy .hotspot-answer{margin-top:24px;border-left:3px solid var(--teal);padding-left:18px;color:#fff;font-weight:700}.system-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.system-chips button{border:1px solid #4a5d75;background:transparent;color:#fff;border-radius:999px;padding:9px 12px;cursor:pointer}.system-chips button.active{background:#fff;color:var(--navy)}
.catalog-layout{display:grid;grid-template-columns:270px 1fr;gap:30px}.filters{position:sticky;top:145px;align-self:start;border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.filter-group{border-bottom:1px solid var(--line);padding:0 0 18px;margin-bottom:18px}.filter-group:last-child{border:0;margin:0}.filter-group h4{margin:0 0 12px}.filter-group label{display:flex;align-items:center;gap:9px;margin:9px 0;font-size:13px;color:#425067}.filter-group input{accent-color:var(--blue)}.catalog-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.catalog-top h1{font-size:42px;letter-spacing:-.035em;margin:0}.catalog-top select{padding:11px 14px;border:1px solid var(--line);border-radius:10px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-grid .card{min-height:500px}.results-note{color:var(--muted);font-size:14px}.empty{padding:80px 20px;border:1px dashed #b9c3d0;border-radius:20px;text-align:center;color:var(--muted)}
.page-hero{padding:72px 0 42px;background:linear-gradient(135deg,#071b33,#123b70);color:#fff}.page-hero h1{font-size:58px;letter-spacing:-.04em;margin:0 0 16px}.page-hero p{font-size:18px;color:#d4e0ef;max-width:760px}.detail-hero{position:relative;min-height:520px;display:grid;align-items:end;background:#071b33;color:#fff;overflow:hidden}.detail-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.68}.detail-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,27,51,.93),rgba(7,27,51,.15) 70%)}.detail-copy{position:relative;z-index:2;padding:80px 0 56px}.detail-copy h1{font-size:clamp(44px,6vw,78px);line-height:1;letter-spacing:-.045em;max-width:1050px;margin:12px 0 18px}.detail-copy p{font-size:19px;max-width:840px;line-height:1.55}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.detail-actions button{border:1px solid #fff;background:#fff;color:var(--navy);border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}.detail-actions button.secondary{background:transparent;color:#fff}.detail-actions button.active{background:var(--gold);color:var(--navy);border-color:var(--gold)}.detail-body{display:grid;grid-template-columns:220px 1fr;gap:42px;padding:58px 0 90px}.detail-nav{position:sticky;top:150px;align-self:start}.detail-nav a{display:block;padding:10px 0;color:var(--muted);font-size:13px;font-weight:700}.detail-nav a:hover{color:var(--blue)}.content-block{padding:30px 0;border-bottom:1px solid var(--line)}.content-block h2{font-size:36px;letter-spacing:-.03em;margin:0 0 16px}.content-block p,.content-block li{line-height:1.7;color:#445269}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{background:var(--soft);border-radius:16px;padding:20px}.info-card h3{margin:0 0 10px}.pill-row{display:flex;flex-wrap:wrap;gap:9px}.pill{background:#e9f1ff;color:#164f9f;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800}.claim{background:#fff8d9;border-left:4px solid var(--gold);padding:18px;border-radius:10px;color:#594a0a}
.library-tabs{display:flex;gap:10px;margin:24px 0}.library-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer}.library-tabs button.active{background:var(--navy);color:#fff}.collection-create{display:flex;gap:10px;margin:18px 0 30px}.collection-create input{border:1px solid var(--line);border-radius:10px;padding:12px 14px;min-width:280px}.collection-create button{border:0;background:var(--blue);color:#fff;border-radius:10px;padding:12px 16px;font-weight:800;cursor:pointer}.collection-section{margin:48px 0}.collection-section h2{font-size:30px;margin-bottom:8px}
.storefront-hero{padding:72px 0;background:linear-gradient(135deg,#eaf2ff,#f8fbff)}.storefront-hero h1{font-size:60px;letter-spacing:-.045em;margin:10px 0}.storefront-meta{display:flex;gap:12px;flex-wrap:wrap}.storefront-meta span{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:12px;font-weight:800}
.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(3,13,27,.7);backdrop-filter:blur(6px)}.modal-panel{position:relative;z-index:1;width:min(1040px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 30px 100px rgba(0,0,0,.36)}.modal-panel img{width:100%;height:100%;min-height:520px;object-fit:cover}.modal-copy{padding:42px}.modal-copy h2{font-size:40px;letter-spacing:-.035em;margin:12px 0}.modal-copy p{line-height:1.65;color:var(--muted)}.modal-close{position:absolute;right:18px;top:18px;z-index:3;border:0;background:#fff;border-radius:50%;width:42px;height:42px;font-size:24px;cursor:pointer;box-shadow:0 3px 14px rgba(0,0,0,.2)}
.toast{position:fixed;right:24px;bottom:88px;z-index:130;background:var(--navy);color:#fff;padding:14px 18px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:none}.mobile-nav{display:none}.footer{background:var(--navy);color:#d9e3f0;padding:65px 0 90px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px}.footer h3{color:#fff}.footer a{display:block;margin:10px 0;color:#c2cedd;font-size:13px}
@media(max-width:1100px){.header-actions{display:none}.header-row{grid-template-columns:auto 1fr}.category-circles{grid-template-columns:repeat(5,1fr)}.catalog-grid{grid-template-columns:repeat(2,1fr)}.system-panel{grid-template-columns:1fr}.system-visual{min-height:420px}.filters{position:static}.catalog-layout{grid-template-columns:1fr}.detail-body{grid-template-columns:1fr}.detail-nav{display:none}.footer-grid{grid-template-columns:1fr 1fr}.mobile-nav{display:grid;position:fixed;z-index:70;bottom:0;left:0;right:0;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--line);padding-bottom:max(4px,env(safe-area-inset-bottom))}.mobile-nav button{border:0;background:#fff;padding:9px 2px;font-size:11px;color:#455168}.mobile-nav span{display:block;font-size:20px}.footer{padding-bottom:120px}}
@media(max-width:720px){.shell{width:min(100% - 24px,1440px)}.site-header{position:relative}.header-row{min-height:70px}.brand img{width:135px}.global-search{display:none}.department-bar{top:0;position:relative}.hero{min-height:640px}.hero-content{padding:68px 0}.hero h1{font-size:54px}.hero-copy{font-size:17px}.journey-search{grid-template-columns:1fr}.journey-search button{padding:15px}.category-circles{grid-template-columns:repeat(3,1fr)}.category-circles .icon{width:72px;height:72px}.section{padding:52px 0}.section-head{display:block}.card-rail{grid-auto-columns:82vw}.catalog-grid{grid-template-columns:1fr}.catalog-top{display:block}.catalog-top select{margin-top:16px;width:100%}.filters{padding:16px}.system-copy{padding:34px 24px}.system-copy h2{font-size:36px}.system-visual{min-height:330px}.modal-panel{grid-template-columns:1fr}.modal-panel img{min-height:260px;max-height:300px}.modal-copy{padding:28px 22px}.page-hero h1,.storefront-hero h1{font-size:44px}.detail-copy h1{font-size:46px}.detail-body{padding-top:32px}.info-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.collection-create{display:grid}.collection-create input{min-width:0;width:100%}}

/* Homepage editorial marketplace v2 */
:root{--editorial-max:1320px;--editorial-cream:#fbfaf7;--editorial-charcoal:#111827;--editorial-cobalt:#0064d2;--editorial-cyan:#59cbe8}
.shell{width:min(var(--editorial-max),calc(100% - 48px))}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.98);border-bottom:0;box-shadow:0 1px 0 rgba(7,27,51,.08)}
.utility-bar{border-bottom:1px solid #edf0f4;background:#fff;color:#657083;font-size:11px}
.utility-row{height:30px;display:flex;align-items:center;justify-content:space-between}
.utility-row nav,.utility-row>div{display:flex;align-items:center;gap:18px}.utility-row a:hover{color:var(--blue)}
.header-row{min-height:78px;grid-template-columns:auto auto minmax(360px,1fr) auto;gap:16px}.brand img{width:154px}.category-trigger{border:0;background:transparent;color:#26344a;font-weight:800;display:flex;gap:8px;align-items:center;padding:11px 8px;cursor:pointer}.category-trigger span{font-size:18px}.global-search{border:1px solid #bcc6d2;border-radius:999px;box-shadow:0 2px 9px rgba(7,27,51,.08);height:48px}.global-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(11,99,246,.11)}.global-search input{font-size:14px;padding-left:20px}.global-search button{width:52px;padding:0;border-radius:50%;margin:4px;height:40px;background:var(--blue);font-size:20px}.header-actions{gap:15px;font-size:12px}.icon-action{display:flex;align-items:center;gap:5px}.icon-action span{font-size:18px}.icon-action i{font-style:normal}.header-actions .primary{padding:11px 16px;border-radius:6px;background:#fff;color:var(--blue);border:1px solid var(--blue)}
.department-bar{top:109px;box-shadow:0 1px 0 rgba(7,27,51,.08)}.departments{justify-content:center;gap:25px;min-height:43px;font-size:11px}.departments button{padding:13px 0;font-weight:650;letter-spacing:.01em}.departments button:hover{box-shadow:inset 0 -2px var(--blue)}
.editorial-hero{position:relative;min-height:610px;background:#071b33;color:#fff;overflow:hidden;display:grid;align-items:center}.editorial-hero .hero-bg{opacity:.82;transition:opacity .35s ease,transform 8s ease}.editorial-hero:hover .hero-bg{transform:scale(1.012)}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,27,.86) 0%,rgba(3,13,27,.58) 46%,rgba(3,13,27,.16) 78%),linear-gradient(0deg,rgba(3,13,27,.5),transparent 55%)}.editorial-hero-content{position:relative;z-index:2;padding:66px 0 84px;max-width:1000px;margin:0 auto;width:min(var(--editorial-max),calc(100% - 48px))}.hero-brand-line{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:900;color:#a6ece6}.editorial-hero h1{font-size:clamp(50px,6.7vw,88px);line-height:.96;letter-spacing:-.055em;margin:13px 0 25px;max-width:900px}.hero-story{max-width:780px}.hero-story>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;color:#fff}.hero-story h2{font-size:clamp(23px,3vw,38px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 9px}.hero-story p{font-size:16px;line-height:1.58;color:#e9eff7;max-width:690px;margin:0}.editorial-search{margin-top:28px;max-width:860px;height:62px;padding:7px;border-radius:999px;grid-template-columns:auto 1fr auto}.editorial-search .search-icon{display:grid;place-items:center;color:#526176;padding-left:15px;font-size:22px}.editorial-search input{font-size:15px;padding:13px 10px}.editorial-search button{border-radius:999px;padding:0 26px}.hero-suggestions.compact{gap:8px;margin-top:13px}.hero-suggestions.compact button{font-size:11px;padding:7px 11px;background:rgba(7,27,51,.33)}.hero-controls{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:12px}.hero-dots{display:flex;gap:7px}.hero-dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.55);padding:0;cursor:pointer;transition:.2s}.hero-dot.active{width:26px;border-radius:99px;background:#fff}.hero-arrow{border:1px solid rgba(255,255,255,.55);background:rgba(7,27,51,.25);color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer}
.world-entry{padding:48px 0 40px;background:#fff}.world-entry-inner{text-align:center}.centered-intro{max-width:760px;margin:0 auto 30px;text-align:center}.centered-intro h2{font-size:32px;letter-spacing:-.035em;margin:6px 0 9px}.centered-intro p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.micro-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:var(--blue)}.category-circles.refined{max-width:1050px;margin:0 auto;grid-template-columns:repeat(10,1fr);gap:14px}.category-circles.refined .icon{width:64px;height:64px;margin-bottom:8px;background:#f2f5f8;font-size:23px;box-shadow:inset 0 0 0 1px #e8edf2}.category-circles.refined strong{font-size:11px;line-height:1.25;display:block;max-width:90px;margin:auto}.category-circles.refined button:hover .icon{background:#dfeeff;transform:translateY(-3px)}.all-worlds{margin-top:25px;border:0;background:transparent;color:var(--blue);font-size:12px;font-weight:850;cursor:pointer}
.featured-editorial{padding:42px 0 72px}.compact-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:22px}.compact-heading span{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.12em;color:var(--blue)}.compact-heading h2{font-size:31px;letter-spacing:-.035em;margin:6px 0 0}.compact-heading p{font-size:14px;color:var(--muted);max-width:720px;line-height:1.6}.compact-heading>button{border:0;background:transparent;color:var(--blue);font-size:12px;font-weight:850;cursor:pointer}.editorial-mosaic{display:grid;grid-template-columns:1.25fr .62fr .98fr .54fr;grid-template-rows:180px 180px;gap:12px}.mosaic-tile{position:relative;overflow:hidden;background:#e8edf2}.mosaic-tile>a{display:block;height:100%}.mosaic-tile img{width:100%;height:100%;object-fit:cover;transition:.4s}.mosaic-tile:hover img{transform:scale(1.04)}.mosaic-large{grid-row:1/3}.mosaic-small-a{grid-column:2;grid-row:1}.mosaic-small-b{grid-column:2;grid-row:2}.mosaic-tall{grid-column:3;grid-row:1/3}.mosaic-side-a{grid-column:4;grid-row:1}.mosaic-side-b{grid-column:4;grid-row:2}.mosaic-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,15,30,.78),transparent 58%)}.mosaic-copy{position:absolute;left:17px;right:17px;bottom:15px;color:#fff}.mosaic-copy span{font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.mosaic-copy h3{font-size:17px;line-height:1.15;margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mosaic-large .mosaic-copy h3,.mosaic-tall .mosaic-copy h3{font-size:23px}.mosaic-tile>button{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;font-size:18px;box-shadow:0 3px 12px rgba(0,0,0,.16);cursor:pointer}.mosaic-tile>button.active{background:var(--gold)}
.home-market-section{padding:58px 0;border-top:1px solid #edf0f3}.home-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.home-section-head h2{font-size:30px;letter-spacing:-.035em;margin:5px 0 5px}.home-section-head p{font-size:14px;color:var(--muted);margin:0;max-width:720px;line-height:1.5}.home-rail-controls{display:flex;align-items:center;gap:8px}.home-rail-controls button{border:1px solid #cbd3dd;background:#fff;border-radius:4px;min-width:34px;height:34px;cursor:pointer;font-size:15px}.home-rail-controls .text-link{border:0;color:var(--blue);width:auto;padding:0 8px;font-size:12px;font-weight:850}.home-card-rail{display:grid;grid-auto-flow:column;grid-auto-columns:280px;gap:18px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 12px}.home-card-rail::-webkit-scrollbar{display:none}.home-card{scroll-snap-align:start}.home-card-image{position:relative;height:220px;background:#e9edf2;overflow:hidden}.home-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.home-card:hover img{transform:scale(1.03)}.home-save,.home-quick{position:absolute;top:11px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.16);cursor:pointer;font-size:18px}.home-save{right:11px}.home-quick{right:53px}.home-save.active{background:var(--gold)}.home-card-copy{padding:12px 1px 0}.home-card-copy>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--blue)}.home-card-copy h3{font-size:16px;line-height:1.28;margin:6px 0 7px}.home-card-copy p{font-size:11px;color:var(--muted);margin:0}
.editorial-break{padding:82px 0;background:var(--editorial-cream)}.editorial-break-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.editorial-break-copy h2{font-size:47px;line-height:1.02;letter-spacing:-.05em;margin:12px 0 18px}.editorial-break-copy>p{font-size:16px;line-height:1.7;color:#536174}.editorial-break-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px}.editorial-break-actions button{border:1px solid #d7dee7;background:#fff;padding:13px 14px;text-align:left;font-weight:780;cursor:pointer;display:flex;justify-content:space-between}.editorial-break-image{position:relative;height:500px;overflow:hidden}.editorial-break-image img{width:100%;height:100%;object-fit:cover}.editorial-break-image>div{position:absolute;left:24px;bottom:24px;background:#fff;padding:15px 18px;box-shadow:0 8px 28px rgba(0,0,0,.16)}.editorial-break-image span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:900}.editorial-break-image strong{display:block;font-size:22px;margin-top:3px}
.systems-editorial{padding:78px 0;background:#081b33;color:#fff}.centered-intro.light h2{color:#fff}.centered-intro.light p{color:#b8c6d8}.system-story-chips{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:-5px 0 22px}.system-story-chips button{border:1px solid #53657b;background:transparent;color:#dce6f2;border-radius:999px;padding:8px 14px;font-size:11px;cursor:pointer}.system-story-chips button.active{background:#fff;color:#071b33;border-color:#fff}.system-cinematic{position:relative;height:610px;overflow:hidden;background:#102b4f}.system-cinematic>img{width:100%;height:100%;object-fit:cover;transition:opacity .25s}.system-cinematic-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,30,.83),rgba(4,15,30,.18) 68%),linear-gradient(0deg,rgba(4,15,30,.56),transparent 55%)}.system-cinematic-copy{position:absolute;left:52px;bottom:52px;max-width:670px;z-index:2}.system-cinematic-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#a6ece6}.system-cinematic-copy h3{font-size:48px;line-height:1.02;letter-spacing:-.05em;margin:8px 0 15px}.system-cinematic-copy p{font-size:16px;line-height:1.62;color:#e2e9f2}.system-cinematic-copy button{margin-top:14px;border:0;background:#fff;color:#071b33;padding:12px 16px;font-size:12px;font-weight:850;cursor:pointer}.cinematic-hotspots .hotspot{z-index:3}.cinematic-answer{position:absolute;right:28px;bottom:25px;z-index:3;width:320px;background:rgba(7,27,51,.8);backdrop-filter:blur(9px);padding:14px 16px;border-left:3px solid var(--teal);font-size:12px;line-height:1.5}
.entity-showcase{padding:72px 0;background:#f7f8fa}.entity-tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.entity-tile{height:250px;position:relative;overflow:hidden;background:#dfe5ec}.entity-tile a{display:block;height:100%}.entity-tile img{width:100%;height:100%;object-fit:cover;transition:.35s}.entity-tile:hover img{transform:scale(1.04)}.entity-tile-overlay{position:absolute;inset:0;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(0deg,rgba(4,15,30,.86),transparent 66%)}.entity-tile-overlay span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.entity-tile-overlay h3{font-size:21px;margin:5px 0}.entity-tile-overlay p{font-size:11px;margin:0;color:#e5edf7}
.momentum-editorial{padding:76px 0}.momentum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.momentum-grid button{border:1px solid #dfe5ec;background:#fff;padding:19px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:.2s}.momentum-grid button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(7,27,51,.09)}.momentum-grid button>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#edf3fb;font-size:20px}.momentum-grid strong{display:block;font-size:14px}.momentum-grid small{display:block;margin-top:4px;color:var(--muted);line-height:1.35}.momentum-grid b{color:var(--blue)}
.closing-editorial{height:600px;position:relative;display:grid;align-items:end;color:#fff;overflow:hidden}.closing-editorial>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.closing-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,15,30,.88),rgba(4,15,30,.14) 70%)}.closing-copy{position:relative;z-index:2;padding-bottom:70px}.closing-copy .micro-kicker{color:#a6ece6}.closing-copy h2{font-size:56px;line-height:1.02;letter-spacing:-.05em;max-width:950px;margin:12px 0 22px}.closing-copy button{border:0;background:#fff;color:#071b33;padding:14px 20px;font-weight:850;cursor:pointer}
@media(max-width:1100px){.header-row{grid-template-columns:auto auto 1fr}.header-actions{display:none}.category-circles.refined{grid-template-columns:repeat(5,1fr)}.editorial-mosaic{grid-template-columns:1.2fr .7fr 1fr;grid-template-rows:180px 180px}.mosaic-side-a,.mosaic-side-b{display:none}.editorial-break-grid{grid-template-columns:1fr 1fr;gap:36px}.entity-tile-grid{grid-template-columns:repeat(2,1fr)}.momentum-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell,.editorial-hero-content{width:min(100% - 24px,var(--editorial-max))}.utility-bar{display:none}.site-header{position:relative}.header-row{min-height:70px;grid-template-columns:auto auto 1fr}.brand img{width:130px}.category-trigger{font-size:0}.category-trigger span{font-size:19px}.global-search{display:none}.department-bar{position:relative;top:0;display:none}.department-bar.is-open{display:block}.departments{justify-content:flex-start;padding:4px 0;gap:20px}.editorial-hero{min-height:720px}.editorial-hero-content{padding:56px 0 100px}.editorial-hero h1{font-size:53px}.hero-story h2{font-size:27px}.hero-story p{font-size:15px}.editorial-search{height:auto;grid-template-columns:auto 1fr}.editorial-search button{grid-column:1/3;padding:14px;margin-top:3px}.hero-suggestions.compact{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.world-entry{padding-top:38px}.category-circles.refined{grid-template-columns:repeat(5,1fr);gap:14px 7px}.category-circles.refined .icon{width:58px;height:58px}.featured-editorial{padding-top:30px}.compact-heading,.home-section-head{display:block}.compact-heading>button{margin-top:13px}.editorial-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:260px 150px 150px}.mosaic-large{grid-column:1/3;grid-row:1}.mosaic-small-a{grid-column:1;grid-row:2}.mosaic-small-b{grid-column:2;grid-row:2}.mosaic-tall{grid-column:1/3;grid-row:3}.home-rail-controls{margin-top:14px}.home-card-rail{grid-auto-columns:78vw}.editorial-break{padding:54px 0}.editorial-break-grid{grid-template-columns:1fr}.editorial-break-copy h2{font-size:38px}.editorial-break-image{height:360px}.system-cinematic{height:640px}.system-cinematic-copy{left:22px;right:22px;bottom:95px}.system-cinematic-copy h3{font-size:39px}.cinematic-answer{left:22px;right:22px;bottom:18px;width:auto}.cinematic-hotspots .hotspot{width:36px;height:36px}.entity-tile-grid{grid-template-columns:1fr 1fr}.entity-tile{height:210px}.momentum-grid{grid-template-columns:1fr}.closing-editorial{height:640px}.closing-copy h2{font-size:43px}.footer{padding-bottom:120px}}


/* Homepage header, Browse system, hero, and mega-footer — v3 */
.site-header-v3{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.985);border-bottom:1px solid #e7e2dc;backdrop-filter:blur(18px)}
.header-row-v3{height:86px;min-height:86px;display:grid;grid-template-columns:210px auto minmax(420px,1fr) auto;align-items:center;gap:18px}
.brand-v3{height:60px;display:flex;align-items:center;overflow:visible}.brand-v3 img{width:205px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.category-trigger-v3{height:46px;padding:0 10px 0 6px;border:0;background:transparent;display:flex;align-items:center;gap:9px;color:#282431;font-size:14px;cursor:pointer;border-radius:10px}.category-trigger-v3:hover,.category-trigger-v3[aria-expanded="true"]{background:#f5f2ef}.category-trigger-v3 span{font-size:21px;line-height:1}.category-trigger-v3 b{font-weight:760}
.global-search-v3{height:54px;border:2px solid #302b39;border-radius:999px;background:#fff;display:flex;overflow:hidden;box-shadow:none}.global-search-v3:focus-within{border-color:#0b63f6;box-shadow:0 0 0 3px rgba(11,99,246,.12)}.global-search-v3 input{padding:0 21px;border:0;outline:0;width:100%;font-size:16px;color:#25202c}.global-search-v3 input::placeholder{color:#736e78}.global-search-v3 button{width:46px;height:46px;margin:2px 3px 2px 0;border:0;border-radius:50%;background:#0b63f6;color:#fff;font-size:24px;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}
.header-actions-v3{display:flex;align-items:center;gap:17px;white-space:nowrap;font-size:13px;font-weight:730}.header-actions-v3 a{padding:10px 4px}.header-actions-v3 .signin-link:hover{color:#0b63f6}.header-actions-v3 .list-ip-link{border:1px solid #cfd7e2;border-radius:999px;padding:10px 15px;color:#0b63f6;background:#fff}.header-actions-v3 .list-ip-link:hover{border-color:#0b63f6;background:#f6f9ff}
.focus-nav{height:52px;background:#fff;border-top:1px solid #f1eeea}.focus-links{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(19px,3vw,54px);white-space:nowrap;overflow-x:auto;scrollbar-width:none}.focus-links::-webkit-scrollbar{display:none}.focus-links button{height:100%;padding:0;border:0;background:none;color:#332d38;font-size:12.5px;font-weight:690;cursor:pointer;position:relative}.focus-links button:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:2px;background:#0b63f6;transition:.2s}.focus-links button:hover{color:#0b63f6}.focus-links button:hover:after{left:0;right:0}
.browse-mega{position:fixed;left:0;right:0;top:138px;z-index:95;background:#fff;border-top:1px solid #e7e2dc;border-bottom:1px solid #dbe1e9;box-shadow:0 24px 55px rgba(7,27,51,.14);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease;max-height:calc(100vh - 138px);overflow:auto}.browse-mega.is-open{opacity:1;visibility:visible;transform:none}.browse-mega-inner{padding-top:30px;padding-bottom:34px}.browse-mega-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:24px;border-bottom:1px solid #e6e9ee}.browse-mega-head span{display:block;text-transform:uppercase;letter-spacing:.14em;color:#0b63f6;font-size:10px;font-weight:900}.browse-mega-head h2{max-width:760px;margin:7px 0 0;font-size:28px;line-height:1.13;letter-spacing:-.035em}.browse-close{width:38px;height:38px;border:1px solid #d9dfe7;border-radius:50%;background:#fff;font-size:24px;cursor:pointer}.browse-close:hover{background:#f5f7fa}.browse-world-groups{display:grid;grid-template-columns:1.15fr 1.15fr 1fr .85fr;gap:32px;padding:27px 0}.browse-world-groups section{min-width:0}.browse-world-groups h3{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#717b8a;margin:0 0 9px}.browse-world-groups button{width:100%;min-height:44px;border:0;background:none;padding:7px 7px;display:grid;grid-template-columns:27px 1fr auto;gap:8px;align-items:center;text-align:left;border-radius:8px;color:#1b2940;cursor:pointer}.browse-world-groups button:hover{background:#f2f6fb;color:#0b63f6}.browse-world-groups i{font-style:normal;font-size:18px}.browse-world-groups span{font-size:13px;font-weight:700}.browse-world-groups b{font-size:14px;opacity:0;transform:translateX(-4px);transition:.15s}.browse-world-groups button:hover b{opacity:1;transform:none}.browse-mega-bottom{border-top:1px solid #e6e9ee;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.browse-mega-bottom button{border:0;border-radius:999px;background:#071b33;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}.browse-mega-bottom span{font-size:12px;color:#6d7787}
.editorial-hero-v3{min-height:calc(100svh - 138px);height:calc(100svh - 138px);max-height:920px;display:grid;align-items:end}.editorial-hero-v3 .hero-bg{opacity:.84}.editorial-hero-v3 .hero-scrim{background:linear-gradient(90deg,rgba(2,13,29,.84) 0%,rgba(2,13,29,.54) 46%,rgba(2,13,29,.08) 82%),linear-gradient(0deg,rgba(2,13,29,.66),transparent 62%)}.editorial-hero-content-v3{max-width:1440px;width:min(1440px,calc(100% - 40px));padding:80px 0 100px;margin:auto}.editorial-hero-v3 h1{font-size:clamp(58px,7.2vw,104px);max-width:970px;margin:14px 0 31px}.hero-story-v3{max-width:710px}.hero-story-v3 h2{font-size:clamp(28px,3.25vw,46px);margin-top:8px}.hero-story-v3 p{max-width:670px;font-size:17px}.hero-story-cta{margin-top:22px;padding:13px 17px;border:0;background:#fff;color:#071b33;font-size:12px;font-weight:850;cursor:pointer;display:inline-flex;gap:20px;align-items:center}.hero-story-cta:hover{background:#e8f1ff}.hero-controls{bottom:27px}.featured-editorial-v3{padding-top:68px}
.footer-mega{padding:74px 0 0;background:#071b33}.footer-mega-grid{display:grid;grid-template-columns:1.7fr repeat(5,1fr);gap:38px;padding-bottom:54px}.footer-brand-block img{width:240px;max-height:72px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.footer-brand-block p{font-size:13px;line-height:1.65;margin:22px 0 13px;color:#cbd6e3}.footer-brand-block strong{font-size:13px;color:#fff}.footer-mega h3{font-size:12px;text-transform:uppercase;letter-spacing:.11em;margin:4px 0 17px;color:#fff}.footer-mega a{font-size:12px;line-height:1.4;margin:11px 0;color:#becadb}.footer-mega a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:grid;grid-template-columns:auto auto 1fr;gap:25px;border-top:1px solid #263b55;padding:22px 0 30px;color:#8fa0b5;font-size:10px}.footer-bottom span:last-child{text-align:right}
.mobile-nav{display:none!important}
@media(max-width:1180px){.header-row-v3{grid-template-columns:180px auto minmax(320px,1fr)}.brand-v3 img{width:176px}.header-actions-v3{display:none}.footer-mega-grid{grid-template-columns:1.5fr repeat(3,1fr)}.footer-mega-grid section:nth-child(5),.footer-mega-grid section:nth-child(6){margin-top:12px}.browse-world-groups{grid-template-columns:1fr 1fr}.editorial-hero-v3{min-height:calc(100svh - 138px)}}
@media(max-width:760px){.site-header-v3{position:sticky}.header-row-v3{height:auto;min-height:126px;padding:10px 0 12px;grid-template-columns:1fr auto;grid-template-rows:52px 52px;gap:7px 8px}.brand-v3{height:48px}.brand-v3 img{width:165px;max-height:48px}.category-trigger-v3{grid-column:2;height:42px}.category-trigger-v3 b{display:none}.global-search-v3{grid-column:1/3;grid-row:2;height:48px}.global-search-v3 button{height:40px;width:40px}.focus-nav{height:46px}.focus-links{justify-content:flex-start;gap:27px}.focus-links button{font-size:12px}.browse-mega{top:172px;max-height:calc(100vh - 172px)}.browse-mega-inner{padding-top:20px}.browse-mega-head h2{font-size:23px}.browse-world-groups{grid-template-columns:1fr;gap:20px}.browse-world-groups section{border-bottom:1px solid #edf0f4;padding-bottom:13px}.browse-mega-bottom{align-items:flex-start;flex-direction:column}.editorial-hero-v3{height:calc(100svh - 172px);min-height:620px;max-height:none}.editorial-hero-content-v3{width:calc(100% - 24px);padding:62px 0 92px}.editorial-hero-v3 h1{font-size:51px;margin-bottom:23px}.hero-story-v3 h2{font-size:27px}.hero-story-v3 p{font-size:14px;line-height:1.55}.hero-story-cta{margin-top:17px}.featured-editorial-v3{padding-top:43px}.footer-mega-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.footer-brand-block{grid-column:1/3}.footer-bottom{grid-template-columns:1fr;gap:8px}.footer-bottom span:last-child{text-align:left}}
@media(max-width:430px){.shell{width:calc(100% - 24px)}.header-row-v3{grid-template-columns:1fr auto}.brand-v3 img{width:150px}.global-search-v3 input{font-size:13px}.editorial-hero-v3 h1{font-size:45px}.hero-brand-line{font-size:9px}.hero-story-v3 h2{font-size:24px}.footer-mega-grid{grid-template-columns:1fr}.footer-brand-block{grid-column:1}.footer-mega-grid section{border-bottom:1px solid #253a54;padding-bottom:19px}}


/* SpinOut U top-of-homepage constitution — v4 */
:root{--top-system-height:158px;--top-system-mobile:196px}
.site-header-v4{background:rgba(255,255,255,.99);border-color:#e5e1dd;box-shadow:0 1px 0 rgba(7,27,51,.025)}
.header-row-v4{height:84px;min-height:84px;grid-template-columns:196px auto minmax(440px,1fr) auto;gap:18px}
.brand-v4{height:54px;min-width:0}.brand-v4 img{width:190px;max-height:52px;object-fit:contain;object-position:left center}
.category-trigger-v4{height:44px;padding:0 10px;gap:10px;font-size:13px;border-radius:999px}.category-trigger-v4:hover,.category-trigger-v4[aria-expanded="true"]{background:#f5f3f0}
.browse-icon{width:18px;height:14px;display:flex;flex-direction:column;justify-content:space-between}.browse-icon i{display:block;height:1.6px;border-radius:2px;background:#292431;width:100%}
.global-search-v4{height:56px;border:2px solid #2f2a37;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}.global-search-v4 input{font-size:16px;padding:0 22px}.global-search-v4 button{width:46px;height:46px;margin:3px 4px 3px 0;background:#0b63f6}.global-search-v4 button svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round}
.header-actions-v4{gap:15px}.header-actions-v4 .signin-link{font-size:13px}.header-actions-v4 .list-ip-link{padding:10px 15px;border-color:#cbd4df;font-size:12px;font-weight:790}
.focus-nav-v4{height:74px;border-top:1px solid #f0ede9;background:#fff}.focus-nav-inner{height:100%;display:grid;grid-template-rows:24px 1fr;align-items:center}.focus-nav-inner>p{margin:8px 0 0;text-align:center;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:#79818d;font-weight:850}.focus-links-v4{height:44px;justify-content:center;gap:clamp(17px,2.25vw,42px);padding:0 4px}.focus-links-v4 button{height:44px;font-size:12px;font-weight:720;color:#302b37}.focus-links-v4 button:after{height:2px;background:#0b63f6}
.browse-mega-v4{top:var(--top-system-height);max-height:calc(100vh - var(--top-system-height))}
.editorial-hero-v4{height:clamp(680px,calc(100svh - var(--top-system-height)),820px);min-height:680px;max-height:820px;align-items:center;overflow:hidden;border-bottom:1px solid rgba(7,27,51,.16)}
.editorial-hero-v4 .hero-bg{object-position:center center;opacity:.86}.editorial-hero-v4 .hero-scrim{background:linear-gradient(90deg,rgba(2,13,29,.87) 0%,rgba(2,13,29,.62) 42%,rgba(2,13,29,.18) 77%,rgba(2,13,29,.04) 100%),linear-gradient(0deg,rgba(2,13,29,.58),transparent 56%)}
.editorial-hero-content-v4{max-width:1440px;width:min(1440px,calc(100% - 56px));padding:66px 0 104px;margin:auto}.editorial-hero-v4 .hero-brand-line{font-size:10px;letter-spacing:.18em;color:#a8eae5}.editorial-hero-v4 h1{font-size:clamp(48px,5.25vw,74px);line-height:.98;letter-spacing:-.046em;max-width:820px;margin:13px 0 30px;text-wrap:balance}.hero-story-v4{max-width:690px}.hero-story-v4>span{font-size:10px;letter-spacing:.13em}.hero-story-v4 h2{font-size:clamp(27px,2.65vw,40px);line-height:1.08;max-width:680px;margin:8px 0 11px;letter-spacing:-.035em;text-wrap:balance}.hero-story-v4 p{font-size:16px;line-height:1.55;max-width:650px;color:#e9eff7}.hero-story-cta{margin-top:21px;padding:12px 17px;border-radius:999px;gap:18px;box-shadow:0 7px 24px rgba(0,0,0,.14)}.editorial-hero-v4 .hero-controls{bottom:28px}.editorial-hero-v4 .hero-arrow{width:40px;height:40px;background:rgba(7,27,51,.36);backdrop-filter:blur(7px)}.editorial-hero-v4 .hero-dot{width:8px;height:8px}.editorial-hero-v4 .hero-dot.active{width:28px}
.footer-mega-v4 .footer-brand-block img{width:250px;max-height:none;filter:none;background:#fff;border-radius:14px;padding:10px 12px;box-shadow:0 12px 34px rgba(0,0,0,.12)}

@media(max-width:1180px){
  :root{--top-system-height:158px}
  .header-row-v4{grid-template-columns:176px auto minmax(320px,1fr)}.brand-v4 img{width:172px}.header-actions-v4{display:none}.focus-links-v4{justify-content:flex-start;overflow-x:auto;gap:30px;padding:0 8px}
  .editorial-hero-v4 h1{font-size:clamp(48px,6.4vw,68px);max-width:760px}
}
@media(max-width:760px){
  :root{--top-system-mobile:194px}
  .header-row-v4{min-height:122px;height:122px;padding:8px 0 10px;grid-template-columns:48px 1fr 58px;grid-template-rows:52px 50px;grid-template-areas:"browse brand account" "search search search";gap:4px 8px}
  .brand-v4{grid-area:brand;justify-self:center;height:47px}.brand-v4 img{width:158px;max-height:46px;object-position:center}
  .category-trigger-v4{grid-area:browse;grid-column:auto;height:42px;width:42px;padding:0;justify-content:center}.category-trigger-v4 b{display:none}.browse-icon{width:20px;height:15px}
  .header-actions-v4{grid-area:account;display:flex;justify-content:flex-end}.header-actions-v4 .list-ip-link{display:none}.header-actions-v4 .signin-link{display:inline-flex;font-size:11px;padding:9px 0}
  .global-search-v4{grid-area:search;grid-column:auto;grid-row:auto;height:47px}.global-search-v4 input{font-size:13px;padding-left:17px}.global-search-v4 button{width:39px;height:39px;margin:2px 3px 2px 0}.global-search-v4 button svg{width:19px;height:19px}
  .focus-nav-v4{height:72px}.focus-nav-inner{grid-template-rows:25px 1fr}.focus-nav-inner>p{text-align:left;margin-top:8px;font-size:9px;white-space:nowrap}.focus-links-v4{height:43px;justify-content:flex-start;gap:26px;padding:0;overflow-x:auto}.focus-links-v4 button{font-size:11.5px;flex:0 0 auto}
  .browse-mega-v4{top:var(--top-system-mobile);max-height:calc(100vh - var(--top-system-mobile))}
  .editorial-hero-v4{height:auto;min-height:650px;max-height:none;align-items:center}.editorial-hero-content-v4{width:calc(100% - 28px);padding:58px 0 104px}.editorial-hero-v4 h1{font-size:clamp(40px,12vw,52px);line-height:1;max-width:540px;margin:12px 0 24px}.hero-story-v4 h2{font-size:clamp(24px,7vw,31px);max-width:520px}.hero-story-v4 p{font-size:14px;line-height:1.52;max-width:520px}.hero-story-cta{margin-top:18px;font-size:11px}.editorial-hero-v4 .hero-controls{bottom:25px}.editorial-hero-v4 .hero-arrow{width:36px;height:36px}
}
@media(max-width:430px){
  .header-row-v4{grid-template-columns:44px 1fr 52px}.brand-v4 img{width:144px}.focus-nav-inner>p{letter-spacing:.09em}.editorial-hero-v4{min-height:620px}.editorial-hero-content-v4{padding-top:50px}.editorial-hero-v4 h1{font-size:42px;max-width:360px}.hero-story-v4 h2{font-size:25px}.hero-story-v4 p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
}


/* Discovery-first marketplace architecture — v5 */
.discovery-input-wrap{position:relative;min-width:0}
.discovery-input{width:100%}
.discovery-input button{font-size:19px;line-height:1;display:grid;place-items:center}
.discovery-suggestions-panel{display:none;position:absolute;z-index:120;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid #e4e0dc;border-radius:22px;box-shadow:0 24px 70px rgba(28,21,36,.2);padding:24px;max-height:min(650px,calc(100vh - 125px));overflow:auto}
.discovery-suggestions-panel.is-open{display:block}
.discovery-panel-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;padding:2px 2px 18px}
.discovery-panel-head span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#0b63f6;font-weight:900}
.discovery-panel-head h2{font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.05;letter-spacing:-.025em;margin:5px 0 7px;color:#2d2634}
.discovery-panel-head p{max-width:720px;margin:0;color:#6e6873;font-size:13px;line-height:1.5}
.discovery-panel-head>button{width:36px;height:36px;border:0;border-radius:50%;background:#f4f1ee;cursor:pointer;font-size:22px;color:#322b38}
.discovery-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.discovery-signal-grid>button{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;border:0;background:#fff;text-align:left;padding:9px;border-radius:14px;cursor:pointer;color:#302a36}
.discovery-signal-grid>button:hover{background:#f5f7fa}
.discovery-signal-grid img{width:54px;height:54px;object-fit:cover;border-radius:12px;background:#edf0f4}
.discovery-signal-grid small{display:block;color:#7b7580;font-size:10px;margin-bottom:3px}
.discovery-signal-grid strong{display:block;font-size:13px;line-height:1.25}
.discovery-signal-grid b{font-size:16px;color:#0b63f6;padding-right:4px}
.discovery-panel-footer{display:flex;gap:9px;flex-wrap:wrap;border-top:1px solid #ece8e4;margin-top:18px;padding-top:16px}
.discovery-panel-footer button{border:1px solid #d9d3ce;background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:760;cursor:pointer;color:#39333e}
.discovery-panel-footer button:hover{border-color:#0b63f6;color:#0b63f6}

.discovery-category-hero{padding:76px 0 58px;text-align:center;background:linear-gradient(180deg,#f8f5f1 0%,#fff 100%);border-bottom:1px solid #ece8e4}
.discovery-category-hero .eyebrow{color:#0b63f6}
.discovery-category-hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(48px,5.5vw,78px);line-height:1;letter-spacing:-.045em;margin:12px auto 16px;color:#2e2735;max-width:1050px;text-wrap:balance}
.discovery-category-hero p{font-size:17px;line-height:1.6;color:#655f69;max-width:830px;margin:0 auto}
.discovery-health{background:linear-gradient(180deg,#e9f5f1,#fff)}
.discovery-planet{background:linear-gradient(180deg,#edf5e8,#fff)}
.discovery-intelligence{background:linear-gradient(180deg,#ebf0ff,#fff)}
.discovery-live{background:linear-gradient(180deg,#fff1e8,#fff)}
.discovery-industry{background:linear-gradient(180deg,#edf1f4,#fff)}
.discovery-energy{background:linear-gradient(180deg,#fff6d9,#fff)}
.discovery-earth-space{background:linear-gradient(180deg,#e9f3f8,#fff)}
.discovery-communities{background:linear-gradient(180deg,#f3ebfa,#fff)}
.discovery-next{background:linear-gradient(180deg,#eee9ff,#fff)}
.discovery-subtopics{padding:56px 0 46px;background:#fff}
.discovery-subtopics-head{text-align:center;margin-bottom:28px}
.discovery-subtopics-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px);font-weight:500;letter-spacing:-.035em;margin:0 0 7px;color:#302936}
.discovery-subtopics-head p{margin:0 auto;color:#716a74;max-width:720px;line-height:1.55}
.discovery-subtopic-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.discovery-subtopic-card{border:0;background:none;text-align:left;cursor:pointer;color:#332d38;padding:0}
.discovery-subtopic-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;background:#f0f2f5;transition:transform .2s,box-shadow .2s}
.discovery-subtopic-card span{display:inline-block;margin-top:12px;font-size:14px;font-weight:780;line-height:1.25}
.discovery-subtopic-card b{margin-left:7px;color:#0b63f6}
.discovery-subtopic-card:hover img{transform:translateY(-4px);box-shadow:0 16px 34px rgba(32,25,38,.12)}
.discovery-listings-section{padding:34px 0 88px;background:#fff}
.discovery-refine-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:18px 0 24px;border-top:1px solid #e7e2dd;border-bottom:1px solid #e7e2dd}
.discovery-refine-bar>span{font-size:12px;font-weight:820;margin-right:4px;color:#49424d}
.discovery-refine-bar label{display:flex;align-items:center;gap:7px;border:1px solid #bfb9c3;border-radius:999px;padding:0 13px;height:42px;font-size:11px;font-weight:760;color:#3d3741;background:#fff}
.discovery-refine-bar select{border:0;background:transparent;outline:0;color:#3d3741;font-size:11px;max-width:155px;cursor:pointer}
.discovery-refine-bar>button{height:42px;border:0;background:#f1eeeb;border-radius:999px;padding:0 15px;font-size:11px;font-weight:780;cursor:pointer;color:#4c4650}
.discovery-results-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;padding:42px 0 24px}
.discovery-results-head h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(34px,4vw,52px);letter-spacing:-.035em;margin:5px 0 7px;color:#302936}
.discovery-results-head p{margin:0;color:#756e78;max-width:710px;line-height:1.55}
.discovery-results-head>span{font-size:11px;color:#7b7480;white-space:nowrap}
.discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}
.discovery-grid .card{min-height:0;border:0;border-radius:0;box-shadow:none;background:transparent}
.discovery-grid .card-image{border-radius:16px;overflow:hidden;aspect-ratio:1/1;background:#eef1f4}
.discovery-grid .card-image img{height:100%;width:100%;object-fit:cover}
.discovery-grid .card-body{padding:12px 2px 0}
.discovery-grid .card-summary,.discovery-grid .collection-row,.discovery-grid .card-actions button[data-action="plan"]{display:none}
.discovery-grid .card h3{font-size:15px;line-height:1.3;margin:5px 0 7px}
.discovery-grid .store-link{border:0;padding:0;margin-top:6px;background:none;display:block}
.discovery-grid .store-link span{display:none}
.discovery-grid .store-link strong{font-size:11px;color:#7b7480;font-weight:600}
.discovery-grid .card-actions{margin-top:8px}
.discovery-grid .card-actions a{font-size:11px}
.discovery-grid .card-actions button{padding:7px 10px;font-size:10px}
.discovery-empty{margin-top:30px}
.editorial-storefront{text-align:center;padding:82px 0 58px;background:linear-gradient(180deg,#eef4ff,#fff)}
.editorial-storefront h1{max-width:1050px;margin-left:auto;margin-right:auto}
.editorial-storefront p{max-width:850px;margin-left:auto;margin-right:auto}
.storefront-directions{padding-top:48px}

@media(max-width:1180px){
  .discovery-subtopic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .discovery-input-wrap{grid-area:search;min-width:0}
  .global-search-v4{grid-area:auto}
  .discovery-suggestions-panel{position:fixed;left:12px;right:12px;top:118px;max-height:calc(100vh - 132px);border-radius:18px;padding:18px}
  .discovery-panel-head h2{font-size:23px}.discovery-panel-head p{font-size:12px}
  .discovery-signal-grid{grid-template-columns:1fr}
  .discovery-panel-footer{display:grid;grid-template-columns:1fr}
  .discovery-category-hero{padding:54px 0 40px}
  .discovery-category-hero h1{font-size:44px}
  .discovery-category-hero p{font-size:15px}
  .discovery-subtopics{padding:40px 0 30px}
  .discovery-subtopic-grid{display:flex;overflow-x:auto;gap:14px;padding-bottom:10px;scroll-snap-type:x mandatory}
  .discovery-subtopic-card{flex:0 0 68vw;scroll-snap-align:start}
  .discovery-refine-bar{overflow-x:auto;flex-wrap:nowrap;padding:14px 0 18px}
  .discovery-refine-bar>span{display:none}.discovery-refine-bar label{flex:0 0 auto}.discovery-refine-bar>button{flex:0 0 auto}
  .discovery-results-head{display:block;padding-top:32px}.discovery-results-head>span{display:block;margin-top:10px}
  .discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
  .discovery-grid .float-actions{top:7px;right:7px}.discovery-grid .stage{font-size:8px}
}
@media(max-width:430px){
  .discovery-panel-head{gap:12px}.discovery-signal-grid img{width:48px;height:48px}.discovery-signal-grid>button{grid-template-columns:48px 1fr auto}
  .discovery-subtopic-card{flex-basis:76vw}
  .discovery-grid{grid-template-columns:1fr 1fr}
  .discovery-grid .card h3{font-size:13px}
}


/* Discovery-first top system refinements — v6 */
:root{--top-system-height:136px;--top-system-mobile:170px}
.focus-nav-v4{height:52px}
.focus-nav-inner{display:block;height:52px}
.focus-nav-inner>p{display:none!important}
.focus-links-v4{height:52px;align-items:center;padding:0 4px}
.focus-links-v4 button{height:52px}
.browse-mega-v4{top:var(--top-system-height);max-height:calc(100vh - var(--top-system-height))}
.editorial-hero-v4{height:calc(100svh - var(--top-system-height));min-height:620px;max-height:none;align-items:center}
.editorial-hero-content-v4{padding:44px 0 86px}
.editorial-hero-v4 h1{font-size:clamp(46px,4.85vw,70px);max-width:780px;margin:12px 0 25px}
.hero-story-v4 h2{font-size:clamp(25px,2.45vw,38px);max-width:650px}
.hero-story-v4 p{font-size:15px;max-width:620px}
.featured-editorial-v3{padding-top:58px}
.featured-editorial-v3 .compact-heading>div{max-width:850px}
.featured-editorial-v3 .compact-heading h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.045em;margin-top:7px}
.featured-editorial-v3 .compact-heading p{margin:11px 0 0;font-size:16px;line-height:1.55;color:#6b6570;max-width:760px}
.discovery-input input::placeholder{transition:opacity .18s ease;color:#514b56}
.category-trigger-v4 b{min-width:48px}
@media(max-width:1180px){:root{--top-system-height:136px}.focus-links-v4{height:52px}.editorial-hero-v4{height:calc(100svh - var(--top-system-height));min-height:610px}}
@media(max-width:760px){:root{--top-system-mobile:170px}.focus-nav-v4,.focus-nav-inner,.focus-links-v4{height:48px}.focus-links-v4 button{height:48px}.browse-mega-v4{top:var(--top-system-mobile);max-height:calc(100vh - var(--top-system-mobile))}.editorial-hero-v4{height:calc(100svh - var(--top-system-mobile));min-height:560px;max-height:none}.editorial-hero-content-v4{padding:34px 0 76px}.editorial-hero-v4 h1{font-size:clamp(38px,11vw,49px);margin:10px 0 19px;max-width:520px}.hero-story-v4 h2{font-size:clamp(22px,6.5vw,29px);margin:6px 0 8px}.hero-story-v4 p{font-size:13.5px;line-height:1.48;max-width:500px}.hero-story-cta{margin-top:14px;padding:11px 15px}.editorial-hero-v4 .hero-controls{bottom:18px}.featured-editorial-v3{padding-top:42px}.featured-editorial-v3 .compact-heading h2{font-size:39px}.featured-editorial-v3 .compact-heading p{font-size:14px}}
@media(max-width:430px){.editorial-hero-v4{height:calc(100svh - var(--top-system-mobile));min-height:540px}.editorial-hero-content-v4{padding-top:28px}.editorial-hero-v4 h1{font-size:39px}.hero-story-v4 h2{font-size:23px}.hero-story-v4 p{-webkit-line-clamp:3}.featured-editorial-v3 .compact-heading h2{font-size:35px}}


/* Universal Discovery Browser + sticky exploration header — v7 */
.site-header-v4{transition:box-shadow .22s ease,background .22s ease}
.header-row-v4,.brand-v4 img,.category-trigger-v4,.global-search-v4,.focus-nav-v4{transition:height .22s ease,min-height .22s ease,width .22s ease,transform .22s ease,opacity .18s ease,padding .22s ease}
.discovery-suggestions-panel{left:min(-240px,calc((100vw - 1440px)/-2));right:min(-240px,calc((100vw - 1440px)/-2));top:calc(100% + 12px);padding:0;border-radius:24px;max-height:min(760px,calc(100vh - 112px));overflow:auto;overscroll-behavior:contain}
.discovery-browser-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:26px 28px 20px;background:linear-gradient(135deg,#f8fafc,#f3f7ff);border-radius:24px 24px 0 0}
.discovery-browser-head>div>span,.discovery-browser-section-head span{display:block;color:#0b63f6;text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:900}
.discovery-browser-head h2{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:500;letter-spacing:-.035em;margin:7px 0 7px;color:#2e2735}
.discovery-browser-head p{margin:0;max-width:850px;color:#6e6872;font-size:13px;line-height:1.5}
.discovery-browser-head>button{width:38px;height:38px;border:1px solid #d9dfe7;border-radius:50%;background:#fff;color:#312b36;font-size:25px;cursor:pointer;flex:0 0 auto}
.discovery-browser-tabs{display:flex;gap:6px;padding:13px 24px;border-top:1px solid #e7eaf0;border-bottom:1px solid #e5e1dd;background:#fff;overflow:auto;scrollbar-width:none}
.discovery-browser-tabs::-webkit-scrollbar{display:none}
.discovery-browser-tabs button{border:0;background:#f3f2f1;border-radius:999px;padding:9px 13px;font-size:10.5px;font-weight:800;color:#514b56;white-space:nowrap;cursor:pointer}
.discovery-browser-tabs button:hover,.discovery-browser-tabs button.active{background:#071b33;color:#fff}
.discovery-browser-section,.discovery-browser-search-results{padding:23px 26px 27px;background:#fff}
.discovery-browser-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:17px}
.discovery-browser-section-head h3{font-size:22px;letter-spacing:-.025em;margin:5px 0 4px;color:#2f2934}
.discovery-browser-section-head p{margin:0;color:#756e78;font-size:12px;line-height:1.45;max-width:740px}
.discovery-see-all{border:0;background:none;color:#0b63f6;font-size:11px;font-weight:850;cursor:pointer;white-space:nowrap}
.discovery-browser-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.discovery-browser-card{min-height:88px;border:1px solid #e4e1de;border-radius:15px;background:#fff;padding:9px;display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;text-align:left;color:#322c37;cursor:pointer;transition:.18s}
.discovery-browser-card:hover{border-color:#adc6f8;background:#f6f9ff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(22,34,54,.08)}
.discovery-browser-card img,.discovery-role-icon{width:58px;height:58px;border-radius:12px;object-fit:cover;background:#eef2f7}
.discovery-role-icon{display:grid;place-items:center;font-style:normal;font-size:24px;color:#0b63f6}
.discovery-browser-card small{display:block;color:#7d7680;font-size:9px;line-height:1.25;margin-bottom:4px}
.discovery-browser-card strong{display:block;font-size:12.5px;line-height:1.23}
.discovery-browser-card>b{font-size:15px;color:#0b63f6}
.discovery-open-query{grid-column:1/-1;min-height:90px;border:1px dashed #9cb8ee;border-radius:16px;background:#f5f8ff;color:#0b63f6;font-size:15px;font-weight:850;display:flex;align-items:center;justify-content:space-between;padding:20px;cursor:pointer}
.discovery-context{display:flex;align-items:center;gap:7px;padding:10px 24px;border-top:1px solid #e8ebef;background:#fbfcfe;overflow:auto;scrollbar-width:none}
.discovery-context::-webkit-scrollbar{display:none}
.discovery-context>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#7a7480;white-space:nowrap;margin-right:2px}
.discovery-context button{border:1px solid #d9e2f2;background:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:780;white-space:nowrap;color:#2f3c51;cursor:pointer}
.discovery-context button small{color:#0b63f6;margin-right:5px;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.discovery-context button b{margin-left:6px;color:#8b8490}
.discovery-context .clear-context{border:0;background:none;color:#796f7d}
.discovery-panel-footer{padding:14px 24px 19px;margin:0;border-top:1px solid #e8e4e0;background:#fbfaf9;border-radius:0 0 24px 24px}
.discovery-panel-footer button{background:#fff}
.discovery-category-hero .discovery-context{justify-content:center;background:transparent;border:0;padding:0 0 21px}
.discovery-category-hero .discovery-context>span{color:#6e6872}
body.discovery-open:after{content:"";position:fixed;inset:var(--top-system-height) 0 0;background:rgba(29,22,31,.28);z-index:58;backdrop-filter:blur(1px);pointer-events:none}
.site-header{z-index:90}.browse-mega{z-index:89}.discovery-suggestions-panel{z-index:125}
body.header-compact{--top-system-height:64px}
body.header-compact .site-header-v4{box-shadow:0 7px 24px rgba(7,27,51,.1)}
body.header-compact .header-row-v4{height:64px;min-height:64px;grid-template-columns:148px auto minmax(340px,1fr) auto;gap:13px}
body.header-compact .brand-v4 img{width:142px}
body.header-compact .category-trigger-v4{height:40px;padding:0 10px}
body.header-compact .global-search-v4{height:46px}
body.header-compact .global-search-v4 button{width:38px;height:38px;margin:2px 3px 2px 0}
body.header-compact .global-search-v4 input{font-size:13px;padding-left:17px}
body.header-compact .focus-nav-v4{height:0;overflow:hidden;opacity:0;border:0}
body.header-compact .browse-mega-v4{top:64px;max-height:calc(100vh - 64px)}
body.header-compact .discovery-suggestions-panel{max-height:calc(100vh - 78px)}
body.header-compact.discovery-open:after{inset:64px 0 0}

@media(max-width:1180px){
  .discovery-suggestions-panel{left:-210px;right:-190px}
  .discovery-browser-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.header-compact .header-row-v4{grid-template-columns:140px auto minmax(300px,1fr)}
}
@media(max-width:760px){
  body.discovery-open{overflow:hidden}
  .discovery-suggestions-panel{position:fixed;inset:0!important;max-height:none!important;border:0;border-radius:0;padding:0;z-index:140;background:#fff}
  .discovery-browser-head{padding:21px 18px 16px;border-radius:0;position:sticky;top:0;z-index:2}
  .discovery-browser-head h2{font-size:26px}.discovery-browser-head p{font-size:11px;line-height:1.4}
  .discovery-browser-tabs{padding:11px 14px;position:sticky;top:113px;z-index:2}
  .discovery-context{padding:9px 14px}
  .discovery-browser-section,.discovery-browser-search-results{padding:20px 14px 26px}
  .discovery-browser-section-head{display:block}.discovery-see-all{margin-top:10px}
  .discovery-browser-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:8px}
  .discovery-browser-card{flex:0 0 78vw;grid-template-columns:72px 1fr auto;min-height:103px;scroll-snap-align:start}
  .discovery-browser-card img,.discovery-role-icon{width:72px;height:72px}
  .discovery-browser-card strong{font-size:14px}.discovery-browser-card small{font-size:10px}
  .discovery-open-query{flex:0 0 90vw}
  .discovery-panel-footer{display:grid;padding:14px;border-radius:0}
  body.discovery-open:after{display:none}
  body.header-compact{--top-system-mobile:60px}
  body.header-compact .header-row-v4{height:60px;min-height:60px;padding:5px 0;display:grid;grid-template-columns:42px 116px minmax(0,1fr) 42px;grid-template-rows:50px;grid-template-areas:"browse brand search account";gap:5px}
  body.header-compact .brand-v4{grid-area:brand;justify-content:center}body.header-compact .brand-v4 img{width:112px}
  body.header-compact .category-trigger-v4{grid-area:browse;width:40px;padding:0}body.header-compact .category-trigger-v4 b{display:none}
  body.header-compact .discovery-input-wrap{grid-area:search}body.header-compact .global-search-v4{height:43px}
  body.header-compact .global-search-v4 input{font-size:12px;padding:0 12px;text-overflow:ellipsis}
  body.header-compact .global-search-v4 button{width:35px;height:35px}
  body.header-compact .header-actions-v4{grid-area:account;display:block}body.header-compact .header-actions-v4 .signin-link{display:block;font-size:0;width:38px;height:38px;border:1px solid #dbe1e9;border-radius:50%;position:relative}body.header-compact .header-actions-v4 .signin-link:after{content:'◉';font-size:17px;position:absolute;inset:0;display:grid;place-items:center;color:#071b33}body.header-compact .header-actions-v4 .list-ip-link{display:none}
  body.header-compact .focus-nav-v4{display:none}
  body.header-compact .browse-mega-v4{top:60px;max-height:calc(100vh - 60px)}
}
@media(max-width:430px){
  .discovery-browser-head h2{font-size:23px}.discovery-browser-head p{display:none}.discovery-browser-tabs{top:80px}
  .discovery-browser-card{flex-basis:84vw}
  body.header-compact .header-row-v4{grid-template-columns:40px 98px minmax(0,1fr) 40px}
  body.header-compact .brand-v4 img{width:96px}
}
@media(max-width:760px){body.discovery-open .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}}


/* Full-page Discovery Browser + comprehensive Themes Explorer — v8 */
body.discovery-open,body.themes-open{overflow:hidden}
.discovery-suggestions-panel{position:fixed;inset:var(--top-system-height) 0 0!important;max-height:none!important;border:0;border-radius:0;box-shadow:none;background:#fff;overflow:auto;overscroll-behavior:contain}
body.header-compact .discovery-suggestions-panel{inset:64px 0 0!important;max-height:none!important}
body.discovery-open:after{display:none!important}
.discovery-browser-head{border-radius:0;padding:32px max(28px,calc((100vw - 1440px)/2 + 20px)) 24px;background:linear-gradient(135deg,#f8fafc,#f1f6ff)}
.discovery-browser-head h2{font-size:clamp(34px,3.2vw,52px)}
.discovery-browser-head p{font-size:14px;max-width:960px}
.discovery-context,.discovery-browser-tabs,.discovery-browser-section,.discovery-browser-search-results,.discovery-panel-footer{padding-left:max(28px,calc((100vw - 1440px)/2 + 20px));padding-right:max(28px,calc((100vw - 1440px)/2 + 20px))}
.discovery-browser-tabs{padding-top:16px;padding-bottom:16px}
.discovery-browser-section,.discovery-browser-search-results{padding-top:30px;padding-bottom:36px;min-height:420px}
.discovery-browser-section-head h3{font-size:27px}
.discovery-browser-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.discovery-browser-card{min-height:104px;padding:12px;grid-template-columns:70px 1fr auto}
.discovery-browser-card img,.discovery-role-icon{width:70px;height:70px}
.discovery-browser-card strong{font-size:14px}.discovery-browser-card small{font-size:10px}
.discovery-panel-footer{border-radius:0;padding-top:18px;padding-bottom:24px}

.browse-mega-v4{bottom:0;max-height:none!important;overflow:hidden}
.browse-mega-inner{height:100%;display:flex;flex-direction:column;padding-top:26px;padding-bottom:18px}
.theme-explorer-head{flex:0 0 auto}
.theme-explorer-head p{max-width:1000px;margin:10px 0 0;color:#6e7786;font-size:13px;line-height:1.55}
.theme-explorer-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,2.2fr);gap:30px;padding:22px 0;overflow:hidden}
.theme-umbrella-nav{min-height:0;overflow:auto;padding-right:8px;display:flex;flex-direction:column;gap:5px;scrollbar-width:thin}
.theme-umbrella-nav button{width:100%;border:1px solid transparent;background:#fff;border-radius:14px;padding:10px 11px;display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;text-align:left;color:#26334a;cursor:pointer}
.theme-umbrella-nav button:hover,.theme-umbrella-nav button.active{background:#f1f6ff;border-color:#cfe0ff;color:#0b63f6}
.theme-umbrella-nav i{width:34px;height:34px;border-radius:10px;background:#f2f4f7;display:grid;place-items:center;font-style:normal;font-size:17px;color:#071b33}
.theme-umbrella-nav button.active i{background:#0b63f6;color:#fff}
.theme-umbrella-nav span{min-width:0}.theme-umbrella-nav strong{display:block;font-size:12.5px;line-height:1.2}.theme-umbrella-nav small{display:block;color:#788292;font-size:9px;line-height:1.3;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-umbrella-nav b{font-size:15px;opacity:.45}
.theme-branch-panel{min-height:0;overflow:auto;padding:3px 8px 18px 2px}
.theme-branch-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:4px 0 20px;border-bottom:1px solid #e6e9ee}
.theme-branch-intro>div>span{display:block;text-transform:uppercase;letter-spacing:.13em;color:#0b63f6;font-size:9px;font-weight:900}
.theme-branch-intro h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,3vw,46px);font-weight:500;letter-spacing:-.04em;line-height:1.02;margin:7px 0 8px;color:#2e2735}
.theme-branch-intro p{max-width:760px;margin:0;color:#6d6871;font-size:13px;line-height:1.5}
.theme-branch-intro>button{border:0;border-radius:999px;background:#071b33;color:#fff;padding:12px 17px;font-size:11px;font-weight:850;cursor:pointer;white-space:nowrap}
.theme-subcategory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px 0 24px}
.theme-subcategory-grid button{min-height:142px;border:1px solid #e0e4ea;border-radius:17px;background:#fff;padding:17px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;color:#26334a;cursor:pointer;transition:.18s}
.theme-subcategory-grid button:hover{border-color:#a9c4fb;background:#f7f9ff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(7,27,51,.08)}
.theme-subcategory-grid small{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#0b63f6;font-weight:900}.theme-subcategory-grid strong{font-size:15px;line-height:1.25;margin:10px 0 7px}.theme-subcategory-grid span{font-size:11px;line-height:1.45;color:#727b8a}.theme-subcategory-grid b{margin-top:auto;padding-top:10px;color:#0b63f6;font-size:16px}
.theme-system-crosslink{border-top:1px solid #e6e9ee;padding-top:20px;display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:start}.theme-system-crosslink>div:first-child>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#0b63f6;font-weight:900}.theme-system-crosslink h4{font-family:Georgia,'Times New Roman',serif;font-size:23px;font-weight:500;line-height:1.1;margin:7px 0 0}.theme-system-crosslink>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.theme-system-crosslink button{border:1px solid #dbe1e9;border-radius:999px;background:#fff;padding:9px 12px;font-size:10px;font-weight:780;color:#344259;cursor:pointer}.theme-system-crosslink button:hover{border-color:#0b63f6;color:#0b63f6}.theme-system-crosslink i{font-style:normal;margin-right:5px}

@media(max-width:1180px){.theme-explorer-layout{grid-template-columns:270px minmax(0,1fr)}.theme-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-browser-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .browse-mega-v4{inset:0!important;max-height:none!important;z-index:150;background:#fff}.browse-mega-inner{width:100%;height:100%;padding:17px 15px 14px;overflow:auto}.browse-mega-head{padding-bottom:17px}.browse-mega-head h2{font-size:25px}.theme-explorer-head p{font-size:11px}.theme-explorer-layout{display:block;overflow:visible;padding:15px 0}.theme-umbrella-nav{display:flex;flex-direction:row;overflow-x:auto;gap:8px;padding:0 0 12px;scroll-snap-type:x mandatory}.theme-umbrella-nav button{flex:0 0 205px;scroll-snap-align:start;grid-template-columns:31px 1fr;padding:9px}.theme-umbrella-nav b{display:none}.theme-umbrella-nav small{display:none}.theme-branch-panel{overflow:visible;padding:0}.theme-branch-intro{display:block;padding:11px 0 17px}.theme-branch-intro h3{font-size:31px}.theme-branch-intro>button{margin-top:14px}.theme-subcategory-grid{grid-template-columns:1fr;gap:9px;padding:15px 0 20px}.theme-subcategory-grid button{min-height:116px}.theme-system-crosslink{grid-template-columns:1fr;gap:13px}.browse-mega-bottom{padding-bottom:12px}
  .discovery-suggestions-panel{inset:0!important}.discovery-browser-head{padding:21px 18px 16px}.discovery-context,.discovery-browser-tabs,.discovery-browser-section,.discovery-browser-search-results,.discovery-panel-footer{padding-left:14px;padding-right:14px}.discovery-browser-grid{display:grid;grid-template-columns:1fr;overflow:visible}.discovery-browser-card{width:100%;min-height:100px;grid-template-columns:68px 1fr auto}.discovery-browser-card img,.discovery-role-icon{width:68px;height:68px}.discovery-open-query{width:100%}
}
body.discovery-open .site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
@media(max-width:760px){.theme-explorer-layout{flex:none!important;min-height:auto!important}.browse-mega-bottom{position:static;margin-top:8px}}

/* Themes Explorer — simplified two-step mega-menu v9 */
.browse-mega-v4 .browse-mega-inner{overflow:auto;display:block;padding-top:24px;padding-bottom:18px;scrollbar-width:thin}
.themes-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:20px;border-bottom:1px solid #e6e9ee}
.themes-overview-head>div{max-width:920px}
.themes-overview-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,3.6vw,54px);font-weight:500;letter-spacing:-.045em;line-height:1;margin:8px 0 10px;color:#2e2735}
.themes-overview-head p{max-width:760px!important;font-size:13px!important;line-height:1.5!important;margin:0!important}
.theme-mega-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:24px 0 20px}
.theme-mega-group{min-width:0}
.theme-mega-group-head{min-height:112px;padding-bottom:15px;border-bottom:1px solid #e8ebef}
.theme-mega-group-head small{display:block;color:#0b63f6;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.theme-mega-group-head h3{font-size:18px;line-height:1.15;margin:8px 0 7px;color:#071b33}
.theme-mega-group-head p{font-size:10.5px;line-height:1.45;color:#747d8c;margin:0;max-width:300px}
.theme-mega-items{display:flex;flex-direction:column;gap:6px;padding-top:12px}
.theme-mega-item{width:100%;min-height:64px;border:1px solid transparent;border-radius:15px;background:#fff;padding:8px 10px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;gap:10px;align-items:center;text-align:left;color:#17243a;cursor:pointer;transition:.18s ease}
.theme-mega-item:hover{border-color:#c9d9f8;background:#f7f9ff;transform:translateX(3px);box-shadow:0 8px 20px rgba(7,27,51,.06)}
.theme-mega-item>i{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-style:normal;font-size:19px;background:#eef3fb;color:#071b33}
.theme-mega-item span{min-width:0}.theme-mega-item strong{display:block;font-size:12.5px;line-height:1.2}.theme-mega-item small{display:block;margin-top:4px;color:#768091;font-size:8.5px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none;letter-spacing:0}
.theme-mega-item>b{font-size:15px;color:#0b63f6;opacity:.6}
.theme-mega-item.tone-2>i,.theme-detail-hero.tone-2>i{background:#eef8ee;color:#16713a}.theme-mega-item.tone-3>i,.theme-detail-hero.tone-3>i{background:#fff3e8;color:#a84e09}.theme-mega-item.tone-4>i,.theme-detail-hero.tone-4>i{background:#f7efff;color:#743ab7}.theme-mega-item.tone-5>i,.theme-detail-hero.tone-5>i{background:#fff0f2;color:#a92d49}.theme-mega-item.tone-6>i,.theme-detail-hero.tone-6>i{background:#eaf8f8;color:#08777c}.theme-mega-item.tone-7>i,.theme-detail-hero.tone-7>i{background:#fff8dc;color:#8a6800}.theme-mega-item.tone-8>i,.theme-detail-hero.tone-8>i{background:#edf0ff;color:#394fa4}
.themes-overview-bottom{position:sticky;bottom:-18px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);padding-top:14px;padding-bottom:4px;z-index:3}

.theme-detail-toolbar{display:grid;grid-template-columns:1fr auto 48px;gap:16px;align-items:center;padding-bottom:18px;border-bottom:1px solid #e6e9ee}
.theme-detail-toolbar>button:first-child{justify-self:start;border:1px solid #dbe1e9;background:#fff;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:850;color:#26334a;cursor:pointer}
.theme-detail-toolbar>span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#7c8492;font-weight:850}
.theme-detail-toolbar .browse-close{position:static;justify-self:end}
.theme-detail-hero{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 0 26px;border-bottom:1px solid #e6e9ee}
.theme-detail-hero>i{width:82px;height:82px;border-radius:25px;background:#eef3fb;color:#071b33;display:grid;place-items:center;font-style:normal;font-size:34px}
.theme-detail-hero>div>span,.theme-detail-section-head span,.theme-related-systems>div:first-child>span{display:block;color:#0b63f6;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.theme-detail-hero h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,4vw,62px);font-weight:500;letter-spacing:-.05em;line-height:.98;margin:8px 0 10px;color:#2e2735}
.theme-detail-hero p{max-width:790px;margin:0;color:#6f6974;font-size:14px;line-height:1.5}
.theme-detail-hero>button{border:0;border-radius:999px;background:#071b33;color:#fff;padding:14px 18px;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer}
.theme-detail-directions{padding:24px 0 28px;border-bottom:1px solid #e6e9ee}
.theme-detail-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:17px}
.theme-detail-section-head h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:500;letter-spacing:-.035em;margin:7px 0 0;color:#2e2735}
.theme-detail-section-head>p{max-width:540px;color:#727b89;font-size:11.5px;line-height:1.5;margin:0}
.theme-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.theme-detail-grid button{min-height:156px;border:1px solid #e0e4ea;border-radius:18px;background:#fff;padding:16px;text-align:left;display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto 1fr auto;column-gap:10px;color:#26334a;cursor:pointer;transition:.18s ease}
.theme-detail-grid button:hover{border-color:#a9c4fb;background:#f8faff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,27,51,.07)}
.theme-detail-grid button>small{font-size:9px;font-weight:900;letter-spacing:.1em;color:#0b63f6;grid-column:1}
.theme-detail-grid button>i{grid-column:1;grid-row:2/span 2;width:34px;height:34px;border-radius:10px;background:#f1f4f9;display:grid;place-items:center;font-style:normal;font-size:16px;margin-top:9px}
.theme-detail-grid button>strong{grid-column:2;font-size:15px;line-height:1.22;margin-top:8px}.theme-detail-grid button>span{grid-column:2;font-size:10.5px;line-height:1.45;color:#747d8c;margin-top:6px}.theme-detail-grid button>b{grid-column:2;color:#0b63f6;font-size:10px;margin-top:12px}
.theme-related-systems{display:grid;grid-template-columns:290px minmax(0,1fr);gap:28px;padding:24px 0 20px}
.theme-related-systems h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:500;letter-spacing:-.035em;line-height:1.05;margin:7px 0 8px;color:#2e2735}.theme-related-systems p{font-size:10.5px;line-height:1.45;color:#747d8c;margin:0}
.theme-related-systems>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.theme-related-systems button{min-height:58px;border:1px solid #e0e4ea;border-radius:14px;background:#fff;padding:9px 11px;display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;color:#26334a;text-align:left;font-size:11px;font-weight:800;cursor:pointer}.theme-related-systems button:hover{border-color:#0b63f6;color:#0b63f6;background:#f7f9ff}.theme-related-systems button i{font-style:normal;font-size:16px}.theme-related-systems button b{color:#0b63f6}
.theme-detail-bottom{position:sticky;bottom:-18px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);padding-top:13px;padding-bottom:4px;z-index:3}
.theme-detail-bottom button{background:#fff!important;color:#071b33!important;border:1px solid #dbe1e9!important}

@media(max-width:1180px){
  .theme-mega-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 34px}.theme-mega-group-head{min-height:96px}
  .theme-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-related-systems>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .browse-mega-v4 .browse-mega-inner{padding:17px 15px 12px}
  .themes-overview-head{padding-bottom:15px}.themes-overview-head h2{font-size:31px}.themes-overview-head p{font-size:11px!important}.theme-mega-groups{grid-template-columns:1fr;gap:23px;padding:18px 0}.theme-mega-group-head{min-height:auto;padding-bottom:11px}.theme-mega-group-head h3{font-size:17px}.theme-mega-item{min-height:59px}.theme-mega-item>i{width:39px;height:39px}.themes-overview-bottom{position:static;padding-bottom:10px}
  .theme-detail-toolbar{grid-template-columns:1fr auto 42px;padding-bottom:13px}.theme-detail-toolbar>span{display:none}
  .theme-detail-hero{grid-template-columns:61px 1fr;gap:13px;padding:19px 0}.theme-detail-hero>i{width:58px;height:58px;border-radius:18px;font-size:26px}.theme-detail-hero h2{font-size:34px}.theme-detail-hero p{font-size:11px}.theme-detail-hero>button{grid-column:1/-1;justify-self:start;padding:12px 15px}
  .theme-detail-section-head{display:block;margin-bottom:13px}.theme-detail-section-head h3{font-size:26px}.theme-detail-section-head>p{margin-top:8px}
  .theme-detail-grid{grid-template-columns:1fr;gap:9px}.theme-detail-grid button{min-height:130px}
  .theme-related-systems{grid-template-columns:1fr;gap:14px}.theme-related-systems>div:last-child{grid-template-columns:1fr 1fr}.theme-related-systems button{min-height:54px}.theme-detail-bottom{position:static;padding-bottom:10px}
}
@media(max-width:430px){.theme-related-systems>div:last-child{grid-template-columns:1fr}.theme-detail-hero h2{font-size:30px}}

/* SpinOut U Discovery & Participation Journey — v11 */
.possibility-heading>div{max-width:980px!important}.possibility-mosaic{grid-template-rows:230px 230px;gap:14px}.editorial-story-tile{border-radius:2px}.editorial-story-tile>button.editorial-story-link{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:inherit;box-shadow:none}.editorial-story-tile .mosaic-shade{background:linear-gradient(0deg,rgba(3,13,27,.9) 0%,rgba(3,13,27,.3) 60%,rgba(3,13,27,.06) 100%);transition:.25s}.editorial-story-tile:hover .mosaic-shade{background:linear-gradient(0deg,rgba(3,13,27,.96) 0%,rgba(3,13,27,.56) 70%,rgba(3,13,27,.16) 100%)}.editorial-story-tile .mosaic-copy{bottom:18px;left:19px;right:19px}.editorial-story-tile .mosaic-copy h3{font-size:18px;line-height:1.12}.editorial-story-tile.mosaic-large .mosaic-copy h3,.editorial-story-tile.mosaic-tall .mosaic-copy h3{font-size:28px;max-width:620px}.editorial-story-tile .mosaic-copy p{font-size:12px;line-height:1.48;color:#e6edf6;margin:8px 0 0;max-width:560px;display:none}.editorial-story-tile.mosaic-large .mosaic-copy p,.editorial-story-tile.mosaic-tall .mosaic-copy p{display:block}.editorial-story-tile .mosaic-copy b{display:block;margin-top:10px;font-size:10px;letter-spacing:.02em;color:#fff;opacity:.78}.editorial-story-tile:hover .mosaic-copy b{opacity:1}.editorial-story-tile img{filter:saturate(.92)}

.ways-in-editorial{padding:84px 0;background:#fbfaf7;border-top:1px solid #ebe7e2;border-bottom:1px solid #ebe7e2}.ways-in-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:52px;align-items:end;margin-bottom:31px}.ways-in-head>div>span,.persona-intro>div>span,.technology-gps-copy>span,.studio-intro>div>span{display:block;color:#0b63f6;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ways-in-head h2,.persona-intro h2,.technology-gps-copy h2,.studio-intro h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;color:#2e2735;letter-spacing:-.05em;line-height:1;margin:9px 0 0}.ways-in-head h2{font-size:clamp(44px,5vw,70px)}.ways-in-head>p{font-size:16px;line-height:1.65;color:#625c67;margin:0}.journey-collection-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}.journey-collection-card{min-height:330px;border:1px solid #ddd8d2;background:#fff;padding:22px 19px;text-align:left;display:flex;flex-direction:column;cursor:pointer;color:#2e2735;transition:.22s ease}.journey-collection-card:hover{transform:translateY(-5px);border-color:#9bbcf8;box-shadow:0 18px 42px rgba(34,27,39,.09)}.journey-collection-card>small{font-size:10px;font-weight:900;color:#0b63f6;letter-spacing:.12em}.journey-collection-card>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#6c6671;margin-top:45px}.journey-collection-card h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.06;letter-spacing:-.035em;font-weight:500;margin:10px 0 12px}.journey-collection-card p{font-size:12.5px;line-height:1.55;color:#6f6873;margin:0}.journey-collection-card b{margin-top:auto;padding-top:22px;font-size:10.5px;color:#0b63f6}.journey-2{background:#f4f8ff}.journey-3{background:#f5faf7}.journey-4{background:#fff8ee}.journey-5{background:#f7f4fb}

.persona-editorial{padding:88px 0;background:#071b33;color:#fff}.persona-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:70px;align-items:end;margin-bottom:32px}.persona-intro h2{font-size:clamp(43px,4.7vw,66px);color:#fff}.persona-intro p{font-size:16px;line-height:1.65;color:#c6d2e2;max-width:760px;margin:18px 0 0}.team-equation{border-left:3px solid #59cbe8;padding:4px 0 4px 22px}.team-equation small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#91d9ea;font-weight:900}.team-equation strong{display:block;font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:25px;line-height:1.2;margin:9px 0 10px}.team-equation span{display:block;color:#b7c5d8;font-size:12px;line-height:1.5}.persona-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.persona-card{min-height:245px;border:1px solid #29415f;background:#0d2748;color:#fff;padding:18px;text-align:left;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto 1fr auto;column-gap:13px;cursor:pointer;transition:.2s}.persona-card:hover{background:#12345f;border-color:#6ba5ff;transform:translateY(-3px)}.persona-card i{grid-column:1;grid-row:1/4;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#071b33;font-style:normal;font-size:18px;font-weight:900}.persona-card>span{grid-column:2;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#92dce9;font-weight:900}.persona-card h3{grid-column:2;font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:22px;line-height:1.08;margin:8px 0 9px}.persona-card p{grid-column:2;color:#c0cddd;font-size:12px;line-height:1.5;margin:0}.persona-card b{grid-column:2;margin-top:18px;color:#fff;font-size:10px}.persona-2,.persona-5,.persona-8{background:#102b50}.persona-3,.persona-6,.persona-9{background:#0b223f}

.technology-gps{padding:92px 0;background:#f3f0eb}.technology-gps-grid{display:grid;grid-template-columns:minmax(330px,.75fr) minmax(0,1.25fr);gap:72px;align-items:center}.technology-gps-copy h2{font-size:clamp(46px,5vw,72px)}.technology-gps-copy p{font-size:16px;line-height:1.68;color:#655f69;margin:20px 0 27px}.technology-gps-copy>button,.studio-intro>div>button{border:0;border-radius:999px;background:#071b33;color:#fff;padding:14px 18px;font-size:11px;font-weight:900;cursor:pointer}.gps-example{position:relative;min-height:590px}.gps-before{width:61%;margin-left:auto;background:#fff;border:1px solid #d8d2cb;padding:26px 28px 90px}.gps-before small,.gps-after>small{display:block;font-size:9px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:#7d7580}.gps-before strong{display:block;font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:25px;line-height:1.18;margin:11px 0}.gps-before p{color:#77717a;font-size:12px;line-height:1.5;margin:0}.gps-after{position:absolute;left:0;right:11%;top:142px;background:#071b33;color:#fff;padding:31px 32px;box-shadow:0 28px 60px rgba(28,21,36,.22)}.gps-after>small{color:#78d4df}.gps-after h3{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:35px;line-height:1.03;letter-spacing:-.04em;margin:10px 0 13px}.gps-after>p{font-size:13px;line-height:1.58;color:#c6d2e2;margin:0}.gps-directions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:22px 0}.gps-directions span{border:1px solid #29415f;padding:10px;font-size:10.5px;color:#dce6f3}.gps-directions b{color:#65d3de;margin-right:7px}.gps-after button{border:0;background:#fff;color:#071b33;padding:12px 15px;font-size:10.5px;font-weight:900;cursor:pointer}

.perspective-console{margin-top:14px;background:#fff;color:#2e2735;padding:24px 26px 26px}.perspective-console-head{display:flex;justify-content:space-between;align-items:end;gap:22px}.perspective-console-head span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#0b63f6}.perspective-console-head h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:500;letter-spacing:-.035em;margin:5px 0 0}.perspective-lenses{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.perspective-lenses button{border:1px solid #d9dfe7;background:#fff;color:#39465a;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:760;cursor:pointer}.perspective-lenses button.active{background:#071b33;color:#fff;border-color:#071b33}.perspective-result{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;background:#f4f7fb;padding:16px 18px;border-left:3px solid #0b63f6}.perspective-result p{font-size:13px;line-height:1.55;color:#505d70;margin:0}.perspective-result button{border:0;background:transparent;color:#0b63f6;font-size:10.5px;font-weight:900;cursor:pointer;white-space:nowrap}

.demand-campus-studio{padding:90px 0;background:#fff}.studio-intro{display:grid;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:72px;align-items:start;margin-bottom:64px}.studio-intro h2{font-size:clamp(46px,5vw,72px)}.studio-intro>div>p{font-size:16px;line-height:1.68;color:#655f69;margin:20px 0 27px}.studio-flow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.studio-flow>div{min-height:170px;border:1px solid #e0e4e9;padding:18px;background:#fafbfd;display:flex;flex-direction:column}.studio-flow b{font-size:10px;color:#0b63f6;letter-spacing:.12em}.studio-flow strong{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:22px;margin:20px 0 8px}.studio-flow span{font-size:11.5px;line-height:1.5;color:#6d7684}.studio-ecosystem-head{border-top:1px solid #e7e9ed;padding-top:50px}.studio-entity-grid{margin-top:22px}.studio-entity-grid .entity-tile{height:280px}

@media(max-width:1180px){.journey-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.journey-collection-card{min-height:290px}.persona-intro,.technology-gps-grid,.studio-intro{gap:42px}.persona-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.technology-gps-grid{grid-template-columns:.75fr 1.25fr}.gps-after{right:0}.studio-entity-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.ways-in-head,.persona-intro,.technology-gps-grid,.studio-intro{grid-template-columns:1fr}.journey-collection-grid{grid-template-columns:1fr 1fr}.persona-grid{grid-template-columns:1fr 1fr}.gps-example{min-height:600px}.studio-flow{grid-template-columns:1fr 1fr}.perspective-result{grid-template-columns:1fr}.perspective-result button{justify-self:start}.studio-entity-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.possibility-mosaic{grid-template-rows:280px 180px 180px 180px}.editorial-story-tile.mosaic-large .mosaic-copy p,.editorial-story-tile.mosaic-tall .mosaic-copy p{display:none}.editorial-story-tile.mosaic-large .mosaic-copy h3,.editorial-story-tile.mosaic-tall .mosaic-copy h3{font-size:24px}.mosaic-side-a{grid-column:1;grid-row:4}.mosaic-side-b{grid-column:2;grid-row:4}.ways-in-editorial,.persona-editorial,.technology-gps,.demand-campus-studio{padding:62px 0}.ways-in-head{gap:18px}.ways-in-head h2,.persona-intro h2,.technology-gps-copy h2,.studio-intro h2{font-size:40px}.journey-collection-grid,.persona-grid{grid-template-columns:1fr}.journey-collection-card{min-height:255px}.journey-collection-card>span{margin-top:28px}.persona-intro{gap:24px}.persona-card{min-height:220px}.technology-gps-grid{gap:34px}.gps-example{min-height:auto}.gps-before{width:100%;padding-bottom:26px}.gps-after{position:relative;left:auto;right:auto;top:auto;margin-top:12px;padding:24px}.gps-after h3{font-size:30px}.gps-directions{grid-template-columns:1fr}.perspective-console{padding:20px 17px}.perspective-console-head{display:block}.perspective-console-head h3{font-size:25px}.perspective-lenses{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.perspective-lenses button{flex:0 0 auto}.studio-intro{gap:32px}.studio-flow{grid-template-columns:1fr}.studio-entity-grid .entity-tile{height:220px}}
@media(max-width:430px){.possibility-mosaic{grid-template-columns:1fr;grid-template-rows:310px repeat(5,190px)}.possibility-mosaic .mosaic-large,.possibility-mosaic .mosaic-small-a,.possibility-mosaic .mosaic-small-b,.possibility-mosaic .mosaic-tall,.possibility-mosaic .mosaic-side-a,.possibility-mosaic .mosaic-side-b{grid-column:1;grid-row:auto}.journey-collection-grid,.persona-grid,.studio-entity-grid{grid-template-columns:1fr}.team-equation strong{font-size:22px}.persona-card{grid-template-columns:42px 1fr}.studio-entity-grid .entity-tile{height:250px}}

/* SpinOut U Discovery & Participation Journey v11 — editorial balance + world variation */
.universe-editorial{padding:84px 0 70px;background:#fff}.universe-heading{align-items:flex-end;margin-bottom:28px}.universe-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,5.4vw,76px);font-weight:500;line-height:.98;letter-spacing:-.055em;max-width:850px}.universe-heading p{max-width:760px}.opportunity-universe-mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:220px;gap:12px}.opportunity-universe-tile{position:relative;overflow:hidden;border:0;padding:0;text-align:left;background:#0b1d35;color:#fff;cursor:pointer;min-width:0}.opportunity-universe-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}.opportunity-universe-tile:hover img{transform:scale(1.045);filter:saturate(1.05)}.universe-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,15,30,.9),rgba(3,15,30,.1) 70%),linear-gradient(90deg,rgba(3,15,30,.34),transparent 60%)}.universe-copy{position:absolute;inset:auto 22px 20px;z-index:2}.universe-copy small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#9be5ed;font-weight:900}.universe-copy>span{display:block;margin-top:8px;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.universe-copy h3{font-family:Georgia,'Times New Roman',serif;font-size:clamp(22px,2.2vw,35px);line-height:1.02;letter-spacing:-.035em;font-weight:500;margin:7px 0 8px}.universe-copy p{font-size:12px;line-height:1.48;color:#dce6ef;max-width:540px;margin:0}.universe-copy b{display:inline-block;margin-top:13px;font-size:10px}.universe-1{grid-column:1/6;grid-row:1/3}.universe-2{grid-column:6/9;grid-row:1}.universe-3{grid-column:9/13;grid-row:1}.universe-4{grid-column:6/10;grid-row:2}.universe-5{grid-column:10/13;grid-row:2}.universe-6{grid-column:1/5;grid-row:3}.universe-7{grid-column:5/9;grid-row:3}.universe-8{grid-column:9/13;grid-row:3}.universe-9{grid-column:1/13;grid-row:4}.universe-1 .universe-copy h3,.universe-9 .universe-copy h3{font-size:clamp(31px,3.5vw,52px)}.universe-9 .universe-shade{background:linear-gradient(90deg,rgba(3,15,30,.91),rgba(3,15,30,.28) 65%,rgba(3,15,30,.08))}.universe-9 .universe-copy{max-width:680px;bottom:31px;left:31px}

.specific-guide-section{padding:60px 0 80px;background:#f7f4ef;border-top:1px solid #ece6df;border-bottom:1px solid #e6e1da}.specific-guide-head{display:grid;grid-template-columns:1.15fr .85fr;gap:58px;align-items:end;margin-bottom:30px}.specific-guide-head span{display:block;color:#0b63f6;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.specific-guide-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(37px,4.3vw,58px);line-height:1;letter-spacing:-.045em;font-weight:500;margin:8px 0 0;color:#302936}.specific-guide-head>p{font-size:14px;line-height:1.65;color:#6a646d;margin:0}.specific-guide-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(164px,1fr);gap:18px;overflow-x:auto;padding:4px 2px 17px;scroll-snap-type:x mandatory}.specific-guide-row::-webkit-scrollbar{height:7px}.specific-guide-row::-webkit-scrollbar-thumb{background:#c9c3bc;border-radius:99px}.specific-guide-card{scroll-snap-align:start;border:0;background:transparent;padding:0;text-align:center;color:#302936;cursor:pointer;min-width:0}.specific-guide-image{display:block;width:min(100%,164px);aspect-ratio:1;border-radius:50%;overflow:hidden;margin:0 auto 13px;background:#e8e4df;transition:transform .25s,box-shadow .25s}.specific-guide-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.specific-guide-card:hover .specific-guide-image{transform:translateY(-4px);box-shadow:0 18px 35px rgba(43,35,47,.13)}.specific-guide-card:hover img{transform:scale(1.05)}.specific-guide-card small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777078;font-weight:850}.specific-guide-card strong{display:inline;font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.15;font-weight:600}.specific-guide-card b{display:inline;margin-left:5px;color:#0b63f6;font-size:15px}

.federal-campus-market{padding:88px 0 96px;background:#eef4fb;border-top:1px solid #dce7f4;border-bottom:1px solid #dce7f4}.federal-campus-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:end;margin-bottom:28px}.federal-campus-head span{display:block;color:#0b63f6;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.federal-campus-head h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,5vw,68px);line-height:.99;letter-spacing:-.05em;font-weight:500;margin:9px 0 13px;color:#263043;max-width:1040px}.federal-campus-head p{font-size:15px;line-height:1.65;color:#627087;max-width:880px;margin:0}.federal-campus-head>button{border:1px solid #8da9d2;background:#fff;color:#0b4fab;border-radius:999px;padding:12px 16px;font-size:10px;font-weight:900;white-space:nowrap;cursor:pointer}.federal-pathway-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.federal-pathway-card{border:1px solid #d5e0ee;background:#fff;padding:0;text-align:left;color:#263043;cursor:pointer;min-width:0;transition:transform .22s,box-shadow .22s,border-color .22s}.federal-pathway-card:hover{transform:translateY(-5px);border-color:#8db6ef;box-shadow:0 18px 38px rgba(35,65,105,.12)}.federal-pathway-card>img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover}.federal-pathway-card>span{display:flex;min-height:155px;flex-direction:column;padding:15px}.federal-pathway-card small{font-size:8.5px;line-height:1.25;text-transform:uppercase;letter-spacing:.11em;color:#0b63f6;font-weight:900}.federal-pathway-card strong{font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.12;font-weight:600;margin:9px 0}.federal-pathway-card b{margin-top:auto;font-size:9.5px;color:#0b63f6}

.strategic-priority-studio{background:#fffdf9}.strategic-priority-studio .studio-intro{margin-bottom:55px}.strategic-priority-studio .studio-ecosystem-head{padding-top:44px}

/* World and See All page composition system */
.world-hero{position:relative;overflow:hidden}.world-hero .eyebrow{color:#0b63f6}.world-hero h1,.world-atlas-head h1{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.055em;line-height:.96;text-wrap:balance}.world-hero p{line-height:1.65}.world-hero .discovery-context{justify-content:flex-start;margin:0 0 30px}.world-hero-cinematic{min-height:clamp(620px,78vh,900px);display:flex;align-items:flex-end;color:#fff}.world-hero-cinematic>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.world-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,27,.91),rgba(3,13,27,.42) 56%,rgba(3,13,27,.09)),linear-gradient(0deg,rgba(3,13,27,.52),transparent 58%)}.world-hero-cinematic .world-hero-copy{position:relative;z-index:2;padding:90px 0 78px;max-width:820px;margin-left:max(0px,calc((100vw - min(1440px,calc(100vw - 40px)))/2))}.world-hero-cinematic .eyebrow{color:#70d9e7}.world-hero-cinematic h1{font-size:clamp(60px,7vw,104px);margin:12px 0 21px}.world-hero-cinematic p{font-size:17px;color:#e4ebf4;max-width:720px}.world-hero-cinematic .world-hero-copy>button{margin-top:23px;border:0;background:#fff;color:#071b33;padding:13px 17px;font-size:11px;font-weight:900;cursor:pointer}.world-hero-cinematic .discovery-context>span,.world-hero-cinematic .discovery-context .clear-context{color:#fff}.world-hero-split{padding:72px 0;background:#f8f5f1}.world-hero-split-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.world-hero-split .world-hero-copy{padding:35px 0}.world-hero-split h1{font-size:clamp(55px,6vw,92px);margin:14px 0 20px;color:#2f2835}.world-hero-split p{font-size:17px;color:#68616c;max-width:680px}.world-hero-split figure{position:relative;margin:0;min-height:590px;overflow:hidden;background:#e4e7eb}.world-hero-split figure img{width:100%;height:100%;min-height:590px;object-fit:cover}.world-hero-split figcaption{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:15px 17px;font-size:12px;font-weight:850;display:flex;justify-content:space-between}.world-hero-split figcaption span{color:#0b63f6}.world-hero-circles{padding:82px 0 64px;background:#083947;color:#fff;min-height:650px}.world-hero-circles>.shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center}.world-hero-circles .eyebrow{color:#91e5e7}.world-hero-circles h1{font-size:clamp(56px,6.5vw,96px);margin:12px 0 20px}.world-hero-circles p{color:#d3e9eb;font-size:17px;max-width:680px}.world-orbit{position:relative;min-height:500px}.world-orbit button{position:absolute;border:0;background:transparent;color:#fff;padding:0;cursor:pointer;text-align:center}.world-orbit img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;border:7px solid rgba(255,255,255,.13);box-shadow:0 24px 55px rgba(0,0,0,.23);transition:transform .3s}.world-orbit button:hover img{transform:scale(1.035)}.world-orbit span{display:block;font-size:11px;font-weight:850;margin-top:8px}.world-orbit .orbit-1{width:280px;left:3%;top:95px}.world-orbit .orbit-1 img{height:280px}.world-orbit .orbit-2{width:215px;right:4%;top:8px}.world-orbit .orbit-2 img{height:215px}.world-orbit .orbit-3{width:185px;right:17%;bottom:0}.world-orbit .orbit-3 img{height:185px}.world-hero-mosaic{padding:70px 0;background:#fff}.world-hero-mosaic-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:56px;align-items:center}.world-hero-mosaic h1{font-size:clamp(54px,6vw,90px);margin:12px 0 20px;color:#302936}.world-hero-mosaic p{font-size:17px;color:#6b6470;max-width:650px}.world-hero-collage{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:270px 230px;gap:10px}.world-hero-collage button{position:relative;border:0;padding:0;overflow:hidden;cursor:pointer}.world-hero-collage img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.world-hero-collage button:hover img{transform:scale(1.04)}.world-hero-collage span{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.92);padding:10px;font-size:10px;font-weight:900;color:#2f2835}.world-hero-collage .collage-1{grid-row:1/3}.world-hero-atlas{padding:74px 0 58px;background:#f3efe9}.world-atlas-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:34px}.world-atlas-head h1{font-size:clamp(58px,7vw,105px);margin:10px 0 0;color:#302936}.world-atlas-head>p{font-size:17px;color:#68616b;margin:0 0 7px}.world-atlas-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.world-atlas-strip button{position:relative;border:0;padding:0;aspect-ratio:1.18/1;overflow:hidden;cursor:pointer}.world-atlas-strip img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.world-atlas-strip button:hover img{transform:scale(1.04)}.world-atlas-strip span{position:absolute;left:0;right:0;bottom:0;padding:24px 12px 11px;background:linear-gradient(0deg,rgba(4,14,28,.88),transparent);color:#fff;text-align:left;font-size:10px;font-weight:850}

.world-subtopics{border-bottom:1px solid #ece8e3}.world-subtopic-grid-circles{gap:28px}.world-subtopic-grid-circles .world-subtopic-card{text-align:center}.world-subtopic-grid-circles .world-subtopic-card img{border-radius:50%;aspect-ratio:1}.world-subtopic-grid-circles .world-subtopic-card span{font-family:Georgia,'Times New Roman',serif;font-size:17px}.world-subtopic-grid-mosaic{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:190px}.world-subtopic-grid-mosaic .world-subtopic-card{position:relative;overflow:hidden}.world-subtopic-grid-mosaic .world-subtopic-card img{height:100%;aspect-ratio:auto;border-radius:0}.world-subtopic-grid-mosaic .world-subtopic-card span{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(255,255,255,.92);padding:10px;margin:0;font-size:12px}.world-subtopic-grid-mosaic .subtopic-1{grid-column:1/6;grid-row:1/3}.world-subtopic-grid-mosaic .subtopic-2{grid-column:6/10}.world-subtopic-grid-mosaic .subtopic-3{grid-column:10/13}.world-subtopic-grid-mosaic .subtopic-4{grid-column:6/9}.world-subtopic-grid-mosaic .subtopic-5{grid-column:9/13}.world-subtopic-grid-mosaic .world-subtopic-card b{position:absolute;right:21px;bottom:22px}.world-subtopic-grid-cinematic .world-subtopic-card img{aspect-ratio:1.2/1;border-radius:4px}.world-subtopic-grid-split .world-subtopic-card:nth-child(odd) img{border-radius:50% 50% 16px 16px}.world-subtopic-grid-atlas .world-subtopic-card img{aspect-ratio:1.28/1;border-radius:3px}.world-subtopics-atlas{background:#fff}.world-subtopics-circles{background:#f7f4ef}

@media(max-width:1180px){.opportunity-universe-mosaic{grid-auto-rows:205px}.federal-pathway-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.world-hero-split-grid,.world-hero-mosaic-grid,.world-hero-circles>.shell{gap:38px}.world-orbit .orbit-1{width:245px}.world-orbit .orbit-1 img{height:245px}.world-orbit .orbit-2{width:185px}.world-orbit .orbit-2 img{height:185px}.world-orbit .orbit-3{width:160px}.world-orbit .orbit-3 img{height:160px}}
@media(max-width:900px){.opportunity-universe-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:265px}.opportunity-universe-tile{grid-column:auto!important;grid-row:auto!important}.universe-1,.universe-9{grid-column:1/3!important}.specific-guide-head,.world-hero-split-grid,.world-hero-mosaic-grid,.world-hero-circles>.shell,.world-atlas-head{grid-template-columns:1fr}.specific-guide-head{gap:18px}.federal-campus-head{grid-template-columns:1fr}.federal-campus-head>button{justify-self:start}.federal-pathway-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.world-hero-split figure{min-height:470px}.world-hero-split figure img{min-height:470px}.world-hero-circles{padding-bottom:20px}.world-orbit{min-height:430px;max-width:620px}.world-atlas-head{gap:18px}.world-atlas-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.universe-editorial{padding:58px 0 48px}.universe-heading h2{font-size:43px}.opportunity-universe-mosaic{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.opportunity-universe-tile{flex:0 0 84vw;height:500px;scroll-snap-align:start}.universe-copy{inset:auto 18px 18px}.universe-copy p{display:block}.universe-1 .universe-copy h3,.universe-9 .universe-copy h3,.universe-copy h3{font-size:30px}.specific-guide-section{padding:50px 0 58px}.specific-guide-head h2{font-size:39px}.specific-guide-row{grid-auto-columns:155px}.specific-guide-image{width:145px}.federal-campus-market{padding:64px 0 70px}.federal-campus-head h2{font-size:41px}.federal-pathway-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.federal-pathway-card{flex:0 0 74vw;scroll-snap-align:start}.world-hero-cinematic{min-height:680px}.world-hero-cinematic .world-hero-copy{padding:70px 0 55px;margin-left:0}.world-hero-cinematic h1,.world-hero-split h1,.world-hero-circles h1,.world-hero-mosaic h1,.world-atlas-head h1{font-size:49px}.world-hero-cinematic p,.world-hero-split p,.world-hero-circles p,.world-hero-mosaic p,.world-atlas-head>p{font-size:15px}.world-hero-split,.world-hero-mosaic,.world-hero-circles,.world-hero-atlas{padding:52px 0 42px}.world-hero-split figure{min-height:380px}.world-hero-split figure img{min-height:380px}.world-orbit{min-height:370px}.world-orbit .orbit-1{width:205px;left:0;top:80px}.world-orbit .orbit-1 img{height:205px}.world-orbit .orbit-2{width:150px}.world-orbit .orbit-2 img{height:150px}.world-orbit .orbit-3{width:130px;right:4%}.world-orbit .orbit-3 img{height:130px}.world-hero-collage{grid-template-rows:210px 170px}.world-atlas-strip{display:flex;overflow-x:auto}.world-atlas-strip button{flex:0 0 76vw}.world-subtopic-grid-mosaic{display:flex}.world-subtopic-grid-mosaic .world-subtopic-card{flex:0 0 78vw;height:300px}.world-subtopic-grid-circles .world-subtopic-card{flex:0 0 160px}.world-subtopic-grid-circles .world-subtopic-card img{width:150px}.world-subtopic-grid-atlas .world-subtopic-card{flex:0 0 75vw}}
@media(max-width:430px){.opportunity-universe-tile{flex-basis:88vw;height:470px}.specific-guide-row{grid-auto-columns:145px}.specific-guide-card strong{font-size:16px}.federal-pathway-card{flex-basis:82vw}.world-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:250px 150px}.world-hero-collage .collage-1{grid-column:1/3;grid-row:1}.world-hero-collage .collage-4{display:none}.world-atlas-strip button{flex-basis:84vw}}


/* Homepage marketplace refinement v12 — world/See All diversity remains isolated to catalog routes */
.home-universe-marketplace,.home-specific-marketplace{padding:72px 0;background:#fff}
.home-specific-marketplace{padding-top:14px;border-bottom:1px solid #ece9e5}
.home-market-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:24px}
.home-market-heading>div>span{display:block;color:#0b63f6;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}
.home-market-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,54px);font-weight:500;letter-spacing:-.045em;line-height:1;margin:0;color:#302936}
.home-market-heading>p{max-width:620px;margin:0;color:#6d6871;font-size:14px;line-height:1.55}
.home-market-heading>button{border:0;background:transparent;color:#0b63f6;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}
.home-market-heading-wide{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)}
.home-market-heading-dark h2{color:#fff}.home-market-heading-dark>p{color:#b9c7d9}.home-market-heading-dark>div>span{color:#7ed9ea}.home-market-heading-dark>button{color:#fff}

.opportunity-universe-mosaic{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;grid-auto-rows:auto}
.opportunity-universe-tile{position:relative!important;display:block!important;grid-column:auto!important;grid-row:auto!important;height:auto!important;min-height:0!important;border:0!important;background:transparent!important;color:#302936!important;padding:0!important;text-align:left!important;cursor:pointer;overflow:visible!important}
.opportunity-universe-tile:nth-child(6){grid-column:2!important}
.universe-image{display:block;aspect-ratio:1.26/1;overflow:hidden;border-radius:18px;background:#ece9e4}
.universe-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.opportunity-universe-tile:hover .universe-image img{transform:scale(1.045)}
.universe-meta{display:block;padding:12px 2px 0}
.universe-meta small{display:block;font-size:9px;color:#7a7580;text-transform:uppercase;letter-spacing:.1em;font-weight:850}
.universe-meta strong{display:block;font-size:16px;line-height:1.25;margin-top:5px;color:#2f2935}
.universe-meta em{display:block;font-style:normal;color:#716b75;font-size:11.5px;line-height:1.35;margin-top:4px}

.specific-guide-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:row!important;grid-auto-columns:auto!important;gap:24px 18px;overflow:visible!important;padding:0!important}
.specific-guide-card{display:block;min-width:0;text-align:left;color:#302936}
.specific-guide-image{display:block!important;width:100%!important;aspect-ratio:1.38/1!important;border-radius:16px!important;overflow:hidden;margin:0 0 11px!important;background:#e8e4df;transition:transform .25s,box-shadow .25s}
.specific-guide-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.specific-guide-card:hover .specific-guide-image{transform:translateY(-3px);box-shadow:0 14px 30px rgba(43,35,47,.11)}
.specific-guide-copy{display:block}.specific-guide-copy small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#777078;font-weight:850}.specific-guide-copy strong{display:block;font-family:inherit;font-size:14px;line-height:1.3;font-weight:750;margin-top:5px}.specific-guide-copy b{display:block;margin-top:7px;color:#0b63f6;font-size:10px}

.home-market-section{padding:66px 0;border-bottom:1px solid #f0eeeb;background:#fff}
.home-section-head{margin-bottom:20px}.home-section-head h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(32px,3.7vw,50px);letter-spacing:-.04em;line-height:1.03}.home-section-head p{font-size:13px;max-width:680px}
.home-card-image{border-radius:17px;overflow:hidden}.home-card-copy h3{font-size:15px;line-height:1.28}.home-card-copy span,.home-card-copy p{font-size:10px}

.ways-in-editorial{padding:72px 0;background:#fbfaf8;border-top:0}
.journey-collection-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.journey-collection-card{min-height:205px;border-radius:16px;padding:18px;box-shadow:none}
.journey-collection-card>small{font-size:9px}.journey-collection-card>span{margin-top:28px;font-size:9px}.journey-collection-card h3{font-family:Georgia,'Times New Roman',serif;font-size:22px;margin:9px 0 0}.journey-collection-card b{font-size:10px}

.persona-editorial{padding:72px 0;background:#071b33}
.persona-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.persona-card{min-height:178px;border-radius:15px;padding:16px;display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto 1fr auto;column-gap:11px}
.persona-card i{width:36px;height:36px;font-size:15px}.persona-card>span{grid-column:2;font-size:8px}.persona-card h3{grid-column:2;font-size:17px;margin:7px 0 0}.persona-card p{display:none}.persona-card b{grid-column:2;font-size:9px;margin-top:12px}
.persona-card:nth-child(6){grid-column:2}

.technology-gps{padding:72px 0;background:#f4f0e9}
.technology-gps-grid{grid-template-columns:.8fr 1.2fr;gap:54px}.technology-gps-copy h2{font-size:clamp(38px,4.5vw,62px)}.technology-gps-copy p{font-size:14px;max-width:560px}.gps-example{min-height:390px}.gps-before{width:54%;padding:24px}.gps-before strong{font-size:19px}.gps-after{left:29%;top:80px;padding:25px}.gps-after h3{font-size:30px}.gps-directions{display:none}

.demand-campus-studio{padding:72px 0;background:#fff}.studio-flow{margin:0 0 30px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.studio-flow>div{min-height:155px;border-radius:15px;padding:18px}.studio-flow strong{font-size:16px}.studio-flow span{font-size:11px}.studio-entity-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.studio-entity-grid .entity-tile{height:220px;border-radius:16px;overflow:hidden}

.federal-campus-market{padding:72px 0;background:#0b2f36;color:#fff}.federal-pathway-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.federal-pathway-card{border-radius:14px;overflow:hidden}.federal-pathway-card img{aspect-ratio:1.05/1}.federal-pathway-card span{padding:12px}.federal-pathway-card strong{font-size:13px}

.systems-editorial{padding-top:78px}.centered-intro{max-width:860px;margin-bottom:24px}.centered-intro h2{font-size:clamp(39px,5vw,66px)}.centered-intro p{font-size:14px}.system-cinematic{border-radius:20px;overflow:hidden}
.momentum-editorial{padding:72px 0}.momentum-grid{margin-top:0}

@media(max-width:1180px){
  .opportunity-universe-mosaic,.specific-guide-row{grid-template-columns:repeat(3,minmax(0,1fr))}.opportunity-universe-tile:nth-child(6),.persona-card:nth-child(6){grid-column:auto!important}
  .persona-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.federal-pathway-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
  .home-universe-marketplace,.home-specific-marketplace,.home-market-section,.ways-in-editorial,.persona-editorial,.technology-gps,.demand-campus-studio,.federal-campus-market,.momentum-editorial{padding:52px 0}
  .home-market-heading,.home-market-heading-wide{display:block}.home-market-heading>p{margin-top:12px}.home-market-heading>button{margin-top:12px}.home-market-heading h2{font-size:36px}
  .opportunity-universe-mosaic,.specific-guide-row{display:flex!important;overflow-x:auto!important;gap:13px!important;scroll-snap-type:x mandatory;padding-bottom:8px!important}
  .opportunity-universe-tile,.specific-guide-card{flex:0 0 74vw!important;scroll-snap-align:start}.universe-image{aspect-ratio:1.25/1}.specific-guide-image{aspect-ratio:1.32/1!important}
  .journey-collection-grid,.persona-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.journey-collection-card,.persona-card{flex:0 0 76vw;scroll-snap-align:start}.journey-collection-card{min-height:210px}.persona-card{min-height:185px}
  .technology-gps-grid{grid-template-columns:1fr;gap:28px}.gps-example{min-height:auto}.gps-before{width:100%}.gps-after{position:relative;left:auto;right:auto;top:auto;margin-top:12px}
  .studio-flow{grid-template-columns:1fr 1fr}.studio-entity-grid{grid-template-columns:1fr 1fr}.studio-entity-grid .entity-tile{height:190px}
  .federal-pathway-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.federal-pathway-card{flex:0 0 72vw}
}
@media(max-width:430px){.opportunity-universe-tile,.specific-guide-card,.journey-collection-card,.persona-card{flex-basis:84vw!important}.studio-flow,.studio-entity-grid{grid-template-columns:1fr}}

/* ========================================================================== 
   v14 — Universal homepage: compact, bounded hero
   This is intentionally scoped to the universal #home route markup only.
   Campus storefronts, catalog pages, opportunity pages, and marketplace UI
   retain their existing selectors and behavior.
   ========================================================================== */
.universal-home-hero{
  background:#f5f5f2;
  color:#172033;
  padding:34px 0 42px;
  border-bottom:1px solid #e5e7eb;
}
.universal-home-hero-shell{
  min-height:430px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);
  overflow:hidden;
  border:1px solid #e2e5e9;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 55px rgba(7,27,51,.10);
}
.universal-home-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:46px 48px 44px;
  min-width:0;
}
.universal-home-copy .hero-brand-line{
  color:#0b63f6;
  font-size:10px;
  letter-spacing:.17em;
}
.universal-home-copy h1{
  max-width:600px;
  margin:11px 0 25px;
  font-size:clamp(44px,4.2vw,64px);
  line-height:.98;
  letter-spacing:-.048em;
  color:#172033;
  text-wrap:balance;
}
.universal-home-story{
  max-width:620px;
}
.universal-home-story>span{
  color:#6c7585;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.universal-home-story h2{
  max-width:600px;
  margin:7px 0 9px;
  font-size:clamp(22px,2.15vw,32px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:#172033;
  text-wrap:balance;
}
.universal-home-story p{
  max-width:590px;
  margin:0;
  color:#5d6675;
  font-size:14px;
  line-height:1.52;
}
.universal-home-story .hero-story-cta{
  margin-top:19px;
  border:1px solid #172033;
  background:#172033;
  color:#fff;
  box-shadow:none;
}
.universal-home-story .hero-story-cta:hover{
  background:#0b63f6;
  border-color:#0b63f6;
}
.universal-home-visual{
  position:relative;
  min-height:430px;
  overflow:hidden;
  background:#071b33;
}
.universal-home-visual .hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.88;
}
.universal-home-visual .hero-scrim{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(2,13,29,.68) 0%,rgba(2,13,29,.08) 58%),linear-gradient(90deg,rgba(2,13,29,.20),transparent 45%);
}
.universal-visual-caption{
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:64px;
  color:#fff;
}
.universal-visual-caption span{
  display:block;
  margin-bottom:5px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#a8eae5;
}
.universal-visual-caption strong{
  display:block;
  max-width:440px;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.015em;
}
.universal-home-visual .hero-controls{
  left:auto;
  right:24px;
  bottom:20px;
  transform:none;
}
.universal-home-visual .hero-arrow{
  width:36px;
  height:36px;
  background:rgba(7,27,51,.48);
  backdrop-filter:blur(7px);
}
.universal-home-visual .hero-dot.active{
  width:26px;
}

@media(max-width:1180px){
  .universal-home-hero-shell{grid-template-columns:minmax(0,1fr) minmax(390px,.95fr);min-height:410px}
  .universal-home-copy{padding:40px 38px}
  .universal-home-visual{min-height:410px}
  .universal-home-copy h1{font-size:clamp(42px,5vw,56px)}
}
@media(max-width:900px){
  .universal-home-hero{padding:24px 0 32px}
  .universal-home-hero-shell{grid-template-columns:1fr;min-height:0;border-radius:22px}
  .universal-home-copy{padding:36px 32px 34px}
  .universal-home-copy h1{max-width:680px;font-size:clamp(40px,7vw,54px)}
  .universal-home-visual{min-height:285px}
}
@media(max-width:600px){
  .universal-home-hero{padding:14px 0 24px}
  .universal-home-hero-shell{border-radius:18px}
  .universal-home-copy{padding:29px 24px 27px}
  .universal-home-copy h1{font-size:40px;margin-bottom:20px}
  .universal-home-story h2{font-size:24px}
  .universal-home-story p{font-size:13px}
  .universal-home-visual{min-height:230px}
  .universal-visual-caption{left:20px;right:20px;bottom:58px}
  .universal-visual-caption strong{font-size:15px}
  .universal-home-visual .hero-controls{right:16px;bottom:14px}
}


/* v15 — universal visual gateway + Penn-only campus entry */
.route-home .site-header,
.route-home .browse-mega{display:none!important}
.route-home #app{margin:0}
.route-home .footer{margin-top:0}

.universal-home-hero{
  position:relative;
  min-height:100svh;
  height:100svh;
  padding:0;
  overflow:hidden;
  border:0;
  background:#071b33;
  color:#fff;
}
.universal-home-hero>.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.96;
  transition:opacity .35s ease,transform 9s ease;
}
.universal-home-hero:hover>.hero-bg{transform:scale(1.012)}
.universal-home-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,13,29,.76) 0%,rgba(2,13,29,.36) 46%,rgba(2,13,29,.10) 76%),linear-gradient(0deg,rgba(2,13,29,.54),transparent 58%);
}
.universal-hero-nav{
  position:absolute;
  z-index:4;
  top:0;
  left:0;
  right:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:34px 4.5vw;
}
.universal-hero-brand img{
  display:block;
  width:245px;
  max-height:68px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(0) invert(1);
}
.universal-join-edu{
  border:1.5px solid rgba(255,255,255,.88);
  border-radius:999px;
  background:rgba(7,27,51,.16);
  color:#fff;
  padding:15px 25px;
  font:inherit;
  font-size:15px;
  font-weight:900;
  letter-spacing:.02em;
  backdrop-filter:blur(9px);
  cursor:pointer;
}
.universal-home-hero-shell{
  position:relative;
  z-index:3;
  width:min(1500px,calc(100% - 9vw));
  height:100%;
  min-height:0;
  display:flex;
  align-items:center;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding-top:70px;
}
.universal-home-gateway{
  width:min(690px,58vw);
  padding:34px 38px 32px;
  border-radius:26px;
  background:rgba(255,255,255,.96);
  color:#10284b;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}
.universal-home-gateway .hero-brand-line{color:#0b63f6;font-size:11px;letter-spacing:.15em}
.universal-home-gateway h1{
  max-width:600px;
  margin:12px 0 17px;
  color:#10284b;
  font-size:clamp(41px,4.35vw,66px);
  line-height:.98;
  letter-spacing:-.047em;
  text-wrap:balance;
}
.universal-home-gateway>p{
  max-width:610px;
  margin:0;
  color:#5e6c84;
  font-size:16px;
  line-height:1.56;
}
.universal-gateway-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}
.universal-gateway-actions button{
  min-height:52px;
  border-radius:999px;
  padding:0 22px;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.gateway-primary{border:1px solid #0b63f6;background:#0b63f6;color:#fff}
.gateway-primary:hover{background:#084fc5;border-color:#084fc5}
.gateway-secondary{border:1px solid #cfd8e6;background:#fff;color:#10284b}
.gateway-secondary:hover{border-color:#10284b}
.universal-home-gateway>small{display:block;margin-top:16px;color:#7b8799;font-size:11px;line-height:1.45}
.hero-scroll-cue{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:12px;
  border:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  cursor:pointer;
}
.hero-scroll-cue b{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.72);border-radius:50%;font-size:16px}
.home-universe-marketplace{scroll-margin-top:24px}

.campus-gate-modal .modal-backdrop{background:rgba(2,13,29,.72);backdrop-filter:blur(5px)}
.campus-gate-panel{
  position:relative;
  z-index:2;
  width:min(980px,calc(100% - 32px));
  max-height:calc(100vh - 40px);
  overflow:auto;
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);
  border-radius:28px;
  background:#fff;
  box-shadow:0 30px 100px rgba(0,0,0,.35);
}
.campus-gate-panel>.modal-close{position:absolute;z-index:3;right:16px;top:16px;background:rgba(255,255,255,.92)}
.campus-gate-visual{position:relative;min-height:560px;overflow:hidden;background:#071b33}
.campus-gate-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.campus-gate-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,13,29,.82),rgba(2,13,29,.08) 65%)}
.campus-gate-visual>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:#fff}
.campus-gate-visual span{display:block;margin-bottom:7px;color:#a8eae5;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.campus-gate-visual strong{font-size:24px;line-height:1.16;letter-spacing:-.02em}
.campus-gate-copy{padding:54px 46px 42px}
.campus-gate-copy h2{margin:7px 0 14px;color:#10284b;font-size:46px;line-height:1;letter-spacing:-.045em}
.campus-gate-copy>p{color:#647187;line-height:1.56}
.campus-gate-copy form{margin-top:26px}
.campus-gate-copy label{display:block;margin-bottom:8px;color:#10284b;font-size:12px;font-weight:900}
.campus-email-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:7px;border:1px solid #cfd8e6;border-radius:16px}
.campus-email-row input{min-width:0;border:0;outline:0;padding:12px 10px;font:inherit}
.campus-email-row button{border:0;border-radius:11px;background:#0b63f6;color:#fff;padding:0 18px;font:inherit;font-size:12px;font-weight:900;cursor:pointer}
.campus-gate-error{min-height:18px!important;margin:7px 0 0!important;color:#b42318!important;font-size:12px!important}
.campus-gate-status{display:flex;justify-content:space-between;gap:20px;margin-top:17px;padding:14px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;color:#10284b;font-size:12px}
.campus-gate-status span{color:#607087}
.campus-gate-browse{width:100%;margin-top:15px;border:1px solid #cfd8e6;border-radius:12px;background:#fff;color:#10284b;padding:13px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.campus-gate-copy>small{display:block;margin-top:14px;color:#8792a2;font-size:10px;line-height:1.45}

.campus-lens-hero{position:relative;min-height:650px;display:grid;align-items:end;overflow:hidden;background:#071b33;color:#fff}
.campus-lens-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9)}
.campus-lens-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,13,29,.92),rgba(2,13,29,.35) 64%,rgba(2,13,29,.14)),linear-gradient(0deg,rgba(2,13,29,.72),transparent 60%)}
.campus-lens-copy{position:relative;z-index:2;padding:100px 0 72px}
.campus-lens-copy h1{max-width:850px;margin:10px 0 18px;font-size:clamp(52px,6vw,86px);line-height:.96;letter-spacing:-.055em}
.campus-lens-copy>p{max-width:720px;color:#e7edf5;font-size:17px;line-height:1.58}
.campus-lens-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.campus-lens-actions button,.campus-lens-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:0 20px;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}
.campus-lens-actions button{border:0;background:#fff;color:#10284b}
.campus-lens-actions a{border:1px solid rgba(255,255,255,.65);color:#fff}
.campus-lens-copy>small{display:block;max-width:720px;margin-top:18px;color:#c4cfdd;font-size:10px}

@media(max-width:900px){
  .universal-hero-nav{padding:24px 24px}
  .universal-hero-brand img{width:190px}
  .universal-home-hero-shell{width:calc(100% - 40px);align-items:flex-end;padding:100px 0 86px}
  .universal-home-gateway{width:min(650px,100%);padding:30px 30px 28px}
  .universal-home-gateway h1{font-size:clamp(40px,8vw,58px)}
  .campus-gate-panel{grid-template-columns:1fr;max-width:650px}
  .campus-gate-visual{min-height:230px}
  .campus-gate-copy{padding:38px 30px 32px}
}
@media(max-width:600px){
  .universal-home-hero{min-height:100svh;height:auto}
  .universal-hero-nav{padding:19px 18px}
  .universal-hero-brand img{width:150px}
  .universal-join-edu{padding:11px 16px;font-size:12px}
  .universal-home-hero-shell{width:calc(100% - 28px);min-height:100svh;padding:110px 0 82px;align-items:flex-end}
  .universal-home-gateway{padding:25px 22px 23px;border-radius:21px}
  .universal-home-gateway h1{font-size:40px}
  .universal-home-gateway>p{font-size:14px}
  .universal-gateway-actions{display:grid}
  .universal-gateway-actions button{width:100%}
  .hero-scroll-cue span{display:none}
  .campus-email-row{grid-template-columns:1fr}
  .campus-email-row button{min-height:44px}
  .campus-gate-copy h2{font-size:38px}
  .campus-lens-hero{min-height:590px}
  .campus-lens-copy{padding:90px 0 55px}
  .campus-lens-copy h1{font-size:48px}
}


/* v16 — compact Airbnb-polished universal gateway + clean destination heroes */
.universal-hero-nav{
  justify-content:flex-start;
  padding:32px 4.5vw;
}
.universal-join-edu{display:none!important}
.universal-home-hero-shell{
  width:min(1500px,calc(100% - 9vw));
  align-items:center;
  padding-top:56px;
}
.universal-home-gateway{
  width:min(470px,42vw);
  padding:27px 29px 24px;
  border-radius:22px;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 58px rgba(0,0,0,.24);
  backdrop-filter:blur(16px);
}
.universal-home-gateway .hero-brand-line{
  font-size:9px;
  letter-spacing:.16em;
}
.universal-home-gateway h1{
  max-width:410px;
  margin:10px 0 13px;
  font-size:clamp(34px,3.15vw,47px);
  line-height:1.015;
  letter-spacing:-.043em;
}
.universal-home-gateway>p{
  max-width:405px;
  font-size:13px;
  line-height:1.52;
  color:#66748a;
}
.gateway-entry{
  width:100%;
  margin-top:20px;
  padding:15px 0 0;
  border:0;
  border-top:1px solid #e5e9ef;
  background:transparent;
  color:#10284b;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  text-align:left;
}
.gateway-entry b{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:33px;
  height:33px;
  border-radius:50%;
  background:#0b63f6;
  color:#fff;
  font-size:15px;
  transition:transform .18s ease,background .18s ease;
}
.gateway-entry:hover b{transform:translateX(2px);background:#084fc5}
.universal-gateway-actions,.universal-home-gateway>small{display:none!important}
.world-hero .discovery-context{display:none!important}

@media(max-width:900px){
  .universal-hero-nav{padding:23px 24px}
  .universal-home-hero-shell{width:calc(100% - 40px);padding:96px 0 82px;align-items:flex-end}
  .universal-home-gateway{width:min(470px,100%);padding:25px 27px 22px}
  .universal-home-gateway h1{font-size:clamp(34px,7vw,45px)}
}
@media(max-width:600px){
  .universal-hero-nav{padding:18px}
  .universal-home-hero-shell{width:calc(100% - 28px);padding:104px 0 78px}
  .universal-home-gateway{padding:23px 21px 20px;border-radius:19px}
  .universal-home-gateway h1{font-size:35px;margin-bottom:11px}
  .universal-home-gateway>p{font-size:12.5px}
  .gateway-entry{margin-top:17px;padding-top:14px}
}

/* v17 — Penn Opportunity Marketplace */
.campus-brand-badge{display:none;margin-left:12px;padding:5px 9px;border-radius:999px;background:#011F5B;color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;vertical-align:middle}
.route-campus .campus-brand-badge{display:inline-flex}.route-campus .brand-v4{display:flex;align-items:center}.route-campus .site-header{background:#fff}.route-campus .focus-nav-v4{background:#fff;border-top:1px solid #eef1f5}.route-campus .focus-links-v4 button{color:#172b4d}.route-campus .focus-links-v4 button:hover{color:#004785}
.penn-market-hero{position:relative;min-height:620px;display:grid;align-items:end;overflow:hidden;background:#011F5B;color:#fff}.penn-market-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.03)}.penn-market-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,17,48,.93) 0%,rgba(1,31,91,.73) 48%,rgba(1,31,91,.16) 82%),linear-gradient(0deg,rgba(1,17,48,.72),transparent 58%)}.penn-market-copy{position:relative;z-index:2;padding:92px 0 66px}.penn-market-tag{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:#dbe8ff}.penn-market-tag span{background:#990000;color:#fff;padding:6px 9px;border-radius:7px;letter-spacing:.08em}.penn-market-copy h1{max-width:830px;margin:12px 0 20px;font-size:clamp(54px,6.4vw,92px);line-height:.95;letter-spacing:-.055em;text-wrap:balance}.penn-market-copy>p{max-width:760px;margin:0;color:#edf3fb;font-size:17px;line-height:1.58}.penn-market-copy>small{display:block;max-width:780px;margin-top:18px;color:#cad7e9;font-size:10px;line-height:1.45}.penn-market-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.penn-market-hero-actions button{min-height:48px;padding:0 20px;border:0;border-radius:999px;background:#fff;color:#10284b;font-size:12px;font-weight:900;cursor:pointer}.penn-market-hero-actions button.ghost{border:1px solid rgba(255,255,255,.62);background:rgba(1,31,91,.28);color:#fff;backdrop-filter:blur(8px)}
.penn-intro-strip{border-bottom:1px solid #e6e9ef;background:#fff}.penn-intro-strip .shell{display:grid;grid-template-columns:220px 1fr;gap:30px;padding:26px 0}.penn-intro-strip span{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:#990000}.penn-intro-strip p{margin:0;max-width:900px;color:#58677b;line-height:1.55}
.penn-worlds{padding-top:68px}.penn-editorial-feature{padding:72px 0;background:#f7f7f5}.penn-feature-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:270px 270px;gap:12px;margin-top:28px}.penn-feature-card{position:relative;overflow:hidden;border-radius:20px;background:#071b33}.penn-feature-card:first-child{grid-row:1/3}.penn-feature-card:nth-child(4){grid-column:2/4}.penn-feature-card a{position:absolute;inset:0;color:#fff;text-decoration:none}.penn-feature-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.penn-feature-card:hover img{transform:scale(1.025)}.penn-feature-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,13,29,.86),rgba(2,13,29,.03) 66%)}.penn-feature-card a>div:last-child{position:absolute;left:24px;right:24px;bottom:22px}.penn-feature-card small{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:#b8e8ff}.penn-feature-card h3{margin:6px 0 6px;font-size:clamp(22px,2.3vw,36px);line-height:1.02;letter-spacing:-.035em}.penn-feature-card:not(:first-child) h3{font-size:24px}.penn-feature-card p{margin:0 0 9px;color:#eef3fa;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.penn-feature-card b{font-size:11px}
.penn-cross-campus{padding:76px 0;background:#071b33;color:#fff}.penn-cross-campus .home-market-heading p,.penn-personas .home-market-heading p{color:#cbd5e1}.penn-combination-line{display:flex;align-items:center;gap:12px;overflow:auto;margin-top:28px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.055)}.penn-combination-line span,.penn-combination-line strong{white-space:nowrap;padding:12px 14px;border-radius:999px;background:#fff;color:#10284b;font-size:11px;font-weight:900}.penn-combination-line strong{background:#b8e8ff}.penn-combination-line b{color:#8ea5c5;font-size:18px}
.penn-ecosystem{padding:76px 0;background:#fff}.penn-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}.penn-program-card{position:relative;overflow:hidden;min-height:300px;padding:0;border:0;border-radius:20px;background:#10284b;text-align:left;cursor:pointer}.penn-program-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.penn-program-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,13,29,.9),rgba(2,13,29,.12) 70%)}.penn-program-card>span{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.penn-program-card small{display:block;margin-bottom:5px;color:#b8e8ff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.penn-program-card strong{display:block;font-size:22px;line-height:1.04}.penn-program-card em{display:block;margin:7px 0 10px;color:#e2e8f0;font-style:normal;font-size:12px;line-height:1.4}.penn-program-card b{font-size:10px}
.penn-personas{padding:76px 0;background:#071b33;color:#fff}.penn-persona-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.penn-persona-card{min-height:210px;padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.055);color:#fff;text-align:left;cursor:pointer}.penn-persona-card i{display:grid;place-items:center;width:38px;height:38px;margin-bottom:28px;border-radius:50%;background:#fff;color:#011F5B;font-style:normal}.penn-persona-card span{display:block;color:#b8e8ff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.penn-persona-card strong{display:block;margin:7px 0 18px;font-size:17px;line-height:1.3}.penn-persona-card b{font-size:10px}.penn-closing img{object-position:center 44%}
.penn-detail-hero{position:relative}.penn-detail-hero .detail-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,17,48,.9),rgba(1,17,48,.24) 72%),linear-gradient(0deg,rgba(1,17,48,.7),transparent 60%)}.penn-detail-hero .detail-copy{position:relative;z-index:2}.penn-tech-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.penn-tech-links a{display:block;padding:18px;border:1px solid #e1e6ed;border-radius:16px;text-decoration:none;color:#10284b;background:#fff}.penn-tech-links small{display:block;color:#990000;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.penn-tech-links strong{display:block;margin:6px 0;font-size:16px}.penn-tech-links span{display:block;color:#66758a;font-size:12px;line-height:1.45}
@media(max-width:1050px){.penn-program-grid,.penn-persona-grid{grid-template-columns:repeat(2,1fr)}.penn-feature-grid{grid-template-columns:1fr 1fr}.penn-feature-card:first-child{grid-column:1/3;grid-row:auto;height:420px}.penn-feature-card:nth-child(4){grid-column:auto}.penn-feature-card{min-height:260px}.penn-tech-links{grid-template-columns:1fr}}
@media(max-width:720px){.campus-brand-badge{margin-left:7px}.penn-market-hero{min-height:610px}.penn-market-copy{padding:76px 0 48px}.penn-market-copy h1{font-size:50px}.penn-market-copy>p{font-size:14px}.penn-market-hero-actions{display:grid}.penn-market-hero-actions button{width:100%}.penn-intro-strip .shell{grid-template-columns:1fr;gap:7px}.penn-feature-grid{display:block}.penn-feature-card,.penn-feature-card:first-child{height:320px;margin-bottom:10px}.penn-program-grid,.penn-persona-grid{grid-template-columns:1fr}.penn-program-card{min-height:270px}.penn-combination-line{padding:13px}.penn-worlds{padding-top:44px}}
.penn-mega-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px;padding:12px 0 26px}.penn-mega-grid>section>small{display:block;margin-bottom:12px;color:#990000;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.penn-mega-grid section>div{display:grid;gap:7px}.penn-mega-grid button{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:12px 13px;border:1px solid #edf0f4;border-radius:12px;background:#fff;text-align:left;cursor:pointer}.penn-mega-grid button strong{font-size:13px;color:#10284b}.penn-mega-grid button span{grid-column:1;color:#6b778a;font-size:10px;line-height:1.35}.penn-mega-grid button b{grid-column:2;grid-row:1/3;align-self:center;color:#0b63f6}.penn-mega-grid button:hover{border-color:#cbd6e4;background:#fafbfc}@media(max-width:850px){.penn-mega-grid{grid-template-columns:1fr}}
.public-campus-shell{min-height:100svh}.public-campus-shell .universal-home-hero-shell{align-items:center}.public-shell-card{width:min(500px,calc(100% - 40px));padding:28px 30px 25px}.public-shell-card h1{max-width:450px;font-size:clamp(38px,4.2vw,58px);line-height:.98}.public-shell-card>p{max-width:430px;font-size:13px}.public-shell-foot{position:absolute;z-index:3;left:50%;bottom:24px;transform:translateX(-50%);color:rgba(255,255,255,.82);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.route-home .footer{display:none!important}@media(max-width:700px){.public-shell-card{width:calc(100% - 24px);padding:24px 22px}.public-shell-card h1{font-size:39px}.public-shell-foot{bottom:14px;width:100%;text-align:center;font-size:8px}}


/* v19 — Universal public opportunity marketplace front door. Penn/campus runtime remains unchanged. */
.route-home .site-header,.route-home .browse-mega,.route-home>.footer{display:none!important}
.route-home{background:#fff!important;color:#191919!important}
.route-home #app{margin:0!important}
.public-v19-home{font-family:Inter,"Avenir Next","SF Pro Display",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#171717;overflow:hidden}
.public-v19-home button{font:inherit}
.public-v19-shell{width:min(1540px,calc(100% - 80px));margin:0 auto}
.public-v19-hero{position:relative;min-height:100svh;height:100svh;background:#0a1830;overflow:hidden;color:#fff}
.public-v19-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .35s ease,transform 8s ease;opacity:.96}
.public-v19-hero:hover .public-v19-hero-bg{transform:scale(1.012)}
.public-v19-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,29,.64) 0%,rgba(2,12,29,.23) 48%,rgba(2,12,29,.08) 76%),linear-gradient(180deg,rgba(3,13,30,.42) 0%,transparent 28%,transparent 66%,rgba(3,13,30,.40) 100%)}
.public-v19-nav{position:absolute;z-index:5;top:0;left:0;right:0;min-height:92px;padding:18px clamp(26px,4vw,72px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.public-v19-brand{justify-self:start}.public-v19-brand img{display:block;width:225px;max-height:58px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.18))}
.public-v19-navlinks{display:flex;align-items:center;justify-content:center;gap:7px}.public-v19-navlinks button{border:0;background:transparent;color:#fff;padding:11px 14px;border-radius:999px;font-size:13px;font-weight:800;cursor:pointer;text-shadow:0 2px 10px rgba(0,0,0,.24)}.public-v19-navlinks button:hover{background:rgba(255,255,255,.13)}
.public-v19-join{justify-self:end;min-height:45px;padding:0 19px;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:rgba(5,19,42,.18);color:#fff;font-size:13px;font-weight:900;cursor:pointer;backdrop-filter:blur(10px)}.public-v19-join:hover{background:#fff;color:#10284b}
.public-v19-hero-shell{position:relative;z-index:3;width:min(1540px,calc(100% - 10vw));height:100%;margin:0 auto;display:flex;align-items:center;padding-top:50px}
.public-v19-hero-card{width:min(650px,52vw);padding:35px 38px 32px;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:rgba(255,255,255,.965);color:#10284b;box-shadow:0 28px 80px rgba(0,0,0,.27);backdrop-filter:blur(18px)}
.public-v19-kicker{color:#1559d6;font-size:10px;line-height:1.2;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.public-v19-hero-card h1{margin:12px 0 15px;max-width:590px;color:#0b1e43;font-size:clamp(40px,3.3vw,54px);line-height:.98;letter-spacing:-.055em;font-weight:760;text-wrap:balance}.public-v19-hero-card h1 span{color:#1559d6}
.public-v19-hero-card>p{max-width:570px;margin:0;color:#59687e;font-size:15px;line-height:1.5}
.public-v19-discovery{display:grid;grid-template-columns:repeat(3,1fr);margin-top:24px;border:1px solid #dce2eb;border-radius:21px;overflow:hidden;background:#fff;box-shadow:0 10px 25px rgba(17,36,68,.055)}
.public-v19-discovery button{position:relative;min-width:0;min-height:95px;padding:15px 16px;border:0;border-right:1px solid #e5e9ef;background:#fff;text-align:left;cursor:pointer}.public-v19-discovery button:last-child{border-right:0}.public-v19-discovery button:hover{background:#f7f9fd}.public-v19-discovery small,.public-v19-discovery strong,.public-v19-discovery span{display:block}.public-v19-discovery small{color:#1559d6;font-size:9px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.public-v19-discovery strong{margin-top:5px;color:#10284b;font-size:12px;line-height:1.22;font-weight:900}.public-v19-discovery span{margin-top:5px;color:#7a8597;font-size:9.5px;line-height:1.3}
.public-v19-primary-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:48px;margin-top:18px;padding:0 19px;border:0;border-radius:999px;background:#1559d6;color:#fff;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(21,89,214,.18)}.public-v19-primary-cta:hover{background:#0c4bc1}.public-v19-primary-cta b{font-size:18px}
.public-v19-hero-note{display:block;margin-top:12px;color:#8893a4;font-size:9.5px;line-height:1.4}
.public-v19-scroll-cue{position:absolute;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#fff;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;cursor:pointer}.public-v19-scroll-cue b{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.65);border-radius:50%}

.public-v19-section{padding:88px 0}.public-v19-section-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.7fr);align-items:end;gap:42px;margin-bottom:32px}.public-v19-section-head>div>span{display:block;margin-bottom:8px;color:#1559d6;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.public-v19-section-head h2{margin:0;color:#181818;font-size:clamp(38px,4.1vw,61px);line-height:.98;letter-spacing:-.052em;font-weight:700;text-wrap:balance}.public-v19-section-head>p{margin:0;color:#6b6b6b;font-size:14px;line-height:1.55}.public-v19-section-head-wide{grid-template-columns:minmax(0,1.1fr) minmax(360px,.75fr)}
.public-v19-universes{background:#fff}.public-v19-universe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 20px}.public-v19-universe-card{display:block;min-width:0;padding:0;border:0;background:transparent;color:#171717;text-align:left;cursor:pointer}.public-v19-image{display:block;aspect-ratio:1.28/1;border-radius:20px;overflow:hidden;background:#ececec}.public-v19-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.public-v19-universe-card:hover img{transform:scale(1.025)}.public-v19-card-copy{display:block;padding:12px 2px 0}.public-v19-card-copy small{display:block;color:#7a7a7a;font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.public-v19-card-copy strong{display:block;margin:5px 0 3px;font-size:19px;line-height:1.12;letter-spacing:-.025em}.public-v19-card-copy em{display:block;color:#6d6d6d;font-size:13px;line-height:1.35;font-style:normal}.public-v19-card-copy b{display:block;margin-top:8px;color:#1559d6;font-size:10px}

.public-v19-whatif{background:#f7f7f5}.public-v19-story-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:330px 290px;gap:14px}.public-v19-story-card{position:relative;overflow:hidden;border:0;border-radius:24px;background:#132238;color:#fff;text-align:left;cursor:pointer}.public-v19-story-card.story-1{grid-row:1/3}.public-v19-story-card.story-4{grid-column:2/4}.public-v19-story-card:nth-child(n+5){display:none}.public-v19-story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.public-v19-story-card:hover img{transform:scale(1.025)}.public-v19-story-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,12,29,.88) 0%,rgba(2,12,29,.18) 62%,rgba(2,12,29,.04) 100%)}.public-v19-story-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:block}.public-v19-story-copy small{display:block;color:#b9e8ff;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.public-v19-story-copy strong{display:block;max-width:640px;margin:7px 0 6px;font-size:clamp(24px,2.4vw,40px);line-height:1.01;letter-spacing:-.04em}.public-v19-story-card:not(.story-1) .public-v19-story-copy strong{font-size:23px}.public-v19-story-copy em{display:block;max-width:560px;color:#eef3f7;font-size:12px;line-height:1.4;font-style:normal}.public-v19-story-copy b{display:block;margin-top:10px;font-size:10px}

.public-v19-demand{background:#071b33;color:#fff}.public-v19-section-head-dark>div>span{color:#79dce8}.public-v19-section-head-dark h2{color:#fff}.public-v19-section-head-dark>p{color:#bdc8d8}.public-v19-demand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.public-v19-demand-card{position:relative;min-height:310px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;background:#0d2a4c;color:#fff;text-align:left;cursor:pointer}.public-v19-demand-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transition:transform .35s ease}.public-v19-demand-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,12,29,.92),rgba(2,12,29,.12) 70%)}.public-v19-demand-card:hover>img{transform:scale(1.03)}.public-v19-demand-card>span:not(.public-v19-demand-index){position:absolute;z-index:2;left:18px;right:18px;bottom:17px}.public-v19-demand-index{position:absolute;z-index:3;top:15px;left:15px;display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:rgba(255,255,255,.93);color:#10284b;font-size:9px;font-weight:950}.public-v19-demand-card small{display:block;color:#a8dbea;font-size:9px;line-height:1.3;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.public-v19-demand-card strong{display:block;margin-top:6px;font-size:18px;line-height:1.15;letter-spacing:-.02em}.public-v19-demand-card b{display:block;margin-top:9px;font-size:9.5px}.public-v19-org-band{margin-top:28px;padding:23px 24px 18px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.045)}.public-v19-org-band>div:first-child{display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:baseline}.public-v19-org-band>div:first-child small{color:#7fdcea;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.public-v19-org-band>div:first-child strong{font-size:15px;line-height:1.4}.public-v19-org-rail{display:flex;gap:10px;overflow:auto;margin-top:17px;padding-bottom:5px;scrollbar-width:none}.public-v19-org-rail::-webkit-scrollbar{display:none}.public-v19-org-rail button{flex:0 0 168px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;min-height:62px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;text-align:left;cursor:pointer}.public-v19-org-rail img{width:42px;height:42px;border-radius:10px;object-fit:cover}.public-v19-org-rail span{font-size:11px;font-weight:850}.public-v19-org-band>p{margin:12px 0 0;color:#8495ac;font-size:8.5px;line-height:1.45}

.public-v19-foundations{background:#fbfaf7}.public-v19-foundation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px 16px}.public-v19-foundation-card{display:block;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.public-v19-foundation-card>img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:18px;background:#e8e6e1}.public-v19-foundation-card>span{display:block;padding:11px 2px 0}.public-v19-foundation-card small{display:block;color:#8a8174;font-size:8.5px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.public-v19-foundation-card strong{display:block;margin:5px 0 4px;color:#1f2937;font-size:16px;line-height:1.15}.public-v19-foundation-card em{display:block;color:#6b7280;font-size:11px;line-height:1.35;font-style:normal}.public-v19-foundation-card b{display:block;margin-top:7px;color:#1559d6;font-size:9px}.public-v19-foundation-statement{display:flex;align-items:center;justify-content:center;gap:10px;overflow:auto;margin-top:34px;padding:17px;border-top:1px solid #e7e2d8;border-bottom:1px solid #e7e2d8;color:#6b6257;font-size:11px;font-weight:850;white-space:nowrap}.public-v19-foundation-statement b{color:#b3a794}.public-v19-foundation-statement strong{color:#1559d6}

.public-v19-systems{background:#fff}.public-v19-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.public-v19-system-card{position:relative;min-height:335px;border:0;border-radius:22px;overflow:hidden;background:#13243a;color:#fff;text-align:left;cursor:pointer}.public-v19-system-card:nth-child(1),.public-v19-system-card:nth-child(5){grid-column:span 2}.public-v19-system-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s}.public-v19-system-card:hover img{transform:scale(1.025)}.public-v19-system-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,12,29,.88),rgba(2,12,29,.08) 68%)}.public-v19-system-card>span:last-child{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}.public-v19-system-card small{display:block;color:#a8e7e5;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.public-v19-system-card strong{display:block;margin:6px 0;font-size:28px;line-height:1}.public-v19-system-card em{display:block;max-width:560px;color:#e9eef4;font-size:11px;line-height:1.4;font-style:normal}.public-v19-system-card b{display:block;margin-top:8px;font-size:9.5px}

.public-v19-roles{background:#f7f7f5}.public-v19-role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.public-v19-role-card{position:relative;min-height:230px;padding:22px;border:1px solid #e1dfda;border-radius:20px;background:#fff;color:#1d2737;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.public-v19-role-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(25,35,50,.08)}.public-v19-role-card i{display:grid;place-items:center;width:42px;height:42px;margin-bottom:28px;border-radius:50%;background:#edf4ff;color:#1559d6;font-size:18px;font-style:normal}.public-v19-role-card small{position:absolute;right:18px;top:18px;color:#aca69d;font-size:9px;font-weight:900}.public-v19-role-card strong{display:block;font-size:17px;line-height:1.2}.public-v19-role-card span{display:block;margin-top:8px;color:#6e7580;font-size:12px;line-height:1.4}.public-v19-role-card b{display:block;margin-top:18px;color:#1559d6;font-size:9.5px}

.public-v19-momentum{background:#fff}.public-v19-momentum-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.public-v19-momentum-card{min-height:245px;padding:18px;border:1px solid #e6e8eb;border-radius:18px;background:#fff;color:#1d2737;text-align:left;cursor:pointer}.public-v19-momentum-num{display:block;color:#a8adb5;font-size:8px;font-weight:900}.public-v19-momentum-card i{display:grid;place-items:center;width:40px;height:40px;margin:26px 0 18px;border-radius:13px;background:#f2f5fa;color:#1559d6;font-size:17px;font-style:normal}.public-v19-momentum-card strong{display:block;font-size:15px;line-height:1.15}.public-v19-momentum-card p{margin:7px 0 0;color:#757c86;font-size:11px;line-height:1.4}.public-v19-momentum-card b{display:block;margin-top:18px;color:#1559d6;font-size:9px}

.public-v19-closing{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#071b33;color:#fff}.public-v19-closing>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.public-v19-closing-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,12,29,.76),rgba(2,12,29,.30) 56%,rgba(2,12,29,.18)),linear-gradient(0deg,rgba(2,12,29,.58),transparent 64%)}.public-v19-closing-copy{position:relative;z-index:2;width:min(760px,calc(100% - 48px));margin-right:auto;margin-left:8vw}.public-v19-closing-copy small{color:#a7e9e5;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.public-v19-closing-copy h2{max-width:720px;margin:9px 0 16px;font-size:clamp(48px,5.5vw,78px);line-height:.96;letter-spacing:-.055em}.public-v19-closing-copy p{max-width:640px;margin:0;color:#edf3f7;font-size:15px;line-height:1.55}.public-v19-closing-copy button{display:inline-flex;align-items:center;gap:20px;min-height:52px;margin-top:24px;padding:0 21px;border:0;border-radius:999px;background:#fff;color:#10284b;font-size:12px;font-weight:900;cursor:pointer}.public-v19-closing-copy button b{font-size:18px}
.public-v19-footer{padding:30px 5vw 24px;background:#071428;color:#fff}.public-v19-footer-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;max-width:1500px;margin:0 auto}.public-v19-footer-inner>img{width:150px;filter:brightness(0) invert(1)}.public-v19-footer-inner>div{display:grid;gap:3px}.public-v19-footer-inner strong{font-size:13px}.public-v19-footer-inner span{color:#9ba8bb;font-size:10px}.public-v19-footer-inner button{border:1px solid rgba(255,255,255,.35);border-radius:999px;background:transparent;color:#fff;padding:11px 15px;font-size:10px;font-weight:900;cursor:pointer}.public-v19-footer>p{max-width:1500px;margin:20px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.10);color:#6f8096;font-size:8px;line-height:1.5}

@media(max-width:1100px){.public-v19-shell{width:min(100% - 44px,1540px)}.public-v19-nav{grid-template-columns:1fr auto}.public-v19-navlinks{display:none}.public-v19-hero-card{width:min(620px,66vw)}.public-v19-demand-grid{grid-template-columns:repeat(2,1fr)}.public-v19-foundation-grid{grid-template-columns:repeat(2,1fr)}.public-v19-role-grid{grid-template-columns:repeat(2,1fr)}.public-v19-momentum-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.public-v19-shell{width:calc(100% - 28px)}.public-v19-section{padding:58px 0}.public-v19-nav{min-height:68px;padding:12px 16px}.public-v19-brand img{width:150px}.public-v19-join{min-height:38px;padding:0 13px;font-size:10px}.public-v19-hero{min-height:780px;height:100svh}.public-v19-hero-bg{object-position:60% center}.public-v19-hero-shell{width:calc(100% - 24px);align-items:flex-end;padding:86px 0 60px}.public-v19-hero-card{width:100%;padding:25px 21px 22px;border-radius:23px}.public-v19-hero-card h1{font-size:36px}.public-v19-hero-card>p{font-size:13px}.public-v19-discovery{grid-template-columns:1fr;border-radius:17px}.public-v19-discovery button{min-height:67px;border-right:0;border-bottom:1px solid #e5e9ef;padding:11px 13px}.public-v19-discovery button:last-child{border-bottom:0}.public-v19-discovery span{display:none}.public-v19-primary-cta{width:100%;justify-content:space-between}.public-v19-scroll-cue{bottom:14px}.public-v19-scroll-cue span{display:none}.public-v19-section-head,.public-v19-section-head-wide{display:block;margin-bottom:24px}.public-v19-section-head h2{font-size:38px}.public-v19-section-head>p{margin-top:12px;font-size:12px}.public-v19-universe-grid{display:flex;overflow:auto;gap:13px;scroll-snap-type:x mandatory}.public-v19-universe-card{flex:0 0 78vw;scroll-snap-align:start}.public-v19-story-grid{display:flex;overflow:auto;gap:12px;scroll-snap-type:x mandatory}.public-v19-story-card,.public-v19-story-card.story-1,.public-v19-story-card.story-4{display:block!important;flex:0 0 82vw;height:390px;grid-column:auto;grid-row:auto;scroll-snap-align:start}.public-v19-story-card:nth-child(n+6){display:none!important}.public-v19-demand-grid{display:flex;overflow:auto;gap:12px;scroll-snap-type:x mandatory}.public-v19-demand-card{flex:0 0 78vw;min-height:310px;scroll-snap-align:start}.public-v19-org-band>div:first-child{display:block}.public-v19-org-band>div:first-child strong{display:block;margin-top:8px}.public-v19-foundation-grid{display:flex;overflow:auto;gap:13px}.public-v19-foundation-card{flex:0 0 72vw}.public-v19-foundation-statement{justify-content:flex-start}.public-v19-system-grid{display:flex;overflow:auto;gap:12px;scroll-snap-type:x mandatory}.public-v19-system-card,.public-v19-system-card:nth-child(1),.public-v19-system-card:nth-child(5){flex:0 0 82vw;min-height:390px;grid-column:auto;scroll-snap-align:start}.public-v19-role-grid{display:flex;overflow:auto;gap:12px}.public-v19-role-card{flex:0 0 76vw}.public-v19-momentum-grid{display:flex;overflow:auto;gap:11px}.public-v19-momentum-card{flex:0 0 67vw}.public-v19-closing{min-height:610px}.public-v19-closing-copy{width:calc(100% - 32px);margin:0 auto}.public-v19-closing-copy h2{font-size:46px}.public-v19-closing-copy p{font-size:13px}.public-v19-footer-inner{grid-template-columns:1fr;gap:13px}.public-v19-footer-inner button{justify-self:start}}
@media(max-width:430px){.public-v19-hero-card h1{font-size:33px}.public-v19-kicker{font-size:8.5px}.public-v19-universe-card,.public-v19-demand-card{flex-basis:84vw}.public-v19-story-card,.public-v19-system-card{flex-basis:88vw}.public-v19-role-card{flex-basis:82vw}.public-v19-closing-copy h2{font-size:40px}}


/* v20 — public homepage hero + top marketplace polish. Penn/campus runtime intentionally unchanged. */
.route-home .public-v19-home{font-family:"Avenir Next","Circular Std","SF Pro Display",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.route-home .public-v19-hero{min-height:100svh;height:100svh}
.route-home .public-v19-hero-bg{object-position:center center;filter:saturate(.95) contrast(1.015)}
.route-home .public-v19-hero-shade{background:linear-gradient(90deg,rgba(2,12,29,.36) 0%,rgba(2,12,29,.13) 44%,rgba(2,12,29,.04) 75%),linear-gradient(180deg,rgba(3,13,30,.30) 0%,transparent 26%,transparent 74%,rgba(3,13,30,.24) 100%)}
.route-home .public-v19-nav{min-height:82px;padding:18px clamp(26px,4.2vw,72px);display:flex;align-items:center;justify-content:flex-start;pointer-events:none}
.route-home .public-v19-brand{display:block;pointer-events:auto}
.route-home .public-v19-brand img{width:174px;max-height:44px;filter:brightness(0) invert(1) drop-shadow(0 2px 11px rgba(0,0,0,.28))}
.route-home .public-v19-navlinks,.route-home .public-v19-join{display:none!important}
.route-home .public-v19-hero-shell{width:min(1540px,calc(100% - 10vw));padding-top:26px;align-items:center}
.route-home .public-v19-hero-card{width:min(420px,38vw);padding:27px 28px 24px;border:1px solid rgba(255,255,255,.78);border-radius:28px;background:rgba(255,255,255,.975);box-shadow:0 20px 52px rgba(1,16,36,.20);backdrop-filter:blur(18px);transform:translateY(-1vh)}
.route-home .public-v19-kicker{font-size:8px;line-height:1.2;letter-spacing:.145em;font-weight:900}
.route-home .public-v19-hero-card h1{max-width:360px;margin:10px 0 11px;color:#0b1e43;font-size:clamp(28px,2.15vw,35px);line-height:1.03;letter-spacing:-.038em;font-weight:680;text-wrap:balance}
.route-home .public-v19-hero-card h1 span{color:#0b1e43}
.route-home .public-v19-hero-card>p{max-width:350px;color:#657188;font-size:11.5px;line-height:1.48}
.route-home .public-v19-discovery{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;border-color:#dde3ec;border-radius:17px;box-shadow:0 7px 18px rgba(17,36,68,.045)}
.route-home .public-v19-discovery button{min-height:66px;padding:10px 10px;border-right:1px solid #e7ebf1;background:#fff}
.route-home .public-v19-discovery small{font-size:7px;letter-spacing:.105em;font-weight:900}
.route-home .public-v19-discovery strong{margin-top:4px;color:#1c2d4a;font-size:9.5px;line-height:1.25;font-weight:750}
.route-home .public-v19-discovery span{display:none!important}
.route-home .public-v19-hero-arrow{display:grid;place-items:center;width:34px;height:34px;margin-top:18px;padding:0;border:1px solid #d8e0eb;border-radius:999px;background:#fff;color:#1559d6;box-shadow:0 7px 18px rgba(17,36,68,.06);font-size:16px;line-height:1;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.route-home .public-v19-hero-arrow:hover{transform:translateX(2px);border-color:#b9cbea;box-shadow:0 10px 22px rgba(17,36,68,.10)}
.route-home .public-v19-primary-cta,.route-home .public-v19-hero-note,.route-home .public-v19-scroll-cue{display:none!important}

.route-home .public-v19-section{padding:70px 0}
.route-home .public-v19-section-head{gap:34px;margin-bottom:25px}
.route-home .public-v19-section-head>div>span{margin-bottom:7px;font-size:8px;letter-spacing:.13em}
.route-home .public-v19-section-head h2{font-size:clamp(31px,3vw,44px);line-height:1.02;letter-spacing:-.04em;font-weight:680}
.route-home .public-v19-section-head>p{font-size:12.5px;line-height:1.5}
.route-home .public-v19-universes{padding-top:58px;padding-bottom:72px}
.route-home .public-v19-universe-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:23px}
.route-home .public-v19-universe-head>div>span{color:#1559d6}
.route-home .public-v19-universe-head h2{font-size:clamp(27px,2.4vw,36px);letter-spacing:-.035em}
.route-home .public-v19-universe-head>div>p{max-width:560px;margin:7px 0 0;color:#6d7580;font-size:11.5px;line-height:1.45}
.route-home .public-v19-universe-seeall{align-self:center;padding:7px 0;border:0;background:transparent;color:#1559d6;font-size:9.5px;font-weight:850;cursor:pointer;white-space:nowrap}
.route-home .public-v19-universe-seeall b{margin-left:5px;font-size:12px}
.route-home .public-v19-universe-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 16px}
.route-home .public-v19-universe-card{border-radius:0}
.route-home .public-v19-image{aspect-ratio:1.42/1;border-radius:18px;background:#eceff2}
.route-home .public-v19-card-copy{padding:10px 2px 0}
.route-home .public-v19-card-copy small{font-size:7.5px;letter-spacing:.095em}
.route-home .public-v19-card-copy strong{margin:5px 0 3px;font-size:14.5px;line-height:1.15;letter-spacing:-.018em;font-weight:800}
.route-home .public-v19-card-copy em{font-size:10.5px;line-height:1.35}
.route-home .public-v19-card-copy b{margin-top:7px;font-size:8.5px;font-weight:800}

.route-home .public-v19-whatif{padding-top:66px}
.route-home .public-v19-story-grid{grid-template-rows:300px 255px;gap:13px}
.route-home .public-v19-story-card{border-radius:20px}
.route-home .public-v19-story-copy{left:20px;right:20px;bottom:18px}
.route-home .public-v19-story-copy small{font-size:7.5px}
.route-home .public-v19-story-copy strong{font-size:clamp(21px,2vw,31px);line-height:1.03}
.route-home .public-v19-story-copy em{font-size:10.5px;line-height:1.42}
.route-home .public-v19-story-copy b{font-size:8.5px}

@media(max-width:1180px){
  .route-home .public-v19-hero-card{width:min(405px,46vw)}
  .route-home .public-v19-universe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .route-home .public-v19-hero-shell{width:calc(100% - 34px)}
  .route-home .public-v19-hero-card{width:min(390px,68vw)}
  .route-home .public-v19-universe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}
}
@media(max-width:760px){
  .route-home .public-v19-nav{min-height:64px;padding:13px 18px}
  .route-home .public-v19-brand img{width:142px;max-height:34px}
  .route-home .public-v19-hero{min-height:720px;height:100svh}
  .route-home .public-v19-hero-bg{object-position:61% center}
  .route-home .public-v19-hero-shell{width:calc(100% - 24px);align-items:flex-end;padding:72px 0 26px}
  .route-home .public-v19-hero-card{width:min(390px,100%);padding:23px 21px 20px;border-radius:24px;transform:none}
  .route-home .public-v19-kicker{font-size:7.5px}
  .route-home .public-v19-hero-card h1{max-width:320px;font-size:29px;margin:9px 0 10px}
  .route-home .public-v19-hero-card>p{font-size:11px;max-width:315px}
  .route-home .public-v19-discovery{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px;border-radius:15px}
  .route-home .public-v19-discovery button{min-height:60px;padding:9px 8px;border-right:1px solid #e7ebf1;border-bottom:0}
  .route-home .public-v19-discovery small{font-size:6.5px}
  .route-home .public-v19-discovery strong{font-size:8.4px;line-height:1.2}
  .route-home .public-v19-hero-arrow{width:32px;height:32px;margin-top:15px;font-size:15px}
  .route-home .public-v19-section{padding:54px 0}
  .route-home .public-v19-universe-head{display:block;margin-bottom:20px}
  .route-home .public-v19-universe-head h2{font-size:27px}
  .route-home .public-v19-universe-head>div>p{font-size:11px}
  .route-home .public-v19-universe-seeall{margin-top:8px}
  .route-home .public-v19-universe-grid{display:flex;overflow-x:auto;gap:13px;scroll-snap-type:x proximity;padding-bottom:5px}
  .route-home .public-v19-universe-card{flex:0 0 72vw;scroll-snap-align:start}
  .route-home .public-v19-image{aspect-ratio:1.38/1}
  .route-home .public-v19-card-copy strong{font-size:14px}
  .route-home .public-v19-card-copy em{font-size:10px}
  .route-home .public-v19-story-grid{grid-template-rows:285px 245px}
}
@media(max-width:430px){
  .route-home .public-v19-hero-card{padding:21px 18px 18px}
  .route-home .public-v19-hero-card h1{font-size:27px}
  .route-home .public-v19-discovery strong{font-size:7.8px}
  .route-home .public-v19-universe-card{flex-basis:78vw}
}


/* v21 — Airbnb-like public marketplace rails + selective universal discovery expansion. Penn runtime unchanged. */
.route-home .public-v21-home{overflow-x:hidden;background:#fff}
.route-home .public-v21-market-row{padding:58px 0 64px;background:#fff}
.route-home .public-v21-worlds{background:#f8f9fb}
.route-home .public-v21-popular{background:#fff}
.route-home .public-v21-pilots{background:#f8f9fb}
.route-home .public-v21-row-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin:0 0 20px}
.route-home .public-v21-row-head>div{min-width:0}
.route-home .public-v21-row-head span{display:block;margin-bottom:7px;color:#1559d6;font-size:8px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.route-home .public-v21-row-head h2{margin:0;color:#171717;font-size:clamp(25px,2.2vw,34px);line-height:1.05;letter-spacing:-.035em;font-weight:720}
.route-home .public-v21-row-head p{max-width:720px;margin:7px 0 0;color:#6c7480;font-size:11.5px;line-height:1.48}
.route-home .public-v21-rail-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;align-self:center}
.route-home .public-v21-rail-controls>button{display:grid;place-items:center;width:35px;height:35px;padding:0;border:1px solid #e0e3e8;border-radius:999px;background:#f6f6f6;color:#222;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,transform .16s ease,border-color .16s ease}
.route-home .public-v21-rail-controls>button:hover{background:#ececec;border-color:#d3d6dc;transform:translateY(-1px)}
.route-home .public-v21-rail-controls .public-v21-seeall{display:inline-flex;width:auto;min-width:0;height:35px;padding:0 11px;border:0;background:transparent;color:#222;font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.route-home .public-v21-rail-controls .public-v21-seeall:hover{background:transparent;transform:none}
.route-home .public-v21-card-rail{display:flex;gap:17px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:0 2px 10px;scrollbar-width:none;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.route-home .public-v21-card-rail::-webkit-scrollbar{display:none}
.route-home .public-v21-market-card{flex:0 0 clamp(228px,18.5vw,292px);min-width:clamp(228px,18.5vw,292px);max-width:clamp(228px,18.5vw,292px);padding:0;border:0;background:transparent;color:#222;text-align:left;cursor:pointer;scroll-snap-align:start}
.route-home .public-v21-card-image{display:block;width:100%;aspect-ratio:1.22/1;overflow:hidden;border-radius:18px;background:#eef0f2}
.route-home .public-v21-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.route-home .public-v21-market-card:hover .public-v21-card-image img{transform:scale(1.015)}
.route-home .public-v21-card-copy{display:block;padding:10px 1px 0}
.route-home .public-v21-card-copy small{display:block;color:#7b7b7b;font-size:7.5px;line-height:1.15;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.route-home .public-v21-card-copy strong{display:-webkit-box;margin:5px 0 3px;color:#222;font-size:14.5px;line-height:1.15;letter-spacing:-.018em;font-weight:800;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.route-home .public-v21-card-copy em{display:-webkit-box;color:#727272;font-size:10.5px;line-height:1.38;font-style:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.route-home .public-v21-card-copy b{display:block;margin-top:7px;color:#1559d6;font-size:8.5px;line-height:1.2;font-weight:800}
.route-home .public-v21-popular-rail .public-v21-market-card{flex-basis:clamp(242px,20vw,310px);min-width:clamp(242px,20vw,310px);max-width:clamp(242px,20vw,310px)}
.route-home .public-v21-popular-rail .public-v21-card-image{aspect-ratio:1.3/1}

/* v21: retire the old universe grid geometry; the first section is now a true marketplace rail. */
.route-home .public-v19-universe-grid,.route-home .public-v19-universe-head,.route-home .public-v19-universe-seeall{display:none!important}

/* Slightly unify downstream sections with the new marketplace rhythm without flattening their editorial variety. */
.route-home .public-v19-whatif{padding-top:64px}
.route-home .public-v19-foundations{padding-top:66px}
.route-home .public-v19-systems{padding-top:66px}
.route-home .public-v19-roles{padding-top:66px}
.route-home .public-v19-momentum{padding-top:66px}
.route-home .public-v19-section-head h2{font-weight:700}
.route-home .public-v19-foundation-grid{gap:18px 14px}
.route-home .public-v19-foundation-card img{border-radius:18px}

/* Deployment story: one editorial explanation block instead of another duplicate marketplace rail. */
.route-home .public-v21-deployment{padding:78px 0;background:#071b33;color:#fff}
.route-home .public-v21-deployment-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:64px;align-items:start}
.route-home .public-v21-deployment-copy>span{display:block;margin-bottom:10px;color:#a7e9e5;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.route-home .public-v21-deployment-copy h2{max-width:600px;margin:0;color:#fff;font-size:clamp(38px,4vw,58px);line-height:.98;letter-spacing:-.045em;font-weight:700;text-wrap:balance}
.route-home .public-v21-deployment-copy p{max-width:590px;margin:18px 0 0;color:#cbd6e3;font-size:13px;line-height:1.55}
.route-home .public-v21-deployment-copy button{display:inline-flex;align-items:center;gap:14px;min-height:42px;margin-top:22px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:10px;font-weight:850;cursor:pointer}
.route-home .public-v21-deployment-copy button b{font-size:16px}
.route-home .public-v21-deployment-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}
.route-home .public-v21-deployment-steps li{min-height:180px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055)}
.route-home .public-v21-deployment-steps small{display:block;color:#7f98b5;font-size:9px;font-weight:900;letter-spacing:.1em}
.route-home .public-v21-deployment-steps strong{display:block;margin:34px 0 8px;color:#fff;font-size:15px;line-height:1.2}
.route-home .public-v21-deployment-steps span{display:block;color:#aebdce;font-size:10.5px;line-height:1.45}

@media(max-width:1050px){
  .route-home .public-v21-row-head{gap:18px}
  .route-home .public-v21-deployment-shell{grid-template-columns:1fr;gap:36px}
  .route-home .public-v21-deployment-copy{max-width:720px}
}
@media(max-width:760px){
  .route-home .public-v21-market-row{padding:48px 0 54px}
  .route-home .public-v21-row-head{display:block;margin-bottom:17px}
  .route-home .public-v21-row-head h2{font-size:26px}
  .route-home .public-v21-row-head p{font-size:10.5px;max-width:92%}
  .route-home .public-v21-rail-controls{justify-content:flex-start;margin-top:10px}
  .route-home .public-v21-rail-controls>button:not(.public-v21-seeall){display:none}
  .route-home .public-v21-rail-controls .public-v21-seeall{padding-left:0;height:auto;font-size:9.5px;text-decoration:none;color:#1559d6}
  .route-home .public-v21-card-rail{gap:13px;padding-bottom:7px}
  .route-home .public-v21-market-card,.route-home .public-v21-popular-rail .public-v21-market-card{flex:0 0 72vw;min-width:72vw;max-width:72vw}
  .route-home .public-v21-card-image,.route-home .public-v21-popular-rail .public-v21-card-image{aspect-ratio:1.3/1;border-radius:17px}
  .route-home .public-v21-card-copy strong{font-size:14px}
  .route-home .public-v21-card-copy em{font-size:10px}
  .route-home .public-v21-deployment{padding:58px 0}
  .route-home .public-v21-deployment-shell{gap:28px}
  .route-home .public-v21-deployment-copy h2{font-size:39px}
  .route-home .public-v21-deployment-copy p{font-size:12px}
  .route-home .public-v21-deployment-steps{grid-template-columns:1fr}
  .route-home .public-v21-deployment-steps li{min-height:150px}
  .route-home .public-v21-deployment-steps strong{margin-top:24px}
}
@media(max-width:430px){
  .route-home .public-v21-market-card,.route-home .public-v21-popular-rail .public-v21-market-card{flex-basis:80vw;min-width:80vw;max-width:80vw}
  .route-home .public-v21-deployment-copy h2{font-size:35px}
}


/* v22 — canonical SpinOut U / Penn destination system */
.route-home .public-v22-campus-hero{object-fit:cover!important;object-position:center 52%!important;filter:saturate(.96) contrast(1.01)!important;opacity:1!important;transform:none!important}
.route-home .public-v19-hero:hover .public-v22-campus-hero{transform:none!important}
.route-home .public-v19-hero-shade{background:linear-gradient(90deg,rgba(2,12,29,.42) 0%,rgba(2,12,29,.12) 48%,rgba(2,12,29,.025) 77%),linear-gradient(180deg,rgba(3,13,30,.22) 0%,transparent 28%,transparent 72%,rgba(3,13,30,.20) 100%)!important}
.route-home .public-v19-hero-card{width:min(390px,34vw)!important;padding:25px 27px 24px!important}
.route-home .public-v19-hero-card h1{font-size:clamp(27px,2vw,33px)!important;max-width:335px!important}
.route-home .public-v19-hero-card>p{font-size:11.5px!important;max-width:330px!important}
.route-home .public-v19-discovery,.route-home .public-v19-hero-arrow{display:none!important}
.public-v22-campus-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;min-width:220px;min-height:44px;margin-top:18px;padding:0 8px 0 16px;border:1px solid #d7deea;border-radius:999px;background:#fff;color:#10284b;font-weight:850;font-size:11px;cursor:pointer;box-shadow:0 8px 22px rgba(16,40,75,.06);transition:.18s ease}
.public-v22-campus-cta b{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#1559d6;color:#fff;font-size:14px}.public-v22-campus-cta:hover{border-color:#b8c7df;box-shadow:0 12px 26px rgba(16,40,75,.10);transform:translateY(-1px)}
.route-campus .discovery-context,.route-campus .world-hero .discovery-context,.route-campus .discovery-category-hero .discovery-context{display:none!important}
.penn-destination-hero{position:relative;min-height:clamp(520px,62vh,700px);display:flex;align-items:flex-end;overflow:hidden;background:#071b33;color:#fff;isolation:isolate}
.penn-destination-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;z-index:-2}
.penn-destination-hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,18,38,.88) 0%,rgba(4,18,38,.59) 48%,rgba(4,18,38,.16) 80%,rgba(4,18,38,.04) 100%),linear-gradient(0deg,rgba(4,18,38,.76),rgba(4,18,38,.05) 65%)}
.penn-destination-hero-copy{padding:74px 0 58px}.penn-destination-hero-copy .eyebrow{color:#a8eae5;font-size:10px;letter-spacing:.16em}
.penn-destination-hero-copy h1{max-width:980px;margin:12px 0 18px;font-family:Georgia,'Times New Roman',serif;font-weight:500;font-size:clamp(50px,6.2vw,90px);line-height:.96;letter-spacing:-.052em;text-wrap:balance}
.penn-destination-hero-copy p{max-width:800px;margin:0;color:rgba(255,255,255,.88);font-size:18px;line-height:1.62}
.penn-destination-back{display:inline-flex;margin-bottom:40px;padding:9px 13px;border:1px solid rgba(255,255,255,.30);border-radius:999px;background:rgba(4,18,38,.18);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:800}
.penn-destination-directions{padding:62px 0 54px;background:#fff}.penn-destination-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.6fr);gap:40px;align-items:end;margin-bottom:26px}.penn-destination-section-head span{display:block;color:#1559d6;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.penn-destination-section-head h2{margin:8px 0 0;font-size:clamp(30px,3.5vw,48px);line-height:1;letter-spacing:-.04em}.penn-destination-section-head p{margin:0;color:#6a7584;font-size:13px;line-height:1.55}
.penn-clean-subtopic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.penn-clean-subtopic-grid>button{position:relative;min-height:260px;padding:0;border:0;border-radius:24px;overflow:hidden;background:#0b1f3d;color:#fff;text-align:left;cursor:pointer}.penn-clean-subtopic-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.penn-clean-subtopic-grid>button:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,17,36,.88),rgba(4,17,36,.08) 74%)}.penn-clean-subtopic-grid>button:hover img{transform:scale(1.025)}.penn-clean-subtopic-grid>button>span{position:absolute;z-index:2;left:20px;right:44px;bottom:18px}.penn-clean-subtopic-grid small{display:block;margin-bottom:8px;color:#a9e9e5;font-size:9px;font-weight:900;letter-spacing:.12em}.penn-clean-subtopic-grid strong{display:block;font-size:19px;line-height:1.15}.penn-clean-subtopic-grid em{display:block;margin-top:7px;color:rgba(255,255,255,.72);font-size:11px;line-height:1.42;font-style:normal}.penn-clean-subtopic-grid>button>b{position:absolute;z-index:2;right:18px;bottom:18px;font-size:18px}
.penn-destination-flow{padding:58px 0 92px;background:#f8f9fb}.penn-destination-layout,.penn-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:62px;align-items:start}.penn-destination-main,.penn-detail-main{min-width:0}.penn-refine-bar{position:relative!important;top:auto!important;margin:0 0 30px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e4e8ee!important;padding:14px 16px!important;box-shadow:none!important}.penn-destination-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.penn-destination-results-grid .card{min-height:0}.penn-destination-results-grid .card-image{height:235px}
.penn-sticky-card{position:sticky;top:176px;align-self:start;border:1px solid #dfe5ec;border-radius:28px;background:#fff;padding:25px;box-shadow:0 18px 58px rgba(7,27,51,.09);max-height:calc(100vh - 196px);overflow:auto}.penn-sticky-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:#64788e}.penn-sticky-card h3{margin:10px 0 10px;color:#10284b;font-size:26px;line-height:1.08;letter-spacing:-.035em}.penn-sticky-card>p{margin:0;color:#667387;font-size:13px;line-height:1.55}.penn-sticky-count{display:flex;align-items:baseline;gap:8px;margin:20px 0}.penn-sticky-count strong{font-size:34px;letter-spacing:-.04em}.penn-sticky-count span{color:#6e7b8f;font-size:12px}.penn-sticky-pills{display:flex;flex-wrap:wrap;gap:6px;margin:17px 0}.penn-sticky-pills span{padding:7px 9px;border-radius:999px;background:#eef4ff;color:#285494;font-size:10px;font-weight:800}.penn-sticky-actions{display:grid;gap:8px;margin:20px 0}.penn-sticky-actions button{min-height:44px;border-radius:999px;padding:0 14px;font-size:11px;font-weight:900;cursor:pointer}.penn-sticky-primary{border:1px solid #10284b;background:#10284b;color:#fff}.penn-sticky-secondary{border:1px solid #ccd5e3;background:#fff;color:#10284b}.penn-sticky-primary.active,.penn-sticky-secondary.active{background:#ffcc35;border-color:#ffcc35;color:#10284b}.penn-sticky-nav{display:grid;gap:2px;padding-top:16px;margin-top:16px;border-top:1px solid #edf0f4}.penn-sticky-nav>span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#8a94a2;padding-bottom:6px}.penn-sticky-nav button{border:0;background:transparent;text-align:left;padding:7px 0;color:#5d697c;font-size:12px;font-weight:700;cursor:pointer}.penn-sticky-nav button:hover{color:#1559d6}.penn-sticky-card>small{display:block;margin-top:16px;padding-top:14px;border-top:1px solid #edf0f4;color:#8791a0;font-size:10px;line-height:1.5}.penn-sticky-summary{display:grid;margin:20px 0}.penn-sticky-summary span{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:11px 0;border-bottom:1px solid #edf0f4}.penn-sticky-summary small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#8490a0;font-weight:800}.penn-sticky-summary strong{text-align:right;font-size:12px}
.penn-detail-flow{padding:58px 0 94px;background:#fff}.penn-story-section{padding:34px 0;border-bottom:1px solid #e4e8ee;scroll-margin-top:176px}.penn-story-section:first-child{padding-top:0}.penn-story-section h2{max-width:780px;margin:9px 0 16px;color:#10284b;font-size:clamp(31px,3.5vw,46px);line-height:1.03;letter-spacing:-.04em}.penn-story-section>p,.penn-lead-copy{max-width:820px;color:#4f5f75;font-size:16px;line-height:1.72}.penn-fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.penn-fact-grid>div{min-height:135px;padding:19px;border-radius:20px;background:#f6f8fb;border:1px solid #e4e8ee}.penn-fact-grid small{display:block;margin-bottom:28px;color:#7a8799;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.penn-fact-grid strong{font-size:16px;line-height:1.25}.penn-large-pills{gap:9px;margin-top:22px}.penn-large-pills .pill{padding:10px 13px}.penn-callout{margin-top:26px;padding:20px;border-radius:20px;background:#edf7f6;border:1px solid #d4ebe8}.penn-callout p{margin:7px 0 0;color:#526a6a;line-height:1.55}.penn-route-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.penn-route-grid article{min-height:180px;padding:22px;border:1px solid #e2e7ee;border-radius:22px;background:#fafbfc}.penn-route-grid article span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#6d819e;text-transform:uppercase}.penn-route-grid h3{font-size:21px;margin:36px 0 8px}.penn-route-grid p{font-size:12px!important;line-height:1.55!important;color:#69778a!important}.penn-route-note{margin-top:16px;padding:18px 20px;border-radius:18px;background:#f3f5f8;display:flex;justify-content:space-between;gap:24px;align-items:center}.penn-route-note small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#7a8697;font-weight:800}.penn-route-note strong{text-align:right;font-size:14px}.penn-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:25px}.penn-related-grid .card{min-height:0}.penn-related-grid .card-image{height:210px}
.campus-chooser-panel{display:block!important;width:min(1080px,calc(100vw - 36px));max-width:1080px!important;max-height:min(88vh,860px);overflow:auto;padding:34px!important;background:#fff;border-radius:30px!important}.campus-chooser-head{padding:6px 6px 24px}.campus-chooser-head span{color:#1559d6;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.campus-chooser-head h2{margin:8px 0 10px;color:#10284b;font-size:42px;letter-spacing:-.045em}.campus-chooser-head p{max-width:720px;margin:0;color:#68768a;font-size:13px;line-height:1.55}.campus-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.campus-choice{display:flex;flex-direction:column;min-height:215px;padding:0;overflow:hidden;border:1px solid #e0e5ec;border-radius:20px;background:#fff;text-align:left}.campus-choice img{width:100%;height:120px;object-fit:cover}.campus-choice>span{display:block;padding:12px 13px 0}.campus-choice strong{display:block;color:#10284b;font-size:13px;line-height:1.2}.campus-choice small{display:block;margin-top:4px;color:#8390a1;font-size:9px}.campus-choice>b{display:block;margin-top:auto;padding:9px 13px 12px;color:#1559d6;font-size:9px}.campus-choice.available{cursor:pointer;border-color:#b9cbea;box-shadow:0 9px 25px rgba(21,89,214,.09)}.campus-choice.available:hover{transform:translateY(-2px);border-color:#7fa3e1}.campus-choice.coming{opacity:.58;filter:saturate(.65);cursor:not-allowed}.campus-choice.coming>b{color:#8791a0}.campus-chooser-foot{display:flex;justify-content:space-between;gap:22px;margin-top:22px;padding:16px 6px 0;border-top:1px solid #edf0f4}.campus-chooser-foot span{font-size:11px;font-weight:800;color:#10284b}.campus-chooser-foot small{max-width:540px;text-align:right;color:#8490a0;font-size:9px;line-height:1.45}.penn-signin-panel{max-width:980px!important}.campus-switch-back{display:inline-flex;margin:0 0 22px;padding:0;border:0;background:transparent;color:#1559d6;font-size:10px;font-weight:850;cursor:pointer}
@media(max-width:1080px){.penn-destination-layout,.penn-detail-layout{grid-template-columns:minmax(0,1fr) 320px;gap:36px}.penn-clean-subtopic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.campus-choice-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:840px){.route-home .public-v19-hero-card{width:min(380px,70vw)!important}.penn-destination-hero{min-height:500px}.penn-destination-hero-copy{padding:54px 0 44px}.penn-destination-hero-copy h1{font-size:clamp(43px,10vw,62px)}.penn-destination-hero-copy p{font-size:16px}.penn-destination-section-head{grid-template-columns:1fr;gap:12px}.penn-clean-subtopic-grid{grid-template-columns:1fr}.penn-destination-layout,.penn-detail-layout{grid-template-columns:1fr}.penn-sticky-card{position:static;max-height:none;order:-1}.penn-destination-results-grid,.penn-related-grid,.penn-fact-grid,.penn-route-grid{grid-template-columns:1fr!important}.campus-choice-grid{grid-template-columns:repeat(2,1fr)}.campus-gate-panel.penn-signin-panel{grid-template-columns:1fr}.penn-signin-panel .campus-gate-visual{min-height:240px}}
@media(max-width:560px){.route-home .public-v19-hero-shell{align-items:flex-end!important;padding-bottom:26px!important}.route-home .public-v19-hero-card{width:100%!important}.route-home .public-v22-campus-hero{object-position:center 47%!important}.public-v22-campus-cta{width:100%}.campus-chooser-panel{padding:22px!important}.campus-choice-grid{grid-template-columns:1fr}.campus-choice{min-height:198px}.campus-choice img{height:112px}.campus-chooser-head h2{font-size:34px}.campus-chooser-foot{display:block}.campus-chooser-foot small{display:block;margin-top:6px;text-align:left}}

/* ===== v23 Penn product-truth + participation pass ===== */
.penn-hero-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;background:#fff;color:#10284b;font-size:12px;font-weight:900;text-decoration:none}
.penn-personas-early{scroll-margin-top:150px}.penn-worth-exploring{background:#fff}.penn-worth-exploring .penn-feature-grid{margin-top:28px}
.penn-home-object-tag{position:absolute;left:12px;top:12px;z-index:2;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#10284b;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 5px 18px rgba(5,18,38,.10)}
.penn-object-source{display:grid;gap:2px;margin-top:14px;padding-top:13px;border-top:1px solid #edf0f4}.penn-object-source span{color:#8a94a2;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.penn-object-source strong{color:#10284b;font-size:11px}
.penn-direction-link{position:relative;display:block;min-height:260px;padding:0;border:0;border-radius:24px;overflow:hidden;background:#0b1f3d;color:#fff;text-align:left;text-decoration:none}.penn-direction-link img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.penn-direction-link:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,17,36,.88),rgba(4,17,36,.08) 74%)}.penn-direction-link:hover img{transform:scale(1.025)}.penn-direction-link>span{position:absolute;z-index:2;left:20px;right:44px;bottom:18px}.penn-direction-link small{display:block;margin-bottom:8px;color:#a9e9e5;font-size:9px;font-weight:900;letter-spacing:.12em}.penn-direction-link strong{display:block;font-size:19px;line-height:1.15}.penn-direction-link em{display:block;margin-top:7px;color:rgba(255,255,255,.72);font-size:11px;line-height:1.42;font-style:normal}.penn-direction-link>b{position:absolute;z-index:2;right:18px;bottom:18px;font-size:18px}
.penn-sticky-link{display:flex;align-items:center;justify-content:center;text-decoration:none}.penn-sticky-actions a.penn-sticky-secondary{min-height:44px;border-radius:999px;padding:0 14px;font-size:11px;font-weight:900;border:1px solid #ccd5e3;background:#fff;color:#10284b}
.penn-no-commitment{display:grid;grid-template-columns:auto 1fr;gap:12px 18px;align-items:start;margin-top:24px;padding:18px 20px;border:1px solid #d7e7e4;border-radius:18px;background:#f1f8f7}.penn-no-commitment strong{color:#0f4c45;font-size:12px}.penn-no-commitment span{color:#5b6e6b;font-size:12px;line-height:1.55}
.penn-completeness-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.penn-completeness-grid article{min-height:260px;padding:20px;border:1px solid #e0e6ed;border-radius:22px;background:#fafbfc}.penn-completeness-grid article:nth-child(1){background:#eff8f4;border-color:#d8ebe2}.penn-completeness-grid article:nth-child(2){background:#fff8ed;border-color:#f0e2c8}.penn-completeness-grid article:nth-child(3){background:#f1f5ff;border-color:#dbe4f6}.penn-completeness-grid small{display:block;margin-bottom:18px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#68788c}.penn-completeness-grid span{display:block;padding:9px 0;border-bottom:1px solid rgba(16,40,75,.08);color:#3f5067;font-size:12px;line-height:1.42}.penn-inline-cta{display:inline-flex;margin-top:20px;padding:12px 16px;border-radius:999px;background:#10284b;color:#fff;text-decoration:none;font-size:11px;font-weight:900}
.penn-ranked-routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}.penn-ranked-routes article{min-height:235px;padding:22px;border:1px solid #e0e5ec;border-radius:22px;background:#fafbfc}.penn-ranked-routes .route-rank-1{background:#ecf7f4;border-color:#cfe6df}.penn-ranked-routes .route-rank-2{background:#f2f6ff;border-color:#dce5f7}.penn-ranked-routes article>span{display:inline-flex;padding:7px 9px;border-radius:999px;background:#fff;color:#47635d;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.penn-ranked-routes h3{margin:42px 0 10px;color:#10284b;font-size:20px;line-height:1.12}.penn-ranked-routes p{margin:0;color:#68778a;font-size:12px;line-height:1.55}
.penn-evidence-state{margin:20px 0;padding:20px;border-radius:20px;background:#f4f7fb;border:1px solid #dfe6ee}.penn-evidence-state strong{display:block;color:#1559d6;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.penn-evidence-state p{margin:8px 0 0!important;color:#596a7f!important;font-size:13px!important;line-height:1.6!important}
.penn-role-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.penn-role-list span{padding:14px 15px;border:1px solid #e1e6ed;border-radius:16px;background:#fafbfc;color:#344a65;font-size:12px;font-weight:750}
.penn-pathway-index{padding:68px 0 90px;background:#f8f9fb}.penn-pathway-index .penn-program-card{min-height:320px}.penn-program-card,.penn-persona-card{text-decoration:none}.penn-program-card{display:block}.penn-persona-card{display:block}
.closing-link-button{display:inline-flex;margin-top:20px;padding:13px 18px;border-radius:999px;background:#fff;color:#10284b;font-size:11px;font-weight:900;text-decoration:none}
.penn-market-copy .penn-hero-primary+.ghost{min-height:48px}
@media(max-width:1080px){.penn-completeness-grid,.penn-ranked-routes{grid-template-columns:1fr}.penn-role-list{grid-template-columns:1fr}}
@media(max-width:720px){.penn-no-commitment{grid-template-columns:1fr}.penn-completeness-grid article{min-height:auto}.penn-ranked-routes article{min-height:auto}.penn-ranked-routes h3{margin-top:24px}}
.penn-plan-intro{display:flex;justify-content:space-between;gap:30px;align-items:end;margin:0 0 26px;padding:24px;border-radius:22px;background:#f2f7f6;border:1px solid #dce9e6}.penn-plan-intro span{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#397268}.penn-plan-intro h2{margin:7px 0 8px;color:#10284b;font-size:30px;letter-spacing:-.035em}.penn-plan-intro p{margin:0;color:#66778a;font-size:13px}.penn-plan-intro>div:last-child{text-align:right}.penn-plan-intro>div:last-child strong{display:block;font-size:38px;color:#10284b}.penn-plan-intro>div:last-child small{color:#738194;font-size:10px}.penn-build-plan-list{display:grid;gap:14px}.penn-build-plan-item{display:grid;grid-template-columns:220px 1fr;gap:22px;padding:14px;border:1px solid #e0e5ec;border-radius:24px;background:#fff}.penn-build-plan-item>img{width:220px;height:190px;object-fit:cover;border-radius:18px}.penn-build-plan-item>div>small{display:block;margin:4px 0 8px;color:#6d8197;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.penn-build-plan-item h3{margin:0 0 8px;font-size:25px;letter-spacing:-.03em}.penn-build-plan-item h3 a{text-decoration:none;color:#10284b}.penn-build-plan-item p{margin:0;color:#66758a;font-size:13px;line-height:1.55}.penn-plan-next{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.penn-plan-next span{padding:12px;border-radius:14px;background:#f7f9fb;color:#53657a;font-size:11px}.penn-plan-next b{display:block;margin-bottom:4px;color:#10284b;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.penn-build-plan-item>div>a{font-size:11px;font-weight:900;color:#1559d6;text-decoration:none}@media(max-width:760px){.penn-build-plan-item{grid-template-columns:1fr}.penn-build-plan-item>img{width:100%;height:220px}.penn-plan-next{grid-template-columns:1fr}.penn-plan-intro{align-items:start;flex-direction:column}.penn-plan-intro>div:last-child{text-align:left}}
.penn-leadership-metrics,.penn-leadership-coverage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.penn-leadership-metrics>div,.penn-leadership-coverage>a{display:flex;min-height:150px;padding:18px;border:1px solid #e1e6ed;border-radius:20px;background:#f8fafb;flex-direction:column;justify-content:space-between;text-decoration:none}.penn-leadership-metrics strong,.penn-leadership-coverage strong{color:#10284b;font-size:36px;letter-spacing:-.04em}.penn-leadership-metrics span,.penn-leadership-coverage span{color:#68778b;font-size:11px;line-height:1.4}.penn-leadership-coverage>a:hover{border-color:#a7bcdf;background:#f4f7fd}@media(max-width:900px){.penn-leadership-metrics,.penn-leadership-coverage{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.penn-leadership-metrics,.penn-leadership-coverage{grid-template-columns:1fr}}
.penn-search-groups{display:grid;gap:42px}.penn-search-group-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #e3e8ee}.penn-search-group-head span{color:#10284b;font-size:18px;font-weight:850}.penn-search-group-head strong{display:grid;place-items:center;min-width:34px;height:28px;padding:0 9px;border-radius:999px;background:#eef3fb;color:#31598e;font-size:11px}.penn-search-pathways{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.penn-search-pathways a{display:block;padding:16px;border:1px solid #e1e6ed;border-radius:18px;background:#fff;text-decoration:none}.penn-search-pathways small{display:block;margin-bottom:7px;color:#7b8796;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.penn-search-pathways strong{display:block;color:#10284b;font-size:16px}.penn-search-pathways span{display:block;margin-top:6px;color:#6c788a;font-size:11px;line-height:1.45}@media(max-width:800px){.penn-search-pathways{grid-template-columns:1fr}}


/* v24 — universal front door refinement */
.public-v24-hero-card{max-width:620px}
.public-v24-hero-card h1{max-width:10.5em}
.public-v24-hero-card p{max-width:34em;font-size:clamp(1.05rem,1.4vw,1.28rem)}
.public-v24-campus-assets .public-v19-foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.public-v24-campus-assets .public-v19-foundation-card{min-height:390px}
.public-v24-demand .public-v19-demand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.public-v24-how .public-v21-deployment-copy h2{max-width:13em}
.public-v24-footer .public-v19-footer-inner>div span{display:block;opacity:.78;margin-top:.28rem}
@media (max-width:980px){.public-v24-campus-assets .public-v19-foundation-grid,.public-v24-demand .public-v19-demand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.public-v24-campus-assets .public-v19-foundation-grid,.public-v24-demand .public-v19-demand-grid{grid-template-columns:1fr}.public-v24-campus-assets .public-v19-foundation-card{min-height:330px}}


/* v25 — identity, progressive profile personalization, and cleaner Penn cards */
.header-actions-v4{gap:10px}.header-saved-link{display:inline-flex;align-items:center;gap:7px;color:inherit;font-size:12px;font-weight:850;text-decoration:none}.header-saved-link span{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#eef3fb;color:#10284b;font-size:9px}.profile-menu-pill{display:flex!important;align-items:center;gap:8px;padding:5px 9px 5px 5px!important;border:1px solid rgba(120,135,155,.28);border-radius:999px;background:rgba(255,255,255,.92);color:#10284b!important;text-decoration:none;box-shadow:0 4px 18px rgba(7,27,51,.07)}.profile-menu-pill>span:last-child{display:grid;line-height:1.05}.profile-menu-pill b{font-size:11px}.profile-menu-pill small{font-size:8px;color:#7a8798;margin-top:3px}.profile-avatar-mini,.profile-avatar-large,.profile-avatar-xl{display:grid;place-items:center;border-radius:50%;background:#011F5B;color:#fff;font-weight:900;letter-spacing:-.03em}.profile-avatar-mini{width:34px;height:34px;font-size:10px}.profile-avatar-large{width:58px;height:58px;font-size:16px}.profile-avatar-xl{width:86px;height:86px;font-size:24px;background:#990000}
.penn-profile-hero-link{min-height:48px;display:inline-flex;align-items:center;padding:0 20px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(1,31,91,.28);color:#fff;text-decoration:none;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.penn-profile-band{padding:34px 0;border-bottom:1px solid #e6e9ee;background:#fff}.penn-profile-band-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:44px;align-items:center}.penn-profile-identity{display:flex;gap:17px;align-items:flex-start}.penn-profile-identity small{display:block;margin:2px 0 5px;color:#718097;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.penn-profile-identity h2{margin:0 0 7px;color:#10284b;font-size:25px;line-height:1.08;letter-spacing:-.035em}.penn-profile-identity p{max-width:690px;margin:0;color:#67758a;font-size:12px;line-height:1.55}.penn-profile-actions{display:grid;gap:10px}.penn-profile-actions>a{justify-self:start;color:#1559d6;font-size:11px;font-weight:900;text-decoration:none}.profile-progress{display:grid;gap:6px}.profile-progress>div{display:flex;justify-content:space-between;gap:18px;align-items:center}.profile-progress span{color:#708095;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.profile-progress strong{font-size:11px;color:#10284b}.profile-progress>i{height:7px;overflow:hidden;border-radius:999px;background:#e8edf3}.profile-progress>i>b{display:block;height:100%;border-radius:999px;background:#1559d6}.profile-benefits{display:grid;gap:5px;color:#6b788b;font-size:10px}
.penn-feature-shade{background:linear-gradient(0deg,rgba(2,13,29,.92) 0%,rgba(2,13,29,.52) 43%,rgba(2,13,29,.03) 76%)!important}.penn-feature-card a>div:last-child{left:24px;right:24px;bottom:22px}.penn-feature-card h3{max-width:92%;margin:7px 0 14px!important;font-size:clamp(27px,2.25vw,34px)!important;line-height:1.03!important;letter-spacing:-.035em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance}.penn-feature-card:not(:first-child) h3{font-size:21px!important;line-height:1.06!important;-webkit-line-clamp:3}.penn-feature-card p{display:none!important}.penn-feature-card small{font-size:8.5px}.penn-feature-card b{font-size:10px;letter-spacing:.01em}.home-card-copy{padding-top:10px}.home-card-copy h3{margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-card-copy p,.home-quick{display:none!important}.penn-home-object-tag{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.penn-your-lens{margin-top:22px;padding:18px 20px;border:1px solid #dbe4f0;border-radius:18px;background:#f7faff;display:grid;grid-template-columns:auto 1fr auto;gap:10px 18px;align-items:center}.penn-your-lens>div{display:grid}.penn-your-lens span{font-size:8px;text-transform:uppercase;letter-spacing:.12em;color:#70829b;font-weight:900}.penn-your-lens strong{font-size:13px;color:#10284b}.penn-your-lens p{margin:0!important;font-size:11px!important;line-height:1.45!important;color:#68768a!important}.penn-your-lens b{font-size:10px;color:#1559d6}.penn-your-lens a{grid-column:3;grid-row:2;color:#1559d6;font-size:9px;font-weight:900;text-decoration:none}.library-profile-link{display:inline-block;margin-top:15px;color:#1559d6;font-size:11px;font-weight:850;text-decoration:none}
.profile-page-hero{padding:150px 0 58px;background:linear-gradient(135deg,#071b33,#011F5B);color:#fff}.profile-page-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) 330px;gap:60px;align-items:end}.profile-page-hero h1{max-width:800px;margin:10px 0 14px;font-size:clamp(45px,5.5vw,76px);line-height:.96;letter-spacing:-.055em}.profile-page-hero p{max-width:720px;margin:0;color:#dbe5f3;font-size:15px;line-height:1.6}.profile-hero-account{padding:22px;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.profile-hero-account>strong{display:block;margin:14px 0 4px;font-size:18px}.profile-hero-account>span{display:block;margin-bottom:17px;color:#cbd8e8;font-size:11px}.profile-hero-account .profile-progress span,.profile-hero-account .profile-progress strong{color:#eaf1fa}.profile-hero-account .profile-progress>i{background:rgba(255,255,255,.2)}.profile-hero-account .profile-progress>i>b{background:#ffcc35}
.profile-page-body{padding:58px 0 96px;background:#f7f8fa}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:46px;align-items:start}.profile-form-section{margin-bottom:18px;padding:26px;border:1px solid #e1e6ec;border-radius:24px;background:#fff}.profile-section-head{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:22px}.profile-section-head small{display:block;margin-bottom:6px;color:#7b8798;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.profile-section-head h2{margin:0;color:#10284b;font-size:25px;letter-spacing:-.035em}.profile-section-head>span{padding-top:7px;color:#8792a1;font-size:9px}.profile-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-field-wide{grid-column:1/-1}.profile-field-grid label{display:grid;gap:7px}.profile-field-grid label>span{font-size:9px;font-weight:850;color:#66768c}.profile-field-grid input,.profile-field-grid select{width:100%;height:46px;padding:0 13px;border:1px solid #d8dfe7;border-radius:12px;background:#fff;color:#10284b;font:inherit;font-size:12px}.profile-field-grid input:disabled{background:#f1f3f6;color:#7c8797}.profile-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.profile-chip{padding:10px 12px;border:1px solid #d8dfe7;border-radius:999px;background:#fff;color:#3f5068;font-size:10px;font-weight:800;cursor:pointer}.profile-chip:hover{border-color:#9fb4d0}.profile-chip.active{border-color:#1559d6;background:#eaf2ff;color:#1559d6}.profile-momentum-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-momentum{display:grid;gap:6px;padding:15px;border:1px solid #dde3ea;border-radius:15px;background:#fff;text-align:left;cursor:pointer}.profile-momentum span{font-size:11px;font-weight:900;color:#10284b}.profile-momentum b{font-size:9px;line-height:1.4;color:#7a8798;font-weight:700}.profile-momentum.active{border-color:#1559d6;background:#f1f6ff}.profile-sticky{position:sticky;top:158px;padding:24px;border:1px solid #dfe5ec;border-radius:24px;background:#fff;box-shadow:0 16px 48px rgba(7,27,51,.07)}.profile-sticky h3{margin:15px 0 16px;color:#10284b;font-size:21px;letter-spacing:-.03em}.profile-sticky>p{margin:16px 0;color:#68768a;font-size:11px;line-height:1.5}.profile-unlocks{display:grid;gap:10px;padding:16px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.profile-unlocks span{font-size:10px;line-height:1.5;color:#718096}.profile-unlocks b{color:#10284b}.profile-primary{display:block;margin-top:16px;padding:12px 13px;border-radius:12px;background:#10284b;color:#fff;text-align:center;text-decoration:none;font-size:10px;font-weight:900}.profile-signout{width:100%;margin-top:8px;padding:10px;border:0;background:transparent;color:#7c8795;font-size:9px;font-weight:800;cursor:pointer}.profile-sticky>small{display:block;margin-top:10px;color:#929cab;font-size:8px;line-height:1.45}
@media(max-width:900px){.penn-profile-band-grid,.profile-page-hero-grid,.profile-layout{grid-template-columns:1fr}.profile-sticky{position:static}.profile-page-hero{padding-top:120px}.profile-momentum-grid{grid-template-columns:1fr}.penn-your-lens{grid-template-columns:1fr}.penn-your-lens a{grid-column:auto;grid-row:auto}.penn-profile-band-grid{gap:22px}.header-saved-link{display:none}}
@media(max-width:620px){.profile-field-grid{grid-template-columns:1fr}.profile-field-wide{grid-column:auto}.profile-form-section{padding:20px}.profile-page-hero h1{font-size:44px}.penn-profile-identity{align-items:flex-start}.profile-avatar-large{flex:0 0 auto}.penn-feature-card h3,.penn-feature-card:not(:first-child) h3{font-size:22px!important}}

.penn-feature-save{position:absolute;z-index:4;top:14px;right:14px;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#10284b;box-shadow:0 4px 18px rgba(0,0,0,.18);font-size:18px;cursor:pointer}.penn-feature-save.active{background:#ffcc35}.penn-feature-save:hover{transform:scale(1.04)}

.profile-field-grid label>span em{font-style:normal;font-weight:700;color:#9aa4b1}.profile-library-links{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.profile-library-links a{display:grid;gap:2px;padding:10px 6px;border:1px solid #e1e6ec;border-radius:12px;text-align:center;text-decoration:none}.profile-library-links b{font-size:16px;color:#10284b}.profile-library-links span{font-size:8px;color:#7b8796;font-weight:800}

/* =========================================================
   v26 — full-site coherence + human UX polish
   Universal front door → Penn identity → discovery → workspace
   ========================================================= */
:root{
  --v26-ink:#171717;
  --v26-muted:#6b6b6b;
  --v26-line:#e7e7e7;
  --v26-soft:#f7f7f5;
  --v26-white:#fff;
  --v26-penn:#9d2235;
  --v26-radius:22px;
  --v26-shadow:0 12px 40px rgba(0,0,0,.08);
}

/* Header: simple, useful, marketplace-first */
.route-campus .site-header{border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 14px rgba(0,0,0,.035)}
.route-campus .header-row-v4{gap:18px}
.route-campus .category-trigger-v4{min-width:auto;padding-inline:16px}
.route-campus .global-search-v4{max-width:720px}
.route-campus .global-search-v4 input{font-size:14px}
.route-campus .signin-link{font-weight:700}
.route-campus .focus-nav-v4{border-top:1px solid rgba(0,0,0,.035)}
.route-campus .focus-links-v4{gap:4px;justify-content:center}
.route-campus .focus-links-v4 button{white-space:nowrap;padding:11px 14px;font-size:13px;border-radius:999px}
.route-campus .focus-links-v4 button:hover{background:#f5f5f5}

/* Universal: fewer words on visual cards; one consistent interaction cue */
.public-v26-home .public-v21-card-copy b,
.public-v26-home .public-v19-story-copy b,
.public-v26-home .public-v19-demand-card b,
.public-v26-home .public-v19-system-card b,
.public-v26-home .public-v19-momentum-card b{font-size:13px;letter-spacing:0;text-transform:none}
.public-v26-home .public-v21-card-copy em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.public-v26-home .public-v19-foundation-card em{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.public-v26-home .public-v19-section-head p,.public-v26-home .public-v21-row-head p{max-width:690px}
.public-v26-home .public-v21-deployment-steps li span{line-height:1.45}

/* Penn homepage hierarchy */
.penn-market-hero-v26 .penn-market-copy{max-width:820px}
.penn-market-hero-v26 .penn-market-copy>p{max-width:760px;font-size:clamp(18px,2vw,23px);line-height:1.45}
.penn-worth-exploring{padding-top:84px}
.penn-entry-gateways{padding:96px 0;background:#fff}
.penn-entry-gateway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:34px}
.penn-entry-gateway{position:relative;display:block;min-height:440px;border-radius:26px;overflow:hidden;background:#111;color:#fff;text-decoration:none;isolation:isolate}
.penn-entry-gateway img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.penn-entry-gateway:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 15%,rgba(0,0,0,.76) 100%);z-index:1}
.penn-entry-gateway>span{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;display:grid;gap:8px}
.penn-entry-gateway small{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px;opacity:.78}
.penn-entry-gateway strong{font-size:28px;line-height:1.02}
.penn-entry-gateway em{font-style:normal;font-size:15px;line-height:1.45;opacity:.9;max-width:34ch}
.penn-entry-gateway b{font-size:14px;margin-top:6px}
.penn-entry-gateway:hover img{transform:scale(1.035)}
.penn-section-footer-link{margin-top:26px;text-align:right}
.penn-section-footer-link a{font-weight:800;color:inherit;text-decoration:none}

/* Profile prompt: visible, not a form wall */
.penn-profile-band-v26{padding:28px 0;background:#faf9f7;border-top:1px solid #eceae6;border-bottom:1px solid #eceae6}
.penn-profile-band-v26 .penn-profile-band-grid{align-items:center}
.penn-profile-band-v26 h2{font-size:clamp(20px,2vw,28px);margin:4px 0 6px}
.penn-profile-band-v26 p{font-size:14px;line-height:1.5;max-width:68ch;margin:0}
.penn-profile-band-v26 .profile-benefits{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:8px}
.penn-profile-band-v26 .profile-benefits span{font-size:12px;color:#626262}
.penn-profile-band-v26 .penn-profile-actions>a{font-size:14px;font-weight:800}

/* Marketplace cards: image first, one idea, one action */
.card-v26{border:0;background:transparent;box-shadow:none;overflow:visible;min-height:0}
.card-v26:hover{transform:none;box-shadow:none}
.card-v26 .card-image{border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:#eee;position:relative}
.card-v26 .card-image a{display:block;width:100%;height:100%}
.card-v26 .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.card-v26:hover .card-image img{transform:scale(1.025)}
.card-save-v26{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 2px 10px rgba(0,0,0,.14);font-size:21px;display:grid;place-items:center;cursor:pointer;z-index:3}
.card-save-v26.active{background:#fff;color:#b3152f}
.card-v26 .card-body{padding:14px 2px 4px;display:block}
.card-v26 .card-domain{font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#777;margin:0 0 7px}
.card-v26 h3{font-size:18px;line-height:1.23;letter-spacing:-.015em;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-v26 h3 a{text-decoration:none;color:inherit}
.card-v26 .card-open-v26{display:inline-block;margin-top:8px;font-size:13px;font-weight:750;text-decoration:none;color:#2c2c2c}
.penn-destination-results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 20px}
.penn-related-grid .card-v26 .card-image{aspect-ratio:16/10}

.home-card-v26{background:transparent;border:0;box-shadow:none}
.home-card-v26 .home-card-image{border-radius:18px;overflow:hidden}
.home-card-v26 .home-card-copy{padding-top:12px}
.home-card-v26 .home-card-copy>span{font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:#777}
.home-card-v26 .home-card-copy h3{font-size:17px;line-height:1.22;margin:6px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.home-card-v26 .home-card-open{display:inline-block;margin-top:8px;font-size:13px;font-weight:800;text-decoration:none;color:inherit}

/* Feature mosaic keeps image dominant */
.penn-feature-card>button.penn-feature-save{width:40px;height:40px;background:rgba(255,255,255,.94);color:#222}
.penn-feature-card>button.penn-feature-save.active{color:#a4162b}
.penn-feature-card h3{max-width:24ch;text-wrap:balance}

/* Destination page refinement and sticky card */
.penn-refine-bar{border-radius:16px;padding:12px 14px;background:#f7f7f5;border:1px solid #ececea}
.penn-refine-bar>span{font-weight:800;color:#333}
.penn-destination-layout{gap:56px}
.penn-sticky-card{border:1px solid #e8e8e8;box-shadow:0 12px 36px rgba(0,0,0,.055);border-radius:22px}
.penn-opportunity-sticky .penn-sticky-actions{gap:8px}
.penn-opportunity-sticky .penn-sticky-secondary{background:#fff}
.penn-opportunity-sticky .penn-sticky-nav button{text-align:left}

/* Opportunity page: language is simpler, hierarchy stays rigorous */
.penn-story-section>h2{max-width:22ch;text-wrap:balance}
.penn-completeness-grid article{border-radius:18px}
.penn-your-lens{border-radius:18px;background:#f8f5ef;border:1px solid #eee7dd}
.penn-your-lens-empty{background:#fafafa;border-color:#e9e9e9}
.penn-your-lens a{font-weight:800}
.penn-ranked-routes article{border-radius:18px}

/* Workspace: distinguish bookmark vs action */
.library-hero-v26{padding-bottom:48px}
.workspace-definition{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 10px}
.workspace-definition span{background:#f7f7f5;border-radius:14px;padding:13px 15px;font-size:13px;line-height:1.4;color:#666}
.workspace-definition b{display:block;color:#242424;margin-bottom:2px}
.collection-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:28px}
.collection-toolbar>div{max-width:620px}
.collection-toolbar h2{margin:0 0 6px;max-width:24ch}
.collection-toolbar p{margin:0;color:#666}
.collection-toolbar form{display:flex;gap:8px;min-width:min(100%,420px)}
.collection-toolbar input{min-width:0;flex:1;border:1px solid #ddd;border-radius:12px;padding:12px 14px}
.collection-toolbar button{border:0;border-radius:12px;padding:12px 16px;background:#171717;color:#fff;font-weight:750;cursor:pointer}
.library-empty{padding:72px 20px}

/* Collection chooser replaces browser prompt() */
.collection-modal-panel{position:relative;width:min(520px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:24px;padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.collection-modal-panel h2{font-size:28px;margin:4px 0 6px}
.collection-modal-panel>p{color:#666;margin:0 0 22px}
.collection-choice-list{display:grid;gap:8px;margin:18px 0 24px}
.collection-choice-list button{display:flex;align-items:center;justify-content:space-between;text-align:left;border:1px solid #e5e5e5;background:#fff;border-radius:14px;padding:13px 15px;cursor:pointer}
.collection-choice-list button:hover,.collection-choice-list button.active{border-color:#aaa;background:#fafafa}
.collection-choice-list span{display:grid;gap:2px}
.collection-choice-list small{color:#777}
.collection-choice-list b{font-size:18px}
#collectionQuickCreate{border-top:1px solid #eee;padding-top:20px}
#collectionQuickCreate label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}
#collectionQuickCreate>div{display:flex;gap:8px}
#collectionQuickCreate input{min-width:0;flex:1;border:1px solid #ddd;border-radius:12px;padding:12px}
#collectionQuickCreate button{border:0;background:#171717;color:#fff;border-radius:12px;padding:12px 14px;font-weight:800}

/* Profile: completion is a benefit, not permission */
.profile-page-hero p{max-width:700px}
.profile-sticky>p{line-height:1.55}
.profile-section-head span{max-width:220px;text-align:right}
.profile-unlocks span{line-height:1.45}

/* Campus chooser / sign in */
.campus-choice-grid-v26{grid-template-columns:repeat(4,minmax(0,1fr))}
.campus-choice-grid-v26 .campus-choice{min-height:190px}
.campus-context-chip{display:inline-grid;margin-top:14px;padding:10px 13px;border-radius:12px;background:#f6f3ef;gap:2px}
.campus-context-chip small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777;font-weight:800}
.campus-context-chip strong{font-size:13px}
.penn-signin-trust{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 12px}
.penn-signin-trust span{font-size:11px;font-weight:750;background:#f4f4f2;border-radius:999px;padding:7px 9px;color:#555}
.penn-signin-panel .campus-gate-copy>p{max-width:58ch}

/* Explore mega-menu: no persona wall */
.penn-mega-grid-v26{grid-template-columns:1.05fr 1fr 1fr}
.penn-mega-grid-v26 section>div button span{line-height:1.3}

/* Footer reduced cognitive load */
.footer-mega-v4 a{line-height:1.4}
.footer-mega-v4 h3{margin-bottom:12px}

@media (max-width:1100px){
  .penn-entry-gateway-grid{grid-template-columns:1fr 1fr}
  .penn-entry-gateway:last-child{grid-column:1/-1;min-height:360px}
  .campus-choice-grid-v26{grid-template-columns:repeat(2,minmax(0,1fr))}
  .penn-destination-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .penn-mega-grid-v26{grid-template-columns:1fr 1fr}
  .penn-mega-grid-v26 section:last-child{grid-column:1/-1}
}
@media (max-width:760px){
  .route-campus .header-row-v4{gap:8px}
  .route-campus .focus-links-v4{justify-content:flex-start}
  .penn-entry-gateway-grid{grid-template-columns:1fr}
  .penn-entry-gateway,.penn-entry-gateway:last-child{grid-column:auto;min-height:380px}
  .penn-destination-results-grid{grid-template-columns:1fr}
  .workspace-definition{grid-template-columns:1fr}
  .collection-toolbar{display:grid;align-items:stretch}
  .collection-toolbar form{min-width:0}
  .campus-choice-grid-v26{grid-template-columns:1fr 1fr}
  .penn-mega-grid-v26{grid-template-columns:1fr}
  .penn-mega-grid-v26 section:last-child{grid-column:auto}
  .penn-profile-band-v26 .penn-profile-band-grid{gap:20px}
}
@media (max-width:520px){
  .campus-choice-grid-v26{grid-template-columns:1fr}
  .collection-modal-panel{padding:24px 18px}
  #collectionQuickCreate>div{display:grid}
}

/* v26 workspace completion + accessibility polish */
.collection-card{color:inherit;text-decoration:none;cursor:pointer}.collection-card b{display:inline-flex;margin-top:10px;font-size:12px}.collection-card:hover b{text-decoration:underline}
.collection-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.collection-detail-head>div>a{display:inline-flex;margin-bottom:20px;font-size:13px;font-weight:800}.collection-detail-head>div>span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#667085}.collection-detail-head h2{font-size:clamp(34px,4vw,54px);letter-spacing:-.035em;margin:6px 0 8px}.collection-detail-head p{max-width:700px;color:#667085}.collection-delete,.library-remove-action{border:1px solid #d8dde5;background:#fff;border-radius:999px;min-height:38px;padding:0 14px;font-size:12px;font-weight:800;cursor:pointer}.collection-delete:hover,.library-remove-action:hover{border-color:#111;color:#111}.library-card-wrap{min-width:0}.library-card-wrap>.library-remove-action{margin-top:10px}.collection-confirm-panel{max-width:560px}.collection-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.collection-danger{border:0;border-radius:999px;background:#b42318;color:#fff;min-height:44px;padding:0 18px;font-weight:800;cursor:pointer}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid rgba(11,99,246,.55);outline-offset:3px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media(max-width:760px){.collection-detail-head{display:block}.collection-delete{margin-top:18px}.collection-confirm-actions{flex-direction:column}.collection-confirm-actions>*{width:100%}}


/* v27 — intuitive profile completion */
.profile-progress-note{display:block;margin-top:2px;color:#7a8798;font-size:9px;line-height:1.35;font-weight:750;text-transform:none;letter-spacing:0}
.profile-progress.is-complete>i>b{background:#18834f}.profile-progress.is-complete .profile-progress-note{color:#27734f}
.profile-top-status{margin-bottom:18px}
.profile-whats-left{padding:18px;border:1px solid #dce5f0;border-radius:20px;background:#f8fbff;display:grid;gap:9px}
.profile-whats-left-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:2px}
.profile-whats-left-head>span{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#718099}.profile-whats-left-head>strong{font-size:11px;color:#10284b}
.profile-whats-left>button{width:100%;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:10px;padding:10px 11px;border:1px solid #dfe7f0;border-radius:12px;background:#fff;color:#10284b;text-align:left;cursor:pointer}
.profile-whats-left>button:hover{border-color:#9db5d5;box-shadow:0 5px 14px rgba(7,27,51,.05)}
.profile-whats-left>button i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eaf2ff;color:#1559d6;font-size:9px;font-style:normal;font-weight:900}.profile-whats-left>button span{font-size:10px;font-weight:850}.profile-whats-left>button b{font-size:9px;color:#1559d6}
.profile-complete-box{display:flex;gap:12px;align-items:flex-start;padding:18px;border:1px solid #cfe7da;border-radius:20px;background:#f5fbf7}.profile-complete-box>span{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:#18834f;color:#fff;font-size:14px;font-weight:900}.profile-complete-box strong{display:block;margin:1px 0 4px;color:#145e3b;font-size:12px}.profile-complete-box p{margin:0;color:#5d7569;font-size:10px;line-height:1.45}
.profile-needed{display:inline-flex;align-items:center;margin-left:5px;padding:3px 6px;border-radius:999px;background:#fff0df;color:#9a5116;font-size:7px!important;font-weight:900!important;letter-spacing:.03em!important;text-transform:uppercase;white-space:nowrap}
.profile-field-help{display:block;color:#8995a5;font-size:8px;line-height:1.4}.profile-field-grid label:has(#profileName) .profile-field-help{max-width:320px}
.profile-save-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:20px;padding:22px 24px;border-radius:22px;background:#10284b;color:#fff}.profile-save-footer>div{display:grid;gap:4px}.profile-save-footer strong{font-size:13px}.profile-save-footer span{max-width:650px;color:#cfd9e7;font-size:10px;line-height:1.5}
.profile-save-button,.profile-primary-button{border:0;cursor:pointer;font:inherit}.profile-save-button{flex:0 0 auto;min-width:180px;padding:13px 17px;border-radius:12px;background:#fff;color:#10284b;font-size:10px;font-weight:900}.profile-save-button:hover{transform:translateY(-1px)}.profile-save-button.is-complete{background:#d7efe2;color:#145e3b;cursor:default}.profile-save-button:disabled{opacity:1}
.profile-primary-button{width:100%;margin-top:16px}.profile-sticky>.profile-whats-left,.profile-sticky>.profile-complete-box{margin-top:14px}.profile-sticky .profile-whats-left{padding:13px}.profile-sticky .profile-whats-left-head{display:grid;gap:3px}.profile-sticky .profile-whats-left>button{grid-template-columns:22px 1fr auto;padding:8px}.profile-sticky .profile-whats-left>button i{width:20px;height:20px}.profile-sticky .profile-complete-box{padding:13px}
@media(max-width:700px){.profile-save-footer{align-items:stretch;flex-direction:column}.profile-save-button{width:100%}.profile-whats-left-head{align-items:flex-start;flex-direction:column;gap:4px}.profile-needed{display:block;width:max-content;margin:4px 0 0}}


/* v28 — unified account hub + living campus personalization */
.account-menu-wrap{position:relative;display:inline-flex;align-items:center;justify-self:end;z-index:90}
.account-menu-trigger{height:48px;min-width:82px;padding:5px 6px 5px 14px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);cursor:pointer;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}
.account-menu-trigger:hover,.account-menu-trigger[aria-expanded="true"]{box-shadow:0 5px 18px rgba(0,0,0,.14);border-color:#c8c8c8}
.account-menu-bars{width:17px;height:14px;display:flex;flex-direction:column;justify-content:space-between}
.account-menu-bars i{display:block;width:17px;height:1.7px;border-radius:999px;background:#242424}
.account-menu-guest-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#717171;color:#fff}
.account-menu-guest-avatar .account-menu-icon{width:22px;height:22px;stroke:#fff}
.account-menu-trigger .profile-avatar-mini{width:34px;height:34px;flex:0 0 34px}
.account-menu-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(390px,calc(100vw - 28px));max-height:min(760px,calc(100vh - 92px));overflow:auto;border:1px solid #e3e3e3;border-radius:18px;background:#fff;color:#222;box-shadow:0 14px 44px rgba(0,0,0,.19);padding:8px 0;z-index:120}
.account-menu-panel[hidden]{display:none!important}
.account-menu-identity{display:flex;align-items:center;gap:13px;margin:3px 8px 0;padding:14px;border-radius:13px;text-decoration:none;color:inherit}
.account-menu-identity:hover{background:#f7f7f7}
.account-menu-identity>span:last-child{min-width:0;display:grid;gap:2px}
.account-menu-identity small{font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#6e7782}
.account-menu-identity strong{font-size:15px;line-height:1.2;color:#202020}
.account-menu-identity em{font-size:11px;font-style:normal;color:#717171;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-menu-progress{display:grid;gap:7px;margin:0 8px 8px;padding:0 14px 13px;color:#222;text-decoration:none}
.account-menu-progress>span{font-size:11px;color:#5f6368}.account-menu-progress>span b{font-size:12px;color:#202020}
.account-menu-progress>i{height:5px;border-radius:999px;overflow:hidden;background:#eceff3}.account-menu-progress>i>b{display:block;height:100%;border-radius:999px;background:#1559d6}
.account-menu-progress>small{font-size:10px;line-height:1.4;color:#737b85}
.account-menu-nav{display:grid;padding:3px 8px}
.account-menu-nav a,.account-menu-nav button,.account-menu-signout{width:100%;border:0;background:transparent;color:#222;text-decoration:none;display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left;padding:11px 13px;border-radius:11px;cursor:pointer;font:inherit}
.account-menu-nav a:hover,.account-menu-nav button:hover,.account-menu-signout:hover{background:#f7f7f7}
.account-menu-nav span{display:grid;gap:2px;min-width:0}
.account-menu-nav b{font-size:13px;line-height:1.2;font-weight:760}.account-menu-nav small{font-size:10px;line-height:1.3;color:#777}
.account-menu-nav em{min-width:23px;height:23px;border-radius:999px;background:#f1f3f5;display:grid;place-items:center;padding:0 6px;font-size:10px;font-style:normal;font-weight:850;color:#454545}
.account-menu-nav em.hidden{visibility:hidden}
.account-menu-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.account-menu-divider{height:1px;background:#e9e9e9;margin:6px 0}
.account-menu-signout{display:grid;margin:3px 8px;width:calc(100% - 16px);grid-template-columns:25px 1fr;padding:12px 13px;font-size:13px}
.account-menu-guest-head{display:grid;gap:8px;margin:3px 8px 8px;padding:17px 16px 15px;border-radius:14px;background:#f7f7f7}
.account-menu-guest-head>small{text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:900;color:#6b7280}
.account-menu-guest-head>strong{font-size:18px;letter-spacing:-.025em;color:#202020}
.account-menu-guest-head p{margin:0;color:#656565;font-size:12px;line-height:1.5}
.account-menu-guest-head>span{font-size:9px;color:#777}
.account-menu-primary{margin-top:3px;min-height:44px;border:0;border-radius:10px;background:#111;color:#fff;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.public-v19-nav .account-menu-wrap{grid-column:3;justify-self:end;position:fixed;top:22px;right:clamp(20px,4vw,72px);z-index:130}
.route-home .public-v19-nav .account-menu-wrap{pointer-events:auto}
.public-v19-nav .account-menu-trigger{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.76);box-shadow:0 5px 22px rgba(0,0,0,.18)}
.public-v19-nav .account-menu-panel{top:58px}
.header-actions-v4{min-width:82px;justify-content:flex-end}
.header-actions-v4 .account-menu-wrap{margin-left:auto}

/* living Penn hero */
.penn-market-hero-v28{min-height:690px;align-items:end}
.penn-market-hero-v28>img{filter:saturate(.86) contrast(1.02);transform:scale(1.002)}
.penn-market-hero-v28 .penn-market-shade{background:linear-gradient(90deg,rgba(1,17,48,.94) 0%,rgba(1,31,91,.72) 46%,rgba(1,31,91,.18) 80%),linear-gradient(0deg,rgba(1,17,48,.78),transparent 60%)}
.penn-market-hero-v28 .penn-market-copy{max-width:930px;padding-top:115px;padding-bottom:52px}
.penn-live-kicker{display:flex;align-items:center;gap:8px;margin-top:16px;color:#eaf2ff;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.penn-live-kicker i{width:7px;height:7px;border-radius:50%;background:#72df9c;box-shadow:0 0 0 4px rgba(114,223,156,.15)}
.penn-market-hero-v28 .penn-market-copy h1{max-width:900px;font-size:clamp(50px,5.7vw,84px)}
.penn-market-hero-v28 .penn-market-copy>p{max-width:800px}
.penn-market-hero-v28 .penn-hero-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border:0;border-radius:999px;background:#fff;color:#10284b;text-decoration:none;font-size:12px;font-weight:900;cursor:pointer}
.penn-hero-account-strip{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;margin-top:28px;max-width:700px;border:1px solid rgba(255,255,255,.24);border-radius:15px;overflow:hidden;background:rgba(1,17,48,.25);backdrop-filter:blur(10px)}
.penn-hero-account-strip>a,.penn-hero-account-strip>div{display:grid;gap:2px;min-width:120px;padding:12px 16px;color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.18)}
.penn-hero-account-strip>a:last-child,.penn-hero-account-strip>div:last-child{border-right:0}
.penn-hero-account-strip strong{font-size:14px;line-height:1.15}.penn-hero-account-strip span{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#cad6e9}
.penn-for-you-section{padding-top:62px;background:#fff;border-top:0}
.penn-for-you-head .micro-kicker{color:#990000}
.penn-for-you-head h2{font-size:clamp(32px,3.2vw,46px);margin-top:3px}
.penn-for-you-head p{max-width:760px}

/* Account pages */
.account-page-hero{padding:84px 0 58px;background:linear-gradient(135deg,#f7f7f5,#eef2f7);border-bottom:1px solid #e4e7eb}
.account-page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:center}
.account-page-hero h1{max-width:850px;margin:8px 0 14px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.05em;color:#10284b}
.account-page-hero p{max-width:790px;margin:0;font-size:16px;line-height:1.6;color:#616b78}
.account-page-person{min-width:260px;display:grid;justify-items:start;gap:4px;padding:20px;border:1px solid #e0e3e7;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(7,27,51,.06)}
.account-page-person strong{font-size:15px;margin-top:8px}.account-page-person span{font-size:11px;color:#707783}.account-page-person small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8a9098}
.account-page-body{padding:52px 0 92px;background:#fff}
.account-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:42px;align-items:start}
.account-section{padding:0 0 44px;border-bottom:1px solid #e8eaed;margin-bottom:42px}
.account-section:last-child{border-bottom:0}
.account-section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}
.account-section-head small,.account-side-card>small,.settings-card-head small,.message-main-empty>small,.account-empty-section small{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:900;color:#7d8590}
.account-section-head h2,.settings-card-head h2,.account-empty-section h2{margin:5px 0 0;font-size:28px;letter-spacing:-.035em;color:#20242a}
.account-section-head>p{max-width:390px;margin:0;color:#6e737b;font-size:12px;line-height:1.5;text-align:right}
.account-section-head>a{font-size:12px;font-weight:800;text-decoration:none;color:#1559d6}
.connection-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.connection-type-card{display:grid;grid-template-columns:auto 1fr;column-gap:13px;row-gap:6px;padding:20px;border:1px solid #e3e5e8;border-radius:17px;color:#222;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.connection-type-card:hover{border-color:#c9ced5;box-shadow:0 8px 24px rgba(0,0,0,.07);transform:translateY(-1px)}
.connection-type-card>span{grid-row:1/5;width:34px;height:34px;border-radius:50%;background:#f0f3f8;display:grid;place-items:center;font-size:10px;font-weight:900;color:#10284b}
.connection-type-card strong{font-size:16px}.connection-type-card p{margin:0;color:#6a717b;font-size:12px;line-height:1.5}.connection-type-card b{font-size:11px;color:#1559d6}
.account-empty-section{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;padding:28px;border:1px dashed #d6d9de;border-radius:18px;background:#fafafa}
.empty-network-illustration,.message-empty-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#eef2f7;color:#10284b}
.empty-network-illustration .account-menu-icon,.message-empty-icon .account-menu-icon{width:30px;height:30px}
.account-empty-section h2{font-size:22px}.account-empty-section p{max-width:720px;margin:7px 0 14px;color:#676e76;font-size:13px;line-height:1.55}
.account-primary-link{display:inline-flex;min-height:40px;align-items:center;border-radius:999px;background:#10284b;color:#fff!important;padding:0 16px;font-size:11px;font-weight:850;text-decoration:none}
.account-side-card{position:sticky;top:190px;padding:22px;border:1px solid #e1e4e8;border-radius:18px;background:#fafafa}
.account-side-card h3{margin:7px 0 10px;font-size:21px;letter-spacing:-.025em;color:#20242a}
.account-side-card p,.account-side-card li{font-size:12px;line-height:1.55;color:#686f78}
.account-side-card ul{padding-left:18px;margin:14px 0}.account-side-card li+li{margin-top:8px}
.account-side-card a{font-size:11px;font-weight:850;color:#1559d6;text-decoration:none}

/* messages */
.message-layout{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:560px;border:1px solid #e0e2e5;border-radius:20px;overflow:hidden;background:#fff}
.message-sidebar{border-right:1px solid #e0e2e5;background:#fafafa}
.message-sidebar-head{height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e3e5e8}
.message-sidebar-head strong{font-size:15px}.message-sidebar-head button{width:34px;height:34px;border:1px solid #d8dadd;border-radius:50%;background:#fff;color:#aaa}
.message-empty-list{padding:64px 24px;text-align:center;display:grid;justify-items:center;gap:8px}
.message-empty-list>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eceff3}.message-empty-list .account-menu-icon{width:22px;height:22px}
.message-empty-list strong{font-size:13px}.message-empty-list p{margin:0;max-width:220px;color:#767b82;font-size:11px;line-height:1.5}
.message-main-empty{display:grid;place-items:center;align-content:center;text-align:center;padding:60px}
.message-main-empty h2{margin:8px 0 10px;font-size:34px;letter-spacing:-.04em}.message-main-empty p{max-width:620px;margin:0;color:#686f77;font-size:14px;line-height:1.6}
.message-empty-actions{display:flex;gap:10px;margin-top:22px}.message-empty-actions a{min-height:42px;display:flex;align-items:center;padding:0 17px;border:1px solid #cfd3d8;border-radius:999px;color:#222;text-decoration:none;font-size:11px;font-weight:850}.message-empty-actions a:first-child{background:#10284b;border-color:#10284b;color:#fff}

/* notifications */
.notification-list{display:grid;border-top:1px solid #e7e9ec}
.notification-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:14px;align-items:start;padding:18px 4px;border-bottom:1px solid #e7e9ec;color:#222;text-decoration:none}
.notification-row>.account-menu-icon{width:23px;height:23px;margin:4px 0 0 7px;color:#10284b}
.notification-row span{display:grid;gap:3px}.notification-row small{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#858b93;font-weight:850}.notification-row strong{font-size:14px}.notification-row p{margin:0;color:#686f77;font-size:12px;line-height:1.45}.notification-row>b{padding-top:10px}
.account-empty-inline{display:flex;gap:16px;align-items:center;padding:24px;border:1px dashed #d7dade;border-radius:16px}.account-empty-inline>span{width:48px;height:48px;border-radius:50%;background:#eef1f5;display:grid;place-items:center}.account-empty-inline p{margin:3px 0 0;color:#70757c;font-size:12px}
.account-empty-inline .account-menu-icon{width:24px;height:24px}

/* settings */
.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:start}
.settings-card{padding:25px 0;border-bottom:1px solid #e7e9ec}.settings-card:first-child{padding-top:0}.settings-card-head h2{font-size:26px}
.settings-identity-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:18px;padding:17px;border:1px solid #e2e5e8;border-radius:16px}
.settings-identity-row>div:nth-child(2){display:grid;gap:2px}.settings-identity-row strong{font-size:14px}.settings-identity-row span{font-size:11px;color:#6c727a}.settings-identity-row small{font-size:9px;color:#8a8f96}.settings-identity-row a{font-size:11px;font-weight:850;color:#1559d6;text-decoration:none}
.settings-toggle-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border:0;border-bottom:1px solid #eceef0;background:transparent;text-align:left;cursor:pointer}
.settings-toggle-row>span{display:grid;gap:4px}.settings-toggle-row strong{font-size:13px}.settings-toggle-row small{max-width:650px;color:#747a81;font-size:10px;line-height:1.4}
.settings-toggle-row>i{width:46px;height:27px;padding:3px;border-radius:999px;background:#c8ccd2;flex:0 0 auto;transition:.18s}.settings-toggle-row>i>b{display:block;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.18s}
.settings-toggle-row.is-on>i{background:#10284b}.settings-toggle-row.is-on>i>b{transform:translateX(19px)}
.settings-explainer{display:grid;gap:10px;margin-top:16px}.settings-explainer p{margin:0;color:#656c75;font-size:12px;line-height:1.6}
.settings-side button{width:100%;min-height:42px;border:1px solid #ccd1d7;border-radius:10px;background:#fff;font:inherit;font-size:11px;font-weight:850;cursor:pointer;margin-top:8px}.settings-side .danger-quiet{color:#9c1f2e}

/* help */
.help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.help-grid article{padding:23px;border:1px solid #e2e5e8;border-radius:18px;background:#fff}.help-grid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef2f7;color:#10284b;font-size:10px;font-weight:900}.help-grid h2{margin:18px 0 8px;font-size:21px;letter-spacing:-.025em}.help-grid p{margin:0;color:#696f77;font-size:12px;line-height:1.55}
.help-boundary{margin-top:32px;padding:28px;border-radius:20px;background:#10284b;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr auto;gap:28px;align-items:center}
.help-boundary small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#c8d5e8;font-weight:850}.help-boundary h2{margin:6px 0 0;font-size:25px}.help-boundary p{margin:0;color:#e0e8f3;font-size:12px;line-height:1.55}
.help-boundary a,.help-boundary button{justify-self:end;min-height:42px;display:flex;align-items:center;padding:0 16px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#fff;color:#10284b;text-decoration:none;font:inherit;font-size:11px;font-weight:850;cursor:pointer}

@media(max-width:1100px){
  .account-page-layout,.settings-layout{grid-template-columns:1fr}
  .account-side-card{position:static}
  .help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-boundary{grid-template-columns:1fr}
  .help-boundary a,.help-boundary button{justify-self:start}
}
@media(max-width:780px){
  .account-menu-panel{position:fixed;top:72px;right:14px;left:14px;width:auto;max-height:calc(100vh - 90px)}
  .public-v19-nav{grid-template-columns:1fr auto!important;padding-left:20px;padding-right:20px}
  .public-v19-nav .account-menu-wrap{grid-column:2;top:14px;right:14px}
  .public-v19-brand img{width:178px}
  .account-menu-trigger{height:45px;min-width:76px}
  .penn-market-hero-v28{min-height:660px}
  .penn-market-hero-v28 .penn-market-copy{padding-top:95px}
  .penn-market-hero-v28 .penn-market-copy h1{font-size:46px}
  .penn-hero-account-strip{display:grid;grid-template-columns:repeat(3,1fr)}
  .penn-hero-account-strip>a,.penn-hero-account-strip>div{min-width:0;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.12)}
  .penn-hero-account-strip>div{grid-column:1/-1}
  .account-page-hero{padding:56px 0 38px}.account-page-hero-grid{grid-template-columns:1fr;gap:25px}.account-page-person{min-width:0}
  .account-page-hero h1{font-size:42px}
  .connection-type-grid{grid-template-columns:1fr}.account-section-head{display:grid;align-items:start}.account-section-head>p{text-align:left}
  .message-layout{grid-template-columns:1fr}.message-sidebar{display:none}.message-main-empty{min-height:470px;padding:34px}
  .help-grid{grid-template-columns:1fr}
}

/* =========================================================
   v29 — PUBLIC / CAMPUS POLISH CONTRACT
   Universal: brand + Sign in only. Campus: identity hub.
   Stable campus header geometry. Reduced editorial type scale.
   ========================================================= */

/* Universal hero navigation: one brand, one existing-account action */
.route-home .public-v19-nav.public-v29-nav{
  min-height:94px!important;
  padding:18px clamp(28px,4.3vw,78px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  pointer-events:none;
}
.route-home .public-v29-nav .public-v19-brand,
.route-home .public-v29-nav .public-v29-signin{pointer-events:auto}
.route-home .public-v29-nav .public-v19-brand img{
  width:clamp(220px,15vw,258px)!important;
  max-height:62px!important;
}
.public-v29-signin{
  min-height:44px;padding:0 19px;border:1px solid rgba(255,255,255,.74);border-radius:999px;
  background:rgba(255,255,255,.96);color:#101820;font-size:13px;font-weight:800;letter-spacing:-.01em;
  box-shadow:0 5px 20px rgba(0,0,0,.16);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease
}
.public-v29-signin:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.21);background:#fff}
.public-header-signin{border:0;background:transparent;cursor:pointer;color:#20242b;font-weight:750;padding:10px 4px}
.public-header-signin:hover{color:#1559d6}

/* Universal professional footer */
.public-v29-footer{background:#f7f7f5;border-top:1px solid #e8e7e3;color:#242424}
.public-v29-footer-shell{width:min(1540px,calc(100% - 72px));margin:auto;padding:64px 0 46px;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(620px,2fr);gap:80px}
.public-v29-footer-brand img{width:210px;height:auto;margin-bottom:24px}
.public-v29-footer-brand strong{display:block;font-size:20px;letter-spacing:-.02em;margin-bottom:9px}
.public-v29-footer-brand p{max-width:420px;margin:0;color:#6a6a68;font-size:13px;line-height:1.6}
.public-v29-footer-links{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:38px}
.public-v29-footer-links section{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.public-v29-footer-links h3{margin:0 0 6px;font-size:12px;letter-spacing:.02em;color:#222}
.public-v29-footer-links a,.public-v29-footer-links button{border:0;background:none;padding:0;color:#5f5f5d;font-size:12px;line-height:1.35;text-align:left;cursor:pointer}
.public-v29-footer-links a:hover,.public-v29-footer-links button:hover{color:#111;text-decoration:underline;text-underline-offset:3px}
.public-v29-footer-bottom{border-top:1px solid #dededa;width:min(1540px,calc(100% - 72px));margin:auto;padding:19px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;color:#777773;font-size:10.5px;line-height:1.45}

/* Existing account sign-in */
.existing-signin-panel{position:relative;width:min(480px,calc(100vw - 28px));max-height:calc(100vh - 34px);overflow:auto;background:#fff;border-radius:28px;padding:34px 34px 30px;box-shadow:0 28px 90px rgba(0,0,0,.3)}
.existing-signin-brand{display:inline-block;margin-bottom:28px}.existing-signin-brand img{width:178px;height:auto}
.existing-signin-panel .eyebrow{font-size:9px;letter-spacing:.14em;color:#1559d6}
.existing-signin-panel h2{margin:7px 0 8px;font-size:34px;line-height:1.03;letter-spacing:-.04em;color:#10284b}
.existing-signin-panel>p{margin:0 0 24px;color:#697384;font-size:13px;line-height:1.55}
#existingSignInForm{display:grid;gap:8px}#existingSignInForm label{font-size:11px;font-weight:800;color:#3b4657;margin-top:5px}
#existingSignInForm input{width:100%;height:50px;border:1px solid #d7dde5;border-radius:12px;padding:0 14px;outline:0;background:#fff;color:#14213d}
#existingSignInForm input:focus{border-color:#1559d6;box-shadow:0 0 0 3px rgba(21,89,214,.12)}
#existingSignInForm>button{height:50px;margin-top:9px;border:0;border-radius:12px;background:#10284b;color:#fff;font-weight:850;cursor:pointer}
#existingSignInForm>button:hover{background:#061d3b}
.existing-signin-divider{display:flex;align-items:center;gap:12px;margin:24px 0 16px;color:#8a8a86;font-size:10px}.existing-signin-divider:before,.existing-signin-divider:after{content:"";height:1px;background:#e8e8e5;flex:1}
.existing-campus-entry{width:100%;height:47px;border:1px solid #ccd4de;border-radius:12px;background:#fff;color:#10284b;font-weight:800;cursor:pointer}
.existing-signin-panel>small{display:block;margin-top:18px;color:#92928f;font-size:9.5px;line-height:1.5}
#existingSignInError button{border:0;background:transparent;color:#1559d6;font-size:inherit;font-weight:800;padding:0;cursor:pointer;text-decoration:underline}

/* Public information / legal pages use a deliberately quiet header */
.route-public-info .category-trigger-v4,.route-public-info .discovery-input-wrap,.route-public-info .focus-nav-v4{display:none!important}
.route-public-info .header-row-v4{grid-template-columns:1fr auto!important;height:76px!important;min-height:76px!important}
.route-public-info .brand-v4 img{width:190px!important}
.route-public-info .header-actions-v4{display:flex!important}
.public-info-page{padding:90px 0 110px;background:#fff;min-height:72vh}
.public-info-shell{max-width:1040px}
.public-info-head{max-width:840px;padding-bottom:44px;border-bottom:1px solid #e7e9ed}
.public-info-head .eyebrow{font-size:10px}.public-info-head h1{margin:10px 0 15px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.05em;color:#10284b}
.public-info-head p{margin:0;color:#59677a;font-size:17px;line-height:1.65}
.public-info-sections{display:grid;gap:0}.public-info-sections section{display:grid;grid-template-columns:260px minmax(0,1fr);gap:50px;padding:34px 0;border-bottom:1px solid #edf0f3}
.public-info-sections h2{margin:0;color:#172b4d;font-size:20px;letter-spacing:-.02em}.public-info-sections p{margin:0;color:#657184;font-size:14px;line-height:1.72}
.public-info-note{margin-top:38px;padding:18px 20px;border-radius:16px;background:#f7f7f5;display:grid;grid-template-columns:200px 1fr;gap:24px;color:#666;font-size:12px;line-height:1.55}.public-info-note strong{color:#333}

/* Campus header/search: no geometry change while scrolling. */
.route-campus .header-row-v4,.route-campus .brand-v4 img,.route-campus .category-trigger-v4,.route-campus .global-search-v4,.route-campus .focus-nav-v4{
  transition:none!important
}
.route-campus.header-elevated .site-header-v4{box-shadow:0 5px 20px rgba(7,27,51,.08)}
.route-campus .site-header-v4{will-change:auto}
.route-campus .global-search-v4{transform:none!important}

/* Campus editorial scale: professional, image-led, never poster-sized. */
.route-campus .penn-market-hero-v28 .penn-market-copy h1{max-width:900px!important;font-size:clamp(46px,4.7vw,72px)!important;line-height:.98!important;letter-spacing:-.045em!important}
.route-campus .penn-destination-hero{min-height:clamp(430px,53vh,590px)!important}
.route-campus .penn-destination-hero-copy{padding:58px 0 46px!important}
.route-campus .penn-destination-hero-copy h1{max-width:1020px!important;font-size:clamp(40px,4.4vw,64px)!important;line-height:.99!important;letter-spacing:-.045em!important;margin:10px 0 15px!important}
.route-campus .penn-destination-hero-copy p{max-width:760px!important;font-size:16px!important;line-height:1.55!important}
.route-campus .penn-destination-back{margin-bottom:28px!important}
.penn-search-query-pill{display:inline-block;max-width:min(760px,82vw);margin:12px 0 2px;padding:8px 12px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(2,13,29,.2);backdrop-filter:blur(8px);color:rgba(255,255,255,.9);font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.route-campus .detail-copy h1{font-size:clamp(38px,4.6vw,66px)!important;line-height:1.01!important;letter-spacing:-.042em!important;max-width:1000px!important}
.route-campus .profile-page-hero h1{font-size:clamp(38px,4.2vw,62px)!important;line-height:1!important;letter-spacing:-.045em!important}
.route-campus .account-page-hero h1{font-size:clamp(36px,4vw,58px)!important;line-height:1!important;letter-spacing:-.04em!important}

/* Image-overlay cards: Airbnb-like hierarchy = small context + concise title + action. */
.route-campus .penn-direction-link{min-height:275px;border-radius:20px}
.route-campus .penn-direction-link:after{background:linear-gradient(0deg,rgba(3,14,29,.84) 0%,rgba(3,14,29,.38) 45%,rgba(3,14,29,.04) 78%)}
.route-campus .penn-direction-link>span{left:20px;right:48px;bottom:18px}
.route-campus .penn-direction-link small{margin-bottom:7px;font-size:9px;letter-spacing:.12em;color:#c8f0ed}
.route-campus .penn-direction-link strong{max-width:28ch;font-size:clamp(16px,1.35vw,20px);line-height:1.16;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance}
.route-campus .penn-direction-link em{display:none!important}
.route-campus .penn-direction-link>b{right:18px;bottom:17px;font-size:17px}
.route-campus .penn-feature-card h3{font-size:clamp(22px,1.8vw,28px)!important;line-height:1.08!important;letter-spacing:-.025em!important;-webkit-line-clamp:2!important;max-width:24ch!important}
.route-campus .penn-feature-card:not(:first-child) h3{font-size:18px!important;line-height:1.13!important;-webkit-line-clamp:2!important;max-width:26ch!important}
.route-campus .penn-feature-card a>div:last-child{left:20px;right:20px;bottom:18px}
.route-campus .penn-feature-card small{font-size:8px!important;letter-spacing:.12em}
.route-campus .penn-feature-card b{font-size:10px!important;font-weight:750}
.route-campus .mosaic-copy h3{font-size:16px;line-height:1.18;-webkit-line-clamp:2}.route-campus .mosaic-large .mosaic-copy h3,.route-campus .mosaic-tall .mosaic-copy h3{font-size:21px}

/* Subtle universal overlay type reductions too */
.route-home .public-v19-story-copy strong{font-size:clamp(20px,1.75vw,28px)!important;line-height:1.06!important}
.route-home .public-v19-story-card:not(.story-1) .public-v19-story-copy strong{font-size:20px!important}
.route-home .public-v19-system-card strong{font-size:23px!important;line-height:1.05!important}

@media(max-width:900px){
  .public-v29-footer-shell{width:calc(100% - 40px);grid-template-columns:1fr;gap:42px}.public-v29-footer-links{grid-template-columns:repeat(2,1fr)}.public-v29-footer-bottom{width:calc(100% - 40px)}
  .public-info-sections section{grid-template-columns:1fr;gap:10px}.public-info-note{grid-template-columns:1fr;gap:5px}
}
@media(max-width:760px){
  .route-home .public-v19-nav.public-v29-nav{min-height:68px!important;padding:12px 16px!important}.route-home .public-v29-nav .public-v19-brand img{width:168px!important;max-height:40px!important}.public-v29-signin{min-height:38px;padding:0 14px;font-size:11px}
  .public-v29-footer-shell{padding:46px 0 34px}.public-v29-footer-links{grid-template-columns:1fr;gap:28px}.public-v29-footer-bottom{align-items:flex-start;flex-direction:column;gap:5px}
  .route-campus .penn-destination-hero{min-height:430px!important}.route-campus .penn-destination-hero-copy{padding:48px 0 38px!important}.route-campus .penn-destination-hero-copy h1{font-size:clamp(36px,9vw,50px)!important}.route-campus .penn-destination-hero-copy p{font-size:14px!important}.route-campus .penn-direction-link{min-height:245px}.penn-search-query-pill{font-size:10.5px}
}
@media(max-width:520px){
  .public-v29-footer-shell,.public-v29-footer-bottom{width:calc(100% - 28px)}.public-v29-footer-brand img{width:180px}.existing-signin-panel{padding:28px 21px 24px;border-radius:22px}
  .route-public-info .header-row-v4{grid-template-columns:1fr auto!important}.route-public-info .brand-v4 img{width:148px!important}.public-info-page{padding:62px 0 82px}.public-info-head h1{font-size:40px}.public-info-head p{font-size:15px}
}

/* v29.1 — final type + image-card refinement */
.route-home .public-v29-nav .public-v19-brand img{width:clamp(248px,17vw,300px)!important;max-height:70px!important}
.route-campus .penn-market-hero-v28 .penn-market-copy h1{font-size:clamp(42px,4.15vw,64px)!important;max-width:860px!important}
.route-campus .penn-destination-hero-copy h1{font-size:clamp(38px,3.85vw,58px)!important;max-width:940px!important;line-height:1.01!important}
.route-campus .detail-copy h1{font-size:clamp(36px,4vw,60px)!important;max-width:920px!important}
.route-campus .profile-page-hero h1{font-size:clamp(36px,3.75vw,56px)!important}
.route-campus .account-page-hero h1{font-size:clamp(34px,3.5vw,52px)!important}

.route-campus .penn-program-card>span{left:18px!important;right:18px!important;bottom:17px!important}
.route-campus .penn-program-card strong{font-size:17px!important;line-height:1.14!important;letter-spacing:-.015em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance}
.route-campus .penn-program-card em{font-size:10.5px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:6px 0 9px!important}
.route-campus .penn-entry-gateway strong{font-size:clamp(18px,1.5vw,22px)!important;line-height:1.12!important;letter-spacing:-.02em!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.route-campus .penn-entry-gateway em{font-size:11px!important;line-height:1.42!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.route-campus .penn-world-tile strong,.route-campus .opportunity-universe-card strong{font-size:clamp(17px,1.35vw,20px)!important;line-height:1.14!important}

/* Search header remains geometrically fixed on campus pages. Scroll can add elevation only. */
.route-campus{--campus-header-row:84px;--campus-focus-row:74px}
.route-campus .site-header-v4{position:sticky!important;top:0!important}
.route-campus .header-row-v4{height:var(--campus-header-row)!important;min-height:var(--campus-header-row)!important}
.route-campus .focus-nav-v4{height:var(--campus-focus-row)!important;min-height:var(--campus-focus-row)!important;opacity:1!important;overflow:visible!important}
.route-campus .global-search-v4{height:52px!important}
.route-campus.header-compact .header-row-v4{height:var(--campus-header-row)!important;min-height:var(--campus-header-row)!important}
.route-campus.header-compact .focus-nav-v4{height:var(--campus-focus-row)!important;min-height:var(--campus-focus-row)!important;opacity:1!important;overflow:visible!important;border-top:1px solid #f0ede9!important}
.route-campus.header-compact .brand-v4 img{width:172px!important}
.route-campus.header-compact .global-search-v4{height:52px!important}

@media(max-width:760px){
  .route-home .public-v29-nav .public-v19-brand img{width:190px!important;max-height:44px!important}
  .route-campus{--campus-header-row:126px;--campus-focus-row:48px}
  .route-campus .penn-market-hero-v28 .penn-market-copy h1{font-size:clamp(38px,10vw,48px)!important}
  .route-campus .penn-destination-hero-copy h1{font-size:clamp(34px,9vw,46px)!important}
  .route-campus .detail-copy h1,.route-campus .profile-page-hero h1,.route-campus .account-page-hero h1{font-size:clamp(34px,9vw,46px)!important}
}


/* ================================================================
   SpinOut U v31 — Penn workspace / menu / rail / selector polish
   ================================================================ */
/* Collections: compact professional tiles; never allow preview images to escape the card. */
.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.collection-card{display:grid!important;grid-template-rows:auto 180px;min-height:340px;overflow:hidden;border:1px solid #e2e5e9;border-radius:22px;background:#fff;box-shadow:0 8px 28px rgba(7,27,51,.05);transition:transform .18s,border-color .18s,box-shadow .18s}.collection-card:hover{transform:translateY(-2px);border-color:#c9d2df;box-shadow:0 14px 34px rgba(7,27,51,.08)}.collection-card>div:first-child{padding:22px 22px 18px}.collection-card span{display:block;color:#7b8592;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.collection-card h3{margin:9px 0 7px;color:#10284b;font-size:25px;line-height:1.05;letter-spacing:-.035em}.collection-card p{margin:0;color:#697585;font-size:12px}.collection-card b{color:#1559d6}.collection-preview{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);min-width:0;height:180px;overflow:hidden;background:#eef1f5}.collection-preview img{display:block!important;width:100%!important;height:100%!important;min-width:0!important;max-width:none!important;object-fit:cover!important}.collection-preview img:only-child{grid-column:1/-1;grid-row:1/-1}.collection-preview img:first-child:nth-last-child(2),.collection-preview img:first-child:nth-last-child(2)~img{grid-row:1/-1}.collection-toolbar{padding:26px;border:1px solid #e6e8eb;border-radius:22px;background:#fafbfc;align-items:center}.library-body{padding-top:42px!important}.collection-detail-grid .card-image{height:235px!important}
/* Account dropdown: anchor to the viewport so opening it cannot shove/slide with header geometry. */
.route-campus .account-menu-panel{position:fixed!important;top:78px!important;right:24px!important;left:auto!important;width:min(390px,calc(100vw - 48px))!important;max-height:calc(100vh - 96px)!important;overscroll-behavior:contain;transform:none!important;animation:none!important}.route-campus .account-menu-trigger{transform:none!important}.route-campus.campus-nav-collapsed .account-menu-panel{top:78px!important}
/* The discovery rail glides away on downward scroll, returns on upward scroll. Header/search remain stable. */
.route-campus .focus-nav-v4{transition:max-height .24s ease,height .24s ease,opacity .18s ease,transform .24s ease,border-color .18s ease!important;overflow:hidden!important;transform:translateY(0)}.route-campus.campus-nav-collapsed .focus-nav-v4{height:0!important;min-height:0!important;max-height:0!important;opacity:0!important;transform:translateY(-14px);border-top-color:transparent!important;pointer-events:none}.route-campus .site-header-v4{transition:box-shadow .2s ease!important}.route-campus.campus-nav-collapsed .browse-mega{top:84px!important;max-height:calc(100vh - 84px)!important}.route-campus.themes-open .focus-nav-v4{height:var(--campus-focus-row)!important;min-height:var(--campus-focus-row)!important;max-height:var(--campus-focus-row)!important;opacity:1!important;transform:none!important;pointer-events:auto}
/* Campus chooser: consistent image ratios and stronger Penn live tile without oversized/misaligned imagery. */
.campus-chooser-panel{overflow-x:hidden}.campus-choice-grid{align-items:stretch}.campus-choice{min-height:228px}.campus-choice img{height:132px!important;aspect-ratio:16/9;object-fit:cover!important;object-position:center 48%!important}.campus-choice.available img{object-position:center 44%!important}.campus-choice.available{background:linear-gradient(180deg,#fff,#f8fbff)}
/* Universal-to-campus selector modal receives the same image discipline. */
.v30-gate-penn{min-height:164px!important}.v30-gate-penn>img{height:164px!important;object-fit:cover!important;object-position:center 44%!important}.v30-coming-grid img{object-fit:cover!important;object-position:center!important}
@media(max-width:980px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.collection-grid{grid-template-columns:1fr}.collection-toolbar{padding:20px}.route-campus .account-menu-panel{top:70px!important;right:14px!important;left:14px!important;width:auto!important}.campus-choice img{height:150px!important}}


/* ================================================================
   SpinOut U v32 — Penn header stability + restrained campus type
   ================================================================ */

/* Campus hero scale: professional, legible and image-led rather than billboard-sized. */
.route-campus .penn-market-hero-v28 .penn-market-copy h1{
  font-size:clamp(38px,3.5vw,54px)!important;
  line-height:1.01!important;
  max-width:820px!important;
  letter-spacing:-.038em!important;
}
.route-campus .penn-destination-hero-copy h1{
  font-size:clamp(34px,3.3vw,50px)!important;
  line-height:1.02!important;
  max-width:860px!important;
  letter-spacing:-.036em!important;
}
.route-campus .detail-copy h1{
  font-size:clamp(34px,3.5vw,52px)!important;
  line-height:1.02!important;
  max-width:860px!important;
  letter-spacing:-.036em!important;
}
.route-campus .profile-page-hero h1{
  font-size:clamp(34px,3.2vw,48px)!important;
  line-height:1.02!important;
}
.route-campus .account-page-hero h1{
  font-size:clamp(32px,3vw,46px)!important;
  line-height:1.03!important;
}
.route-campus .page-hero h1,
.route-campus .storefront-hero h1,
.route-campus .hero h1,
.route-campus .editorial-hero h1{
  font-size:clamp(34px,3.5vw,52px)!important;
  line-height:1.02!important;
}

/* v32 rail contract:
   deterministic state, no height animation feedback loop.
   Search/header remain fixed; the secondary rail gets out of the way once. */
.route-campus .focus-nav-v4{
  max-height:var(--campus-focus-row)!important;
  transition:opacity .16s ease,transform .18s ease,border-color .16s ease!important;
  will-change:opacity,transform;
}
.route-campus.campus-nav-collapsed .focus-nav-v4{
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  opacity:0!important;
  transform:translateY(-10px)!important;
  border-top-color:transparent!important;
  pointer-events:none!important;
}
.route-campus:not(.campus-nav-collapsed) .focus-nav-v4{
  height:var(--campus-focus-row)!important;
  min-height:var(--campus-focus-row)!important;
  max-height:var(--campus-focus-row)!important;
  opacity:1!important;
  transform:none!important;
}
.route-campus .header-row-v4,
.route-campus .global-search-v4,
.route-campus .brand-v4,
.route-campus .brand-v4 img{
  transform:none!important;
  transition:none!important;
}
.route-campus .site-header-v4{
  contain:layout paint;
}

/* Keep account panel visually fixed independent of rail state. */
.route-campus .account-menu-panel,
.route-campus.campus-nav-collapsed .account-menu-panel{
  top:78px!important;
  right:24px!important;
  transform:none!important;
}

/* Mobile headline ceiling */
@media(max-width:760px){
  .route-campus .penn-market-hero-v28 .penn-market-copy h1,
  .route-campus .penn-destination-hero-copy h1,
  .route-campus .detail-copy h1,
  .route-campus .profile-page-hero h1,
  .route-campus .account-page-hero h1,
  .route-campus .page-hero h1,
  .route-campus .storefront-hero h1,
  .route-campus .hero h1,
  .route-campus .editorial-hero h1{
    font-size:clamp(32px,8.8vw,43px)!important;
  }
  .route-campus .account-menu-panel,
  .route-campus.campus-nav-collapsed .account-menu-panel{
    top:70px!important;
    right:14px!important;
  }
}

/* ============================================================
   v33 — Penn account popover: compact, viewport-anchored, stable
   ============================================================ */

/* Do not let header paint containment clip a fixed account popover. */
.route-campus .site-header-v4{
  contain:none!important;
  overflow:visible!important;
  isolation:auto!important;
  z-index:4000!important;
}
.route-campus.account-menu-open .site-header-v4{z-index:10000!important}
.route-campus .account-menu-wrap{z-index:10010!important}

/* Fixed geometry: independent of header rail, page scroll and menu contents. */
.route-campus .account-menu-panel,
.route-campus.campus-nav-collapsed .account-menu-panel{
  position:fixed!important;
  top:72px!important;
  right:24px!important;
  left:auto!important;
  width:332px!important;
  min-width:332px!important;
  max-width:332px!important;
  max-height:calc(100dvh - 88px)!important;
  box-sizing:border-box!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
  transform:none!important;
  translate:none!important;
  animation:none!important;
  margin:0!important;
  padding:6px!important;
  border:1px solid rgba(20,35,55,.10)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 18px 54px rgba(5,18,38,.18),0 2px 8px rgba(5,18,38,.06)!important;
  z-index:10020!important;
}
.route-campus .account-menu-panel[hidden]{display:none!important}

/* Trigger should never translate as nav states change. */
.route-campus .account-menu-trigger,
.route-campus .account-menu-trigger:hover,
.route-campus .account-menu-trigger[aria-expanded="true"]{
  transform:none!important;
  translate:none!important;
}

/* Compact identity block. */
.route-campus .account-menu-identity{
  min-height:58px!important;
  margin:0!important;
  padding:9px 10px!important;
  gap:10px!important;
  border-radius:13px!important;
  background:#f7f7f7!important;
}
.route-campus .account-menu-identity .profile-avatar-large{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  font-size:13px!important;
}
.route-campus .account-menu-identity small{
  font-size:8px!important;
  letter-spacing:.09em!important;
}
.route-campus .account-menu-identity strong{
  font-size:13px!important;
  line-height:1.15!important;
}
.route-campus .account-menu-identity em{
  margin-top:1px!important;
  max-width:220px!important;
  font-size:10px!important;
}

/* Completion is useful, but should read as a quiet utility row. */
.route-campus .account-menu-progress{
  margin:3px 2px 4px!important;
  padding:7px 8px 8px!important;
  gap:5px!important;
}
.route-campus .account-menu-progress>span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  font-size:9px!important;
}
.route-campus .account-menu-progress>span b{font-size:10px!important}
.route-campus .account-menu-progress>i{height:4px!important}
.route-campus .account-menu-progress>small{display:none!important}

/* Airbnb-like menu density: icon + label + optional count. */
.route-campus .account-menu-nav{
  padding:2px 0!important;
  gap:0!important;
}
.route-campus .account-menu-nav a,
.route-campus .account-menu-nav button,
.route-campus .account-menu-signout{
  min-height:42px!important;
  grid-template-columns:21px minmax(0,1fr) auto!important;
  gap:10px!important;
  margin:0!important;
  padding:9px 10px!important;
  border-radius:11px!important;
}
.route-campus .account-menu-nav span{display:block!important}
.route-campus .account-menu-nav b{
  display:block!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:680!important;
  letter-spacing:-.005em!important;
}
.route-campus .account-menu-nav small{display:none!important}
.route-campus .account-menu-icon{
  width:19px!important;
  height:19px!important;
  stroke-width:1.7!important;
}
.route-campus .account-menu-nav em{
  min-width:21px!important;
  height:21px!important;
  padding:0 5px!important;
  font-size:9px!important;
}
.route-campus .account-menu-divider{
  margin:4px 8px!important;
  background:#ececec!important;
}
.route-campus .account-menu-signout{
  width:100%!important;
  grid-template-columns:21px 1fr!important;
  font-size:13px!important;
}

/* The panel owns its scroll. The underlying page/header must not react. */
.route-campus.account-menu-open .account-menu-panel{pointer-events:auto!important}
.route-campus.account-menu-open .site-header-v4,
.route-campus.account-menu-open .header-row-v4,
.route-campus.account-menu-open .focus-nav-v4{transition:none!important}

@media(max-width:700px){
  .route-campus .account-menu-panel,
  .route-campus.campus-nav-collapsed .account-menu-panel{
    top:66px!important;
    right:10px!important;
    left:10px!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    max-height:calc(100dvh - 78px)!important;
  }
}


/* v35 — campus handoff is not a second public homepage */
.route-campus-handoff{
  background:#071522!important;
}
.route-campus-handoff .site-header-v4,
.route-campus-handoff .focus-nav-v4,
.route-campus-handoff .browse-mega{
  visibility:hidden!important;
}
.route-campus-handoff .campus-handoff-stage{
  min-height:100vh;
  background:radial-gradient(circle at 50% 20%,#14304d 0,#071522 48%,#04101b 100%);
}
.route-campus-handoff .penn-handoff-modal{
  visibility:visible!important;
}

/* ================================================================
   SpinOut U v37 — Penn help / how it works narrative
   ================================================================ */
.penn-help-v37{padding-top:56px!important}
.penn-help-v37>.shell{display:grid;gap:70px;padding-bottom:90px}
.penn-help-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:50px;align-items:start}
.penn-help-intro small,.penn-help-section .account-section-head small,.penn-help-private small,.penn-help-cta small{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#1670e9;margin-bottom:10px}
.penn-help-intro h2,.penn-help-section .account-section-head h2,.penn-help-private h2,.penn-help-cta h2{font-size:clamp(30px,3.5vw,46px);line-height:1;letter-spacing:-.04em;margin:0}
.penn-help-intro>div:first-child>p,.penn-help-section .account-section-head>p,.penn-help-private p,.penn-help-cta p{font-size:14px;line-height:1.65;color:#69727c}
.penn-help-loop{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.penn-help-loop article{border:1px solid #e0e4e8;border-radius:18px;padding:20px;background:#fff}
.penn-help-loop span{font-size:9px;font-weight:900;color:#1670e9}
.penn-help-loop strong{display:block;font-size:16px;margin:12px 0 6px}
.penn-help-loop p{font-size:11.5px;line-height:1.55;color:#707780;margin:0}
.penn-help-section{padding-top:56px;border-top:1px solid #e2e5e9}
.penn-help-section .account-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);gap:40px;align-items:end;margin-bottom:26px}
.penn-help-function-grid,.penn-help-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.penn-help-function-grid article,.penn-help-path-grid article{border:1px solid #e0e4e8;border-radius:18px;padding:21px;background:#fff}
.penn-help-function-grid h3,.penn-help-path-grid h3{font-size:17px;letter-spacing:-.02em;margin:0 0 8px}
.penn-help-function-grid p,.penn-help-path-grid p{font-size:11.5px;line-height:1.58;color:#6d7580;margin:0}
.penn-help-dark{background:#081a30;color:#fff;border:0;border-radius:26px;padding:34px!important}
.penn-help-dark .account-section-head{margin-bottom:24px}.penn-help-dark .account-section-head small{color:#69dce5}.penn-help-dark .account-section-head>p{color:#bbc7d3}.penn-help-dark .penn-help-path-grid article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13)}.penn-help-dark .penn-help-path-grid p{color:#bac5d0}
.penn-help-outcomes{display:flex;flex-wrap:wrap;gap:9px}.penn-help-outcomes span{padding:11px 14px;border-radius:999px;background:#f2f5f8;border:1px solid #e0e4e8;font-size:11px;font-weight:800}
.penn-help-private{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:56px;border-top:1px solid #e2e5e9}.penn-help-private>div{padding:27px;border-radius:22px;background:#eef6ff}.penn-help-private>div+div{background:#f5f6f8}.penn-help-private h2{font-size:28px}.penn-help-private p{font-size:12.5px}
.penn-help-cta{display:flex;justify-content:space-between;align-items:end;gap:34px;padding:36px;border-radius:26px;background:#0a111a;color:#fff}.penn-help-cta h2{max-width:700px}.penn-help-cta p{color:#b7c1cb;max-width:690px}.penn-help-cta>div:last-child{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.penn-help-cta a{display:inline-flex;padding:11px 14px;border-radius:999px;background:#fff;color:#10151b;font-size:11px;font-weight:850;text-decoration:none}.penn-help-cta a+a{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
@media(max-width:900px){.penn-help-intro,.penn-help-private{grid-template-columns:1fr}.penn-help-function-grid,.penn-help-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.penn-help-section .account-section-head{grid-template-columns:1fr;gap:12px}.penn-help-cta{align-items:flex-start;flex-direction:column}.penn-help-cta>div:last-child{justify-content:flex-start}}
@media(max-width:620px){.penn-help-loop,.penn-help-function-grid,.penn-help-path-grid{grid-template-columns:1fr}.penn-help-v37>.shell{gap:54px}.penn-help-dark{padding:24px!important}.penn-help-cta{padding:25px}}


/* ============================================================
   v61 — Penn showcase navigation contract
   One stable header across portfolio, circular worlds, marketplace,
   Penn IP, programs, and person-conditioned destinations.
   ============================================================ */
.route-campus .header-row-v4{
  grid-template-columns:196px auto minmax(360px,1fr) auto!important;
  gap:18px!important;
  align-items:center!important;
}
.route-campus .header-context-controls{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
  height:100%;
}
.route-campus .penn-showcase-home{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 14px;
  border:1px solid #d7e0e8;
  border-radius:999px;
  background:#fff;
  color:#173856;
  text-decoration:none;
  white-space:nowrap;
  font-size:10.5px;
  font-weight:850;
  letter-spacing:.005em;
  box-shadow:none;
}
.route-campus .penn-showcase-home:hover{
  border-color:#aec0cf;
  background:#f7fafc;
}
.route-campus .header-context-controls .category-trigger-v4{
  flex:0 0 auto;
  margin:0;
}
.route-campus .discovery-input-wrap{
  min-width:260px;
  width:100%;
}
.route-campus .header-actions-v4{
  min-width:max-content;
  justify-self:end;
}
.route-campus .focus-nav-v4{
  clear:both;
  width:100%;
}

@media(max-width:1180px){
  .route-campus .header-row-v4{
    grid-template-columns:176px auto minmax(300px,1fr)!important;
    gap:14px!important;
  }
  .route-campus .penn-showcase-home{display:none!important}
  .route-campus .header-actions-v4{display:none!important}
  .route-campus .brand-v4 img{width:170px!important}
}

@media(max-width:760px){
  .route-campus{--campus-header-row:126px;--campus-focus-row:48px}
  .route-campus .header-row-v4,
  .route-campus.header-compact .header-row-v4{
    height:126px!important;
    min-height:126px!important;
    padding:10px 0 12px!important;
    display:grid!important;
    grid-template-columns:1fr 46px!important;
    grid-template-rows:52px 52px!important;
    grid-template-areas:none!important;
    gap:7px 8px!important;
  }
  .route-campus .brand-v4,
  .route-campus.header-compact .brand-v4{
    grid-column:1!important;
    grid-row:1!important;
    justify-content:flex-start!important;
    height:48px!important;
  }
  .route-campus .brand-v4 img,
  .route-campus.header-compact .brand-v4 img{
    width:158px!important;
    max-height:46px!important;
  }
  .route-campus .header-context-controls,
  .route-campus.header-compact .header-context-controls{
    grid-column:2!important;
    grid-row:1!important;
    width:46px!important;
    min-width:46px!important;
    justify-content:flex-end!important;
  }
  .route-campus .penn-showcase-home{display:none!important}
  .route-campus .header-context-controls .category-trigger-v4,
  .route-campus.header-compact .header-context-controls .category-trigger-v4{
    width:42px!important;
    height:42px!important;
    padding:0!important;
    justify-content:center!important;
  }
  .route-campus .header-context-controls .category-trigger-v4 b{display:none!important}
  .route-campus .discovery-input-wrap,
  .route-campus.header-compact .discovery-input-wrap{
    grid-column:1/3!important;
    grid-row:2!important;
    grid-area:auto!important;
    width:100%!important;
    min-width:0!important;
  }
  .route-campus .global-search-v4,
  .route-campus.header-compact .global-search-v4{
    height:48px!important;
  }
  .route-campus .header-actions-v4,
  .route-campus.header-compact .header-actions-v4{display:none!important}
  .route-campus.header-compact .focus-nav-v4{display:none!important}
}
