* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a3a3f;
  background: #5e5e5e;
}

body {
  margin: 0;
  background: #5e5e5e;
}

a {
  color: #dd3333;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: #4c0303;
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-shell {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.site-header {
  position: relative;
  overflow: hidden;
  background: #222;
}

.header-art {
  width: 100%;
}

.brand {
  position: absolute;
  right: 15px;
  bottom: 29px;
  left: 15px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.brand-title,
.brand-tagline {
  margin: 0;
  color: #fff;
}

.brand-title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.brand-title a,
.brand-title a:hover,
.brand-title a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.brand-tagline {
  font-size: 22px;
  line-height: 1.3;
}

.site-nav {
  position: relative;
  z-index: 1;
  min-height: 50px;
  background: #3a3a3f;
  color: #fff;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links .is-current a,
.nav-links li.is-current a {
  background: #0087b6;
  color: #fff;
  text-decoration: none;
}

.nav-symbol {
  display: inline-block;
  margin-right: 4px;
  color: #c9d5d9;
  font-family: Arial, sans-serif;
  font-size: 0.95em;
  font-weight: 400;
}

.nav-toggle {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.nav-toggle[hidden] {
  display: none;
}

.nav-toggle-icon {
  display: grid;
  width: 19px;
  gap: 4px;
}

.nav-toggle-icon span {
  height: 2px;
  background: currentColor;
}

.breadcrumbs {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-size: 14px;
}

.breadcrumbs a {
  color: #3a3a3f;
}

.breadcrumbs [aria-current="page"] {
  color: #777;
}

.site-content {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  min-height: 417px;
  padding: 30px 0 62px;
  background: #fff;
}

.site-content--single {
  grid-template-columns: minmax(0, 1fr);
}

.content-main,
.sidebar {
  min-width: 0;
  padding: 0 15px;
}

.page-title {
  margin: 0;
  color: #3a3a3f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.entry-content {
  padding-top: 1.5em;
  overflow-wrap: break-word;
}

.entry-content p {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.home-image {
  float: left;
  width: 350px;
  max-width: 100%;
  margin: 0 16px 16px 0;
  text-align: center;
}

.home-image img {
  width: 300px;
  max-width: 100%;
}

.home-image figcaption,
.sidebar-card figcaption {
  margin-top: 8px;
  color: #888;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.sidebar-card {
  margin: 0;
  padding: 25px 0 15px;
  border-top: 6px solid #3a3a3f;
  background: #fff;
}

.sidebar-card img {
  width: 100%;
}

.section-heading {
  margin: 0 0 0.5em;
  font-size: 18px;
  line-height: 1.3;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin: 1.5em 0;
  scrollbar-width: thin;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.price-table th,
.price-table td {
  padding: 10px 5px;
  border: 1px solid #000;
  vertical-align: top;
}

.price-table thead th,
.price-table td {
  text-align: center;
}

.price-table tbody th {
  min-width: 120px;
  font-weight: 400;
  text-align: left;
}

.price-table thead th {
  min-width: 145px;
}

.contact-entry p {
  margin-bottom: 1.5em;
}

.map-image {
  margin: 0;
}

.map-image a {
  display: block;
}

.map-image img {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.site-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 15px;
  background: #3a3a3f;
  color: #fff;
  font-size: 14px;
}

.copyright {
  margin: 0;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 24px;
}

.footer-links a {
  color: #fff;
  white-space: nowrap;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

@media (max-width: 767px) {
  .site-shell {
    box-shadow: none;
  }

  .brand {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .brand-title {
    font-size: clamp(18px, 5vw, 28px);
    letter-spacing: -0.5px;
  }

  .brand-tagline {
    display: none;
  }

  .js-enabled .nav-toggle:not([hidden]) {
    display: flex;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .js-enabled .nav-links[hidden] {
    display: none;
  }

  .nav-links a {
    min-height: 42px;
    padding: 0 12px;
  }

  .breadcrumbs {
    padding-left: 15px;
  }

  .site-content {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    padding-top: 25px;
  }

  .page-title {
    font-size: 24px;
  }

  .home-image {
    float: none;
    margin: 0 auto 1.5em;
  }

  .home-image img {
    width: 300px;
  }

  .sidebar-card {
    padding-top: 20px;
  }

  .sidebar-card img {
    max-width: 350px;
  }

  .site-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    gap: 4px 16px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  a,
  .nav-toggle {
    transition: color 120ms ease, background-color 120ms ease;
  }
}
