/*
 * Front-page modernization overrides for migrated HTML blocks.
 * Intentionally loaded after front-blocks.css.
 */

.wl-site--front {
  --fm-panel: #151d18;
  --fm-panel-soft: #223126;
  --fm-surface: #fbf7f0;
  --fm-surface-soft: #eee5d8;
  --fm-section-light: #fbf7f0;
  --fm-section-green: var(--wl-brand-surface-gradient);
  --fm-border: rgba(29, 35, 29, 0.12);
  --fm-text: #1a241d;
  --fm-text-soft: #556156;
  --fm-light: #f7f2e8;
  --fm-brand: #2f6c48;
  --fm-brand-2: #6daa7d;
  --fm-accent: #c39a5d;
  --fm-shadow: 0 22px 42px rgba(11, 16, 13, 0.14);
  --fm-shadow-soft: 0 12px 24px rgba(11, 16, 13, 0.08);
  background: var(--fm-section-light);
}

.wl-site--front .container {
  width: min(1240px, calc(100% - 2.4rem));
  margin: 0 auto;
}

.wl-site--front .wl-content-top,
.wl-site--front .wl-content-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.wl-site--front .wl-content-top > .wl-shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

.wl-site--front #block-wl-theme-mainpagecontent {
  display: none;
}

.wl-site--front #block-wl-theme-trustbar {
  display: none;
}

.wl-site--front #main-content.wl-main {
  padding-top: 0;
  background: var(--fm-section-light);
}

.wl-site--front .wl-home-proof,
.wl-site--front .wl-home-services,
.wl-site--front .wl-home-projects,
.wl-site--front #block-wl-theme-features,
.wl-site--front #block-wl-theme-faq,
.wl-site--front .wl-home-quote {
  background: var(--fm-section-light);
}

.wl-site--front .wl-home-mid-cta,
.wl-site--front .wl-home-process {
  background: var(--fm-section-green);
}

/* Homepage landing slideshow */
.wl-site--front .wl-home-landing {
  position: relative;
  padding: 0 0 clamp(1.4rem, 3vw, 2rem);
  background:
    radial-gradient(980px 420px at 14% 8%, rgba(95, 144, 99, 0.08), transparent 66%),
    radial-gradient(760px 320px at 86% 6%, rgba(195, 154, 93, 0.08), transparent 62%);
}

.wl-site--front .wl-home-landing__showcase {
  --wl-home-landing-height: clamp(600px, 76svh, 760px);
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: var(--wl-home-landing-height);
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #101612, #17201a);
  box-shadow: none;
  overflow: hidden;
}

.wl-site--front .wl-home-landing__showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0) 24%);
}

.wl-site--front .wl-home-landing__showcase::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(920px, calc(100% - 2rem));
  height: clamp(180px, 26vw, 250px);
  z-index: 1;
  pointer-events: none;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center bottom, rgba(8, 12, 10, 0.68) 0%, rgba(8, 12, 10, 0.56) 28%, rgba(8, 12, 10, 0.32) 52%, rgba(8, 12, 10, 0.14) 68%, rgba(8, 12, 10, 0) 88%);
  filter: blur(20px);
}

.wl-site--front .wl-home-landing__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
}

.wl-site--front .wl-home-landing__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.wl-site--front .wl-home-landing__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 10, 0.02) 0%, rgba(8, 12, 10, 0.06) 48%, rgba(8, 12, 10, 0.54) 100%);
}

.wl-site--front .wl-home-landing__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.wl-site--front .wl-home-landing__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wl-site--front .wl-home-landing__overlay,
.wl-site--front .wl-home-landing__controls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.wl-site--front .wl-home-landing__overlay-shell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: none;
  padding: clamp(1rem, 2vw, 1.2rem) clamp(1rem, 2vw, 1.2rem) clamp(4.9rem, 6.3vw, 5.7rem);
}

.wl-site--front .wl-home-landing__content {
  width: min(760px, calc(100% - 2rem));
  position: relative;
  z-index: 0;
  padding: 0.9rem 1.1rem 1rem;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
  text-align: center;
}

.wl-site--front .wl-home-landing__content::before {
  content: '';
  position: absolute;
  inset: -1.4rem -2.4rem -1.15rem;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center 42%, rgba(8, 12, 10, 0.64) 0%, rgba(8, 12, 10, 0.54) 24%, rgba(8, 12, 10, 0.36) 50%, rgba(8, 12, 10, 0.18) 70%, rgba(8, 12, 10, 0) 90%);
  filter: blur(18px);
}

.wl-site--front .wl-home-landing__kicker {
  margin: 0 0 0.38rem;
  color: rgba(246, 238, 223, 0.94);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.24);
}

