/* Consolidated: was headland-final-v31.css + headland-v36-lock.css */
/* V32 shared release layer: floating header and refined footer. */
body #nav,
body nav#nav,
body .hl-final-nav,
body .hiw-final-nav,
body#headland-hiw-final #nav {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1000 !important;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  color: #e9dfcf !important;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease !important;
}

/* V35 final shared footer and CTA boundary lock. Loaded last on every page. */
body #photo-cta {
  position: relative !important;
  display: grid !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  background: #29312d !important;
}
body #photo-cta > .photo-cta-img,
body #photo-cta > img.photo-cta-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
}
body #photo-cta > .photo-cta-overlay {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  min-height: inherit !important;
}
body #photo-cta::before,
body #photo-cta::after,
body footer.footer-new.footer-simple::before,
body footer.footer-new.footer-simple::after {
  content: none !important;
  display: none !important;
}
body #photo-cta + footer.footer-new.footer-simple,
body footer.footer-new.footer-simple {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #29312d !important;
  color: #e9dfcf !important;
  font-family: "Barlow", Arial, sans-serif !important;
}
body footer.footer-new.footer-simple .footer-simple-inner {
  width: min(100% - 48px, 1140px) !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 64px 0 34px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 34px !important;
  align-items: start !important;
}
body footer.footer-new.footer-simple .footer-brand-stack,
body footer.footer-new.footer-simple .footer-simple-address,
body footer.footer-new.footer-simple .footer-simple-links,
body footer.footer-new.footer-simple .footer-simple-bottom {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body footer.footer-new.footer-simple .footer-simple-bottom {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(233,223,207,.14) !important;
}
body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(2) {
  justify-self: center !important;
}
body footer.footer-new.footer-simple .footer-simple-bottom > span:last-child {
  justify-self: end !important;
}

/* V35 assessment hierarchy: editorial headline, functional measure labels. */
body#headland-hiw-final .hiw-assessment-native__title {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: clamp(2rem, 2.65vw, 3rem) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
}

@media (max-width: 767px) {
  body footer.footer-new.footer-simple .footer-simple-inner {
    width: calc(100% - 40px) !important;
    padding: 42px 0 24px !important;
    grid-template-columns: 1fr auto !important;
    gap: 26px 16px !important;
  }
  body footer.footer-new.footer-simple .footer-brand-stack {
    grid-column: 1 / -1 !important;
  }
  body footer.footer-new.footer-simple .footer-simple-address {
    grid-column: 1 !important;
  }
  body footer.footer-new.footer-simple .footer-simple-links {
    grid-column: 2 !important;
    justify-self: end !important;
  }
  body footer.footer-new.footer-simple .footer-simple-bottom {
    grid-column: 1 / -1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
    padding-top: 14px !important;
  }
  body#headland-hiw-final .hiw-assessment-native__title {
    font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
    line-height: 1 !important;
  }
}

/* V35 homepage refinement: deliberate ticker and editorial rule hierarchy. */
body.headland-home .services-bar {
  background: #e9dfcf !important;
  border-top-color: rgba(36, 47, 40, .12) !important;
  border-bottom-color: rgba(36, 47, 40, .12) !important;
}
body.headland-home .services-bar .services-bar-item {
  color: rgba(241, 234, 223, .85) !important;
}
body.headland-home .services-bar .services-bar-divider {
  color: rgba(36, 47, 40, .38) !important;
}
body.headland-home #services {
  background: #343835 !important;
  color: #e9dfcf !important;
}
body.headland-home #services .svc-main-heading,
body.headland-home #services .svc-main-heading em {
  color: #e9dfcf !important;
}
body.headland-home #services .svc-arrow-btn {
  background: transparent !important;
  border-color: rgba(233, 223, 207, .52) !important;
  color: #e9dfcf !important;
}
body.headland-home #services .svc-arrow-btn:hover,
body.headland-home #services .svc-arrow-btn:focus-visible {
  background: #e9dfcf !important;
  border-color: #e9dfcf !important;
  color: #292d2a !important;
}
body.headland-home .included-three-grid {
  border-top: 2px solid rgba(233, 223, 207, .72) !important;
  border-bottom: 2px solid rgba(233, 223, 207, .72) !important;
}
body.headland-home .included-three-card {
  border-right: 1px solid rgba(233, 223, 207, .34) !important;
}
body.headland-home .included-three-card:last-child {
  border-right: 0 !important;
}

@media (max-width: 767px) {
  body.headland-home .included-three-grid {
    border-top: 2px solid rgba(233, 223, 207, .68) !important;
    border-bottom: 2px solid rgba(233, 223, 207, .68) !important;
  }
  body.headland-home .included-three-card,
  body.headland-home .included-three-card:last-child {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(233, 223, 207, .34) !important;
  }
  body.headland-home .included-three-card:last-child {
    border-bottom: 0 !important;
  }
}
body #nav.solid,
body nav#nav.solid,
body .hl-final-nav.solid,
body .hiw-final-nav.solid,
body#headland-hiw-final #nav.solid {
  background: rgba(31, 39, 35, .88) !important;
  border-bottom-color: rgba(233, 223, 207, .12) !important;
  box-shadow: 0 8px 30px rgba(9, 13, 11, .12) !important;
  -webkit-backdrop-filter: blur(12px) saturate(112%) !important;
  backdrop-filter: blur(12px) saturate(112%) !important;
}

/* Identical closing CTA/footer treatment on every page. */
body #photo-cta,
body footer.footer-new.footer-simple {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body #photo-cta { display: block !important; vertical-align: top !important; }
body #photo-cta::before,
body #photo-cta::after,
body footer.footer-new.footer-simple::before,
body footer.footer-new.footer-simple::after {
  content: none !important;
  display: none !important;
}
body #photo-cta + footer.footer-new.footer-simple {
  margin-top: -16px !important;
  position: relative !important;
  z-index: 4 !important;
  border-top: 0 !important;
}
body footer.footer-new.footer-simple {
  background: #29312d !important;
  color: #e9dfcf !important;
  padding: 0 !important;
}

