/*
 * Haney Landscaping site improvements
 * Loaded after the original theme styles so the existing CMS templates,
 * database fields, and admin tools remain intact.
 */

:root {
  --haney-green-950: #052f22;
  --haney-green-900: #073d2b;
  --haney-green-800: #075137;
  --haney-green-700: #087047;
  --haney-green-600: #0a8653;
  --haney-lime: #82c341;
  --haney-lime-dark: #67a72d;
  --haney-orange: #f47721;
  --haney-orange-dark: #d95d0a;
  --haney-ink: #17211c;
  --haney-text: #435049;
  --haney-muted: #66736c;
  --haney-line: #dfe7e2;
  --haney-surface: #f5f8f6;
  --haney-white: #ffffff;
  --haney-shadow-sm: 0 8px 24px rgba(4, 51, 34, 0.09);
  --haney-shadow-md: 0 18px 48px rgba(4, 51, 34, 0.14);
  --haney-radius-sm: 10px;
  --haney-radius-md: 18px;
  --haney-radius-lg: 28px;
  --haney-header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: calc(var(--haney-header-height) + 18px);
}

body {
  overflow-x: hidden;
  background: var(--haney-white);
  color: var(--haney-text);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* Core content must remain visible even when the legacy animation library is unavailable. */
.wow {
  visibility: visible !important;
  animation-name: none !important;
}

p,
li {
  color: var(--haney-text);
  font-size: 16px;
  line-height: 1.72;
}

p + p {
  margin-top: 0.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--haney-ink);
  font-family: "Khand", "Arial Narrow", sans-serif;
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}

h1 { font-size: clamp(2.6rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
h3 { font-size: clamp(1.75rem, 3vw, 2.75rem); }
h4 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
h5 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
h6 { font-size: 1.05rem; }

ul,
ol {
  margin-bottom: 1.25rem;
}

main,
section {
  position: relative;
}

a {
  text-underline-offset: 0.16em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(244, 119, 33, 0.5) !important;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10050;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--haney-white);
  color: var(--haney-green-900);
  font-weight: 700;
  box-shadow: var(--haney-shadow-md);
}

.skip-link:focus {
  transform: translateY(0);
}

.container,
.container-fluid {
  --bs-gutter-x: 2rem;
}

.container {
  max-width: 1240px;
}

.ptb {
  padding-top: clamp(64px, 7vw, 100px);
  padding-bottom: clamp(64px, 7vw, 100px);
}

.plr {
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.btn,
input[type="submit"].btn,
button.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--haney-orange);
  color: var(--haney-white) !important;
  font-family: "Khand", sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(244, 119, 33, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  background: var(--haney-orange-dark);
  box-shadow: 0 14px 28px rgba(244, 119, 33, 0.27);
}

.heading {
  padding-bottom: clamp(24px, 4vw, 40px);
}

.heading h6 {
  margin-bottom: 8px;
  color: var(--haney-green-700);
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heading h4 {
  margin-bottom: 12px;
  color: var(--haney-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.heading h4 span {
  color: var(--haney-orange);
}

.heading p {
  max-width: 760px;
  color: var(--haney-muted);
  font-size: 1.04rem;
}

/* Top utility bar */
.top_part {
  position: relative;
  z-index: 1002;
  padding: 7px clamp(18px, 3vw, 48px);
  background: var(--haney-green-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top_part .container-fluid {
  max-width: 1540px;
  margin: 0 auto;
}

.top_part a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Roboto", sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

.top_part a:hover {
  color: var(--haney-lime);
}

.top_part a i {
  color: var(--haney-lime);
}

/* Header and CMS-driven navigation */
.header_part,
.header_part.scrolling {
  position: sticky;
  top: 0;
  left: auto;
  z-index: 1000;
  width: 100%;
  height: var(--haney-header-height);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(5, 63, 43, 0.1);
  box-shadow: 0 8px 26px rgba(5, 47, 34, 0.08);
  backdrop-filter: blur(12px);
}

.header_part .container-fluid {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding-left: clamp(18px, 2.8vw, 44px);
  padding-right: clamp(18px, 2.8vw, 44px);
}

.header_part img,
.header_part.scrolling img {
  width: auto;
  height: 68px;
  margin-left: 0;
  object-fit: contain;
}

.header_part > .container-fluid > div:first-child > a {
  display: flex;
  align-items: center;
}

.navbar {
  align-self: stretch;
  flex-wrap: nowrap;
}

.navbar > ul {
  height: 100%;
  margin: 0;
  gap: 2px;
}

.navbar > ul > li {
  display: flex;
  align-items: stretch;
  padding: 0 0 0 clamp(8px, 1vw, 16px);
}

.navbar a,
.navbar a:focus {
  min-height: 44px;
  padding: 8px 2px;
  color: var(--haney-ink);
  font-family: "Khand", sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.1;
}

.navbar > ul > li > a::before {
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--haney-orange);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--haney-green-700);
}

.navbar .dropdown a i {
  color: currentColor;
  transition: transform 180ms ease;
}

.navbar .dropdown:hover > a i {
  transform: rotate(180deg);
}

.navbar .dropdown ul {
  top: calc(100% + 10px);
  left: 0;
  min-width: 230px;
  padding: 9px;
  border: 1px solid var(--haney-line);
  border-bottom: 3px solid var(--haney-orange);
  border-radius: 12px;
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-md);
}

.navbar .dropdown:hover > ul {
  top: 100%;
}

.navbar .dropdown ul li {
  min-width: 210px;
}

.navbar .dropdown ul a {
  min-height: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background: var(--haney-green-700);
  color: var(--haney-white);
}

.call_icon {
  display: none;
}

.header_call {
  min-width: 176px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 18px;
  padding: 12px 22px;
  clip-path: none;
  border-radius: 0;
  background: var(--haney-orange);
}

.header_call h6 {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Roboto", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.2;
}

.header_call a,
.header_call a:focus {
  min-height: 0;
  padding: 3px 0 0;
  color: var(--haney-white);
  font-family: "Khand", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.header_call a:hover {
  color: var(--haney-green-950);
}

.toggle_icon {
  display: none;
  margin-left: 14px;
}

.mobile-nav-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--haney-line);
  border-radius: 12px;
  background: var(--haney-surface);
  color: var(--haney-green-900);
  font-size: 1.35rem;
  cursor: pointer;
}

/* Homepage hero */
.banner_section {
  isolation: isolate;
  min-height: min(760px, calc(100svh - var(--haney-header-height)));
  display: flex;
  align-items: center;
  padding-top: clamp(72px, 8vw, 116px);
  padding-bottom: clamp(72px, 8vw, 116px);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.banner_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 35, 25, 0.9) 0%, rgba(3, 35, 25, 0.72) 37%, rgba(3, 35, 25, 0.23) 64%, rgba(3, 35, 25, 0.42) 100%),
    linear-gradient(0deg, rgba(3, 35, 25, 0.28), rgba(3, 35, 25, 0.05));
}

