.sup-page {
  --water: #176a73;
  --deep-water: #123f47;
  --aqua: #72d9d0;
  --sun: #f2d24f;
}

.sup-brand svg circle { fill: var(--red); stroke: none; }
.sup-brand svg path { fill: none; stroke: var(--cream); stroke-width: 2.8; stroke-linecap: round; }

.sup-hero .hero__image {
  background-image: url('/assets/sup/sup-hero.webp');
  background-position: center center;
}
.sup-hero .hero__overlay {
  background:
    linear-gradient(90deg, rgba(8, 47, 52, .76) 0, rgba(8, 47, 52, .25) 52%, rgba(8, 47, 52, 0) 76%),
    linear-gradient(0deg, rgba(8, 47, 52, .38), transparent 44%);
}
.sup-hero h1 { font-size: clamp(57px, 7vw, 108px); }
.sup-hero h1 em { color: var(--sun); }
.sup-hero .open-sticker { background: var(--red); }

.sup-wave-mark {
  width: 220px;
  height: 128px;
  position: relative;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 18px 40px rgba(20, 47, 44, .12);
  overflow: hidden;
}
.sup-wave-mark::before,
.sup-wave-mark::after {
  content: '';
  position: absolute;
  left: -8%;
  width: 116%;
  height: 45px;
  border: 5px solid rgba(255, 255, 255, .9);
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.sup-wave-mark::before { top: 36px; }
.sup-wave-mark::after { top: 73px; left: -23%; }

.sup-mark {
  width: 19px;
  height: 56px;
  position: relative;
  display: inline-block;
  border: 3px solid var(--red);
  border-radius: 50% 50% 44% 44%;
  transform: rotate(34deg);
}
.sup-mark::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 47px;
  right: -17px;
  top: 28px;
  border-radius: 3px;
  background: var(--red);
  transform: rotate(-14deg);
}
.sup-mark--light { border-color: var(--sun); }
.sup-mark--light::after { background: var(--sun); }

.sup-kit {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9vw;
  align-items: center;
  min-height: 820px;
  overflow: hidden;
}
.sup-kit__visual {
  min-height: 620px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .55) 0 2px, transparent 3px),
    linear-gradient(155deg, #b7ebe4 0 46%, #75d4cb 46% 66%, #4fb6b6 66%);
}
.sup-kit__visual::after {
  content: '';
  position: absolute;
  width: 125%;
  height: 34%;
  left: -12%;
  bottom: -10%;
  border: 4px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
}
.sup-board-illustration {
  width: 300px;
  height: 560px;
  position: relative;
  z-index: 1;
  transform: rotate(22deg);
}
.sup-board-illustration__deck {
  position: absolute;
  left: 68px;
  top: 24px;
  width: 135px;
  height: 510px;
  border: 10px solid var(--ink);
  border-radius: 52% 52% 42% 42% / 15% 15% 9% 9%;
  background:
    linear-gradient(90deg, transparent 43%, rgba(255, 255, 255, .28) 44% 56%, transparent 57%),
    linear-gradient(180deg, var(--red) 0 28%, var(--sun) 28% 67%, var(--paper) 67%);
  box-shadow: 18px 20px 0 rgba(18, 63, 71, .15);
}
.sup-board-illustration__deck::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 92px;
  left: 32px;
  top: 190px;
  border: 4px solid var(--ink);
  border-radius: 14px;
  background: rgba(18, 63, 71, .14);
}
.sup-board-illustration__paddle {
  position: absolute;
  width: 12px;
  height: 470px;
  right: 42px;
  top: 26px;
  border-radius: 8px;
  background: var(--ink);
  transform: rotate(-10deg);
}
.sup-board-illustration__paddle::after {
  content: '';
  position: absolute;
  width: 49px;
  height: 91px;
  left: -18px;
  bottom: -13px;
  border-radius: 50% 50% 45% 45%;
  background: var(--ink);
}
.sup-kit__copy { max-width: 690px; }
.kit-list { margin: 52px 0 0; padding: 0; list-style: none; }
.kit-list li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.kit-list li:last-child { border-bottom: 1px solid var(--line); }
.kit-list li > span { color: var(--red); font-size: 11px; font-weight: 800; }
.kit-list h3 { margin: 0 0 5px; font-size: 17px; }
.kit-list p { margin: 0; max-width: 530px; font-size: 14px; opacity: .7; }

