.local-deen-page {
  background: #f5f0e3;
}

/* Keep navigation legible as the bright map passes behind the header. */
.local-deen-page .site-nav {
  padding-inline: 14px;
  background: rgba(6, 27, 20, 0.68);
  border-color: rgba(255, 250, 240, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
}

.local-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 77% 28%, rgba(212, 178, 93, 0.19), transparent 24rem),
    radial-gradient(circle at 12% 92%, rgba(73, 124, 101, 0.27), transparent 28rem),
    linear-gradient(135deg, #061b14 0%, #0b2a20 48%, #174c3a 100%);
}

.local-map-grid {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  pointer-events: none;
  background-image:
    linear-gradient(31deg, transparent 46%, rgba(255, 250, 240, 0.055) 47%, rgba(255, 250, 240, 0.055) 48%, transparent 49%),
    linear-gradient(121deg, transparent 46%, rgba(255, 250, 240, 0.038) 47%, rgba(255, 250, 240, 0.038) 48%, transparent 49%);
  background-size: 150px 110px, 190px 140px;
  mask-image: linear-gradient(90deg, transparent 0%, black 48%, black 100%);
}

.local-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: clamp(58px, 8vw, 126px);
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: clamp(48px, 7vh, 96px);
}

.local-hero-copy {
  position: relative;
  z-index: 3;
}

.local-hero .breadcrumbs {
  margin-bottom: 28px;
}

.local-status {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 20px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.local-status-dot {
  width: 8px;
  height: 8px;
  background: var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(230, 205, 133, 0.5);
  animation: local-page-pulse 2.7s ease-out infinite;
}

@keyframes local-page-pulse {
  65%, 100% { box-shadow: 0 0 0 14px rgba(230, 205, 133, 0); }
}

.local-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(66px, 7.8vw, 118px);
  font-weight: 400;
  line-height: 0.89;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.local-hero h1 em,
.local-intro h2 em,
.friday-copy h2 em,
.local-coming h2 em {
  color: var(--gold-2);
  font-weight: 400;
}

.local-lead {
  max-width: 670px;
  margin: 30px 0 0;
  color: rgba(255, 250, 240, 0.74);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.72;
}

.local-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding-inline: 8px;
  color: rgba(255, 250, 240, 0.76);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.local-secondary-link:hover,
.local-secondary-link:focus-visible {
  color: var(--cream);
  transform: translateX(4px);
}

.local-hero .store-proof {
  color: rgba(255, 250, 240, 0.68);
}

.local-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: min(78vh, 790px);
  min-height: 590px;
  perspective: 1300px;
}

.local-map-device {
  position: relative;
  z-index: 2;
  width: min(420px, 88%, 39vh);
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 12px solid #12372b;
  border-radius: 52px;
  box-shadow: 0 55px 120px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(229, 200, 124, 0.58);
  transform: rotate(2.6deg);
  transition: transform 650ms var(--ease-out), box-shadow 650ms var(--ease-out);
}

.local-hero-visual:hover .local-map-device {
  box-shadow: 0 64px 135px rgba(0, 0, 0, 0.66), 0 0 0 1px rgba(229, 200, 124, 0.75);
  transform: translateY(-10px) rotate(0.7deg);
}

.local-map-device img {
  width: 100%;
  height: auto;
}

.local-orbit {
  position: absolute;
  z-index: 0;
  width: min(620px, 110%);
  aspect-ratio: 1;
  border: 1px solid rgba(230, 205, 133, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 250, 240, 0.025), 0 0 0 96px rgba(255, 250, 240, 0.016);
}

.local-orbit span {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--gold-2);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(230, 205, 133, 0.78);
}

.local-orbit span:nth-child(1) { top: 8%; left: 24%; }
.local-orbit span:nth-child(2) { right: 4%; bottom: 30%; width: 8px; height: 8px; }
.local-orbit span:nth-child(3) { bottom: 4%; left: 31%; width: 6px; height: 6px; }

.local-location-note {
  position: absolute;
  z-index: 3;
  right: -12px;
  bottom: 12%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 11px 14px;
  color: #12372b;
  background: rgba(255, 251, 240, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
  font-size: 12px;
  font-weight: 700;
}

.local-location-note strong {
  color: var(--gold-dark);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.local-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.7fr);
  gap: clamp(60px, 11vw, 160px);
  align-items: end;
  padding-top: clamp(100px, 14vw, 190px);
  padding-bottom: clamp(80px, 11vw, 150px);
}

.local-intro h2,
.friday-copy h2,
.local-coming h2 {
  max-width: 780px;
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.6vw, 96px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.local-intro-copy > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(27px, 3.2vw, 42px);
  line-height: 1.16;
}

.local-intro-copy p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.local-discovery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: clamp(100px, 14vw, 190px);
  border-top: 1px solid var(--line);
}

.local-discovery article {
  padding: 34px clamp(22px, 4vw, 54px) 0 0;
}

.local-discovery article + article {
  padding-left: clamp(22px, 4vw, 54px);
  border-left: 1px solid var(--line);
}

