  
:root{
  --navy:#22264e;
  --gold:#e0c36d;
  --paper:#f9f8f3;
  --muted:#626474;
  --line:#deded7;
  --white:#fff;
  --serif:'Libre Baskerville',Georgia,serif
}
*{
  box-sizing:border-box
}
[hidden] { display: none !important; }
html{
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body{
  margin:0;
  color:var(--navy);
  background:var(--paper);
  font-family:'DM Sans',Arial,sans-serif;
  font-size:16px;
  line-height:1.6
}
a{
  color:inherit
}
button,input,select,textarea{
  font:inherit
}
button,a,input,select,textarea{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid #a88220;
  outline-offset:4px
}
.wrap{
  max-width:1160px;
  margin:auto;
  padding-left:32px;
  padding-right:32px
}
.preview{
  background:var(--navy);
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px max(24px,calc((100vw - 1096px)/2));
  font-size:10px;
  letter-spacing:1.4px;
  gap:10px
}
.preview button{
  border:1px solid #ffffff50;
  border-radius:4px;
  background:transparent;
  color:#fff;
  padding:5px 10px;
  font-size:11px;
  letter-spacing:0
}
.preview button[aria-pressed=true]{
  background:#fff;
  color:var(--navy)
}
header{
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-size:19px;
  font-weight:700;
  letter-spacing:1.4px;
  line-height:1.3
}
.brand img{
  border-radius:50%;
  object-fit:cover
}
.brand small{
  display:block;
  font-weight:400;
  font-size:11px;
  letter-spacing:.4px;
  margin-top:5px
}
nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:13px;
  font-weight:600
}
nav a{
  text-decoration:none
}
.nav-ask{
  border:1px solid var(--navy);
  color:var(--navy);
  background:transparent;
  border-radius:5px;
  padding:11px 16px;
  font-size:13px
}
.hero{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:70px;
  align-items:center;
  padding-top:45px;
  padding-bottom:76px
}
.eyebrow{
  font-size:10px;
  letter-spacing:2.1px;
  font-weight:700;
  margin:0 0 20px
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(46px,5.4vw,69px);
  line-height:1.18;
  letter-spacing:-3px;
  margin:0 0 24px;
  font-weight:400
}
.hero h1 em{
  font-weight:400;
  position:relative
}
.hero h1 em:after{
  content:'';
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:4px;
  background:var(--gold);
  transform:rotate(-3deg)
}
.intro{
  max-width:455px;
  font-size:17px;
  line-height:1.8;
  color:var(--muted)
}
.actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:22px;
  margin-top:30px
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border:0;
  border-radius:5px;
  padding:15px 20px;
  font-weight:700;
  text-decoration:none;
  font-size:13px;
  min-height:48px
}
.gold{
  background:var(--gold);
  color:#22264e
}
.button:hover{
  filter:brightness(.95)
}
.text-link{
  font-size:12px;
  text-underline-offset:5px;
  font-weight:600
}
.footnote{
  font-size:11px;
  margin-top:26px;
  color:var(--muted)
}
.dot{
  width:6px;
  height:6px;
  display:inline-block;
  background:#88864c;
  border-radius:50%;
  margin-right:7px
}
.hero-art{
  position:relative;
  background:#bebec0;
  border:10px solid #fff;
  box-shadow:0 8px 35px #22264e13;
  transform:rotate(2deg);
  height:455px;
  margin-right:8px
}
.hero-art>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%
}
.art-label{
  position:absolute;
  top:15px;
  left:17px;
  z-index:1;
  font-size:9px;
  line-height:1.6;
  letter-spacing:1.5px;
  font-weight:700;
  background:#ffffffd9;
  padding:9px 12px
}
.paper-note{
  position:absolute;
  bottom:3px;
  left:-36px;
  transform:rotate(-7deg);
  background:#eee4bd;
  padding:18px 25px;
  box-shadow:0 4px 10px #22264e15;
  font-family:var(--serif);
  font-size:19px
}
.paper-note span{
  display:block;
  font:11px 'DM Sans',sans-serif;
  margin-top:7px
}
.welcome-band{
  background:var(--navy);
  color:#fff
}
.band-inner{
  display:flex;
  align-items:center;
  gap:25px;
  padding-top:20px;
  padding-bottom:20px
}
.star{
  color:var(--gold);
  font-size:30px
}
.band-inner p{
  font-size:14px;
  margin:0;
  flex:1
}
.band-sign{
  font-family:var(--serif);
  font-style:italic;
  color:var(--gold);
  font-size:20px
}
.section{
  padding-top:64px;
  padding-bottom:14px
}
.section-title{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:end;
  margin-bottom:25px
}
.section-title .eyebrow{
  margin-bottom:12px
}
h2{
  font:400 33px/1.3 var(--serif);
  letter-spacing:-1px;
  margin:0
}
h3{
  font-size:20px;
  line-height:1.35;
  margin:12px 0
}
.section-title>p{
  font-size:13px;
  color:var(--muted)
}
.update-grid{
  display:grid;
  grid-template-columns:1.7fr 1fr;
  gap:22px
}
.notice{
  background:#eeeadd;
  display:flex;
  align-items:start;
  gap:24px;
  padding:28px;
  border-left:3px solid #bea656;
  border-radius:3px
}
.notice-icon{
  font-size:34px;
  color:#817239;
  line-height:1
}
.tag{
  font-size:9px;
  letter-spacing:1.3px;
  font-weight:700
}
.notice p,.small-note p,.signup-card p{
  font-size:13px;
  color:var(--muted);
  line-height:1.8;
  margin:10px 0 16px
}
.notice a,.small-note a{
  font-size:12px;
  text-underline-offset:4px
}
.small-note{
  padding:25px;
  border:1px solid var(--line);
  border-radius:3px
}
.small-note h3{
  font-size:18px
}
.signup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px
}
.signup-card{
  display:block;
  text-decoration:none;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:5px;
  padding:26px 30px;
  position:relative
}
.step{
  font:italic 28px var(--serif);
  color:#867544;
  float:right
}
.signup-card h3{
  margin-top:5px
}
.card-link{
  border-top:1px solid var(--line);
  padding-top:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  font-weight:600;
  text-decoration:none
}
.card-link b{
  font-size:20px;
  font-weight:400
}
.coach{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  padding:45px 48px;
  background:var(--navy);
  color:#fff;
  margin-top:64px;
  border-radius:7px;
  max-width:1096px
}
.coach .eyebrow{
  color:var(--gold)
}
.coach h2{
  font-size:35px
}
.coach p:not(.eyebrow){
  font-size:14px;
  color:#ddddea;
  max-width:395px;
  margin:20px 0 25px
}
.coach small{
  display:block;
  color:#ddddea;
  font-size:10px;
  margin-top:15px
}
.question-note{
  background:#f6f1e2;
  color:var(--navy);
  transform:rotate(3deg);
  align-self:center;
  padding:35px 30px;
  position:relative
}
.question-note:before{
  content:'';
  position:absolute;
  top:-11px;
  left:40%;
  height:26px;
  width:75px;
  background:#d7c58dcc;
  transform:rotate(-8deg)
}
.coach .question-note p{
  font:italic 25px/1.6 var(--serif);
  color:var(--navy);
  margin:25px 0
}
.question-note>span:last-of-type{
  font-size:12px
}
.pencil-line{
  height:2px;
  width:70px;
  background:#b9a15c;
  margin-top:20px;
  transform:rotate(-3deg)
}
.about{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 80px;
  padding-top:75px;
  padding-bottom:75px
}
.about>.eyebrow{
  grid-column:1/-1;
  margin-bottom:0
}
.about>div p{
  font-size:14px;
  color:var(--muted);
  margin:0 0 16px
}
footer{
  border-top:1px solid var(--line);
  padding:30px 0
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px
}
.footer-inner .brand{
  font-size:13px
}
.footer-inner>span,.footer-inner>a:last-child{
  font-size:11px
}
.skip{
  position:absolute;
  top:-100px
}
.skip:focus{
  top:0;
  z-index:10;
  background:#fff;
  padding:15px
}
dialog{
  border:0;
  border-radius:12px;
  padding:34px;
  width:min(560px,calc(100% - 24px));
  max-height:92dvh;
  color:var(--navy);
  box-shadow:0 20px 90px #1116
}
dialog::backdrop{
  background:#15182ac4
}
body:has(dialog[open]){
  overflow:hidden
}
.close{
  position:absolute;
  right:12px;
  top:8px;
  font-size:28px;
  background:none;
  border:0;
  color:var(--navy);
  width:40px;
  height:40px
}
.form-intro{
  font-size:12px;
  color:var(--muted)
}
.form-intro strong{
  font-weight:500
}
form label{
  display:block;
  font-size:12px;
  font-weight:700;
  margin:14px 0
}
input,select,textarea{
  display:block;
  width:100%;
  margin-top:6px;
  padding:11px;
  border:1px solid #bcbec9;
  border-radius:5px;
  background:#fff;
  color:var(--navy);
  font-size:16px
}
textarea{
  resize:vertical
}
.two-fields{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:15px
}
.upload span,.optional{
  font-weight:400;
  font-size:10px;
  color:var(--muted)
}
.upload input{
  font-size:12px
}
.submit{
  width:100%
}
.fine-print{
  font-size:10px;
  color:var(--muted)
}
#form-error{
  color:#9a2636;
  font-size:13px
}
dl{
  background:var(--paper);
  padding:18px;
  overflow-wrap:anywhere
}
dt{
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  margin-top:12px
}
dd{
  margin:4px 0 0;
  font-size:14px;
  white-space:pre-wrap
}