.sup-how .how__visual {
  background: linear-gradient(145deg, var(--sun), #ffd86e 48%, var(--aqua) 49%);
}
.sup-score__route {
  height: 115px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.sup-score__route::before,
.sup-score__route::after {
  content: '';
  position: absolute;
  width: 124%;
  height: 55px;
  left: -12%;
  border: 4px solid var(--water);
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.sup-score__route::before { top: 19px; }
.sup-score__route::after { top: 64px; left: -29%; }
.sup-score__route span {
  position: absolute;
  right: 12%;
  top: 10px;
  width: 20px;
  height: 76px;
  border: 3px solid var(--red);
  border-radius: 50%;
  transform: rotate(32deg);
}

.sup-map {
  min-height: 640px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(150deg, #c8efe9, #78d2cb 45%, #2c8991);
}
.sup-page .place { overflow: hidden; }
.sup-page .place__copy,
.sup-map { min-width: 0; }
.sup-map__water {
  width: 74%;
  aspect-ratio: 1 / 1.45;
  position: relative;
  overflow: hidden;
  border: 7px solid var(--paper);
  border-radius: 50% 44% 48% 40%;
  background: linear-gradient(160deg, #75d9d4, #227b84);
  transform: rotate(7deg);
  box-shadow: 24px 26px 0 rgba(20, 47, 44, .15);
}
.sup-map__wave {
  position: absolute;
  width: 126%;
  height: 90px;
  left: -14%;
  border: 5px solid rgba(255, 255, 255, .85);
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.sup-map__wave--one { top: 24%; }
.sup-map__wave--two { top: 56%; left: -34%; }
.sup-map__route {
  position: absolute;
  width: 42%;
  height: 48%;
  left: 27%;
  top: 27%;
  border: 4px dashed var(--sun);
  border-left-color: transparent;
  border-radius: 50%;
}
.sup-map .map-pin { left: 23%; top: 53%; }
.sup-map > p {
  position: absolute;
  right: 8%;
  bottom: 7%;
  font-family: var(--display);
  font-style: italic;
}

.sup-cta { background: var(--water); }
.sup-cta h2 em { color: var(--sun); }
.sup-wave-cta {
  position: absolute;
  width: 190px;
  height: 120px;
  right: -22px;
  bottom: -9px;
  overflow: hidden;
}
.sup-wave-cta::before,
.sup-wave-cta::after {
  content: '';
  position: absolute;
  width: 130%;
  height: 65px;
  left: -15%;
  border: 7px solid var(--sun);
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.sup-wave-cta::before { top: 25px; }
.sup-wave-cta::after { top: 76px; left: -38%; }

@media (max-width: 900px) {
  .sup-hero .hero__image { background-position: 56% center; }
  .sup-hero .hero__overlay {
    background:
      linear-gradient(90deg, rgba(8, 47, 52, .8), rgba(8, 47, 52, .13)),
      linear-gradient(0deg, rgba(8, 47, 52, .48), transparent 55%);
  }
  .sup-kit { grid-template-columns: 1fr; }
  .sup-kit__visual { min-height: 560px; order: 2; }
  .sup-kit__copy { order: 1; }
  .sup-map { min-height: 520px; }
}

@media (max-width: 560px) {
  .sup-hero h1 { font-size: clamp(50px, 14vw, 64px); }
  .sup-hero .hero__lead { max-width: 340px; }
  .sup-page .place .button { width: 100%; padding-inline: 16px; gap: 12px; }
  .sup-wave-mark { width: 164px; height: 104px; }
  .sup-kit__visual { min-height: 480px; margin: 0 -24px; }
  .sup-board-illustration { transform: scale(.76) rotate(22deg); }
  .sup-map__water { width: 68%; }
  .sup-map .map-pin { left: 25%; width: 92px; height: 92px; }
  .sup-wave-cta { width: 125px; height: 88px; }
}
