:root {
  --orange: #f5820b;
  --orange-dark: #a94700;
  --orange-soft: #fff0df;
  --charcoal: #111111;
  --charcoal-soft: #1b1b1b;
  --cream: #f5f2eb;
  --paper: #ffffff;
  --muted: #676767;
  --line: #dedad1;
  --whatsapp: #f5820b;
  --whatsapp-dark: #cf6200;
  --max-width: 1180px;
  --shadow: 0 24px 60px rgb(0 0 0 / 18%);
}

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

html {
  scroll-behavior: smooth;
}

main[id],
main [id] {
  scroll-margin-top: 90px;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  color: var(--charcoal);
  background: var(--paper);
  font-weight: 700;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--paper);
  background: var(--charcoal);
  border-bottom: 0;
  box-shadow: none;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: min(calc(100% - 2rem), var(--max-width));
  min-height: 96px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: var(--paper);
  text-decoration: none;
}

.brand-logo {
  width: 108px;
  height: 76px;
  object-fit: contain;
  background: #000;
  border: 2px solid var(--orange);
  border-radius: 8px;
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.08;
}

.brand-copy strong {
  color: var(--paper);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  margin-top: 0.25rem;
  color: #d2d2d2;
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-left: auto;
}

.desktop-nav a,
.mobile-nav a {
  color: #ededed;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--orange);
}

.header-whatsapp {
  padding: 0.68rem 1rem;
  color: var(--charcoal);
  background: var(--whatsapp);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.header-whatsapp:hover {
  background: var(--whatsapp-dark);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-nav {
  display: none;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 0.4rem 0 1rem;
}

.mobile-nav a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.mobile-nav .mobile-nav-whatsapp {
  margin: 0.55rem 0 0.35rem;
  padding: 0.8rem 1rem;
  color: var(--charcoal);
  background: var(--orange);
  border-bottom: 0;
  text-align: center;
}

.hero {
  position: relative;
  display: block;
  min-height: 720px;
  color: var(--paper);
  background: var(--charcoal);
  overflow: hidden;
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      var(--charcoal) 0,
      var(--charcoal) 24%,
      rgb(17 17 17 / 98%) 31%,
      rgb(17 17 17 / 86%) 39%,
      rgb(17 17 17 / 70%) 47%,
      rgb(17 17 17 / 48%) 56%,
      rgb(17 17 17 / 24%) 66%,
      rgb(17 17 17 / 6%) 80%,
      transparent 90%
    ),
    radial-gradient(circle at 47% 42%, rgb(245 130 11 / 18%), transparent 34%),
    linear-gradient(112deg, transparent 0 38%, rgb(245 130 11 / 10%) 52%, transparent 69%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(58%, 690px);
  margin-left: max(1rem, calc((100vw - var(--max-width)) / 2));
  padding: 5.5rem 4rem 9rem 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 3px;
  background: currentColor;
  content: "";
}

.eyebrow-dark {
  color: var(--orange-dark);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 5.3vw, 5rem);
  font-weight: 850;
  hyphens: auto;
  letter-spacing: -0.048em;
  line-height: 0.98;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero-lead {
  max-width: 670px;
  margin: 1.6rem 0 0;
  color: #d7d7d7;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.78rem 1.25rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button-whatsapp {
  gap: 0.7rem;
  color: var(--charcoal);
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: 0 12px 32px rgb(169 71 0 / 22%);
}

.button-whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
}

.button-whatsapp span:not(.button-icon) {
  display: grid;
  gap: 0.15rem;
  text-align: left;
}

.button-whatsapp small {
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.82;
}

.button-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: rgb(255 255 255 / 16%);
  border-radius: 50%;
  font-size: 1.05rem;
}

.button-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.button-secondary {
  color: var(--paper);
  background: transparent;
  border-color: rgb(255 255 255 / 50%);
}

.button-secondary:hover {
  background: rgb(255 255 255 / 8%);
  border-color: var(--paper);
}

.button-dark {
  color: var(--paper);
  background: var(--charcoal);
}

