/* Full-width site sections, account controls and a separate collection strip. */
body:not(.wellness-page) { --side-line-inset: max(12px, calc((100vw - 1120px) / 2)); }
.landing-header { margin-bottom: 26px; }
.site-navigation { margin: 0 0 28px; min-width: 0; }
.site-navigation-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid #d7e2f2; }
.site-sections, .site-account { display: flex; align-items: center; gap: 8px; }
.site-navigation a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; color: #38516f; text-decoration: none; white-space: nowrap; font-size: 14px; line-height: 1.25; border: 0; }
.site-sections a { font-weight: 700; border-bottom: 3px solid transparent; }
.site-sections a.active { border-bottom-color: #1f5fbf; color: #1f5fbf; }
.site-account { margin-left: auto; }
.site-account a { padding: 10px 8px; }
.site-account a.active { color: #1f5fbf; text-decoration: underline; text-underline-offset: 5px; }
.site-collections { display: flex; align-items: flex-start; gap: 8px; padding: 14px 2px 5px; }
.site-collections a { flex: 0 0 auto; border: 1px solid transparent; border-radius: 6px; padding: 9px 15px; }
.site-collections a.active { background: #edf3fc; border-color: #c1d3ed; color: #1f5fbf; font-weight: 700; }
.other-blogs { position: relative; }
.other-blogs summary { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 9px 15px; border: 1px solid transparent; border-radius: 6px; color: #38516f; font-size: 14px; line-height: 1.25; cursor: pointer; list-style: none; }
.other-blogs summary::-webkit-details-marker { display: none; }
.other-blogs summary::after { content: ''; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.other-blogs[open] summary::after { transform: translateY(2px) rotate(225deg); }
.other-blogs summary:hover, .other-blogs summary.active, .other-blogs[open] summary { background: #edf3fc; color: #1f5fbf; }
.other-blogs summary:focus-visible { outline: 3px solid #1f5fbf; outline-offset: -3px; }
.other-blogs-menu { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; width: 190px; padding: 6px; background: white; border: 1px solid #d7e2f2; border-radius: 8px; box-shadow: 0 8px 24px rgba(31, 55, 85, .12); }
.other-blogs-menu a { display: flex; justify-content: flex-start; width: 100%; }
.site-navigation a:hover { background: #f0f5fb; color: #1f5fbf; }
.site-navigation a:focus-visible { outline: 3px solid #1f5fbf; outline-offset: -3px; }
.category-nav { gap: 4px 14px; padding: 12px 0; border-top: 0; }
.category-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 6px 3px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; font-size: 13px; color: #52606d; }
.category-nav a.active, .category-nav a:hover { background: transparent; color: #1f5fbf; border-bottom-color: #1f5fbf; }
.wellness-header .site-navigation { margin: 18px 0 0; }
@media (max-width: 740px) {
  .landing-header { grid-template-columns: 1fr; gap: 22px; margin-bottom: 24px; }
  .landing-header.stacked-header { gap: 22px; }
  .site-navigation-top { flex-wrap: wrap; gap: 0; }
  .site-sections { flex: 1 0 100%; }
  .site-account { margin: 2px 0 4px auto; }
  .site-sections a { padding: 12px 10px; }
  .site-collections { gap: 3px; }
  .site-collections a { padding: 9px 12px; }
}

/* Four main sections wrap as a deliberate two-column menu on phones. */
.site-sections { flex-wrap: wrap; }
@media (max-width: 740px) {
 .site-sections { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); width:100%; gap:0; }
 .site-sections a { justify-content:flex-start; white-space:normal; font-size:14px; }
}
