/* The supplied portrait replaces the former wide rendering at its own scale.
   A stationary quote panel stays centered while the image pans underneath. */
#view-about #founder-words .fw-composition{width:100%;max-width:none;margin:0;height:clamp(420px,72svh,820px);aspect-ratio:auto}
#view-about #founder-words .fw-image{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;overflow:hidden}
#view-about #founder-words .fw-image img{display:block;width:100%;height:auto;max-width:none;max-height:none;margin:0;object-fit:contain;object-position:center;transform:none}
#view-about #founder-words .fw-story{position:relative;grid-area:1 / 1;z-index:1;align-self:stretch;justify-self:stretch;display:grid;place-items:center;width:100%;min-height:100%;padding:20px var(--gutter);background:none;text-align:center}
#view-about #founder-words .fw{width:min(100%,760px);padding:clamp(22px,3vw,42px);border-radius:16px;background:rgba(7,17,24,.58);box-shadow:0 18px 54px rgba(0,0,0,.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
#view-about #founder-words .fw-quote{min-height:0;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.25)}
#view-about #founder-words .fw-attr{min-height:0;color:#fff}
#view-about #founder-words .fw-name{color:#fff}
#view-about #founder-words .fw-attr a{color:#fff;text-decoration-color:rgba(255,255,255,.8)}
#view-about #founder-words .fw-attr a:focus-visible{outline-color:#fff}
@media(max-width:1100px),(max-height:719px){
  #view-about #founder-words .fw-composition{height:clamp(420px,72svh,760px);aspect-ratio:auto}
  #view-about #founder-words .fw-image{position:absolute;inset:0;grid-area:auto;height:100%;aspect-ratio:auto;overflow:hidden}
  #view-about #founder-words .fw-story{grid-area:1 / 1;background:none;padding:20px var(--gutter)}
  #view-about #founder-words .fw-image img{width:100%;height:auto;margin:0;object-fit:contain}
}
@media(max-width:700px){
  #view-about #founder-words .fw-composition{height:clamp(300px,80vw,500px)}
  #view-about #founder-words .fw{padding:18px 16px;border-radius:12px}
  #view-about #founder-words .fw-quote{font-size:clamp(21px,5.7vw,29px);line-height:1.22;min-height:0;padding:0}
  #view-about #founder-words .fw-attr{font-size:11px;min-height:0;margin-top:12px}
}
@media print{
  #view-about #founder-words .fw-composition{display:grid;height:auto;min-height:0;aspect-ratio:3864 / 5000}
  #view-about #founder-words .fw-image{position:absolute;inset:0;height:100%;overflow:hidden}
  #view-about #founder-words .fw-image img{width:100%;height:auto;transform:none!important}
  #view-about #founder-words .fw-story{grid-area:1 / 1}
  #view-about #founder-words .fw{background:#14202a}
}
