/* APITC — inner page styles */

[data-palette="deep-navy"] {
  --bg: #f3efe6;
  --bg-card: #ffffff;
  --bg-tint: #e9e3d4;
  --water-sky: #b9d2e3;
  --water-mint: #cee6c2;
  --water-mist: #d9e6dc;
  --water-pale: #e3eed8;
  --navy: #15375d;
  --navy-deep: #0c233d;
}
[data-palette="sage-cream"] {
  --bg: #f7f3e8;
  --bg-card: #fffdf6;
  --bg-tint: #efe9d6;
  --water-sky: #d8e4d0;
  --water-mint: #e6e7c1;
  --water-mist: #eee9cf;
  --water-pale: #f0ead2;
  --navy: #2e4a3a;
  --navy-deep: #1d3326;
  --navy-soft: #4b6c54;
  --green: #94a347;
  --green-deep: #6c7a2d;
}

/* ----- Shared page hero ----- */
.page-hero { position: relative; padding: var(--s7) 0 var(--s5); overflow: hidden; }
.crumb {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-deep); margin-bottom: var(--s2);
}
.crumb a { color: var(--ink-mute); }
.crumb a:hover { color: var(--navy); }
.crumb .sep { color: var(--ink-mute); margin: 0 8px; }

/* ----- Our Story ----- */
.story-body { max-width: 720px; margin: 0 auto; padding: 0 var(--s4); }
.story-body p { font-size: 18px; line-height: 1.7; color: var(--ink); margin: 0 0 var(--s3); }
.story-body p.first::first-letter,
.story-body .first > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-size: 4.2em;
  float: left;
  line-height: 0.9;
  padding: 6px 12px 0 0;
  color: var(--navy);
  font-weight: 600;
}
.story-body h3 { margin: var(--s5) 0 var(--s2); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); margin: var(--s5) 0; }
.timeline__item {
  background: var(--bg-card);
  padding: var(--s3);
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
}
.timeline__year { font-family: var(--serif); font-style: italic; color: var(--green-deep); font-size: 14px; }
.timeline__title { font-family: var(--serif); font-size: 18px; color: var(--navy-deep); margin: 4px 0 2px; }
.timeline__desc { font-size: 13px; color: var(--ink-soft); margin: 0; }
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); margin-top: var(--s5); }
.team__card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
}
.team__photo { aspect-ratio: 4/5; }
.team__body { padding: var(--s3); }
.team__name { font-family: var(--serif); font-size: 22px; color: var(--navy-deep); margin: 0 0 2px; }
.team__role { font-size: 12px; color: var(--green-deep); letter-spacing: .14em; text-transform: uppercase; margin: 0 0 var(--s2); }
.team__bio { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.55; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); }
.values__item {
  padding: var(--s4);
  background: var(--bg-card);
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
}
.values__num { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--green-deep); }
.values__name { font-family: var(--serif); font-size: 24px; color: var(--navy-deep); margin: 4px 0 8px; }
.values__copy { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ----- Services ----- */
.svc {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: var(--s6);
  align-items: start;
  padding: var(--s6) 0;
  border-top: 1px solid var(--rule);
}
.svc:first-child { border-top: none; }
.svc__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--green-deep);
  letter-spacing: .04em;
  margin-bottom: 8px;
}
.svc__title { font-family: var(--serif); font-size: clamp(30px, 3.4vw, 44px); color: var(--navy-deep); margin: 0 0 var(--s3); line-height: 1.05; }
.svc__art {
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 100px;
  overflow: hidden;
}
.svc__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.svc__body p { color: var(--ink); margin: 0 0 var(--s3); line-height: 1.7; }
.svc__feats {
  list-style: none; padding: 0; margin: var(--s3) 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.svc__feats li {
  font-size: 14px;
  color: var(--ink-soft);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.5;
}
.svc__feats li::before {
  content: ""; flex: 0 0 18px; height: 18px; border-radius: 50%;
  background: var(--water-pale);
  background-image: linear-gradient(135deg, var(--green-soft), var(--green));
  margin-top: 2px;
}
.svc__cta { display: flex; gap: var(--s2); margin-top: var(--s4); flex-wrap: wrap; }
.svc--alt { direction: rtl; }
.svc--alt > * { direction: ltr; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); margin: var(--s5) 0; }
.process__step {
  padding: var(--s3);
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
}
.process__num { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--green-deep); }
.process__title { font-family: var(--serif); font-size: 18px; color: var(--navy-deep); margin: 4px 0 8px; }
.process__desc { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* ----- Books ----- */
.book-feature {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: var(--s6);
  align-items: center;
  padding: var(--s6) 0;
  border-top: 1px solid var(--rule);
}
.book-feature:first-of-type { border-top: none; }
.book-feature--alt { direction: rtl; }
.book-feature--alt > * { direction: ltr; }
.book-feature__cover {
  aspect-ratio: 5/7;
  border-radius: 6px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: rotate(-2deg);
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
}
.book-feature__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.book-feature__cover:hover { transform: rotate(0deg) scale(1.02); }
.book-feature__num { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--green-deep); }
.book-feature__title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.6vw, 48px);
  color: var(--navy-deep);
  margin: 4px 0 var(--s3);
  line-height: 1.05;
}
.book-feature__author {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute); margin: 0 0 var(--s3);
}
.book-feature p { color: var(--ink); line-height: 1.7; margin: 0 0 var(--s2); }
.book-feature__meta {
  display: flex; gap: var(--s3); margin-top: var(--s3);
  padding-top: var(--s3); border-top: 1px solid var(--rule);
  font-size: 13px; color: var(--ink-mute);
}
.book-feature__cta { display: flex; gap: var(--s2); margin-top: var(--s4); flex-wrap: wrap; }
.companion { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); margin-top: var(--s5); }
.companion__card {
  padding: var(--s3);
  background: var(--bg-card);
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
}
.companion__kind {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-deep); margin: 0 0 6px;
}
.companion__title { font-family: var(--serif); font-size: 18px; color: var(--navy-deep); margin: 0 0 4px; }
.companion__desc { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* ----- Living over Loss ----- */
.lol-feature {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: var(--s6); align-items: center;
}
.lol-feature__art {
  aspect-ratio: 4/5;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.lol-feature__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.lol-arc {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: var(--s5);
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--rule);
}
.lol-arc__step {
  padding: var(--s4) var(--s3);
  background: var(--bg-card);
  border-right: 1px solid var(--rule);
}
.lol-arc__step:last-child { border-right: none; }
.lol-arc__week { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--green-deep); margin-bottom: 4px; }
.lol-arc__title { font-family: var(--serif); font-size: 20px; color: var(--navy-deep); margin: 0 0 8px; line-height: 1.15; }
.lol-arc__desc { font-size: 13px; color: var(--ink-soft); margin: 0; line-height: 1.55; }
.faq-list { display: flex; flex-direction: column; gap: 8px; margin-top: var(--s4); }
.faq {
  background: var(--bg-card); border: 1px solid var(--rule);
  border-radius: var(--r-md); overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: var(--s3);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--serif);
  font-size: 19px;
  color: var(--navy-deep);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 26px; color: var(--green-deep); font-weight: 300; }
