﻿html { margin-top: 0 !important; }
body.home-clean { background: #fff; }
.home-clean,
.home-clean button,
.home-clean input,
.home-clean select,
.home-clean textarea,
.home-clean h1,
.home-clean h2,
.home-clean h3,
.home-clean h4,
.home-clean h5,
.home-clean h6,
.home-clean .entry-content,
.home-clean .menu-link,
.home-clean .ast-custom-button,
.home-clean .uagb-heading-text,
.home-clean .uagb-ifb-title,
.home-clean .uagb-ifb-title-prefix,
.home-clean .uagb-ifb-desc {
  font-family: "Duru Sans", sans-serif !important;
}
.home-clean #page { min-height: 100vh; }
.home-clean .site-logo-img img { width: 72px; height: 72px; object-fit: contain; }
.home-clean .custom-logo-link { display: inline-flex; align-items: center; }
.home-clean .ast-primary-header-bar { background: transparent; }
.home-clean .ast-theme-transparent-header .main-header-menu .menu-link,
.home-clean.ast-theme-transparent-header .main-header-menu .menu-link { color: #fff; }
.home-clean .main-header-menu .menu-item:hover > .menu-link,
.home-clean .main-header-menu .current-menu-item > .menu-link { color: var(--ast-global-color-0); }
.home-clean .ast-builder-menu-1 .sub-menu,
.home-clean .main-header-menu .sub-menu { background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.home-clean .main-header-menu .sub-menu .menu-link { color: #1a1a1a !important; }
.home-clean .main-header-menu .sub-menu .menu-link:hover { color: var(--ast-global-color-0) !important; }
.home-clean.header-layout-compact #ast-desktop-header .ast-primary-header-bar,
.home-clean.header-layout-compact #ast-desktop-header .main-header-bar { min-height: 76px !important; }
.home-clean.header-layout-centered #ast-desktop-header .ast-builder-menu-1 { margin-left: auto; margin-right: auto; }
.home-clean .entry-content a { text-decoration: none; }
.home-clean .site-footer { background: #1a1a1a; }
.home-clean .site-footer, .home-clean .site-footer p, .home-clean .site-footer a { color: #fff; }
.home-clean .site-footer a:hover { color: var(--ast-global-color-0); }
.home-clean .wp-block-uagb-container.uagb-block-0eefcdf0,
.home-clean .wp-block-uagb-container.uagb-block-bb02d243,
.home-clean .wp-block-uagb-container.uagb-block-42b0c99c,
.home-clean .wp-block-uagb-container.uagb-block-e9e75469 { transition: box-shadow .2s linear, transform .2s linear; }
.home-clean .wp-block-uagb-container.uagb-block-0eefcdf0:hover,
.home-clean .wp-block-uagb-container.uagb-block-bb02d243:hover,
.home-clean .wp-block-uagb-container.uagb-block-42b0c99c:hover,
.home-clean .wp-block-uagb-container.uagb-block-e9e75469:hover { transform: translateY(-2px); }
@media (min-width: 922px) {
  .home-clean #masthead { height: 96px; }
  .home-clean #ast-desktop-header { display: block !important; }
  .home-clean #ast-mobile-header { display: none !important; }
  .home-clean #ast-desktop-header .ast-primary-header-bar,
  .home-clean #ast-desktop-header .main-header-bar { min-height: 96px !important; }
  .home-clean #ast-desktop-header .site-primary-header-wrap { max-width: 1200px; padding-left: 20px; padding-right: 20px; }
  .home-clean #ast-desktop-header .ast-builder-grid-row {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    column-gap: 20px;
    min-height: 96px;
  }
  .home-clean #ast-desktop-header .site-header-primary-section-left { min-width: 76px; }
  .home-clean #ast-desktop-header .site-header-primary-section-right {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
  }
  .home-clean #ast-desktop-header .ast-builder-menu-1 { min-width: 0; flex: 0 1 auto; }
  .home-clean #ast-desktop-header .main-header-menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap !important;
  }
  .home-clean #ast-desktop-header .main-header-menu > .menu-item {
    flex: 0 0 auto;
    line-height: 96px !important;
    white-space: nowrap;
  }
  .home-clean #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
    display: flex;
    align-items: center;
    height: 96px !important;
    padding: 0 10px !important;
    font-size: 13px;
    line-height: 1.2;
  }
  .home-clean #ast-desktop-header .site-logo-img img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    object-fit: contain;
  }
  .home-clean #ast-desktop-header .ast-header-button-1,
  .home-clean #ast-desktop-header .ast-builder-button-wrap { flex: 0 0 auto; }
  .home-clean #ast-desktop-header .ast-custom-button-link .ast-custom-button {
    max-width: 190px;
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }
  .home-clean #ast-desktop-header .ast-builder-button-wrap > .menu-link { display: none; }
}

