@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Rubik:wght@600;700;800&display=swap');

:root {
  --wl-ink: #1a241d;
  --wl-ink-soft: #4a564b;
  --wl-bg: #f2ede4;
  --wl-panel: #fbf7f0;
  --wl-panel-soft: #eee5d8;
  --wl-brand: #2f6c48;
  --wl-brand-deep: #173727;
  --wl-brand-surface-gradient: linear-gradient(156deg, #121813 0%, #1b261e 56%, #243429 100%);
  --wl-brand-surface-gradient-strong: linear-gradient(120deg, rgba(14, 18, 15, 0.95), rgba(28, 37, 31, 0.94) 58%, rgba(38, 52, 42, 0.92));
  --wl-brand-surface-gradient-scrolled: linear-gradient(120deg, rgba(11, 15, 12, 0.97), rgba(23, 31, 26, 0.96) 62%, rgba(33, 45, 37, 0.95));
  --wl-accent: #6cb538;
  --wl-accent-border: rgba(41, 87, 24, 0.24);
  --wl-accent-text: #18311a;
  --wl-accent-gradient: linear-gradient(180deg, #79bc44 0%, #6cad3a 52%, #5e9a31 100%);
  --wl-accent-gradient-hover: linear-gradient(180deg, #83c84d 0%, #73b640 54%, #639f36 100%);
  --wl-accent-shadow: 0 6px 12px rgba(20, 46, 16, 0.16);
  --wl-line: rgba(29, 35, 29, 0.12);
  --wl-shadow: 0 26px 50px rgba(16, 22, 18, 0.14);
  --wl-shadow-soft: 0 16px 32px rgba(16, 22, 18, 0.09);
  --wl-radius: 18px;
  --wl-radius-sm: 12px;
  --wl-shell: 1240px;
  --wl-header-h: 86px;
  --wl-button-radius: 12px;
  --wl-button-shadow: 0 14px 24px rgba(11, 16, 13, 0.18);
  --wl-surface-dark: #111814;
  --wl-surface-dark-soft: #1d2921;
  --wl-surface-dark-deep: #0b110d;
  --wl-surface-contrast: #f6f1e6;

  /* Compatibility aliases for migrated block CSS. */
  --green: #2f6c48;
  --green2: #6daa7d;
  --text: #f6faf6;
  --header-h: var(--wl-header-h);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background:
    radial-gradient(900px 420px at 12% -6%, rgba(89, 135, 96, 0.12), transparent 66%),
    radial-gradient(720px 360px at 87% 2%, rgba(195, 154, 93, 0.1), transparent 62%),
    linear-gradient(180deg, #f7f4ed, #f0e8db 52%, #f6f2e9 100%);
  color: var(--wl-ink);
  font-family: 'Outfit', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--wl-brand-deep);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--wl-brand);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', 'Avenir Next', 'Segoe UI', sans-serif;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 0.6em;
  color: #18211b;
}

h1 {
  font-size: clamp(2rem, 3.7vw, 4.2rem);
}

h2 {
  font-size: clamp(1.65rem, 2.8vw, 3rem);
}

h3 {
  font-size: clamp(1.3rem, 2vw, 2rem);
}

p,
ul,
ol,
blockquote {
  margin: 0 0 1.1em;
}

.wl-shell {
  width: min(var(--wl-shell), calc(100% - 2.4rem));
  margin-inline: auto;
}

.wl-main {
  padding: clamp(2rem, 4vw, 2.7rem) 0 clamp(2.4rem, 4vw, 3rem);
}

.wl-content-top,
.wl-content-bottom {
  margin: 0 0 1.35rem;
}

.wl-content-shell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), var(--wl-panel));
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  box-shadow: var(--wl-shadow-soft);
  padding: clamp(1.25rem, 2.6vw, 2.1rem);
}

.wl-content-shell--services {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.wl-page-header {
  margin: 0 0 clamp(0.7rem, 1.6vw, 0.95rem);
}

.wl-page-header__inner {
  display: grid;
  gap: 0.45rem;
  max-width: min(74ch, 100%);
}

.wl-page-header__title {
  margin: 0;
  max-width: none;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #18211b;
}

.wl-page-header__accent {
  color: #2f6c48;
}

.wl-page-header__subtitle {
  margin: 0;
  max-width: 32ch;
  font-size: clamp(1.08rem, 1.65vw, 1.42rem);
  font-weight: 600;
  line-height: 1.25;
  color: #274233;
}

.wl-page-header__description {
  margin: 0;
  max-width: 70ch;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #546257;
}

.wl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: #5f6c61;
}

.wl-kicker::before {
  content: '';
  width: clamp(1.4rem, 1.12rem + 0.72vw, 1.68rem);
  aspect-ratio: 278 / 242;
  flex: none;
  background: center / contain no-repeat url('../images/branding/wld_leaf_mark.png');
  filter: drop-shadow(0 7px 13px rgba(23, 55, 39, 0.18));
  transform: translateY(-2px);
}

.wl-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.wl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.28rem;
  min-height: 46px;
  border-radius: var(--wl-button-radius);
  border: 1px solid rgba(31, 40, 32, 0.16);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 18px rgba(12, 18, 14, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wl-button:hover,
.wl-button:focus {
  transform: translateY(-2px);
}

.wl-button--primary {
  border-color: rgba(18, 42, 29, 0.38);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #315f44 0%, #1b402b 100%);
  color: #f6f2ea;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 0 1px rgba(30, 55, 40, 0.16),
    var(--wl-button-shadow);
}

.wl-button--primary:hover,
.wl-button--primary:focus {
  color: #ffffff;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #3a6e4e 0%, #214a32 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 0 1px rgba(35, 62, 46, 0.18),
    0 14px 24px rgba(11, 16, 13, 0.22);
}

.wl-button--accent {
  border-color: var(--wl-accent-border);
  background: var(--wl-accent-gradient);
  color: var(--wl-accent-text);
  min-height: 40px;
  padding: 0.68rem 1.05rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    var(--wl-accent-shadow);
}

.wl-button--accent:hover,
.wl-button--accent:focus {
  color: var(--wl-accent-text);
  background: var(--wl-accent-gradient-hover);
}

.wl-button--ghost {
  border-color: rgba(53, 61, 53, 0.12);
  background: linear-gradient(180deg, #fffdf8 0%, #f0e7d7 100%);
  color: #1b2b21;
  min-height: 40px;
  padding: 0.68rem 1.05rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 10px 18px rgba(12, 18, 14, 0.08);
}

.wl-button--ghost:hover,
.wl-button--ghost:focus {
  background: linear-gradient(180deg, #ffffff 0%, #f4ecde 100%);
}

.wl-button--compact {
  min-height: 0;
  padding: 0.66rem 1rem;
  font-size: 0.78rem;
}

.wl-home-hero .wl-button--ghost,
.wl-front-title-banner .wl-button--ghost {
  border-color: rgba(243, 232, 209, 0.26);
  background: linear-gradient(180deg, rgba(246, 239, 227, 0.12), rgba(18, 23, 19, 0.26));
  color: #f6f1e8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 22px rgba(7, 12, 9, 0.22);
}

.wl-home-hero .wl-button--ghost:hover,
.wl-home-hero .wl-button--ghost:focus,
.wl-front-title-banner .wl-button--ghost:hover,
.wl-front-title-banner .wl-button--ghost:focus {
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.18), rgba(23, 29, 24, 0.32));
}

.wl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px) saturate(1.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--wl-brand-surface-gradient-strong);
  border-bottom: 1px solid rgba(233, 220, 194, 0.18);
  box-shadow: 0 16px 30px rgba(10, 14, 11, 0.18);
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.wl-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--wl-brand-surface-gradient-scrolled);
  border-bottom-color: rgba(233, 220, 194, 0.24);
  box-shadow: 0 18px 32px rgba(8, 12, 10, 0.24);
}

.wl-header__inner {
  min-height: var(--wl-header-h);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1.35rem, 2vw, 2.1rem);
}

.wl-header__brand {
  min-width: 154px;
}

.wl-header__brand-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wl-header__brand-link:hover,
.wl-header__brand-link:focus {
  transform: translateY(-1px);
  opacity: 0.96;
}

.wl-header__brand img {
  width: clamp(148px, 15vw, 214px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(6, 10, 8, 0.2));
}

.wl-nav-toggle {
  display: none;
}

.wl-nav-toggle__icon {
  display: inline-grid;
  gap: 4px;
}

.wl-nav-toggle__icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wl-header__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.9rem, 1.7vw, 1.45rem);
}