.banner_section .container-fluid {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.banner_section .row {
  align-items: center;
}

.banner_text {
  max-width: 660px;
  padding-top: 0;
}

.banner_text h5 {
  margin-bottom: 12px;
  color: var(--haney-lime);
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.banner_text h1 {
  margin-bottom: 18px;
  color: var(--haney-white);
  font-size: clamp(3rem, 5.5vw, 5.3rem);
  line-height: 0.98;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.banner_text p {
  max-width: 620px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.banner_text .btn {
  margin-top: 0;
}

.banner_text > img {
  display: block;
  width: auto;
  max-width: min(300px, 72%);
  max-height: 76px;
  margin-top: 24px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.banner_form {
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--haney-radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.banner_form::before {
  content: "Free on-site consultation";
  display: block;
  padding: 10px 26px;
  background: var(--haney-green-900);
  color: rgba(255, 255, 255, 0.88);
  font-family: "Roboto", sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.banner_form .form {
  padding: clamp(24px, 3vw, 36px);
}

.banner_form .form h4 {
  margin-bottom: 8px;
  color: var(--haney-green-900);
  font-size: clamp(1.8rem, 2.8vw, 2.45rem);
}

.banner_form .form p {
  margin-bottom: 18px;
  color: var(--haney-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.form-label,
.contact_form label,
.banner_form label {
  display: block;
  margin: 0 0 6px;
  color: var(--haney-ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.banner_form .form-control,
.contact_form .form-control,
.contact_form select,
.contact_form textarea {
  width: 100%;
  min-height: 50px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #cfdad3;
  border-radius: 10px;
  background: var(--haney-white);
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.banner_form .form-control:focus,
.contact_form .form-control:focus,
.contact_form select:focus,
.contact_form textarea:focus {
  border-color: var(--haney-green-600);
  box-shadow: 0 0 0 4px rgba(10, 134, 83, 0.13);
}

.banner_form .form-control::placeholder,
.contact_form .form-control::placeholder,
.contact_form textarea::placeholder {
  color: #7c8981;
  opacity: 1;
}

.banner_form textarea,
.contact_form textarea {
  min-height: 118px !important;
  resize: vertical;
}

.banner_form .btn {
  width: 100%;
  margin-top: 8px;
}

.banner_form .g-recaptcha,
.contact_form .g-recaptcha {
  margin: 10px 0 8px;
  transform-origin: left center;
}

/* About section */
.about_section {
  background: var(--haney-white);
}

.about_section .row {
  align-items: center;
  row-gap: 34px;
}

.about_img {
  position: relative;
  margin: 0;
  padding: 0;
}

.about_img::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -18px;
  bottom: -18px;
  width: 58%;
  height: 58%;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--haney-lime), var(--haney-green-700));
}

.about_img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--haney-radius-lg);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--haney-shadow-md);
}

.about_text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(6px, 2vw, 22px) 0 clamp(6px, 2vw, 22px) clamp(16px, 3vw, 42px);
  border: 0;
  border-radius: 0;
  background: transparent;
}

.about_text h6 {
  margin-bottom: 10px;
  color: var(--haney-green-700);
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about_text h3 {
  margin-bottom: 18px;
  color: var(--haney-ink);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.about_text p {
  margin-bottom: 16px;
  color: var(--haney-text);
  font-size: 1rem;
}

.about_text > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--haney-green-700);
  font-family: "Khand", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about_text > a:hover {
  color: var(--haney-orange);
  gap: 12px;
}

.about_text > img,
.about_text br + img {
  width: auto;
  max-width: min(260px, 75%);
  max-height: 92px;
  margin-top: 24px;
  object-fit: contain;
  object-position: left center;
}

.about-shape {
  display: none;
}

.about-page .about_section {
  padding-top: clamp(60px, 7vw, 96px);
}

.about-page .about_img,
.about-page .about_img::after {
  margin: 0;
  padding: 0;
}

.about-page .about_img::after {
  display: none;
}

.about-page .about_img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

/* Statistics */
.count_section {
  isolation: isolate;
  padding: clamp(66px, 7vw, 94px) 0;
  background-position: center;
  background-size: cover;
}

.count_section .overlay {
  z-index: -1;
  background: linear-gradient(115deg, rgba(4, 51, 35, 0.95), rgba(5, 85, 52, 0.87));
}

.count_section .section_title {
  margin-bottom: 34px;
}

.count_section .section_title h4 {
  margin-bottom: 8px;
  color: var(--haney-white);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.count_section .section_title p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.count_section .col-lg-12:not(.section_title) {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.counter_items {
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
  padding: 25px 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  backdrop-filter: blur(7px);
}

.counter_items img {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.counter_items h3 {
  margin-bottom: 4px;
  color: var(--haney-white);
  font-size: clamp(2rem, 3.1vw, 3rem);
}

.counter_items p {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* CMS-managed service grids */
.services_section.d-none,
.snow_section.d-none {
  display: block !important;
}

.services_section {
  padding: clamp(70px, 7vw, 100px) 0;
  background: var(--haney-surface);
}

.services_section + .services_section {
  padding-top: 0;
}

.services_section .row {
  row-gap: 24px;
}

.service_items {
  position: relative;
  height: 100%;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--haney-radius-md);
  background: var(--haney-green-900);
  box-shadow: var(--haney-shadow-sm);
}

.service_items::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 35, 25, 0.92) 0%, rgba(3, 35, 25, 0.1) 70%);
  transition: background 220ms ease;
}

.service_items img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 450ms ease;
}

.service_items h6 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 22px;
  border: 0;
  background: transparent;
  color: var(--haney-white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.1;
  text-align: left;
}

.service_items h6::after {
  content: "\2192";
  float: right;
  color: var(--haney-lime);
}

.service_items:hover img {
  transform: scale(1.07);
}

.service_items:hover::after {
  background: linear-gradient(0deg, rgba(3, 35, 25, 0.96) 0%, rgba(3, 35, 25, 0.22) 78%);
}

.service_items:hover h6 {
  color: var(--haney-white);
}

/* Snow callout */
.snow_section {
  isolation: isolate;
  padding: clamp(76px, 8vw, 112px) 0;
  background-position: center;
  background-size: cover;
}

.snow_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 38, 31, 0.95), rgba(6, 48, 40, 0.78) 55%, rgba(9, 45, 38, 0.38));
}

.snow_section .row {
  align-items: center;
  row-gap: 28px;
}

.snow_text {
  max-width: 760px;
  padding: 0;
}

.snow_text h3,
.snow_text h5,
.snow_text p,
.snow_text li {
  color: var(--haney-white);
}

.snow_text h3 {
  margin-bottom: 8px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.snow_text h5 {
  margin-bottom: 16px;
  color: var(--haney-lime);
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.snow_text p {
  max-width: 680px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
}

.snow_contact {
  margin: 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--haney-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--haney-shadow-md);
}

.snow_contact h4 {
  margin-bottom: 8px;
  color: var(--haney-green-900);
}

.snow_contact h6 {
  margin-bottom: 18px;
  color: var(--haney-muted);
  font-family: "Roboto", sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
}

.snow_contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--haney-orange);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.snow_contact a img {
  width: 38px;
  height: 38px;
}

.snow_contact h5 {
  color: var(--haney-ink);
  font-size: 1.2rem;
  line-height: 1.35;
}

.snow_contact h5 span {
  color: var(--haney-green-700);
}

/* Gallery */
.gallery_section {
  background: var(--haney-white);
}

.gallery_section > .container > .row:first-child {
  align-items: end;
}

.gallery_section > .container > .row:first-child > .col-lg-4,
.blog_section > .container > .row:first-child > .col-lg-4 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: clamp(24px, 4vw, 40px);
}

.gallery_img {
  padding: 8px;
}

.gallery_img a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: var(--haney-green-950);
}

