@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 700 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amatic SC";
  src: url("assets/fonts/AmaticSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amatic SC";
  src: url("assets/fonts/Amatic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0a0a0a;
  --paper: #ffffff;
  --charcoal: #0a0a0a;
  --steel: #2a2a2a;
  --muted: #707070;
  --line: rgba(10, 10, 10, 0.14);
  --gold: #f4d40a;
  --gold-deep: #d5b600;
  --orange: #ff6700;
  --orange-soft: rgba(255, 103, 0, 0.16);
  --blue: #2a2a2a;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(10, 10, 10, 0.14);
  --font-main: "Gilroy", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-main);
  font-weight: 300;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  line-height: 1.5;
  overflow-x: hidden;
}

@media (hover: hover) and (pointer: fine) {
  body,
  a,
  button,
  input,
  select,
  textarea,
  label,
  .service-card,
  .work-card,
  .process-card {
    cursor: none;
  }
}

body.nav-open {
  overflow: hidden;
}

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

[data-sanity-image] {
  transition: opacity 220ms ease;
}

[data-sanity-image].is-sanity-loading {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.hidden-field {
  display: none;
}

.custom-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  pointer-events: none;
  opacity: 0;
  background: url("assets/yellow-square-cursor.svg") center / contain no-repeat;
  background-color: transparent;
  transform: translate3d(-50px, -50px, 0);
  transition: opacity 120ms ease, background 120ms ease, mix-blend-mode 120ms ease, transform 70ms linear;
}

.custom-cursor.is-visible {
  opacity: 1;
}

.custom-cursor.is-hovering {
  background: #ffffff;
  mix-blend-mode: difference;
}

@media (hover: none), (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(247, 244, 237, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-u {
  color: var(--gold);
}

.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.18));
}

.site-header.is-scrolled .brand-logo,
.site-header.is-open .brand-logo,
.site-footer .brand-logo {
  filter: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  opacity: 1;
}

.site-nav a[aria-current="page"] {
  color: var(--gold);
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.56) 42%, rgba(8, 8, 8, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.05) 45%);
}

.hero-content {
  position: relative;
  width: min(680px, calc(100% - 40px));
  margin-left: clamp(20px, 5vw, 72px);
  padding-bottom: clamp(48px, 10vh, 108px);
}

