
:root{
  --paper:#F6F1E8;
  --ink:#101010;
  --blue:#284BDB;
  --lime:#D9F24B;
  --red:#D84A31;
  --grey:#8B847B;
  --white:#FFFCF6;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#111;
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
}
a{color:inherit}
img{display:block;max-width:100%}
.site{
  width:min(calc(100% - 12px),1180px);
  margin:6px auto;
  background:var(--paper);
  border:2px solid var(--ink);
  overflow:hidden;
  position:relative;
}
.site::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.026;
  background-image:
    radial-gradient(circle at 20% 30%,#000 0 1px,transparent 1.2px),
    radial-gradient(circle at 70% 60%,#000 0 .8px,transparent 1px);
  background-size:17px 17px,23px 23px;
}
header{
  position:relative;
  z-index:10;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  padding:18px 24px;
  border-bottom:2px solid var(--ink);
}
.logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font:900 1rem/1 "Courier New",monospace;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
}
.logo img{
  width:40px;
  height:40px;
  object-fit:contain;
  flex:none;
}
nav{
  display:flex;
  justify-content:center;
  gap:34px;
}
nav a{
  color:inherit;
  text-decoration:none;
  font-size:.82rem;
  font-weight:600;
}
.book-link{
  text-decoration:none;
  padding:11px 14px;
  background:var(--lime);
  font:900 .8rem/1 "Courier New",monospace;
  text-transform:uppercase;
  transition:transform .15s ease;
}
.book-link:hover,.book-link:focus-visible{transform:translate(-2px,-2px)}
.hero{
  min-height:760px;
  position:relative;
  z-index:1;
  padding:56px 34px 38px;
  border-bottom:2px solid var(--ink);
}
.context,.label{
  display:inline-block;
  padding:7px 10px;
  background:var(--blue);
  color:#fff;
  font:800 .76rem/1 "Courier New",monospace;
  letter-spacing:.04em;
  text-transform:uppercase;
  transform:rotate(-1.2deg);
}
.review-note{
  position:absolute;
  top:46px;
  right:34px;
  width:210px;
  padding:14px 16px;
  border:1.5px solid var(--ink);
  font:700 .72rem/1.35 "Courier New",monospace;
  text-transform:uppercase;
}
.review-note small{
  display:block;
  margin-top:8px;
  color:var(--grey);
}
.hero h1{
  margin:52px 0 0;
  max-width:990px;
  font:700 clamp(4.2rem,10vw,9.2rem)/.84 Georgia,"Times New Roman",serif;
  letter-spacing:-.08em;
}
.line-2,.line-4{margin-left:7vw}
.mark{position:relative;display:inline-block;z-index:0}
.mark::after{
  content:"";
  position:absolute;
  left:-.02em;
  right:-.02em;
  bottom:.015em;
  height:.13em;
  background:var(--lime);
  z-index:-1;
}
.hand-tick{
  position:absolute;
  left:65%;
  top:54%;
  color:var(--red);
  font:700 2rem/1 "Comic Sans MS","Bradley Hand",cursive;
  transform:rotate(-10deg);
}
.product-row{
  display:grid;
  grid-template-columns:1fr 270px;
  gap:46px;
  align-items:end;
  margin-top:54px;
}
.product-copy{max-width:610px}
.product-copy strong{display:block;margin-bottom:8px;font-size:1.55rem}
.product-copy p{margin:0;font-size:1.18rem;line-height:1.45}
.price-panel{border-top:2px solid var(--ink);padding-top:14px}
.price{font-size:4rem;font-weight:900;line-height:.9;letter-spacing:-.07em}
.price-meta{margin-top:6px;font:700 .72rem/1.35 "Courier New",monospace;text-transform:uppercase}
.cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:14px;
  padding:13px 14px;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  font:900 .8rem/1 "Courier New",monospace;
  text-transform:uppercase;
}
.scroll{
  position:absolute;
  left:34px;
  bottom:18px;
  font:700 .7rem/1 "Courier New",monospace;
  text-transform:uppercase;
  color:var(--grey);
}
.scroll::after{content:" ↓";color:var(--ink)}
.first-scroll,.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:2px solid var(--ink);
}
.detail,.step{
  min-height:180px;
  padding:24px;
  border-right:2px solid var(--ink);
}
.detail:last-child,.step:last-child{border-right:0}
.n,.num{
  margin-bottom:38px;
  color:var(--blue);
  font:900 .74rem/1 "Courier New",monospace;
}
.detail h2,.step h3{margin:0 0 8px;font-size:1.25rem;line-height:1.05}
.detail p,.step p{margin:0;color:#444}
.statement{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  border-bottom:2px solid var(--ink);
}
.statement-copy{padding:70px 42px}
.statement-copy h2{
  margin:0 0 24px;
  font:700 clamp(2.8rem,6vw,5.6rem)/.9 Georgia,"Times New Roman",serif;
  letter-spacing:-.06em;
}
.statement-copy p{max-width:560px;font-size:1.15rem}
.statement-art{
  border-left:2px solid var(--ink);
  min-height:520px;
  background:var(--white);
}
.statement-art img{width:100%;height:100%;object-fit:cover}
.band{
  padding:24px 30px;
  background:var(--lime);
  border-bottom:2px solid var(--ink);
  font:900 clamp(1.35rem,3vw,2.35rem)/1.1 "Courier New",monospace;
  text-transform:uppercase;
}
.page-hero{
  position:relative;
  padding:60px 36px 48px;
  border-bottom:2px solid var(--ink);
}
.page-hero h1{
  margin:30px 0 0;
  max-width:980px;
  font:700 clamp(4rem,9vw,8rem)/.86 Georgia,"Times New Roman",serif;
  letter-spacing:-.075em;
}
.page-hero p{font-size:1.2rem;max-width:720px;margin:26px 0 0}
.content{padding:52px 36px;border-bottom:2px solid var(--ink)}
.content h2{
  margin:42px 0 16px;
  font:700 clamp(2rem,4vw,3.6rem)/.98 Georgia,"Times New Roman",serif;
  letter-spacing:-.045em;
}
.content h2:first-child{margin-top:0}
.editorial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:2px solid var(--ink);
  border-left:2px solid var(--ink);
}
.editorial-card{
  padding:26px;
  border-right:2px solid var(--ink);
  border-bottom:2px solid var(--ink);
  background:var(--white);
  min-height:280px;
}
.editorial-card:nth-child(2n){background:var(--lime)}
.editorial-card:nth-child(3n){background:#fff}
.editorial-card h3{margin:0 0 12px;line-height:1.05;font-size:1.42rem}
.editorial-card p{margin:0}
.coach-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:2px solid var(--ink);
  border-left:2px solid var(--ink);
}
.coach{
  padding:26px;
  border-right:2px solid var(--ink);
  border-bottom:2px solid var(--ink);
  background:var(--white);
  display:flex;
  flex-direction:column;
  min-height:430px;
}
.coach:nth-child(2),
.coach:nth-child(3){background:var(--white)}
.coach h2{
  font:700 2.5rem/1 Georgia,serif;
  letter-spacing:-.05em;
  margin:0 0 12px;
}
.coach .meta{
  font:700 .76rem/1.4 "Courier New",monospace;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:24px;
}
.coach p{margin:0 0 14px}
.coach .spacer{flex:1}
.note{
  padding:20px 22px;
  border:2px solid var(--ink);
  background:var(--lime);
  margin-top:28px;
}
.resource-list{border-top:2px solid var(--ink)}
.resource{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:22px;
  padding:22px 0;
  border-bottom:2px solid var(--ink);
}
.resource .tag{
  font:900 .74rem/1.2 "Courier New",monospace;
  text-transform:uppercase;
  color:var(--blue);
}
.resource h3{margin:0 0 8px;font-size:1.35rem}
.resource p{margin:0}
details{border-top:2px solid var(--ink);padding:18px 0}
details:last-child{border-bottom:2px solid var(--ink)}
summary{cursor:pointer;font-weight:850;font-size:1.1rem}
details p{max-width:800px}
.legal-copy{max-width:850px}
.legal-copy h2{margin-top:44px}
.legal-copy p,.legal-copy li{max-width:800px}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.contact-card{
  border:2px solid var(--ink);
  padding:28px;
  background:var(--white);
}
.contact-card:nth-child(2){background:var(--lime)}
.contact-card h2{margin-top:0}
.footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:20px 24px;
  background:var(--ink);
  color:var(--paper);
  font:700 .74rem/1.3 "Courier New",monospace;
  text-transform:uppercase;
}
.footer nav{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.footer a{color:inherit;text-decoration:none}
@media(max-width:860px){
  header{grid-template-columns:1fr auto;gap:14px 18px}
  header nav{
    display:flex;
    grid-column:1 / -1;
    grid-row:2;
    justify-content:flex-start;
    gap:22px;
    padding-top:12px;
    border-top:1.5px solid var(--ink);
  }
  .hero{min-height:auto;padding:42px 20px 34px}
  .review-note{position:static;margin:18px 0 0 auto}
  .hero h1{margin-top:34px;font-size:clamp(3.8rem,18vw,6rem)}
  .line-2,.line-4{margin-left:0}
  .hand-tick{display:none}
  .product-row,.statement,.first-scroll,.steps,.editorial-grid,.coach-grid,.contact-grid{grid-template-columns:1fr}
  .scroll{display:none}
  .detail,.step,.editorial-card,.coach{border-right:0}
  .statement-art{border-left:0;border-top:2px solid var(--ink)}
  .content,.page-hero{padding-left:22px;padding-right:22px}
  .resource{grid-template-columns:1fr;gap:8px}
}
@media(max-width:560px){
  .site{width:calc(100% - 8px);margin:4px auto}
  header{padding:15px;gap:12px 14px}
  header nav{gap:16px;justify-content:space-between;padding-top:11px}
  header nav a{font-size:.74rem}
  .page-hero h1{font-size:clamp(3.5rem,16vw,5.5rem)}
  .footer{flex-direction:column}
  .footer nav{display:flex}
}




.resource-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.resource-band .cat-trigger{
  width:67px;
  height:67px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  flex:none;
  opacity:.82;
  transition:transform .18s ease, opacity .18s ease;
}
.resource-band .cat-trigger:hover,
.resource-band .cat-trigger:focus-visible{
  transform:translateY(-2px) rotate(-2deg);
  opacity:1;
}
.resource-band .cat-trigger img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.cat-reward{
  display:none;
  margin:22px 0 30px;
  padding:20px 22px;
  border:2px solid var(--ink);
  background:var(--lime);
}
.cat-reward.is-visible{display:block}
.cat-reward h3{
  margin:0 0 8px;
  font:700 clamp(1.7rem,4vw,2.8rem)/.95 Georgia,"Times New Roman",serif;
  letter-spacing:-.045em;
}
.cat-reward p{margin:8px 0}
.cat-code{
  display:inline-block;
  margin-top:6px;
  padding:8px 10px;
  border:2px solid var(--ink);
  background:var(--paper);
  font:900 .95rem/1 "Courier New",monospace;
  letter-spacing:.06em;
}
.cat-smallprint{
  color:#333;
  font-size:.86rem;
}
@media(max-width:560px){
  .resource-band{gap:12px}
  .resource-band .cat-trigger{width:67px;height:67px}
}

/* Homepage v9 */
.hero-split{
  min-height:650px;
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:0;
}
.hero-copy{
  padding:58px 38px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-copy h1{
  margin:38px 0 28px;
  max-width:560px;
  font:700 clamp(3.6rem,6.7vw,6.5rem)/.88 Georgia,"Times New Roman",serif;
  letter-spacing:-.075em;
}
.hero-intro{
  max-width:580px;
  margin:0;
  font-size:1.16rem;
  line-height:1.48;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:30px;
}
.hero-cta{width:min(250px,100%);margin-top:0}
.text-link{
  font:900 .78rem/1.3 "Courier New",monospace;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:2px solid currentColor;
  padding-bottom:3px;
}
.hero-media{
  min-height:650px;
  border-left:2px solid var(--ink);
  padding:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--white);
}
.hero-illustration{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-gif{
  display:block;
  width:min(100%,353px);
  height:auto;
  max-width:353px;
  max-height:320px;
  object-fit:contain;
}
.gif-placeholder{
  width:100%;
  aspect-ratio:1/1;
  max-height:540px;
  border:2px dashed var(--ink);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  background:
    linear-gradient(135deg,transparent 48%,rgba(16,16,16,.07) 49%,rgba(16,16,16,.07) 51%,transparent 52%),
    var(--paper);
  background-size:28px 28px;
}
.gif-placeholder span{
  max-width:260px;
  padding:12px;
  background:var(--lime);
  font:900 .82rem/1.25 "Courier New",monospace;
  text-transform:uppercase;
}
.gif-placeholder small{
  font:700 .7rem/1.3 "Courier New",monospace;
  text-transform:uppercase;
  color:var(--grey);
  background:var(--paper);
  padding:5px 7px;
}
.session-section,.home-section{padding:70px 38px;border-bottom:2px solid var(--ink)}
.section-heading{margin-bottom:38px}
.section-heading h2{
  margin:26px 0 0;
  max-width:850px;
  font:700 clamp(2.8rem,5.6vw,5.3rem)/.92 Georgia,"Times New Roman",serif;
  letter-spacing:-.06em;
}
.section-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
}
.session-timeline{border-top:2px solid var(--ink)}
.session-step{
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:28px;
  padding:28px 0;
  border-bottom:2px solid var(--ink);
}
.session-step .num{margin:6px 0 0;font-size:1rem}
.session-step h3{margin:0 0 10px;font-size:1.65rem;line-height:1.05}
.session-step p{margin:0;max-width:820px;font-size:1.05rem}
.offer-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:28px 38px;
  border-bottom:2px solid var(--ink);
  background:var(--lime);
}
.offer-strip strong{
  font:900 clamp(1rem,2.3vw,1.55rem)/1.25 "Courier New",monospace;
  text-transform:uppercase;
}
.offer-cta{width:230px;margin:0;flex:none}
.home-coach-grid{border-top:2px solid var(--ink)}
.compact-coach{min-height:0;padding:22px}
.compact-coach .coach-photo{margin:-22px -22px 22px;height:290px;overflow:hidden;border-bottom:2px solid var(--ink)}
.compact-coach .coach-photo img{width:100%;height:100%;object-fit:cover}
.compact-coach .meta{margin-bottom:14px}
.compact-coach h2{margin-bottom:12px}
.compact-coach p{margin-bottom:24px}
.coach-link{margin-top:auto;align-self:flex-start}
.feedback-section{background:var(--white)}
.feedback-example{border:2px solid var(--ink);background:var(--paper)}
.feedback-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:26px;
  border-bottom:2px solid var(--ink);
}
.feedback-kicker{font:900 .76rem/1 "Courier New",monospace;text-transform:uppercase;color:var(--blue)}
.feedback-header h3{margin:10px 0 0;font-size:2rem;line-height:1}
.feedback-note{padding:8px 10px;background:var(--lime);font:900 .7rem/1 "Courier New",monospace;text-transform:uppercase}
.feedback-columns{display:grid;grid-template-columns:1fr 1fr}
.feedback-columns>div{padding:28px}
.feedback-columns>div+div{border-left:2px solid var(--ink)}
.feedback-columns h4{margin:0 0 16px;font-size:1.2rem}
.feedback-list{list-style:none;padding:0;margin:0}
.feedback-list li{position:relative;padding:9px 0 9px 28px;border-top:1px solid rgba(16,16,16,.35)}
.feedback-list li:last-child{border-bottom:1px solid rgba(16,16,16,.35)}
.feedback-list li::before{content:"—";position:absolute;left:2px;font-weight:900}
.feedback-list.positive li::before{content:"✓";color:var(--blue)}
.example-disclaimer{margin:0;padding:18px 26px;border-top:2px solid var(--ink);font-size:.88rem;color:#444}
.home-faq details:first-of-type{margin-top:4px}

@media(max-width:860px){
  .hero-split{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:44px 22px 40px}
  .hero-copy h1{font-size:clamp(3.5rem,14vw,5.6rem);max-width:680px}
  .hero-media{min-height:0;border-left:0;border-top:2px solid var(--ink);padding:22px}
  .gif-placeholder{max-height:none;aspect-ratio:4/3}
  .session-section,.home-section{padding:52px 22px}
  .section-heading-row{align-items:flex-start;flex-direction:column}
  .session-step{grid-template-columns:70px 1fr;gap:16px}
  .offer-strip{align-items:flex-start;flex-direction:column;padding:26px 22px}
  .offer-cta{width:min(280px,100%)}
  .compact-coach .coach-photo{height:380px}
  .feedback-columns{grid-template-columns:1fr}
  .feedback-columns>div+div{border-left:0;border-top:2px solid var(--ink)}
}
@media(max-width:560px){
  .hero-copy h1{font-size:clamp(3.2rem,16vw,4.8rem)}
  .hero-intro{font-size:1.05rem}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .session-step{grid-template-columns:1fr;gap:7px}
  .session-step .num{margin:0}
  .session-step h3{font-size:1.42rem}
  .section-heading h2{font-size:clamp(2.6rem,13vw,4rem)}
  .compact-coach .coach-photo{height:320px}
  .feedback-header{flex-direction:column}
  .feedback-columns>div{padding:22px}
}


/* v10 copy and responsive refinements */
.built-by{
  margin:18px 0 -12px;
  max-width:470px;
  font:800 .78rem/1.35 "Courier New",monospace;
  letter-spacing:.035em;
  text-transform:uppercase;
  color:var(--grey);
}
.hero-copy h1{
  font-size:clamp(3.15rem,5.7vw,5.5rem);
}
.session-step p span{display:block}
.session-step p span+span{margin-top:5px}
.coach-section-title{
  font-size:clamp(2.2rem,4.4vw,4rem)!important;
  max-width:720px!important;
}
.compact-coach{padding-bottom:26px}
.compact-coach h2{margin-bottom:0}
.booking-coach{min-height:0}
.availability-link{margin-top:22px;align-self:flex-start}
.peer-note{
  margin-top:34px;
  padding:30px;
  border:2px solid var(--ink);
  background:var(--white);
}
.peer-note p{max-width:900px;margin:22px 0 0;font-size:1.08rem}
.peer-note strong{font-weight:900}
.compact-page-hero h1{
  font-size:clamp(3rem,7vw,6.2rem);
  max-width:900px;
}
a:focus-visible,summary:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:4px;
}
.cat-reveal[open],.cat-message.is-visible{animation:cat-pop .22s ease-out}
@keyframes cat-pop{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
@media(max-width:860px){
  .hero-copy h1{font-size:clamp(3rem,11.9vw,4.75rem)}
  .built-by{margin-top:16px}
  .peer-note{margin-top:26px;padding:24px}
}
@media(max-width:560px){
  .hero-copy h1{font-size:clamp(2.75rem,13.6vw,4.1rem)}
  .hero-copy{padding-top:38px}
  .built-by{font-size:.72rem;margin-bottom:-4px}
  .coach-section-title{font-size:clamp(2.25rem,11vw,3.35rem)!important}
  .compact-page-hero h1{font-size:clamp(2.65rem,12vw,4.1rem)}
  .peer-note{padding:21px}
}


/* v11 hierarchy, coach consistency and visible Charlie animation */
:root{--display-heading:clamp(3.15rem,5.7vw,5.5rem)}
.page-hero h1,
.compact-page-hero h1,
.section-heading h2,
.coach-section-title{
  font-size:var(--display-heading)!important;
  max-width:900px!important;
}
.label-only-heading{margin-bottom:24px}
.offer-strip strong{
  font-size:clamp(.82rem,1.35vw,1.12rem);
  white-space:nowrap;
  letter-spacing:-.025em;
}
.coach-section-cta{
  width:240px;
  margin:0;
  flex:none;
  box-shadow:5px 5px 0 var(--ink);
}
.home-coach-grid .booking-coach{min-height:100%}
.home-coach-grid .coach-photo{height:290px}
.home-coach-grid .booking-coach p{margin:0 0 14px}
.home-coach-grid .booking-coach p:last-child{margin-bottom:0}
.cat-reward.is-visible{
  display:block;
  animation:cat-pop .3s cubic-bezier(.2,.8,.2,1);
  transform-origin:top center;
}
.cat-trigger.is-active{animation:cat-wiggle .36s ease-out}
@keyframes cat-wiggle{
  0%{transform:rotate(0) scale(1)}
  35%{transform:rotate(-7deg) scale(1.09)}
  70%{transform:rotate(5deg) scale(1.05)}
  100%{transform:rotate(0) scale(1)}
}
@media(max-width:860px){
  :root{--display-heading:clamp(3rem,11.9vw,4.75rem)}
  .offer-strip strong{white-space:normal}
  .coach-section-cta{width:min(280px,100%)}
  .home-coach-grid .coach-photo{height:380px}
}
@media(max-width:560px){
  :root{--display-heading:clamp(2.75rem,13.6vw,4.1rem)}
  .home-coach-grid .coach-photo{height:320px}
}


/* v12 coach-card repair and homepage/content split */
.coach-section-title{
  font-size:clamp(2.25rem,4.1vw,3.75rem)!important;
  line-height:.94!important;
  max-width:760px!important;
}
.booking-coach{
  padding:0;
  overflow:hidden;
  min-width:0;
}
.booking-coach .coach-photo{
  width:100%;
  height:360px;
  overflow:hidden;
  border-bottom:2px solid var(--ink);
  background:var(--paper);
}
.booking-coach .coach-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.booking-coach > .meta,
.booking-coach > h2,
.booking-coach > p,
.booking-coach > .spacer,
.booking-coach > .availability-link{
  margin-left:26px;
  margin-right:26px;
}
.booking-coach > .meta{margin-top:22px;margin-bottom:10px}
.booking-coach > h2{margin-top:0;margin-bottom:16px}
.booking-coach > p{margin-top:0;margin-bottom:14px}
.booking-coach > .availability-link{margin-bottom:26px}
.home-coach-card{min-height:0!important}
.home-coach-card .coach-photo{height:360px!important}
.home-coach-card .coach-copy{padding:22px 26px 26px}
.home-coach-card .meta{margin:0 0 10px}
.home-coach-card h2{margin:0}
.peer-card{
  grid-column:1 / -1;
  min-height:0;
  padding:30px;
  background:var(--lime)!important;
}
.peer-card p{max-width:920px;margin:20px 0 0;font-size:1.08rem}
.peer-card strong{font-weight:900}
@media(max-width:860px){
  .coach-section-title{font-size:clamp(2.25rem,8.5vw,3.5rem)!important}
  .booking-coach .coach-photo,.home-coach-card .coach-photo{height:440px!important}
  .peer-card{grid-column:auto;padding:24px}
}
@media(max-width:560px){
  .coach-section-title{font-size:clamp(2.1rem,10.5vw,3rem)!important}
  .booking-coach .coach-photo,.home-coach-card .coach-photo{height:340px!important}
  .home-coach-card .coach-copy{padding:20px 22px 24px}
  .booking-coach > .meta,.booking-coach > h2,.booking-coach > p,.booking-coach > .spacer,.booking-coach > .availability-link{margin-left:22px;margin-right:22px}
  .peer-card{padding:22px}
}


/* v13 agreed polish fixes only */
.coach-section-title{
  font-size:clamp(1.9rem,3.15vw,3rem)!important;
  line-height:1!important;
  max-width:680px!important;
}
.coach-section-cta{
  margin-top:24px;
}
.peer-card .label{
  align-self:flex-start;
  width:max-content;
  max-width:100%;
}
.coach-photo img{
  -webkit-user-drag:none;
  user-select:none;
  -webkit-user-select:none;
}
@media(max-width:860px){
  .coach-section-title{font-size:clamp(1.85rem,7vw,2.75rem)!important}
}
@media(max-width:560px){
  .coach-section-title{font-size:clamp(1.75rem,8.6vw,2.45rem)!important}
}


/* v14 final requested text sizing and headings only */
.coach-section-title{
  font-size:clamp(.95rem,1.575vw,1.5rem)!important;
  line-height:1.12!important;
  max-width:680px!important;
}
@media(max-width:860px){
  .coach-section-title{font-size:clamp(.925rem,3.5vw,1.375rem)!important}
}
@media(max-width:560px){
  .coach-section-title{font-size:clamp(.875rem,4.3vw,1.225rem)!important}
}


/* v15 final two edits only */
.coaches-section .section-heading .coach-section-title-final{
  font-size:1.5rem!important;
  line-height:1.15!important;
  max-width:560px!important;
  letter-spacing:-.015em!important;
}
@media(max-width:860px){
  .coaches-section .section-heading .coach-section-title-final{font-size:1.3rem!important;max-width:480px!important}
}
@media(max-width:560px){
  .coaches-section .section-heading .coach-section-title-final{font-size:1.15rem!important;max-width:100%!important}
}

.privacy-notice{margin-top:38px}


/* v17 final requested adjustments only */
.coaches-section .section-heading .coach-section-title-final{
  font-size:clamp(2.35rem,3.8vw,3.9rem)!important;
  line-height:.98!important;
  max-width:720px!important;
  letter-spacing:-.045em!important;
}
.coaches-section .section-heading .coach-section-cta{
  margin:24px 0 0 auto;
}
.hero-gif{
  opacity:1;
  transform:none;
  animation:heroGifReveal .35s ease both;
}
@keyframes heroGifReveal{
  from{opacity:0;transform:translateY(10px) scale(.985)}
  to{opacity:1;transform:none}
}
@media(max-width:860px){
  .coaches-section .section-heading .coach-section-title-final{
    font-size:clamp(2.15rem,7.4vw,3.15rem)!important;
    max-width:620px!important;
  }
}
@media(max-width:560px){
  .coaches-section .section-heading .coach-section-title-final{
    font-size:clamp(1.95rem,9.4vw,2.65rem)!important;
    max-width:100%!important;
  }
}


/* Charlie coach-specific codes */
.cat-code-list{
  display:grid;
  gap:10px;
  max-width:360px;
  margin:16px 0 12px;
}
.cat-code-row{
  display:grid;
  grid-template-columns:minmax(90px,1fr) auto;
  align-items:center;
  gap:16px;
  padding:8px 0;
  border-top:1px solid rgba(16,16,16,.35);
  font-weight:800;
}
.cat-code-row:last-child{border-bottom:1px solid rgba(16,16,16,.35)}
.cat-code-row .cat-code{margin-top:0}

/* Supporting page introductions use the same typography as ordinary body copy. */
.page-hero p.body-size-intro{
  margin:26px 0 0;
  max-width:800px;
  font-size:1rem;
  line-height:1.55;
  font-weight:400;
  letter-spacing:normal;
}
