/** Shopify CDN: Minification failed

Line 95:0 Unexpected "}"
Line 781:30 Unexpected "text("

**/
/* ===============
   Sacred Nation (scoped)
   Only styles elements inside .sn-blog / .sn-article
   =============== */

.sn-accent { color: #f36a1f; } /* orange accent - tweak later */

/* Base wrappers
   IMPORTANT: do NOT force font-family: inherit here (it can break theme typography)
   Let theme defaults apply naturally.
*/
.sn-article,
.sn-blog {
  color: inherit;
}

/* ===========================
   Shared container spacing
   =========================== */

/* Blog hub container (centred + padded) */
.sn-blog__container {
  width: 100%;
  max-width: 1180px;     /* tweak later if needed */
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 990px) {
  .sn-blog__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Article container */
.sn-article__container {
  padding-top: 32px;
  padding-bottom: 56px;
}

/* ===========================
   Article — Breadcrumb
   =========================== */

.sn-article__breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  opacity: 0.85;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.sn-article__dot { opacity: 0.5; }
.sn-article__crumb--link { text-decoration: none; border-bottom: 1px solid transparent; }
.sn-article__crumb--link:hover { border-bottom-color: currentColor; }

/* ===========================
   Article — Two-column layout
   =========================== */

.sn-article__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

/* =========================================================
   Sacred Nation — Article sidebar width adjustment
   Reduce sidebar width by ~25%
   ========================================================= */

@media (min-width: 990px){
  .sn-article__grid{
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px; /* slightly tighter gap to suit narrower sidebar */
  }
}


  .sn-article__sidebar {
    position: sticky;
    top: 24px;
  }
}

/* ===========================
   Article — Title + Subheading
   =========================== */

.sn-article__title {
  margin: 0 0 12px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.sn-article__title-left {
  margin-right: 10px;
  display: inline;
}

.sn-article__title-right {
  color: #c7b889; /* warm beige - tweak later */
}

@media (min-width: 750px) {
  .sn-article__title { font-size: 56px; }
}
@media (max-width: 749px) {
  .sn-article__title { font-size: 36px; }
}

.sn-article__subheading {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.45;
  max-width: 58ch;
}
.sn-article__subheading-first {
  font-weight: 600;
  margin-right: 6px;
}
.sn-article__subheading-rest { opacity: 0.95; }

/* ===========================
   Article — Meta row + Share
   =========================== */

.sn-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  opacity: 0.9;
}

.sn-article__meta-tag { font-weight: 700; }
.sn-article__meta-share-label { margin-left: auto; opacity: 0.8; }

@media (max-width: 749px) {
  .sn-article__meta-share-label { width: 100%; margin-left: 0; }
}

.sn-article__share {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.sn-share {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.sn-share:hover { border-color: rgba(0,0,0,0.5); }
.sn-share--copy.is-copied { border-color: rgba(0,0,0,0.9); }

/* ===========================
   Article — Hero + Content
   =========================== */

.sn-article__hero { margin: 18px 0 22px; }
.sn-article__hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.sn-article__content {
  font-size: 16px;
  line-height: 1.65;
}

.sn-article__content h1,
.sn-article__content h2,
.sn-article__content h3,
.sn-article__content h4,
.sn-article__content h5 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.sn-article__content h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f36a1f;
}

/* Under-article links */
.sn-article__under-links {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.sn-article__under-links-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.sn-article__under-links-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.sn-under-link {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

/* ===========================
   Article — Sidebar
   =========================== */

.sn-article__sidebar { margin-top: 8px; }

.sn-sidebar__block,
.sn-sidebar__card {
  border-top: 2px solid rgba(0,0,0,0.7);
  padding-top: 14px;
  margin-bottom: 22px;
}

.sn-sidebar__block--dig {
  background: #d8cfb1; /* khaki block */
  border-top: 0;
  padding: 18px;
}

.sn-sidebar__title {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.sn-sidebar__list { margin: 0; padding-left: 18px; }
.sn-sidebar__link { text-decoration: none; }
.sn-sidebar__link:hover { text-decoration: underline; }
.sn-sidebar__empty { font-size: 12px; opacity: 0.8; margin: 0; }

.sn-sidebar__card { border-top: 0; padding-top: 0; }
.sn-sidebar__card-link { display: block; text-decoration: none; color: inherit; }
.sn-sidebar__card-media { margin-bottom: 10px; }
.sn-sidebar__card-img { width: 100%; height: auto; display: block; }

.sn-sidebar__card-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.sn-sidebar__card-text {
  font-size: 16px;
  line-height: 1.45;
  opacity: 0.9;
}

/* Newsletter block */
.sn-sidebar__block--newsletter .sn-sidebar__text {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 12px;
}
.sn-sidebar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  background: #f36a1f;
  color: #fff;
  border: 1px solid #f36a1f;
}
.sn-sidebar__button:hover { opacity: 0.92; }

/* Sticky sidebar on article pages (desktop only) */
@media (min-width: 990px) {
  .sn-article__sidebar {
    position: sticky;
    top: 110px; /* adjust if header overlaps */
    align-self: start;
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
}
@media (min-width: 990px) {
  .sn-article__sidebar{
    position: sticky;
    top: 110px;
    align-self: start;
    max-height: none;
    overflow: visible;
  }
}

/* ===========================
   Blog Hub — Breadcrumb
   =========================== */

.sn-blog__breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 10px 0 18px;
  opacity: 0.85;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.sn-blog__breadcrumb-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: inherit;
}
.sn-blog__breadcrumb-link:hover { border-bottom-color: currentColor; }
.sn-blog__breadcrumb-sep { opacity: 0.55; }
.sn-blog__breadcrumb-current { opacity: 0.85; }
/* Mobile: hide the breadcrumb "current page" title (the pipe title line) */
@media (max-width: 768px){
  .sn-blog__breadcrumb-current{
    display: none !important;
  }
}


/* ===========================
   Blog Hub — Category Nav (Editorial Topics)
   =========================== */

.sn-blog__topics {
  margin: 16px 0 24px;
  padding: 0;
  text-align: center;
}

.sn-blog__topics-label {
  display: none; /* keep schema setting but hide visually */
}

.sn-blog__topics-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 12px;       /* ↓ smaller */
  line-height: 1.35;
  opacity: 0.85;
}

.sn-blog__topics-prefix {
  font-weight: 700;      /* ✅ Topics bold */
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.sn-blog__topics-sep {
  opacity: 0.35;
  margin: 0 1px;
}

.sn-blog__topic-link {
  font-size: 12px;       /* ↓ smaller subjects */
  text-decoration: none;
  padding: 1px 0;
  border-bottom: 1px solid transparent;
  opacity: 0.9;
}

.sn-blog__topic-link:hover {
  border-bottom-color: currentColor;
  opacity: 1;
}

.sn-blog__topic-link.is-active {
  font-weight: 600;
  border-bottom-color: currentColor;
  opacity: 1;
}

/* ===========================
   Blog Hub Title (split colours)
   IMPORTANT: Do not set font-family here. Theme controls it.
   =========================== */

.sn-blog__title-row{
  display: block;          /* each row = one line */
  line-height: 1.02;
  white-space: nowrap;
}

.sn-blog__title-left{
  display: inline;
  color: #f36a1f;          /* orange */
  margin-right: 10px;
}

.sn-blog__title-right{
  display: inline;
  color: #c7b889;          /* beige */
}

@media (max-width: 749px){
  .sn-blog__title-row{ white-space: normal; }
}

/* Flip colours for a row when needed */
.sn-blog__title-row.is-flip .sn-blog__title-left { color: #c7b889; }
.sn-blog__title-row.is-flip .sn-blog__title-right { color: #f36a1f; }

/* ===========================
   Blog Hub — Curated Rows (Blog Home)
   =========================== */

.sn-blog__curated {
  margin: 26px 0 34px;
}

/* DO NOT force typography here.
   Let the theme style the h2 naturally.
   Only control spacing. */
.sn-blog__curated .sn-blog__section-title {
  margin: 0 0 10px;
}

.sn-blog__curated-desc.rte {
  margin: 0 0 18px;
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.95;
}
.sn-blog__curated-desc.rte p { margin: 0; }

/* Grid */
.sn-blog__curated-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* mobile = 2 columns */
}

@media (min-width: 750px) {
  .sn-blog__curated-grid {
    gap: 20px;
    /* Desktop: auto-fit makes 3/4/5 cards fill full width automatically */
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: center;
  }
}

.sn-blog__curated-card { border-radius: 0; }
.sn-blog__curated-link { display: block; text-decoration: none; color: inherit; }

/* Image area */
.sn-blog__curated-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}
.sn-blog__curated-media::before {
  content: "";
  display: block;
  padding-top: 62%;
}
.sn-blog__curated-img,
.sn-blog__curated-img--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sn-blog__curated-img { object-fit: cover; display: block; }

.sn-blog__curated-body { padding-top: 10px; }

.sn-blog__curated-title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 6px;
}
.sn-blog__curated-title strong { font-weight: 800; }

.sn-blog__curated-excerpt {
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.9;
  margin: 0;
}

.sn-blog__curated-card--cat .sn-blog__curated-title {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.sn-blog__curated-link:hover .sn-blog__curated-title {
  text-decoration: underline;
}
/* Section heading that sits on its own line (like your screenshot) */
.sn-blog__section-title--band{
  margin: 40px 0 18px;
}

/* ========== FEATURED ========== */
.sn-blog__featured-grid{ display: grid; gap: 22px; }
.sn-blog__featured-card{
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
  overflow: hidden;
}
.sn-blog__featured-link{
  display: grid;
  grid-template-columns: 1fr 1.25fr; /* text left, image right */
  gap: 24px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 26px;
}
.sn-blog__featured-body{ max-width: 52ch; }
.sn-blog__featured-title{ margin: 0 0 10px; }
.sn-blog__featured-excerpt{ margin: 0 0 16px; opacity: 0.9; }
.sn-blog__featured-cta{
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sn-blog__featured-media{
  border-radius: 14px;
  overflow: hidden;
}
.sn-blog__featured-img{
  width: 100%;
  height: auto;
  display: block;
}
.sn-blog__featured-img--placeholder{
  background: rgba(0,0,0,0.06);
  aspect-ratio: 16 / 10;
}

@media (max-width: 749px){
  .sn-blog__featured-link{
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .sn-blog__featured-media{ order: -1; }
}

/* ========== LATEST LIST ========== */
.sn-blog__latest-list{
  display: grid;
  gap: 18px;
}
.sn-blog__latest-item{
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
  overflow: hidden;
}
.sn-blog__latest-link{
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 18px;
}
.sn-blog__latest-media{
  border-radius: 14px;
  overflow: hidden;
}
.sn-blog__latest-img{
  width: 100%;
  height: auto;
  display: block;
}
.sn-blog__latest-img--placeholder{
  background: rgba(0,0,0,0.06);
  aspect-ratio: 1 / 1;
}
.sn-blog__latest-title{ margin: 0 0 8px; }
.sn-blog__latest-excerpt{ margin: 0 0 10px; opacity: 0.9; }
.sn-blog__latest-cta{
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 749px){
  .sn-blog__latest-link{
    grid-template-columns: 120px 1fr;
    padding: 14px;
  }
}

/* ===========================
   Alignment helpers (full width)
   These only affect TEXT ALIGN, not typography.
   =========================== */

.sn-align-left,
.sn-align-center,
.sn-align-right {
  width: 100%;
  display: block;
}

.sn-align-left { text-align: left; }
.sn-align-center { text-align: center; }
.sn-align-right { text-align: right; }

/* When centering body copy, keep it readable */
.sn-blog__curated-desc.sn-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
}

/* If right-aligned, still allow full width */
.sn-blog__curated-desc.sn-align-right {
  margin-left: auto;
  margin-right: 0;
  max-width: 70ch;
}

/* ===========================
   IMPORTANT
   Removed broken font override blocks:
   - NO var(--font-heading-family)
   - NO forcing inherit on headings
   Theme typography is now in control again.
   =========================== */
.sn-blog__category-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap: 16px;
  margin: 18px 0 16px;
}
/* =========================================================
   Sacred Nation — ARTICLE PAGE alignment + theme typography
   Paste at bottom of sn-blog.css
   ========================================================= */

/* 1) Make article use the same horizontal gutters/centering as the hub */
.sn-article .sn-article__container.page-width{
  max-width: 1180px;         /* match your hub container */
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 990px){
  .sn-article .sn-article__container.page-width{
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 2) Breadcrumb: match hub styling + consistency */
.sn-article .sn-article__breadcrumb{
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.sn-article .sn-article__crumb--link{
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.sn-article .sn-article__crumb--link:hover{
  border-bottom-color: currentColor;
}

/* 3) IMPORTANT: use theme typography (this is what fixes “not matching”) */
.sn-article{
  font-family: var(--font-body-family);
}
.sn-article .sn-article__title,
.sn-article .sn-sidebar__title,
.sn-article .sn-sidebar__card-title,
.sn-article .sn-article__content h1,
.sn-article .sn-article__content h2,
.sn-article .sn-article__content h3,
.sn-article .sn-article__content h4{
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
}

/* 4) Title sizing — keeps your design but lets theme do the font */
.sn-article .sn-article__title{
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media (min-width: 750px){ .sn-article .sn-article__title{ font-size: 56px; } }
@media (max-width: 749px){ .sn-article .sn-article__title{ font-size: 36px; } }

/* 5) Subheading/body uses body font naturally */
.sn-article .sn-article__subheading{
  font-family: var(--font-body-family);
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.45;
  max-width: 58ch;
}

/* 6) Content readability: stop it becoming “too wide” on large screens */
.sn-article .sn-article__content{
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 1.65;
  max-width: 72ch;
}
@media (min-width: 990px){
  .sn-article .sn-article__content{
    max-width: 78ch;
  }
}

/* 7) Make hero image and in-article images behave consistently */
.sn-article .sn-article__hero-img,
.sn-article .sn-article__content img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* 8) Sidebar spacing consistency */
.sn-article .sn-article__sidebar{
  margin-top: 8px;
}
/* Hide raw pipe-title line on mobile only */
@media (max-width: 768px){
  .sn-article__title span:has(text('|')){
    display: none;
  }
}