.conveyor-in {
  animation: conveyorEnter 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-content .conveyor-in:nth-child(2) {
  animation-delay: 90ms;
}

.hero-content .conveyor-in:nth-child(3) {
  animation-delay: 180ms;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 800;
  font-synthesis-weight: none;
  font-kerning: normal;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.85rem, 8.2vw, 7.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.12;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.desktop-break {
  display: none;
}

@media (min-width: 901px) {
  .desktop-break {
    display: block;
  }
}

.hero-tagline {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

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

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.page-cta .button.primary {
  border-color: var(--ink);
}

.button.primary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(255, 103, 0, 0.24);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary:hover {
  border-color: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(255, 103, 0, 0.18);
}

.section {
  padding: clamp(68px, 10vw, 128px) clamp(20px, 5vw, 64px);
}

.section-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.motion-belt {
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
  border-block: 1px solid rgba(17, 17, 17, 0.18);
}

.belt-track {
  display: flex;
  width: max-content;
  animation: beltMove 24s linear infinite;
}

.belt-track span {
  display: inline-flex;
  align-items: center;
  min-height: 74px;
  padding: 0 clamp(26px, 4vw, 58px);
  border-right: 1px solid rgba(17, 17, 17, 0.22);
  font-size: clamp(1rem, 2vw, 1.55rem);
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.reveal-belt {
  opacity: 0;
  transform: translateX(-54px) translateY(var(--parallax-y, 0px));
  transition: opacity 620ms ease, transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity;
}

.reveal-belt.is-visible {
  opacity: 1;
  transform: translateX(0) translateY(var(--parallax-y, 0px));
}

.reveal-belt:nth-child(even) {
  transform: translateX(54px) translateY(var(--parallax-y, 0px));
}

.reveal-belt:nth-child(even).is-visible {
  transform: translateX(0) translateY(var(--parallax-y, 0px));
}

.media-parallax {
  overflow: hidden;
}

.media-parallax img {
  --media-scale: 1.025;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--media-scale));
  will-change: transform;
}

.media-parallax:hover img {
  --media-scale: 1.045;
}

.intro {
  background: var(--ink);
  color: var(--white);
}

.intro-grid,
.mission-grid,
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}

.intro p:last-child,
.mission-panel p,
.cta p {
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.intro p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.services .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 24px;
  align-items: end;
  max-width: 980px;
}

.services .section-heading .eyebrow,
.services .section-heading h2 {
  grid-column: 1;
}

.services .section-heading .service-section-cue {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.service-conveyor {
  position: relative;
  width: min(1320px, calc(100vw - 64px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.services .section-inner {
  position: relative;
}

.service-section-cue {
  position: relative;
  right: auto;
  bottom: auto;
  display: inline-grid;
  grid-template-columns: repeat(3, 10px);
  gap: 7px;
  justify-content: center;
  align-content: center;
  width: 46px;
  height: 28px;
  padding: 0;
  margin-top: 34px;
  margin-left: auto;
  color: var(--gold);
}

.service-section-cue i {
  position: relative;
  top: 8px;
}

.service-section-cue::before {
  content: "Explore";
  position: absolute;
  right: calc(100% + 68px);
  top: -20px;
  color: var(--ink);
  font-family: "Amatic SC", "Bradley Hand", cursive;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  transform: rotate(-8deg);
}

.service-section-cue::after {
  content: "";
  position: absolute;
  right: calc(100% - 4px);
  top: 8px;
  width: 78px;
  height: 26px;
  background: url("assets/hand-drawn-sketch-arrow.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  transform: rotate(8deg);
}

@media (max-width: 1180px) {
  .services .section-heading {
    grid-template-columns: 1fr;
    row-gap: 34px;
    align-items: start;
  }

  .services .section-heading .service-section-cue {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    margin-top: 12px;
    margin-right: clamp(20px, 10vw, 120px);
  }

  .service-section-cue::before {
    right: calc(100% + 66px);
    top: -2px;
    font-size: 1.75rem;
  }

  .service-section-cue::after {
    right: calc(100% - 4px);
    top: 13px;
    width: 70px;
    height: 22px;
    transform: rotate(3deg);
  }
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}

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

.service-card {
  min-height: clamp(320px, 30vw, 420px);
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 103, 0, 0.55);
  box-shadow: 0 30px 90px rgba(10, 10, 10, 0.18);
}

.feature-card {
  background: var(--charcoal);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.feature-card p {
  color: rgba(255, 255, 255, 0.68);
}

.service-number {
  display: block;
  margin-bottom: clamp(24px, 3vw, 42px);
  color: var(--gold-deep);
  font-weight: 800;
}

.service-card p,
.value-strip p,
.site-footer p,
.form-note {
  color: var(--muted);
}

.client-strip {
  position: relative;
  overflow: hidden;
  padding: 34px 0;
  background: var(--charcoal);
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.client-strip-heading {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 18px;
}

.client-strip .eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.client-conveyor {
  position: relative;
  padding: 6px 0;
}

.client-belt {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 104px;
  border-block: 2px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 82px),
    rgba(0, 0, 0, 0.18);
}

.client-belt::before {
  content: "";
  position: absolute;
  inset: 14px 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(255, 255, 255, 0.08) 54px 58px);
  animation: clientBeltTrack 9s linear infinite;
}

.client-track {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 14px;
  padding-left: 14px;
  animation: clientLogoBelt 32s linear infinite;
}

.client-logo {
  display: grid;
  place-items: center;
  width: clamp(170px, 18vw, 260px);
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(7, 9, 13, 0.82);
  backdrop-filter: blur(8px);
}

.client-logo img {
  width: min(150px, 82%);
  height: 76px;
  object-fit: contain;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.82;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-logo.rf-logo img {
  width: min(232px, 96%);
  height: 82px;
  filter: grayscale(1) brightness(1.22);
  opacity: 0.92;
}

.client-logo.rf-logo:hover img {
  filter: grayscale(0) brightness(1.06) drop-shadow(0 0 14px rgba(255, 103, 0, 0.38));
}

.client-logo.ptc-logo img {
  width: min(164px, 86%);
  height: 78px;
  object-position: center;
  filter: grayscale(1) brightness(1.18);
  opacity: 0.96;
}

.client-logo.mmol-logo img {
  width: min(126px, 74%);
  height: 82px;
  object-position: center;
  filter: invert(1) grayscale(1) brightness(1.08);
  opacity: 0.92;
}

.client-logo.hiilandz-logo img {
  width: min(88px, 62%);
  height: 82px;
  object-position: center;
  filter: grayscale(1) brightness(1.18);
  opacity: 0.9;
}

.client-logo.hiilandz-logo:hover img {
  filter: grayscale(0) brightness(1.08) drop-shadow(0 0 16px rgba(255, 103, 0, 0.42));
  opacity: 1;
}

.client-logo.mmol-logo:hover img {
  filter: invert(1) grayscale(1) brightness(1.18) drop-shadow(0 0 16px rgba(255, 103, 0, 0.42));
}

.client-logo.ptc-logo:hover img {
  filter: grayscale(0) brightness(1.08) drop-shadow(0 0 16px rgba(255, 103, 0, 0.42));
}

.client-logo:hover img {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transform: scale(1.04);
}

.client-logo span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proof {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 103, 0, 0.14), transparent 28%),
    radial-gradient(circle at 18% 80%, rgba(244, 212, 10, 0.08), transparent 26%),
    linear-gradient(135deg, #080a0f, var(--blue));
  color: var(--white);
}

.proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.28;
}

.proof .section-inner {
  position: relative;
  z-index: 1;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.proof .eyebrow {
  color: var(--gold);
}

.proof-intro {
  position: sticky;
  top: 112px;
}

.proof h2 {
  max-width: 420px;
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.proof-intro p:not(.eyebrow) {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.proof-feature {
  display: grid;
  gap: 0;
}

.proof-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: clamp(380px, 46vw, 620px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
  box-shadow: none;
}

.proof-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 46vw, 620px);
  object-fit: cover;
  opacity: 0.62;
  filter: grayscale(0.18) saturate(0.82) contrast(1.08);
  transform: scale(1.01);
  transition: transform 420ms ease, opacity 420ms ease;
}

.proof-media:hover img {
  opacity: 0.78;
  transform: scale(1.04);
}

.proof-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 9, 13, 0.46), rgba(7, 9, 13, 0.08) 64%);
  pointer-events: none;
}

.proof-button {
  width: fit-content;
  margin-top: 28px;
  border-color: var(--gold);
  background: transparent;
  color: var(--white);
  box-shadow: none;
}

.proof-button:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(255, 103, 0, 0.24);
  transform: translateY(-2px);
}

.industry {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}

.industry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.3;
}

