/* Homepage portrait and office-address presentation. */
html[lang="en"] .hero-clean-copy > .eyebrow {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.4;
}

.office-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 64px max(28px, calc((100vw - 1240px) / 2));
  background: #f4f1eb;
  color: #082a5e;
  border-top: 4px solid #f28a24;
}
.office-location h2 { margin: 18px 0; font-size: clamp(32px, 4vw, 46px); line-height: 1.15; }
.office-location address { font-style: normal; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.55; }
.office-location address a:hover { text-decoration: underline; }
.office-directions { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 16px 24px; background: #082a5e; color: #fff; font-weight: 700; white-space: nowrap; border-radius: 6px; }
.office-directions:hover { background: #183f8c; }
.office-location a:focus-visible { outline: 3px solid #c76010; outline-offset: 5px; }
@media (max-width: 600px) {
  .office-location { flex-direction: column; align-items: stretch; padding: 40px 24px; gap: 24px; }
  .office-location address { font-size: 21px; }
}
.hero-clean-image {
  object-position: 62% 83%;
  opacity: 0.72;
}

.hero-office-address {
  margin-top: 28px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 850;
  letter-spacing: 0.005em;
}

.hero-office-address span {
  font-size: 12px;
}

@media (max-width: 900px) {
  .hero-clean { padding-top: 24px; }

  .hero-clean-image {
    grid-area: 1 / 1 / 2 / 2;
    top: 0;
    bottom: 0;
    left: calc(65% - 378px);
    width: 840px;
    max-width: none;
    height: 100%;
    object-position: 48% 100%;
    opacity: 0.85;
  }

  .hero-clean-shade {
    grid-area: 1 / 1 / 2 / 2;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
    background: linear-gradient(90deg, rgba(4, 24, 47, 0.88), rgba(4, 24, 47, 0.46));
  }

  .hero-clean-copy {
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 18px;
  }

  .hero-intake-form { grid-area: 2 / 1 / 3 / 2; }
}

@media (max-width: 600px) {

  .hero-office-address {
    gap: 12px;
    margin-top: 30px;
    font-size: clamp(19px, 5.1vw, 22px);
    line-height: 1.35;
  }
}
