/* TherapyBuilt Programs & Groups */
.tb-programs-page{padding:clamp(50px,7vw,88px) 0;background:linear-gradient(180deg,color-mix(in srgb,var(--tb-bg,#f6f0ec) 86%,#fff) 0%,color-mix(in srgb,var(--tb-surface,#f6f2ee) 64%,#fff) 100%)}
.tb-program-single{padding:clamp(48px,7vw,88px) 0;background:var(--tb-bg,#fff)}
.tb-programs-page__inner,.tb-program-single__inner{width:min(1160px,calc(100% - 40px));margin:0 auto}
.tb-programs-page__intro{max-width:940px;margin:0 auto clamp(38px,5vw,56px);padding:clamp(30px,4vw,46px) clamp(28px,5vw,54px);background:#fff;border:1px solid color-mix(in srgb,var(--tb-primary,#5a7a5e) 15%,rgba(0,0,0,.08));border-left:5px solid var(--tb-primary,#5a7a5e);border-radius:18px;box-shadow:0 16px 42px rgba(31,48,36,.08);text-align:left}
.tb-programs-page__intro-label{display:block;margin:0 0 14px;font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:.13em;text-transform:uppercase;color:var(--tb-primary,#5a7a5e)}
.tb-programs-page__intro-copy p{font-size:clamp(1.02rem,1.6vw,1.14rem);line-height:1.72;font-weight:500;color:var(--tb-text,#344039);margin:0 0 1em}
.tb-programs-page__intro-copy p:last-child{margin-bottom:0}
.tb-programs-section{margin-top:clamp(42px,6vw,72px)}
.tb-programs-section:first-of-type{margin-top:0}
.tb-programs-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;padding-bottom:14px;border-bottom:1px solid var(--tb-border,#dedfdc)}
.tb-programs-section__title{margin:0;color:var(--tb-heading,#243229);font-family:var(--tb-font-heading,serif);font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.15}
.tb-programs-section__count{color:var(--tb-text-muted,#66706a);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.tb-program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;list-style:none;margin:0;padding:0}

.tb-program-grid--single{grid-template-columns:minmax(0,900px);justify-content:center}
.tb-program-grid--single>li{min-width:0}
.tb-program-grid--single .tb-program-card{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);min-height:390px}
.tb-program-grid--single .tb-program-card__image-wrap{aspect-ratio:auto;min-height:100%}
.tb-program-grid--single .tb-program-card__body{padding:clamp(24px,4vw,38px)}
.tb-program-grid--single .tb-program-card__title{font-size:clamp(1.45rem,2.2vw,1.9rem)}

.tb-program-card{height:100%;display:flex;flex-direction:column;background:var(--tb-surface,#fff);border:1px solid var(--tb-border,#dedfdc);border-radius:var(--tb-radius-lg,16px);overflow:hidden;box-shadow:0 10px 30px rgba(31,45,36,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tb-program-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(31,45,36,.11);border-color:color-mix(in srgb,var(--tb-primary,#5a7a5e) 32%,var(--tb-border,#dedfdc))}
.tb-program-card__image-wrap{position:relative;aspect-ratio:16/10;background:var(--tb-surface-2,#eef0ec);overflow:hidden}
.tb-program-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.tb-program-card:hover .tb-program-card__image{transform:scale(1.025)}
.tb-program-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--tb-primary,#5a7a5e) 12%,#fff),color-mix(in srgb,var(--tb-accent,#c59b66) 13%,#fff));color:var(--tb-primary,#5a7a5e)}
.tb-program-card__placeholder svg{width:54px;height:54px;opacity:.55}
.tb-program-card__status{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-size:.72rem;font-weight:800;letter-spacing:.02em;color:#334139;border:1px solid rgba(255,255,255,.65)}
.tb-program-card__status::before{content:"";width:7px;height:7px;border-radius:50%;background:#16a34a}
.tb-program-card__status--waitlist::before{background:#ca8a04}
.tb-program-card__status--coming_soon::before{background:#0284c7}
.tb-program-card__body{display:flex;flex:1;flex-direction:column;padding:22px}
.tb-program-card__type{margin:0 0 8px;color:var(--tb-primary,#5a7a5e);font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.tb-program-card__title{margin:0 0 10px;font-family:var(--tb-font-heading,serif);font-size:1.35rem;line-height:1.25;color:var(--tb-heading,#243229)}
.tb-program-card__title a{color:inherit;text-decoration:none}
.tb-program-card__summary{margin:0 0 18px;color:var(--tb-text-muted,#66706a);line-height:1.65}
.tb-program-card__facts{display:grid;gap:8px;margin:0 0 20px;padding:0;list-style:none;color:var(--tb-text,#344039);font-size:.86rem}
.tb-program-card__fact{display:flex;align-items:flex-start;gap:9px}
.tb-program-card__fact svg{width:16px;height:16px;flex:0 0 16px;margin-top:2px;color:var(--tb-primary,#5a7a5e)}
.tb-program-card__footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--tb-border,#dedfdc)}
.tb-program-card__link{display:inline-flex;align-items:center;gap:8px;color:var(--tb-primary,#5a7a5e);font-weight:800;text-decoration:none}
.tb-program-card__link svg{transition:transform .15s ease}
.tb-program-card__link:hover svg{transform:translateX(3px)}
.tb-programs-empty{text-align:center;padding:48px 24px;background:var(--tb-surface-2,#f3f4f1);border-radius:var(--tb-radius-lg,16px);color:var(--tb-text-muted,#66706a)}

.tb-program-single__back{margin-bottom:24px}
.tb-program-single__back a{display:inline-flex;align-items:center;gap:8px;color:var(--tb-primary,#5a7a5e);font-weight:750;text-decoration:none}
.tb-program-single__layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.8fr);gap:clamp(28px,5vw,64px);align-items:start}
.tb-program-single__image{width:100%;max-height:520px;object-fit:cover;border-radius:var(--tb-radius-lg,16px);margin:0 0 30px;box-shadow:0 14px 38px rgba(31,45,36,.1)}
.tb-program-single__content{font-size:1.02rem;line-height:1.8;color:var(--tb-text,#344039)}
.tb-program-single__content>:first-child{margin-top:0}
.tb-program-single__sidebar{position:sticky;top:110px;display:grid;gap:18px}
.tb-program-info-card{background:var(--tb-surface-2,#f3f4f1);border:1px solid var(--tb-border,#dedfdc);border-radius:var(--tb-radius-lg,16px);padding:22px}
.tb-program-info-card__status{display:inline-flex;align-items:center;gap:7px;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:#dcfce7;color:#166534;font-size:.76rem;font-weight:800}
.tb-program-info-card__status::before{content:"";width:7px;height:7px;border-radius:50%;background:#16a34a}
.tb-program-info-card__status--waitlist{background:#fef9c3;color:#854d0e}.tb-program-info-card__status--waitlist::before{background:#ca8a04}
.tb-program-info-card__status--coming_soon{background:#e0f2fe;color:#075985}.tb-program-info-card__status--coming_soon::before{background:#0284c7}
.tb-program-info-card__status--closed{background:#f1f5f9;color:#475569}.tb-program-info-card__status--closed::before{background:#94a3b8}
.tb-program-info-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.tb-program-info-list li{padding-bottom:13px;border-bottom:1px solid color-mix(in srgb,var(--tb-border,#dedfdc) 85%,transparent)}
.tb-program-info-list li:last-child{padding-bottom:0;border-bottom:0}
.tb-program-info-list strong{display:block;margin-bottom:3px;color:var(--tb-heading,#243229);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}
.tb-program-info-list span{color:var(--tb-text,#344039);line-height:1.5}
.tb-program-single__cta{display:flex;width:100%;margin-top:20px}

.tb-program-facilitators{display:grid;gap:12px}
.tb-program-facilitator{display:flex;align-items:center;gap:12px;color:var(--tb-text,#344039);text-decoration:none}
.tb-program-facilitator__photo,.tb-program-facilitator__initial{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:0 0 48px}
.tb-program-facilitator__initial{display:grid;place-items:center;background:color-mix(in srgb,var(--tb-primary,#5a7a5e) 14%,#fff);color:var(--tb-primary,#5a7a5e);font-weight:800}
.tb-program-facilitator strong{display:block;color:var(--tb-heading,#243229)}
.tb-program-facilitator small{color:var(--tb-text-muted,#66706a)}
.tb-program-tags{display:flex;flex-wrap:wrap;gap:8px}
.tb-program-tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--tb-surface,#fff);border:1px solid var(--tb-border,#dedfdc);color:var(--tb-primary,#5a7a5e);font-size:.78rem;font-weight:700;text-decoration:none}

@media(max-width:900px){.tb-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tb-program-grid--single{grid-template-columns:minmax(0,760px)}.tb-program-grid--single .tb-program-card{grid-template-columns:1fr}.tb-program-grid--single .tb-program-card__image-wrap{aspect-ratio:16/9;min-height:0}.tb-program-single__layout{grid-template-columns:1fr}.tb-program-single__sidebar{position:static}}
@media(max-width:620px){.tb-programs-page__inner,.tb-program-single__inner{width:min(100% - 28px,1160px)}.tb-programs-page__intro{padding:26px 22px;border-radius:15px;border-left-width:4px}.tb-program-grid{grid-template-columns:1fr}.tb-programs-section__header{align-items:flex-start;flex-direction:column;gap:6px}.tb-program-card__body{padding:19px}}

.tb-program-single__lead{font-size:clamp(1.08rem,1.5vw,1.25rem);line-height:1.7;color:var(--tb-text-muted,#475569);margin-top:0;margin-bottom:1.5rem}

/* =========================================================
   Visitor-first program and group detail pages — rc63
   ========================================================= */
.tb-program-single__main{min-width:0;}
.tb-program-single__content{
	margin:0 0 clamp(28px,4vw,42px);
	padding:clamp(28px,4vw,42px);
	border:1px solid var(--tb-panel-border,rgba(0,0,0,.08));
	border-radius:var(--tb-radius-panel,18px);
	background:var(--tb-card-background,#fff);
	box-shadow:var(--tb-card-shadow,0 12px 34px rgba(31,48,36,.05));
	font-size:1rem;
	line-height:1.75;
	color:var(--tb-text,#344039);
}
.tb-program-single__eyebrow{
	display:block;
	margin:0 0 8px;
	font-size:.72rem;
	font-weight:800;
	letter-spacing:.11em;
	line-height:1.2;
	text-transform:uppercase;
	color:var(--tb-primary,#5a7a5e);
}
.tb-program-single__content h2{
	margin:0 0 18px;
	font-size:clamp(1.45rem,2.5vw,1.95rem);
	line-height:1.18;
	letter-spacing:-.02em;
	color:var(--tb-text,#26332b);
}
.tb-program-single__content .tb-program-single__lead{
	margin:0 0 18px;
	font-size:clamp(1.04rem,1.45vw,1.16rem);
	line-height:1.7;
	font-weight:520;
	color:var(--tb-text,#344039);
}
.tb-program-single__content p:last-child{margin-bottom:0;}
.tb-program-visitor-guide,
.tb-program-faq,
.tb-program-sources{width:100%;max-width:none;}
.tb-program-visitor-guide{margin:0 0 clamp(28px,4vw,42px);}
.tb-program-faq{margin:0 0 clamp(28px,4vw,42px);}
.tb-program-sources{margin:0;}
.tb-program-visitor-guide .tb-answer-ready__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.tb-program-info-card h2{font-size:1.02rem;line-height:1.3;}
@media(max-width:1050px){
	.tb-program-visitor-guide .tb-answer-ready__grid{grid-template-columns:1fr;}
}
@media(max-width:900px){
	.tb-program-single__content{padding:26px 22px;}
	.tb-program-visitor-guide .tb-answer-ready__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:720px){
	.tb-program-visitor-guide .tb-answer-ready__grid{grid-template-columns:1fr;}
}