.gallery_img a::after {
  content: "View project";
  position: absolute;
  inset: auto 12px 12px;
  transform: translateY(18px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(5, 47, 34, 0.9);
  color: var(--haney-white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition: transform 200ms ease, opacity 200ms ease;
}

.gallery_img img,
.gallery_glide .gallery_img img {
  width: 100%;
  height: 260px;
  border-radius: 0;
  object-fit: cover;
  transition: transform 450ms ease, opacity 250ms ease;
}

.gallery_img a:hover img {
  transform: scale(1.06);
  opacity: 0.82;
}

.gallery_img a:hover::after {
  transform: translateY(0);
  opacity: 1;
}

.gallery_glide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery_glide .gallery_img {
  padding: 0;
}

.slick-arrow,
.gallery_slide .left_arrow,
.gallery_slide .right_arrow,
.review_slide .left_arrow,
.review_slide .right_arrow,
.blog_slide .left_arrow,
.blog_slide .right_arrow {
  width: 44px;
  height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--haney-white);
  color: var(--haney-green-900);
  box-shadow: var(--haney-shadow-sm);
}

.slick-dots li button {
  border-radius: 999px;
}

/* Reviews */
.review_section {
  background: var(--haney-surface);
}

.review_item {
  height: 100%;
  min-height: 300px;
  margin: 10px 8px 26px;
  padding: 24px;
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

.review_item_header {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review_item_header img {
  width: 52px;
  height: 52px;
  margin: 0;
  border: 2px solid rgba(130, 195, 65, 0.35);
  border-radius: 50%;
  object-fit: cover;
}

.review_item_header h6 {
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
}

.review_item > span {
  display: block;
  margin-bottom: 10px;
}

.review_item span i {
  color: #f5a623;
}

.review_item .review_text {
  height: auto;
  max-height: none;
  overflow: visible;
  color: var(--haney-text);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* Service area */
.services_area_section {
  overflow: hidden;
  background: var(--haney-white);
}

.services_area_section > .container-fluid {
  padding: 0;
}

.services_area_section .row {
  align-items: stretch;
}

.services_area_map {
  height: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(44px, 7vw, 86px);
  background: #eef7e7;
}

.services_area_map img {
  width: min(520px, 100%);
  max-height: 480px;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(5, 63, 43, 0.12));
}

.services_area_content {
  isolation: isolate;
  min-height: 560px;
  height: 100%;
  padding: clamp(54px, 7vw, 96px);
  background-position: center !important;
  background-size: cover !important;
}

.services_area_content .overlay {
  z-index: -1;
  background: linear-gradient(120deg, rgba(3, 48, 32, 0.96), rgba(4, 75, 45, 0.86));
}

.services_area_section .heading h4 {
  color: var(--haney-white);
}

.services_area_content ul {
  column-count: 2;
  column-gap: 28px;
  margin: 0;
  padding: 0;
}

.services_area_content ul li {
  break-inside: avoid;
  margin-bottom: 8px;
  padding-left: 0;
}

.services_area_content ul li::before {
  margin-right: 8px;
}

.services_area_content ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
}

.services_area_content ul li a:hover {
  color: var(--haney-lime);
}

/* Blog cards */
.blog_section {
  padding: clamp(70px, 7vw, 100px) 0;
  background: var(--haney-white);
}

.blog_items {
  height: 100%;
  margin: 10px 8px 30px;
  overflow: hidden;
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

.blog_items > a {
  display: block;
  overflow: hidden;
}

.blog_items img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.blog_items:hover img {
  transform: scale(1.05);
}

.blog_content {
  padding: 24px;
}

.blog_content > span {
  display: block;
  margin-bottom: 8px;
  color: var(--haney-green-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog_content h4 {
  min-height: 0;
  margin-bottom: 12px;
  color: var(--haney-ink);
  font-size: 1.6rem;
  line-height: 1.15;
}

.blog_content p {
  margin-bottom: 14px;
  color: var(--haney-text);
  font-size: 0.93rem;
}

.blog_content > a:last-child {
  color: var(--haney-green-700);
  font-weight: 700;
}

/* Interior team banner */
.title_section {
  isolation: isolate;
  min-height: clamp(350px, 31.25vw, 500px);
  display: flex;
  align-items: center;
  margin: 0 0 clamp(54px, 6vw, 86px);
  padding: 0 !important;
  overflow: hidden;
  background-color: var(--haney-green-950);
  background-image: var(--page-hero-image, url("../images/haney-team-banner.jpg")) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.title_overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 42, 29, 0.34), rgba(3, 42, 29, 0.04) 62%, rgba(3, 42, 29, 0.16));
}

.title_overlay img {
  height: 58px;
  opacity: 0.94;
}

.title_section .container {
  z-index: 2;
  width: 100%;
}

.title_section .row {
  align-items: center;
}

.title_section .col-lg-12 {
  text-align: left !important;
}

.title_section h1 {
  width: fit-content;
  max-width: min(660px, 52%);
  margin: 0;
  padding: 20px 26px 18px;
  border-left: 5px solid var(--haney-orange);
  border-radius: 0 14px 14px 0;
  background: rgba(3, 47, 32, 0.78);
  color: var(--haney-white);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 1;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

/* Interior CMS content */
.title_section + .container,
.title_section + .services_details_section,
.title_section + .gallery_section,
.title_section + .contact_section {
  position: relative;
}

.title_section + .container {
  margin-bottom: clamp(60px, 7vw, 100px);
}

.title_section + .container > .row > [class*="col-"] > h2:first-child,
.title_section + .container > .row > [class*="col-"] > h3:first-child,
.services_details_content > h2:first-child,
.services_details_content > h3:first-child {
  margin-top: 0;
}

.title_section + .container h2,
.title_section + .container h3,
.title_section + .container h4,
.services_details_content h2,
.services_details_content h3,
.services_details_content h4 {
  margin-top: 1.35em;
  margin-bottom: 0.45em;
  color: var(--haney-green-900);
}

.title_section + .container p,
.services_details_content p {
  margin-bottom: 1rem;
  color: var(--haney-text);
  font-size: 1rem;
}

.title_section + .container ul,
.services_details_content ul:not(.blog_meta) {
  margin: 10px 0 24px;
  padding-left: 0;
}

.title_section + .container li,
.services_details_content ul:not(.blog_meta) li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 26px;
}

.title_section + .container li::before,
.services_details_content ul:not(.blog_meta) li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--haney-lime-dark);
  font-weight: 900;
}

.title_section + .container a:not(.btn),
.services_details_content a:not(.btn) {
  color: var(--haney-green-700);
  font-weight: 600;
}

.services_details_section {
  padding: 0 0 clamp(64px, 7vw, 100px);
}

.services_details_section .row {
  row-gap: 34px;
}

.services_details_content {
  margin-right: clamp(0px, 3vw, 42px);
}

.services_details_content > img,
.blog_details .services_details_content > img {
  width: 100%;
  max-height: 520px;
  margin-bottom: 28px;
  border-radius: var(--haney-radius-md);
  object-fit: cover;
  box-shadow: var(--haney-shadow-sm);
}

.services_details_content .btn {
  margin-top: 18px;
}

.services_details_sidebar {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

.services_details_sidebar h4 {
  margin: 0;
  padding: 15px 18px;
  border-radius: 0;
  background: var(--haney-green-900);
  color: var(--haney-white);
  font-size: 1.42rem;
  letter-spacing: 0.025em;
}

.services_details_sidebar > br {
  display: none;
}

.services_details_sidebar ul {
  margin: 0;
  padding: 14px 18px 18px;
}

.services_details_sidebar ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--haney-line);
}

