:root {
  --ink: #15251c;
  --forest: #092517;
  --forest-2: #123b24;
  --green: #236b35;
  --leaf: #4c8d43;
  --lime: #c4db38;
  --cream: #f4f0e4;
  --stone: #e8e4d8;
  --white: #fff;
  --muted: #58655d;
  --line: rgba(25, 64, 37, 0.16);
  --shadow: 0 24px 60px rgba(7, 33, 18, 0.18);
  --max: 1320px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E");
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  color: #fff;
  background: #071b10;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    background 0.25s,
    box-shadow 0.25s;
}
.site-header.is-scrolled {
  position: fixed;
  background: rgba(7, 28, 17, 0.94);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: var(--max);
  min-height: 86px;
  margin: auto;
  padding: 0.65rem 32px;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.4rem);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-right: auto;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}
.brand-mark {
  width: 58px;
  height: 58px;
  flex: none;
  overflow: hidden;
  border: 2px solid var(--lime);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.32);
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-name {
  font-size: 1.08rem;
}
.brand-name small {
  display: block;
  margin-top: 0.32rem;
  color: var(--lime);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
}
.site-header nav {
  display: flex;
  gap: 1.7rem;
}
.site-header nav a,
.phone-link {
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}
.site-header nav a {
  position: relative;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.45rem;
  left: 0;
  height: 2px;
  background: var(--lime);
  transform: scaleX(0);
  transition: transform 0.2s;
}
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
}
.phone-link {
  white-space: nowrap;
  color: #edf3ee;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.2s,
    background 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #102014;
  background: var(--lime);
  box-shadow: 0 10px 25px rgba(196, 219, 56, 0.18);
}
.button-primary:hover {
  background: #d4e95a;
  box-shadow: 0 14px 30px rgba(196, 219, 56, 0.25);
}
a:focus-visible {
  outline: 3px solid #ffda54;
  outline-offset: 4px;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  padding: 190px max(32px, calc((100vw - var(--max)) / 2)) 145px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--forest) url("assets/lawn-hero-v2.webp") 60% center/cover
    no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 10, 0.9) 0%,
      rgba(5, 28, 14, 0.7) 44%,
      rgba(3, 20, 9, 0.17) 76%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12),
      transparent 45%,
      rgba(3, 17, 9, 0.52)
    );
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -8% -15% 45%;
  height: 260px;
  transform: rotate(-3deg);
  background: repeating-linear-gradient(
    102deg,
    rgba(255, 255, 255, 0.055) 0 3px,
    transparent 3px 62px
  );
  opacity: 0.75;
}
.hero-content {
  width: min(690px, 100%);
}
.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  letter-spacing: -0.045em;
}
h1 {
  max-width: 680px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.7rem, 5.7vw, 5.9rem);
  line-height: 0.95;
}
.hero-copy {
  max-width: 625px;
  margin-bottom: 0;
  color: #e4ece6;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.text-link {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-underline-offset: 0.32rem;
}
.text-link span {
  display: inline-block;
  margin-left: 0.25rem;
  color: var(--lime);
}
.trust-strip {
  position: absolute;
  right: max(32px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  left: max(32px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 31, 17, 0.62);
  backdrop-filter: blur(9px);
}
.trust-strip p {
  margin: 0;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  color: #cbd8cf;
  line-height: 1.35;
}
.trust-strip p:last-child {
  border-right: 0;
}
.trust-strip strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #fff;
  font-size: 0.9rem;
}
.trust-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  color: var(--lime);
  border: 1px solid rgba(196, 219, 56, 0.55);
  border-radius: 50%;
  font-weight: 900;
}
.services {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 8vw, 7.5rem) max(32px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 40%),
    var(--cream);
}
.services::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    104deg,
    transparent 0 68px,
    rgba(36, 99, 49, 0.025) 69px 73px,
    transparent 74px 136px
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}
.services-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  margin-bottom: clamp(4rem, 7vw, 6rem);
}
.services-intro > div {
  max-width: 590px;
}
.services .eyebrow {
  color: var(--green);
}
h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.8rem, 4.5vw, 4.7rem);
  line-height: 1;
}
.services-intro p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
}
.intro-photo {
  position: relative;
  margin: 0;
  height: 360px;
  overflow: hidden;
  border-radius: 2px 42px 2px 2px;
  box-shadow: var(--shadow);
}
.intro-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  margin: 12px;
  pointer-events: none;
}
.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}
.featured-service {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  color: #fff;
  background: var(--forest-2);
  box-shadow: var(--shadow);
}
.featured-service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 32%,
    rgba(3, 20, 10, 0.94) 100%
  );
}
.featured-service img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.featured-service:hover img {
  transform: scale(1.025);
}
.featured-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(2rem, 5vw, 3.5rem);
}
.featured-copy .eyebrow {
  color: var(--lime);
}
.featured-copy h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}
.featured-copy p {
  max-width: 510px;
  color: #e1ebe4;
}
.service-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1.2rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}
.service-list article:first-child {
  border-top: 1px solid var(--line);
}
.service-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--green);
  background: rgba(35, 107, 53, 0.08);
  border-radius: 3px;
}
.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-list h3 {
  margin: 0 0 0.28rem;
  font-size: 1.12rem;
}
.service-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}
.visual-services {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: var(--forest);
}
.visual-panel {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  padding: clamp(2rem, 5vw, 4.5rem);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
  transition: filter 0.25s ease;
}
.visual-lawn {
  background-color: #174728;
  background-image: url("assets/lawn-mowing-v2.webp");
  background-position: 58% center;
}
.visual-debris {
  background-color: #233d28;
  background-image: url("assets/debris-junk-removal-v1.webp");
  background-position: 48% center;
}
.visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    transparent 28%,
    rgba(3, 19, 9, 0.93) 100%
  );
}
.visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin: 18px;
  pointer-events: none;
}
.visual-panel > div {
  max-width: 610px;
}
.visual-panel h2 {
  font-size: clamp(2.4rem, 3.7vw, 4rem);
}
.visual-panel p:not(.eyebrow) {
  color: #dce7df;
}
.visual-panel a {
  font-size: 0.85rem;
  font-weight: 900;
  text-underline-offset: 0.35rem;
  text-transform: uppercase;
}
.visual-panel:hover {
  filter: brightness(1.035);
}
.promotion {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 8vw, 7rem) max(32px, calc((100vw - 1160px) / 2));
  display: grid;
  grid-template-columns: 1fr minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  overflow: hidden;
  color: #fff;
  background: var(--forest);
}
.promotion::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 27, 14, 0.96), rgba(9, 49, 24, 0.78)),
    url("assets/grounds-grass-v1.webp") center 42% / cover no-repeat;
}
.promotion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(196, 219, 56, 0.1),
      transparent 28%
    ),
    repeating-linear-gradient(
      108deg,
      transparent 0 70px,
      rgba(255, 255, 255, 0.025) 71px 73px,
      transparent 74px 140px
    );
}
.promotion-copy {
  max-width: 640px;
}
.promotion h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
}
.promotion-copy > p:not(.eyebrow) {
  color: #d1ddd5;
}
.service-summary {
  padding: 2.3rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 25, 13, 0.72);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
}
.service-summary img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border: 2px solid var(--lime);
  border-radius: 50%;
}
.summary-brand {
  margin: 0.8rem 0 1.25rem;
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
}
.summary-brand span {
  display: block;
  color: var(--lime);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}
