.alp-snow-hero {
  min-height: 96svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: clip;
  color: #fff;
}

.alp-snow-hero__media,
.alp-snow-hero__media img,
.alp-snow-hero__veil {
  position: absolute;
  inset: 0;
}

.alp-snow-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.alp-snow-hero__veil {
  background:
    linear-gradient(180deg, rgba(4, 11, 23, 0.3) 0%, rgba(4, 11, 23, 0.74) 70%, rgba(4, 11, 23, 0.92) 100%),
    linear-gradient(120deg, rgba(76, 121, 159, 0.25), rgba(13, 27, 42, 0.65));
}

.alp-snow-hero__content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  padding-top: clamp(120px, 20vh, 200px);
  padding-bottom: clamp(56px, 10vh, 104px);
}

.alp-snow-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 8.8vw, 8.3rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.alp-snow-hero__sub {
  max-width: 44rem;
  margin: 1.4rem 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.alp-snow-hero__cta {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.alp-snow-facts {
  margin-top: -1px;
  background: linear-gradient(180deg, #091425 0%, #13253e 100%);
  color: #f4f8ff;
  padding: clamp(24px, 4vw, 38px) 0;
}

.alp-snow-facts__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 18px);
}

.alp-snow-facts__item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: clamp(14px, 2vw, 22px);
  background: #12263f;
}

.alp-snow-facts__value {
  margin: 0;
  font-family: var(--wp--preset--font-family--display-serif);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 0.95;
}

.alp-snow-facts__label {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.alp-snow-editorial {
  padding: clamp(84px, 12vw, 150px) 0;
  background:
    radial-gradient(1200px 500px at 100% 0%, rgba(82, 112, 138, 0.2), transparent 64%),
    var(--alpine-bg);
}

.alp-snow-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(26px, 4.5vw, 60px);
}

.alp-snow-editorial__text h2 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(2rem, 4.6vw, 4.75rem);
  line-height: 0.94;
}

.alp-snow-editorial__text p {
  margin: 0 0 1rem;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.75;
  color: var(--alpine-text-muted);
}

.alp-snow-editorial__image {
  border-radius: 22px;
  overflow: hidden;
  min-height: clamp(360px, 60vw, 820px);
  position: relative;
  box-shadow: 0 36px 80px -46px rgba(10, 20, 34, 0.56);
}

.alp-snow-editorial__image img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alp-wed-packages {
  position: relative;
  overflow: clip;
  color: #f4f8ff;
  scroll-margin-top: 110px;
}

.alp-wed-packages__bg,
.alp-wed-packages__bg img,
.alp-wed-packages__veil {
  position: absolute;
  inset: 0;
}

.alp-wed-packages__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alp-wed-packages__veil {
  background: linear-gradient(115deg, rgba(8, 16, 28, 0.92), rgba(10, 24, 42, 0.72));
}

.alp-wed-packages__content {
  position: relative;
  z-index: 1;
  padding-top: clamp(82px, 10vw, 130px);
  padding-bottom: clamp(82px, 10vw, 130px);
}

.alp-wed-packages__content h2 {
  margin: 0.55rem 0 0.8rem;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 0.95;
}

.alp-wed-packages__content > p {
  margin: 0;
  max-width: 44rem;
  color: rgba(241, 248, 255, 0.94);
}

.alp-wed-packages__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 24px);
}

.alp-wed-packages__card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: clamp(20px, 3vw, 30px);
  background: rgba(8, 18, 32, 0.58);
  backdrop-filter: blur(8px);
}

.alp-wed-packages__label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
}

