/* ============================================================================
   Hertis — long-form article pages (/features/*)
   Loaded AFTER styles.css. Reuses the same tokens, nav and footer; adds only
   what a reading page needs. Measure is deliberately narrow — these pages are
   meant to be read, not scanned.
   ========================================================================== */

/* ------------------------------------------------------------- page head */
.a-head { padding: 148px 0 var(--h-s8); position: relative; }
.a-head .h-container { max-width: 820px; }

.a-crumb {
  font-size: var(--h-fs-small); color: var(--h-text-faint);
  margin-bottom: var(--h-s5); letter-spacing: 0.02em;
}
.a-crumb a { color: var(--h-text-dim); }
.a-crumb a:hover { color: var(--h-champagne); }
.a-crumb .sep { margin: 0 8px; opacity: 0.5; }

.a-head h1 {
  font-family: var(--h-serif); font-weight: 600;
  font-size: clamp(38px, 5vw, 66px); line-height: 1.08;
  letter-spacing: -0.01em; margin: var(--h-s4) 0 var(--h-s5);
}
.a-head h1 em { font-style: italic; color: var(--h-champagne); }

.a-lede {
  font-family: var(--h-serif); font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.55; color: var(--h-text-dim); max-width: 640px;
}

/* ---------------------------------------------------------- article body */
.a-body { padding-bottom: var(--h-s9); }
.a-body .h-container { max-width: 820px; }

.a-body h2 {
  font-family: var(--h-serif); font-weight: 600;
  font-size: clamp(28px, 3.2vw, 40px); line-height: 1.16;
  margin: var(--h-s8) 0 var(--h-s5);
}
.a-body h2 em { font-style: italic; color: var(--h-champagne); }

.a-body h3 {
  font-family: var(--h-serif); font-weight: 600;
  font-size: clamp(21px, 2.2vw, 27px); line-height: 1.25;
  margin: var(--h-s6) 0 var(--h-s3);
}

.a-body p { margin-bottom: var(--h-s5); color: var(--h-text-dim); max-width: 680px; }
.a-body p strong { color: var(--h-text); font-weight: 600; }
.a-body a { color: var(--h-champagne); border-bottom: 1px solid var(--h-gold-line); }
.a-body a:hover { border-bottom-color: var(--h-champagne); }
.a-body em { font-style: italic; }

.a-body ul, .a-body ol { margin: 0 0 var(--h-s5) 0; padding-left: 0; list-style: none; max-width: 680px; }
.a-body ol { counter-reset: a-n; }
.a-body ul > li, .a-body ol > li {
  position: relative; padding-left: 34px; margin-bottom: var(--h-s3);
  color: var(--h-text-dim);
}
.a-body ul > li::before {
  content: ''; position: absolute; left: 8px; top: 12px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--h-gold-1); box-shadow: 0 0 10px rgba(212,175,55,0.5);
}
.a-body ol > li::before {
  counter-increment: a-n; content: counter(a-n);
  position: absolute; left: 0; top: 1px;
  font-family: var(--h-serif); font-size: 17px; font-weight: 700;
  color: var(--h-champagne); opacity: 0.75;
}
.a-body li strong { color: var(--h-text); font-weight: 600; }

/* ------------------------------------------------------------- callout */
.a-note {
  border-left: 2px solid var(--h-gold-line);
  background: linear-gradient(90deg, var(--h-gold-soft), transparent 70%);
  padding: var(--h-s5) var(--h-s6); border-radius: 0 var(--h-r) var(--h-r) 0;
  margin: var(--h-s6) 0 var(--h-s6);
}
.a-note p { margin: 0; color: var(--h-text); }
.a-note p + p { margin-top: var(--h-s3); }

