:root {
  --ink: #0A0A0A;
  --charcoal: #161616;
  --ivory: #F3EEE5;
  --paper: #FAF8F3;
  --stone: #B8AA96;
  --stone-dark: #817565;
  --gold: #b97842;
  --line: rgba(10, 10, 10, .12);
  --dark-line: rgba(255, 255, 255, .15);
  --serif: "Fraunces", serif;
  --sans: "Inter", sans-serif;
  --max: 1500px;
  --padding: clamp(20px, 5vw, 80px);
}
.ci-container {
    width: min(calc(100% - clamp(32px, 5vw, 80px)), 1500px);
    margin: auto;
}
body img{
    border-radius: 0px;
}
.single-story .eyebrow{
    font-size: 10px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--stone-dark);
}
.section-title {
    font-family: var(--serif);
    font-size: clamp(38px, 4vw, 64px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1;
    margin: 20px 0 0;
}
main.cult-story-single{
    padding-bottom: 30px;
}
.post-type-archive-story .container,
.single-story .container{
    width: auto;
    padding: 0;
    max-width: none;
}

.site-content:has(.cult-story-archive),
.site-content:has(.cult-story-single) {
  padding: 0 !important;
}

.cult-story-archive,
.cult-story-single {
  width: 100%;
  background: var(--ivory);
}

/* ---------------------------------------------------------
   BREADCRUMB
--------------------------------------------------------- */

.breadcrumb {
  padding: 22px 0 0;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--stone-dark);
}

.breadcrumb a {
  color: var(--stone-dark);
}

.breadcrumb a:hover,
.story-cat a{
  color: var(--gold);
}

.breadcrumb span.sep {
  margin: 0 6px;
  opacity: .5;
}

.breadcrumb span.current {
  color: var(--ink);
}

/* ---------------------------------------------------------
   ARCHIVE PAGE HEAD
--------------------------------------------------------- */

.page-head {
  padding: 34px 0 40px;
  border-bottom: 1px solid var(--line);
}

.page-head .eyebrow {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}

.page-head h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.08;
  margin: 10px 0 12px;
}

.page-head p {
  font-size: 14px;
  color: var(--stone-dark);
  max-width: 60ch;
  line-height: 1.6;
  margin: 0;
}

/* ---------------------------------------------------------
   SHARED IMAGE HELPER
--------------------------------------------------------- */

.ph-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.82);
}

/* ---------------------------------------------------------
   STORY GRID (archive + related stories)
--------------------------------------------------------- */

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 36px 0 80px;
}

@media (max-width: 820px) {
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
}

.story-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--stone);
}

.story-cat {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.story-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 19px;
  margin: 0 0 8px;
  line-height: 1.3;
}

.story-card p {
  font-size: 12.5px;
  color: var(--stone-dark);
  line-height: 1.6;
  margin: 0 0 10px;
}

.story-meta {
  font-size: 10.5px;
  color: var(--stone-dark);
  letter-spacing: .03em;
}

/* ---------------------------------------------------------
   PAGINATION (archive)
--------------------------------------------------------- */

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 56px;
  font-size: 12px;
}

.pagination span {
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border: 1px solid var(--line);
  color: var(--stone-dark);
}

.pagination span.on {
  background: var(--ink);
  color: var(--ivory);
  border-color: var(--ink);
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------
   EMPTY STATE
--------------------------------------------------------- */

.cult-story-empty {
  padding: 40px 0;
  color: var(--stone-dark);
  font-size: 20px;
  line-height: 1.5;
}

/* ---------------------------------------------------------
   SINGLE STORY (article)
--------------------------------------------------------- */

.article-head {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
}

.article-head .story-cat {
  justify-content: center;
  display: flex;
}

.article-head h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 46px);
  line-height: 1.15;
  margin: 14px 0 20px;
}

.article-meta {
  font-size: 11.5px;
  color: var(--stone-dark);
  letter-spacing: .03em;
}

.article-hero {
  aspect-ratio: 16 / 8;
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--stone);
}

.article-body {
  max-width: 680px;
  margin: 40px auto;
  font-size: 15.5px;
  line-height: 1.9;
  color: #2a2620;
}

.article-body p {
  margin: 0 0 22px;
}

.article-body h2,
.article-body h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  margin: 40px 0 16px;
}

.article-body img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}

.article-body blockquote {
  border-left: 2px solid var(--gold);
  padding-left: 20px;
  margin: 30px 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--charcoal);
}

/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 768px) {
  .breadcrumb {
    padding-top: 18px;
    font-size: 10px;
  }

  .page-head {
    padding: 28px 0 32px;
  }

  .page-head h1 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .page-head p {
    font-size: 13px;
  }

  .story-grid {
    padding: 32px 0 60px;
    gap: 16px;
  }

  .article-head {
    padding: 28px 0 24px;
  }

  .article-body {
    font-size: 14.5px;
  }
}
