/* 🔥 HLA SITE 🔥 */

/* =========================
   HOMEPAGE / FULL WIDTH
========================= */
body,
.site,
.site-content,
.content-area,
.site-main {
  width: 100%;
  max-width: 100%;
  background-color: white;
}

.site-content,
.content-area,
.site-main,
.entry-content,
article,
.home.separate-containers .inside-article {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.site-content {
  display: block;
}

::selection {
  background: #0b9444;
  color: white;
}

.home.separate-containers .inside-article {
  padding: 0 !important;
}

.home .site-footer {
  display: none;
}

p, ul {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.65;
  color: #1b3d2a;
  margin: 0 0 42px;
}
  
h1, h2, h3, h4, h5, h6 {
  font-family: 'Young Serif', serif;
  line-height: 1.3;
  color: #013517;
  text-transform: uppercase;
}

.services h4 {
  text-transform: uppercase;
}

h1 {
  text-transform: uppercase;
}

.inside-article {
  max-width: 900px;
  margin: 0 auto; 
  text-align: left;
}

.wp-block-separator {
  border-color: rgba(69, 93, 103, 0.55);
  border-top: 1px solid;
}

a {
  text-decoration: none;
}

p.highlight-paragraph {
  background: #c9e5f0;
  border-radius: 10px;
  padding: 25px;
}

/* =========================
  Logo / Menu
========================= */

.site-logo img,
.custom-logo {
  width: 240px!important;
  height: auto;
  display: block;
  margin-top: 30px;
}

.header-image.is-logo-image {
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: transform, opacity;
}


#site-navigation,
.main-navigation,
.inside-navigation {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}



.main-navigation .main-nav ul li a {
  font-family: 'Young Serif', serif;
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 400;
  text-transform: uppercase;
  color: #f5f3ee;
  letter-spacing: 0.02em;
}

.main-navigation .main-nav ul li a {
    padding: 0 clamp(15px, 1.7vw, 20px);
    line-height: 60px;
}

.main-navigation .main-nav ul li a:hover {
  color: #e7cf4f;
}

.main-navigation .menu-item-21 > a {
  background: #0b9444;
  color: white !important;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 1;
  box-shadow: none;

  transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

/* hover */
.main-navigation .menu-item-21 > a:hover {
  transform: translateY(-2px);
  background: white; /* slightly lighter */
  color: #0b9444 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.main-navigation .menu-item-21 > a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

button.menu-toggle {
  background: transparent;
}

.wp-block-button__link {
  background: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
  background: none;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover {
  background: none;
}

.button, .wp-block-button .wp-block-button__link {
  padding: 0;
}



@media (max-width: 768px) {

.main-navigation .main-nav>ul {
  background: black;
}

.main-navigation .main-nav ul li a {
  text-align: center;
}

.main-navigation.toggled .main-nav>ul {
    display: block;
    padding-bottom: 20px;
    border-radius: 10px;
}

.main-navigation .menu-item-21 > a {
  margin-left: 20px;
  margin-right: 20px;
}

.main-navigation .main-nav ul li a {
  font-size: 22px;
  font-weight: 500;
}
}

.hla-video iframe {
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.ytmCuedOverlayGradient {
  display: none!important;
}

.ytmVideoInfoVideoDetailsContainer {
  display: none!important;
}



/* =========================
   HEADER OVERLAY
========================= */

.inside-header.grid-container {
  max-width: 100%;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {

.inside-header.grid-container {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-toggle {
  margin-top: 15px;
  font-size: 35px;
}
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.30),
    rgba(0,0,0,0.12),
    rgba(0,0,0,0)
  );
  box-shadow: none;
}

.inside-header {
  background: transparent !important;
  padding-top: 0;
}

.admin-bar.site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar.site-header {
    top: 46px;
  }
}

/* =========================
   HERO
========================= */

.hla-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hla-hero-media {
  position: relative;
  width: 100%;
  background: #fff;
}

.hla-hero-image {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.hla-hero-fade-top,
.hla-hero-fade-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.hla-hero-fade-top {
  top: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.20), rgba(0,0,0,0));
}

.hla-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: clamp(10px, 4vw, 40px) 20px clamp(40px, 8vw, 80px);

  max-width: 1100px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .hla-hero-content {
    justify-content: flex-start;
    padding: 150px 20px 40px;
  }
}

@media (max-width: 480px) {
  .hla-hero-image {
    width: 100%;
    height: auto;
    display: block;
    transform: none;
    min-height: 0;
  }
  
  .hla-hero-content {
    inset: auto;
    top: clamp(160px, 43vw - 5px, 190px);    
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}


.hla-hero__title {
  font-family: 'Young Serif', serif;
  font-size: clamp(28px, 6vw, 90px);
  line-height: 1.05;
  margin: 0;
  color: #013517;
  letter-spacing: -.01em;
}

.hla-hero__title .accent {
  position: relative;
  display: inline-block;
  color: white;
  padding-bottom: 0.18em;
}

.hla-hero__title .accent::after {
  content: "";
  position: absolute;
  left: -0.18em;
  right: -0.18em;
  bottom: 0;
  height: 0.08em;
  background: #e7cf4f;
  display: block;
}

.hla-hero__title .accent::after {
  content: '';
  position: absolute;
  left: -0px;   /* extends left */
  right: -0px;  /* extends right */
  bottom: -0px; /* distance below text */

  height: 12px;   /* thickness */
  background: #e7cf4f; /* your yellow */
}

.hla-hero__tagline {
  font-family: 'Young Serif', sans-serif;
  font-size: clamp(16px, 1.7vw, 26px);
  letter-spacing: 0.03em;
  margin-top: 36px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 768px) {
.hla-hero__tagline {
  margin-top: 20px;
  color: white;
}

.hla-hero__title .accent::after {
  height: 4px;
}

}

/* =========================
   SECONDARY PAGE HERO
========================= */

.inner-hero {
  position: relative;
  overflow: hidden;
  background: #d7e3cf;
}

.inner-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.inner-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.06) 18%,
    rgba(0, 0, 0, 0.00) 42%
  );
  z-index: 1;
}