.local-discovery span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.local-discovery h2 {
  margin: 82px 0 15px;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.local-discovery p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.friday-preview {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 68%, rgba(74, 132, 107, 0.25), transparent 28rem),
    linear-gradient(142deg, #071b15, #0d3025 58%, #153f32);
}

.friday-preview::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 250, 240, 0.2) 0 1px, transparent 1.5px);
  background-size: 90px 90px;
  opacity: 0.22;
}

.friday-preview-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  min-height: 100vh;
  min-height: 100svh;
  padding-top: clamp(70px, 9vh, 120px);
  padding-bottom: clamp(70px, 9vh, 120px);
}

.friday-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: min(78vh, 790px);
}

.friday-visual figure {
  z-index: 2;
  width: min(420px, 88%, 39vh);
  margin: 0;
  overflow: hidden;
  border: 10px solid #f5f0e3;
  border-radius: 48px;
  box-shadow: 0 50px 105px rgba(0, 0, 0, 0.5);
  transform: rotate(-2.2deg);
  transition: transform 560ms var(--ease-out);
}

.friday-visual:hover figure {
  transform: translateY(-8px) rotate(-0.4deg);
}

.friday-visual img {
  width: 100%;
  height: auto;
}

.friday-route-line {
  position: absolute;
  z-index: 0;
  width: 62%;
  aspect-ratio: 1;
  border: 1px dashed rgba(230, 205, 133, 0.35);
  border-radius: 50%;
}

.friday-copy .section-index { color: var(--gold-2); }
.friday-copy > p:not(.section-index) { max-width: 610px; color: rgba(255, 250, 240, 0.72); font-size: 18px; line-height: 1.72; }

.friday-steps {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 250, 240, 0.16);
}

.friday-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.16);
}

.friday-steps li > span { color: var(--gold-2); font-size: 11px; letter-spacing: 0.14em; }
.friday-steps strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.friday-steps p { margin: 3px 0 0; color: rgba(255, 250, 240, 0.56); font-size: 14px; }

.local-coming {
  padding-top: clamp(110px, 15vw, 200px);
  padding-bottom: clamp(110px, 15vw, 200px);
}

.local-coming-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(60px, 10vw, 145px);
  align-items: end;
}

.local-coming-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.local-coming h2 em { color: var(--gold-dark); }

.local-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(68px, 9vw, 120px);
  border-top: 1px solid var(--line);
}

.local-principles p {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 28px clamp(20px, 3vw, 42px) 0 0;
}

.local-principles p + p { padding-left: clamp(20px, 3vw, 42px); border-left: 1px solid var(--line); }
.local-principles strong { font-family: var(--serif); font-size: 26px; font-weight: 400; }
.local-principles span { color: var(--muted); font-size: 14px; line-height: 1.65; }

.local-final {
  background:
    radial-gradient(circle at 78% 18%, rgba(230, 205, 133, 0.18), transparent 26rem),
    linear-gradient(140deg, #071b15, #143f31);
}

@media (max-width: 1000px) {
  .local-hero-inner,
  .friday-preview-inner {
    gap: 36px;
  }

  .local-location-note {
    right: 0;
  }
}

@media (max-width: 860px) {
  .local-hero-inner,
  .local-intro,
  .friday-preview-inner,
  .local-coming-heading {
    grid-template-columns: 1fr;
  }

  .local-hero-inner {
    align-content: center;
    min-height: auto;
    padding-top: calc(var(--header-height) + 58px);
    padding-bottom: 62px;
  }

  .local-hero h1 {
    max-width: 12ch;
    font-size: clamp(54px, 15.8vw, 82px);
  }

  .local-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .local-hero-visual {
    height: clamp(430px, 62svh, 650px);
    min-height: 0;
  }

  .local-map-device,
  .friday-visual figure {
    width: min(330px, 74vw);
    border-width: 8px;
    border-radius: 38px;
  }

  .local-orbit {
    width: min(450px, 100%);
  }

  .local-intro {
    gap: 38px;
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .local-intro h2,
  .friday-copy h2,
  .local-coming h2 {
    font-size: clamp(48px, 13.8vw, 72px);
  }

  .local-discovery,
  .local-principles {
    grid-template-columns: 1fr;
  }

  .local-discovery article,
  .local-discovery article + article,
  .local-principles p,
  .local-principles p + p {
    padding: 26px 0 30px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .local-discovery h2 {
    margin-top: 36px;
  }

  .friday-preview-inner {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .friday-copy {
    order: 1;
  }

  .friday-visual {
    order: 2;
    height: clamp(450px, 65svh, 660px);
  }

  .local-coming-heading {
    gap: 28px;
  }

  .local-principles {
    margin-top: 54px;
  }
}

@media (max-width: 520px) {
  .local-hero .hero-actions {
    align-items: stretch;
  }

  .local-secondary-link {
    justify-content: center;
  }

  .local-location-note {
    right: 2%;
    bottom: 6%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-status-dot {
    animation: none;
  }
}
