:root {
  --black: #080809;
  --ink: #161616;
  --muted: #6f7177;
  --white: #ffffff;
  --soft: #f5f5f2;
  --line: #e3e0da;
  --orange: #ff6a00;
  --orange-dark: #d94f00;
  --yellow: #ffb000;
  --shadow: 0 22px 60px rgba(8, 8, 9, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::selection {
  background: var(--orange);
  color: var(--white);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 70px;
  padding: 10px clamp(18px, 4vw, 54px);
  background: rgba(8, 8, 9, 0.94);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: clamp(142px, 16vw, 210px);
  height: auto;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: #e9e7e2;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.header-cta,
.primary-button,
.secondary-button,
.social-links a,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  font-weight: 1000;
  text-transform: uppercase;
  line-height: 1;
}

.header-cta,
.primary-button,
.floating-whatsapp {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(255, 106, 0, 0.28);
}

.header-cta {
  padding: 0 18px;
}

.primary-button {
  padding: 0 24px;
}

.header-cta:hover,
.primary-button:hover,
.floating-whatsapp:hover {
  background: var(--orange-dark);
}

[data-whatsapp-link] {
  border-color: #25d366 !important;
  background: #25d366 !important;
  color: var(--white) !important;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28) !important;
}

[data-whatsapp-link]:hover {
  background: #128c4a !important;
}

.whatsapp-icon {
  display: inline-grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  flex: 0 0 auto;
}

.whatsapp-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: #25d366;
  display: block;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.18 22.6L3.9 28.8l6.34-1.48A12.75 12.75 0 1 0 16.02 3.2Zm0 2.35a10.4 10.4 0 0 1 8.84 15.88 10.37 10.37 0 0 1-13.97 3.7l-.45-.26-3.78.88.78-3.69-.3-.48A10.38 10.38 0 0 1 16.02 5.55Zm-4.2 5.4c-.25 0-.64.1-.98.46-.34.37-1.29 1.26-1.29 3.07 0 1.8 1.32 3.55 1.5 3.8.18.24 2.55 4.09 6.31 5.57 3.12 1.23 3.76.98 4.44.92.68-.06 2.2-.9 2.5-1.76.31-.86.31-1.6.22-1.76-.09-.15-.34-.24-.7-.42-.37-.19-2.2-1.08-2.54-1.2-.34-.13-.59-.19-.83.18-.25.37-.95 1.2-1.17 1.45-.21.25-.43.28-.8.1-.36-.19-1.54-.57-2.94-1.82-1.09-.97-1.82-2.17-2.04-2.54-.21-.37-.02-.56.16-.74.16-.17.36-.43.55-.65.18-.21.24-.37.36-.61.13-.25.07-.47-.03-.65-.09-.18-.83-2-.1-2.74-.22-.55-.45-.57-.62-.58h-.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2A12.72 12.72 0 0 0 5.18 22.6L3.9 28.8l6.34-1.48A12.75 12.75 0 1 0 16.02 3.2Zm0 2.35a10.4 10.4 0 0 1 8.84 15.88 10.37 10.37 0 0 1-13.97 3.7l-.45-.26-3.78.88.78-3.69-.3-.48A10.38 10.38 0 0 1 16.02 5.55Zm-4.2 5.4c-.25 0-.64.1-.98.46-.34.37-1.29 1.26-1.29 3.07 0 1.8 1.32 3.55 1.5 3.8.18.24 2.55 4.09 6.31 5.57 3.12 1.23 3.76.98 4.44.92.68-.06 2.2-.9 2.5-1.76.31-.86.31-1.6.22-1.76-.09-.15-.34-.24-.7-.42-.37-.19-2.2-1.08-2.54-1.2-.34-.13-.59-.19-.83.18-.25.37-.95 1.2-1.17 1.45-.21.25-.43.28-.8.1-.36-.19-1.54-.57-2.94-1.82-1.09-.97-1.82-2.17-2.04-2.54-.21-.37-.02-.56.16-.74.16-.17.36-.43.55-.65.18-.21.24-.37.36-.61.13-.25.07-.47-.03-.65-.09-.18-.83-2-.1-2.74-.22-.55-.45-.57-.62-.58h-.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.secondary-button {
  border: 2px solid var(--white);
  color: var(--white);
  padding: 0 22px;
}

.secondary-button.dark {
  border-color: var(--black);
  color: var(--black);
}

.hero {
  position: relative;
  min-height: calc(100vh - 70px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.97), rgba(8, 8, 9, 0.76) 42%, rgba(8, 8, 9, 0.12) 78%),
    linear-gradient(0deg, rgba(8, 8, 9, 0.72), transparent 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 64px);
  color: var(--white);
}

