:root {
  --navy-980: #04111f;
  --navy-940: #081d31;
  --navy-900: #0d2841;
  --navy-820: #153e62;
  --sea-500: #4fa9ca;
  --sea-320: #9fd8e7;
  --sand-300: #e4d2ae;
  --sand-500: #b99657;
  --white: #fbfdff;
  --text: #102235;
  --muted: #5d7082;
  --line: rgba(16, 34, 53, 0.1);
  --surface: rgba(251, 253, 255, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --shadow-xl: 0 40px 90px rgba(4, 17, 31, 0.22);
  --shadow-lg: 0 28px 64px rgba(8, 29, 49, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --content-width: 1440px;
  --section-width: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(79, 169, 202, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(228, 210, 174, 0.24), transparent 30%),
    linear-gradient(180deg, #f3f7fa 0%, #edf3f6 44%, #f8fbfd 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(79, 169, 202, 0.45);
  outline-offset: 3px;
}

.site-frame {
  width: min(calc(100% - 56px), var(--content-width));
  margin: 0 auto;
  padding: 20px 0 64px;
}

.site-header,
.paths,
.partners,
.updates,
.partnership-band,
.site-footer {
  width: min(100%, var(--section-width));
  margin: 0 auto;
  backdrop-filter: blur(18px);
}

.site-header {
  display: grid;
  gap: 10px;
  padding: 12px 18px;
  margin-bottom: 24px;
  background: rgba(251, 253, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(4, 17, 31, 0.08);
}

.site-header__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 16px;
}

.event-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}

.event-lockup__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 14px;
  background: linear-gradient(155deg, var(--navy-940), var(--navy-820));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.event-lockup__wave,
.event-lockup__sail {
  position: absolute;
}

.event-lockup__wave {
  inset: auto -10% 9px -10%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 169, 202, 0.92), rgba(159, 216, 231, 0.92));
  transform: rotate(-4deg);
}

