.beach-hero {
  position: relative;
  min-height: min(86vh, 840px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #102640;
  padding: clamp(96px, 13vh, 132px) 0 clamp(34px, 7vh, 56px);
  background: #142740;
}

.beach-hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.beach-hero-scene-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  transform-origin: 50% 35%;
  transform: translate3d(0, var(--beach-hero-y, 0px), 0) scale(var(--beach-hero-scale, 1));
  will-change: transform;
}

.beach-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.1) 0%, rgba(255, 248, 236, 0.03) 24%, rgba(10, 23, 42, 0.16) 58%, rgba(9, 22, 41, 0.48) 100%),
    radial-gradient(circle at 50% 14%, rgba(255, 247, 233, 0.34), transparent 31%);
  z-index: 0;
}

.beach-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  max-width: 780px;
}

.beach-hero-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 10px;
  font-family: var(--font-tech-display);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 248, 232, 0.97);
  text-shadow: 0 6px 18px rgba(7, 17, 31, 0.52);
  background: linear-gradient(180deg, rgba(10, 23, 42, 0.24), rgba(10, 23, 42, 0.11));
  border: 1px solid rgba(255, 243, 214, 0.14);
  box-shadow:
    0 10px 22px rgba(7, 17, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
}

.beach-hero-title {
  margin: 0;
  max-width: 10ch;
  font-family: var(--font-authority-display);
  font-size: clamp(3.25rem, 7vw, 5.5rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-wrap: balance;
  color: rgba(255, 248, 237, 0.98);
  text-shadow:
    0 12px 42px rgba(7, 17, 31, 0.42),
    0 2px 10px rgba(7, 17, 31, 0.2);
}

.beach-hero-copy {
  margin: 0;
  max-width: 33ch;
  font-size: 1rem;
  line-height: 1.58;
  color: rgba(249, 244, 236, 0.95);
  text-shadow: 0 4px 20px rgba(7, 17, 31, 0.3);
  text-wrap: balance;
}

.beach-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.beach-hero .button-solid {
  background: linear-gradient(180deg, rgba(238, 176, 74, 0.98), rgba(213, 122, 22, 0.98));
  border-color: rgba(176, 95, 12, 0.3);
  color: #132744;
  box-shadow:
    0 22px 42px rgba(171, 104, 22, 0.24),
    inset 0 1px 0 rgba(255, 241, 207, 0.48);
}

.beach-hero .button-solid:hover,
.beach-hero .button-solid:focus-visible {
  box-shadow:
    0 26px 48px rgba(171, 104, 22, 0.28),
    inset 0 1px 0 rgba(255, 244, 214, 0.52);
}

.beach-hero .button-ghost {
  background: linear-gradient(180deg, rgba(0, 80, 192, 0.88), rgba(0, 40, 144, 0.94));
  border-color: rgba(255, 214, 143, 0.24);
  color: rgba(255, 246, 228, 0.96);
  box-shadow:
    0 18px 40px rgba(0, 34, 108, 0.22),
    inset 0 1px 0 rgba(205, 225, 255, 0.2);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
}

.beach-hero .button-ghost:hover,
.beach-hero .button-ghost:focus-visible {
  background: linear-gradient(180deg, rgba(0, 88, 204, 0.92), rgba(0, 52, 164, 0.97));
  border-color: rgba(255, 223, 164, 0.34);
  box-shadow:
    0 22px 42px rgba(0, 34, 108, 0.24),
    inset 0 1px 0 rgba(218, 233, 255, 0.24);
}

.beach-hero-offers {
  width: min(100%, 740px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.beach-hero-offer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(251, 238, 214, 0.22), rgba(203, 220, 236, 0.09));
  border: 1px solid rgba(255, 239, 208, 0.24);
  box-shadow:
    0 22px 44px rgba(7, 19, 35, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(22px) saturate(175%) brightness(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(175%) brightness(1.08);
  color: #fbfdff;
}

.beach-hero-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 245, 222, 0.42), transparent 34%),
    linear-gradient(180deg, rgba(255, 239, 205, 0.12), rgba(255, 255, 255, 0.02) 40%, rgba(255, 222, 170, 0.07) 100%);
  pointer-events: none;
  z-index: -1;
}

.beach-hero-offer::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.beach-hero-offer--free {
  background: linear-gradient(180deg, rgba(253, 243, 219, 0.26), rgba(228, 192, 126, 0.1));
  border-color: rgba(255, 226, 172, 0.28);
}

.beach-hero-offer-kicker {
  margin: 0;
  font-family: var(--font-tech-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.beach-hero-offer-value {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.beach-hero-offer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .beach-hero {
    min-height: 74svh;
    padding: 84px 0 28px;
  }

  .beach-hero-title {
    max-width: 10ch;
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .beach-hero-copy {
    max-width: 30ch;
    font-size: 0.96rem;
  }

  .beach-hero-offers {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .beach-hero-offer {
    padding: 18px 18px 17px;
  }
}

@media (max-width: 640px) {
  .beach-hero {
    min-height: 68svh;
    padding: 78px 0 20px;
  }

  .beach-hero-title {
    font-size: clamp(2.34rem, 13vw, 3rem);
  }

  .beach-hero-eyebrow {
    padding: 8px 13px;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
  }

  .beach-hero-copy {
    font-size: 0.91rem;
  }

  .beach-hero-actions {
    display: grid;
    width: min(100%, 320px);
  }

  .beach-hero-offer {
    padding: 18px 16px;
  }

  .beach-hero-offer-value {
    font-size: clamp(2.6rem, 16vw, 3.35rem);
  }
}
