/* Lustre location hero proof — r001.
   Intentionally scoped to the four .location-hero pages. */

.breadcrumb + .hero.hero-short.location-hero {
  --hero-focus: 70% 64%;
  --hero-brightness: 0.9;
  display: flex;
  align-items: center;
  min-height: min(700px, calc(100svh - var(--nav-height) - 48px));
  padding: clamp(72px, 7.5vw, 112px) 0 clamp(92px, 8vw, 120px);
  isolation: isolate;
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
  background: #080808;
}

.location-hero--whitstable {
  --hero-focus: 72% 72%;
  --hero-brightness: 0.9;
}

.location-hero--canterbury {
  --hero-focus: 69% 76%;
  --hero-brightness: 0.92;
}

.location-hero--tenterden {
  --hero-focus: 50% 70%;
  --hero-brightness: 0.94;
}

.location-hero--croydon {
  --hero-focus: 64% 56%;
  --hero-brightness: 0.9;
}

.location-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #111;
}

.location-hero__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--hero-focus);
  filter: saturate(0.88) contrast(1.07) brightness(var(--hero-brightness));
  transform: scale(1.008);
}

/* Deep black under the copy, tapering into an intact photographic right side. */
.location-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(7, 7, 7, 0.99) 0%,
      rgba(7, 7, 7, 0.97) 24%,
      rgba(7, 7, 7, 0.86) 42%,
      rgba(7, 7, 7, 0.52) 59%,
      rgba(7, 7, 7, 0.18) 79%,
      rgba(7, 7, 7, 0.08) 100%);
}

.location-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(7, 7, 7, 0.28) 0%,
      rgba(7, 7, 7, 0.03) 32%,
      rgba(7, 7, 7, 0.05) 68%,
      rgba(7, 7, 7, 0.56) 100%),
    radial-gradient(circle at 83% 48%, transparent 0 22%, rgba(0, 0, 0, 0.19) 72%);
}

.location-hero .hero-blob {
  display: none;
}

.location-hero .container {
  z-index: 1;
}

.location-hero .hero-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--color-gold-light);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.85);
}

.location-hero .hero-label::before {
  content: "";
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.location-hero .hero-headline {
  max-width: 15.5ch;
  margin-top: 22px;
  margin-bottom: 26px;
  font-size: clamp(3.6rem, 5.6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 3px 34px rgba(0, 0, 0, 0.8);
}

.location-hero--tenterden .hero-headline,
.location-hero--croydon .hero-headline {
  max-width: 16.5ch;
  font-size: clamp(3.35rem, 5vw, 5.3rem);
}

.location-hero .hero-sub {
  max-width: 54ch;
  color: rgba(245, 240, 232, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.9);
}

.location-hero__credit {
  position: absolute;
  right: clamp(16px, 2.4vw, 38px);
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.location-hero__credit summary {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.5);
  list-style: none;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.location-hero__credit summary::-webkit-details-marker {
  display: none;
}

.location-hero__credit summary::after {
  content: "+";
  color: var(--color-gold-light);
  font-size: 0.72rem;
}

.location-hero__credit[open] summary::after {
  content: "−";
}

.location-hero__credit summary:hover,
.location-hero__credit summary:focus-visible,
.location-hero__credit[open] summary {
  border-color: rgba(232, 201, 138, 0.55);
  color: #fff;
  outline: none;
}

.location-hero__credit-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: min(350px, calc(100vw - 32px));
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(5, 5, 5, 0.94);
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: none;
  white-space: normal;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.location-hero__credit-panel cite {
  color: #fff;
}

.location-hero__credit-panel a {
  color: var(--color-gold-light);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 2px;
}

.location-hero__credit-panel a:hover,
.location-hero__credit-panel a:focus-visible {
  color: #fff;
  text-decoration-color: var(--color-gold-light);
}

@media (max-width: 900px) {
  .location-hero::before {
    background:
      linear-gradient(90deg,
        rgba(7, 7, 7, 0.98) 0%,
        rgba(7, 7, 7, 0.91) 54%,
        rgba(7, 7, 7, 0.34) 100%);
  }

  .location-hero .hero-headline,
  .location-hero--tenterden .hero-headline,
  .location-hero--croydon .hero-headline {
    max-width: 14ch;
    font-size: clamp(3.25rem, 8vw, 5.1rem);
  }
}

@media (max-width: 768px) {
  .breadcrumb + .hero.hero-short.location-hero {
    min-height: 680px;
    padding: 88px 0 112px;
    align-items: flex-end;
  }

  .location-hero__media img {
    object-position: var(--hero-focus);
    filter: saturate(0.78) contrast(1.06) brightness(0.72);
  }

  .location-hero::before {
    background:
      linear-gradient(180deg,
        rgba(7, 7, 7, 0.27) 0%,
        rgba(7, 7, 7, 0.47) 31%,
        rgba(7, 7, 7, 0.92) 68%,
        rgba(7, 7, 7, 0.99) 100%),
      linear-gradient(90deg, rgba(7, 7, 7, 0.67), rgba(7, 7, 7, 0.22));
  }

  .location-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.38));
  }

  .location-hero .hero-label {
    justify-content: center;
  }

  .location-hero .hero-headline,
  .location-hero--tenterden .hero-headline,
  .location-hero--croydon .hero-headline {
    max-width: 100%;
    margin: 17px auto 19px;
    font-size: clamp(2.7rem, 12vw, 3.65rem);
    line-height: 1;
    letter-spacing: -0.025em;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: normal;
  }

  .location-hero .hero-sub {
    max-width: 38rem;
    margin-inline: auto;
    color: rgba(245, 240, 232, 0.86);
    font-size: 0.95rem;
    line-height: 1.58;
    text-align: center;
  }

  .location-hero__credit {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    font-size: 0.56rem;
    white-space: nowrap;
  }

  .location-hero__credit summary {
    gap: 5px;
    padding: 6px 8px;
  }
}

@media (max-width: 420px) {
  .breadcrumb + .hero.hero-short.location-hero {
    min-height: 720px;
    padding-top: 104px;
  }

  .location-hero .hero-label::before {
    width: 28px;
  }

  .location-hero .hero-headline,
  .location-hero--tenterden .hero-headline,
  .location-hero--croydon .hero-headline {
    font-size: clamp(2.45rem, 11.5vw, 3rem);
  }

  .location-hero__credit {
    left: 12px;
    right: auto;
  }

  .location-hero__credit-panel {
    left: 0;
    right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .location-hero__media img {
    transform: none;
  }
}