/* V33 release refinements */
body .services-bar {
  background: #e9dfcf !important;
  border-top: 1px solid rgba(36, 47, 40, .12) !important;
  border-bottom: 1px solid rgba(36, 47, 40, .12) !important;
}
body .services-bar .services-bar-item { color: rgba(241, 234, 223, .85) !important; }
body .services-bar .services-bar-divider { color: rgba(171, 142, 109, .8) !important; }

body #photo-cta .photo-cta-overlay {
  background: linear-gradient(90deg, rgba(12, 16, 14, .70), rgba(12, 16, 14, .48)) !important;
}
body #photo-cta .photo-cta-heading {
  color: #f1eadf !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .24) !important;
}
body #photo-cta .photo-cta-btn,
body#headland-hiw-final #photo-cta .photo-cta-btn {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 14px 30px !important;
  border: 1px solid #e9dfcf !important;
  border-radius: 999px !important;
  background: #e9dfcf !important;
  color: #263029 !important;
  box-shadow: none !important;
  line-height: 1.15 !important;
}
body #photo-cta .photo-cta-btn:hover,
body #photo-cta .photo-cta-btn:focus-visible,
body#headland-hiw-final #photo-cta .photo-cta-btn:hover,
body#headland-hiw-final #photo-cta .photo-cta-btn:focus-visible {
  background: #f5eee3 !important;
  border-color: #f5eee3 !important;
  color: #1f2923 !important;
  transform: translateY(-2px) !important;
}

body .nav-contact-btn {
  background: #e9dfcf !important;
  border-color: #e9dfcf !important;
  color: #263029 !important;
}
body .nav-contact-btn:hover,
body .nav-contact-btn:focus-visible {
  background: #f5eee3 !important;
  border-color: #f5eee3 !important;
  color: #1f2923 !important;
}

body .wh-hero {
  min-height: 680px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  background: #e9dfcf !important;
  overflow: hidden !important;
}

/* V35 Why Headland hero: rebalance the split and restore editorial hierarchy. */
body .wh-hero {
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr) !important;
}
body .wh-hero .wh-hero-content {
  padding: 132px clamp(40px, 5vw, 86px) 88px !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body .wh-hero .wh-hero-message {
  width: 100% !important;
  max-width: 560px !important;
}
body .wh-hero .wh-hero-eyebrow {
  display: block !important;
  margin: 0 0 22px !important;
  color: #344637 !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: .78rem !important;
  font-weight: 600 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}
body .wh-hero .headland-page-title {
  max-width: 9.5ch !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3.65rem, 4.85vw, 5.9rem) !important;
  font-weight: 400 !important;
  letter-spacing: -.035em !important;
  line-height: .91 !important;
  text-transform: none !important;
}

