/* =========================================================
   ANNUAL SPORTS EVENT
   File: /assets/css/annual-sports-event.css
   ========================================================= */

:root{
  --ase-bg:#ffffff;
  --ase-soft:#f6f7fb;
  --ase-text:#0f172a;
  --ase-muted:#64748b;
  --ase-border:rgba(15,23,42,.10);
  --ase-shadow:0 18px 45px rgba(15,23,42,.08);
  --ase-radius:18px;
  --ase-red:#ef4444;
}

/* Page wrappers */
.ase.page-hero{
  background: var(--ase-bg);
  padding-top: calc(var(--site-header-offset, 110px) + 34px);
  padding-bottom: 22px;
}
.ase.page-section{
  background: var(--ase-bg);
  padding: 26px 0 70px;
}

/* Breadcrumb (same pattern) */
.breadcrumb{
  font-size: 13px;
  color: var(--ase-muted);
  font-weight: 700;
  display:flex;
  align-items:center;
  gap: 8px;
  margin: 6px 0 18px;
}
.breadcrumb a{ color: var(--ase-muted); text-decoration:none; }
.breadcrumb a:hover{ color: var(--ase-text); }
.crumb-sep{ opacity:.6; }

/* Hero */
.ase-heroGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items: start;
}

.ase-kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ase-text);
  opacity: .92;
  margin: 0 0 8px;
}
.ase-kickerIco{
  width: 28px;
  height: 28px;
  border-radius: 12px;
  border: 1px solid rgba(239,68,68,.22);
  background: rgba(239,68,68,.10);
  color: var(--ase-red);
  display:grid;
  place-items:center;
}

.ase-title{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ase-text);
}
.ase-lead{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ase-muted);
  max-width: 66ch;
}

/* Buttons */
.ase-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 14px;
}

.ase-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  text-decoration:none;
  border: 1px solid transparent;
}
.ase-btn--primary{
  background: var(--ase-red);
  color:#fff;
  box-shadow: 0 16px 34px rgba(239,68,68,.22);
}
.ase-btn--primary:hover{ filter: brightness(.98); }
.ase-btn--ghost{
  background:#fff;
  color: var(--ase-text);
  border-color: rgba(15,23,42,.14);
}
.ase-btn--ghost:hover{ background: rgba(2,6,23,.02); }

/* Highlights row */
.ase-highlights{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 10px;
}
.ase-hi{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
}
.ase-hiIco{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(2,6,23,.03);
  color: var(--ase-red);
  flex: 0 0 auto;
}
.ase-hiK{
  font-size: 12px;
  font-weight: 800;
  color: var(--ase-text);
  opacity: .9;
}
.ase-hiV{
  font-size: 13px;
  font-weight: 700;
  color: var(--ase-muted);
}

/* Right hero card */
.ase-heroCard{
  background:#fff;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: var(--ase-shadow);
  overflow:hidden;
  position: sticky;
  top: calc(var(--site-header-offset, 110px) + 18px);
}
.ase-cardHead{
  padding: 14px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.ase-cardHead b{
  display:block;
  font-size: 14px;
  font-weight: 900;
  color: var(--ase-text);
}
.ase-cardHead span{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ase-muted);
}

.ase-cardBody{ padding: 14px; }

.ase-points{
  display:grid;
  gap: 10px;
}
.ase-point{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.02);
}
.ase-pointIco{ width: 28px; display:inline-flex; justify-content:center; }
.ase-point b{
  display:block;
  font-size: 13px;
  font-weight: 900;
  color: var(--ase-text);
  margin-bottom: 4px;
}
.ase-point p{
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ase-muted);
}

.ase-cardCta{
  margin-top: 12px;
  display:inline-flex;
  width: 100%;
  justify-content:center;
  align-items:center;
  gap: 10px;
  height: 44px;
  border-radius: 999px;
  background: rgba(239,68,68,.10);
  border: 1px solid rgba(239,68,68,.22);
  color: var(--ase-text);
  font-weight: 900;
  text-decoration:none;
}
.ase-cardCta:hover{ filter: brightness(.98); }

/* Content panels */
.ase-contentGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.ase-panel{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(15,23,42,.05);
  padding: 18px;
}
.ase-h2{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  color: var(--ase-text);
}
.ase-p{
  margin: 0 0 12px;
  color: var(--ase-muted);
  font-size: 13px;
  line-height: 1.75;
}
.ase-p:last-child{ margin-bottom: 0; }

/* Steps */
.ase-steps{
  display:grid;
  gap: 10px;
  margin-top: 8px;
}
.ase-step{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(2,6,23,.02);
}
.ase-stepN{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(239,68,68,.10);
  color: #b91c1c;
  font-weight: 900;
  flex: 0 0 auto;
}
.ase-step b{
  display:block;
  font-size: 13px;
  font-weight: 900;
  color: var(--ase-text);
  margin-bottom: 4px;
}
.ase-step p{
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: var(--ase-muted);
}

/* Gallery */
.ase-galleryWrap{
  margin-top: 16px;
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 22px;
  box-shadow: var(--ase-shadow);
  padding: 14px;
}

.ase-galleryHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.ase-galleryActions{ display:flex; gap: 10px; }

.ase-gbtn{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  cursor:pointer;
  display:grid;
  place-items:center;
  color: var(--ase-text);
  font-size: 18px;
  line-height: 1;
}
.ase-gbtn:hover{ filter: brightness(.98); }

.ase-gallery{
  display:flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}
.ase-gallery::-webkit-scrollbar{ height: 8px; }
.ase-gallery::-webkit-scrollbar-thumb{ background: rgba(15,23,42,.12); border-radius: 999px; }

.ase-photo{
  flex: 0 0 auto;
  width: 260px;
  height: 180px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.10);
  background:#f9fafb;
  display:block;
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ase-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transition: transform .35s ease;
}
.ase-photo:hover{
  transform: translateY(-2px);
  border-color: rgba(239,68,68,.22);
  box-shadow: 0 22px 55px rgba(15,23,42,.10);
}
.ase-photo:hover img{ transform: scale(1.04); }

/* Bottom CTA */
.ase-cta{
  margin-top: 18px;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.10);
  background: radial-gradient(circle at 10% 0%, rgba(110, 10, 10, .75), rgba(2, 6, 23, .96) 70%);
  color:#fff;
}
.ase-ctaInner{
  padding: 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}
.ase-ctaInner h2{
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
}
.ase-ctaInner p{
  margin: 0;
  font-size: 13px;
  opacity: .92;
  line-height: 1.65;
}
.ase-ctaActions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:flex-end;
}

/* Responsive */
@media (max-width: 980px){
  .ase-heroGrid{ grid-template-columns: 1fr; }
  .ase-heroCard{ position: static; }
  .ase-highlights{ grid-template-columns: 1fr; }
  .ase-contentGrid{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
  .ase-title{ font-size: 28px; }
  .ase-actions .ase-btn{ width: 100%; }
  .ase-ctaInner{ flex-direction: column; align-items:flex-start; }
  .ase-ctaActions{ width: 100%; }
  .ase-ctaActions .ase-btn{ width: 100%; }
  .ase-photo{ width: 220px; height: 160px; }
}