/* Phone homepage. Desktop layouts and editable page content stay intact. */
@media screen and (max-width:700px){
  html{scroll-padding-top:92px}
  .site-header{position:sticky;top:0;z-index:20;height:72px;padding:0 20px;gap:14px;background:#111110f5;backdrop-filter:blur(16px)}
  .admin-bar .site-header{top:46px}
  .site-header .brand-word{font-size:35px}
  .site-header .brand-sub{font-size:8px;letter-spacing:2.8px;margin-top:3px}
  .header-actions{gap:12px}
  .site-header .button-small{font-size:10px;min-height:44px;padding:12px;gap:10px;letter-spacing:.2px;white-space:nowrap}
  .site-header .button-small span{font-size:20px}
  .section{padding:44px 22px}
  h2,.join-content h2,.support-section h2{font-size:38px;line-height:1;letter-spacing:-.01em}
  .section-heading{margin-bottom:24px}
  .about-grid,.join-content{gap:20px}
  .about-copy p{font-size:15px;line-height:1.7;color:#52554c}
  .about-copy p+p{margin-top:16px}

  .coach-grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .coach{display:grid;grid-template-columns:96px minmax(0,1fr);gap:0 18px;padding:16px 16px 0;background:#1c1c19;border:1px solid #ffffff12}
  .coach-image{height:112px;grid-column:1;grid-row:1;background:#292925}
  .coach-image img{padding:4px 0 0;filter:none;object-position:center bottom}
  .coach-meta{grid-column:2;grid-row:1;align-self:center;padding:0;min-width:0}
  .coach h3{font-size:28px;line-height:1.02;margin-bottom:8px}
  .coach-meta>span{display:block;font-size:13px;line-height:1.5}
  .coach details{grid-column:1/-1;margin-top:12px}
  .coach summary{min-height:46px;padding:11px 0;font-size:13px;align-items:center}
  .coach details p{font-size:14px;line-height:1.7;padding-bottom:6px}

  .schedule-grid{gap:26px}
  .schedule-intro h2{max-width:290px}
  .season-note{margin:20px 0 16px;padding-left:14px}
  .season-note>span{font-size:10px;letter-spacing:1px}
  .season-note p{font-size:13px;line-height:1.6}
  .schedule-intro .text-link{font-size:13px;gap:12px;min-height:44px}
  .schedule-intro .small-link{min-height:44px;margin-top:0}
  .calendar-top{padding-bottom:12px;border-color:#4d4d45}
  .calendar-top>span{font-size:24px}
  .month-tabs button{padding:10px 20px;font-size:12px}
  .event{gap:16px;padding:17px 0}
  .event-date{width:68px}
  .event-date strong{font-size:38px}
  .event-date>span{font-size:9px;letter-spacing:.4px;margin-top:6px}
  .event-kind{font-size:9px;letter-spacing:1px}
  .event-info{min-width:0}
  .event-info h3{font-size:15px;margin:3px 0}
  .event-info p{font-size:13px}
  .calendar.is-condensed [role=tabpanel] .event:nth-child(n+4){display:none}
  .calendar-expander{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:12px 16px;margin-top:16px;background:transparent;border:1px solid #9b813a;color:var(--paper);font:500 13px var(--body);text-align:left;cursor:pointer}
  .calendar-expander:after{content:'+';font-size:24px;line-height:1;color:var(--orange)}
  .calendar-expander[aria-expanded=true]:after{content:'−'}
  .calendar-footnote{font-size:11px;line-height:1.6;margin-bottom:0}

  .family-section .section-heading{flex-direction:row;align-items:center;gap:14px}
  .family-section h2{max-width:130px}
  .family-section .text-link{font-size:12px;gap:8px;min-height:44px;white-space:nowrap}
  .family-section:not(.full-album) .photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px}
  .family-section:not(.full-album) .photo-card{height:auto;aspect-ratio:1.05}
  .family-section:not(.full-album) .photo-wide{grid-column:1/-1;grid-row:auto;aspect-ratio:1.7}
  .family-section .photo-open{width:30px;height:30px;right:10px;bottom:10px;font-size:20px}
  .support-section{padding:36px 22px}
  .support-copy>p{font-size:15px;line-height:1.65;margin:18px 0 22px;max-width:280px}
  .support-mark{right:-40px;top:0;opacity:.08}
  .support-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .support-actions .button{width:100%;min-height:50px;font-size:12px;padding:14px 18px}
  .support-actions .text-link{justify-self:start;min-height:44px;font-size:13px}
  .join-content>div>p{font-size:15px;margin-bottom:22px}
  .join-content .button{width:100%;min-height:52px;font-size:12px;padding:16px 18px;gap:12px}
  .join-content .text-link{font-size:13px;min-height:44px;margin-top:10px}
  .join-content>div>.join-note{font-size:12px;line-height:1.65;margin-top:20px}
}
@media screen and (min-width:701px){.calendar-expander{display:none}}
@media screen and (max-width:360px){
  .site-header{padding-inline:16px;gap:8px}.header-actions{gap:8px}
  .site-header .button-small{font-size:9px;padding:11px 9px;gap:8px}
  .section{padding-inline:18px}.coach{padding:12px 12px 0;gap:0 14px;grid-template-columns:84px minmax(0,1fr)}
  .coach-image{height:104px}.coach h3{font-size:25px}.coach-meta>span{font-size:12px}
}
@media print{.calendar-expander{display:none!important}}
