/* Official palette sampled from the supplied SportsReach Asia logo. */
:root {
  --navy: #012261;
  --navy2: #012a75;
  --orange: #c80208;
  --cream: #f1f4f9;
  --paper: #ffffff;
  --ink: #012261;
  --muted: #5e6878;
  --line: #d7dce5;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  background: white;
  color: var(--navy);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #ffcf33;
  outline-offset: 3px;
}

.hero-shade {
  background:
    linear-gradient(90deg, #012261f0 0%, #012261a8 38%, transparent 75%),
    linear-gradient(0deg, #01226196, transparent 35%);
}

.hero > .hero-video,
.hero > .hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero > .hero-video {
  z-index: 1;
}

.hero-shade,
.hero-content,
.hero-note,
.video-toggle {
  z-index: 2;
}

.video-toggle {
  position: absolute;
  left: clamp(22px, 4vw, 72px);
  bottom: 27px;
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #ffffff6b;
  background: #01226182;
  color: white;
  padding: 9px 12px;
  font: 700 9px Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background: #a90105;
}

footer {
  background: #001a4b;
}

.tier-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.tier-grid article,
.tier-grid article + article {
  border: 0;
  background-color: var(--paper);
}

.tier-grid article.tier-featured {
  background: var(--navy);
}

.tier-grid .tier-national {
  grid-column: span 3;
  min-height: 360px;
  background: #f1f4f9;
}

.tier-grid h3 {
  line-height: 1;
}

.tier-grid strong {
  color: var(--orange);
}

.mission-trip {
  background: var(--paper);
}

.trip-hero {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 9vw;
  align-items: end;
}

.trip-lead {
  max-width: 660px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.trip-price {
  padding: 38px;
  background: var(--navy);
  color: white;
  border-top: 5px solid var(--orange);
}

.trip-price > span,
.team-size span {
  display: block;
  color: #ffffffa8;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.trip-price strong {
  display: block;
  margin: 16px 0 8px;
  font: 700 clamp(3.4rem, 6vw, 5.8rem) "Barlow Condensed", sans-serif;
  line-height: 1;
}

.trip-price p {
  color: #ffffffad;
  font-size: 12px;
}

.trip-price .button {
  margin-top: 16px;
}

.trip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 80px;
  padding: 1px;
  background: var(--line);
}

.trip-card {
  padding: 42px 34px;
  background: white;
}

.trip-number {
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.trip-card h3 {
  margin: 42px 0 24px;
  font-size: 2rem;
  line-height: 1;
}

.trip-card > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.trip-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trip-card li {
  position: relative;
  padding: 10px 0 10px 21px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.trip-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

.not-included li::before {
  content: "–";
}

.team-size {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 8vw;
  align-items: center;
  padding: 65px 6vw;
  background: var(--cream);
}

.team-size span {
  color: var(--orange);
}

.team-size strong {
  display: inline-block;
  margin: 8px 10px 0 0;
  color: var(--navy);
  font: 700 5rem "Barlow Condensed", sans-serif;
  line-height: 1;
}

.team-size small {
  color: var(--muted);
  text-transform: uppercase;
}

.team-size p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.trip-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy);
  color: white;
}

.trip-note > div {
  padding: 50px;
}

.trip-note > div + div {
  border-left: 1px solid #ffffff2b;
}

.trip-note p:not(.eyebrow) {
  margin: 0;
  color: #ffffffbd;
  font-size: 13px;
  line-height: 1.75;
}

.trip-note strong {
  color: white;
}

.video-series {
  padding: 100px 0;
}

.video-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
}

.video-heading > p {
  padding-bottom: 35px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.video-card > div {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  overflow: hidden;
  background: var(--navy);
}

.video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.video-card:hover img {
  opacity: .8;
  transform: scale(1.04);
}

.video-card .play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  transform: translate(-50%, -50%);
}

.video-card > span {
  display: block;
  margin-bottom: 7px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.video-card > strong {
  font: 700 1.45rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.video-card.recap {
  grid-column: span 2;
}

.story-link {
  display: grid;
  grid-template-columns: .35fr 1fr auto;
  gap: 25px;
  align-items: center;
  margin-top: 55px;
  padding: 30px 35px;
  border-left: 5px solid var(--orange);
  background: var(--navy);
  color: white;
}

.story-link > span {
  color: #ffffff8f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.story-link > strong {
  font: 700 1.6rem "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.story-link > b {
  color: var(--orange);
  font-size: 1.5rem;
}

.trip-conversion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-top: 0;
}

.trip-conversion > div {
  padding: 36px;
}

.trip-conversion > div + div {
  border-left: 1px solid var(--line);
}

.trip-conversion span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}

.trip-conversion h3 {
  margin: 25px 0 12px;
  font-size: 1.7rem;
}

.trip-conversion p,
.trip-faq details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.trip-faq {
  max-width: 900px;
  margin: 80px auto 0;
}

.trip-faq details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.trip-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.trip-faq summary {
  cursor: pointer;
  color: var(--navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
}

.consent label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: none;
}

.consent input {
  margin-right: 8px;
}

.consent a {
  color: var(--navy);
  text-decoration: underline;
}

.legal-links {
  grid-column: 1 / -1;
  display: flex;
  gap: 24px;
  color: #ffffff9c;
  font-size: 9px;
  text-transform: uppercase;
}

.monthly-updates {
  background: var(--cream);
}

.updates-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10vw;
  align-items: end;
}

.updates-heading > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 38px;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.update-card,
.update-placeholder {
  min-height: 390px;
  background: white;
  border: 1px solid var(--line);
}

.update-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.update-card > div,
.update-placeholder {
  padding: 30px;
}

.update-card span,
.update-placeholder > span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.update-card h3,
.update-placeholder h3 {
  margin: 24px 0 13px;
  font-size: 2rem;
}

.update-card p,
.update-placeholder p,
.updates-status {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.update-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--navy);
  border-bottom: 1px solid var(--orange);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.updates-status {
  margin-top: 22px;
}

@media (max-width: 720px) {
  .hero-shade {
    background:
      linear-gradient(90deg, #012261ef, #0122617d),
      linear-gradient(0deg, #012261d2, transparent);
  }

  .tier-grid {
    grid-template-columns: 1fr;
  }

  .tier-grid .tier-national {
    grid-column: auto;
  }

  .trip-hero,
  .trip-grid,
  .team-size,
  .trip-note,
  .video-heading,
  .updates-heading {
    grid-template-columns: 1fr;
  }

  .updates-grid {
    grid-template-columns: 1fr;
  }

  .trip-price {
    padding: 30px 24px;
  }

  .trip-grid {
    margin-top: 50px;
  }

  .trip-card {
    padding: 34px 24px;
  }

  .team-size {
    gap: 25px;
    padding: 45px 24px;
  }

  .trip-note > div {
    padding: 38px 24px;
  }

  .trip-note > div + div {
    border-left: 0;
    border-top: 1px solid #ffffff2b;
  }

  .trip-conversion {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .video-card.recap {
    grid-column: span 2;
  }

  .story-link {
    grid-template-columns: 1fr auto;
    padding: 25px;
  }

  .story-link > span {
    grid-column: 1 / -1;
  }

  .trip-conversion > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .legal-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video,
  .video-toggle { display: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
