@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,800&family=Inter:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #20133b;
  --purple: #5b218f;
  --purple-deep: #35105c;
  --aqua: #00b9d7;
  --aqua-deep: #007f9b;
  --lime: #79df20;
  --cream: #fbfaf6;
  --foam: #effbfc;
  --white: #fff;
  --muted: #526173;
  --line: #d8e8ea;
  --sun: #ffc84a;
  --shadow: 0 24px 70px rgba(32, 19, 59, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.65 Inter,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  width: min(1200px, calc(100% - 40px));
  margin: auto;
}
.sports,
h1,
h2,
h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
}
.concept {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 8px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.mast {
  background: #fff;
}
.mast-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.mast-logo {
  width: 116px;
  height: 82px;
  object-fit: contain;
}
.mast-copy {
  font:
    italic 900 1.75rem/1 "Barlow Condensed",
    sans-serif;
  color: var(--purple);
  text-transform: uppercase;
}
.mast-copy b {
  color: var(--aqua);
}
.mast-contact {
  margin-left: auto;
  text-align: right;
  font-weight: 800;
  font-size: 0.86rem;
}
.mast-contact a {
  text-decoration: none;
  color: var(--purple);
}
.top {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(65, 18, 108, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(32, 19, 59, 0.16);
}
.nav {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: none;
}
.links {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}
.links a:hover,
.links a.active {
  color: var(--lime);
}
.links .btn {
  margin-left: auto;
}
.menu {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.6rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  background: var(--purple);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 0 6px 0 rgba(32, 19, 59, 0.2);
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.aqua {
  background: var(--aqua);
  color: var(--ink);
  box-shadow: 0 6px 0 rgba(0, 90, 110, 0.2);
}
.btn.lime {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 6px 0 rgba(47, 105, 7, 0.22);
}
.btn.outline {
  background: transparent;
  border: 2px solid currentColor;
  box-shadow: none;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--aqua-deep);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--lime);
}
.hero-sport {
  position: relative;
  overflow: hidden;
  background: var(--purple-deep);
  color: #fff;
}
.hero-sport:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(121, 223, 32, 0.12);
  border-radius: 50%;
  right: -190px;
  top: -180px;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
  min-height: 670px;
  padding: 70px 0 92px;
}
.hero-message .kicker {
  color: var(--lime);
  font:
    italic 900 1.05rem/1 "Barlow Condensed",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-message h1 {
  font-size: clamp(4.6rem, 8.2vw, 8rem);
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 18px 0 28px;
}
.hero-message h1 span {
  color: var(--aqua);
}
.hero-message p {
  max-width: 590px;
  color: #efeaf5;
  font-size: 1.1rem;
}
.hero-art {
  position: relative;
  padding: 15px 15px 44px;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 0 0 28px 28px;
  background: var(--lime);
}
.hero-art img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  box-shadow: var(--shadow);
}
.hero-card {
  position: absolute;
  left: -18px;
  bottom: 0;
  background: #fff;
  color: var(--ink);
  padding: 20px 22px;
  width: min(360px, 82%);
  border-left: 7px solid var(--aqua);
  box-shadow: var(--shadow);
}
.hero-card strong {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 1.35rem;
  text-transform: uppercase;
}
.hero-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}
.quick-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  box-shadow: var(--shadow);
}
.quick-item {
  padding: 24px;
  border-right: 1px solid var(--line);
}
.quick-item:last-child {
  border: 0;
}
.quick-item b {
  display: block;
  font-family: "Barlow Condensed";
  font-size: 1.2rem;
  text-transform: uppercase;
}
.quick-item small {
  color: var(--muted);
}
.quick-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  background: var(--foam);
  color: var(--purple);
  font-weight: 900;
}
.section {
  padding: 94px 0;
}
.section.white {
  background: #fff;
}
.section.foam {
  background: var(--foam);
}
.section.dark {
  background: var(--ink);
  color: #fff;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}
.section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.section-head p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.04rem;
}
.path-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.path-card,
.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  padding: 30px;
  min-height: 280px;
  box-shadow: 0 15px 40px rgba(32, 19, 59, 0.06);
}
.path-card {
  overflow: hidden;
}
.path-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: var(--aqua);
}
.path-card:nth-child(2):before {
  background: var(--lime);
}
.path-card:nth-child(3):before {
  background: var(--purple);
}
.path-card .num {
  font: 900 3.7rem/1 "Barlow Condensed";
  color: #e7e1ed;
}
.path-card h3,
.card h3 {
  margin: 22px 0 10px;
  font-size: 1.65rem;
  text-transform: uppercase;
}
.path-card p,
.card p {
  color: var(--muted);
}
.path-card a,
.card a {
  font-weight: 900;
  text-decoration: none;
  color: var(--purple);
}
.feature-split {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  min-height: 570px;
}
.feature-split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px max(38px, calc((100vw - 1200px) / 2));
  padding-left: 72px;
  background: linear-gradient(145deg, var(--purple-deep), var(--purple));
  color: #fff;
}
.feature-panel h2 {
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  line-height: 0.88;
  text-transform: uppercase;
  margin: 16px 0 24px;
}
.feature-panel p {
  color: #eee7f6;
}
.checks {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.checks li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--lime);
  font-weight: 900;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}
