/* ============================================================
   Legal pages stylesheet - Above The Clouds Hospitality LLC
   Loaded ONLY by privacy.html and terms-of-service.html
   Palette mirrors the shared light theme: WARM SHELL #F3EDE2,
   INN INK #332E38, FOG ROSE #C87E9E, DUSK PLUM #6B5566,
   BED LINEN #FBF8F2, MORNING SKY #A8C3CC, ATTIC SLATE #2E2A33.
   Strong text/background contrast is enforced on every surface.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
  font-size: 16px;
  margin: 0;
  background: #F3EDE2;
  color: #332E38;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.75;
}

/* Scope isolation: the shared stylesheet is NOT loaded here, but this
   rule guarantees no stray transparency leaks from any inherited
   decorative styles onto legal content sections. */
.legal-page .legal-content section {
  background: transparent !important;
  color: #332E38;
}

/* ---------- Top banner ---------- */
.legal-head {
  background: #FBF8F2;
  border-bottom: 8px solid #C87E9E;
  padding: 46px 0 40px;
}
.legal-head-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}
.legal-eyebrow {
  display: block;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C87E9E;
  margin: 0 0 14px;
}
.legal-head h1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.12;
  color: #332E38;
  font-weight: 700;
}
.legal-intro {
  margin: 14px 0 0;
  max-width: 760px;
  color: #4a4149;
  font-size: 18px;
}
.legal-back {
  display: inline-block;
  margin-top: 18px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #6B5566;
  text-decoration: none;
}
.legal-back::before { content: "\2190"; margin-right: 8px; color: #C87E9E; font-weight: 700; }

/* ---------- Layout ---------- */
.legal-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 24px 8px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}
.toc {
  max-width: none;
  padding: 0;
  align-self: start;
  position: sticky;
  top: 24px;
}
.toc h2 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C87E9E;
  margin: 0 0 12px;
}
.toc ol { margin: 0; padding: 0 0 0 2px; list-style: none; }
.toc li { margin: 8px 0; }
.toc a {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #6B5566;
  text-decoration: none;
  line-height: 1.4;
}
.toc a:hover { color: #C87E9E; }

.sections-stack { min-width: 0; }
.sections-stack section {
  padding: 34px 0;
  border-bottom: 1px solid #CFC1C9;
  background: transparent !important;
}
.sections-stack section:first-child { padding-top: 6px; }
.sections-stack h2 {
  font-size: 26px;
  color: #332E38;
  margin: 0 0 14px;
  font-weight: 700;
  scroll-margin-top: 20px;
}
.sections-stack h2 span.h-num {
  display: inline-block;
  color: #C87E9E;
  margin-right: 10px;
  font-size: 22px;
}
.sections-stack h3 {
  font-size: 19px;
  color: #6B5566;
  margin: 20px 0 6px;
}
.sections-stack p { color: #4a4149; margin: 0 0 1em; }
.sections-stack ul, .sections-stack ol { color: #4a4149; padding-left: 22px; }
.sections-stack li { margin: 6px 0; }
.sections-stack a { color: #C87E9E; }
.last-updated {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #6B5566;
  border-left: 4px solid #C87E9E;
  padding: 4px 14px;
  background: #FBF8F2;
}

/* ---------- Legal footer with link home ---------- */
.legal-foot {
  margin-top: 40px;
  background: #2E2A33;
  padding: 40px 0;
}
.legal-foot-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.legal-foot-inner p { color: #D9CDD2; margin: 0 0 10px; font-size: 15px; }
.legal-foot-inner a { color: #C87E9E; font-family: "Trebuchet MS", sans-serif; font-weight: 700; }
.legal-brand-line {
  font-family: "Trebuchet MS", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E9C9AE;
  font-weight: 700;
  font-size: 13px;
}
.company-legal-address {
  color: #CFC1CF;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .legal-content { grid-template-columns: 1fr; }
  .toc { position: static; }
}