.alp-wed-packages__card h3 {
  margin: 0.6rem 0 0.15rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.alp-wed-packages__meta {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.9;
}

.alp-wed-packages__price {
  margin: 0.55rem 0 0.7rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.alp-wed-packages__card > p:last-of-type {
  margin: 0 0 1.1rem;
  line-height: 1.7;
  color: rgba(241, 248, 255, 0.92);
}

.alp-wed-packages__card .alp-btn--outline {
  background: #f6fbff;
  border-color: #f6fbff;
  color: #0f2743;
}

.alp-wed-packages__card .alp-btn--outline:hover {
  background: #d9eaf7;
  border-color: #d9eaf7;
  color: #0b1f35;
}

.alp-wed-packages__note {
  margin: 1rem 0 0;
  color: rgba(241, 248, 255, 0.86);
}

.alp-wed-for-you {
  padding: clamp(84px, 10vw, 132px) 0;
  background: var(--alpine-bg);
}

.alp-wed-for-you__letter {
  position: relative;
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4.8vw, 54px);
  border-radius: 14px;
  border: 1px solid rgba(29, 50, 73, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 243, 232, 0.96)),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 29px,
      rgba(52, 78, 106, 0.08) 30px,
      transparent 31px
    );
  box-shadow:
    0 38px 80px -52px rgba(11, 22, 37, 0.46),
    0 10px 20px -12px rgba(11, 22, 37, 0.28);
  transform: rotate(-2.2deg);
  transform-origin: center center;
  transition: transform 650ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

.alp-wed-for-you__letter::before {
  content: '\2665';
  position: absolute;
  top: 0;
  left: 0;
  color: #d71920;
  font-size: clamp(4rem, 9vw, 6.5rem);
  line-height: 1;
  transform: translate(-28%, -49%) rotate(-14deg);
  transform-origin: center;
  filter: drop-shadow(0 4px 8px rgba(124, 10, 13, 0.28));
  transition: transform 650ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

.alp-wed-for-you__letter.is-inview {
  transform: rotate(0deg);
}

.alp-wed-for-you__letter.is-inview::before {
  transform: translate(-28%, -49%) rotate(0deg);
}

.alp-wed-for-you__letter h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.96;
}

.alp-wed-for-you__letter p {
  margin: 0 0 1rem;
  line-height: 1.76;
  color: #324961;
}

.alp-wed-for-you__signoff {
  margin: 1.3rem 0 0;
  font-family: var(--wp--preset--font-family--display-serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: #b8860b;
}

.alp-wed-menu {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #0f233d;
  color: #f3f8ff;
}

.alp-wed-menu h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 0.96;
}

.alp-wed-menu__options {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.alp-wed-menu__card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  padding: clamp(18px, 2.8vw, 28px);
}

.alp-wed-menu__card h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.alp-wed-menu__price {
  margin: 0 0 0.65rem;
  font-size: 1.13rem;
  font-weight: 700;
}

.alp-wed-menu__card p:last-child {
  margin: 0;
  color: rgba(242, 248, 255, 0.92);
  line-height: 1.72;
}

.alp-wed-extras {
  padding: clamp(84px, 10vw, 128px) 0;
  background: var(--alpine-surface);
}

.alp-wed-extras__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: stretch;
}

.alp-wed-extras h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 0.96;
}

.alp-wed-extras__included {
  margin: 0.8rem 0 1rem;
  color: var(--alpine-text-muted);
}

.alp-wed-extras__list {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
  gap: 2rem;
}

.alp-wed-extras__list li {
  margin: 0 0 0.7rem;
  break-inside: avoid;
  color: var(--alpine-text);
}

.alp-wed-extras__image {
  min-height: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 62px -40px rgba(13, 24, 40, 0.5);
  position: relative;
}

.alp-wed-extras__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 42%;
  transform: scale(1.14);
  transform-origin: center center;
}

.alp-snow-media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.alp-snow-media-video--editorial {
  transform: scale(1.12);
  transform-origin: center center;
}

.alp-snow-forecast {
  position: relative;
  padding: clamp(96px, 12vw, 160px) 0;
  color: #eef5ff;
  overflow: clip;
}

