:root {
	--pl-pink: #de3587;
	--pl-pink-deep: #a51f61;
	--pl-berry: #651138;
	--pl-berry-dark: #2a1720;
	--pl-ink: #251d21;
	--pl-muted: #786a71;
	--pl-blush: #f8e8f0;
	--pl-blush-soft: #fff7fb;
	--pl-ivory: #fffdfb;
	--pl-line: #ead9e1;
	--pl-gold: #b38a62;
	--pl-white: #ffffff;
	--pl-shadow: 0 24px 70px rgba(59, 24, 41, 0.12);
	--pl-shell: 1240px;
	--pl-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
	--pl-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

body.pinklady-premium-active {
	margin: 0;
	background: var(--pl-ivory);
	color: var(--pl-ink);
	font-family: var(--pl-sans);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.pinklady-premium-active *,
body.pinklady-premium-active *::before,
body.pinklady-premium-active *::after {
	box-sizing: border-box;
}

body.pinklady-premium-active img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.pinklady-premium-active a {
	color: inherit;
	text-decoration: none;
}

body.pinklady-premium-active button,
body.pinklady-premium-active input,
body.pinklady-premium-active select,
body.pinklady-premium-active textarea {
	font: inherit;
}

body.pinklady-premium-active h1,
body.pinklady-premium-active h2,
body.pinklady-premium-active h3,
body.pinklady-premium-active h4,
body.pinklady-premium-active p,
body.pinklady-premium-active figure,
body.pinklady-premium-active blockquote {
	margin-top: 0;
}

.pl-site {
	position: relative;
	min-height: 100vh;
	overflow: clip;
	background: var(--pl-ivory);
}

.pl-shell {
	width: min(calc(100% - 48px), var(--pl-shell));
	margin-inline: auto;
}

.pl-main {
	display: block;
}

.pl-main:focus {
	outline: none;
}

.pl-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	transform: translateY(-180%);
	padding: 12px 18px;
	background: var(--pl-ink);
	color: var(--pl-white) !important;
	font-weight: 700;
}

.pl-skip-link:focus {
	transform: translateY(0);
}

.pl-site :focus-visible {
	outline: 3px solid #89164c;
	outline-offset: 4px;
	box-shadow: 0 0 0 2px #fff;
}

.pl-site .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.pl-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--pl-pink-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pl-eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.pl-eyebrow span {
	padding-left: 12px;
	border-left: 1px solid currentColor;
}

.pl-eyebrow-light {
	color: rgba(255, 255, 255, 0.88);
}

.pl-button-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 26px;
}

.pl-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 24px;
	border: 1px solid var(--pl-pink-deep);
	border-radius: 2px;
	background: var(--pl-pink-deep);
	color: var(--pl-white) !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pl-button:hover {
	border-color: var(--pl-berry);
	background: var(--pl-berry);
	transform: translateY(-2px);
}

.pl-button-light {
	border-color: var(--pl-white);
	background: var(--pl-white);
	color: var(--pl-berry) !important;
}

.pl-button-light:hover {
	border-color: var(--pl-white);
	background: transparent;
	color: var(--pl-white) !important;
}

.pl-button-small {
	min-height: 44px;
	padding: 10px 18px;
	font-size: 11px;
}

.pl-text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid var(--pl-pink);
	color: var(--pl-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	transition: color 180ms ease, gap 180ms ease;
}

.pl-text-link:hover {
	gap: 18px;
	color: var(--pl-pink-deep);
}

.pl-text-link-light {
	border-color: rgba(255, 255, 255, 0.7);
	color: var(--pl-white);
}

.pl-text-link-light:hover {
	color: var(--pl-white);
}

.pl-section {
	padding-block: clamp(78px, 8vw, 128px);
}

.pl-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 50px;
}