.wl-site--front .wl-home-landing__content h1 {
  margin: 0 auto 0.45rem;
  color: #fffdf8;
  max-width: 20ch;
  font-size: clamp(1.68rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.02;
  text-wrap: balance;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.wl-site--front .wl-home-landing__content h1::after {
  content: '';
  display: inline-block;
  width: clamp(2rem, 3.2vw, 2.8rem);
  aspect-ratio: 278 / 242;
  margin-left: 0.35rem;
  background: center / contain no-repeat url('../images/branding/wld_leaf_mark.png');
  filter: drop-shadow(0 8px 14px rgba(8, 12, 10, 0.26));
  vertical-align: 0;
  transform: translateY(0.12em);
}

.wl-site--front .wl-home-landing__lede {
  margin: 0 auto;
  max-width: 36ch;
  color: rgba(247, 241, 231, 0.9);
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  line-height: 1.4;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.wl-site--front .wl-home-landing .wl-button-row {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.95rem;
}

.wl-site--front .wl-home-landing .wl-button {
  min-height: 40px;
  padding: 0.68rem 1.05rem;
  font-size: 0.82rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 18px rgba(9, 12, 10, 0.16);
}

.wl-site--front .wl-home-landing__controls {
  display: flex;
  align-items: flex-end;
  z-index: 5;
  padding-bottom: clamp(0.65rem, 1.6vw, 0.85rem);
}

.wl-site--front .wl-home-landing__controls-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  padding-inline: clamp(1.2rem, 2.6vw, 1.8rem);
  gap: 0.7rem;
  pointer-events: none;
}

.wl-site--front .wl-home-landing__dots {
  padding: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
}

.wl-site--front .wl-home-landing__dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.46rem;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.wl-site--front .wl-home-landing__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(247, 240, 228, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.wl-site--front .wl-home-landing__dot.is-active {
  width: 34px;
  background: var(--wl-accent-gradient);
}

.wl-site--front .wl-home-landing__nav {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(241, 231, 211, 0.22);
  border-radius: 999px;
  background: rgba(9, 13, 11, 0.26);
  color: #fffdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.18rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.wl-site--front .wl-home-landing__nav:hover {
  background: linear-gradient(180deg, rgba(248, 241, 228, 0.18), rgba(248, 241, 228, 0.08));
}

.wl-site--front .wl-home-landing__nav:focus-visible,
.wl-site--front .wl-home-landing__dot:focus-visible {
  outline: 2px solid rgba(137, 209, 80, 0.95);
  outline-offset: 2px;
}

.wl-site--front .wl-home-proof {
  padding: clamp(1.5rem, 3vw, 2.3rem) 0 clamp(2rem, 4vw, 3rem);
}

.wl-site--front .wl-home-proof > .wl-shell {
  display: grid;
  gap: 1.15rem;
}

.wl-site--front .wl-home-proof__intro {
  display: grid;
  gap: 0.45rem;
  max-width: none;
}

.wl-site--front .wl-home-proof__intro h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.08;
}

.wl-site--front .wl-home-proof__intro p:last-child {
  margin: 0;
  max-width: none;
  color: #546055;
}

.wl-site--front .wl-home-proof__grid {
  display: grid;
  grid-template-columns: 1.38fr repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.wl-site--front .wl-home-proof__card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.15rem 1.1rem;
  border: 1px solid rgba(29, 35, 29, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 227, 0.95));
  box-shadow: 0 18px 34px rgba(12, 18, 14, 0.08);
}

.wl-site--front .wl-home-proof__card--stat {
  background:
    radial-gradient(circle at 16% 14%, rgba(214, 179, 124, 0.14), rgba(214, 179, 124, 0) 26%),
    linear-gradient(180deg, rgba(17, 32, 23, 0.98), rgba(24, 42, 30, 0.94));
  border-color: rgba(188, 156, 109, 0.2);
  color: #f6f1e8;
  box-shadow: 0 20px 36px rgba(9, 18, 12, 0.18);
  gap: 0.42rem;
}

.wl-site--front .wl-home-proof__stat-line {
  display: flex;
  align-items: flex-end;
  gap: 0.78rem;
  margin-bottom: 0.22rem;
  flex-wrap: nowrap;
}

.wl-site--front .wl-home-proof__card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.wl-site--front .wl-home-proof__card p {
  margin: 0;
  color: #566256;
  font-size: 0.94rem;
}

.wl-site--front .wl-home-proof__card--stat h3,
.wl-site--front .wl-home-proof__card--stat p {
  color: #f6f1e8;
}

.wl-site--front .wl-home-proof__card--stat h3 {
  font-size: 1.16rem;
  line-height: 1.05;
  font-weight: 700;
  max-width: none;
  white-space: nowrap;
}

.wl-site--front .wl-home-proof__card--stat p:last-child {
  color: rgba(234, 243, 236, 0.82);
}

.wl-site--front .wl-home-proof__card--stat .wl-home-proof__value {
  margin: 0;
  color: #dcb36d;
  font-size: clamp(2.65rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 0.9;
  text-shadow: 0 8px 18px rgba(4, 9, 6, 0.18);
}

.wl-site--front .wl-home-proof__card--stat > p:not(.wl-home-proof__eyebrow):not(.wl-home-proof__value) {
  max-width: 31ch;
}

.wl-site--front .wl-home-proof__meta {
  width: 100%;
  margin-top: 0.12rem;
  padding-top: 0.56rem;
  border-top: 1px solid rgba(240, 231, 216, 0.14);
  color: rgba(234, 243, 236, 0.72);
  font-size: 0.81rem;
  line-height: 1.48;
}

.wl-site--front .wl-home-proof__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.22rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #23452f;
}

.wl-site--front .wl-home-proof__link::after {
  content: '→';
  font-size: 0.98em;
}

.wl-site--front .wl-home-proof__link:hover,
.wl-site--front .wl-home-proof__link:focus {
  color: #2f6c48;
}

.wl-site--front .wl-home-proof__card--stat .wl-home-proof__link {
  color: #e8cf9f;
}

.wl-site--front .wl-home-proof__card--stat .wl-home-proof__link:hover,
.wl-site--front .wl-home-proof__card--stat .wl-home-proof__link:focus {
  color: #f4e0b9;
}

.wl-site--front .wl-home-mid-cta {
  margin: 0;
}

.wl-site--front .wl-home-mid-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.25rem, 3vw, 1.85rem) 0;
}

.wl-site--front .wl-home-mid-cta__content {
  min-width: 0;
}

.wl-site--front .wl-home-mid-cta__content h2 {
  margin: 0 0 0.18rem;
  color: rgba(255, 255, 255, 0.97);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.wl-site--front .wl-home-mid-cta__content h2 span {
  color: #8ec78e;
}

.wl-site--front .wl-home-mid-cta__content p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wl-site--front .wl-home-mid-cta__content p::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8ec78e;
  box-shadow: 0 0 0 4px rgba(142, 199, 142, 0.18);
}

.wl-site--front .wl-home-mid-cta__action {
  flex: 0 0 auto;
}

.wl-site--front .wl-home-services {
  padding: clamp(2rem, 4.4vw, 3.1rem) 0 clamp(1.4rem, 3.4vw, 2.2rem);
}

.wl-site--front .wl-home-services__head,
.wl-site--front .wl-home-projects__head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.1rem;
}

.wl-site--front .wl-home-services__head {
  grid-template-columns: 1fr;
}

.wl-site--front .wl-home-services__intro,
.wl-site--front .wl-home-projects__intro {
  max-width: none;
}

.wl-site--front .wl-home-services__intro h2,
.wl-site--front .wl-home-projects__intro h2 {
  margin: 0 0 0.45rem;
  max-width: none;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.06;
}

.wl-site--front .wl-home-services__intro p:last-child,
.wl-site--front .wl-home-projects__intro p:last-child {
  margin: 0;
  max-width: none;
  color: #556156;
}

.wl-site--front .wl-home-services__links,
.wl-site--front .wl-home-projects__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.wl-site--front .wl-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wl-site--front .wl-home-services__card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(29, 35, 29, 0.12);
  border-radius: 22px;
  background: #1d2b22;
  box-shadow: 0 18px 34px rgba(12, 18, 14, 0.08);
}

.wl-site--front .wl-home-services__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe7dd;
}

.wl-site--front .wl-home-services__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.wl-site--front .wl-home-services__card:hover .wl-home-services__media img {
  transform: scale(1.03);
}

.wl-site--front .wl-home-services__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1rem 1.05rem 1rem;
  background: var(--wl-brand-surface-gradient);
}

.wl-site--front .wl-home-services__card-body h3 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.38rem;
  width: 100%;
  font-size: clamp(1.12rem, 1.4vw, 1.35rem);
}

.wl-site--front .wl-home-services__card-body h3::after {
  content: '';
  width: 2.1rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(248, 244, 236, 0.26);
}

.wl-site--front .wl-home-services__card-body h3 a {
  color: #f8f4ec;
}

