.ls-supervisor img { width:86px; height:86px; border-radius:50%; object-fit:cover; object-position:center 25%; }
.ls-hero-copy { min-width:0; flex:1; display:flow-root; }
.ls-hero-heading { display:flex; align-items:center; gap:24px; }
.ls-hero-heading h1 { flex:1; }
.ls-heading-photos { flex:0 0 176px; }
.ls-heading-photos img { display:block; width:100%; height:auto; border-radius:3px; }
.loan-studio .ls-murata-note { display:grid; grid-template-columns:86px minmax(0,1fr); gap:18px; padding:0; margin:24px 0; border:0; background:none; }
.ls-murata-portrait { margin:8px 0 0; text-align:center; }
.ls-murata-portrait img { display:block; width:72px; height:72px; object-fit:cover; border-radius:50%; margin:0 auto 8px; }
.ls-murata-portrait figcaption { color:var(--ls-ink); font-size:12px; font-weight:600; }
.ls-murata-portrait small { display:block; color:var(--ls-muted); font-size:10px; font-weight:400; }
.ls-murata-message { position:relative; padding:20px 24px; border:1px solid #ead8d3; border-radius:4px; background:#fff6f3; }
.ls-murata-message::before { content:''; position:absolute; left:-6px; top:32px; width:10px; height:10px; border-left:1px solid #ead8d3; border-bottom:1px solid #ead8d3; background:#fff6f3; transform:rotate(45deg); }
.loan-studio .ls-murata-kicker { margin:0 0 6px !important; font-size:11px; font-weight:600; letter-spacing:.04em; }
.loan-studio .ls-murata-message h3 { font-size:18px; line-height:1.7; margin-bottom:12px; }
.ls-murata-message p { color:#634c46; }
.ls-murata-message details { color:#795b53; }
.ls-mobile-break { display:none; }
.ls-advisor-byline { display:flex; align-items:center; gap:10px; margin-bottom:16px; font-size:12px; color:var(--ls-muted); }
.ls-advisor-byline img { width:40px; height:40px; object-fit:cover; border-radius:50%; }
@media (max-width:1100px) {
 .ls-supervisor img { width:66px; height:66px; }
 .ls-hero-heading { gap:18px; }
 .ls-heading-photos { flex-basis:140px; }
}
@media (max-width:800px) {
 .ls-supervisor img { width:48px; height:48px; }
 .ls-hero-copy { width:100%; }
 .ls-heading-photos { flex-basis:150px; }
}
@media (max-width:580px) {
 .ls-hero-heading { display:flex; align-items:center; gap:12px; }
 .ls-heading-photos { flex-basis:76px; }
 .loan-studio .ls-hero-heading h1 { font-size:clamp(22px,6vw,30px); }
 .loan-studio .ls-murata-note { display:block; }
 .ls-murata-portrait { display:flex; align-items:center; gap:10px; text-align:left; margin:0 0 12px; }
 .ls-murata-portrait img { width:48px; height:48px; margin:0; }
 .ls-murata-message { padding:16px 18px; }
 .ls-murata-message::before { left:19px; top:-6px; transform:rotate(135deg); }
 .loan-studio .ls-murata-message h3 { font-size:16px; }
 .ls-mobile-break { display:initial; }
}
