/* Sacred Essentials Blog — earthy pillar styling. v1.0.0 */
.se-article {
  --se-green: var(--ast-global-color-0, #5f7351);
  --se-green-deep: #3e4f35;
  --se-cream: #faf7f0;
  --se-ink: #2e2a24;
  --se-line: rgba(62, 79, 53, .16);
  color: var(--se-ink);
}

/* Hero — deep-forest canvas with botanical glow orbs (WFU/MHM pillar caliber) */
.se-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 600px 400px at 12% -10%, rgba(167, 189, 143, .35), transparent 60%),
    radial-gradient(ellipse 500px 380px at 88% 110%, rgba(211, 176, 116, .22), transparent 60%),
    radial-gradient(ellipse 300px 300px at 75% 15%, rgba(240, 234, 214, .08), transparent 70%),
    linear-gradient(158deg, #2f3d28 0%, #3e4f35 55%, #4a5c3e 100%);
  border-bottom: 4px solid #d3b074;
}
.se-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(246, 243, 234, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 243, 234, .045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 80% 90% at 50% 40%, #000 30%, transparent 100%);
}
.se-hero::after {
  content: "❦"; position: absolute; right: 6%; bottom: -18px; font-size: 9rem;
  color: rgba(246, 243, 234, .05); pointer-events: none; line-height: 1;
}
.se-hero-inner { position: relative; max-width: 860px; margin: 0 auto; padding: 72px 20px 58px; text-align: center; }
.se-eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .76rem; color: #d3b074; margin: 0 0 18px; font-weight: 600; }
.se-eyebrow a { color: inherit; text-decoration: none; border-bottom: 1px dotted rgba(211, 176, 116, .6); }
.se-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 4.8vw, 2.9rem); line-height: 1.16; margin: 0 0 16px; color: #f6f3ea; text-wrap: balance; }
.se-deck { font-size: 1.08rem; line-height: 1.6; max-width: 660px; margin: 0 auto 14px; color: rgba(246, 243, 234, .82); }
.se-meta { font-size: .84rem; color: rgba(246, 243, 234, .55); margin: 0; letter-spacing: .04em; }
.se-archive .se-hero-inner { padding: 64px 20px 50px; }

/* Drop cap on the lede */
.se-content > .se-lede:first-child::first-letter {
  font-family: Georgia, serif; font-size: 3.4em; line-height: .82; float: left;
  padding: 6px 10px 0 0; color: var(--se-green-deep); font-weight: 700;
}

/* Layout */
.se-body { max-width: 1080px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 40px; }
@media (max-width: 900px) { .se-body { display: block; } .se-toc { position: static !important; margin-bottom: 28px; } }

