.industry-page { background: var(--paper-light); color: var(--text); }
.industry-page .site-header { position: relative; }
.industry-page h1, .industry-page h2, .industry-page h3 { font-family: var(--display); }
.industry-hero { background: var(--ink); color: var(--white); padding: 34px 0 72px; }
.breadcrumbs { font-size: 13px; color: #bdc8bf; margin-bottom: 48px; }
.breadcrumbs a { color: inherit; }
.industry-hero h1 { max-width: 990px; margin: 24px 0; font-size: clamp(40px, 5.5vw, 76px); line-height: 1.04; }
.industry-lead { max-width: 800px; color: #d3d9d4; font-size: 19px; line-height: 1.7; }
.industry-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 32px; }
.industry-actions .text-link { color: var(--gold-light); }
.industry-section { padding: 76px 0; }
.industry-section h2, .industry-next h2 { font-size: clamp(30px, 3.8vw, 48px); line-height: 1.12; margin: 16px 0 24px; }
.industry-section h3 { font-size: 25px; line-height: 1.2; margin-bottom: 18px; }
.industry-section p { color: var(--muted); line-height: 1.75; }
.industry-example { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 64px; align-items: start; }
.industry-example audio { width: 100%; margin: 24px 0 8px; }
.industry-note { font-size: 13px; line-height: 1.65; }
.industry-output { background: var(--ink); color: var(--white); padding: 32px; }
.industry-output .section-label { color: var(--gold-light); }
.industry-output h2 { font-size: 32px; }
.industry-output dl div { border-top: 1px solid #506158; padding: 18px 0; }
.industry-output dt { font-size: 12px; color: #bdc8bf; }
.industry-output dd { margin: 6px 0 0; }
.industry-output p { color: #bdc8bf; font-size: 13px; }
.industry-transcript { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 28px; }
.industry-transcript summary, .industry-faq summary { cursor: pointer; padding: 20px 0; font-weight: 800; }
.industry-transcript ol { padding: 0; margin: 0; list-style: none; }
.industry-transcript li { border-top: 1px solid var(--line); padding: 18px 0; }
.industry-transcript li strong { font-size: 13px; }
.industry-transcript li p { margin: 8px 0 0; }
.industry-tint { background: var(--paper); }
.industry-needs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 48px; }
.industry-needs article { border-top: 2px solid var(--text); padding-top: 20px; }
.industry-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.industry-method { padding-left: 24px; color: var(--muted); }
.industry-method li { padding: 0 0 18px 8px; }
.industry-faq { max-width: 880px; }
.industry-faq details { border-bottom: 1px solid var(--line); }
.industry-faq details p { padding-bottom: 18px; }
.industry-next { background: var(--ink); color: var(--white); padding: 64px 0; }
.industry-next > .container > p { color: #d3d9d4; }
.industry-next .button { margin: 16px 0 32px; }
.industry-related { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid #506158; padding: 28px 0 12px; }
.industry-related a { color: var(--gold-light); }
@media (max-width: 900px) {
  .industry-example, .industry-columns { grid-template-columns: 1fr; gap: 32px; }
  .industry-needs { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  .industry-hero { padding: 24px 0 40px; }
  .breadcrumbs { margin-bottom: 28px; }
  .industry-hero h1 { font-size: 34px; }
  .industry-lead { font-size: 16px; }
  .industry-section { padding: 42px 0; }
  .industry-output { padding: 24px; }
  .industry-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .industry-actions .button { font-size: 13px; padding-inline: 18px; }
}
