:root {
  color-scheme: dark;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  margin: 0;
}

body {
  background: #11122a;
}

button {
  font: inherit;
}

button:focus-visible {
  outline: 3px solid #fff2a5;
  outline-offset: 4px;
}

.sunset-page {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff9ed;
  background: #11122a;
}

.sunset-sky,
.sunset-ocean {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sunset-sky {
  background:
    radial-gradient(ellipse at 50% -12%, #ffbf56 0 8%, #ff7146 24%, #e33a92 46%, #322271 69%, transparent 76%),
    linear-gradient(180deg, #291c65, #0d244d 73%, #0a607e);
}

.sunset-ocean {
  top: 64%;
  background:
    radial-gradient(ellipse at 22% 84%, rgb(0 221 235 / 58%), transparent 28%),
    radial-gradient(ellipse at 76% 94%, rgb(15 110 239 / 68%), transparent 36%),
    linear-gradient(180deg, rgb(0 26 58 / 5%), rgb(0 145 192 / 39%) 50%, #063c72);
  mix-blend-mode: screen;
}

.sunset-page::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .24;
  background-image:
    linear-gradient(118deg, transparent 0 36%, rgb(255 255 255 / 35%) 36.2% 36.4%, transparent 36.6% 100%),
    linear-gradient(-145deg, transparent 0 61%, rgb(255 255 255 / 18%) 61.2% 61.3%, transparent 61.5% 100%);
}

.sunset-shell {
  position: relative;
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  padding: 29px 0 35px;
}

.sunset-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.brand span {
  font-weight: 400;
}

.top-choices,
.subchoices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.top-choices {
  justify-content: flex-end;
}

.destination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: transform 160ms ease, color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.destination-button:hover {
  transform: translateY(-2px);
}

.top-button {
  min-height: 33px;
  padding: 0 12px;
  border-color: rgb(255 255 255 / 34%);
  border-radius: 999px;
  color: #fff9ed;
  background: rgb(26 14 64 / 17%);
}

.top-button:hover {
  border-color: #fff2a5;
  background: rgb(255 123 72 / 34%);
}

.sunset-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(46px, 8vh, 78px) 0 29px;
  text-align: center;
}

.sunset-hero > p,
.sunset-hero > span {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.sunset-hero > p {
  color: #fff3a0;
}

.sunset-hero h1 {
  max-width: 1050px;
  margin: 12px 0 13px;
  font-size: clamp(58px, 8.1vw, 114px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .9;
}

.sunset-hero h1 em {
  color: #ffefb3;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.085em;
}

.sunset-hero > span {
  color: rgb(255 255 255 / 72%);
}

.sunset-hero > small {
  margin-top: 10px;
  color: rgb(255 255 255 / 76%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.sunset-cards {
  display: grid;
  grid-template-columns: .9fr 1.26fr .9fr;
  gap: 12px;
  align-items: stretch;
}

.sunset-card {
  min-height: 255px;
  padding: 20px;
  border: 1px solid rgb(255 255 255 / 27%);
  border-radius: 20px 20px 4px 4px;
  box-shadow: inset 0 1px rgb(255 255 255 / 18%), 0 22px 44px rgb(7 8 35 / 20%);
}

.sunset-wedding {
  background: linear-gradient(150deg, rgb(255 167 80 / 39%), rgb(94 31 89 / 44%));
}

.sunset-electric {
  background: linear-gradient(150deg, rgb(239 57 153 / 40%), rgb(50 27 135 / 48%) 59%, rgb(5 170 205 / 32%));
}

.sunset-live {
  background: linear-gradient(150deg, rgb(2 200 224 / 35%), rgb(20 62 154 / 54%));
}

.sunset-card > p {
  margin: 0 0 26px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sunset-card h2 {
  margin: 0;
  font-size: clamp(23px, 2.25vw, 33px);
  letter-spacing: -.045em;
  line-height: .98;
}

.sunset-card > span {
  display: block;
  margin-top: 13px;
  color: rgb(255 255 255 / 80%);
  font-size: 13px;
  line-height: 1.45;
}

.sunset-link {
  min-height: 35px;
  margin-top: 19px;
  padding: 0 12px;
  border-color: #fff9ed;
  border-radius: 999px;
  color: #fff9ed;
  background: transparent;
}

.sunset-link:hover {
  color: #2c245e;
  border-color: #fff2a5;
  background: #fff2a5;
}

.sunset-card .subchoices {
  margin-top: 20px;
}

.subchoice {
  min-height: 31px;
  padding: 0 10px;
  border-color: rgb(255 255 255 / 44%);
  border-radius: 999px;
  color: #fff;
  background: rgb(0 0 0 / 12%);
}

.subchoice:hover {
  color: #42216d;
  border-color: #ffeca4;
  background: #ffeca4;
}

@media (max-width: 880px) {
  .sunset-shell {
    width: min(100% - 32px, 620px);
  }

  .sunset-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .top-choices {
    width: 100%;
    justify-content: stretch;
  }

  .top-button {
    flex: 1 1 29%;
    min-height: 39px;
    padding: 6px 5px;
    white-space: normal;
    line-height: 1.1;
  }

  .sunset-cards {
    grid-template-columns: 1fr;
  }

  .sunset-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .sunset-hero {
    align-items: flex-start;
    padding-top: 47px;
    text-align: left;
  }

  .sunset-hero h1 {
    font-size: clamp(52px, 15.1vw, 72px);
  }

  .sunset-hero > span {
    line-height: 1.5;
  }

  .sunset-hero > small {
    line-height: 1.45;
  }
}