@media (max-width: 820px) {
  body .wh-hero .wh-hero-content {
    padding: 106px 20px 52px !important;
  }
  body .wh-hero .wh-hero-message {
    max-width: none !important;
  }
  body .wh-hero .wh-hero-eyebrow {
    margin-bottom: 16px !important;
  }
  body .wh-hero .headland-page-title {
    max-width: 10.5ch !important;
    font-size: clamp(3rem, 12.2vw, 4.1rem) !important;
  }
}
body .wh-hero > img {
  position: relative !important;
  inset: auto !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
body .wh-hero .wh-hero-overlay { display: none !important; }
body .wh-hero .wh-hero-content {
  position: relative !important;
  inset: auto !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 150px clamp(42px, 6vw, 108px) 90px !important;
  display: flex !important;
  align-items: center !important;
  color: #263029 !important;
}
body .wh-hero .headland-page-title {
  max-width: 10ch !important;
  margin: 0 !important;
  color: #263029 !important;
  font-size: clamp(3.8rem, 5.7vw, 6.7rem) !important;
  line-height: .95 !important;
  text-shadow: none !important;
}

@media (max-width: 820px) {
  body #photo-cta + footer.footer-new.footer-simple { margin-top: -10px !important; }
  body #photo-cta .photo-cta-btn,
  body#headland-hiw-final #photo-cta .photo-cta-btn {
    width: auto !important;
    max-width: calc(100vw - 40px) !important;
    padding: 13px 22px !important;
  }
  body .wh-hero {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  body .wh-hero > img {
    order: 2 !important;
    height: 52svh !important;
    min-height: 360px !important;
  }
  body .wh-hero .wh-hero-content {
    order: 1 !important;
    padding: 112px 20px 56px !important;
  }
  body .wh-hero .headland-page-title {
    max-width: 11ch !important;
    font-size: clamp(3rem, 13vw, 4.25rem) !important;
  }
}

@media (min-width: 821px) {
  body footer.footer-new.footer-simple .footer-simple-inner {
    width: min(100% - 80px, 1440px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 54px 0 24px !important;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 42px 64px !important;
    align-items: center !important;
  }
  body footer.footer-new.footer-simple .footer-wordmark {
    font-size: 1.7rem !important;
    line-height: 1 !important;
  }
  body footer.footer-new.footer-simple .footer-sub-wordmark {
    margin-top: 10px !important;
    font-size: .68rem !important;
  }
  body footer.footer-new.footer-simple .footer-simple-address {
    justify-self: start !important;
    align-self: center !important;
  }
  body footer.footer-new.footer-simple .footer-simple-links {
    justify-self: end !important;
    align-self: center !important;
  }
  body footer.footer-new.footer-simple .footer-simple-bottom {
    grid-column: 1 / -1 !important;
    padding-top: 18px !important;
  }
}
body footer.footer-new.footer-simple .footer-brand-stack,
body footer.footer-new.footer-simple .footer-simple-address,
body footer.footer-new.footer-simple .footer-simple-links,
body footer.footer-new.footer-simple .footer-simple-bottom {
  margin: 0 !important;
}
body footer.footer-new.footer-simple .footer-wordmark,
body footer.footer-new.footer-simple .footer-sub-wordmark {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-style: normal !important;
}
body footer.footer-new.footer-simple .footer-simple-address,
body footer.footer-new.footer-simple .footer-address-primary,
body footer.footer-new.footer-simple .footer-address-secondary,
body footer.footer-new.footer-simple .footer-simple-bottom {
  font-family: "Barlow", Arial, sans-serif !important;
  font-style: normal !important;
}

@media (max-width: 820px) {
  body footer.footer-new.footer-simple .footer-simple-inner {
    width: 100% !important;
    min-height: 0 !important;
    padding: 34px 20px 20px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto auto !important;
    gap: 25px 16px !important;
    align-items: start !important;
  }
  body footer.footer-new.footer-simple .footer-brand-stack {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: max-content !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  body footer.footer-new.footer-simple .footer-wordmark {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .1em !important;
  }
  body footer.footer-new.footer-simple .footer-sub-wordmark {
    margin-top: 8px !important;
    font-size: .58rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: .24em !important;
  }
  body footer.footer-new.footer-simple .footer-simple-address {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-self: start !important;
    color: #e9dfcf !important;
    text-align: left !important;
    text-decoration: none !important;
  }
  body footer.footer-new.footer-simple .footer-address-primary {
    font-size: .86rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
  }
  body footer.footer-new.footer-simple .footer-address-secondary {
    font-size: .76rem !important;
    font-weight: 300 !important;
    line-height: 1.45 !important;
    opacity: .82 !important;
  }
  body footer.footer-new.footer-simple .footer-simple-links {
    grid-column: 2 !important;
    grid-row: 2 !important;
    display: flex !important;
    justify-self: end !important;
    gap: 9px !important;
  }
  body footer.footer-new.footer-simple .footer-simple-links a {
    width: 36px !important;
    height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(233,223,207,.42) !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #e9dfcf !important;
  }
  body footer.footer-new.footer-simple .footer-simple-links svg {
    width: 16px !important;
    height: 16px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.5 !important;
  }
  body footer.footer-new.footer-simple .footer-simple-bottom {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(233,223,207,.14) !important;
    color: #e9dfcf !important;
    font-size: .7rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    opacity: .82 !important;
  }
}

/* Headland V36 final cross-page lock. This file must load last. */

/* Identical address typography across the three shared footers. */
body footer.footer-new.footer-simple .footer-simple-address,
body footer.footer-new.footer-simple .footer-address-primary,
body footer.footer-new.footer-simple .footer-address-secondary {
  font-family: "Barlow", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
}
body footer.footer-new.footer-simple .footer-simple-address {
  font-size: .92rem !important;
  line-height: 1.45 !important;
}
body footer.footer-new.footer-simple .footer-address-primary,
body footer.footer-new.footer-simple .footer-address-secondary {
  display: block !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Soft floating header at the top, with the stronger scroll state preserved. */
body #nav:not(.solid),
body nav#nav:not(.solid),
body .hl-final-nav:not(.solid),
body .hiw-final-nav:not(.solid),
body#headland-hiw-final #nav:not(.solid) {
  background: rgba(31, 39, 35, .38) !important;
  border-bottom-color: rgba(233, 223, 207, .10) !important;
  -webkit-backdrop-filter: blur(7px) saturate(108%) !important;
  backdrop-filter: blur(7px) saturate(108%) !important;
}

/* V39: preserve image visibility through the resting navigation state. */
body #nav:not(.solid),
body nav#nav:not(.solid),
body .hl-final-nav:not(.solid),
body .hiw-final-nav:not(.solid),
body#headland-hiw-final #nav:not(.solid) {
  background: rgba(31,39,35,.64) !important;
  border-bottom-color: rgba(233,223,207,.2) !important;
  -webkit-backdrop-filter: blur(14px) saturate(112%) !important;
  backdrop-filter: blur(14px) saturate(112%) !important;
}

/* V39: force the closing action into the true centre of the photograph. */
body:not(.headland-home) #photo-cta .photo-cta-overlay {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
body:not(.headland-home) #photo-cta .photo-cta-btn {
  align-self: center !important;
  margin: 0 auto !important;
}

/* One footer and one CTA-to-footer boundary across every page. */
body #photo-cta {
  position: relative !important;
  display: grid !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  background: #29312d !important;
}
body #photo-cta > img.photo-cta-img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
}
body #photo-cta > .photo-cta-overlay {
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  min-height: inherit !important;
}
body #photo-cta::before,
body #photo-cta::after,
body footer.footer-new.footer-simple::before,
body footer.footer-new.footer-simple::after {
  content: none !important;
  display: none !important;
}
body #photo-cta + footer.footer-new.footer-simple,
body footer.footer-new.footer-simple {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #29312d !important;
  color: #e9dfcf !important;
  font-family: "Barlow", Arial, sans-serif !important;
}
body footer.footer-new.footer-simple .footer-simple-inner {
  width: min(calc(100% - 80px), 1140px) !important;
  max-width: 1140px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 58px 0 30px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 34px !important;
  align-items: start !important;
}
body footer.footer-new.footer-simple .footer-brand-stack,
body footer.footer-new.footer-simple .footer-simple-address,
body footer.footer-new.footer-simple .footer-simple-links,
body footer.footer-new.footer-simple .footer-simple-bottom {
  margin: 0 !important;
}
body footer.footer-new.footer-simple .footer-simple-bottom {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 20px 0 0 !important;
  border-top: 1px solid rgba(233,223,207,.14) !important;
}

