:root {
  --orange: #ff6500;
  --orange-light: #ff8a1f;
  --black: #080808;
  --dark: #111111;
  --grey: #a9a9a9;
  --light: #f4f4f2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(8, 8, 8, .93);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  height: 88px;
  justify-content: space-between;
  left: 0;
  padding: 0 6vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  line-height: .78;
}

.brand-mark {
  color: var(--orange);
  font-size: 48px;
  margin-right: 9px;
}

.brand-name {
  display: grid;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 900;
  grid-template-columns: auto auto;
}

.brand-name strong,
.brand-name em {
  font-size: 25px;
}

.brand-name em {
  color: var(--orange);
  font-style: italic;
  margin-left: 5px;
}

.brand-name small {
  font-size: 10px;
  grid-column: 1 / -1;
  letter-spacing: 6px;
  margin-top: 6px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 32px;
}

.main-nav a {
  font-size: 14px;
  font-weight: 600;
  transition: color .2s ease;
}

.main-nav a:hover {
  color: var(--orange);
}

.main-nav .nav-cta {
  background: var(--orange);
  color: var(--white);
  padding: 11px 18px;
}

.main-nav .nav-cta:hover {
  background: var(--white);
  color: var(--black);
}

.menu-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 27px;
}

.hero {
  align-items: center;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 790px;
  overflow: hidden;
  padding: 140px 6vw 70px;
  position: relative;
}

.hero::before {
  background: radial-gradient(circle, rgba(255, 101, 0, .2), transparent 62%);
  content: "";
  height: 680px;
  position: absolute;
  right: -120px;
  top: 30px;
  width: 680px;
}

.hero-grid {
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 60px 60px;
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent);
  position: absolute;
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: .93;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(70px, 8vw, 126px);
  letter-spacing: -3px;
  margin: 18px 0 10px;
}

h1 span {
  color: var(--orange);
}