.wl-site--front .wl-home-services__card-body p {
  margin: 0;
  color: rgba(244, 239, 230, 0.86);
  font-size: 0.91rem;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-site--front .wl-home-services__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.15rem;
  color: #edf7ef;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wl-site--front .wl-home-services__link::after {
  content: '→';
  font-size: 0.92em;
}

.wl-site--front .wl-home-services__link:hover,
.wl-site--front .wl-home-services__link:focus {
  color: #cfe5d5;
}

.wl-site--front .wl-home-process {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  padding: clamp(22px, 3vw, 40px) 0 clamp(24px, 3.2vw, 42px);
}

.wl-site--front .wl-home-process .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.wl-site--front .wl-home-process .process-head {
  max-width: 44rem;
  text-align: center;
  margin: 0 auto 42px;
}

.wl-site--front .wl-home-process .process-head__action {
  margin: 0 0 0.95rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.wl-site--front .wl-home-process .process-head .kicker {
  margin-bottom: 12px;
  color: #df8250;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wl-site--front .wl-home-process .process-head h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(2.55rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.06;
  text-transform: none;
}

.wl-site--front .wl-home-process .steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: start;
  justify-items: center;
  margin-top: 0;
}

.wl-site--front .wl-home-process .step {
  max-width: 340px;
  text-align: center;
}

.wl-site--front .wl-home-process .step .icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.94);
}

.wl-site--front .wl-home-process .step .icon svg {
  width: 42px;
  height: 42px;
}

.wl-site--front .wl-home-process .step h3 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.5rem, 1.8vw, 1.82rem);
  font-weight: 900;
  line-height: 1.08;
}

.wl-site--front .wl-home-process .step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.48;
}

.wl-site--front .wl-home-process .arrow {
  width: 88px;
  height: 46px;
  position: relative;
  opacity: 0.95;
  align-self: center;
  margin-top: 2.95rem;
}

.wl-site--front .wl-home-process .arrow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  border-radius: 999px;
  background: #f0c520;
}

.wl-site--front .wl-home-process .arrow::after {
  content: '→';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #f0c520;
  color: #2f5b3d;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 4px rgba(240, 197, 32, 0.08);
}

.wl-site--front .wl-home-projects {
  padding: clamp(2rem, 4vw, 2.8rem) 0 clamp(2.4rem, 4.8vw, 3.8rem);
}

.wl-site--front .wl-home-projects__showcase {
  grid-template-columns: 58px minmax(0, 1fr) 58px;
}

.wl-site--front .wl-home-projects__slide {
  min-height: clamp(390px, 52vw, 580px);
}

.wl-site--front .wl-home-projects__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(122deg, rgba(10, 22, 15, 0.58), rgba(10, 22, 15, 0.08) 60%);
}

.wl-site--front .wl-home-projects__panel {
  position: absolute;
  z-index: 1;
  inset: auto auto 1rem 1rem;
  width: min(500px, calc(100% - 2rem));
}

.wl-site--front .wl-home-projects__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  color: #23452f;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wl-site--front .wl-home-projects__cta::after {
  content: '→';
  font-size: 0.98em;
}

.wl-site--front #block-wl-theme-services,
.wl-site--front #block-wl-theme-recentprojects,
.wl-site--front #block-wl-theme-ctastrip,
.wl-site--front #block-wl-theme-process,
.wl-site--front #block-wl-theme-finalcta {
  display: none !important;
}

/* Shared CTA buttons from migrated blocks */
.wl-site--front .btn-ghost,
.wl-site--front .btn-solid-green,
.wl-site--front .btn.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.62rem 1.22rem;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  border-radius: var(--wl-button-radius);
  border: 1px solid rgba(31, 40, 32, 0.16);
  background: linear-gradient(180deg, #fffdfa 0%, #f0e7d7 100%);
  color: #1a241d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 18px rgba(11, 16, 13, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.wl-site--front .btn-solid-green {
  min-height: 44px;
  padding: 0.68rem 1.16rem;
  border-radius: 999px;
  border-color: 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;
  box-shadow: var(--wl-accent-shadow);
}

.wl-site--front .btn-ghost:hover,
.wl-site--front .btn-solid-green:hover,
.wl-site--front .btn.btn-outline:hover {
  transform: translateY(-2px);
}

.wl-site--front .btn-ghost:hover,
.wl-site--front .btn.btn-outline:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f4ecde 100%);
}

.wl-site--front .btn-solid-green:hover {
  background: var(--wl-accent-gradient-hover);
  color: var(--wl-accent-text);
  box-shadow: 0 8px 14px rgba(20, 46, 16, 0.18);
}

/* Hero block polish */
.wl-site--front .wl-home-hero {
  padding-bottom: clamp(2.2rem, 6vw, 5rem);
}

.wl-site--front .hero-left h1 {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.wl-site--front .hero-left__eyebrow {
  margin: 0 0 0.75rem;
  color: rgba(224, 208, 179, 0.92);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wl-site--front .hero-left .checks li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 0.52rem 0.72rem;
}

.wl-site--front .wl-home-hero .panel {
  border-radius: 22px;
  border-color: rgba(243, 231, 208, 0.18);
  background: linear-gradient(180deg, rgba(13, 18, 15, 0.76), rgba(18, 27, 21, 0.72));
  box-shadow: 0 24px 44px rgba(5, 8, 6, 0.34);
  backdrop-filter: blur(12px);
}

.wl-site--front .wl-home-hero .panel-inner {
  padding: 1.35rem 1.3rem 1.15rem;
}

.wl-site--front .wl-home-hero .panel h2 {
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  margin-bottom: 0.9rem;
  color: #faf6ef;
}

.wl-site--front .wl-home-hero .panel .input,
.wl-site--front .wl-home-hero .panel .select,
.wl-site--front .wl-home-hero .panel .textarea {
  border-radius: 12px;
  border-color: rgba(240, 230, 211, 0.18);
  background: rgba(248, 242, 231, 0.08);
  color: #f8f4ec;
}

.wl-site--front .wl-home-hero .panel .submit {
  border-radius: var(--wl-button-radius);
  border-color: rgba(120, 90, 46, 0.4);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #d2af77 0%, #b88745 100%);
  color: #18211b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 12px 22px rgba(8, 12, 9, 0.24);
}

.wl-site--front .wl-home-hero .panel .submit:hover {
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #ddbc88 0%, #c28f4a 100%);
}

/* Custom hero-intro banner above slideshow (non-pill layout). */
.wl-site--front .wl-front-title-banner {
  padding: clamp(1.4rem, 3vw, 2.3rem) 0 clamp(1rem, 2.2vw, 1.4rem);
}

.wl-site--front .wl-front-title-banner__frame {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.35fr) minmax(220px, 0.78fr);
  border: 1px solid rgba(29, 35, 29, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 236, 224, 0.96));
  box-shadow: 0 24px 44px rgba(12, 18, 14, 0.12);
}

