* {
  box-sizing: border-box;
}

:root {
  --black: #111111;
  --charcoal: #1d1d1d;
  --orange: #f4a900;
  --light: #f4f1ea;
  --white: #ffffff;
  --muted: #c7c7c7;
}

html {
  scroll-behavior: smooth;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 5%;
  background: rgba(12, 12, 12, .96);
  border-bottom: 1px solid #303030;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

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

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 22px;
  letter-spacing: 1px;
}

.brand small {
  color: var(--orange);
  font-weight: 800;
  letter-spacing: 1.5px;
}

.nav {
  display: flex;
  gap: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

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

.phone-top {
  background: var(--orange);
  color: #000;
  padding: 12px 16px;
  font-weight: 900;
  border-radius: 3px;
}

.menu-button {
  display: none;
  background: transparent;
  color: white;
  border: 0;
  font-size: 28px;
}

.hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(to right, rgba(0,0,0,.82), rgba(0,0,0,.22)),
    url('hero.jpg') center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.38), transparent 40%);
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: 80px 6%;
}

.eyebrow {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 13px;
}

.hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(58px, 9vw, 112px);
  line-height: .82;
  letter-spacing: -3px;
  font-weight: 1000;
}

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

.hero h2 {
  max-width: 620px;
  margin: 22px 0 10px;
  font-size: clamp(25px, 3.5vw, 42px);
  text-transform: uppercase;
}

.hero-copy {
  max-width: 560px;
  color: #e2e2e2;
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 3px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

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

.button-outline {
  border: 2px solid var(--orange);
  color: var(--white);
  background: rgba(0,0,0,.35);
}

.button-light {
  background: white;
  color: #111;
}

.section {
  padding: 70px 5%;
}

.services,
.contact {
  background: var(--light);
  color: #111;
}

.section-heading {
  text-align: center;
  margin-bottom: 35px;
}

.section-heading p {
  color: #8c6500;
  margin-bottom: 5px;
  font-weight: 900;
  letter-spacing: 2px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(36px, 6vw, 58px);
  letter-spacing: -1px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 1250px;
  margin: 0 auto;
  background: #444;
}

.card {
  background: #181818;
  color: white;
  padding: 30px;
  min-height: 235px;
}

.card .icon {
  font-size: 38px;
}

.card h3 {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.card p {
  color: #d7d7d7;
  line-height: 1.55;
}

.why {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 460px;
}

.why-text {
  padding: 70px 7%;
  background: #171717;
}

.why-text h2 {
  margin-top: 5px;
  font-size: clamp(38px, 5vw, 64px);
}

.why-text ul {
  padding: 0;
  list-style: none;
  line-height: 2;
  font-size: 18px;
}

.why-text li::before {
  content: "✓";
  color: var(--orange);
  font-weight: 900;
  margin-right: 12px;
}

.why-image {
  background: url('hero.jpg') center center / cover no-repeat;
  min-height: 390px;
}

.cta {
  padding: 60px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--orange);
  color: #111;
}

.location {
  background: #101010;
}

.location-box {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border: 1px solid #3a3a3a;
  border-left: 6px solid var(--orange);
  background: #1a1a1a;
}

.location-icon {
  font-size: 50px;
}

.location-box h2 {
  margin: 4px 0 10px;
  font-size: clamp(30px, 4.5vw, 48px);
}

.location-box p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: #d7d7d7;
  font-size: 17px;
  line-height: 1.6;
}

.cta .eyebrow {
  color: #111;
}

.cta h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 66px);
}

.cta p {
  max-width: 650px;
  font-size: 18px;
}

.cta .button-primary {
  background: #111;
  color: white;
}

.contact-box {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 25px;
  align-items: center;
  background: #151515;
  color: white;
  padding: 35px;
}

.contact-box h3 {
  color: var(--orange);
  font-size: 27px;
  margin: 0 0 10px;
}

.contact-number span {
  display: block;
  color: var(--orange);
  font-weight: 900;
}

.contact-number a {
  display: block;
  font-size: 30px;
  font-weight: 1000;
  margin-top: 3px;
}

.contact-location {
  color: #d7d7d7;
  font-weight: 700;
}

footer {
  text-align: center;
  padding: 24px;
  color: #aaa;
  border-top: 1px solid #292929;
}

@media (max-width: 900px) {
  .topbar {
    flex-wrap: wrap;
  }

  .menu-button {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 10px 0;
  }

  .nav.open {
    display: flex;
  }

  .phone-top {
    display: none;
  }

  .hero {
    min-height: 620px;
    background-position: 58% center;
  }

  .hero-content {
    padding-top: 95px;
  }

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

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

  .contact-box {
    grid-template-columns: 1fr;
  }

  .location-box {
    grid-template-columns: 1fr;
  }

  .cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .brand strong {
    font-size: 18px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero h2 {
    font-size: 26px;
  }

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

  .section {
    padding: 55px 20px;
  }

  .hero-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .button {
    width: 100%;
  }
}
