.article-shell {
  position: relative;
  z-index: 1;
}

.article-shell .site-header,
.article-shell .site-footer,
.article-shell .article-hero,
.article-shell .article-section,
.article-shell .article-final {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 34px;
  align-items: center;
  padding: 28px 0 40px;
}

.article-hero--solo {
  grid-template-columns: minmax(0, 860px);
  justify-content: start;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: rgba(68, 61, 53, 0.72);
  font-size: 0.92rem;
}

.breadcrumb-list li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-list li + li::before {
  content: "/";
  color: rgba(68, 61, 53, 0.45);
}

.article-copy h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.article-copy .hero-lead {
  max-width: 40rem;
}

.hero-keywords,
.inline-links,
.article-bullets,
.metric-list,
.topic-grid,
.sample-words,
.role-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-keywords li,
.topic-grid li,
.sample-words li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.84);
  color: rgba(20, 27, 45, 0.82);
  font-size: 0.94rem;
}

.article-visual {
  padding: 18px;
  border: 1px solid var(--card-border);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.94), rgba(247, 240, 233, 0.8));
  box-shadow: var(--shadow-panel);
}

.article-visual img {
  width: 100%;
  border-radius: 22px;
}

.article-section {
  padding: 72px 0 0;
}

.article-section .section-head {
  max-width: 44rem;
}

.article-section .section-head h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.article-grid,
.metric-grid,
.role-grid,
.mini-proof-grid,
.topic-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.article-grid.two-up,
.mini-proof-grid,
.metric-grid,
.role-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card,
.example-card,
.sample-panel,
.cta-card,
.mini-proof-card {
  border: 1px solid var(--card-border);
  border-radius: 28px;
  background: rgba(255, 252, 248, 0.78);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.article-card,
.sample-panel,
.mini-proof-card {
  padding: 24px;
}

.article-card h3,
.example-card h3,
.sample-panel h3,
.mini-proof-card h3 {
  margin: 0 0 10px;
  color: var(--ink-strong);
  font-size: 1.28rem;
}

.article-card p,
.example-card p,
.sample-panel p,
.mini-proof-card p,
.metric-list li,
.inline-links li,
.cta-card p {
  margin: 0;
  color: rgba(68, 61, 53, 0.82);
  line-height: 1.72;
}

.article-bullets,
.metric-list,
.inline-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.article-bullets li,
.metric-list li,
.inline-links li {
  position: relative;
  padding-left: 18px;
}

.article-bullets li::before,
.metric-list li::before,
.inline-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--button);
}

.example-card {
  padding: 28px;
}

.task-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(211, 111, 61, 0.12);
  color: #9b5a33;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.task-copy {
  margin-top: 18px;
}

.task-copy p + p {
  margin-top: 14px;
}

.task-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px dashed rgba(211, 111, 61, 0.28);
  border-radius: 22px;
  background: rgba(255, 249, 244, 0.88);
}

.task-box strong {
  color: var(--ink-strong);
}

.shot-frame {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--card-border);
  border-radius: 32px;
  background: rgba(255, 252, 248, 0.84);
  box-shadow: var(--shadow-panel);
}

.shot-frame img {
  width: 100%;
  border-radius: 22px;
}

.shot-caption {
  margin-top: 16px;
  color: rgba(68, 61, 53, 0.78);
  font-size: 0.97rem;
  line-height: 1.7;
}

.metric-grid article,
.role-grid article {
  padding: 22px;
  border: 1px solid var(--card-border);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.74);
  box-shadow: var(--shadow-soft);
}

.metric-grid h3,
.role-grid h3 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-size: 1.16rem;
}

.sample-panel {
  display: grid;
  gap: 16px;
}

.sample-panel blockquote {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--button);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 249, 244, 0.9);
  color: rgba(68, 61, 53, 0.88);
  line-height: 1.7;
}

.step-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.step-chip {
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--card-border);
  border-radius: 22px;
  background: rgba(255, 252, 248, 0.72);
}

.step-chip strong {
  display: block;
  color: var(--ink-strong);
  margin-bottom: 10px;
}

.step-chip p {
  margin: 0;
  color: rgba(68, 61, 53, 0.8);
  line-height: 1.68;
}

.topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.topic-grid li,
.sample-words li {
  justify-content: center;
}

.sample-words {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.article-final {
  padding: 72px 0 92px;
}

.related-section,
.article-shell .faq-section {
  padding: 72px 0 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.related-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--card-border);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.78);
  box-shadow: var(--shadow-soft);
}

.related-card span {
  color: rgba(20, 27, 45, 0.44);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.related-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 1.18rem;
}

.related-card p {
  margin: 0;
  color: rgba(68, 61, 53, 0.8);
  line-height: 1.72;
}

.related-card a {
  margin-top: auto;
  color: #9b5a33;
  font-weight: 600;
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 30px 32px;
}

.cta-card h2 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.mini-proof-card img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 18px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1080px) {
  .article-hero,
  .article-grid.two-up,
  .metric-grid,
  .role-grid,
  .mini-proof-grid,
  .related-grid,
  .step-row,
  .topic-grid,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .cta-card {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .article-shell .site-header,
  .article-shell .site-footer,
  .article-shell .article-hero,
  .article-shell .article-section,
  .article-shell .article-final {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .article-hero {
    gap: 24px;
    padding: 18px 0 28px;
  }

  .article-shell .site-nav {
    display: none;
  }

  .article-shell .site-actions {
    width: 100%;
  }

  .article-shell .site-actions .button {
    flex: 1 1 0;
  }

  .article-copy h1 {
    max-width: none;
  }

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

  .shot-frame,
  .article-visual {
    padding: 14px;
  }

  .cta-actions {
    width: 100%;
    justify-content: stretch;
  }

  .cta-actions .button {
    flex: 1 1 0;
  }
}
