body.page-id-183,
body.single-project {
  background: linear-gradient(180deg, #f5f2ea 0%, #fbfaf7 32%, #ffffff 100%);
}

body .hrb-shell .hrb-wrap {
  width: min(1240px, calc(100vw - 48px)) !important;
  margin-inline: auto !important;
}

body .hrb-shell,
body .entry-content > .hrb-shell,
body .wp-site-blocks .hrb-shell,
body main .hrb-shell {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

body.single-post .posted-on,
body.single-post .entry-date,
body.single-post .post-date,
body.single-post .wp-block-post-date,
body.single-post time.entry-date,
body.single-post .entry-meta time,
body.single-post .entry-meta .posted-on,
body.blog .posted-on,
body.blog .entry-date,
body.archive .posted-on,
body.archive .entry-date {
  display: none !important;
}

body .hrb-utility,
body .hrb-header,
body .hrb-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

body .hrb-footer {
  padding: 76px 0 112px !important;
  margin-top: 32px !important;
  background: linear-gradient(180deg, #10251b 0%, #07130e 100%) !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.88) !important;
}

body .hrb-footer .hrb-wrap {
  width: min(1240px, calc(100vw - 48px)) !important;
  margin-inline: auto !important;
}

body .hrb-footer__grid {
  display: grid !important;
  grid-template-columns: 1.25fr .9fr .9fr .9fr !important;
  gap: 20px !important;
}

body .hrb-footer__card {
  padding: 30px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.075) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 22px 55px rgba(0,0,0,.22) !important;
  color: rgba(255,255,255,.86) !important;
}

body .hrb-footer__card h4,
body .hrb-footer .hrb-brand strong {
  color: #ffffff !important;
}

body .hrb-footer__card p,
body .hrb-footer__card li,
body .hrb-footer__card em,
body .hrb-footer__meta,
body .hrb-footer__meta p {
  color: rgba(255,255,255,.78) !important;
  line-height: 1.7 !important;
}

body .hrb-footer__card a,
body .hrb-footer__meta a {
  color: #f5f7ef !important;
  text-decoration: none !important;
}

body .hrb-footer__card a:hover,
body .hrb-footer__meta a:hover {
  color: #b7f0a5 !important;
  text-decoration: underline !important;
}

body .hrb-footer__card ul {
  padding-left: 1rem !important;
  margin: .85rem 0 0 !important;
}

body .hrb-footer__meta {
  display: flex !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
  margin-top: 24px !important;
  font-size: 14px !important;
}

@media (max-width: 1100px) {
  body .hrb-footer__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 720px) {
  body .hrb-footer {
    padding: 54px 0 100px !important;
  }
  body .hrb-footer .hrb-wrap {
    width: min(100vw - 28px, 1240px) !important;
  }
  body .hrb-footer__grid {
    grid-template-columns: 1fr !important;
  }
}

body .hrb-shell > .hrb-utility,
body .hrb-shell > .hrb-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .hrb-utility {
  background: rgba(15, 31, 23, 0.92) !important;
  color: rgb(233, 245, 226) !important;
}

body .hrb-utility .hrb-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

body .hrb-utility__right {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

body .hrb-utility__service,
body .hrb-utility__email,
body .hrb-utility__phone {
  color: rgb(233, 245, 226) !important;
}

body .hrb-utility__phone {
  display: none !important;
  text-decoration: none !important;
}

body .hrb-header {
  background: rgba(255, 255, 255, 0.84) !important;
  border-bottom: 1px solid rgba(24, 48, 36, 0.08) !important;
  box-shadow: 0 12px 30px rgba(17, 31, 26, 0.05) !important;
}

body .hrb-header__wrap {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 24px !important;
  align-items: center !important;
  min-height: 84px !important;
  padding: 0 !important;
}

body .hrb-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
}

body .hrb-brand img {
  display: block !important;
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
  max-width: 66px !important;
  max-height: 66px !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body .hrb-brand span {
  display: grid !important;
  gap: 4px !important;
}

body .hrb-brand strong {
  font-size: 1.34rem !important;
  line-height: 1.1 !important;
}

body .hrb-brand em {
  font-style: normal !important;
  font-size: 13px !important;
}

body .hrb-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
}

body .hrb-nav > a,
body .hrb-services-menu > summary {
  color: rgb(23, 36, 28) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 10px 2px !important;
  list-style: none !important;
  cursor: pointer !important;
  position: relative !important;
}

body .hrb-nav > a::after,
body .hrb-services-menu > summary::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgb(55, 146, 55), rgb(84, 180, 53)) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .2s ease !important;
}

