/*
 * Current Chenny Families page template (camp-caw-ccf-*).
 */

.camp-caw-ccf-page {
	max-width: var(--wp--style--global-wide-size, 80rem);
	margin-left: auto;
	margin-right: auto;
}

.camp-caw-ccf-campminder-row {
	margin-bottom: 0.75rem;
	text-align: right;
	justify-content: flex-end;
}

.camp-caw-ccf-title-card .camp-caw-ccf-campminder-row .wp-block-button__link {
	font-family: "Special Gothic Expanded One", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}

.camp-caw-ccf-campminder {
	font-family: "Special Gothic Expanded One", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #3f3826;
	text-decoration: underline;
	text-transform: uppercase;
}

.camp-caw-ccf-campminder:hover,
.camp-caw-ccf-campminder:focus {
	color: #bc3226;
}

/* Blank header bar: keep visible height; title is screen-reader only */
.camp-caw-ccf-title-card .camp-caw-ccf-page-heading {
	margin: 0;
	min-height: 48px;
	line-height: 48px;
	font-size: 32px;
}

/* Standalone “blank” title strip: fully rounded (no white body below) */
.camp-caw-ccf-title-card.camp-caw-section-card {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.camp-caw-ccf-title-card .camp-caw-ccf-header-bar {
	border-radius: 23px 23px 0 0 !important;
	border-bottom: 1px solid #CE6464 !important;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

.camp-caw-ccf-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	align-items: flex-start;
	margin-top: 0px;
	margin-bottom: var(--wp--preset--spacing--40, 1.5rem);
}

.camp-caw-ccf-intro-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--wp--preset--spacing--40, 1.5rem);
	padding: var(--wp--preset--spacing--40, 1.5rem);
	margin-bottom: var(--wp--preset--spacing--40, 1.5rem);
}

.camp-caw-ccf-intro-image-wrap {
	margin: 0;
	border-radius: 23px;
	overflow: hidden;
}

.camp-caw-ccf-intro-image {
	display: block;
	width: 100%;
	height: auto;
}

.camp-caw-ccf-intro-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	border-radius: 23px;
	background: #f3efe6;
	color: #3f3826;
	font-family: Inter, sans-serif;
	font-size: 14px;
}

.camp-caw-ccf-intro-heading {
	margin: 0 0 0.75rem;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.2;
	color: #3f3826;
	text-transform: uppercase;
}

.camp-caw-ccf-intro-body {
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #3f3826;
}

.camp-caw-ccf-intro-body p {
	margin: 0 0 0.85rem;
}

.camp-caw-ccf-intro-body p:last-child {
	margin-bottom: 0;
}

.camp-caw-ccf-col--left {
	flex: 1 1 100%;
	min-width: 0;
}

.camp-caw-ccf-col--right {
	flex: 1 1 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40, 1.5rem);
}

