/* Parenting Time Solutions — front-end theme styles.
 * Design tokens follow the project design system (HSL semantic tokens). */

:root {
	/* HSL semantic tokens (mirrors theme.json palette). */
	--pt-background: 40 33% 97%;
	--pt-foreground: 200 25% 18%;
	--pt-primary: 192 45% 55%;
	--pt-primary-glow: 188 60% 72%;
	--pt-secondary: 165 28% 60%;
	--pt-accent: 12 70% 70%;
	--pt-accent-deep: 12 60% 55%;
	--pt-sage: 145 18% 65%;
	--pt-muted: 40 20% 93%;
	--pt-border: 200 15% 88%;
	--pt-warm-gray: 200 10% 38%;

	/* Composed --pt-* tokens. */
	--pt-shadow-sm: 0 1px 2px hsl(var(--pt-foreground) / 0.04);
	--pt-shadow-md: 0 6px 18px hsl(var(--pt-foreground) / 0.06);
	--pt-shadow-lg: 0 16px 40px hsl(var(--pt-foreground) / 0.10);
	--pt-radius-sm: 8px;
	--pt-radius-md: 12px;
	--pt-radius-lg: 16px;

	--pt-icon-bg: hsl(var(--pt-primary) / 0.16);
	--pt-icon-color: hsl(var(--pt-primary));

	/* Section gradients per spec. */
	--pt-gradient-hero: linear-gradient(135deg, hsl(var(--pt-primary)) 0%, hsl(var(--pt-secondary)) 100%);
	--pt-gradient-coral: linear-gradient(135deg, hsl(var(--pt-accent)) 0%, hsl(20, 75%, 75%) 100%);
	--pt-gradient-soft: linear-gradient(180deg, hsl(var(--pt-background)) 0%, hsl(195, 25%, 92%) 100%);

	/* Page hero gradient (warm base + deeper teal/coral glows for drama). */
	--pt-page-hero-bg:
		radial-gradient(ellipse 65% 85% at 8% 20%, hsl(var(--pt-primary) / 0.55) 0%, transparent 65%),
		radial-gradient(ellipse 70% 80% at 92% 90%, hsl(var(--pt-accent-deep) / 0.50) 0%, transparent 65%),
		linear-gradient(180deg, hsl(40, 32%, 95%) 0%, hsl(40, 22%, 90%) 100%);
}

/* Apply Open Sans to body text broadly. */
body,
.wp-site-blocks {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	color: hsl(var(--pt-foreground));
	background: hsl(var(--pt-background));
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: hsl(var(--pt-foreground));
}

/* --- Header --- */

.site-header {
	border-bottom: 1px solid rgba(168, 192, 176, 0.25);
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: saturate(180%) blur(8px);
}

.site-header__inner {
	gap: 2rem;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.site-header__brand {
	gap: 0.65rem;
}

.site-header__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary-glow);
	color: #fff;
	flex: 0 0 36px;
	box-shadow: 0 2px 6px rgba(124, 198, 214, 0.35);
}

.site-header__logo svg {
	width: 18px;
	height: 18px;
}

.site-header__logo-img {
	display: block;
	height: 70px;
	width: auto;
}

@media (max-width: 599px) {
	.site-header__logo-img { height: 50px; }
}

.site-header__brand .wp-block-site-title {
	margin: 0;
	line-height: 1;
}

.primary-nav {
	display: flex;
	gap: 1.75rem;
	align-items: center;
}

.primary-nav a {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.96rem;
	font-weight: 500;
	color: hsl(var(--pt-foreground));
	text-decoration: none;
	transition: color 0.18s ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
	color: hsl(var(--pt-primary));
}