.hero-logo {
  display: block;
  width: min(460px, 86vw);
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 690px;
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) auto;
  gap: 20px;
  align-items: center;
  margin: -30px clamp(18px, 4vw, 58px) 0;
  padding: clamp(18px, 2.4vw, 28px);
  position: relative;
  z-index: 4;
  background: var(--white);
  box-shadow: var(--shadow);
  border-top: 5px solid var(--orange);
}

.quick-contact h2 {
  margin-bottom: 0;
  font-size: clamp(22px, 2.5vw, 30px);
}

.quick-contact p {
  margin-bottom: 0;
}

.section,
.dark-band,
.social-section {
  padding: clamp(54px, 7vw, 88px) clamp(18px, 4vw, 58px);
}

.section-head {
  width: min(780px, 100%);
  margin-bottom: 36px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.5);
  box-shadow: 0 18px 36px rgba(8, 8, 9, 0.1);
}

.service-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}

.service-card.featured {
  background: var(--orange);
  color: var(--white);
}

.service-card.featured span,
.service-card.featured p {
  color: var(--white);
}

.service-card.coming {
  background: var(--black);
  color: var(--white);
}

.service-card.coming p {
  color: #d6d3cc;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--black);
  color: var(--white);
}

.dark-band h2 {
  max-width: 620px;
}

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

.proof-grid article {
  display: grid;
  gap: 8px;
  border-left: 5px solid var(--orange);
  background: #171719;
  padding: 22px;
}

.proof-grid strong {
  font-size: 22px;
}

.proof-grid span {
  color: #d6d3cc;
  line-height: 1.5;
}

.about,
.location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.about-copy p {
  max-width: 760px;
}

.measure-box,
.map-card {
  border: 4px solid var(--black);
  background: var(--white);
  box-shadow: 14px 14px 0 var(--orange);
  padding: clamp(26px, 4vw, 42px);
}

.measure-box strong,
.map-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.06;
}

.measure-box span,
.map-card span,
.map-card small {
  display: block;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.measure-box ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 900;
}

.measure-box li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.address {
  color: var(--black);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
}

.map-card {
  min-height: 280px;
  display: grid;
  align-content: end;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.92), rgba(255, 176, 0, 0.75)),
    repeating-linear-gradient(45deg, #111 0 12px, #1d1d1d 12px 24px);
}

.map-card span,
.map-card small,
.map-card strong {
  color: var(--white);
}

.social-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--white);
}

.social-section h2 {
  max-width: 760px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  border: 2px solid var(--black);
  color: var(--black);
  padding: 0 18px;
}

.social-links a:hover {
  background: var(--black);
  color: var(--white);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 28px clamp(18px, 4vw, 58px);
  background: var(--black);
  color: var(--white);
}

.footer span {
  color: #d6d3cc;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-contact,
  .dark-band,
  .about,
  .location,
  .social-section {
    grid-template-columns: 1fr;
  }

  .quick-contact {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand img {
    width: 170px;
  }

  nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 12px;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 8, 9, 0.94), rgba(8, 8, 9, 0.62));
  }

  .hero-content {
    padding-block: 56px 72px;
  }

  .hero-logo {
    width: min(330px, 88vw);
  }

  h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

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

  .hero-actions,
  .location-actions,
  .social-links {
    display: grid;
  }

  .primary-button,
  .secondary-button,
  .social-links a {
    width: 100%;
  }

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

  .service-card {
    min-height: 210px;
  }

  .floating-whatsapp {
    left: auto;
    right: 14px;
    bottom: 14px;
    width: 56px;
    min-height: 56px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35) !important;
  }

  .floating-whatsapp .whatsapp-icon {
    width: 30px;
    height: 30px;
  }

  .floating-whatsapp .whatsapp-icon::before {
    width: 20px;
    height: 20px;
  }
}
