/* ===================================================================
   YOUTHMONK — SEO Service Page
   Augmentation styles. Inherits from styles.css and portfolio.css.
   =================================================================== */

/* current-page nav indicator */
.nav__links a.is-current {
  color: var(--saffron);
}
.nav__links a.is-current::after {
  content: "";
  position: absolute;
  left: 16px; right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--saffron);
}

/* breadcrumb */
.crumb {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 8px var(--pad) 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
  display: flex; gap: 8px;
  align-items: center;
}
.crumb a { color: var(--ash); transition: color .2s; }
.crumb a:hover { color: var(--saffron); }
.crumb__here { color: var(--saffron); }
.crumb__sep { color: var(--ash-2); }

/* ===================================================================
   HERO
   =================================================================== */
.seo-hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 24px var(--pad) 80px;
}
.seo-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 40px;
}
.seo-hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(72px, 12vw, 180px);
  line-height: .9;
  letter-spacing: -.035em;
  margin: 12px 0 36px;
  color: var(--ink);
}
.seo-hero__title em {
  color: var(--saffron);
  font-style: italic;
}
.seo-hero__deck {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--ink-soft);
  max-width: 540px;
  border-left: 1px solid var(--ink);
  padding-left: 24px;
  margin: 0 0 36px;
}
.seo-hero__deck em { color: var(--saffron); }

.seo-hero__keys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 24px;
  margin: 0 0 36px;
  padding: 18px 0;
  border-top: 1px dashed var(--ash-2);
  border-bottom: 1px dashed var(--ash-2);
}
.kkey {
  display: flex; flex-direction: column;
  gap: 4px;
  padding: 8px 0;
}
.kkey span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
}
.kkey b {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: var(--ink);
}
.seo-hero__cta {
  display: flex; gap: 12px; flex-wrap: wrap;
}

/* ===================================================================
   SERP MOCKUP
   =================================================================== */
.seo-hero__right {
  position: sticky;
  top: 90px;
}
.serp {
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 0 var(--ink);
  padding: 22px;
  font-family: "Arial", sans-serif;
}
.serp__bar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--ash-2);
  border-radius: 999px;
  margin-bottom: 4px;
  background: #fff;
}
.serp__q {
  font-size: 14px;
  color: var(--ink);
}
.serp__cnt {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ash);
  letter-spacing: .04em;
}
.serp__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 18px;
}
.serp__item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 14px;
  position: relative;
  padding: 12px 14px;
  border-radius: 6px;
}
.serp__item--us {
  background: linear-gradient(135deg, rgba(194,65,12,.1), rgba(194,65,12,.04));
  border: 1px dashed var(--saffron);
}
.serp__pos {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--ash);
  text-align: center;
  font-weight: 500;
  padding-top: 14px;
}
.serp__item--us .serp__pos {
  color: var(--saffron);
  font-size: 22px;
  font-weight: 500;
}
.serp__url {
  font-size: 12px;
  color: #006621;
  margin-bottom: 4px;
}
.serp__item--us .serp__url {
  color: var(--ink);
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
}
.serp__t {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: #1a0dab;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.25;
}
.serp__item--us .serp__t {
  color: var(--ink);
  font-weight: 600;
}
.serp__s {
  font-size: 12px;
  color: #545454;
  line-height: 1.45;
  margin: 0;
}
.serp__chip {
  display: inline-block;
  font-size: 10px;
  font-family: var(--mono);
  background: rgba(194,65,12,.15);
  color: var(--saffron);
  padding: 2px 8px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
  letter-spacing: .04em;
}
.serp__badge {
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
  background: var(--saffron);
  color: var(--paper);
  padding: 4px 8px;
  border-radius: 2px;
  white-space: nowrap;
}
.serp__journey {
  display: flex; align-items: center; gap: 10px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--ash-2);
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ash);
  letter-spacing: .04em;
  flex-wrap: wrap;
}
.serp__journey > span:first-child { text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }
.serp__dot {
  background: var(--paper-3);
  color: var(--ink);
  padding: 3px 8px;
  border-radius: 999px;
}
.serp__dot--win {
  background: var(--saffron);
  color: var(--paper);
  font-weight: 500;
}

@media (max-width: 1000px) {
  .seo-hero__inner { grid-template-columns: 1fr; }
  .seo-hero__right { position: static; }
}

/* ===================================================================
   CREED (full-bleed quote band)
   =================================================================== */
.seo-creed {
  background: var(--ink);
  color: var(--paper);
  padding: 100px var(--pad);
  position: relative;
}
.seo-creed__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.seo-creed__text {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.35;
  letter-spacing: -.01em;
  margin: 16px 0 24px;
  color: var(--paper);
}
.seo-creed__text em {
  color: var(--saffron);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.dropcap-l {
  font-family: var(--display);
  font-style: italic;
  font-size: 4em;
  line-height: .85;
  float: left;
  padding-right: 14px;
  padding-top: 6px;
  color: var(--saffron);
}
.seo-creed__sign {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ash-2);
  margin-top: 32px;
}

/* ===================================================================
   FIVE PILLARS
   =================================================================== */
