/* Noble Youth Sports — Soccer + Wrestling page shells
   Uses the site's existing /sport.css first, then adds only the shared shell styling
   needed for the two new pages. No sport-specific logos are invented here. */

.future-sport-page .sport-hero{
  position:relative;
  overflow:hidden;
  min-height:520px;
  display:flex;
  align-items:center;
  background:#071a38;
  border-bottom:7px solid var(--gold,#f2c230);
}
.future-sport-page .sport-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,22,50,.94) 0%,rgba(7,32,73,.82) 48%,rgba(7,32,73,.34) 100%);
  z-index:1;
}
.future-sport-page.soccer .sport-hero{
  background:
    radial-gradient(circle at 77% 59%, rgba(255,255,255,.12) 0 6%, transparent 6.5%),
    radial-gradient(circle at 77% 59%, transparent 0 12%, rgba(255,255,255,.11) 12.5% 13%, transparent 13.5%),
    linear-gradient(155deg,#0a2550 0%,#123f8c 54%,#0f6a45 100%);
}
.future-sport-page.soccer .sport-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-235px;
  width:720px;
  height:720px;
  border:5px solid rgba(255,255,255,.23);
  border-radius:50%;
  box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 125px rgba(255,255,255,.018);
}
.future-sport-page.wrestling .sport-hero{
  background:
    radial-gradient(circle at 78% 58%,transparent 0 145px,rgba(242,194,48,.36) 146px 154px,transparent 155px 225px,rgba(255,255,255,.13) 226px 230px,transparent 231px),
    linear-gradient(140deg,#06162f 0%,#123f8c 55%,#071a38 100%);
}
.future-sport-page.wrestling .sport-hero:after{
  content:"";
  position:absolute;
  right:4%;
  top:16%;
  width:420px;
  height:420px;
  border-radius:50%;
  border:4px solid rgba(255,255,255,.14);
  box-shadow:inset 0 0 0 72px rgba(242,194,48,.04);
}
.future-sport-page .sport-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  padding:72px 0 78px;
  display:grid;
  grid-template-columns:minmax(0,760px) 1fr;
  gap:50px;
  align-items:center;
}
.future-sport-page .sport-eyebrow{
  margin:0 0 13px;
  color:#f2c230;
  font-size:13px;
  font-weight:900;
  letter-spacing:2.8px;
  text-transform:uppercase;
}
.future-sport-page .sport-hero h1{
  margin:0;
  color:#fff;
  font-family:Impact,'Arial Black',Arial,sans-serif;
  font-size:clamp(66px,8vw,112px);
  line-height:.86;
  letter-spacing:.5px;
  text-transform:uppercase;
  text-shadow:0 5px 18px rgba(0,0,0,.28);
}
.future-sport-page .sport-hero h1 span{color:#f2c230;display:block;}
.future-sport-page .sport-lede{
  max-width:700px;
  margin:22px 0 0;
  color:#dce7f4;
  font-size:18px;
  line-height:1.55;
  font-weight:650;
}
.future-sport-page .sport-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;}
.future-sport-page .sport-button.facebook{
  background:#1877f2;
  border-color:#1877f2;
  color:#fff;
}
.future-sport-page .sport-button.facebook:hover{
  background:#0f68dc;
  border-color:#0f68dc;
}

