/* Shared tertiary page patterns */
.crumb-hero{color:#8FA9C4;padding-top:0;padding-bottom:12px;font-size:13px}
.crumb-hero a{color:#8FA9C4}
.crumb-hero a:hover{color:#fff}
.crumb-hero span{color:#fff;font-weight:600}
.groups{display:grid;gap:36px}
.group h2{font-size:18px;color:var(--navy);font-weight:800;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--line);display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.group h2 span{font-size:11px;font-weight:700;color:var(--teal-dk);background:#F0FDFC;border:1px solid rgba(46,196,182,.35);padding:3px 10px;border-radius:999px}
.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pcard .vis{height:130px;background:linear-gradient(145deg,#EAF3FA,#F0FDFC);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.pcard .vis img{width:100%;height:100%;object-fit:cover}
.series-hero-img{width:100%;max-width:520px;border-radius:14px;border:1px solid rgba(255,255,255,.18);overflow:hidden;margin-top:18px}
.series-hero-img img{width:100%;height:220px;object-fit:cover;display:block}
.industry-hero-img{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.15);height:220px}
.industry-hero-img img{width:100%;height:100%;object-fit:cover}
.pcard .body{padding:14px 16px 16px}
.pcard .model{font-family:Consolas,Menlo,monospace;font-size:11.5px;color:var(--teal-dk);font-weight:700}
.pcard h3{font-size:14.5px;color:var(--navy);margin:4px 0 6px}
.pcard p{font-size:12px;color:var(--ink-md)}
.measure-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0}
.measure-tags span{font-size:11.5px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#C8D8E8;padding:5px 12px;border-radius:999px}
.side-cta{background:linear-gradient(120deg,var(--teal),#5ED3C8);border-radius:14px;padding:28px;color:#fff;margin-top:40px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.hero-split{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:center;margin-top:8px}
.hero-visual{height:220px;border-radius:14px;border:1px solid rgba(255,255,255,.15);position:relative;overflow:hidden;background:linear-gradient(145deg,#123048,#1A3A5C)}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.focus-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px}
.focus-cards .card{padding:22px}
.focus-cards h3{font-size:15px;color:var(--navy);margin-bottom:6px}
.focus-cards p{font-size:12.5px;color:var(--ink-md)}
table.spec{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:var(--sh);font-size:13px}
table.spec th{background:var(--navy);color:#fff;text-align:left;padding:12px 14px;font-size:12px}
table.spec td{padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top}
table.spec tr:last-child td{border-bottom:none}
table.spec td:first-child{font-weight:700;color:var(--navy)}
table.spec .range{font-family:Consolas,Menlo,monospace;color:var(--teal-dk);font-weight:700;white-space:nowrap}
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.related .card{padding:18px}
.related h4{font-size:14px;color:var(--navy);margin:10px 0 6px}
.related p{font-size:12.5px;color:var(--ink-md)}
.mcard-grid{display:none}
@media(max-width:900px){
  .pgrid,.focus-cards,.related,.hero-split{grid-template-columns:1fr}
  .pgrid{grid-template-columns:1fr 1fr}
  .series-hero-img img{height:180px}
  .hero-visual{height:180px}
}
@media(max-width:700px){
  table.spec{display:none}
  .mcard-grid{display:grid;gap:12px;margin-top:12px}
  .mcard{background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px}
  .mcard b{display:block;color:var(--navy);margin-bottom:6px}
  .mcard .meta{font-size:12px;color:var(--ink-soft);margin-bottom:6px}
  .mcard .meta strong{color:var(--teal-dk);font-family:Consolas,monospace}
  .mcard p{font-size:12.5px;color:var(--ink-md)}
  .pgrid{grid-template-columns:1fr}
  .focus-cards{grid-template-columns:1fr}
  .related{grid-template-columns:1fr}
}
