:root {
  --xuan: #F7F5F0;
  --snow: #FCFBF7;
  --silk: #E8E3D8;
  --ink: #1B2631;
  --indigo: #2C3E50;
  --cinnabar: #C3272B;
  --stone: #5D6D7E;
  --stone-light: #A7B2BC;
  --serif: Georgia, Times New Roman, serif;
  --sans: Segoe UI, Helvetica Neue, Arial, sans-serif;
}

body.legal-page {
  margin: 0;
  font-size: 16px;
  font-family: var(--sans);
  background-color: #F7F5F0;
  color: #1B2631;
  line-height: 1.65;
}

/* ============ TOP LINE ============ */

.legal-topline {
  background-color: #FCFBF7;
  border-bottom: 1px solid #E8E3D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
  padding: 14px 24px;
}
.legal-topline-brand {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1B2631;
  text-decoration: none;
}
.legal-topline-brand:hover { color: #C3272B; }
.legal-topline-links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-topline-links a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #5D6D7E;
  text-decoration: none;
}
.legal-topline-links a:hover { color: #2C3E50; }

/* ============ HEADER ============ */

.legal-header {
  background-color: #2C3E50;
  border-bottom: 6px solid #C3272B;
  padding: 48px 24px 44px;
}
.legal-header-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.legal-kicker {
  color: #E8E3D8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.legal-header h1 {
  color: #FCFBF7;
  font-family: var(--serif);
  font-size: 40px;
  margin: 0 0 10px;
  line-height: 1.15;
}
.legal-updated { color: #A7B2BC; font-size: 14px; margin: 0; }

/* ============ CONTENT ============ */

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

.legal-page .legal-content section {
  background-color: transparent !important;
}

.legal-content > p:first-child { margin-top: 40px; }

.legal-content h2 {
  font-family: var(--serif);
  color: #1B2631;
  font-size: 25px;
  line-height: 1.3;
  margin: 46px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #C3272B;
}

.legal-content p {
  color: #2C3E50;
  margin: 0 0 16px;
}

.legal-content ul {
  margin: 4px 0 18px;
  padding-left: 26px;
}
.legal-content li {
  color: #2C3E50;
  margin-bottom: 9px;
}

.legal-content a { color: #C3272B; font-weight: 600; }
.legal-content a:hover { color: #A32024; }
.legal-content strong { color: #1B2631; }

/* ============ FOOTER ============ */

.legal-footer {
  background-color: #1B2631;
  margin-top: 72px;
  padding: 36px 24px;
  text-align: center;
  border-top: 4px solid #C3272B;
}
.legal-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
}
.legal-footer-links a {
  color: #FCFBF7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.legal-footer-links a:hover { color: #C3272B; }
.legal-footer p { color: #A7B2BC; font-size: 13px; margin: 16px 0 0; }

/* ============ RESPONSIVE ============ */

@media (max-width: 640px) {
  .legal-header { padding: 36px 20px 32px; }
  .legal-header h1 { font-size: 30px; }
  .legal-content h2 { font-size: 21px; }
  .legal-topline { justify-content: center; text-align: center; }
}