.phone-link {
  padding: 0.5rem 0.3rem;
  color: #f4f4f4;
  font-weight: 700;
  text-underline-offset: 4px;
}

.contact-note {
  max-width: 660px;
  margin: 1.6rem 0 0;
  padding-left: 1rem;
  color: #c8c8c8;
  border-left: 3px solid var(--orange);
  font-size: 0.93rem;
}

.contact-note strong {
  color: var(--paper);
}

.hero-media {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72%;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(17 17 17 / 42%) 0, transparent 36%, transparent 76%, rgb(0 0 0 / 14%) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 72%) 0, transparent 38%);
  content: "";
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 48%;
}

.hero-media figcaption {
  position: absolute;
  right: 2.4rem;
  bottom: 8.6rem;
  z-index: 2;
  display: grid;
  max-width: 280px;
  padding: 1rem 1.1rem;
  color: var(--paper);
  background: rgb(17 17 17 / 78%);
  border-left: 4px solid var(--orange);
  box-shadow: var(--shadow);
}

.hero-media figcaption span {
  font-size: 1.15rem;
  font-weight: 850;
}

.hero-media figcaption small {
  margin-top: 0.25rem;
  color: #d6d6d6;
}

.hero-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  color: var(--charcoal);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-facts div {
  display: grid;
  gap: 0.1rem;
  padding: 1.2rem 1.5rem;
  border-right: 1px solid var(--line);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts strong {
  font-size: 0.98rem;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.8rem;
}

@media (min-width: 801px) {
  .hero-facts {
    width: 100%;
    margin: 0;
    padding-inline: max(1rem, calc((100vw - var(--max-width)) / 2));
    color: var(--paper);
    background: rgb(17 17 17 / 82%);
    border-top: 1px solid rgb(245 130 11 / 68%);
    box-shadow: none;
    backdrop-filter: blur(7px);
  }

  .hero-facts div {
    border-right-color: rgb(255 255 255 / 16%);
  }

  .hero-facts span {
    color: #c9c9c9;
  }

  .hero .eyebrow {
    color: var(--orange);
  }

  .hero .button-whatsapp {
    color: var(--charcoal);
    background: var(--orange);
    border-color: var(--orange);
    box-shadow: 0 12px 32px rgb(0 0 0 / 28%);
  }

  .hero .button-whatsapp:hover {
    background: #df7000;
    border-color: #df7000;
  }

  .hero .button-secondary {
    color: var(--paper);
    background: rgb(17 17 17 / 36%);
    border-color: rgb(255 255 255 / 52%);
  }

  .hero .button-secondary:hover {
    background: rgb(255 255 255 / 10%);
    border-color: var(--paper);
  }

  .hero .phone-link {
    color: var(--paper);
  }

  .hero .contact-note {
    color: #c8c8c8;
    border-left-color: var(--orange);
  }

  .hero .contact-note strong {
    color: var(--paper);
  }
}

.brand-signature {
  padding: 7rem max(1rem, calc((100vw - var(--max-width)) / 2));
  background: var(--cream);
}

.brand-signature-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: var(--paper);
  border: 2px solid rgb(245 130 11 / 68%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brand-signature-logo {
  position: relative;
  padding: clamp(0.6rem, 1.5vw, 1rem);
  background: #000;
  border: 2px solid var(--orange);
}

.brand-signature-logo img {
  width: 100%;
  height: auto;
}

.brand-signature-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 720px;
  padding: 2rem clamp(1.5rem, 3vw, 3rem) 2rem 0;
}

.brand-signature-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.brand-signature-copy > p:not(.eyebrow) {
  max-width: 670px;
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.brand-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.8rem;
}

.brand-values span {
  padding: 0.55rem 0.85rem;
  color: var(--charcoal);
  background: var(--orange-soft);
  border-left: 3px solid var(--orange);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  padding: 7.5rem max(1rem, calc((100vw - var(--max-width)) / 2));
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.strength h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.service-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgb(0 0 0 / 8%);
}

.service-card-media {
  position: relative;
  display: block;
  height: 230px;
  background: var(--charcoal);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.service-card-media:focus-visible {
  z-index: 1;
  outline: 4px solid var(--orange);
  outline-offset: -4px;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.service-card-media .service-card-image-garden {
  object-position: center 67%;
}

.service-card:hover .service-card-media img {
  transform: scale(1.035);
}

.service-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 1.55rem 1.7rem 1.8rem;
  border-top: 4px solid var(--orange);
  overflow: hidden;
}

.service-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.service-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.service-card-link span {
  color: var(--orange-dark);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.service-card-link:hover span {
  transform: translateX(4px);
}

.material-showcase {
  background: var(--cream);
}

.material-yard-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  margin-top: 3rem;
  color: var(--paper);
  background: var(--charcoal);
  border: 2px solid var(--orange);
  overflow: hidden;
}

.material-yard-media {
  min-height: 560px;
  margin: 0;
  background: #080808;
  overflow: hidden;
}

.material-yard-media picture,
.material-yard-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.material-yard-media img {
  object-fit: cover;
  object-position: center;
}

.material-yard-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4.5vw, 4.2rem);
}