/* ------------------------------------------- the question list (asset) */
.a-qs { margin: var(--h-s6) 0; }
.a-qs .grp { margin-bottom: var(--h-s6); }
.a-body .a-qs .grp > h3 {
  font-family: var(--h-sans); font-size: var(--h-fs-label); font-weight: 700;
  letter-spacing: var(--h-track); text-transform: uppercase;
  color: var(--h-champagne); margin: 0 0 var(--h-s4);
}
.a-qs ul { list-style: none; padding: 0; margin: 0; }
.a-body .a-qs ul > li {
  font-family: var(--h-serif); font-size: 20px; line-height: 1.45;
  color: var(--h-text); padding: 11px 0; margin-bottom: 0;
  border-bottom: 1px solid var(--h-line);
}
.a-body .a-qs ul > li::before { display: none; }
.a-qs li:last-child { border-bottom: none; }

/* ---------------------------------------------------- in-article feature */
.a-rituals { display: grid; gap: var(--h-s4); margin: var(--h-s6) 0; }
.a-ritual {
  display: grid; grid-template-columns: 92px 1fr; gap: var(--h-s5);
  align-items: center;
  background: var(--h-surface); border: 1px solid var(--h-line);
  border-radius: var(--h-r-lg); padding: var(--h-s5);
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.a-ritual:hover { border-color: var(--h-gold-line); transform: translateY(-2px); }
.a-ritual .pic {
  width: 92px; height: 92px; border-radius: var(--h-r); overflow: hidden;
  position: relative; flex: none;
}
.a-ritual .pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.a-ritual .pic::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(13,17,23,0.5));
}
.a-ritual h3 { margin: 0 0 6px; font-size: 23px; }
.a-ritual p { margin: 0; font-size: 15px; line-height: 1.6; max-width: none; }

/* --------------------------------------------------------------- related */
.a-related { border-top: 1px solid var(--h-line); padding-top: var(--h-s7); margin-top: var(--h-s8); }
.a-related > h2 { margin-top: 0 !important; font-size: clamp(24px,2.6vw,32px) !important; }
.a-rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--h-s4); }
.a-rel {
  display: block; background: var(--h-surface-alt); border: 1px solid var(--h-line);
  border-radius: var(--h-r-lg); padding: var(--h-s5);
  transition: border-color 0.25s ease, transform 0.25s ease;
  border-bottom: 1px solid var(--h-line) !important;
}
.a-rel:hover { border-color: var(--h-gold-line) !important; transform: translateY(-3px); }
.a-rel .k {
  display: block; font-size: var(--h-fs-label); font-weight: 700;
  letter-spacing: var(--h-track); text-transform: uppercase;
  color: var(--h-champagne); margin-bottom: 10px;
}
.a-rel strong {
  display: block; font-family: var(--h-serif); font-weight: 600;
  font-size: 22px; line-height: 1.25; color: var(--h-text); margin-bottom: 7px;
}
.a-rel span.d { display: block; font-size: 14.5px; line-height: 1.6; color: var(--h-text-dim); }

/* ------------------------------------------------------------------- cta */
.a-cta {
  margin-top: var(--h-s8); padding: var(--h-s8) var(--h-s6);
  background: var(--h-surface); border: 1px solid var(--h-glow-border);
  border-radius: var(--h-r-xl); text-align: center;
  box-shadow: var(--h-shadow-glow);
}
.a-cta .mark { height: 44px; width: auto; margin-bottom: var(--h-s4); opacity: 0.95; }
.a-cta h2 { margin: 0 0 var(--h-s4) !important; font-size: clamp(27px,3vw,38px) !important; }
.a-cta > p { margin: 0 auto var(--h-s6); max-width: 470px; }
.a-cta .h-wait { margin: 0 auto; max-width: 480px; }
.a-cta .h-wait .micro { justify-content: center; }

/* ------------------------------------------------------------------- faq */
.a-body .h-faq { margin-top: var(--h-s5); }

@media (max-width: 620px) {
  .a-head { padding-top: 116px; }
  .a-ritual { grid-template-columns: 1fr; gap: var(--h-s4); }
  .a-ritual .pic { width: 100%; height: 130px; }
  .a-body .a-qs ul > li { font-size: 18px; }
}
