:root {
  --sl-green: #006600;
  --sl-yellow: #ffda46;
  --sl-white: #ffffff;
  --sl-red: #ff0000;
  --sl-grey: #808080;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sl-green);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: var(--sl-green);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page-shell {
  max-width: 900px;
  margin: 15px auto;
  background: var(--sl-green);
  padding-top: 5px;
}

.banner-wrap {
  background: var(--sl-white);
}

.banner-wrap img,
.machine-photo,
.splitter-photo,
.business-logo,
.adas-logo,
.business-icon,
.nav-arrow {
  max-width: 100%;
  height: auto;
  display: block;
}

.top-nav {
  background: var(--sl-green);
  color: var(--sl-white);
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.top-nav .row {
  align-items: stretch;
}

.top-nav .nav-cell,
.top-nav .nav-message,
.top-nav .nav-arrow-wrap,
.top-nav .nav-home {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem 0.6rem;
}

.top-nav .nav-message {
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.top-nav a {
  color: var(--sl-white);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top-nav .nav-home {
  background: var(--sl-yellow);
  color: var(--sl-green);
  font-weight: 700;
  font-size: 13px;
}

.content-wrap {
  background: linear-gradient(to right, var(--sl-green) 0, var(--sl-green) 25%, var(--sl-white) 25%, var(--sl-white) 100%);
}

.sidebar {
  background: var(--sl-green);
  color: var(--sl-yellow);
  padding: 0.4rem 0.75rem 1rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar p {
  margin: 0 0 0.35rem;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 700;
}

.sidebar .tagline {
  margin: 1rem 0 1rem;
  color: var(--sl-white);
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.sidebar .business-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 1.25rem;
}

.sidebar .business-link a,
.sidebar .contact a {
  color: var(--sl-white);
  font-size: 11px;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar .contact,
.sidebar .address,
.sidebar .phone,
.sidebar .email-label {
  color: var(--sl-yellow);
  font-size: 11px;
  font-weight: 400;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.sidebar .email-label {
  margin-bottom: 0.15rem;
}

.main-content {
  padding: 0 1.5rem 1.5rem;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.sub-title {
  font-size: 24px;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  line-height: 1.2;
}

.body-copy {
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 0.8rem;
}

.emphasis-red {
  color: var(--sl-red);
  font-weight: 700;
}

.caption {
  color: var(--sl-green);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 0.35rem;
}

.caption.right,
.caption.center {
  text-align: center;
}

.adas-note {
  font-size: 12px;
  line-height: 1.35;
}

.disclaimer,
.back-link {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.business-header {
  background: var(--sl-green);
  color: var(--sl-white);
  padding: 0 0.5rem;
}

.business-header h2 {
  font-size: 18px;
  margin: 0 0;
  font-weight: 700;
  text-align: center;
}

.business-section {
  border-right: 3px solid var(--sl-green);
  border-bottom: 3px solid var(--sl-green);
  border-left: 3px solid var(--sl-green);
}

.contact-block {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.site-footer {
  background: var(--sl-green);
  color: var(--sl-white);
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 4px 10px;
}

.site-footer a {
  color: var(--sl-white);
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .main-content {
    padding: 1rem;
  }

  .section-title,
  .sub-title {
    font-size: 22px;
  }

  .top-nav .nav-message {
    justify-content: center;
    text-align: center;
  }

  .caption.right {
    text-align: center;
  }

  .content-wrap {
    background: var(--sl-white);
  }
}