.industry .section-inner {
  position: relative;
  z-index: 1;
}

.industry-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.industry .eyebrow,
.industry-card span {
  color: var(--gold);
}

.industry-copy {
  position: sticky;
  top: 112px;
}

.industry-copy h2 {
  max-width: 600px;
  font-size: clamp(2.8rem, 5.8vw, 6.2rem);
  line-height: 0.98;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

.industry-copy p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.industry-cards {
  display: grid;
  gap: 16px;
}

.industry-card {
  position: relative;
  min-height: 210px;
  padding: 28px;
  padding-bottom: 72px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 103, 0, 0.66);
  background: rgba(255, 103, 0, 0.08);
}

.industry-card span {
  font-weight: 800;
}

.industry-card h3 {
  margin-top: 42px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.industry-card p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.68);
}

.industry-card-link {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.industry-card-link span {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.industry-card-link i {
  display: block;
  width: 9px;
  height: 9px;
  background: var(--gold);
  animation: projectCuePulse 1.1s ease-in-out infinite;
}

.industry-card-link i:nth-of-type(2) {
  animation-delay: 0.14s;
}

.industry-card-link i:nth-of-type(3) {
  animation-delay: 0.28s;
}

.industry-card:hover .industry-card-link {
  color: var(--gold);
  transform: translateX(4px);
}

.tree-care-page {
  background: var(--charcoal);
  color: var(--white);
}

.tree-care-hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 82% 22%, rgba(247, 215, 30, 0.15), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(255, 103, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #090b0f 0%, #151515 100%);
}

.tree-care-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
}

.tree-care-hero h1 {
  max-width: 900px;
  color: var(--white);
  font-size: clamp(4rem, 8vw, 9rem);
  line-height: 0.94;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

.tree-care-copy {
  max-width: 560px;
}

.tree-care-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}

.tree-care-copy .button {
  margin-top: 28px;
}

.tree-care-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.tree-care-actions .button {
  margin-top: 0;
}

.tree-care-actions .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.tree-care-actions .button.secondary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.tree-care-feature {
  position: relative;
  overflow: hidden;
  padding-top: clamp(130px, 14vw, 180px);
  background: #0b0d12;
  color: var(--white);
}

.tree-care-feature::before {
  content: "";
  position: absolute;
  right: clamp(48px, 7vw, 150px);
  top: 50%;
  width: min(880px, 46vw);
  aspect-ratio: 2532 / 2338;
  background: url("assets/timber-ring.png") center / contain no-repeat;
  opacity: 0.14;
  filter: invert(1) sepia(1) saturate(5) hue-rotate(350deg);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: translateY(-50%) rotate(-12deg);
}

.tree-care-feature-grid {
  position: relative;
  z-index: 1;
}

.tree-care-feature-grid,
.tree-care-client-grid,
.tree-care-proof-grid,
.tree-care-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.tree-care-media {
  margin: 0;
  min-height: clamp(360px, 42vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
}

.tree-care-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.78;
  filter: grayscale(0.12) contrast(1.08);
}

.tree-care-feature-copy h2,
.tree-care-process-copy h2,
.tree-care-proof h2,
.tree-care-client h2 {
  font-size: clamp(3rem, 6vw, 6.6rem);
  line-height: 0.98;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0;
}

.tree-care-feature-copy p:not(.eyebrow),
.tree-care-process-copy p,
.tree-care-client p,
.page-cta p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.08rem, 1.65vw, 1.28rem);
}

.tree-care-services {
  background: var(--paper);
  color: var(--ink);
}

.tree-care-services .service-detail-grid article {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    #090b0f;
}

.tree-care-services .service-detail-grid article:hover {
  border-color: rgba(255, 103, 0, 0.66);
  background:
    linear-gradient(180deg, rgba(255, 103, 0, 0.14), rgba(255, 255, 255, 0.018)),
    #090b0f;
}

.tree-care-services .service-detail-grid h3 {
  color: var(--white);
}

.tree-care-services .service-detail-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.tree-care-process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 22%, rgba(247, 215, 30, 0.16), transparent 28%),
    linear-gradient(135deg, #080a0f 0%, #151515 100%);
}

.tree-care-process-grid {
  align-items: start;
}

.tree-care-process-layout {
  display: grid;
  gap: clamp(30px, 5vw, 58px);
}

.tree-care-process-copy {
  width: min(900px, 100%);
}

