:root {
  --hwc-green: #008203;
  --hwc-green-soft: #70be6d;
  --hwc-green-pale: #eaf5e9;
  --hwc-green-line: #b7deb6;
  --hwc-charcoal: #403f3f;
  --hwc-text: #666666;
  --hwc-muted: #929292;
  --hwc-page: #ffffff;
  --hwc-rule: #d8d8d8;
}

* { box-sizing: border-box; }
html { background: var(--hwc-page); }
body {
  margin: 0;
  color: var(--hwc-text);
  background: var(--hwc-page);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; }
a { color: var(--hwc-green); text-decoration: none; }
a:hover { text-decoration: underline; }

.top-strip {
  height: 28px;
  background: var(--hwc-charcoal);
}
.header-forest {
  min-height: 154px;
  background: #eef7ee url("/assets/images/headerBackground.jpg") center bottom repeat-x;
}
.header-inner {
  position: relative;
  max-width: 960px;
  min-height: 154px;
  margin: 0 auto;
  padding: 18px 12px 0;
}
.brand-mark {
  display: block;
  width: 271px;
}
.brand-mark img { display: block; }
.brand-tagline {
  position: absolute;
  right: 108px;
  bottom: 40px;
  margin: 0;
  color: var(--hwc-muted);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 27px;
  line-height: 1;
}
.contact-tab {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 94px;
  padding: 12px 18px 10px;
  color: #fff;
  background: #9d9d9d;
  font-family: "Rokkitt", Georgia, serif;
  font-size: 18px;
  text-align: center;
}
.contact-tab:hover { color: #fff; background: #858585; text-decoration: none; }

.main-menu {
  height: auto;
  min-height: 45px;
  background: var(--hwc-green) url("/assets/images/menuGradient.png") center top repeat-x;
  box-shadow: none;
  line-height: normal;
}
.menu-inner {
  max-width: 960px;
  margin: 0 auto;
}
.main-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li { position: relative; margin: 0; }
.main-menu a {
  display: block;
  padding: 13px 18px 12px;
  color: #fff;
  font-family: "Rokkitt", Georgia, serif;
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0,0,0,.22);
}
.main-menu a:hover,
.main-menu li:hover > a {
  background: rgba(0,0,0,.16);
  text-decoration: none;
}
.dropdown-panel {
  display: none !important;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--hwc-green-line);
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
}
.has-dropdown:hover .dropdown-panel,
.has-dropdown:focus-within .dropdown-panel { display: block !important; }
.dropdown-panel a {
  color: var(--hwc-charcoal);
  font-size: 17px;
  text-shadow: none;
}

