.ss-founder-section{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;padding:90px 24px;align-items:center;}
.ss-founder-section .ss-photo-cover{width:100%;height:560px;object-fit:cover;border-radius:20px;display:block;}
.ss-founder-text .ss-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#898884;font-weight:500;margin-bottom:16px;display:block;}
.ss-founder-text h2{font-family:'Inter',sans-serif;font-weight:700;letter-spacing:-.015em;font-size:clamp(28px,3.6vw,40px);color:#773040;line-height:1.2;margin:0 0 26px;}
.ss-founder-text p{font-size:14.5px;line-height:1.8;color:#4a4443;margin:0 0 16px;}
.ss-signature{font-family:'Inter',sans-serif;font-style:normal;font-weight:500;font-size:16px;color:#773040;margin-top:20px;}
@media(max-width:860px){
  .ss-founder-section{grid-template-columns:1fr;padding:60px 30px;}
  .ss-founder-section .ss-photo-cover{height:360px;}
}
@media(max-width:700px){
  .ss-founder-section{padding-left:14px;padding-right:14px;gap:24px;}
}
