.contact-hero {
  min-height: 720px;
  background: #050505;
  color: #fff;
  padding: 105px 7vw 80px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr;
  align-items: end;
  gap: 8vw;
}
.contact-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.02) brightness(1.08);
  transform: scale(1.01);
}
.contact-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(2, 4, 8, 0.82) 0%,
      rgba(2, 4, 8, 0.55) 56%,
      rgba(2, 4, 8, 0.20) 100%
    ),
    linear-gradient(0deg, rgba(2, 4, 8, 0.48), transparent 55%);
}
.contact-kicker {
  position: absolute;
  top: 95px;
  left: 7vw;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: var(--yellow);
  font-weight: 700;
}
.contact-hero h1 {
  position: relative;
  z-index: 2;
  font-family: "Manrope", sans-serif;
  font-size: clamp(66px, 9vw, 135px);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 0;
}
.contact-hero h1 em {
  font-style: normal;
  color: var(--yellow);
}
.contact-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 12px;
}
.contact-hero-copy p {
  color: #e4e4e4;
  font-size: 18px;
  line-height: 1.7;
  max-width: 480px;
}
.contact-hero-copy a {
  display: inline-flex;
  margin-top: 22px;
  gap: 35px;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 8px;
  font-weight: 700;
}
.contact-shape {
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 210px;
  height: 210px;
  background: var(--blue);
  display: grid;
  place-items: start;
  padding: 35px;
  font-size: 36px;
  color: var(--yellow);
  transform: rotate(8deg);
}
.contact-main {
  padding: 130px 7vw;
  background: #f5f5f2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 9vw;
  align-items: start;
}
.contact-map {
  padding: 0 7vw 130px;
  background: #f5f5f2;
}
.contact-map-head {
  display: grid;
  grid-template-columns: .55fr 1.15fr .8fr;
  gap: 5vw;
  align-items: end;
  padding: 0 0 38px;
  border-bottom: 1px solid #cfd1d4;
}
.contact-map-head h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin: 0;
}
.contact-map-head h2 em { color: var(--blue); font-style: normal; }
.contact-map-head p { color: #666; font-size: 16px; line-height: 1.6; margin: 0 0 20px; }
.contact-map-head a {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: #050505;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 7px;
}
.contact-map-head a b { color: var(--blue); }
.contact-map-frame {
  height: 390px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(7,26,56,.16);
  background: #dfe5ea;
  box-shadow: 0 20px 50px rgba(7,26,56,.08);
}
.contact-map-frame iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.82); }
.contact-info h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 20px 0 25px;
}
.contact-info h2 em {
  font-style: normal;
  color: var(--blue);
}
.contact-info > p {
  font-size: 17px;
  line-height: 1.75;
  color: #666;
}
.direct-contact {
  margin-top: 60px;
  border-top: 1px solid #ccc;
}
.direct-contact > div {
  padding: 21px 0;
  border-bottom: 1px solid #ccc;
}
.direct-contact span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  color: #858585;
  margin-bottom: 7px;
}
.direct-contact a,
.direct-contact p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin: 0;
}
.whatsapp-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding: 15px 0;
  color: #126b3d;
  border-top: 1px solid rgba(18,107,61,.2);
  border-bottom: 1px solid rgba(18,107,61,.2);
  font-size: 13px;
}
.whatsapp-link span {
  color: #6f7774;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.whatsapp-link i {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border: 1px solid #1e9c5b;
  border-radius: 50%;
  color: #1e9c5b;
  font-style: normal;
  font-size: 13px;
}
.whatsapp-link b { font-weight: 700; }
.whatsapp-link:hover b { text-decoration: underline; text-underline-offset: 5px; }
.project-form {
  background: #fff;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 25px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.07);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.field.full,
.form-bottom.full,
.form-status.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 13px;
  font-weight: 700;
}
.field sup,
.form-bottom sup {
  color: var(--blue);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0;
  background: transparent;
  padding: 12px 0 15px;
  color: #111;
  font:
    16px "DM Sans",
    sans-serif;
  outline: none;
}
.field select {
  cursor: pointer;
}
.field textarea {
  resize: vertical;
  min-height: 135px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
}
.field input::placeholder,
.field textarea::placeholder {
  color: #aaa;
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 5px;
}
.form-bottom p {
  font-size: 12px;
  color: #888;
}
.form-bottom button {
  border: 0;
  background: var(--yellow);
  color: #080808;
  padding: 18px 22px;
  font:
    700 15px "DM Sans",
    sans-serif;
  cursor: pointer;
  display: inline-flex;
  gap: 35px;
  transition: 0.25s;
}
.form-bottom button:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}
.form-status {
  min-height: 20px;
  color: #1766d8;
  font-size: 14px;
}
.contact-options {
  padding: 100px 7vw;
  background: var(--yellow);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.contact-options span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}
.contact-options h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4.7vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 18px 0 0;
}
.contact-options > a {
  white-space: nowrap;
  background: #050505;
  color: #fff;
  padding: 18px 22px;
  font-weight: 700;
  display: flex;
  gap: 36px;
}
.contact-options > a b {
  color: var(--yellow);
}
@media (max-width: 900px) {
  .contact-hero {
    min-height: 680px;
    padding: 95px 6vw 70px;
    grid-template-columns: 1fr;
    align-content: end;
  }
  .contact-kicker {
    left: 6vw;
    top: 70px;
  }
  .contact-hero h1 {
    font-size: 76px;
  }
  .contact-hero-copy {
    max-width: 600px;
  }
  .contact-main {
    grid-template-columns: 1fr;
    padding: 85px 6vw;
  }
  .contact-map { padding: 0 6vw 85px; }
  .contact-map-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .contact-map-frame { height: 340px; }
  .project-form {
    padding: 35px;
  }
  .contact-options {
    align-items: flex-start;
    flex-direction: column;
    padding: 80px 6vw;
  }
}
@media (max-width: 560px) {
  .contact-hero {
    min-height: 620px;
  }
  .contact-hero h1 {
    font-size: 59px;
  }
  .contact-shape {
    display: none;
  }
  .project-form {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
  .field {
    grid-column: 1;
  }
  .form-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .form-bottom button {
    width: 100%;
    justify-content: space-between;
  }
  .contact-options h2 {
    font-size: 40px;
  }
}