.hero-subtitle {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(26px, 3vw, 46px);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy {
  color: #c8c8c8;
  font-size: 17px;
  margin: 26px 0 32px;
  max-width: 600px;
}

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

.button {
  border: 1px solid var(--orange);
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: .2s ease;
}

.button-primary {
  background: var(--orange);
}

.button-primary:hover {
  background: var(--orange-light);
  transform: translateY(-2px);
}

.button-secondary:hover {
  background: var(--orange);
}

.hero-trust {
  display: flex;
  gap: 30px;
  margin-top: 45px;
}

.hero-trust span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-trust span::before {
  color: var(--orange);
  content: "✓";
  margin-right: 7px;
}

.hero-visual {
  align-self: stretch;
  min-height: 560px;
  position: relative;
  z-index: 2;
}

.hero-visual::after {
  background: linear-gradient(90deg, var(--black) 0%, transparent 35%), linear-gradient(0deg, var(--black) 0%, transparent 35%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-visual > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 58% center;
  position: absolute;
  width: 100%;
}

.rapid-badge {
  align-items: center;
  background: var(--black);
  border: 5px solid var(--orange);
  border-radius: 50%;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  height: 155px;
  justify-content: center;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transform: rotate(-6deg);
  width: 155px;
  z-index: 2;
}

.rapid-badge small,
.rapid-badge span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.rapid-badge strong {
  color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 31px;
  font-style: italic;
  line-height: 1;
}

.section {
  padding: 110px 6vw;
}

.services-section {
  background: var(--light);
  color: var(--black);
}

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

.section-heading h2,
.equipment-intro h2,
.pricing-copy h2,
.area-content h2,
.contact-section h2 {
  font-size: clamp(48px, 6vw, 78px);
  margin: 10px 0 20px;
}

.section-heading > p:last-child {
  color: #555;
  max-width: 550px;
}

.service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
}

.service-card {
  background: var(--white);
  border-bottom: 5px solid var(--orange);
  min-height: 280px;
  padding: 30px;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  transform: translateY(-8px);
}

.card-number {
  color: #e2e2e2;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}

.service-card h3 {
  font-size: 28px;
  margin: 10px 0 16px;
}

.service-card p {
  color: #5b5b5b;
  font-size: 14px;
}

.equipment-section {
  background: linear-gradient(110deg, #f05200, var(--orange));
  color: var(--black);
  padding: 80px 6vw;
}

.equipment-intro .eyebrow {
  color: var(--black);
}

.equipment-list {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
}

.equipment-card {
  align-items: center;
  background: #f3f3f3;
  border: 3px solid var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  transition: transform .2s ease;
}

.equipment-card:hover {
  transform: translateY(-5px);
}

.equipment-list img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.equipment-card-stacker img,
.equipment-card-thermal img,
.equipment-card-lift img {
  transform: scale(1.45);
}

.equipment-name {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  min-height: 64px;
  padding: 13px 10px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

.pricing-section {
  display: grid;
  gap: 80px;
  grid-template-columns: .8fr 1.2fr;
}

.pricing-copy > p:not(.eyebrow) {
  color: #aaa;
  max-width: 500px;
}

.qualification {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 35px;
}

.qualification span {
  border-left: 4px solid var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  padding-left: 13px;
  text-transform: uppercase;
}

.price-cards {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 285px;
  padding: 25px;
}

.price-card.featured {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--black);
  transform: translateY(-16px);
}

.price-card p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 45px;
  font-style: italic;
  line-height: 1;
  margin: 16px 0 9px;
}

.price-card span {
  color: #aaa;
  font-size: 13px;
}

.price-card.featured span {
  color: #311000;
}

.area-section {
  align-items: center;
  background: var(--light);
  color: var(--black);
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
  padding: 100px 6vw;
}

.area-map {
  background: #d8d8d8;
  border: 8px solid var(--white);
  box-shadow: 0 22px 50px rgba(0,0,0,.18);
  height: 470px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.area-map iframe {
  border: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.map-circle {
  aspect-ratio: 1;
  border: 4px solid var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,.7), inset 0 0 35px rgba(255,101,0,.12);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: auto;
  z-index: 450;
}

.map-circle::before {
  background: var(--orange);
  border: 4px solid var(--white);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.35);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -75%) rotate(-45deg);
  width: 22px;
}

.map-circle span {
  background: rgba(8,8,8,.9);
  bottom: 15px;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  left: 50%;
  padding: 3px 9px;
  position: absolute;
  transform: translateX(-50%);
}

.map-radius {
  background: var(--orange);
  color: var(--black);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
  padding: 9px 14px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  top: 14px;
  z-index: 500;
}

.map-link {
  background: var(--black);
  bottom: 14px;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  left: 14px;
  padding: 10px 16px;
  position: absolute;
  text-transform: uppercase;
  transition: background .2s ease;
  z-index: 500;
}

.map-link:hover {
  background: var(--orange);
}

.area-content > p:not(.eyebrow) {
  color: #555;
  max-width: 520px;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin-top: 30px;
}

.city-list li {
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 14px;
}

.workshop-section {
  align-items: stretch;
  background: #111;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 470px;
}

.workshop-section > img {
  align-self: center;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.workshop-copy {
  align-self: center;
  padding: 70px 7vw;
}

.workshop-copy h2 {
  font-size: clamp(48px, 6vw, 78px);
  margin: 10px 0 20px;
}

.workshop-copy > p:not(.eyebrow) {
  color: #aaa;
  margin-bottom: 30px;
  max-width: 520px;
}

.contact-section {
  align-items: center;
  background: var(--orange);
  color: var(--black);
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  padding: 85px 6vw;
}

.contact-section .eyebrow {
  color: var(--black);
}

.contact-section h2 {
  margin-bottom: 13px;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-actions a {
  background: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 17px 24px;
  transition: transform .2s ease;
}

.contact-actions a:hover {
  transform: translateX(6px);
}

.contact-actions small {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-actions strong {
  font-size: 18px;
}

footer {
  align-items: center;
  color: #888;
  display: grid;
  font-size: 12px;
  gap: 30px;
  grid-template-columns: 1fr 1fr auto;
  padding: 45px 6vw;
}

.footer-brand strong {
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: italic;
}

.footer-brand strong span {
  color: var(--orange);
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 18px;
  }

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

  .hero-visual {
    display: none;
  }

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

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

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

@media (max-width: 760px) {
  .site-header {
    height: 74px;
    padding: 0 20px;
  }

  .brand-mark {
    font-size: 38px;
  }

  .brand-name strong,
  .brand-name em {
    font-size: 21px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    align-items: stretch;
    background: var(--black);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 74px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    border-bottom: 1px solid #222;
    padding: 13px;
  }

  .hero {
    min-height: 720px;
    padding: 130px 20px 70px;
  }

  h1 {
    font-size: clamp(58px, 18vw, 84px);
    letter-spacing: -2px;
  }

  .hero-trust {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .section {
    padding: 80px 20px;
  }

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

  .equipment-section {
    gap: 30px;
    padding: 70px 20px;
  }

  .equipment-list {
    gap: 14px;
    grid-template-columns: 1fr;
  }

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

  .pricing-section {
    gap: 50px;
  }

  .price-cards {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 200px;
  }

  .price-card.featured {
    transform: none;
  }

  .area-section {
    gap: 50px;
    grid-template-columns: 1fr;
    padding: 80px 20px;
  }

  .area-map {
    height: 420px;
  }

  .map-circle {
    height: 76%;
  }

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

  .workshop-section > img {
    min-height: 0;
  }

  .workshop-copy {
    padding: 65px 20px;
  }

  .contact-section {
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .contact-actions strong {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}
