/* Shared thematic hub layouts */
.hub-main{padding:72px 0 96px}.hub-hero{display:grid;grid-template-columns:4fr 8fr;gap:var(--grid-gutter);align-items:end;padding-bottom:56px;border-bottom:1px solid var(--ink)}.hub-label{color:var(--accent-strong);font:700 .7rem/1.2 var(--sans);letter-spacing:.13em;text-transform:uppercase}.hub-hero h1{max-width:800px;margin:14px 0 20px;font:500 clamp(3.2rem,7vw,6.4rem)/.91 var(--serif);letter-spacing:-.055em;text-wrap:balance;overflow-wrap:anywhere}.hub-hero p{max-width:680px;margin:0;color:var(--ink-muted);font-size:1.08rem}.hub-stat{display:flex;align-items:baseline;gap:10px;padding-bottom:8px}.hub-stat strong{font:500 4rem/.9 var(--serif);color:var(--accent)}.hub-stat span{max-width:130px;color:var(--ink-muted);font-size:.82rem}.hub-section{padding-top:54px}.hub-section-heading{display:grid;grid-template-columns:4fr 8fr;gap:var(--grid-gutter);margin-bottom:30px}.hub-section-heading h2{margin:0;font:500 clamp(2rem,4vw,3.4rem)/.98 var(--serif);letter-spacing:-.04em}.hub-section-heading p{max-width:600px;margin:6px 0 0;color:var(--ink-muted)}.hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}.hub-card{display:flex;min-height:310px;flex-direction:column;padding:28px 24px;color:var(--ink);text-decoration:none;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.hub-card:nth-child(3n){border-right:0}.hub-card:hover{background:var(--surface-deep)}.hub-card__img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;margin-bottom:18px}.hub-card__meta{display:flex;justify-content:space-between;gap:16px;color:var(--ink-muted);font:700 .67rem/1.2 var(--sans);letter-spacing:.09em;text-transform:uppercase}.hub-card h3{margin:0 0 14px;font:600 clamp(1.55rem,2.4vw,2.15rem)/1.03 var(--serif);letter-spacing:-.025em;overflow-wrap:anywhere}.hub-card p{margin:0 0 28px;color:var(--ink-muted);font-size:.92rem}.hub-card__arrow{margin-top:auto;color:var(--accent-strong);font:700 .7rem/1 var(--sans);letter-spacing:.11em;text-transform:uppercase}.hub-switcher{display:flex;flex-wrap:wrap;gap:10px;padding-top:48px}.hub-switcher a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;color:var(--ink);font:700 .68rem/1 var(--sans);letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.hub-switcher a:hover,.hub-switcher a[aria-current="page"]{border-color:var(--ink);background:var(--ink);color:var(--inverse)}
@media(max-width:900px){.hub-hero,.hub-section-heading{grid-template-columns:1fr}.hub-stat{order:2;margin-top:24px}.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-card:nth-child(3n){border-right:1px solid var(--line)}.hub-card:nth-child(2n){border-right:0}}
@media(max-width:640px){.hub-main{padding:48px 0 72px}.hub-hero{padding-bottom:40px}.hub-hero h1{font-size:clamp(3rem,15vw,4.8rem)}.hub-section{padding-top:42px}.hub-section-heading{gap:10px}.hub-grid{grid-template-columns:1fr}.hub-card,.hub-card:nth-child(2n),.hub-card:nth-child(3n){min-height:0;padding:26px 0;border-right:0}.hub-card__img{margin-bottom:14px}.hub-card h3{margin:0 0 12px}.hub-card__arrow{margin-top:8px}.hub-switcher{display:grid;grid-template-columns:1fr 1fr}.hub-switcher a{text-align:center}}