.wl-main-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.wl-main-nav .block {
  margin: 0;
}

.wl-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wl-menu--root {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.65rem, 1.2vw, 1.15rem);
}

.wl-menu__item {
  position: relative;
  display: flex;
  align-items: center;
}

.wl-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  position: relative;
  color: rgba(248, 243, 234, 0.95);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.wl-menu--root > .wl-menu__item > .wl-menu__link {
  font-family: 'Rubik', 'Outfit', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.58rem 0.4rem 0.86rem;
  transform: translateY(3px);
  border-radius: 0;
  border: 0;
  background: transparent;
}

.wl-menu--root > .wl-menu__item > .wl-menu__link::before {
  content: '';
  position: absolute;
  left: 0.28rem;
  right: 0.28rem;
  bottom: 0.3rem;
  height: 3px;
  border-radius: 999px;
  background: var(--wl-accent-gradient);
  opacity: 0;
  transform: scaleX(0.38);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wl-menu__item.has-children > .wl-menu__link::after {
  content: '▾';
  margin-left: 0.32rem;
  font-size: 0.6rem;
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wl-menu__item.has-children:hover > .wl-menu__link::after,
.wl-menu__item.has-children:focus-within > .wl-menu__link::after,
.wl-menu__item.has-children.is-open > .wl-menu__link::after {
  transform: rotate(180deg);
  opacity: 1;
}

.wl-menu__link:hover,
.wl-menu__link:focus,
.wl-menu__item.is-active-trail > .wl-menu__link {
  color: #fffdf8;
}

.wl-menu--root > .wl-menu__item > .wl-menu__link:hover,
.wl-menu--root > .wl-menu__item > .wl-menu__link:focus,
.wl-menu--root > .wl-menu__item.is-active-trail > .wl-menu__link {
  background: transparent;
  box-shadow: none;
}

.wl-menu--root > .wl-menu__item > .wl-menu__link:hover::before,
.wl-menu--root > .wl-menu__item > .wl-menu__link:focus::before,
.wl-menu--root > .wl-menu__item.is-active-trail > .wl-menu__link::before,
.wl-menu--root > .wl-menu__item.has-children.is-open > .wl-menu__link::before {
  opacity: 1;
  transform: scaleX(1);
}

.wl-menu--sub {
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  transform: translateY(6px);
  min-width: 280px;
  padding: 0.55rem;
  background: linear-gradient(180deg, rgba(16, 22, 18, 0.98), rgba(30, 39, 33, 0.98));
  border-radius: 16px;
  border: 1px solid rgba(232, 216, 185, 0.16);
  box-shadow: 0 28px 50px rgba(4, 8, 5, 0.34);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 20;
}

.wl-menu--sub::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.wl-menu--sub .wl-menu__link {
  width: fit-content;
  max-width: 100%;
  color: rgba(247, 242, 233, 0.94);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.7rem 0 0.92rem 0.65rem;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.wl-menu--sub .wl-menu__link::before {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0;
  bottom: 0.34rem;
  height: 2px;
  border-radius: 999px;
  background: var(--wl-accent-gradient);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: left center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wl-menu--sub .wl-menu__link:hover,
.wl-menu--sub .wl-menu__link:focus,
.wl-menu--sub .wl-menu__item.is-active-trail > .wl-menu__link {
  color: #fffdf8;
}

.wl-menu--sub .wl-menu__link:hover::before,
.wl-menu--sub .wl-menu__link:focus::before,
.wl-menu--sub .wl-menu__item.is-active-trail > .wl-menu__link::before {
  opacity: 1;
  transform: scaleX(1);
}

.wl-menu__item.has-children:hover > .wl-menu--sub,
.wl-menu__item.has-children:focus-within > .wl-menu--sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.wl-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.58rem;
  color: #f4eee5;
  flex: 0 0 auto;
}

.wl-header__phone {
  display: grid;
  gap: 0.02rem;
  padding: 0.46rem 0.78rem;
  border-radius: 14px;
  border: 1px solid rgba(238, 225, 198, 0.18);
  background: rgba(247, 241, 230, 0.08);
  color: #f7f2e9;
  line-height: 1.1;
}

.wl-header__phone-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(214, 194, 157, 0.88);
}

.wl-header__phone-number {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fffaf3;
}

.wl-header__phone:hover {
  border-color: rgba(214, 194, 157, 0.36);
  background: rgba(247, 241, 230, 0.12);
}

.wl-home-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--wl-header-h) * -1);
  padding-top: calc(var(--wl-header-h) + clamp(2rem, 7vw, 6rem));
  padding-bottom: clamp(2.2rem, 6vw, 5.4rem);
  color: #f8f5ee;
  background:
    radial-gradient(circle at 12% 10%, rgba(95, 144, 99, 0.22), rgba(95, 144, 99, 0) 34%),
    radial-gradient(circle at 84% 18%, rgba(195, 154, 93, 0.14), rgba(195, 154, 93, 0) 28%),
    linear-gradient(180deg, #141916 0%, #1a241d 40%, #0d110f 100%);
}

.wl-home-hero__media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(112deg, rgba(8, 11, 10, 0.8), rgba(18, 25, 20, 0.48) 42%, rgba(8, 11, 10, 0.78) 100%), url('../images/hp_banner.png');
  background-size: cover;
  background-position: center 34%;
  filter: saturate(0.96) contrast(1.04);
}

.wl-home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: clamp(1.5rem, 3vw, 3.2rem);
}

.wl-home-hero__left > :last-child,
.wl-home-hero__right > :last-child {
  margin-bottom: 0;
}

.wl-home-hero__left h1,
.wl-home-hero__left h2 {
  color: #fcf7ef;
  max-width: 14ch;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.wl-home-hero__left p {
  color: rgba(244, 238, 228, 0.88);
  max-width: 58ch;
}

.wl-stat-card {
  background: linear-gradient(180deg, rgba(15, 20, 17, 0.76), rgba(20, 29, 23, 0.72));
  border: 1px solid rgba(243, 231, 208, 0.18);
  border-radius: var(--wl-radius);
  padding: 1.35rem;
  box-shadow: 0 24px 42px rgba(6, 10, 8, 0.28);
  backdrop-filter: blur(10px);
}

.wl-stat-card__label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #d9c3a1;
  margin-bottom: 0.72rem;
}

.wl-stat-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.wl-stat-card li {
  color: rgba(247, 242, 234, 0.94);
  margin-bottom: 0.48rem;
}

.wl-highlighted {
  padding-top: 1.2rem;
}

.wl-highlighted .messages {
  margin: 0;
}

.wl-home-quote {
  margin-top: clamp(2.2rem, 4vw, 3.6rem);
  position: relative;
}

.wl-home-quote > .wl-shell {
  display: grid;
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

.wl-home-quote__header {
  display: grid;
  gap: 0.35rem;
}

.wl-home-quote__header .wl-kicker {
  margin-bottom: 0;
}

.wl-home-quote__header h2 {
  margin: 0;
  max-width: none;
  color: #18211b;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.04;
}

.wl-home-quote__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1.28fr);
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: start;
}

.wl-home-quote__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  height: auto;
  max-width: 34rem;
  padding: 0;
  border: 0;
  background: none;
}

.wl-home-quote__content p {
  color: #355442;
}

.wl-home-quote__longtext {
  max-width: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.wl-home-quote__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wl-home-quote__message-button {
  align-self: flex-start;
}

.wl-home-quote__visual {
  margin-top: 0.2rem;
  padding-top: clamp(0.45rem, 1.2vw, 0.8rem);
}

.wl-home-quote__figure {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 6 / 5;
  min-height: clamp(220px, 23vw, 310px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(35, 61, 45, 0.14);
  box-shadow: 0 18px 30px rgba(12, 26, 18, 0.12);
  background: #dbe8d7;
}

.wl-home-quote__figure::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(15, 32, 23, 0), rgba(15, 32, 23, 0.18));
  pointer-events: none;
}

.wl-home-quote__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.wl-home-quote__schedule-link {
  color: #1c432d;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
}

.wl-home-quote__schedule-link:hover,
.wl-home-quote__schedule-link:focus {
  color: #2f6c48;
}

.wl-home-quote__form {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.05rem, 2.5vw, 1.5rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 244, 0.96));
  border: 1px solid rgba(33, 67, 46, 0.14);
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(12, 29, 19, 0.14);
}

.wl-home-quote__schedule-head {
  display: grid;
  gap: 0.25rem;
  max-width: 36rem;
}