.services_details_sidebar ul li:last-child {
  border-bottom: 0;
}

.services_details_sidebar ul a {
  display: block;
  padding: 9px 0;
  color: var(--haney-text);
  font-size: 0.94rem;
}

.services_details_sidebar ul a:hover,
.services_details_sidebar ul a.active,
.services_details_sidebar ul li a[aria-current="page"] {
  color: var(--haney-orange) !important;
  font-weight: 700;
}

.sidebar_contact_info {
  width: calc(100% - 30px);
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 10px;
  margin: 0 15px;
  padding: 13px 0;
  border-bottom: 1px solid var(--haney-line);
}

.sidebar_contact_info:last-child {
  margin-bottom: 10px;
  border-bottom: 0;
}

.sidebar_contact_info img {
  position: static;
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sidebar_contact_info h6 {
  padding: 0;
  color: var(--haney-green-700);
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar_contact_info p {
  overflow-wrap: anywhere;
  color: var(--haney-ink);
  font-size: 0.87rem;
  line-height: 1.45;
}

/* About page long-form CMS content */
.about-page .count_section + .container {
  max-width: 1040px;
  margin-top: clamp(60px, 7vw, 96px);
  margin-bottom: clamp(70px, 8vw, 112px);
}

.about-page .count_section + .container h4 {
  margin-top: 1.5em;
  margin-bottom: 0.45em;
  color: var(--haney-green-900);
}

.about-page .count_section + .container h4:first-child {
  margin-top: 0;
}

.about-page .count_section + .container ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 20px 0 28px;
  padding: 0;
}

.about-page .count_section + .container li {
  position: relative;
  padding: 15px 16px 15px 44px;
  border: 1px solid var(--haney-line);
  border-radius: 12px;
  background: var(--haney-surface);
}

.about-page .count_section + .container li::before {
  content: "\2713";
  position: absolute;
  left: 17px;
  top: 14px;
  color: var(--haney-lime-dark);
  font-weight: 900;
}

/* Contact and quote pages */
.contact_section {
  margin: 0 0 clamp(56px, 7vw, 90px);
}

.contact_box {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-lg);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-md);
}

.contact_form {
  height: 100%;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 0;
  background: linear-gradient(145deg, var(--haney-green-800), var(--haney-green-950));
}