body .hrb-nav > a:hover::after,
body .hrb-services-menu[open] > summary::after,
body .hrb-services-menu > summary:hover::after {
  transform: scaleX(1) !important;
}

body .hrb-services-menu {
  position: relative !important;
}

body .hrb-services-menu > summary::-webkit-details-marker {
  display: none !important;
}

body .hrb-services-menu__panel {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(760px, 78vw) !important;
  padding: 18px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(24, 48, 36, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(13,25,20,.12) !important;
  backdrop-filter: blur(18px) !important;
  z-index: 120 !important;
}

body .hrb-services-menu__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body .hrb-services-menu__grid a {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
  background: rgba(245, 248, 242, 0.92) !important;
  color: rgb(23, 36, 28) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

body .hrb-header__actions {
  display: flex !important;
  justify-content: flex-end !important;
}

body .hrb-phone {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(47, 59, 64, 0.12) !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: rgb(23, 36, 28) !important;
  font-weight: 700 !important;
}

body.page-id-183 .hrb-project-page,
body.single-project .site-main {
  color: #304046;
}

body.page-id-183 .hrb-utility,
body.single-project .hrb-utility {
  background: #173024;
  color: rgba(255,255,255,.86);
}

body.page-id-183 .hrb-utility__service,
body.page-id-183 .hrb-utility__email,
body.single-project .hrb-utility__service,
body.single-project .hrb-utility__email {
  color: rgba(255,255,255,.86);
}

body.page-id-183 .hrb-header,
body.single-project .hrb-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(23,48,36,.08);
  box-shadow: 0 18px 40px rgba(13,25,20,.05);
}

body.page-id-183 .hrb-header__wrap,
body.single-project .hrb-header__wrap {
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 84px;
  padding: 16px 0;
}

body.page-id-183 .hrb-nav,
body.single-project .hrb-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

body.page-id-183 .hrb-nav > a,
body.page-id-183 .hrb-services-menu > summary,
body.single-project .hrb-nav > a,
body.single-project .hrb-services-menu > summary {
  color: #17241c;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 2px;
  list-style: none;
  cursor: pointer;
  position: relative;
}

body.page-id-183 .hrb-nav > a::after,
body.page-id-183 .hrb-services-menu > summary::after,
body.single-project .hrb-nav > a::after,
body.single-project .hrb-services-menu > summary::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #379237, #54b435);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .2s ease;
}

body.page-id-183 .hrb-nav > a:hover::after,
body.page-id-183 .hrb-services-menu[open] > summary::after,
body.page-id-183 .hrb-services-menu > summary:hover::after,
body.single-project .hrb-nav > a:hover::after,
body.single-project .hrb-services-menu[open] > summary::after,
body.single-project .hrb-services-menu > summary:hover::after {
  transform: scaleX(1);
}

body.page-id-183 .hrb-nav > a:hover,
body.page-id-183 .hrb-services-menu[open] > summary,
body.single-project .hrb-nav > a:hover,
body.single-project .hrb-services-menu[open] > summary {
  color: #245f2a;
}

body.page-id-183 .hrb-services-menu,
body.single-project .hrb-services-menu {
  position: relative;
}

body.page-id-183 .hrb-services-menu > summary::-webkit-details-marker,
body.single-project .hrb-services-menu > summary::-webkit-details-marker {
  display: none;
}

body.page-id-183 .hrb-services-menu__panel,
body.single-project .hrb-services-menu__panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, calc(100vw - 32px));
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(23,48,36,.08);
  box-shadow: 0 24px 60px rgba(13,25,20,.12);
  backdrop-filter: blur(18px);
  z-index: 120;
}

body.page-id-183 .hrb-services-menu__grid,
body.single-project .hrb-services-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.page-id-183 .hrb-services-menu__grid a,
body.single-project .hrb-services-menu__grid a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  color: #304046;
  text-decoration: none;
  background: rgba(244,248,241,.9);
  transition: background-color .18s ease, transform .18s ease, color .18s ease;
}

body.page-id-183 .hrb-services-menu__grid a:hover,
body.single-project .hrb-services-menu__grid a:hover {
  background: rgba(55,146,55,.12);
  color: #245f2a;
  transform: translateY(-1px);
}

body.page-id-183 .hrb-phone,
body.single-project .hrb-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: #17241c;
  border: 1px solid rgba(47,59,64,.12);
  text-decoration: none;
  font-weight: 700;
}