.faq[open] summary::after { content: "–"; }
.faq__body { padding: 0 var(--s3) var(--s3); color: var(--ink-soft); line-height: 1.65; }
.signup-card {
  border-radius: var(--r-lg);
  padding: var(--s5);
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: var(--s5);
  align-items: center;
}
.lol-signup__art {
  aspect-ratio: 4 / 3;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.lol-signup__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  display: block;
}
.signup-form { display: flex; gap: 8px; flex-wrap: wrap; }
.signup-form input {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  font: inherit;
  font-size: 14px;
  background: var(--bg);
  color: var(--ink);
}
.signup-form input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px color-mix(in oklab, var(--navy) 18%, transparent); }

/* ----- Contact ----- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s6); align-items: start; }
.form {
  background: var(--bg-card);
  padding: var(--s5);
  border-radius: var(--r-lg);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow-sm);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); margin-bottom: var(--s3); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 12px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-mute);
}
.field input, .field textarea, .field select {
  font: inherit; font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: var(--r-sm);
  background: var(--bg);
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 130px; font-family: inherit; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--navy) 18%, transparent);
}
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.chip {
  padding: 8px 14px; border-radius: var(--r-pill);
  background: var(--bg); border: 1px solid var(--rule);
  font-size: 13px; cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.chip.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.contact-side { display: flex; flex-direction: column; gap: var(--s4); }
.contact-card {
  padding: var(--s4);
  background: var(--bg-card);
  border-radius: var(--r-md);
  border: 1px solid var(--rule);
}
.contact-card h4 { font-size: 16px; color: var(--navy-deep); margin: 0 0 var(--s2); font-family: var(--sans); font-weight: 600; }
.contact-card .row { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-size: 14px; color: var(--ink); }
.contact-card .row:last-child { margin-bottom: 0; }
.contact-card .row__icon {
  width: 36px; height: 36px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  flex: 0 0 36px;
}
.support-amounts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: var(--s2); }
.support-amounts button {
  padding: 14px 8px; border-radius: var(--r-sm);
  background: var(--bg-card); border: 1px solid var(--rule);
  font-family: var(--serif); font-size: 20px; color: var(--navy-deep);
  cursor: pointer; transition: all .15s ease;
}
.support-amounts button:hover { border-color: var(--navy); }
.support-amounts button.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.support-toggle {
  display: inline-flex; padding: 4px; background: var(--bg); border-radius: var(--r-pill);
  border: 1px solid var(--rule); margin-bottom: var(--s3);
}
.support-toggle button {
  padding: 8px 16px; border-radius: var(--r-pill);
  background: transparent; border: none; font-size: 13px; font-weight: 500;
  color: var(--ink-soft); cursor: pointer;
}
.support-toggle button.is-active { background: var(--navy); color: #fff; }
.support-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--s5); align-items: center; }

/* ----- Blog archive ----- */
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-top: var(--s4); }
.filter {
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: var(--bg-card);
  border: 1px solid var(--rule);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.filter:hover { border-color: var(--navy-soft); }
.filter.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.filter .count { margin-left: 6px; font-size: 11px; color: var(--ink-mute); }
.filter.is-active .count { color: rgba(255,255,255,0.7); }
.featured {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--s5);
  align-items: stretch;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: var(--s6);
  transition: transform .25s ease, box-shadow .25s ease;
  text-decoration: none;
  color: inherit;
}
.featured:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.featured__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bg-tint);
  min-width: 0;
}
.featured__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.featured__body { padding: var(--s5); }
.featured__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: var(--s2);
}
.featured__title {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  color: var(--navy-deep);
  line-height: 1.1;
  margin: 0 0 var(--s3);
}
.featured__title em { color: var(--navy); }
.featured__excerpt { color: var(--ink-soft); font-size: 17px; line-height: 1.55; margin: 0 0 var(--s4); }
.featured__byline {
  display: flex; align-items: center; gap: 12px;
  padding-top: var(--s3);
  border-top: 1px solid var(--rule);
}
.featured__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-soft), var(--green));
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
}
.featured__author { font-family: var(--serif); font-size: 15px; color: var(--navy-deep); }
.featured__meta { font-size: 12px; color: var(--ink-mute); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); margin-top: var(--s4); }
.entry {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
  text-decoration: none;
  color: inherit;
}
.entry:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.entry__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-tint);
  flex-shrink: 0;
}
.entry__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.entry__body { padding: var(--s3); display: flex; flex-direction: column; gap: 10px; flex: 1; }
.entry__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.entry__title {
  font-family: var(--serif);
  font-size: 22px;
  color: var(--navy-deep);
  margin: 0;
  line-height: 1.2;
}
.entry__title em { color: var(--navy); }
.entry__excerpt { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.55; }
.entry__byline {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: auto;
  padding-top: var(--s2);
}
.entry__read { color: var(--navy); font-weight: 600; display: inline-flex; gap: 4px; align-items: center; }
.entry.is-hidden, .featured.is-hidden { display: none; }
.pagination {
  display: flex; justify-content: center; gap: 6px;
  margin-top: var(--s6);
  list-style: none;
  padding: 0;
}
.pagination ul {
  display: flex; justify-content: center; gap: 6px;
  list-style: none; padding: 0; margin: 0;
}
.pagination li { margin: 0; }
.pagination a, .pagination span, .pagination .page-numbers {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  font-size: 14px;
  color: var(--ink);
  display: grid; place-items: center;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.pagination a:hover, .pagination .page-numbers:hover { border-color: var(--navy-soft); }
.pagination .current, .pagination .page-numbers.current {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.layout { display: grid; grid-template-columns: 1fr 280px; gap: var(--s6); align-items: start; }
.sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: var(--s4); }
.side-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: var(--s3);
}
.side-card h4 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 var(--s2);
}
.side-card p { font-size: 13px; color: var(--ink-soft); margin: 0 0 var(--s2); line-height: 1.55; }
.side-card .signup { display: flex; flex-direction: column; gap: 8px; }
.side-card input {
  font: inherit; font-size: 13px;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  background: var(--bg);
}
.side-card input:focus { outline: none; border-color: var(--navy); }
.side-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.side-list a {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
  color: var(--navy-deep);
  line-height: 1.3;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 10px;
}
.side-list li:last-child a { border-bottom: none; padding-bottom: 0; }
.side-list a:hover { color: var(--navy); }
.side-list small { display: block; font-family: var(--sans); font-size: 11px; color: var(--ink-mute); margin-top: 3px; letter-spacing: 0.08em; text-transform: uppercase; }

