/* Lustre location hero image direction — r002.
   The shared component rules live in r001; this file supplies the individual
   photographic crop and exposure for the remaining genuine location pages. */

.location-hero--ashford { --hero-focus: 56% 51%; --hero-brightness: 0.94; }
.location-hero--battle { --hero-focus: 60% 52%; --hero-brightness: 0.92; }
.location-hero--bexhill { --hero-focus: 62% 52%; --hero-brightness: 0.94; }
.location-hero--broadstairs { --hero-focus: 61% 55%; --hero-brightness: 0.94; }
.location-hero--bromley { --hero-focus: 59% 52%; --hero-brightness: 0.94; }
.location-hero--cranbrook { --hero-focus: 63% 51%; --hero-brightness: 1.04; }
.location-hero--deal { --hero-focus: 62% 52%; --hero-brightness: 0.95; }
.location-hero--dover { --hero-focus: 66% 49%; --hero-brightness: 0.94; }
.location-hero--eastbourne { --hero-focus: 62% 52%; --hero-brightness: 0.94; }
.location-hero--faversham { --hero-focus: 60% 52%; --hero-brightness: 0.95; }
.location-hero--folkestone { --hero-focus: 62% 53%; --hero-brightness: 0.94; }
.location-hero--greenwich { --hero-focus: 60% 52%; --hero-brightness: 0.94; }
.location-hero--hastings { --hero-focus: 60% 54%; --hero-brightness: 0.95; }
.location-hero--headcorn { --hero-focus: 55% 51%; --hero-brightness: 0.96; }
.location-hero--herne-bay { --hero-focus: 56% 48%; --hero-brightness: 1; }
.location-hero--hythe { --hero-focus: 58% 54%; --hero-brightness: 0.96; }
.location-hero--lewes { --hero-focus: 61% 51%; --hero-brightness: 0.95; }
.location-hero--lewisham { --hero-focus: 60% 49%; --hero-brightness: 0.96; }
.location-hero--maidstone { --hero-focus: 62% 52%; --hero-brightness: 0.95; }
.location-hero--margate { --hero-focus: 58% 55%; --hero-brightness: 0.96; }
.location-hero--new-romney { --hero-focus: 58% 49%; --hero-brightness: 1.05; }
.location-hero--ramsgate { --hero-focus: 60% 55%; --hero-brightness: 0.95; }
.location-hero--rye { --hero-focus: 58% 55%; --hero-brightness: 0.96; }
.location-hero--sevenoaks { --hero-focus: 59% 53%; --hero-brightness: 0.95; }
.location-hero--sittingbourne { --hero-focus: 59% 51%; --hero-brightness: 0.95; }
.location-hero--south-east-london { --hero-focus: 60% 51%; --hero-brightness: 0.95; }
.location-hero--tonbridge { --hero-focus: 61% 54%; --hero-brightness: 0.95; }
.location-hero--tunbridge-wells { --hero-focus: 59% 52%; --hero-brightness: 0.95; }

.location-hero--broadstairs .hero-headline,
.location-hero--eastbourne .hero-headline,
.location-hero--greenwich .hero-headline,
.location-hero--lewes .hero-headline,
.location-hero--new-romney .hero-headline,
.location-hero--ramsgate .hero-headline,
.location-hero--sittingbourne .hero-headline,
.location-hero--south-east-london .hero-headline,
.location-hero--tunbridge-wells .hero-headline {
  max-width: 16.5ch;
  font-size: clamp(3.35rem, 5vw, 5.3rem);
}

@media (max-width: 900px) {
  .location-hero--broadstairs .hero-headline,
  .location-hero--eastbourne .hero-headline,
  .location-hero--new-romney .hero-headline,
  .location-hero--sittingbourne .hero-headline,
  .location-hero--south-east-london .hero-headline,
  .location-hero--tunbridge-wells .hero-headline {
    max-width: 14ch;
    font-size: clamp(3.25rem, 8vw, 5.1rem);
  }
}

@media (max-width: 768px) {
  .location-hero--broadstairs .hero-headline,
  .location-hero--eastbourne .hero-headline,
  .location-hero--new-romney .hero-headline,
  .location-hero--sittingbourne .hero-headline,
  .location-hero--south-east-london .hero-headline,
  .location-hero--tunbridge-wells .hero-headline {
    max-width: 100%;
    font-size: clamp(2.7rem, 12vw, 3.65rem);
  }
}

@media (max-width: 420px) {
  .location-hero--broadstairs .hero-headline,
  .location-hero--eastbourne .hero-headline,
  .location-hero--new-romney .hero-headline,
  .location-hero--sittingbourne .hero-headline,
  .location-hero--south-east-london .hero-headline,
  .location-hero--tunbridge-wells .hero-headline {
    font-size: clamp(2.45rem, 11.5vw, 3rem);
  }
}