.event-lockup__sail {
  width: 18px;
  height: 24px;
  top: 10px;
  left: 20px;
  background: linear-gradient(180deg, var(--sand-300), #f4ead6);
  clip-path: polygon(0 100%, 100% 55%, 12% 0);
}

.event-lockup__text,
.brand__text,
.fic-lockup__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.event-lockup__text strong,
.event-lockup__text span,
.event-lockup__text small,
.brand__text strong,
.brand__text span,
.fic-lockup__badge,
.fic-lockup__text strong,
.fic-lockup__text span,
.site-nav,
.button,
.path-card__link,
.site-footer__links,
.hero__support-card strong,
.hero__support-logos,
.updates__actions {
  font-family: Arial, Helvetica, sans-serif;
}

.event-lockup__text strong {
  color: var(--navy-940);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-lockup__text span {
  max-width: 23ch;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.event-lockup__text small {
  color: var(--sand-500);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-partners {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.fic-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.fic-lockup__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(155deg, rgba(8, 29, 49, 0.92), rgba(21, 62, 98, 0.9));
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fic-lockup__text strong,
.brand__text strong {
  color: var(--navy-940);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fic-lockup__text span,
.brand__text span {
  max-width: 16ch;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand__crest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background:
    linear-gradient(140deg, rgba(228, 210, 174, 0.95), rgba(185, 150, 87, 0.95)),
    linear-gradient(135deg, var(--navy-900), var(--sea-500));
  color: var(--navy-980);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

.site-nav a {
  position: relative;
  color: var(--navy-900);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--sea-500), var(--sand-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  width: min(100%, var(--section-width));
  min-height: 65vh;
  margin: 0 auto;
  padding: 48px 64px 46px;
  overflow: hidden;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(4, 17, 31, 0.08), rgba(4, 17, 31, 0.28)),
    linear-gradient(135deg, var(--navy-980) 0%, #0f2f4c 46%, #1b5378 100%);
  box-shadow: var(--shadow-xl);
}

.hero__backdrop {
  position: absolute;
  inset: 0;
}

.hero__sea {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(158, 216, 231, 0.07) 0%, rgba(158, 216, 231, 0) 28%),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 20%),
    radial-gradient(circle at 82% 20%, rgba(228, 210, 174, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(2, 10, 18, 0.05) 0%, rgba(2, 10, 18, 0.14) 48%, rgba(2, 10, 18, 0.4) 100%);
}

.hero__sea::before,
.hero__sea::after {
  content: "";
  position: absolute;
  left: -10%;
  width: 120%;
  border-radius: 50%;
}

.hero__sea::before {
  bottom: 22%;
  height: 220px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(
      -5deg,
      rgba(122, 202, 226, 0.18) 0,
      rgba(122, 202, 226, 0.18) 10px,
      rgba(13, 40, 65, 0.06) 10px,
      rgba(13, 40, 65, 0.06) 20px
    );
}

.hero__sea::after {
  bottom: -4%;
  height: 290px;
  background:
    linear-gradient(180deg, rgba(79, 169, 202, 0.12), rgba(79, 169, 202, 0.34)),
    repeating-linear-gradient(
      -4deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 12px,
      rgba(6, 23, 38, 0.04) 12px,
      rgba(6, 23, 38, 0.04) 24px
    );
}

.hero__sun {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 210, 174, 0.75), rgba(228, 210, 174, 0.08) 62%, transparent 72%);
}

.hero__boat {
  position: absolute;
  bottom: 18%;
  width: 170px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(251, 253, 255, 0.9), rgba(159, 216, 231, 0.58));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero__boat::before,
.hero__boat::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

.hero__boat::before {
  left: 20px;
  bottom: 16px;
  width: 3px;
  height: 28px;
}

.hero__boat::after {
  right: 16px;
  bottom: 14px;
  width: 42px;
  height: 2px;
  transform: rotate(-28deg);
  transform-origin: right center;
}

.hero__boat--one {
  left: 62%;
  transform: rotate(-8deg);
}

.hero__boat--two {
  left: 76%;
  bottom: 23%;
  width: 130px;
  opacity: 0.72;
  transform: rotate(-7deg) scale(0.92);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 850px;
}

.eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(228, 210, 174, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sand-300);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.updates h2,
.partnership-band h2 {
  margin: 0;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 10ch;
  color: var(--white);
  font-size: clamp(4.5rem, 8vw, 7.8rem);
  text-transform: uppercase;
}

.hero__subtitle,
.hero__claim,
.hero__statement {
  color: rgba(251, 253, 255, 0.92);
}

.hero__subtitle {
  margin: 20px 0 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 253, 255, 0.82);
}

.hero__claim {
  max-width: 20ch;
  margin: 20px 0 0;
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero__statement {
  max-width: 58ch;
  margin: 16px 0 0;
  font-size: 1.18rem;
  line-height: 1.65;
}

.hero__supporting {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__support-logos span {
  color: rgba(251, 253, 255, 0.78);
  line-height: 1.6;
}

.hero__support-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__support-logos span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.paths,
.partners,
.updates,
.partnership-band,
.site-footer {
  margin-top: 40px;
  border-radius: var(--radius-xl);
}

.paths,
.partners,
.partnership-band,
.site-footer {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-lg);
}

.paths,
.partners,
.updates {
  padding: 46px 40px;
}

.section-heading {
  margin-bottom: 30px;
  max-width: 820px;
}

.section-heading h2,
.updates h2,
.partnership-band h2 {
  color: var(--navy-940);
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.section-intro,
.partners__intro,
.updates__text,
.updates__note,
.partnership-band p,
.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

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

.path-card {
  overflow: hidden;
  border-radius: 28px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.path-card__visual {
  min-height: 220px;
  position: relative;
  background-color: var(--navy-940);
}

.path-card__visual::before,
.path-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
}

.path-card__visual::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(4, 17, 31, 0.06), rgba(4, 17, 31, 0.55)),
    radial-gradient(circle at top right, rgba(228, 210, 174, 0.22), transparent 26%);
}

.path-card__visual::after {
  inset: auto 0 0 0;
  height: 52%;
  background:
    repeating-linear-gradient(
      -5deg,
      rgba(159, 216, 231, 0.22) 0,
      rgba(159, 216, 231, 0.22) 14px,
      rgba(14, 44, 70, 0.08) 14px,
      rgba(14, 44, 70, 0.08) 28px
    );
}

.path-card__visual--athletes {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(135deg, #0a243b 0%, #16476d 52%, #5cb2d1 100%);
}

.path-card__visual--spectators {
  background:
    radial-gradient(circle at 78% 22%, rgba(228, 210, 174, 0.26), transparent 22%),
    linear-gradient(135deg, #0d2943 0%, #1b4f77 44%, #7fc6dc 100%);
}

.path-card__visual--sustainability {
  background:
    radial-gradient(circle at 68% 16%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(135deg, #081d31 0%, #18405f 38%, #5aa982 100%);
}

.path-card__body {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.path-card__body h3,
.partner-group h3 {
  margin: 0;
  color: var(--navy-940);
  font-size: 1.5rem;
  line-height: 1.08;
}

.path-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.path-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy-820);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.path-card__link::after {
  content: ">";
  color: var(--sand-500);
}

.path-card__link--pending {
  opacity: 0.9;
  cursor: default;
}

.partners {
  background:
    linear-gradient(180deg, rgba(250, 246, 238, 0.92), rgba(251, 253, 255, 0.9)),
    radial-gradient(circle at top right, rgba(228, 210, 174, 0.18), transparent 28%);
}

.partners__groups {
  display: grid;
  gap: 26px;
  margin-top: 32px;
}

.partner-group {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 34, 53, 0.08);
}

.partner-group h3 {
  margin-bottom: 18px;
}

.partner-group__logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 250, 0.94));
  border: 1px solid rgba(16, 34, 53, 0.08);
  color: var(--navy-820);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.updates {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 36px;
  color: var(--white);
  background: linear-gradient(140deg, var(--navy-980), #123554 60%, #1f6387 100%);
  box-shadow: var(--shadow-xl);
}

.updates h2,
.updates .eyebrow {
  color: var(--white);
}

.updates__content {
  max-width: 52ch;
  align-self: center;
}

.updates__text {
  color: rgba(251, 253, 255, 0.86);
}

.updates__note {
  margin-top: 14px;
  color: rgba(251, 253, 255, 0.72);
  font-size: 0.88rem;
}

.updates__helper {
  margin: 2px 0 -2px;
  color: rgba(251, 253, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 700;
}

.updates__actions {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.partnership-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  background:
    linear-gradient(180deg, rgba(251, 253, 255, 0.92), rgba(247, 250, 252, 0.9)),
    radial-gradient(circle at right center, rgba(228, 210, 174, 0.18), transparent 28%);
}

.partnership-band__content {
  max-width: 60ch;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, #f3e6cb, #d6bb85);
  color: var(--navy-980);
  box-shadow: 0 14px 32px rgba(185, 150, 87, 0.24);
}

.button--dark {
  background: var(--navy-940);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(8, 29, 49, 0.18);
}

.button--secondary-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
}

.site-footer__brand strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-940);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.back-home {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(185, 150, 87, 0.34);
  border-radius: 999px;
  background: rgba(8, 29, 49, 0.92);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(4, 17, 31, 0.18);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.back-home span {
  color: var(--sand-300);
}

@media (max-width: 1180px) {
  .site-header__top,
  .updates,
  .paths__grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 44px 40px;
  }

  .partnership-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .site-frame {
    width: min(calc(100% - 36px), var(--content-width));
    padding-top: 14px;
  }

  .site-header {
    padding: 14px 16px;
  }

  .site-header__top {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .event-lockup,
  .header-partners {
    width: 100%;
  }

  .header-partners {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .fic-lockup,
  .brand {
    flex: 1 1 220px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 10px 14px;
  }

  .hero,
  .paths,
  .partners,
  .updates,
  .partnership-band,
  .site-footer {
    width: 100%;
    padding: 28px 20px;
    border-radius: 28px;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .hero__subtitle {
    font-size: 0.96rem;
  }

  .hero__claim {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .hero__statement {
    font-size: 1.05rem;
  }

  .hero__supporting {
    flex-wrap: wrap;
  }

  .partner-group__logos {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .back-home {
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.76rem;
  }
}

@media (max-width: 520px) {
  .site-frame {
    width: min(calc(100% - 24px), var(--content-width));
  }

  .hero {
    padding: 26px 18px 24px;
  }

  .eyebrow {
    padding: 0 14px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .hero__support-logos {
    gap: 8px;
  }

  .back-home span {
    display: none;
  }
}