/* Homepage: beige ticker, charcoal service gallery and deliberate rules. */
body.headland-home .services-bar {
  background: #e9dfcf !important;
  border-color: rgba(36, 47, 40, .12) !important;
}
body.headland-home .services-bar .services-bar-item { color: rgba(241, 234, 223, .85) !important; }
body.headland-home .services-bar .services-bar-divider { color: rgba(171, 142, 109, .8) !important; }
body.headland-home #services { background: #292d2a !important; color: #e9dfcf !important; }
body.headland-home #services .svc-main-heading,
body.headland-home #services .svc-main-heading em { color: #e9dfcf !important; }
body.headland-home #services .svc-arrow-btn {
  background: transparent !important;
  border-color: rgba(233,223,207,.52) !important;
  color: #e9dfcf !important;
}
body.headland-home .included-three-grid {
  border-top: none !important;
  border-bottom: none !important;
}
body.headland-home .included-three-card { border-right: none !important; }
body.headland-home .included-three-card:last-child { border-right: 0 !important; }

/* Why Headland: balanced editorial split and non-AI-forward crop. */
body .wh-hero { grid-template-columns: minmax(0,42fr) minmax(0,58fr) !important; }
body .wh-hero > img { object-position: 52% center !important; }
body .wh-hero .wh-hero-content {
  padding: 132px clamp(40px,5vw,86px) 88px !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body .wh-hero .wh-hero-message { width: 100% !important; max-width: 560px !important; }
body .wh-hero .wh-hero-eyebrow {
  display: block !important;
  margin: 0 0 22px !important;
  color: #344637 !important;
  font: 600 .78rem/1 "Barlow Condensed",Arial,sans-serif !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}
body .wh-hero .headland-page-title {
  max-width: 9.5ch !important;
  margin: 0 !important;
  font-family: "Cormorant Garamond",Georgia,serif !important;
  font-size: clamp(3.65rem,4.85vw,5.9rem) !important;
  font-weight: 400 !important;
  letter-spacing: -.035em !important;
  line-height: .91 !important;
  text-transform: none !important;
}

/* How It Works: functional measure labels rather than more display serif. */
body#headland-hiw-final .hiw-assessment-native__title {
  font-family: "Barlow Condensed",Arial,sans-serif !important;
  font-size: clamp(2rem,2.65vw,3rem) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: .015em !important;
}

/* V37 coordinated content and responsive refinement. */
body #nav:not(.solid),
body nav#nav:not(.solid),
body .hl-final-nav:not(.solid),
body .hiw-final-nav:not(.solid),
body#headland-hiw-final #nav:not(.solid) {
  background: rgba(31, 39, 35, .82) !important;
  border-bottom-color: rgba(233, 223, 207, .18) !important;
  -webkit-backdrop-filter: blur(11px) saturate(112%) !important;
  backdrop-filter: blur(11px) saturate(112%) !important;
}

body.headland-home .included-interactive-intro,
body.headland-home .included-three-card,
body.headland-home .included-three-heading,
body.headland-home .included-three-copy {
  text-align: left !important;
}

body .wh-hero .headland-page-title { max-width: 12ch !important; }
body .wh-hero .headland-page-title > span { display: block !important; }
body .hl-standard-final__card--static { cursor: default !important; }
body .hl-standard-final__card--static .hl-standard-final__summary-row { height: 100% !important; }

body .headland-ray-final__copy h2 {
  max-width: 12ch !important;
  font-size: clamp(3.4rem, 5.2vw, 5.6rem) !important;
  line-height: .9 !important;
  margin-bottom: 16px !important;
}
body .headland-ray-final__role { margin: 0 0 18px !important; }
body .headland-ray-final__body {
  max-width: 54ch !important;
}
body .headland-ray-final__body p {
  margin: 0 !important;
  max-width: 54ch !important;
  color: rgba(241,234,223,.86) !important;
}
body .headland-ray-final__body p + p {
  margin-top: 1.15rem !important;
}

body:not(.headland-home) #photo-cta {
  min-height: 340px !important;
  background: #304b38 !important;
  background-color: #304b38 !important;
  border-bottom: 0 !important;
}
body:not(.headland-home) #photo-cta .photo-cta-overlay {
  min-height: 340px !important;
  background: #304b38 !important;
  background-color: #304b38 !important;
}
body:not(.headland-home) footer.footer-new.footer-simple {
  background: #242925 !important;
  background-color: #242925 !important;
  border-top: 0 !important;
}
body:not(.headland-home) #photo-cta .photo-cta-overlay {
  min-height: 340px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 52px 24px !important;
}
body:not(.headland-home) #photo-cta .photo-cta-btn { margin: 0 !important; }
body #photo-cta + footer.footer-new.footer-simple { border-top: 0 !important; }

body#headland-hiw-final .hiw-roadmap-heading h2 { max-width: 14ch !important; }
body#headland-hiw-final .hiw-roadmap-native__item {
  border-top: 3px solid #a98661 !important;
}
body#headland-hiw-final .hiw-roadmap-native__summary { cursor: pointer !important; }
body#headland-hiw-final .hiw-roadmap-native__item {
  border-color: rgba(241, 234, 223, .16) !important;
  border-top-color: rgba(241, 234, 223, .16) !important;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease !important;
}
body#headland-hiw-final .hiw-roadmap-native__summary::after {
  content: "VIEW +" !important;
  position: absolute !important;
  right: 26px !important;
  bottom: 22px !important;
  color: rgba(241, 234, 223, .62) !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: .72rem !important;
  font-weight: 500 !important;
  letter-spacing: .16em !important;
  line-height: 1 !important;
}
body#headland-hiw-final .hiw-roadmap-native__item[open] .hiw-roadmap-native__summary::after {
  content: "CLOSE −" !important;
}
@media (hover: hover) and (pointer: fine) {
  body#headland-hiw-final .hiw-roadmap-native__item:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(241, 234, 223, .34) !important;
  }
}
body#headland-hiw-final .hiw-options {
  background: #292d2a !important;
  color: #f1eadf !important;
}
body#headland-hiw-final .hiw-options-heading h2,
body#headland-hiw-final .hiw-service-content h3,
body#headland-hiw-final .hiw-service-content p { color: #f1eadf !important; }