.step {
  counter-increment: step;
  padding: 27px;
  border-top: 4px solid var(--aqua);
  background: #fff;
}
.step:before {
  content: "0" counter(step);
  display: block;
  font: 900 2.4rem/1 "Barlow Condensed";
  color: var(--purple);
}
.step h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
  margin: 18px 0 8px;
}
.step p {
  color: var(--muted);
  font-size: 0.9rem;
}
.system-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.system-card {
  padding: 34px;
  background: #fff;
  color: var(--ink);
  border-top: 7px solid var(--aqua);
}
.system-card:nth-child(2) {
  border-color: var(--lime);
}
.system-card h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 12px 0;
}
.system-card p {
  color: var(--muted);
}
.system-ui {
  margin: 22px 0;
  background: var(--foam);
  padding: 18px;
  border: 1px solid var(--line);
}
.ui-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.87rem;
}
.ui-row:last-child {
  border: 0;
}
.status {
  display: inline-block;
  padding: 3px 8px;
  background: #dff7ce;
  color: #305d12;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}
.status.blue {
  background: #d8f6fb;
  color: #006577;
}
.status.gold {
  background: #fff1c7;
  color: #775500;
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 82px;
  background: linear-gradient(
    120deg,
    var(--purple-deep),
    var(--purple) 62%,
    var(--aqua)
  );
  color: #fff;
}
.page-hero:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 65px solid rgba(121, 223, 32, 0.15);
  border-radius: 50%;
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.page-hero .eyebrow {
  color: var(--lime);
}
.page-hero h1 {
  max-width: 920px;
  margin: 14px 0 20px;
  font-size: clamp(4rem, 8vw, 7.3rem);
  line-height: 0.82;
  text-transform: uppercase;
}
.page-hero p {
  max-width: 760px;
  color: #f1ebf7;
  font-size: 1.14rem;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.content-grid img {
  width: 100%;
  box-shadow: var(--shadow);
}
.feature {
  border-left: 6px solid var(--aqua);
  padding: 4px 0 4px 24px;
  margin: 28px 0;
}
.feature h3 {
  font-size: 1.45rem;
  text-transform: uppercase;
  margin: 0;
}
.feature p {
  color: var(--muted);
}
.notice {
  background: #fff2c6;
  border-left: 7px solid var(--sun);
  padding: 20px;
  color: #574711;
}
.disclosure {
  font-size: 0.78rem;
  color: #65757c;
}
.schedule-tools {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.filter {
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 15px;
  font: 700 0.82rem Inter;
  color: var(--ink);
}
.filter.active {
  background: var(--purple);
  color: #fff;
}
.schedule-list {
  display: grid;
  gap: 14px;
}
.session {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  border-left: 7px solid var(--aqua);
}
.session-date {
  text-align: center;
  font: 900 1.55rem/1 "Barlow Condensed";
  text-transform: uppercase;
  color: var(--purple);
}
.session-date small {
  display: block;
  font: 800 0.75rem Inter;
  color: var(--muted);
  margin-top: 6px;
}
.session h3 {
  font-size: 1.45rem;
  text-transform: uppercase;
  margin: 0;
}
.session p {
  margin: 4px 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.session-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 800;
}
.gallery {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  grid-auto-rows: 280px;
  gap: 14px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery img:first-child {
  grid-row: span 2;
}
.form {
  display: grid;
  gap: 16px;
  background: #fff;
  padding: 34px;
  box-shadow: var(--shadow);
}
.form label {
  font-weight: 800;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  margin-top: 7px;
  padding: 14px;
  border: 1px solid #adc9ce;
  background: #fff;
  font: inherit;
}
.form textarea {
  min-height: 130px;
}
.map {
  min-height: 360px;
  padding: 36px;
  display: flex;
  align-items: end;
  background: linear-gradient(145deg, #d8f7f8, #e7dbf0);
  position: relative;
  overflow: hidden;
}
.map:before {
  content: "";
  position: absolute;
  inset: -30%;
  background: repeating-linear-gradient(
    35deg,
    transparent 0 55px,
    rgba(91, 33, 143, 0.08) 56px 60px
  );
}
.map-card {
  position: relative;
  background: #fff;
  padding: 24px;
  max-width: 360px;
  box-shadow: var(--shadow);
}
.map-embed {
  min-height: 390px;
  border: 8px solid #fff;
  box-shadow: var(--shadow);
  background: #d8f7f8;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
}
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 52px;
  background: linear-gradient(
    105deg,
    var(--purple-deep),
    var(--purple) 62%,
    var(--aqua)
  );
  color: #fff;
}
.cta h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.88;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.cta p {
  color: #ece7f3;
}
.footer {
  background: #170d2b;
  color: #dcd5e5;
  padding: 60px 0 28px;
  border-top: 8px solid var(--lime);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 36px;
}
.footer-logo {
  width: 115px;
  background: #fff;
  padding: 4px;
}
.footer h4 {
  font: 900 1rem "Barlow Condensed";
  text-transform: uppercase;
  color: #fff;
}
.footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 8px 0;
}
.fine {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #392b4c;
  color: #a99db8;
  font-size: 0.76rem;
}
.mobilebar {
  display: none;
}
@media (max-width: 980px) {
  .mast-copy {
    display: none;
  }
  .links {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    padding: 24px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
  }
  .links a {
    color: var(--ink);
  }
  .links .btn {
    margin: 0;
  }
  .menu {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }
  .hero-message h1 {
    font-size: 6rem;
  }
  .hero-art {
    max-width: 760px;
  }
  .quick-grid {
    grid-template-columns: 1fr 1fr;
  }
  .path-grid,
  .card-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }
  .feature-split,
  .content-grid,
  .system-grid {
    grid-template-columns: 1fr;
  }
  .feature-panel {
    padding: 62px 28px;
  }
  .section-head {
    align-items: start;
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
  .gallery img:first-child {
    grid-row: auto;
  }
}
@media (max-width: 650px) {
  .wrap {
    width: min(100% - 28px, 1200px);
  }
  .concept {
    font-size: 0.62rem;
  }
  .mast-inner {
    min-height: 78px;
  }
  .mast-logo {
    width: 88px;
    height: 66px;
  }
  .mast-contact span {
    display: none;
  }
  .hero-grid {
    min-height: auto;
    padding: 48px 0 78px;
  }
  .hero-message h1 {
    font-size: 4.35rem;
  }
  .hero-art {
    padding: 9px 9px 52px;
  }
  .hero-card {
    left: 0;
    width: 90%;
  }
  .quick-strip {
    margin-top: -24px;
  }
  .quick-grid,
  .path-grid,
  .card-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .quick-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section {
    padding: 68px 0;
  }
  .section-head h2 {
    font-size: 3.4rem;
  }
  .session {
    grid-template-columns: 80px 1fr;
  }
  .session .btn {
    grid-column: 1/-1;
  }
  .page-hero {
    padding: 72px 0 58px;
  }
  .page-hero h1 {
    font-size: 4rem;
  }
  .cta {
    padding: 34px 24px;
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .mobilebar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: #fff;
    padding: 10px;
    gap: 8px;
    border-top: 1px solid var(--line);
  }
  .mobilebar .btn {
    flex: 1;
    padding: 11px;
  }
  .footer {
    padding-bottom: 90px;
  }
}