.tree-care-proof-list span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tree-care-proof-list p {
  color: rgba(255, 255, 255, 0.68);
}

.tree-care-proof-list [data-tree-proof-copy] {
  color: rgba(255, 255, 255, 0.82);
}

.tree-care-process-lane .process-card {
  min-height: 285px;
}

.tree-care-proof {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}

.tree-care-proof::before {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 120px);
  bottom: clamp(38px, 6vw, 96px);
  width: min(740px, 42vw);
  aspect-ratio: 2532 / 2338;
  background: url("assets/timber-ring.png") center / contain no-repeat;
  opacity: 0.09;
  filter: invert(1) sepia(1) saturate(5) hue-rotate(350deg);
  mix-blend-mode: screen;
  pointer-events: none;
  transform: rotate(14deg);
}

.tree-care-proof-grid {
  position: relative;
  z-index: 1;
  align-items: start;
}

.tree-care-proof-media {
  margin: clamp(28px, 4vw, 46px) 0 0;
  width: 75%;
  max-width: 520px;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(247, 215, 30, 0.24);
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 215, 30, 0.1), transparent 58%),
    #050608;
}

.tree-care-proof-media img {
  display: block;
  width: 100%;
  min-height: clamp(220px, 24vw, 340px);
  object-fit: cover;
  opacity: 0.74;
  filter: grayscale(0.18) contrast(1.08);
  transition: opacity 180ms ease, transform 260ms ease;
}

.tree-care-proof-media:hover img {
  opacity: 0.9;
  transform: scale(1.03);
}

.tree-care-proof-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.tree-care-proof-list p {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.tree-care-client {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.tree-care-client-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.82fr);
  align-items: center;
}

.tree-care-client-grid > * {
  min-width: 0;
}

.tree-care-client h2 {
  max-width: 820px;
  font-size: clamp(3.25rem, 4.15vw, 5.2rem);
}

.tree-care-client p {
  color: rgba(9, 10, 12, 0.68);
}

.tree-care-logo-stack {
  display: grid;
  gap: 22px;
  justify-items: center;
  justify-self: end;
  width: min(100%, 460px);
}

.tree-care-logo-panel {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: clamp(300px, 30vw, 460px);
  padding: clamp(26px, 4vw, 56px);
  border: 1px solid rgba(9, 10, 12, 0.16);
  background:
    radial-gradient(circle at 50% 50%, rgba(247, 215, 30, 0.16), transparent 52%),
    #111317;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tree-care-logo-panel img {
  width: min(340px, 82%);
  max-height: 78%;
  object-fit: contain;
  filter: grayscale(1) brightness(1.24) contrast(0.9);
  transition: filter 220ms ease, transform 220ms ease;
}

.tree-care-logo-panel:hover {
  border-color: rgba(255, 103, 0, 0.52);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 103, 0, 0.2), transparent 54%),
    #111317;
  box-shadow: 0 22px 70px rgba(255, 103, 0, 0.18);
}

.tree-care-logo-panel:hover img {
  filter: none;
  transform: scale(1.04);
}

.tree-care-logo-stack .proof-button {
  width: 100%;
  max-width: 460px;
  justify-content: center;
  border-color: var(--ink);
  color: var(--ink);
}

.tree-care-logo-stack .proof-button:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

@media (max-width: 1500px) {
  .tree-care-client-grid {
    grid-template-columns: 1fr;
    row-gap: clamp(34px, 5vw, 58px);
  }

  .tree-care-client h2 {
    max-width: 820px;
  }

  .tree-care-logo-stack {
    justify-self: center;
    width: min(100%, 500px);
  }

  .tree-care-logo-panel {
    min-height: auto;
  }
}

.tree-care-page .page-cta {
  background: var(--gold);
}

.tree-care-page .page-cta .eyebrow,
.tree-care-page .page-cta h2,
.tree-care-page .page-cta p {
  color: var(--ink);
}

.tree-care-page .page-cta .button.secondary {
  border-color: var(--ink);
  color: var(--ink);
}

.tree-care-page .page-cta .proof-button {
  border-color: var(--ink);
  color: var(--ink);
}

.tree-care-page .page-cta .proof-button:hover,
.tree-care-page .page-cta .button.secondary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
}

.about-preview {
  background:
    radial-gradient(circle at 86% 28%, rgba(247, 215, 30, 0.16), transparent 24%),
    linear-gradient(135deg, #0b0d12 0%, #151515 100%);
  color: var(--white);
}

.about-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.about-preview h2 {
  max-width: 880px;
  line-height: 1.04;
}

.about-preview-copy {
  display: grid;
  gap: 26px;
  justify-items: start;
  align-self: end;
  padding-bottom: clamp(4px, 1.2vw, 18px);
}

.about-preview-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.about-preview .button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}

.about-preview .button.secondary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(255, 103, 0, 0.24);
}

.mission {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(247, 215, 30, 0.18), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(255, 103, 0, 0.12), transparent 24%),
    var(--charcoal);
  color: var(--white);
}

.mission-studio {
  position: relative;
  display: grid;
  gap: clamp(30px, 5vw, 58px);
}