body.page-id-183 .hrb-breadcrumbs,
body.single-project .hrb-breadcrumbs {
  width: min(1520px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 18px 24px 0;
  box-sizing: border-box;
}

body.page-id-183 .hrb-projects-archive,
body.single-project .hrb-project-single {
  width: min(1520px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 24px 24px 84px;
  display: grid;
  gap: 24px;
  box-sizing: border-box;
}

body.page-id-183 .hrb-projects-archive__hero,
body.single-project .hrb-project-single__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: stretch;
  padding: 42px clamp(24px, 5vw, 64px);
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid rgba(23,48,36,.08);
  border-bottom: 1px solid rgba(23,48,36,.08);
  box-shadow: none !important;
  background: linear-gradient(135deg, rgba(36,71,54,.98) 0%, rgba(51,87,66,.96) 50%, rgba(242,236,225,.98) 50.1%, rgba(251,248,242,.98) 100%) !important;
}

body.page-id-183 .hrb-projects-archive__hero::before,
body.single-project .hrb-project-single__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.20), transparent 32%), radial-gradient(circle at bottom right, rgba(255,255,255,.12), transparent 26%);
  pointer-events: none;
}

body.page-id-183 .hrb-projects-archive__hero > *,
body.single-project .hrb-project-single__hero > * {
  position: relative;
  z-index: 1;
}

body.page-id-183 .hrb-projects-archive__hero-copy,
body.single-project .hrb-project-single__copy {
  max-width: 760px;
}

body.page-id-183 .hrb-projects-archive__hero h1,
body.single-project .hrb-project-single__hero h1 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.04em;
}

body.page-id-183 .hrb-projects-archive__hero p,
body.single-project .hrb-project-single__hero p {
  color: rgba(255,255,255,.86);
  line-height: 1.8;
}

body.page-id-183 .hrb-projects-eyebrow,
body.single-project .hrb-projects-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 700;
  color: #f7f0e4;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
}

body.page-id-183 .hrb-projects-eyebrow::before,
body.single-project .hrb-projects-eyebrow::before {
  content: '';
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}

body.page-id-183 .hrb-projects-archive__stats,
body.single-project .hrb-project-single__chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body.page-id-183 .hrb-projects-archive__stats span,
body.single-project .hrb-project-single__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

body.page-id-183 .hrb-projects-archive__actions,
body.single-project .hrb-project-single__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

body.page-id-183 .hrb-projects-filters {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(47,59,64,.10);
  box-shadow: 0 18px 40px rgba(13,25,20,.08);
  backdrop-filter: blur(12px);
}

body.page-id-183 .hrb-projects-filters label {
  display: block;
  margin-bottom: 8px;
  color: #43584b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.page-id-183 .hrb-projects-filters select {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(47,59,64,.10);
  border-radius: 16px;
  background: #fff;
  padding: 14px 16px;
  color: #17241c;
}

body.page-id-183 .hrb-projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

body.page-id-183 .hrb-project-card,
body.single-project .hrb-project-single__details,
body.single-project .hrb-project-single__content,
body.page-id-183 .hrb-projects-cta {
  border-radius: 30px;
  overflow: hidden;
}

body.page-id-183 .hrb-project-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body.page-id-183 .hrb-project-card__image img,
body.single-project .hrb-project-single__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.single-project .hrb-project-single__hero-image {
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(13,25,20,.14);
}

body.single-project .hrb-project-single__details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

body.single-project .hrb-project-single__details-grid > div {
  padding: 18px 20px;
  border-radius: 20px;
  background: #f4f8f1;
  border: 1px solid rgba(24,48,36,.08);
}

body.page-id-183 .hrb-projects-cta {
  max-width: 1520px;
  margin: 0 auto;
}

body.page-id-183 .hrb-footer,
body.single-project .hrb-footer {
  padding: 72px 0 108px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,243,.96));
  border-top: 1px solid rgba(33,56,43,.08);
  margin-top: 32px;
}

body.page-id-183 .hrb-footer__grid,
body.single-project .hrb-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr .9fr .9fr;
  gap: 20px;
}

body.page-id-183 .hrb-footer__card,
body.single-project .hrb-footer__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(35,55,44,.08);
  box-shadow: 0 18px 48px rgba(13,25,20,.08);
}

body.page-id-183 .hrb-footer__card p,
body.page-id-183 .hrb-footer__card li,
body.single-project .hrb-footer__card p,
body.single-project .hrb-footer__card li {
  margin: 0;
  line-height: 1.7;
}

body.page-id-183 .hrb-footer__card ul,
body.single-project .hrb-footer__card ul {
  padding-left: 1rem;
  margin: .85rem 0 0;
}

body.page-id-183 .hrb-footer__card a,
body.single-project .hrb-footer__card a {
  color: #304046;
  text-decoration: none;
}