/* ----- Single post ----- */
.progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--green);
  z-index: 60;
  transition: width 0.1s linear;
}
.post-hero { position: relative; padding: var(--s6) 0 var(--s5); overflow: hidden; }
.post-hero .wrap { max-width: 880px; }
.post-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: var(--water-pale);
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: var(--s3);
}
.post-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--navy-deep);
  margin: 0 0 var(--s3);
}
.post-title em { color: var(--navy); }
.post-deck {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 0 var(--s4);
}
.post-byline {
  display: flex;
  align-items: center;
  gap: var(--s2);
  padding: var(--s3) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  flex-wrap: wrap;
}
.post-byline__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-soft), var(--green));
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  flex: 0 0 auto;
}
.post-byline__who { flex: 1; min-width: 200px; }
.post-byline__name { font-family: var(--serif); font-size: 16px; color: var(--navy-deep); }
.post-byline__name em { font-style: italic; font-weight: 500; }
.post-byline__meta { font-size: 13px; color: var(--ink-mute); display: flex; gap: 8px; margin-top: 2px; flex-wrap: wrap; }
.post-byline__meta .dot { color: var(--ink-mute); }
.post-byline__share { display: flex; gap: 6px; flex: 0 0 auto; }
.share-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  color: var(--ink);
  cursor: pointer;
  display: grid; place-items: center;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.share-btn:hover { border-color: var(--navy); color: var(--navy); }