@media (max-width: 599px) {
	.primary-nav {
		gap: 1rem;
		font-size: 0.88rem;
	}

	/* Mobile header: drop the Get Started button to its own row below the nav. */
	.site-header__inner {
		flex-wrap: wrap !important;
		row-gap: 0.6rem !important;
	}
	.site-header__nav {
		flex-wrap: wrap !important;
		justify-content: flex-end !important;
		gap: 0.5rem 1rem !important;
	}
	.site-header__cta {
		flex: 1 1 100% !important;
		text-align: center;
		margin-left: 0 !important;
		white-space: nowrap;
		order: 99;
	}
}

.site-header__cta {
	margin-left: 0.5rem;
}

/* --- Hero (homepage — Ken Burns crossfade) --- */

.pt-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(520px, 72vw, 760px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5rem 1.5rem;
	isolation: isolate;
}

.pt-hero__stage {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.pt-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform-origin: center;
	will-change: transform, opacity;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.pt-hero__slide--1 {
	background-image: url("/wp-content/uploads/2026/05/Bridge-Crossing-Foggy-Ravine.png");
	background-position: center 50%;
	animation-name: pt-ken-1;
	opacity: 1;
}

.pt-hero__slide--2 {
	display: none;
}

@keyframes pt-ken-1 {
	0%   { transform: scale(1.0)  translate(0, 0); opacity: 1; }
	50%  { transform: scale(1.08) translate(-1.5%, 1%); opacity: 1; }
	100% { transform: scale(1.0)  translate(0, 0); opacity: 1; }
}

/* Soft scrim — darkens just enough that the bright text/buttons pop without
 * killing the Ken Burns motion. Stronger toward the bottom where text sits. */
.pt-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 45% at 50% 55%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.18) 55%, transparent 80%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.20) 60%, rgba(0, 0, 0, 0.35) 100%);
	z-index: 1;
}

.pt-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 1280px;
	width: 100%;
	text-align: center;
	color: #fff;
	/* Soft shadow on every text child so headlines + body lift off the photo. */
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.pt-hero__eyebrow {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: hsl(var(--pt-primary-glow));
	margin: 0 0 1rem;
}

.pt-hero__title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: clamp(1.25rem, 6vw, 5.5rem);
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0 0 1.25rem;
	color: #fff;
	white-space: nowrap;
}

.pt-hero__title-accent {
	color: hsl(var(--pt-primary-glow));
}

.pt-hero__lede {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	max-width: 720px;
	margin: 0 auto 0.85rem;
	color: #fff;
}

.pt-hero__sub {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	line-height: 1.65;
	max-width: 560px;
	margin: 0 auto 2rem;
	color: rgba(255, 255, 255, 0.92);
}

.pt-hero__cta {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	flex-wrap: wrap;
	/* Buttons sit on top of the photo; remove text-shadow inheritance and add their own depth. */
	text-shadow: none;
}