body.page-id-183 .hrb-footer__meta,
body.single-project .hrb-footer__meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: #647279;
  font-size: 14px;
}

@media (max-width: 1100px) {
  body.page-id-183 .hrb-footer__grid,
  body.single-project .hrb-footer__grid,
  body.page-id-183 .hrb-services-menu__grid,
  body.single-project .hrb-services-menu__grid {
    grid-template-columns: 1fr 1fr;
  }
}

body.page-id-183 .hrb-floating,
body.single-project .hrb-floating {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 220;
  display: none;
  gap: 12px;
}

body.page-id-183 .hrb-floating a,
body.single-project .hrb-floating a {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  background: rgba(17,39,27,.92);
  box-shadow: 0 16px 40px rgba(15,23,28,.18);
}

body.page-id-183 .hrb-floating a:last-child,
body.single-project .hrb-floating a:last-child {
  background: linear-gradient(135deg, #245f2a, #379237);
}

@media (max-width: 1100px) {
  body.page-id-183 .hrb-projects-archive__hero,
  body.single-project .hrb-project-single__hero {
    grid-template-columns: 1fr;
  }

  body.single-project .hrb-project-single__hero-image {
    min-height: 360px;
  }
}

@media (max-width: 1024px) {
  body .hrb-shell {
    position: static !important;
  }

  body .hrb-header__wrap {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 14px 0 !important;
  }

  body .hrb-nav {
    justify-content: flex-start !important;
  }

  body .hrb-header__actions {
    justify-content: flex-start !important;
  }

  body .hrb-services-menu__panel {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 12px !important;
    left: auto !important;
  }

  body .hrb-footer__grid {
    grid-template-columns: 1fr !important;
  }

  body.page-id-183 .hrb-projects-archive,
  body.single-project .hrb-project-single,
  body.page-id-183 .hrb-breadcrumbs,
  body.single-project .hrb-breadcrumbs {
    width: min(100vw - 28px, 1520px);
    padding-left: 14px;
    padding-right: 14px;
  }

  body.page-id-183 .hrb-projects-archive__hero,
  body.single-project .hrb-project-single__hero {
    padding: 34px 22px;
  }
}

@media (max-width: 834px) {
  body .hrb-wrap,
  body .hrb-wrap--narrow,
  body .hrb-shell .hrb-wrap {
    width: calc(100vw - 34px) !important;
  }

  body .hrb-services-menu__grid,
  body .hrb-footer__grid {
    grid-template-columns: 1fr !important;
  }

  body .hrb-utility__phone {
    display: inline-flex !important;
  }

  body .hrb-utility__email {
    display: none !important;
  }

  body .hrb-header__actions {
    display: none !important;
  }

  body.page-id-183 .hrb-breadcrumbs,
  body.single-project .hrb-breadcrumbs,
  body.page-id-183 .hrb-projects-archive,
  body.single-project .hrb-project-single {
    width: min(100vw - 20px, 1520px);
    padding-left: 10px;
    padding-right: 10px;
  }

  body.page-id-183 .hrb-projects-archive,
  body.single-project .hrb-project-single {
    gap: 18px;
    padding-top: 18px;
    padding-bottom: 64px;
  }

  body.page-id-183 .hrb-projects-archive__hero,
  body.single-project .hrb-project-single__hero {
    padding: 26px 14px 28px;
    gap: 18px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: linear-gradient(180deg, rgba(36,71,54,.98) 0%, rgba(51,87,66,.96) 54%, rgba(251,248,242,.98) 54.1%, rgba(251,248,242,.98) 100%) !important;
  }

  body.page-id-183 .hrb-projects-archive__hero h1,
  body.single-project .hrb-project-single__hero h1 {
    font-size: clamp(2.15rem, 9vw, 3.4rem);
  }

  body.page-id-183 .hrb-project-card,
  body.page-id-183 .hrb-projects-cta,
  body.single-project .hrb-project-single__details,
  body.single-project .hrb-project-single__content,
  body.single-project .hrb-project-single__hero-image {
    border-radius: 24px;
  }

  body.page-id-183 .hrb-project-card__image {
    aspect-ratio: 16 / 11;
  }

  body.single-project .hrb-project-single__hero-image {
    min-height: 280px;
  }

  body.page-id-183 .hrb-floating,
  body.single-project .hrb-floating {
    display: flex;
  }
}

@media (max-width: 560px) {
  body .hrb-brand img {
    width: 58px !important;
    height: 58px !important;
  }

  body .hrb-brand strong {
    font-size: 1.18rem !important;
  }

  body.page-id-183 .hrb-projects-button,
  body.single-project .hrb-projects-button {
    width: 100%;
  }
}