.pillars {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 80px var(--pad) 100px;
}
.pillars__head { margin-bottom: 70px; max-width: 820px; }
.pillars__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
}
.pillars__title em { color: var(--saffron); }
.pillars__lede {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 640px;
}

.pillars__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 0;
}
.pillar {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding: 56px 0;
  border-top: 1px solid var(--ink);
  align-items: start;
}
.pillar:last-child { border-bottom: 1px solid var(--ink); }

.pillar__head {
  position: sticky;
  top: 90px;
}
.pillar__num {
  display: flex; align-items: baseline; gap: 16px;
  margin-bottom: 16px;
}
.pillar__rom {
  font-family: var(--display);
  font-style: italic;
  font-size: 88px;
  line-height: .9;
  color: var(--saffron);
  letter-spacing: -.04em;
}
.pillar__name {
  font-family: var(--display);
  font-size: 36px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -.02em;
}
.pillar__lede {
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 440px;
}

.pillar__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--ash-2);
  border: 1px solid var(--ash-2);
}
.pillar__list li {
  background: var(--paper);
  padding: 18px 18px;
  display: flex; flex-direction: column;
  gap: 6px;
  transition: background .2s;
}
.pillar__list li:hover { background: var(--paper-2); }
.pillar__list b {
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
}
.pillar__list span {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ash);
  letter-spacing: .04em;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .pillar { grid-template-columns: 1fr; gap: 28px; }
  .pillar__head { position: static; }
  .pillar__rom { font-size: 64px; }
  .pillar__name { font-size: 28px; }
  .pillar__list { grid-template-columns: 1fr; }
}

/* ===================================================================
   AUDIT MANUSCRIPT
   =================================================================== */
.audit {
  background: var(--paper-2);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 100px;
}
.audit__head {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 70px var(--pad) 50px;
  max-width: 820px;
}
.audit__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
}
.audit__title em { color: var(--saffron); }
.audit__lede {
  font-size: 17px;
  color: var(--ink-soft);
  font-style: italic;
  font-family: var(--display);
  line-height: 1.5;
}

.audit__doc {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.audit__page {
  background: #FBF6E8;
  border: 1px solid var(--ink);
  box-shadow:
    14px 14px 0 0 var(--ink),
    inset 0 0 0 8px transparent,
    inset 0 0 0 9px var(--paper-3);
  padding: 48px 56px;
  position: relative;
  background-image:
    repeating-linear-gradient(to bottom, transparent 0, transparent 26px, rgba(22,19,14,.04) 26px, rgba(22,19,14,.04) 27px);
}
.audit__page::before {
  content: "";
  position: absolute;
  left: 64px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(194,65,12,.3);
}

.audit__plate {
  display: flex; justify-content: space-between; align-items: flex-start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.audit__doctitle {
  font-family: var(--display);
  font-style: italic;
  font-size: 26px;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 6px;
}
.audit__docmeta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
}
.audit__stamp {
  color: var(--saffron);
  transform: rotate(-12deg);
  opacity: .8;
}

.audit__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.audit__chap {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  color: var(--saffron);
  margin: 0 0 16px;
  letter-spacing: -.01em;
  font-weight: 400;
}
.audit__check {
  list-style: none;
  margin: 0; padding: 0;
}
.audit__check li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px 10px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--ash-2);
  align-items: start;
}
.audit__check li:last-child { border-bottom: none; }
.audit__mark {
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  width: 24px; height: 24px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  grid-row: span 2;
  align-self: start;
  margin-top: 2px;
}
.audit__ok .audit__mark   { background: rgba(74,127,80,.18); color: #3F6A45; }
.audit__no .audit__mark   { background: rgba(155,35,23,.18); color: #9B2317; }
.audit__warn .audit__mark { background: rgba(225,160,30,.22); color: #8E5710; }

.audit__check b {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  color: var(--ink);
  display: block;
  grid-column: 2;
  line-height: 1.15;
}
.audit__check i {
  font-family: var(--serif);
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  display: block;
  grid-column: 2;
}
.audit__check em { color: var(--saffron); font-family: var(--display); font-style: italic; }

.audit__margin {
  margin-top: 32px;
  padding: 16px 20px;
  background: rgba(194,65,12,.08);
  border-left: 3px solid var(--saffron);
  font-family: var(--display);
  font-style: italic;
  font-size: 16px;
  color: var(--ink-soft);
  display: flex; align-items: flex-start; gap: 14px;
}
.audit__handhand {
  font-size: 22px;
  color: var(--saffron);
  font-style: normal;
}
.audit__margin p { margin: 0; }

.audit__foot {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}
.audit__sig {
  display: flex; flex-direction: column;
  align-items: flex-start;
  color: var(--ink);
}
.audit__sig i {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  color: var(--ash);
}
.audit__pageno {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
}

@media (max-width: 800px) {
  .audit__page { padding: 32px 24px; }
  .audit__page::before { display: none; }
  .audit__cols { grid-template-columns: 1fr; gap: 28px; }
  .audit__plate { flex-direction: column; gap: 16px; }
}

/* ===================================================================
   CLIMB CHART
   =================================================================== */
.climb {
  background: var(--night);
  color: var(--paper);
  padding-bottom: 100px;
}
.climb .folio-pair { color: var(--ash); padding-top: 24px; }
.climb__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 60px var(--pad) 0;
}
.climb__head { max-width: 820px; margin-bottom: 50px; }
.climb__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  color: var(--paper);
}
.climb__lede {
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ash-2);
  max-width: 640px;
}