.pt-hero__cta .pt-btn-primary,
.pt-hero__cta .pt-btn-secondary {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.pt-hero__cta .pt-btn-primary:hover,
.pt-hero__cta .pt-btn-secondary:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

@media (prefers-reduced-motion: reduce) {
	.pt-hero__slide {
		animation: none;
	}
	.pt-hero__slide--1 { opacity: 1; }
	.pt-hero__slide--2 { opacity: 0; }
}

/* --- Page-hero (cream/peach gradient) shared across non-home pages --- */

.pt-page-hero {
	background: var(--pt-page-hero-bg);
	padding: 6rem 1.5rem;
	text-align: center;
}

.pt-page-hero__inner {
	max-width: 760px;
	margin: 0 auto;
}

/* Photo-backed page heroes: image background with Ken Burns motion + scrim. */
.pt-page-hero--photo {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: var(--pt-page-hero-bg);
}

.pt-page-hero__bg {
	position: absolute;
	inset: 0;
	background-image: var(--pt-hero-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	transform-origin: center;
	will-change: transform;
	animation: pt-page-ken 28s ease-in-out infinite;
}

.pt-page-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.pt-page-hero--photo .pt-page-hero__inner {
	position: relative;
	z-index: 2;
	color: #fff;
	text-shadow:
		0 2px 18px rgba(0, 0, 0, 0.65),
		0 1px 4px rgba(0, 0, 0, 0.55);
}

.pt-page-hero--photo .pt-page-hero__inner .pt-section-heading {
	color: #fff;
	font-size: clamp(1.05rem, 4.6vw, 2.6rem) !important;
	white-space: nowrap;
}

.pt-page-hero--photo .pt-page-hero__inner p {
	color: rgba(255, 255, 255, 0.95) !important;
}

.pt-page-hero--photo .pt-eyebrow {
	color: hsl(var(--pt-primary-glow));
}

/* Buttons inside any page hero render flat — no fuzzy drop shadow,
 * and don't inherit the hero's dark text-shadow either. */
.pt-page-hero .pt-btn-primary,
.pt-page-hero .pt-btn-secondary,
.pt-page-hero .pt-btn-primary:hover,
.pt-page-hero .pt-btn-secondary:hover {
	box-shadow: none;
	text-shadow: none;
}

@keyframes pt-page-ken {
	0%, 100% { transform: scale(1.05) translate(0, 0); }
	50%      { transform: scale(1.12) translate(-1.5%, 1.2%); }
}

/* Content-image hover lift — feels alive on rollover. */
.pt-section img {
	transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pt-section img:hover {
	transform: scale(1.025);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

@media (prefers-reduced-motion: reduce) {
	.pt-page-hero__bg {
		animation: none;
		transform: scale(1.05);
	}
	.pt-section img {
		transition: none !important;
	}
	.pt-section img:hover {
		transform: none !important;
	}
}

/* --- Section primitives --- */

html {
	scroll-behavior: smooth;
}

.pt-section {
	scroll-margin-top: 7rem;
}

/* --- Credibility strip (homepage, below hero) --- */

.pt-credibility-strip {
	padding: 1.5rem 1.5rem;
	background: #fff;
	border-bottom: 1px solid rgba(168, 192, 176, 0.25);
}

.pt-credibility-strip__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem 2rem;
}

.pt-credibility-item {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--wp--preset--color--ink);
	letter-spacing: 0.01em;
}

.pt-credibility-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: hsl(var(--pt-primary) / 0.16);
	color: hsl(var(--pt-primary));
	flex: 0 0 44px;
}

.pt-credibility-item__icon svg {
	width: 24px;
	height: 24px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.pt-eyebrow {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
	margin: 0;
}

.pt-section-heading {
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 700;
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--wp--preset--color--ink);
	margin: 0.75rem 0 1rem;
}

/* --- Service cards (homepage 3-up) --- */

.pt-services {
	gap: 1.75rem;
}

.pt-service-card {
	background: #fff;
	border-radius: var(--pt-radius-lg);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 2.25rem 2rem;
	box-shadow: var(--pt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.pt-service-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--pt-shadow-lg);
	border-color: var(--wp--preset--color--primary-glow);
}

.pt-icon-tile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--pt-icon-bg);
	border-radius: 10px;
	color: var(--wp--preset--color--primary);
	margin-bottom: 0.25rem;
}

.pt-icon-tile svg {
	width: 22px;
	height: 22px;
}

.pt-service-card__title {
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 700;
	font-size: 1.3rem;
	color: var(--wp--preset--color--ink);
	margin: 0;
	line-height: 1.25;
}

.pt-service-card__price {
	font-family: var(--wp--preset--font-family--montserrat);
	margin: 0;
	color: var(--wp--preset--color--primary);
}

.pt-service-card__price-amount {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.pt-service-card__price-unit {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	font-weight: 500;
	margin-left: 0.35rem;
}

.pt-service-card__body {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
}

.pt-service-card__cta {
	margin-top: auto;
	padding-top: 0.75rem;
}

/* --- Services page split cards (large stacked) --- */

.pt-svc-detail {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) 2fr;
	border-radius: var(--pt-radius-lg);
	overflow: hidden;
	box-shadow: var(--pt-shadow-md);
	background: #fff;
	margin-bottom: 2.5rem;
}

