.home-discovery{display:grid;gap:2.5rem;margin-bottom:2rem;min-width:0}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem}.home-section-heading--compact{align-items:center;margin-bottom:1rem}.home-section-heading h2{font-size:clamp(1.35rem,2vw,1.75rem);margin:0}.home-section-lead{color:var(--color-text-muted);margin:.35rem 0 0;max-width:40rem}.home-section-link{border:1px solid var(--color-border);border-radius:999px;color:var(--color-text);font-size:.9rem;font-weight:700;line-height:1;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.home-section-link:hover,.home-section-link:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.home-empty{color:var(--color-text-muted);margin:0}.home-featured-mosaic{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:1rem;min-height:26rem}.home-featured-mosaic--single{grid-template-columns:1fr;min-height:20rem}.home-featured-mosaic--duo{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.home-featured-mosaic__side{display:grid;grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:1rem;min-height:0}.home-featured-mosaic__side--stack{grid-template-rows:1fr 1fr}.home-featured-mosaic__duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;min-height:0}.home-featured-mobile{display:none}.home-featured-card{position:relative;border-radius:12px;overflow:hidden;min-height:100%;background:rgb(var(--gray-dark));box-shadow:0 16px 40px rgba(var(--gray),18%)}.home-featured-card__link{display:block;height:100%;color:#fff;text-decoration:none}.home-featured-card__image,.home-featured-card__fallback{width:100%;height:100%;min-height:12rem;object-fit:cover}.home-featured-card__fallback{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#0f172a33,#0f172ab8),radial-gradient(circle at 22% 18%,rgba(34,197,94,.38),transparent 34%),radial-gradient(circle at 82% 22%,rgba(37,99,235,.42),transparent 32%),linear-gradient(145deg,#172033,#24324a 52%,#123238);color:#fff}.home-featured-card__fallback:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:2rem 2rem;mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 88%)}.home-featured-card__fallback-mark{position:relative;display:grid;place-items:center;width:clamp(4.5rem,24%,7rem);aspect-ratio:1;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#ffffff21;box-shadow:0 18px 40px #00000038;backdrop-filter:blur(12px)}.home-featured-card__fallback-mark .category-icon svg{width:62%;height:62%}.home-featured-card__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:end;gap:.65rem;padding:1rem;color:#fff;background:linear-gradient(180deg,#00000026,#0000008c 45%,#000000e0)}.home-featured-badge{align-self:start;border-radius:6px;font-size:.7rem;font-weight:800;letter-spacing:.04em;line-height:1;padding:.4rem .55rem}.home-featured-badge--editorial{background:#7c3aed;color:#fff}.home-featured-badge--sponsored{background:#ea580c;color:#fff}.home-featured-badge--featured,.home-featured-badge--popular{background:#16a34a;color:#fff}.home-featured-card__meta h3{color:#fff;font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.2;margin:.2rem 0;text-shadow:0 1px 3px rgba(0,0,0,.45)}.home-featured-card__date,.home-featured-card__location,.home-featured-card__category{margin:0;color:#fff;font-size:.85rem;opacity:.92;text-shadow:0 1px 2px rgba(0,0,0,.35)}.home-featured-card__category{display:inline-flex;align-items:center;gap:.35rem}.home-featured-card__cta{align-self:start;background:#fff;border-radius:6px;color:#0f172a;font-size:.85rem;font-weight:700;line-height:1;padding:.55rem .75rem}.home-featured-card--hero{min-height:26rem}.home-featured-card--wide,.home-featured-card--compact{min-height:12.5rem}.home-event-card{display:grid;grid-template-rows:auto 1fr;height:100%;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:var(--color-surface);box-shadow:0 10px 24px rgba(var(--gray),10%);text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease}.home-event-card:hover,.home-event-card:focus-visible{transform:translateY(-2px);box-shadow:0 16px 32px rgba(var(--gray),16%);outline:none}.home-event-card__media{position:relative;aspect-ratio:16 / 10;background:rgba(var(--gray-light),35%)}.home-event-card__media img,.home-event-card__fallback{width:100%;height:100%;object-fit:cover}.home-event-card__fallback{display:grid;place-items:center;color:var(--accent);background:linear-gradient(160deg,rgba(var(--gray-light),55%),rgba(var(--gray),12%))}.home-event-card__date-badge{position:absolute;top:.65rem;left:.65rem;display:grid;gap:.05rem;min-width:3rem;padding:.35rem .45rem;border-radius:8px;background:#fff;box-shadow:0 6px 16px rgba(var(--gray),18%);color:#0f172a;text-align:center}.home-event-card__date-badge strong{color:#0f172a;font-size:1rem;line-height:1}.home-event-card__date-badge span{color:#64748b;font-size:.62rem;font-weight:800;letter-spacing:.04em}.home-event-card__time{position:absolute;left:.65rem;bottom:.55rem;border-radius:6px;background:#0000009e;color:#fff;font-size:.75rem;font-weight:700;line-height:1;padding:.3rem .45rem}.home-event-card__body{display:grid;gap:.35rem;padding:.85rem .9rem 1rem}.home-event-card__category{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-muted);font-size:.78rem;font-weight:700;margin:0}.home-event-card__body h3{font-size:1rem;line-height:1.3;margin:0}.home-event-card__date,.home-event-card__location{color:var(--color-text-muted);font-size:.85rem;line-height:1.35;margin:0}.home-event-card__date{color:var(--color-text);font-weight:800}.home-event-card__price{color:var(--accent);font-size:.92rem;font-weight:800;margin:.15rem 0 0}.home-category-row{display:grid;gap:.25rem;min-width:0}.home-carousel{position:relative;width:100%;max-width:100%;min-width:0}.home-carousel__viewport{min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-inline:contain}.home-carousel__viewport::-webkit-scrollbar{display:none}.home-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 2rem) / 3);gap:1rem;padding:.15rem .1rem .35rem}.home-carousel__slide,.home-featured-mobile__slide{scroll-snap-align:start;min-width:0}.home-carousel-btn{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(var(--gray),12%)}.home-carousel-btn:hover,.home-carousel-btn:focus-visible{border-color:var(--accent);color:var(--accent);outline:none}.home-carousel-btn:disabled{opacity:.35;cursor:default}.home-carousel-btn--edge{flex-shrink:0;pointer-events:auto}.home-carousel-edge-controls{position:absolute;top:50%;right:-.7rem;left:-.7rem;z-index:2;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transform:translateY(-50%)}.home-carousel-controls{display:none;justify-content:end;gap:.5rem;margin-top:.5rem}.home-places-compact{margin-top:.5rem}@media(max-width:960px){.home-discovery{gap:2rem}.home-featured-mosaic{display:none}.home-featured-mobile{display:block;position:relative}.home-carousel-controls[data-home-featured-controls]{display:flex;justify-content:end;gap:.5rem;margin-top:.65rem;padding-inline:0}.home-carousel-controls[data-home-featured-controls] .home-carousel-btn{background:var(--color-surface);box-shadow:0 8px 20px rgba(var(--gray),12%)}.home-featured-mobile__track{display:grid;grid-auto-flow:column;grid-auto-columns:min(82vw,22rem);gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.15rem .1rem .35rem;scroll-padding-inline:.1rem}.home-featured-mobile__track::-webkit-scrollbar{display:none}.home-carousel__track{grid-auto-columns:min(74vw,18rem)}.home-carousel-edge-controls{position:static;display:flex;align-items:center;justify-content:end;gap:.5rem;margin-top:.65rem;pointer-events:auto;transform:none}.home-carousel-btn--edge[data-home-carousel-prev],.home-carousel-btn--edge[data-home-carousel-next]{position:static;transform:none}}@media(max-width:720px){.home-discovery{gap:1.6rem;margin-bottom:1.5rem}.home-section-heading{align-items:stretch;flex-direction:column;gap:.65rem}.home-section-heading h2{font-size:1.22rem;line-height:1.25}.home-section-lead{font-size:.95rem;line-height:1.45}.home-section-link{align-self:start;padding:.62rem .8rem}.home-carousel{display:block;max-width:100%;position:relative}.home-carousel__viewport{box-sizing:border-box;contain:inline-size;width:100%;max-width:100%;margin-inline:0;padding-inline:0;scroll-padding-inline:0}.home-carousel__track{grid-auto-columns:min(78vw,18rem);gap:.75rem;padding-right:1rem}.home-featured-mobile__track{box-sizing:border-box;contain:inline-size;width:100%;max-width:100%;grid-auto-columns:min(82vw,20rem);gap:.75rem}.home-featured-card--hero,.home-featured-card--wide,.home-featured-card--compact{min-height:18rem}.home-featured-card__overlay{gap:.5rem;padding:.85rem}.home-featured-card__meta h3{font-size:1.08rem;line-height:1.25}.home-featured-card__date,.home-featured-card__location,.home-featured-card__category{font-size:.78rem}.home-featured-card__cta{padding:.5rem .65rem}.home-event-card__body{padding:.78rem .82rem .9rem}.home-event-card__body h3{font-size:.96rem}.home-event-card__date,.home-event-card__location,.home-event-card__price{font-size:.82rem}.home-carousel-btn--edge[data-home-carousel-prev],.home-carousel-btn--edge[data-home-carousel-next]{display:inline-grid;width:2.15rem;height:2.15rem;font-size:1.15rem;background:var(--color-surface);box-shadow:0 8px 20px rgba(var(--gray),12%);z-index:3;position:static;transform:none}.home-carousel-btn--edge[hidden]{display:none}}@media(max-width:420px){.home-carousel__track{grid-auto-columns:82vw}.home-featured-mobile__track{grid-auto-columns:84vw}}@media(min-width:961px){.home-featured-mobile{display:none!important}}
