.hero{
  padding:44px 0 40px;
  border-bottom:1px solid var(--line);
}
.hero h1{
  font-family:var(--display);
  font-weight:800;
  font-size:clamp(36px,6vw,64px);
  line-height:.96;
  letter-spacing:-.03em;
  margin:0 0 14px;
}
.hero p{margin:0;color:var(--bone-dim);font-size:15px;}

/* ---------- wound-table: figures use the mono face, per design system ---------- */

.wound-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:8px;}

.wound-table th{
  text-align:left;
  font-family:var(--mono);
  font-size:10px;
  font-weight:500;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--bone-dim);
  padding:0 16px 10px 0;
  border-bottom:1px solid var(--line);
}

.wound-table td{
  padding:14px 16px 14px 0;
  border-bottom:1px solid var(--line);
  vertical-align:top;
  line-height:1.45;
}

.wound-table td:last-child{
  font-family:var(--mono);
  font-weight:600;
  color:var(--bone);
  white-space:nowrap;
}

.wound-table tr:hover td{background:rgba(244,240,230,.03);}

@media (max-width:560px){
  .wound-table, .wound-table tbody, .wound-table tr, .wound-table td{display:block;width:100%;}
  .wound-table thead{display:none;}
  .wound-table tr{padding:12px 0;border-bottom:1px solid var(--line);}
  .wound-table td{border:0;padding:2px 0;}
  .wound-table td:first-child{font-size:14.5px;}
  .wound-table td:last-child::before{content:"Roll — ";color:var(--accent);font-family:var(--mono);font-weight:500;}
}