@media(max-width:850px){
  .hero{
  gap:30px
}
.hero h1{
  font-size:51px
}
.hero-art{
  height:400px
}
.coach{
  margin-left:24px;
  margin-right:24px;
  gap:35px
}
.hero .actions{
  gap:18px
}
nav{
  gap:15px
}
.brand{
  font-size:16px
}
.brand small{
  font-size:9px
}
.about{
  gap:12px 35px
}

}

@media(max-width:620px){
  .wrap{
  padding-left:22px;
  padding-right:22px
}
.preview{
  padding:7px 12px;
  letter-spacing:.5px;
  font-size:8px
}
.preview button{
  font-size:10px;
  padding:5px 7px
}
header{
  min-height:130px;
  flex-wrap:wrap;
  gap:10px;
  padding-top:18px;
  padding-bottom:16px
}
.brand{
  font-size:16px
}
.brand small{
  font-size:10px
}
.brand img{
  width:43px;
  height:43px
}
nav{
  width:100%;
  justify-content:space-between;
  font-size:12px
}
.nav-ask{
  padding:8px 11px;
  font-size:11px
}
.hero{
  grid-template-columns:1fr;
  padding-top:26px;
  padding-bottom:50px;
  gap:32px
}
.hero h1{
  font-size:54px;
  letter-spacing:-2px
}
.eyebrow{
  font-size:9px;
  letter-spacing:1.7px
}
.intro{
  font-size:16px
}
.hero-art{
  height:335px;
  margin:0 12px 10px 23px
}
.hero-art>img{
  object-position:center 38%
}
.paper-note{
  left:-25px;
  font-size:17px
}
.art-label{
  font-size:8px
}
.band-inner{
  gap:14px
}
.band-inner p{
  font-size:12px
}
.band-sign{
  display:none
}
.section{
  padding-top:43px
}
.section-title{
  align-items:start;
  flex-direction:column;
  gap:14px;
  margin-bottom:20px
}
h2{
  font-size:29px
}
.update-grid,.signup-grid{
  grid-template-columns:1fr
}
.notice{
  gap:15px;
  padding:23px 20px
}
.notice-icon{
  font-size:27px
}
.small-note{
  padding:23px
}
.signup-card{
  padding:24px
}
.coach{
  grid-template-columns:1fr;
  padding:32px 23px;
  margin:42px 16px 0;
  gap:35px
}
.coach h2{
  font-size:30px
}
.question-note{
  margin:0 5px 10px;
  padding:25px
}
.coach .question-note p{
  font-size:23px
}
.about{
  grid-template-columns:1fr;
  gap:18px;
  padding-top:48px;
  padding-bottom:45px
}
.about>.eyebrow{
  grid-column:auto
}
.footer-inner{
  align-items:start;
  flex-direction:column;
  gap:20px
}
dialog{
  padding:28px 20px
}
dialog h2{
  font-size:27px
}
.two-fields{
  gap:12px
}

}

