/* Nutraeden Photo Band */
.ntrd-el .photo-band{ background:var(--card); border-radius:26px; padding:36px 40px 40px; color:var(--white); }
.ntrd-el .photo-band-top{ display:flex; align-items:center; margin-bottom:70px; }
.ntrd-el .photo-band-top .logo-img{ height:54px; width:auto; display:block; }
.ntrd-el .photo-band-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:40px; align-items:end; }
.ntrd-el .photo-band-quote p{ font-size:19px; font-style:italic; font-weight:600; line-height:1.5; color:#F1F0EC; margin:0 0 16px; }
.ntrd-el .photo-band-quote .who{ font-size:12px; letter-spacing:.08em; font-weight:700; color:#9AA0A3; }
.ntrd-el .photo-band-portrait{ position:relative; aspect-ratio:4/5; border-radius:18px; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.ntrd-el .portrait-img{ width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:820px){
  .ntrd-el .photo-band-grid{ grid-template-columns:1fr; }
  .ntrd-el .photo-band-portrait{ aspect-ratio:16/10; }
  .ntrd-el .photo-band-top{ margin-bottom:32px; }
}
