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

:root {
  --red: #e51f26;
  --red-dark: #a91217;
  --black: #090909;
  --panel: #121212;
  --panel-2: #191919;
  --white: #f7f7f7;
  --grey: #b8b8b8;
  --line: #2a2a2a;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.container {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(5, 5, 5, 0.93);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: .85;
  letter-spacing: 1px;
}

.brand-main {
  font-size: 31px;
  color: #fff;
  font-style: italic;
}

.brand-sub {
  margin-top: 7px;
  color: var(--red);
  font-size: 17px;
  letter-spacing: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 600;
  font-size: 14px;
}

.nav a {
  transition: .2s ease;
}

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

.nav-call {
  padding: 11px 18px;
  background: var(--red);
  color: white !important;
  border-radius: 3px;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}

.hero {
  padding: 128px 0 70px;
  background: #050505;
  border-bottom: 1px solid #222;
}








.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.hero-copy-wrap {
  position: relative;
  z-index: 2;
}

.hero-art {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.hero-art img {
  width: 100%;
  max-width: 690px;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #262626;
  box-shadow: 0 25px 70px rgba(0,0,0,.55);
}

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

.hero h1,
.section h2,
.cta h2 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: .5px;
}

.hero h1 {
  font-size: clamp(58px, 7vw, 98px);
  max-width: 700px;
  margin: 14px 0 22px;
}

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

.hero-copy {
  max-width: 570px;
  color: #d2d2d2;
  font-size: 18px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: transform .2s ease, background .2s ease;
}

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

.btn-primary {
  background: var(--red);
  color: white;
}

.btn-primary:hover {
  background: #ff2c33;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(0,0,0,.32);
}

.btn-light {
  background: #fff;
  color: #111;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0c0c;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}

.trust-grid span {
  color: var(--grey);
  font-size: 13px;
}

.section {
  padding: 100px 0;
  background: #0a0a0a;
}

.section-dark {
  background: #111;
}

.section-heading {
  max-width: 670px;
  margin-bottom: 44px;
}

.section h2,
.cta h2 {
  font-size: clamp(42px, 5vw, 66px);
  margin: 7px 0 14px;
}

.section-heading > p:last-child,
.split p {
  color: var(--grey);
}

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

.service-card {
  background: linear-gradient(145deg, #151515, #0e0e0e);
  border: 1px solid #282828;
  padding: 30px 25px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background: var(--red);
}

.service-card .icon {
  font-size: 34px;
  margin-bottom: 22px;
}

.service-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--grey);
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.split p {
  margin-bottom: 18px;
}

.split .btn {
  margin-top: 10px;
}

.image-panel {
  border: 1px solid #303030;
  padding: 8px;
  background: #090909;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.image-panel img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.cta {
  padding: 62px 0;
  background:
    linear-gradient(90deg, #b9151b, #e51f26 62%, #9d1016);
}

.cta 
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.hero-copy-wrap {
  position: relative;
  z-index: 2;
}

.hero-art {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.hero-art img {
  width: 100%;
  max-width: 690px;
  height: auto;
  object-fit: contain;
  display: block;
  border: 1px solid #262626;
  box-shadow: 0 25px 70px rgba(0,0,0,.55);
}

.eyebrow {
  color: white;
  opacity: .78;
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.cta h2 {
  margin-bottom: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.contact-card {
  border: 1px solid #2d2d2d;
  background: #111;
  padding: 28px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color .2s ease, transform .2s ease;
}

a.contact-card:hover {
  border-color: var(--red);
  transform: translateY(-3px);
}

.contact-card span {
  color: var(--red);
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

.contact-card strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  text-transform: uppercase;
}

.contact-card small {
  color: var(--grey);
}


.gallery-section {
  background: #0d0d0d;
}

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

.gallery-item {
  border: 1px solid #2d2d2d;
  background: #080808;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.gallery-item img {
  width: 100%;
  height: 330px;
  object-fit: contain;
  background: #080808;
  display: block;
}

.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 16px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.94));
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}





@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 260px;
  }
}

footer {
  padding: 35px 0;
  border-top: 1px solid #242424;
  background: #050505;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: #999;
  font-size: 13px;
}

.footer-inner div {
  display: flex;
  flex-direction: column;
}

.footer-inner strong {
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-art {
    order: -1;
  }

  .hero-art img {
    max-width: 620px;
  }

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

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

  .split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .nav-wrap {
    min-height: 70px;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 18px 18px 24px;
    background: #0a0a0a;
    border-top: 1px solid #222;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    display: none;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 13px 8px;
  }

  .nav-call {
    text-align: center;
    margin-top: 6px;
  }

  .hero {
    padding: 108px 0 55px;
  }

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

  .hero-art {
    order: -1;
  }

  .hero-art img {
    max-width: 560px;
  }

  .hero h1 {
    font-size: clamp(54px, 15vw, 74px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

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

  .trust-grid div {
    padding: 18px 12px;
  }

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

  .section {
    padding: 72px 0;
  }

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

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

@media (max-width: 430px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .brand-main {
    font-size: 27px;
  }

  .brand-sub {
    font-size: 15px;
  }
}
