.fw-splash,
    .fw-splash * {
      box-sizing: border-box;
    }

    .fw-splash {
      --fw-purple: #522398;
      --fw-orange: #f47b20;
      --fw-blue: #00a7e1;
      --fw-yellow: #ffd23f;
      --fw-green: #80c342;
      --fw-ink: #17112a;
      --fw-deep: #25134a;
      --fw-soft: #fff7ec;
      --fw-white: #ffffff;

      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 10%, rgba(255, 210, 63, .34), transparent 24%),
        radial-gradient(circle at 92% 4%, rgba(0, 167, 225, .24), transparent 26%),
        radial-gradient(circle at 50% 100%, rgba(244, 123, 32, .18), transparent 34%),
        linear-gradient(135deg, #fff8ec 0%, #ffffff 45%, #f1faff 100%);
      color: var(--fw-ink);
      font-family: inherit;
      padding: clamp(30px, 5vw, 58px) 20px clamp(42px, 6vw, 76px);
    }

    .fw-splash::before {
      content: "";
      position: absolute;
      inset: -80px -120px auto auto;
      width: 580px;
      height: 360px;
      background:
        radial-gradient(circle, rgba(82,35,152,.12) 2px, transparent 3px);
      background-size: 22px 22px;
      transform: rotate(-12deg);
      opacity: .65;
      pointer-events: none;
    }

    .fw-splash::after {
      content: "";
      position: absolute;
      left: -140px;
      bottom: -190px;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background:
        conic-gradient(
          from 160deg,
          rgba(244,123,32,.18),
          rgba(255,210,63,.16),
          rgba(0,167,225,.12),
          rgba(82,35,152,.14),
          rgba(244,123,32,.18)
        );
      filter: blur(.2px);
      opacity: .9;
      pointer-events: none;
    }

    .fw-splash-wrap {
      position: relative;
      z-index: 2;
      width: min(1180px, 100%);
      margin: 0 auto;
    }

    .fw-squiggles {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      overflow: hidden;
    }

    .fw-squiggle {
      position: absolute;
      display: block;
      width: 420px;
      height: 160px;
      opacity: .52;
    }

    .fw-squiggle svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }

    .fw-squiggle-one {
      top: 42px;
      right: 8%;
      transform: rotate(-7deg);
    }

    .fw-squiggle-two {
      top: 145px;
      left: -78px;
      transform: rotate(9deg);
      opacity: .42;
    }

    .fw-squiggle-three {
      right: -112px;
      bottom: 190px;
      transform: rotate(16deg);
      opacity: .36;
    }

    .fw-top {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: clamp(20px, 4vw, 46px);
      align-items: center;
      margin-bottom: clamp(26px, 4vw, 42px);
    }

    .fw-logo-lockup {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: clamp(184px, 23vw, 270px);
      min-height: clamp(118px, 15vw, 156px);
      padding: 24px 26px;
      background: rgba(255, 255, 255, .84);
      border: 1px solid rgba(82, 35, 152, .12);
      border-radius: 34px;
      box-shadow:
        0 22px 60px rgba(37, 19, 74, .14),
        inset 0 0 0 8px rgba(255, 255, 255, .55);
      backdrop-filter: blur(12px);
      isolation: isolate;
    }

    .fw-logo-lockup::before {
      content: "";
      position: absolute;
      inset: -10px;
      border-radius: 42px;
      
      z-index: -2;
      opacity: .82;
      transform: rotate(-2deg);
    }

    .fw-logo-lockup::after {
      content: "";
      position: absolute;
      inset: 9px;
      border-radius: 27px;
      border: 1px dashed rgba(82, 35, 152, .20);
      pointer-events: none;
    }

    .fw-logo-lockup img {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 210px;
      height: auto;
      display: block;
    }

    .fw-top-copy {
      max-width: 780px;
    }

    .fw-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--fw-purple);
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .13em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .fw-kicker::before {
      content: "";
      width: 34px;
      height: 3px;
      background: linear-gradient(90deg, var(--fw-orange), var(--fw-yellow));
      border-radius: 99px;
    }

    .fw-splash h1 {
      max-width: 800px;
      margin: 0;
      color: var(--fw-ink);
      font-size: clamp(42px, 6.2vw, 76px);
      line-height: .94;
      letter-spacing: -.06em;
      font-weight: 950;
    }

    .fw-splash h1 strong {
      color: var(--fw-purple);
      position: relative;
      display: inline-block;
      white-space: nowrap;
    }

    .fw-splash h1 strong::after {
      content: "";
      position: absolute;
      left: .04em;
      right: .01em;
      bottom: .03em;
      height: .18em;
      background: rgba(255, 210, 63, .84);
      z-index: -1;
      transform: rotate(-1deg);
      border-radius: 999px;
    }

    .fw-splash-intro {
      max-width: 640px;
      margin: 16px 0 0;
      color: rgba(23, 17, 42, .76);
      font-size: clamp(16px, 1.5vw, 20px);
      line-height: 1.55;
    }

    .fw-location-panel {
      position: relative;
      z-index: 3;
      padding: clamp(14px, 2vw, 18px);
      background: rgba(255,255,255,.68);
      border: 1px solid rgba(82,35,152,.12);
      border-radius: 34px;
      box-shadow: 0 24px 70px rgba(37,19,74,.12);
      backdrop-filter: blur(12px);
    }

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

    .fw-location-card {
      position: relative;
      min-height: 430px;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      text-decoration: none;
      color: var(--fw-white);
      background: var(--fw-deep);
      isolation: isolate;
      border-radius: 24px;
      box-shadow: 0 16px 38px rgba(37, 19, 74, .16);
      transition: transform .28s ease, box-shadow .28s ease;
    }

    .fw-location-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 26px 58px rgba(37, 19, 74, .24);
      color: var(--fw-white);
    }

    .fw-location-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(23, 17, 42, .96) 0%, rgba(23, 17, 42, .70) 43%, rgba(23, 17, 42, .14) 100%);
      z-index: -1;
      transition: opacity .28s ease;
    }

    .fw-location-card::after {
      content: "";
      position: absolute;
      inset: 12px;
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 18px;
      transform: scale(.985);
      opacity: .7;
      transition: transform .28s ease, opacity .28s ease, border-color .28s ease;
      pointer-events: none;
    }

    .fw-location-card:hover::after {
      transform: scale(1);
      opacity: 1;
      border-color: rgba(255, 210, 63, .58);
    }

    .fw-location-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -2;
      transform: scale(1.03);
      transition: transform .7s ease, filter .7s ease;
    }

    .fw-location-card:hover img {
      transform: scale(1.1);
      filter: saturate(1.1);
    }

    .fw-card-content {
      width: 100%;
      padding: 26px;
      position: relative;
      z-index: 2;
    }

    .fw-card-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      color: var(--fw-yellow);
      font-size: 12px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .fw-card-tag::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--fw-yellow);
      box-shadow:
        14px 0 0 var(--fw-orange),
        28px 0 0 var(--fw-blue);
    }

    .fw-location-card h2 {
      margin: 0 0 10px;
      color: var(--fw-white);
      font-size: clamp(25px, 2.6vw, 32px);
      line-height: .98;
      letter-spacing: -.04em;
      font-weight: 950;
    }

    .fw-location-card p {
      margin: 0 0 18px;
      color: rgba(255,255,255,.84);
      font-size: 15px;
      line-height: 1.45;
    }

    .fw-card-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--fw-white);
      font-size: 14px;
      font-weight: 900;
    }

    .fw-card-link span {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--fw-orange);
      border-radius: 999px;
      transition: transform .24s ease, background .24s ease;
    }

    .fw-location-card:hover .fw-card-link span {
      transform: translateX(4px);
      background: var(--fw-blue);
    }

    .fw-location-note {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
      margin-top: 16px;
      padding: 20px 22px;
      color: var(--fw-white);
      background:
        linear-gradient(135deg, var(--fw-ink), var(--fw-deep));
      border-radius: 24px;
      overflow: hidden;
    }

    .fw-location-note::before {
      content: "";
      position: absolute;
      inset: auto -60px -86px auto;
      width: 240px;
      height: 240px;
      border: 34px solid rgba(255,210,63,.13);
      border-radius: 50%;
      pointer-events: none;
    }

    .fw-location-note p {
      position: relative;
      z-index: 2;
      margin: 0;
      color: rgba(255,255,255,.78);
      font-size: 15px;
      line-height: 1.5;
    }

    .fw-note-label {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--fw-yellow);
      font-size: 13px;
      font-weight: 950;
      letter-spacing: .12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .fw-note-label::before {
      content: "";
      width: 30px;
      height: 3px;
      border-radius: 99px;
      background: var(--fw-orange);
    }

    @media (max-width: 1040px) {
      .fw-top {
        grid-template-columns: 1fr;
      }

      .fw-logo-lockup {
        width: 220px;
      }

      .fw-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .fw-location-card {
        min-height: 390px;
      }
    }

    @media (max-width: 720px) {
      .fw-splash {
        padding: 28px 14px 42px;
      }

      .fw-top {
        gap: 24px;
        margin-bottom: 24px;
      }

      .fw-logo-lockup {
        width: 190px;
        min-height: 112px;
        border-radius: 28px;
      }

      .fw-logo-lockup::before {
        border-radius: 34px;
      }

      .fw-splash h1 {
        font-size: clamp(40px, 13vw, 58px);
      }

      .fw-location-panel {
        border-radius: 26px;
        padding: 10px;
      }

      .fw-location-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .fw-location-card {
        min-height: 330px;
        border-radius: 20px;
      }

      .fw-location-card::after {
        border-radius: 14px;
      }

      .fw-card-content {
        padding: 23px;
      }

      .fw-location-note {
        display: block;
      }

      .fw-note-label {
        margin-bottom: 9px;
      }

      .fw-squiggle-one {
        top: 18px;
        right: -150px;
      }

      .fw-squiggle-two,
      .fw-squiggle-three {
        display: none;
      }
    }

