/* Reference service pages — scoped to .bradford-service-ref */

.bradford-service-ref .svc-hero {
	padding: clamp(1.75rem, 3.5vw, 2.75rem) 0 clamp(2.25rem, 4vw, 3rem);
}

.bradford-service-ref .hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.bradford-service-ref .svc-proof {
	background: var(--tint);
}

.bradford-service-ref .proof-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 56px;
	align-items: center;
}

.bradford-service-ref .proof-copy .lede {
	color: var(--muted);
	font-size: 1.08rem;
	max-width: 38rem;
	margin-bottom: 16px;
}

.bradford-service-ref .proof-copy .marker-note {
	margin-top: 12px;
}

.bradford-service-ref .shot {
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--paper);
	aspect-ratio: 4 / 3;
	display: grid;
	place-items: center;
	box-shadow: 0 12px 34px rgba(14, 27, 44, 0.08);
	position: relative;
	overflow: hidden;
}

.bradford-service-ref .shot:has(.shot__img) {
	display: block;
	aspect-ratio: 4 / 3;
	padding: 0;
	overflow: hidden;
}

.bradford-service-ref .shot__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}

.bradford-service-ref .shot .slot {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
	border: 1px dashed var(--border);
	padding: 8px 14px;
	border-radius: 6px;
	text-align: center;
	max-width: 90%;
}

.bradford-service-ref .shot--sample {
	background: linear-gradient(145deg, var(--tint) 0%, var(--paper) 45%, var(--tint) 100%);
}

.bradford-service-ref .shot--sample .slot {
	font-size: 0.85rem;
	letter-spacing: normal;
	text-transform: none;
	color: var(--ink);
	border-style: solid;
	background: rgba(255, 255, 255, 0.85);
	line-height: 1.45;
}

.bradford-service-ref .svc-deliverables {
	background: var(--paper);
}

.bradford-service-ref .deliver-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 48px;
}

.bradford-service-ref .deliver-col {
	border: 1px solid var(--border);
	border-radius: 14px;
	padding: 32px;
	background: var(--tint);
}

.bradford-service-ref .deliver-col .deliver-title,
.bradford-service-ref .deliver-col h3 {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(1.55rem, 2.4vw, 1.95rem);
	font-weight: 600;
	color: var(--ink);
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 3px solid var(--accent);
}

.bradford-service-ref .deliver-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bradford-service-ref .deliver-col li {
	padding: 10px 0;
	font-size: 0.95rem;
	border-bottom: 1px solid var(--border);
}

.bradford-service-ref .deliver-col li::before {
	content: "·";
	color: var(--accent);
	font-weight: 700;
	margin-right: 8px;
}

.bradford-service-ref .svc-maps-seo {
	background: var(--navy);
	color: #fff;
	text-align: center;
}

.bradford-service-ref .svc-maps-seo .kicker {
	color: #7fa8e8;
}

.bradford-service-ref .svc-maps-seo h2.display {
	color: #fff;
}

.bradford-service-ref .svc-maps-seo .section-sub {
	margin-left: auto;
	margin-right: auto;
	color: #c4cdda;
	font-size: 1.1rem;
	max-width: 44rem;
	margin-top: 16px;
}

.bradford-service-ref .svc-maps-seo .text-link {
	color: #9fc0f2;
	border-bottom-color: #9fc0f2;
}

.bradford-service-ref .svc-related,
.bradford-industry-ref .svc-related {
	background: var(--tint);
}

.bradford-service-ref .svc-site-portfolio {
	background: var(--paper);
	padding: clamp(4rem, 8vw, 5.5rem) 0;
}

.bradford-service-ref .svc-site-portfolio .section-sub {
	color: var(--muted);
	font-size: 1.08rem;
	max-width: 44rem;
	margin-top: 16px;
	margin-bottom: 40px;
}

.bradford-service-ref .site-portfolio-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.bradford-service-ref .site-portfolio-card {
	background: var(--paper);
	border: 1px solid var(--border);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.bradford-service-ref .site-portfolio-card__shot {
	margin: 0;
	border-bottom: 1px solid var(--border);
}

.bradford-service-ref .site-portfolio-card__shot img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
}

.bradford-service-ref .site-portfolio-card__title {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.1rem;
	margin: 16px 20px 0;
}

.bradford-service-ref .site-portfolio-card__link {
	margin: 8px 20px 20px;
	font-size: 0.95rem;
}

.bradford-service-ref .site-portfolio-foot {
	margin-top: 32px;
	margin-bottom: 0;
}

.bradford-service-ref .related-links,
.bradford-service-ref .wp-block-group.related-links,
.bradford-industry-ref .related-links,
.bradford-industry-ref .wp-block-group.related-links {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 40px;
	align-items: stretch;
}

.bradford-service-ref .related-card-wrap,
.bradford-industry-ref .related-card-wrap {
	margin: 0;
}

