/* =========================================================
   legal.css — shared styles for terms & privacy pages
   ========================================================= */

#bg {
  background-image: url('../images/bg/bg2026.webp');
  filter: brightness(0.35) saturate(0.55);
}

.legal-wrap {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px 100px;
}

.legal-nav {
  width: 100%;
  max-width: 720px;
  margin-bottom: 48px;
  font-family: 'IMFellEnglish', Georgia, serif;
  font-size: 0.76rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
}
.legal-nav a {
  color: rgba(255,255,255,0.30);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-nav a:hover { color: rgba(255,255,255,0.65); }
.legal-nav span { margin: 0 10px; }

.legal-body {
  width: 100%;
  max-width: 720px;
}

.legal-body h1 {
  font-family: 'Nosferatu', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  margin: 0 0 6px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.9);
}

.legal-sub {
  font-family: 'IMFellEnglish', Georgia, serif;
  font-size: 0.80rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,220,120,0.50);
  margin: 0 0 48px;
}

.legal-body h2 {
  font-family: 'IMFellEnglish', Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,220,120,0.55);
  margin: 36px 0 10px;
}

.legal-body p {
  font-family: 'IMFellEnglish', Georgia, serif;
  font-size: 0.92rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.52);
  margin: 0 0 1em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
}

.legal-body a {
  color: rgba(255,220,120,0.70);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-body a:hover { color: rgba(255,220,120,1); }

.legal-copy {
  margin-top: 56px !important;
  font-size: 0.76rem !important;
  color: rgba(255,255,255,0.22) !important;
  letter-spacing: 0.06em;
}

@media (max-width: 720px) {
  .legal-wrap { padding: 40px 16px 80px; }
}