.inner-hero__content.site-width {
  position: absolute;
  top: clamp(150px, 20vw, 280px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, 75%);
  max-width: 760px;
  text-align: center;
  z-index: 2;
}

.inner-hero__content h1 {
  margin: 0;
  color: #013517;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1;
  font-family: 'Young Serif', serif;
  text-transform: uppercase;
}

.hero-subtitle {
  font-family: 'Young Serif', serif;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-top: 32px;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .inner-hero__content.site-width {
    top: clamp(120px, 24vw, 170px);
    width: min(92%, 700px);
  }

  .inner-hero__content h1 {
    font-size: clamp(30px, 8vw, 48px);
  }

  .hero-subtitle {
    font-size: clamp(16px, 4.2vw, 22px);
    margin-top: 22px;
  }
}




/* =========================
   INTRO SECTION
========================= */

.hla-intro {
  position: relative;
  background: white;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {

.hla-intro {
  padding: 30px 10%;
}
}

.hla-intro__inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hla-intro__title {
  font-family: 'Young Serif', serif;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: #013517;
  margin: 0 0 42px;
  text-transform: uppercase;
}

.hla-intro__copy {
  max-width: 560px;
  margin: 0 auto;
}

.hla-intro__copy p {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.65;
  color: #1b3d2a;
  margin: 0 0 42px;
}

.hla-intro__copy p:last-child {
  margin-bottom: 0;
}

.hla-intro__cta {
  margin-top: 52px;
}

.hla-btn {
  display: inline-block;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
  border-radius: 5px;
}

.hla-btn--green {
  background: #0b9444;
  color: #f7f7f4;
  font-family: 'Young Serif', serif;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 26px;
  box-shadow: none;
}

.hla-btn--green:hover {
  transform: translateY(-2px);
  background: #56b86c;
  color: #f7f7f4;
}

.hla-btn--white {
  background: white;
  color: #4aa85f;
  font-family: 'Young Serif', serif;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 26px;
  box-shadow: none;
}

.hla-btn--white:hover {
  transform: translateY(-2px);
  background: #0b9444;
  color: white;
}



/* =========================
   RIVER DIVIDER
========================= */

.hla-river-divider {
  position: relative;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
}

.hla-river-divider picture {
  display: block;
}

.hla-river-divider__image {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   HOLE SPOTLIGHT
========================= */

.hla-spotlight {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: transparent;
  margin-top: clamp(-600px, -30vw, -130px);
  padding: 180px clamp(20px, 8vw, 110px) clamp(90px, 17vw, 170px);
}

.hla-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--green-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
}

.hla-spotlight__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}