@media (max-width: 820px) {
  body .wh-hero .headland-page-title {
    max-width: 11.5ch !important;
    font-size: clamp(2.75rem, 11.5vw, 4rem) !important;
  }
  body .headland-ray-final__copy h2 {
    max-width: 10ch !important;
    font-size: clamp(2.9rem, 12vw, 4rem) !important;
    margin-bottom: 12px !important;
  }
  body .headland-ray-final__role { margin-bottom: 16px !important; }
  body#headland-hiw-final .hiw-roadmap-native__summary::after {
    right: 20px !important;
    bottom: 18px !important;
  }
  body:not(.headland-home) #photo-cta,
  body:not(.headland-home) #photo-cta .photo-cta-overlay { min-height: 270px !important; }
  body#headland-hiw-final .hiw-roadmap-heading h2 { max-width: 12ch !important; }
  body#headland-hiw-final .hiw-assessment-native__summary {
    align-items: flex-start !important;
    gap: 12px !important;
  }
  body#headland-hiw-final .hiw-assessment-native__title {
    max-width: 62% !important;
    overflow-wrap: anywhere !important;
  }
  body#headland-hiw-final .hiw-assessment-native__right {
    flex: 0 0 34% !important;
    justify-content: flex-end !important;
    text-align: right !important;
  }
  body#headland-hiw-final .hiw-service-content p { font-size: .96rem !important; line-height: 1.5 !important; }
}

/* V52: refined three-step card typography.
   Keep the section title editorial; make the numbered steps compact and graphic. */
@media (min-width: 821px) {
  body.headland-home .included-three-card {
    padding: clamp(38px, 3.2vw, 58px) clamp(30px, 3vw, 52px) !important;
  }

  body.headland-home .included-three-heading {
    max-width: 13ch !important;
    margin: 0 !important;
    font-family: "Barlow Condensed", Arial, sans-serif !important;
    font-size: clamp(2.15rem, 2.75vw, 3.2rem) !important;
    font-weight: 600 !important;
    line-height: .91 !important;
    letter-spacing: .005em !important;
    text-transform: uppercase !important;
  }
}

@media (max-width: 820px) {
  body.headland-home .included-three-heading {
    font-family: "Barlow Condensed", Arial, sans-serif !important;
    font-weight: 600 !important;
    line-height: .94 !important;
    letter-spacing: .005em !important;
  }
}

@media (max-width: 520px) {
  body.headland-home .final-hero-statement { max-width: 100% !important; }
  body.headland-home .included-three-card { padding-inline: 20px !important; }
  body#headland-hiw-final .hiw-assessment-native__title { max-width: 60% !important; font-size: 1.55rem !important; }
  body#headland-hiw-final .hiw-assessment-native__meta { white-space: normal !important; line-height: 1.15 !important; }
}

@media (max-width: 820px) {
  body footer.footer-new.footer-simple .footer-simple-inner {
    width: calc(100% - 40px) !important;
    padding: 40px 0 22px !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto auto auto !important;
    gap: 24px 16px !important;
  }
  body footer.footer-new.footer-simple .footer-brand-stack { grid-column: 1/-1 !important; grid-row: 1 !important; }
  body footer.footer-new.footer-simple .footer-simple-address { grid-column: 1 !important; grid-row: 2 !important; }
  body footer.footer-new.footer-simple .footer-simple-links { grid-column: 2 !important; grid-row: 2 !important; justify-self: end !important; }
  body footer.footer-new.footer-simple .footer-simple-bottom {
    grid-column: 1/-1 !important;
    grid-row: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
    padding-top: 14px !important;
  }
  body.headland-home .included-three-grid {
    border-top: 2px solid rgba(233,223,207,.68) !important;
    border-bottom: 2px solid rgba(233,223,207,.68) !important;
  }
  body.headland-home .included-three-card,
  body.headland-home .included-three-card:last-child {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(233,223,207,.34) !important;
  }
  body.headland-home .included-three-card:last-child { border-bottom: 0 !important; }
  body .wh-hero .wh-hero-content { padding: 106px 20px 52px !important; }
  body .wh-hero .wh-hero-message { max-width: none !important; }
  body .wh-hero .wh-hero-eyebrow { margin-bottom: 16px !important; }
body .wh-hero .headland-page-title { max-width: 10.5ch !important; font-size: clamp(3rem,12.2vw,4.1rem) !important; }
  body#headland-hiw-final .hiw-assessment-native__title { font-size: clamp(1.65rem,7vw,2.15rem) !important; }
}

/* V42 final message, navigation and Ray-section refinements. */
body #nav:not(.solid),
body nav#nav:not(.solid),
body .hl-final-nav:not(.solid),
body .hiw-final-nav:not(.solid),
body#headland-hiw-final #nav:not(.solid) {
  background: linear-gradient(180deg, rgba(226,216,198,.30), rgba(61,68,61,.40)) !important;
  border-bottom-color: rgba(241,234,223,.30) !important;
  -webkit-backdrop-filter: blur(16px) saturate(112%) !important;
  backdrop-filter: blur(16px) saturate(112%) !important;
}
/* Mobile: keep the nav consistently solid at all times (no fade-in-on-scroll),
   since the translucent pre-scroll state doesn't read well on small screens. */
