/* Owner-approved exact-image homepage preview. */

.secret-homepage-exact {
  background: #000;
}

.secret-homepage-exact .homepage-preview {
  min-height: 0;
  overflow: hidden;
  background: #000;
}

@media (max-width: 767px) {
  .secret-homepage-exact > .site-header,
  .secret-homepage-exact > .navigation-drawer {
    display: none;
  }
}

@media (min-width: 768px) {
  .secret-homepage-exact.legacy-artwork-headers > .site-header,
  .secret-homepage-exact.legacy-artwork-headers > .navigation-drawer {
    display: none;
  }
}

.homepage-artwork-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #000;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--secret-crimson) #000;
}

.homepage-artwork {
  position: relative;
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
  background: #000;
}

.homepage-split-header {
  position: relative;
  width: 100%;
  aspect-ratio: 6688 / 400;
  overflow: hidden;
  background: #000;
}

.homepage-split-header__brand {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 25.18%;
  height: 100%;
  align-items: center;
}

.homepage-split-header__brand:focus-visible {
  outline: 2px solid var(--secret-neon);
  outline-offset: -2px;
}

.homepage-split-header__logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.homepage-split-header__artwork {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 73.264%;
  height: auto;
  user-select: none;
}

.homepage-main-artwork {
  position: relative;
  width: 100%;
  aspect-ratio: 1672 / 841;
  background: #000;
}

.homepage-artwork__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 841;
  object-fit: contain;
  user-select: none;
}

.homepage-hotspots {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.homepage-header-hotspots {
  right: 0;
  left: auto;
  width: 73.264%;
}

.homepage-hotspot {
  display: block;
  position: absolute;
  min-width: 28px;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
}

.homepage-hotspot:hover {
  background: rgba(255, 48, 71, .035);
}

.homepage-hotspot:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--secret-neon);
  outline-offset: -2px;
  background: rgba(0, 0, 0, .14);
  box-shadow: inset 0 0 12px rgba(255, 48, 71, .3);
}

.homepage-hotspot--home {
  top: 40%;
  left: 2%;
  width: 6.2%;
  height: 48%;
}

.homepage-hotspot--secrets {
  top: 40%;
  left: 8.6%;
  width: 11.8%;
  height: 48%;
}

.homepage-hotspot--rates {
  top: 40%;
  left: 20.7%;
  width: 7.5%;
  height: 48%;
}

.homepage-hotspot--schedule {
  top: 40%;
  left: 28.4%;
  width: 9.9%;
  height: 48%;
}

.homepage-hotspot--etiquette {
  top: 40%;
  left: 38.5%;
  width: 10.4%;
  height: 48%;
}

.homepage-hotspot--faq {
  top: 40%;
  left: 49.2%;
  width: 6.1%;
  height: 48%;
}

.homepage-hotspot--join {
  top: 40%;
  left: 55.5%;
  width: 8.7%;
  height: 48%;
}

.homepage-hotspot--contact {
  top: 40%;
  left: 64.4%;
  width: 9.9%;
  height: 48%;
}

.homepage-hotspot--book {
  top: 35%;
  left: 82.5%;
  width: 15.2%;
  height: 54%;
}

.homepage-hotspot--view-secrets {
  top: 41.65%;
  left: 15.65%;
  width: 10.2%;
  height: 4.45%;
}

.homepage-hotspot--available {
  top: 41.65%;
  left: 26.35%;
  width: 10.8%;
  height: 4.45%;
}

.homepage-hotspot--view-all {
  top: 83.05%;
  left: 42.25%;
  width: 14.1%;
  height: 4.15%;
}

.homepage-featured-carousel {
  --featured-gap: clamp(12px, .9vw, 18px);
  position: absolute;
  z-index: 3;
  top: 53.5%;
  left: 16.4%;
  width: 67.2%;
  height: 28.45%;
  overflow: hidden;
  contain: layout paint;
}

.homepage-featured-carousel__viewport {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x;
}

.homepage-featured-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.homepage-featured-carousel__viewport:focus-visible {
  outline: 2px solid var(--secret-neon);
  outline-offset: -2px;
}

.homepage-featured-carousel__track,
.homepage-featured-carousel__sequence {
  display: flex;
  height: 100%;
  align-items: center;
}

.homepage-featured-carousel.is-manual .homepage-featured-carousel__track {
  width: max-content;
}

