.leader-section .slide-content {
 height:100%; max-height:650px; display:flex; flex-direction:column; text-align:left;
}
.leader-section .speech-label { margin-left:0; margin-right:auto; }
.leader-section .slide-title,.leader-section .scene-quotes,.leader-section .copy { flex:none; }
.leader-section .scene-quotes { margin:0 0 12px; }
.leader-section .copy { margin:0 0 8px; }
.leader-art-wrap { position:relative; flex:1; min-height:100px; }
.leader-art { position:absolute; right:-8px; bottom:0; width:78%; height:100%; max-height:330px; object-fit:contain; object-position:right bottom; }
@media(max-height:700px) {
 .leader-section .scene-quotes { margin-bottom:8px; }
 .leader-section .copy { font-size:14px; line-height:1.7; }
}

.newcomer-section { background:var(--brand-base); color:#222; }
.newcomer-section .slide-content { height:100%; max-height:650px; display:flex; flex-direction:column; text-align:right; }
.newcomer-section .speech-label { margin-left:auto; margin-right:0; }
.newcomer-section .slide-title,.newcomer-section .copy { flex:none; }
.newcomer-section .copy { margin:0 0 12px; }
.newcomer-art-wrap { position:relative; flex:1; min-height:100px; }
.newcomer-art { position:absolute; left:-8px; bottom:0; width:78%; height:100%; max-height:330px; object-fit:contain; object-position:left bottom; }
@media(max-height:700px) {
 .newcomer-section .copy { font-size:14px; line-height:1.7; margin-bottom:8px; }
}

.safety-section { background:var(--brand-base); color:#222; }
.safety-section .slide-content { height:100%; max-height:610px; display:flex; flex-direction:column; text-align:left; }
.safety-section .speech-label { margin-left:0; margin-right:auto; }
.safety-section .plain-list { margin:4px 0 22px; flex:none; font-weight:700; }
.safety-detail { flex:1; min-height:0; display:grid; grid-template-columns:1.1fr 1fr; gap:12px; align-items:end; }
.safety-copy { align-self:center; font-size:14px; line-height:1.9; }
.safety-copy p { margin:0 0 16px; }
.safety-copy p:last-child { margin:0; }
.safety-art { display:block; width:100%; height:100%; max-height:280px; min-height:0; object-fit:contain; object-position:right bottom; }
@media(max-height:700px) {
 .safety-section .plain-list { margin-bottom:12px; }
 .safety-copy { font-size:13px; line-height:1.75; }
 .safety-copy p { margin-bottom:10px; }
 .safety-art { max-height:200px; }
}

/* Keep the newcomer illustration on the left without pinning the heading to the right edge. */
.newcomer-section .slide-title { text-align:right; width:100%; padding-right:10%; }
.newcomer-section .speech-label { margin-left:auto; margin-right:10%; }
.newcomer-section .copy { text-align:left; width:fit-content; max-width:90%; margin-left:auto; margin-right:10%; }
