.gate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 48px 32px;
  gap: 32px;
  text-align: center;
}

.gate__brand {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.gate__icon {
  width: 72px;
  height: 72px;
  color: var(--accent);
  opacity: 0.7;
}

.gate__icon svg {
  width: 100%;
  height: 100%;
}

.gate__message {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 260px;
  margin: 0;
}

.gate__schedule {
  font-family: var(--body);
  font-weight: 500;
  font-size: 13px;
  color: var(--accent-deep);
  text-decoration: none;
}