.schedule-caption{
  font-size:12px;
  color:var(--muted)
}
.session{
  display:grid;
  grid-template-columns:70px 1fr auto;
  align-items:center;
  gap:24px;
  padding:22px 25px;
  background:#fff;
  border:1px solid var(--line);
  border-bottom:0
}
.session:first-child{
  border-radius:5px 5px 0 0
}
.session:last-child{
  border-bottom:1px solid var(--line);
  border-radius:0 0 5px 5px
}
.date-tile{
  text-align:center;
  border-right:1px solid var(--line);
  padding-right:20px;
  font-size:10px;
  letter-spacing:1px
}
.date-tile strong{
  display:block;
  font:30px var(--serif);
  letter-spacing:0
}
.session h3{
  font-size:16px;
  margin:0 0 3px
}
.session p{
  font-size:12px;
  color:var(--muted);
  margin:0
}
.session-status{
  background:#eee7ce;
  border-radius:20px;
  font-size:10px;
  font-weight:700;
  padding:6px 12px
}
.session-status.cancelled{
  background:#f6e4df;
  color:#82382e
}
.session-editor{
  border:1px solid var(--line);
  border-radius:6px;
  margin:18px 0;
  padding:15px
}
.session-editor legend{
  font-size:12px;
  font-weight:700;
  padding:0 6px
}
.remove-session{
  background:none;
  border:0;
  color:#8e3442;
  font-size:12px;
  text-decoration:underline;
  padding:8px 0
}
#schedule-error{
  font-size:12px;
  color:#9a2636
}
@media(max-width:620px){
  .session{
  grid-template-columns:48px 1fr;
  gap:15px;
  padding:20px 16px
}
.date-tile{
  padding-right:12px
}
.session-status{
  grid-column:2;
  justify-self:start
}
.session-editor .two-fields{
  grid-template-columns:1fr
}
.session-editor .two-fields label{
  margin:7px 0
}

}

