:root {
	--brown: #552e0b;
	--ink: #3d3d3d;
	--brownink: #4d2000;
	--pink: #e0068c;
	--pink-bright: #ff007f;
	--pink-mid: #d467a0;
	--pink-soft: #ffd8eb;
	--pink-pale: #fdeef6;
	--navy: #2b2b3a;
	--font: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	min-width: 320px;
	background: var(--brown);
	color: var(--ink);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: var(--pink);
	text-decoration: none;
}
img {
	max-width: 100%;
	border: 0;
	display: block;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, .35);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.btn {
	cursor: pointer !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 30px;
	padding: 11px 22px;
	transition: .15s;
	line-height: 1;
}
.btn-pink {
	background: var(--pink);
	color: #fff !important;
	border: 2px solid var(--pink);
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.topbar .btn {
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 16px;
}
.topbar .btn.book-entry {
	width: auto;
	height: 48px;
	padding: 0 18px;
	border-radius: 30px;
	gap: 8px;
}
.topbar .book-entry .ico {
	width: 24px;
	height: 24px;
	margin: 0;
}
.btn-pink:hover {
	background: var(--pink-pale);
	color: var(--pink) !important;
}
.btn-pink:hover .ico {
	fill: var(--pink);
}
@media (prefers-reduced-motion: reduce) {
	.btn-pink {
		transition: none;
	}
}
.btn-alt-pink {
	background: var(--pink-pale);
	color: var(--pink) !important;
	border: 2px solid var(--pink);
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn.btn-alt-pink .ico {
	fill: var(--pink);
}
.btn-alt-pink:hover {
	background: var(--pink);
	color: #fff !important;
}
.btn-alt-pink:hover .ico {
	fill: #fff;
}
@media (prefers-reduced-motion: reduce) {
	.btn-alt-pink {
		transition: none;
	}
}
.btn-ghost {
	background: #fff;
	color: var(--pink) !important;
	border: 2px solid var(--pink);
}
.btn-ghost:hover {
	background: var(--pink-pale);
}
.lbl-short {
	display: none;
}
.awning {
	height: 50px;
	background: url('_media/banner-pattern.png') repeat-x;
	background-position: bottom center;
	background-color: #fff
}
.topbar {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 20px;
	border-bottom: 2px solid var(--pink-soft);
	transition: padding .22s ease, box-shadow .22s ease;
}
.topbar .brand {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}
.topbar .brand img {
	height: 78px;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
	transition: height .22s ease;
}
.topbar.compact {
	padding: 7px 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
}
.topbar.compact .brand img {
	height: 44px;
}
.topbar .actions {
	display: flex;
	align-items: center;
	gap: 10px;
}
.topbar .tel {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--pink);
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	border: 2px solid var(--pink);
	border-radius: 30px;
	padding: 10px 18px;
	transition: background .15s, color .15s;
}
.topbar .tel.phone-entry {
	width: auto;
	height: 48px;
	padding: 0 18px;
	border-radius: 30px;
	gap: 8px;
}
.topbar .tel.phone-entry .ico {
	width: 24px;
	height: 24px;
	margin: 0;
}
.topbar .phone-entry:hover {
	background: var(--pink-pale);
	color: var(--pink);
}
.topbar .phone-entry:hover .ico {
	fill: var(--pink);
}
.topbar .tel:hover {
	background: var(--pink-pale);
	text-decoration: none;
}
.topbar .tel a {
	color: var(--brownink);
}
nav.paws ul {
	list-style: none;
	margin: 0;
	padding: 12px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	background: var(--pink-pale);
}
nav.paws li {
	flex: 1 1 130px;
	max-width: 160px;
	display: flex;
}
nav.paws a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	background: #fff;
	border: 1px solid var(--pink-soft);
	border-radius: 14px;
	padding: 14px 8px;
	text-align: center;
	color: var(--brownink);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
	transition: .15s;
}
nav.paws a .paw {
	width: 50px;
	height: 50px;
	background: url('_media/icon-paw.png') center/contain no-repeat;
}
nav.paws a:hover {
	border-color: var(--pink);
	color: var(--pink-bright);
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(224, 6, 140, .18);
}
nav.paws a:hover .paw {
	background-image: url('_media/icon-paw-pink.png');
}
.hero {
	position: relative;
	background: #000;
	overflow: hidden;
}
.hero .heroimg {
	width: 100%;
	height: clamp(300px, 46vw, 520px);
	object-fit: cover;
	object-position: center 30%;
	opacity: .92;
	animation: heropan 30s ease-in-out infinite alternate;
}
.hero .ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(85, 46, 11, .55), rgba(85, 46, 11, .1) 15%, transparent);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 14px;
	padding: 5% 6%;
}
.hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 4.4vw, 44px);
	text-shadow: 0 2px 4px rgba(0, 0, 0, .85), 0 6px 24px rgba(0, 0, 0, .65);
	max-width: 16ch;
}
@media (min-width: 601px) {
	.hero:not(.hero-collage) h1 {
		width: min(32ch, calc(100% - var(--hero-badge-width) - 40px));
		max-width: none;
	}
	.hero:not(.hero-collage) h1 .hline {
		white-space: nowrap;
	}
}
.hero h1 .hlpink {
	color: var(--pink-soft);
}
.hero .cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.hero .badge {
	position: absolute;
	right: 14px;
	top: 14px;
	width: auto;
	height: auto;
	max-height: 156px;
	max-width: 44%;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .55));
	animation: popIn .4s ease-out both;
	animation-delay: .8s;
}
.hero:not(.hero-collage) {
	--hero-badge-width: clamp(160px, 22vw, 285px);
}
.hero:not(.hero-collage) .badge {
	width: var(--hero-badge-width);
	height: auto;
	max-height: none;
}
.creds {
	background: #fff;
	padding: 30px 16px 80px;
	text-align: center;
}
.credgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	max-width: 1020px;
	margin: 0px auto 0px auto;
}
.credgrid .card {
	background: #fff;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
}
.credgrid .card img {
	max-height: 72px;
	max-width: 100%;
	width: auto;
}
.spotlight-section {
	background: var(--pink-pale);
	text-align: center;
	padding: 30px 18px 34px;
}
.sec-head {
	text-align: center;
	margin-bottom: 16px;
}
.sec-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pink-mid);
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sec-kicker::before, .sec-kicker::after {
	content: "";
	width: 26px;
	height: 2px;
	background: currentColor;
	opacity: .55;
	border-radius: 2px;
}
.sec-title {
	font-size: clamp(24px, 4vw, 33px);
	font-weight: bold;
	color: var(--brownink);
	margin: 0;
	line-height: 1.15;
}
.sec-title .accent {
	color: var(--pink);
}
.sec-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 12px 0 0;
}
.sec-divider .ln {
	width: 44px;
	height: 2px;
	background: var(--pink-soft);
	border-radius: 2px;
}
.sec-divider svg {
	width: 22px;
	height: 22px;
	fill: var(--pink);
}
.spotlight-section__supporting-text {
	color: #8a8a8a;
	font-size: 16px;
	margin: 5px 0 16px;
	padding-bottom: 30px;
}
.pill-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	max-width: 1020px;
	margin: 0px 30px;
}
.pill-list__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 12px 24px;
	background: linear-gradient(180deg, #fff 0%, #fff2f8 100%);
	color: var(--brownink);
	border: 1px solid rgba(225, 0, 137, .18);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(85, 46, 11, .08), inset 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 5px 5px;;
}
footer {
	color: #f0dbe6;
	font-size: 14px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 36px;
}
.svgico {
	width: 1.05em;
	height: 1.05em;
	fill: currentColor;
	flex: 0 0 auto;
	margin-right: .4em;
}
.foot-cta {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: var(--pink);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 24px;
	margin-bottom: 0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}