.contact_form h4 {
  margin-bottom: 8px;
  color: var(--haney-white);
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.contact_form > p,
.contact_form .form-intro {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.contact_form label {
  color: rgba(255, 255, 255, 0.92);
}

.contact_form .btn {
  width: 100%;
  margin-top: 10px;
}

.form-status {
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.form-status--error {
  border: 1px solid #ffb2a7;
  background: #fff0ee;
  color: #842b20;
}

.form-status--success {
  border: 1px solid #b8e0a1;
  background: #eef9e7;
  color: #1d5b2c;
}

.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact_info {
  height: 100%;
  padding: clamp(32px, 5vw, 56px);
}

.contact_info h4 {
  margin-bottom: 26px;
  color: var(--haney-green-900);
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.contact_info .contact_items {
  position: relative;
  min-height: 68px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid var(--haney-line);
  border-radius: 14px;
  background: var(--haney-surface);
}

.contact_info .contact_items + br {
  display: none;
}

.contact_info .contact_items i {
  position: static;
  grid-row: 1 / span 2;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 12px;
  background: #e0eee6;
  color: var(--haney-green-700);
  line-height: 50px;
}

.contact_info .contact_items span {
  color: var(--haney-green-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact_info .contact_items p {
  overflow-wrap: anywhere;
  color: var(--haney-ink);
  font-size: 0.96rem;
  line-height: 1.45;
}

.contact_info .contact_items:hover {
  border-color: rgba(130, 195, 65, 0.72);
  transform: translateY(-1px);
}

.social_icons {
  margin-top: 28px;
}

.social_icons h6 {
  margin-bottom: 12px;
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.social_icons a {
  display: inline-flex;
  margin: 0 6px 6px 0;
}

.social_icons a i {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background: var(--haney-green-900);
  color: var(--haney-white);
  line-height: 40px;
}

.social_icons a i:hover {
  background: var(--haney-orange);
}

.contact_section + .container-fluid iframe,
.contact-map iframe,
iframe[src*="google.com/maps"] {
  display: block;
  min-height: 420px;
  border-radius: var(--haney-radius-md);
  box-shadow: var(--haney-shadow-sm);
}

/* Blog detail */
.blog_details {
  padding-top: clamp(54px, 6vw, 84px);
}

.blog_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 24px;
  padding: 0;
}

.blog_meta li {
  padding: 0;
  color: var(--haney-muted);
  font-size: 0.82rem;
}

.blog_meta li::before {
  display: none;
}

.blog_details_info {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--haney-line);
}

.blog_details_info img {
  width: 74px;
  height: 62px;
  border-radius: 10px;
  object-fit: cover;
}

.blog_details_info p {
  margin: 0;
  color: var(--haney-ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
}

/* Footer */
.footer_section {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 10vw, 140px) 0 0;
  background: var(--haney-green-950);
}

.footer_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 12%, rgba(130, 195, 65, 0.12), transparent 34%);
  pointer-events: none;
}

.footer_section .container-fluid {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 56px);
}

.footer_section > .container-fluid > .row:first-child {
  display: none;
}

.footer_section .footer_overlay img {
  top: -2px;
  height: 86px;
  object-fit: fill;
}

.footer_item {
  margin-bottom: 34px;
  padding: 0 14px;
}

.footer_logo {
  width: min(210px, 100%);
  height: auto;
  margin-bottom: 24px;
}

.footer_contact_info {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 10px;
  margin-bottom: 18px;
}

.footer_contact_info img {
  position: static;
  grid-row: 1 / span 2;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.footer_contact_info h6 {
  padding: 0;
  color: var(--haney-lime);
  font-family: "Roboto", sans-serif;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.3;
}

.footer_contact_info p {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.45;
}

.footer_item h4 {
  margin-bottom: 20px;
  color: var(--haney-white);
  font-size: 1.25rem;
  letter-spacing: 0.035em;
}

.footer_item ul {
  margin: 0;
  padding: 0;
}

.footer_item ul li {
  margin-bottom: 8px;
}

.footer_item ul li a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}

.footer_item ul li a:hover {
  color: var(--haney-lime);
}

.footer_social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer_social a {
  display: inline-flex;
}

.footer_social i {
  width: 40px;
  height: 40px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--haney-white);
  line-height: 38px;
}

.footer_social i:hover {
  background: var(--haney-orange);
}

.bottom_section {
  margin-top: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bottom_section p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.mobile-quick-actions {
  display: none;
}

/* Utility controls */
.totop {
  z-index: 998;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--haney-green-900);
  color: var(--haney-white);
  line-height: 46px;
  box-shadow: var(--haney-shadow-sm);
}

.totop:hover {
  background: var(--haney-orange);
  line-height: 46px;
}

#preloader {
  background: rgba(255, 255, 255, 0.98);
}

#preloader::before {
  border-top-color: var(--haney-lime);
  border-bottom-color: var(--haney-orange);
}


/* Complete front-end review refinements */
.eyebrow {
  margin: 0 0 10px;
  color: var(--haney-green-700);
  font-family: "Roboto", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cms-copy > :first-child,
.cms-content > :first-child,
.article-content > :first-child {
  margin-top: 0;
}

.cms-copy > :last-child,
.cms-content > :last-child,
.article-content > :last-child {
  margin-bottom: 0;
}

.about_text h2 {
  margin-bottom: 18px;
  color: var(--haney-ink);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.about_text .cms-copy p {
  margin-bottom: 16px;
}

.count_section .section_title h2 {
  margin-bottom: 8px;
  color: var(--haney-white);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.counter_items .counter-number {
  margin: 0 0 4px;
  color: var(--haney-white);
  font-family: "Khand", sans-serif;
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.counter_items .counter-number span {
  color: inherit;
  font: inherit;
}

.services_area_content ul li::before {
  content: "\2713";
  color: var(--haney-lime);
  font-family: inherit;
  font-weight: 900;
}

/* Form layout and feedback */
.field-group {
  min-width: 0;
  margin: 0 0 14px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-row .field-group {
  margin-bottom: 0;
}

.field-group .form-control {
  margin-bottom: 0;
}

.banner_form .field-row {
  grid-template-columns: 1fr;
}

.required-note {
  margin: 2px 0 8px;
  color: var(--haney-muted);
  font-size: 0.78rem;
}

.contact_form .required-note {
  color: rgba(255, 255, 255, 0.74);
}

.optional {
  font-size: 0.78em;
  font-weight: 500;
  opacity: 0.8;
}

.form-status strong {
  display: block;
  margin-bottom: 4px;
}

.form-status ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.form-status p,
.form-status li {
  color: inherit;
  font-size: inherit;
}

.btn--light {
  border-color: var(--haney-white);
  background: var(--haney-white);
  color: var(--haney-green-900) !important;
  box-shadow: none;
}

.btn--light:hover,
.btn--light:focus {
  border-color: var(--haney-lime);
  background: var(--haney-lime);
  color: var(--haney-green-950) !important;
}

/* Reusable CMS content surfaces */
.page-intro {
  padding: 0 0 clamp(34px, 5vw, 54px);
}

.page-intro .cms-content,
.gallery-intro,
.review-page-intro {
  max-width: 900px;
  margin-inline: auto;
}

.page-intro .cms-content {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-surface);
}

.content-section {
  padding: 0 0 clamp(48px, 6vw, 76px);
}

.content-card,
.article-card {
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-lg);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

.content-card::before,
.article-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(var(--haney-orange), var(--haney-lime));
}

.cms-content {
  overflow-wrap: anywhere;
}

.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5,
.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 1.35em 0 0.45em;
  color: var(--haney-green-900);
}

.cms-content h2:first-child,
.cms-content h3:first-child,
.cms-content h4:first-child,
.article-content h2:first-child,
.article-content h3:first-child {
  margin-top: 0;
}

.cms-content p,
.cms-content li,
.article-content p,
.article-content li {
  color: var(--haney-text);
  font-size: 1rem;
}

.cms-content ul,
.cms-content ol,
.article-content ul,
.article-content ol {
  margin: 14px 0 24px;
  padding-left: 1.35rem;
}

.cms-content li + li,
.article-content li + li {
  margin-top: 7px;
}

.cms-content a:not(.btn),
.article-content a:not(.btn) {
  color: var(--haney-green-700);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cms-content img,
.article-content img {
  height: auto;
  margin: 18px 0;
  border-radius: 14px;
}

.cms-content blockquote,
.article-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--haney-orange);
  border-radius: 0 12px 12px 0;
  background: var(--haney-surface);
}

.cms-content blockquote p,
.article-content blockquote p {
  margin: 0;
  color: var(--haney-green-900);
  font-size: 1.08rem;
  font-weight: 600;
}

.responsive-table {
  max-width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--haney-line);
  border-radius: 12px;
  background: var(--haney-white);
  -webkit-overflow-scrolling: touch;
}

