/* ============================================================
   legal.css — PRAGSANS MUSICAL INC. legal stylesheet
   Loaded ONLY by the Privacy Policy and Terms of Service pages.
   Built on a rehearsal-hall palette: stage-slate foundations,
   score-cream text and case-slate bands. Bands are solid folded
   pre-blends — no rgba, no transparency except the scoped rule
   that keeps embedded sections see-through inside richer pages.
   ============================================================ */

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", "Noto Serif", serif;
  color: #F3EDDE;
  background-color: #26262C;
  overflow-x: hidden;
}

/* Shared legal shell ---------------------------------------- */
.legal-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #26262C;
}

.legal-content {
  flex: 1 1 auto;
}

.legal-content-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px 40px;
}

/* Scope isolation is handled on the scroll down rules that
   target .legal-content section so any embedded content areas
   stay transparent. The page background and text colours are
   defined on body and reinforced across the legal blocks. */

.legal-footer {
  background-color: #1B1B20;
  border-top: 4px solid #B06B3A;
}

.legal-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.legal-footer .home-link {
  color: #F3EDDE;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #B06B3A;
}

.legal-footer .home-link:hover {
  color: #FFFFFF;
}

.legal-footer small {
  color: #C7BFAB;
  letter-spacing: 0.04em;
}

/* Legal header ---------------------------------------------- */
.legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #36363E;
  border-bottom: 5px solid #B06B3A;
}

.legal-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.legal-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
}

.legal-brand .meter-rod {
  width: 9px;
  align-self: stretch;
  background-color: #7E8B66;
  border-radius: 5px;
}

.brand-name {
  margin: 0;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #F3EDDE;
}

.brand-sub {
  margin: 2px 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #B06B3A;
  text-transform: uppercase;
}

.legal-home-link {
  color: #FFDDBB;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #7E8B66;
  padding-bottom: 3px;
  font-size: 0.98rem;
}

.legal-home-link:hover {
  color: #FFFFFF;
  border-color: #EDE5CF;
}

.legal-hero {
  background-color: #26262C;
  padding: 52px 0 26px;
}

.legal-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-eyebrow {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #7E8B66;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1.legal-title {
  margin: 0 0 14px;
  font-size: 2.4rem;
  line-height: 1.12;
  color: #F3EDDE;
  border-bottom: 5px solid #B06B3A;
}

.legal-lede {
  color: #EDE5CF;
  font-size: 1.05rem;
  line-height: 1.7;
}

.toc-panel {
  background-color: #36363E;
  border-left: 7px solid #7E8B66;
  padding: 24px 26px;
  margin: 26px 0 16px;
}

.toc-panel h2 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: #F3EDDE;
}

.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 34px;
}

.toc-list li {
  padding: 5px 0;
}

.toc-list a {
  color: #EDE5CF;
  text-decoration: none;
  border-bottom: 1px solid #B06B3A;
}

.toc-list a:hover {
  color: #FFFFFF;
}

/* Section text and head rules ------------------------------- */
.legal-content section {
  background-color: transparent !important;
}

.legal-content section h2 {
  margin: 34px 0 12px;
  font-size: 1.42rem;
  scroll-margin-top: 116px;
  color: #F3EDDE;
  padding-bottom: 6px;
  border-bottom: 1px solid #B06B3A;
}

.legal-content section h3 {
  margin: 22px 0 8px;
  font-size: 1.12rem;
  color: #EDE5CF;
}

.legal-content section p {
  margin: 0 0 13px;
  color: #E2DCCB;
  line-height: 1.72;
}

.legal-content ul {
  color: #E2DCCB;
}

.legal-content li {
  margin: 0 0 8px;
  line-height: 1.65;
}

/* No-quote reassurance blocks for term lists remain plain text */

.last-updated {
  margin-top: 6px;
  font-size: 0.92rem;
  color: #C7BFAB;
  letter-spacing: 0.03em;
}