.alp-snow-forecast__image,
.alp-snow-forecast__image img {
  position: absolute;
  inset: 0;
}

.alp-snow-forecast__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alp-snow-forecast::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(10, 17, 27, 0.94), rgba(10, 24, 42, 0.68));
}

.alp-snow-forecast__content {
  position: relative;
  z-index: 1;
}

.alp-snow-forecast__card {
  width: min(820px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: clamp(24px, 4vw, 44px);
  background: rgba(9, 20, 34, 0.56);
  backdrop-filter: blur(9px);
}

.alp-snow-forecast__card h2 {
  margin: 0.6rem 0 0.7rem;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  line-height: 0.96;
}

.alp-snow-forecast__card p {
  margin: 0 0 1.1rem;
  font-size: 1.02rem;
  color: rgba(237, 245, 255, 0.9);
}

.alp-snow-forecast__embed {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.95);
}

.alp-snow-forecast__embed iframe {
  display: block;
  width: 100%;
  min-height: 285px;
  border: 0;
}

.alp-snow-gallery {
  padding: clamp(86px, 11vw, 144px) clamp(16px, 4vw, 40px);
  background: var(--alpine-surface);
}

.alp-snow-gallery__grid {
  margin: 0 auto;
  max-width: 1460px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr) minmax(0, 0.92fr);
  grid-template-rows: minmax(260px, 1fr) minmax(260px, 1fr);
  gap: clamp(14px, 1.8vw, 22px);
}

.alp-snow-gallery__item {
  border-radius: 18px;
  overflow: hidden;
  min-height: clamp(260px, 30vw, 420px);
  position: relative;
}

.alp-snow-gallery__item--large {
  grid-row: 1 / span 2;
  min-height: clamp(560px, 75vw, 980px);
}

.alp-snow-gallery__item--under-small {
  grid-column: 2;
  grid-row: 2;
}

.alp-snow-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alp-snow-editorial__image .alp-snow-media-video,
.alp-snow-gallery__item .alp-snow-media-video {
  inset: 0;
  position: absolute;
}

.alp-snow-gallery__copy {
  grid-row: 1 / span 2;
  border-radius: 18px;
  padding: clamp(24px, 3.2vw, 38px);
  background: var(--alpine-surface-muted);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alp-snow-gallery__copy h2 {
  margin: 0.6rem 0 0.9rem;
  font-size: clamp(1.9rem, 3.7vw, 3.8rem);
  line-height: 0.96;
}

.alp-snow-gallery__copy p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.72;
  color: var(--alpine-text-muted);
}

.alp-snow-gallery__actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 1080px) {
  .alp-snow-facts__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alp-snow-editorial__grid {
    grid-template-columns: 1fr;
  }

  .alp-snow-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .alp-snow-gallery__item--large,
  .alp-snow-gallery__copy {
    grid-row: auto;
  }

  .alp-snow-gallery__item--under-small {
    grid-column: auto;
    grid-row: auto;
  }

  .alp-snow-gallery__copy {
    grid-column: 1 / -1;
  }

  .alp-wed-packages__cards,
  .alp-wed-menu__options,
  .alp-wed-extras__grid {
    grid-template-columns: 1fr;
  }

  .alp-wed-extras__list {
    columns: 1;
  }

  .alp-wed-for-you__letter {
    transform: rotate(-1.2deg);
  }
}

@media (max-width: 700px) {
  .alp-snow-hero {
    min-height: 88svh;
  }

  .alp-snow-hero__content {
    padding-top: 120px;
    padding-bottom: 44px;
  }

  .alp-snow-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 13vw, 3.8rem);
  }

  .alp-snow-facts__row {
    grid-template-columns: 1fr;
  }

  .alp-snow-forecast__embed iframe {
    min-height: 315px;
  }

  .alp-snow-gallery__grid {
    grid-template-columns: 1fr;
  }

  .alp-snow-gallery {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alp-wed-for-you__letter,
  .alp-wed-for-you__letter::before {
    transition: none;
  }

  .alp-wed-for-you__letter,
  .alp-wed-for-you__letter.is-inview,
  .alp-wed-for-you__letter::before,
  .alp-wed-for-you__letter.is-inview::before {
    transform: none;
  }
}