@media (max-width: 781px) {
	.pt-svc-detail {
		grid-template-columns: 1fr;
	}
}

.pt-svc-detail__left {
	background: var(--pt-gradient-hero);
	padding: 2.5rem 2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pt-svc-detail__left .pt-icon-tile {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.pt-svc-detail__name {
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.1;
	margin: 0;
}

.pt-svc-detail__price {
	margin-top: auto;
	font-family: var(--wp--preset--font-family--montserrat);
}

.pt-svc-detail__price-amount {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	display: block;
	line-height: 1;
}

.pt-svc-detail__price-unit {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.85);
}

.pt-svc-detail__cta {
	margin-top: 1.5rem;
}

.pt-svc-detail__cta a {
	display: inline-block;
	background: #fff;
	color: var(--wp--preset--color--primary);
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 0.95rem;
	padding: 0.75rem 1.5rem;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.pt-svc-detail__cta a:hover {
	background: var(--wp--preset--color--page-bg);
	transform: translateY(-1px);
}

.pt-svc-detail__right {
	padding: 2.5rem 2.25rem;
}

.pt-svc-detail__intro {
	color: var(--wp--preset--color--warm-gray);
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 1.75rem;
}

.pt-svc-lists {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.25rem;
}

@media (max-width: 599px) {
	.pt-svc-lists {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

.pt-svc-list h4 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.85rem;
}

.pt-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pt-checklist li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.6rem;
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.5;
}

.pt-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4rem;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235FA89C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
}

/* --- Important notes (services page) --- */

.pt-notes {
	background: var(--wp--preset--color--muted);
	border-radius: var(--pt-radius-md);
	padding: 1.75rem 2rem;
}

.pt-notes h3 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 1rem;
}

.pt-notes ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem 2rem;
}

@media (max-width: 599px) {
	.pt-notes ul {
		grid-template-columns: 1fr;
	}
}

/* --- About — what we do (4-up icon list cards) --- */

.pt-icon-row {
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 1.5rem 1.75rem;
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	box-shadow: var(--pt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pt-icon-row:hover {
	transform: translateY(-2px);
	box-shadow: var(--pt-shadow-md);
}

.pt-icon-row__body h3 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.4rem;
}

.pt-icon-row__body p {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
}

/* --- About — why choose us (6-up icon-tile cards) --- */

.pt-feature-card {
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 1.75rem;
	box-shadow: var(--pt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pt-feature-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--pt-shadow-md);
}

.pt-feature-card .pt-icon-tile {
	background: var(--wp--preset--color--secondary);
	color: #fff;
	margin-bottom: 1rem;
}

.pt-feature-card h3 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.5rem;
}

.pt-feature-card p {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
}

/* --- Testimonials marquee --- */

.pt-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
	padding: 0.5rem 0;
}

.pt-marquee__track {
	display: flex;
	gap: 1.25rem;
	width: max-content;
	animation: pt-marquee-scroll 75s linear infinite;
	will-change: transform;
}

.pt-marquee:hover .pt-marquee__track,
.pt-marquee:focus-within .pt-marquee__track {
	animation-play-state: paused;
}

@keyframes pt-marquee-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.pt-marquee {
		mask-image: none;
		-webkit-mask-image: none;
		overflow-x: auto;
	}
	.pt-marquee__track {
		animation: none;
	}
}

.pt-quote-card {
	flex: 0 0 auto;
	width: clamp(280px, 28vw, 380px);
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid hsl(var(--pt-border));
	padding: 1.75rem 1.5rem;
	box-shadow: var(--pt-shadow-sm);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-height: 220px;
}

.pt-quote-card__mark {
	color: var(--wp--preset--color--primary-glow);
	font-family: serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 0.7;
}

