@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap");

/* Scoped to attraction detail pages; the shared header and footer stay intact. */
.attraction-detail-editorial {
  --attraction-paper: #f5f4ee;
  --attraction-panel: #fbfaf5;
  --attraction-ink: #193a32;
  --attraction-muted: #60746b;
  --attraction-line: #d4ddd4;
  --attraction-moss: #28594a;
  --attraction-wheat: #e6c477;
  --attraction-rust: #a75336;
  background: var(--attraction-paper);
  color: var(--attraction-ink);
  font-family: "DM Sans", sans-serif;
}
.attraction-detail-editorial h1,
.attraction-detail-editorial h2,
.attraction-detail-editorial h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.attraction-detail-editorial .editorial-hero--attraction {
  background: var(--attraction-ink);
}
.public-site .attraction-detail-editorial .attraction-hero-empty {
  min-height: clamp(25rem, 50svh, 34rem);
  background:
    radial-gradient(circle at 80% 10%, rgba(230,196,119,.14), transparent 29%),
    linear-gradient(125deg, #244b3d 0%, #193a32 58%, #102c27 100%) !important;
}
.attraction-detail-editorial .attraction-hero-empty::before {
  content: "";
  position: absolute;
  inset: 1.3rem;
  border: 1px solid rgba(230,196,119,.19);
  pointer-events: none;
  z-index: 1;
}
.attraction-detail-editorial .attraction-hero-empty .editorial-hero-scrim {
  background: linear-gradient(180deg, transparent, rgba(7,27,24,.25));
}
.attraction-detail-editorial .editorial-hero-content > div {
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}
.attraction-hero-copy {
  max-width: 55rem;
}
.public-site .attraction-detail-editorial .attraction-hero-copy .editorial-kicker {
  margin-bottom: 1.2rem;
  color: var(--attraction-wheat) !important;
  font: 500 .7rem/1.5 "DM Mono", monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.attraction-hero-copy .editorial-kicker span { margin: 0 .4rem; opacity: .6; }
.attraction-detail-editorial .attraction-hero-copy h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--attraction-paper);
  font-size: clamp(3.25rem, 7vw, 6.25rem);
  line-height: 1.03;
  text-wrap: balance;
}
.attraction-hero-location {
  margin-top: 1.2rem;
  color: #c8d7cd;
  font-size: clamp(1rem, 2vw, 1.2rem);
}
.attraction-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem 1.75rem;
  margin-top: 2.5rem;
}
.attraction-hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  color: var(--attraction-paper);
  border-bottom: 1px solid var(--attraction-wheat);
  font: 500 .72rem "DM Mono", monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.attraction-hero-actions a:hover { color: var(--attraction-wheat); }
.attraction-detail-editorial > div.bg-white.border-b {
  background: var(--attraction-paper);
  border-color: var(--attraction-line);
}
.attraction-detail-editorial > div.bg-white.border-b nav { color: var(--attraction-muted); }
.attraction-detail-editorial > div.bg-white.border-b nav a:hover { color: var(--attraction-moss); }
.attraction-detail-editorial > div.bg-white.border-b nav span:last-child {
  color: var(--attraction-ink);
}
.attraction-detail-main {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.attraction-detail-main article section { margin-bottom: clamp(3.5rem, 6vw, 5rem); }
.attraction-detail-main article h2,
.attraction-detail-main article h3 {
  color: var(--attraction-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.14;
  margin-bottom: 2rem;
}
.attraction-detail-main article .prose p {
  color: #344a40;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.8;
}
.attraction-detail-main article #attraction-map,
.attraction-detail-main article img {
  border-radius: 0;
}
.attraction-detail-main article #attraction-map {
  border: 1px solid var(--attraction-line);
  box-shadow: none;
}
.attraction-detail-main article .group {
  border: 1px solid var(--attraction-line);
  border-radius: 0;
  box-shadow: none;
}
.attraction-detail-editorial .sticky-sidebar { top: 1.5rem; }
.attraction-info-card {
  border-radius: 0;
  background: var(--attraction-panel);
  border: 1px solid var(--attraction-line);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: none;
}
.attraction-info-card h3 {
  color: var(--attraction-ink);
  font-size: 1.8rem;
}
.attraction-info-card h4 {
  color: var(--attraction-muted);
  font: 500 .68rem "DM Mono", monospace;
  letter-spacing: .12em;
}
.attraction-info-card .border-gray-200 { border-color: var(--attraction-line); }
.attraction-info-card .text-gray-700 { color: var(--attraction-ink); }
.attraction-info-card a[data-track-click="website"],
.attraction-info-card a[href="/map"],
.attraction-info-card a[href="/attractions"],
.attraction-info-card form button,
.attraction-info-card a[href="/auth/login"] {
  border-radius: 0;
  box-shadow: none;
  min-height: 44px;
  font: 600 .72rem "DM Mono", monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.attraction-info-card a[data-track-click="website"] {
  background: var(--attraction-moss);
  color: #fff;
}
.attraction-info-card a[href="/map"] {
  background: var(--attraction-ink);
  color: #fff;
}
.attraction-info-card a[href="/attractions"] {
  color: var(--attraction-moss);
  border-color: var(--attraction-moss);
  background: transparent;
}
.attraction-info-card a[data-track-click="website"]:hover,
.attraction-info-card a[href="/map"]:hover,
.attraction-info-card form button:hover { background: #133b30; }
.attraction-info-card a[href="/attractions"]:hover {
  background: #e3eae0;
  color: var(--attraction-ink);
}
.attraction-info-card form input,
.attraction-info-card form textarea {
  border-radius: 0;
  background: #fff;
  border-color: var(--attraction-line);
}
.attraction-info-card form button,
.attraction-info-card a[href="/auth/login"] {
  background: var(--attraction-moss);
  color: #fff;
}
.attraction-extra > section {
  background: var(--attraction-panel);
  border: 1px solid var(--attraction-line);
  border-radius: 0;
}
.attraction-extra h3 { color: var(--attraction-ink); }
.attraction-extra .border-b { border-color: var(--attraction-line); }
.attraction-extra .faq-button:hover,
.attraction-extra a { color: var(--attraction-moss); }
.attraction-detail-editorial a:focus-visible,
.attraction-detail-editorial button:focus-visible,
.attraction-detail-editorial input:focus-visible,
.attraction-detail-editorial textarea:focus-visible {
  outline: 3px solid var(--attraction-rust);
  outline-offset: 2px;
}
@media (max-width: 1023px) {
  .attraction-detail-editorial .sticky-sidebar { position: static; }
}
@media (max-width: 640px) {
  .attraction-detail-editorial .attraction-hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.25rem);
  }
  .attraction-detail-editorial .attraction-hero-empty::before { inset: .7rem; }
}