.climb__chart {
  background: rgba(242,235,219,.03);
  border: 1px solid rgba(242,235,219,.15);
  padding: 28px 20px;
  border-radius: 4px;
}

.climb-path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: climbDraw 3s cubic-bezier(.5,.05,.2,1) .4s forwards;
}
@keyframes climbDraw {
  to { stroke-dashoffset: 0; }
}

/* Override climb path for dark bg */
.climb .climb-path { stroke: #F2EBDB; }
.climb svg [stroke="#16130E"] { stroke: #F2EBDB; }
.climb svg [fill="#16130E"]:not(circle) { fill: #F2EBDB; }
.climb svg text[fill="#16130E"] { fill: #F2EBDB; }
.climb svg circle[fill="#16130E"] { fill: #F2EBDB; }
.climb svg text[fill="#C2410C"] { fill: #C2410C; }

/* ===================================================================
   ANTI-MANIFESTO
   =================================================================== */
.anti {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 100px var(--pad);
}
.anti__head { margin-bottom: 60px; max-width: 820px; }
.anti__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
}
.anti__title em { color: var(--saffron); }
.anti__lede {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 640px;
}

.anti__list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--ink);
}
.anti__item {
  padding: 32px 36px 32px 0;
  border-bottom: 1px solid var(--ink);
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
}
.anti__item:nth-child(odd) { padding-right: 36px; border-right: 1px solid var(--ink); padding-left: 4px; }
.anti__item:nth-child(even) { padding-left: 36px; }
.anti__item:nth-last-child(-n+2) { border-bottom: none; }

.anti__no {
  font-family: var(--display);
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: var(--saffron);
}
.anti__h {
  font-family: var(--display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--ink);
  margin: 0 0 10px;
  text-decoration: line-through;
  text-decoration-color: rgba(155,35,23,.6);
  text-decoration-thickness: 1.5px;
}
.anti__item p {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  grid-column: 2;
}

@media (max-width: 900px) {
  .anti__list { grid-template-columns: 1fr; }
  .anti__item, .anti__item:nth-child(odd), .anti__item:nth-child(even) {
    padding: 24px 0; border-right: none;
  }
  .anti__item:nth-last-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .anti__item:last-child { border-bottom: none; }
}

/* ===================================================================
   INDUSTRIES
   =================================================================== */
.inds {
  background: var(--night);
  color: var(--paper);
  padding-bottom: 100px;
}
.inds .folio-pair { color: var(--ash); padding-top: 24px; }
.inds__head {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 70px var(--pad) 50px;
  max-width: 820px;
}
.inds__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
  color: var(--paper);
}
.inds__lede {
  font-family: var(--display);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ash-2);
  max-width: 640px;
}
.inds__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(242,235,219,.18);
  border: 1px solid rgba(242,235,219,.18);
}
.ind {
  background: var(--night);
  padding: 28px 22px;
  display: flex; flex-direction: column;
  gap: 12px;
  transition: background .25s;
}
.ind:hover { background: var(--night-2); }
.ind__icon {
  color: var(--saffron);
  margin-bottom: 4px;
}
.ind__name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.05;
  color: var(--paper);
  margin: 0;
  letter-spacing: -.01em;
}
.ind__copy {
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ash-2);
  margin: 0;
  flex: 1;
}
.ind__tag {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px dashed rgba(242,235,219,.15);
}

@media (max-width: 1100px) {
  .inds__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .inds__grid { grid-template-columns: 1fr; }
}

/* ===================================================================
   MONTHLY LETTER MOCK
   =================================================================== */
.letter-sec {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 100px var(--pad);
}
.letter-sec__head { max-width: 820px; margin-bottom: 60px; }
.letter-sec__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 0 0 20px;
}
.letter-sec__title em { color: var(--saffron); }
.letter-sec__lede {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 640px;
}

.letter-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.letter {
  background: #FBF6E8;
  border: 1px solid var(--ink);
  box-shadow: 14px 14px 0 0 var(--ink);
  padding: 48px 56px 40px;
  position: relative;
  background-image:
    repeating-linear-gradient(to bottom, transparent 0, transparent 28px, rgba(22,19,14,.05) 28px, rgba(22,19,14,.05) 29px);
}
.letter__head {
  display: grid;
  grid-template-columns: 1fr 1fr 80px;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 8px;
}
.letter__from { display: flex; flex-direction: column; gap: 4px; }
.letter__from--r { text-align: right; }
.letter__lbl {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ash);
}
.letter__val {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  color: var(--ink);
  line-height: 1.3;
}
.letter__stamp {
  color: var(--saffron);
  transform: rotate(-8deg);
  align-self: flex-start;
  opacity: .85;
}
.letter__date {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--ash);
  margin: 10px 0 26px;
  text-transform: uppercase;
}
.letter__greeting {
  font-family: var(--display);
  font-style: italic;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 18px;
  letter-spacing: -.01em;
}
.letter__greeting em { color: var(--saffron); }
.letter__body {
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
}
.letter__body p { margin: 0 0 16px; }
.letter__body b {
  font-weight: 500;
  color: var(--saffron);
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
}
.letter__body em { color: var(--ink-soft); font-style: italic; font-family: var(--display); }
.letter__sign {
  margin-top: 32px;
}
.letter__sig-img {
  display: block;
  color: var(--ink);
  margin-bottom: 4px;
}
.letter__sig-name {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ash);
  display: block;
  margin-top: 4px;
}

