/* Industries index page styles */

.page-hero { padding: 80px 0 32px; }
.page-hero .display { font-size: clamp(38px, 5.2vw, 82px); max-width: 18ch; }
.page-hero .lede { max-width: 64ch; margin-top: 20px; }

.byline { margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.byline a { color: inherit; }

.kt-card { border: 1px solid var(--hair); border-radius: 0; background: var(--surface); padding: 28px 32px; }
.kt-card h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.02em; }
.kt-card ul { list-style: none; margin-top: 16px; display: grid; gap: 10px; }
.kt-card ul li { position: relative; padding-left: 20px; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.kt-card ul li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.kt-card a { color: var(--accent); }

.toc { margin-top: 24px; border: 1px dashed var(--hair-2); border-radius: 0; padding: 18px 22px; background: var(--bg-elev); }
.toc .toc-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.toc ol { margin: 10px 0 0; padding-left: 20px; display: grid; gap: 6px; font-size: 14px; }
.toc a { color: var(--accent); text-decoration: none; }
.toc a:hover { text-decoration: underline; }

.prose { max-width: 70ch; }
.prose p { color: var(--ink-2); font-size: 15.5px; line-height: 1.65; margin-top: 14px; }
.prose a { color: var(--accent); }
.prose ul, .prose ol { margin-top: 14px; padding-left: 22px; display: grid; gap: 8px; font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }

.section-head { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -0.025em; line-height: 1.05; }
.section-head em { font-style: italic; color: var(--accent); }

.cat { padding: 56px 0 0; border-top: 1px solid var(--hair); margin-top: 48px; }
.cat:first-of-type { border-top: 0; margin-top: 0; }
.cat h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.025em; margin-bottom: 4px; }
.cat h2 em { font-style: italic; color: var(--accent); }
.cat .sub { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.cat .cat-body { color: var(--ink-2); font-size: 15px; line-height: 1.65; max-width: 76ch; margin-bottom: 24px; }
.cat .cat-body a { color: var(--accent); }

.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .ind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ind-grid { grid-template-columns: 1fr; } }

