.article-hero {
  padding: 76px 0 46px;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}

.article-hero-copy,
.article-hero-card,
.content-card,
.related-card {
  border: 1px solid rgba(51, 43, 37, .08);
  background:
    linear-gradient(145deg, rgba(255,255,255,.90), rgba(255,255,255,.58)),
    radial-gradient(circle at 0 0, rgba(233, 91, 151, .10), transparent 24rem);
  box-shadow: var(--shadow);
}

.article-hero-copy {
  min-height: 560px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.article-hero-copy::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(183, 152, 109, .14);
}

.breadcrumb {
  width: fit-content;
  margin-bottom: 18px;
  color: #9a7648;
  font-size: 14px;
  font-weight: 800;
}

.article-hero-copy h1 {
  max-width: 860px;
  font-size: clamp(44px, 6vw, 80px);
}

.article-hero-card {
  min-height: 560px;
  padding: clamp(30px, 4vw, 54px);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
}

.article-hero-card h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.article-hero-card p {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.skin-orbit {
  position: absolute;
  inset: 26px 26px auto auto;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.82) 0 30%, transparent 31%),
    conic-gradient(from 110deg, rgba(183,152,109,.12), rgba(233,91,151,.20), rgba(183,152,109,.28), rgba(183,152,109,.08));
  filter: blur(.1px);
}

.skin-orbit span {
  position: absolute;
  border-radius: 999px;
  background: rgba(183, 152, 109, .38);
}

.skin-orbit span:nth-child(1) {
  width: 18px;
  height: 18px;
  left: 72px;
  top: 88px;
}

.skin-orbit span:nth-child(2) {
  width: 12px;
  height: 12px;
  right: 80px;
  top: 126px;
  background: rgba(233, 91, 151, .28);
}

.skin-orbit span:nth-child(3) {
  width: 9px;
  height: 9px;
  left: 142px;
  bottom: 70px;
}

.article-section {
  padding-top: 42px;
}

.article-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 26px;
  align-items: start;
}

.article-nav {
  position: sticky;
  top: 110px;
  padding: 18px;
  border: 1px solid rgba(51, 43, 37, .08);
  border-radius: 26px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 46px rgba(64, 48, 34, .07);
}

.article-nav strong {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 14px;
}

.article-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.article-nav a:hover {
  background: var(--bg-soft);
  color: var(--text);
}

.article-content {
  display: grid;
  gap: 16px;
}

.content-card {
  padding: clamp(28px, 4vw, 52px);
  border-radius: var(--radius-xl);
}

.content-card h2 {
  max-width: 870px;
  margin-bottom: 22px;
  font-size: clamp(32px, 4vw, 54px);
}

.content-card p {
  max-width: 850px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.cause {
  padding: 22px;
  border: 1px solid rgba(51, 43, 37, .08);
  border-radius: 24px;
  background: rgba(255,255,255,.64);
}

.cause span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7b5d34;
  font-size: 13px;
  font-weight: 850;
}

.cause h3,
.type-stack h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 21px;
  letter-spacing: -.035em;
}

.cause p,
.type-stack p,
.trigger-list p,
.soft-note p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.trigger-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.trigger-list div {
  padding: 20px 22px;
  border: 1px solid rgba(51, 43, 37, .08);
  border-radius: 22px;
  background: rgba(255,255,255,.62);
}

.trigger-list strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 17px;
}

.type-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.type-stack article {
  padding: 24px;
  border-left: 4px solid rgba(183, 152, 109, .40);
  border-radius: 0 24px 24px 0;
  background: rgba(255,255,255,.64);
}

.soft-note {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(183, 152, 109, .18);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(246,238,226,.72)),
    radial-gradient(circle at 0 0, rgba(233, 91, 151, .08), transparent 22rem);
}

.soft-note strong {
  display: block;
  margin-bottom: 9px;
  color: var(--text);
  font-size: 17px;
}

.solution-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(244,238,229,.86)),
    radial-gradient(circle at 0 0, rgba(233, 91, 151, .10), transparent 28rem);
}

.related-section {
  padding-top: 40px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.related-card {
  min-height: 300px;
  padding: 28px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.related-card:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 24px 70px rgba(64, 48, 34, .13);
}

.related-card span {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--bg-soft);
  color: #856747;
  font-size: 12px;
  font-weight: 800;
}

.related-card h3 {
  margin: 38px 0 12px;
  color: var(--text);
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.related-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.related-card strong {
  display: block;
  margin-top: 26px;
  color: var(--button);
  font-size: 14px;
}

@media (max-width: 1020px) {
  .article-hero-grid,
  .article-layout,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-hero-copy,
  .article-hero-card {
    min-height: auto;
  }

  .article-nav {
    position: static;
  }

  .article-nav a {
    display: inline-flex;
    margin: 4px;
  }
}

@media (max-width: 680px) {
  .article-hero {
    padding-top: 38px;
  }

  .article-hero-copy,
  .article-hero-card,
  .content-card {
    border-radius: 28px;
    padding: 28px;
  }

  .article-hero-copy h1 {
    font-size: 44px;
  }

  .skin-orbit {
    opacity: .28;
    right: -80px;
    top: -70px;
  }

  .cause-grid {
    grid-template-columns: 1fr;
  }

  .related-card {
    min-height: auto;
  }
}