.bradford-service-ref .related-card-wrap .related-card,
.bradford-industry-ref .related-card-wrap .related-card {
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.bradford-service-ref .related-card,
.bradford-industry-ref .related-card {
	display: block;
	background: var(--paper);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 24px;
	text-decoration: none;
	color: var(--ink);
	transition: transform 0.18s ease, border-color 0.18s ease;
}

.bradford-service-ref .related-card:hover,
.bradford-industry-ref .related-card:hover {
	transform: translateY(-3px);
	border-color: var(--accent);
}

.bradford-service-ref .related-card b,
.bradford-industry-ref .related-card b {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.15rem;
	display: block;
	margin-bottom: 6px;
}

.bradford-service-ref .related-card span,
.bradford-industry-ref .related-card span {
	font-size: 0.85rem;
	color: var(--muted);
}

.bradford-industry-ref .ind-proof-ledes {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.bradford-industry-ref .ind-proof-ledes .wp-block-column {
	background: var(--tint);
	border: 1px solid var(--border);
	border-radius: 12px;
	padding: 1.25rem 1.5rem;
}

.bradford-industry-ref .ind-proof-ledes .lede {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.55;
}

.bradford-industry-ref section.framework.ind-system {
	padding: clamp(3rem, 6vw, 4.5rem) 0;
}

/* Two pillars (not home’s four-phase thread). */
.bradford-industry-ref .framework.ind-system .wp-block-columns.thread {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 40px;
	margin-top: 2.5rem;
}

@media (max-width: 782px) {
	.bradford-industry-ref .ind-proof-ledes,
	.bradford-industry-ref .framework.ind-system .wp-block-columns.thread {
		grid-template-columns: 1fr !important;
	}

	.bradford-industry-ref .framework.ind-system .wp-block-columns.thread::before {
		display: none;
	}
}

.bradford-industry-ref .framework.ind-system {
	background: var(--tint);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.bradford-industry-ref .framework.ind-system .phase .pin-num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--accent);
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	display: grid;
	place-items: center;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0 8px var(--paper);
	margin: 0;
	line-height: 1;
}

.bradford-industry-ref .framework.ind-system .phase h3 {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 18px 0 12px;
}

.bradford-industry-ref .framework.ind-system .phase ul.wp-block-list,
.bradford-industry-ref .framework.ind-system .phase ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bradford-industry-ref .framework.ind-system .phase li {
	padding: 9px 0;
	border-bottom: 1px solid var(--border);
	font-size: 0.95rem;
}

.bradford-industry-ref .framework.ind-system .wp-block-columns.thread {
	position: relative;
}

.bradford-industry-ref .framework.ind-system .wp-block-columns.thread::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 8%;
	right: 8%;
	border-top: 3px dotted var(--accent);
	opacity: 0.45;
	pointer-events: none;
}

.bradford-industry-ref .ind-case-spotlight {
	background: var(--navy);
	color: #e8eef5;
}

.bradford-industry-ref .ind-case-spotlight .display,
.bradford-industry-ref .ind-case-spotlight .lede {
	color: inherit;
}

.bradford-industry-ref .ind-case-spotlight .text-link {
	color: #9fc0f2;
	border-bottom-color: #9fc0f2;
}

.bradford-industry-ref .ind-case-metric-value {
	font-family: 'Fraunces', Georgia, serif;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 500;
	margin: 0;
	color: #9fc0f2;
}

.bradford-service-ref .section-sub {
	font-size: 1.15rem;
	color: var(--muted);
	max-width: 42rem;
	margin-top: 16px;
}

.bradford-service-ref .faq details,
.bradford-industry-ref .faq details {
	border-top: 1px solid var(--border);
	padding: 22px 0;
}

.bradford-service-ref .faq summary,
.bradford-industry-ref .faq summary {
	font-family: 'Fraunces', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bradford-service-ref .faq summary::-webkit-details-marker,
.bradford-industry-ref .faq summary::-webkit-details-marker {
	display: none;
}

.bradford-service-ref .faq summary::after,
.bradford-industry-ref .faq summary::after {
	content: "+";
	color: var(--accent);
	font-size: 1.5rem;
	font-family: 'Inter', sans-serif;
}

.bradford-service-ref .faq details[open] summary::after,
.bradford-industry-ref .faq details[open] summary::after {
	content: "–";
}

.bradford-service-ref .faq details p,
.bradford-industry-ref .faq details p {
	margin-top: 12px;
	color: var(--muted);
	max-width: 46rem;
}

.bradford-service-ref .faq-list,
.bradford-industry-ref .faq-list {
	margin-top: 48px;
}

.bradford-service-ref .final,
.bradford-industry-ref .final {
	text-align: center;
	padding: 120px 0;
}

.bradford-service-ref .final h2,
.bradford-industry-ref .final h2 {
	font-size: clamp(2.3rem, 4vw, 3.4rem);
	margin-bottom: 20px;
}

.bradford-service-ref .final p,
.bradford-industry-ref .final p {
	max-width: 36rem;
	margin: 0 auto 32px;
	color: var(--muted);
	font-size: 1.1rem;
}

.bradford-service-ref .final .ctas,
.bradford-industry-ref .final .ctas {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.bradford-service-areas-ref .sa-hub-list {
	padding: 72px 0 88px;
}

.bradford-service-areas-ref .sa-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 28px;
	margin-top: 32px;
}

.bradford-service-areas-ref .sa-hub-link {
	margin: 0;
}

.bradford-service-areas-ref .sa-hub-link a {
	font-weight: 600;
	color: var(--accent);
	text-decoration: none;
}

.bradford-service-areas-ref .sa-hub-link a:hover {
	text-decoration: underline;
}

@media (max-width: 960px) {
	.bradford-service-ref section:not(.contact-page-grid) {
		padding: 64px 0;
	}

	.bradford-service-ref .proof-grid,
	.bradford-service-ref .deliver-cols,
	.bradford-service-ref .site-portfolio-grid,
	.bradford-service-ref .related-links,
	.bradford-service-ref .wp-block-group.related-links,
	.bradford-industry-ref .related-links,
	.bradford-industry-ref .wp-block-group.related-links {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bradford-service-ref .related-card:hover,
	.bradford-industry-ref .related-card:hover {
		transform: none;
	}
}