.ind-card {
  display: block;
  padding: 24px 26px;
  background: var(--surface);
  border: 1px solid var(--hair);
  border-radius: 0;
  transition: all .15s ease;
}
.ind-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 14px rgba(var(--accent-rgb),0.08);
  transform: translateY(-2px);
}
.ind-card .ic { font-size: 24px; margin-bottom: 12px; }
.ind-card .nm { font-family: var(--font-display); font-size: 23px; letter-spacing: -0.02em; color: var(--ink); line-height: 1.1; }
.ind-card .desc { font-size: 13.5px; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.ind-card .arrow { color: var(--accent); margin-top: 12px; display: inline-block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
@media (max-width: 900px) { .benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .benefits { grid-template-columns: 1fr; } }
.benefit { padding: 24px; border: 1px solid var(--hair); border-radius: 0; background: var(--bg-elev); }
.benefit .ic { font-size: 22px; margin-bottom: 12px; }
.benefit h3 { font-size: 16px; font-weight: 600; }
.benefit p { color: var(--muted); font-size: 13.5px; margin-top: 6px; line-height: 1.5; }

.steps-ol { counter-reset: step; list-style: none; margin-top: 28px; display: grid; gap: 14px; max-width: 680px; padding-left: 0; }
.steps-ol li { position: relative; padding: 18px 20px 18px 66px; border: 1px solid var(--hair); border-radius: 0; background: var(--surface); }
.steps-ol li::before { counter-increment: step; content: counter(step); position: absolute; left: 18px; top: 18px; width: 32px; height: 32px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.steps-ol h3 { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; }
.steps-ol p { color: var(--muted); font-size: 14px; margin-top: 6px; line-height: 1.55; }
.steps-ol a { color: var(--accent); }

.embed-snippet { margin-top: 16px; background: var(--ink); color: #EDEAE0; border-radius: 0; padding: 18px 20px; overflow-x: auto; font-family: var(--font-mono); font-size: 13px; line-height: 1.5; max-width: 680px; }
.embed-snippet code { font-family: inherit; }

.cmp-table-wrap { overflow-x: auto; margin-top: 28px; }
table.cmp { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--surface); border: 1px solid var(--hair); }
table.cmp caption { caption-side: bottom; font-size: 12.5px; color: var(--muted); padding: 10px 2px; text-align: left; }
table.cmp th, table.cmp td { padding: 12px 14px; border-bottom: 1px solid var(--hair); border-right: 1px solid var(--hair); text-align: left; vertical-align: top; color: var(--ink-2); }
table.cmp th:last-child, table.cmp td:last-child { border-right: 0; }
table.cmp thead th { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); background: var(--bg-elev); }
table.cmp tbody th { font-weight: 600; color: var(--ink); background: var(--bg-elev); }

.glance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 28px 0 0; }
@media (max-width: 720px) { .glance { grid-template-columns: 1fr; } }
.glance > div { border: 1px solid var(--hair); border-radius: 0; background: var(--surface); padding: 14px 16px; }
.glance dt { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.glance dd { margin: 6px 0 0; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.glance dd a { color: var(--accent); }

.stat-lines { list-style: none; margin-top: 20px; padding-left: 0; display: grid; gap: 8px; font-size: 14.5px; color: var(--ink-2); }
.stat-lines strong { color: var(--ink); }
.stat-lines a { color: var(--accent); }

figure.shot { margin: 32px 0 0; }
figure.shot img, figure.shot video { width: 100%; height: auto; border: 1px solid var(--hair); border-radius: 0; display: block; }
figure.shot figcaption { margin-top: 10px; font-size: 13px; color: var(--muted); }

blockquote.pull { margin: 28px 0 0; border-left: 3px solid var(--accent); padding: 6px 0 6px 22px; font-family: var(--font-display); font-size: 20px; line-height: 1.4; color: var(--ink); max-width: 56ch; }
blockquote.pull footer { margin-top: 10px; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--muted); }
blockquote.pull footer a { color: var(--muted); }

.faq-item h3 { font-size: 17.5px; font-weight: 600; letter-spacing: -0.005em; margin-top: 32px; }
.faq-item .direct { margin-top: 8px; color: var(--ink); font-size: 15.5px; line-height: 1.6; font-weight: 500; }
.faq-item p { color: var(--muted); font-size: 14.5px; margin-top: 8px; line-height: 1.6; max-width: 70ch; }
.faq-item a { color: var(--accent); }

details.faq-d { border: 1px solid var(--hair); border-radius: 0; background: var(--surface); padding: 0 18px; margin-top: 10px; }
details.faq-d summary { cursor: pointer; font-weight: 600; font-size: 15px; padding: 16px 28px 16px 0; list-style: none; position: relative; }
details.faq-d summary::-webkit-details-marker { display: none; }
details.faq-d summary::after { content: "+"; position: absolute; right: 0; top: 14px; color: var(--accent); font-size: 18px; }
details.faq-d[open] summary::after { content: "\2212"; }
details.faq-d p { color: var(--muted); font-size: 14.5px; line-height: 1.6; padding-bottom: 16px; margin: 0; }
details.faq-d a { color: var(--accent); }

.cross-link { margin-top: 64px; padding: 40px; background: var(--bg-elev); border: 1px solid var(--hair); border-radius: 0; }
.cross-link h3 { font-family: var(--font-display); font-size: 26px; letter-spacing: -0.02em; }
.cross-link p { color: var(--muted); font-size: 15px; margin-top: 10px; }
.cross-link ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; padding-left: 0; }
.cross-link ul a { padding: 8px 14px; border-radius: 0; background: var(--surface); border: 1px solid var(--hair); font-size: 13.5px; color: var(--ink-2); transition: all .15s ease; display: inline-block; }
.cross-link ul a:hover { border-color: var(--accent); color: var(--accent); }

.cta-block { background: var(--accent); color: #fff; border-radius: 0; padding: 56px; margin-top: 48px; }
.cta-block h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3.8vw, 48px); letter-spacing: -0.025em; max-width: 20ch; }
.cta-block p { opacity: 0.85; margin-top: 14px; max-width: 52ch; }
.cta-block p a { color: #fff; }
.cta-block .row { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; }
.cta-block .btn-primary { background: #fff; color: var(--accent); }
.cta-block .btn-outline { border-color: rgba(255,255,255,0.4); color: #fff; }