.wl-site--front .wl-front-title-banner__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 82% 14%, rgba(195, 154, 93, 0.12), rgba(195, 154, 93, 0) 22%);
}

.wl-site--front .wl-front-title-banner__media {
  position: relative;
  min-height: 340px;
  background:
    linear-gradient(160deg, rgba(10, 15, 12, 0.32), rgba(11, 17, 13, 0.7)),
    url('../images/projects/project-6.png');
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
}

.wl-site--front .wl-front-title-banner__media-tag {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  margin: 0;
  padding: 0.36rem 0.54rem;
  border-left: 2px solid var(--fm-accent);
  color: #f7f3eb;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(10, 15, 12, 0.48);
}

.wl-site--front .wl-front-title-banner__content {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2.5vw, 1.6rem) clamp(1rem, 2.5vw, 1.8rem);
  background: transparent;
}

.wl-site--front .wl-front-title-banner .wl-kicker {
  color: #5b675d;
}

.wl-site--front .wl-front-title-banner__content h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.7rem, 3.1vw, 2.75rem);
  line-height: 1.08;
  color: #17211c;
}

.wl-site--front .wl-front-title-banner__lede {
  margin: 0;
  max-width: 64ch;
  color: #445046;
}

.wl-site--front .wl-front-title-banner__points {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.5rem;
}

.wl-site--front .wl-front-title-banner__points p {
  margin: 0;
  padding-left: 0.7rem;
  border-left: 2px solid rgba(195, 154, 93, 0.84);
  color: #243128;
}

.wl-site--front .wl-front-title-banner__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wl-site--front .wl-front-title-banner__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(29, 35, 29, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 18px rgba(11, 16, 13, 0.08);
  color: #1a241d;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none;
}

.wl-site--front .wl-front-title-banner__action::after {
  content: '›';
  font-size: 1rem;
}

.wl-site--front .wl-front-title-banner__action--primary {
  border-color: rgba(19, 42, 29, 0.36);
  background: linear-gradient(180deg, #315f44 0%, #1b402b 100%);
  color: #f8f4ec;
}

.wl-site--front .wl-front-title-banner__action:hover {
  background: rgba(255, 255, 255, 0.88);
  color: #111713;
}

.wl-site--front .wl-front-title-banner__action--primary:hover {
  background: linear-gradient(180deg, #3a6e4e 0%, #214a32 100%);
  color: #ffffff;
}

.wl-site--front .wl-front-title-banner__rail {
  position: relative;
  z-index: 1;
  padding: clamp(0.9rem, 2vw, 1.3rem);
  border-left: 1px solid rgba(223, 211, 188, 0.36);
  background: linear-gradient(180deg, rgba(18, 25, 21, 0.94), rgba(27, 39, 31, 0.94));
}

.wl-site--front .wl-front-title-banner__rail-kicker {
  margin: 0 0 0.55rem;
  color: #d7c19e;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.wl-site--front .wl-front-title-banner__rail-steps {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  color: rgba(241, 236, 227, 0.9);
  font-size: 0.9rem;
}

.wl-site--front .wl-front-title-banner__rail-link {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--wl-accent-border);
  background: var(--wl-accent-gradient);
  color: var(--wl-accent-text);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.wl-site--front .wl-front-title-banner__rail-link:hover {
  background: var(--wl-accent-gradient-hover);
  color: #ffffff;
}

/* Front-page showcase slider (above first homepage content block). */
.wl-site--front .wl-front-showcase {
  padding: clamp(2.1rem, 5vw, 3.6rem) 0 clamp(1.8rem, 4vw, 2.7rem);
  background: transparent;
}

.wl-site--front .wl-front-showcase__head {
  margin: 0 0 1.15rem;
  max-width: 68ch;
}

.wl-site--front .wl-front-showcase__head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.7rem, 3.2vw, 2.8rem);
  line-height: 1.08;
}

.wl-site--front .wl-front-showcase__head p {
  margin: 0;
  color: #355442;
}

.wl-site--front .wl-front-showcase__custom > * {
  margin: 0;
}

.wl-site--front .wl-showcase {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wl-site--front .wl-showcase__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(68%, 1fr);
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0 0.6rem;
  scrollbar-width: none;
  outline: none;
}

.wl-site--front .wl-showcase__viewport::-webkit-scrollbar {
  display: none;
}

.wl-site--front .wl-showcase__slide {
  display: block;
  position: relative;
  min-height: clamp(260px, 32vw, 420px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(29, 53, 38, 0.22);
  background-image: linear-gradient(170deg, rgba(14, 25, 18, 0.14), rgba(10, 17, 12, 0.86)), var(--slide-image);
  background-size: cover;
  background-position: center;
  box-shadow: none;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wl-site--front .wl-showcase__slide:hover {
  transform: translateY(-2px);
}

.wl-site--front .wl-showcase__slide:focus-visible {
  outline: 2px solid #3b7b56;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(59, 123, 86, 0.16);
}

.wl-site--front .wl-showcase__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  color: #f5fbf5;
  background: linear-gradient(180deg, rgba(10, 16, 12, 0), rgba(10, 16, 12, 0.84));
}

.wl-site--front .wl-showcase__eyebrow {
  margin: 0 0 0.28rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
  font-weight: 800;
  color: rgba(235, 245, 235, 0.88);
}

.wl-site--front .wl-showcase__overlay h3 {
  margin: 0 0 0.25rem;
  color: #ffffff;
  font-size: clamp(1.12rem, 2vw, 1.6rem);
}

.wl-site--front .wl-showcase__overlay p {
  margin: 0;
  font-size: 0.93rem;
  color: rgba(232, 241, 232, 0.9);
  max-width: 52ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wl-site--front .wl-showcase__nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(37, 66, 47, 0.42);
  background: transparent;
  color: #204531;
  box-shadow: var(--fm-shadow-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.wl-site--front .wl-showcase__nav:hover {
  background: rgba(36, 79, 54, 0.08);
}

.wl-site--front .wl-showcase__nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.wl-site--front .wl-showcase__dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0.42rem;
  margin-top: 0.2rem;
}

.wl-site--front .wl-showcase__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(38, 58, 45, 0.28);
  cursor: pointer;
}

.wl-site--front .wl-showcase__dot.is-active {
  width: 24px;
  background: #3f9860;
}

/* Full-width brochure slider (second option strip under featured projects). */
.wl-site--front .wl-front-showcase-wide {
  position: relative;
  width: 100%;
  margin: 0;
  padding: clamp(2.2rem, 5vw, 4rem) 0 clamp(2.4rem, 5.2vw, 4.1rem);
  background:
    radial-gradient(1200px 540px at 100% 0%, rgba(107, 196, 135, 0.16), rgba(107, 196, 135, 0)),
    linear-gradient(180deg, #153527 0%, #173a2a 54%, #1a3f2d 100%);
  overflow: hidden;
}

.wl-site--front .wl-front-showcase-wide__inner {
  width: 100%;
  margin: 0;
  padding-inline: clamp(0.85rem, 2.5vw, 2.4rem);
  display: grid;
  gap: 1rem;
}

.wl-site--front .wl-front-showcase-wide__head {
  max-width: 72ch;
  margin-inline: auto;
  text-align: center;
}

.wl-site--front .wl-front-showcase-wide__head .wl-kicker {
  color: rgba(213, 228, 216, 0.9);
}

.wl-site--front .wl-front-showcase-wide__head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.85rem, 3.8vw, 3.2rem);
  line-height: 1.03;
  color: #f3fbf4;
}