.wl-home-quote__schedule-head h3 {
  margin: 0;
  color: #18211b;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  line-height: 1.08;
}

.wl-home-quote__schedule-head p {
  margin: 0;
  color: #3b5848;
  font-size: 0.94rem;
  line-height: 1.55;
}

.wl-home-quote__acuity {
  overflow: hidden;
  border: 1px solid rgba(31, 51, 39, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.wl-home-quote__acuity iframe {
  display: block;
  width: 100%;
  height: clamp(620px, 72vh, 760px);
  min-height: 620px;
  border: 0;
}

.wl-quote-form--inline .wl-quote-form__intro {
  margin: 0;
  color: #375644;
}

.wl-quote-form--inline .wl-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.wl-quote-form--inline .wl-quote-form__wide {
  grid-column: 1 / -1;
}

.wl-quote-form--inline .wl-quote-form__consent {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: #304f3d;
}

.wl-quote-form--inline .wl-quote-form__consent input[type='checkbox'] {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
}

.wl-quote-form--inline .wl-button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  font-size: 1rem;
}

.wl-quote-form--inline .wl-quote-form__status {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.88rem;
  color: #2f7d48;
}

.wl-quote-form,
.wl-home-quote__form form,
.wl-quote-layout__form form,
.wl-site form.contact-message-form {
  display: grid;
  gap: 0.9rem;
}

.wl-home-quote__form form {
  width: 100%;
  min-height: 0;
  align-content: start;
}

.wl-quote-form label {
  display: block;
  margin: 0 0 0.18rem;
  line-height: 1.12;
}

.wl-site form.contact-message-form .form-item {
  display: grid;
  gap: 0.35rem;
}

.wl-quote-form label,
.wl-quote-form span,
.wl-site form.contact-message-form label {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #21382c;
}

.wl-quote-form input,
.wl-quote-form select,
.wl-quote-form textarea,
.wl-site form.contact-message-form input,
.wl-site form.contact-message-form select,
.wl-site form.contact-message-form textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(28, 53, 39, 0.18);
  background: #fffdf9;
  color: #18241b;
  font: inherit;
  padding: 0.82rem 0.95rem;
  box-shadow: inset 0 1px 2px rgba(17, 28, 21, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wl-quote-form input::placeholder,
.wl-quote-form textarea::placeholder,
.wl-site form.contact-message-form input::placeholder,
.wl-site form.contact-message-form textarea::placeholder {
  color: rgba(24, 36, 27, 0.5);
  opacity: 1;
}

.wl-quote-form input:focus,
.wl-quote-form select:focus,
.wl-quote-form textarea:focus,
.wl-site form.contact-message-form input:focus,
.wl-site form.contact-message-form select:focus,
.wl-site form.contact-message-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(28, 67, 45, 0.54);
  box-shadow:
    inset 0 1px 2px rgba(17, 28, 21, 0.02),
    0 0 0 4px rgba(47, 108, 72, 0.11);
}

.wl-quote-form textarea,
.wl-site form.contact-message-form textarea {
  min-height: 138px;
  resize: vertical;
}

.wl-quote-form button,
.wl-quote-form input[type='submit'],
.wl-site form.contact-message-form .form-actions .button,
.wl-site form.contact-message-form .form-actions input[type='submit'] {
  width: 100%;
  justify-content: center;
  border: 1px solid rgba(24, 46, 32, 0.44);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #2f6c48 0%, #1c432d 100%);
  color: #f7f3ec;
  border-radius: var(--wl-button-radius);
  min-height: 46px;
  padding: 0.6rem 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 18px rgba(11, 16, 13, 0.2);
}

.wl-quote-form button:hover,
.wl-quote-form input[type='submit']:hover,
.wl-site form.contact-message-form .form-actions .button:hover,
.wl-site form.contact-message-form .form-actions input[type='submit']:hover {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #387a53 0%, #245638 100%);
}

.wl-node__title {
  margin: 0;
}

.wl-node--page {
  display: grid;
  gap: clamp(0.95rem, 2vw, 1.3rem);
}

.wl-node__content {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
}

.wl-service-title-banner {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(31, 58, 42, 0.16);
  min-height: clamp(220px, 34vw, 330px);
  margin: 0 0 1.2rem;
  background: #173726;
}

.wl-service-title-banner--hub {
  min-height: clamp(180px, 24vw, 240px);
  margin-bottom: 0.9rem;
}

.wl-service-title-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(108deg, rgba(11, 27, 18, 0.82) 0%, rgba(11, 27, 18, 0.6) 42%, rgba(11, 27, 18, 0.42) 100%),
    var(--wl-service-banner-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.wl-service-title-banner__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 0.48rem;
  min-height: inherit;
  padding: clamp(1.1rem, 2.8vw, 1.8rem);
}

.wl-service-title-banner--hub .wl-service-title-banner__inner {
  padding: clamp(0.95rem, 2.1vw, 1.35rem);
}

.wl-service-title-banner__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(230, 241, 231, 0.88);
}

.wl-node__title.wl-node__title--service {
  margin: 0;
  color: #f8fdf9;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.06;
  text-shadow: 0 8px 20px rgba(8, 19, 13, 0.35);
}

.wl-service-title-banner__lede {
  margin: 0;
  max-width: 62ch;
  color: rgba(238, 246, 239, 0.95);
  font-size: clamp(0.94rem, 1.3vw, 1.04rem);
  line-height: 1.52;
}

.wl-service-title-banner--hub .wl-service-title-banner__lede {
  max-width: 54ch;
}

.wl-services-hub {
  display: grid;
  gap: clamp(1.55rem, 3vw, 2.2rem);
}

.wl-services-hub__intro {
  display: grid;
  gap: 0;
  align-items: start;
  padding: 0 0 0.55rem;
}

.wl-services-hub__intro-copy {
  max-width: none;
}

.wl-services-hub__intro h2 {
  margin: 0 0 0.38rem;
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.wl-services-hub__intro p {
  margin: 0;
}

.wl-services-hub__intro p:last-child {
  margin-bottom: 0;
}

.wl-services-hub__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem 1.25rem;
  margin-top: 0;
  align-content: start;
  justify-content: stretch;
  padding-top: 0.4rem;
}

.wl-services-hub__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0.2rem 0 0.5rem;
  border: 0;
  color: #21382a;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  transition: color 0.2s ease, transform 0.2s ease;
}

.wl-services-hub__nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08rem;
  height: 2px;
  background: rgba(31, 68, 46, 0.2);
  transition: background-color 0.2s ease;
}

.wl-services-hub__nav a:hover,
.wl-services-hub__nav a:focus,
.wl-services-hub__nav a.is-active {
  color: #173224;
  transform: none;
}

.wl-services-hub__nav a:hover::after,
.wl-services-hub__nav a:focus::after,
.wl-services-hub__nav a.is-active::after {
  background: #5e9a31;
}

.wl-services-hub__section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.95fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  scroll-margin-top: calc(var(--wl-header-h) + 1.2rem);
}

.wl-services-hub__section + .wl-services-hub__section::before {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(clamp(1.55rem, 3vw, 2.2rem) * -0.58);
  width: clamp(140px, 20vw, 220px);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(31, 68, 46, 0), rgba(31, 68, 46, 0.48) 18%, rgba(31, 68, 46, 0.82) 50%, rgba(31, 68, 46, 0.48) 82%, rgba(31, 68, 46, 0));
}

.wl-services-hub__gallery {
  display: grid;
  gap: 0.7rem;
}

.wl-services-hub__media {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(29, 35, 29, 0.12);
  background: #d9d1c4;
  box-shadow: none;
}

.wl-services-hub__media img {
  width: 100%;
  height: clamp(250px, 29vw, 360px);
  object-fit: cover;
  display: block;
}

.wl-services-hub__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.wl-services-hub__thumb {
  display: grid;
  gap: 0.38rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.wl-services-hub__thumb-image {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(29, 35, 29, 0.12);
  background: #d7cec0;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.wl-services-hub__thumb:hover .wl-services-hub__thumb-image,
.wl-services-hub__thumb:focus .wl-services-hub__thumb-image,
.wl-services-hub__thumb.is-active .wl-services-hub__thumb-image {
  border-color: rgba(34, 74, 48, 0.5);
  box-shadow: none;
}

.wl-services-hub__thumb:hover .wl-services-hub__thumb-image,
.wl-services-hub__thumb:focus .wl-services-hub__thumb-image {
  transform: translateY(-1px);
}

.wl-services-hub__thumb img {
  width: 100%;
  height: 86px;
  object-fit: cover;
  display: block;
}

.wl-services-hub__thumb-label {
  font-size: 0.77rem;
  font-weight: 700;
  color: #3f5143;
  line-height: 1.2;
}

.wl-services-hub__content h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
}

.wl-services-hub__content {
  display: grid;
  gap: 0.62rem;
  align-content: start;
  padding-top: 0.08rem;
}

.wl-services-hub__content p {
  margin: 0;
  color: #334136;
}

.wl-services-hub__lead {
  color: #1f3728;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.wl-services-hub__list {
  list-style: none;
  padding: 0;
  margin: 0.15rem 0 0;
  display: grid;
  gap: 0.5rem;
}

.wl-services-hub__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #1f2b22;
}

