:root {
  --hm-ink: #162521;
  --hm-paper: #fffdf8;
  --hm-linen: #f1eadf;
  --hm-clay: #bd694f;
  --hm-sage: #8d9b8c;
  --hm-mist: #a5b1b4;
  --hm-sand: #d8cbb9;
  --hm-text: #42504b;
  --hm-border: rgba(22, 37, 33, .16);
  --hm-container: 1240px;
  --hm-serif: Georgia, 'Times New Roman', serif;
  --hm-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hm-paper); color: var(--hm-text); font-family: var(--hm-sans); font-size: 16px; line-height: 1.6; }
body.admin-bar .hm-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.hm-container { width: min(calc(100% - 48px), var(--hm-container)); margin-inline: auto; }
.hm-main { min-height: 40vh; }
.hm-skip-link { position: fixed; left: 16px; top: -80px; z-index: 99999; padding: 10px 16px; background: #fff; color: #000; }
.hm-skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hm-site-header { position: relative; z-index: 1000; background: var(--hm-paper); }
.hm-topbar { background: var(--hm-ink); color: #fff; font-size: 11px; letter-spacing: .05em; }
.hm-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hm-header-main { border-bottom: 1px solid var(--hm-border); }
.hm-header-inner { min-height: 84px; display: flex; align-items: center; gap: 40px; }
.hm-brand { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--hm-ink); line-height: 1; letter-spacing: .22em; }
.hm-brand strong { font-family: var(--hm-serif); font-size: 23px; font-weight: 500; }
.hm-brand small { margin-top: 7px; font-size: 7px; letter-spacing: .26em; }
.hm-primary-navigation { margin-left: auto; display: flex; align-items: center; gap: 32px; }
.hm-nav-list { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.hm-nav-list > li { position: relative; display: flex; align-items: center; }
.hm-nav-list a { display: block; color: var(--hm-ink); text-decoration: none; font-size: 13px; white-space: nowrap; }
.hm-nav-list a:hover, .hm-nav-list a:focus { color: var(--hm-clay); }
.hm-submenu-toggle { border: 0; background: transparent; color: var(--hm-ink); padding: 6px; cursor: pointer; }
.sub-menu { position: absolute; left: 0; top: calc(100% + 18px); width: 220px; display: none; margin: 0; padding: 14px 0; list-style: none; background: var(--hm-paper); border: 1px solid var(--hm-border); box-shadow: 0 16px 35px rgba(22,37,33,.10); }
.sub-menu a { padding: 9px 20px; }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu, .menu-item-has-children.is-open > .sub-menu { display: block; }
.hm-header-cta, .hm-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px; border: 1px solid var(--hm-ink); background: var(--hm-ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; }
.hm-header-cta:hover, .hm-button:hover { background: var(--hm-clay); border-color: var(--hm-clay); }
.hm-menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--hm-border); background: transparent; }
.hm-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: var(--hm-ink); }

.hm-footer-cta { padding: 64px 0; background: var(--hm-clay); color: #fff; }
.hm-footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hm-footer-cta h2 { max-width: 700px; margin: 6px 0 0; color: #fff; font-family: var(--hm-serif); font-size: clamp(36px, 5vw, 60px); font-weight: 400; line-height: 1.04; }
.hm-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hm-button-light { background: #fff; border-color: #fff; color: var(--hm-ink); }
.hm-footer-main { padding: 72px 0 24px; background: #0e211c; color: rgba(255,255,255,.72); }
.hm-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 64px; }
.hm-footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hm-footer-grid p { max-width: 300px; font-size: 13px; }
.hm-footer-grid > div > a:not(.hm-brand):not(.hm-button) { display: block; margin: 8px 0; color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.hm-brand-light { color: #fff; }
.hm-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.hm-footer-bottom a { margin-left: 20px; text-decoration: none; }
.hm-content-list, .hm-article, .hm-error-page { padding-block: 96px; }
.hm-entry-card { padding: 32px 0; border-bottom: 1px solid var(--hm-border); }
.hm-entry-card h2, .hm-article h1, .hm-error-page h1 { font-family: var(--hm-serif); color: var(--hm-ink); font-weight: 400; }
.hm-cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hm-cf7-grid > p { display: contents; margin: 0; }
.hm-cf7-grid > p > br { display: none; }
.hm-cf7-grid label { display: grid; gap: 7px; color: inherit; font-size: 12px; }
.hm-cf7-wide { grid-column: 1 / -1; }
.hm-cf7-grid input:not([type="submit"]), .hm-cf7-grid select, .hm-cf7-grid textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.30); border-radius: 0; background: rgba(255,255,255,.10); color: inherit; font: inherit; }
.hm-cf7-grid textarea { height: 112px; min-height: 112px; resize: vertical; }
.hm-cf7-grid input[type="submit"] { min-height: 44px; padding: 10px 22px; border: 1px solid var(--hm-ink); background: var(--hm-ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 1100px) {
  .hm-header-inner { min-height: 72px; }
  .hm-menu-toggle { display: block; }
  .hm-primary-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 24px; background: var(--hm-paper); border-bottom: 1px solid var(--hm-border); }
  .hm-primary-navigation.is-open { display: block; }
  .hm-nav-list { display: block; }
  .hm-nav-list > li { display: flex; flex-wrap: wrap; border-bottom: 1px solid var(--hm-border); }
  .hm-nav-list > li > a { flex: 1; padding: 13px 0; font-size: 15px; }
  .hm-submenu-toggle { width: 44px; }
  .sub-menu { position: static; width: 100%; display: none; border: 0; border-top: 1px solid var(--hm-border); box-shadow: none; }
  .hm-header-cta { margin-top: 20px; }
  .hm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) { body.admin-bar .hm-site-header { top: 46px; } }
@media (max-width: 700px) {
  .hm-container { width: min(calc(100% - 32px), var(--hm-container)); }
  .hm-topbar { display: none; }
  .hm-footer-cta-inner, .hm-footer-bottom { align-items: flex-start; flex-direction: column; }
  .hm-footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .hm-footer-main { padding-top: 56px; }
  .hm-cf7-grid { grid-template-columns: 1fr; }
  .hm-cf7-wide { grid-column: auto; }
}