.homepage-featured-carousel.is-manual .homepage-featured-carousel__sequence {
  width: auto;
  min-width: max-content;
  justify-content: flex-start;
}

.homepage-featured-carousel__track {
  width: 100%;
  gap: 0;
}

.homepage-featured-carousel__sequence {
  width: 100%;
  min-width: 0;
  justify-content: center;
  gap: var(--featured-gap);
}

.homepage-featured-card {
  display: block;
  position: relative;
  width: clamp(160px, 12.5vw, 256px);
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 425 / 485;
  background: #020101;
  color: var(--secret-ivory);
  isolation: isolate;
  text-decoration: none;
}

.homepage-featured-card--disabled {
  cursor: default;
}

.homepage-featured-card__photo,
.homepage-featured-card__vignette,
.homepage-featured-card__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.homepage-featured-card__photo {
  z-index: 1;
  object-fit: cover;
  object-position: var(--featured-position-x, 50%) var(--featured-position-y, 50%);
  filter: saturate(.76) contrast(1.08) brightness(.68);
}

.homepage-featured-card__vignette {
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 43%, transparent 22%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .72) 87%, rgba(0, 0, 0, .9) 100%),
    linear-gradient(180deg, rgba(45, 0, 7, .08), transparent 36%, rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .9) 100%),
    linear-gradient(90deg, rgba(65, 2, 10, .24), transparent 38%, transparent 62%, rgba(65, 2, 10, .24));
  pointer-events: none;
}

.homepage-featured-card__frame {
  z-index: 3;
  object-fit: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  user-select: none;
}

.homepage-featured-card__name {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 7%;
  left: 8%;
  overflow: hidden;
  color: #ff384d;
  font-family: var(--font-editorial);
  font-size: clamp(17px, 1.45vw, 29px);
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.05;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0 9px rgba(255, 48, 71, .4), 0 2px 8px #000;
  white-space: nowrap;
}

.homepage-featured-card[href]:hover .homepage-featured-card__photo,
.homepage-featured-card[href]:focus-visible .homepage-featured-card__photo {
  filter: saturate(.84) contrast(1.08) brightness(.76);
}

.homepage-featured-card[href]:focus-visible {
  outline: 2px solid var(--secret-neon);
  outline-offset: -3px;
}

.homepage-featured-carousel.is-looping .homepage-featured-carousel__track {
  width: max-content;
  animation: homepage-featured-scroll var(--featured-carousel-duration, 32s) linear infinite;
}

.homepage-featured-carousel.is-looping .homepage-featured-carousel__sequence {
  width: auto;
  min-width: max-content;
  padding-right: var(--featured-gap);
  justify-content: flex-start;
}

.homepage-featured-carousel.is-looping:hover .homepage-featured-carousel__track,
.homepage-featured-carousel.is-looping:focus-within .homepage-featured-carousel__track {
  animation-play-state: paused;
}

@keyframes homepage-featured-scroll {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.homepage-lower {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 48, 71, .44);
  background: #020202;
  box-shadow: 0 -18px 54px rgba(143, 21, 34, .16);
  color: var(--secret-ivory-muted);
}

.homepage-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.homepage-section__inner {
  width: min(100%, 1400px);
  padding-inline: clamp(22px, 5vw, 80px);
  margin-inline: auto;
}

.homepage-editorial-grid {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: clamp(44px, 7vw, 116px);
}

.homepage-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  min-width: 0;
}

.homepage-copy__rule {
  display: block;
  width: 96px;
  height: 1px;
  margin-bottom: clamp(24px, 3vw, 38px);
  background: linear-gradient(90deg, var(--secret-neon), rgba(255, 48, 71, .08));
  box-shadow: 0 0 14px rgba(255, 48, 71, .28);
}

.homepage-copy h2 {
  margin-bottom: clamp(26px, 3vw, 42px);
  color: var(--secret-ivory);
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .98;
}

.homepage-copy p {
  max-width: 650px;
  margin-bottom: 1.35em;
  color: #d7ccc5;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.8;
}

.homepage-copy p:last-child {
  margin-bottom: 0;
}

.homepage-figure {
  min-width: 0;
}

.homepage-figure img {
  width: 100%;
  height: auto;
}