.foot-cta .t {
	font-size: 20px;
	font-weight: bold;
}
.foot-cta .acts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.foot-cta .ph {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 9px 22px;
	transition: background .15s, color .15s, opacity .55s ease;
}
.foot-cta .ph:hover {
	background: var(--pink-pale);
	color: var(--pink);
}
.foot-cta .bk {
	background: #fff;
	color: var(--pink);
	font-size: 17px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 9px 22px;
	transition: background .15s, opacity .55s ease;
}
.foot-cta .bk:hover {
	background: var(--pink-pale);
}
.foot-main {
	display: grid;
	grid-template-columns: 1.9fr 1fr 1.9fr;
	gap: 26px;
	padding: 50px 6px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.foot-main > .foot-col:nth-child(2) {
	justify-self: center;
}
.foot-brand {
	font-size: 23px;
	color: #ff8fc4;
	font-weight: bold;
	line-height: 1.1;
}
.foot-brandsub {
	font-size: 12px;
	color: #cbb0bd;
	margin: 2px 0 12px;
}
.foot-col p {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #e7cfd9;
}
.foot-h {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff8fc4;
	margin-bottom: 12px;
}
.foot-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 22px;
}
.foot-links a {
	color: #f0d9e6;
	font-size: 13px;
	white-space: nowrap;
}
.foot-legal {
	line-height: 1.55;
}
.foot-links a:hover {
	color: #fff;
	text-decoration: underline;
}
.foot-phone {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
}
.foot-phone a {
	color: #fff;
}
.foot-info {
	font-size: 13px;
	color: #e7cfd9;
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 8px;
}
.foot-info a {
	color: #fff;
	font-weight: bold;
}
.foot-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 8px 0;
	font-size: 12px;
	color: #cbb0bd;
}
.foot-pay {
	display: flex;
	align-items: center;
	gap: 8px;
}
.foot-pay svg {
	height: 26px;
	width: auto;
}
.foot-pay .pay-lbl {
	font-size: 12px;
	color: #cbb0bd;
}
@media (max-width:760px) {
	.topbar .tel .tel-num,
	.book-entry-label {
		display: none;
	}
	.topbar .tel.phone-entry,
	.topbar .btn.book-entry {
		width: 48px;
		padding: 0;
		border-radius: 50%;
	}
	.foot-cta {
		flex-direction: column;
		text-align: center;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px;
	}
	.wrap {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.foot-cta .acts {
		justify-content: center;
	}
	.foot-main {
		padding-left: 16px;
		padding-right: 16px;
	}
	.foot-bottom {
		padding-left: 16px;
		padding-right: 16px;
	}
	.foot-main {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}
	.foot-main > .foot-col:nth-child(2) {
		justify-self: stretch;
	}
	.foot-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px 0;
		max-width: none;
		margin: 0;
		text-align: center;
	}
	.foot-links a {
		white-space: nowrap;
	}
	.foot-links a:not(:last-child)::after {
		content: "•";
		margin: 0 10px;
		opacity: .45;
		color: #ffd0e6;
	}
	.foot-info {
		justify-content: center;
	}
	.foot-bottom {
		justify-content: center;
		text-align: center;
	}
}
@media (min-width:601px) and (max-width:920px) {
	nav.paws ul {
		gap: 6px;
		padding: 10px 8px;
	}
	nav.paws li {
		flex: 1 1 0;
		max-width: none;
		min-width: 0;
	}
	nav.paws a {
		padding: 10px 6px;
		font-size: 10px;
		gap: 5px;
		white-space: normal;
	}
	nav.paws a .paw {
		width: 32px;
		height: 32px;
	}
}
@media (max-width:600px) {
	.hero {
		display: none;
	}
	.hero + section {
		scroll-margin-top: 80px;
	}
	.service-area__locations {
		gap: 8px;
		margin-inline: 0;
	}
	.service-area__location {
		min-height: 44px;
		padding: 8px 16px;
		margin: 2px;
		font-size: 13px;
	}
	.credgrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.credgrid .card {
		min-height: 76px;
		padding: 8px;
	}
	.credgrid .card img {
		max-height: 58px;
		max-width: 90%;
	}
	.topbar .tel {
		padding: 8px 12px;
	}
	.topbar .tel .tel-num {
		display: none;
	}
	.topbar .tel.phone-entry {
		width: 48px;
		padding: 0;
		border-radius: 50%;
	}
	.topbar {
		padding: 10px 16px;
	}
	.topbar .brand img {
		height: 52px;
	}
	.topbar.compact .brand img {
		height: 40px;
	}
	.topbar .tel .ico {
		margin-right: 0;
		width: 1.2em;
		height: 1.2em;
	}
	.lbl-full {
		display: none;
	}
	.lbl-short {
		display: block;
		text-align: center;
		line-height: 1.15;
	}
	.topbar .btn.book-entry {
		width: 48px;
		padding: 0;
		border-radius: 50%;
	}
	.book-entry-label {
		display: none;
	}
	.nb {
		display: none;
	}
	nav.paws ul {
		gap: 8px;
		padding: 10px;
	}
	nav.paws li {
		flex: 0 0 100%;
		max-width: none;
	}
	nav.paws a {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 16px;
		text-align: left;
		padding: 14px 18px;
		font-size: 15px;
		white-space: normal;
	}
	nav.paws a .nav-label {
		min-width: 0;
		text-align: left;
		line-height: 1.25;
		overflow-wrap: break-word;
	}
	nav.paws a .paw {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
	}
	.hero .ov {
		background: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .55));
		align-items: center;
		text-align: center;
	}
	.hero h1 {
		max-width: none;
	}
	.hero .cta {
		justify-content: center;
	}
	.hero .badge {
		max-height: 64px;
	}
}