.mission-orbit {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.orbit-logo {
  position: absolute;
  top: 8%;
  right: 3%;
  width: clamp(120px, 16vw, 230px);
  opacity: 0.16;
  transform: translateY(var(--parallax-y, 0px)) rotate(-8deg);
}

.mission-copy,
.process-lane,
.mission-summary {
  position: relative;
  z-index: 1;
}

.mission-copy {
  width: min(860px, 100%);
}

.mission-copy h2 {
  max-width: 840px;
  margin-bottom: 22px;
}

.mission-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.process-lane {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(247, 215, 30, 0.24);
  background:
    linear-gradient(90deg, rgba(247, 215, 30, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.process-rail {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 6px;
  background:
    repeating-linear-gradient(90deg, rgba(247, 215, 30, 0.72) 0 46px, rgba(247, 215, 30, 0.2) 46px 82px);
  transform: translateY(-50%);
  animation: processRail 14s linear infinite;
}

.process-card {
  position: relative;
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 9, 13, 0.74);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.process-card:hover {
  border-color: rgba(255, 103, 0, 0.62);
  background: rgba(17, 17, 17, 0.88);
  box-shadow: 0 18px 54px rgba(255, 103, 0, 0.16);
  transform: translateY(-6px);
}

.process-card span {
  color: var(--gold);
  font-weight: 800;
}

.process-card h3 {
  max-width: 220px;
  margin-top: auto;
  color: var(--white);
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
}

.process-card p {
  color: rgba(255, 255, 255, 0.66);
}

.mission-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  border: 1px solid rgba(247, 215, 30, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.mission-panel {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4.6vw, 54px);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 0;
}

.mission-panel h3 {
  max-width: 560px;
  font-size: clamp(2rem, 4.3vw, 4.4rem);
  line-height: 0.98;
}

.mission-panel.accent {
  background:
    linear-gradient(135deg, rgba(247, 215, 30, 0.12), rgba(255, 255, 255, 0.035)),
    #111111;
  color: var(--white);
  border-left: 1px solid rgba(247, 215, 30, 0.24);
}

.mission-panel.accent p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.value-strip > div {
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cta {
  background: var(--paper);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfaf6;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 55%,
    calc(100% - 12px) 55%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(255, 103, 0, 0.36);
  border-color: var(--orange);
}

.contact-form .button {
  width: fit-content;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.site-footer .brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.social-links {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.2);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.social-links a:hover {
  color: var(--orange);
  border-color: var(--orange);
  background: rgba(255, 103, 0, 0.06);
  transform: translateY(-2px);
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links .fill-icon {
  fill: currentColor;
  stroke: none;
}

.footer-top-link {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  border: 1px solid currentColor;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-top-link span {
  position: absolute;
  top: 19px;
  width: 16px;
  height: 2px;
  background: currentColor;
  transform-origin: center;
  animation: footerArrowLift 1.35s ease-in-out infinite;
}

.footer-top-link span:first-child {
  left: 9px;
  transform: rotate(-45deg);
}

.footer-top-link span:last-child {
  right: 9px;
  transform: rotate(45deg);
}

.footer-top-link:hover {
  color: var(--orange);
  border-color: var(--orange);
  transform: translateY(-3px);
}

.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 212, 10, 0.18), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(255, 103, 0, 0.14), transparent 24%),
    linear-gradient(135deg, #080a0f, var(--blue));
  color: var(--white);
}

.thank-you {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 56px;
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0;
}

.thank-you h1 {
  max-width: 820px;
  font-size: clamp(4rem, 10vw, 7.6rem);
}

.thank-you p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.work-page {
  background: var(--charcoal);
  color: var(--white);
}

.work-hero {
  padding-top: clamp(130px, 16vw, 190px);
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 103, 0, 0.16), transparent 28%),
    radial-gradient(circle at 18% 80%, rgba(244, 212, 10, 0.1), transparent 24%),
    linear-gradient(135deg, #080a0f, var(--blue));
}

.work-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: end;
}

.work-hero h1 {
  max-width: 980px;
  font-size: clamp(4.4rem, 10vw, 9rem);
}

.work-hero p:not(.eyebrow),
.featured-work-copy p,
.work-card p {
  color: rgba(255, 255, 255, 0.68);
}

.work-hero p:not(.eyebrow) {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.featured-work {
  background: var(--charcoal);
  padding-top: clamp(130px, 14vw, 180px);
}

.featured-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.featured-work-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
}

.featured-work-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.74;
  filter: saturate(0.86) contrast(1.08);
}

.featured-work-copy h2 {
  font-size: clamp(2.6rem, 5.4vw, 5.6rem);
}

.featured-work-copy h1 {
  font-size: clamp(3.2rem, 6.8vw, 7.2rem);
  line-height: 0.94;
}

.about-page-hero {
  min-height: auto;
  padding-top: clamp(130px, 14vw, 180px);
  padding-bottom: clamp(80px, 10vw, 128px);
  background:
    radial-gradient(circle at 14% 22%, rgba(247, 215, 30, 0.12), transparent 24%),
    linear-gradient(135deg, #080a0f 0%, #101010 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(220px, 0.62fr);
  gap: clamp(32px, 7vw, 108px);
  align-items: center;
}

.about-hero-mark {
  display: grid;
  place-items: center;
  width: min(100%, clamp(260px, 27vw, 360px));
  aspect-ratio: 1 / 1;
  justify-self: center;
  border: 1px solid rgba(247, 215, 30, 0.22);
  border-radius: 10%;
  background:
    linear-gradient(135deg, rgba(247, 215, 30, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
}

.about-hero-mark img {
  width: clamp(97px, 13.2vw, 176px);
  filter: drop-shadow(0 24px 58px rgba(247, 215, 30, 0.22));
}

.about-hero-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.about-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: 1.02;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.65vw, 1.28rem);
}

.work-library {
  background: #0b0d12;
}

.work-library .section-heading h2 {
  color: var(--white);
}

.work-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: clamp(24px, 4vw, 44px) 0 clamp(22px, 3vw, 34px);
}

.work-filter {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.work-filter:hover,
.work-filter.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

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

.work-repeater {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.work-card {
  position: relative;
  display: grid;
  min-height: clamp(420px, 45vw, 560px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.work-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 103, 0, 0.66);
  background: rgba(255, 103, 0, 0.08);
}

.work-card.is-hidden {
  display: none;
}

.work-card-media {
  min-height: 250px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  filter: grayscale(0.18) contrast(1.08);
  transition: opacity 180ms ease, transform 260ms ease;
}

.work-card:hover img {
  opacity: 0.9;
  transform: scale(1.04);
}

.work-card-copy {
  align-self: end;
  padding: clamp(22px, 3vw, 34px);
  padding-right: 86px;
}

.work-card span {
  color: var(--gold);
  font-size: clamp(0.92rem, 1.08vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-card h3 {
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(3rem, 4.35vw, 4.9rem);
  line-height: 0.98;
}

.project-cue {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 10px);
  gap: 7px;
  width: max-content;
  padding: 12px;
  color: var(--gold);
}

.project-cue i {
  display: block;
  width: 10px;
  height: 10px;
  background: currentColor;
  animation: projectCuePulse 1.1s ease-in-out infinite;
}

.project-cue i:nth-child(2) {
  animation-delay: 130ms;
}

.project-cue i:nth-child(3) {
  animation-delay: 260ms;
}

.work-card:hover .project-cue i {
  /* keep the three small squares yellow on hover (override orange) */
  color: var(--gold) !important;
  background: var(--gold) !important;
  mix-blend-mode: none;
}

@keyframes projectCuePulse {
  0%,
  100% {
    opacity: 0.38;
    transform: translateY(0);
  }

  45% {
    opacity: 1;
    transform: translateY(-6px);
  }
}

.project-page {
  background: var(--charcoal);
  color: var(--white);
}

.project-hero {
  padding-top: clamp(130px, 14vw, 180px);
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 103, 0, 0.15), transparent 28%),
    linear-gradient(135deg, #080a0f, #11141c);
}

.project-hero-grid,
.project-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
}

.project-hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
}

.project-hero p:not(.eyebrow),
.project-story p:not(.eyebrow),
.project-meta p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.8vw, 1.26rem);
}

.project-hero-media {
  margin: 0;
  overflow: hidden;
  min-height: clamp(360px, 42vw, 620px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink);
}

.project-hero-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.74;
  filter: grayscale(0.16) contrast(1.08);
}

