/* Additive patient-facing usability improvements, 2026-08-30. */
.journey-header {
  background: linear-gradient(180deg, rgba(5, 29, 29, .84), rgba(5, 29, 29, .58));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.journey-languages a { color: #fff; text-shadow: 0 1px 2px #000; }
.journey-languages a[aria-current="page"] { color: #0b2829; background: #f8f6ef; text-shadow: none; }
.journey-safety-moved {
  max-width: 610px;
  margin: 14px 0 0;
  padding: 13px 15px;
  color: #f8f6ef;
  background: rgba(5, 29, 29, .88);
  border-left: 3px solid #78dfd1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.knowledge-quick-start {
  margin: 38px 0 52px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #aebdb4;
  background: #faf9f5;
}
.knowledge-quick-start h2 { margin: 0 0 9px; font: 400 clamp(26px, 3vw, 36px)/1.08 Georgia, serif; }
.knowledge-quick-start p { max-width: 760px; margin: 0 0 18px; color: #425149; line-height: 1.6; }
.knowledge-quick-links { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.knowledge-quick-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid #708178;
  border-radius: 999px;
  color: #17362e;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.knowledge-quick-links a:first-child { color: #fff; background: #873725; border-color: #873725; }
.knowledge-search-label { display: grid; gap: 8px; max-width: 650px; font-size: 13px; font-weight: 700; }
.knowledge-search-label input {
  min-height: 48px;
  width: 100%;
  padding: 11px 13px;
  color: #17251f;
  background: #fff;
  border: 1px solid #708178;
  border-radius: 0;
}
.knowledge-search-status { min-height: 1.5em; margin: 9px 0 0 !important; font-size: 13px !important; }
.knowledge-topic-card.is-filtered { display: none !important; }
.consultation-cta {
  max-width: 920px;
  margin: 44px 0 0;
  padding: clamp(21px, 3vw, 30px);
  color: #f7f4ec;
  background: #173b3b;
}
.consultation-cta h2 { margin: 0 0 10px; font: 400 clamp(25px, 3vw, 36px)/1.08 Georgia, serif; }
.consultation-cta p { max-width: 720px; margin: 0 0 18px; line-height: 1.6; color: #edf2ee; }
.consultation-cta a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #092829;
  background: #78dfd1;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 720px) {
  .journey-header { grid-template-columns: minmax(95px, 1fr) minmax(0, auto); gap: 10px; padding: 16px 18px 11px; }
  .journey-wordmark { font-size: 19px; }
  .journey-languages { max-width: 255px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .journey-languages a { flex: 0 0 42px; min-width: 42px; }
  .journey-nav {
    grid-column: 1 / -1;
    width: 100%;
    flex-wrap: nowrap !important;
    gap: 7px;
    padding: 7px 0 2px;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .journey-nav a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 0 9px; background: rgba(5,29,29,.62); border: 1px solid rgba(248,246,239,.32); }
  .journey-hero-copy { padding-top: 185px; padding-bottom: 68px; }
  .journey-safety-line { display: none !important; }
  .journey-safety-moved { margin-top: 15px; }
  .site-grid { display: block !important; }
  .side-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap;
    gap: 7px;
    width: 100%;
    padding: 9px 14px;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    background: rgba(245,244,239,.97);
    border-bottom: 1px solid #cbd2ca;
    scrollbar-width: thin;
  }
  .side-nav a { flex: 0 0 auto; min-height: 42px; padding: 8px 11px; border: 1px solid #cbd2ca; background: #faf9f5; white-space: nowrap; }
  .side-nav a.current { color: #fff; background: #173b3b; border-color: #173b3b; }
  .side-nav span { margin-right: 7px; }
  .page-content { padding-top: 35px !important; }
  .knowledge-quick-start { margin: 28px 0 40px; }
  .knowledge-quick-links { display: grid; grid-template-columns: 1fr; }
  .knowledge-quick-links a { justify-content: center; text-align: center; }
  .consultation-cta a { width: 100%; justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-media, .knowledge-detail-video { background-image: var(--video-poster); background-position: center; background-size: cover; }
  .journey-video, .knowledge-detail-video video { animation: none !important; transition: none !important; }
}