.share-btn svg { width: 14px; height: 14px; }
.post-lead { max-width: 1100px; margin: 0 auto; padding: 0 var(--s4) var(--s5); }
.post-lead__img {
  aspect-ratio: 16 / 8;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--bg-tint);
}
.post-lead__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.post-lead__caption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-mute);
  text-align: center;
  padding-top: var(--s2);
  max-width: 680px;
  margin: 0 auto;
}
.article {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--s4) var(--s6);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
}
.article > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 5.2em;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 -2px;
  color: var(--navy-deep);
}
.article p { margin: 0 0 var(--s3); }
.article h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 34px);
  color: var(--navy-deep);
  margin: var(--s5) 0 var(--s2);
  line-height: 1.15;
}
.article h3 { font-family: var(--serif); font-size: 22px; color: var(--navy-deep); margin: var(--s4) 0 var(--s2); }
.article a { color: var(--navy); border-bottom: 1px solid var(--green); }
.article a:hover { color: var(--navy-deep); }
.article ul, .article ol { margin: 0 0 var(--s3); padding-left: var(--s3); }
.article li { margin-bottom: 10px; }
.article ul li::marker { color: var(--green); }
.article blockquote {
  margin: var(--s5) -8%;
  padding: var(--s3) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 30px);
  color: var(--navy-deep);
}
.pullquote {
  margin: var(--s5) -8% var(--s5);
  padding: var(--s3) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
}
.pullquote blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.3;
  color: var(--navy-deep);
  margin: 0;
}
.pullquote cite {
  display: block;
  font-style: normal;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-top: var(--s2);
}
.verse {
  background: var(--water-pale);
  border-left: 3px solid var(--green);
  padding: var(--s3);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  margin: var(--s4) 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--navy-deep);
}
.tag-row {
  max-width: 720px;
  margin: 0 auto var(--s4);
  padding: 0 var(--s4);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.tag-row .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-right: 4px;
}
.tag-row a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 11px;
  border-radius: var(--r-pill);
  background: var(--bg-card);
  border: 1px solid var(--rule);
  color: var(--ink);
}
.tag-row a:hover { border-color: var(--navy); color: var(--navy); }
.bio {
  max-width: 720px;
  margin: 0 auto var(--s6);
  padding: var(--s4);
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: var(--s3);
  align-items: start;
}
.bio__avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-soft), var(--green));
  display: grid; place-items: center;
  color: #fff;
  font-family: var(--serif);
  font-style: italic;
  font-size: 38px;
}
.bio__name { font-family: var(--serif); font-size: 22px; color: var(--navy-deep); margin: 0 0 4px; }
.bio__role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: var(--s2);
}
.bio__about { font-family: var(--serif); font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 var(--s2); }
.bio__links { display: flex; gap: var(--s3); font-size: 13px; font-weight: 500; flex-wrap: wrap; }
.bio__links a { color: var(--navy); border-bottom: 1px solid var(--green); padding-bottom: 1px; }
.adjacency {
  max-width: 1100px;
  margin: 0 auto;
  padding: var(--s4) var(--s4) var(--s6);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s3);
}
.adj-card {
  padding: var(--s3);
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .2s ease;
  text-decoration: none;
  color: inherit;
}
.adj-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--navy-soft); }
.adj-card.next { text-align: right; }
.adj-card .label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.adj-card .title {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--navy-deep);
  line-height: 1.25;
}
.related-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--s4);
  flex-wrap: wrap;
  gap: var(--s2);
}
.related-head h2 { margin: 0; font-size: clamp(26px, 2.6vw, 36px); }
.related-head a { font-size: 13px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--green); padding-bottom: 1px; }
.share-rail {
  position: fixed;
  left: calc(50% - 360px - 80px);
  top: 50%;
  transform: translate(-100%, -50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 20;
}
.share-rail .share-btn { width: 40px; height: 40px; background: rgba(255,255,255,0.85); backdrop-filter: blur(8px); }
.share-rail .saved {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  margin-top: 6px;
}

/* ----- Responsive ----- */
@media (max-width: 980px) {
  .timeline { grid-template-columns: 1fr 1fr; }
  .team, .values { grid-template-columns: 1fr; }
  .svc, .svc--alt { grid-template-columns: 1fr; direction: ltr; }
  .svc__art { position: static; }
  .svc__feats { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .book-feature, .book-feature--alt { grid-template-columns: 1fr; direction: ltr; }
  .companion { grid-template-columns: 1fr; }
  .lol-feature { grid-template-columns: 1fr; }
  .lol-arc { grid-template-columns: 1fr 1fr; }
  .lol-arc__step { border-right: none; border-bottom: 1px solid var(--rule); }
  .signup-card { grid-template-columns: 1fr; padding: var(--s4); }
  .contact-grid { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .support-amounts { grid-template-columns: 1fr 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .featured { grid-template-columns: 1fr; align-items: stretch; }
  .featured__img { aspect-ratio: 16 / 9; }
  .posts-grid { grid-template-columns: 1fr; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .share-rail { display: none; }
}
@media (max-width: 720px) {
  .pullquote, .article blockquote { margin-left: 0; margin-right: 0; }
  .bio { grid-template-columns: 1fr; text-align: center; }
  .bio__avatar { margin: 0 auto; }
  .adjacency { grid-template-columns: 1fr; }
  .adj-card.next { text-align: left; }
  .article > p:first-of-type::first-letter { font-size: 4em; }
}
