/* ---------- text-only hero (no lead image) ---------- */
.pot-hero-noimg .pot-hero-text { max-width: 46rem; }
.pot-hero-noimg .lede { max-width: 60ch; }

/* ---------- collage image captions ---------- */
.pot-art-caption {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  background: rgba(38, 51, 42, 0.75);
  color: var(--parchment);
  font-family: var(--font-mono);
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
}
.art-main .pot-art-caption { font-size: 0.68rem; padding: 0.4em 0.8em; }
.art-chip .pot-art-caption { font-size: 0.58rem; padding: 0.35em 0.65em; left: 0.4rem; bottom: 0.4rem; }
.art-chip-2 .pot-art-caption { font-size: 0.52rem; padding: 0.3em 0.55em; left: 0.35rem; bottom: 0.35rem; }

@media (max-width: 760px) {
  .art-chip-2 .pot-art-caption { display: none; }
}

/* ---------- team link ---------- */
.pot-team-link {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  transition: color 0.2s var(--ease);
}
.pot-team-link:hover { color: var(--forest); }

/* ---------- intro (reuses .step/.step-art/.art-* from adventure.css) ---------- */
.pot-intro-step .step-text .lede { margin-top: 1rem; }
.pot-intro-step .step-text p:not(.lede):not(.eyebrow) { margin-top: 1rem; color: var(--wood); }
.pot-intro-step .step-text h2 { margin-top: 0.6rem; font-size: clamp(1.6rem, 3.2vw, 2.1rem); }

/* ---------- outdoors feature grid ---------- */
.pot-outdoor { background: var(--mist); }
.pot-outdoor-grid { margin-top: 2rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 700px) {
  .pot-outdoor-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- der weg bei saidu / four phases ---------- */
.pot-phases {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.pot-phase {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 1.4rem;
  background: var(--parchment);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.8rem;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.pot-phase:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px -28px rgba(38, 51, 42, 0.4);
  border-color: var(--forest-dim);
}
.pot-phase-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--forest);
  color: var(--parchment);
  flex-shrink: 0;
}
.pot-phase-icon svg { width: 1.6rem; height: 1.6rem; }
.pot-phase:nth-of-type(1) .pot-phase-icon { background: var(--forest); }
.pot-phase:nth-of-type(2) .pot-phase-icon { background: var(--gold); }
.pot-phase:nth-of-type(3) .pot-phase-icon { background: var(--wood); }
.pot-phase:nth-of-type(4) .pot-phase-icon { background: var(--night-soft); }
.pot-phase-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.pot-phase-body h3 { font-size: 1.2rem; }
.pot-phase-subtitle { margin-top: 0.4rem; font-style: italic; color: var(--forest); font-size: 0.94rem; }
.pot-phase-body p:not(.pot-phase-subtitle) { margin-top: 0.7rem; color: var(--wood); font-size: 0.95rem; line-height: 1.6; }
.pot-phase-quote {
  margin-top: 0.9rem !important;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--ink) !important;
  font-size: 1.02rem !important;
}
.pot-phase-duration {
  display: inline-block;
  margin-top: 0.9rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--forest);
  background: var(--mist);
  border-radius: 999px;
  padding: 0.4em 0.9em;
}

@media (max-width: 640px) {
  .pot-phase { grid-template-columns: 1fr; }
  .pot-phase-icon { margin-bottom: 0.4rem; }
}

/* ---------- schools body copy ---------- */
.pot-schools-body { max-width: 62ch; }
.pot-schools-body .lede { margin-top: 0; }
.pot-schools-body p:not(.lede) { margin-top: 1rem; color: var(--wood); }

/* ---------- pricing box ---------- */
.pot-price-box {
  margin-top: 2rem;
  max-width: 42rem;
  background: var(--parchment);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(1.8rem, 4vw, 2.4rem);
}
.pot-price-box p { color: var(--wood); line-height: 1.6; }
.pot-price-footnote { margin-top: 1rem; font-size: 0.85rem; }
.pot-price-footnote a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }
.pot-price-figures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 1.6rem 0;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pot-price-amount {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--ink);
}
.pot-price-label {
  display: block;
  margin-top: 0.3rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--forest);
}
@media (max-width: 480px) {
  .pot-price-figures { grid-template-columns: 1fr; }
}

/* ---------- credential icon color variety (scoped to this page only) ---------- */
.pot-credentials .credential:nth-of-type(1) .credential-icon { background: var(--forest); }
.pot-credentials .credential:nth-of-type(2) .credential-icon { background: var(--gold); }
.pot-credentials .credential:nth-of-type(3) .credential-icon { background: var(--wood); }
.pot-credentials .credential:nth-of-type(4) .credential-icon { background: var(--night-soft); }

/* ---------- FAQ with leading topic icons ---------- */
.faq-with-icons .faq-item summary { align-items: center; }
.faq-summary-text { display: flex; align-items: center; gap: 1rem; }
.faq-topic-icon {
  flex-shrink: 0;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--mist);
  color: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-topic-icon svg { width: 1.15rem; height: 1.15rem; }
.faq-item[open] .faq-topic-icon { background: var(--forest); color: var(--parchment); }
