.contact-map { border-top: 1px solid var(--line); }
.contact-map iframe { display: block; width: 100%; height: min(520px, 55vw); min-height: 320px; border: 0; }
.translate-control { margin-left: 14px; }
.translate-control .goog-te-gadget { color: #d9e8f1; font-size: 0; }
.translate-control .goog-te-gadget-simple { padding: 0; border: 0; background: transparent; }
.translate-control .goog-te-gadget-simple span { margin: 0; color: #d9e8f1; font-family: var(--display); font-size: .75rem; }
.translate-control img, .translate-control .goog-te-gadget-icon { display: none; }
.g-recaptcha.full { min-height: 78px; overflow: hidden; }
.enquiry-form select { width: 100%; min-height: 52px; padding: 13px 0; border: 0; border-bottom: 1px solid #aebbc5; border-radius: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.enquiry-form select:focus { border-color: var(--marine); box-shadow: 0 1px 0 var(--marine); }
.partner-list, .testimonial-list { border-top: 1px solid var(--ink); }
.partner-list article { display: grid; grid-template-columns: 60px 180px 1fr; align-items: center; gap: 28px; min-height: 120px; border-bottom: 1px solid var(--line); }
.partner-list article > span, .testimonial-list article > span { color: var(--muted); font-family: var(--display); font-size: .78rem; }
.partner-logo { display: flex; min-height: 80px; align-items: center; }
.partner-logo img { width: auto; max-width: 150px; max-height: 68px; object-fit: contain; }
.partner-list h3 { margin: 0 0 6px; font-size: 1.7rem; }
.partner-list p { margin: 0; color: var(--muted); }
.testimonial-band { border-top: 1px solid var(--line); }
.testimonial-list article { display: grid; grid-template-columns: 60px minmax(0, 1fr) 220px; gap: 28px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.testimonial-list blockquote, .testimonial-list blockquote p { margin: 0; font-family: var(--display); font-size: 1.65rem; line-height: 1.2; }
.testimonial-list article > div:last-child { display: flex; flex-direction: column; gap: 5px; }
.testimonial-list small { color: var(--muted); }

@media (max-width: 820px) {
  .translate-control { display: none; }
  .contact-map iframe { height: 380px; }
  .partner-list article { grid-template-columns: 48px 120px 1fr; gap: 18px; }
  .testimonial-list article { grid-template-columns: 42px 1fr; }
  .testimonial-list article > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  .partner-list article { grid-template-columns: 38px 1fr; padding: 20px 0; }
  .partner-logo { grid-column: 2; min-height: 54px; }
  .partner-list article > div:last-child { grid-column: 2; }
  .testimonial-list blockquote, .testimonial-list blockquote p { font-size: 1.35rem; }
}