.homepage-welcome {
  background:
    radial-gradient(circle at 82% 48%, rgba(143, 21, 34, .18), transparent 29%),
    linear-gradient(180deg, #020202 0%, #050203 100%);
}

.homepage-editorial-grid--welcome {
  min-height: clamp(760px, 63vw, 990px);
  padding-top: clamp(86px, 10vw, 154px);
}

.homepage-copy--welcome {
  padding-bottom: clamp(70px, 8vw, 130px);
}

.homepage-figure--welcome,
.homepage-figure--locations {
  width: min(100%, 610px);
  align-self: end;
  justify-self: center;
}

.homepage-figure--welcome img,
.homepage-figure--locations img {
  max-height: 900px;
  object-fit: contain;
  object-position: center bottom;
}

.homepage-why {
  border-block: 1px solid rgba(143, 21, 34, .34);
  background:
    radial-gradient(circle at 14% 44%, rgba(213, 31, 50, .13), transparent 30%),
    #040303;
}

.homepage-editorial-grid--why {
  min-height: clamp(720px, 54vw, 880px);
  padding-block: clamp(90px, 10vw, 156px);
}

.homepage-figure--editorial {
  position: relative;
  width: 100%;
}

.homepage-figure--editorial::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(4, 3, 3, .72) 100%);
  content: "";
  pointer-events: none;
}

.homepage-figure--editorial img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.homepage-editorial-list,
.homepage-locations__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.homepage-editorial-list li {
  position: relative;
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid rgba(143, 21, 34, .44);
  color: var(--secret-ivory-muted);
  font-family: var(--font-editorial);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.35;
}

.homepage-editorial-list li:first-child {
  border-top: 1px solid rgba(143, 21, 34, .44);
}

.homepage-editorial-list li::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 8px;
  height: 1px;
  background: var(--secret-neon);
  box-shadow: var(--glow-soft);
  content: "";
}

.homepage-cinematic {
  display: grid;
  min-height: clamp(700px, 62vw, 980px);
  align-items: center;
  background: #030202;
}

.homepage-cinematic__image,
.homepage-final-cta__image {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.homepage-cinematic__image {
  object-position: center center;
}

.homepage-cinematic__shade,
.homepage-final-cta__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.homepage-cinematic__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .74) 41%, rgba(0, 0, 0, .2) 74%, rgba(0, 0, 0, .46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .46), transparent 28%, transparent 70%, rgba(0, 0, 0, .72));
}

.homepage-cinematic__content {
  padding-block: clamp(110px, 12vw, 190px);
}

.homepage-copy--cinematic {
  max-width: 760px;
  padding: clamp(28px, 4vw, 54px) clamp(26px, 4vw, 56px);
  border-left: 1px solid rgba(255, 48, 71, .65);
  background: rgba(0, 0, 0, .32);
  box-shadow: -22px 0 60px rgba(0, 0, 0, .2);
}

.homepage-copy--cinematic h2 {
  max-width: 720px;
}

.homepage-locations {
  border-top: 1px solid rgba(143, 21, 34, .34);
  background:
    radial-gradient(circle at 78% 40%, rgba(213, 31, 50, .15), transparent 31%),
    linear-gradient(180deg, #040303, #020202);
}

.homepage-editorial-grid--locations {
  min-height: clamp(760px, 60vw, 960px);
  padding-top: clamp(92px, 10vw, 158px);
}

.homepage-copy--locations {
  padding-bottom: clamp(76px, 8vw, 130px);
}

.homepage-locations__list {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.homepage-locations__list li {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(143, 21, 34, .4);
  color: var(--secret-ivory);
  font-family: var(--font-editorial);
  font-size: clamp(24px, 2vw, 32px);
}

.homepage-locations__list li::before {
  display: block;
  width: 20px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--secret-neon);
  box-shadow: var(--glow-soft);
  content: "";
}

.homepage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.homepage-cta {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secret-neon);
  border-radius: 0;
  background: rgba(95, 8, 17, .5);
  box-shadow: 0 0 17px rgba(255, 48, 71, .14), inset 0 0 12px rgba(255, 48, 71, .05);
  color: var(--secret-ivory);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast);
}

.homepage-cta--quiet {
  border-color: rgba(213, 31, 50, .66);
  background: rgba(0, 0, 0, .38);
}

.homepage-cta:hover,
.homepage-cta:focus-visible {
  border-color: var(--secret-neon-soft);
  background: rgba(143, 21, 34, .76);
  box-shadow: 0 0 22px rgba(255, 48, 71, .28);
  color: #fff;
}

