.spot-page-body {
  background:
    linear-gradient(90deg, rgba(255, 122, 61, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(24, 22, 20, 0.04) 1px, transparent 1px),
    var(--paper);
  background-size: 30px 30px, 30px 30px, auto;
}

.spot-breadcrumb {
  width: min(var(--max), calc(100% - 32px));
  margin: 8px auto 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.spot-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spot-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
  color: rgba(24, 22, 20, 0.36);
}

.spot-breadcrumb a {
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.spot-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 20px;
  align-items: stretch;
}

.spot-hero-card,
.spot-map-card,
.spot-section,
.nearby-card {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-tight);
}

.spot-hero-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.spot-hero-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 22px;
  width: 210px;
  height: 46px;
  border-top: 12px solid rgba(255, 122, 61, 0.82);
  border-bottom: 12px solid rgba(255, 122, 61, 0.22);
  transform: rotate(-16deg);
}

.spot-kicker {
  margin: 0 0 12px;
  font-family: var(--display);
  font-weight: 900;
  color: var(--accent-strong);
  text-transform: uppercase;
}

.spot-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 6vw, 5.2rem);
  line-height: 0.93;
  text-transform: uppercase;
}

.spot-intro {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--ink-2);
  font-size: 1.12rem;
}

.spot-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.spot-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.spot-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.spot-fact {
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
  padding: 11px;
}

.spot-fact span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spot-fact strong {
  display: block;
  margin-top: 3px;
}

.spot-map-card {
  overflow: hidden;
  min-height: 420px;
  display: grid;
  grid-template-rows: 1fr auto;
}

.spot-map {
  min-height: 360px;
  background: #e7efe6;
}

.spot-page-marker {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--accent);
  box-shadow: 0 5px 0 rgba(24, 22, 20, 0.18);
}

.spot-page-marker::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}

.spot-map-fallback {
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--muted);
  font-weight: 900;
}

.spot-map-caption {
  margin: 0;
  padding: 10px 12px;
  border-top: 2px solid var(--ink);
  color: var(--muted);
  font-size: 0.88rem;
}

.spot-content {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.spot-main {
  display: grid;
  gap: 18px;
}

.spot-section {
  padding: 22px;
}

.spot-section h2,
.nearby-panel h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.98;
  text-transform: uppercase;
}

.spot-section p {
  margin: 0 0 12px;
  color: var(--ink-2);
}

.equipment-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.equipment-panel li {
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--accent-soft);
  font-weight: 900;
}

.session-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.session-list li {
  padding-left: 4px;
}

.spot-prudence {
  border-color: var(--accent);
  background:
    linear-gradient(135deg, rgba(255, 122, 61, 0.18), transparent 58%),
    #fff;
}

.nearby-panel {
  position: sticky;
  top: 14px;
  display: grid;
  gap: 12px;
}

.nearby-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  text-decoration: none;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.nearby-card:hover,
.nearby-card:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(24, 22, 20, 0.18);
}

.nearby-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.18rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.nearby-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.spot-page-link {
  width: fit-content;
  color: var(--ink);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.spot-program {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .spot-hero,
  .spot-content {
    grid-template-columns: 1fr;
  }

  .nearby-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .spot-breadcrumb,
  .spot-hero,
  .spot-content {
    width: calc(100% - 20px);
  }

  .spot-hero-card,
  .spot-section {
    padding: 18px;
  }

  .spot-fact-grid {
    grid-template-columns: 1fr;
  }

  .spot-map-card {
    min-height: 340px;
  }

  .spot-map {
    min-height: 300px;
  }
}
