/** Shopify CDN: Minification failed

Line 14:12 Unexpected "{"
Line 14:21 Expected ":"
Line 14:27 Unexpected ","
Line 15:12 Unexpected "{"
Line 15:21 Expected ":"
Line 16:12 Unexpected "{"
Line 16:21 Expected ":"
Line 17:12 Unexpected "{"
Line 17:21 Expected ":"

**/
#LegalPage-{{ section.id }},
#LegalPage-{{ section.id }} *,
#LegalPage-{{ section.id }} *::before,
#LegalPage-{{ section.id }} *::after {
  box-sizing: border-box;
}

/* ── Hero ── */
.legal-page__hero {
  background: var(--lp-hero-bg, #f9f4ec);
  padding: 64px 16px;
  text-align: center;
}

.legal-page__hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.legal-page__eyebrow {
  display: inline-block;
  font-family: "Assistant", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--lp-eyebrow, #164547);
}

.legal-page__heading {
  margin: 12px 0 0;
  font-family: var(--element-text-font-family--heading), Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  color: var(--lp-heading, #15282a);
}

.legal-page__subtext {
  margin: 16px auto 0;
  max-width: 580px;
  font-family: "Assistant", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--lp-muted, #6b7280);
}

.legal-page__subtext p { margin: 0; }

.legal-page__updated {
  margin: 16px 0 0;
  font-family: "Assistant", system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lp-muted, #6b7280);
}

/* ── Body ── */
.legal-page__body {
  background: var(--lp-bg, #fdfaf4);
  padding: 56px 16px 80px;
}

.legal-page__container {
  max-width: 720px;
  margin: 0 auto;
}

.legal-page__article {
  font-family: "Assistant", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--lp-muted, #6b7280);
}

.legal-page__article h2 {
  margin: 40px 0 12px;
  font-family: var(--element-text-font-family--heading), Georgia, serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--lp-heading, #15282a);
}

.legal-page__article h2:first-child {
  margin-top: 0;
}

.legal-page__article h3 {
  margin: 24px 0 8px;
  font-family: var(--element-text-font-family--heading), Georgia, serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--lp-heading, #15282a);
}

.legal-page__article p {
  margin: 0 0 16px;
}

.legal-page__article ul,
.legal-page__article ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.legal-page__article ul {
  list-style: disc;
}

.legal-page__article ol {
  list-style: decimal;
}

.legal-page__article li {
  margin-bottom: 6px;
}

.legal-page__article a {
  color: var(--lp-link, #164547);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page__article a:hover {
  color: var(--lp-eyebrow, #164547);
  opacity: 0.8;
}

.legal-page__article strong {
  color: var(--lp-heading, #15282a);
  font-weight: 600;
}

.legal-page__article hr {
  margin: 32px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

@media screen and (min-width: 640px) {
  .legal-page__hero { padding: 80px 24px; }
  .legal-page__heading { font-size: 48px; }
  .legal-page__body { padding: 64px 24px 96px; }
}

@media screen and (min-width: 1024px) {
  .legal-page__heading { font-size: 60px; }
  .legal-page__article h2 { font-size: 28px; }
}
