.about-hero-copy { max-width: 820px; }
.about-hero-panel { width: min(390px, 32vw); }

.about-hero-actions,
.about-closing-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}

.about-primary-cta,
.about-secondary-cta {
  min-height: 48px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.about-primary-cta {
  background: #c3a25f;
  color: #111;
}

.about-secondary-cta {
  border: 1px solid rgba(255,255,255,.42);
  color: #fff;
  background: rgba(10,11,11,.14);
  backdrop-filter: blur(8px);
}

.about-primary-cta:hover,
.about-secondary-cta:hover { transform: translateY(-2px); }
.about-primary-cta:hover { background: #d2b574; }
.about-secondary-cta:hover { border-color: #fff; }

.about-hero-trust {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.25);
  display: grid;
  gap: 11px;
}

.about-hero-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d5d1c7;
}

.about-hero-trust span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c3a25f;
}

.about-inline-link {
  display: inline-block;
  margin-top: 19px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8b7040;
  color: #171716;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}

.about-values article { min-height: 265px; }
.about-values h3 { margin-top: 54px; }
.about-closing { text-align: center; }
.about-closing h3 { max-width: 850px; margin-left: auto; margin-right: auto; }
.about-closing-actions { justify-content: center; }
.about-secondary-cta.light { background: rgba(255,255,255,.05); }

html[dir='rtl'] .about-hero-actions,
html[dir='rtl'] .about-closing-actions { direction: rtl; }
html[dir='rtl'] .about-hero-trust span { flex-direction: row; }

@media (max-width: 750px) {
  .about-hero { min-height: min(780px, calc(100svh - 58px)); gap: 24px; }
  .about-hero-copy,
  .about-hero-panel { width: 100%; max-width: none; }
  .about-hero h2 { font-size: clamp(48px, 14vw, 64px); line-height: .91; }
  .about-hero-actions { margin-top: 27px; }
  .about-primary-cta,
  .about-secondary-cta { min-height: 45px; padding: 0 16px; font-size: 10px; }
  .about-hero-panel { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); }
  .about-lead { border: 0 !important; padding: 0 !important; margin: 0; }
  .about-hero-trust { grid-template-columns: 1fr 1fr; gap: 10px 14px; border: 0; padding-top: 12px; margin-top: 12px; }
  .about-hero-trust span { font-size: 7px; }
  .about-story { padding: 68px 20px; }
  .about-monogram { margin-bottom: 52px; }
  .about-copy h3 { font-size: 39px; }
  .about-values article { min-height: 0; }
  .about-closing { padding: 85px 20px; }
  .about-closing h3 { font-size: 40px; }
  .about-closing-actions { flex-direction: column; align-items: stretch; }
}