.hla-spotlight__card {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: clamp(36px, 4vw, 56px) clamp(36px, 4vw, 56px) clamp(100px, 8vw, 140px);
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.10);
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .hla-spotlight__card {
  margin-top: 0px;
}
}

@media (max-width: 640px) {
  .hla-spotlight__card {
  margin-top: 0px;
}
}

.hla-spotlight__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(29, 58, 11, 0.3) 0%,
    rgba(29, 58, 11, 0.3) 40%,
    rgba(29, 58, 11, 0.15) 65%,
    rgba(29, 58, 11, 0.1) 85%,
    rgba(29, 58, 11, 0.00) 100%
  );
}

.hla-spotlight__card > * {
  position: relative;
  z-index: 1;
}

.hla-spotlight__title {
  margin: 0 0 clamp(28px, 3vw, 40px);
  text-align: center;
  font-family: 'Young Serif', serif;
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  color: #f5f3ee;
}

.hla-spotlight__grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 1fr);
  gap: clamp(28px, 3vw, 42px);
  align-items: start;
}

.hla-spotlight__left,
.hla-spotlight__right {
  min-width: 0;
}

.hla-spotlight__sign {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

.hla-spotlight__photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.n2-ss-slider {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.hla-spotlight__slider img {
  width: 100%;
  height: auto;
  display: block;
}

.hla-spotlight__slider {
  width: 100%;
  margin-bottom: 22px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hla-spotlight__slider:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.hla-spotlight__copy {
  max-width: 520px;
  margin-top: 25px;
}

.hla-spotlight__copy p {
  margin: 0 0 18px;
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.55;
  color: #f5f3ee;
}

.hla-spotlight__copy p:last-child {
  margin-bottom: 0;
}

.hla-spotlight__copy strong {
  font-weight: 700;
  color: #ffffff;
}

.hla-spotlight__cta {
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .hla-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .hla-spotlight__sign,
  .hla-spotlight__photo,
  .hla-spotlight__copy {
    max-width: 100%;
  }

  .hla-spotlight__left {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hla-spotlight__card {
    border-radius: 24px;
    padding: 28px 20px;
  }

  .hla-spotlight__title {
    margin-bottom: 24px;
  }

  .hla-spotlight__copy p {
    font-size: 18px;
    line-height: 1.5;
  }

}

@media (max-width: 480px) {
  .hla-spotlight {
    margin-top: -185px;
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .hla-spotlight__card {
    margin-top: 40px;
  }
}

/* =========================
   FOOTER DIVIDER
========================= */

.hla-footer-divider {
  position: relative;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
  margin-top: clamp(-310px, -26vw, -110px);
}

.hla-footer-divider picture {
  display: block;
}

.hla-footer-divider__image {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   PRE-FOOTER / SEE THE WORK
========================= */

.hla-prefooter {
  position: relative;
  z-index: 3;
  margin-top: -210px;
  padding: 0px 20px 80px;
  overflow: hidden;
}

/* MAIN BLUE BACKGROUND */
.hla-prefooter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--footer-blue-bg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 120px,
    black 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 120px,
    black 100%
  );
}

/* ✅ SAFETY NET (extends below to kill gaps) */
.hla-prefooter::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -220px;
  height: 400px;

  background-image: var(--footer-blue-bg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;

  z-index: -1;
}

.hla-prefooter__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.hla-prefooter__content {
  max-width: clamp(500px, 4vw, 760px);
  margin: 0 auto 180px auto;
  text-align: center;
}

.hla-prefooter__title {
  margin: 0 0 24px;
  font-family: 'Young Serif', serif;
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1;
  text-transform: uppercase;
  color: #4f6672;
}

.hla-prefooter__text {
  max-width: 720px;
  margin: 0 auto 30px;
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.5;
  color: #243f32;
}

.hla-prefooter__cta {
  margin: 18px 0 0;
}


/* =========================
   SITE FOOTER
========================= */


.footer-wrapper {
  background: transparent;
}

.hla-home-footer {
  position: relative;
  z-index: 4;
  padding-bottom: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.home .hla-home-footer {
  margin-top: -90px;
  background-image: url('/wp-content/uploads/2026/03/footer-blue-bg.webp');
}

.hla-home-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px; /* ← now this actually works */
  pointer-events: none;
  z-index: 0;

  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 40%,
    rgba(255,255,255,0.85) 75%,
    rgba(255,255,255,1) 100%
  );
}



.footer-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: clamp(20px, 4vw, 40px);
  padding-bottom: 35px;
}
.hla-home-footer__topline {
  height: 1px;
  margin-bottom: clamp(15px, 1.5vw, 28px);
  background: rgba(69, 93, 103, 0.55);
}

.hla-home-footer__main {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 48px;
  align-items: center;
}

.hla-home-footer__brand {
  display: flex;
  align-items: flex-start;
}

.hla-home-footer__logo-link {
  display: inline-block;
  text-decoration: none;
}

.hla-home-footer__logo {
  display: block;
  width: clamp(220px, 18vw, 280px);
  max-width: 100%;
  height: auto;
}

.hla-home-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  text-align: right;
}

.hla-home-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.5vw, 16px);
  margin-bottom: clamp(12px, 1.2vw, 20px);
  font-family: 'Young Serif', serif;
  font-size: clamp(12px, 1.5vw, 20px);
  line-height: 1.2;
}