@media (min-width: 782px) {
	.camp-caw-ccf-col--left {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.camp-caw-ccf-col--right {
		flex: 1 1 50%;
		max-width: 50%;
		min-width: 0;
	}

	.camp-caw-ccf-panel--directions .wp-block-group.is-style-camp-caw-section-header-red {
		background-color: #F8AD36;
	}

	.camp-caw-ccf-intro-row {
		grid-template-columns: 1fr 1fr;
		align-items: center;
	}

	.camp-caw-ccf-title-card {
		margin-right: 10px;
	}
}

.camp-caw-ccf-subcolumns {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (min-width: 600px) {
	.camp-caw-ccf-subcolumns {
		flex-direction: row;
		align-items: stretch;
	}

	.camp-caw-ccf-subcol {
		flex: 1 1 0;
		min-width: 0;
	}
}

.camp-caw-ccf-panel .wp-block-group.is-style-camp-caw-section-header,
.camp-caw-ccf-panel .wp-block-group.is-style-camp-caw-section-header-red {
	border-radius: 23px 23px 0 0;
}

.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h1,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h2,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h3,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h4,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h5,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header h6,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h1,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h2,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h3,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h4,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h5,
.camp-caw-ccf-page .wp-block-group.is-style-camp-caw-section-header-red h6 {
	font-size: 25px;
	line-height: 1.2;
}

.camp-caw-ccf-panel .camp-caw-ccf-panel-body {
	padding: var(--wp--preset--spacing--40, 1.5rem);
	font-family: Inter, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #3f3826;
}

.camp-caw-ccf-panel--staff .camp-caw-ccf-panel-body {
	padding-top: var(--wp--preset--spacing--30, 1rem);
}

.camp-caw-ccf-disclaimer {
	margin: 0 0 1rem;
	font-size: 14px;
}

.camp-caw-ccf-camp {
	margin: 0 0 1.25rem;
}

.camp-caw-ccf-camp:last-child {
	margin-bottom: 0;
}

.camp-caw-ccf-camp-title {
	margin: 0 0 0.75rem;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	color: #3f3826;
	letter-spacing: 0.02em;
}

.camp-caw-ccf-group {
	margin-bottom: 0.75rem;
}

.camp-caw-ccf-group:last-child {
	margin-bottom: 0;
}

.camp-caw-ccf-group-title {
	margin: 0 0 0.25rem;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #3f3826;
}

.camp-caw-ccf-contact-line {
	margin: 0;
	font-size: 14px;
}

.camp-caw-ccf-contact-line a {
	color: #3f3826;
	text-decoration: underline;
}

.camp-caw-ccf-sep {
	display: inline-block;
	padding: 0 0.35rem;
	color: #3f3826;
}

.camp-caw-ccf-panel--accom .camp-caw-ccf-accom-body {
	border-top: 4px solid #EE9D26;
	padding-top: var(--wp--preset--spacing--40, 1.5rem);
}

.camp-caw-ccf-accom-list {
	margin: 0.75rem 0 0;
	padding: 0;
	list-style: none;
}

.camp-caw-ccf-accom-list li {
	margin: 0 0 0.5rem;
	padding: 0;
}

.camp-caw-ccf-accom-list li:last-child {
	margin-bottom: 0;
}

.camp-caw-ccf-accom-list a {
	font-weight: 700;
	color: #B83A26;
	text-decoration: underline;
}

.camp-caw-ccf-map-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 0 0 12px 12px;
	background: #e8e4dc;
}

.camp-caw-ccf-map-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.camp-caw-ccf-map-placeholder {
	margin: 0;
	padding: 0.75rem;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.camp-caw-ccf-dates-fees-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40, 1.5rem);
}

@media (min-width: 782px) {
	.camp-caw-ccf-dates-fees-grid {
		grid-template-columns: 1fr 1fr;
		gap: var(--wp--preset--spacing--50, 2rem);
		align-items: start;
	}
}

.camp-caw-ccf-dates-fees-heading {
	margin: 0 0 1rem;
	font-family: "Special Gothic Expanded One", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	color: #3f3826;
}

.camp-caw-ccf-date-list {
	margin: 0;
}

.camp-caw-ccf-date-item {
	margin: 0 0 1rem;
}

.camp-caw-ccf-date-item:last-child {
	margin-bottom: 0;
}

.camp-caw-ccf-date-item dt {
	font-family: Inter, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #3f3826;
	margin: 0 0 0.15rem;
}

.camp-caw-ccf-date-item dd {
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #3f3826;
}

.camp-caw-ccf-tuition-list {
	margin: 0 0 1rem;
	padding-left: 1.1rem;
	list-style: square;
}

.camp-caw-ccf-tuition-list li {
	margin-bottom: 0.35rem;
}

.camp-caw-ccf-subhead {
	margin: 1rem 0 0.35rem;
	font-size: 14px;
}

.camp-caw-ccf-subhead:first-child {
	margin-top: 0;
}

.camp-caw-ccf-discount-list {
	margin: 0.35rem 0 0;
	padding-left: 1.25rem;
}

.camp-caw-ccf-discount-list li {
	margin-bottom: 0.5rem;
}

.camp-caw-ccf-videos {
	width: 100%;
}

.camp-caw-ccf-videos .camp-caw-videos-strip {
	margin: 0;
}

.camp-caw-ccf-videos-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 10px;
}

.camp-caw-ccf-video-slot {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 23px;
	overflow: hidden;
	background: #1f1f1f;
}

.camp-caw-ccf-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.camp-caw-ccf-video-placeholder {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #3a3a3a;
}

.camp-caw-ccf-videos .camp-caw-ccf-panel-body > p:last-child {
	display: none;
	margin: 0;
}

@media (min-width: 640px) {
	.camp-caw-ccf-videos-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.camp-caw-ccf-videos-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
