.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.section-head h2{margin:8px 0 0}
.section-intro{max-width:82ch;margin:0 0 30px;color:var(--text-muted);line-height:1.85}
.section-note{max-width:85ch;margin:20px 0 0;color:var(--text-muted);line-height:1.8}
.text-link{display:inline-flex;align-items:center;min-height:44px;flex:none;color:var(--accent-dark);font-weight:700}
.text-link:hover{text-decoration:underline;text-underline-offset:4px}
.route-type-grid{margin-bottom:34px}
.route-type-card{padding-top:36px}
.route-type-card p{line-height:1.75}
.table-heading{margin:0 0 16px;font-size:23px}
.features-section{padding-bottom:0}
.feature-copy p:not(.eyebrow){line-height:1.85}
.feature-art{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;overflow:hidden;background:linear-gradient(145deg,var(--bg-panel),var(--panel-deep))}
.art-label{align-self:flex-start;color:var(--accent-dark);font:700 11px var(--font-mono);letter-spacing:.12em}
.art-cylinders{display:flex;justify-content:center;width:100%;gap:8px}
.art-cylinders span{display:grid;place-items:center;min-width:0;width:30%;min-height:105px;border:1px solid var(--border);border-radius:var(--radius-l);background:linear-gradient(90deg,var(--drum-edge),var(--white) 18%,var(--drum-tint) 50%,var(--white) 82%,var(--drum-edge));box-shadow:0 12px 20px -14px var(--accent-a30);color:var(--accent-dark);font-weight:700}
.route-art svg{width:100%;height:auto}
.vault-wheel{display:grid;place-items:center;width:min(190px,70%);aspect-ratio:1;border:18px solid var(--drum-tint);border-radius:50%;background:radial-gradient(circle,var(--white),var(--accent-pale));box-shadow:inset 0 3px 12px var(--accent-a18),0 18px 35px -16px var(--accent-a30);color:var(--accent-dark);font-weight:800}
.art-foot{color:var(--text-muted);font:12px var(--font-mono)}
.device-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:400px}
.device-tiles span{display:grid;place-items:center;min-width:0;min-height:66px;padding:6px;border:1px solid var(--border);border-radius:var(--radius-m);background:var(--white);box-shadow:0 8px 22px -16px var(--accent-a30);color:var(--accent-dark);font:600 12px var(--font-mono);overflow-wrap:anywhere}
.client-card{display:flex;flex-direction:column}
.client-card h3{font-size:20px}
.client-card p{flex:1;line-height:1.7}
.client-card .btn{align-self:flex-start}
.plan-card{display:flex;flex-direction:column}
.plan-card h3{font-size:22px}
.plan-card .eyebrow{margin:0}
.plan-volume{font-weight:700;color:var(--accent-dark)}
.plan-desc{margin-top:14px;min-height:6em;color:var(--text-muted);line-height:1.7}
.plan-card ul{margin-top:auto}
.callout a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}
.faq-list{border-radius:var(--radius-l);overflow:hidden}
.faq-list details>p{line-height:1.8}
.faq-list a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}
.article-card time{margin-top:10px;color:var(--text-muted);font:12px var(--font-mono)}
.article-card h3{line-height:1.4}
.article-card p{line-height:1.75}
.server-status:empty{display:none}
#server-status{margin-top:28px}
.server-status:not(:empty){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-panel-2)}
.srv-row{display:flex;align-items:center;gap:10px;min-width:0;min-height:52px;padding:9px 12px;border:1px solid var(--border-soft);border-radius:var(--radius-m);background:var(--bg-panel);color:var(--text-soft);font-size:13px}
.srv-dot{display:inline-block;width:8px;height:8px;flex:none;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px var(--accent-a08);animation:srv-breathe 2.8s ease-in-out infinite}
.srv-flag{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:22px}
.srv-flag svg{width:22px;height:16px}
.srv-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
.srv-type{flex:none;padding:2px 6px;border-radius:var(--radius-s);background:var(--accent-a10);color:var(--accent-dark);font:11px var(--font-mono)}
.srv-ms,.srv-bw{flex:none;color:var(--accent-dark);font:11px var(--font-mono);white-space:nowrap}
.srv-ms{margin-left:auto}
@keyframes srv-breathe{50%{opacity:.55;transform:scale(.82)}}
@media(max-width:768px){
  .section-head{align-items:start;flex-wrap:wrap}
  .route-type-grid{grid-template-columns:1fr}
  .feature-art{min-height:240px}
  .server-status:not(:empty){grid-template-columns:1fr}
  .plan-desc{min-height:0}
}
@media(max-width:640px){
  .section-head h2{font-size:32px}
  .route-sketch{font-size:11px}
  .srv-row{flex-wrap:wrap;gap:6px}
  .srv-name{flex:1}
  .srv-ms{margin-left:0}
}
@media(max-width:360px){
  .srv-type{order:2}
  .srv-ms,.srv-bw{order:3}
}
@media(prefers-reduced-motion:reduce){.srv-dot{animation:none}}