/* Compact premium homepage hero. */
.home-clean .home-hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  height: clamp(600px, calc(100svh - 40px), 720px);
  min-height: 600px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: url('/assets/img/law-hero.jpg') 50% 42% / cover no-repeat;
  color: #fff;
}

.home-clean .home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 11, 15, .94) 0%, rgba(9, 11, 15, .8) 46%, rgba(9, 11, 15, .32) 75%, rgba(9, 11, 15, .5) 100%),
    linear-gradient(0deg, rgba(9, 11, 15, .42), transparent 45%);
}

.home-clean .home-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(1200px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  padding: clamp(150px, 20vh, 178px) 0 34px;
}

.home-clean .home-hero__content {
  position: relative;
  max-width: 820px;
  padding-left: 28px;
}

.home-clean .home-hero__content::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 2px;
  background: linear-gradient(180deg, #d5bb8b, rgba(177, 151, 107, .12));
}

.home-clean .home-hero__content h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-family: "Duru Sans", sans-serif;
  font-size: clamp(2.75rem, 4.25vw, 4.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.home-clean .home-hero__content h1 span {
  color: #d0b37e;
}

.home-clean .home-hero__content p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-clean .home-hero__contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .7fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(177, 151, 107, .28);
  background: rgba(12, 14, 18, .4);
  backdrop-filter: blur(8px);
}

.home-clean .home-hero__contact {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 92px;
  padding: 18px 24px;
  color: #fff;
  transition: background-color .25s ease;
}

.home-clean .home-hero__contact + .home-hero__contact {
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.home-clean .home-hero__contact:hover {
  background: rgba(177, 151, 107, .1);
}

.home-clean .home-hero__contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(208, 179, 126, .42);
  color: #d0b37e;
}

.home-clean .home-hero__contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.home-clean .home-hero__contact-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.home-clean .home-hero__contact-copy small {
  color: #d0b37e;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.home-clean .home-hero__contact-copy strong {
  color: #fff;
  font-family: "Duru Sans", sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

@media (max-width: 921px) {
  .home-clean .home-hero {
    height: auto;
    min-height: 660px;
  }

  .home-clean .home-hero__inner {
    min-height: 660px;
    padding-top: 144px;
  }

  .home-clean .home-hero__content {
    max-width: 700px;
  }

  .home-clean .home-hero__contact-grid {
    grid-template-columns: 1fr;
  }

  .home-clean .home-hero__contact + .home-hero__contact {
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }
}

/* Premium trust and about sections. */
.home-clean .home-hero-transition {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: none !important;
  height: clamp(58px, 7vw, 92px);
  margin: -1px calc(50% - 50vw) 0 !important;
  background:
    linear-gradient(180deg, #121419 0%, #1b1d20 18%, #aaa398 70%, #f4f1eb 100%);
}

.home-clean .home-hero-transition::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(244, 241, 235, .9));
}

.home-clean .home-section-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.home-clean .home-trust,
.home-clean .home-about-premium {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.home-clean .home-trust {
  overflow: hidden;
  padding: clamp(76px, 8vw, 116px) 0 clamp(84px, 9vw, 132px);
  background: #f4f1eb;
  color: #181a1e;
}

.home-clean .home-trust::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -140px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(177, 151, 107, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(177, 151, 107, .035), 0 0 0 140px rgba(177, 151, 107, .025);
  pointer-events: none;
}

.home-clean .home-trust__grid,
.home-clean .home-about-premium__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.32fr);
  gap: clamp(56px, 8vw, 112px);
}

