:root {
  --shell-bronze:#92714e;
  --shell-gold:#cbb58c;
  --shell-teal:#326764;
  --shell-stone:#1b3338;
  --shell-cyan:#c1e7dc;
}
@media(max-width:600px){
  .hud .pills {inset:158px 10px auto;display:flex;justify-content:center;gap:5px;}
  .hud .pills .pill {position:static;transform:none;font-size:9px;padding:6px;gap:4px;}
  .hud .pills .pill:active {transform:translateY(1px);}
  /* The original desktop grid left the address and dock in different mobile columns. */
  .hud .foot .ca.at-foot,.hud .foot .dock-wrap {grid-column:1;}
  .hud .foot .ca.at-foot {justify-self:start;}
  .hud .brand .hall {position:absolute;top:34px;left:0;width:145px;padding-left:0;gap:8px;flex-wrap:wrap;}
  .hud .brand .hall a {font-size:10px;letter-spacing:.06em;}
}