.future-sport-page .future-hero-mark{
  justify-self:end;
  width:260px;
  min-height:220px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(2,15,36,.48);
  backdrop-filter:blur(4px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}
.future-sport-page .future-hero-mark strong{
  display:block;
  color:#fff;
  font:900 28px/1 Impact,'Arial Black',Arial,sans-serif;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.future-sport-page .future-hero-mark span{
  display:block;
  margin-top:10px;
  color:#f2c230;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.future-sport-page .sport-summary{background:#081d3b;border-top:1px solid rgba(255,255,255,.07);}
.future-sport-page .sport-summary-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);}
.future-sport-page .summary-item{padding:22px 24px;border-right:1px solid rgba(255,255,255,.12);}
.future-sport-page .summary-item:first-child{padding-left:0}.future-sport-page .summary-item:last-child{border-right:0}
.future-sport-page .summary-item span{display:block;color:#8eabc8;font-size:10px;font-weight:900;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:5px;}
.future-sport-page .summary-item strong{display:block;color:#fff;font-size:15px;}
.future-sport-page .sport-content{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:68px 0;}
.future-sport-page .sport-content.compact{padding-top:22px;}
.future-sport-page .section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:44px;align-items:end;margin-bottom:28px;}
.future-sport-page .section-kicker{display:block;color:#123f8c;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;}
.future-sport-page .section-heading h2{margin:0;color:#071a38;font:900 clamp(38px,5vw,66px)/.93 Impact,'Arial Black',Arial,sans-serif;text-transform:uppercase;}
.future-sport-page .section-heading p{margin:0;color:#5c6876;font-size:16px;line-height:1.55;}
.future-sport-page .coming-card{border:1px solid #d6dee7;background:#fff;box-shadow:0 14px 36px rgba(7,26,56,.08);overflow:hidden;}
.future-sport-page .coming-card-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 22px;background:#123f8c;border-bottom:5px solid #f2c230;color:#fff;}
.future-sport-page .coming-card-bar strong{font-size:18px;text-transform:uppercase;letter-spacing:.5px;}
.future-sport-page .coming-card-bar span{font-size:12px;color:#d7e5f4;}
.future-sport-page .coming-card-body{padding:34px 28px;display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:center;}
.future-sport-page .coming-card-body h3{margin:0 0 10px;color:#071a38;font-size:30px;}
.future-sport-page .coming-card-body p{margin:0;color:#5c6876;line-height:1.6;}
.future-sport-page .future-chip{justify-self:end;display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;background:#eef3f8;color:#123f8c;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.9px;white-space:nowrap;}
.future-sport-page .future-chip:before{content:"";width:9px;height:9px;border-radius:50%;background:#f2c230;box-shadow:0 0 0 4px rgba(242,194,48,.18);}
.future-sport-page .program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.future-sport-page .program-card{padding:24px;background:#fff;border:1px solid #d9e1e8;box-shadow:0 8px 24px rgba(7,26,56,.055);}
.future-sport-page .program-card span{display:block;color:#123f8c;font-size:10px;font-weight:900;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:7px;}
.future-sport-page .program-card strong{display:block;color:#071a38;font-size:20px;line-height:1.2;margin-bottom:8px;}
.future-sport-page .program-card p{margin:0;color:#66717d;line-height:1.5;font-size:14px;}
.future-sport-page #registration{padding-top:22px;}
.future-sport-page .sport-reg-status{padding:24px;border:1px solid #d9e1e8;background:#f7f9fb;color:#465362;line-height:1.55;}
.future-sport-page .sport-reg-grid{display:grid;gap:12px;}
.future-sport-page .sport-footer{margin-top:24px;}

@media(max-width:900px){
  .future-sport-page .sport-hero{min-height:0;}
  .future-sport-page .sport-hero-inner{grid-template-columns:1fr;padding:52px 0 58px;}
  .future-sport-page .future-hero-mark{display:none;}
  .future-sport-page .sport-summary-inner{grid-template-columns:1fr 1fr;}
  .future-sport-page .summary-item{border-bottom:1px solid rgba(255,255,255,.10);}
  .future-sport-page .section-heading{grid-template-columns:1fr;gap:18px;}
  .future-sport-page .coming-card-body{grid-template-columns:1fr;}
  .future-sport-page .future-chip{justify-self:start;}
  .future-sport-page .program-grid{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .future-sport-page .sport-hero-inner,.future-sport-page .sport-summary-inner,.future-sport-page .sport-content{width:min(100% - 28px,1180px);}
  .future-sport-page .sport-hero h1{font-size:58px;}
  .future-sport-page .sport-lede{font-size:16px;}
  .future-sport-page .sport-summary-inner{grid-template-columns:1fr;}
  .future-sport-page .summary-item,.future-sport-page .summary-item:first-child{padding:16px 0;border-right:0;}
  .future-sport-page .sport-content{padding:48px 0;}
  .future-sport-page .coming-card-bar{align-items:flex-start;flex-direction:column;}
}


/* Dedicated photographic heroes for Soccer + Wrestling
   Match the approved 2146 × 733 sport-hero treatment. */
.future-sport-page .future-photo-hero{
  position:relative !important;
  width:100% !important;
  aspect-ratio:2146 / 733 !important;
  min-height:0 !important;
  height:auto !important;
  overflow:hidden !important;
  background:#071a38 !important;
  border-bottom:7px solid var(--gold,#f2c230) !important;
  display:block !important;
}
.future-sport-page .future-photo-hero:before,
.future-sport-page .future-photo-hero:after{
  display:none !important;
}
.future-sport-page .future-hero-art{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.future-sport-page .future-photo-hero .sport-hero-inner{
  visibility:hidden !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  width:100% !important;
  min-height:0 !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  pointer-events:none !important;
}

/* Readability alignment with the rest of Noble Youth Sports */
.future-sport-page .sport-eyebrow{font-size:14px}
.future-sport-page .sport-lede{font-size:19px}
.future-sport-page .summary-item span{font-size:12px}
.future-sport-page .summary-item strong{font-size:17px;line-height:1.35}
.future-sport-page .section-kicker{font-size:13px}
.future-sport-page .section-heading p{font-size:17px}
.future-sport-page .coming-card-bar span{font-size:14px}
.future-sport-page .coming-card-body p{font-size:16px}
.future-sport-page .future-chip{font-size:14px}
.future-sport-page .program-card span{font-size:12px}
.future-sport-page .program-card strong{font-size:22px}
.future-sport-page .program-card p{font-size:16px;line-height:1.6}
@media(max-width:600px){
  .future-sport-page .sport-lede{font-size:17px}
}