.pt-quote-card__text {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

/* --- Important Information (Get Started page) --- */

.pt-important__inner {
	max-width: 760px;
	margin: 0 auto;
}

.pt-important__head {
	text-align: center;
	margin-bottom: 2.5rem;
}

.pt-important__sub {
	color: hsl(var(--pt-warm-gray));
	font-size: 1rem;
	line-height: 1.65;
	margin: 0.5rem auto 0;
	max-width: 540px;
}

.pt-important__card {
	background: #fff;
	border-radius: var(--pt-radius-lg);
	border: 1px solid hsl(var(--pt-border));
	box-shadow: var(--pt-shadow-md);
	padding: 0.75rem 1.5rem;
}

.pt-important__row {
	display: flex;
	gap: 1.25rem;
	align-items: center;
	padding: 1.1rem 0;
	border-bottom: 1px solid hsl(var(--pt-border));
}

.pt-important__row:last-child {
	border-bottom: none;
}

.pt-important__row .pt-icon-tile {
	flex: 0 0 44px;
	margin: 0;
}

.pt-important__row p {
	margin: 0;
	color: hsl(var(--pt-foreground));
	font-size: 1rem;
	line-height: 1.55;
}

@media (max-width: 599px) {
	.pt-important__row {
		gap: 1rem;
		padding: 0.9rem 0;
	}
	.pt-important__row .pt-icon-tile {
		flex: 0 0 38px;
		width: 38px;
		height: 38px;
	}
	.pt-important__row p {
		font-size: 0.95rem;
	}
}

/* --- Process steps (Get Started page) --- */

.pt-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

@media (max-width: 1024px) {
	.pt-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 599px) {
	.pt-steps {
		grid-template-columns: 1fr;
	}
}

.pt-step-card {
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 2rem 1.5rem 1.75rem;
	position: relative;
	box-shadow: var(--pt-shadow-sm);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pt-step-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--pt-shadow-md);
}

.pt-step-card__num {
	position: absolute;
	top: -14px;
	left: 1.5rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--wp--preset--color--accent);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 700;
	font-size: 0.85rem;
	box-shadow: 0 2px 6px rgba(232, 155, 131, 0.4);
}

.pt-step-card .pt-icon-tile {
	margin-bottom: 1rem;
}

.pt-step-card h3 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.pt-step-card p {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 0;
}

/* --- Contact info cards (Email/Location/Hours top of contact page) --- */

.pt-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

@media (max-width: 781px) {
	.pt-info-grid {
		grid-template-columns: 1fr;
	}
}

.pt-info-card {
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 1.75rem 1.75rem 2rem;
	box-shadow: var(--pt-shadow-sm);
	transition: transform 0.2s ease;
	text-align: left;
}

.pt-info-card:hover {
	transform: translateY(-2px);
}

.pt-info-card .pt-icon-tile {
	margin-bottom: 1rem;
}

.pt-info-card h3 {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.5rem;
}

.pt-info-card p {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 0;
}

.pt-info-card a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.pt-info-card a:hover {
	text-decoration: underline;
}

/* --- Important Contact Information cards (2-col) --- */

.pt-info-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 781px) {
	.pt-info-2col {
		grid-template-columns: 1fr;
	}
}

.pt-info-block {
	background: #fff;
	border-radius: var(--pt-radius-md);
	border: 1px solid rgba(168, 192, 176, 0.25);
	padding: 1.5rem 1.75rem;
	box-shadow: var(--pt-shadow-sm);
}

.pt-info-block__title {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1rem;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
	margin: 0 0 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.pt-info-block__title::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233F8FA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	flex: 0 0 16px;
}