.material-kicker {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.material-yard-copy h3 {
  max-width: 520px;
  margin: 0.65rem 0 0;
  font-size: clamp(1.8rem, 3.3vw, 3.15rem);
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.material-yard-copy > p {
  margin: 1.25rem 0 0;
  color: #d6d6d6;
}

.material-soil-note {
  width: 100%;
  margin-top: 1.6rem;
  padding: 1.2rem 1.25rem;
  color: var(--charcoal);
  background: var(--paper);
  border-left: 5px solid var(--orange);
}

.material-soil-note strong {
  display: block;
  font-size: 1rem;
}

.material-soil-note p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.material-soil-note small {
  display: block;
  margin-top: 0.55rem;
  color: var(--charcoal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.material-whatsapp {
  margin-top: 1.5rem;
}

.material-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.5rem;
}

.material-contact-actions .button {
  flex: 1 1 190px;
}

.material-contact-actions .material-whatsapp {
  margin-top: 0;
}

.soil-work-heading {
  display: block;
  max-width: 900px;
  margin-top: clamp(4rem, 7vw, 6.5rem);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.soil-work-heading .eyebrow {
  justify-content: center;
}

.soil-work-heading h3 {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.soil-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.soil-work-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
}

.soil-work-card figure {
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  background: #0b0b0b;
  overflow: hidden;
}

.soil-work-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.soil-work-image-link:focus-visible {
  outline: 4px solid var(--orange);
  outline-offset: -4px;
}

.soil-work-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soil-work-card:first-child figure img {
  object-position: center 54%;
}

.soil-work-card:last-child figure img {
  object-position: center 56%;
}

.soil-work-card > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.6rem;
  background: var(--paper);
  border-top: 4px solid var(--orange);
}

.soil-work-card > div > span {
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.soil-work-card h4 {
  margin: 0.45rem 0 0;
  font-size: 1.32rem;
  line-height: 1.15;
}

.soil-work-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.material-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  color: var(--charcoal);
  font-weight: 850;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.material-detail-link span {
  color: var(--orange-dark);
  font-size: 1.25rem;
}

.strength {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 7vw, 7rem);
  padding: 6rem max(1rem, calc((100vw - var(--max-width)) / 2));
  color: var(--paper);
  background: var(--charcoal-soft);
}

.strength > p {
  align-self: end;
  margin: 0;
  color: #d0d0d0;
  font-size: 1.08rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
  background: var(--cream);
}

.jobs-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
  padding: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--paper);
  background: var(--charcoal);
  border-top: 5px solid var(--orange);
}

.jobs-promo .eyebrow {
  margin-bottom: 0.55rem;
}

.jobs-promo h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.jobs-promo-copy > p:last-child {
  margin: 0.7rem 0 0;
  color: #d0d0d0;
}

.jobs-promo .button {
  min-width: 170px;
}

.about-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-copy {
  max-width: 690px;
  font-size: 1.05rem;
}

.about-copy p {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.about-copy strong {
  color: var(--charcoal);
}

.about-copy .about-audience {
  margin: 1.75rem 0 0;
  padding: 1.1rem 1.25rem;
  color: var(--charcoal);
  background: var(--paper);
  border-left: 4px solid var(--orange);
  font-weight: 700;
}

.service-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100vw - var(--max-width)) / 2));
  color: var(--paper);
  background:
    linear-gradient(105deg, rgb(10 10 10 / 98%), rgb(25 25 25 / 96%)),
    repeating-linear-gradient(135deg, transparent 0 24px, rgb(245 130 11 / 9%) 24px 25px);
}

