/* ══════════════════════════════════════════
   Home page — banner + content
   ══════════════════════════════════════════ */

/* Hide Quarto auto-generated title block — we use the hero banner instead */
#title-block-header,
.quarto-title-block,
header#title-block-header {
  display: none !important;
}

/* ── Hero banner — full width with Fort image ── */
.hero-banner {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #f0ebe1;
}
.hero-bg {
  display: block;
  width: 100%;
  max-height: 40vh;
  object-fit: contain;
  object-position: center center;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  bottom: 0; left: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
  background: linear-gradient(to top, rgba(20, 18, 14, 0.88) 0%, rgba(20, 18, 14, 0.7) 50%, rgba(20, 18, 14, 0.3) 80%, transparent 100%);
  padding: 2.5rem 1.5rem 1.5rem;
}
.hero-text {
  max-width: 700px;
  margin: 0 auto;
}
.hero-title {
  color: #f0ebe1 !important;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.25rem;
  text-shadow: 0 2px 20px rgba(0,0,0,0.7), 0 1px 6px rgba(0,0,0,0.5);
}
.hero-tagline {
  color: #f0ebe1;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.4);
}
.hero-sub {
  color: rgba(240,235,225,0.95);
  font-size: 0.95rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
  text-shadow: 0 2px 10px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.4);
}

/* ── Hero journey CTA button ── */
.hero-journey-btn {
  display: inline-block;
  margin-top: 0.85rem;
  background: #d4a74a;
  color: #1a1510;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.65rem 1.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(212, 167, 74, 0.3);
}
.hero-journey-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(212, 167, 74, 0.45);
  color: #1a1510;
  text-decoration: none;
}

/* ── Journey preview strip ── */
.journey-preview {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #2c2417;
  padding: 1.25rem 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.journey-preview-track {
  display: flex;
  gap: 0.75rem;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
.journey-preview-card {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(240, 235, 225, 0.08);
  border: 1px solid rgba(240, 235, 225, 0.12);
  border-radius: 0.5rem;
  padding: 0.5rem 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.journey-preview-card:hover {
  background: rgba(212, 167, 74, 0.15);
  border-color: rgba(212, 167, 74, 0.4);
  text-decoration: none;
  transform: translateY(-1px);
}
.journey-preview-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #d4a74a;
  color: #1a1510;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}
.journey-preview-label {
  color: #f0ebe1;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

/* ── AI content notice ── */
.ai-content-notice {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: rgba(122, 85, 24, 0.06);
  border-left: 3px solid #b8a88a;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #3d3428;
}
.ai-content-notice strong {
  color: #1a1510;
}

/* ── Content section ── */
.content-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}

/* ── CTA banner ── */
.cta-banner {
  background: #2c2417;
  color: #f0ebe1;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  margin: 2.5rem 0;
  text-align: center;
}
.cta-banner h3 {
  color: #f0ebe1;
  margin-top: 0;
  font-size: 1.35rem;
  font-weight: 600;
}
.cta-banner p {
  color: rgba(240,235,225,0.85);
  font-size: 1rem;
  max-width: 560px;
  margin: 0.5rem auto 1.5rem;
  line-height: 1.65;
}
.cta-banner strong {
  color: #f0ebe1;
}
.cta-button {
  display: inline-block;
  background: #f0ebe1;
  color: #2c2417;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  color: #2c2417;
  text-decoration: none;
}
.office-hours-local {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: rgba(240,235,225,0.7);
  font-style: italic;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero-bg { max-height: 35vh; }
  .hero-overlay { padding: 1.25rem 1rem 1rem; }
  .hero-title { font-size: 1.8rem; }
  .hero-tagline { font-size: 1rem; }
  .hero-sub { font-size: 0.85rem; }
  .hero-journey-btn { font-size: 0.9rem; padding: 0.55rem 1.25rem; }

  .journey-preview { padding: 1rem; }
  .journey-preview-track { justify-content: flex-start; }

  .content-section { padding: 1.5rem 1rem 2rem; }

  .cta-banner { padding: 1.75rem 1.25rem; }
  .cta-banner h3 { font-size: 1.15rem; }
}

@media (max-width: 480px) {
  .hero-bg { max-height: 28vh; }
  .hero-overlay { padding: 1rem 0.75rem 0.75rem; }
  .hero-title { font-size: 1.4rem; }
  .hero-tagline { font-size: 0.9rem; }
  .hero-sub { font-size: 0.8rem; }
  .hero-journey-btn { font-size: 0.85rem; padding: 0.5rem 1rem; }

  .journey-preview-label { font-size: 0.7rem; }
}
