.home-page .hero-chips,
.home-page .hero-actions {
  display: none !important;
}

#about.section-projects {
  display: none !important;
}

#compare.section-proof {
  display: none !important;
}

#events.section-roles {
  display: none !important;
}

#tracks.section-tracks {
  display: none !important;
}

#partnership.cta-section {
  display: none !important;
}

.home-page .portal-footer {
  display: block !important;
  padding: 0 clamp(28px, 5.7vw, 96px) !important;
  color: #fff !important;
  background: #f2762f !important;
}

.home-page .portal-footer .footer-grid {
  display: none !important;
}

.home-page .portal-footer .copyright {
  min-height: 116px;
  margin: 0 auto !important;
  padding: 0 !important;
  border-top: 0 !important;
  align-items: center;
}

.home-page .portal-footer .copyright span {
  color: #fff !important;
}

.section-challenge .challenge-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.section-challenge .challenge-copy {
  position: static !important;
  z-index: auto !important;
  width: auto !important;
  padding: 0 !important;
}

.section-challenge .challenge-copy h2 {
  margin: 0;
  color: #15365a;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.12;
  font-weight: 950;
}

.section-challenge .challenge-summary {
  max-width: 470px;
  margin: 24px 0 0 !important;
  color: #526b85 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-wrap: pretty;
}

.section-challenge .challenge-visual {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 45, 76, 0.12);
}

.section-challenge .challenge-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.section-create-together {
  padding: 96px 0 108px !important;
  background: #fff !important;
}

.section-check-results {
  background: #f3f6fa !important;
}

.create-together-shell {
  width: min(1160px, calc(100% - clamp(56px, 10vw, 192px))) !important;
  display: grid;
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}

.create-together-image-left {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.create-together-image-right {
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
}

.create-together-copy {
  max-width: 470px;
}

.create-together-copy h2 {
  margin: 0;
  color: #15365a;
  font-size: clamp(36px, 3.4vw, 50px);
  line-height: 1.1;
  font-weight: 950;
}

.create-together-copy h2::after {
  content: "";
  width: 58px;
  height: 4px;
  display: block;
  margin: 18px 0 0;
  background: #f2762f;
}

.create-together-copy p {
  margin: 24px 0 0;
  color: #526b85;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: pretty;
}

.create-together-visual {
  overflow: hidden;
  border-radius: 8px;
  background: #eaf0f6;
  box-shadow: 0 20px 48px rgba(18, 45, 76, 0.14);
}

.create-together-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.section-coach .coach-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr) !important;
  gap: clamp(34px, 4vw, 56px) !important;
}

.section-coach .coach-visual img {
  width: 100% !important;
}

.section-coach .coach-summary {
  max-width: 470px;
  margin: 24px 0 0;
  color: #526b85;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: pretty;
}

.home-page .hero-section {
  min-height: 820px !important;
}

.home-page .hero-inner {
  padding-top: 310px !important;
}

.home-page .hero-copy {
  width: min(700px, 48vw) !important;
}

.home-page .hero-visual {
  isolation: isolate;
  right: 24px !important;
  bottom: -12px !important;
  width: min(68vw, 1020px) !important;
  height: 820px !important;
}

.home-page .hero-visual img {
  position: relative;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.72) 14%,
    #000 30%,
    #000 88%,
    rgba(0, 0, 0, 0.72) 94%,
    transparent 100%
  ) !important;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.72) 14%,
    #000 30%,
    #000 88%,
    rgba(0, 0, 0, 0.72) 94%,
    transparent 100%
  ) !important;
}

.home-page .hero-energy-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-energy-canvas {
    display: none;
  }
}

@media (max-width: 1180px) {
  .section-challenge .challenge-layout {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }

  .section-coach .coach-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr) !important;
  }

  .home-page .hero-inner {
    padding-top: 230px !important;
  }

  .home-page .hero-visual {
    right: -80px !important;
    width: 66vw !important;
  }
}

@media (max-width: 820px) {
  .section-challenge .challenge-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-coach .coach-layout {
    grid-template-columns: 1fr !important;
  }

  .section-create-together {
    padding: 66px 0 74px !important;
  }

  .create-together-shell {
    width: calc(100% - 44px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .create-together-copy {
    max-width: none;
  }

  .create-together-copy h2 {
    font-size: 32px;
  }

  .create-together-copy h2::after {
    width: 56px;
    height: 4px;
    margin: 16px 0 0;
  }

  .create-together-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .home-page .hero-section {
    min-height: 820px !important;
  }

  .home-page .hero-inner {
    padding-top: 150px !important;
  }

  .home-page .portal-footer .copyright {
    min-height: 112px;
    padding: 24px 0 !important;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .home-page .hero-copy {
    width: 100% !important;
  }

  .home-page .hero-visual {
    right: -80px !important;
    top: 180px !important;
    width: 780px !important;
    height: 720px !important;
  }
}
