.founder-image > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 26px;
}

.contact-grid > div > p {
  color: #b9c5d3;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-options a {
  display: grid;
  min-width: 190px;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.2s;
}

.contact-options a:hover {
  border-color: #c99a3d;
  transform: translateY(-2px);
}

.contact-options span {
  color: #e4c278;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.contact-options strong {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .contact-options {
    display: grid;
  }

  .contact-options a {
    min-width: 0;
  }
}

.legal-main { min-height: 70vh; padding: 80px 0 110px; background: #fffdf9; }
.legal-document { width: min(820px, calc(100% - 40px)); margin: auto; }
.legal-document h1 { margin: 0 0 12px; color: #071b33; font: 800 clamp(2.5rem, 6vw, 4.5rem)/1.05 Manrope, sans-serif; letter-spacing: -0.04em; }
.legal-document h2 { margin: 42px 0 10px; color: #071b33; font: 700 1.35rem/1.25 Manrope, sans-serif; }
.legal-document p, .legal-document li { color: #4f5b6d; }
.legal-document a { color: #8c651f; text-decoration: underline; }
.legal-updated { color: #8c651f !important; font-weight: 700; }