.hla-home-footer__nav a {
  color: #4c6571;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.hla-home-footer__nav a:hover {
  color: #183328;
}

.hla-home-footer__nav span {
  color: rgba(69, 93, 103, 0.8);
}

.hla-home-footer__ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #4c6571;
}

.hla-home-footer__ig svg {
  display: block;
  width: 34px;
  height: 34px;
}

.hla-home-footer__credit {
  border-top: 1px solid rgba(69, 93, 103, 0.55);
  padding-top: 18px;
  font-family: 'Young Serif', serif;
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.35;
  color: #406670;
}

@media (max-width: 900px) {
  .hla-prefooter {
    margin-top: -120px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hla-prefooter__content {
    margin-bottom: 140px;
  }
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px) {
  .hla-home-footer__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hla-home-footer__right {
    align-items: flex-start;
    max-width: none;
    margin-left: 0;
    text-align: left;
  }

  .hla-home-footer__nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hla-home-footer__topline {
    margin-bottom: 26px;
  }

  .hla-home-footer__nav {
    gap: 10px;
    font-size: 20px;
  }

  .hla-home-footer__ig svg {
    width: 30px;
    height: 30px;
  }

  .hla-home-footer__credit {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .hla-prefooter {
    margin-top: -120px;
    padding-top: 90px;
    padding-bottom: 30px;
  }
  
  .hla-prefooter__content {
    margin-bottom: 105px;
  }
  
  .hla-home-footer {
    margin-top: -90px;
  }
}

@media (max-width: 395px) {

  /* =========================
     HERO SPACING FIX
  ========================= */
  .hla-hero-content {
    top: clamp(140px, 42vw, 180px);
  }


  /* =========================
     PREFOOTER FIX
  ========================= */
  .hla-prefooter {
    margin-top: -120px;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .hla-prefooter__content {
    margin-bottom: 80px;
  }


  /* =========================
     REMOVE HARD EDGE (TOP)
  ========================= */
  .hla-prefooter::before {
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 80px,
      black 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      black 80px,
      black 100%
    );
  }


  /* =========================
     FOOTER BASE (IMPORTANT)
  ========================= */
  .hla-home-footer {
    margin-top: -69px;
    background-color: #dbe9ef; /* keep this */
  }


  /* =========================
     SOFT BLEND FROM PREFooter → FOOTER
  ========================= */
  .hla-home-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    pointer-events: none;
    z-index: 0;

    background: linear-gradient(
      to bottom,
      rgba(219,233,239,0.95) 0%,
      rgba(219,233,239,0) 100%
    );
  }


  /* =========================
     KEEP EXISTING BOTTOM FADE
  ========================= */
  .hla-home-footer::after {
    height: 120px;
  }


  /* =========================
     ENSURE CONTENT SITS ABOVE FADE
  ========================= */
  .footer-wrapper {
    position: relative;
    z-index: 1;
  }

}

@media (max-width: 350px) {
  .hla-prefooter {
    margin-top: -105px;
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .hla-prefooter__content {
    margin-bottom: 70px;
  }

  .hla-home-footer {
    margin-top: -69x;
  }

  .hla-home-footer__nav {
    font-size: 17px;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  
  .hla-home-footer__brand {
    justify-content: center;
  }
  
  .hla-home-footer__logo-link {
    margin: 0 auto;
  }
  
  .hla-home-footer__logo {
    margin: 0 auto;
  }
  
  .hla-home-footer__nav span {
    display: none;
  }
  
  .hla-home-footer__right {
    align-items: center;
    text-align: center;
  }
  
  .hla-home-footer__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  
  .hla-home-footer__nav a {
    display: block;
  }
}

/* =========================
   PROJECTS ARCHIVE
========================= */

.hla-projects-archive {
  width: 100%;
}

/* Hero */
.hla-secondary-hero {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 180px 20px 220px;
  text-align: center;
}

.hla-secondary-hero__content {
  max-width: 1100px;
  margin: 0 auto;
}

.hla-secondary-hero__title {
  margin: 0;
  font-family: 'Young Serif', serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  color: #f5f3ee;
  text-transform: uppercase;
}

/* List wrapper */
.hla-projects-list {
  position: relative;
  margin-top: -180px;
  padding: 0 20px 100px;
}

.hla-projects-list__inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* Card */
.hla-project-card {
  padding: 0 0 72px;
  margin-bottom: 72px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.hla-project-card:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.hla-project-card__image-wrap {
  margin-bottom: 40px;
}

.hla-project-card__image-link {
  display: block;
  text-decoration: none;
}

.hla-project-card__image {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease;
  border-radius: 15px;
  border: solid 12px white;
}

.hla-project-card__image-link:hover .hla-project-card__image {
  transform: scale(1.01);
}

.hla-project-card__content {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 48px;
  align-items: start;
}

.hla-project-card__left {
  min-width: 0;
}

.hla-project-card__right {
  min-width: 0;
}

.hla-project-card__title {
  margin: 0 0 8px;
  font-family: 'Young Serif', serif;
  font-size: clamp(30px, 2.8vw, 50px);
  line-height: 0.95;
  color: #013517;
  text-transform: uppercase;
}

.hla-project-card__title a {
  color: inherit;
  text-decoration: none;
}

.hla-project-card__location {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: 1.2;
  font-style: italic;
  color: #4c9a56;
}

.hla-project-card__scope {
  margin: 0 0 14px;
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.35;
  font-style: italic;
  color: #4c9a56;
}

.hla-project-card__description {
  margin: 0 0 18px;
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.5;
  color: #163524;
}

.hla-project-card__button {
  margin-top: 4px;
}




/* Responsive */
@media (max-width: 900px) {
  .hla-projects-list {
    margin-top: -120px;
  }

  .hla-project-card__content,
  .hla-project-card.is-reversed .hla-project-card__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hla-project-card.is-reversed .hla-project-card__left,
  .hla-project-card.is-reversed .hla-project-card__right {
    order: initial;
  }

  .hla-project-card__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .hla-secondary-hero {
    padding: 140px 20px 160px;
  }

  .hla-projects-list {
    margin-top: -90px;
    padding-bottom: 70px;
  }

  .hla-project-card {
    padding-bottom: 54px;
    margin-bottom: 54px;
  }

  .hla-project-card__image-wrap {
    margin-bottom: 28px;
  }

  .hla-project-card__description {
    font-size: 18px;
  }
}

/* =========================
   SERVICES SECTION
========================= */

.wp-block-accordion-heading__toggle {
    padding: 20px 30px;
    border-radius: 8px;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

/* open state */
.wp-block-accordion-heading__toggle[aria-expanded="true"] {
  color: #013517;
}

/* hide the default + */
.wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  position: relative;
}

.tee-signage-accordion .wp-block-accordion-heading__toggle,
.tee-signage-accordion .wp-block-accordion-heading__toggle:hover,
.tee-signage-accordion .wp-block-accordion-heading__toggle:focus,
.tee-signage-accordion .wp-block-accordion-heading__toggle:focus-visible,
.tee-signage-accordion .wp-block-accordion-heading__toggle:active,
.tee-signage-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"],
.tee-signage-accordion .wp-block-accordion-heading__toggle[aria-expanded="false"], 
.logo-accordion .wp-block-accordion-heading__toggle,
.logo-accordion .wp-block-accordion-heading__toggle:hover,
.logo-accordion .wp-block-accordion-heading__toggle:focus,
.logo-accordion .wp-block-accordion-heading__toggle:focus-visible,
.logo-accordion .wp-block-accordion-heading__toggle:active,
.logo-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"],
.logo-accordion .wp-block-accordion-heading__toggle[aria-expanded="false"], 
.misc-accordion .wp-block-accordion-heading__toggle,
.misc-accordion .wp-block-accordion-heading__toggle:hover,
.misc-accordion .wp-block-accordion-heading__toggle:focus,
.misc-accordion .wp-block-accordion-heading__toggle:focus-visible,
.misc-accordion .wp-block-accordion-heading__toggle:active,
.misc-accordion .wp-block-accordion-heading__toggle[aria-expanded="true"],
.misc-accordion .wp-block-accordion-heading__toggle[aria-expanded="false"] {
  color: #013517 !important;
} 

/* create caret */
.wp-block-accordion-heading__toggle-icon::after {
  content: "⌄"; /* or use SVG later */
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  color: #013517;
  transition: transform 0.25s ease;
  transform: translateY(-8px);
  font-weight: 700;

}

.wp-block-image img {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

:where(.is-layout-grid) {
  gap: 1.5em;
}

.tee-signage-accordion .wp-block-accordion-heading__toggle {
  background: #dcf0f8;
}

.tee-signage-accordion .wp-block-accordion-heading__toggle:hover {
  background: #c9e5f0;
  color: #013517;
}

.logo-accordion .wp-block-accordion-heading__toggle {
  background: #ebdfc4;
}

.logo-accordion .wp-block-accordion-heading__toggle:hover {
  background: #e2d7b4;
  color: #013517;
}

.misc-accordion .wp-block-accordion-heading__toggle {
  background: #c7d0bc;
}

.misc-accordion .wp-block-accordion-heading__toggle:hover {
  background: #bfc9b4;
  color: #013517;
}



/* =========================
   VIDEO TRIGGER
========================= */



.hla-video-trigger {
  position: relative;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(0,0,0,0.14);
}

.hla-video-trigger__thumb {
  display: block;
  width: 100%;
  height: auto;
}

.hla-video-trigger__custom-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.hla-video-trigger__custom-button img {
  display: block;
  width: 130px; /
  height: auto;
  transition: transform 0.2s ease;
}

.hla-video-trigger:hover .hla-video-trigger__custom-button img {
  transform: scale(1.04);
}

button.hla-video-modal__close:hover {
  background: none!important;
  background-color: transparent!important;
}

p.video-caption {
  margin-top: -40px!important;
  color: #9aa68c;
}

/* =========================
   VIDEO MODAL
========================= */

.hla-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.hla-video-modal.is-open {
  display: block;
}

.hla-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 12, 0.82);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.hla-video-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1100px, 92vw);
  margin: 6vh auto 0;
}

.hla-video-modal__close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.hla-video-modal__frame-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.hla-video-modal__frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .hla-video-trigger {
    margin: 28px auto;
    border-radius: 12px;
  }

  .hla-video-trigger__play {
    width: 68px;
    height: 68px;
  }

  .hla-video-trigger__play span {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }

  .hla-video-modal__dialog {
    width: 94vw;
    margin-top: 10vh;
  }
}

/* =========================
   SINGLE PROJECT
========================= */

.hla-single-project {
  padding: 0 20px 100px;
}

.hla-single-project__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hla-single-project__featured-image-wrap {
  margin-top: -600px;
  margin-bottom: 36px;
  position: relative;
  z-index: 3;
}

.hla-single-project__featured-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.16);
  border: solid 12px white;
}