.home-clean .home-section-heading > p {
  margin: 0 0 22px;
  color: #a88750;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-clean .home-section-heading h2 {
  margin: 0;
  color: #17191d;
  font-size: clamp(2.45rem, 4.2vw, 4.65rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.home-clean .home-section-heading h2 span {
  color: #b1976b;
}

.home-clean .home-trust__lead {
  margin: 0 0 24px;
  color: #17191d;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -.015em;
}

.home-clean .home-trust__items {
  border-top: 1px solid rgba(24, 26, 30, .2);
}

.home-clean .home-trust__items article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0 30px;
  border-bottom: 1px solid rgba(24, 26, 30, .14);
  transition: padding-left .35s ease, border-color .35s ease;
}

.home-clean .home-trust__items article:hover {
  padding-left: 12px;
  border-color: rgba(177, 151, 107, .62);
}

.home-clean .home-trust__items article > span {
  padding-top: 5px;
  color: #a88750;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.home-clean .home-trust__items article > div {
  min-width: 0;
}

.home-clean .home-trust__items h3 {
  margin: 0 0 8px;
  color: #181a1e;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
}

.home-clean .home-trust__items p {
  margin: 0;
  color: #65635f;
  font-size: .98rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.home-clean .home-about-premium {
  overflow: clip;
  padding: clamp(88px, 9vw, 138px) 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(177, 151, 107, .12), transparent 30%),
    linear-gradient(135deg, #111318 0%, #17191e 52%, #101216 100%);
  color: #fff;
}

.home-clean .home-about-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
  pointer-events: none;
}

.home-clean .home-about-premium__grid {
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.28fr);
}

.home-clean .home-about-premium .home-section-heading h2 {
  color: #fff;
  font-size: clamp(2.35rem, 3.65vw, 4.15rem);
  overflow-wrap: anywhere;
}

.home-clean .home-about-premium__signature {
  max-width: 320px;
  margin-top: 38px;
  padding: 4px 0 4px 20px;
  border-left: 2px solid #b1976b;
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  line-height: 1.7;
  letter-spacing: .035em;
}

.home-clean .home-about-premium__copy {
  padding-top: 4px;
}

.home-clean .home-about-premium__copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .68);
  font-size: .98rem;
  line-height: 1.86;
}

.home-clean .home-about-premium__copy p.is-lead {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.78;
}

.home-clean .home-about-premium__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.home-clean .home-about-premium__pillars span {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid rgba(177, 151, 107, .38);
  color: #d0b37e;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.home-clean .home-about-premium__pillars span:hover {
  border-color: #b1976b;
  background: #b1976b;
  color: #111318;
}

@media (min-width: 922px) {
  .home-clean .home-about-premium__heading {
    position: sticky;
    top: 126px;
    align-self: start;
  }
}

@media (max-width: 921px) {
  .home-clean .home-trust__grid,
  .home-clean .home-about-premium__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .home-clean .home-section-heading h2,
  .home-clean .home-about-premium .home-section-heading h2 {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .home-clean .home-hero-transition {
    height: 52px;
  }

  .home-clean .home-section-inner {
    width: min(100% - 30px, 1200px);
  }

  .home-clean .home-trust,
  .home-clean .home-about-premium {
    padding: 66px 0 72px;
  }

  .home-clean .home-trust__grid,
  .home-clean .home-about-premium__grid {
    gap: 40px;
  }

  .home-clean .home-section-heading > p {
    margin-bottom: 16px;
    font-size: .66rem;
  }

  .home-clean .home-section-heading h2,
  .home-clean .home-section-heading h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .home-clean .home-about-premium .home-section-heading h2 {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
    line-height: 1.12;
  }

  .home-clean .home-trust__items article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 22px 0 24px;
  }

  .home-clean .home-trust__items article:hover {
    padding-left: 0;
  }

  .home-clean .home-about-premium__signature {
    margin-top: 26px;
  }

  .home-clean .home-about-premium__copy p {
    font-size: .93rem;
    line-height: 1.76;
  }

  .home-clean .home-about-premium__copy p.is-lead {
    font-size: 1rem;
    line-height: 1.72;
  }

  .home-clean .home-about-premium__pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-clean .home-about-premium__pillars span {
    min-width: 0;
    text-align: center;
  }

  .home-clean .home-about-premium__pillars span:last-child {
    grid-column: 1 / -1;
  }
}