.responsive-table table,
.cms-content table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
}

.cms-content th,
.cms-content td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--haney-line);
  text-align: left;
}

.cms-content th {
  background: var(--haney-green-900);
  color: var(--haney-white);
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--haney-line);
}

.text-link,
a.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--haney-green-700);
  font-family: "Khand", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.text-link:hover,
a.text-link:hover {
  color: var(--haney-orange);
}

/* Interior conversion panel */
.interior-cta {
  padding: 0 0 clamp(70px, 8vw, 106px);
}

.interior-cta__inner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  border-radius: var(--haney-radius-lg);
  background: linear-gradient(125deg, var(--haney-green-950), var(--haney-green-700));
  box-shadow: var(--haney-shadow-md);
}

.interior-cta__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 54px solid rgba(130, 195, 65, 0.14);
  border-radius: 50%;
}

.interior-cta .eyebrow {
  color: var(--haney-lime);
}

.interior-cta h2 {
  max-width: 650px;
  margin: 0;
  color: var(--haney-white);
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.interior-cta__actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.interior-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--haney-white);
  font-family: "Khand", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  white-space: nowrap;
}

.interior-cta__phone:hover {
  color: var(--haney-lime);
}

/* Location and article sidebars */
.services_details_sidebar h2 {
  margin: 0;
  padding: 15px 18px;
  background: var(--haney-green-900);
  color: var(--haney-white);
  font-size: 1.42rem;
  letter-spacing: 0.025em;
}

.sidebar_contact_info h3 {
  margin: 0;
  padding: 0;
  color: var(--haney-green-700);
  font-family: "Roboto", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.services_details_sidebar .sidebar_contact_info p {
  margin: 0;
}

.location-content-section {
  padding-top: 0;
}

.location-content-section .services_details_content {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

/* Gallery index */
.gallery-page-section {
  padding-top: 0;
}

.gallery-intro {
  margin-bottom: clamp(30px, 5vw, 48px);
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-md);
  background: var(--haney-surface);
  text-align: center;
}

.gallery_glide figure,
.gallery_glide .gallery_img {
  margin: 0;
}

.empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 64px);
  border: 1px dashed rgba(8, 112, 71, 0.35);
  border-radius: var(--haney-radius-lg);
  background: var(--haney-surface);
  text-align: center;
}

.empty-state h2 {
  margin-bottom: 10px;
  color: var(--haney-green-900);
}

.empty-state p {
  margin-bottom: 22px;
}

/* Blog and reviews indexes */
.blog-index-section,
.reviews-index-section {
  padding-top: 0;
  padding-bottom: clamp(70px, 8vw, 106px);
}

.blog-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-grid .blog_items,
.reviews-grid .review_item {
  height: 100%;
  margin: 0;
}

.blog-grid .blog_items {
  display: flex;
  flex-direction: column;
}

.blog-card-image {
  display: block;
  overflow: hidden;
}

.blog-grid .blog_items > a img,
.blog-card-image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 400ms ease;
}

.blog-grid .blog_items:hover .blog-card-image img {
  transform: scale(1.045);
}

