/*
 * About, Contact, Gallery, and Testimonials compositions.
 */

.brightpath-company-page {
	margin: 0 calc(-1 * var(--brightpath-site-gutter, 20px)) !important;
	overflow: clip;
}

.brightpath-company-page > .wp-block-post-content {
	margin-block: 0;
}

.brightpath-company-section {
	padding:
		clamp(4.75rem, 8vw, 8rem)
		var(--brightpath-site-gutter, 20px);
}

.brightpath-company-shell {
	margin-inline: auto !important;
	max-width: 1240px;
	width: calc(100% - 2 * clamp(0rem, 2.5vw, 2rem));
}

.brightpath-company-kicker {
	align-items: center;
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	gap: 0.7rem;
	letter-spacing: 0.12em;
	margin-bottom: var(--wp--preset--spacing--50);
	text-transform: uppercase;
}

.brightpath-company-kicker::before {
	background: var(--wp--preset--color--brand-gold);
	content: "";
	flex: 0 0 2rem;
	height: 2px;
}

.brightpath-company-hero {
	isolation: isolate;
	min-height: min(780px, calc(100vh - 82px));
	padding:
		clamp(4.5rem, 7vw, 7rem)
		var(--brightpath-site-gutter, 20px);
	position: relative;
}

.brightpath-company-hero h1 {
	font-size: clamp(3.2rem, 6.5vw, 6.7rem) !important;
	letter-spacing: -0.065em;
	line-height: 0.93;
	margin-bottom: var(--wp--preset--spacing--60);
	max-width: 10ch;
}

.brightpath-company-hero__lead {
	color: rgba(255, 255, 255, 0.72) !important;
	max-width: 650px;
}

.brightpath-company-hero .is-style-brightpath-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--wp--preset--color--white);
}

.brightpath-company-hero .is-style-brightpath-secondary .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--wp--preset--color--brand-gold);
	color: var(--wp--preset--color--white);
}

.brightpath-company-hero__media {
	position: relative;
}