/* TOC */
.se-toc { position: sticky; top: 96px; align-self: start; background: var(--se-cream); border: 1px solid var(--se-line); border-radius: 14px; padding: 18px 18px 10px; }
.se-toc-title { font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--se-green-deep); margin: 0 0 10px; }
.se-toc ul { list-style: none; margin: 0; padding: 0; }
.se-toc li { margin: 0 0 8px; }
.se-toc a { display: block; font-size: .88rem; line-height: 1.35; color: #55503f; text-decoration: none; padding: 3px 8px; border-left: 2px solid transparent; border-radius: 0 6px 6px 0; }
.se-toc a:hover { color: var(--se-green-deep); background: rgba(95, 115, 81, .08); }
.se-toc a.active { color: var(--se-green-deep); font-weight: 600; border-left-color: var(--se-green); background: rgba(95, 115, 81, .1); }

/* Content */
.se-content { font-size: 1.02rem; line-height: 1.72; }
.se-content h2 { font-family: Georgia, serif; color: var(--se-green-deep); font-size: 1.45rem; margin: 2em 0 .7em; scroll-margin-top: 110px; }
.se-content h3 { color: var(--se-green-deep); font-size: 1.12rem; margin: 1.6em 0 .5em; scroll-margin-top: 110px; }
.se-content a { color: var(--se-green-deep); text-decoration-color: rgba(95,115,81,.5); }
.se-content ul li { margin-bottom: .45em; }
.se-lede { font-size: 1.12rem; line-height: 1.65; color: #453f31; }

/* Callouts */
.se-callout { border-radius: 16px; padding: 22px 26px; margin: 1.8em 0; border: 1px solid var(--se-line); background: var(--se-cream); box-shadow: 0 2px 10px rgba(62, 79, 53, .05); }
.se-callout p:last-child { margin-bottom: 0; }
.se-callout-quote { position: relative; border-left: 4px solid #d3b074; font-family: Georgia, serif; font-style: italic; font-size: 1.06rem; color: #4c4636; padding-left: 54px; }
.se-callout-quote::before { content: "\201C"; position: absolute; left: 16px; top: 4px; font-size: 3.2rem; line-height: 1; color: rgba(211, 176, 116, .8); font-style: normal; }
.se-callout-quote cite { display: block; margin-top: .7em; font-style: normal; font-size: .84rem; letter-spacing: .05em; text-transform: uppercase; color: #7a745f; }
.se-callout-stat { background: linear-gradient(135deg, #eef1e4, #e6ecd6); border-color: rgba(95, 115, 81, .3); }
.se-callout-cta {
  position: relative; overflow: hidden; text-align: center; border: none; color: #f6f3ea;
  background:
    radial-gradient(ellipse 300px 200px at 85% 120%, rgba(211, 176, 116, .25), transparent 65%),
    linear-gradient(150deg, #2f3d28, #3e4f35);
}
.se-callout-cta h3, .se-callout-cta strong { color: #fff; font-family: Georgia, serif; }
.se-callout-cta a.se-btn { display: inline-block; margin-top: 12px; background: #d3b074; color: #2f3d28; padding: 11px 30px; border-radius: 999px; font-weight: 700; text-decoration: none; box-shadow: 0 3px 12px rgba(0, 0, 0, .25); }
.se-callout-cta a.se-btn:hover { background: #e2c48f; }

/* WooCommerce embeds (inline + bottom row) */
.se-content ul.products, .se-shop-row ul.products { margin: 1.2em 0 !important; }
.se-content ul.products li.product, .se-shop-row ul.products li.product {
  background: #fff; border: 1px solid var(--se-line); border-radius: 14px; padding: 14px !important; text-align: center;
}
.se-content ul.products li.product img, .se-shop-row ul.products li.product img { border-radius: 10px; }
.se-shop-row { margin-top: 2.5em; padding-top: 1.5em; border-top: 1px solid var(--se-line); }
@media (max-width: 700px) {
  .se-shop-row ul.products { display: flex !important; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; padding-bottom: 10px !important; }
  .se-shop-row ul.products li.product { flex: 0 0 72%; scroll-snap-align: start; width: auto !important; margin: 0 !important; }
}

/* FAQ */
.se-faq details { border: 1px solid var(--se-line); border-radius: 12px; margin-bottom: 10px; background: #fff; }
.se-faq summary, .se-faq h3 { cursor: default; }
.se-faq .se-faq-item { border: 1px solid var(--se-line); border-radius: 12px; padding: 14px 18px; margin-bottom: 12px; background: #fff; }
.se-faq .se-faq-item h3 { margin: 0 0 .4em; }
.se-faq .se-faq-item p { margin: 0 0 .5em; }

/* Sources */
.se-sources { font-size: .9rem; color: #6b6552; margin-top: 2.5em; padding-top: 1.2em; border-top: 1px dashed var(--se-line); }
.se-sources ul { padding-left: 1.2em; }

/* Disclaimer */
.se-disclaimer { margin-top: 2em; font-size: .82rem; color: #8a8470; }

/* Related */
.se-related { max-width: 1080px; margin: 0 auto; padding: 10px 20px 60px; }
.se-related h2 { font-family: Georgia, serif; color: var(--se-green-deep); }
.se-related-grid, .se-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 18px; }
.se-related-card, .se-card { display: flex; flex-direction: column; gap: 8px; background: var(--se-cream); border: 1px solid var(--se-line); border-radius: 14px; padding: 20px; text-decoration: none; color: var(--se-ink); transition: transform .15s ease, box-shadow .15s ease; }
.se-related-card:hover, .se-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(62,79,53,.12); }
.se-related-title, .se-card-title { font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.3; color: var(--se-green-deep); }
.se-card-topic { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: #7a745f; }
.se-card-excerpt { font-size: .88rem; line-height: 1.5; color: #55503f; }
.se-related-more { font-size: .82rem; font-weight: 600; color: var(--se-green); margin-top: auto; }

/* Archive extras */
.se-topic-chips { max-width: 1080px; margin: 26px auto 0; padding: 0 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.se-chip { background: var(--se-cream); border: 1px solid var(--se-line); color: var(--se-green-deep); border-radius: 999px; padding: 7px 16px; font-size: .85rem; text-decoration: none; }
.se-chip:hover { background: var(--se-green-deep); color: #fff; }
.se-archive .se-card-grid { max-width: 1080px; margin: 30px auto; padding: 0 20px; }
.se-pagination { max-width: 1080px; margin: 0 auto 60px; padding: 0 20px; }