.blog-grid .blog_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog_content time,
.blog_content > span {
  display: block;
  margin-bottom: 8px;
  color: var(--haney-green-700);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog_content h2,
.blog_content h3,
.blog_content h4 {
  min-height: 0;
  margin: 0 0 12px;
  color: var(--haney-ink);
  font-size: 1.6rem;
  line-height: 1.15;
}

.blog_content h2 a,
.blog_content h3 a,
.blog_content > a h3,
.blog_content > a h4 {
  color: inherit;
}

.blog_content .text-link,
.blog_content > a:last-child {
  margin-top: auto;
}

.reviews-index-section .heading {
  max-width: 840px;
  margin-inline: auto;
}

.reviews-grid .review_item {
  min-height: 0;
  padding: 26px;
}

.reviews-grid .review_item_header h2,
.reviews-grid .review_item_header h3 {
  margin: 0;
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.review-stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
}

.reviews-external-link {
  margin-top: 36px;
}

/* Contact and quote pages */
.contact_form h2,
.contact_info h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.contact_form h2 {
  color: var(--haney-white);
}

.contact_info h2 {
  margin-bottom: 12px;
  color: var(--haney-green-900);
}

.contact_info_intro {
  margin-bottom: 24px;
}

.social_icons h3 {
  margin-bottom: 12px;
  color: var(--haney-ink);
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-map {
  margin-top: 0;
  margin-bottom: clamp(70px, 8vw, 104px) !important;
}

/* Article detail */
.blog-article-page .blog_details {
  padding-top: clamp(34px, 5vw, 60px);
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--haney-muted);
  font-size: 0.82rem;
}

.breadcrumb-nav a {
  color: var(--haney-green-700);
  font-weight: 700;
}

.article-card {
  max-width: none;
  margin-right: clamp(0px, 2vw, 24px);
}

.article-card h1 {
  margin-bottom: 16px;
  color: var(--haney-green-950);
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.article-featured-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recent-posts-sidebar .blog_details_info {
  grid-template-columns: 74px minmax(0, 1fr);
}

.recent-posts-sidebar .blog_details_info span {
  color: var(--haney-ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.recent-posts-sidebar .blog_details_info:hover span {
  color: var(--haney-orange);
}

/* Better keyboard handling for desktop dropdowns */
.navbar .dropdown:focus-within > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* Responsive */
@media (max-width: 1350px) {
  .header_call {
    display: none;
  }
}

@media (max-width: 1320px) {
  :root {
    --haney-header-height: 76px;
  }

  .header_part img,
  .header_part.scrolling img {
    height: 62px;
  }

  .navbar > ul,
  .navbar .header_call,
  .navbar .call_icon {
    display: none;
  }

  .toggle_icon {
    display: block;
  }

  .navbar.navbar-mobile {
    position: static;
  }

  .navbar-mobile > ul {
    position: fixed;
    inset: var(--haney-header-height) 14px auto;
    z-index: 1004;
    max-height: calc(100svh - var(--haney-header-height) - 28px);
    display: block;
    overflow-y: auto;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--haney-line);
    border-radius: 16px;
    background: var(--haney-white);
    box-shadow: 0 24px 70px rgba(3, 35, 25, 0.25);
  }

  .navbar-mobile > ul > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid var(--haney-line);
  }

  .navbar-mobile > ul > li:last-child {
    border-bottom: 0;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    width: 100%;
    min-height: 48px;
    padding: 12px 10px;
    color: var(--haney-ink);
    font-size: 1rem;
  }

  .navbar-mobile > ul > li > a::before {
    display: none;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    width: 100%;
    min-width: 0;
    display: none;
    margin: 0 0 10px;
    padding: 8px;
    border: 0;
    border-left: 3px solid var(--haney-lime);
    border-radius: 0 10px 10px 0;
    background: var(--haney-surface);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

  .navbar-mobile .dropdown ul li {
    min-width: 0;
  }

  .navbar-mobile .dropdown ul a {
    min-height: 42px;
    padding: 9px 10px;
  }

  .navbar-mobile .dropdown.is-open > a i {
    transform: rotate(180deg);
  }

  .banner_section {
    min-height: auto;
  }

  .banner_section .col-lg-3 {
    display: none;
  }

  .banner_section .col-lg-5,
  .banner_section .col-lg-4 {
    width: 50%;
  }

  .counter_items p {
    font-size: 0.66rem;
  }

  .services_area_map,
  .services_area_content {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .top_part .row {
    row-gap: 4px;
  }

  .top_part .text-end {
    text-align: left !important;
  }

  .banner_section .col-lg-5,
  .banner_section .col-lg-4 {
    width: 100%;
  }

  .banner_section .row {
    row-gap: 40px;
  }

  .banner_text {
    max-width: 760px;
  }

  .banner_form {
    max-width: 680px;
    margin: 0;
  }

  .about_text {
    padding-left: 0;
  }

  .count_section .col-lg-12:not(.section_title) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .counter_items:nth-child(4),
  .counter_items:nth-child(5) {
    grid-column: span 1;
  }

  .services_area_map,
  .services_area_content {
    min-height: auto;
  }

  .services_area_map {
    padding: 54px 24px;
  }

  .services_area_content {
    padding: 58px 36px;
  }

  .title_section h1 {
    max-width: 58%;
  }

  .services_details_content {
    margin-right: 0;
  }

  .gallery_glide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer_section .row.position-relative {
    row-gap: 10px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 68px;
  }

  .container,
  .container-fluid {
    --bs-gutter-x: 1.35rem;
  }

  .top_part {
    display: none;
  }

  .header_part,
  .header_part.scrolling {
    height: 70px;
  }

  :root {
    --haney-header-height: 70px;
  }

  .header_part img,
  .header_part.scrolling img {
    height: 56px;
  }

  .mobile-nav-toggle {
    width: 44px;
    height: 44px;
  }

  .banner_section {
    padding: 58px 18px 70px;
    background-position: 42% center;
  }

  .banner_section::before {
    background: linear-gradient(90deg, rgba(3, 35, 25, 0.94), rgba(3, 35, 25, 0.72));
  }

  .banner_text h1 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .banner_text p {
    font-size: 1rem;
  }

  .banner_form::before {
    padding: 9px 18px;
  }

  .banner_form .form {
    padding: 24px 20px;
  }

  .banner_form .g-recaptcha,
  .contact_form .g-recaptcha {
    transform: scale(0.88);
  }

  .about_img::before {
    left: -10px;
    bottom: -10px;
  }

  .about_img img {
    border-radius: 20px;
  }

  .about-page .about_img img {
    aspect-ratio: 3 / 2;
  }

  .count_section .col-lg-12:not(.section_title) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .counter_items:last-child {
    grid-column: 1 / -1;
    max-width: 260px;
    width: 100%;
    justify-self: center;
  }

  .service_items {
    min-height: 230px;
  }

  .gallery_section > .container > .row:first-child > .col-lg-4,
  .blog_section > .container > .row:first-child > .col-lg-4 {
    justify-content: flex-start;
    padding-bottom: 26px;
  }

  .services_area_content {
    padding: 52px 24px;
  }

  .services_area_content ul {
    column-count: 1;
  }

  .title_section {
    min-height: min(74vw, 480px);
    margin-bottom: 52px;
    background-image: var(--page-hero-image-mobile, var(--page-hero-image, url("../images/haney-team-banner-mobile.jpg"))) !important;
    background-position: center center !important;
  }


  .title_overlay {
    background: linear-gradient(0deg, rgba(3, 42, 29, 0.52), rgba(3, 42, 29, 0.02) 70%);
  }

  .title_overlay img {
    height: 36px;
  }

  .title_section .container {
    align-self: flex-end;
    padding-bottom: 44px;
  }

  .title_section h1 {
    max-width: 100%;
    padding: 14px 18px 12px;
    border-left-width: 4px;
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .about-page .count_section + .container ul {
    grid-template-columns: 1fr;
  }

  .gallery_glide {
    grid-template-columns: 1fr;
  }

  .gallery_img img,
  .gallery_glide .gallery_img img {
    height: 250px;
  }

  .contact_box {
    border-radius: 20px;
  }

  .contact_form,
  .contact_info {
    padding: 28px 22px;
  }

  .footer_section {
    padding-top: 90px;
  }

  .footer_item {
    padding: 0;
  }

  .footer_section .col-6 {
    width: 50%;
  }

  .footer_section .col-lg-2.col-12,
  .footer_section .col-lg-3.col-md-12 {
    width: 100%;
  }

  .bottom_section {
    margin-bottom: 0;
  }

  .mobile-quick-actions {
    position: fixed;
    z-index: 1001;
    inset: auto 0 0;
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    gap: 8px;
    border-top: 1px solid rgba(5, 63, 43, 0.12);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -10px 30px rgba(5, 47, 34, 0.12);
    backdrop-filter: blur(12px);
  }

  .mobile-quick-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-family: "Khand", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .mobile-quick-actions__call {
    background: var(--haney-green-900);
    color: var(--haney-white);
  }

  .mobile-quick-actions__quote {
    background: var(--haney-orange);
    color: var(--haney-white);
  }

  .totop {
    bottom: 80px;
  }
}

@media (max-width: 440px) {
  .banner_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner_form .g-recaptcha,
  .contact_form .g-recaptcha {
    transform: scale(0.77);
  }

  .count_section .col-lg-12:not(.section_title) {
    grid-template-columns: 1fr;
  }

  .counter_items:last-child {
    grid-column: auto;
    max-width: none;
  }

  .title_section {
    min-height: 390px;
  }

  .footer_section .col-6 {
    width: 100%;
  }
}


@media (max-width: 991px) {
  .blog-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .interior-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .interior-cta__actions {
    justify-content: flex-start;
  }

  .article-card {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .field-row,
  .blog-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .content-card,
  .article-card,
  .location-content-section .services_details_content {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .content-card::before,
  .article-card::before {
    width: 4px;
  }

  .interior-cta__inner {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .interior-cta__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .interior-cta__actions .btn,
  .interior-cta__phone {
    width: 100%;
    justify-content: center;
  }

  .content-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .content-actions .btn,
  .content-actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .page-intro .cms-content,
  .gallery-intro {
    padding: 22px 18px;
  }

  .blog-grid .blog_items > a img,
  .blog-card-image img {
    height: 220px;
  }

  .breadcrumb-nav {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #preloader {
    display: none !important;
  }
}

@media print {
  .top_part,
  .header_part,
  .footer_section,
  .totop,
  .mobile-quick-actions,
  #preloader {
    display: none !important;
  }

  body {
    padding: 0;
  }
}

.about_img picture {
  display: block;
}

.recent-post-placeholder {
  width: 74px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--haney-surface);
  color: var(--haney-green-700);
  font-size: 1.35rem;
}

/* Final quality pass: image treatment, controls, CMS resilience, and small-screen polish */
.totop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.totop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.title_section--team .title_overlay {
  background: linear-gradient(90deg, rgba(2, 35, 24, 0.18), transparent 54%, rgba(2, 35, 24, 0.08));
}

.title_section--team h1 {
  max-width: min(620px, 48%);
  background: rgba(3, 47, 32, 0.46);
  box-shadow: 0 14px 38px rgba(1, 25, 17, 0.14);
}

.cms-content-shell {
  max-width: 1040px;
  margin-top: clamp(60px, 7vw, 96px);
  margin-bottom: clamp(70px, 8vw, 112px);
}

.cms-content-shell > .row > [class*="col-"] {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--haney-line);
  border-radius: var(--haney-radius-lg);
  background: var(--haney-white);
  box-shadow: var(--haney-shadow-sm);
}

.cms-content iframe,
.article-content iframe {
  max-width: 100%;
}

.cms-content video,
.article-content video {
  max-width: 100%;
  height: auto;
}

.cms-content hr,
.article-content hr {
  margin: 34px 0;
  border: 0;
  border-top: 1px solid var(--haney-line);
  opacity: 1;
}

.cms-content strong,
.article-content strong {
  color: var(--haney-ink);
}

.contact_form .form-control,
.contact_form select,
.contact_form textarea {
  border-color: rgba(255, 255, 255, 0.38);
}

.contact_form .form-control:focus,
.contact_form select:focus,
.contact_form textarea:focus {
  border-color: var(--haney-lime);
  box-shadow: 0 0 0 4px rgba(130, 195, 65, 0.2);
}

.contact_form .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.review_item .review_text > :last-child {
  margin-bottom: 0;
}

.review_item .review_text {
  overflow-wrap: anywhere;
}

.gallery_img a:focus-visible {
  outline-offset: 5px;
}

.navbar-mobile > ul {
  overscroll-behavior: contain;
}

.navbar .supply-store-link {
  color: var(--haney-orange);
}

.navbar .supply-store-link:hover,
.navbar .supply-store-link:focus {
  color: var(--haney-orange-dark);
}

@media (max-width: 1320px) {
  .top_part {
    padding-inline: 18px;
  }

  .navbar-mobile > ul {
    top: calc(var(--haney-header-height) + 8px);
  }
}

@media (max-width: 767px) {
  /* Show the complete team photo first, then the page title in its own strip. */
  .title_section--team {
    min-height: 0;
    display: block;
    padding-top: 66.6667vw !important;
    background-color: var(--haney-green-950);
    background-image: var(--page-hero-image-mobile, var(--page-hero-image, url("../images/haney-team-banner-mobile.jpg"))) !important;
    background-position: top center !important;
    background-size: 100% auto !important;
  }

  .title_section--team .title_overlay {
    display: none;
  }

  .title_section--team .container {
    width: 100%;
    max-width: none;
    padding: 18px var(--bs-gutter-x) 20px;
    background: linear-gradient(110deg, var(--haney-green-950), var(--haney-green-800));
  }

  .title_section--team h1 {
    width: 100%;
    max-width: none;
    padding: 0 0 0 14px;
    border-left: 4px solid var(--haney-orange);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: clamp(2.25rem, 10vw, 3.15rem);
    backdrop-filter: none;
  }

  .title_section:not(.title_section--team) {
    min-height: 360px;
  }

  .cms-content-shell > .row > [class*="col-"] {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .contact-map iframe,
  iframe[src*="google.com/maps"] {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  /* Dot navigation is clearer on phones; off-canvas arrows caused horizontal overflow. */
  .slick-arrow,
  .gallery_slide .left_arrow,
  .gallery_slide .right_arrow,
  .review_slide .left_arrow,
  .review_slide .right_arrow,
  .blog_slide .left_arrow,
  .blog_slide .right_arrow,
  .about_slide .left_arrow,
  .about_slide .right_arrow,
  .slick_slide .left_arrow,
  .slick_slide .right_arrow {
    display: none !important;
  }
}

.snow_section [class*="col-"],
.snow_contact {
  min-width: 0;
}

.snow_contact h4,
.snow_contact h5,
.snow_contact h6,
.snow_contact a {
  max-width: 100%;
  overflow-wrap: anywhere;
}
