/* Shared arcade navigation and campaign typography */
.theme-landing > header,
.theme-omok .site-header,
.theme-tarot .site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.newsis-logo {
  display: block;
  justify-self: center;
  line-height: 0;
}

.newsis-logo img {
  display: block;
  width: clamp(92px, 9vw, 126px);
  height: auto;
}

.header-balance {
  justify-self: end;
  width: 1px;
}

.theme-tarot .newsis-logo img {
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .88;
}

.theme-omok .house-note {
  height: 42px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  color: rgba(27, 26, 23, .52);
  font: 600 10px var(--serif);
  letter-spacing: .16em;
}

.theme-omok .house-note i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--line), transparent 55%);
}

.theme-omok .view {
  min-height: calc(100svh - 118px);
}

.theme-landing .hero h1 strong {
  margin-left: clamp(20px, 7vw, 110px);
  color: var(--red);
  -webkit-text-stroke: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

@media (max-width: 760px) {
  .theme-landing > header,
  .theme-omok .site-header,
  .theme-tarot .site-header {
    grid-template-columns: 1fr auto 1fr;
  }

  .newsis-logo img { width: 84px; }
  .theme-landing .brand,
  .theme-omok .brand,
  .theme-tarot .brand { font-size: 12px; }
  .theme-omok .house-note { height: 36px; padding: 0 16px; font-size: 9px; }
  .theme-omok .view { min-height: calc(100svh - 100px); }
  .theme-landing .hero h1 strong { margin-left: 4vw; }
}
