/* Contact · Offices — template-parts/gf-contact-offices.php */

.gf-contact-offices {
  padding: clamp(3.25rem, 6vw, 5rem) 0;
  background: #ffffff;
  color: #08080a;
}

.gf-contact-offices__title {
  margin: 0 0 1.5rem;
  max-width: 18ch;
  font-family: var(--font-display), sans-serif;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.45rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.gf-contact-offices__photo {
  margin: 0 0 1rem;
  overflow: hidden;
}

.gf-contact-offices__photo img {
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.gf-contact-offices__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.gf-contact-offices__card {
  padding: 1.35rem 1.4rem 1.45rem;
  border: 1px solid rgba(12, 12, 14, 0.1);
  background: #f7f6f2;
}

.gf-contact-offices__card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display), sans-serif;
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.03em;
}

.gf-contact-offices__card p {
  margin: 0 0 0.75rem;
  color: #5c6570;
  font-size: 0.95rem;
  line-height: 1.55;
}

.gf-contact-offices__card a {
  color: #08080a;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.gf-contact-offices__card a:hover {
  color: #9a7b00;
}

@media (max-width: 700px) {
  .gf-contact-offices__grid {
    grid-template-columns: 1fr;
  }
}
