/* Small additions on top of the original site.css (kept byte-identical for
   visual parity). These only cover behaviour that used to come from
   Squarespace's own runtime JS/CSS, which this static rebuild no longer
   loads. */

/* smooth slide for the mobile nav, toggled by site.js */
#mobileNav {
  transition: height 0.2s ease;
}

/* the "Line" content block used to pull its divider style from
   definitions.sqspcdn.com; recreate the same plain divider locally */
.sqs-block-horizontalrule .sqs-block-content {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 1em 0;
}
