.matches-hero{padding-top:var(--space-16);padding-bottom:var(--space-10)}.matches-hero__inner{display:grid;grid-template-columns:minmax(0,1.5fr)minmax(0,1fr);gap:var(--space-8);align-items:center}.matches-hero__lead{font-size:var(--font-size-lg);color:var(--color-text-muted);max-width:40rem}.matches-hero__meta{margin-top:var(--space-4);color:var(--color-text-muted);font-size:var(--font-size-sm);max-width:38rem}.matches-hero__media-card{background-color:var(--color-surface-soft)}.matches-hero__list{list-style:none;padding-left:0;margin-bottom:var(--space-4)}.matches-hero__list li{display:flex;justify-content:space-between;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted);padding:0.35rem 0;border-bottom:1px solid var(--color-border-subtle)}.matches-hero__list li:last-child{border-bottom:0}.matches-hero__cta{margin-top:var(--space-3);width:100%}.matches-layout{border-top:1px solid var(--color-border-subtle);background-color:rgba(10,28,58,0.35)}.matches-layout__inner{padding-top:var(--space-4);padding-bottom:var(--space-4)}.matches-subnav__list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.matches-subnav__link{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 0.9rem;border-radius:var(--radius-full);border:1px solid transparent;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.08em;background-color:rgba(15,123,83,0.1);color:var(--color-text-muted)}.matches-subnav__link:hover{border-color:var(--color-primary-strong);color:var(--color-text);background-color:rgba(15,123,83,0.24)}.matches-section{padding-top:var(--space-10);padding-bottom:var(--space-10)}.matches-section__inner{display:flex;flex-direction:column;gap:var(--space-6)}.matches-section__content{flex:1;max-width:46rem}.matches-section__content--wide{max-width:none}.matches-section__media{flex:1;display:flex;align-items:center;justify-content:center}.matches-section--split .matches-section__inner{display:grid;grid-template-columns:minmax(0,1.4fr)minmax(0,1.1fr);gap:var(--space-10);align-items:center}.matches-section__inner--reverse{grid-template-columns:minmax(0,1.1fr)minmax(0,1.4fr);display:grid;}.matches-section__inner--reverse .matches-section__content{order:2}.matches-section__inner--reverse .matches-section__media{order:1}.matches-figure{border-radius:var(--radius-xl);overflow:hidden;background-color:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,0.04)}.matches-figure img{width:100%;height:100%;object-fit:cover}.matches-figure figcaption{padding:var(--space-3);font-size:var(--font-size-sm);color:var(--color-text-muted);background:linear-gradient(to top,rgba(5,11,16,0.9),rgba(5,11,16,0.6))}.matches-section__note{margin-top:var(--space-4);font-size:var(--font-size-sm);color:var(--color-text-muted)}.matches-list{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-4)}.matches-list__item .card__title{font-size:var(--font-size-lg)}.matches-list__meta,.matches-list__label{font-size:var(--font-size-sm);color:var(--color-text-muted)}.matches-section--highlight{background:radial-gradient(circle at top,var(--color-secondary),transparent 55%),linear-gradient(to bottom,var(--color-background),var(--color-surface-soft))}.matches-featured__perks{margin:var(--space-3)0 var(--space-2);padding-left:1.2rem}.matches-featured__perks li{margin-bottom:.25rem}.matches-featured__label{font-size:var(--font-size-sm);color:var(--color-text-muted);max-width:18rem}.matches-schedule__header{margin-bottom:var(--space-4)}.matches-schedule__subtitle{font-size:var(--font-size-sm);color:var(--color-text-muted)}.matches-schedule__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.matches-schedule__item h4{margin-bottom:var(--space-2)}.matches-schedule__time{font-size:var(--font-size-sm);color:var(--color-text-muted);margin-bottom:var(--space-2)}.matches-schedule__item ul{margin-bottom:var(--space-2)}.matches-schedule__meta{font-size:var(--font-size-sm);color:var(--color-text-muted)}.matches-zones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-4)}.matches-zones__meta{font-size:var(--font-size-sm);color:var(--color-text-muted)}.matches-highlights__item .card__title,.matches-atmosphere__item .card__title,.matches-groups__item .card__title,.matches-themes__item .card__title{font-size:var(--font-size-base)}.matches-section--atmosphere{background:radial-gradient(circle at bottom,var(--color-primary-soft),transparent 55%)}.matches-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-4)}.matches-themes{margin-top:var(--space-4)}.matches-section--community{background-color:var(--color-surface-soft)}.matches-testimonial__quote{font-size:var(--font-size-sm);color:var(--color-text-muted);font-style:italic}.matches-testimonial__meta{margin-top:var(--space-2);font-size:var(--font-size-sm);color:var(--color-text-muted)}@media(max-width:1024px){.matches-hero__inner{grid-template-columns:1fr}.matches-section--split .matches-section__inner,.matches-section__inner--reverse{grid-template-columns:1fr}.matches-section__inner--reverse .matches-section__content,.matches-section__inner--reverse .matches-section__media{order:unset}.matches-schedule__grid,.matches-zones,.matches-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.matches-hero{padding-top:var(--space-12)}.matches-subnav__list{flex-direction:column;align-items:flex-start}.matches-schedule__grid,.matches-zones,.matches-groups{grid-template-columns:1fr}.matches-section{padding-top:var(--space-8);padding-bottom:var(--space-8)}.matches-figure figcaption{font-size:var(--font-size-xs)}.matches-section__actions{flex-direction:column}.matches-hero__actions{flex-direction:column;align-items:flex-start}}