.wl-site--front .wl-front-showcase-wide__head p {
  margin: 0;
  color: rgba(229, 239, 232, 0.88);
}

.wl-site--front .wl-showcase--brochure {
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__viewport {
  grid-auto-columns: minmax(100%, 1fr);
  gap: 1rem;
  padding: 0;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__slide {
  min-height: clamp(340px, 52vw, 620px);
  border-radius: 22px;
  border: 1px solid rgba(236, 247, 239, 0.24);
  background-image: var(--slide-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 40px rgba(7, 18, 12, 0.42);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(10, 22, 15, 0.54), rgba(10, 22, 15, 0.08) 60%);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__slide:hover {
  transform: translateY(-3px);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__overlay {
  position: absolute;
  z-index: 1;
  inset: auto auto 1rem 1rem;
  width: min(470px, calc(100% - 2rem));
  border-radius: 16px;
  border: 1px solid rgba(31, 65, 47, 0.22);
  padding: clamp(0.9rem, 2vw, 1.25rem);
  display: grid;
  gap: 0.35rem;
  background: linear-gradient(180deg, rgba(251, 248, 236, 0.95), rgba(236, 247, 235, 0.95));
  box-shadow: 0 10px 24px rgba(6, 16, 10, 0.28);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__eyebrow {
  margin: 0;
  color: #2f6b4b;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__overlay h3 {
  margin: 0;
  color: #122c1f;
  font-size: clamp(1.2rem, 2.2vw, 1.95rem);
  line-height: 1.12;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__overlay p {
  margin: 0;
  color: #274434;
  font-size: 0.95rem;
  max-width: 45ch;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__nav {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(226, 241, 229, 0.52);
  background: linear-gradient(155deg, rgba(16, 42, 30, 0.72), rgba(25, 59, 42, 0.74));
  color: #f1faf2;
  box-shadow: 0 14px 26px rgba(5, 14, 9, 0.44);
  backdrop-filter: blur(2px);
  font-size: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wl-site--front .wl-showcase--brochure .wl-showcase__nav:hover {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(155deg, rgba(29, 67, 48, 0.88), rgba(41, 85, 61, 0.9));
  box-shadow: 0 16px 30px rgba(5, 14, 9, 0.5);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__nav:active {
  transform: translateY(0);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__dots {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.45rem;
  margin-inline: auto;
  padding: 0.5rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(22, 47, 33, 0.16);
  background: rgba(20, 43, 30, 0.88);
  box-shadow: 0 12px 24px rgba(8, 18, 12, 0.14);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__dot {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(248, 242, 232, 0.28);
  background: rgba(248, 242, 232, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__dot.is-active {
  width: 36px;
  border-color: rgba(172, 126, 58, 0.38);
  background: linear-gradient(90deg, #d6b37c, #b88846);
}

.wl-site--front .wl-showcase--brochure .wl-showcase__dot:focus-visible {
  outline: 2px solid rgba(244, 224, 185, 0.95);
  outline-offset: 2px;
}

.wl-site--front .wl-front-showcase-wide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.wl-site--front .wl-front-showcase-wide__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wl-site--front .wl-front-showcase-wide__action:hover {
  transform: translateY(-1px);
}

.wl-site--front .wl-front-showcase-wide__action--ghost {
  color: #edf7ef;
  border: 1px solid rgba(218, 236, 221, 0.4);
  background: rgba(245, 252, 247, 0.1);
}

.wl-site--front .wl-front-showcase-wide__action--ghost:hover {
  background: rgba(245, 252, 247, 0.18);
}

.wl-site--front .wl-front-showcase-wide__action--solid {
  color: var(--wl-accent-text);
  background: var(--wl-accent-gradient);
  box-shadow: var(--wl-accent-shadow);
}

.wl-site--front .wl-front-showcase-wide__action--solid:hover {
  background: var(--wl-accent-gradient-hover);
  box-shadow: 0 14px 24px rgba(20, 46, 16, 0.28);
}

/* Trust bar */
.wl-site--front .trustbar {
  background: linear-gradient(140deg, #3d9a5c, #2f7d49);
  padding: 1rem 0;
}

.wl-site--front .trustbar .trustbox {
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

/* Services */
.wl-site--front #block-wl-theme-services {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(1200px 620px at 50% 0%, rgba(105, 194, 132, 0.28), rgba(23, 38, 28, 0.2) 60%),
    linear-gradient(180deg, #173223, #102519);
}

.wl-site--front #block-wl-theme-services .services-head h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
  line-height: 1.08;
}

.wl-site--front #block-wl-theme-services .cards {
  gap: 1.15rem;
}

.wl-site--front #block-wl-theme-services .service-card {
  border-radius: 16px;
  border-color: rgba(234, 246, 231, 0.32);
  box-shadow: var(--fm-shadow);
}

.wl-site--front #block-wl-theme-services .service-card::before {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.02);
}

.wl-site--front #block-wl-theme-services .service-card::after {
  background: linear-gradient(
    180deg,
    rgba(9, 20, 14, 0.28) 0%,
    rgba(9, 20, 14, 0.58) 72%,
    rgba(9, 20, 14, 0.7) 100%
  );
}

.wl-site--front #block-wl-theme-services .service-card .content {
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(7, 16, 11, 0.08), rgba(7, 16, 11, 0.18));
}

.wl-site--front #block-wl-theme-services .service-card .content > div {
  align-items: stretch;
  text-align: left;
}

.wl-site--front #block-wl-theme-services .service-card .lists a.card,
.wl-site--front #block-wl-theme-services .service-card .desc .card {
  white-space: normal;
}

.wl-site--front #block-wl-theme-services .service-card .desc .card {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.95rem, 0.9vw, 1.04rem);
  line-height: 1.5;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.32);
}

.wl-site--front #block-wl-theme-services .service-card .lists a.card {
  font-size: clamp(0.96rem, 0.86vw, 1.03rem);
  color: rgba(255, 255, 255, 0.96);
}

.wl-site--front #block-wl-theme-services .service-card .lists li::before {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
}

.wl-site--front #block-wl-theme-services .service-card .desc,
.wl-site--front #block-wl-theme-services .service-card .lists,
.wl-site--front #block-wl-theme-services .service-card .cta {
  width: 100%;
}

.wl-site--front #block-wl-theme-services .service-card .lists ul {
  justify-content: flex-start;
  margin-inline: 0;
}

.wl-site--front #block-wl-theme-services .service-card .cta .card {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: rgba(7, 16, 11, 0.34);
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(1.02rem, 0.9vw, 1.14rem);
  letter-spacing: 0.06em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.26);
}

