.elementor-855 .elementor-element.elementor-element-10c17ee8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-355be8f6 *//* ============================================================
   GLOSSYHOME — Terms & Conditions Page CSS
   Paste into: Appearance → Customize → Additional CSS
   (Safe to have alongside privacy policy CSS — no 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;
  --gh-red:     #C0392B;
  --gh-red-lt:  #FDF0EF;
}

/* ── 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: 900px;
  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: .68rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gh-mid);
  text-decoration: none;
  padding: 14px 9px;
  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: 900px;
  margin: 0 auto;
  padding: 0 28px 80px;
  font-family: 'Inter', sans-serif;
}

/* ── ALERT / IMPORTANT NOTICE ── */
.gh-alert {
  background: #fffbf0;
  border: 1.5px solid #C9A96E;
  border-left: 5px solid #C9A96E;
  border-radius: 0 8px 8px 0;
  padding: 22px 28px;
  margin: 48px 0 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.gh-alert-icon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.gh-alert-body strong {
  display: block;
  font-size: .9rem;
  color: var(--gh-ink);
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
  letter-spacing: .02em;
}
.gh-alert-body p {
  margin: 0;
  font-size: .88rem;
  color: var(--gh-char);
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}

/* ── 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; }

/* ── DEFINITIONS LIST ── */
.gh-def-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--gh-beige);
  border-radius: 8px;
  overflow: hidden;
}
.gh-def-item {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--gh-beige);
  font-family: 'Inter', sans-serif;
  font-size: .88rem;
}
.gh-def-item:last-child { border-bottom: none; }
.gh-def-term {
  background: var(--gh-ink);
  color: var(--gh-gold);
  font-weight: 600;
  padding: 14px 18px;
  min-width: 130px;
  max-width: 130px;
  font-size: .8rem;
  letter-spacing: .04em;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}
.gh-def-desc {
  background: var(--gh-white);
  color: var(--gh-char);
  padding: 14px 18px;
  flex: 1;
  line-height: 1.7;
}
.gh-def-item:nth-child(even) .gh-def-desc { background: #fafaf7; }

/* ── ITEM GRID (card 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; }

/* ── CLAUSE BLOCK (for sub-points within a section) ── */
.gh-clause-list {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gh-clause {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .9rem;
  color: var(--gh-char);
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}
.gh-clause-num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--gh-gold);
  color: var(--gh-white);
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

/* ── HIGHLIGHT / INFO 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; }

/* ── PROHIBITED BOX ── */
.gh-prohibited {
  background: var(--gh-red-lt);
  border: 1px solid #f5c6c3;
  border-left: 4px solid var(--gh-red);
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 18px 0;
}
.gh-prohibited-title {
  font-family: 'Inter', sans-serif;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gh-red);
  margin-bottom: 12px;
  font-weight: 600;
}
.gh-prohibited ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gh-prohibited ul li {
  font-size: .88rem;
  color: #6b2a26;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.gh-prohibited ul li::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: var(--gh-red);
  font-size: .75rem;
  top: 3px;
}

/* ── SHIPPING 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;
  line-height: 1.6;
}
.gh-table tr:nth-child(even) td { background: var(--gh-white); }
.gh-table tr:hover td { background: #fffcf5; }
.gh-table .gh-badge {
  display: inline-block;
  background: #eaf7ee;
  color: #276b40;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: .75rem;
  font-weight: 600;
}
.gh-table .gh-badge-warn {
  background: #fff7e6;
  color: #a06000;
}

/* ── 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-table { font-size: .8rem; }
  .gh-table th, .gh-table td { padding: 10px 10px; }
  .gh-def-term { min-width: 90px; max-width: 90px; font-size: .72rem; }
  .gh-alert { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}/* End custom CSS */