/* Editorial team grid. */
.home-clean .home-team {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(88px, 9vw, 138px) 0 clamp(96px, 10vw, 152px);
  overflow: hidden;
  background: #f2efe9;
  color: #17191d;
}

.home-clean .home-team::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(20px, 5vw, 96px);
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(177, 151, 107, .3) 24%, rgba(177, 151, 107, .08) 78%, transparent);
  pointer-events: none;
}

.home-clean .home-team__header {
  margin-bottom: clamp(50px, 6vw, 82px);
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(24, 26, 30, .16);
}

.home-clean .home-team .home-section-heading h2 {
  max-width: none;
  font-size: clamp(3.4rem, 6.3vw, 6.8rem);
  line-height: .98;
}

.home-clean .home-team__intro {
  max-width: 760px;
  margin-top: 28px;
  color: #686560;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

.home-clean .home-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}

.home-clean .home-team__member {
  min-width: 0;
}

.home-clean .home-team__portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ddd8cf;
}

.home-clean .home-team__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: inset 0 -90px 90px -110px rgba(10, 12, 15, .85);
  transition: border-color .4s ease, box-shadow .4s ease;
  pointer-events: none;
}

.home-clean .home-team__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.002);
  transition: filter .65s ease, transform .8s cubic-bezier(.2, .7, .2, 1);
}

.home-clean .home-team__member:nth-child(2) .home-team__portrait img {
  object-position: center 42%;
}

.home-clean .home-team__member:nth-child(3) .home-team__portrait img {
  object-position: center 30%;
}

.home-clean .home-team__portrait > span {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .48);
  background: rgba(14, 16, 19, .52);
  color: rgba(255, 255, 255, .9);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
}

.home-clean .home-team__details {
  position: relative;
  margin-top: 22px;
  padding: 21px 58px 0 0;
  border-top: 1px solid rgba(24, 26, 30, .2);
}

.home-clean .home-team__details::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 54px;
  height: 2px;
  background: #b1976b;
  transition: width .5s cubic-bezier(.2, .7, .2, 1);
}

.home-clean .home-team__details::before {
  content: "↗";
  position: absolute;
  top: 19px;
  right: 0;
  color: #a88750;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform .35s ease;
}

.home-clean .home-team__details p {
  margin: 0 0 8px;
  color: #9a783f;
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-clean .home-team__details h3 {
  margin: 0;
  color: #17191d;
  font-size: clamp(1.18rem, 1.55vw, 1.45rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.home-clean .home-team__member:hover .home-team__portrait img {
  transform: scale(1.035);
}

.home-clean .home-team__member:hover .home-team__portrait::after {
  border-color: rgba(177, 151, 107, .55);
  box-shadow: inset 0 -110px 110px -120px rgba(10, 12, 15, .95);
}

.home-clean .home-team__member:hover .home-team__details::after {
  width: 100%;
}

.home-clean .home-team__member:hover .home-team__details::before {
  transform: translate(3px, -3px);
}

@media (hover: hover) and (pointer: fine) {
  .home-clean .home-team__portrait img {
    filter: grayscale(1) contrast(1.04);
  }

  .home-clean .home-team__member:hover .home-team__portrait img {
    filter: grayscale(0) contrast(1);
  }
}

@media (max-width: 921px) {
  .home-clean .home-team__intro {
    max-width: 650px;
  }

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

  .home-clean .home-team__member:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    margin: 12px auto 0;
  }
}

@media (max-width: 560px) {
  .home-clean .home-team {
    padding: 68px 0 78px;
  }

  .home-clean .home-team__header {
    margin-bottom: 42px;
    padding-bottom: 28px;
  }

  .home-clean .home-team .home-section-heading h2 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .home-clean .home-team__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .home-clean .home-team__member:nth-child(2),
  .home-clean .home-team__member:nth-child(3) {
    grid-column: auto;
    width: auto;
    margin: 0;
  }

  .home-clean .home-team__portrait > span {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }
}

/* Dynamic services grid. */
.home-clean .home-services {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(68px, 6vw, 92px) 0 clamp(74px, 7vw, 104px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 8%, rgba(177, 151, 107, .14), transparent 28%),
    #111318;
  color: #fff;
}

.home-clean .home-services::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  pointer-events: none;
}

.home-clean .home-services .home-section-inner {
  position: relative;
  z-index: 1;
}

.home-clean .home-services__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(38px, 4vw, 54px);
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-clean .home-services__heading > p {
  margin: 0 0 20px;
  color: #bda06c;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-clean .home-services__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.05em;
}

.home-clean .home-services__heading h2 span {
  color: #b1976b;
}

.home-clean .home-services__intro {
  max-width: 470px;
  margin-left: auto;
}

.home-clean .home-services__intro p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .65);
  font-size: .96rem;
  line-height: 1.8;
}