@media (max-width: 820px) {
  body #nav,
  body nav#nav,
  body .hl-final-nav,
  body .hiw-final-nav,
  body#headland-hiw-final #nav,
  body #nav:not(.solid),
  body nav#nav:not(.solid),
  body .hl-final-nav:not(.solid),
  body .hiw-final-nav:not(.solid),
  body#headland-hiw-final #nav:not(.solid),
  body #nav.solid,
  body nav#nav.solid,
  body .hl-final-nav.solid,
  body .hiw-final-nav.solid,
  body#headland-hiw-final #nav.solid {
    background: rgba(31, 39, 35, .92) !important;
    border-bottom-color: rgba(233, 223, 207, .12) !important;
    -webkit-backdrop-filter: blur(12px) saturate(112%) !important;
    backdrop-filter: blur(12px) saturate(112%) !important;
  }
}

body.headland-home #hero-text .final-hero-statement {
  max-width: 15ch !important;
  font-size: clamp(3.6rem, 6.2vw, 7rem) !important;
  line-height: .88 !important;
}

body .headland-ray-final__copy h2 {
  max-width: none !important;
  margin: 0 0 12px !important;
  font-size: clamp(3.25rem, 4.65vw, 5.15rem) !important;
  line-height: .92 !important;
  white-space: nowrap !important;
}
body .headland-ray-final__role {
  margin: 0 0 34px !important;
}
body .headland-ray-final__body {
  max-width: 58ch !important;
}
body .headland-ray-final__body p {
  max-width: 58ch !important;
  line-height: 1.5 !important;
}
body .headland-ray-final__body p + p {
  margin-top: 1.35rem !important;
}

@media (max-width: 820px) {
  body.headland-home #hero-text .final-hero-statement {
    max-width: 12.5ch !important;
    font-size: clamp(2.75rem, 11vw, 4rem) !important;
  }
  body .headland-ray-final__copy h2 {
    max-width: 12ch !important;
    margin-bottom: 10px !important;
    font-size: clamp(2.8rem, 11.5vw, 4rem) !important;
    white-space: normal !important;
  }
  body .headland-ray-final__role {
    margin-bottom: 24px !important;
  }
}

/* Desktop: keep the nav consistently solid at all times, matching mobile.
   The translucent pre-scroll state washed out against bright photos and
   looked inconsistent with the polished scrolled state. */
@media (min-width: 821px) {
  body #nav,
  body nav#nav,
  body .hl-final-nav,
  body .hiw-final-nav,
  body#headland-hiw-final #nav,
  body #nav:not(.solid),
  body nav#nav:not(.solid),
  body .hl-final-nav:not(.solid),
  body .hiw-final-nav:not(.solid),
  body#headland-hiw-final #nav:not(.solid),
  body #nav.solid,
  body nav#nav.solid,
  body .hl-final-nav.solid,
  body .hiw-final-nav.solid,
  body#headland-hiw-final #nav.solid {
    background: rgba(31, 39, 35, .92) !important;
    border-bottom-color: rgba(233, 223, 207, .12) !important;
    -webkit-backdrop-filter: blur(12px) saturate(112%) !important;
    backdrop-filter: blur(12px) saturate(112%) !important;
  }
}


/* ═══════════════════════════════════════════════════════════════
   TARGETED FIXES ONLY — no wordmark changes
   ═══════════════════════════════════════════════════════════════ */

/* Drawer overlay — must be hidden by default on all pages */
.drawer-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,.55) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 80 !important;
  transition: opacity .3s, visibility .3s !important;
}
.drawer-overlay.open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.drawer {
  position: fixed !important;
  top: 0 !important; right: 0 !important;
  width: min(88vw, 390px) !important;
  height: 100dvh !important;
  z-index: 90 !important;
  transform: translateX(105%) !important;
  transition: transform .35s !important;
}
.drawer.open {
  transform: none !important;
}

/* Kill ALL nav link underlines sitewide */
body #nav .nav-links a,
body #nav .nav-links a:hover,
body #nav .nav-links a.active,
body #nav .nav-links a:focus,
body #nav .nav-links a:focus-visible {
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
  outline: none !important;
}
body #nav .nav-links a::before,
body #nav .nav-links a::after,
body #nav .nav-links a:hover::after,
body #nav .nav-links a.active::after {
  display: none !important;
  content: none !important;
  border: none !important;
  height: 0 !important;
}

/* Footer bottom bar consistent size */
body footer .footer-simple-bottom,
body footer .footer-bottom {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}
body footer .footer-simple-bottom a,
body footer .footer-bottom a {
  font-size: 0.68rem !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* How It Works intro lines */
.hiw-options-intro {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem) !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  margin: 0 0 clamp(28px, 4vw, 44px) !important;
  max-width: 640px !important;
}
.hiw-assessment-intro {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem) !important;
  font-style: italic !important;
  line-height: 1.5 !important;
  margin: 0 0 clamp(28px, 4vw, 44px) !important;
  max-width: 640px !important;
}