.pt-info-block__body {
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

/* --- FAQ accordion --- */

.pt-faq {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.pt-faq__item {
	background: #fff;
	border: 1px solid rgba(168, 192, 176, 0.25);
	border-radius: var(--pt-radius-sm);
	box-shadow: var(--pt-shadow-sm);
	overflow: hidden;
}

.pt-faq__item summary {
	cursor: pointer;
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 1rem;
	color: var(--wp--preset--color--ink);
	padding: 1.1rem 3rem 1.1rem 1.5rem;
	position: relative;
	list-style: none;
	transition: color 0.18s ease;
}

.pt-faq__item summary::-webkit-details-marker {
	display: none;
}

.pt-faq__item summary::after {
	content: "";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233F8FA0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.2s ease;
}

.pt-faq__item[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
}

.pt-faq__item summary:hover {
	color: var(--wp--preset--color--primary);
}

.pt-faq__item[open] summary {
	color: var(--wp--preset--color--primary);
}

.pt-faq__body {
	padding: 0 1.5rem 1.25rem;
	color: var(--wp--preset--color--warm-gray);
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

/* --- Court approval (contact page) --- */

.pt-court {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.pt-court__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--pt-icon-bg);
	color: var(--wp--preset--color--primary);
	margin: 0 auto 1rem;
}

.pt-court__icon svg {
	width: 24px;
	height: 24px;
}

.pt-court__counties {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1.25rem 0 1.75rem;
}

.pt-court__chip {
	background: #fff;
	border: 1px solid rgba(168, 192, 176, 0.4);
	border-radius: 999px;
	padding: 0.5rem 1.1rem;
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 0.92rem;
	color: var(--wp--preset--color--ink);
	box-shadow: var(--pt-shadow-sm);
}

/* --- Inquiry form --- */

.pt-contact-form {
	display: grid;
	gap: 1.25rem;
	background: #fff;
	border-radius: var(--pt-radius-md);
	padding: 2.5rem;
	box-shadow: var(--pt-shadow-md);
	max-width: 720px;
	margin: 0 auto;
}

.pt-field-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

@media (max-width: 599px) {
	.pt-field-grid {
		grid-template-columns: 1fr;
	}
}

.pt-field {
	display: grid;
	gap: 0.4rem;
}

.pt-field span {
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--wp--preset--color--ink);
}

.pt-field span em {
	color: var(--wp--preset--color--accent-deep);
	font-style: normal;
}

.pt-field span .pt-optional {
	color: var(--wp--preset--color--warm-gray);
	font-weight: 400;
	font-size: 0.78rem;
}

.pt-field input,
.pt-field select,
.pt-field textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	font-family: var(--wp--preset--font-family--open-sans);
	font-size: 0.98rem;
	color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--page-bg);
	border: 1px solid rgba(168, 192, 176, 0.4);
	border-radius: 6px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	box-sizing: border-box;
}

.pt-field input:focus,
.pt-field select:focus,
.pt-field textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px rgba(124, 198, 214, 0.25);
	background: #fff;
}

.pt-field textarea {
	resize: vertical;
	min-height: 6rem;
}

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

.pt-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
}

.pt-form-disclaimer {
	margin: 0.25rem 0 0;
	font-size: 0.85rem;
	color: var(--wp--preset--color--warm-gray);
	line-height: 1.5;
	text-align: center;
}

.pt-form-message {
	padding: 1rem 1.25rem;
	border-radius: 8px;
	font-size: 0.98rem;
	line-height: 1.5;
}

.pt-form-message--ok {
	background: rgba(95, 168, 156, 0.12);
	color: var(--wp--preset--color--secondary);
	border: 1px solid var(--wp--preset--color--secondary);
}

.pt-form-message--err {
	background: rgba(232, 155, 131, 0.12);
	color: var(--wp--preset--color--accent-deep);
	border: 1px solid var(--wp--preset--color--accent);
}

