/* Guide pages (page-guide.php) — long-form SEO cluster on the High Street skin.
   Reuses base tokens; adds nothing to the design language.
   ⚠️ --gold as text never sits on cream (AA fail) — dark grounds only. */

.guide { --guide-measure: 74ch; }

/* Client preview banner — only rendered while a guide is not live. */
.guide-preview {
  margin: 18px 0 0;
  padding: 12px 18px;
  border: 2px dashed var(--gold);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 14px;
}
.guide-preview code { font-size: 13px; background: rgba(20, 68, 43, 0.08); padding: 1px 5px; border-radius: 4px; }

/* --- head --- */
.guide-head { padding-bottom: clamp(20px, 2.4vw, 34px); }
.guide-head__title { max-width: 18ch; margin-top: 10px; }
.guide-head__title em { font-style: normal; color: var(--red); }
.guide-lede {
  max-width: var(--guide-measure);
  margin: clamp(18px, 2vw, 28px) 0 0;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.6;
  color: var(--ink);
}
.guide-head__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: clamp(22px, 2.4vw, 32px); }
.guide-head__phone { font-weight: 700; color: var(--ink-soft); }
.guide-head__phone:hover { color: var(--red); }

.btn-ghost { background: transparent; color: var(--green); border: 2px solid var(--green); }
.btn-ghost:hover { background: var(--green); color: var(--cream); }

/* --- shared section furniture --- */
.guide-h2 { max-width: 22ch; }
.guide-intro { max-width: var(--guide-measure); margin: 14px 0 0; color: var(--ink-soft); font-size: clamp(16px, 1.15vw, 19px); }
.guide-prose > p { max-width: var(--guide-measure); margin: 16px 0 0; font-size: clamp(16px, 1.15vw, 19px); line-height: 1.65; }
.guide-prose h2 + p { margin-top: clamp(14px, 1.6vw, 22px); }

.guide-ticks { list-style: none; margin: clamp(20px, 2.2vw, 30px) 0 0; padding: 0; max-width: var(--guide-measure); }
.guide-ticks li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  padding: 9px 0;
  border-bottom: 1px solid rgba(20, 68, 43, 0.12);
  font-size: clamp(15px, 1.05vw, 17px);
}
.guide-ticks li svg { margin-top: 4px; }

/* --- venue cards --- */
.guide-venue-grid {
  display: grid;
  gap: clamp(14px, 1.4vw, 22px);
  grid-template-columns: 1fr;
  margin-top: clamp(22px, 2.4vw, 34px);
}
@media (min-width: 620px) { .guide-venue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .guide-venue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.guide-venue {
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: 12px;
  padding: clamp(18px, 1.7vw, 26px);
  box-shadow: 0 10px 26px rgba(20, 68, 43, 0.10);
}
.guide-venue__name { font-family: var(--display); font-weight: 400; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.15; margin: 0; }
.guide-venue__note { margin: 10px 0 0; color: var(--ink-soft); font-size: clamp(15px, 1.02vw, 17px); }

/* --- numbered steps --- */
.guide-step-list { list-style: none; margin: clamp(22px, 2.4vw, 34px) 0 0; padding: 0; max-width: 88ch; }
.guide-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(14px, 1.6vw, 26px);
  padding: clamp(18px, 1.8vw, 26px) 0;
  border-top: 2px solid rgba(20, 68, 43, 0.16);
}
.guide-step:last-child { border-bottom: 2px solid rgba(20, 68, 43, 0.16); }
.guide-step__num {
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
  color: var(--green);
  opacity: 0.32;
}
.guide-step__title { font-family: var(--display); font-weight: 400; font-size: clamp(19px, 1.7vw, 27px); line-height: 1.15; margin: 0 0 8px; }
.guide-step p { margin: 0; color: var(--ink-soft); font-size: clamp(15px, 1.05vw, 18px); }

/* --- prop grids (reuses .prop-card from base) --- */
.guide-props { background: var(--paper); border-top: 2px solid rgba(20, 68, 43, 0.14); border-bottom: 2px solid rgba(20, 68, 43, 0.14); }
.guide-props .cat-grid { margin-top: clamp(24px, 2.6vw, 38px); }
.guide-more { margin-top: clamp(22px, 2.4vw, 32px); }