/* Projects */
.wl-site--front #block-wl-theme-recentprojects {
  background: linear-gradient(180deg, #eef6ec, #e3ede0);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.wl-site--front #block-wl-theme-recentprojects .project-grid {
  gap: 0.85rem;
}

.wl-site--front #block-wl-theme-recentprojects .project-grid .project {
  border-radius: 14px;
  border: 1px solid rgba(34, 63, 45, 0.16);
  min-height: 188px;
  box-shadow: var(--fm-shadow-soft);
}

/* Mid-page CTA strip */
.wl-site--front #block-wl-theme-ctastrip {
  background: linear-gradient(160deg, #1f4a34, #2b6649);
  padding: 0;
}

.wl-site--front #block-wl-theme-ctastrip .cta-strip {
  background: transparent;
}

.wl-site--front #block-wl-theme-ctastrip .cta-strip-inner {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wl-site--front #block-wl-theme-recentprojects .section-cta .btn-ghost,
.wl-site--front #block-wl-theme-features .section-cta .btn-ghost,
.wl-site--front #block-wl-theme-faq .section-cta .btn-ghost,
.wl-site--front #block-wl-theme-ctastrip .btn-ghost {
  min-width: 180px;
  font-weight: 800;
  line-height: 1;
}

/* Features icon cleanup */
.wl-site--front #block-wl-theme-features {
  padding: clamp(2.1rem, 4vw, 3rem) 0 clamp(2.3rem, 4.4vw, 3.2rem);
}

.wl-site--front #block-wl-theme-features .features-head {
  margin-bottom: 1.9rem;
}

.wl-site--front #block-wl-theme-features .feat {
  max-width: 380px;
}

.wl-site--front #block-wl-theme-features .features-head h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  letter-spacing: 0.05em;
}

.wl-site--front #block-wl-theme-features .feat svg {
  display: none;
}

.wl-site--front #block-wl-theme-features .feat::before {
  content: '';
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wl-site--front #block-wl-theme-features .feat:nth-child(1)::before {
  background-image: url('../images/feature-icons/medal.svg');
}

.wl-site--front #block-wl-theme-features .feat:nth-child(2)::before {
  background-image: url('../images/feature-icons/clock-fast.svg');
}

.wl-site--front #block-wl-theme-features .feat:nth-child(3)::before {
  background-image: url('../images/feature-icons/customer-service.svg');
}

.wl-site--front #block-wl-theme-features .feat:nth-child(4)::before {
  background-image: url('../images/feature-icons/build-relationships.svg');
}

.wl-site--front #block-wl-theme-features .feat:nth-child(5)::before {
  background-image: url('../images/feature-icons/competitive-pricing.svg');
}

.wl-site--front #block-wl-theme-features .feat:nth-child(6)::before {
  background-image: url('../images/feature-icons/convenience.svg');
}

.wl-site--front #block-wl-theme-features .feat h3 {
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}

.wl-site--front #block-wl-theme-features .feat p {
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #48594c;
}

.wl-site--front #block-wl-theme-features .section-cta {
  margin-top: 2rem !important;
}

/* FAQ */
.wl-site--front #block-wl-theme-faq {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  color: #1d3426;
}

.wl-site--front #block-wl-theme-faq .faq-head h2 {
  color: #132a1d;
}

.wl-site--front #block-wl-theme-faq .faq-head p {
  color: #3f5c4b;
}

.wl-site--front #block-wl-theme-faq .faq-q {
  line-height: 1.35;
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  color: #1c3325;
}

.wl-site--front #block-wl-theme-faq details.faq-item {
  border-radius: 12px;
  border: 1px solid rgba(35, 61, 45, 0.14);
  box-shadow: var(--fm-shadow-soft);
  overflow: hidden;
  background: linear-gradient(180deg, #fcfffc, #edf5eb);
}

.wl-site--front #block-wl-theme-faq details.faq-item:not([open]) {
  background: linear-gradient(180deg, #fcfffc, #edf5eb);
}

.wl-site--front #block-wl-theme-faq summary.faq-q {
  color: #1d3326;
}

.wl-site--front #block-wl-theme-faq summary.faq-q::after {
  background: #eef6ec;
  border-color: rgba(43, 79, 56, 0.22);
  color: #2b5c3f;
}

.wl-site--front #block-wl-theme-faq details.faq-item[open] summary.faq-q {
  color: #2f6c48;
}

.wl-site--front #block-wl-theme-faq details.faq-item[open] .faq-a {
  border-top-color: rgba(44, 74, 54, 0.12);
}

.wl-site--front #block-wl-theme-faq .faq-a {
  color: #3f5a4a;
}

.wl-site--front #block-wl-theme-faq .faq-q__thumb {
  display: none;
}

.wl-site--front #block-wl-theme-faq .faq-q__main {
  gap: 0;
}

.wl-site--front #block-wl-theme-faq .faq-a__copy p {
  margin: 0;
}

.wl-site--front #block-wl-theme-faq .faq-a__copy p + p {
  margin-top: 0.8rem;
}

.wl-site--front #block-wl-theme-faq .faq-a__copy a {
  color: #1d5b2f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wl-site--front #block-wl-theme-faq .faq-a__copy a:hover,
.wl-site--front #block-wl-theme-faq .faq-a__copy a:focus-visible {
  color: #123a1e;
}

.wl-site--front #block-wl-theme-faq summary.faq-q:hover,
.wl-site--front #block-wl-theme-faq summary.faq-q:focus {
  background: rgba(77, 137, 100, 0.08);
}

/* Final CTA */
.wl-site--front #block-wl-theme-finalcta {
  background: linear-gradient(180deg, #f1ecdf, #e7dece);
  padding: clamp(2.6rem, 6vw, 4.8rem) 0;
}

.wl-site--front #block-wl-theme-finalcta .final-cta {
  background: linear-gradient(145deg, #18211b, #294032);
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(9, 18, 12, 0.24);
}

.wl-site--front #block-wl-theme-finalcta .btn-solid-green {
  background: var(--wl-accent-gradient);
  color: var(--wl-accent-text);
}

