/* Desktop Our Secrets directory. Persistent banner artwork is not bundled. */

.secrets-directory-page {
  background: #020101;
}

.secrets-desktop-canvas {
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
  overflow: hidden;
  background: #020101;
}

.secrets-artwork-header {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #020202;
}

.secrets-artwork-header__brand {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  display: flex;
  width: 25.18%;
  align-items: center;
}

.secrets-artwork-header__brand img,
.secrets-artwork-header__navigation {
  display: block;
  width: 100%;
  height: auto;
}

.secrets-artwork-header__navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 73.264%;
}

.secrets-artwork-hotspots {
  position: absolute;
  inset: 0 0 0 auto;
  width: 73.264%;
}

.secrets-artwork-hotspot {
  position: absolute;
  display: block;
  min-width: 28px;
  min-height: 28px;
}

.secrets-artwork-hotspot:focus-visible,
.secrets-artwork-header__brand:focus-visible {
  z-index: 4;
  outline: 2px solid #ff3047;
  outline-offset: -3px;
  background: rgba(255, 48, 71, .08);
}

.secrets-page {
  --secrets-neon: #ff3047;
  --secrets-rim: rgba(196, 35, 54, .7);
  --secrets-structural: rgba(116, 24, 37, .58);
  --secrets-ivory: #f4eee6;
  --secrets-muted: #b8ada6;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 17% 42%, rgba(105, 8, 26, .15), transparent 32%),
    radial-gradient(ellipse at 81% 67%, rgba(127, 10, 31, .13), transparent 34%),
    linear-gradient(180deg, #020101 0%, #080204 52%, #020101 100%);
}

.secrets-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(97, 9, 26, .035) 50%, transparent);
}

.secrets-hero {
  position: relative;
  z-index: 1;
  height: clamp(300px, 25vw, 460px);
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.secrets-hero__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.secrets-directory {
  position: relative;
  z-index: 2;
  width: min(100% - 56px, 1360px);
  margin-inline: auto;
  padding-block: clamp(30px, 3vw, 46px) 78px;
}

.secrets-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 1.55vw, 24px);
}

.secrets-card {
  min-width: 0;
  aspect-ratio: 425 / 485;
}

.secrets-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--secrets-structural);
  border-radius: 7px;
  color: var(--secrets-ivory);
  background:
    linear-gradient(150deg, rgba(38, 5, 12, .9), rgba(3, 1, 2, .98) 54%, rgba(23, 3, 8, .94)),
    #030102;
  box-shadow:
    0 0 14px rgba(153, 20, 40, .1),
    inset 0 0 24px rgba(113, 12, 30, .1);
  text-decoration: none;
  transform: translateY(0);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.secrets-card__photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 38%, #21070d 0%, #050102 68%, #000 100%);
}

.secrets-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--secret-card-object-position, 50% 50%);
  filter: saturate(.72) contrast(1.1) brightness(.62);
  transition: filter 180ms ease, transform 240ms ease;
}

.secrets-card__photo-missing {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--secrets-muted);
  font-size: 13px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.secrets-card__vignette {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 42%, transparent 27%, rgba(20, 0, 5, .24) 61%, rgba(0, 0, 0, .76) 100%),
    linear-gradient(180deg, rgba(74, 3, 15, .1) 0%, transparent 34%, rgba(0, 0, 0, .28) 57%, rgba(0, 0, 0, .96) 100%),
    linear-gradient(90deg, rgba(70, 2, 12, .18), transparent 38%, transparent 62%, rgba(70, 2, 12, .18));
  pointer-events: none;
}

.secrets-card__copy {
  position: absolute;
  z-index: 3;
  inset: auto 8% 7%;
  text-align: center;
}

.secrets-card__copy h2 {
  overflow: hidden;
  margin: 0;
  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-overflow: ellipsis;
  text-shadow: 0 0 9px rgba(255, 48, 71, .4), 0 2px 8px #000;
  white-space: nowrap;
}

.secrets-card__link:hover,
.secrets-card__link:focus-visible {
  border-color: var(--secrets-neon);
  box-shadow:
    0 0 21px rgba(255, 48, 71, .28),
    inset 0 0 27px rgba(150, 15, 37, .18);
  transform: translateY(-2px);
}

.secrets-card__link:hover .secrets-card__photo img,
.secrets-card__link:focus-visible .secrets-card__photo img {
  filter: saturate(.8) contrast(1.08) brightness(.7);
  transform: scale(1.018);
}

.secrets-card__link:focus-visible {
  outline: 2px solid var(--secret-champagne);
  outline-offset: 4px;
}

.secrets-directory__empty {
  margin: 0;
  padding: 64px 24px;
  border: 1px solid var(--secrets-structural);
  color: var(--secrets-muted);
  background: rgba(18, 3, 7, .5);
  font-size: 17px;
  text-align: center;
}

@media (min-width: 1024px) {
  .secrets-directory-page > .site-header,
  .secrets-directory-page > .navigation-drawer {
    display: none;
  }

  .secrets-artwork-header {
    display: block;
    aspect-ratio: 6688 / 400;
  }

  .secrets-artwork-hotspot--home { inset: 42% 91% 8% 2.5%; }
  .secrets-artwork-hotspot--secrets { inset: 42% 80% 8% 9%; }
  .secrets-artwork-hotspot--rates { inset: 42% 73.5% 8% 19.5%; }
  .secrets-artwork-hotspot--schedule { inset: 42% 64% 8% 26.5%; }
  .secrets-artwork-hotspot--etiquette { inset: 42% 55% 8% 36%; }
  .secrets-artwork-hotspot--faq { inset: 42% 49.3% 8% 45.2%; }
  .secrets-artwork-hotspot--join { inset: 42% 41% 8% 51%; }
  .secrets-artwork-hotspot--contact { inset: 42% 32.4% 8% 58.6%; }
  .secrets-artwork-hotspot--book { inset: 34% 7.5% 7% 77.5%; }
}

@media (max-width: 1279px) {
  .secrets-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .secrets-card__copy h2 {
    font-size: clamp(18px, 2.2vw, 27px);
  }
}

@media (max-width: 1023px) {
  .secrets-directory {
    width: min(100% - 40px, 900px);
  }

  .secrets-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .secrets-directory {
    width: min(100% - 30px, 620px);
  }

  .secrets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .secrets-card__copy h2 {
    font-size: clamp(20px, 5.8vw, 27px);
  }
}

@media (max-width: 700px) {
  .secrets-hero {
    height: 260px;
  }
}

@media (max-width: 430px) {
  .secrets-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .secrets-card {
    width: min(100%, 330px);
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .secrets-card__link,
  .secrets-card__photo img {
    transition: none;
  }

  .secrets-card__link:hover,
  .secrets-card__link:focus-visible,
  .secrets-card__link:hover .secrets-card__photo img,
  .secrets-card__link:focus-visible .secrets-card__photo img {
    transform: none;
  }
}
