/**
 * Plain white ZTT home — minimal, no hero artwork.
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

body.ztt-plain-home,
body.hub-body--plain {
  background: #ffffff !important;
  color: #111111;
  font-family: 'DM Sans', system-ui, sans-serif;
  min-height: 100vh;
}

body.ztt-plain-home .hub-shell,
body.ztt-plain-home .ztt-plain {
  background: #ffffff;
}

body.ztt-plain-home .navbar,
body.ztt-plain-home .site-nav {
  background: #ffffff !important;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none !important;
}

body.ztt-plain-home .site-nav-brand,
body.ztt-plain-home .lucki-studios-wordmark {
  color: #111 !important;
}

.ztt-plain {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 1.25rem 5rem;
}

.ztt-plain-hero {
  text-align: center;
  padding: 2.5rem 0 2rem;
}

.ztt-plain-hero__logo {
  width: min(200px, 46vw);
  height: auto;
  display: block;
  margin: 0 auto 1.25rem;
  object-fit: contain;
}

.ztt-plain-hero__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.ztt-plain-hero__lead {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #555;
}

.ztt-plain-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.ztt-plain-hero__actions .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.7rem 1.2rem;
}

.ztt-plain-hero__actions .btn-primary {
  background: #111;
  color: #fff;
  border: none;
}

.ztt-plain-hero__actions .btn-primary:hover {
  background: #333;
}

.ztt-plain-hero__actions .btn-ghost {
  background: transparent;
  color: #111;
  border: 1px solid #d0d0d0;
}

.ztt-plain-hero__actions .btn-ghost:hover {
  border-color: #111;
}

.ztt-plain-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  padding-top: 2.5rem;
  border-top: 1px solid #eee;
  margin-top: 1rem;
}

.ztt-plain-links a {
  color: #444;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.ztt-plain-links a:hover {
  color: #111;
  text-decoration: underline;
}

body.ztt-plain-home .hub-site-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
}
