:root {
  --yellow: #f5c400;
  --yellow-dark: #d7a900;
  --black: #070707;
  --charcoal: #151515;
  --white: #ffffff;
  --gray: #6d6d6d;
  --light: #f5f5f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(7, 7, 7, 0.96);
  color: white;
  border-bottom: 3px solid var(--yellow);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  font-family: "Anton", Impact, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.brand-small {
  font-family: "Inter", sans-serif;
  font-size: .72rem;
  font-weight: 800;
  transform: rotate(-8deg);
}
.brand-main { color: var(--yellow); font-size: clamp(1.55rem, 3vw, 2.2rem); }
.brand-916 { font-size: 1.55rem; font-style: italic; }

.desktop-nav { display: flex; align-items: center; gap: 24px; font-weight: 700; }
.desktop-nav a:hover { color: var(--yellow); }
.nav-call {
  padding: 11px 16px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 4px;
}
.menu-button {
  display: none;
  color: white;
  border: 0;
  background: none;
  font-size: 1.65rem;
}

.hero {
  position: relative;
  min-height: 740px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.74) 42%, rgba(0,0,0,.18) 78%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 92%);
  margin-left: clamp(20px, 7vw, 110px);
  padding: 90px 0;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--yellow);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1, h2 {
  font-family: "Anton", Impact, sans-serif;
  text-transform: uppercase;
  line-height: .98;
  letter-spacing: .015em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 8.4rem);
}
.hero h1 span { color: var(--yellow); }
.hero-copy {
  max-width: 660px;
  margin: 22px 0 30px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 21px;
  border: 2px solid var(--yellow);
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}
.button.primary { background: var(--yellow); color: var(--black); }
.button.primary:hover { background: #ffd72d; }
.button.secondary { color: white; }
.button.secondary:hover { background: rgba(255,255,255,.1); }
.button.large { font-size: 1.45rem; padding: 16px 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 27px; font-weight: 700; }

.quick-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 22px 24px;
  background: var(--yellow);
}
.quick-contact div { display: flex; gap: 14px; align-items: baseline; }
.quick-contact strong { font-family: "Anton", Impact, sans-serif; text-transform: uppercase; font-size: 1.5rem; }
.quick-contact a { padding: 10px 18px; background: var(--black); color: white; font-weight: 800; border-radius: 4px; }

.section { padding: 95px clamp(20px, 6vw, 100px); }
.section-heading { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .split-section h2, .cta-section h2 {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 6vw, 4.9rem);
}
.section-heading p:last-child { color: var(--gray); font-size: 1.08rem; }

.service-grid {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  padding: 28px;
  border: 1px solid #dedede;
  background: white;
  box-shadow: 0 12px 35px rgba(0,0,0,.07);
}
.service-card .icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--yellow);
  font-size: 1.5rem;
  font-weight: 800;
}
.service-card h3 { margin: 0 0 8px; font-size: 1.2rem; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--gray); }

.dark-section { background: var(--black); color: white; }
.section-heading.light p:last-child { color: #cfcfcf; }
.before-after {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.before-after figure { position: relative; margin: 0; overflow: hidden; border: 3px solid white; }
.before-after img { width: 100%; height: 440px; object-fit: cover; }
.before-after span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 14px;
  background: var(--black);
  color: white;
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-left: 5px solid var(--yellow);
}

.split-section {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
  max-width: 1350px;
  margin: 0 auto;
}
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { position: relative; padding: 10px 0 10px 34px; font-weight: 600; border-bottom: 1px solid #e7e7e7; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow-dark); font-size: 1.25rem; font-weight: 900; }
.process-card { padding: 36px; background: var(--black); color: white; border-top: 8px solid var(--yellow); }
.process-card h3 { margin: 0 0 25px; font-family: "Anton", Impact, sans-serif; font-size: 2.2rem; text-transform: uppercase; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid #333; }
.step strong {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  font-size: 1.35rem;
}
.step b { color: var(--yellow); text-transform: uppercase; font-size: 1.08rem; }
.step p { margin: 4px 0 0; color: #d4d4d4; }

.cta-section {
  padding: 100px 20px;
  text-align: center;
  background:
    linear-gradient(rgba(245,196,0,.92), rgba(245,196,0,.92)),
    url("assets/hero-trailer.png") center/cover;
}
.cta-section .eyebrow { color: var(--black); }
.cta-section p { font-size: 1.15rem; }
.cta-section .primary { background: var(--black); color: white; border-color: var(--black); margin-top: 12px; }
.text-link { display: block; margin-top: 16px; font-weight: 800; text-decoration: underline; }

footer {
  padding: 55px 20px 90px;
  background: var(--black);
  color: white;
  text-align: center;
}
.footer-brand { margin-bottom: 18px; }
footer p { margin: 8px 0; color: #cfcfcf; }
footer a { color: var(--yellow); font-weight: 800; }
.copyright { font-size: .86rem; }

.mobile-contact {
  display: none;
  position: fixed;
  z-index: 60;
  bottom: 0;
  left: 0;
  right: 0;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -5px 20px rgba(0,0,0,.2);
}
.mobile-contact a {
  padding: 15px 10px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--yellow);
}
.mobile-contact a:first-child { background: var(--black); color: white; }

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--black);
    padding: 12px 20px 24px;
  }
  .desktop-nav.open { display: flex; }
  .desktop-nav a { padding: 14px 0; border-bottom: 1px solid #2d2d2d; }
  .nav-call { text-align: center; margin-top: 8px; border-bottom: 0 !important; }
  .menu-button { display: block; }
  .hero { min-height: 660px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.55)); }
  .quick-contact { flex-direction: column; gap: 12px; text-align: center; }
  .quick-contact div { flex-direction: column; gap: 2px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .before-after { grid-template-columns: 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .mobile-contact { display: grid; }
}
@media (max-width: 600px) {
  .section { padding: 70px 18px; }
  .hero-content { margin-left: 20px; }
  .hero h1 { font-size: 4.2rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .service-grid { grid-template-columns: 1fr; }
  .before-after img { height: 300px; }
  .process-card { padding: 26px 20px; }
}