.site-main {
  min-height: 460px;
  background: #fff;
}
.home-gap {
  max-width: 960px;
  height: 330px;
  margin: 0 auto;
}
.home-intro,
.home-content,
.page-title,
.content-layout,
.content-category,
.content-article {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.home-intro {
  padding: 0 12px 20px;
}
.home-intro-copy {
  max-width: 760px;
  color: var(--hwc-muted);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}
.home-intro-copy h1 {
  display: inline;
  margin: 0;
  color: var(--hwc-green);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
}
.home-intro-copy p { display: inline; margin: 0; }
.home-content {
  padding: 0 12px 56px;
}
.squiggle {
  height: 23px;
  margin: 0 0 30px;
  background: url("/assets/images/squiggly-line.jpg") left center repeat-x;
}
.home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.home-card-grid > .site-image,
.home-card-grid > h2 {
  display: none;
}
.list-card {
  min-height: 148px;
  margin: 0 0 22px;
  padding: 18px 18px 16px;
  border-top: 8px solid var(--hwc-green-soft);
  background: #fff;
  box-shadow: 0 0 0 1px #e8e8e8;
}
.home-card-grid .list-card {
  border-top-width: 42px;
}
.list-card img {
  display: block;
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  margin: -18px -18px 14px;
  max-width: calc(100% + 36px);
}
.list-card h3 {
  margin: 0 0 8px;
  color: var(--hwc-charcoal);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}
.list-card p {
  margin: 0;
  color: var(--hwc-text);
  font-size: 14px;
}

.page-title {
  padding: 46px 12px 18px;
}
.page-title h1,
.content-article h1,
.content-category h1 {
  margin: 8px 0 0;
  color: var(--hwc-green);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  color: var(--hwc-muted);
  font-size: 13px;
}
.breadcrumbs li::after {
  content: "/";
  margin-left: 8px;
  color: #b5b5b5;
}
.breadcrumbs li:last-child::after { content: ""; margin: 0; }

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 35px;
  padding: 0 12px 70px;
}
.content-layout.single-column {
  display: block;
  max-width: 760px;
}
.site-prose {
  color: var(--hwc-text);
  font-size: 15px;
  line-height: 1.65;
}
.site-prose h1,
.site-prose h2,
.site-prose h3 {
  color: var(--hwc-green);
  font-family: "Rokkitt", Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
}
.site-prose h2 { margin: 26px 0 12px; font-size: 30px; }
.site-prose h3 { margin: 20px 0 9px; font-size: 24px; color: var(--hwc-charcoal); }
.site-prose p { margin: 0 0 16px; }
.site-prose ul,
.site-prose ol { padding-left: 24px; }
.site-image {
  margin: 18px 0 22px;
}
.site-image img {
  display: block;
  border: 1px solid var(--hwc-rule);
  background: var(--hwc-green-pale);
}
.gallery-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(var(--category-columns, 3), minmax(0, 1fr));
  gap: 18px;
}
.table-wrap { overflow-x: auto; margin: 18px 0; }
.site-sidebar {
  padding-top: 3px;
}
.site-sidebar nav {
  margin-bottom: 24px;
  border-top: 5px solid var(--hwc-green-soft);
  background: var(--hwc-green-pale);
}
.site-sidebar h2 {
  margin: 0;
  padding: 12px 14px 8px;
  color: var(--hwc-charcoal);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}
.site-sidebar ul {
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}
.site-sidebar a {
  display: block;
  padding: 8px 14px;
  color: var(--hwc-charcoal);
  border-top: 1px solid rgba(112,190,109,.28);
  font-size: 14px;
}
.site-sidebar a:hover {
  color: var(--hwc-green);
  background: #fff;
  text-decoration: none;
}

.content-article,
.content-category {
  padding: 42px 12px 70px;
}
.article-dates,
.article-summary,
.category-description {
  color: var(--hwc-muted);
  font-size: 16px;
}
.article-toc {
  margin: 22px 0;
  padding: 14px 18px;
  border-left: 5px solid var(--hwc-green-soft);
  background: var(--hwc-green-pale);
}
.category-card {
  padding: 18px;
  border-top: 6px solid var(--hwc-green-soft);
  background: #fff;
  box-shadow: 0 0 0 1px #e8e8e8;
}
.category-card.horizontal {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
}
.category-card.minimal {
  border-top-color: var(--hwc-charcoal);
}
.category-card h2 {
  margin: 0 0 8px;
  color: var(--hwc-charcoal);
  font-size: 24px;
}

.site-footer {
  color: var(--hwc-charcoal);
}
.footer-forest {
  min-height: 184px;
  background: var(--hwc-green-pale) url("/assets/images/footerBackground.jpg") center bottom repeat-x;
}
.footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 12px 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
.footer-inner h2 {
  margin: 0 0 10px;
  color: var(--hwc-charcoal);
  font-family: "Rokkitt", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}
.footer-inner p,
.footer-inner ul {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-links img {
  width: 32px;
  height: 32px;
}
.footer-bottom {
  min-height: 38px;
  padding: 11px 12px;
  color: #fff;
  background: var(--hwc-charcoal);
  text-align: center;
  font-size: 13px;
}

@media (max-width: 860px) {
  .brand-tagline {
    position: static;
    margin-top: 10px;
    font-size: 23px;
  }
  .contact-tab { right: 12px; }
  .main-menu ul { display: block; }
  .main-menu a { padding: 11px 14px; }
  .dropdown-panel { position: static; box-shadow: none; }
  .home-gap { height: 150px; }
  .home-card-grid,
  .gallery-grid,
  .category-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .content-layout {
    grid-template-columns: 1fr;
  }
  .category-card.horizontal {
    grid-column: auto;
    display: block;
  }
}

/* compact header */
.header-forest { max-height: 90px; overflow: hidden; }
.top-strip { display: none; }
.main-menu { padding-top: .2rem; padding-bottom: .2rem; }