@media (max-width:380px) {
	.topbar {
		gap: 6px;
		padding: 8px 10px;
	}
	.topbar .brand img,
	.topbar.compact .brand img {
		height: 36px;
	}
	.topbar .actions {
		gap: 6px;
	}
	.topbar .tel,
	.topbar .btn {
		padding: 8px 10px;
		font-size: 13px;
	}
}
.ico {
	width: 1.05em;
	height: 1.05em;
	margin-right: .4em;
	fill: currentColor;
	flex: 0 0 auto;
}
.tel .ico {
	fill: #e0068c;
}
.btn .ico {
	fill: #fff;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes heropan {
	from {
		object-position: center 28%;
	}
	to {
		object-position: center 58%;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-14px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes popIn {
	0% {
		opacity: 0;
		transform: scale(.5);
	}
	60% {
		opacity: 1;
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translateY(-16px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes rate-cta-slide-down {
	from {
		opacity: 0;
		transform: translateY(-18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.rate-cta__button.in {
	animation: rate-cta-slide-down .55s ease-out both;
}
.rate-cta__subtext.in {
	animation: rate-cta-slide-down .55s ease-out .55s both;
}
.pricing-brochure__image {
	animation: fadeIn .8s ease both;
}
.topbar {
	animation: fadeIn .8s ease both;
}
.rev-item {
	opacity: 0;
	transition: opacity .55s ease, transform .55s ease;
}
.rev-item.in {
	opacity: 1;
	transform: none;
}
.hero .ov .hline {
	display: block;
	animation: popIn .3s ease-out both;
}
.hero .ov .hline1 {
	animation-delay: .04s;
}
.hero .ov .hline2 {
	animation-delay: .24s;
}
.hero .cta {
	animation: fadeDown .4s ease both;
	animation-delay: .48s;
}
nav.paws li {
	animation: fadeInLeft .4s ease both;
}
nav.paws li:nth-child(1) {
	animation-delay: .05s;
}
nav.paws li:nth-child(2) {
	animation-delay: .11s;
}
nav.paws li:nth-child(3) {
	animation-delay: .17s;
}
nav.paws li:nth-child(4) {
	animation-delay: .23s;
}
nav.paws li:nth-child(5) {
	animation-delay: .29s;
}
nav.paws li:nth-child(6) {
	animation-delay: .35s;
}
nav.paws li:nth-child(7) {
	animation-delay: .41s;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation: none !important;
	}
	.rev-item {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}
/* ---- Interior content pages (Employment, etc.) — added, does not affect Home ---- */
.panel {
	padding: 30px 18px 34px;
}
.panel.alt {
	background: var(--pink-pale);
}
.prose {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.65;
}
.prose p {
	margin: 0 0 14px;
}
.prose p:last-child {
	margin-bottom: 0;
}
.client-policies{
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 820px;
	margin: 22px auto 0;
	text-align: left;
}
.reqs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	max-width: 820px;
	margin: 22px auto 0;
	text-align: left;
}
.req {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #fff;
	border: 1px solid var(--pink-soft);
	border-radius: 14px;
	padding: 16px 18px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}
.req svg {
	width: 22px;
	height: 22px;
	fill: var(--pink);
	flex: 0 0 auto;
	margin-top: 1px;
}
.req span {
	font-size: 15px;
	color: var(--brownink);
	line-height: 1.45;
}
.perks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 860px;
	margin: 22px auto 0;
}
.perk {
	background: #fff;
	border: 1px solid var(--pink-soft);
	border-radius: 16px;
	padding: 24px 18px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}
.perk .perk-ico {
	width: 42px;
	height: 42px;
	margin: 0 auto 12px;
	fill: var(--pink);
}
.perk h3 {
	margin: 0 0 6px;
	font-size: 16px;
	color: var(--brownink);
}
.perk p {
	margin: 0;
	font-size: 13.5px;
	color: #6f6f6f;
	line-height: 1.55;
}
.contact-action-card {
	display: block;
	color: inherit;
	transition: opacity .55s ease, transform .55s ease, border-color .18s ease, box-shadow .18s ease;
}
.contact-action-card p {
	color: var(--pink);
	overflow-wrap: anywhere;
}
.contact-action-card .js-email-address {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.contact-action-card:hover {
	border-color: var(--pink);
	box-shadow: 0 6px 18px rgba(224, 6, 140, .14);
	transform: translateY(-2px);
}
.contact-action-card:focus-visible {
	outline: 3px solid rgba(224, 6, 140, .28);
	outline-offset: 3px;
}
.apply {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.apply .cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 18px;
}
.apply .note {
	margin-top: 16px;
	font-size: 13px;
	color: #8a8a8a;
}
@media (max-width:600px) {
	.reqs {
		grid-template-columns: 1fr;
	}
	.perks {
		grid-template-columns: 1fr;
	}
}
/* Contact info: one row on desktop and a compact 2x2 grid on smaller screens. */
.perks.row {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1000px;
}
@media (max-width:900px) {
	.perks.row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:600px) {
	.perks.row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.contact-cards .perk {
		padding: 18px 10px;
	}
	.contact-cards .perk p {
		font-size: 12px;
	}
}
/* Compact interior-page hero (shared via _includes/collage-hero-bg.php): a single
     still photo behind a breadcrumb + title + one supporting line. Home does NOT use this. */
.hero-collage {
	height: auto;
	background: #3a2a20;
	isolation: isolate;
}
.hero-collage .hero-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	opacity: 0;
	transition: opacity .7s ease;
	filter: grayscale(1) contrast(1.05) brightness(.98) blur(1px);
	animation: interior-hero-pan 75s ease-in-out infinite var(--hero-pan-direction, alternate);
}
.hero-collage .hero-photo.loaded {
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.hero-collage .hero-photo {
		transition: none;
		animation: none;
		object-position: center 50%;
	}
}
@keyframes interior-hero-pan {
	from {
		object-position: center 40%;
	}
	to {
		object-position: center 60%;
	}
}
.hero-collage .ov {
	position: relative;
	z-index: 3;
	min-height: clamp(150px, 19vw, 250px);
	gap: 20px;
	padding: 18px 6%;
	background: none;
}
/* Duotone brand tint over the interior hero photo (Adam-tuned 2026-08-09) */
.hero-collage::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: multiply;
	opacity: .95;
}
.hero-collage::after {
	content: "";
	position: absolute;
	inset: -25px;
	z-index: 2;
	pointer-events: none;
	background: rgba(30, 16, 8, .3);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 50%);
	mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 50%);
}
@media (max-width:600px) {
	.hero-collage::after {
		inset: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .5));
		-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
		mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
	}
}
.hero-collage h1 {
	font-size: clamp(22px, 3.3vw, 34px);
	max-width: none;
	line-height: 1.14;
}
.hero .crumbs {
	display: none;  /*was flex*/
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0 0 2px;
	color: #fff;
	font-size: 12.5px;
	font-weight: bold;
	letter-spacing: .2px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .85);
}
.hero .crumbs a {
	color: #fff;
	text-decoration: none;
}
.hero .crumbs a:hover {
	text-decoration: underline;
}
.hero .crumbs .sep {
	opacity: .6;
}
.hero .crumbs .cur {
	color: var(--pink-soft);
}
.hero .heroline {
	margin: 3px 0 0;
	color: #fff;
	font-size: clamp(13px, 1.6vw, 15px);
	line-height: 1.45;
	max-width: 50ch;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .85), 0 6px	 24px rgba(0, 0, 0, .65);
}
/* legacy carousel cells (no longer emitted; kept harmless in case of cached markup) */
.hero-collage .collage {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: #000;
}
.hero-collage .gcell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: blur(2px);
}
.flipbook-frame {
	position: relative;
	max-width: 1000px;
	margin: 20px auto 50px auto;
	aspect-ratio: 16 / 10;
	background: #111118;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.flipbook-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media (max-width: 768px) {
	.flipbook-frame {
		aspect-ratio: 3 / 4;
	}
}

