/* /coach. Lifted from BIF_SITE_FINALS/06_Source/gensite.py. */
.coach h1{margin-top:14px;max-width:19ch}
.coach .big{margin-top:20px;max-width:52ch}
.chero{display:grid;grid-template-columns:1fr 430px;gap:52px;align-items:start;margin-top:14px}
.ckids{margin-top:-14px}
.ckids img{width:430px;height:auto;display:block}
/* one of the two deliberate italics on this site */
.kidsnote{margin-top:6px;font-size:.85rem;font-style:italic;color:#A09A90;max-width:430px;
  line-height:1.5}
.kidsnote a{border-bottom:1px solid #D8D3CA}

.lst{margin-top:22px}
.lst div{padding:11px 0;border-top:1px solid var(--hair);font-size:1rem;line-height:1.45;
  color:var(--ink)}
.lst b{font-weight:800}

.trh{margin-top:42px}
.tr{border:1px solid var(--hair);background:#FFFDF9;padding:26px 28px;margin-top:24px}
.msg{margin-top:16px;max-width:78%}
.msg:first-child{margin-top:0}
.msg .who{font-size:9.5px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;
  color:#A9A296}
.msg .bub{margin-top:6px;padding:13px 17px;font-size:1rem;line-height:1.5;border-radius:2px}
.msg.you{margin-left:auto}
.msg.you .bub{background:#EDEAE3;color:var(--ink)}
.msg.you .who{text-align:right}
.msg.co .bub{background:var(--ink);color:var(--paper)}
.trfoot{margin-top:16px;max-width:70ch}

.coach .hr{margin:38px 0 26px}
.two2{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.two2 h2{font-size:1.5rem;max-width:24ch;margin-top:10px}
.two2 p{margin-top:12px}
.three{display:grid;grid-template-columns:repeat(3,1fr);margin-top:24px}
.three > div{padding:20px 26px 6px;border-left:1px solid var(--hair)}
.three > div:first-child{border-left:0;padding-left:0}
.three h3{margin-top:8px}
.three p{margin-top:8px;font-size:.97rem}

@media (max-width:900px){
  .coach h1{font-size:2.3rem;max-width:none}
  .chero{grid-template-columns:1fr;gap:30px}
  .ckids{margin-top:0}
  .ckids img{width:100%;max-width:430px}
  .two2{grid-template-columns:1fr;gap:32px}
  .three{grid-template-columns:1fr}
  .three > div{border-left:0;padding-left:0;border-top:1px solid var(--hair);padding-top:20px}
  .three > div:first-child{border-top:0}
  .msg{max-width:92%}
}