.wl-services-hub__list li::before {
  content: '';
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #315f44, #1b402b);
}

.wl-services-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.wl-services-hub__actions .wl-button {
  min-width: 0;
}

.wl-services-hub__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1rem, 2.4vw, 1.4rem);
  border-radius: var(--wl-radius);
  border: 1px solid rgba(29, 35, 29, 0.12);
  background: linear-gradient(180deg, rgba(23, 33, 27, 0.96), rgba(37, 56, 45, 0.96));
  color: #f4eee6;
  box-shadow: 0 18px 34px rgba(10, 14, 11, 0.2);
}

.wl-services-hub__cta p {
  margin: 0;
  max-width: 48ch;
}

.wl-team-preview {
  padding: clamp(1.3rem, 3vw, 2rem) 0 0.25rem;
}

.wl-team-preview__head {
  max-width: 64ch;
  margin: 0 0 1.2rem;
}

.wl-team-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.wl-team-preview__card {
  display: grid;
  gap: 0.55rem;
  padding: 1.05rem;
  border-radius: var(--wl-radius);
  border: 1px solid rgba(29, 35, 29, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 242, 233, 0.92));
  box-shadow: var(--wl-shadow-soft);
}

.wl-team-preview__avatar {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(246, 239, 228, 0.96), rgba(231, 223, 210, 0.92));
  color: #f6f1e8;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 22px rgba(10, 14, 11, 0.14);
}

.wl-team-preview__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.wl-team-preview__avatar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #23452f, #335a40);
}

.wl-team-preview__role {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #6b775f;
}

.wl-team-preview__card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
}

.wl-team-preview__card p:last-child {
  margin-bottom: 0;
  color: #36443a;
}

.wl-team-preview--directory {
  padding: 0;
}

.wl-team-directory {
  display: grid;
  gap: 1.25rem;
}

.wl-team-directory__intro {
  max-width: 64ch;
}

.wl-team-directory__intro p:last-child {
  margin-bottom: 0;
}

.wl-team-directory__lede {
  margin: 0;
  font-size: clamp(1rem, 1.28vw, 1.08rem);
  line-height: 1.72;
  color: #36443a;
}

.wl-team-directory__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-team-directory__cta {
  display: grid;
  gap: 0.9rem;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: minmax(0, 1.6fr) auto;
  padding: 0.9rem 0 0;
  border-top: 1px solid rgba(29, 35, 29, 0.12);
}

.wl-team-directory__cta p {
  margin: 0;
}

.wl-team-directory__cta p:first-child {
  max-width: 50ch;
  color: #36443a;
}

.wl-team-directory__cta p:last-child {
  justify-self: end;
}

.wl-node__media {
  margin: 0 0 1.4rem;
  border-radius: var(--wl-radius-sm);
  overflow: hidden;
}

.wl-node__media img {
  width: 100%;
  object-fit: cover;
}

.wl-flow-content > *:last-child {
  margin-bottom: 0;
}

.wl-flow-content h2,
.wl-flow-content h3 {
  margin-top: 1.15em;
}

.wl-flow-content ul,
.wl-flow-content ol {
  padding-left: 1.35rem;
}

.wl-flow-content blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid rgba(52, 115, 67, 0.42);
  background: rgba(67, 117, 79, 0.08);
  border-radius: 0 10px 10px 0;
}

.wl-our-work-page {
  display: grid;
  gap: 1rem;
}

.wl-why-page {
  display: grid;
  gap: clamp(1.35rem, 2.7vw, 2.05rem);
}

.wl-why-page__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.wl-why-page__signal {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.wl-why-page__signal h2 {
  margin: 0 0 0.42rem;
  font-size: clamp(1.02rem, 1.5vw, 1.24rem);
}

.wl-why-page__signal p {
  margin: 0;
  color: #36443a;
}

.wl-why-page__story {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.6vw, 1.7rem);
  align-items: center;
  padding: clamp(1.05rem, 2.4vw, 1.4rem);
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
}

.wl-why-page__image {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  min-height: 100%;
}

.wl-why-page__image img {
  width: 100%;
  height: clamp(290px, 34vw, 430px);
  object-fit: cover;
  display: block;
}

.wl-why-page__copy {
  display: grid;
  gap: 0.8rem;
}

.wl-why-page__copy h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}

.wl-why-page__copy p {
  margin: 0;
  color: #36443a;
}

.wl-why-page__list {
  list-style: none;
  padding: 0;
  margin: 0.1rem 0 0;
  display: grid;
  gap: 0.52rem;
}

.wl-why-page__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #223229;
}

.wl-why-page__list li::before {
  content: '';
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: var(--wl-accent-gradient);
}

.wl-why-page__reviews {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
}

.wl-why-page__reviews-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
  align-items: flex-end;
  justify-content: space-between;
}

.wl-why-page__eyebrow {
  margin: 0 0 0.32rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6c61;
}

.wl-why-page__reviews-head h2 {
  margin: 0 0 0.32rem;
  font-size: clamp(1.48rem, 2.35vw, 2.2rem);
}

.wl-why-page__reviews-head p {
  margin: 0;
  max-width: 62ch;
  color: #4d5d52;
}

.wl-why-page__reviews-widget {
  min-width: 0;
}

.wl-why-page__reviews-live {
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  border: 1px solid rgba(29, 35, 29, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(14, 22, 17, 0.06);
  overflow: hidden;
}

.wl-why-page__reviews-live .ti-widget,
.wl-why-page__reviews-live .ti-widget-container,
.wl-why-page__reviews-live .ti-reviews-container-wrapper,
.wl-why-page__reviews-live .ti-review-item,
.wl-why-page__reviews-live .ti-inner {
  max-width: 100%;
}

.wl-why-page__reviews-live .ti-widget-container {
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
}

.wl-why-page__reviews-live .ti-footer {
  margin-bottom: 1rem;
}

.wl-why-page__reviews-live .ti-footer-grid .ti-fade-container {
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(247, 250, 247, 0.98), rgba(241, 246, 241, 0.98));
  padding: 1rem 1.1rem;
}

.wl-why-page__reviews-live .ti-rating,
.wl-why-page__reviews-live .ti-name,
.wl-why-page__reviews-live .ti-review-text-container {
  color: #1d2a22 !important;
}

.wl-why-page__reviews-live .ti-rating-text,
.wl-why-page__reviews-live .ti-date,
.wl-why-page__reviews-live .ti-read-more {
  color: #54655a !important;
}

.wl-why-page__reviews-live .ti-stars .ti-star,
.wl-why-page__reviews-live .ti-platform-icon,
.wl-why-page__reviews-live .ti-logo-fb {
  filter: saturate(0.88) contrast(1.02);
}

.wl-why-page__reviews-live .ti-review-item .ti-inner {
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 14px;
  box-shadow: none;
}

.wl-why-page__reviews-live .ti-controls {
  gap: 0.4rem;
}

.wl-why-page__reviews-live .ti-next,
.wl-why-page__reviews-live .ti-prev {
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid rgba(28, 67, 45, 0.2) !important;
  outline: 0 !important;
  box-shadow: 0 10px 20px rgba(13, 28, 19, 0.12) !important;
}

.wl-why-page__reviews-live .ti-next::before,
.wl-why-page__reviews-live .ti-prev::before {
  width: 11px !important;
  height: 11px !important;
  border-color: #1c432d !important;
  border-bottom-width: 2.5px !important;
  border-left-width: 2.5px !important;
}

