
: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}}