.project-detail {
  padding-top: clamp(130px, 14vw, 180px);
  background: #0b0d12;
}

.project-meta {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.project-meta p {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.project-meta span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-story h2 {
  font-size: clamp(2.5rem, 5.4vw, 6.4rem);
  line-height: 0.96;
}

.project-gallery {
  background: var(--paper);
  color: var(--ink);
}

.project-gallery .proof-button {
  color: var(--ink);
}

.project-gallery .proof-button:hover {
  color: var(--white);
}

.project-media-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-bottom: 32px;
}

.project-media-grid img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.06);
}

.project-media-grid img:first-child {
  grid-row: span 2;
  min-height: 620px;
}

.services-page,
.about-page {
  background: var(--charcoal);
  color: var(--white);
}

.page-hero {
  padding-top: clamp(130px, 14vw, 190px);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 103, 0, 0.16), transparent 28%),
    linear-gradient(135deg, #080a0f, #11141c);
}

.page-hero-grid,
.service-process-grid,
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: end;
}

.page-hero h1 {
  max-width: 1050px;
  font-size: clamp(4.2rem, 10vw, 9rem);
  line-height: 0.92;
}

.page-hero p:not(.eyebrow),
.service-steps p,
.service-detail-grid p,
.about-story p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.8vw, 1.26rem);
}

.service-detail,
.about-values {
  background: #0b0d12;
}

.services-page .service-detail {
  padding-top: clamp(130px, 14vw, 180px);
}

.services-page .service-detail .section-heading {
  max-width: 940px;
}