.art-label{
  display:none
}
@media(max-width:620px){
  nav{
  gap:10px;
  display:grid;
  grid-template-columns:auto auto auto 1fr;
  font-size:10px
}
nav a{
  white-space:nowrap
}
.nav-ask{
  font-size:10px;
  padding:9px 8px;
  white-space:nowrap
}
.hero h1{
  font-size:clamp(43px,13.8vw,54px)
}

}

/* A casual team page: clear controls, everyday labels, and compact spacing. */
body { background: #f2f5f9; }
.brand { letter-spacing: -.4px; font-size: 23px; }
.brand small { letter-spacing: 0; }
.preview { letter-spacing: 0; }
.eyebrow, .tag { letter-spacing: 0; font-size: 12px; }
.hero .eyebrow { display: inline-block; padding: 4px 12px; border-radius: 20px; background: #fff0b5; margin-bottom: 12px; }
.button, .nav-ask { border-radius: 12px; font-size: 15px; }
.hero .button { min-height: 50px; }
.gold { background: #f3cd54; }
.step { font: 700 22px 'DM Sans', Arial, sans-serif; color: var(--navy); background: #e9eefb; border-radius: 50%; width: 38px; height: 38px; display: grid; place-items: center; }
.signup-card { border: 0; border-radius: 18px; }
.signup-card h3 { max-width: 80%; }
.signup-card p, .notice p, .session p { font-size: 14px; }
.card-link { font-size: 15px; }
.session { border: 0; border-radius: 14px !important; margin-bottom: 10px; }
.session:last-child { border-bottom: 0; }
.date-tile { border-right: 0; background: #e9eefb; border-radius: 10px; padding: 8px; }
.date-tile strong { font-family: 'DM Sans', Arial, sans-serif; font-weight: 700; }
.session-status { font-size: 12px; }

.hero {
  grid-template-columns: 1.5fr 0.65fr;
  gap: 30px;
  padding-top: 24px;
  padding-bottom: 36px;
}
.hero h1 {
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: clamp(32px, 4.3vw, 49px);
  font-weight: 700;
  letter-spacing: -1.5px;
}
.hero h1 em { font-style: normal; }
.hero .intro { font-size: 18px; max-width: 440px; color: var(--navy); margin: 14px 0; }
.hero .actions { gap: 10px; margin-top: 22px; }
.hero-art { height: 225px; transform: rotate(3deg); border-width: 5px; border-radius: 24px; overflow: hidden; box-shadow: none; }
.hero-art > img { object-position: center 30%; }
.outline { border: 1px solid var(--navy); background: transparent; color: var(--navy); }
h2 { font-family: 'DM Sans', Arial, sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -.7px; }
.quick-update .notice { padding: 20px 24px; }
#updates { padding-top: 0; }
#updates .update-grid { grid-template-columns: 1fr; }
#updates .notice { padding: 18px 24px; border: 0; border-radius: 16px; background: #fff0be; }
.coach > div { grid-column: 1 / -1; }
.coach .button { margin-top: 18px; }
.notice h2 { font-size: 21px; margin: 4px 0; }
.notice p { margin: 4px 0 8px; }
.section { padding-top: 36px; }
.section-title { align-items: center; margin-bottom: 16px; }
.coach { grid-template-columns: 1fr auto; align-items: center; gap: 25px; margin-top: 36px; margin-bottom: 40px; padding: 30px; background: #e2eafa; border-radius: 18px; color: var(--navy); }
.coach .eyebrow, .coach p:not(.eyebrow), .coach small { color: var(--navy); }
.coach h2 { font-size: 28px; }
.coach .eyebrow { margin-bottom: 10px; }
.coach p:not(.eyebrow) { margin: 10px 0 0; }
.coach small { margin-top: 8px; }

@media(max-width:620px) {
  header { min-height: 110px; }
  .hero { grid-template-columns: 1fr 76px; gap: 12px; padding-top: 20px; padding-bottom: 26px; align-items: start; }
  .hero-copy { display: contents; }
  .hero .eyebrow { grid-column: 1; justify-self: start; margin-bottom: 0; font-size: 12px; }
  .hero h1 { grid-column: 1; font-size: clamp(25px, 7.2vw, 32px); line-height: 1.2; letter-spacing: -1px; margin: 0; }
  .hero .intro { grid-column: 1 / -1; margin: 6px 0; font-size: 17px; }
  .hero .actions { grid-column: 1 / -1; margin-top: 4px; gap: 10px; }
  .hero .button { font-size: 13px; padding: 11px; gap: 8px; }
  .hero-art { grid-column: 2; grid-row: 1 / 3; height: 90px; width: 76px; margin: 0; border: 3px solid #fff; transform: rotate(3deg); border-radius: 14px; }
  .date-tile { padding: 8px; }
  .session-status { font-size: 11px; }
  .section-title { flex-direction: row; gap: 12px; align-items: center; }
  .section-title h2 { font-size: 24px; }
  .coach { grid-template-columns: 1fr; margin-top: 30px; margin-bottom: 30px; padding: 25px; gap: 22px; }
  .coach h2 { font-size: 27px; }
}
/* Familiar update cards, with tutoring information kept in plain view. */
main {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 22px;
  max-width: 1096px;
  margin: 0 auto 40px;
}
main > .wrap { width: 100%; margin: 0; padding: 24px; }
main > .hero {
  grid-column: 1 / -1;
  grid-row: 1;
  background: #e7eefb;
  border-radius: 20px;
  padding: 26px 32px;
  grid-template-columns: 1fr 125px;
}
.hero .eyebrow { background: transparent; padding: 0; font-size: 13px; font-weight: 500; }
.hero h1 { font-size: 38px; margin-bottom: 10px; }
.hero .intro { max-width: 510px; font-size: 17px; margin: 0; }
.hero-art { width: 125px; height: 155px; border-radius: 18px; margin: 0; }
.hero .actions { margin-top: 18px; }
.hero .button { font-size: 14px; }
.about { display: block; grid-column: 1 / -1; grid-row: 2; background: #fff; border-radius: 18px; }
.about h2 { font-size: 23px; margin: 0 0 10px; }
.about-intro { max-width: 850px; margin: 0; font-size: 16px; line-height: 1.6; }
.about-questions { margin-top: 16px; }
.about details { border-top: 1px solid var(--line); }
.about summary { padding: 14px 0; font-size: 15px; font-weight: 700; cursor: pointer; }
.about summary:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.about details p { max-width: 850px; margin: 0 0 16px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.about a { color: var(--navy); text-underline-offset: 3px; }
#updates { grid-column: 1; grid-row: 4; padding: 0; }
#updates .notice { background: #fff; padding: 24px; border-radius: 18px; display: block; }
.post-author { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.post-author img { border-radius: 50%; }
.post-author strong { font-size: 15px; font-weight: 700; }
.post-author small { display: block; font-size: 12px; color: var(--muted); margin: 0; }
.notice h3 { font-size: 23px; }
.notice p { font-size: 16px; }
.notice .post-footer { display: block; padding-top: 15px; margin-top: 22px; border-top: 1px solid var(--line); font-size: 13px; text-decoration: none; }
#schedule { grid-column: 1 / -1; grid-row: 3; background: #fff; border-radius: 18px; align-self: start; scroll-margin-top: 20px; }
#schedule .section-title { flex-wrap: wrap; gap: 10px; }
.weekly-schedule { white-space: pre-line; font-size: 16px; line-height: 1.7; padding: 16px; border-radius: 12px; background: #e7eefb; }
#schedule h2, #join h2 { font-size: 23px; }
#schedule .nav-ask { font-size: 11px; border: 0; padding: 3px 0; min-height: 30px; text-decoration: underline; text-underline-offset: 3px; }
#schedule .session { padding: 18px 0; grid-template-columns: 54px 1fr; gap: 12px; border-radius: 0 !important; border-bottom: 1px solid #edf0f5; }
#schedule .session:last-child { border-bottom: 0; margin-bottom: 0; }
#schedule .session-status { grid-column: 2; justify-self: start; }
#schedule .session h3 { font-size: 15px; }
#schedule .session p { font-size: 12px; }
#join { grid-column: 1 / -1; grid-row: 5; padding: 0; }
#join .signup-card { padding: 22px; }
.coach { grid-column: 2; grid-row: 4; align-self: start; background: #fff; display: block; padding: 24px; border-radius: 18px; }
.coach h2 { font-size: 25px; }
.coach p:not(.eyebrow) { font-size: 15px; }
.question-prompt { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 16px 18px; border: 1px solid #d3ddef; border-radius: 24px; background: #f0f4fb; color: var(--navy); margin: 18px 0 10px; font-size: 15px; text-align: left; }
.question-prompt:hover { background: #e5ecf8; }
.question-prompt span { font-size: 23px; }

@media(max-width:1160px) {
  main { margin-left: 24px; margin-right: 24px; }
}
@media(max-width:620px) {
  main { display: flex; flex-direction: column; gap: 18px; margin: 0 14px 28px; }
  main > .hero { display: grid; grid-template-columns: 1fr 62px; gap: 12px; padding: 22px 18px; }
  .hero .eyebrow { grid-column: 1 / -1; font-size: 11px; margin: 0; }
  .hero h1 { font-size: 29px; grid-column: 1; margin: 0; align-self: center; }
  .hero .intro { font-size: 16px; grid-column: 1 / -1; margin: 0; }
  .hero-art { grid-column: 2; grid-row: 2; height: 72px; width: 60px; border-radius: 12px; }
  .hero .actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-top: 4px; }
  .hero .button { justify-content: center; padding: 12px 10px; font-size: 13px; }
  .hero .actions > :first-child { grid-column: 1 / -1; }
  #updates .notice, #schedule, .coach { padding: 20px; }
  #schedule { order: 1; }
  #join { order: 2; }
  #updates { order: 3; }
  .coach { order: 4; }
  #join .signup-grid { gap: 12px; }
  #schedule .section-title { flex-wrap: nowrap; }
  #schedule h2 { font-size: 22px; }
  .notice h3 { font-size: 22px; }
  .post-author { margin-bottom: 15px; }
}
.contact-card {
  grid-column: 1 / -1;
  grid-row: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 18px;
}
.contact-card h2 { font-size: 23px; }
.contact-card p { font-size: 14px; margin: 8px 0 0; color: var(--muted); }
.contact-links { display: grid; gap: 12px; }
.contact-links a { display: block; font-size: 15px; text-decoration: none; overflow-wrap: anywhere; }
.contact-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-links span { display: block; font-size: 11px; color: var(--muted); }
.contact-links b { font-weight: 400; }
@media(max-width:620px) {
  main > .contact-card { order: 5; display: block; padding: 20px; }
  .contact-links { margin-top: 20px; }
  .contact-links a { min-height: 48px; font-size: 14px; }
}
.feed-status { font-size: 11px; color: var(--muted); margin: 12px 4px 0; }
.family-note { font-size: 15px; line-height: 1.6; margin: 16px 0; }
.family-note a, .policy-links a { text-decoration: underline; text-underline-offset: 3px; }
.policy-links { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-bottom: 20px; font-size: 15px; }
main.policy-page { display: block; max-width: 780px; padding: 24px; margin: 0 auto 40px; background: #fff; border-radius: 18px; }
.policy-page h1 { font-size: 30px; }
.policy-page h2 { font-size: 22px; margin-top: 28px; }
.policy-page a { overflow-wrap: anywhere; text-decoration: underline; }
a:focus-visible, button:focus-visible { outline: 3px solid #22264e; outline-offset: 4px; }
@media(max-width:620px) { main.policy-page { margin: 0 14px 28px; padding: 20px; } }
#announcement-list { gap: 16px; }
.post-message { white-space: pre-wrap; overflow-wrap: anywhere; }
#updates > .section-title { padding: 0 4px; }
#updates > .section-title h2 { font-size: 23px; }
@media(prefers-reduced-motion:reduce){
  html{
  scroll-behavior:auto
}

}

.contact-email { font-size: 15px; overflow-wrap: anywhere; user-select: text; }
#about #contact { scroll-margin-top:20px; }
#about #contact p { margin-bottom:4px; }
#about #contact .contact-links { margin:0 0 16px; }
a.question-prompt { text-decoration: none; }
.calendar-toolbar { display:flex; align-items:center; flex-wrap:wrap; gap:10px; margin:22px 0 14px; }
.calendar-toolbar h3 { margin:0; flex:1; font-size:20px; }
.calendar-toolbar button { min-width:44px; min-height:44px; border:1px solid #ced8e8; border-radius:12px; background:#f0f4fb; color:var(--navy); padding:8px 12px; }
.schedule-calendar { width:100%; table-layout:fixed; border-collapse:collapse; margin-bottom:16px; }
.schedule-calendar th { font-size:12px; color:var(--muted); padding:10px 0; }
.schedule-calendar td { border:1px solid #e1e7f0; height:82px; vertical-align:top; padding:7px; }
.calendar-date { display:block; font-size:14px; }
.calendar-event-name { display:block; margin-bottom:2px; }
.pickup-note { font-size:16px; line-height:1.6; }
.calendar-today { background:#fff5dc; }
.calendar-today .calendar-date { font-weight:800; }
.calendar-event { display:block; border-radius:5px; background:#e7eefb; color:#17365d; padding:4px; margin-top:5px; font-size:12px; }
.calendar-event.cancelled { background:#f8e8e8; color:#873333; }
@media(max-width:600px) { .schedule-calendar td { padding:3px; height:66px; } .calendar-event { font-size:10px; padding:3px 1px; } .calendar-toolbar h3 { font-size:17px; } }

.school-break { background:#f5f0e7; }
.break-label { display:block; font-size:11px; color:#695331; line-height:1.3; margin-top:4px; }
@media(max-width:600px) { .break-label { font-size:9px; overflow-wrap:anywhere; } }