.wl-why-page__reviews-live .ti-next:hover,
.wl-why-page__reviews-live .ti-next:focus,
.wl-why-page__reviews-live .ti-prev:hover,
.wl-why-page__reviews-live .ti-prev:focus {
  background: linear-gradient(180deg, #6b9d4d 0%, #2f6a45 100%) !important;
  border-color: rgba(28, 67, 45, 0.08) !important;
  box-shadow: 0 14px 24px rgba(13, 28, 19, 0.16) !important;
}

.wl-why-page__reviews-live .ti-next:hover::before,
.wl-why-page__reviews-live .ti-next:focus::before,
.wl-why-page__reviews-live .ti-prev:hover::before,
.wl-why-page__reviews-live .ti-prev:focus::before {
  border-color: #f5f1e8 !important;
}

.wl-why-page__reviews-live .ti-controls-line .dot {
  background: rgba(28, 67, 45, 0.2) !important;
}

.wl-why-page__reviews-live .ti-controls-line .dot:before,
.wl-why-page__reviews-live .ti-controls-line .dot:after,
.wl-why-page__reviews-live .ti-controls-line .dot.active {
  background: linear-gradient(180deg, #6b9d4d 0%, #2f6a45 100%) !important;
}

.wl-why-page__reviews-fallback {
  display: grid;
  gap: 0.8rem;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(29, 35, 29, 0.08);
  border-radius: 14px;
  background: #ffffff;
}

.wl-why-page__reviews-fallback p {
  margin: 0;
}

.wl-our-work-page__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #476154;
  max-width: 72ch;
}

.wl-our-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.wl-our-work-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(32, 62, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 247, 0.98));
  box-shadow: 0 18px 36px rgba(16, 34, 24, 0.1);
  color: #143023;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wl-our-work-card:hover,
.wl-our-work-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(39, 102, 61, 0.24);
  box-shadow: 0 24px 44px rgba(16, 34, 24, 0.14);
}

.wl-our-work-card__media {
  position: relative;
  overflow: hidden;
  background: #dbe4dc;
}

.wl-our-work-card__media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(18, 32, 24, 0), rgba(18, 32, 24, 0.26));
  pointer-events: none;
}

.wl-our-work-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.wl-our-work-card:hover img,
.wl-our-work-card:focus-visible img {
  transform: scale(1.04);
}

.wl-our-work-card__body {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  padding: 1.1rem 1.15rem 1.2rem;
}

.wl-our-work-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #183525;
}

.wl-our-work-card__meta {
  justify-self: start;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(38, 92, 57, 0.08);
  border: 1px solid rgba(38, 92, 57, 0.12);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #345843;
}

.wl-our-work-card__summary {
  color: #50695b;
  font-size: 0.92rem;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-our-work-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  margin-top: 0.2rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(32, 62, 45, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2e7c4a;
}

.wl-our-work-card__link::after {
  content: '\203A';
  font-size: 1rem;
  line-height: 1;
}

.wl-our-work-page__cta {
  margin: 0.3rem 0 0;
}

.wl-our-work-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}

.wl-our-work-page .pager {
  width: 100%;
}

.wl-our-work-page .pager__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.wl-our-work-page .pager__item {
  margin: 0;
}

.wl-our-work-page .pager__item a,
.wl-our-work-page .pager__item.is-active a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.55rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 62, 45, 0.16);
  background: #ffffff;
  color: #183525;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(16, 34, 24, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wl-our-work-page .pager__item a:hover,
.wl-our-work-page .pager__item a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(39, 102, 61, 0.32);
  box-shadow: 0 12px 24px rgba(16, 34, 24, 0.12);
  color: #0f271b;
}

.wl-our-work-page .pager__item.is-active a {
  border-color: var(--wl-accent-border);
  background: var(--wl-accent-gradient);
  color: var(--wl-accent-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    var(--wl-accent-shadow);
}

.wl-our-work-page .pager__item--ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: #567061;
  font-weight: 700;
}