.services-page .service-detail .section-heading p:not(.eyebrow) {
  max-width: 740px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-detail-grid article {
  min-height: clamp(300px, 28vw, 380px);
  padding: clamp(20px, 2.3vw, 30px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-detail-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 103, 0, 0.66);
  background: rgba(255, 103, 0, 0.08);
}

.service-detail-grid span,
.service-steps span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-detail-grid h3 {
  margin-top: clamp(46px, 5vw, 72px);
  color: var(--white);
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  line-height: 1.02;
}

.service-detail-grid p {
  margin-top: 16px;
}

.service-process {
  background: var(--paper);
  color: var(--ink);
}

.service-process-grid {
  align-items: start;
}

.service-process h2,
.page-cta h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
}

.service-process h2 {
  max-width: 620px;
  padding-top: 12px;
  line-height: 0.9;
  text-wrap: balance;
}

.service-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-steps p {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.service-steps span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.service-steps [data-sanity-process-title] {
  color: var(--gold);
}

.about-story,
.about-mission,
.about-values {
  background: #0b0d12;
}

.about-story-grid {
  align-items: center;
}

.about-story figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.about-story img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.76;
  filter: grayscale(0.14) contrast(1.08);
}

.about-story h2 {
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
}

.about-mission {
  background: var(--charcoal);
}

.about-mission .section-heading h2 {
  color: var(--white);
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
}

.about-card-grid,
.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-card-grid article,
.about-value-grid article {
  min-height: clamp(300px, 28vw, 440px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.about-card-grid article:hover,
.about-value-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 103, 0, 0.66);
  background: rgba(255, 103, 0, 0.08);
}

.about-card-grid h3,
.about-value-grid h3 {
  margin-top: clamp(78px, 8vw, 120px);
  color: var(--white);
  line-height: 0.98;
}

.about-card-grid h3 {
  font-size: clamp(2.1rem, 4.4vw, 4.8rem);
}

.about-value-grid h3 {
  font-size: clamp(1.8rem, 3.5vw, 3.8rem);
}

.about-card-grid p:not(.eyebrow),
.about-value-grid p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.about-card-grid .eyebrow {
  color: var(--gold);
}

.about-values .section-heading h2 {
  color: var(--white);
}

.page-cta {
  background: var(--gold);
  color: var(--ink);
}

.page-cta-inner {
  display: grid;
  gap: 26px;
  justify-items: start;
}

.page-cta .eyebrow {
  color: var(--white);
}

.page-cta .button.secondary {
  border-color: var(--ink);
  color: var(--ink);
}

.page-cta .button.secondary:hover {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 18px 48px rgba(255, 103, 0, 0.24);
}

