.stroke-article{
  padding:100px max(30px,calc((100vw - 1120px)/2));
  color:var(--ink);
  background:#f8f4ed;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.stroke-article-hero{
  height:auto;
  padding:0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
  background:transparent;
  border:0;
}

.stroke-article-intro h2{
  margin:12px 0 22px;
  font-family:"Newsreader","Noto Sans SC",serif;
  font-size:clamp(34px,4.2vw,54px);
  line-height:1.15;
}

.stroke-deck{
  color:var(--sage2);
  font-size:18px;
  font-weight:600;
}

.stroke-article-intro>p:not(.eyebrow){
  line-height:1.85;
}

.stroke-medical-note{
  margin-top:22px;
  padding:18px 20px;
  color:#60473b;
  background:#efe2d7;
  border-left:4px solid var(--clay);
  font-size:13px;
}

.stroke-article-hero figure{
  margin:0;
}

.stroke-article-hero img{
  width:100%;
  display:block;
  aspect-ratio:1.2/1;
  object-fit:cover;
  border-radius:3px;
  box-shadow:var(--shadow);
}

.stroke-article-hero figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:11px;
  line-height:1.6;
}

.stroke-article-body{
  max-width:900px;
  margin:80px auto 0;
}

.stroke-article-body>section{
  padding:48px 0;
  border-top:1px solid var(--line);
}

.stroke-article-body h3{
  margin:0 0 18px;
  font-family:"Newsreader","Noto Sans SC",serif;
  font-size:30px;
}

.stroke-article-body h4{
  margin:8px 0;
  font-size:16px;
}

.stroke-article-body p,
.myth-list{
  color:var(--muted);
  font-size:15px;
  line-height:1.9;
}

.recovery-timeline{
  margin:30px 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}

.recovery-timeline div{
  padding:24px;
  background:white;
}

.recovery-timeline strong,
.recovery-timeline span{
  display:block;
}

.recovery-timeline strong{
  color:var(--sage2);
  font-size:17px;
}

.recovery-timeline span{
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}

.rehab-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.rehab-grid>div{
  padding:26px;
  background:white;
  border:1px solid var(--line);
}

.rehab-grid b{
  color:var(--clay);
  font:600 13px "Newsreader",serif;
}

.rehab-grid p{
  margin:0;
  font-size:13px;
}

.acupuncture-role{
  margin:20px 0;
  padding:42px !important;
  color:white;
  background:var(--sage2);
  border:0 !important;
  box-shadow:var(--shadow);
}

.acupuncture-role h3,
.acupuncture-role p{
  color:white;
}

.acupuncture-role p{
  opacity:.84;
}

.myth-list{
  margin:0;
  padding-left:1.4em;
}

.myth-list li{
  margin:14px 0;
  padding-left:8px;
}

.myth-list strong{
  color:var(--ink);
}

.stroke-faq details{
  background:white;
  border-top:1px solid var(--line);
}

.stroke-faq details:last-child{
  border-bottom:1px solid var(--line);
}

.stroke-faq summary{
  padding:18px 4px;
  color:var(--ink);
  font-weight:600;
  cursor:pointer;
}

.stroke-faq details p{
  margin:0;
  padding:0 4px 20px;
}

.stroke-conclusion{
  text-align:center;
}

.stroke-conclusion p{
  max-width:720px;
  margin:0 auto 26px;
}

.stroke-keywords{
  max-width:900px;
  margin:28px auto 0;
  color:var(--muted);
  font-size:10px;
  line-height:1.8;
  text-align:center;
  letter-spacing:.04em;
}

@media(max-width:850px){
  .stroke-article-hero{
    grid-template-columns:1fr;
  }

  .stroke-article-hero figure{
    order:-1;
  }
}

@media(max-width:600px){
  .stroke-article{
    padding:72px 20px;
  }

  .stroke-article-hero{
    gap:32px;
  }

  .stroke-article-intro h2{
    font-size:34px;
  }

  .stroke-deck{
    font-size:16px;
  }

  .stroke-article-body{
    margin-top:55px;
  }

  .stroke-article-body>section{
    padding:38px 0;
  }

  .stroke-article-body h3{
    font-size:26px;
  }

  .recovery-timeline,
  .rehab-grid{
    grid-template-columns:1fr;
  }

  .acupuncture-role{
    margin-left:-6px;
    margin-right:-6px;
    padding:30px 24px !important;
  }
}