.fw-splash-intro p,
.fw-location-note__text p {
  margin: 0;
}

.fwlm-banner,
.fwlm-banner * {
  box-sizing: border-box;
}

.fwlm-banner {
  --fwlm-banner-bg: #522398;
  --fwlm-banner-ink: #fff;
  --fwlm-banner-accent: rgba(255,255,255,.84);
  position: relative;
  overflow: hidden;
  color: var(--fwlm-banner-ink);
  background:
    linear-gradient(90deg, rgba(15,10,28,.16), transparent 58%),
    var(--fwlm-banner-image, none),
    var(--fwlm-banner-bg);
  background-size: cover;
  background-position: center;
}

.fwlm-banner--orange { --fwlm-banner-bg: #f47b20; }
.fwlm-banner--blue { --fwlm-banner-bg: #00a7e1; }
.fwlm-banner--yellow { --fwlm-banner-bg: #ffd23f; --fwlm-banner-ink: #17112a; --fwlm-banner-accent: rgba(23,17,42,.74); }
.fwlm-banner--dark { --fwlm-banner-bg: #17112a; }

.fwlm-banner__texture {
  position: absolute;
  inset: 0;
  opacity: .32;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.28), transparent 22%),
    linear-gradient(120deg, transparent 0 55%, rgba(255,255,255,.12) 55% 56%, transparent 56% 100%);
}

.fwlm-banner__inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  min-height: 106px;
  margin-inline: auto;
  padding: 20px 56px 20px 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 28px;
}

.fwlm-banner__content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.fwlm-banner__kicker {
  flex: 0 0 auto;
  padding-right: 22px;
  border-right: 1px solid rgba(255,255,255,.3);
  color: var(--fwlm-banner-accent);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fwlm-banner h2 {
  margin: 0 0 4px;
  color: inherit;
  font-size: clamp(22px,2.3vw,34px);
  line-height: 1;
  letter-spacing: -.035em;
}

.fwlm-banner__message,
.fwlm-banner__message p {
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.45;
}

.fwlm-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.fwlm-banner__button:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #17112a;
}

.fwlm-banner__close {
  position: absolute;
  right: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: inherit;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width:760px) {
  .fwlm-banner__inner {
    grid-template-columns:1fr;
    gap:16px;
    padding:20px 48px 20px 0;
  }

  .fwlm-banner__content {
    align-items:flex-start;
    flex-direction:column;
    gap:9px;
  }

  .fwlm-banner__kicker {
    border-right:0;
    padding-right:0;
  }

  .fwlm-banner__button {
    justify-self:start;
  }
}