.letter__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 36px;
  border-top: 1px dashed var(--ash-2);
  padding-top: 24px;
}
.lm {
  display: flex; flex-direction: column;
  gap: 6px;
  padding: 0 18px;
  border-right: 1px dashed var(--ash-2);
}
.lm:first-child { padding-left: 0; }
.lm:last-child { border-right: none; padding-right: 0; }
.lm b {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: var(--saffron);
  line-height: 1;
}
.lm span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--ash);
  line-height: 1.4;
}

@media (max-width: 700px) {
  .letter { padding: 28px 22px; }
  .letter__head { grid-template-columns: 1fr; text-align: left !important; }
  .letter__from--r { text-align: left; }
  .letter__metrics { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lm { border-right: none; padding: 0; }
}

/* ===================================================================
   SPEC SHEET — service-page hero panel
   =================================================================== */
.specsheet {
  background: #FBF6E8;
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 0 var(--ink);
  padding: 26px 28px 24px;
}
.specsheet__top {
  display: flex; justify-content: space-between; align-items: flex-start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 14px; margin-bottom: 16px;
}
.specsheet__title {
  font-family: var(--display); font-style: italic; font-size: 22px;
  color: var(--ink); line-height: 1.05;
}
.specsheet__stamp {
  font-family: var(--mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--paper); background: var(--saffron); padding: 4px 8px; border-radius: 2px;
  white-space: nowrap;
}
.specsheet__row {
  display: grid; grid-template-columns: 22px 1fr auto; gap: 12px;
  align-items: baseline;
  padding: 11px 0; border-bottom: 1px dashed var(--ash-2);
}
.specsheet__row:last-child { border-bottom: none; }
.specsheet__row i { font-family: var(--mono); font-size: 13px; color: var(--saffron); font-style: normal; }
.specsheet__row b { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 17px; color: var(--ink); }
.specsheet__row span { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; color: var(--ash); text-align: right; }
.specsheet__foot {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink);
  font-family: var(--display); font-style: italic; font-size: 15px; color: var(--ink-soft);
}

/* ===================================================================
   KNOWLEDGE HUB
   =================================================================== */
.kh {
  max-width: var(--maxw); margin: 0 auto; padding: 24px var(--pad) 100px;
}
.kh__head { max-width: 860px; margin: 32px 0 56px; }
.kh__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(56px, 10vw, 150px); line-height: .9; letter-spacing: -.035em;
  margin: 12px 0 28px;
}
.kh__title em { color: var(--saffron); }
.kh__lede {
  font-size: 20px; line-height: 1.5; font-weight: 300; color: var(--ink-soft);
  max-width: 620px; border-left: 1px solid var(--ink); padding-left: 24px;
}
.kh__lede em { color: var(--saffron); }

.kh-feature {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border: 1px solid var(--ink); margin-bottom: 48px;
  background: var(--paper-2);
}
.kh-feature__body { padding: 44px 44px; display: flex; flex-direction: column; }
.kh-feature__cat {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 18px;
}
.kh-feature__title {
  font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02; letter-spacing: -.02em; margin: 0 0 18px;
}
.kh-feature__title em { color: var(--saffron); }
.kh-feature__excerpt { font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 24px; }
.kh-feature__meta {
  margin-top: auto; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--ash);
  display: flex; gap: 14px; align-items: center;
}
.kh-feature__art {
  border-left: 1px solid var(--ink);
  background:
    repeating-linear-gradient(135deg, var(--paper-3) 0 14px, var(--paper-2) 14px 28px);
  display: flex; align-items: center; justify-content: center;
  min-height: 280px; color: var(--ink);
}
.kh-feature__art .specsheet { box-shadow: 8px 8px 0 0 var(--ink); margin: 28px; width: 100%; }

.kh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.kh-card {
  border-top: 2px solid var(--ink); padding-top: 20px;
  display: flex; flex-direction: column;
  transition: transform .25s;
}
.kh-card:hover { transform: translateY(-4px); }
.kh-card__cat {
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 14px;
  display: flex; justify-content: space-between;
}
.kh-card__cat span:last-child { color: var(--ash); }
.kh-card__title {
  font-family: var(--display); font-weight: 400; font-size: 30px; line-height: 1.04;
  letter-spacing: -.015em; margin: 0 0 14px; color: var(--ink);
}
.kh-card__title em { color: var(--saffron); font-style: italic; }
.kh-card__ex { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 18px; }
.kh-card__more {
  margin-top: auto; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--saffron);
}

@media (max-width: 1000px) {
  .kh-feature { grid-template-columns: 1fr; }
  .kh-feature__art { border-left: none; border-top: 1px solid var(--ink); min-height: 200px; }
  .kh-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) { .kh-grid { grid-template-columns: 1fr; } }