.wl-our-work-page__cta a,
.wl-project-story__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.68rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--wl-accent-border);
  background: var(--wl-accent-gradient);
  color: var(--wl-accent-text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    var(--wl-accent-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wl-project-story {
  display: grid;
  gap: 1rem;
}

.wl-project-story__hero {
  margin: 0;
  border-radius: var(--wl-radius-sm);
  overflow: hidden;
  border: 1px solid rgba(29, 54, 38, 0.15);
  box-shadow: 0 10px 24px rgba(16, 33, 24, 0.14);
}

.wl-project-story__hero a {
  display: block;
}

.wl-project-story__hero img {
  width: 100%;
  height: clamp(230px, 44vw, 420px);
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.wl-project-story__summary {
  border: 1px solid rgba(31, 58, 42, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 244, 0.94));
  padding: clamp(0.95rem, 2.2vw, 1.3rem);
}

.wl-project-story__summary h2 {
  margin: 0 0 0.52rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.wl-project-story__summary p {
  margin: 0 0 0.8rem;
  color: #294737;
  line-height: 1.6;
}

.wl-project-story__kicker {
  margin: 0 0 0.36rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4f6c5d;
}

.wl-project-story__meta {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #587062;
}

.wl-project-story__facts {
  margin: 0;
  padding-left: 1.2rem;
  color: #203b2c;
  line-height: 1.5;
}

.wl-project-story__facts li {
  margin-bottom: 0.36rem;
}

.wl-project-story__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.wl-project-story__gallery a {
  display: block;
}

.wl-project-story__gallery img {
  width: 100%;
  height: clamp(140px, 18vw, 220px);
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(28, 53, 38, 0.14);
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wl-project-story__hero a:hover img,
.wl-project-story__hero a:focus-visible img,
.wl-project-story__gallery a:hover img,
.wl-project-story__gallery a:focus-visible img {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(16, 33, 24, 0.16);
}

.wl-project-story__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.9rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(31, 58, 42, 0.13);
  border-radius: 14px;
  background: linear-gradient(140deg, rgba(37, 83, 56, 0.1), rgba(37, 83, 56, 0.04));
  padding: 0.85rem 0.95rem;
}

.wl-project-story__cta p {
  margin: 0;
  font-weight: 600;
  color: #233e2f;
}

.wl-our-work-page__cta a:hover,
.wl-our-work-page__cta a:focus,
.wl-project-story__cta-link:hover,
.wl-project-story__cta-link:focus {
  color: var(--wl-accent-text);
  background: var(--wl-accent-gradient-hover);
  transform: translateY(-2px);
}

.wl-node__content .faq {
  display: grid;
  gap: 1.5rem;
}

.wl-node__content .faq .container {
  width: 100%;
}

.wl-node__content .faq-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}

.wl-node__content .faq-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.wl-node__content .faq-head h2 .green {
  color: #2f6c48;
}

.wl-node__content .faq-head p {
  margin: 0;
  max-width: 64ch;
  color: #476151;
}

.wl-node__content .faq-list {
  display: grid;
  gap: 0.8rem;
}

.wl-node__content details.faq-item {
  border: 1px solid rgba(28, 53, 39, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 236, 0.92));
  box-shadow: 0 12px 24px rgba(14, 22, 17, 0.05);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wl-node__content details.faq-item[open] {
  border-color: rgba(31, 68, 46, 0.22);
  box-shadow: 0 16px 30px rgba(14, 22, 17, 0.08);
}

.wl-node__content summary.faq-q {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  color: #183224;
}

.wl-node__content .faq-q__main {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.wl-node__content .faq-q__thumb {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
}

.wl-node__content .faq-q__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wl-node__content .faq-q__label {
  min-width: 0;
}

.wl-node__content summary.faq-q::-webkit-details-marker {
  display: none;
}

.wl-node__content summary.faq-q::after {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 68, 46, 0.16);
  background: rgba(31, 68, 46, 0.06);
  color: #214a32;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.wl-node__content details.faq-item[open] summary.faq-q::after {
  content: '−';
  background: rgba(31, 68, 46, 0.1);
  border-color: rgba(31, 68, 46, 0.22);
}

.wl-node__content summary.faq-q:hover,
.wl-node__content summary.faq-q:focus-visible {
  color: #214a32;
}

.wl-node__content .faq-a {
  padding: 0 1.2rem 1.15rem;
  color: #486253;
  font-size: 0.97rem;
  line-height: 1.65;
}

.wl-node__content .faq-a__copy p {
  margin: 0;
}

.wl-node__content .faq-a__copy p + p {
  margin-top: 0.9rem;
}

.wl-node__content .faq-a__copy a {
  color: #1a4d2a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wl-node__content .faq-a__copy a:hover,
.wl-node__content .faq-a__copy a:focus-visible {
  color: #0f3219;
}

.wl-node__content .section-cta {
  margin-top: 0.65rem !important;
}

.wl-node__content .faq .section-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.3rem;
  border-radius: var(--wl-button-radius);
  border: 1px solid rgba(24, 46, 32, 0.44);
  background: var(--wl-accent-gradient);
  color: #132017;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 18px rgba(11, 16, 13, 0.12);
}

.wl-node__content .faq .section-cta a:hover,
.wl-node__content .faq .section-cta a:focus {
  background: var(--wl-accent-gradient-hover);
}

.wl-contact-hero {
  padding: clamp(2rem, 4.2vw, 3rem) 0 clamp(1.2rem, 2.8vw, 1.8rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(95, 144, 99, 0.24), rgba(95, 144, 99, 0) 34%),
    linear-gradient(145deg, #131914, #203127 58%, #2b4436);
  color: #f0f7f0;
}

.wl-contact-hero__content {
  max-width: 46rem;
}

.wl-contact-hero h1 {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.wl-contact-hero__lead {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(0.98rem, 1.35vw, 1.05rem);
  color: rgba(240, 247, 240, 0.92);
}

.wl-contact-status {
  padding-top: 1rem;
}

.wl-contact-status .messages {
  margin: 0;
  border-radius: var(--wl-radius-sm);
  border: 1px solid rgba(37, 76, 50, 0.16);
  padding: 1rem 1.1rem;
  box-shadow: var(--wl-shadow-soft);
}

.wl-contact-status .messages--status {
  background: linear-gradient(180deg, rgba(243, 251, 242, 0.98), rgba(235, 247, 232, 0.96));
  color: #21452f;
}

.wl-contact-status .messages--error,
.wl-contact-status .messages--warning {
  background: linear-gradient(180deg, rgba(255, 248, 243, 0.98), rgba(255, 239, 229, 0.96));
  color: #6c3412;
}

.wl-contact-layout {
  padding: clamp(0.7rem, 1.8vw, 1.2rem) 0 clamp(1rem, 2.2vw, 1.5rem);
}

.wl-contact-layout__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: clamp(0.55rem, 1.2vw, 0.8rem);
  margin-bottom: clamp(0.4rem, 1vw, 0.65rem);
  padding: 0.8rem 0.95rem;
  border: 1px solid var(--wl-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fbfefb, var(--wl-panel));
  box-shadow: var(--wl-shadow-soft);
}

.wl-contact-layout__lead {
  display: grid;
  gap: 0.1rem;
  color: #3b5848;
}

.wl-contact-layout__lead strong {
  color: #183224;
  font-size: 0.88rem;
}

.wl-contact-layout__lead span {
  font-size: 0.88rem;
}

.wl-contact-layout__lower {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(0.8rem, 1.6vw, 1.1rem);
  margin-bottom: clamp(0.7rem, 1.8vw, 1rem);
  margin-top: clamp(0.65rem, 1.4vw, 0.9rem);
}

.wl-contact-copy,
.wl-contact-signals,
.wl-contact-panel {
  background: linear-gradient(180deg, #fbfefb, var(--wl-panel));
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  box-shadow: var(--wl-shadow-soft);
}

.wl-contact-copy {
  padding: clamp(0.95rem, 1.8vw, 1.2rem);
}

.wl-contact-copy h2:first-child {
  margin-top: 0;
  font-size: clamp(1.22rem, 1.9vw, 1.5rem);
  line-height: 1.12;
}

.wl-contact-copy ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0;
}

.wl-contact-copy li {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  padding: 0.55rem 0;
  color: #294737;
  border-top: 1px solid rgba(34, 68, 47, 0.1);
}

.wl-contact-copy li:first-child {
  padding-top: 0;
  border-top: 0;
}

.wl-contact-copy__label {
  color: #5b7566;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wl-contact-copy__value {
  color: #1f392c;
  line-height: 1.5;
}

.wl-contact-copy li a {
  color: inherit;
  font-weight: 600;
  text-underline-offset: 0.14em;
}

.wl-contact-copy__value a:hover,
.wl-contact-copy__value a:focus {
  color: #214a32;
}

@media (max-width: 640px) {
  .wl-contact-copy li {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }
}

.wl-contact-signals {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  padding: clamp(0.9rem, 1.8vw, 1.15rem);
  margin: 0;
  align-content: start;
}

.wl-contact-signals__item {
  display: grid;
  gap: 0.2rem;
  padding: 0 0 0.65rem;
  border-bottom: 1px solid rgba(36, 85, 57, 0.12);
}

.wl-contact-signals__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wl-contact-signals__item strong {
  color: #183224;
  font-size: 0.98rem;
}

.wl-contact-signals__item span {
  color: #3a5847;
  font-size: 0.94rem;
}

.wl-contact-layout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(0.85rem, 2vw, 1.35rem);
  align-items: stretch;
}

.wl-contact-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(0.8rem, 1.5vw, 1rem);
}

.wl-contact-panel__header {
  margin-bottom: 0.4rem;
  max-width: 32rem;
}

.wl-contact-panel__header-main {
  max-width: 42rem;
}

.wl-contact-panel__header h2 {
  margin: 0 0 0.22rem;
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  line-height: 1.08;
  letter-spacing: normal;
}

.wl-contact-panel__header p:last-child {
  margin-bottom: 0;
  color: #3b5848;
  font-size: 0.92rem;
}

.wl-contact-panel--schedule-primary {
  gap: 0.75rem;
}

.wl-contact-message-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wl-contact-acuity {
  overflow: hidden;
  border: 1px solid rgba(31, 51, 39, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.wl-contact-acuity iframe {
  display: block;
  width: 100%;
  min-height: clamp(720px, 84vh, 980px);
  border: 0;
}

.wl-project-contact-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-content: start;
  gap: 0.6rem;
}

.wl-project-contact-form .wl-quote-form__grid {
  flex: 1 0 auto;
  gap: 0.5rem 0.7rem;
}

.wl-project-contact-form .form-item {
  display: grid;
  gap: 0.2rem;
  margin: 0;
}

.wl-project-contact-form .form-item > label {
  margin-bottom: 0.08rem;
  line-height: 1.05;
}

.wl-project-contact-form .form-item > div {
  margin: 0;
}

.wl-contact-panel--form form.wl-project-contact-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.wl-contact-panel--form form.wl-project-contact-form .form-item > label {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1;
}

.wl-contact-panel--form form.wl-project-contact-form input,
.wl-contact-panel--form form.wl-project-contact-form select,
.wl-contact-panel--form form.wl-project-contact-form textarea {
  min-height: 43px;
  padding: 0.66rem 0.82rem;
}

.wl-contact-panel--form form.wl-project-contact-form .form-item > div {
  margin: 0;
}

.wl-contact-panel--form form.wl-project-contact-form .form-item-address textarea {
  min-height: 72px;
}

.wl-contact-panel--form form.wl-project-contact-form .form-item-project-description textarea {
  min-height: 96px;
}

.wl-project-contact-form textarea {
  min-height: 118px;
}

.wl-project-contact-form .form-item-address textarea {
  min-height: 90px;
}

.wl-project-contact-form .form-item-project-description textarea {
  min-height: 122px;
}

.wl-project-contact-form .description,
.wl-project-contact-form .form-item--error-message {
  font-size: 0.84rem;
  color: #587261;
}

.wl-project-contact-form .form-actions {
  margin: 0;
  margin-top: auto;
  padding-top: 0;
}

.wl-contact-calendly {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(34, 57, 41, 0.16);
  background: #ffffff;
}

.wl-contact-calendly .calendly-inline-widget {
  width: 100%;
  min-width: 100% !important;
  height: clamp(560px, 66vh, 660px) !important;
}

body.wl-modal-open {
  overflow: hidden;
}

.wl-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.wl-modal[hidden] {
  display: none;
}

.wl-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(14, 24, 18, 0.58);
}

.wl-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(90vh, 960px);
  overflow: auto;
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid var(--wl-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(251, 248, 242, 0.94)),
    linear-gradient(180deg, #fbfefb, var(--wl-panel));
  box-shadow:
    0 28px 70px rgba(10, 15, 12, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.wl-modal__header {
  margin-bottom: 0.85rem;
  padding-right: 2.4rem;
}

.wl-modal__header h2 {
  margin: 0 0 0.2rem;
  font-size: clamp(1.28rem, 2.3vw, 1.7rem);
  line-height: 1.08;
}

.wl-modal__header p {
  margin: 0;
  color: #3b5848;
}

.wl-modal__content {
  display: grid;
}

.wl-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 58, 43, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #163123;
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(10, 15, 12, 0.12);
}

.wl-modal__close:hover,
.wl-modal__close:focus {
  background: #ffffff;
}

.wl-quote-hero {
  padding: clamp(2.1rem, 5vw, 4rem) 0 clamp(1.2rem, 2.8vw, 2rem);
  background:
    radial-gradient(circle at 12% 18%, rgba(95, 144, 99, 0.24), rgba(95, 144, 99, 0) 34%),
    linear-gradient(145deg, #131914, #203127 58%, #2b4436);
  color: #f0f7f0;
}

.wl-quote-hero h1 {
  color: #ffffff;
  margin-bottom: 0.3rem;
}

.wl-quote-hero p {
  margin: 0;
  max-width: 52ch;
}

.wl-quote-layout {
  padding: clamp(1.8rem, 4vw, 3rem) 0;
}

.wl-quote-layout__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(1.3rem, 3vw, 2.6rem);
  align-items: start;
}

.wl-quote-layout__main,
.wl-quote-layout__form {
  background: linear-gradient(180deg, #fbfefb, var(--wl-panel));
  border: 1px solid var(--wl-line);
  border-radius: var(--wl-radius);
  box-shadow: var(--wl-shadow-soft);
  padding: clamp(1.2rem, 2.6vw, 2rem);
}

.wl-prefooter {
  padding: 2rem 0 0;
}

.wl-prefooter > .wl-shell > .block {
  background: var(--wl-brand-surface-gradient);
  color: #f2f8f1;
  border-radius: var(--wl-radius);
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.wl-prefooter h2,
.wl-prefooter h3 {
  color: #ffffff;
}

.wl-footer {
  margin-top: clamp(2rem, 5vw, 3.2rem);
  background: var(--wl-brand-surface-gradient);
  color: #d7e7d9;
  padding: clamp(2rem, 4.4vw, 3.5rem) 0 1.3rem;
}

.wl-footer a {
  color: #f2f8f2;
}

.wl-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2rem);
}

.wl-footer__column > .block {
  margin: 0;
}

.wl-footer__column p,
.wl-footer__column li {
  color: rgba(223, 234, 223, 0.9);
  font-size: 0.95rem;
}

.wl-footer__column ul {
  list-style: none;
  padding: 0;
}

.wl-footer__meta {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(229, 238, 229, 0.2);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wl-footer__copyright {
  margin: 0;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wl-footer__links {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.wl-footer__links a {
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wl-footer.wl-footer--demo {
  margin-top: clamp(2rem, 5vw, 3.2rem);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(960px 360px at -8% 0%, rgba(95, 144, 99, 0.14), rgba(95, 144, 99, 0)),
    radial-gradient(760px 300px at 108% 100%, rgba(77, 132, 85, 0.12), rgba(77, 132, 85, 0)),
    var(--wl-brand-surface-gradient);
  color: #ecefe8;
  padding: clamp(1.7rem, 3.7vw, 2.4rem) 0 1.1rem;
  border-top: 1px solid rgba(218, 198, 164, 0.18);
}

.wl-footer.wl-footer--demo::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 34%),
    linear-gradient(rgba(226, 232, 223, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 232, 223, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 72px 72px, 72px 72px;
  opacity: 0.24;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.wl-footer.wl-footer--demo > .wl-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.wl-footer--demo a {
  color: #eff8f0;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.wl-footer--demo a:hover {
  color: #ffffff;
}

.wl-footer--demo .wl-button--accent,
.wl-footer--demo .wl-button--accent:hover,
.wl-footer--demo .wl-button--accent:focus {
  color: var(--wl-accent-text);
}

.wl-demo-footer__top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  align-items: center;
  padding-bottom: clamp(0.95rem, 2.3vw, 1.3rem);
  border-bottom: 0;
}

.wl-demo-footer__top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--wl-accent-gradient);
}

.wl-demo-footer__logo {
  display: inline-flex;
  max-width: 220px;
  padding: 0;
  border-radius: 0;
  background: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wl-demo-footer__logo:hover,
.wl-demo-footer__logo:focus {
  opacity: 0.96;
  transform: translateY(-1px);
}

.wl-demo-footer__logo img {
  display: block;
  width: min(100%, 170px);
  max-height: 132px;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(8, 20, 13, 0.28));
}

.wl-demo-footer__intro {
  display: grid;
  gap: 0.45rem;
  max-width: 62ch;
}

.wl-demo-footer__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #d8c3a0;
}

.wl-demo-footer__intro h2 {
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.7rem);
  line-height: 1.15;
  color: #fbf7ef;
}

.wl-demo-footer__intro p {
  margin: 0;
  color: rgba(235, 238, 232, 0.92);
  line-height: 1.48;
}

.wl-demo-footer__service-area {
  color: rgba(219, 223, 216, 0.82);
  font-size: 0.84rem;
}

.wl-demo-footer__cta {
  display: grid;
  gap: 0.45rem;
  width: min(100%, 18rem);
  justify-self: end;
  justify-items: center;
  text-align: center;
}

.wl-demo-footer__cta p {
  margin: 0;
  font-size: 0.8rem;
  max-width: 18rem;
  line-height: 1.42;
  color: rgba(219, 222, 216, 0.86);
}

.wl-demo-footer__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.95rem, 1.8vw, 1.35rem);
}