.hla-single-project__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.hla-single-project__title {
  margin: 0 0 8px;
  font-family: 'Young Serif', serif;
  font-size: clamp(30px, 3vw, 54px);
  line-height: 0.95;
  color: #013517;
}

.hla-single-project__location {
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.2;
  font-style: italic;
  color: #4c9a56;
}

.hla-single-project__header-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hla-single-project__scope {
  display: inline-flex;
  align-items: center;
  font-family: 'Young Serif', serif;
  font-size: clamp(15px, 1.1vw, 18px);
  color: #013517;
  background: rgba(1,53,23,0.06);
  border-radius: 999px;
  padding: 12px 18px;
  margin-right: 10px;
}

.hla-single-project__udisc-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Young Serif', serif;
  font-size: 16px;
  color: #013517;
  background: rgba(1,53,23,0.06);
  border-radius: 999px;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

.hla-single-project__udisc-link:hover {
  background: rgba(1,53,23,0.12);
  transform: translateY(-1px);
}

.hla-single-project__udisc-icon {
  width: 100px;
  height: auto;
  display: block;
}

.hla-single-project__intro {
  max-width: 860px;
  margin-bottom: 40px;
}

.hla-single-project__intro p {
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: 1.5;
  color: #234130;
}

.hla-single-project__content {
  max-width: 100%;
}