.home-clean .home-services__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(177, 151, 107, .6);
  color: #d0b37e;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}

.home-clean .home-services__intro > a:hover {
  border-color: #fff;
  color: #fff;
}

.home-clean .home-services__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.home-clean .home-services__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  grid-column: span 2;
  min-height: 205px;
  padding: clamp(22px, 2vw, 28px);
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .015);
  color: #fff;
  text-decoration: none;
  transition: background-color .35s ease, transform .35s ease, border-color .35s ease;
}

.home-clean .home-services__card::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(177, 151, 107, .2);
  border-radius: 50%;
  transform: scale(.72);
  opacity: 0;
  transition: opacity .45s ease, transform .6s cubic-bezier(.2, .7, .2, 1);
  pointer-events: none;
}

.home-clean .home-services__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #b1976b;
  transition: width .5s cubic-bezier(.2, .7, .2, 1);
}

.home-clean .home-services__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  color: #bda06c;
  font-size: .69rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .13em;
}

.home-clean .home-services__card-top span:last-child {
  font-size: 1rem;
  transition: transform .35s ease;
}

.home-clean .home-services__card h3 {
  max-width: 260px;
  margin: 7px 0 18px;
  color: #fff;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.025em;
}

.home-clean .home-services__card-kicker {
  color: #bda06c;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-clean .home-services__card-link {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .82);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-clean .home-services__card:hover,
.home-clean .home-services__card:focus-visible {
  z-index: 2;
  border-color: rgba(177, 151, 107, .48);
  background: rgba(177, 151, 107, .09);
  color: #fff;
  transform: translateY(-4px);
}

.home-clean .home-services__card:hover::before,
.home-clean .home-services__card:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.home-clean .home-services__card:hover::after,
.home-clean .home-services__card:focus-visible::after {
  width: 100%;
}

.home-clean .home-services__card:hover .home-services__card-top span:last-child,
.home-clean .home-services__card:focus-visible .home-services__card-top span:last-child {
  transform: translate(3px, -3px);
}

@media (min-width: 922px) {
  .home-clean .home-services__card:last-child:nth-child(4n + 1) {
    grid-column: 4 / span 2;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .home-clean .home-services__card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 3 / span 2;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }

  .home-clean .home-services__card:nth-last-child(3):nth-child(4n + 1) {
    grid-column: 2 / span 2;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 921px) {
  .home-clean .home-services__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-clean .home-services__intro {
    max-width: 650px;
    margin-left: 0;
  }

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

  .home-clean .home-services__card {
    grid-column: auto;
  }

  .home-clean .home-services__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
    border-left: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 560px) {
  .home-clean .home-services {
    padding: 62px 0 70px;
  }

  .home-clean .home-services__header {
    margin-bottom: 42px;
    padding-bottom: 30px;
  }

  .home-clean .home-services__heading h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .home-clean .home-services__grid {
    grid-template-columns: 1fr;
  }

  .home-clean .home-services__card {
    grid-column: auto !important;
    width: auto !important;
    min-height: 190px;
    padding: 24px 22px;
  }

  .home-clean .home-services__card-top {
    margin-bottom: 28px;
  }
}

/* Simple homepage contact form. */
.home-clean .home-contact {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  padding: clamp(62px, 5vw, 78px) 0;
  background: #f6f4ef;
  color: #17191d;
}

.home-clean .home-contact__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(58px, 8vw, 112px);
  align-items: start;
}

.home-clean .home-contact__intro > p {
  margin: 0 0 18px;
  color: #a88750;
  font-size: .69rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-clean .home-contact__intro h2 {
  margin: 0;
  color: #17191d;
  font-size: clamp(2.35rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.home-clean .home-contact__intro h2 span {
  color: #b1976b;
}

.home-clean .home-contact__intro > div {
  max-width: 480px;
  margin-top: 24px;
  color: #686560;
  font-size: .96rem;
  line-height: 1.78;
}

.home-clean .home-contact__intro > a {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(177, 151, 107, .55);
  color: #9a783f;
  font-size: 1rem;
  font-weight: 600;
}

.home-clean .home-contact__form {
  padding-top: 4px;
}

.home-clean .home-contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 28px;
}

.home-clean .home-contact__fields label {
  display: grid;
  gap: 9px;
  min-width: 0;
  margin: 0;
  color: #3d3c39;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .07em;
}

.home-clean .home-contact__fields label.full {
  grid-column: 1 / -1;
}

.home-clean .home-contact__fields input,
.home-clean .home-contact__fields textarea {
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid #d8d4cc;
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, .7);
  color: #17191d;
  font: inherit;
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: 0;
  transition: border-color .2s ease, background-color .2s ease;
}

.home-clean .home-contact__fields input {
  height: 48px;
  padding: 0 14px;
}

.home-clean .home-contact__fields textarea {
  min-height: 118px;
  padding: 13px 14px;
  resize: vertical;
}

.home-clean .home-contact__fields input:focus,
.home-clean .home-contact__fields textarea:focus {
  border-color: #b1976b;
  background: #fff;
}

.home-clean .home-contact__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
}

.home-clean .home-contact__submit {
  min-width: 158px;
  margin: 0;
  padding: 15px 22px !important;
  border: 1px solid #b1976b !important;
  border-radius: 0 !important;
  background: #b1976b !important;
  color: #fff !important;
  font-family: "Duru Sans", sans-serif !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease !important;
}

.home-clean .home-contact__submit:hover {
  border-color: #17191d !important;
  background: #17191d !important;
}

.home-clean .home-contact__actions small {
  max-width: 330px;
  color: #85817a;
  font-size: .7rem;
  line-height: 1.55;
}

.home-clean .home-contact__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 921px) {
  .home-clean .home-contact__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-clean .home-contact__intro > div {
    max-width: 650px;
  }
}