.wl-demo-footer__group {
  display: grid;
  gap: 0.52rem;
  align-content: start;
  min-width: 0;
}

.wl-demo-footer__group + .wl-demo-footer__group {
  border-left: 1px solid rgba(217, 221, 214, 0.16);
  padding-left: clamp(0.9rem, 1.9vw, 1.35rem);
}

.wl-demo-footer__group h3 {
  margin: 0;
  color: #f0dfc1;
  font-size: 0.79rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.wl-demo-footer__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}

.wl-demo-footer__group li,
.wl-demo-footer__group p {
  margin: 0;
  color: rgba(233, 236, 230, 0.9);
  font-size: 0.88rem;
  line-height: 1.45;
}

.wl-demo-footer__label {
  margin-top: 0.35rem !important;
  color: #d9c49c !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wl-demo-footer__hours {
  display: grid;
  gap: 0.28rem;
}

.wl-demo-footer__group--contact p {
  line-height: 1.43;
}

.wl-demo-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.wl-demo-footer__social-link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(217, 221, 214, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f5efe6;
}

.wl-demo-footer__social-link svg {
  width: 16px;
  height: 16px;
}

.wl-demo-footer__social-link:hover,
.wl-demo-footer__social-link:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.wl-demo-footer__meta {
  margin-top: 0.3rem;
  padding-top: 0.86rem;
  border-top: 1px solid rgba(217, 221, 214, 0.16);
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wl-demo-footer__copyright {
  margin: 0;
  font-size: 0.79rem;
  letter-spacing: 0.04em;
  color: rgba(219, 223, 216, 0.84);
}

.wl-demo-footer__meta-note {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(225, 230, 223, 0.76);
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: fixed !important;
  left: 1rem;
  top: 1rem;
  width: auto;
  z-index: 999;
  background: #fff;
  color: #111;
  border-radius: 6px;
  padding: 0.7rem 0.9rem;
}

/* Optional foundations for future service/project grids. */
.wl-service-grid,
.wl-project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
}

.wl-service-card,
.wl-project-card {
  background: #ffffff;
  border: 1px solid rgba(28, 44, 32, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--wl-shadow-soft);
}

.wl-service-card__body,
.wl-project-card__body {
  padding: 1rem;
}

.wl-service-card__title,
.wl-project-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.12rem;
}