.homepage-final-cta {
  display: grid;
  min-height: clamp(500px, 42vw, 680px);
  align-items: center;
  border-block: 1px solid rgba(255, 48, 71, .38);
  background: #070102;
}

.homepage-final-cta__image {
  object-position: center center;
}

.homepage-final-cta__shade {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, .36), rgba(0, 0, 0, .7) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, .44), transparent 28%, transparent 70%, rgba(0, 0, 0, .55));
}

.homepage-final-cta__content {
  display: flex;
  max-width: 920px;
  padding-block: clamp(92px, 11vw, 170px);
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.homepage-final-cta__accent {
  margin-bottom: 24px;
  color: var(--secret-ivory);
  font-family: var(--font-editorial);
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .95;
  text-shadow: 0 0 26px rgba(255, 48, 71, .22);
}

.homepage-final-cta__copy {
  max-width: 680px;
  margin-bottom: 36px;
  color: var(--secret-ivory-muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

@media (min-width: 900px) {
  .homepage-editorial-grid--welcome,
  .homepage-editorial-grid--locations {
    grid-template-columns: minmax(0, .95fr) minmax(380px, .78fr);
  }

  .homepage-editorial-grid--why {
    grid-template-columns: minmax(480px, 1.1fr) minmax(0, .9fr);
  }

  .homepage-figure--editorial {
    margin-left: min(-4vw, -38px);
  }

}

@media (max-width: 899px) {
  .homepage-section__inner {
    padding-inline: clamp(20px, 7vw, 52px);
  }

  .homepage-editorial-grid--welcome,
  .homepage-editorial-grid--locations {
    padding-top: clamp(78px, 13vw, 112px);
  }

  .homepage-copy--welcome,
  .homepage-copy--locations {
    padding-bottom: 0;
  }

  .homepage-figure--welcome,
  .homepage-figure--locations {
    width: min(100%, 520px);
  }

  .homepage-editorial-grid--why {
    padding-block: clamp(78px, 13vw, 112px);
  }

  .homepage-editorial-grid--why .homepage-copy {
    order: 1;
  }

  .homepage-editorial-grid--why .homepage-figure {
    order: 2;
  }

  .homepage-figure--editorial {
    width: min(100%, 760px);
    justify-self: center;
  }

  .homepage-copy--cinematic {
    max-width: 680px;
  }

  .homepage-cinematic__shade {
    background: rgba(0, 0, 0, .7);
  }

}

@media (max-width: 767px) {
  .homepage-artwork {
    width: 960px;
    max-width: none;
    margin-inline: 0;
  }

  .homepage-artwork-viewport {
    -webkit-overflow-scrolling: touch;
  }

  .homepage-hotspot {
    min-width: 40px;
    min-height: 40px;
  }

  .homepage-featured-carousel {
    --featured-gap: 12px;
  }

  .homepage-featured-card {
    width: 120px;
  }

  .homepage-featured-card__name {
    font-size: 14px;
  }

  .homepage-copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .homepage-copy p {
    font-size: 17px;
    line-height: 1.72;
  }

  .homepage-copy__rule {
    width: 72px;
  }

  .homepage-figure--welcome,
  .homepage-figure--locations {
    width: min(112%, 470px);
  }

  .homepage-cinematic {
    min-height: 780px;
  }

  .homepage-cinematic__image {
    object-position: 58% center;
  }

  .homepage-cinematic__content {
    padding-block: 88px;
  }

  .homepage-copy--cinematic {
    padding: 30px 24px;
    background: rgba(0, 0, 0, .48);
  }

  .homepage-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .homepage-cta {
    width: 100%;
    min-height: 54px;
  }

  .homepage-final-cta {
    min-height: 540px;
  }

  .homepage-final-cta__image {
    object-position: 30% center;
  }

}

@media (prefers-reduced-motion: reduce) {
  .homepage-artwork-viewport {
    scroll-behavior: auto;
  }

  .homepage-featured-carousel.is-looping .homepage-featured-carousel__track {
    animation: none;
    transform: none;
  }
}

@media (hover: none), (pointer: coarse) {
  .homepage-featured-carousel.is-looping .homepage-featured-carousel__track {
    animation: none;
    transform: none;
  }
}
