:root {
  --ink: #13336e;
  --paper: #f2f0e9;
  --light-blue: #7593cc;
  --gray: #767b71;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Roboto, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--light-blue);
}
.page-width {
  width: min(1180px, calc(100% - 72px));
  margin: auto;
}
.site-header {
  height: 84px;
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 0 36px;
  position: sticky;
  top: 0;
  margin-bottom: -84px;
  z-index: 5;
  width: 100%;
  background: #000;
  color: white;
  transition:
    background-color 0.25s,
    box-shadow 0.25s;
}
.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(19, 51, 110, 0.18);
}
.logo {
  font:
    800 29px/22px Roboto,
    sans-serif;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
}
.logo small {
  font: 600 10px/12px Roboto;
  letter-spacing: 5px;
  color: var(--light-blue);
  padding-left: 2px;
}
.logo-center {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 72px;
  flex-shrink: 0;
  margin-right: 8px;
}
.logo-center img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-links {
  display: flex;
  gap: 34px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.social-links a {
  display: inline-flex;
  width: 19px;
  height: 19px;
  color: #fff;
  transition:
    color 0.2s,
    transform 0.2s;
}
.social-links a:hover {
  color: #fff;
  opacity: 0.72;
  transform: translateY(-2px);
}
.social-links img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.header-social {
  margin-left: auto;
  margin-right: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 22px;
  transition: 0.25s;
  cursor: pointer;
}
.button span {
  font-size: 18px;
  line-height: 0;
}
.button-small {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: var(--ink);
  color: var(--paper);
  padding: 12px 17px;
}
.button-accent {
  background: var(--light-blue);
  color: var(--paper);
}
.button-dark {
  border: 0;
  background: var(--ink);
  color: white;
}
.button:hover {
  transform: translateY(-3px);
  color: var(--paper);
}
.menu-button {
  display: none;
  background: none;
  border: 0;
}
.menu-button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 6px;
}
.hero {
  height: min(820px, 100vh);
  min-height: 650px;
  position: relative;
  color: white;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.25) 70%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 40%);
}
.hero-content {
  position: relative;
  height: 100%;

  z-index: 1;
  padding-top: clamp(190px, 29vh, 270px);
}
.hero-content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  width: min(760px, 68vw);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.46) 72%,
    transparent
  );
  content: "";
  pointer-events: none;
}
.eyebrow,
.section-label {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
}
.eyebrow {
  color: var(--light-blue);
}
.light {
  color: white;
}
.hero h1 {
  font:
    800 clamp(50px, 5.8vw, 88px)/0.92 Roboto,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 20px 0 34px;
}
.hero h1 em,
.dark-heading em,
.camp-info h2 em,
.signup h2 em {
  font-style: normal;
  color: var(--light-blue);
}
.hero-benefits {
  display: flex;
  gap: 42px;
  margin: 0 0 34px;
}
.hero-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 132px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.hero-benefit img {
  width: 38px;
  height: 38px;
  filter: brightness(0) invert(1);
}
.hero-footer {
  display: flex;
  align-items: center;
  gap: 28px;
}
.hero-footer p {
  font-size: 11px;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ddd;
}
.scroll-note {
  position: absolute;
  right: 36px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.scroll-note span {
  display: block;
  color: var(--light-blue);
  font-size: 20px;
  line-height: 1;
  margin-top: 8px;
}
.section {
  padding: 115px 0;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--light-blue);
  margin-bottom: 55px;
}
.section-label i {
  width: 55px;
  height: 1px;
  background: currentColor;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
}
.intro h2,
.split-heading h2 {
  font: 800 clamp(48px, 8vw, 84px)/0.8 Roboto;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -1px;
}
.intro h2 span {
  color: var(--light-blue);
}
.intro-copy {
  max-width: 470px;
}
.lead {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0;
}
.intro-copy p:not(.lead),
.players-content p:not(.lead) {
  font-size: 14px;
  line-height: 1.8;
  color: #666960;
}
.text-link {
  display: inline-block;
  margin-top: 22px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
}
.text-link span {
  font-size: 18px;
  padding-left: 18px;
}
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #c7c8bd;
  margin-top: 110px;
  padding-top: 32px;
  gap: 40px;
}
.feature-list div {
  display: flex;
  min-width: 220px;
  gap: 18px;
  align-items: center;
}
.feature-list img {
  width: 42px;
  height: 42px;
}
.feature-list strong {
  font: 600 20px/1 Roboto;
  text-transform: uppercase;
}
.section-dark {
  background: var(--ink);
  color: white;
}
.philosophy {
  padding-bottom: 130px;
}
.section-label.light i {
  color: var(--light-blue);
}
.section-label.light {
  color: var(--paper);
}
.dark-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10%;
  align-items: center;
}
.dark-heading h2 {
  font: 800 clamp(48px, 8vw, 84px)/0.8 Roboto;
  text-transform: uppercase;
  margin: 0;
}
.dark-heading img {
  display: block;
  width: clamp(82px, 10vw, 132px);
  height: auto;
}
.dark-heading p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 420px;
  color: #aeb0a8;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 110px;
}
.principles article {
  border-top: 1px solid #4d514b;
  padding-top: 20px;
}
.principles b {
  color: var(--light-blue);
  font: 700 16px Roboto;
}
.principles h3 {
  font: 600 30px Roboto;
  text-transform: uppercase;
  margin: 28px 0 12px;
}
.principles p {
  font-size: 13px;
  line-height: 1.7;
  color: #aeb0a8;
}
.players {
  background: #e8e6de;
}
.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.split-heading .section-label {
  margin-top: 8px;
}
.players-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  margin-top: 85px;
  align-items: center;
}
.players-content img {
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.players-content > div {
  max-width: 470px;
}
.players-content ul {
  padding: 18px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #c4c5bb;
}
.players-content li {
  font: 600 22px Roboto;
  text-transform: uppercase;
  padding: 13px 0;
  border-bottom: 1px solid #c4c5bb;
}
.players-content li:before {
  content: "+";
  color: var(--light-blue);
  margin-right: 15px;
}
.trainer-story {
  background: #e8e6de;
}
.trainer-story-layout {
  margin-top: 55px;
}
.trainer-story-image {
  overflow: hidden;
}
.trainer-story-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trainer-story-intro h2 {
  margin: 0 0 30px;
  font: 800 clamp(48px, 8vw, 84px)/0.8 Roboto;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.trainer-story-intro h2 span {
  color: var(--light-blue);
}
.trainer-story-intro .lead,
.trainer-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #666960;
}
.trainer-story-intro .lead {
  margin: 0;
}
.trainer-section {
  padding: 24px 0;
  border-top: 1px solid #c4c5bb;
}
.trainer-row,
.trainer-development {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  margin-top: 65px;
  align-items: center;
}
.trainer-row .trainer-section,
.trainer-development .trainer-section {
  padding-bottom: 24px;
  border-bottom: 1px solid #c4c5bb;
}
.trainer-row-image {
  height: 440px;
}
.trainer-section h3 {
  margin: 0 0 8px;
  font: 800 22px/1.2 Roboto;
  text-transform: uppercase;
  color: var(--ink);
}
.trainer-section p:last-child {
  margin: 0;
}
.gallery {
  height: 520px;
  position: relative;
  overflow: hidden;
}
.slider-track,
.slider-slide,
.gallery img {
  width: 100%;
  height: 100%;
}
.slider-track {
  position: relative;
}
.slider-slide {
  display: none;
  animation: slider-in 0.45s ease both;
}
.slider-slide.is-active {
  display: block;
}
@keyframes slider-in {
  from {
    opacity: 0.2;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.gallery img {
  object-fit: cover;
}
.gallery-slide:nth-child(3) img {
  object-position: center 30%;
}
.slider-button {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(19, 51, 110, 0.58);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  transition:
    background-color 0.2s,
    transform 0.2s;
}
.slider-button:hover {
  background: var(--ink);
  transform: scale(1.06);
}
.gallery .slider-button {
  top: 50%;
  transform: translateY(-50%);
}
.gallery .slider-button:hover {
  transform: translateY(-50%) scale(1.06);
}
.slider-button-prev {
  left: 28px;
}
.slider-button-next {
  right: 28px;
}
.slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.gallery .slider-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 24px;
  left: 0;
}
.slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.slider-dot.is-active {
  background: var(--light-blue);
  border-color: var(--light-blue);
}
.camp-info {
  padding-bottom: 55px;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14%;
  align-items: end;
}
.info-grid h2 {
  font: 800 clamp(48px, 8vw, 84px)/0.8 Roboto;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.info-grid > div > p {
  color: #aeb0a8;
  line-height: 1.7;
  max-width: 370px;
  margin-bottom: 35px;
}
.info-grid dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #4d514b;
}
.info-grid dl div {
  padding: 22px 0;
  border-bottom: 1px solid #4d514b;
}
.info-grid dt,
.experience span {
  font-size: 9px;
  color: var(--light-blue);
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.info-grid dd {
  font: 500 21px Roboto;
  margin: 8px 0 0;
}
.experience {
  border-top: 1px solid #4d514b;
  margin-top: 100px;
  padding-top: 22px;
}
.experience p {
  font: 500 25px Roboto;
  text-transform: uppercase;
}
.experience b {
  color: var(--light-blue);
  padding: 0 10px;
}
.quote {
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.quote .section-label {
  text-align: left;
}
.quote blockquote {
  font: 400 clamp(16px, 5vw, 28px)/0.95 Roboto;
  line-height: 1.1;
  max-width: 760px;
  min-height: 350px;
  margin: 50px auto 28px;
  /* text-transform: uppercase; */
}
.quote cite {
  font-size: 10px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light-blue);
}
.quote-track {
  min-height: 300px;
}
.quote-slide {
  height: auto;
}
.quote .slider-button {
  top: 58%;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}
.quote .slider-button:hover {
  background: var(--ink);
  color: #fff;
}
.quote .slider-dots {
  margin-top: 45px;
}
.camp-overview {
  background: var(--paper);
}
.camp-overview h2 {
  margin: 0 0 38px;
  font: 800 clamp(42px, 6vw, 76px)/0.95 Roboto;
  text-transform: uppercase;
}
.camp-overview h2 em {
  color: var(--light-blue);
  font-style: normal;
}
.camp-table-wrap {
  overflow-x: auto;
}
.camp-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 15px;
}
.camp-table th,
.camp-table td {
  padding: 18px 16px;
  border: 1px solid var(--ink);
  text-align: left;
  vertical-align: middle;
}
.camp-table thead th {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.camp-table tbody th {
  font-weight: 800;
}
.overview-summary {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid rgba(19, 51, 110, 0.35);
}
.overview-summary h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.overview-summary ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.overview-summary li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.overview-summary li span {
  font-size: 20px;
}
.overview-summary li strong {
  color: var(--ink);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.signup {
  padding: 20px 0;
}
.signup-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14%;
  align-items: start;
}
.signup h2 {
  font: 800 clamp(48px, 7vw, 84px)/0.8 Roboto;
  text-transform: uppercase;
  margin: 25px 0;
}
.signup p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.7;
  max-width: 350px;
}
.signup form {
  display: grid;
  gap: 10px;
}
.signup label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}
.signup input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(16, 19, 18, 0.5);
  background: transparent;
  padding: 2px 0 4px;
  outline: 0;
  font: 500 14px Roboto;
}
.signup input:focus {
  border-color: white;
}
.signup .privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
.signup .privacy-consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--ink);
}
.privacy-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.signup .button {
  margin-top: 12px;
  justify-self: start;
}
.signup .button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}
.form-success {
  padding: 24px 0;
}
.form-success-mark {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 28px;
  font-weight: 700;
}
.form-success h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.form-success p,
.form-error {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.form-error {
  color: #8c1c13;
}
.hidden {
  display: none;
}
.footer {
  background: #000;
  color: white;
  padding: 55px 0;
}
.footer .page-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}
.footer p,
.footer a:not(.logo) {
  font-size: 11px;
  color: #aeb0a8;
}
.footer-shop {
  display: block;
  margin-top: 12px;
  color: #fff !important;
  font-weight: 700;
}
.footer-privacy-link {
  display: block;
  margin-top: 10px;
}
.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.footer .logo {
  color: white;
}
.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  background: #000;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}
.cookie-banner p {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.cookie-banner .button {
  flex: 0 0 auto;
  padding: 11px 20px;
}
.cookie-banner.is-hidden {
  display: none;
}
.privacy-page {
  background: var(--paper);
}
.privacy-main {
  padding-top: 110px;
  padding-bottom: 120px;
}
.privacy-main h1 {
  max-width: 800px;
  margin: 26px 0 34px;
  font:
    800 clamp(52px, 8vw, 92px) / 0.9 Roboto,
    sans-serif;
  text-transform: uppercase;
}
.privacy-main h1 em {
  color: var(--light-blue);
  font-style: normal;
}
.privacy-intro {
  max-width: 680px;
  margin: 0 0 90px;
  font-size: 19px;
  line-height: 1.7;
}
.privacy-content {
  max-width: 800px;
  margin-left: auto;
}
.privacy-content section {
  padding: 34px 0;
  border-top: 1px solid rgba(19, 51, 110, 0.25);
}
.privacy-content h2 {
  margin: 0 0 18px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.05;
  text-transform: uppercase;
}
.privacy-content h3 {
  margin: 28px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.privacy-content p,
.privacy-content li,
.privacy-content address {
  color: #424941;
  font-size: 15px;
  line-height: 1.75;
}
.privacy-content p {
  margin: 0 0 18px;
}
.privacy-content p:last-child {
  margin-bottom: 0;
}
.privacy-content ul {
  padding-left: 22px;
  margin: 0 0 20px;
}
.privacy-content li + li {
  margin-top: 8px;
}
.privacy-content a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-content address {
  margin: 20px 0;
  font-style: normal;
}
.privacy-end-button {
  margin-top: 36px;
}
.success-page {
  min-height: 100vh;
  background: #000;
  color: #fff;
}
.success-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 84px;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  background: #000;
}
.success-main {
  position: relative;
  display: grid;
  min-height: calc(100vh - 74px);
  place-items: center;
  overflow: hidden;
  padding: 150px 36px 110px;
}
.success-video,
.success-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.success-video {
  object-fit: cover;
}
.success-shade {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9),
    rgba(19, 51, 110, 0.66)
  );
}
.success-content {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  text-align: center;
}
.success-content .eyebrow {
  margin-bottom: 30px;
}
.success-mark {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 28px;
  place-items: center;
  border: 2px solid var(--light-blue);
  border-radius: 50%;
  color: var(--light-blue);
  font-size: 32px;
  font-weight: 700;
}
.success-content h1 {
  margin: 0 0 26px;
  font:
    800 clamp(52px, 8vw, 92px)/0.9 Roboto,
    sans-serif;
  text-transform: uppercase;
}
.success-content h1 em {
  color: var(--light-blue);
  font-style: normal;
}
.success-content > p:not(.eyebrow) {
  max-width: 380px;
  margin: 0 auto 34px;
  color: #e1e5ed;
  font-size: 16px;
  line-height: 1.6;
}
.success-footer {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  background: #000;
  color: #aeb0a8;
  font-size: 11px;
}
.success-footer span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 800px) {
  .page-width {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 72px;
    padding: 0 20px;
    margin-bottom: -72px;
    justify-content: space-between;
  }
  .success-header {
    height: 72px;
    padding: 0 20px;
  }
  .success-header .button {
    padding: 10px 12px;
    font-size: 9px;
  }
  .success-main {
    min-height: calc(100vh - 116px);
    padding: 130px 20px 70px;
  }
  .success-footer {
    min-height: 44px;
    padding: 0 20px;
    font-size: 9px;
  }
  .nav,
  .site-header > .button {
    display: none;
  }
  .nav.is-open {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 24px 20px 28px;
    flex-direction: column;
    gap: 20px;
    background: #000;
    border-top: 1px solid #4d514b;
  }
  .nav-links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .header-social {
    margin: 0;
  }
  .menu-button {
    display: block;
  }
  .hero {
    min-height: 680px;
  }
  .hero-content {
    padding-top: 150px;
  }
  .hero h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .hero-content::before {
    right: calc((100vw - 100%) / -2);
    width: 100vw;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78),
      rgba(0, 0, 0, 0.35)
    );
  }
  .hero-footer {
    display: block;
  }
  .hero-benefits {
    gap: 12px;
    margin-bottom: 30px;
  }
  .hero-benefit {
    min-width: 0;
    flex: 1;
    display: block;
    font-size: 9px;
  }
  .hero-benefit img {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .hero-footer p {
    margin-top: 26px;
  }
  .scroll-note {
    right: 19px;
  }
  .section {
    padding: 80px 0;
  }
  .section-label {
    margin-bottom: 38px;
  }
  .intro-grid,
  .dark-heading,
  .players-content,
  .info-grid,
  .signup-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro h2,
  .split-heading h2 {
    font-size: 78px;
  }
  .feature-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    gap: 26px 12px;
  }
  .feature-list strong {
    font-size: 17px;
  }
  .philosophy {
    padding-bottom: 80px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 70px;
  }
  .players-content {
    margin-top: 55px;
  }
  .players-content img {
    height: 360px;
  }
  .trainer-story-layout {
    margin-top: 55px;
  }
  .trainer-row,
  .trainer-development {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 45px;
  }
  .trainer-row-image {
    height: 360px;
  }
  .split-heading {
    display: block;
  }
  .gallery {
    height: 360px;
  }
  .gallery .slider-button {
    width: 40px;
    height: 40px;
  }
  .gallery .slider-button-prev {
    left: 16px;
  }
  .gallery .slider-button-next {
    right: 16px;
  }
  .info-grid h2 {
    font-size: 82px;
  }
  .camp-overview h2 {
    font-size: 48px;
  }
  .camp-table {
    font-size: 13px;
  }
  .camp-table th,
  .camp-table td {
    padding: 14px 12px;
  }
  .overview-summary ul {
    grid-template-columns: 1fr;
  }
  .info-grid dl {
    margin-top: 15px;
  }
  .experience {
    margin-top: 65px;
  }
  .experience p {
    font-size: 22px;
    line-height: 1.35;
  }
  .quote {
    padding: 100px 0;
  }
  .quote blockquote {
    font-size: 16px;
    margin-top: 35px;
    width: 70%;
    min-height: 320px;
  }
  .quote-track {
    min-height: 200px;
  }
  .quote .slider-button {
    top: auto;
    bottom: 80px;
  }
  .quote .slider-button-prev {
    left: 24px;
  }
  .quote .slider-button-next {
    right: 24px;
  }
  .signup {
    padding: 80px 0;
  }
  .signup-inner {
    gap: 65px;
  }
  .footer .page-width {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .logo {
    font-size: 26px;
  }
}