/* --- FAQs --- */
.guide-faq-list { margin-top: clamp(22px, 2.4vw, 34px); max-width: 88ch; }
.guide-faq { border-bottom: 2px solid rgba(20, 68, 43, 0.16); }
.guide-faq:first-child { border-top: 2px solid rgba(20, 68, 43, 0.16); }
.guide-faq summary {
  cursor: pointer;
  list-style: none;
  padding: clamp(16px, 1.6vw, 22px) 44px clamp(16px, 1.6vw, 22px) 0;
  position: relative;
  font-weight: 700;
  font-size: clamp(16px, 1.2vw, 20px);
}
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-right: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.guide-faq[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.guide-faq__a { padding: 0 0 clamp(16px, 1.6vw, 22px); }
.guide-faq__a p { margin: 0; max-width: var(--guide-measure); color: var(--ink-soft); font-size: clamp(15px, 1.08vw, 18px); }

/* --- service area --- */
.guide-area { background: var(--green); color: var(--cream); }
.guide-area .guide-h2 { color: var(--cream); }
.guide-area .guide-intro { color: rgba(250, 245, 236, 0.82); }
.guide-area__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: clamp(22px, 2.4vw, 32px) 0 0;
  padding: 0;
}
.guide-area__list li {
  border: 1px solid rgba(200, 155, 60, 0.55);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gold); /* gold on deep green — the palette's only safe pairing */
}

/* --- related guides --- */
.guide-related__grid {
  display: grid;
  gap: clamp(12px, 1.2vw, 18px);
  grid-template-columns: 1fr;
  margin-top: clamp(20px, 2.2vw, 30px);
}
@media (min-width: 620px) { .guide-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .guide-related__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.guide-related__card {
  display: block;
  background: var(--paper);
  border: 2px solid var(--green);
  border-radius: 12px;
  padding: clamp(16px, 1.5vw, 22px);
  color: var(--ink);
}
.guide-related__card:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(20, 68, 43, 0.16); }
.guide-related__title { display: block; font-family: var(--display); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.15; }
.guide-related__meta { display: block; margin-top: 8px; font-size: 13px; color: var(--ink-soft); }

/* --- closing CTA --- */
.guide-cta { background: var(--paper); border-top: 2px solid rgba(20, 68, 43, 0.14); }
.guide-cta__title { max-width: 16ch; }
.guide-cta__inner > p { max-width: var(--guide-measure); margin: 16px 0 0; font-size: clamp(16px, 1.15vw, 19px); }
.guide-cta__buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(20px, 2.2vw, 30px); }

@media (prefers-reduced-motion: reduce) {
  .guide-related__card, .guide-faq summary::after { transition: none; }
  .guide-related__card:hover { transform: none; }
}

/* --- breadcrumb --- */
.guide-crumbs { padding-top: 18px; }
.guide-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; font-size: 13px; color: var(--ink-soft); }
.guide-crumbs li + li::before { content: "\203A"; margin-right: 8px; color: var(--ink-soft); }
.guide-crumbs a { color: var(--ink-soft); font-weight: 600; }
.guide-crumbs a:hover { color: var(--red); }
.guide-crumbs [aria-current] { font-weight: 700; color: var(--ink); }

/* --- hero --- */
.guide-hero { margin: 0 0 clamp(8px, 1vw, 16px); }
.guide-hero img {
  width: 100%;
  border: 2px solid var(--green);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(20, 68, 43, 0.18);
}
.guide-hero figcaption { margin-top: 12px; font-size: 14px; color: var(--ink-soft); }

/* Footer gains a fifth column once guides are live. :has() keeps base.css
   untouched; where it is unsupported the column simply wraps, which is fine. */
@media (min-width: 1000px) {
  .site-footer__top:has(nav[aria-label="Guides"]) { grid-template-columns: 1.5fr 1fr 1fr 1fr 1.15fr; }
}
