.chateau-reveal {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #050505;
  color: #f4f7fb;
  overflow: hidden;
}

.chateau-reveal__stage {
  position: relative;
  min-height: 110svh;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 58fr);
  column-gap: 4%;
  align-items: center;
  padding: clamp(7rem, 10vh, 10rem) clamp(2rem, 5.5vw, 7rem);
  background:
    radial-gradient(ellipse at 70% 53%, rgba(9, 79, 151, .32) 0%, rgba(5, 36, 78, .18) 32%, transparent 66%),
    linear-gradient(135deg, #05070b 0%, #06101d 52%, #030508 100%);
}

.chateau-reveal__media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18% 5% 12%;
  background: rgba(12, 98, 188, .2);
  filter: blur(110px);
  border-radius: 50%;
}

.chateau-reveal__shade {
  position: absolute;
  inset: 0;
}

.chateau-reveal__media {
  position: relative;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: min(78vh, 56vw);
  min-height: 580px;
  overflow: hidden;
}

.chateau-reveal__image {
  position: absolute;
  top: 52%;
  left: 50%;
  display: block;
  width: auto;
  height: 138%;
  max-width: none;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  filter: drop-shadow(0 45px 80px rgba(0, 0, 0, .48));
  will-change: transform, opacity;
}

.chateau-reveal__ipad {
  position: absolute;
  z-index: 1;
  bottom: 3%;
  left: 2%;
  display: block;
  width: auto;
  height: 53.8%;
  max-width: none;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .42));
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.chateau-reveal__shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, .95) 2%, rgba(5, 7, 11, .32) 12%, transparent 25%),
    linear-gradient(180deg, transparent 67%, rgba(5, 7, 11, .26) 82%, #050505 100%),
    linear-gradient(90deg, rgba(4, 7, 12, .88) 0%, rgba(4, 9, 16, .6) 25%, rgba(4, 9, 16, .08) 54%, rgba(3, 5, 8, .28) 100%);
}

.chateau-reveal__copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.chateau-reveal__headline {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.chateau-reveal__headline > span,
.chateau-reveal__headline > strong {
  display: block;
}

.chateau-reveal__headline > span {
  font-size: clamp(42px, 3vw, 46px);
}

.chateau-reveal__emphasis {
  margin-top: clamp(30px, 2.2vw, 36px);
  color: #fff;
  font-size: clamp(32px, 2.35vw, 36px);
  font-weight: 700;
}

.chateau-reveal__support {
  max-width: 31rem;
  margin: clamp(1.75rem, 2.3vw, 2.6rem) 0 0;
  color: rgba(255, 255, 255, .68);
  font-family: inherit;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 400;
  line-height: 1.65;
}

.chateau-reveal__support strong {
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1367px) {
  .chateau-reveal__stage {
    min-height: max(1000px, 112svh);
  }
}

@media (min-width: 769px) and (max-width: 1366px) {
  .chateau-reveal__stage {
    min-height: 100svh;
    grid-template-columns: minmax(0, 39fr) minmax(0, 57fr);
    column-gap: 4%;
    padding: clamp(5.5rem, 9vh, 7rem) clamp(2rem, 4.5vw, 4rem);
  }

  .chateau-reveal__media {
    height: min(76vh, 58vw);
    min-height: 470px;
  }

  .chateau-reveal__headline > span {
    font-size: clamp(38px, 3.2vw, 44px);
  }

  .chateau-reveal__emphasis {
    margin-top: clamp(30px, 2.5vw, 34px);
    font-size: clamp(30px, 2.7vw, 34px);
  }

  .chateau-reveal__support {
    max-width: 27rem;
  }

  .chateau-reveal__copy {
    margin-left: clamp(28px, 3.5vw, 48px);
  }
}

@media (max-width: 768px) {
  .chateau-reveal__stage {
    min-height: clamp(42rem, 88svh, 52rem);
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 1.5rem;
    align-items: start;
    padding: clamp(6.5rem, 15svh, 8.5rem) 1.25rem 4rem;
  }

  .chateau-reveal__media {
    grid-column: 1;
    grid-row: 2;
    height: min(49svh, 29rem);
    min-height: 300px;
  }

  .chateau-reveal__shade {
    background:
      linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, .94) 2.5%, rgba(5, 7, 11, .28) 15%, transparent 29%),
      linear-gradient(180deg, transparent 65%, rgba(5, 7, 11, .26) 82%, #050505 100%),
      linear-gradient(90deg, rgba(4, 8, 14, .7) 0%, rgba(4, 9, 16, .25) 68%, rgba(3, 5, 8, .38) 100%);
  }

  .chateau-reveal__copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  .chateau-reveal__headline {
    line-height: 1.1;
    letter-spacing: 0;
  }

  .chateau-reveal__headline > span {
    font-size: clamp(28px, 7.8vw, 34px);
  }

  .chateau-reveal__emphasis {
    margin-top: clamp(22px, 6.5vw, 28px);
    font-size: clamp(22px, 6.4vw, 26px);
    font-weight: 700;
  }

  .chateau-reveal__support {
    max-width: 34rem;
    margin-top: 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chateau-reveal__media {
    transform: none;
    will-change: auto;
  }

  .chateau-reveal__image,
  .chateau-reveal__ipad {
    will-change: auto;
  }
}

@media (min-width: 1367px) and (max-width: 1799px) {
  .chateau-reveal__copy {
    margin-left: clamp(56px, 4.5vw, 80px);
  }
}

@media (min-width: 1800px) {
  .chateau-reveal__copy {
    margin-left: clamp(120px, 7vw, 150px);
  }

  .chateau-reveal__headline {
    line-height: 1.09;
  }

  .chateau-reveal__headline > span {
    color: #fff;
    font-size: clamp(50px, 2.75vw, 52px);
    font-weight: 700;
  }

  .chateau-reveal__emphasis {
    color: #fff;
    font-size: clamp(34px, 1.9vw, 38px);
    font-weight: 700;
    white-space: nowrap;
  }
}
