.elementor-1887 .elementor-element.elementor-element-a371250{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* =========================================================
   EMERALD GARDENS — LEGAL PAGES CSS
   (Privacy Policy + Terms of Service shared styling)
   
   Paste into BOTH:
   - Privacy Policy page > Edit with Elementor > Custom CSS
   - Terms of Service page > Edit with Elementor > Custom CSS
   
   Assumes site-wide-css.css is already loaded.
   ========================================================= */

.eg-grain::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  z-index: 1;
}

.eg-section-num {
  font-family: var(--eg-font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--eg-brass);
  letter-spacing: 0.02em;
  display: inline-block;
}

/* ---------- HERO ---------- */
.eg-legal-hero {
  position: relative;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 80% 30%, var(--eg-brass-soft) 0%, transparent 60%),
    radial-gradient(ellipse at 10% 80%, rgba(27, 58, 46, 0.45) 0%, transparent 50%),
    linear-gradient(180deg, var(--eg-ink) 0%, var(--eg-black) 100%);
}
.eg-legal-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--eg-max);
  margin: 0 auto;
  padding: 0 var(--eg-gutter);
}
.eg-legal-hero-inner .eg-section-num { margin-bottom: 1.5rem; }
.eg-legal-hero h1 {
  font-family: var(--eg-font-display);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--eg-cream);
  margin: 0 0 2rem;
}
.eg-legal-hero h1 em { font-style: italic; color: var(--eg-brass); font-weight: 300; }
.eg-legal-hero-lede {
  max-width: 38rem;
  font-size: 1.1rem;
  color: var(--eg-cream-soft);
  line-height: 1.65;
  margin: 0 0 2.5rem;
}

.eg-legal-hero-meta {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--eg-line-strong);
  padding-top: 1.75rem;
  max-width: 36rem;
}
.eg-legal-hero-meta-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--eg-cream-muted);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.eg-legal-hero-meta-value {
  font-family: var(--eg-font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--eg-brass);
  line-height: 1.2;
}

/* ---------- BODY ---------- */
.eg-legal-body {
  background: var(--eg-black);
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(5rem, 10vw, 8rem);
}
.eg-legal-body-inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 var(--eg-gutter);
  font-family: var(--eg-font-body);
  color: var(--eg-cream-soft);
  font-size: 1rem;
  line-height: 1.75;
}

/* Section headings */
.eg-legal-body-inner h2 {
  font-family: var(--eg-font-display);
  font-size: clamp(1.5rem, 2.6vw, 1.85rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--eg-cream);
  margin: 3rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--eg-line);
  line-height: 1.3;
}
.eg-legal-body-inner h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.eg-legal-body-inner h3 {
  font-family: var(--eg-font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--eg-cream);
  margin: 1.75rem 0 0.75rem;
  letter-spacing: -0.005em;
}

/* Body paragraphs */
.eg-legal-body-inner p {
  margin: 0 0 1.25rem;
  color: var(--eg-cream-soft);
}

.eg-legal-body-inner p:last-child {
  margin-bottom: 0;
}

/* Strong / emphasized terms */
.eg-legal-body-inner strong {
  color: var(--eg-cream);
  font-weight: 600;
}

.eg-legal-body-inner em {
  font-style: italic;
}

/* Lists */
.eg-legal-body-inner ul,
.eg-legal-body-inner ol {
  margin: 0 0 1.5rem 0;
  padding-left: 1.5rem;
}

.eg-legal-body-inner li {
  margin-bottom: 0.65rem;
  padding-left: 0.5rem;
  color: var(--eg-cream-soft);
}

.eg-legal-body-inner ul li::marker {
  color: var(--eg-brass);
}

.eg-legal-body-inner ol li::marker {
  color: var(--eg-brass);
  font-family: var(--eg-font-display);
  font-style: italic;
}

/* Inline links — locked */
.eg-legal-body-inner a,
.eg-legal-body-inner a:link,
.eg-legal-body-inner a:visited {
  color: var(--eg-brass) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(199, 163, 74, 0.3);
  padding-bottom: 1px;
  transition: all 0.3s var(--eg-ease);
}
.eg-legal-body-inner a:hover,
.eg-legal-body-inner a:focus,
.eg-legal-body-inner a:active {
  color: var(--eg-brass-light) !important;
  border-bottom-color: var(--eg-brass);
}

/* Disclaimer / italic note at bottom */
.eg-legal-disclaimer {
  margin-top: 3rem !important;
  padding: 1.5rem 1.75rem !important;
  border: 1px solid var(--eg-line);
  border-left: 3px solid var(--eg-brass);
  background: var(--eg-ink);
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
  color: var(--eg-cream-muted) !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 640px) {
  .eg-legal-hero-meta { gap: 1.5rem; }
  .eg-legal-body-inner { font-size: 0.95rem; }
  .eg-legal-body-inner h2 { font-size: 1.4rem; margin: 2.25rem 0 0.75rem; padding-top: 1.5rem; }
}/* End custom CSS */