:root {
  --ink: #11110f;
  --ink-soft: #2a2a25;
  --paper: #f4f0e6;
  --paper-deep: #e1d7c2;
  --yellow: #f4bf18;
  --yellow-dark: #c69200;
  --steel: #78837e;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  --logo-open: 1;
  --logo-scale: 1.28;
  --logo-y: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body.lightbox-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 10px clamp(14px, 3vw, 44px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(17, 17, 15, 0.96);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr minmax(210px, 320px) 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 26px);
  max-width: 1320px;
  min-height: 76px;
  margin: 0 auto;
  padding: 14px clamp(14px, 2.3vw, 34px);
  background: rgba(12, 12, 10, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled .nav-shell {
  background: rgba(17, 17, 15, 0.98);
  border-color: rgba(244, 191, 24, 0.28);
}

.brand {
  position: relative;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 320px);
  min-height: 80px;
  overflow: visible;
}

.brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, 310px);
  max-height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
  transform: translate(-50%, calc(-50% + var(--logo-y))) scale(var(--logo-scale));
  transform-origin: center;
  transition: transform 120ms linear, max-height 220ms ease;
}

.site-header.is-scrolled .brand img {
  max-height: 78px;
}

.nav-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(244, 191, 24, 0.65);
  background: rgba(17, 17, 15, 0.78);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 23px;
  height: 3px;
  background: var(--yellow);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-8px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(8px);
}

.nav-shell.is-menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-shell.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-shell.is-menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.tape-link,
.service-tile {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid var(--yellow);
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tape-link::before,
.service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(17, 17, 15, 0.76), rgba(17, 17, 15, 0.76)),
    repeating-linear-gradient(-45deg, var(--yellow) 0 16px, var(--ink) 16px 32px);
}

.tape-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease;
}

.tape-link:hover,
.service-tile:hover {
  transform: translateY(-2px);
  border-color: var(--white);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 44%, rgba(244, 191, 24, 0.24), transparent 28%),
    rgba(17, 17, 15, 0.92);
  animation: introFade 2.65s ease forwards;
}

.intro-logo {
  position: relative;
  z-index: 2;
  width: min(560px, 74vw);
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.5));
  animation: introLogo 2.45s cubic-bezier(0.28, 0.02, 0.16, 1) forwards;
}

.intro-logo img {
  width: 100%;
}

.intro-dozer {
  position: absolute;
  left: 0;
  top: 54%;
  z-index: 3;
  width: 520px;
  height: 230px;
  transform: translateX(calc(100vw + 560px));
  animation: introDozer 2.45s cubic-bezier(0.28, 0.02, 0.16, 1) forwards;
}

.dozer-body,
.dozer-cabin,
.dozer-track,
.dozer-blade,
.dozer-smoke {
  position: absolute;
  display: block;
}

.dozer-body {
  left: 144px;
  top: 83px;
  width: 277px;
  height: 85px;
  background: var(--yellow);
  border: 9px solid var(--ink);
}

.dozer-cabin {
  left: 287px;
  top: 11px;
  width: 123px;
  height: 104px;
  background: var(--yellow);
  border: 9px solid var(--ink);
  clip-path: polygon(0 100%, 14% 12%, 82% 12%, 100% 100%);
}

.dozer-track {
  left: 133px;
  bottom: 0;
  width: 328px;
  height: 69px;
  background: var(--ink);
  border-radius: 48px;
  box-shadow: inset 0 0 0 17px #3a3830;
}

.dozer-blade {
  left: 8px;
  top: 60px;
  width: 109px;
  height: 144px;
  background: var(--yellow);
  border: 9px solid var(--ink);
  transform: skewX(18deg);
}

.dozer-smoke {
  right: -16px;
  bottom: 37px;
  width: 200px;
  height: 123px;
  opacity: 0;
  background:
    radial-gradient(circle at 32px 77px, rgba(255, 255, 255, 0.56) 0 20px, transparent 21px),
    radial-gradient(circle at 83px 56px, rgba(255, 255, 255, 0.46) 0 27px, transparent 28px),
    radial-gradient(circle at 144px 72px, rgba(255, 255, 255, 0.34) 0 24px, transparent 25px);
  filter: blur(1px);
  animation: dozerSmoke 0.58s 0.48s ease-in-out infinite;
}