/* ---- Rates page: native pricing cards (replaces brochure JPG, 2026-08-09) ---- */
.sec-sub {
	max-width: 640px;
	margin: 14px auto 0;
	text-align: center;
	color: #6f6f6f;
	font-size: 14.5px;
	line-height: 1.6;
}
.rate-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	max-width: 1000px;
	margin: 26px auto 0;
}
.rate-card {
	background: #fff;
	border: 1px solid var(--pink-soft);
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
	text-align: left;
	display: flex;
	flex-direction: column;
}
.rate-card h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 4px;
	font-size: 17px;
	color: var(--brownink);
}
.rate-card h3 svg {
	width: 20px;
	height: 20px;
	fill: var(--pink);
	flex: 0 0 auto;
}
.rate-sub {
	margin: 0 0 14px;
	font-size: 12.5px;
	color: #8a8a8a;
	line-height: 1.45;
}
.rate-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rate-list li {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px dashed #f2d4e3;
	font-size: 14px;
	color: var(--ink);
}
.rate-list li:last-child {
	border-bottom: 0;
}
.rate-list .lbl {
	flex: 1 1 auto;
}
.rate-list .amt {
	flex: 0 0 auto;
	font-weight: bold;
	color: var(--pink);
	white-space: nowrap;
}
.rate-addons {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--pink-soft);
}
.rate-addons .rate-h {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: var(--pink-mid);
	margin-bottom: 6px;
}
.rate-note {
	margin-top: auto;
	padding-top: 12px;
	font-size: 12.5px;
	color: #8a8a8a;
	line-height: 1.5;
}
.rate-note strong {
	color: var(--brownink);
}
.rate-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	max-width: 1000px;
	margin: 26px auto 0;
}
.rate-info .box {
	background: #fff;
	border: 1px solid var(--pink-soft);
	border-radius: 16px;
	padding: 22px 24px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}
