/* ── Hero ── */
.venue-hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.venue-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(var(--forest-rgb), 0.1) 0%,
    rgba(var(--forest-rgb), 0.05) 35%,
    rgba(var(--forest-rgb), 0.65) 100%
  );
}

.venue-hero-content {
  position: relative;
  color: var(--white);
  padding: 0 var(--pad-x-wide) var(--pad-v-sm);
  max-width: 860px;
  animation: fadeUp 1.4s ease 0.4s both;
}

.venue-eyebrow {
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(253, 251, 247, 0.8);
  margin-bottom: 20px;
  font-weight: 400;
}

.venue-headline {
  font-family: "Crimson Text", serif;
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.venue-subhead {
  font-family: "Crimson Text", serif;
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 300;
  font-style: italic;
  color: rgba(253, 251, 247, 0.82);
  margin-bottom: 40px;
  max-width: 560px;
  line-height: 1.5;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

/* ── Intro ── */
.venue-intro {
  background: var(--cream);
  padding: var(--pad-v) var(--pad-x);
}

.venue-intro-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.venue-intro-text {
  font-family: "Crimson Text", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 300;
  line-height: 1.65;
  color: var(--forest);
}

.venue-proximity {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 32px;
  font-weight: 400;
}

/* ── Stats ── */
.venue-stats {
  background: var(--cream);
  padding: 0 var(--pad-x);
}

.venue-stats .stat {
  background: var(--cream);
}

/* ── Body sections ── */
.venue-body {
  background: var(--cream);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-body--alt {
  background: var(--cream-warm);
}

.venue-body-inner {
  max-width: 680px;
}

.venue-body-inner h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 28px;
}

.venue-body-inner p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--stone);
}

/* ── Quote — dark section matching farm.css .farm-timeline pattern ── */
.venue-quote {
  background: var(--forest);
  padding: var(--pad-v) var(--pad-x);
}

.venue-quote-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.venue-quote blockquote p {
  font-family: "Crimson Text", serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  line-height: 1.55;
  margin-bottom: 32px;
}

.venue-quote blockquote cite {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  font-style: normal;
}

/* ── Features ── */
.venue-features {
  background: var(--cream);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-features-inner {
  max-width: 680px;
}

.venue-features-inner h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 40px;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--stone);
  padding: 18px 0 18px 20px;
  border-bottom: 1px solid rgba(var(--forest-ui-rgb), 0.1);
  position: relative;
}

.feature-list li:first-child {
  border-top: 1px solid rgba(var(--forest-ui-rgb), 0.1);
}

.feature-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-size: 13px;
}

/* ── Property map ── */
.venue-map {
  background: var(--cream);
  padding: 0 var(--pad-x-wide) var(--pad-v);
  overflow: hidden;
}
.venue-map-scrapbook {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding-top: 120px;
}
.venue-map-img {
  width: 86%;
  height: auto;
  display: block;
  transform: rotate(-1.5deg);
  box-shadow: 6px 10px 36px rgba(0, 0, 0, 0.13);
}
.venue-map-sketch-img {
  position: absolute;
  width: 48%;
  height: auto;
  top: 30px;
  right: -20px;
  transform: rotate(10deg);
  box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.11);
}

/* ── Local context ── */
.venue-local {
  background: var(--cream-warm);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-local-inner {
  max-width: 680px;
}

.venue-local-inner h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 28px;
}

.venue-local-inner p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--stone);
}

/* ── FAQ — native <details>/<summary> ── */
.venue-faq {
  background: var(--cream);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-faq-inner {
  max-width: 680px;
}

.venue-faq-inner h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 40px;
}

.venue-faq details.faq-item {
  border-top: 1px solid rgba(var(--forest-ui-rgb), 0.12);
}

.venue-faq details.faq-item:last-of-type {
  border-bottom: 1px solid rgba(var(--forest-ui-rgb), 0.12);
}

.venue-faq details.faq-item summary {
  padding: 26px 40px 26px 0;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--forest);
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.2s;
}

.venue-faq details.faq-item summary::-webkit-details-marker {
  display: none;
}

.venue-faq details.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--forest);
  line-height: 1;
  transition: opacity 0.2s;
}

.venue-faq details[open].faq-item summary::after {
  content: "−";
}

.venue-faq details.faq-item summary:hover {
  color: var(--amber);
}

.venue-faq details.faq-item p {
  padding: 0 0 28px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--stone);
}

/* ── Story — dark section matching farm.css .farm-narrative.dark pattern ── */
.venue-story {
  background: var(--forest);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-story-inner {
  max-width: 580px;
}

.venue-story-inner h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 300;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 28px;
}

.venue-story-inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.95;
  color: rgba(var(--cream-rgb), 0.6);
}

.venue-story-inner p + p {
  margin-top: 20px;
}

.link-arrow {
  display: inline-block;
  margin-top: 36px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(var(--cream-rgb), 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.link-arrow:hover {
  color: var(--cream);
}

/* ── Related pages ── */
.venue-related {
  background: var(--cream-warm);
  padding: var(--pad-v) var(--pad-x-wide);
}

.venue-related-inner > .section-eyebrow {
  margin-bottom: 16px;
}

.venue-related-inner > h2 {
  font-family: "Crimson Text", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.15;
  margin-bottom: 48px;
}

.venue-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.venue-related-card {
  background: var(--cream);
  padding: 36px 28px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s;
}

.venue-related-card:hover {
  background: var(--white);
}

.venue-related-card-title {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 400;
}

.venue-related-card-headline {
  font-family: "Crimson Text", serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 300;
  color: var(--forest);
  line-height: 1.25;
  flex-grow: 1;
}

.venue-related-arrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 8px;
  transition: color 0.2s;
}

.venue-related-card:hover .venue-related-arrow {
  color: var(--forest);
}

/* ── Responsive — tablet (≤900px) ── */
@media (max-width: 900px) {
  .venue-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Responsive — mobile (≤599px) ── */
@media (max-width: 599px) {
  .venue-hero-content {
    padding: 0 var(--pad-x) var(--pad-v-sm);
  }

  .venue-related-grid {
    grid-template-columns: 1fr;
  }
}