.pl-section-heading h2,
.pl-intro-copy h2,
.pl-standard-section h2,
.pl-process-section h2,
.pl-footer-cta h2,
.pl-service-intro h2,
.pl-case-closing h2,
.pl-story-copy h2,
.pl-story-values h2,
.pl-quote-section h2,
.pl-contact-details h2,
.pl-article-cta h2 {
	max-width: 800px;
	margin-bottom: 0;
	font-family: var(--pl-serif);
	font-size: clamp(39px, 4.5vw, 64px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.pl-section-heading > p {
	margin-bottom: 5px;
	color: var(--pl-muted);
	font-size: 16px;
}

.pl-large-copy {
	color: var(--pl-ink);
	font-family: var(--pl-serif);
	font-size: clamp(23px, 2vw, 30px);
	line-height: 1.44;
}

/* Header */
.pl-header {
	position: relative;
	z-index: 1000;
	background: var(--pl-white);
	box-shadow: 0 1px 0 rgba(70, 30, 49, 0.09);
}

.pl-utility {
	background: var(--pl-berry-dark);
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pl-utility-inner {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.pl-utility p {
	margin: 0;
}

.pl-utility-inner > div {
	display: flex;
	align-items: center;
	gap: 28px;
}

.pl-utility a:hover {
	color: var(--pl-white);
}

.pl-header-main {
	display: flex;
	min-height: 94px;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.pl-brand {
	display: block;
	width: 290px;
	flex: 0 0 290px;
}

.pl-brand img {
	width: 100%;
}

.pl-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 29px;
	font-size: 13px;
	font-weight: 700;
}

.pl-nav > a:not(.pl-button),
.pl-nav summary {
	position: relative;
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 7px;
	cursor: pointer;
	list-style: none;
	white-space: nowrap;
}

.pl-nav > a:not(.pl-button)::after,
.pl-nav summary::after {
	position: absolute;
	right: 50%;
	bottom: 3px;
	left: 50%;
	height: 2px;
	background: var(--pl-pink);
	content: "";
	transition: left 180ms ease, right 180ms ease;
}

.pl-nav > a:hover::after,
.pl-nav > a[aria-current="page"]::after,
.pl-nav details[open] summary::after {
	right: 0;
	left: 0;
}

.pl-nav summary::-webkit-details-marker {
	display: none;
}

.pl-nav summary svg {
	width: 10px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	transition: transform 180ms ease;
}

.pl-nav details[open] summary svg {
	transform: rotate(180deg);
}

.pl-nav-services {
	position: relative;
}

.pl-service-menu {
	position: absolute;
	top: calc(100% + 18px);
	right: -230px;
	display: grid;
	width: min(720px, 86vw);
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding: 18px;
	border-top: 4px solid var(--pl-pink);
	background: var(--pl-white);
	box-shadow: var(--pl-shadow);
}

.pl-service-menu::before {
	position: absolute;
	top: -24px;
	right: 260px;
	width: 30px;
	height: 24px;
	content: "";
}

.pl-service-menu > p {
	grid-row: 1 / span 3;
	margin: 0 18px 0 0;
	padding: 26px;
	background: var(--pl-blush-soft);
	color: var(--pl-muted);
	font-family: var(--pl-serif);
	font-size: 20px;
	line-height: 1.45;
}

.pl-service-menu > a {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 8px 14px;
	border-bottom: 1px solid var(--pl-line);
	font-size: 13px;
}

.pl-service-menu > a:hover,
.pl-service-menu > a[aria-current="page"] {
	color: var(--pl-pink-deep);
}

.pl-menu-toggle {
	display: none;
	min-width: 48px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 8px 10px;
	border: 0;
	background: transparent;
	color: var(--pl-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-menu-lines {
	display: grid;
	width: 22px;
	gap: 4px;
}

.pl-menu-lines i {
	display: block;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.pl-menu-toggle[aria-expanded="true"] .pl-menu-lines i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.pl-menu-toggle[aria-expanded="true"] .pl-menu-lines i:nth-child(2) { opacity: 0; }
.pl-menu-toggle[aria-expanded="true"] .pl-menu-lines i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Homepage hero */
.pl-hero {
	position: relative;
	display: grid;
	min-height: clamp(520px, 42vw, 625px);
	align-items: center;
	background-color: var(--pl-pink);
	background-image: linear-gradient(90deg, rgba(121, 15, 68, 0.12) 0%, rgba(121, 15, 68, 0) 55%), var(--pl-hero-image);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.pl-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 80px;
	background: linear-gradient(to top, rgba(82, 14, 48, 0.15), transparent);
	content: "";
	pointer-events: none;
}

.pl-hero-inner {
	position: relative;
	z-index: 1;
	padding-block: 72px;
}

.pl-hero-copy {
	max-width: 610px;
	color: var(--pl-white);
	text-shadow: 0 2px 18px rgba(76, 9, 41, 0.18);
}

.pl-hero h1 {
	max-width: 590px;
	margin-bottom: 24px;
	font-family: var(--pl-serif);
	font-size: clamp(52px, 5.6vw, 82px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.pl-hero-lead {
	max-width: 565px;
	margin-bottom: 34px;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.58;
}

.pl-trust-strip {
	position: relative;
	z-index: 2;
	background: var(--pl-berry-dark);
	color: var(--pl-white);
}

.pl-trust-strip .pl-shell {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.pl-trust-strip .pl-shell > div {
	min-height: 108px;
	padding: 28px 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.pl-trust-strip .pl-shell > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.pl-trust-strip strong,
.pl-trust-strip span {
	display: block;
}

.pl-trust-strip strong {
	margin-bottom: 4px;
	font-family: var(--pl-serif);
	font-size: 19px;
	font-weight: 400;
}

.pl-trust-strip span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Home sections */
.pl-intro-section {
	background: var(--pl-ivory);
}

.pl-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
}

.pl-intro-copy h2 {
	margin-bottom: 34px;
}

.pl-intro-copy > p:not(.pl-eyebrow) {
	color: var(--pl-muted);
}

.pl-intro-copy .pl-large-copy {
	color: var(--pl-ink);
}

.pl-intro-copy .pl-text-link {
	margin-top: 16px;
}

.pl-editorial-image {
	position: relative;
	padding: 22px 0 34px 28px;
}

.pl-editorial-image::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 57%;
	background: var(--pl-blush);
	content: "";
}

.pl-editorial-image img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1.18;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-image-note {
	position: absolute;
	right: -26px;
	bottom: 0;
	z-index: 2;
	display: flex;
	width: 220px;
	min-height: 118px;
	flex-direction: column;
	justify-content: center;
	padding: 22px 26px;
	background: var(--pl-berry);
	color: var(--pl-white);
}

.pl-image-note strong {
	font-family: var(--pl-serif);
	font-size: 31px;
	font-weight: 400;
}

.pl-image-note span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
	text-transform: uppercase;
}

.pl-services-section {
	background: var(--pl-blush-soft);
}

.pl-service-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.pl-service-card {
	grid-column: span 2;
	overflow: hidden;
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
	transition: box-shadow 220ms ease, transform 220ms ease;
}

.pl-service-card:nth-child(1),
.pl-service-card:nth-child(2) {
	grid-column: span 3;
}

.pl-service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--pl-shadow);
}

.pl-service-card-image {
	display: block;
	overflow: hidden;
}

.pl-service-card-image img {
	width: 100%;
	aspect-ratio: 1.65;
	object-fit: cover;
	transition: transform 500ms ease;
}

.pl-service-card:hover .pl-service-card-image img {
	transform: scale(1.035);
}

.pl-service-card > div {
	padding: 28px 30px 31px;
}

.pl-service-card > div > p {
	margin-bottom: 9px;
	color: var(--pl-pink-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pl-service-card h3 {
	margin-bottom: 13px;
	font-family: var(--pl-serif);
	font-size: 29px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.pl-service-card > div > span {
	display: block;
	min-height: 82px;
	margin-bottom: 20px;
	color: var(--pl-muted);
	font-size: 15px;
	line-height: 1.55;
}

.pl-card-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pl-pink-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-card-link b {
	font-size: 17px;
	font-weight: 400;
	transition: transform 180ms ease;
}

.pl-card-link:hover b {
	transform: translateX(5px);
}

.pl-pathways-section {
	padding-block: 0;
	background: var(--pl-berry-dark);
}

.pl-pathways-grid {
	display: grid;
	width: 100%;
	max-width: none;
	grid-template-columns: 1fr 1fr;
}

.pl-pathway {
	position: relative;
	display: grid;
	min-height: 670px;
	align-items: end;
	overflow: hidden;
	color: var(--pl-white);
}

.pl-pathway::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(31, 12, 22, 0.92) 3%, rgba(31, 12, 22, 0.08) 78%);
	content: "";
}

.pl-pathway img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
}

.pl-pathway:hover img {
	transform: scale(1.035);
}

.pl-pathway > div {
	position: relative;
	z-index: 1;
	max-width: 650px;
	padding: clamp(44px, 6vw, 88px);
}

.pl-pathway h2 {
	margin-bottom: 19px;
	font-family: var(--pl-serif);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.pl-pathway p:not(.pl-eyebrow) {
	max-width: 530px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.78);
}

.pl-standard-section {
	background: var(--pl-ivory);
}

.pl-standard-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(70px, 10vw, 150px);
}

.pl-standard-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-standard-list li {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 22px;
	padding: 29px 0;
	border-top: 1px solid var(--pl-line);
}

.pl-standard-list li:last-child {
	border-bottom: 1px solid var(--pl-line);
}

.pl-standard-list > li > span {
	color: var(--pl-pink-deep);
	font-family: var(--pl-serif);
	font-size: 18px;
}

.pl-standard-list h3 {
	margin-bottom: 7px;
	font-family: var(--pl-serif);
	font-size: 26px;
	font-weight: 400;
}

.pl-standard-list p {
	margin-bottom: 0;
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-projects-section {
	background: var(--pl-blush);
}

.pl-project-grid {
	display: grid;
	grid-template-columns: 1.18fr 0.82fr;
	gap: 24px;
}

.pl-project-card {
	position: relative;
	display: block;
	min-height: 390px;
	overflow: hidden;
	color: var(--pl-white);
}

.pl-project-card:nth-child(3),
.pl-project-card:nth-child(4) {
	min-height: 330px;
}

.pl-project-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
}

.pl-project-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(31, 12, 22, 0.88), rgba(31, 12, 22, 0.02) 74%);
	content: "";
}

.pl-project-card:hover img {
	transform: scale(1.04);
}

.pl-project-card > div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 34px;
}

.pl-project-card span {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.pl-project-card h3 {
	max-width: 520px;
	margin-bottom: 13px;
	font-family: var(--pl-serif);
	font-size: clamp(26px, 2.5vw, 38px);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.12;
}

.pl-project-card b {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-reviews-section {
	background: var(--pl-ivory);
}

.pl-review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pl-review-card {
	position: relative;
	min-height: 310px;
	margin: 0;
	padding: 42px 36px 34px;
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
}

.pl-review-mark {
	height: 48px;
	color: var(--pl-pink);
	font-family: Georgia, serif;
	font-size: 72px;
	line-height: 1;
}

.pl-review-card blockquote {
	margin-bottom: 30px;
	font-family: var(--pl-serif);
	font-size: 23px;
	line-height: 1.45;
}

.pl-review-card figcaption {
	position: absolute;
	right: 36px;
	bottom: 30px;
	left: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--pl-line);
	font-size: 12px;
	font-weight: 800;
}

.pl-review-card figcaption > span {
	margin-right: 9px;
	color: #d79f34;
	letter-spacing: 1px;
}

.pl-review-card figcaption small {
	float: right;
	color: var(--pl-muted);
	font-weight: 500;
}

.pl-process-section {
	background: var(--pl-blush-soft);
}

.pl-process-inner > div:first-child {
	display: grid;
	grid-template-columns: 0.58fr 1.42fr;
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.pl-process-inner > ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 42px;
	padding: 0;
	border-top: 1px solid var(--pl-line);
	border-bottom: 1px solid var(--pl-line);
	list-style: none;
}

.pl-process-inner > ol li {
	padding: 36px 38px 42px;
	border-right: 1px solid var(--pl-line);
}

.pl-process-inner > ol li:last-child {
	border-right: 0;
}

.pl-process-inner > ol span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 30px;
	border: 1px solid var(--pl-pink);
	border-radius: 50%;
	color: var(--pl-pink-deep);
	font-family: var(--pl-serif);
}

.pl-process-inner > ol h3 {
	margin-bottom: 10px;
	font-family: var(--pl-serif);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.pl-process-inner > ol p {
	margin-bottom: 0;
	color: var(--pl-muted);
	font-size: 14px;
}

.pl-process-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.pl-process-action p {
	margin: 0;
	color: var(--pl-muted);
	font-size: 14px;
}

.pl-process-action p a {
	border-bottom: 1px solid var(--pl-pink);
	color: var(--pl-ink);
	font-weight: 700;
}

/* Generic page hero */
.pl-page-hero {
	position: relative;
	padding-block: clamp(68px, 7vw, 110px);
	background: var(--pl-blush-soft);
}

.pl-page-hero::before {
	position: absolute;
	top: 0;
	right: -150px;
	width: 430px;
	height: 100%;
	background: radial-gradient(circle at center, rgba(222, 53, 135, 0.12), transparent 66%);
	content: "";
	pointer-events: none;
}

.pl-page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(60px, 8vw, 110px);
}

.pl-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 42px;
	color: var(--pl-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pl-breadcrumbs a:hover {
	color: var(--pl-pink-deep);
}

.pl-page-hero h1,
.pl-article-header h1,
.pl-not-found h1 {
	max-width: 850px;
	margin-bottom: 27px;
	font-family: var(--pl-serif);
	font-size: clamp(50px, 6.2vw, 84px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.pl-page-lead {
	max-width: 690px;
	margin-bottom: 34px;
	color: var(--pl-muted);
	font-size: clamp(18px, 1.6vw, 21px);
	line-height: 1.58;
}

.pl-page-hero-image {
	position: relative;
	padding: 0 24px 30px 0;
}

.pl-page-hero-image::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 58%;
	height: 54%;
	background: var(--pl-pink);
	content: "";
}

.pl-page-hero-image img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1.17;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-image-stamp {
	position: absolute;
	bottom: -8px;
	left: -34px;
	z-index: 2;
	display: flex;
	width: 116px;
	height: 116px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--pl-berry);
	color: var(--pl-white);
	text-align: center;
}

.pl-image-stamp span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pl-image-stamp strong {
	font-family: var(--pl-serif);
	font-size: 27px;
	font-weight: 400;
}

.pl-centered-hero {
	max-width: 1000px;
	text-align: center;
}

.pl-centered-hero .pl-breadcrumbs,
.pl-centered-hero .pl-eyebrow {
	justify-content: center;
}

.pl-centered-hero h1,
.pl-centered-hero .pl-page-lead {
	margin-inline: auto;
}

/* Service pages */
.pl-service-intro {
	background: var(--pl-white);
}

.pl-service-intro-grid {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(70px, 10vw, 150px);
}

.pl-service-note {
	margin: 34px 0 0;
	padding: 20px 24px;
	border-left: 3px solid var(--pl-pink);
	background: var(--pl-blush-soft);
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-service-details {
	background: var(--pl-blush-soft);
}

.pl-service-detail-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.pl-service-detail-grid article {
	padding: clamp(38px, 5vw, 66px);
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
}

.pl-detail-number {
	margin-bottom: 42px;
	color: var(--pl-pink-deep);
	font-family: var(--pl-serif);
	font-size: 19px;
}

.pl-service-detail-grid h2 {
	margin-bottom: 28px;
	font-family: var(--pl-serif);
	font-size: clamp(32px, 3vw, 44px);
	font-weight: 400;
	letter-spacing: -0.03em;
}

.pl-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-check-list li {
	position: relative;
	padding: 13px 0 13px 30px;
	border-top: 1px solid var(--pl-line);
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-check-list li:last-child {
	border-bottom: 1px solid var(--pl-line);
}

.pl-check-list li::before {
	position: absolute;
	top: 17px;
	left: 2px;
	width: 12px;
	height: 7px;
	border-bottom: 2px solid var(--pl-pink-deep);
	border-left: 2px solid var(--pl-pink-deep);
	content: "";
	transform: rotate(-45deg);
}

.pl-service-promise {
	background: var(--pl-white);
}

.pl-service-promise-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
}

.pl-service-promise-image {
	position: relative;
	padding: 24px 0 0 24px;
}

.pl-service-promise-image::before {
	position: absolute;
	inset: 0 22% 22% 0;
	background: var(--pl-blush);
	content: "";
}

.pl-service-promise-image img {
	position: relative;
	width: 100%;
	aspect-ratio: 0.95;
	object-fit: cover;
}

.pl-service-promise h2 {
	margin-bottom: 28px;
	font-family: var(--pl-serif);
	font-size: clamp(39px, 4.2vw, 60px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.pl-number-list {
	margin: 0 0 29px;
	padding: 0;
	list-style: none;
}

.pl-number-list li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 15px;
	padding: 14px 0;
	border-top: 1px solid var(--pl-line);
	font-size: 15px;
}

.pl-number-list li:last-child {
	border-bottom: 1px solid var(--pl-line);
}

.pl-number-list span {
	color: var(--pl-pink-deep);
	font-family: var(--pl-serif);
}

.pl-related-services {
	background: var(--pl-blush);
}

.pl-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pl-related-grid > a {
	position: relative;
	min-height: 190px;
	padding: 34px;
	border: 1px solid rgba(101, 17, 56, 0.15);
	background: rgba(255, 255, 255, 0.55);
	transition: background 180ms ease, transform 180ms ease;
}

.pl-related-grid > a:hover {
	background: var(--pl-white);
	transform: translateY(-4px);
}

.pl-related-grid span {
	color: var(--pl-pink-deep);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pl-related-grid h3 {
	max-width: 290px;
	margin: 12px 0 0;
	font-family: var(--pl-serif);
	font-size: 29px;
	font-weight: 400;
	line-height: 1.15;
}

.pl-related-grid b {
	position: absolute;
	right: 28px;
	bottom: 25px;
	color: var(--pl-pink-deep);
	font-size: 22px;
	font-weight: 400;
}

/* Case studies */
.pl-case-intro {
	background: var(--pl-berry-dark);
	color: rgba(255, 255, 255, 0.74);
}

.pl-case-intro .pl-shell {
	max-width: 940px;
	padding-block: 30px;
	text-align: center;
}

.pl-case-intro p {
	margin: 0;
	font-size: 14px;
}

.pl-case-study {
	padding-block: clamp(75px, 8vw, 125px);
	background: var(--pl-white);
}

.pl-case-study:nth-child(even) {
	background: var(--pl-blush-soft);
}

.pl-case-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
}

.pl-case-study.is-reversed .pl-case-image {
	order: 2;
}

.pl-case-image {
	position: relative;
	padding: 22px 22px 0 0;
}

.pl-case-image::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 65%;
	background: var(--pl-blush);
	content: "";
}

.pl-case-image img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1.08;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-case-image > span {
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index: 2;
	color: var(--pl-pink);
	font-family: var(--pl-serif);
	font-size: 96px;
	line-height: 1;
	opacity: 0.9;
}

.pl-case-copy h2 {
	margin-bottom: 10px;
	font-family: var(--pl-serif);
	font-size: clamp(38px, 4.3vw, 60px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.pl-case-type {
	margin-bottom: 34px;
	color: var(--pl-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-case-block {
	padding: 22px 0;
	border-top: 1px solid var(--pl-line);
}

.pl-case-block h3,
.pl-case-result h3 {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pl-case-block p,
.pl-case-result p {
	margin-bottom: 0;
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-case-block ul {
	margin: 0;
	padding-left: 19px;
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-case-block li {
	margin-block: 5px;
	padding-left: 6px;
}

.pl-case-block li::marker {
	color: var(--pl-pink);
}

.pl-case-result {
	padding: 22px;
	border-left: 3px solid var(--pl-pink);
	background: var(--pl-blush-soft);
}

.pl-case-closing {
	background: var(--pl-blush);
}

.pl-case-closing > .pl-shell {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: end;
	gap: 90px;
}

.pl-case-closing > .pl-shell > div:last-child p {
	margin-bottom: 26px;
	color: var(--pl-muted);
}

/* Story and why */
.pl-story-copy-grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: clamp(70px, 10vw, 150px);
}

.pl-story-copy-grid > div:last-child > p:not(.pl-large-copy) {
	color: var(--pl-muted);
}

.pl-story-milestones {
	padding-block: 65px;
	background: var(--pl-berry-dark);
	color: var(--pl-white);
}

.pl-story-milestones ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-story-milestones li {
	padding: 22px 32px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.pl-story-milestones li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.pl-story-milestones strong,
.pl-story-milestones span {
	display: block;
}

.pl-story-milestones strong {
	margin-bottom: 12px;
	color: #ff9dca;
	font-family: var(--pl-serif);
	font-size: 25px;
	font-weight: 400;
}

.pl-story-milestones span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.55;
}

.pl-story-values {
	background: var(--pl-blush-soft);
}

.pl-values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.pl-values-grid article,
.pl-why-grid article {
	padding: 40px;
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
}

.pl-values-grid span,
.pl-why-grid article > span {
	color: var(--pl-pink-deep);
	font-family: var(--pl-serif);
	font-size: 18px;
}

.pl-values-grid h3,
.pl-why-grid h2 {
	margin: 30px 0 12px;
	font-family: var(--pl-serif);
	font-size: 29px;
	font-weight: 400;
	line-height: 1.15;
}

.pl-values-grid p,
.pl-why-grid p {
	margin: 0;
	color: var(--pl-muted);
	font-size: 15px;
}

.pl-why-grid-section {
	background: var(--pl-white);
}

.pl-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.pl-why-image {
	background: var(--pl-blush-soft);
}

.pl-why-image > .pl-shell {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: clamp(55px, 8vw, 110px);
}

.pl-why-image img {
	width: 100%;
	aspect-ratio: 1.12;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-why-image h2 {
	margin-bottom: 23px;
	font-family: var(--pl-serif);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.pl-why-image p:not(.pl-eyebrow) {
	margin-bottom: 26px;
	color: var(--pl-muted);
}

/* Quote form */
.pl-quote-section {
	background: var(--pl-white);
}

.pl-quote-grid {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	align-items: start;
	gap: clamp(55px, 8vw, 110px);
}

.pl-quote-grid > aside {
	position: sticky;
	top: 24px;
	padding: 38px;
	background: var(--pl-blush-soft);
}

.pl-quote-grid > aside h2 {
	margin-bottom: 30px;
	font-size: clamp(34px, 3.6vw, 49px);
}

.pl-direct-contact {
	margin-top: 34px;
	padding: 25px;
	background: var(--pl-berry-dark);
	color: var(--pl-white);
}

.pl-direct-contact span,
.pl-direct-contact a,
.pl-direct-contact small {
	display: block;
}

.pl-direct-contact span,
.pl-direct-contact small {
	color: rgba(255, 255, 255, 0.66);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-direct-contact a {
	margin-block: 6px;
	font-family: var(--pl-serif);
	font-size: 29px;
}

.pl-form-wrap {
	max-width: 760px;
}

.pl-form-success,
.pl-form-errors {
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	padding: 23px 25px;
}

.pl-form-success {
	border: 1px solid #b9d8c5;
	background: #f0faf4;
	color: #215c38;
}

.pl-form-success > span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 50%;
	background: #2d7a4a;
	color: var(--pl-white);
}

.pl-form-success h2,
.pl-form-errors h2 {
	margin-bottom: 4px;
	font-size: 19px;
}

.pl-form-success p {
	margin: 0;
}

.pl-form-errors {
	display: block;
	border: 1px solid #d9a6a6;
	background: #fff4f4;
	color: #7a2424;
}

.pl-form-errors ul {
	margin: 10px 0 0;
	padding-left: 20px;
	font-size: 14px;
}

.pl-quote-form {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
	box-shadow: 0 24px 70px rgba(68, 25, 46, 0.08);
}

.pl-form-fieldset {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
}

.pl-form-fieldset legend,
.pl-form-field > span {
	display: block;
	margin-bottom: 9px;
	color: var(--pl-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.025em;
}

.pl-form-field b {
	color: var(--pl-pink-deep);
}

.pl-choice-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.pl-choice-row label {
	position: relative;
}

.pl-choice-row input {
	position: absolute;
	opacity: 0;
}

.pl-choice-row span {
	display: flex;
	min-height: 92px;
	flex-direction: column;
	justify-content: center;
	padding: 17px 20px;
	border: 1px solid var(--pl-line);
	cursor: pointer;
	transition: border 150ms ease, background 150ms ease;
}

.pl-choice-row input:checked + span {
	border-color: var(--pl-pink-deep);
	background: var(--pl-blush-soft);
	box-shadow: inset 0 0 0 1px var(--pl-pink-deep);
}

.pl-choice-row input:focus-visible + span {
	outline: 3px solid #89164c;
	outline-offset: 4px;
	box-shadow: 0 0 0 2px #fff;
}

.pl-choice-row strong,
.pl-choice-row small {
	display: block;
}

.pl-choice-row strong {
	font-family: var(--pl-serif);
	font-size: 21px;
	font-weight: 400;
}

.pl-choice-row small {
	color: var(--pl-muted);
	font-size: 11px;
}

.pl-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 18px;
}

.pl-form-full {
	grid-column: 1 / -1;
}

.pl-form-field input,
.pl-form-field select,
.pl-form-field textarea {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 13px 14px;
	border: 1px solid #d8c7cf;
	border-radius: 0;
	background: var(--pl-white);
	color: var(--pl-ink);
	font-size: 15px;
	box-shadow: none;
}

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

.pl-form-field input:focus,
.pl-form-field select:focus,
.pl-form-field textarea:focus {
	border-color: var(--pl-pink-deep);
	outline: 2px solid rgba(222, 53, 135, 0.16);
}

.pl-form-field [aria-invalid="true"] {
	border-color: #a72f2f;
}

.pl-field-error {
	display: block;
	margin-top: 6px;
	color: #922f2f;
	font-size: 12px;
	font-weight: 700;
}

.pl-consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 12px;
	margin-top: 26px;
	color: var(--pl-muted);
	font-size: 12px;
}

.pl-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--pl-pink-deep);
}

.pl-consent a {
	border-bottom: 1px solid var(--pl-pink);
	color: var(--pl-ink);
	font-weight: 700;
}

.pl-form-submit {
	width: 100%;
	margin-top: 28px;
	cursor: pointer;
}

.pl-form-note {
	margin: 13px 0 0;
	color: var(--pl-muted);
	font-size: 11px;
	text-align: center;
}

.pl-honeypot {
	position: absolute !important;
	top: auto !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Contact */
.pl-contact-section {
	background: var(--pl-white);
}

.pl-contact-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.pl-contact-image {
	position: relative;
	padding: 26px 0 26px 26px;
}

.pl-contact-image::before {
	position: absolute;
	inset: 0 30% 0 0;
	background: var(--pl-blush);
	content: "";
}

.pl-contact-image img {
	position: relative;
	width: 100%;
	aspect-ratio: 0.95;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-contact-details h2 {
	margin-bottom: 32px;
}

.pl-contact-method,
.pl-contact-address {
	padding: 19px 0;
	border-top: 1px solid var(--pl-line);
}

.pl-contact-address {
	border-bottom: 1px solid var(--pl-line);
}

.pl-contact-method > span,
.pl-contact-address > span {
	display: block;
	margin-bottom: 4px;
	color: var(--pl-pink-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pl-contact-method > a {
	display: inline-block;
	font-family: var(--pl-serif);
	font-size: 26px;
}

.pl-contact-method > small {
	display: block;
	color: var(--pl-muted);
	font-size: 12px;
}

.pl-contact-address address {
	color: var(--pl-muted);
	font-style: normal;
	font-size: 14px;
}

.pl-contact-details > .pl-button {
	margin-top: 28px;
}

/* Policy, default and article content */
.pl-policy-section {
	background: var(--pl-white);
}

.pl-policy-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 760px);
	justify-content: center;
	gap: 80px;
}

.pl-policy-layout aside {
	position: sticky;
	top: 28px;
	align-self: start;
	padding: 25px;
	background: var(--pl-blush-soft);
}

.pl-policy-layout aside strong,
.pl-policy-layout aside span,
.pl-policy-layout aside a {
	display: block;
}

.pl-policy-layout aside strong {
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-policy-layout aside span {
	margin-bottom: 22px;
	color: var(--pl-muted);
	font-size: 13px;
}

.pl-policy-layout aside a {
	border-top: 1px solid var(--pl-line);
	padding-top: 17px;
	color: var(--pl-pink-deep);
	font-size: 12px;
	font-weight: 800;
}

.pl-policy-content h2,
.pl-entry-content h2 {
	margin: 50px 0 16px;
	font-family: var(--pl-serif);
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.pl-policy-content h2:first-child,
.pl-entry-content > h2:first-child {
	margin-top: 0;
}

.pl-policy-content p,
.pl-entry-content p,
.pl-entry-content li {
	color: #51464b;
}

.pl-policy-content a,
.pl-entry-content a {
	border-bottom: 1px solid var(--pl-pink);
	color: var(--pl-pink-deep);
}

.pl-content-narrow {
	max-width: 820px;
}

.pl-entry-content {
	font-size: 17px;
}

.pl-entry-content h3 {
	margin: 38px 0 13px;
	font-family: var(--pl-serif);
	font-size: 29px;
	font-weight: 400;
}

.pl-entry-content img,
.pl-entry-content figure {
	max-width: 100%;
}

.pl-entry-content blockquote {
	margin: 36px 0;
	padding: 25px 30px;
	border-left: 3px solid var(--pl-pink);
	background: var(--pl-blush-soft);
	font-family: var(--pl-serif);
	font-size: 23px;
}

.pl-article-header {
	padding-block: clamp(70px, 8vw, 120px);
	background: var(--pl-blush-soft);
}

.pl-article-header h1 {
	font-size: clamp(47px, 6vw, 78px);
}

.pl-article-meta {
	display: flex;
	gap: 18px;
	color: var(--pl-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pl-article .pl-content-narrow {
	padding-block: 0 clamp(78px, 8vw, 120px);
}

.pl-article-image {
	margin: -48px 0 58px;
}

.pl-article-image img {
	width: 100%;
	max-height: 540px;
	object-fit: cover;
	box-shadow: var(--pl-shadow);
}

.pl-article-cta {
	padding-block: 70px;
	background: var(--pl-blush);
}

.pl-article-cta .pl-button {
	margin-top: 25px;
}

/* Archives */
.pl-search-form {
	display: flex;
	max-width: 620px;
	margin: 35px auto 0;
}

.pl-search-form label {
	flex: 1;
}

.pl-search-form input {
	width: 100%;
	min-height: 52px;
	padding: 12px 15px;
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
}

.pl-search-form button {
	min-width: 110px;
	border: 0;
	background: var(--pl-pink-deep);
	color: var(--pl-white);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.pl-archive-section {
	background: var(--pl-white);
}

.pl-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.pl-post-card {
	border: 1px solid var(--pl-line);
	background: var(--pl-white);
}

.pl-post-image {
	display: block;
	overflow: hidden;
}

.pl-post-image img {
	width: 100%;
	aspect-ratio: 1.55;
	object-fit: cover;
	transition: transform 500ms ease;
}

.pl-post-card:hover .pl-post-image img {
	transform: scale(1.035);
}

.pl-post-card > div {
	padding: 26px;
}

.pl-post-card > div > p {
	margin-bottom: 9px;
	color: var(--pl-pink-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-post-card h2 {
	margin-bottom: 12px;
	font-family: var(--pl-serif);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.17;
}

.pl-post-card > div > span {
	display: block;
	margin-bottom: 18px;
	color: var(--pl-muted);
	font-size: 14px;
}

.pl-pagination {
	margin-top: 55px;
	text-align: center;
}

.pl-pagination .nav-links {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pl-pagination .page-numbers {
	display: grid;
	min-width: 44px;
	min-height: 44px;
	place-items: center;
	padding: 8px;
	border: 1px solid var(--pl-line);
}

.pl-pagination .current,
.pl-pagination a:hover {
	border-color: var(--pl-pink-deep);
	background: var(--pl-pink-deep);
	color: var(--pl-white);
}

.pl-empty-state {
	max-width: 600px;
	margin-inline: auto;
	padding: 65px;
	background: var(--pl-blush-soft);
	text-align: center;
}

.pl-empty-state h2 {
	font-family: var(--pl-serif);
	font-size: 40px;
	font-weight: 400;
}

.pl-not-found {
	display: grid;
	min-height: 620px;
	align-items: center;
	padding-block: 90px;
	background: var(--pl-blush-soft);
}

.pl-not-found .pl-shell {
	max-width: 860px;
}

.pl-not-found p:not(.pl-eyebrow) {
	max-width: 620px;
	margin-bottom: 30px;
	color: var(--pl-muted);
	font-size: 19px;
}

/* Footer */
.pl-footer-cta {
	padding-block: 70px;
	background: var(--pl-pink-deep);
	color: var(--pl-white);
}

.pl-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.pl-footer-cta h2 {
	font-size: clamp(39px, 4vw, 58px);
}

.pl-footer {
	background: var(--pl-berry-dark);
	color: rgba(255, 255, 255, 0.7);
}

.pl-footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 0.85fr 0.75fr 1fr;
	gap: 55px;
	padding-block: 74px 60px;
}

.pl-footer h2 {
	margin-bottom: 19px;
	color: var(--pl-white);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pl-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pl-footer li {
	margin-bottom: 8px;
}

.pl-footer li a {
	font-size: 13px;
}

.pl-footer a:hover {
	color: var(--pl-white);
}

.pl-footer-brand > a {
	display: block;
	width: 260px;
	margin-bottom: 22px;
	padding: 9px 13px;
	background: var(--pl-white);
}

.pl-footer-brand p {
	max-width: 380px;
	font-size: 14px;
}

.pl-footer-since {
	color: #ff9dca;
	font-size: 10px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pl-footer-contact a,
.pl-footer-contact address {
	display: block;
}

.pl-footer-phone {
	margin-bottom: 3px;
	color: var(--pl-white);
	font-family: var(--pl-serif);
	font-size: 24px;
}

.pl-footer-contact address {
	margin-top: 18px;
	font-style: normal;
	font-size: 12px;
	line-height: 1.7;
}

.pl-footer-bottom {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 11px;
}

.pl-footer-bottom p {
	margin: 0;
}

.pl-float-call {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: flex;
	min-height: 54px;
	align-items: center;
	gap: 10px;
	padding: 13px 19px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 30px;
	background: var(--pl-pink-deep);
	box-shadow: 0 12px 35px rgba(54, 14, 34, 0.27);
	color: var(--pl-white) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pl-float-call svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.admin-bar .pl-float-call {
	bottom: 28px;
}

/* Responsive */
@media (max-width: 1120px) {
	.pl-shell { width: min(calc(100% - 38px), var(--pl-shell)); }
	.pl-brand { width: 235px; flex-basis: 235px; }
	.pl-nav { gap: 18px; }
	.pl-nav > a:not(.pl-button), .pl-nav summary { font-size: 12px; }
	.pl-service-menu { right: -190px; }
	.pl-hero-copy { max-width: 540px; }
	.pl-trust-strip .pl-shell > div { padding-inline: 15px; }
}

@media (max-width: 980px) {
	.pl-utility-inner > div a:first-child { display: none; }
	.pl-js .pl-menu-toggle { display: flex; }
	.pl-header-main { min-height: 82px; }
	.pl-brand { width: 245px; flex-basis: 245px; }
	.pl-nav {
		display: flex;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 18px 24px 28px;
		border-top: 1px solid var(--pl-line);
		background: var(--pl-white);
		box-shadow: 0 30px 50px rgba(46, 18, 31, 0.15);
	}
	.pl-js .pl-nav { visibility: hidden; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
	.pl-js .pl-nav.is-open { visibility: visible; transform: translateY(0); opacity: 1; pointer-events: auto; }
	.pl-nav > a:not(.pl-button), .pl-nav summary { min-height: 52px; border-bottom: 1px solid var(--pl-line); font-size: 14px; }
	.pl-nav > a:not(.pl-button)::after, .pl-nav summary::after { display: none; }
	.pl-nav .pl-button { margin-top: 18px; }
	.pl-nav-services { width: 100%; }
	.pl-service-menu { position: static; width: 100%; grid-template-columns: 1fr; padding: 8px 0 12px; border-top: 0; box-shadow: none; }
	.pl-service-menu > p { display: none; }
	.pl-service-menu > a { padding-inline: 15px; }
	.pl-hero { min-height: 570px; background-position: 64% center; }
	.pl-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(154, 25, 87, 0.92) 0%, rgba(154, 25, 87, 0.78) 50%, rgba(154, 25, 87, 0.08) 100%); content: ""; }
	.pl-trust-strip .pl-shell { grid-template-columns: repeat(3, 1fr); }
	.pl-trust-strip .pl-shell > div:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.13); }
	.pl-intro-grid, .pl-page-hero-grid, .pl-service-promise-grid, .pl-contact-grid, .pl-why-image > .pl-shell { gap: 55px; }
	.pl-intro-grid { grid-template-columns: 1fr 1fr; }
	.pl-service-grid { grid-template-columns: repeat(2, 1fr); }
	.pl-service-card, .pl-service-card:nth-child(1), .pl-service-card:nth-child(2) { grid-column: span 1; }
	.pl-service-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); }
	.pl-pathway { min-height: 560px; }
	.pl-standard-grid { grid-template-columns: 0.8fr 1.2fr; gap: 60px; }
	.pl-review-card { padding-inline: 26px; }
	.pl-review-card figcaption { right: 26px; left: 26px; }
	.pl-process-inner > div:first-child { grid-template-columns: 1fr; gap: 0; }
	.pl-process-inner > ol li { padding-inline: 25px; }
	.pl-page-hero-grid { grid-template-columns: 1fr 1fr; }
	.pl-service-intro-grid, .pl-story-copy-grid { gap: 60px; }
	.pl-case-grid { gap: 55px; }
	.pl-why-grid { grid-template-columns: repeat(2, 1fr); }
	.pl-quote-grid { grid-template-columns: 0.7fr 1.3fr; gap: 40px; }
	.pl-quote-grid > aside { padding: 27px; }
	.pl-post-grid { grid-template-columns: repeat(2, 1fr); }
	.pl-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.pl-footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 780px) {
	body.pinklady-premium-active { font-size: 16px; }
	.pl-shell { width: min(calc(100% - 32px), var(--pl-shell)); }
	.pl-utility p { display: none; }
	.pl-utility-inner { justify-content: center; }
	.pl-utility-inner > div { width: 100%; justify-content: center; }
	.pl-header-main { min-height: 76px; }
	.pl-brand { width: 215px; flex-basis: 215px; }
	.pl-hero { min-height: 620px; background-position: 74% center; }
	.pl-hero::before { background: linear-gradient(90deg, rgba(163, 25, 91, 0.96) 0%, rgba(163, 25, 91, 0.83) 68%, rgba(163, 25, 91, 0.28) 100%); }
	.pl-hero-copy { max-width: 540px; }
	.pl-hero h1 { font-size: clamp(48px, 12vw, 67px); }
	.pl-trust-strip .pl-shell { grid-template-columns: 1fr 1fr; }
	.pl-trust-strip .pl-shell > div { min-height: 95px; border-top: 1px solid rgba(255,255,255,.13); }
	.pl-trust-strip .pl-shell > div:nth-child(1), .pl-trust-strip .pl-shell > div:nth-child(2) { border-top: 0; }
	.pl-trust-strip .pl-shell > div:last-child { grid-column: 1 / -1; border-right: 1px solid rgba(255,255,255,.13); }
	.pl-section-heading, .pl-intro-grid, .pl-pathways-grid, .pl-standard-grid, .pl-review-grid, .pl-page-hero-grid, .pl-service-intro-grid, .pl-service-detail-grid, .pl-service-promise-grid, .pl-related-grid, .pl-case-grid, .pl-case-closing > .pl-shell, .pl-story-copy-grid, .pl-values-grid, .pl-why-grid, .pl-why-image > .pl-shell, .pl-quote-grid, .pl-contact-grid, .pl-policy-layout { grid-template-columns: 1fr; }
	.pl-section-heading { gap: 20px; }
	.pl-intro-grid, .pl-page-hero-grid, .pl-service-promise-grid, .pl-contact-grid { gap: 60px; }
	.pl-editorial-image { margin-inline: 0 20px; }
	.pl-image-note { right: -20px; }
	.pl-service-grid { grid-template-columns: 1fr; }
	.pl-service-card, .pl-service-card:nth-child(1), .pl-service-card:nth-child(2), .pl-service-card:last-child { grid-column: auto; width: auto; }
	.pl-service-card > div > span { min-height: 0; }
	.pl-pathway { min-height: 520px; }
	.pl-standard-section h2 { margin-bottom: 10px; }
	.pl-project-grid { grid-template-columns: 1fr; }
	.pl-project-card, .pl-project-card:nth-child(3), .pl-project-card:nth-child(4) { min-height: 360px; }
	.pl-process-inner > ol { grid-template-columns: 1fr; }
	.pl-process-inner > ol li { border-right: 0; border-bottom: 1px solid var(--pl-line); }
	.pl-process-inner > ol li:last-child { border-bottom: 0; }
	.pl-process-action, .pl-footer-cta-inner { align-items: flex-start; flex-direction: column; }
	.pl-page-hero-copy { order: 1; }
	.pl-page-hero-image { order: 2; }
	.pl-page-hero h1 { font-size: clamp(48px, 12vw, 72px); }
	.pl-image-stamp { left: -7px; }
	.pl-service-intro-grid > div:last-child { max-width: 700px; }
	.pl-service-promise-image img { aspect-ratio: 1.25; }
	.pl-case-study.is-reversed .pl-case-image { order: initial; }
	.pl-case-image { margin-right: 14px; }
	.pl-case-copy { padding-top: 10px; }
	.pl-story-milestones ol { grid-template-columns: 1fr 1fr; }
	.pl-story-milestones li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
	.pl-values-grid, .pl-why-grid { gap: 14px; }
	.pl-quote-grid > aside { position: static; }
	.pl-policy-layout { gap: 45px; }
	.pl-policy-layout aside { position: static; }
	.pl-footer-grid { grid-template-columns: 1fr 1fr; }
	.pl-footer-brand { grid-column: 1 / -1; }
	.pl-footer-contact { grid-column: auto; }
}

@media (max-width: 560px) {
	.pl-shell { width: min(calc(100% - 28px), var(--pl-shell)); }
	.pl-section { padding-block: 72px; }
	.pl-brand { width: 184px; flex-basis: 184px; }
	.pl-menu-toggle > span:last-child { display: none; }
	.pl-nav { padding-inline: 16px; }
	.pl-hero { min-height: 650px; background-position: 79% center; }
	.pl-hero::before { background: rgba(169, 31, 98, 0.87); }
	.pl-hero-inner { padding-block: 65px; }
	.pl-hero h1 { font-size: clamp(47px, 14vw, 62px); }
	.pl-button-row { align-items: flex-start; flex-direction: column; gap: 14px; }
	.pl-button-row .pl-button { width: 100%; }
	.pl-hero .pl-text-link { margin-left: 2px; }
	.pl-trust-strip .pl-shell { width: 100%; }
	.pl-trust-strip .pl-shell > div { padding-inline: 17px; }
	.pl-intro-copy h2, .pl-section-heading h2, .pl-standard-section h2, .pl-process-section h2, .pl-footer-cta h2, .pl-service-intro h2, .pl-case-closing h2, .pl-story-copy h2, .pl-story-values h2, .pl-quote-section h2, .pl-contact-details h2, .pl-article-cta h2 { font-size: 40px; }
	.pl-editorial-image { padding-left: 14px; }
	.pl-image-note { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); min-height: 92px; margin: -20px 0 0 auto; }
	.pl-pathway { min-height: 480px; }
	.pl-pathway > div { padding: 36px 25px; }
	.pl-standard-list li { grid-template-columns: 42px 1fr; gap: 13px; }
	.pl-project-card, .pl-project-card:nth-child(3), .pl-project-card:nth-child(4) { min-height: 330px; }
	.pl-project-card > div { padding: 25px; }
	.pl-review-card { min-height: 300px; }
	.pl-process-inner > ol li { padding: 30px 20px; }
	.pl-page-hero { padding-block: 62px; }
	.pl-page-hero h1, .pl-article-header h1, .pl-not-found h1 { font-size: 48px; }
	.pl-breadcrumbs { margin-bottom: 30px; }
	.pl-page-hero-image { padding: 0 12px 18px 0; }
	.pl-image-stamp { width: 92px; height: 92px; }
	.pl-image-stamp strong { font-size: 22px; }
	.pl-service-detail-grid article { padding: 32px 24px; }
	.pl-case-image > span { right: 0; font-size: 74px; }
	.pl-case-copy h2 { font-size: 39px; }
	.pl-story-milestones ol { grid-template-columns: 1fr; }
	.pl-story-milestones li, .pl-story-milestones li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); }
	.pl-values-grid article, .pl-why-grid article { padding: 31px 26px; }
	.pl-choice-row, .pl-form-grid { grid-template-columns: 1fr; }
	.pl-form-full { grid-column: auto; }
	.pl-quote-form { padding: 27px 20px; }
	.pl-contact-method > a { font-size: 22px; overflow-wrap: anywhere; }
	.pl-post-grid { grid-template-columns: 1fr; }
	.pl-footer-grid { grid-template-columns: 1fr; }
	.pl-footer-brand, .pl-footer-contact { grid-column: auto; }
	.pl-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
	.pl-float-call { right: 14px; bottom: 14px; width: 54px; height: 54px; justify-content: center; padding: 0; border-radius: 50%; }
	.pl-float-call span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
	.pl-site *, .pl-site *::before, .pl-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
