/* Final WEIT header treatment */
.site-header {
  background: rgba(5, 18, 30, 0.97) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.site-header .brand img {
  width: 166px !important;
  height: 76px !important;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3)) !important;
}

.site-header nav { color: #f6f8fa; }
.site-header nav > a:not(.nav-cta) { position: relative; opacity: 0.84; }
.site-header .nav-cta { color: #071522; background: #f7f8fa; }
.site-header .nav-cta:hover { background: #c8f53a; }
.site-header .menu-button span { background: #fff !important; }

.hero-slider h2 {
  margin-bottom: 38px;
  font-size: clamp(54px, 7.1vw, 108px);
  line-height: 0.86;
  letter-spacing: -0.065em;
}
.hero-slider h2 em {
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 400;
}

.contact form small a { text-decoration: underline; text-underline-offset: 3px; }
.contact button:disabled { cursor: wait; opacity: .65; }
.form-status {
  min-height: 0;
  margin: 0;
  color: #3d4852;
  font-size: 13px;
  font-weight: 700;
}
.form-status:not(:empty) {
  padding: 14px 16px;
  border-left: 4px solid #007aff;
  background: rgba(0, 122, 255, .08);
}
.form-status.success {
  border-color: #608400;
  background: rgba(146, 195, 25, .14);
}
.form-status.error {
  border-color: #d92727;
  background: rgba(217, 39, 39, .09);
}
.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.project-card[hidden] { display: none !important; }

@media (max-width: 900px) {
  .site-header .brand img { width: 138px !important; height: 64px !important; }
  .site-header nav {
    background: rgba(5, 18, 30, 0.99) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  }
  .site-header nav > a:not(.nav-cta) { padding: 10px 0; }
  .site-header .nav-cta { margin-top: 8px; }
}

@media (max-width: 560px) {
  .hero-slider h2 { font-size: 50px; }
}

/* Real project gallery */
.reference-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 72px;
}
.reference-gallery[hidden] { display: none !important; }
.reference-photo {
  margin: 0;
  overflow: hidden;
  background: #0b0c0c;
  color: #fff;
}
.reference-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .55s ease;
}
.reference-photo:hover img { transform: scale(1.035); }
.reference-photo figcaption {
  display: flex;
  min-height: 116px;
  padding: 18px 19px 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
.reference-photo figcaption span {
  color: #aeb3b7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}
.reference-photo figcaption strong {
  max-width: 260px;
  font-size: 19px;
  line-height: 1.12;
}
@media (max-width: 900px) {
  .reference-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 55px; }
}
@media (max-width: 560px) {
  .reference-gallery { grid-template-columns: 1fr; }
}

/* Service pages, direct contact and extended footer */
.contact-direct { display: grid; gap: 0; margin-top: 38px; max-width: 520px; }
.contact-direct > * { display: flex; justify-content: space-between; gap: 28px; padding: 18px 0; border-top: 1px solid rgba(8, 19, 30, .18); }
.contact-direct span { color: #6d767e; font-size: 9px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.contact-direct strong { text-align: right; font-size: 14px; line-height: 1.5; }
.field-hint { display: block; margin-top: 7px; color: #717b84; font-size: 10px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.reference-gallery > a { min-width: 0; }
.reference-gallery > a .reference-photo { height: 100%; }
.gallery-all { display: inline-flex; gap: 34px; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.service-page-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 5vw 0 35px 27%; background: rgba(255, 255, 255, .28); border: 1px solid rgba(255, 255, 255, .35); }
.service-page-links a { min-height: 145px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(0, 0, 0, .06); }
.service-page-links span { font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; opacity: .7; }
.service-page-links strong { max-width: 310px; font-size: 19px; line-height: 1.18; }
.service-page-links.dark-links { grid-template-columns: repeat(3, minmax(0, 1fr)); background: rgba(8, 19, 30, .16); border-color: rgba(8, 19, 30, .24); }
.service-page-links.dark-links a { background: rgba(255, 255, 255, .13); }
footer { grid-template-columns: 1.1fr .9fr 1fr 1fr 1fr !important; }
.trust-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); background: #fff; border-bottom: 1px solid rgba(8, 19, 30, .15); }
.trust-strip div { min-height: 155px; padding: 27px 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(8, 19, 30, .15); }
.trust-strip span { color: #68747e; font-size: 9px; font-weight: 800; letter-spacing: 1.35px; text-transform: uppercase; }
.trust-strip strong { max-width: 180px; font-size: 18px; line-height: 1.15; }
@media (max-width: 900px) {
  .service-page-links,.service-page-links.dark-links { grid-template-columns: 1fr; margin-left: 0; }
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px) {
  .contact-direct > * { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contact-direct strong { text-align: left; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 115px; }
  footer { grid-template-columns: 1fr !important; }
}