/* ===================================================================
   ARTICLE / POST
   =================================================================== */
.post { max-width: 760px; margin: 0 auto; padding: 16px var(--pad) 60px; }
.post__head { margin: 24px 0 40px; }
.post__cat {
  font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--saffron); margin-bottom: 18px; display: block;
}
.post__title {
  font-family: var(--display); font-weight: 400; font-size: clamp(40px, 6.5vw, 78px);
  line-height: .98; letter-spacing: -.025em; margin: 0 0 24px;
}
.post__title em { color: var(--saffron); }
.post__byline {
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--ash);
  padding: 16px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.post__byline b { color: var(--ink); font-family: var(--serif); font-weight: 500; letter-spacing: 0; }
.post__lead {
  font-family: var(--display); font-style: italic; font-size: 26px; line-height: 1.4;
  color: var(--ink-soft); margin: 40px 0;
}
.post__lead em { color: var(--saffron); }
.post__body { font-size: 18px; line-height: 1.8; color: var(--ink); }
.post__body > p:first-of-type .dropcap { margin-top: 4px; }
.post__body h2 {
  font-family: var(--display); font-weight: 400; font-size: 34px; line-height: 1.1;
  letter-spacing: -.02em; margin: 48px 0 16px; color: var(--ink);
}
.post__body h2 em { color: var(--saffron); }
.post__body h3 {
  font-family: var(--display); font-style: italic; font-size: 24px; margin: 32px 0 10px; color: var(--saffron);
}
.post__body p { margin: 0 0 22px; }
.post__body a { color: var(--saffron); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.post__body strong { font-weight: 500; }
.post__body ul, .post__body ol { margin: 0 0 22px; padding-left: 26px; }
.post__body li { margin-bottom: 10px; }
.post__body blockquote {
  margin: 32px 0; padding: 8px 0 8px 28px; border-left: 3px solid var(--saffron);
  font-family: var(--display); font-style: italic; font-size: 24px; line-height: 1.4; color: var(--ink-soft);
}
.post__callout {
  background: var(--paper-2); border: 1px solid var(--ink); padding: 28px 30px; margin: 36px 0;
}
.post__callout b { font-family: var(--display); font-style: italic; font-size: 20px; color: var(--saffron); display: block; margin-bottom: 8px; }
.post__share {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--ink);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ash);
}