/* ============================================
   Accessibility Contrast Hardening
   ============================================ */
.alp-snow-facts__value,
.alp-snow-facts__label,
.alp-wed-packages__content h2,
.alp-wed-packages__content > p,
.alp-wed-packages__note,
.alp-wed-menu h2,
.alp-wed-menu__card h3,
.alp-wed-menu__price,
.alp-wed-menu__card p:last-child {
  color: rgba(245, 251, 255, 0.98);
  opacity: 1;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.alp-wed-packages__card {
  background: #0a1624;
  border-color: rgba(245, 251, 255, 0.35);
}

.alp-wed-packages__label,
.alp-wed-packages__card h3,
.alp-wed-packages__meta,
.alp-wed-packages__price,
.alp-wed-packages__card > p:last-of-type {
  color: #f7fbff;
  opacity: 1;
}

.alp-snow-hero__cta .alp-btn--ghost,
.alp-wed-packages__card .alp-btn--outline,
.alp-wed-extras .alp-btn--outline {
  background: rgba(7, 15, 25, 0.68);
  border-color: rgba(245, 251, 255, 0.9);
  color: #f7fbff !important;
}

.alp-snow-hero__cta .alp-btn--ghost:hover,
.alp-wed-packages__card .alp-btn--outline:hover,
.alp-wed-extras .alp-btn--outline:hover {
  background: rgba(245, 251, 255, 0.15);
  color: #ffffff !important;
}

html[data-theme='dark'] .alp-snow-facts {
  background: linear-gradient(180deg, #07111f 0%, #0f1f34 100%);
}

html[data-theme='dark'] .alp-snow-facts__item {
  background: rgba(7, 16, 28, 0.86);
  border-color: rgba(245, 251, 255, 0.28);
}

html[data-theme='dark'] .alp-snow-facts__value,
html[data-theme='dark'] .alp-snow-facts__label {
  color: #f7fbff !important;
}

html[data-theme='dark'] .alp-wed-menu__card {
  background: rgba(8, 17, 30, 0.84);
  border-color: rgba(245, 251, 255, 0.28);
}

html[data-theme='dark'] .alp-wed-packages__card .alp-btn--outline {
  background: transparent;
  border-color: rgba(245, 251, 255, 0.9);
  color: #f7fbff !important;
}

html[data-theme='dark'] .alp-wed-packages__card .alp-btn--outline:hover {
  background: #f5fbff;
  border-color: #f5fbff;
  color: #102033 !important;
}

html[data-theme='dark'] .alp-wed-for-you__letter {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 232, 0.98)),
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 29px,
      rgba(52, 78, 106, 0.08) 30px,
      transparent 31px
    );
}

html[data-theme='dark'] .alp-wed-for-you__letter h2,
html[data-theme='dark'] .alp-wed-for-you__letter p {
  color: #1f3348;
  text-shadow: none;
}

html[data-theme='dark'] .alp-wed-for-you__signoff {
  color: #b8860b;
  text-shadow: none;
}

html[data-theme='dark'] .alp-snow-forecast__card {
  background: rgba(8, 16, 28, 0.9);
  border-color: rgba(245, 251, 255, 0.34);
}

html[data-theme='dark'] .alp-snow-forecast__card p,
html[data-theme='dark'] .alp-snow-forecast__card h2,
html[data-theme='dark'] .alp-snow-forecast__card .alp-eyebrow {
  color: #f7fbff;
}

html[data-theme='dark'] .alp-snow-forecast__card .alp-btn--ghost {
  border-color: rgba(245, 251, 255, 0.9);
  color: #f7fbff !important;
}
