.camp-page {
  background: #ffffff;
}

.camp-header {
  border-bottom-color: rgba(0, 59, 95, 0.14);
}

.camp-page svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.camp-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 680px;
  overflow: hidden;
  padding: 70px clamp(20px, 6vw, 88px);
  background-color: var(--navy-deep);
  background-image: url("assets/robotics-camp-mechanical-build.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 112%;
}

.camp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(2, 40, 63, 0.82);
}

.camp-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  content: "";
  background: linear-gradient(90deg, var(--teal-dark) 0 26%, var(--gold) 26% 52%, var(--coral) 52% 76%, var(--green) 76% 100%);
}

.camp-hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  min-width: 0;
}

.camp-eyebrow,
.camp-section-heading > p,
.camp-build-copy > p,
.camp-tournament-copy > p:first-child,
.camp-register > div:first-child > p:first-child {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.camp-hero h1,
.camp-section-heading h2,
.camp-build-copy h2,
.camp-tournament-copy h2,
.camp-register h2 {
  margin: 0;
  letter-spacing: 0;
}

.camp-hero h1 {
  max-width: 690px;
  color: var(--white);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 4.8rem;
  font-weight: 750;
  line-height: 0.95;
  overflow-wrap: break-word;
}

.camp-command {
  margin: 22px 0 0;
  color: #a5e0d0;
  font-size: 1.7rem;
  font-weight: 900;
}

.camp-intro {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.65;
}

.camp-hero-actions,
.camp-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.camp-hero-actions {
  margin-top: 30px;
}

.camp-hero-actions .button,
.camp-contact-actions .button {
  gap: 9px;
}

.camp-call-button {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.camp-availability {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 900;
}

.camp-availability span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(232, 109, 79, 0.2);
}

.camp-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.camp-facts > div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 13px;
  padding: 26px clamp(18px, 3vw, 40px);
  border-right: 1px solid var(--line);
}

.camp-facts > div:last-child {
  border-right: 0;
}

.camp-facts svg {
  grid-row: 1 / 4;
  width: 30px;
  height: 30px;
  color: var(--coral);
}

.camp-facts span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.camp-facts strong {
  margin-top: 3px;
  color: var(--navy);
  font-size: 1.12rem;
}

.camp-facts small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.camp-experience,
.camp-pricing {
  padding: 88px clamp(20px, 6vw, 88px);
}

.camp-section-heading {
  max-width: 860px;
}

.camp-section-heading h2,
.camp-build-copy h2,
.camp-tournament-copy h2,
.camp-register h2 {
  color: var(--navy-deep);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 3.4rem;
  font-weight: 750;
  line-height: 1;
}

