/* ===== Tokens ===== */
:root {
  --cream: #F7F3EC;
  --navy: #0E0D16;
  --oxide: #B5442E;
  --oxide-light: #C85F43;
  --grey: #8A8478;
  --hairline: #E4DDD0;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--navy);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ===== Header ===== */
.site-header {
  border-bottom: 1px solid var(--hairline);
  background: var(--cream);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}
.wordmark {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
}
.wordmark .dot { color: var(--oxide); }

.main-nav { display: flex; }
.main-nav a { margin-left: 36px; }
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a.active {
  border-bottom-color: var(--oxide);
}

/* ===== Kicker / labels ===== */
.kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--oxide);
  margin-bottom: 12px;
}
.kicker-light { color: var(--oxide-light); }

.tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--oxide);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

/* ===== Hero ===== */
.hero {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  padding-top: 56px;
  padding-bottom: 48px;
}
.hero-lead h1 {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 18px;
}
.hero-lead h1 a:hover { color: var(--oxide); }
.dek {
  font-size: 17px;
  color: #3a382f;
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 52ch;
}
.meta {
  font-size: 13px;
  color: var(--grey);
}

.side-heading {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid var(--navy);
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.link-list { list-style: none; }
.link-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
}
.link-list li:first-child { padding-top: 0; }
.link-list a {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}
.link-list a:hover { color: var(--oxide); }

/* ===== Rules ===== */
.rule {
  border: none;
  border-top: 1px solid var(--hairline);
  margin: 0 auto;
}

/* ===== Sections ===== */
.section { padding: 56px 0; }
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 32px;
}
.section-head h2 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
}
.see-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--oxide);
  white-space: nowrap;
}
.see-all:hover { text-decoration: underline; }

/* ===== Story grid ===== */
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.story-card h3 {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.story-card h3 a:hover { color: var(--oxide); }
.story-card p {
  font-size: 14.5px;
  color: #4a4738;
  line-height: 1.55;
}
.story-img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-color: var(--hairline);
  margin-bottom: 16px;
}
.story-card-compact { padding-top: 4px; }

/* ===== Books strip ===== */
.books-strip {
  background: var(--navy);
  color: var(--cream);
  padding: 64px 0;
}
.books-strip-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: center;
}
.books-strip-text h2 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--cream);
}
.books-strip-text p {
  font-size: 15.5px;
  color: #c9c3d6;
  line-height: 1.6;
  margin-bottom: 26px;
  max-width: 48ch;
}
.btn {
  display: inline-block;
  background: var(--oxide);
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 26px;
}
.btn:hover { background: var(--oxide-light); }

.books-strip-covers {
  position: relative;
  height: 260px;
}
.book-cover {
  position: absolute;
  width: 150px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.08);
}
.book-cover-1 { left: 20px; top: 10px; transform: rotate(-4deg); z-index: 1; }
.book-cover-2 { left: 130px; top: 30px; transform: rotate(3deg); z-index: 2; }

/* ===== Footer ===== */
.site-footer {
  border-top: 1px solid var(--hairline);
  margin-top: 32px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 0 32px 0;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-brand p {
  font-size: 13.5px;
  color: var(--grey);
  margin-top: 10px;
  max-width: 36ch;
}
.footer-nav { display: flex; }
.footer-nav a { margin-left: 28px; }
.footer-nav a:first-child { margin-left: 0; }
.footer-nav a { font-size: 14px; font-weight: 600; }
.footer-nav a:hover { color: var(--oxide); }
.footer-bottom {
  border-top: 1px solid var(--hairline);
  padding: 20px 0;
}
.footer-bottom p {
  font-size: 12.5px;
  color: var(--grey);
}

/* ===== Article page ===== */
.article-header {
  padding: 56px 0 32px 0;
  max-width: 760px;
  margin: 0 auto;
}
.article-header h1 {
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1.18;
  margin: 14px 0 18px 0;
}
.article-hero-img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  margin-bottom: 40px;
}
.article-body {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 64px;
  font-size: 18px;
  line-height: 1.72;
  color: #262419;
}
.article-body p { margin-bottom: 22px; }
.article-body h2 {
  font-family: var(--serif);
  font-size: 26px;
  margin: 40px 0 18px 0;
  color: var(--navy);
}
.article-body blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--oxide);
  border-left: 3px solid var(--oxide);
  padding-left: 24px;
  margin: 36px 0;
}
.article-body ul { margin: 0 0 22px 22px; }
.article-body li { margin-bottom: 10px; }

.article-cta {
  max-width: 700px;
  margin: 0 auto 64px auto;
  background: var(--navy);
  color: var(--cream);
  padding: 36px 40px;
}
.article-cta h3 {
  font-family: var(--serif);
  font-size: 20px;
  margin-bottom: 10px;
}
.article-cta p {
  font-size: 14.5px;
  color: #c9c3d6;
  margin-bottom: 18px;
}

/* ===== Books page ===== */
.book-detail {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  padding: 48px 0;
  border-bottom: 1px solid var(--hairline);
}
.book-detail:last-child { border-bottom: none; }
.book-detail img { width: 100%; box-shadow: 0 12px 30px rgba(0,0,0,0.15); }
.book-detail h2 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 6px;
}
.book-detail .series-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--oxide);
  margin-bottom: 12px;
  display: block;
}
.book-detail p { font-size: 15.5px; line-height: 1.65; margin-bottom: 20px; max-width: 60ch; }

/* ===== Page hero (for Articles/About/Books) ===== */
.page-hero {
  padding: 56px 0 40px 0;
  max-width: 700px;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: 38px;
  margin-bottom: 14px;
}
.page-hero p { font-size: 17px; color: #3a382f; line-height: 1.55; }

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 32px; }
  .story-grid { grid-template-columns: 1fr; gap: 32px; }
  .books-strip-inner { grid-template-columns: 1fr; gap: 40px; }
  .books-strip-covers { height: 220px; }
  .main-nav a { margin-left: 20px; }
  .hero-lead h1 { font-size: 32px; }
  .article-header h1 { font-size: 30px; }
  .book-detail { grid-template-columns: 1fr; }
  .book-detail img { max-width: 220px; }
  .footer-inner { flex-direction: column; }
}