.post-cta {
  background: var(--ink); color: var(--paper); padding: 70px var(--pad);
}
.post-cta__inner { max-width: 760px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.post-cta__t { font-family: var(--display); font-size: clamp(28px, 4vw, 44px); line-height: 1.05; letter-spacing: -.02em; margin: 0; max-width: 460px; }
.post-cta__t em { color: var(--saffron); }

/* ===================================================================
   VALUES (About) — reuse-friendly grid
   =================================================================== */
.values {
  max-width: var(--maxw); margin: 0 auto; padding: 90px var(--pad);
}
.values__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--ink); border: 1px solid var(--ink);
}
.value {
  background: var(--paper); padding: 36px 30px; display: flex; flex-direction: column; gap: 12px;
}
.value__no { font-family: var(--display); font-style: italic; font-size: 40px; color: var(--saffron); line-height: 1; }
.value__h { font-family: var(--display); font-size: 26px; letter-spacing: -.01em; margin: 0; }
.value p { font-size: 15px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
@media (max-width: 900px) { .values__grid { grid-template-columns: 1fr; } .kh-feature__body { padding: 30px 26px; } }

/* ===================================================================
   LONG READ — expandable E-E-A-T guide
   =================================================================== */
.longread {
  background: var(--paper-2);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.longread .folio-pair { padding-top: 24px; }
.longread__inner { max-width: 880px; margin: 0 auto; padding: 56px var(--pad) 80px; }
.longread__title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(34px, 5vw, 66px); line-height: 1.02; letter-spacing: -.025em;
  margin: 12px 0 24px;
}
.longread__title em { color: var(--saffron); }
.longread__lede {
  font-family: var(--display); font-style: italic;
  font-size: clamp(20px, 2.6vw, 27px); line-height: 1.45; color: var(--ink-soft);
  margin: 0 0 8px;
}
.longread__lede em { color: var(--saffron); font-style: italic; }

/* auto-height reveal (JS sets max-height in px for a reliable transition) */
.longread__reveal { max-height: 0; overflow: hidden; transition: max-height .6s cubic-bezier(.4,0,.1,1); }
.longread.is-open .longread__reveal { max-height: 6000px; }
.longread__reveal > .longread__clip { min-height: 0; }
/* no-JS / print fallback: always show the full guide */
.no-js .longread__reveal { max-height: none; }
@media print { .longread__reveal { max-height: none !important; } }
.longread__body { padding-top: 28px; }
.longread__body > p:first-child { margin-top: 0; }

.lr-prose { font-size: 17.5px; line-height: 1.78; color: var(--ink); }
.lr-prose p { margin: 0 0 20px; }
.lr-prose h3 {
  font-family: var(--display); font-weight: 400; font-size: 30px; line-height: 1.08;
  letter-spacing: -.02em; margin: 40px 0 14px; color: var(--ink);
}
.lr-prose h3 em { color: var(--saffron); }
.lr-prose h4 {
  font-family: var(--display); font-style: italic; font-size: 22px; margin: 28px 0 8px; color: var(--saffron); font-weight: 400;
}
.lr-prose a { color: var(--saffron); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.lr-prose strong { font-weight: 500; }
.lr-prose ul, .lr-prose ol { margin: 0 0 22px; padding-left: 24px; }
.lr-prose li { margin-bottom: 9px; }
.lr-prose li::marker { color: var(--saffron); }

/* table */
.lr-tablewrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--ink); }
.lr-table { width: 100%; border-collapse: collapse; background: #FBF6E8; font-size: 14.5px; min-width: 460px; }
.lr-table caption {
  caption-side: top; text-align: left; font-family: var(--mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ash);
  padding: 12px 16px; background: var(--paper-3); border-bottom: 1px solid var(--ink);
}
.lr-table th, .lr-table td { padding: 12px 16px; text-align: left; border-bottom: 1px dashed var(--ash-2); vertical-align: top; }
.lr-table thead th {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--paper); background: var(--ink); border-bottom: 1px solid var(--ink);
}
.lr-table tbody tr:last-child td { border-bottom: none; }
.lr-table tbody th { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 16px; color: var(--ink); white-space: nowrap; }
.lr-table td { color: var(--ink-soft); }
.lr-table .ok { color: #3F6A45; font-weight: 500; }
.lr-table .no { color: var(--vermillion); font-weight: 500; }

/* key takeaways */
.kt {
  background: var(--ink); color: var(--paper); padding: 28px 30px; margin: 32px 0;
  border-left: 4px solid var(--saffron);
}
.kt__h { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.kt ul { margin: 0; padding-left: 20px; }
.kt li { margin-bottom: 8px; color: var(--paper); font-size: 16px; line-height: 1.5; }
.kt li::marker { color: var(--saffron); }
.kt b { color: var(--saffron); font-family: var(--display); font-style: italic; font-weight: 400; }

/* mini FAQ inside long read */
.lr-qa { margin: 28px 0; border-top: 1px solid var(--ink); }
.lr-qa details { border-bottom: 1px solid var(--ash-2); padding: 4px 0; }
.lr-qa summary { cursor: pointer; list-style: none; padding: 16px 30px 16px 0; position: relative;
  font-family: var(--display); font-size: 21px; color: var(--ink); }
.lr-qa summary::-webkit-details-marker { display: none; }
.lr-qa summary::after { content: "+"; position: absolute; right: 4px; top: 14px; color: var(--saffron); font-size: 24px; font-family: var(--mono); }
.lr-qa details[open] summary::after { content: "–"; }
.lr-qa details p { margin: 0 0 18px; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }

/* author / E-E-A-T card */
.author-card {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start;
  background: var(--paper); border: 1px solid var(--ink); padding: 26px 28px; margin: 36px 0 0;
}
.author-card__av {
  width: 64px; height: 64px; border-radius: 50%; overflow: hidden;
  background: linear-gradient(160deg, var(--saffron), var(--vermillion));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-style: italic; font-size: 30px; color: var(--paper);
}
.author-card__name { font-family: var(--display); font-size: 22px; color: var(--ink); margin: 0 0 2px; }
.author-card__role { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--saffron); margin-bottom: 10px; }
.author-card__bio { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin: 0 0 10px; }
.author-card__meta { font-family: var(--mono); font-size: 10.5px; letter-spacing: .04em; color: var(--ash); display: flex; flex-wrap: wrap; gap: 6px 14px; }
.author-card__meta b { color: var(--ink-soft); font-family: var(--serif); font-weight: 500; letter-spacing: 0; }

.lr-updated { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--ash); margin-top: 20px; }
.lr-updated b { color: var(--saffron); font-weight: 400; }

.longread__toggle {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 28px; padding: 14px 26px;
  border: 1px solid var(--ink); border-radius: 999px; background: var(--paper);
  font-family: var(--serif); font-size: 16px; color: var(--ink); cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.longread__toggle:hover { background: var(--ink); color: var(--paper); transform: translateY(-1px); }
.longread__toggle .lr-arrow { transition: transform .3s; font-family: var(--mono); display: inline-block; }
.longread.is-open .longread__toggle .lr-arrow { transform: rotate(180deg); }

@media (hover: hover) { .longread__toggle { cursor: none; } }
@media (max-width: 600px) {
  .author-card { grid-template-columns: 1fr; }
  .author-card__av { width: 56px; height: 56px; }
}

/* ===================================================================
   TRUST ROW (near forms)  +  in-page trust strip
   =================================================================== */
.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--ash-2); border: 1px solid var(--ink); margin-top: 28px;
}
.trust-row__item { background: var(--paper); padding: 18px 18px; display: flex; gap: 12px; align-items: flex-start; }
.trust-row__ic { color: var(--saffron); flex-shrink: 0; margin-top: 1px; }
.trust-row__t { display: flex; flex-direction: column; gap: 2px; }
.trust-row__t b { font-family: var(--display); font-style: italic; font-weight: 400; font-size: 16px; color: var(--ink); }
.trust-row__t span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; color: var(--ash); line-height: 1.4; }
@media (max-width: 760px) { .trust-row { grid-template-columns: 1fr 1fr; } }