@keyframes conveyorEnter {
  from {
    opacity: 0;
    transform: translateX(-72px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes footerArrowLift {
  0%,
  100% {
    translate: 0 3px;
  }

  50% {
    translate: 0 -3px;
  }
}

@keyframes beltMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes clientLogoBelt {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@keyframes clientBeltTrack {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -164px 0;
  }
}

@keyframes processRail {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 328px 0;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
    position: relative;
    z-index: 22;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    display: none;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--paper);
    color: var(--ink);
    font-size: 2rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    width: min(680px, calc(100% - 40px));
    margin-left: 20px;
    margin-right: auto;
    padding-bottom: clamp(44px, 8vh, 76px);
  }

  .intro-grid,
  .cta-grid,
  .work-hero-grid,
  .featured-work-grid,
  .about-hero-grid,
  .project-hero-grid,
  .project-detail-grid,
  .project-media-grid,
  .page-hero-grid,
  .service-process-grid,
  .about-story-grid,
  .about-preview-grid,
  .tree-care-grid,
  .tree-care-feature-grid,
  .tree-care-client-grid,
  .tree-care-proof-grid,
  .tree-care-process-grid {
    grid-template-columns: 1fr;
  }

  .tree-care-proof-media {
    width: 100%;
    max-width: none;
  }

  .tree-care-proof::before {
    left: -28vw;
    bottom: auto;
    top: 120px;
    width: min(560px, 92vw);
    opacity: 0.07;
  }

  .tree-care-feature::before {
    right: -36vw;
    top: 96px;
    width: min(620px, 94vw);
    opacity: 0.1;
    transform: rotate(-12deg);
  }

  .services .section-heading {
    grid-template-columns: 1fr;
    row-gap: 30px;
    align-items: start;
  }

  .services .section-heading .service-section-cue {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    margin-top: 10px;
    margin-right: 8px;
  }

  .service-section-cue::before {
    right: calc(100% + 64px);
    top: -3px;
    font-size: 1.55rem;
  }

  .service-section-cue::after {
    right: calc(100% - 4px);
    top: 11px;
    width: 68px;
    height: 22px;
    transform: rotate(3deg);
  }

  .process-lane,
  .mission-summary {
    grid-template-columns: 1fr;
  }

  .process-lane {
    padding: 14px;
  }

  .process-rail {
    top: 18px;
    bottom: 18px;
    left: 50%;
    width: 6px;
    height: auto;
    transform: translateX(-50%);
    background:
      repeating-linear-gradient(0deg, rgba(247, 215, 30, 0.72) 0 46px, rgba(247, 215, 30, 0.2) 46px 82px);
    animation-name: processRailVertical;
  }

  .process-card {
    min-height: 230px;
  }

  .reveal-belt,
  .reveal-belt:nth-child(even) {
    transform: translateY(28px);
  }

  .reveal-belt.is-visible,
  .reveal-belt:nth-child(even).is-visible {
    transform: translateY(var(--parallax-y, 0px));
  }

  .mission-panel.accent {
    border-left: 0;
    border-top: 1px solid rgba(247, 215, 30, 0.24);
  }

  .orbit-logo,
  .orbit-frame {
    opacity: 0.1;
  }

  .service-grid,
  .feature-grid,
  .value-strip,
  .service-detail-grid,
  .about-card-grid,
  .about-value-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .proof-intro {
    position: static;
  }

  .proof-feature {
    gap: 24px;
  }

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

  .industry-copy {
    position: static;
  }

  .tree-care-process-copy {
    position: static;
  }

  .service-card {
    aspect-ratio: auto;
    min-height: 250px;
  }

  .service-number {
    margin-bottom: 42px;
  }

  .site-footer {
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
  }

  .social-links {
    grid-column: 1 / -1;
    grid-row: 1;
    flex-wrap: wrap;
    justify-self: center;
    order: -1;
  }

  .site-footer .brand {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .footer-top-link {
    grid-column: 2;
    grid-row: 2;
  }

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

  .services .section-heading {
    grid-template-columns: 1fr;
  }

  .work-hero h1 {
    font-size: clamp(4rem, 15vw, 6.8rem);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 18px;
  }

  .hero {
    min-height: 86vh;
  }

  h1 {
    font-size: 3.2rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 2.25rem;
  }

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

  .proof-media,
  .proof-media img {
    min-height: 260px;
  }

  .section {
    padding: 58px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .mission {
    padding-inline: 18px;
  }

  .mission-panel {
    min-height: 320px;
  }

  .contact-form .button {
    width: 100%;
  }

  .work-card {
    min-height: 390px;
  }

  .work-card-media {
    min-height: 220px;
  }

  .work-card-copy {
    padding-right: 70px;
  }

  .project-cue {
    right: 14px;
    bottom: 14px;
  }

  .services .section-heading .service-section-cue {
    justify-self: center;
    margin-left: 96px;
    margin-top: 48px;
    margin-right: 0;
  }

  .service-section-cue i {
    top: 12px;
  }

  .service-section-cue::before {
    right: calc(100% + 54px);
    top: -1px;
    font-size: 1.42rem;
  }

  .service-section-cue::after {
    right: calc(100% - 4px);
    top: 12px;
    width: 58px;
    height: 20px;
  }

  .featured-work-media img {
    min-height: 280px;
  }

  .project-media-grid img,
  .project-media-grid img:first-child {
    min-height: 260px;
  }

  .page-hero h1 {
    font-size: clamp(3.6rem, 15vw, 6.8rem);
  }

  .service-detail-grid article {
    min-height: 300px;
  }

  .about-story img {
    min-height: 300px;
  }
}

.services .section-heading {
  grid-template-columns: 1fr;
  row-gap: 0;
  margin-bottom: clamp(72px, 8vw, 112px);
}

.services .section-heading .service-section-cue {
  grid-column: 1;
  grid-row: 3;
  justify-self: center;
  margin: clamp(28px, 4vw, 48px) 0 0;
  transform: none;
}

.service-section-cue {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 14px);
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  color: var(--gold);
}

.service-section-cue::before,
.service-section-cue::after {
  display: none;
  content: none;
}

.service-section-cue .cue-label {
  color: var(--ink);
  font-family: "Amatic SC", "Bradley Hand", cursive;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transform: rotate(-8deg);
  white-space: nowrap;
}

.service-section-cue .cue-arrow {
  width: clamp(62px, 7vw, 84px);
  height: clamp(20px, 2.2vw, 28px);
  background: url("assets/hand-drawn-sketch-arrow.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  transform: rotate(4deg);
}

.service-section-cue .cue-dots {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.8vw, 9px);
  transform: translateY(3px);
}

.service-section-cue .cue-dots i {
  position: static;
  top: auto;
  display: block;
  width: clamp(9px, 1vw, 11px);
  height: clamp(9px, 1vw, 11px);
  background: currentColor;
  animation: projectCuePulse 1.1s ease-in-out infinite;
}

.service-section-cue .cue-dots i:nth-child(2) {
  animation-delay: 130ms;
}

.service-section-cue .cue-dots i:nth-child(3) {
  animation-delay: 260ms;
}

@media (max-width: 560px) {
  .services .section-heading {
    margin-bottom: 70px;
  }

  .services .section-heading .service-section-cue {
    margin-top: 28px;
    transform: none;
  }

  .service-section-cue {
    gap: 7px;
  }

  .service-section-cue .cue-label {
    font-size: 1.48rem;
  }

  .service-section-cue .cue-arrow {
    width: 58px;
    height: 20px;
  }

  .service-section-cue .cue-dots {
    gap: 6px;
  }
}

@keyframes processRailVertical {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 328px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .belt-track,
  .client-track,
  .client-belt::before,
  .conveyor-in,
  .media-parallax img,
  .reveal-belt,
  .reveal-belt:nth-child(even) {
    opacity: 1;
    transform: none;
  }
}