.rate-info .box h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 12px;
	font-size: 17px;
	color: var(--brownink);
}
.rate-info .box h3 svg {
	width: 20px;
	height: 20px;
	fill: var(--pink);
	flex: 0 0 auto;
}
.rate-info .box p {
	margin: 0 0 10px;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--ink);
}
.rate-info .box p:last-child {
	margin-bottom: 0;
}
.rate-info ol {
	margin: 0 0 10px;
	padding-left: 20px;
	font-size: 13.5px;
	line-height: 1.6;
	color: var(--ink);
}
.rate-info ol li {
	margin-bottom: 6px;
}
.rate-info a {
	color: var(--pink);
	font-weight: bold;
}
.rate-cta {
	max-width: 720px;
	margin: 30px auto 0;
	text-align: center;
}
.rate-cta__button {
	height: 48px;
	padding: 0 18px;
	gap: 8px;
	font-size: 16px;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.rate-cta__button .ico {
	width: 24px;
	height: 24px;
	transition: fill .3s ease;
}
.rate-cta .callnote {
	margin-top: 14px;
	font-size: 13px;
	color: #8a8a8a;
}
@media (max-width:860px) {
	.rate-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:600px) {
	.rate-grid {
		grid-template-columns: 1fr;
	}
	.rate-info {
		grid-template-columns: 1fr;
	}
}
/* Search-friendly service summaries on the rates page. */
.seo-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1100px;margin:25px auto 0;padding:0 20px}
.seo-service-card{background:#fff;border:1px solid var(--pink-soft);border-radius:16px;padding:22px;box-shadow:0 4px 14px rgba(73,41,26,.08)}
.seo-service-card h3{color:var(--pink-mid);font-size:1.1rem;margin:0 0 9px}
.seo-service-card p{line-height:1.6;margin:0}
@media (max-width:800px){.seo-service-grid{grid-template-columns:1fr}}
.lazy-fade-image {
	opacity: 0;
	transition: opacity .7s ease;
}
.lazy-fade-image.loaded {
	opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
	.lazy-fade-image {
		transition-duration: .01ms;
	}
}