.wa-inline {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 16px; padding: 12px 20px; border-radius: 999px;
  background: #1FA855; color: #fff; font-family: var(--serif); font-size: 15px;
  transition: transform .2s, filter .2s;
}
.wa-inline:hover { transform: translateY(-1px); filter: brightness(1.06); }
.wa-inline svg { flex-shrink: 0; }

.form__who {
  display: flex; align-items: center; gap: 12px; margin-bottom: 22px;
  padding-bottom: 18px; border-bottom: 1px dashed var(--ash-2);
}
.form__who-av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(160deg, var(--saffron), var(--vermillion));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-style: italic; font-size: 20px; color: var(--paper); flex-shrink: 0;
}
.form__who-t { font-family: var(--display); font-style: italic; font-size: 16px; color: var(--ink-soft); line-height: 1.35; }
.form__who-t b { color: var(--ink); font-style: normal; font-weight: 500; font-family: var(--serif); }

/* ===================================================================
   WHATSAPP FLOATING WIDGET
   =================================================================== */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  display: flex; align-items: center; gap: 0;
  background: #1FA855; color: #fff;
  border-radius: 999px; padding: 0;
  box-shadow: 0 12px 30px -10px rgba(31,168,85,.7), 0 4px 12px rgba(22,19,14,.25);
  cursor: pointer; overflow: hidden;
  height: 58px; width: 58px;
  transition: width .35s cubic-bezier(.4,0,.1,1), box-shadow .3s, transform .2s;
  text-decoration: none;
}
.wa-fab__ic { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wa-fab__txt {
  white-space: nowrap; font-family: var(--serif); font-size: 15px; padding-right: 4px;
  opacity: 0; transition: opacity .25s; max-width: 0;
}
.wa-fab__txt b { display: block; font-size: 12px; opacity: .85; font-weight: 400; }
.wa-fab:hover { width: 232px; transform: translateY(-2px); }
.wa-fab:hover .wa-fab__txt { opacity: 1; max-width: 200px; padding-right: 20px; }
.wa-fab::before {
  content: ""; position: absolute; right: 16px; top: 14px; width: 10px; height: 10px;
  background: #fff; border-radius: 50%; border: 2px solid #1FA855;
  animation: waPulse 2.2s ease-in-out infinite;
}
@keyframes waPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.7);} 50% { box-shadow: 0 0 0 7px rgba(255,255,255,0);} }
.wa-fab:hover::before { display: none; }
@media (hover: none) {
  .wa-fab { width: 58px; }
}
@media (max-width: 600px) { .wa-fab { right: 16px; bottom: 16px; } }
.wa-fab.is-hidden { transform: translateY(120px); opacity: 0; pointer-events: none; }

/* ===================================================================
   ARTICLE / LONG-FORM GUIDE LAYOUT
   Used by: the-complete-guide-to-seo, pillar-seo-guide, and
   any future long-form article pages.
   =================================================================== */
.article-wrap { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 260px; gap: 64px; padding: 0 40px 80px; }
.article-side { padding-top: 60px; }

.article-header { padding: 56px 0 40px; }
.article-kicker { font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--saffron); margin-bottom: 16px; display: flex; gap: 12px; align-items: center; }
.article-kicker::before { content: ''; display: block; width: 24px; height: 1px; background: var(--saffron); }
.article-title { font-family: var(--display); font-size: clamp(2rem,4vw,3.2rem); line-height: 1.08; margin-bottom: 20px; font-weight: 400; }
.article-deck { font-size: 1.1rem; opacity: .75; max-width: 620px; line-height: 1.65; margin-bottom: 28px; }
.article-byline { display: flex; gap: 20px; flex-wrap: wrap; font-family: var(--mono); font-size: .68rem; opacity: .55; padding-top: 20px; border-top: 1px solid rgba(22,19,14,.12); }
.article-byline a { color: inherit; text-decoration: none; opacity: 1; }
.article-byline a:hover { text-decoration: underline; color: var(--saffron); }