.intro-done .intro-loader {
  display: none;
}

@keyframes introFade {
  0%,
  82% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introLogo {
  0% {
    opacity: 0;
    transform: translateY(-130px) scale(0.58);
  }

  26% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  56% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  62% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(-125vw) scale(0.96);
  }
}

@keyframes introDozer {
  0% {
    transform: translateX(calc(100vw + 560px));
  }

  56% {
    transform: translateX(calc(50vw + min(264px, calc(37vw - 16px))));
  }

  62% {
    transform: translateX(calc(50vw + min(264px, calc(37vw - 16px))));
  }

  100% {
    transform: translateX(calc(-125vw + 50vw + min(264px, calc(37vw - 16px))));
  }
}

@keyframes dozerSmoke {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.74);
  }

  35% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: translate(70px, -18px) scale(1.28);
  }
}

@keyframes introLogoMobile {
  0% {
    opacity: 0;
    transform: translateY(-56px) scale(0.72);
  }

  24% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  54%,
  62% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateX(-124vw) scale(0.96);
  }
}

@keyframes introDozerMobile {
  0% {
    transform: translateX(calc(100vw + 250px));
  }

  54%,
  62% {
    transform: translateX(calc(50vw + min(145px, calc(38vw - 10px))));
  }

  100% {
    transform: translateX(calc(-124vw + 50vw + min(145px, calc(38vw - 10px))));
  }
}

@keyframes dozerSmokeMobile {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.7);
  }

  35% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: translate(32px, -9px) scale(1.16);
  }
}

.hero-media,
.hero-video,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 900ms ease;
}

.hero-video.is-active {
  opacity: 1;
}

.hero-scrim {
  background:
    radial-gradient(circle at 50% 22%, rgba(244, 191, 24, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.7)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.74));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(920px, calc(100% - 36px));
  min-height: 69svh;
  margin: 0 auto 0 clamp(22px, 7vw, 120px);
  padding-top: 190px;
  text-align: left;
  animation: heroContentIn 820ms 220ms ease both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 6.3vw, 6.9rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-lead {
  width: min(760px, 100%);
  margin: 0 0 30px;
  font-size: clamp(1.02rem, 2vw, 1.38rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid currentColor;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(17, 17, 15, 0.24);
}

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

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

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

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

.hero-cards {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1320px, calc(100% - 36px));
  margin: 34px auto 54px;
  animation: heroCardsIn 820ms 520ms ease both;
}