.camp-journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.camp-journey article {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.camp-journey article:nth-child(2) {
  border-top-color: var(--teal-dark);
}

.camp-journey article:nth-child(3) {
  border-top-color: var(--coral);
}

.camp-journey article:nth-child(4) {
  border-top-color: var(--green);
}

.camp-journey span {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #97a6ae;
  font-size: 0.8rem;
  font-weight: 900;
}

.camp-journey svg {
  width: 34px;
  height: 34px;
  color: var(--navy);
}

.camp-journey h3 {
  margin: 30px 0 0;
  color: var(--navy);
  font-size: 1.55rem;
}

.camp-journey p,
.camp-price-grid article > p:last-child,
.camp-tournament-copy > p:not(:first-child),
.camp-register-detail {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

.camp-build-visual,
.camp-tournament {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 54px;
  padding: 82px clamp(20px, 6vw, 88px);
  background: var(--soft);
}

.camp-build-copy ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.camp-build-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #314b5c;
  font-weight: 800;
  line-height: 1.5;
}

.camp-build-copy li svg {
  margin-top: 2px;
  color: var(--green);
}

.camp-build-visual figure,
.camp-tournament figure {
  margin: 0;
}

.camp-build-visual img,
.camp-tournament img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.camp-tournament {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  background: var(--white);
}

.camp-tournament-copy > p:not(:first-child) {
  margin: 22px 0 0;
}

.tournament-missions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.tournament-missions span {
  padding: 9px 12px;
  border: 1px solid rgba(53, 122, 127, 0.28);
  border-radius: 6px;
  background: rgba(120, 168, 171, 0.09);
  color: var(--teal-dark);
  font-size: 0.8rem;
  font-weight: 900;
}

.camp-pricing {
  background: #f8fbfc;
}

.camp-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.camp-price-grid article {
  position: relative;
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.camp-price-grid svg {
  width: 34px;
  height: 34px;
  color: var(--coral);
}

.camp-price-grid h3 {
  margin: 24px 0 0;
  color: var(--navy);
  font-size: 1.35rem;
}

.camp-price {
  margin: 14px 0;
  color: var(--navy-deep);
  font-size: 2.15rem;
  font-weight: 900;
}

.camp-price-featured {
  border-color: var(--gold) !important;
  box-shadow: 0 18px 44px rgba(244, 185, 66, 0.18);
}

.camp-price-label {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  color: #9b6810;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.camp-price-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.camp-register {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 48px;
  padding: 78px clamp(20px, 6vw, 88px);
  background: var(--navy-deep);
}

.camp-register h2,
.camp-register-detail,
.camp-register .camp-email-address {
  color: var(--white);
}

.camp-register-detail {
  max-width: 650px;
  margin: 18px 0 0;
  opacity: 0.8;
}

.camp-contact-actions {
  justify-content: flex-end;
}

.camp-email-button {
  border-color: rgba(255, 255, 255, 0.54);
  color: var(--white);
}

.camp-email-address {
  grid-column: 2;
  justify-self: end;
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0.82;
}

.camp-powered-by img {
  width: min(180px, 42vw);
}

@media (max-width: 1060px) {
  .camp-hero {
    min-height: 650px;
    background-position: 68% center;
  }

  .camp-hero h1 {
    font-size: 4rem;
  }

  .camp-facts,
  .camp-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .camp-facts > div:nth-child(2) {
    border-right: 0;
  }

  .camp-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .camp-hero {
    min-height: 620px;
    background-position: center;
    background-size: auto 100%;
  }

  .camp-hero::before {
    background: rgba(2, 40, 63, 0.88);
  }

  .camp-hero h1 {
    font-size: 3.35rem;
  }

  .camp-build-visual,
  .camp-tournament,
  .camp-register {
    grid-template-columns: 1fr;
  }

  .camp-price-grid {
    grid-template-columns: 1fr;
  }

  .camp-price-grid article {
    min-height: 0;
  }

  .camp-contact-actions {
    justify-content: flex-start;
  }

  .camp-email-address {
    grid-column: 1;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .camp-header .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .camp-hero {
    min-height: 680px;
    padding: 52px 20px;
  }

  .camp-hero h1 {
    font-size: 2.65rem;
    line-height: 0.98;
  }

  .camp-command {
    font-size: 1.35rem;
  }

  .camp-intro {
    font-size: 1rem;
  }

  .camp-hero-actions,
  .camp-hero-actions .button,
  .camp-contact-actions,
  .camp-contact-actions .button {
    width: 100%;
  }

  .camp-facts,
  .camp-journey {
    grid-template-columns: 1fr;
  }

  .camp-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .camp-facts > div:last-child {
    border-bottom: 0;
  }

  .camp-experience,
  .camp-build-visual,
  .camp-tournament,
  .camp-pricing,
  .camp-register {
    padding: 58px 20px;
  }

  .camp-section-heading h2,
  .camp-build-copy h2,
  .camp-tournament-copy h2,
  .camp-register h2 {
    font-size: 2.35rem;
  }

  .camp-journey article {
    min-height: 0;
  }

  .camp-build-visual,
  .camp-tournament {
    gap: 30px;
  }

  .camp-email-address {
    overflow-wrap: anywhere;
  }
}
