.home-page{display:grid;gap:1.2rem}.home-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(18rem,.95fr);min-height:34rem;overflow:hidden;border:1px solid var(--border);border-radius:1.6rem;background:var(--surface);box-shadow:var(--shadow)}.home-poster-copy{position:relative;z-index:2;padding:clamp(1.5rem,4vw,3.2rem);display:flex;flex-direction:column;justify-content:center}.home-hero-brand img{width:min(24rem,82%);max-height:6rem;object-fit:contain;object-position:left center}.home-hero-mantra{margin:1rem 0 .85rem;color:var(--text);font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5.2rem);font-weight:900;line-height:.9;letter-spacing:-.035em;text-transform:uppercase}.home-hero-description{max-width:42rem;font-size:1.05rem}.home-poster-intro{max-width:39rem}.home-poster-actions{margin-top:.55rem}.home-poster-ribbon{display:inline-flex;align-self:flex-start;margin-top:1.2rem;padding:.4rem .7rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--brand-soft);color:var(--text);font-size:.82rem;font-weight:800}.home-poster-stage{position:relative;min-height:100%;background-image:linear-gradient(90deg,var(--surface) 0%,transparent 42%),var(--home-hero-bg-image);background-size:cover;background-position:center}.home-poster-glow{position:absolute;inset:0;background:radial-gradient(circle at 55% 45%,var(--brand-soft),transparent 48%)}.home-poster-table{position:absolute;left:18%;right:8%;bottom:14%;height:38%;border:4px solid color-mix(in srgb,var(--brand) 75%,white 10%);transform:perspective(500px) rotateX(58deg);box-shadow:0 0 38px var(--brand-soft)}.home-poster-table span{position:absolute;background:color-mix(in srgb,var(--brand) 70%,white 8%)}.home-poster-table span:nth-child(1),.home-poster-table span:nth-child(2){top:0;bottom:0;width:2px}.home-poster-table span:nth-child(1){left:33%}.home-poster-table span:nth-child(2){right:33%}.home-poster-table span:nth-child(3),.home-poster-table span:nth-child(4){left:0;right:0;height:2px}.home-poster-table span:nth-child(3){top:33%}.home-poster-table span:nth-child(4){bottom:33%}.home-poster-ball{position:absolute;right:24%;bottom:23%;width:1.4rem;height:1.4rem;border-radius:50%;background:var(--brand);box-shadow:0 0 24px var(--brand)}.home-topics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.home-topic-card{display:grid;gap:.28rem;min-height:12.5rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);text-decoration:none;transition:transform .16s ease,border-color .16s ease}.home-topic-card:hover{transform:translateY(-2px);border-color:var(--brand)}.home-topic-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:.8rem;background:var(--brand-soft);color:var(--brand);font-weight:900}.home-topic-title{margin:.5rem 0 0;color:var(--text);font-weight:900}.home-topic-subtitle{margin:0;color:var(--brand);font-size:.82rem;font-weight:800}.home-topic-text{margin:0;font-size:.88rem}.home-columns{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.home-events-list{display:grid;gap:.7rem}.home-event-item{display:grid;grid-template-columns:7.2rem 1fr;gap:1rem;padding:.8rem 0;border-top:1px solid var(--border)}.home-event-item:first-child{border-top:0}.home-event-date{display:grid;align-content:start;gap:.12rem}.home-event-date strong{font-size:1.12rem;color:var(--text)}.home-event-date span{font-size:.82rem;color:var(--muted)}.home-event-copy h3{margin-bottom:.25rem}.home-event-copy p{margin-bottom:.4rem}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-news-card a{font-weight:800;text-decoration:none;color:var(--brand)}