.hla-single-project__content > *:first-child {
  margin-top: 0;
}

.hla-single-project__content p {
  max-width: 860px;
}

.hla-single-project__content .wp-block-image img {
  border-radius: 10px;
}

.hla-single-project__content .wp-block-gallery,
.hla-single-project__content .wp-block-group.is-layout-grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .hla-single-project__featured-image-wrap {
    margin-top: -160px;
  }

  .hla-single-project__header {
    grid-template-columns: 1fr;
  }

  .hla-single-project__header-side {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hla-single-project {
    padding-bottom: 70px;
  }

  .hla-single-project__featured-image-wrap {
    margin-top: -100px;
    margin-bottom: 28px;
  }

  .hla-single-project__title {
    font-size: clamp(30px, 8vw, 46px);
  }

  .hla-single-project__intro {
    margin-bottom: 30px;
  }

  .hla-single-project__intro p {
    font-size: 18px;
  }
}


.hla-project-split > .wp-block-group__inner-container {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

@media (max-width: 768px) {
  .hla-project-split > .wp-block-group__inner-container {
    grid-template-columns: 1fr !important;
  }
}

.hla-project-split > .wp-block-group__inner-container > * {
  min-width: 0;
}

.hla-project-split > .wp-block-group__inner-container {
  outline: 3px solid red;
}

/* Ninja Forms submit button */
.nf-form-content input[type="submit"].ninja-forms-field {
  display: inline-block;
  width: auto;
  background: #0b9444;
  color: #f7f7f4;
  font-family: 'Young Serif', serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 26px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.nf-form-content input[type="submit"].ninja-forms-field:hover {
  background: #56b86c;
  color: #f7f7f4;
  transform: translateY(-2px);
}