@media (max-width: 1140px) {
  .wl-header__inner {
    grid-template-columns: auto auto;
    gap: 1rem;
  }

  .wl-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(238, 225, 198, 0.22);
    background: rgba(247, 241, 230, 0.08);
    color: #f6f1e8;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .wl-nav-toggle:hover,
  .wl-nav-toggle:focus {
    background: rgba(247, 241, 230, 0.12);
    border-color: rgba(238, 225, 198, 0.32);
  }

  .wl-header.is-open .wl-nav-toggle__icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .wl-header.is-open .wl-nav-toggle__icon span:nth-child(2) {
    opacity: 0;
  }

  .wl-header.is-open .wl-nav-toggle__icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .wl-header__panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    background: linear-gradient(180deg, rgba(12, 15, 13, 0.98), rgba(22, 30, 25, 0.98));
    border-top: 1px solid rgba(233, 220, 194, 0.18);
    padding: 0.9rem 1.2rem 1.2rem;
  }

  .wl-header.is-open .wl-header__panel {
    display: flex;
  }

  .wl-main-nav {
    width: 100%;
  }

  .wl-menu--root {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .wl-menu--root > .wl-menu__item {
    display: block;
    border-bottom: 1px solid rgba(246, 236, 215, 0.1);
  }

  .wl-menu--root > .wl-menu__item:last-child {
    border-bottom: 0;
  }

  .wl-menu__link {
    width: 100%;
    justify-content: space-between;
    padding: 0.9rem 0.32rem;
    font-size: 0.9rem;
    border-radius: 0;
    transform: none;
  }

  .wl-menu__item.has-children > .wl-menu__link::after {
    margin-left: auto;
  }

  .wl-menu__item.has-children.is-open > .wl-menu__link::after {
    transform: rotate(180deg);
  }

  .wl-menu__item.has-children.is-open > .wl-menu__link {
    background: transparent;
  }

  .wl-menu--sub {
    position: static;
    transform: none;
    min-width: 0;
    width: 100%;
    margin: 0.15rem 0 0.8rem;
    padding: 0.3rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    box-shadow: none;
    border-color: rgba(232, 216, 185, 0.12);
    background: linear-gradient(180deg, rgba(9, 13, 11, 0.82), rgba(17, 24, 20, 0.88));
    border-radius: 14px;
  }

  .wl-menu--sub .wl-menu__link {
    width: fit-content;
    max-width: 100%;
    padding: 0.68rem 0 0.9rem 0.75rem;
    justify-content: flex-start;
  }

  .wl-menu--sub .wl-menu__link::before {
    left: 0.75rem;
  }

  .wl-menu--sub .wl-menu__item {
    display: block;
    width: 100%;
  }

  .wl-menu--sub::before {
    content: none;
  }

  .wl-menu__item.has-children.is-open > .wl-menu--sub,
  .wl-menu__item.has-children:focus-within > .wl-menu--sub {
    display: block;
  }

  .wl-header__actions {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding-top: 0.35rem;
  }

  .wl-header__phone {
    justify-items: center;
    text-align: center;
  }

  .wl-header__phone,
  .wl-header__actions .wl-button--accent {
    width: 100%;
    justify-content: center;
  }

  .wl-home-hero {
    margin-top: 0;
    padding-top: clamp(1.7rem, 4vw, 2.7rem);
  }

  .wl-home-hero__inner,
  .wl-home-quote__inner,
  .wl-quote-layout__inner,
  .wl-contact-layout__lower,
  .wl-contact-layout__grid,
  .wl-services-hub__intro,
  .wl-services-hub__section,
  .wl-team-preview__grid,
  .wl-why-page__story {
    grid-template-columns: 1fr;
  }

  .wl-team-directory__grid,
  .wl-team-directory__cta,
  .wl-why-page__signals {
    grid-template-columns: 1fr;
  }

  .wl-team-directory__cta p:last-child {
    justify-self: start;
  }

  .wl-node__content summary.faq-q {
    padding: 0.9rem 1rem;
  }

  .wl-node__content .faq-q__main {
    gap: 0.75rem;
  }

  .wl-node__content .faq-q__thumb {
    width: 64px;
    height: 52px;
  }

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

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

  .wl-our-work-card img {
    height: 220px;
  }

  .wl-demo-footer__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wl-demo-footer__top {
    grid-template-columns: minmax(150px, 200px) minmax(0, 1fr);
    align-items: start;
  }

  .wl-demo-footer__cta {
    grid-column: 1 / -1;
    width: auto;
    justify-self: stretch;
    justify-items: start;
    text-align: left;
  }

  .wl-demo-footer__group {
    min-width: 0;
  }

  .wl-demo-footer__group--services ul {
    grid-template-columns: 1fr;
  }

  .wl-contact-calendly .calendly-inline-widget {
    height: clamp(720px, 88vh, 900px) !important;
  }

  .wl-contact-layout__actions {
    align-items: start;
  }
}

@media (max-width: 780px) {
  body {
    font-size: 16px;
  }

  .wl-footer.wl-footer--demo {
    padding: 1.2rem 0 0.8rem;
  }

  .wl-footer.wl-footer--demo > .wl-shell {
    gap: 0.75rem;
  }

  .wl-shell {
    width: min(var(--wl-shell), calc(100% - 1.4rem));
  }

  .wl-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wl-home-hero__left h1,
  .wl-home-hero__left h2 {
    max-width: 100%;
  }

  .wl-quote-form--inline .wl-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .wl-quote-form--inline .wl-button {
    width: 100%;
    min-width: 0;
  }

  .wl-home-quote__figure {
    aspect-ratio: 6 / 5;
    min-height: clamp(240px, 60vw, 320px);
  }

  .wl-project-story__gallery {
    grid-template-columns: 1fr;
  }

  .wl-our-work-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .wl-our-work-card img {
    height: clamp(220px, 52vw, 270px);
  }

  .wl-page-header__subtitle {
    max-width: none;
  }

  .wl-project-story__cta {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .wl-service-title-banner {
    min-height: clamp(210px, 58vw, 300px);
  }

  .wl-service-title-banner__inner {
    padding: 1rem;
  }

  .wl-service-title-banner--hub {
    min-height: clamp(165px, 44vw, 220px);
  }

  .wl-demo-footer__layout {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .wl-demo-footer__top {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-bottom: 0.75rem;
    justify-items: center;
    text-align: center;
  }

  .wl-demo-footer__logo {
    max-width: 132px;
  }

  .wl-demo-footer__logo img {
    width: min(100%, 124px);
    max-height: 96px;
  }

  .wl-demo-footer__intro {
    gap: 0.2rem;
  }

  .wl-demo-footer__intro p,
  .wl-demo-footer__cta p {
    display: none;
  }

  .wl-demo-footer__intro h2 {
    font-size: clamp(1rem, 6vw, 1.24rem);
    max-width: 18ch;
  }

  .wl-demo-footer__cta {
    gap: 0;
  }

  .wl-demo-footer__cta {
    grid-column: auto;
    width: auto;
    justify-self: center;
    justify-items: center;
    text-align: center;
  }

  .wl-demo-footer__group {
    gap: 0.4rem;
    border-top: 1px solid rgba(224, 238, 227, 0.16);
    padding-top: 0.58rem;
  }

  .wl-demo-footer__group + .wl-demo-footer__group {
    border-left: 0;
    padding-left: 0;
  }

  .wl-demo-footer__group:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .wl-demo-footer__group ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.8rem;
  }

  .wl-demo-footer__group--services ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.8rem;
  }

  .wl-demo-footer__group--contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 0.8rem;
  }

  .wl-demo-footer__group--contact h3,
  .wl-demo-footer__group--contact .wl-demo-footer__label,
  .wl-demo-footer__group--contact .wl-demo-footer__hours,
  .wl-demo-footer__group--contact .wl-demo-footer__social {
    grid-column: 1 / -1;
  }

  .wl-demo-footer__group--contact .wl-demo-footer__hours {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem 0.8rem;
  }

  .wl-services-hub__nav,
  .wl-services-hub__cta {
    align-items: stretch;
  }

  .wl-services-hub__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .wl-services-hub__cta {
    justify-content: flex-start;
  }

  .wl-demo-footer__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .wl-demo-footer__group li,
  .wl-demo-footer__group p {
    font-size: 0.84rem;
  }

  .wl-demo-footer__social {
    margin-top: 0.55rem;
  }

  .wl-contact-panel,
  .wl-contact-copy,
  .wl-contact-signals {
    padding: 1rem;
  }

  .wl-contact-layout__grid {
    align-items: start;
  }

  .wl-contact-panel {
    min-height: 0;
  }

  .wl-contact-layout__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .wl-contact-message-button {
    align-self: flex-start;
  }

  .wl-services-hub__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wl-why-page__reviews-head {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .wl-footer__grid {
    grid-template-columns: 1fr;
  }

  .wl-header__brand img {
    width: 148px;
    transform: translateY(3px);
  }

  .wl-contact-calendly .calendly-inline-widget {
    height: 760px !important;
  }

  .wl-contact-acuity iframe {
    min-height: 760px;
  }

  .wl-home-quote__acuity iframe {
    height: 720px;
    min-height: 720px;
  }

  .wl-modal {
    padding: 0.75rem;
  }

  .wl-modal__dialog {
    max-height: 92vh;
    border-radius: 20px;
  }

  .wl-services-hub__section {
    padding: 1rem;
    border-radius: 22px;
  }

  .wl-services-hub__nav {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .wl-services-hub__thumbs {
    grid-template-columns: 1fr;
  }

  .wl-services-hub__thumb {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
  }

  .wl-services-hub__thumb img {
    height: 72px;
  }
}