.pt-contact-form > button[type="submit"] {
	background: var(--wp--preset--color--accent);
	color: #fff;
	border: none;
	border-radius: var(--pt-radius-sm);
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 1rem;
	padding: 0.95rem 1.5rem;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.pt-contact-form > button[type="submit"]:hover {
	background: var(--wp--preset--color--accent-deep);
	transform: translateY(-1px);
}

/* --- CTA strip — homepage final call-to-action --- */

.pt-cta-strip {
	background: linear-gradient(180deg, hsl(var(--pt-page-bg)) 0%, hsl(195, 25%, 94%) 100%);
	padding: 7rem 2rem 8rem;
	text-align: center;
}

.pt-cta-strip__inner {
	max-width: 880px;
	margin: 0 auto;
}

.pt-cta-strip__heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: hsl(var(--pt-foreground));
	margin: 0 0 1.5rem;
}

.pt-cta-strip__sub {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(1.1rem, 1.6vw, 1.3rem);
	line-height: 1.6;
	color: hsl(var(--pt-warm-gray));
	margin: 0 auto 2.5rem;
	max-width: 640px;
}

.pt-cta-strip__btn {
	font-size: 1.1rem;
	padding: 1.1rem 2.25rem;
	box-shadow: 0 8px 24px hsl(var(--pt-accent) / 0.4);
}

.pt-cta-strip__btn:hover {
	box-shadow: 0 12px 32px hsl(var(--pt-accent) / 0.5);
}

/* --- Hero / page-hero buttons --- */

.pt-btn-primary,
.pt-btn-primary:visited {
	background: var(--wp--preset--color--accent);
	color: #fff;
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 1rem;
	padding: 0.85rem 1.5rem;
	border-radius: 10px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	transition: background 0.2s ease, transform 0.2s ease;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
}

.pt-btn-primary:hover {
	background: var(--wp--preset--color--accent-deep);
	transform: translateY(-1px);
	color: #fff;
}

.pt-btn-secondary,
.pt-btn-secondary:visited {
	background: #fff;
	color: var(--wp--preset--color--ink);
	font-family: var(--wp--preset--font-family--montserrat);
	font-weight: 600;
	font-size: 1rem;
	padding: 0.85rem 1.5rem;
	border-radius: 10px;
	text-decoration: none;
	border: 1px solid rgba(42, 59, 64, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.pt-btn-secondary:hover {
	background: var(--wp--preset--color--page-bg);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}

/* --- Footer --- */

.site-footer .footer-heading {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 1rem;
	letter-spacing: 0.02em;
}

.site-footer__brand {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.site-footer__brand-name {
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
}

.site-footer__brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--wp--preset--color--primary-glow);
	color: #fff;
}

.site-footer__brand-logo svg {
	width: 16px;
	height: 16px;
}

.site-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.site-footer__nav a {
	color: #d8d4cc;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.2s ease;
}

.site-footer__nav a:hover {
	color: var(--wp--preset--color--primary-glow);
}

.site-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.site-footer__contact-row {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #d8d4cc;
}

.site-footer__contact-row svg {
	width: 16px;
	height: 16px;
	color: var(--wp--preset--color--primary-glow);
	flex-shrink: 0;
	margin-top: 0.2rem;
}

.site-footer__contact-row a {
	color: var(--wp--preset--color--primary-glow);
	text-decoration: none;
}

.site-footer__contact-row a:hover {
	text-decoration: underline;
}

.site-footer__cols {
	gap: 3rem;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.5fr;
}

@media (max-width: 781px) {
	.site-footer__cols {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	font-size: 0.85rem;
	color: #a8a39a;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 1.5rem;
	margin-top: 2.5rem;
}

/* --- Page-level link polish --- */

.site-main p a {
	text-decoration: underline;
	text-decoration-color: rgba(63, 143, 160, 0.4);
	text-underline-offset: 3px;
	transition: text-decoration-color 0.18s ease;
}

.site-main p a:hover {
	text-decoration-color: currentColor;
}

/* --- Reduced motion --- */

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
		animation: none !important;
	}
}
