/* Small additions on top of the design's inline styles. */
#cookie-banner:not(.is-open) { display: none !important; }
.team-photo {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: #f1ede6; color: #141210; font-family: 'Archivo', sans-serif; font-weight: 900;
  font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.04em; user-select: none;
}
#contact-form input:invalid:not(:placeholder-shown), #contact-form textarea:invalid:not(:placeholder-shown) { border-color: #e8430e !important; }