/* Footer modernization + icon size hard caps */
.wl-footer {
  background: linear-gradient(165deg, #121813, #243429);
}

.wl-footer .wl-footer__grid {
  align-items: start;
  gap: clamp(0.9rem, 2vw, 1.5rem);
}

.wl-footer .wl-footer__column {
  border-radius: 14px;
  border: 1px solid rgba(233, 242, 233, 0.22);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.95rem;
}

.wl-footer .footer-title {
  margin: 0 0 0.8rem;
  color: #f2f8f2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.77rem;
  font-weight: 800;
}

.wl-footer .footer-list,
.wl-footer .hours,
.wl-footer .contact {
  display: grid;
  gap: 0.52rem;
}

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

.wl-footer .footer-list a,
.wl-footer .contact a,
.wl-footer .footer-link {
  color: #eef7ef;
}

.wl-footer .footer-brand {
  display: grid;
  gap: 0.64rem;
}

.wl-footer .footer-brand > p {
  margin: 0;
  color: rgba(226, 237, 226, 0.92);
}

.wl-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.wl-footer .brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.wl-footer .brand-text {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

/* Critical icon constraints: prevents giant SVGs in footer. */
.wl-footer .logo-mark {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  display: block;
}

.wl-footer .contact-row {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.wl-footer .contact-row svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  flex: 0 0 16px;
  opacity: 0.92;
}

.wl-footer .social-row {
  display: inline-flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.wl-footer .social-pill {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 244, 236, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #f4faf4;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.wl-footer .social-pill:hover,
.wl-footer .social-pill:focus {
  background: rgba(255, 255, 255, 0.16);
}

/* Keep footer links and contact lines translation-safe. */
.wl-footer .contact-row div,
.wl-footer .footer-list a,
.wl-footer .wl-footer__links a {
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .wl-site--front .wl-home-landing__showcase {
    --wl-home-landing-height: clamp(540px, 70svh, 660px);
  }

  .wl-site--front .wl-home-landing__showcase::after {
    width: min(760px, calc(100% - 1.4rem));
    height: clamp(170px, 30vw, 230px);
  }

  .wl-site--front .wl-home-landing__overlay-shell {
    align-items: flex-end;
    padding: 1rem 1rem 4.7rem;
  }

  .wl-site--front .wl-home-landing__content {
    width: min(700px, calc(100% - 1.8rem));
  }

  .wl-site--front .wl-home-landing__kicker {
    font-size: 0.7rem;
  }

  .wl-site--front .wl-home-landing__content h1 {
    max-width: 18ch;
    font-size: clamp(1.55rem, 4.4vw, 2.35rem);
  }

  .wl-site--front .wl-home-landing__lede {
    max-width: 34ch;
  }

  .wl-site--front .wl-home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-site--front .wl-home-proof__stat-line {
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .wl-site--front .wl-home-proof__card--stat h3 {
    white-space: normal;
  }

  .wl-site--front .wl-home-services__head,
  .wl-site--front .wl-home-projects__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wl-site--front .wl-home-mid-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wl-site--front .wl-home-services__links,
  .wl-site--front .wl-home-projects__links {
    justify-content: flex-start;
  }

  .wl-site--front .wl-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-site--front .wl-home-process .steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wl-site--front .wl-home-process .arrow {
    width: 20px;
    height: 42px;
    margin-top: 0;
  }

  .wl-site--front .wl-home-process .arrow::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 26px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .wl-site--front .wl-home-process .arrow::after {
    content: '↓';
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .wl-site--front .wl-front-title-banner__frame {
    grid-template-columns: 1fr;
  }

  .wl-site--front .wl-front-title-banner__media {
    min-height: 230px;
    clip-path: none;
  }

  .wl-site--front .wl-front-title-banner__rail {
    border-left: 0;
    border-top: 1px solid rgba(217, 231, 221, 0.2);
  }

  .wl-site--front #block-wl-theme-services .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wl-site--front .wl-showcase__viewport {
    grid-auto-columns: minmax(78%, 1fr);
  }

  .wl-site--front .wl-front-showcase-wide__inner {
    padding-inline: 1.1rem;
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__slide {
    min-height: clamp(320px, 56vw, 500px);
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__viewport {
    grid-auto-columns: minmax(100%, 1fr);
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__overlay {
    width: min(430px, calc(100% - 2rem));
  }

  .wl-site--front .wl-home-projects__panel {
    width: min(100%, calc(100% - 2rem));
  }
}

@media (max-width: 700px) {
  .wl-site--front .wl-home-landing {
    padding-bottom: 1.2rem;
  }

  .wl-site--front .wl-home-landing__showcase {
    --wl-home-landing-height: clamp(430px, 108vw, 560px);
    width: 100%;
    height: var(--wl-home-landing-height);
    border-radius: 0;
    background: linear-gradient(180deg, #101612, #17201a);
    box-shadow: none;
    overflow: hidden;
  }

  .wl-site--front .wl-home-landing__viewport {
    height: 100%;
  }

  .wl-site--front .wl-home-landing__slide::after {
    background: linear-gradient(180deg, rgba(8, 12, 10, 0.02) 0%, rgba(8, 12, 10, 0.08) 40%, rgba(8, 12, 10, 0.62) 100%);
  }

  .wl-site--front .wl-home-landing__overlay {
    position: absolute;
    inset: 0;
  }

  .wl-site--front .wl-home-landing__overlay-shell {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    padding: 0.95rem 0.85rem 4.95rem;
  }

  .wl-site--front .wl-home-landing__content {
    width: min(100%, 640px);
    margin: 0 auto;
    padding: 0.78rem 0.9rem 0.9rem;
    background: none;
    box-shadow: none;
  }

  .wl-site--front .wl-home-landing__content::before {
    inset: -1.1rem -1.3rem -1rem;
    filter: blur(16px);
  }

  .wl-site--front .wl-home-landing__kicker {
    margin-bottom: 0.32rem;
    font-size: 0.66rem;
  }

  .wl-site--front .wl-home-landing__content h1 {
    max-width: 19ch;
    font-size: clamp(1.26rem, 5.2vw, 1.82rem);
    color: #fffdf8;
  }

  .wl-site--front .wl-home-landing__content h1::after {
    width: clamp(1.6rem, 6vw, 2.05rem);
    margin-left: 0.26rem;
  }

  .wl-site--front .wl-home-landing__lede {
    max-width: 32ch;
    font-size: 0.92rem;
    color: rgba(242, 237, 228, 0.92);
  }

  .wl-site--front .wl-home-landing__controls {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.68rem;
  }

  .wl-site--front .wl-home-landing__controls-shell {
    align-items: center;
    justify-content: center;
    padding-inline: 0.85rem;
    gap: 0.55rem;
  }

  .wl-site--front .wl-home-landing__nav {
    width: 40px;
    height: 40px;
    font-size: 1.18rem;
  }

  .wl-site--front .wl-home-landing__dot {
    width: 9px;
    height: 9px;
  }

  .wl-site--front .wl-home-landing__dot.is-active {
    width: 26px;
  }

  .wl-site--front .wl-home-landing__dots {
    gap: 0.38rem;
    padding: 0;
  }

  .wl-site--front .wl-home-landing .wl-button-row {
    gap: 0.6rem;
    margin-top: 0.85rem;
  }

  .wl-site--front .wl-home-landing .wl-button {
    min-width: 0;
    padding-inline: 0.95rem;
  }

  .wl-site--front .wl-home-proof {
    padding-top: 1.25rem;
  }

  .wl-site--front .wl-home-proof__grid {
    grid-template-columns: 1fr;
  }

  .wl-site--front .wl-home-services,
  .wl-site--front .wl-home-process,
  .wl-site--front .wl-home-projects {
    padding-top: 1.4rem;
  }

  .wl-site--front .wl-home-mid-cta {
    margin-bottom: 1.35rem;
  }

  .wl-site--front .wl-home-services__intro h2,
  .wl-site--front .wl-home-process .process-head h2,
  .wl-site--front .wl-home-projects__intro h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .wl-site--front .wl-home-services__links,
  .wl-site--front .wl-home-projects__links {
    gap: 0.6rem;
  }

  .wl-site--front .wl-front-title-banner {
    padding-top: 1.2rem;
  }

  .wl-site--front .wl-front-title-banner__content h1 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .wl-site--front .wl-front-title-banner__content,
  .wl-site--front .wl-front-title-banner__rail {
    padding: 0.95rem;
  }

  .wl-site--front .wl-front-title-banner__actions {
    gap: 0.75rem;
  }

  .wl-site--front .wl-front-title-banner__action {
    font-size: 0.78rem;
  }

  .wl-site--front .wl-front-title-banner__rail-steps {
    font-size: 0.84rem;
  }

  .wl-site--front .container {
    width: min(1240px, calc(100% - 1.2rem));
  }

  .wl-site--front #block-wl-theme-services .cards,
  .wl-site--front #block-wl-theme-features .features-grid,
  .wl-site--front #block-wl-theme-recentprojects .project-grid {
    grid-template-columns: 1fr;
  }

  .wl-site--front .wl-home-services__grid {
    grid-template-columns: 1fr;
  }

  .wl-site--front .wl-home-process {
    margin: 0.7rem 0 1rem;
    padding: 0.78rem 0 0.9rem;
  }

  .wl-site--front .wl-home-process .process-head {
    margin-bottom: 1rem;
  }

  .wl-site--front .wl-home-process .process-head__action {
    margin-bottom: 0.8rem;
    justify-content: center;
  }

  .wl-site--front .wl-home-process .step {
    max-width: 520px;
  }

  .wl-site--front .wl-home-process .step .icon {
    width: 62px;
    height: 62px;
    margin-bottom: 10px;
  }

  .wl-site--front .wl-home-process .step .icon svg {
    width: 34px;
    height: 34px;
  }

  .wl-site--front .wl-home-process .step h3 {
    font-size: clamp(1.3rem, 6.2vw, 1.62rem);
  }

  .wl-site--front .wl-home-process .step p {
    font-size: 0.89rem;
  }

  .wl-site--front .wl-home-mid-cta__inner {
    padding: 1.2rem 0 1.25rem;
  }

  .wl-site--front .wl-home-mid-cta__content h2 {
    font-size: clamp(1.32rem, 7vw, 1.8rem);
  }

  .wl-site--front .wl-home-mid-cta__content p {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .wl-site--front .wl-home-mid-cta__action {
    width: 100%;
  }

  .wl-site--front .wl-home-mid-cta__action .wl-button {
    width: 100%;
  }

  .wl-site--front #block-wl-theme-finalcta .final-cta h2 {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  .wl-site--front .wl-showcase {
    grid-template-columns: 1fr;
  }

  .wl-site--front .wl-showcase__nav {
    display: none;
  }

  .wl-site--front .wl-showcase__viewport {
    grid-auto-columns: minmax(90%, 1fr);
  }

  .wl-site--front .wl-front-showcase-wide {
    padding: 1.7rem 0 2.3rem;
  }

  .wl-site--front .wl-front-showcase-wide__inner {
    padding-inline: 0.7rem;
    gap: 0.9rem;
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__slide {
    min-height: clamp(250px, 82vw, 340px);
    border-radius: 14px;
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__overlay {
    width: 100%;
    inset: auto 0 0;
    padding: 0.85rem;
    border-radius: 0;
    border: 0;
    background: linear-gradient(180deg, rgba(252, 248, 236, 0.96), rgba(236, 247, 235, 0.96));
    box-shadow: none;
  }

  .wl-site--front .wl-home-projects__slide {
    min-height: clamp(330px, 108vw, 430px);
  }

  .wl-site--front .wl-home-projects__panel {
    width: 100%;
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__overlay h3 {
    font-size: clamp(1.15rem, 5.5vw, 1.5rem);
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__overlay p {
    font-size: 0.88rem;
  }

  .wl-site--front .wl-showcase--brochure .wl-showcase__viewport {
    grid-auto-columns: 100%;
  }

  .wl-site--front .wl-home-services__list {
    gap: 0.45rem;
  }

  .wl-site--front .wl-home-services__list li {
    font-size: 0.8rem;
  }

  .wl-site--front .wl-home-services__links .wl-button,
  .wl-site--front .wl-home-projects__links .wl-button {
    width: auto;
  }

  .wl-site--front .wl-front-showcase-wide__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wl-site--front .wl-front-showcase-wide__action {
    width: auto;
  }

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

  .wl-footer .wl-footer__column {
    padding: 0.9rem;
  }

  .wl-site--front .wl-home-landing__showcase::after {
    width: min(100%, calc(100% - 1rem));
    height: clamp(190px, 48vw, 250px);
    filter: blur(18px);
  }
}

@media (max-width: 420px) {
  .wl-site--front .wl-home-landing__showcase {
    --wl-home-landing-height: clamp(400px, 120vw, 500px);
  }

  .wl-site--front .wl-home-landing__content h1 {
    max-width: 19ch;
    font-size: clamp(1.1rem, 5.1vw, 1.42rem);
  }

  .wl-site--front .wl-home-landing__lede {
    max-width: 30ch;
    font-size: 0.86rem;
  }

  .wl-site--front .wl-home-landing__nav {
    width: 40px;
    height: 40px;
  }

  .wl-site--front .wl-home-landing__overlay-shell {
    padding: 0.8rem 0.7rem 5.3rem;
  }

  .wl-site--front .wl-home-landing__showcase::after {
    width: calc(100% - 0.6rem);
    height: clamp(180px, 56vw, 220px);
    filter: blur(16px);
  }

  .wl-site--front .wl-home-landing .wl-button-row {
    gap: 0.55rem;
  }

  .wl-site--front .wl-home-landing .wl-button {
    width: auto;
    font-size: 0.79rem;
  }

  .wl-site--front .wl-home-landing__dots {
    background: none;
  }
}
