.logo-mini{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:7px;padding:3px}
.leadership{background:#eee6db}
.leadership-head{display:grid;grid-template-columns:1.2fr .65fr;gap:10vw;align-items:end;margin-bottom:54px}
.leadership-head h2{font-size:clamp(42px,5vw,70px);letter-spacing:-.035em}
.leadership-head h2 span{color:var(--red);font-style:italic}
.leadership-head>p{font-size:17px;color:#5a4e4e}
.leader-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.leader-card{background:#fff;display:grid;grid-template-columns:42% 1fr;min-height:410px}
.leader-photo{overflow:hidden}
.leader-photo img{height:100%;object-fit:cover;object-position:center 28%}
.director-photo img{object-position:46% center}
.leader-info{padding:42px 32px;align-self:end}
.leader-info p,.company-strip span{margin:0;color:var(--red);text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700}
.leader-info h3{font-family:"Playfair Display";font-size:30px;line-height:1.15;margin:9px 0}
.leader-info span{font-size:14px;color:#665858}
.company-strip{display:grid;grid-template-columns:100px 1fr 1fr;align-items:center;gap:34px;background:var(--deep);color:#fff;margin-top:20px;padding:22px 28px}
.company-strip img{width:82px;height:82px;object-fit:contain;background:#fff}
.company-strip span{display:block;color:var(--gold);margin-bottom:4px}
.company-strip strong{font-size:18px}
.teachers{background:#fff}
.gallery .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;align-items:start;gap:20px}
.gallery .photo,.gallery .photo.tall{grid-row:auto;align-self:start;background:transparent}
.gallery .photo img{width:100%;height:auto;object-fit:contain;transform:none;transition:none}
.gallery .photo:hover img{transform:none;filter:none}
@media(max-width:600px){.gallery .photo-grid{grid-template-columns:1fr}}
.teachers-head{display:grid;grid-template-columns:1.2fr .65fr;gap:10vw;align-items:end;margin-bottom:54px}
.teachers-head h2{font-size:clamp(42px,5vw,70px);letter-spacing:-.035em}
.teachers-head h2 span{color:var(--red);font-style:italic}
.teachers-head>p{font-size:17px;color:#5a4e4e}
.teacher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.teacher-card{background:var(--cream);border-bottom:4px solid var(--red);overflow:hidden}
.teacher-photo{background:#e9e0d4}
.teacher-photo img{display:block;width:100%;height:auto;object-fit:contain}
.teacher-info{padding:26px 22px 28px}
.teacher-info p{margin:0;color:var(--red);text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700}
.teacher-info h3{font-family:"Playfair Display";font-size:25px;line-height:1.15;margin:9px 0 11px}
.teacher-info span{font-size:14px;color:#665858;line-height:1.5}
.contact-actions{display:grid;gap:10px}
.whatsapp{border-color:rgba(255,255,255,.35);color:#fff}
.whatsapp:hover{background:#fff;color:var(--deep)}
address{font-style:normal;color:rgba(255,255,255,.76);margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);line-height:1.7}
address b{color:#fff}
.footer-brand .logo-mini{width:44px;height:44px}
@media(max-width:800px){
  .leadership-head,.leader-grid,.teachers-head{grid-template-columns:1fr}
  .leader-card{grid-template-columns:1fr;min-height:0}
  .leader-photo{height:480px}
  .teacher-grid{grid-template-columns:1fr 1fr}
  .company-strip{grid-template-columns:72px 1fr;gap:22px}
  .company-strip>div:last-child{grid-column:2}
  .company-strip img{width:70px;height:70px}
}
@media(max-width:560px){.teacher-grid{grid-template-columns:1fr}}
@media(max-width:480px){.leader-photo{height:400px}.leader-info{padding:28px 24px}.company-strip{padding:20px}}
@media(prefers-reduced-motion:reduce){.teacher-photo img{transition:none}}
