/* Hero Header */
.site-header {
    position: relative;
    background: url('https://tips.votre-concierge.com/wp-content/uploads/2026/03/fuji-golf-hero.jpeg') center center / cover no-repeat;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%);
    z-index: 0;
}
.site-header > * { position: relative; z-index: 1; }
.main-header-bar { background: transparent !important; box-shadow: none !important; }

/* Site title — correct selector for Astra's .site-title span */
.ast-site-identity .site-title a,
.ast-site-identity .site-title a:hover,
.site-title a,
.site-title a:hover {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.main-header-bar .menu-item a, .main-header-bar .menu-link {
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.ast-masthead-custom-menu-items, .ast-search-menu-item { color: #fff !important; }
@media (max-width: 768px) {
    .site-header { min-height: 300px; }
}

/* ===== GUIDE BANNER ===== */
.ftj-guide-banner-wrap { background: linear-gradient(135deg, #e8f5f3 0%, #d0ece7 100%); }
.ftj-guide-banner { padding: 60px 24px !important; }
.ftj-guide-mascots { display: flex; align-items: center; gap: 48px; }
.ftj-mascot-boy, .ftj-mascot-girl {
  width: 150px; flex-shrink: 0;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.13));
  transition: transform .3s;
}
.ftj-mascot-boy:hover, .ftj-mascot-girl:hover { transform: translateY(-6px) scale(1.04); }
.ftj-guide-text { flex: 1; }
@media (max-width: 768px) {
  .ftj-guide-mascots { flex-direction: column; text-align: center; gap: 24px; }
  .ftj-mascot-boy, .ftj-mascot-girl { width: 110px; }
  .ftj-guide-text { text-align: center; }
  .ftj-guide-text .ftj-section-sub { margin: 0 auto 16px; }
}

/* ===== SIDEBAR MASCOT ===== */
.ftj-mascot-widget { text-align: center; padding: 12px 8px 8px; }
.ftj-mascot-widget img { max-width: 110px; filter: drop-shadow(0 3px 10px rgba(0,0,0,0.1)); }
.ftj-mascot-widget p { font-size: 0.8rem; color: #5a7a76; margin: 8px 0 0; line-height: 1.5; }

/* ===== 404 PAGE ===== */
.ftj-404-wrap { text-align: center; padding: 80px 24px; max-width: 560px; margin: 0 auto; }
.ftj-404-wrap img { width: 180px; margin-bottom: 24px; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.12)); }
.ftj-404-wrap h1 { font-size: 2.4rem; font-weight: 900; color: #0b2a27; margin-bottom: 12px; }
.ftj-404-wrap p { color: #5a7a76; font-size: 1rem; margin-bottom: 28px; line-height: 1.6; }
.ftj-404-btn {
  display: inline-block; background: #2a7a6e; color: #fff;
  padding: 13px 28px; border-radius: 10px; font-weight: 700;
  font-size: 0.95rem; text-decoration: none; transition: background .2s;
}
.ftj-404-btn:hover { background: #1f5c54; color: #fff; }
