.post-body {
  --ink: #1c1c1c;
    --paper: #ffffff;
    --ember: #d64b2a;
    --steel: #3c4a4a;
    --gold: #b8802c;
    --line: rgba(20,16,14,0.12);
}


  .post-body * {
  box-sizing: border-box;
}


  

  .post-body .wrap {
  max-width: 820px;
    margin: 0 auto;
    padding: 0 24px 80px;
}


  .post-body header.hero {
  position: relative;
    padding: 90px 24px 60px;
    text-align: left;
    background:
      radial-gradient(circle at 85% 15%, rgba(214,75,42,0.08), transparent 55%),
      linear-gradient(180deg, #fbfaf8 0%, var(--paper) 100%);
    border-bottom: 1px solid rgba(184,128,44,0.25);
}


  .post-body .hero-inner {
  max-width: 820px;
    margin: 0 auto;
}


  .post-body .eyebrow {
  display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(201,154,62,0.4);
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 24px;
}


  .post-body h1 {
  font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.08;
    margin: 0 0 18px;
    color: var(--ink);
    letter-spacing: -0.01em;
}


  .post-body h1 .accent {
  color: var(--ember);
}


  .post-body .subhead {
  font-size: 1.15rem;
    color: rgba(28,28,28,0.65);
    max-width: 640px;
    margin: 0;
}


  .post-body .strike {
  position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--ember), transparent);
    opacity: 0.6;
}


  .post-body section {
  padding: 48px 0;
    border-bottom: 1px solid rgba(20,16,14,0.08);
}


  .post-body section:last-of-type {
  border-bottom: none;
}


  .post-body .section-label {
  display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 18px;
}


  .post-body .section-label .glyph {
  font-size: 1.4rem;
}


  .post-body h2 {
  font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: var(--ink);
}


  .post-body p {
  color: rgba(28,28,28,0.8);
    font-size: 1.02rem;
    margin: 0 0 16px;
}


  .post-body ul {
  margin: 0;
    padding: 0;
    list-style: none;
}


  .post-body ul li {
  position: relative;
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid rgba(20,16,14,0.06);
    color: rgba(28,28,28,0.82);
}


  .post-body ul li:last-child {
  border-bottom: none;
}


  .post-body ul li::before {
  content: "▸";
    position: absolute;
    left: 0;
    color: var(--ember);
    font-weight: bold;
}


  .post-body .device-grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 8px;
}


  .post-body .device-card {
  background: rgba(20,16,14,0.03);
    border: 1px solid rgba(20,16,14,0.1);
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 0.95rem;
    color: rgba(28,28,28,0.82);
}


  .post-body .conclusion {
  background: linear-gradient(135deg, rgba(214,75,42,0.06), rgba(60,74,74,0.06));
    border: 1px solid rgba(214,75,42,0.25);
    border-radius: 6px;
    padding: 32px;
    margin-top: 8px;
}


  .post-body .conclusion p {
  margin: 0; color: var(--ink); font-size: 1.05rem;
}


  .post-body footer {
  text-align: center;
    padding: 32px 24px 10px;
    color: rgba(28,28,28,0.4);
    font-size: 0.85rem;
}


  @media (max-width: 600px) {
.post-body header.hero {
  padding: 60px 20px 40px;
}

    .post-body .wrap {
  padding: 0 20px 60px;
}

}


  .post-body .faq-item {
  border-bottom: 1px solid rgba(20,16,14,0.08);
}


  .post-body .faq-item:last-child {
  border-bottom: none;
}


  .post-body .faq-question {
  width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 4px;
    font-family: inherit;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}


  .post-body .faq-question:hover {
  color: var(--ember);
}


  .post-body .faq-icon {
  flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ember);
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}


  .post-body .faq-item.open .faq-icon {
  transform: rotate(45deg);
}


  .post-body .faq-answer {
  max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 4px;
}


  .post-body .faq-item.open .faq-answer {
  max-height: 400px;
    padding: 0 4px 18px;
}


  .post-body .faq-answer p {
  margin: 0; color: rgba(28,28,28,0.75); font-size: 0.98rem;
}