.service-summary ul {
  margin: 0 auto 1.35rem;
  padding: 0;
  max-width: 330px;
  columns: 2;
  column-gap: 1.5rem;
  list-style: none;
  color: #dce7df;
  font-size: 0.85rem;
}
.service-summary li {
  margin-bottom: 0.45rem;
}
.service-summary > a {
  color: var(--lime);
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
}
.closing {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  padding: clamp(5rem, 9vw, 8rem) max(32px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  overflow: hidden;
  color: #fff;
  background: var(--forest) url("assets/lawn-hero-v2.webp") center 72% / cover
    no-repeat;
}
.closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(3, 21, 10, 0.92),
    rgba(7, 45, 21, 0.63),
    rgba(4, 22, 11, 0.45)
  );
}
.closing > div {
  max-width: 780px;
}
.closing h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
}
.closing p:not(.eyebrow) {
  margin-bottom: 0;
  color: #dde9e0;
}
.closing-phone {
  min-width: 280px;
  padding: 1.35rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--forest);
  background: #fff;
  border-left: 6px solid var(--lime);
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow);
}
.closing-phone small {
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
footer {
  color: #aebdb3;
  background: #06150d;
}
.footer-inner {
  max-width: var(--max);
  margin: auto;
  padding: 2.4rem 32px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  font-size: 0.84rem;
}
.footer-inner p {
  margin: 0;
}
.footer-inner strong,
.footer-inner span {
  display: block;
}
.footer-inner strong,
.footer-inner a {
  color: #fff;
}
.footer-inner nav {
  display: flex;
  gap: 1.5rem;
}
.footer-contact {
  text-align: right;
}
.footer-contact > a {
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}
.axiom-footer-ad {
  display: block;
  width: min(calc(100% - 2rem), 600px);
  margin: 0 auto 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #050711;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.axiom-footer-ad:hover,
.axiom-footer-ad:focus-visible {
  border-color: rgba(102, 211, 255, 0.6);
  transform: translateY(-1px);
}
.axiom-footer-ad img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .phone-link {
    display: none;
  }
  .services-intro {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .service-layout {
    grid-template-columns: 1fr;
  }
  .featured-service {
    min-height: 560px;
  }
  .service-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
  .promotion {
    grid-template-columns: 1fr 380px;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .header-inner {
    min-height: 74px;
    padding: 0.5rem 20px;
  }
  .brand-mark {
    width: 48px;
    height: 48px;
  }
  .brand-name {
    font-size: 0.94rem;
  }
  .brand-name small {
    font-size: 0.55rem;
  }
  .site-header nav {
    display: none;
  }
  .header-cta {
    padding: 0.62rem 0.78rem;
    font-size: 0.7rem;
    min-height: 44px;
  }
  .hero {
    min-height: 720px;
    padding: 145px 20px 205px;
    background-position: 67% center;
  }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 18, 10, 0.9), rgba(4, 24, 12, 0.5)),
      linear-gradient(180deg, transparent 45%, rgba(3, 17, 9, 0.7));
  }
  h1 {
    font-size: clamp(3rem, 13vw, 4.6rem);
    line-height: 0.98;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }
  .trust-strip {
    right: 20px;
    bottom: 0;
    left: 20px;
    grid-template-columns: 1fr;
    padding: 0.5rem 1rem;
  }
  .trust-strip p {
    padding: 0.65rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .trust-strip p:last-child {
    border-bottom: 0;
  }
  .trust-icon {
    width: 30px;
    height: 30px;
  }
  .services {
    padding: 4.5rem 20px;
  }
  .services-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  .intro-photo {
    height: 280px;
    order: 2;
  }
  .service-layout {
    gap: 2rem;
  }
  .featured-service {
    min-height: 510px;
  }
  .service-list {
    display: block;
  }
  .service-list article {
    grid-template-columns: 52px 1fr;
  }
  .visual-services {
    grid-template-columns: 1fr;
  }
  .visual-panel {
    min-height: 480px;
    padding: 2rem 20px;
  }
  .visual-panel::after {
    margin: 10px;
  }
  .promotion {
    padding: 4.5rem 20px;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .service-summary {
    max-width: 460px;
    width: 100%;
    padding: 1.8rem;
  }
  .closing {
    min-height: 520px;
    padding: 4.5rem 20px;
    background-position: 64% center;
  }
  .closing-phone {
    width: 100%;
    min-width: 0;
  }
  .footer-inner {
    padding: 2rem 20px;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .footer-inner nav {
    order: 3;
  }
  .footer-contact {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .brand-name {
    font-size: 0.82rem;
  }
  .brand-name small {
    letter-spacing: 0.09em;
  }
  .header-cta {
    max-width: 112px;
    text-align: center;
    line-height: 1.15;
  }
  .hero {
    padding-top: 128px;
  }
  .hero-copy {
    font-size: 1rem;
  }
  .button {
    width: 100%;
  }
  .featured-service {
    min-height: 470px;
  }
  .featured-copy {
    padding: 1.5rem;
  }
  .service-summary ul {
    columns: 1;
  }
  .visual-panel {
    min-height: 440px;
  }
  .visual-panel h2 {
    font-size: 2.45rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Owner-requested lawn backdrop: the existing grass asset frames the content
   while an opaque warm surface keeps service copy comfortably readable. */
body {
  background: #285f19 url("assets/grounds-grass-v1.webp") center top/cover fixed
    no-repeat;
}
.services {
  padding-right: max(48px, calc((100vw - var(--max)) / 2));
  padding-left: max(48px, calc((100vw - var(--max)) / 2));
  background: rgba(9, 48, 18, 0.14);
}
.services::before {
  inset: clamp(1.2rem, 3vw, 2.5rem) max(24px, calc((100vw - 1420px) / 2));
  background:
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.74),
      rgba(244, 240, 228, 0.95) 38%,
      rgba(244, 240, 228, 0.97)
    ),
    repeating-linear-gradient(
      104deg,
      transparent 0 68px,
      rgba(36, 99, 49, 0.03) 69px 73px,
      transparent 74px 136px
    );
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 28px 80px rgba(5, 35, 12, 0.28);
  mask-image: none;
}
.services-intro,
.service-layout {
  z-index: 1;
}
@media (max-width: 760px) {
  body {
    background-attachment: scroll;
  }
  .services {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services::before {
    inset: 0;
    background: rgba(244, 240, 228, 0.95);
    border: 0;
    box-shadow: none;
  }
}
