.elementor-3 .elementor-element.elementor-element-492881d8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-747f4be8 *//* ============================================================
   GLOSSYHOME — Privacy Policy Page CSS
   Paste into: Appearance → Customize → Additional CSS
   All classes are prefixed with "gh-" to avoid theme conflicts
   ============================================================ */

:root {
  --gh-gold:    #C9A96E;
  --gh-gold-lt: #E8D5B0;
  --gh-ink:     #1C1C1C;
  --gh-char:    #3A3A3A;
  --gh-mid:     #6B6B6B;
  --gh-cream:   #FAF8F4;
  --gh-beige:   #F2EDE4;
  --gh-white:   #FFFFFF;
}

/* ── PAGE BACKGROUND ── */
.page-template-privacy-policy body,
body.gh-privacy-page {
  background: var(--gh-cream);
}

/* ── HERO ── */
.gh-hero {
  background: var(--gh-ink);
  text-align: center;
  padding: 72px 24px 56px;
  position: relative;
  overflow: hidden;
}
.gh-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 120%, rgba(201,169,110,.18), transparent);
  pointer-events: none;
}
.gh-hero-eyebrow {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gh-gold);
  border: 1px solid rgba(201,169,110,.4);
  padding: 5px 18px;
  border-radius: 2px;
  margin-bottom: 22px;
}
.gh-hero h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2.2rem, 5vw, 3.4rem) !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  letter-spacing: .01em !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-shadow: none !important;
}
.gh-hero h1 em {
  font-style: italic !important;
  color: #C9A96E !important;
}
.gh-hero-meta {
  margin-top: 20px;
  font-size: .82rem;
  color: #c0c0c0;
  letter-spacing: .04em;
}
.gh-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto;
  max-width: 240px;
  padding: 32px 0 0;
}
.gh-ornament span {
  flex: 1;
  height: 1px;
  background: rgba(201,169,110,.4);
}

/* ── STICKY TOC BAR ── */
.gh-toc-bar {
  background: var(--gh-beige);
  border-bottom: 1px solid var(--gh-gold-lt);
  position: sticky;
  top: 0;
  z-index: 50;
}
.gh-toc-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.gh-toc-inner::-webkit-scrollbar { display: none; }
.gh-toc-inner a {
  flex-shrink: 0;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gh-mid);
  text-decoration: none;
  padding: 14px 10px;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}
.gh-toc-inner a:hover {
  color: var(--gh-ink);
  border-bottom-color: var(--gh-gold);
}

/* ── PAGE WRAP ── */
.gh-page-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 28px 80px;
  font-family: 'Inter', sans-serif;
}

/* ── INTRO CARD ── */
.gh-intro-card {
  background: var(--gh-white);
  border-left: 4px solid var(--gh-gold);
  border-radius: 0 6px 6px 0;
  padding: 28px 32px;
  margin: 48px 0;
  font-size: .95rem;
  color: var(--gh-char);
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
  line-height: 1.8;
}
.gh-intro-card p { margin: 0 0 14px; }
.gh-intro-card p:last-child { margin-bottom: 0; }
.gh-intro-card strong { color: var(--gh-ink); }
.gh-intro-card a { color: var(--gh-gold); text-decoration: none; }

/* ── POLICY SECTION ── */
.gh-section {
  margin: 52px 0 0;
  scroll-margin-top: 56px;
}
.gh-section-num {
  display: block;
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gh-gold);
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}
.gh-section h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  color: var(--gh-ink) !important;
  line-height: 1.25 !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid var(--gh-beige) !important;
}
.gh-section p {
  font-size: .93rem;
  color: var(--gh-char);
  margin-bottom: 14px;
  line-height: 1.8;
  font-family: 'Inter', sans-serif;
}
.gh-section a { color: var(--gh-gold); text-decoration: none; }
.gh-section a:hover { text-decoration: underline; }

/* ── ITEM GRID (card-based bullets) ── */
.gh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.gh-card {
  background: var(--gh-white);
  border: 1px solid var(--gh-beige);
  border-radius: 6px;
  padding: 14px 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .87rem;
  font-family: 'Inter', sans-serif;
}
.gh-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gh-gold);
  margin-top: 5px;
  flex-shrink: 0;
}
.gh-card strong {
  display: block;
  font-size: .82rem;
  color: var(--gh-ink);
  margin-bottom: 2px;
}
.gh-card span {
  color: var(--gh-mid);
  line-height: 1.5;
}

/* ── HIGHLIGHT BOX ── */
.gh-highlight {
  background: linear-gradient(135deg, #fff9ee 0%, var(--gh-white) 100%);
  border: 1px solid var(--gh-gold-lt);
  border-radius: 8px;
  padding: 22px 26px;
  margin: 20px 0;
  font-size: .88rem;
  font-family: 'Inter', sans-serif;
}
.gh-highlight-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--gh-ink);
  margin-bottom: 8px;
}
.gh-highlight p {
  margin: 0;
  font-size: .88rem;
  color: #5a5a5a;
  line-height: 1.7;
}

/* ── DATA RETENTION TABLE ── */
.gh-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: .88rem;
  font-family: 'Inter', sans-serif;
}
.gh-table th {
  background: var(--gh-ink);
  color: var(--gh-gold);
  font-weight: 500;
  letter-spacing: .06em;
  font-size: .75rem;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.gh-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gh-beige);
  color: var(--gh-char);
  vertical-align: top;
}
.gh-table tr:nth-child(even) td { background: var(--gh-white); }
.gh-table tr:hover td { background: #fffcf5; }

/* ── CONTACT CARD ── */
.gh-contact {
  background: var(--gh-ink);
  border-radius: 10px;
  padding: 36px 40px;
  margin-top: 48px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: 'Inter', sans-serif;
}
.gh-contact-col { flex: 1; min-width: 220px; }
.gh-contact h3 {
  font-family: 'Playfair Display', serif !important;
  color: #FFFFFF !important;
  font-size: 1.3rem !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
}
.gh-contact .gh-contact-desc {
  color: #d0d0d0 !important;
  font-size: .9rem;
  margin-bottom: 24px;
  line-height: 1.7;
}
.gh-contact-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gh-contact-detail .gh-label {
  color: #b0b0b0 !important;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}
.gh-contact-detail a {
  color: #C9A96E !important;
  text-decoration: none !important;
  font-size: .92rem;
  display: block;
  font-weight: 500;
}
.gh-contact-detail a:hover {
  color: #E8D5B0 !important;
  text-decoration: underline !important;
}
.gh-contact-detail .gh-address {
  color: #e0e0e0 !important;
  font-size: .88rem;
  line-height: 1.8;
  margin: 2px 0 0;
}
.gh-divider-row {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #3a3a3a;
}
.gh-contact-detail .gh-note {
  color: #999 !important;
  font-size: .78rem;
  margin-top: 4px;
  display: block;
  line-height: 1.5;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .gh-page-wrap { padding: 0 18px 60px; }
  .gh-hero { padding: 48px 20px 40px; }
  .gh-contact { padding: 24px; gap: 20px; }
  .gh-grid { grid-template-columns: 1fr; }
  .gh-intro-card { padding: 20px; }
  .gh-table { font-size: .8rem; }
  .gh-table th, .gh-table td { padding: 10px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}/* End custom CSS */