/* Dive2SSI — Theme v3: dark editorial look with the original pack's top-bar header.
 * Inherits the v2 dark theme and restyles the header area. */
@import url('app-v2.css');

.site-header { border-bottom: 1px solid var(--line); padding-top: 20px; padding-bottom: 28px; margin-bottom: 10px; }
.site-header .inner { position: relative; }
.lang-switch { position: absolute; top: 2px; inset-inline-end: 0; margin: 0; }
.is-home .lang-switch { position: absolute; justify-content: flex-end; }
.logo-link { margin-bottom: 10px; }
.site-logo { height: 46px; }
.is-home .site-header { text-align: center; padding-bottom: 30px; }
.is-home .logo-link { display: inline-block; margin-bottom: 14px; }
.is-home .site-logo { height: 52px; }
.hero-title .accent { color: var(--cream); }
.wordmark { margin-bottom: 12px; }
@media (max-width: 560px) {
  .lang-switch { position: static; margin-bottom: 10px; justify-content: flex-start; }
  .is-home .lang-switch { justify-content: center; }
}