@media (max-width: 560px) {
  .home-clean .home-contact {
    padding: 62px 0 68px;
  }

  .home-clean .home-contact__intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .home-clean .home-contact__fields {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-clean .home-contact__fields label.full {
    grid-column: auto;
  }

  .home-clean .home-contact__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .home-clean .home-contact__submit {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .home-clean .home-hero {
    min-height: 720px;
    background-position: 62% 50%;
  }

  .home-clean .home-hero__inner {
    width: min(100% - 28px, 1200px);
    min-height: 720px;
    padding-top: 132px;
    padding-bottom: 20px;
  }

  .home-clean .home-hero__content {
    padding-left: 18px;
  }

  .home-clean .home-hero__content h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .home-clean .home-hero__content p {
    margin-top: 16px;
    font-size: .94rem;
    line-height: 1.58;
  }

  .home-clean .home-hero__contact {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 82px;
    padding: 14px;
  }

  .home-clean .home-hero__contact-icon {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 921px) {
  .home-clean .site-header { background: #fff; }
  .home-clean .site-logo-img img { width: 56px; height: 56px; }
  .home-clean .ast-mobile-header-wrap .menu-link { color: #1a1a1a !important; }
}
@media (min-width: 922px) {
  .home-clean #ast-desktop-header .main-header-menu > .menu-item-has-children > .sub-menu {
    width: 320px;
    max-height: 360px !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }

  .home-clean #ast-desktop-header .main-header-menu > .menu-item-has-children > .sub-menu > li > .menu-link {
    white-space: normal;
  }
}