.service-tile {
  display: grid;
  align-content: space-between;
  min-height: 176px;
  padding: 22px;
  box-shadow: var(--shadow);
  transition: transform 220ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.service-tile:hover,
.service-tile:focus-visible {
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.service-tile span {
  color: var(--yellow);
  font-weight: 900;
}

.service-tile strong {
  margin-top: 26px;
  font-size: clamp(1.15rem, 2vw, 1.58rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.service-tile em {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.35;
  text-transform: none;
}

.intro-section,
.split-section,
.transport-band,
.agri-section,
.order-section,
.area-section,
.faq-section,
.gallery-section {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-section {
  padding: clamp(70px, 9vw, 120px) 0;
  text-align: center;
}

.intro-section h2,
.split-section h2,
.transport-band h2,
.agri-section h2,
.gallery-section h2 {
  font-size: clamp(2rem, 4.5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.intro-section p {
  width: min(830px, 100%);
  margin: 0 auto;
  color: #504c43;
  font-size: 1.15rem;
  line-height: 1.7;
}

.section-button {
  margin-top: 28px;
}

.split-section,
.agri-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 8vw, 96px) 0;
}

.split-section-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split-section-reverse .section-copy {
  order: 2;
}

.section-copy p,
.agri-copy p,
.footer-brand p,
.footer-cta p {
  color: #514d43;
  font-size: 1.04rem;
  line-height: 1.65;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.footer-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 800;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 18px;
  height: 10px;
  border-left: 4px solid var(--yellow-dark);
  border-bottom: 4px solid var(--yellow-dark);
  transform: rotate(-45deg);
}

.image-frame,
.agri-photo {
  position: relative;
  margin: 0;
  min-height: 380px;
  overflow: hidden;
  border: 12px solid transparent;
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    repeating-linear-gradient(-45deg, var(--yellow) 0 18px, var(--ink) 18px 36px) border-box;
  box-shadow: var(--shadow);
}

.image-frame img,
.agri-photo img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.inline-link {
  display: inline-flex;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--yellow);
  font-weight: 900;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.section-actions .inline-link,
.section-actions .button {
  margin-top: 0;
}

.transport-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: clamp(34px, 6vw, 70px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(17, 17, 15, 0.96), rgba(42, 42, 37, 0.88)),
    url("assets/images/image_3A64FE32-6A12-4AC1-83BA-A3CD7327CA62_1781120265_compressed.webp") center/cover;
}

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

.material-grid span {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--yellow);
  background:
    linear-gradient(rgba(17, 17, 15, 0.7), rgba(17, 17, 15, 0.7)),
    repeating-linear-gradient(-45deg, var(--yellow) 0 14px, var(--ink) 14px 28px);
  color: var(--white);
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.material-grid span:hover {
  transform: translateY(-4px);
  border-color: var(--white);
  filter: brightness(1.08);
}

.agri-section {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
}

.agri-copy {
  padding: clamp(22px, 3vw, 40px);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(48, 42, 31, 0.11);
}

.order-section,
.faq-section {
  padding: clamp(58px, 8vw, 100px) 0;
}

.order-section h2,
.area-section h2,
.faq-section h2 {
  font-size: clamp(2rem, 4.5vw, 4.6rem);
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.order-steps article,
.faq-grid details {
  background: var(--white);
  box-shadow: 0 18px 54px rgba(48, 42, 31, 0.12);
}

.order-steps article {
  min-height: 230px;
  padding: clamp(20px, 3vw, 30px);
  border-top: 6px solid var(--yellow);
}

.order-steps span {
  color: var(--yellow-dark);
  font-weight: 900;
}

.order-steps h3 {
  margin: 22px 0 12px;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.order-steps p,
.area-copy p,
.faq-grid p {
  color: #514d43;
  line-height: 1.65;
}

.area-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(38px, 7vw, 82px);
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(17, 17, 15, 0.94), rgba(42, 42, 37, 0.82)),
    url("assets/images/image_8A15935D-5D09-4238-84C7-34909F6BC6B5_1781120198_compressed.webp") center/cover;
}

.area-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.area-panel {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 30px;
  text-align: center;
  border: 12px solid transparent;
  background:
    linear-gradient(rgba(17, 17, 15, 0.76), rgba(17, 17, 15, 0.76)) padding-box,
    repeating-linear-gradient(-45deg, var(--yellow) 0 18px, var(--ink) 18px 36px) border-box;
}

.area-panel span,
.area-panel strong,
.area-panel em {
  display: block;
}

.area-panel span {
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.area-panel strong {
  color: var(--yellow);
  font-size: clamp(1.5rem, 3vw, 3rem);
  text-transform: uppercase;
}

.area-panel em {
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-weight: 800;
}

.faq-head {
  max-width: 860px;
  margin-bottom: 26px;
}

.faq-grid {
  display: grid;
  gap: 12px;
}

.faq-grid details {
  padding: 0;
}

.faq-grid summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-grid p {
  margin: 0;
  padding: 0 24px 22px;
}

.mobile-contact-bar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 0.72fr 0.9fr;
  gap: 8px;
  padding: 8px;
  background: rgba(17, 17, 15, 0.92);
  border: 1px solid rgba(244, 191, 24, 0.45);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.mobile-contact-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.mobile-contact-bar a:nth-child(2),
.mobile-contact-bar a:nth-child(3) {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-section {
  padding: clamp(60px, 8vw, 110px) 0;
}

.gallery-page {
  background: var(--paper);
}

.gallery-hero {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 190px clamp(18px, 5vw, 72px) clamp(70px, 8vw, 120px);
  color: var(--white);
  background: var(--ink);
}

.gallery-hero h1 {
  width: min(980px, 100%);
  margin-bottom: 22px;
}

.gallery-hero-content {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.gallery-page::before {
  display: none;
}

.service-galleries {
  width: min(1240px, calc(100% - 36px));
  margin: clamp(30px, 5vw, 70px) auto 0;
  padding: clamp(30px, 5vw, 70px) 0 0;
  border-top: 1px solid rgba(17, 17, 15, 0.14);
}

.service-gallery {
  scroll-margin-top: 150px;
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: clamp(18px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(26px, 5vw, 54px) 0;
  border-bottom: 1px solid rgba(17, 17, 15, 0.12);
}

.service-gallery:nth-child(even) {
  grid-template-columns: 1fr 0.44fr;
}

.service-gallery:nth-child(even) .gallery-copy {
  order: 2;
}

.service-gallery:nth-child(even) .service-gallery-grid {
  order: 1;
}

.gallery-copy {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4px;
}

.gallery-copy h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.8vw, 3.9rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 10px;
}

.service-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  background: var(--ink);
}

.service-gallery-grid img:first-child {
  grid-row: span 2;
  min-height: 390px;
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: clamp(210px, 24vw, 360px);
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05);
}

.image-frame,
.agri-photo,
.gallery-grid img,
.service-gallery-grid img {
  cursor: pointer;
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.image-frame:hover,
.agri-photo:hover,
.gallery-grid img:hover,
.service-gallery-grid img:hover,
.image-frame:focus-within,
.agri-photo:focus-within,
.gallery-grid img:focus,
.service-gallery-grid img:focus {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(17, 17, 15, 0.28);
}

.gallery-grid img:hover,
.service-gallery-grid img:hover,
.gallery-grid img:focus,
.service-gallery-grid img:focus {
  filter: saturate(1.04) contrast(1.08);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 70px clamp(16px, 4vw, 90px);
  background: rgba(0, 0, 0, 0.88);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(1180px, 100%);
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  background: rgba(17, 17, 15, 0.74);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  font-size: 2.2rem;
}

.lightbox-nav {
  top: 50%;
  width: 58px;
  height: 76px;
  font-size: 3.4rem;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

.gallery-grid img:nth-child(even) {
  margin-top: 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 680ms ease,
    transform 680ms cubic-bezier(0.2, 0.8, 0.18, 1),
    box-shadow 180ms ease,
    filter 180ms ease,
    border-color 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.split-section-reverse.reveal {
  transform: translateY(34px);
}

.service-gallery:nth-child(even).reveal {
  transform: translateX(34px);
}

.service-gallery:nth-child(odd).reveal {
  transform: translateX(-34px);
}

.service-gallery.reveal.is-visible {
  transform: translateX(0);
}

.image-frame.reveal,
.agri-photo.reveal {
  transform: translateY(38px) scale(0.985);
}

.image-frame.reveal.is-visible,
.agri-photo.reveal.is-visible {
  transform: translateY(0) scale(1);
}

.service-tile.reveal.is-visible:hover,
.service-tile.reveal.is-visible:focus-visible,
.image-frame.reveal.is-visible:hover,
.agri-photo.reveal.is-visible:hover,
.image-frame.reveal.is-visible:focus-within,
.agri-photo.reveal.is-visible:focus-within {
  transform: translateY(-7px);
}

.material-grid span.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.footer-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.88)),
    url("assets/images/image_1EFA5E18-FF9F-4287-BCF3-E8B9CF3406B1_1781120265_compressed.webp") center/cover;
  opacity: 0.92;
}

.footer-content,
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 1.25fr 0.95fr;
  gap: clamp(24px, 4vw, 62px);
  padding: clamp(70px, 9vw, 120px) 0 42px;
}

.footer-brand img {
  width: min(460px, 100%);
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.6));
  animation: footerLogoPulse 4.8s ease-in-out infinite;
}

@keyframes footerLogoPulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.6));
  }

  50% {
    transform: scale(1.045);
    filter: drop-shadow(0 18px 36px rgba(244, 191, 24, 0.24)) drop-shadow(0 12px 26px rgba(0, 0, 0, 0.58));
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col h3 {
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  line-height: 1.35;
}

.footer-col a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.footer-bottom a {
  color: var(--yellow);
  font-weight: 900;
}

@keyframes heroContentIn {
  0% {
    opacity: 0;
    transform: translateY(26px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCardsIn {
  0% {
    opacity: 0;
    transform: translateY(38px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .intro-loader {
    display: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 8px 10px;
  }

  .nav-shell {
    position: relative;
    grid-template-columns: minmax(150px, 1fr) 52px;
    min-height: 66px;
    gap: 8px;
    padding: 8px 10px;
  }

  .brand {
    justify-self: start;
    order: -1;
    width: 174px;
    min-height: 52px;
  }

  .brand img {
    width: 174px;
    max-height: 64px;
  }

  .nav-side {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(17, 17, 15, 0.98);
    border: 1px solid rgba(244, 191, 24, 0.28);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-side-right {
    top: calc(100% + 124px);
  }

  .nav-shell.is-menu-open .nav-side {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .tape-link {
    min-height: 42px;
    font-size: 0.78rem;
    padding: 10px 12px;
  }

  .hero-content {
    min-height: 66svh;
    margin: 0 auto;
    padding-top: 130px;
    text-align: center;
  }

  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-cards,
  .split-section,
  .split-section-reverse,
  .transport-band,
  .agri-section,
  .order-steps,
  .area-section,
  .service-gallery,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .service-gallery:nth-child(even) .gallery-copy,
  .service-gallery:nth-child(even) .service-gallery-grid {
    order: initial;
  }

  .split-section-reverse .section-copy {
    order: 0;
  }

  .hero-cards {
    margin-top: 10px;
  }

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

@media (max-width: 620px) {
  .intro-loader {
    animation-duration: 1.85s;
  }

  .intro-logo {
    width: min(300px, 76vw);
    animation: introLogoMobile 1.72s cubic-bezier(0.28, 0.02, 0.16, 1) forwards;
  }

  .intro-dozer {
    top: 55%;
    width: 230px;
    height: 102px;
    transform: translateX(calc(100vw + 250px));
    animation: introDozerMobile 1.72s cubic-bezier(0.28, 0.02, 0.16, 1) forwards;
  }

  .dozer-body {
    left: 64px;
    top: 37px;
    width: 123px;
    height: 38px;
    border-width: 4px;
  }

  .dozer-cabin {
    left: 127px;
    top: 5px;
    width: 54px;
    height: 46px;
    border-width: 4px;
  }

  .dozer-track {
    left: 59px;
    width: 145px;
    height: 31px;
    border-radius: 22px;
    box-shadow: inset 0 0 0 7px #3a3830;
  }

  .dozer-blade {
    left: 4px;
    top: 27px;
    width: 48px;
    height: 64px;
    border-width: 4px;
  }

  .dozer-smoke {
    right: -8px;
    bottom: 16px;
    width: 86px;
    height: 58px;
    background:
      radial-gradient(circle at 16px 36px, rgba(255, 255, 255, 0.42) 0 9px, transparent 10px),
      radial-gradient(circle at 42px 26px, rgba(255, 255, 255, 0.34) 0 12px, transparent 13px),
      radial-gradient(circle at 68px 34px, rgba(255, 255, 255, 0.24) 0 10px, transparent 11px);
    animation: dozerSmokeMobile 0.52s 0.35s ease-in-out infinite;
  }

  .site-header {
    padding: 7px 8px;
  }

  .nav-shell {
    min-height: 58px;
    padding: 7px 8px;
  }

  .brand {
    width: 148px;
    min-height: 46px;
  }

  .brand img {
    width: 148px;
    max-height: 56px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero-content {
    width: min(100% - 26px, 920px);
    padding-top: 112px;
  }

  h1 {
    font-size: clamp(2.05rem, 12vw, 3.35rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10.6vw, 3.05rem);
    line-height: 0.98;
    max-width: 100%;
  }

  .hero-cards,
  .intro-section,
  .split-section,
  .transport-band,
  .agri-section,
  .order-section,
  .area-section,
  .faq-section,
  .service-galleries,
  .gallery-section,
  .footer-content,
  .footer-bottom {
    width: min(100% - 24px, 1320px);
  }

  .order-steps article {
    min-height: 0;
  }

  .area-section {
    padding: 28px 18px;
  }

  .area-panel {
    min-height: 210px;
  }

  .mobile-contact-bar {
    display: grid;
  }

  .site-footer {
    padding-bottom: 74px;
  }

  .service-tile {
    min-height: 142px;
  }

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

  .service-gallery-grid {
    grid-template-rows: none;
  }

  .service-gallery-grid img:first-child {
    grid-row: auto;
    min-height: 240px;
  }

  .gallery-grid img:nth-child(even) {
    margin-top: 0;
  }

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

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(1.75rem, 10vw, 2.35rem);
    line-height: 1.02;
  }
}