/* How It Works 3-column roadmap */
.hiw-roadmap-columns {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin-top: clamp(36px, 5vw, 56px) !important;
  border-top: 1px solid rgba(37, 43, 39, 0.15) !important;
}
.hiw-roadmap-col {
  padding: 32px 28px 32px 0 !important;
  border-right: 1px solid rgba(37, 43, 39, 0.15) !important;
}
.hiw-roadmap-col:last-child {
  border-right: none !important;
  padding-left: 28px !important;
  padding-right: 0 !important;
}
.hiw-roadmap-col:nth-child(2) {
  padding-left: 28px !important;
}
.hiw-roadmap-col-header {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
}
.hiw-roadmap-col-num {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  color: var(--bronze, #b3916d) !important;
}
.hiw-roadmap-col-title {
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: inherit !important;
}
.hiw-roadmap-col .hiw-roadmap-native {
  max-width: none !important;
  margin: 0 !important;
  border-top: none !important;
}
.hiw-roadmap-col .hiw-roadmap-native__item {
  border-bottom: 1px solid rgba(37, 43, 39, 0.16) !important;
}
.hiw-roadmap-col .hiw-roadmap-native__item:first-child {
  border-top: 1px solid rgba(37, 43, 39, 0.16) !important;
}
.hiw-roadmap-col .hiw-roadmap-native__summary {
  min-height: 0 !important;
  padding: 14px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  cursor: pointer !important;
}
.hiw-roadmap-col .hiw-roadmap-native__title {
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  line-height: 1.3 !important;
  color: inherit !important;
  max-width: none !important;
}
.hiw-roadmap-col .hiw-roadmap-native__chevron {
  font-size: 1rem !important;
  flex-shrink: 0 !important;
  color: var(--bronze, #b3916d) !important;
  transition: transform 0.2s !important;
}
.hiw-roadmap-col .hiw-roadmap-native__item[open] .hiw-roadmap-native__chevron {
  transform: rotate(45deg) !important;
}
.hiw-roadmap-col .hiw-roadmap-native__panel {
  padding: 0 0 14px !important;
}
.hiw-roadmap-col .hiw-roadmap-native__panel p {
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 0.80rem !important;
  line-height: 1.6 !important;
  max-width: none !important;
  margin: 0 !important;
}
.hiw-roadmap-col .hiw-roadmap-native__summary::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 768px) {
  .hiw-roadmap-columns {
    grid-template-columns: 1fr !important;
  }
  .hiw-roadmap-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(37, 43, 39, 0.15) !important;
    padding: 28px 0 !important;
  }
  .hiw-roadmap-col:last-child {
    border-bottom: none !important;
    padding-left: 0 !important;
  }
  .hiw-roadmap-col:nth-child(2) {
    padding-left: 0 !important;
  }
}

/* ── Nav height and layout lock — all pages ──────────────────── */
body #nav {
  height: 82px !important;
  min-height: 82px !important;
  max-height: none !important;
  padding: 0 clamp(22px, 5vw, 76px) !important;
  display: flex !important;
  align-items: center !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 300 !important;
  box-sizing: border-box !important;
}

body #nav .nav-logo-wrap {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

body #nav .nav-brand-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

body #nav .nav-links {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
  gap: clamp(22px, 3vw, 48px) !important;
}

body #nav .nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-left: 32px !important;
  flex-shrink: 0 !important;
}

@media (max-width: 768px) {
  body #nav {
    height: 66px !important;
    min-height: 66px !important;
    padding: 0 clamp(16px, 4vw, 32px) !important;
  }
}

/* ── Nav clipping fix ─────────────────────────────────────────── */
body #nav .nav-brand-stack {
  padding: 2px 0 !important;
  overflow: visible !important;
}
body #nav .nav-logo-wrap {
  overflow: visible !important;
}

/* ── Nav links right-alignment fix ───────────────────────────── */
body #nav .nav-links {
  margin: 0 0 0 auto !important;
}

/* ── Head Coach & Founder heading size ───────────────────────── */
body .headland-ray-final__copy h2,
body #why-headland-clean .headland-ray-final__copy h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem) !important;
}

/* ── Ray section body text justified ─────────────────────────── */
body .headland-ray-final__body p,
body .headland-ray-final__copy p {
  text-align: justify !important;
}

/* ── Footer bottom bar alignment ─────────────────────────────── */
body footer .footer-simple-bottom {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: left !important;
}
body footer .footer-simple-bottom span:nth-child(1) {
  text-align: left !important;
}
body footer .footer-simple-bottom span:nth-child(2) {
  text-align: center !important;
}
body footer .footer-simple-bottom span:nth-child(3) {
  text-align: right !important;
}

/* ==============================================================
   SHARED SITE SYSTEM — NAV, FOOTER AND HOW IT WORKS
   One authoritative cross-page layer. Keep these rules together.
   ============================================================== */

/* Navigation lockup: identical geometry on every primary page. */
html body #nav {
  height: 82px !important;
  min-height: 82px !important;
  padding: 0 clamp(22px, 5vw, 76px) !important;
  align-items: center !important;
}
html body #nav .nav-logo-wrap {
  width: 194px !important;
  height: 82px !important;
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #nav .nav-brand-stack {
  width: max-content !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  transform: none !important;
}
html body #nav .nav-brand-main {
  width: 100% !important;
  margin: 0 !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  line-height: .82 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
}
html body #nav .nav-brand-sub {
  width: 100% !important;
  margin: 7px 0 0 !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: .49rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .19em !important;
  white-space: nowrap !important;
  text-align: center !important;
}