.service-area-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 4.4rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.service-area-copy > p:last-child {
  max-width: 690px;
  margin: 1.5rem 0 0;
  color: #d2d2d2;
  font-size: 1.05rem;
}

.service-area-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--charcoal);
  background: var(--paper);
  border: 2px solid rgb(245 130 11 / 68%);
  box-shadow: none;
}

.service-area-radius {
  display: grid;
  width: 150px;
  height: 150px;
  align-content: center;
  justify-items: center;
  background: var(--orange);
  border-radius: 50%;
  line-height: 0.9;
}

.service-area-radius span,
.service-area-radius small {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-area-radius strong {
  font-size: 4.3rem;
  letter-spacing: -0.08em;
}

.service-area-card ul {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-area-card li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.service-area-card li::before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  color: var(--orange-dark);
  content: "✓";
  font-weight: 900;
}

.process {
  background: var(--cream);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  position: relative;
  min-height: 210px;
  padding: 1.7rem;
  background: var(--paper);
  border-top: 4px solid var(--charcoal);
  overflow: hidden;
}

.process-grid h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.process-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.process-note {
  margin: 1.4rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
  border-left: 3px solid var(--orange);
  font-size: 0.9rem;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem max(1rem, calc((100vw - var(--max-width)) / 2));
  background: var(--orange);
}

.contact-band > div:first-child {
  max-width: 720px;
}

.contact-band .eyebrow-dark {
  color: var(--charcoal);
}

.contact-band p:last-child {
  margin-bottom: 0;
}

.contact-details {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.5rem;
  font-style: normal;
}

.contact-details strong {
  font-size: 1.05rem;
}

.contact-details a {
  width: fit-content;
  font-weight: 700;
  text-underline-offset: 3px;
}

.contact-band-actions {
  display: grid;
  flex: 0 0 260px;
  gap: 0.75rem;
}

.contact-band .button-whatsapp {
  color: var(--paper);
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%);
}

.contact-band .button-whatsapp:hover {
  background: #2c2c2c;
  border-color: #2c2c2c;
}

.contact-band .button-dark {
  color: var(--charcoal);
  background: transparent;
  border-color: var(--charcoal);
}

.contact-band .button-dark:hover {
  background: rgb(17 17 17 / 8%);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem max(1rem, calc((100vw - var(--max-width)) / 2));
  color: #bcbcbc;
  background: #080808;
  font-size: 0.8rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--paper);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.55rem;
}

.legal-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8rem) max(1rem, calc((100vw - var(--max-width)) / 2));
  color: var(--paper);
  background:
    linear-gradient(105deg, rgb(8 8 8 / 98%), rgb(28 28 28 / 95%)),
    repeating-linear-gradient(135deg, transparent 0 24px, rgb(245 130 11 / 10%) 24px 25px);
}

.legal-hero::after {
  position: absolute;
  right: max(1rem, calc((100vw - var(--max-width)) / 2));
  bottom: -35px;
  width: clamp(120px, 18vw, 220px);
  height: clamp(120px, 18vw, 220px);
  background: var(--orange);
  content: "";
  transform: rotate(12deg);
}