.article-body h2 { font-family: var(--display); font-size: 1.8rem; margin: 52px 0 16px; line-height: 1.2; font-weight: 400; }
.article-body h3 { font-family: var(--display); font-size: 1.3rem; margin: 36px 0 12px; line-height: 1.3; font-weight: 400; }
.article-body h4 { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin: 28px 0 10px; opacity: .6; }
.article-body p { margin-bottom: 18px; font-size: 1rem; line-height: 1.7; }
.article-body p:last-child { margin-bottom: 0; }
.article-body a { color: var(--saffron); text-decoration: underline; text-decoration-color: rgba(194,65,12,.35); text-underline-offset: 2px; }
.article-body a:hover { text-decoration-color: var(--saffron); }
.article-body strong { font-weight: 500; }
.article-body ul, .article-body ol { padding-left: 20px; margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 1rem; }
.article-body li { line-height: 1.6; }
.article-body code { font-family: var(--mono); font-size: .82rem; background: var(--paper-dark, #EFE4CB); padding: 1px 5px; }
.article-body hr { border: none; border-top: 1px solid rgba(22,19,14,.12); margin: 52px 0; }

.definition { background: #EFE4CB; border-left: 3px solid var(--saffron); padding: 20px 24px; margin: 28px 0; }
.definition .def-label { font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--saffron); margin-bottom: 6px; }
.definition p { font-size: .95rem; margin: 0; line-height: 1.6; }

.callout { background: var(--paper, #F5EDDA); border: 1px solid rgba(22,19,14,.12); padding: 20px 24px; margin: 28px 0; }
.callout strong { display: block; font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; opacity: .6; }
.callout p { font-size: .9rem; margin: 0; line-height: 1.6; }

.comp-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .88rem; }
.comp-table th { font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; padding: 10px 14px; border-bottom: 2px solid rgba(22,19,14,.12); text-align: left; opacity: .6; }
.comp-table td { padding: 10px 14px; border-bottom: 1px solid rgba(22,19,14,.12); vertical-align: top; line-height: 1.5; }
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:hover td { background: #F5EDDA; }
.tc-green { color: #1A6B3A; }
.tc-red { color: var(--saffron); }

.how-to-steps { display: flex; flex-direction: column; gap: 0; margin: 28px 0; }
.step-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(22,19,14,.12); }
.step-item:last-child { border-bottom: none; }
.step-num { font-family: var(--display); font-size: 2rem; line-height: 1; color: var(--saffron); opacity: .4; font-weight: 400; }
.step-title { font-size: 1rem; font-weight: 500; margin-bottom: 6px; }
.step-body { font-size: .88rem; opacity: .75; line-height: 1.55; }

.stat-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 1px; background: rgba(22,19,14,.12); margin: 32px 0; border: 1px solid rgba(22,19,14,.12); }
.stat-cell { background: var(--paper, #F2EBDB); padding: 20px; text-align: center; }
.stat-num { font-family: var(--display); font-size: 2.2rem; color: var(--saffron); font-weight: 400; }
.stat-label { font-family: var(--mono); font-size: .62rem; opacity: .5; margin-top: 4px; line-height: 1.4; }

.toc { background: #F5EDDA; border: 1px solid rgba(22,19,14,.12); padding: 20px 22px; position: sticky; top: 80px; }
.toc-title { font-family: var(--mono); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; opacity: .5; }
.toc-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.toc-list li a { font-size: .8rem; color: var(--ink); text-decoration: none; display: block; padding: 6px 0; border-bottom: 1px solid rgba(22,19,14,.08); opacity: .7; line-height: 1.3; }
.toc-list li:last-child a { border-bottom: none; }
.toc-list a:hover { opacity: 1; color: var(--saffron); }
.toc-cta { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(22,19,14,.12); }
.toc-cta a { font-family: var(--mono); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; background: var(--ink); color: var(--paper, #F2EBDB); padding: 8px 12px; text-decoration: none; display: block; text-align: center; transition: background .2s; }
.toc-cta a:hover { background: var(--saffron); }
.toc-author { margin-top: 16px; font-family: var(--mono); font-size: .62rem; opacity: .4; text-align: center; line-height: 1.4; }

.faq-list { display: flex; flex-direction: column; gap: 0; margin: 24px 0; }
.faq-item { border-bottom: 1px solid rgba(22,19,14,.12); }
.faq-q { padding: 18px 0 14px; cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; font-size: 1rem; list-style: none; }
.faq-q:hover { color: var(--saffron); }
.faq-chevron { font-family: var(--mono); font-size: .8rem; opacity: .4; flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { font-size: .92rem; line-height: 1.65; opacity: .75; padding-bottom: 18px; display: none; }
.faq-item.open .faq-a { display: block; }

.related-section { padding: 48px 40px; border-top: 1px solid rgba(22,19,14,.12); max-width: 1100px; margin: 0 auto; }
.related-title { font-family: var(--mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; opacity: .5; margin-bottom: 20px; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 1px; background: rgba(22,19,14,.12); }
.related-card { background: var(--paper, #F2EBDB); padding: 20px; text-decoration: none; color: var(--ink); transition: background .15s; display: block; }
.related-card:hover { background: #F5EDDA; }
.related-card-type { font-family: var(--mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; color: var(--saffron); margin-bottom: 8px; }
.related-card-title { font-family: var(--display); font-size: 1rem; line-height: 1.3; font-weight: 400; }

.cta-band { background: var(--ink); color: var(--paper, #F2EBDB); padding: 56px 40px; text-align: center; }
.cta-band h2 { font-family: var(--display); font-size: 2rem; margin-bottom: 12px; font-weight: 400; }
.cta-band p { opacity: .6; margin-bottom: 28px; max-width: 440px; margin-left: auto; margin-right: auto; font-size: .95rem; }
.cta-band a { font-family: var(--mono); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; background: var(--saffron); color: #fff; padding: 12px 28px; text-decoration: none; transition: opacity .2s; display: inline-block; }
.cta-band a:hover { opacity: .9; }

@media (max-width: 900px) {
  .article-wrap { grid-template-columns: 1fr; gap: 0; padding: 0 20px 60px; }
  .article-side { display: none; }
  .related-section, .cta-band { padding-left: 20px; padding-right: 20px; }
}