/* Footer legal row: equal columns keep Privacy genuinely centred. */
html body footer.footer-new.footer-simple .footer-simple-bottom {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: .7rem !important;
  line-height: 1.4 !important;
  letter-spacing: .06em !important;
}
html body footer.footer-new.footer-simple .footer-simple-bottom > span {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  line-height: inherit !important;
}
html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(1) {
  justify-self: start !important;
  text-align: left !important;
}
html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(2) {
  justify-self: center !important;
  text-align: center !important;
}
html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(3) {
  justify-self: end !important;
  text-align: right !important;
}
html body footer.footer-new.footer-simple .footer-simple-bottom a {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

/* How It Works: connected three-stage editorial roadmap. */
html body#headland-hiw-final .hiw-roadmap {
  padding: clamp(86px, 9vw, 132px) clamp(22px, 5vw, 76px) clamp(96px, 10vw, 148px) !important;
  background: #e9e2d7 !important;
  color: #292d2a !important;
}
html body#headland-hiw-final .hiw-roadmap > .hiw-shell {
  width: min(1500px, 100%) !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body#headland-hiw-final .hiw-roadmap-heading {
  max-width: 920px !important;
  margin: 0 auto clamp(68px, 7vw, 104px) !important;
  text-align: center !important;
}
html body#headland-hiw-final .hiw-roadmap-heading h2 {
  max-width: none !important;
  margin: 0 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(3.3rem, 5.8vw, 6rem) !important;
  font-weight: 300 !important;
  line-height: .91 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
}
html body#headland-hiw-final .hiw-roadmap-heading h2 span {
  display: block !important;
}
html body#headland-hiw-final .hiw-roadmap-heading h2 span:last-child {
  margin-top: .12em !important;
  color: #526451 !important;
  font-style: italic !important;
}
html body#headland-hiw-final .hiw-roadmap-columns {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3.2vw, 52px) !important;
  margin: 0 !important;
  border: 0 !important;
}
html body#headland-hiw-final .hiw-roadmap-columns::before {
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  left: calc(16.6667% - 1px) !important;
  right: calc(16.6667% - 1px) !important;
  height: 1px !important;
  background: rgba(41, 45, 42, .38) !important;
}
html body#headland-hiw-final .hiw-roadmap-col,
html body#headland-hiw-final .hiw-roadmap-col:nth-child(2),
html body#headland-hiw-final .hiw-roadmap-col:last-child {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
html body#headland-hiw-final .hiw-roadmap-col-header {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 0 40px !important;
  text-align: center !important;
}
html body#headland-hiw-final .hiw-roadmap-col-num {
  width: 31px !important;
  height: 31px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #292d2a !important;
  background: #e9e2d7 !important;
  color: #292d2a !important;
  font-size: .59rem !important;
  line-height: 1 !important;
  letter-spacing: .06em !important;
}
html body#headland-hiw-final .hiw-roadmap-col-title {
  margin: 0 !important;
  font-family: "Barlow Condensed", Arial, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  border: 0 !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__item,
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__item:first-child {
  overflow: hidden !important;
  border: 1px solid rgba(41, 45, 42, .14) !important;
  background: rgba(250, 248, 244, .78) !important;
  transition: border-color .25s ease, background .25s ease, transform .25s ease !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__item:hover,
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__item[open] {
  border-color: rgba(82, 100, 81, .48) !important;
  background: #f8f4ed !important;
  transform: translateY(-2px) !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__summary {
  min-height: 88px !important;
  padding: 20px 22px !important;
  gap: 18px !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__title {
  margin: 0 !important;
  color: #292d2a !important;
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: clamp(.86rem, 1vw, .98rem) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__chevron {
  width: 27px !important;
  height: 27px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 27px !important;
  border: 1px solid rgba(41, 45, 42, .35) !important;
  border-radius: 50% !important;
  color: #526451 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__panel {
  padding: 0 22px 22px !important;
}
html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__panel p {
  margin: 0 !important;
  color: rgba(41, 45, 42, .78) !important;
  font-size: .84rem !important;
  line-height: 1.6 !important;
}

@media (max-width: 820px) {
  html body #nav {
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    padding: 0 20px !important;
  }
  html body #nav .nav-logo-wrap {
    width: 172px !important;
    height: 68px !important;
    min-height: 68px !important;
  }
  html body #nav .nav-brand-main {
    font-size: 1.46rem !important;
  }
  html body #nav .nav-brand-sub {
    margin-top: 6px !important;
    font-size: .43rem !important;
    letter-spacing: .18em !important;
  }
  html body footer.footer-new.footer-simple .footer-simple-bottom {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 18px !important;
  }
  html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(1) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    text-align: center !important;
  }
  html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(2) {
    grid-column: 1 !important;
    justify-self: start !important;
  }
  html body footer.footer-new.footer-simple .footer-simple-bottom > span:nth-child(3) {
    grid-column: 2 !important;
    justify-self: end !important;
  }
  html body#headland-hiw-final .hiw-roadmap {
    padding: 72px 20px 84px !important;
  }
  html body#headland-hiw-final .hiw-roadmap-heading {
    margin-bottom: 56px !important;
  }
  html body#headland-hiw-final .hiw-roadmap-heading h2 {
    font-size: clamp(2.75rem, 12vw, 4rem) !important;
    line-height: .94 !important;
  }
  html body#headland-hiw-final .hiw-roadmap-columns {
    grid-template-columns: 1fr !important;
    gap: 52px !important;
  }
  html body#headland-hiw-final .hiw-roadmap-columns::before {
    display: none !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col,
  html body#headland-hiw-final .hiw-roadmap-col:nth-child(2),
  html body#headland-hiw-final .hiw-roadmap-col:last-child {
    padding: 0 !important;
    border: 0 !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col-header {
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 22px !important;
    text-align: left !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col-header::after {
    content: "" !important;
    position: absolute !important;
    top: 15px !important;
    left: 31px !important;
    right: 0 !important;
    height: 1px !important;
    background: rgba(41, 45, 42, .30) !important;
    z-index: -1 !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col-title {
    margin-left: 1px !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__summary {
    min-height: 78px !important;
    padding: 18px !important;
  }
  html body#headland-hiw-final .hiw-roadmap-col .hiw-roadmap-native__panel {
    padding: 0 18px 19px !important;
  }
}

/* Authoritative fix: the footer's 3-column grid used asymmetric column
   widths (1.15fr / 1fr / auto) copy-pasted across three near-duplicate
   rule blocks in this file, which pushes the centre address element off
   true centre. Symmetric 1fr/auto/1fr with explicit justify-self on each
   child guarantees correct centring regardless of logo or icon width,
   and wins over the earlier duplicates by appearing last in the file. */
html body footer.footer-new.footer-simple .footer-simple-inner {
  grid-template-columns: 1fr auto 1fr !important;
}
html body footer.footer-new.footer-simple .footer-brand-stack {
  justify-self: start !important;
}
html body footer.footer-new.footer-simple .footer-simple-address {
  justify-self: center !important;
}
html body footer.footer-new.footer-simple .footer-simple-links {
  justify-self: end !important;
}

/* Keep the primary navigation stable across pages and identify location quietly. */
html body .hl-lean-nav-links a[aria-current="page"] {
  color: #ffffff !important;
}
html body .hl-lean-nav-links a[aria-current="page"]::after {
  opacity: .48 !important;
}