.legal-hero > div {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7.2rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.legal-hero p:last-child {
  max-width: 700px;
  margin: 1.5rem 0 0;
  color: #d4d4d4;
  font-size: 1.08rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.legal-review-note {
  position: sticky;
  top: 105px;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--charcoal);
  background: var(--orange-soft);
  border: 2px solid rgb(245 130 11 / 48%);
  box-shadow: none;
}

.legal-review-note h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.legal-review-note > p:last-child {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-content {
  min-width: 0;
  padding: clamp(1.5rem, 5vw, 3.25rem);
  background: var(--paper);
  box-shadow: 0 20px 55px rgb(0 0 0 / 8%);
}

.legal-content section + section {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.legal-content p,
.legal-content address {
  margin: 0 0 1rem;
  color: var(--muted);
  font-style: normal;
  overflow-wrap: anywhere;
}

.legal-content a {
  color: var(--orange-dark);
  font-weight: 750;
  text-underline-offset: 0.18em;
}

.legal-placeholder {
  padding: 1rem 1.15rem;
  color: var(--charcoal) !important;
  background: var(--orange-soft);
  border-left: 5px solid var(--orange);
}

.legal-version {
  margin: 3rem 0 0 !important;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 750;
}

@media (min-width: 1041px) {
  .legal-page .legal-hero > div {
    max-width: none;
  }

  .legal-page .legal-hero h1 {
    font-size: clamp(3.4rem, 6.2vw, 5.8rem);
    overflow-wrap: normal;
    white-space: nowrap;
  }
}

.mobile-contact-dock {
  display: none;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .header-whatsapp {
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
    margin-left: 0;
  }

  .mobile-nav[data-open="true"] {
    display: block;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
  }

  .hero-copy {
    padding-right: 2rem;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 6.8vw, 4.5rem);
  }

  .soil-work-card {
    grid-template-columns: 1fr;
  }

  .soil-work-card figure {
    min-height: 0;
  }
}

@media (max-width: 800px) {
  .header-inner {
    min-height: 68px;
  }

  .brand-logo {
    width: 66px;
    height: 46px;
  }

  .brand-copy strong {
    font-size: 1.18rem;
  }

  .brand-copy span {
    font-size: 0.75rem;
  }

  .header-whatsapp {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-bottom: 0;
    color: var(--paper);
    background: var(--charcoal);
  }

  .hero::before {
    z-index: 0;
    inset: 0;
    width: 100%;
    background:
      radial-gradient(circle at 12% 5%, rgb(245 130 11 / 18%), transparent 36%),
      linear-gradient(135deg, rgb(255 255 255 / 4%), transparent 60%);
  }

  .hero-copy {
    width: min(calc(100% - 2rem), 680px);
    margin: 0 auto;
    padding: 4.5rem 0 3rem;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .hero-lead {
    color: #d7d7d7;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(430px, 82vw, 620px);
    min-height: 0;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgb(0 0 0 / 78%) 0, transparent 44%);
  }

  .hero-media figcaption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
  }

  .hero-facts {
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    box-shadow: none;
  }

  .hero-facts div,
  .hero-facts div:last-child {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .material-yard-card {
    grid-template-columns: 1fr;
  }

  .material-yard-media {
    min-height: 0;
  }

  .material-yard-media img {
    aspect-ratio: 4 / 5;
  }

  .soil-work-heading {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .brand-signature {
    background: var(--cream);
  }

  .brand-signature-inner {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: 2.5rem;
  }

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

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

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

  .about {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .contact-band {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-band-actions {
    flex-basis: auto;
  }

  .site-footer {
    flex-direction: column;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-review-note {
    position: static;
  }

  .legal-page {
    padding-bottom: 0;
  }

  .service-area {
    grid-template-columns: 1fr;
  }

  .service-area-card {
    width: min(100%, 720px);
  }

  body {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }

  html {
    scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  input,
  select,
  textarea {
    scroll-margin-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .mobile-contact-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 1.55fr 0.8fr 0.8fr;
    gap: 1px;
    padding: 0.45rem 0.45rem calc(0.45rem + env(safe-area-inset-bottom));
    background: #080808;
    box-shadow: 0 -10px 32px rgb(0 0 0 / 22%);
  }

  .mobile-contact-dock a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.65rem 0.5rem;
    color: var(--paper);
    background: #242424;
    font-size: 0.78rem;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-contact-dock .mobile-contact-primary {
    gap: 0.45rem;
    color: var(--charcoal);
    background: var(--orange);
  }

  .mobile-contact-primary svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}

@media (max-width: 680px) {
  .jobs-promo {
    grid-template-columns: 1fr;
  }

  .jobs-promo .button {
    width: 100%;
  }

  .brand-signature-inner {
    grid-template-columns: 1fr;
  }

  .brand-signature-logo {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .brand-signature-copy {
    padding-bottom: 0;
  }

  .soil-work-grid {
    grid-template-columns: 1fr;
  }

  .material-yard-copy {
    padding: 1.6rem;
  }
}

@media (max-width: 540px) {
  .header-inner {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .brand-copy span {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-logo {
    width: 58px;
    height: 41px;
  }

  .hero-copy {
    width: calc(100% - 2rem);
    padding-top: 3.5rem;
  }

  .hero-actions,
  .hero-actions .button,
  .phone-link {
    width: 100%;
  }

  .phone-link {
    text-align: center;
  }

  .hero-media {
    height: clamp(400px, 118vw, 560px);
    min-height: 0;
  }

  .hero-media img {
    object-position: 50% 47%;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .process-grid li {
    min-height: 0;
  }

  .service-card {
    min-height: 0;
  }

  .brand-signature {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .brand-signature-inner {
    grid-template-columns: 1fr;
  }

  .brand-signature-logo {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .brand-signature-copy {
    padding-bottom: 0;
  }

  .service-card-media {
    height: 240px;
  }

  .soil-work-card > div {
    padding: 1.35rem;
  }

  .strength,
  .contact-band {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .service-area-card {
    grid-template-columns: 1fr;
    justify-items: start;
    box-shadow: none;
  }

  .service-area-radius {
    width: 128px;
    height: 128px;
  }

  .service-area-radius strong {
    font-size: 3.6rem;
  }

  .legal-hero {
    min-height: 320px;
  }

  .legal-hero::after {
    right: -35px;
    bottom: -45px;
  }

  .legal-content {
    padding-right: 1.15rem;
    padding-left: 1.15rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.rental-promo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 0;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 7.5rem;
  color: var(--paper);
  background: var(--cream);
}

.rental-promo-media {
  min-height: 460px;
  overflow: hidden;
  background: #0b0b0b;
  border: 2px solid var(--orange);
}

.rental-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rental-promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  background:
    linear-gradient(135deg, rgb(245 130 11 / 8%), transparent 45%),
    var(--charcoal);
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
}

.rental-promo-copy .eyebrow {
  color: var(--orange);
}

.rental-promo-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

.rental-promo-copy > p:not(.eyebrow) {
  margin: 1.3rem 0 0;
  color: #d0d0d0;
}

.rental-promo-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.rental-promo-copy li {
  padding: 0.45rem 0.65rem;
  color: var(--paper);
  background: rgb(255 255 255 / 8%);
  border-left: 3px solid var(--orange);
  font-size: 0.76rem;
  font-weight: 800;
}

.rental-promo-copy .button {
  width: fit-content;
  margin-top: 1.7rem;
}

@media (max-width: 900px) {
  .rental-promo {
    grid-template-columns: 1fr;
  }

  .rental-promo-media {
    min-height: 0;
  }

  .rental-promo-media img {
    height: auto;
    aspect-ratio: 1596 / 986;
    object-fit: cover;
  }

  .rental-promo-copy {
    border-top: 0;
    border-left: 2px solid var(--orange);
  }
}

@media (max-width: 540px) {
  .rental-promo {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .rental-promo-copy {
    padding: 1.5rem;
  }

  .rental-promo-copy .button {
    width: 100%;
  }
}