.brightpath-company-hero__media img {
	aspect-ratio: 4 / 5;
	border-radius: 999px 999px 1.5rem 1.5rem;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.brightpath-company-hero__badge {
	background: var(--wp--preset--color--brand-gold);
	border-radius: var(--wp--preset--border-radius--large);
	bottom: -1.5rem;
	color: var(--wp--preset--color--deep-charcoal);
	max-width: 245px;
	padding: 1.4rem;
	position: absolute;
	right: -1rem;
}

.brightpath-company-heading {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
	margin-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

.brightpath-company-heading h2 {
	font-size: clamp(2.5rem, 5vw, 5rem) !important;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0;
	max-width: 12ch;
}

.brightpath-editor-note,
.brightpath-preview-label {
	background: rgba(201, 151, 50, 0.12);
	border: 1px solid rgba(157, 110, 24, 0.3);
	border-radius: var(--wp--preset--border-radius--pill);
	color: var(--wp--preset--color--deep-gold);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 0.35rem 0.65rem;
	text-transform: uppercase;
	width: fit-content;
}

/* About */
.brightpath-about-hero {
	background:
		radial-gradient(circle at 86% 12%, rgba(201, 151, 50, 0.2), transparent 25rem),
		var(--wp--preset--color--deep-charcoal) !important;
}

.brightpath-about-hero__proof {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--wp--preset--border-radius--large);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
	padding: clamp(1.5rem, 4vw, 2.6rem);
}

.brightpath-about-hero__proof h2,
.brightpath-about-hero__proof p,
.brightpath-about-hero__proof li,
.brightpath-about-hero__proof strong {
	color: var(--wp--preset--color--white);
}

.brightpath-about-proof-list {
	counter-reset: about-proof;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.brightpath-about-proof-list li {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	counter-increment: about-proof;
	display: grid;
	gap: 0.2rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	padding-block: 1rem;
}

.brightpath-about-proof-list li::before {
	color: var(--wp--preset--color--brand-gold);
	content: "0" counter(about-proof);
	font-weight: 800;
	grid-row: 1 / span 2;
}

.brightpath-about-proof-list span {
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--wp--preset--font-size--small);
}

.brightpath-about-story {
	background: var(--wp--preset--color--warm-cream, #fbf7ee);
}

.brightpath-about-brand-card {
	background: var(--wp--preset--color--deep-sage);
	border-radius: var(--wp--preset--border-radius--large);
	box-shadow: 0 28px 75px rgba(22, 21, 19, 0.14);
	color: var(--wp--preset--color--white);
	padding: clamp(2rem, 5vw, 4rem);
}

.brightpath-about-brand-card h2,
.brightpath-about-brand-card p {
	color: var(--wp--preset--color--white);
}

.brightpath-about-brand-card .wp-block-image {
	margin-bottom: 2rem;
}

.brightpath-about-brand-card img {
	display: block;
	height: auto;
}

.brightpath-team-profiles-shortcode,
.brightpath-work-gallery-shortcode {
	margin: 0;
}

.brightpath-team-proof {
	background: var(--wp--preset--color--soft-background);
}

.brightpath-team-proof__heading {
	align-items: end;
	display: grid;
	gap: clamp(1.5rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.brightpath-team-proof__heading h2 {
	font-size: clamp(2.5rem, 5vw, 5rem);
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0;
}

.brightpath-team-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brightpath-team-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	overflow: hidden;
}

.brightpath-team-card > img {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.brightpath-team-card__copy {
	padding: clamp(1.4rem, 3vw, 2rem);
}

.brightpath-team-card__copy h3 {
	font-size: var(--wp--preset--font-size--h-3);
	margin: 0 0 1rem;
}

.brightpath-team-card__role {
	color: var(--wp--preset--color--deep-gold);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.brightpath-team-card__bio p:last-child {
	margin-bottom: 0;
}

.brightpath-proof-empty {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(63, 91, 74, 0.11), rgba(201, 151, 50, 0.1)),
		var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(1.75rem, 5vw, 3.75rem);
}

.brightpath-proof-empty h2 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 1;
	margin-top: 0;
}

.brightpath-proof-empty p {
	max-width: 760px;
}

.brightpath-proof-empty--gallery {
	grid-template-columns: 1fr;
}

.brightpath-story-grid,
.brightpath-media-grid,
.brightpath-contact-layout {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brightpath-story-visual {
	isolation: isolate;
	position: relative;
}

.brightpath-story-visual__image {
	margin: 0;
}

.brightpath-story-visual__image img {
	aspect-ratio: 4 / 5;
	border-radius: 999px 999px 1.5rem 1.5rem;
	box-shadow: 0 28px 75px rgba(22, 21, 19, 0.15);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.brightpath-story-visual__logo {
	align-items: center;
	backdrop-filter: blur(14px);
	background: rgba(251, 247, 238, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 1.25rem;
	bottom: 1.5rem;
	box-shadow: 0 18px 55px rgba(22, 21, 19, 0.2);
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 118px;
	padding: 1rem;
	position: absolute;
	right: -1.25rem;
	width: 118px;
}

.brightpath-story-visual__logo img {
	display: block;
	height: 82px;
	object-fit: contain;
	width: 82px !important;
}

.brightpath-story-copy p {
	font-size: var(--wp--preset--font-size--body-large);
}

.brightpath-mission-panel {
	background: var(--wp--preset--color--deep-sage);
	border-radius: var(--wp--preset--border-radius--large);
	color: var(--wp--preset--color--white);
	padding: clamp(2rem, 6vw, 5rem);
}

.brightpath-mission-panel blockquote {
	border: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2rem, 4vw, 4.25rem);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 0;
	padding: 0;
}

.brightpath-mission-panel blockquote,
.brightpath-mission-panel blockquote p {
	color: var(--wp--preset--color--white) !important;
}

.brightpath-testimonials-hero__media img {
	aspect-ratio: 4 / 5;
}

.brightpath-values-grid,
.brightpath-audience-grid,
.brightpath-contact-cards,
.brightpath-review-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brightpath-value-card,
.brightpath-audience-card,
.brightpath-contact-card,
.brightpath-review-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	padding: clamp(1.5rem, 3vw, 2.3rem);
}

.brightpath-value-card__number {
	color: var(--wp--preset--color--deep-gold);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.12em;
}

.brightpath-approach-list {
	counter-reset: approach;
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brightpath-approach-list li {
	align-items: start;
	border-top: 1px solid var(--wp--preset--color--border-neutral);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 64px minmax(0, 1fr);
	padding-block: 1.5rem;
}

.brightpath-approach-list li::before {
	color: var(--wp--preset--color--brand-gold);
	content: "0" counter(approach);
	counter-increment: approach;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.5rem;
	font-weight: 700;
}

.brightpath-media-frame img {
	aspect-ratio: 16 / 10;
	border-radius: var(--wp--preset--border-radius--large);
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* Contact */
.brightpath-contact-hero {
	min-height: auto;
}

.brightpath-contact-hero h1 {
	max-width: 12ch;
}

.brightpath-contact-layout {
	align-items: start;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.brightpath-contact-form {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	box-shadow: var(--wp--custom--shadow--soft);
	box-sizing: border-box;
	min-width: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.brightpath-contact-form-section {
	background:
		radial-gradient(circle at 88% 10%, rgba(201, 151, 50, 0.12), transparent 25rem),
		var(--wp--preset--color--soft-background);
}

.brightpath-contact-form h2 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	letter-spacing: -0.05em;
	line-height: 1;
}

.brightpath-form-errors {
	background: #fff2ef;
	border-left: 4px solid #9b2c2c;
	border-radius: 0.5rem;
	color: #7c2424;
	margin-bottom: 1.25rem;
	padding: 1rem;
	scroll-margin-top: 7rem;
}

.brightpath-form-errors strong {
	display: block;
}

.brightpath-form-errors ul {
	margin-bottom: 0;
}

.brightpath-form-errors a {
	color: inherit;
	font-weight: 700;
}

.brightpath-contact-privacy {
	color: var(--wp--preset--color--muted-text);
	font-size: 0.85rem;
	line-height: 1.6;
}

.brightpath-contact-card {
	box-shadow: 0 15px 45px rgba(22, 21, 19, 0.06);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.brightpath-contact-aside > .wp-block-shortcode {
	display: contents;
}

.brightpath-contact-card:hover {
	box-shadow: 0 22px 60px rgba(22, 21, 19, 0.1);
	transform: translateY(-4px);
}

.brightpath-contact-card--accent {
	background: var(--wp--preset--color--deep-sage);
	color: #fff;
}

.brightpath-contact-card--accent h2,
.brightpath-contact-card--accent .brightpath-company-kicker {
	color: #fff;
}

.brightpath-contact-card--accent .brightpath-company-kicker::before {
	background: var(--wp--preset--color--brand-gold);
}

.brightpath-contact-card--accent li {
	margin-bottom: 0.65rem;
}

.brightpath-contact-form * {
	box-sizing: border-box;
}

.brightpath-contact-form .bp-honeypot {
	display: none !important;
}

.brightpath-form-grid {
	display: grid;
	gap: 1.1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brightpath-field {
	display: grid;
	gap: 0.4rem;
	min-width: 0;
}

.brightpath-field--full {
	grid-column: 1 / -1;
}

.brightpath-field-help {
	color: var(--wp--preset--color--muted-text);
	font-size: 0.85rem;
	margin: -0.45rem 0 0;
}

.brightpath-field label,
.brightpath-field legend {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}

.brightpath-field input,
.brightpath-field select,
.brightpath-field textarea {
	background: var(--wp--preset--color--soft-background);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--small);
	color: var(--wp--preset--color--deep-charcoal);
	font: inherit;
	min-height: 48px;
	padding: 0.75rem 0.9rem;
	width: 100%;
}

.brightpath-field input:focus-visible,
.brightpath-field select:focus-visible,
.brightpath-field textarea:focus-visible {
	border-color: var(--wp--preset--color--deep-gold);
	box-shadow: 0 0 0 3px rgba(201, 151, 50, 0.2);
	outline: 0;
}

.brightpath-field textarea {
	min-height: 150px;
	resize: vertical;
}

.brightpath-field [aria-invalid="true"] {
	border-color: var(--wp--preset--color--error);
}

.brightpath-field-error {
	color: var(--wp--preset--color--error);
	font-size: var(--wp--preset--font-size--small);
}

.brightpath-choice-row {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.2rem;
	margin: 0;
	padding: 0;
}

.brightpath-choice-row label,
.brightpath-consent {
	align-items: flex-start;
	display: flex;
	gap: 0.55rem;
}

.brightpath-choice-row input,
.brightpath-consent input {
	flex: 0 0 auto;
	height: 20px;
	margin-top: 0.2rem;
	min-height: 20px;
	width: 20px;
}

.brightpath-form-status {
	border-radius: var(--wp--preset--border-radius--small);
	margin-top: 1rem;
	padding: 0.8rem 1rem;
}

.brightpath-form-status.is-error {
	background: rgba(181, 67, 62, 0.1);
	color: var(--wp--preset--color--error);
}

.brightpath-form-status.is-ready {
	background: rgba(47, 116, 84, 0.1);
	border-left: 4px solid var(--wp--preset--color--success);
	color: var(--wp--preset--color--success);
}

.brightpath-contact-success {
	background: linear-gradient(145deg, rgba(217, 226, 214, 0.68), rgba(255, 255, 255, 0.96));
	border: 1px solid rgba(47, 116, 84, 0.24);
	border-radius: var(--wp--preset--border-radius--large);
	color: var(--wp--preset--color--deep-charcoal);
	margin: 0;
	padding: clamp(1.5rem, 5vw, 3rem);
	text-align: center;
}

.brightpath-contact-success__icon {
	align-items: center;
	background: var(--wp--preset--color--deep-sage);
	border-radius: 50%;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 800;
	height: 64px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 64px;
}

.brightpath-contact-success .brightpath-company-kicker {
	justify-content: center;
}

.brightpath-contact-success h3 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin: 0.75rem 0;
}

.brightpath-contact-success__reference {
	font-weight: 800;
}

.brightpath-contact-success__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.brightpath-contact-success__actions a,
.brightpath-contact-success__actions button {
	align-items: center;
	border-radius: var(--wp--preset--border-radius--pill);
	display: inline-flex;
	font: inherit;
	font-weight: 750;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
}

.brightpath-contact-success__actions button {
	background: transparent;
	border: 1px solid var(--wp--preset--color--border-neutral);
	color: var(--wp--preset--color--deep-charcoal);
	cursor: pointer;
}

.brightpath-contact-form button[disabled] {
	cursor: wait;
	opacity: 0.72;
}

.brightpath-contact-aside {
	display: grid;
	gap: 1rem;
	position: sticky;
	top: 110px;
}

.brightpath-contact-card a {
	color: var(--wp--preset--color--deep-charcoal);
	font-weight: 700;
}

.brightpath-map-slot,
.brightpath-video-slot,
.brightpath-review-provider {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(63, 91, 74, 0.12), rgba(201, 151, 50, 0.12)),
		var(--wp--preset--color--soft-background);
	border: 1px dashed rgba(63, 91, 74, 0.35);
	border-radius: var(--wp--preset--border-radius--large);
	display: flex;
	justify-content: center;
	min-height: 300px;
	padding: 2rem;
	text-align: center;
}

/* Gallery */
.brightpath-gallery-video-hero {
	background: var(--wp--preset--color--deep-charcoal, #161513);
	isolation: isolate;
	margin: 0;
	min-height: clamp(430px, 64vw, 760px);
	overflow: hidden;
	position: relative;
}

.brightpath-gallery-video-hero > .wp-block-shortcode,
.brightpath-gallery-video-hero__media {
	inset: 0;
	margin: 0;
	position: absolute;
}

.brightpath-gallery-video-hero__media video,
.brightpath-gallery-video-hero__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.brightpath-gallery-section {
	background: var(--wp--preset--color--warm-cream, #fbf7ee);
}

.brightpath-gallery-guide,
.brightpath-decision-guide {
	background: var(--wp--preset--color--soft-background);
}

.brightpath-space-guide-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brightpath-space-guide-grid .brightpath-audience-card {
	display: flex;
	flex-direction: column;
}

.brightpath-space-guide-grid .brightpath-audience-card > p:last-child {
	margin-top: auto;
}

.brightpath-space-guide-grid a,
.brightpath-decision-guide a {
	font-weight: 750;
}

.brightpath-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.brightpath-filter-bar button {
	background: transparent;
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--pill);
	color: var(--wp--preset--color--charcoal);
	cursor: pointer;
	font: inherit;
	min-height: 44px;
	padding: 0.55rem 1rem;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.brightpath-filter-bar button[aria-pressed="true"] {
	background: var(--wp--preset--color--deep-charcoal);
	border-color: var(--wp--preset--color--deep-charcoal);
	color: var(--wp--preset--color--white);
}

.brightpath-filter-bar button:hover {
	transform: translateY(-2px);
}

.brightpath-gallery-grid {
	display: grid;
	gap: 1rem;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin: 0;
}

.brightpath-gallery-item,
.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"] {
	grid-column: span 4;
	margin: 0 !important;
	overflow: hidden;
	position: relative;
}

.brightpath-gallery-item--wide {
	grid-column: span 8;
}

.brightpath-gallery-item img,
.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"] img {
	aspect-ratio: 4 / 3;
	border-radius: var(--wp--preset--border-radius--large);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.brightpath-gallery-item:hover img,
.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"]:hover img {
	transform: scale(1.035);
}

.brightpath-gallery-item--tall img {
	aspect-ratio: 4 / 5;
}

.brightpath-gallery-item figcaption,
.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"] figcaption {
	backdrop-filter: blur(10px);
	background: rgba(22, 21, 19, 0.84);
	border-radius: var(--wp--preset--border-radius--small);
	bottom: 0.75rem;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--small);
	left: 0.75rem;
	max-width: calc(100% - 1.5rem);
	padding: 0.5rem 0.7rem;
	position: absolute;
}

.brightpath-work-proof .brightpath-gallery-item figcaption {
	display: grid;
	gap: 0.2rem;
}

.brightpath-work-proof .brightpath-gallery-item figcaption span,
.brightpath-work-proof .brightpath-gallery-item figcaption small {
	color: rgba(255, 255, 255, 0.76);
	display: block;
}

.brightpath-work-proof .brightpath-gallery-item figcaption small {
	font-size: 0.75rem;
	line-height: 1.4;
}

.brightpath-gallery-cta .wp-block-buttons {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.brightpath-before-after {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brightpath-before-after figure {
	margin: 0;
}

.brightpath-before-after img {
	aspect-ratio: 4 / 3;
	border-radius: var(--wp--preset--border-radius--large);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.brightpath-before-after figcaption {
	font-weight: 700;
	margin-top: 0.65rem;
}

.brightpath-video-slot {
	aspect-ratio: 16 / 9;
	min-height: 0;
}

/* Testimonials */
.brightpath-rating-shell {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}

.brightpath-rating-stars {
	color: var(--wp--preset--color--brand-gold);
	font-size: 1.6rem;
	letter-spacing: 0.12em;
}

.brightpath-featured-review {
	background: var(--wp--preset--color--deep-sage);
	border-radius: var(--wp--preset--border-radius--large);
	color: var(--wp--preset--color--white);
	padding: clamp(2rem, 6vw, 5rem);
}

.brightpath-featured-review blockquote {
	border: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(2rem, 4.5vw, 4.5rem);
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.08;
	margin: 1.5rem 0;
	padding: 0;
}

.brightpath-review-card {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	min-height: 340px;
}

.brightpath-review-card blockquote {
	border: 0;
	margin: 0;
	padding: 0;
}

.brightpath-review-meta {
	border-top: 1px solid var(--wp--preset--color--border-neutral);
	margin-top: auto;
	padding-top: 0.9rem;
}

.brightpath-testimonials-shortcode {
	margin-block: 0 !important;
}

.brightpath-testimonial-feed h2 {
	max-width: 16ch;
}

.brightpath-testimonial-feed__intro {
	color: var(--wp--preset--color--muted-text);
	font-size: var(--wp--preset--font-size--body-large);
	max-width: 760px;
}

.brightpath-testimonial-feed .brightpath-review-grid {
	margin-top: clamp(2rem, 5vw, 4rem);
}

.brightpath-review-card__stars {
	color: var(--wp--preset--color--brand-gold);
	font-size: 1.05rem;
	letter-spacing: 0.12em;
}

.brightpath-review-card blockquote p {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.45;
}

.brightpath-review-meta {
	display: grid;
	gap: 0.3rem;
}

.brightpath-review-meta__source,
.brightpath-review-meta__source a {
	color: var(--wp--preset--color--muted-text);
	font-size: 0.8rem;
}

.brightpath-testimonial-feed__empty {
	background:
		linear-gradient(135deg, rgba(63, 91, 74, 0.1), rgba(201, 151, 50, 0.09)),
		var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--border-neutral);
	border-radius: var(--wp--preset--border-radius--large);
	margin-top: 2rem;
	max-width: 900px;
	padding: clamp(1.75rem, 5vw, 3.5rem);
}

.brightpath-testimonial-feed__empty h2 {
	margin-top: 0;
}

.brightpath-testimonial-feed__empty p {
	max-width: 720px;
}

.brightpath-testimonial-feed__actions {
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	gap: 1rem 1.5rem;
	margin-top: 2rem;
}

.brightpath-review-provider {
	min-height: 220px;
}

[hidden] {
	display: none !important;
}

@media (max-width: 960px) {
	.brightpath-company-hero {
		min-height: auto;
	}

	.brightpath-company-hero h1 {
		font-size: clamp(3.5rem, 9vw, 6rem) !important;
	}

	.brightpath-company-heading,
	.brightpath-story-grid,
	.brightpath-media-grid,
	.brightpath-contact-layout,
	.brightpath-team-proof__heading,
	.brightpath-proof-empty {
		grid-template-columns: 1fr;
	}

	.brightpath-contact-aside {
		position: static;
	}

	.brightpath-values-grid,
	.brightpath-audience-grid,
	.brightpath-contact-cards,
	.brightpath-review-grid,
	.brightpath-team-grid,
	.brightpath-space-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brightpath-gallery-item,
	.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"],
	.brightpath-gallery-item--wide {
		grid-column: span 6;
	}
}

@media (max-width: 600px) {
	.brightpath-gallery-video-hero {
		min-height: 520px;
	}

	.brightpath-company-section {
		padding-block: 4.25rem;
	}

	.brightpath-company-hero {
		padding-top: 3.75rem;
	}

	.brightpath-story-visual__logo {
		bottom: 1rem;
		right: 0.75rem;
	}

	.brightpath-company-hero h1 {
		font-size: clamp(3rem, 14vw, 4.5rem) !important;
		max-width: 11ch;
	}

	.brightpath-company-hero__badge {
		bottom: -1rem;
		right: 0.5rem;
	}

	.brightpath-values-grid,
	.brightpath-audience-grid,
	.brightpath-contact-cards,
	.brightpath-review-grid,
	.brightpath-team-grid,
	.brightpath-space-guide-grid,
	.brightpath-form-grid,
	.brightpath-before-after {
		grid-template-columns: 1fr;
	}

	.brightpath-gallery-grid {
		grid-template-columns: 1fr;
	}

	.brightpath-gallery-item,
	.brightpath-gallery-grid > [class*="is-style-brightpath-gallery-"],
	.brightpath-gallery-item--wide {
		grid-column: auto;
	}

	.brightpath-filter-bar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brightpath-filter-bar button {
		width: 100%;
	}

	.brightpath-contact-form button,
	.brightpath-contact-success__actions a,
	.brightpath-company-page .wp-block-button,
	.brightpath-company-page .wp-block-button__link {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.brightpath-company-hero h1 {
		font-size: 2.75rem !important;
	}

	.brightpath-filter-bar {
		grid-template-columns: 1fr;
	}
}
