/*!
Theme Name: Pure Dead Brilliant Wills
Theme URI: url
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Pure Dead Brilliant Wills by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Fraunces', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 104px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--green: #8BAF1A;
	--pink: #E6007E;
	--gray: #F2F2F5;
	--pdb-cream: #fffdf9;
	--pdb-cream-dark: #f2efe9;
	--pdb-ink: #0a2533;
	--pdb-ink-light: #153e54;
	--pdb-tangerine: #ff5a36;
	--pdb-tangerine-hover: #e64a29;
	--pdb-header-max: 80rem;
	--pdb-header-bar: 3.5rem;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/




/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
	
/* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

/*--------------------------------------------------------------
# PDB — Site header (fixed after scroll offset, overlapping logo, WP menu)
--------------------------------------------------------------*/

body.pdb-nav-open {
	overflow: hidden;
}

/* Sitewide strip — markup in header.php (above #masthead; not part of sticky .pdb-header). */
.pdb-announcement-bar {
    display: block;
    width: calc(100% - 30px);
    background: var(--pdb-tangerine);
    color: #fff;
    padding: 0.75rem 15px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.pdb-announcement-bar:hover,
.pdb-announcement-bar:focus {
	background: var(--pdb-tangerine-hover);
	color: #fff;
}

.pdb-announcement-bar__text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

@media screen and (min-width: 48em) {

	.pdb-announcement-bar__text {
		font-size: 1rem;
	}
}

.pdb-announcement-bar__icon {
	display: inline-flex;
	transition: transform 0.2s ease;
}

.pdb-announcement-bar:hover .pdb-announcement-bar__icon,
.pdb-announcement-bar:focus .pdb-announcement-bar__icon {
	transform: translateX(4px);
}


/* Reserves document flow when the header is position:fixed after scroll offset. */
.pdb-header__spacer {
	display: block;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	transition: height 0.2s ease;
}

.pdb-header {
	position: relative;
	z-index: 50;
	background: rgba(255, 253, 249, 0.7);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
	font-family: "DM Sans", system-ui, sans-serif;
}

.pdb-header.is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
}

.pdb-header__container {
	box-sizing: border-box;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	padding: 0 1.25rem;
	min-height: var(--pdb-header-bar);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.pdb-header__logo {
	position: relative;
	z-index: 110;
	flex-shrink: 0;
}

.pdb-header__logo .custom-logo-link,
.pdb-header__logo-link {
	display: block;
	line-height: 0;
}

.pdb-header__logo .custom-logo,
.pdb-header__logo-img {
	width: 4.75rem;
	height: 4.75rem;
	object-fit: contain;
	filter: drop-shadow(0 3px 5px rgba(10, 37, 51, 0.1));
	transform: translateY(0.45rem);
}

@media screen and (min-width: 64em) {

	.pdb-header__logo .custom-logo,
	.pdb-header__logo-img {
		width: 6.5rem;
		height: 6.5rem;
		transform: translateY(0.85rem);
	}
}

.pdb-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	min-width: 0;
	position: static;
}

.pdb-header__menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem;
	margin: 0;
	border: 0;
	background: transparent;
	color: var(--pdb-ink);
	cursor: pointer;
	position: relative;
	z-index: 110;
	line-height: 0;
}

.pdb-header__menu-toggle svg {
	width: 1.25rem;
	height: 1.25rem;
}

.pdb-header__toggle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pdb-header__toggle-icon--close {
	display: none;
}

.main-navigation.toggled .pdb-header__toggle-icon--open {
	display: none;
}

.main-navigation.toggled .pdb-header__toggle-icon--close {
	display: flex;
}

@media screen and (min-width: 64em) {

	.pdb-header__menu-toggle {
		display: none !important;
	}
}

.pdb-header__nav-body {
	box-sizing: border-box;
}

@media screen and (max-width: 63.99em) {

	.pdb-header__nav-body {
		position: fixed;
		left: 0;
		right: 0;
		top: var(--pdb-header-bar);
		bottom: 0;
		height: calc(100vh - var(--pdb-header-bar));
		height: calc(100dvh - var(--pdb-header-bar));
		overflow-y: auto;
		background: var(--pdb-cream);
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease, visibility 0.2s ease;
		z-index: 90;
	}

	.main-navigation.toggled .pdb-header__nav-body {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.pdb-header__menu {
		list-style: none;
		margin: 0 0 1.5rem;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 1.125rem;
		font-family: Fraunces, Georgia, serif;
		font-size: 1.25rem;
		font-weight: 700;
	}

	.pdb-header__menu a {
		color: var(--pdb-ink);
		text-decoration: none;
		display: block;
	}

	.pdb-header__menu a:hover,
	.pdb-header__menu a:focus {
		color: var(--pdb-tangerine);
	}

	.pdb-header__menu .sub-menu {
		list-style: none;
		margin: 0.75rem 0 0;
		padding: 0 0 0 1rem;
		font-size: 1.125rem;
		font-weight: 600;
		border-left: 2px solid var(--pdb-cream-dark);
	}

	.pdb-header__cta-group {
		margin-top: auto;
		padding-bottom: 8rem;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.pdb-header__phone {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		padding: 1rem;
		border: 2px solid var(--pdb-ink);
		border-radius: 9999px;
		font-size: 1.25rem;
		font-weight: 700;
		color: var(--pdb-ink);
		text-decoration: none;
	}

	.pdb-header__phone:hover,
	.pdb-header__phone:focus {
		color: var(--pdb-tangerine);
		border-color: var(--pdb-tangerine);
	}

	.pdb-header__book {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		padding: 0.75rem 1.5rem 0.75rem 2rem;
		border-radius: 9999px;
		background: var(--pdb-ink);
		color: #fff;
		font-size: 1.25rem;
		font-weight: 700;
		text-decoration: none;
	}

	.pdb-header__book:hover,
	.pdb-header__book:focus {
		background: var(--pdb-tangerine);
		color: #fff;
	}

	.pdb-header__book-chip {
		width: 2.125rem;
		height: 2.125rem;
		border-radius: 9999px;
		background: rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pdb-header__book:hover .pdb-header__book-chip,
	.pdb-header__book:focus .pdb-header__book-chip {
		background: rgba(255, 255, 255, 0.3);
	}
}

@media screen and (min-width: 64em) {

	.pdb-header__nav-body {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1.25rem;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		position: static;
		height: auto;
		overflow: visible;
		background: transparent;
		padding: 0;
	}

	.pdb-header__menu {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1.125rem;
		font-family: "DM Sans", system-ui, sans-serif;
		font-size: 0.9375rem;
		font-weight: 500;
	}

	.pdb-header__menu > li {
		position: relative;
	}

	.pdb-header__menu > li > a {
		color: var(--pdb-ink);
		text-decoration: none;
		white-space: nowrap;
	}

	.pdb-header__menu > li > a:hover,
	.pdb-header__menu > li > a:focus {
		color: var(--pdb-tangerine);
	}

	.pdb-header__menu .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0.25rem 0 0;
		padding: 0.5rem 0;
		min-width: 14rem;
		list-style: none;
		background: #fff;
		border-radius: 0.75rem;
		box-shadow: 0 12px 40px rgba(10, 37, 51, 0.1);
		border: 1px solid var(--pdb-cream-dark);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(0.25rem);
		transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
		z-index: 120;
	}

	.pdb-header__menu li:hover > .sub-menu,
	.pdb-header__menu li.focus > .sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.pdb-header__menu .sub-menu a {
		display: block;
		padding: 0.5rem 1rem;
		color: var(--pdb-ink);
		text-decoration: none;
		font-size: 0.9375rem;
		font-weight: 500;
		white-space: nowrap;
	}

	.pdb-header__menu .sub-menu a:hover,
	.pdb-header__menu .sub-menu a:focus {
		background: rgba(255, 90, 54, 0.08);
		color: var(--pdb-tangerine);
	}

	.pdb-header__cta-group {
		display: flex;
		align-items: center;
		gap: 0.75rem;
		padding-left: 1.25rem;
		margin: 0;
		border-left: 1px solid var(--pdb-cream-dark);
	}

	.pdb-header__phone {
		display: flex;
		align-items: center;
		gap: 0.4rem;
		font-weight: 700;
		font-size: 0.875rem;
		color: var(--pdb-ink);
		text-decoration: none;
		white-space: nowrap;
	}

	.pdb-header__phone:hover,
	.pdb-header__phone:focus {
		color: var(--pdb-tangerine);
	}

	.pdb-header__book {
		display: inline-flex;
		align-items: center;
		gap: 0.5rem;
		padding: 0.35rem 0.35rem 0.35rem 1.125rem;
		border-radius: 9999px;
		background: var(--pdb-ink);
		color: #fff;
		font-weight: 700;
		font-size: 0.875rem;
		text-decoration: none;
		transition: background-color 0.2s ease;
	}

	.pdb-header__book:hover,
	.pdb-header__book:focus {
		background: var(--pdb-tangerine);
		color: #fff;
	}

	.pdb-header__book-chip {
		width: 1.75rem;
		height: 1.75rem;
		border-radius: 9999px;
		background: rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background-color 0.2s ease;
	}

	.pdb-header__book:hover .pdb-header__book-chip,
	.pdb-header__book:focus .pdb-header__book-chip {
		background: #fff;
	}

	.pdb-header__book:hover .pdb-header__book-chip svg,
	.pdb-header__book:focus .pdb-header__book-chip svg {
		color: var(--pdb-tangerine);
		stroke: var(--pdb-tangerine);
	}
}

.pdb-header__icon {
	flex-shrink: 0;
}

.pdb-header__book-chip svg {
	stroke: currentColor;
	color: #fff;
	width: 0.875rem;
	height: 0.875rem;
}

.pdb-header .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/*--------------------------------------------------------------
# PDB — Site footer
--------------------------------------------------------------*/

.pdb-footer {
	box-sizing: border-box;
	background-color: var(--pdb-cream-dark);
	color: var(--pdb-ink);
	padding: 4rem 1.5rem;
	border-top: 1px solid rgba(10, 37, 51, 0.1);
	font-family: "DM Sans", system-ui, sans-serif;
}

.pdb-footer__inner {
	box-sizing: border-box;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	margin-bottom: 4rem;
}

@media screen and (min-width: 48em) {

	.pdb-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 64em) {

	.pdb-footer__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 3rem;
	}
}

.pdb-footer__logo-link {
	display: inline-block;
	margin-bottom: 1.25rem;
	line-height: 0;
}

.pdb-footer__logo-img {
	width: 7rem;
	height: 7rem;
	object-fit: contain;
	display: block;
}

.pdb-footer__tagline {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.7);
	line-height: 1.5;
	max-width: 20rem;
}

.pdb-footer__heading {
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pdb-footer__list a {
	color: rgba(10, 37, 51, 0.7);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: color 0.15s ease;
}

.pdb-footer__list a:hover,
.pdb-footer__list a:focus {
	color: var(--pdb-ink);
}

.pdb-footer__list--menu .menu-item {
	margin: 0;
	padding: 0;
}

.pdb-footer__link {
	color: rgba(10, 37, 51, 0.7);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: color 0.15s ease;
}

.pdb-footer__link:hover,
.pdb-footer__link:focus {
	color: var(--pdb-ink);
}

.pdb-footer__link--strong {
	font-weight: 700;
}

.pdb-footer__text-muted {
	color: rgba(10, 37, 51, 0.7);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.pdb-footer__bar {
	padding-top: 2rem;
	border-top: 1px solid rgba(10, 37, 51, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-footer__bar {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
	}

	.pdb-footer__bar-main {
		flex: 1;
		min-width: 0;
	}
}

.pdb-footer__bar-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
}

@media screen and (min-width: 48em) {

	.pdb-footer__bar-main {
		align-items: flex-start;
	}
}

.pdb-footer__copy {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-footer__credit {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-footer__credit-link {
	color: rgba(10, 37, 51, 0.5);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(10, 37, 51, 0.25);
	text-underline-offset: 0.15em;
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.pdb-footer__credit-link:hover,
.pdb-footer__credit-link:focus {
	color: var(--pdb-ink);
	text-decoration-color: var(--pdb-ink);
}

.pdb-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-footer__legal {
		justify-content: flex-end;
	}
}

.pdb-footer__legal-link {
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
	text-decoration: none;
	transition: color 0.15s ease;
}

.pdb-footer__legal-link:hover,
.pdb-footer__legal-link:focus {
	color: var(--pdb-ink);
}

/*--------------------------------------------------------------
# PDB — Home template (pages/home.php)
--------------------------------------------------------------*/

.pdb-home {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - var(--pdb-header-bar, 3.5rem));
	font-family: "DM Sans", system-ui, sans-serif;
	color: var(--pdb-ink);
}

.pdb-home__main {
	flex: 1 1 auto;
}

/**
 * Home “reveal” blocks: no opacity:0 + JS gate (that looked like missing styles if IO/inline
 * script failed). Optional motion is transform-only so text never disappears.
 */
@keyframes pdb-reveal-shift {

	0% {
		transform: translateY(16px);
	}

	100% {
		transform: translateY(0);
	}
}

.pdb-reveal {
	opacity: 1;
	animation: pdb-reveal-shift 0.55s ease forwards;
	animation-delay: var(--pdb-stagger, 0s);
	animation-fill-mode: backwards;
}

.pdb-home-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fff4ec 0%, #fffdf9 55%, #fffdf9 100%);
}

.pdb-home-hero__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-home-hero__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
}

.pdb-home-hero__blob--1 {
	width: 24rem;
	height: 24rem;
	top: -6rem;
	left: -6rem;
	background: rgba(255, 90, 54, 0.15);
}

.pdb-home-hero__blob--2 {
	width: 20rem;
	height: 20rem;
	top: 2.5rem;
	right: -5rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-home-hero__blob--3 {
	width: 18rem;
	height: 18rem;
	bottom: 0;
	left: 33%;
	background: rgba(10, 37, 51, 0.04);
}

.pdb-home-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin: 0 auto;
	padding: 4rem 1.5rem 5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.pdb-home-hero__inner {
		padding: 6rem 1.5rem 7rem;
	}
}

@media screen and (min-width: 64em) {

	.pdb-home-hero__inner {
		padding: 7rem 1.5rem 8rem;
	}
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(1) {
	animation-delay: 0.05s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(2) {
	animation-delay: 0.12s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(3) {
	animation-delay: 0.2s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(4) {
	animation-delay: 0.28s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(5) {
	animation-delay: 0.36s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(6) {
	animation-delay: 0.44s;
}

.pdb-home-hero__inner > .pdb-reveal:nth-child(7) {
	animation-delay: 0.52s;
}

.pdb-home-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 9999px;
	padding: 0.35rem 1rem 0.35rem 0.35rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	margin-bottom: 2rem;
}

.pdb-home-hero__pill-emoji {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 9999px;
	background: rgba(255, 90, 54, 0.15);
	font-size: 1rem;
	line-height: 1;
}

.pdb-home-hero__pill-text {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	letter-spacing: 0.04em;
}

.pdb-home-hero__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 6vw, 4.5rem);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.02;
	letter-spacing: -0.02em;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-home-hero__title-accent {
	color: var(--pdb-tangerine);
}

.pdb-home-hero__lead {
	margin: 0 0 3rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	max-width: 42rem;
	text-wrap: balance;
}

.pdb-home-hero__ctas {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.5rem;
	width: 100%;
	max-width: 28rem;
}

@media screen and (min-width: 40em) {

	.pdb-home-hero__ctas {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto;
		max-width: none;
	}
}

.pdb-home-hero__check {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
}

.pdb-home-hero__check-q {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(10, 37, 51, 0.72);
	text-align: center;
}

@media screen and (min-width: 40em) {

	.pdb-home-hero__check {
		align-items: flex-start;
	}

	.pdb-home-hero__check-q {
		text-align: left;
	}
}

.pdb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.625rem 0.625rem 0.625rem 2rem;
	border-radius: 9999px;
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	white-space: nowrap;
}

.pdb-btn--primary {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-btn--primary:hover,
.pdb-btn--primary:focus {
	background: var(--pdb-tangerine-hover);
	color: #fff;
}

.pdb-btn--secondary {
	background: #fff;
	color: var(--pdb-ink);
	border: 2px solid var(--pdb-ink);
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
}

.pdb-btn--secondary:hover,
.pdb-btn--secondary:focus {
	background: var(--pdb-ink);
	color: #fff;
	border-color: var(--pdb-ink);
}

.pdb-btn--cream {
	background: #fff;
	color: var(--pdb-ink);
}

.pdb-btn--cream:hover,
.pdb-btn--cream:focus {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-btn__chip {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.2);
	transition: background-color 0.2s ease;
}

.pdb-btn--primary .pdb-btn__chip svg,
.pdb-btn--secondary .pdb-btn__chip svg,
.pdb-btn--cream .pdb-btn__chip svg {
	stroke: currentColor;
}

.pdb-btn--primary:hover .pdb-btn__chip,
.pdb-btn--primary:focus .pdb-btn__chip {
	background: #fff;
}

.pdb-btn--primary:hover .pdb-btn__chip svg,
.pdb-btn--primary:focus .pdb-btn__chip svg {
	color: var(--pdb-tangerine);
	stroke: var(--pdb-tangerine);
}

.pdb-btn--secondary .pdb-btn__chip--soft {
	background: rgba(255, 90, 54, 0.1);
}

.pdb-btn--secondary .pdb-btn__chip--soft svg {
	color: var(--pdb-tangerine);
	stroke: var(--pdb-tangerine);
}

.pdb-btn--secondary:hover .pdb-btn__chip--soft,
.pdb-btn--secondary:focus .pdb-btn__chip--soft {
	background: var(--pdb-tangerine);
}

.pdb-btn--secondary:hover .pdb-btn__chip--soft svg,
.pdb-btn--secondary:focus .pdb-btn__chip--soft svg {
	color: #fff;
	stroke: #fff;
}

.pdb-btn--cream .pdb-btn__chip--cream {
	background: rgba(255, 90, 54, 0.1);
}

.pdb-btn--cream:hover .pdb-btn__chip--cream,
.pdb-btn--cream:focus .pdb-btn__chip--cream {
	background: #fff;
}

.pdb-btn--cream:hover .pdb-btn__chip--cream svg,
.pdb-btn--cream:focus .pdb-btn__chip--cream svg {
	color: var(--pdb-tangerine);
	stroke: var(--pdb-tangerine);
}

.pdb-home-hero__social {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2.5rem;
}

@media screen and (min-width: 40em) {

	.pdb-home-hero__social {
		flex-direction: row;
		gap: 1rem;
	}
}

.pdb-home-hero__avatars {
	display: flex;
	padding-right: 0.75rem;
}

.pdb-home-hero__avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--pdb-cream);
	margin-right: -0.75rem;
}

.pdb-home-hero__stars-wrap {
	text-align: left;
}

.pdb-home-hero__stars {
	display: flex;
	gap: 0.125rem;
	color: var(--pdb-tangerine);
	margin-bottom: 0.25rem;
}

.pdb-home-hero__star {
	display: block;
}

.pdb-home-hero__social-caption {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-home-hero__trust {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.6);
	letter-spacing: 0.03em;
}

@media screen and (min-width: 48em) {

	.pdb-home-hero__trust {
		font-size: 1rem;
	}
}

.pdb-home-services {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-cream-dark);
}

.pdb-home-services__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-home-services__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
}

.pdb-home-services__blob--1 {
	width: 24rem;
	height: 24rem;
	top: 25%;
	left: -8rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-home-services__blob--2 {
	width: 24rem;
	height: 24rem;
	bottom: 25%;
	right: -8rem;
	background: rgba(255, 255, 255, 0.6);
}

.pdb-home-services__inner {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-home-services__intro {
	text-align: center;
	margin-bottom: 4rem;
}

.pdb-home-services__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-home-services__headline {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

/* Cards: .pdb-services-cards__grid + .pdb-services-card (same markup/CSS as pages/services.php). */

.pdb-home-band {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-home-band__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.pdb-home-band__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
}

.pdb-home-band__blob--1 {
	width: 16rem;
	height: 16rem;
	top: -6rem;
	left: -6rem;
	background: rgba(255, 90, 54, 0.35);
	mix-blend-mode: multiply;
	opacity: 0.35;
}

.pdb-home-band__blob--2 {
	width: 16rem;
	height: 16rem;
	bottom: -6rem;
	right: -6rem;
	background: var(--pdb-cream);
	mix-blend-mode: overlay;
	opacity: 0.12;
}

.pdb-home-band__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-home-band__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 900;
	color: var(--pdb-cream);
	line-height: 1.15;
	text-wrap: balance;
}

.pdb-home-band__text {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}

.pdb-home-qr {
	position: relative;
	padding: 5rem 1.5rem;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-home-qr__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 30% 50%, rgba(255, 90, 54, 0.06) 0%, transparent 55%);
	filter: blur(60px);
}

.pdb-home-qr__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-home-qr__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.pdb-home-qr__visual {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}

.pdb-home-qr__box {
	position: relative;
	width: 100%;
	max-width: 28rem;
	background: var(--pdb-ink);
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(10, 37, 51, 0.25);
	padding: 2.5rem 2rem;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-home-qr__box {
		padding: 3rem 2.5rem;
	}
}

.pdb-home-qr__box-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(70% 50% at 60% 0%, rgba(255, 90, 54, 0.3) 0%, rgba(255, 90, 54, 0.08) 40%, transparent 70%);
}

.pdb-home-qr__box-inner {
	position: relative;
	z-index: 2;
}

.pdb-home-qr__brand {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	color: var(--pdb-cream);
}

.pdb-home-qr__frame {
	width: 11rem;
	height: 11rem;
	margin: 0 auto 2rem;
	background: #fff;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(10, 37, 51, 0.12);
}

@media screen and (min-width: 48em) {

	.pdb-home-qr__frame {
		width: 13rem;
		height: 13rem;
	}
}

.pdb-home-qr__qr {
	color: var(--pdb-ink);
	width: 7rem;
	height: 7rem;
}

@media screen and (min-width: 48em) {

	.pdb-home-qr__qr {
		width: 8rem;
		height: 8rem;
	}
}

.pdb-home-qr__hint {
	margin: 0 0 0.5rem;
	font-weight: 700;
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	color: #fff;
}

.pdb-home-qr__sub {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 253, 249, 0.5);
}

@media screen and (min-width: 48em) {

	.pdb-home-qr__sub {
		font-size: 1.125rem;
	}
}

.pdb-home-qr__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-home-qr__lead {
	margin: 0 0 2rem;
	font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
	line-height: 1.6;
	color: rgba(10, 37, 51, 0.8);
}

.pdb-home-qr__copy {
	text-align: center;
}

@media screen and (min-width: 64em) {

	.pdb-home-qr__copy {
		text-align: left;
	}
}

.pdb-home-quote {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-cream-dark);
}

.pdb-home-quote__blob {
	position: absolute;
	top: -10rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	filter: blur(100px);
	pointer-events: none;
}

.pdb-home-quote__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-home-quote__card {
	margin: 0 0 4rem;
	padding: 3rem 2rem;
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border: 1px solid #fff;
	border-radius: 3rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 48em) {

	.pdb-home-quote__card {
		padding: 4rem 3rem;
	}
}

.pdb-home-quote__mark {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 4rem;
	line-height: 1;
	color: var(--pdb-tangerine);
}

.pdb-home-quote__text {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 500;
	line-height: 1.45;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-home-quote__cite {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-style: normal;
	color: rgba(10, 37, 51, 0.6);
}

@media screen and (min-width: 48em) {

	.pdb-home-quote__cite {
		font-size: 1rem;
	}
}

.pdb-home-quote__badges {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	padding-top: 3rem;
	border-top: 1px solid rgba(10, 37, 51, 0.1);
}

@media screen and (min-width: 48em) {

	.pdb-home-quote__badges {
		flex-direction: row;
		gap: 3rem;
	}
}

.pdb-home-quote__badge {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-home-quote__badge-icon {
	flex-shrink: 0;
	color: var(--pdb-tangerine);
	stroke: currentColor;
}

.pdb-home-cta {
	padding: 4rem 1.5rem;
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-home-cta {
		padding: 5rem 1.5rem;
	}
}

.pdb-home-cta__card {
	position: relative;
	max-width: 72rem;
	margin: 0 auto;
	background: var(--pdb-ink);
	border-radius: 2.5rem;
	overflow: hidden;
}

.pdb-home-cta__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(60% 90% at 92% 70%, rgba(255, 90, 54, 0.45) 0%, rgba(255, 90, 54, 0.12) 35%, transparent 65%);
}

.pdb-home-cta__row {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	padding: 2rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-home-cta__row {
		flex-direction: row;
		align-items: center;
		gap: 3rem;
		padding: 3rem 3.5rem;
	}
}

.pdb-home-cta__portrait img {
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, 0.1);
	display: block;
}

@media screen and (min-width: 48em) {

	.pdb-home-cta__portrait img {
		width: 11rem;
		height: 11rem;
	}
}

.pdb-home-cta__content {
	flex: 1;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-home-cta__content {
		text-align: left;
	}
}

.pdb-home-cta__title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: 900;
	color: var(--pdb-cream);
	line-height: 1.05;
}

.pdb-home-cta__lead {
	margin: 0 0 2rem;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 500;
	color: rgba(255, 253, 249, 0.7);
}

.pdb-home-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

@media screen and (min-width: 40em) {

	.pdb-home-cta__actions {
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (min-width: 48em) {

	.pdb-home-cta__actions {
		justify-content: flex-start;
	}
}

.pdb-home-cta__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--pdb-cream);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-home-cta__phone:hover,
.pdb-home-cta__phone:focus {
	color: var(--pdb-tangerine);
}

.pdb-home-cta__phone-icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.pdb-home-cta__phone:hover .pdb-home-cta__phone-icon,
.pdb-home-cta__phone:focus .pdb-home-cta__phone-icon {
	background: rgba(255, 90, 54, 0.2);
}

.pdb-home-cta__phone-icon svg {
	stroke: var(--pdb-tangerine);
	color: var(--pdb-tangerine);
}

.pdb-help-widget {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 130;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 1rem;
	max-width: calc(100vw - 1.5rem);
	pointer-events: none;
}

.pdb-help-widget > * {
	pointer-events: auto;
}

.pdb-help-widget__panel {
	width: 18rem;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	border: 1px solid #fff;
	border-radius: 1.5rem;
	box-shadow: 0 12px 40px rgba(10, 37, 51, 0.15);
	overflow: hidden;
}

.pdb-help-widget__panel[hidden] {
	display: none !important;
}

.pdb-help-widget__header {
	padding: 1.25rem 1.25rem 0.75rem;
}

.pdb-help-widget__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.25;
	color: var(--pdb-ink);
}

.pdb-help-widget__subtitle {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-help-widget__list {
	list-style: none;
	margin: 0;
	padding: 0 0.75rem 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.pdb-help-widget__list > li {
	margin: 0;
}

.pdb-help-widget__option {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.75rem;
	border: 0;
	border-radius: 1rem;
	background: transparent;
	text-align: left;
	text-decoration: none;
	font: inherit;
	cursor: pointer;
	color: inherit;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
}

a.pdb-help-widget__option {
	cursor: pointer;
}

.pdb-help-widget__option:hover,
.pdb-help-widget__option:focus {
	background: rgba(255, 90, 54, 0.1);
	outline: none;
}

.pdb-help-widget__option-icon {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-help-widget__option-icon i {
	font-size: 1.125rem;
	color: var(--pdb-tangerine);
	transition: color 0.2s ease;
}

.pdb-help-widget__option:hover .pdb-help-widget__option-icon,
.pdb-help-widget__option:focus .pdb-help-widget__option-icon {
	background: var(--pdb-tangerine);
}

.pdb-help-widget__option:hover .pdb-help-widget__option-icon i,
.pdb-help-widget__option:focus .pdb-help-widget__option-icon i {
	color: #fff;
}

.pdb-help-widget__option-text {
	min-width: 0;
	flex: 1 1 auto;
}

.pdb-help-widget__option-label {
	display: block;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 1.25;
	color: var(--pdb-ink);
}

.pdb-help-widget__option-desc {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	color: rgba(10, 37, 51, 0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdb-help-widget__fab {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: var(--pdb-tangerine);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.pdb-help-widget__fab:hover,
.pdb-help-widget__fab:focus {
	background: var(--pdb-ink);
	outline: none;
}

.pdb-help-widget__fab-help,
.pdb-help-widget__fab-x {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease;
}

.pdb-help-widget__fab-icon {
	font-size: 1.75rem;
	line-height: 1;
	color: inherit;
}

.pdb-help-widget__fab-x {
	opacity: 0;
}

.pdb-help-widget.is-open .pdb-help-widget__fab-help {
	opacity: 0;
}

.pdb-help-widget.is-open .pdb-help-widget__fab-x {
	opacity: 1;
}

.pdb-help-widget .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

body.pdb-help-open {
	overflow: hidden;
}

/*--------------------------------------------------------------
# PDB — Contact modal (PMD Modal + template-parts/contact-modal.php)
--------------------------------------------------------------*/

.pmd-modal--pdb-contact.pmd-modal {
	max-width: 32rem;
	width: calc(100vw - 2rem);
	padding: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	font-family: "DM Sans", system-ui, sans-serif;
}

.pmd-modal-back#contact-modal .pmd-modal--pdb-contact {
	color: var(--pdb-cream, #fffdf9);
}

.pdb-contact-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 5;
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--pdb-cream, #fffdf9);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-contact-modal__close:hover,
.pdb-contact-modal__close:focus {
	background: var(--pdb-tangerine, #ff5a36);
	color: #fff;
}

.pdb-contact-modal__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: 2rem;
	overflow: hidden;
}

.pdb-contact-modal__glow::before {
	content: "";
	position: absolute;
	top: -5rem;
	right: -5rem;
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.15);
	filter: blur(48px);
}

.pdb-contact-modal__shell {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 24px 60px rgba(10, 37, 51, 0.45);
	background: linear-gradient(160deg, #153e54 0%, #0a2533 55%, #06161f 100%);
}

.pdb-contact-modal__pane {
	padding: 1.75rem 1.75rem 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-contact-modal__pane {
		padding: 2.25rem 2.25rem 2.5rem;
	}
}

.pdb-contact-modal__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine, #ff5a36);
}

.pdb-contact-modal__heading {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-cream, #fffdf9);
}

.pdb-contact-modal__heading--success {
	margin-bottom: 1rem;
	text-align: center;
}

.pdb-contact-modal__lead {
	margin: 0 0 1.75rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 253, 249, 0.7);
}

.pdb-contact-modal__pane--success .pdb-contact-modal__lead {
	text-align: center;
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.pdb-contact-modal__form {
	margin: 0;
}

.pmd-modal--pdb-contact .pmd-modal__group {
	margin-bottom: 1rem;
}

.pmd-modal--pdb-contact .pmd-modal__row {
	gap: 1rem;
}

@media screen and (max-width: 35.99em) {

	.pmd-modal--pdb-contact .pmd-modal__row {
		grid-template-columns: 1fr;
	}
}

.pmd-modal--pdb-contact .pmd-modal__label {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-cream, #fffdf9);
	margin-bottom: 0.35rem;
}

.pmd-modal--pdb-contact .pmd-modal__input,
.pmd-modal--pdb-contact .pmd-modal__textarea {
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
	color: var(--pdb-cream, #fffdf9);
	font-weight: 500;
}

.pmd-modal--pdb-contact .pmd-modal__input::placeholder,
.pmd-modal--pdb-contact .pmd-modal__textarea::placeholder {
	color: rgba(255, 253, 249, 0.4);
}

.pmd-modal--pdb-contact .pmd-modal__input:focus,
.pmd-modal--pdb-contact .pmd-modal__textarea:focus {
	border-color: var(--pdb-tangerine, #ff5a36);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(255, 90, 54, 0.2);
}

.pmd-modal--pdb-contact .pmd-modal__error {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding: 0.75rem 1rem;
	border-radius: 0.75rem;
	background: rgba(185, 28, 28, 0.15);
	border: 1px solid rgba(252, 165, 165, 0.35);
	color: #fecaca;
	font-size: 0.875rem;
}

.pdb-contact-modal__actions {
	margin-top: 0.25rem;
}

.pdb-contact-modal__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: 100%;
	margin: 0;
	padding: 0.65rem 0.5rem 0.65rem 1.5rem;
	border: 0;
	border-radius: 9999px;
	background: var(--pdb-tangerine, #ff5a36);
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.pdb-contact-modal__submit:hover,
.pdb-contact-modal__submit:focus {
	background: var(--pdb-tangerine-hover, #e64a29);
}

.pdb-contact-modal__submit-chip {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.pdb-contact-modal__submit:hover .pdb-contact-modal__submit-chip,
.pdb-contact-modal__submit:focus .pdb-contact-modal__submit-chip {
	background: #fff;
}

.pdb-contact-modal__submit-chip i {
	font-size: 1rem;
	color: #fff;
	transition: color 0.2s ease;
}

.pdb-contact-modal__submit:hover .pdb-contact-modal__submit-chip i,
.pdb-contact-modal__submit:focus .pdb-contact-modal__submit-chip i {
	color: var(--pdb-tangerine, #ff5a36);
}

.pdb-contact-modal__fineprint {
	margin: 1rem 0 0;
	font-size: 0.75rem;
	text-align: center;
	font-weight: 500;
	color: rgba(255, 253, 249, 0.5);
}

.pdb-contact-modal__pane--success {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pdb-contact-modal__success-icon {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	background: var(--pdb-tangerine, #ff5a36);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.35);
}

.pdb-contact-modal__success-icon i {
	font-size: 2rem;
	color: #fff;
}

.pdb-contact-modal__hurry {
	margin: 0 0 2rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 253, 249, 0.5);
}

.pdb-contact-modal__tel {
	font-weight: 700;
	color: var(--pdb-tangerine, #ff5a36);
	text-decoration: none;
}

.pdb-contact-modal__tel:hover,
.pdb-contact-modal__tel:focus {
	text-decoration: underline;
}

.pdb-contact-modal__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0 auto;
	padding: 0.65rem 0.5rem 0.65rem 1.5rem;
	border: 0;
	border-radius: 9999px;
	background: #fff;
	color: var(--pdb-ink, #0a2533);
	font-weight: 700;
	font-size: 1.125rem;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-contact-modal__back:hover,
.pdb-contact-modal__back:focus {
	background: var(--pdb-tangerine, #ff5a36);
	color: #fff;
}

.pdb-contact-modal__back-chip {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.pdb-contact-modal__back:hover .pdb-contact-modal__back-chip,
.pdb-contact-modal__back:focus .pdb-contact-modal__back-chip {
	background: #fff;
}

.pdb-contact-modal__back-chip i {
	font-size: 1rem;
	color: var(--pdb-tangerine, #ff5a36);
	transition: color 0.2s ease;
}

.pdb-contact-modal__back:hover .pdb-contact-modal__back-chip i,
.pdb-contact-modal__back:focus .pdb-contact-modal__back-chip i {
	color: var(--pdb-tangerine, #ff5a36);
}

/* --------------------------------------------------------------------------
   PDB — Services page (pages/services.php)
   -------------------------------------------------------------------------- */

.pdb-services {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-services__main {
	flex: 1 1 auto;
	width: 100%;
}

/* Hero */
.pdb-services-hero {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem 4rem;
	background: linear-gradient(180deg, #fff4ec 0%, #fffdf9 60%, #fffdf9 100%);
}

@media screen and (min-width: 48em) {

	.pdb-services-hero {
		padding: 7rem 1.5rem 5rem;
	}
}

.pdb-services-hero__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-services-hero__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
}

.pdb-services-hero__blob--1 {
	width: 24rem;
	height: 24rem;
	top: -6rem;
	left: -6rem;
	background: rgba(255, 90, 54, 0.15);
}

.pdb-services-hero__blob--2 {
	width: 20rem;
	height: 20rem;
	top: 2.5rem;
	right: -5rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-services-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-services-hero__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-services-hero__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-services-hero__lead {
	margin: 0 0 2.5rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}

.pdb-services-hero__ctas {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: stretch;
}

@media screen and (min-width: 40em) {

	.pdb-services-hero__ctas {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}

/* Intro */
.pdb-services-intro {
	position: relative;
	padding: 3rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-services-intro {
		padding: 4rem 1.5rem;
	}
}

.pdb-services-intro__inner {
	position: relative;
	z-index: 2;
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-services-intro__text {
	margin: 0 0 2rem;
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
	text-wrap: balance;
}

.pdb-services-intro__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.5rem;
	background: var(--pdb-cream-dark);
	border-radius: 9999px;
}

.pdb-services-intro__pill-text {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--pdb-ink);
}

/* Service cards — shared by pages/services.php (section .pdb-services-cards) and pages/home.php (.pdb-home-services__inner). */
.pdb-services-cards {
	padding: 0 1.5rem 5rem;
}

.pdb-services-cards__grid {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 3rem 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-services-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 64em) {

	.pdb-services-cards__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 3rem 2rem;
	}
}

.pdb-services-card {
	position: relative;
	padding-top: 2rem;
	padding-right: 1rem;
	min-width: 0;
}

/* No image sheet — still uses default __body / __card-inner heights (Trusts reasons). POA GTK: add --compact. */
.pdb-services-card--no-sheet.pdb-services-card--compact .pdb-services-card__body {
	margin-top: 2.75rem;
	min-height: 0;
}

.pdb-services-card--no-sheet.pdb-services-card--compact .pdb-services-card__card-inner {
	min-height: 0;
}

.pdb-services-card--no-sheet.pdb-services-card--compact .pdb-services-card__desc {
	flex: 0 1 auto;
	margin-bottom: 0;
}

.pdb-services-card__sheet {
	position: absolute;
	top: 0;
	right: 0;
	width: 88%;
	height: 11rem;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 4px 12px rgba(10, 37, 51, 0.12);
	transform: rotate(3deg);
	transition: transform 0.45s ease;
}

.pdb-services-card:hover .pdb-services-card__sheet,
.pdb-services-card:focus-within .pdb-services-card__sheet {
	transform: rotate(6deg) translateY(-4px);
}

.pdb-services-card__sheet img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-services-card__sheet-tint {
	position: absolute;
	inset: 0;
	background: rgba(10, 37, 51, 0.1);
}

.pdb-services-card__body {
	position: relative;
	z-index: 2;
	margin-top: 4rem;
	min-height: 18rem;
	min-width: 0;
}

/* Larger skewed tab-face sits under the clip-path card (design intent). */
.pdb-services-card__tab {
	position: absolute;
	z-index: 0;
	top: 1.25rem;
	right: clamp(0.5rem, 4vw, 3.125rem);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 3.5rem;
	min-height: 5.5rem;
	overflow: visible;
	pointer-events: none;
}

@media screen and (min-width: 48em) {

	.pdb-services-card__tab {
		right: 50px;
	}
}

.pdb-services-card__tab-face {
	flex-shrink: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 0.75rem;
	background: var(--pdb-tangerine);
	box-shadow: 0 4px 12px rgba(10, 37, 51, 0.12);
	transform: rotate(-18deg) skewY(-3deg);
	transform-origin: 70% 30%;
}

.pdb-services-card__card {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 20px;
	box-shadow: none;
	min-height: 100%;
	min-width: 0;
}

.pdb-services-card__card-inner {
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	min-height: 16rem;
	min-width: 0;
}

.pdb-services-card__title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--pdb-ink);
	padding-right: 2.5rem;
}

.pdb-services-card__desc {
	margin: 0 0 1.5rem;
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

.pdb-services-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-top: auto;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	background: var(--pdb-ink);
	color: #fff;
	padding: 0.5rem 0.45rem 0.5rem 0.875rem;
	border-radius: 9999px;
	font-weight: 700;
	font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-services-card__link:hover,
.pdb-services-card__link:focus {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-services-card__link-chip {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.pdb-services-card__link:hover .pdb-services-card__link-chip,
.pdb-services-card__link:focus .pdb-services-card__link-chip {
	background: #fff;
}

.pdb-services-card__link-chip svg {
	stroke: currentColor;
	color: #fff;
}

.pdb-services-card__link:hover .pdb-services-card__link-chip svg,
.pdb-services-card__link:focus .pdb-services-card__link-chip svg {
	color: var(--pdb-tangerine);
	stroke: var(--pdb-tangerine);
}

/* “Why bother now?” */
.pdb-services-why {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-services-why__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.pdb-services-why__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
}

.pdb-services-why__blob--1 {
	width: 16rem;
	height: 16rem;
	top: -6rem;
	left: -6rem;
	background: rgba(255, 90, 54, 0.35);
	mix-blend-mode: multiply;
	opacity: 0.2;
}

.pdb-services-why__blob--2 {
	width: 16rem;
	height: 16rem;
	bottom: -6rem;
	right: -6rem;
	background: var(--pdb-cream);
	mix-blend-mode: overlay;
	opacity: 0.1;
}

.pdb-services-why__grid {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-services-why__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.pdb-services-why__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	font-weight: 900;
	color: var(--pdb-cream);
	line-height: 1.1;
	text-wrap: balance;
}

.pdb-services-why__lead {
	margin: 0 0 1.5rem;
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95);
}

.pdb-services-why__muted {
	margin: 0;
	font-size: clamp(1.125rem, 1.8vw, 1.25rem);
	font-weight: 500;
	line-height: 1.5;
	color: rgba(255, 253, 249, 0.6);
}

.pdb-services-why__visual--hide-sm {
	display: none;
}

@media screen and (min-width: 64em) {

	.pdb-services-why__visual--hide-sm {
		display: block;
	}
}

.pdb-services-why__figure {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 3rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.pdb-services-why__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-services-why__visual {
	position: relative;
}

.pdb-services-why__badge {
	position: absolute;
	left: -2rem;
	bottom: -2rem;
	max-width: 20rem;
	padding: 1.5rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pdb-services-why__badge-title {
	margin: 0 0 0.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}

.pdb-services-why__badge-text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.45;
}

/* Will Check / QR */
.pdb-services-smart {
	position: relative;
	padding: 5rem 1.5rem;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

@media screen and (min-width: 48em) {

	.pdb-services-smart {
		padding: 6rem 1.5rem;
	}
}

.pdb-services-smart__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 25% 50%, rgba(255, 90, 54, 0.08) 0%, transparent 50%);
	filter: blur(60px);
}

.pdb-services-smart__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-services-smart__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

.pdb-services-smart__visual {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}

.pdb-services-smart__box {
	position: relative;
	width: 100%;
	max-width: 28rem;
	background: var(--pdb-ink);
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(10, 37, 51, 0.25);
	padding: 2.5rem 2rem;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-services-smart__box {
		padding: 3rem 2.5rem;
	}
}

.pdb-services-smart__box-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(70% 50% at 60% 0%, rgba(255, 90, 54, 0.3) 0%, rgba(255, 90, 54, 0.08) 40%, transparent 70%);
}

.pdb-services-smart__box-inner {
	position: relative;
	z-index: 2;
}

.pdb-services-smart__brand {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
	color: var(--pdb-cream);
}

.pdb-services-smart__frame {
	width: 11rem;
	height: 11rem;
	margin: 0 auto 2rem;
	background: #fff;
	border-radius: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(10, 37, 51, 0.12);
}

@media screen and (min-width: 48em) {

	.pdb-services-smart__frame {
		width: 13rem;
		height: 13rem;
	}
}

.pdb-services-smart__qr {
	color: var(--pdb-ink);
	width: 7rem;
	height: 7rem;
}

@media screen and (min-width: 48em) {

	.pdb-services-smart__qr {
		width: 8rem;
		height: 8rem;
	}
}

.pdb-services-smart__hint {
	margin: 0 0 0.5rem;
	font-weight: 700;
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	color: #fff;
}

.pdb-services-smart__sub {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 253, 249, 0.5);
}

@media screen and (min-width: 48em) {

	.pdb-services-smart__sub {
		font-size: 1.125rem;
	}
}

.pdb-services-smart__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-services-smart__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-services-smart__lead {
	margin: 0 0 2rem;
	font-size: clamp(1.125rem, 1.8vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

/* Detail sections */
.pdb-services-detail {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	scroll-margin-top: 5rem;
}

@media screen and (min-width: 48em) {

	.pdb-services-detail {
		padding: 8rem 1.5rem;
	}
}

.pdb-services-detail--cream {
	background: var(--pdb-cream-dark);
}

.pdb-services-detail--white {
	background: #fff;
}

.pdb-services-detail__grid {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: start;
}

@media screen and (min-width: 64em) {

	.pdb-services-detail__grid {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: 5rem;
		align-items: start;
	}

	.pdb-services-detail__content {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: 2rem;
		padding-left: 0;
	}

	.pdb-services-detail__grid--swap .pdb-services-detail__content {
		order: 2;
		padding-left: 2rem;
		padding-right: 0;
	}

	.pdb-services-detail__grid--swap .pdb-services-detail__aside {
		order: 1;
	}
}

.pdb-services-detail__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-services-detail__title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.875rem, 3vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-services-detail__sub {
	margin: 0 0 2.5rem;
	font-size: clamp(1.125rem, 1.8vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-services-detail__why {
	margin: 0 0 2.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

.pdb-services-detail__myth {
	position: relative;
	margin: 0 0 2.5rem;
	padding: 2rem;
	border-radius: 1.5rem;
	background: var(--pdb-ink);
	color: #fff;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(10, 37, 51, 0.18);
}

.pdb-services-detail__myth-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 16rem;
	height: 16rem;
	background: var(--pdb-tangerine);
	border-radius: 50%;
	filter: blur(48px);
	mix-blend-mode: multiply;
	opacity: 0.4;
	pointer-events: none;
}

.pdb-services-detail__myth-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
}

@media screen and (min-width: 48em) {

	.pdb-services-detail__myth-inner {
		flex-direction: row;
	}
}

.pdb-services-detail__myth-icon {
	flex-shrink: 0;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: var(--pdb-tangerine);
}

.pdb-services-detail__myth-title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.2;
}

.pdb-services-detail__myth-body {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.8);
}

.pdb-services-detail__benefits {
	margin: 0 0 2.5rem;
}

.pdb-services-detail__benefits-title {
	margin: 0 0 1.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-services-detail__chips {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

@media screen and (min-width: 40em) {

	.pdb-services-detail__chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pdb-services-detail__chip {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	border-radius: 1rem;
	border: 1px solid var(--pdb-cream-dark);
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
}

.pdb-services-detail__chip--on-cream {
	background: #fff;
}

.pdb-services-detail__chip--on-white {
	background: var(--pdb-cream-dark);
	border-color: #fff;
}

.pdb-services-detail__chip-icon {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: var(--pdb-tangerine);
}

.pdb-services-detail__chip-text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--pdb-ink);
}

.pdb-services-detail__three {
	margin: 0 0 2rem;
}

.pdb-services-detail__three-title {
	margin: 0 0 1.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-services-detail__three-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media screen and (min-width: 40em) {

	.pdb-services-detail__three-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pdb-services-detail__three-card {
	border-radius: 1rem;
	padding: 1.25rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
}

.pdb-services-detail__three-card--light {
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
}

.pdb-services-detail__three-card--muted {
	background: var(--pdb-cream-dark);
	border: 1px solid #fff;
}

.pdb-services-detail__three-card-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-services-detail__three-card-desc {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-services-detail__aside {
	position: relative;
	min-width: 0;
}

.pdb-services-detail__figure-wrap {
	position: relative;
}

.pdb-services-detail__figure {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 2.5rem;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(10, 37, 51, 0.2);
	margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {

	.pdb-services-detail__figure {
		margin-bottom: 0;
	}
}

.pdb-services-detail__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-services-detail__figure-tint {
	position: absolute;
	inset: 0;
	background: rgba(10, 37, 51, 0.05);
	pointer-events: none;
}

.pdb-services-detail__good {
	position: relative;
	z-index: 3;
	width: 100%;
}

@media screen and (min-width: 64em) {

	.pdb-services-detail__good {
		position: absolute;
		bottom: 3rem;
		width: 110%;
		max-width: none;
	}

	.pdb-services-detail__good--left {
		left: -3rem;
	}

	.pdb-services-detail__good--right {
		right: -3rem;
	}
}

.pdb-services-detail__good-glow {
	position: absolute;
	inset: auto;
	bottom: -3rem;
	right: -2.5rem;
	width: 14rem;
	height: 14rem;
	background: radial-gradient(
		circle at 30% 30%,
		rgba(255, 90, 54, 0.38) 0%,
		rgba(255, 90, 54, 0.1) 42%,
		transparent 68%
	);
	filter: blur(36px);
	pointer-events: none;
	opacity: 0.9;
}

/* Dark liquid glass — reads over photo detail sections */
.pdb-services-detail__good-inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	gap: 1rem;
	padding: 1.5rem;
	border-radius: 1.5rem;
	background: rgba(10, 37, 51, 0.52);
	-webkit-backdrop-filter: blur(28px) saturate(145%);
	backdrop-filter: blur(28px) saturate(145%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.06),
		0 24px 48px rgba(10, 37, 51, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.pdb-services-detail__good-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(
		125deg,
		rgba(255, 255, 255, 0.22) 0%,
		rgba(255, 255, 255, 0.05) 36%,
		transparent 52%
	);
	opacity: 0.85;
}

.pdb-services-detail__good-inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 40%;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.22) 0%,
		transparent 100%
	);
	opacity: 0.5;
}

.pdb-services-detail__good-inner > * {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 48em) {

	.pdb-services-detail__good-inner {
		padding: 2rem;
	}
}

.pdb-services-detail__good-icon {
	flex-shrink: 0;
	margin-top: 0.25rem;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	color: var(--pdb-cream);
}

.pdb-services-detail__good-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pdb-cream);
}

.pdb-services-detail__good-text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 253, 249, 0.78);
}

/* Bottom CTA (mirrors home CTA card) */
.pdb-services-bottom {
	padding: 4rem 1.5rem;
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-services-bottom {
		padding: 5rem 1.5rem;
	}
}

.pdb-services-bottom__card {
	position: relative;
	max-width: 72rem;
	margin: 0 auto;
	background: var(--pdb-ink);
	border-radius: 2.5rem;
	overflow: hidden;
}

.pdb-services-bottom__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(60% 90% at 92% 70%, rgba(255, 90, 54, 0.45) 0%, rgba(255, 90, 54, 0.12) 35%, transparent 65%);
}

.pdb-services-bottom__row {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	padding: 2rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-services-bottom__row {
		flex-direction: row;
		align-items: center;
		gap: 3rem;
		padding: 3rem 3.5rem;
	}
}

.pdb-services-bottom__portrait img {
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, 0.1);
	display: block;
}

@media screen and (min-width: 48em) {

	.pdb-services-bottom__portrait img {
		width: 11rem;
		height: 11rem;
	}
}

.pdb-services-bottom__content {
	flex: 1;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-services-bottom__content {
		text-align: left;
	}
}

.pdb-services-bottom__title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	color: var(--pdb-cream);
	line-height: 1.05;
}

.pdb-services-bottom__lead {
	margin: 0 0 2rem;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 500;
	color: rgba(255, 253, 249, 0.7);
}

.pdb-services-bottom__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

@media screen and (min-width: 40em) {

	.pdb-services-bottom__actions {
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (min-width: 48em) {

	.pdb-services-bottom__actions {
		justify-content: flex-start;
	}
}

.pdb-services-bottom__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--pdb-cream);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-services-bottom__phone:hover,
.pdb-services-bottom__phone:focus {
	color: var(--pdb-tangerine);
}

.pdb-services-bottom__phone-icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease;
}

.pdb-services-bottom__phone:hover .pdb-services-bottom__phone-icon,
.pdb-services-bottom__phone:focus .pdb-services-bottom__phone-icon {
	background: rgba(255, 90, 54, 0.2);
}

.pdb-services-bottom__phone-icon svg {
	stroke: var(--pdb-tangerine);
	color: var(--pdb-tangerine);
}

/* Shared: service-card pill used inside Wills sibling cards */
.pdb-wills-sibling .pdb-wills-sibling__cta.pdb-services-card__link {
	width: auto;
	max-width: 100%;
	min-width: 0;
	align-self: flex-start;
	margin-top: auto;
}

/* --------------------------------------------------------------------------
   PDB — Wills subpage (pages/services-wills.php)
   Reuses: .pdb-btn, .pdb-services-bottom*, .pdb-services-card__link (+ chip).
   -------------------------------------------------------------------------- */

.pdb-wills {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-wills__main {
	flex: 1 1 auto;
	width: 100%;
}

/* Hero */
.pdb-wills-hero {
	position: relative;
	overflow: hidden;
	padding: 4rem clamp(1.5rem, 6vw, 2.25rem);
	background: linear-gradient(180deg, #fff4ec 0%, #fffdf9 60%, #fffdf9 100%);
}

@media screen and (min-width: 48em) {

	.pdb-wills-hero {
		padding: 6rem 1.5rem;
	}
}

.pdb-wills-hero__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-wills-hero__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
}

.pdb-wills-hero__blob--1 {
	width: 24rem;
	height: 24rem;
	top: -6rem;
	left: -6rem;
	background: rgba(255, 90, 54, 0.15);
}

.pdb-wills-hero__blob--2 {
	width: 20rem;
	height: 20rem;
	top: 2.5rem;
	right: -5rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-wills-hero__grid {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 3rem;
	align-items: center;
	min-width: 0;
}

.pdb-wills-hero__copy {
	min-width: 0;
}

@media screen and (min-width: 64em) {

	.pdb-wills-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 4rem;
	}
}

.pdb-wills-hero__copy.pdb-reveal,
.pdb-poa-hero__copy.pdb-reveal {
	animation-fill-mode: forwards;
}

.pdb-wills-hero__crumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-wills-hero__crumb a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-wills-hero__crumb a:hover,
.pdb-wills-hero__crumb a:focus {
	color: var(--pdb-tangerine);
}

.pdb-wills-hero__crumb-sep {
	display: flex;
	color: rgba(10, 37, 51, 0.35);
}

.pdb-wills-hero__crumb-sep svg {
	stroke: currentColor;
}

.pdb-wills-hero__crumb-current {
	color: var(--pdb-tangerine);
}

.pdb-wills-hero__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-wills-hero__lead {
	margin: 0 0 2.5rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	text-wrap: balance;
}

.pdb-wills-hero__visual {
	position: relative;
}

.pdb-wills-hero__visual--hide-sm {
	display: none;
}

@media screen and (min-width: 64em) {

	.pdb-wills-hero__visual--hide-sm {
		display: block;
	}
}

.pdb-wills-hero__figure {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 3rem;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 25px 50px rgba(10, 37, 51, 0.2);
}

.pdb-wills-hero__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-wills-hero__accent {
	position: absolute;
	bottom: -1.5rem;
	left: -1.5rem;
	width: 5rem;
	height: 5rem;
	border-radius: 1rem;
	background: var(--pdb-tangerine);
	box-shadow: 0 8px 24px rgba(10, 37, 51, 0.15);
}

/* Why it matters */
.pdb-wills-why {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-wills-why__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.pdb-wills-why__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(140px);
}

.pdb-wills-why__blob--1 {
	width: 28rem;
	height: 28rem;
	top: -8rem;
	left: -8rem;
	background: rgba(255, 90, 54, 0.35);
	mix-blend-mode: screen;
	opacity: 0.25;
}

.pdb-wills-why__blob--2 {
	width: 32rem;
	height: 32rem;
	top: 33%;
	right: -10rem;
	background: var(--pdb-ink-light);
	opacity: 0.6;
}

.pdb-wills-why__blob--3 {
	width: 18rem;
	height: 18rem;
	bottom: 0;
	left: 25%;
	background: var(--pdb-cream);
	mix-blend-mode: overlay;
	opacity: 0.1;
	filter: blur(120px);
}

.pdb-wills-why__float {
	display: none;
}

@media screen and (min-width: 64em) {

	.pdb-wills-why__float {
		display: block;
		position: absolute;
		top: 5rem;
		right: 12%;
		width: 4rem;
		height: 4rem;
		border-radius: 1rem;
		background: rgba(255, 90, 54, 0.2);
		transform: rotate(12deg);
		z-index: 1;
		pointer-events: none;
	}
}

.pdb-wills-why__grid {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-wills-why__grid {
		grid-template-columns: 1fr 1fr;
		gap: 5rem;
	}
}

.pdb-wills-why__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-wills-why__eyebrow-line {
	width: 2rem;
	height: 1px;
	background: var(--pdb-tangerine);
}

.pdb-wills-why__text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
}

/* Global `p` colour would override inherited white — set explicitly. */
.pdb-wills-why__lead {
	margin: 0;
	color: #fff;
}

.pdb-wills-why__muted {
	margin: 0;
	color: rgba(255, 253, 249, 0.7);
}

.pdb-wills-why__visual {
	position: relative;
}

.pdb-wills-why__figure {
	aspect-ratio: 4 / 3;
	border-radius: 2.5rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.pdb-wills-why__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-wills-why__glass {
	position: absolute;
	left: -1.5rem;
	bottom: -2rem;
	max-width: 16rem;
	padding: 1.5rem;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 48em) {

	.pdb-wills-why__glass {
		left: -2.5rem;
	}
}

.pdb-wills-why__glass-title {
	margin: 0 0 0.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.pdb-wills-why__glass-text {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	color: rgba(255, 253, 249, 0.6);
}

/* Bento benefits */
.pdb-wills-bento {
	position: relative;
	overflow: visible;
	padding: 5rem clamp(1.5rem, 6vw, 2.25rem) 5.5rem;
	background: var(--pdb-cream-dark);
}

.pdb-wills-bento__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.pdb-wills-bento__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(150px);
}

.pdb-wills-bento__blob--1 {
	width: 30rem;
	height: 30rem;
	top: -5rem;
	left: 10%;
	background: rgba(255, 90, 54, 0.2);
}

.pdb-wills-bento__blob--2 {
	width: 28rem;
	height: 28rem;
	top: 33%;
	right: 5%;
	background: #fff;
	opacity: 0.7;
}

.pdb-wills-bento__blob--3 {
	width: 26rem;
	height: 26rem;
	bottom: 0;
	left: 33%;
	background: rgba(10, 37, 51, 0.1);
	filter: blur(160px);
}

.pdb-wills-bento__inner {
	position: relative;
	z-index: 2;
	max-width: 72rem;
	margin: 0 auto;
	min-width: 0;
}

.pdb-wills-bento__head {
	text-align: center;
	margin-bottom: 4rem;
}

.pdb-wills-bento__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-wills-bento__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-wills-bento__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	align-items: stretch;
	padding-top: 0.5rem;
	padding-right: 1rem;
	min-width: 0;
}

@media screen and (min-width: 48em) {

	.pdb-wills-bento__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pdb-wills-bento__cell.pdb-wills-bento__item--span-2 {
		grid-column: span 2;
	}
}

@media screen and (min-width: 64em) {

	.pdb-wills-bento__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.pdb-wills-bento__cell.pdb-wills-bento__item--span-2 {
		grid-column: span 2;
	}
}

.pdb-wills-bento__cell {
	position: relative;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.pdb-wills-bento__grid > .pdb-wills-bento__cell.pdb-reveal {
	animation-fill-mode: forwards;
}

/* Bento: skewed tab mostly hidden under the clipped tile — single rule set (no duplicate blocks). */
.pdb-wills-bento__tab {
	position: absolute;
	z-index: 1;
	top: 4.2rem;
	right: clamp(0.25rem, 3vw, 1.75rem);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 3.5rem;
	min-height: 5.5rem;
	overflow: visible;
	pointer-events: none;
}

@media screen and (min-width: 48em) {

	.pdb-wills-bento__tab {
		right: 3.75rem;
	}
}

.pdb-wills-bento__tab-face {
	flex-shrink: 0;
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	border-radius: 0.75rem;
	background: var(--pdb-tangerine);
	box-shadow: 0 4px 12px rgba(10, 37, 51, 0.12);
	transform: rotate(-18deg) skewY(-3deg);
	transform-origin: 70% 30%;
	opacity: 1;
}

/* Tint tiles: white card + barely visible tab (non-tint cells get full-strength orange tab). */
.pdb-wills-bento__cell--tint .pdb-wills-bento__tab-face {
	opacity: 0.22;
	transform: rotate(-18deg) skewY(-3deg) scale(0.92);
	box-shadow: 0 2px 8px rgba(10, 37, 51, 0.08);
}

.pdb-wills-bento__item {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: 2.75rem;
	min-height: 12rem;
	padding: 1.75rem;
	background-color: #fff;
	transform: translateZ(0);
	box-shadow:
		0 10px 40px rgba(10, 37, 51, 0.07),
		inset 0 0 0 1px rgba(10, 37, 51, 0.06);
}

.pdb-wills-bento__item--tint {
	background-color: #fff;
	box-shadow:
		0 10px 40px rgba(10, 37, 51, 0.07),
		inset 0 0 0 1px rgba(10, 37, 51, 0.06);
}

.pdb-wills-bento__water {
	position: absolute;
	z-index: 0;
	right: -1rem;
	bottom: -1.5rem;
	font-size: 9rem;
	line-height: 1;
	color: rgba(255, 90, 54, 0.06);
	pointer-events: none;
}

.pdb-wills-bento__blob-soft {
	position: absolute;
	z-index: 0;
	top: -2.5rem;
	left: -2.5rem;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	filter: blur(24px);
	pointer-events: none;
}

.pdb-wills-bento__body {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pdb-wills-bento__icon-wrap {
	width: 3rem;
	height: 3rem;
	border-radius: 1rem;
	background: rgba(255, 90, 54, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

.pdb-wills-bento__item-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pdb-ink);
	padding-right: 2rem;
}

.pdb-wills-bento__item-desc {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

/* FAQ — <details name> exclusive accordion in supporting browsers */
.pdb-wills-faq {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

.pdb-wills-faq__inner {
	max-width: 48rem;
	margin: 0 auto;
}

.pdb-wills-faq__head {
	text-align: center;
	margin-bottom: 3rem;
}

.pdb-wills-faq__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-wills-faq__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-wills-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pdb-wills-faq__item {
	border-radius: 1rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	overflow: hidden;
}

.pdb-wills-faq__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem;
	cursor: pointer;
	font: inherit;
	list-style: none;
	text-align: left;
	transition: background-color 0.2s ease;
}

.pdb-wills-faq__summary::-webkit-details-marker {
	display: none;
}

.pdb-wills-faq__summary::marker {
	content: "";
}

.pdb-wills-faq__summary:hover,
.pdb-wills-faq__summary:focus {
	background: rgba(242, 239, 233, 0.35);
}

.pdb-wills-faq__q {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 700;
	color: var(--pdb-ink);
	flex: 1;
	min-width: 0;
}

.pdb-wills-faq__chev {
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
}

.pdb-wills-faq__chev svg {
	stroke: currentColor;
}

.pdb-wills-faq__item[open] .pdb-wills-faq__chev {
	background: var(--pdb-tangerine);
	color: #fff;
	transform: rotate(180deg);
}

.pdb-wills-faq__panel {
	padding: 0 1.5rem 1.5rem;
}

.pdb-wills-faq__panel p {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

/* Sibling service cards */
.pdb-wills-siblings {
	padding: 0 clamp(1.5rem, 6vw, 2.25rem) 5rem;
	background: var(--pdb-cream);
}

.pdb-wills-siblings__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	min-width: 0;
}

.pdb-wills-siblings__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
}

.pdb-wills-siblings__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-wills-siblings__all,
.pdb-poa-siblings__all {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-wills-siblings__all:hover,
.pdb-wills-siblings__all:focus,
.pdb-poa-siblings__all:hover,
.pdb-poa-siblings__all:focus {
	color: var(--pdb-tangerine);
}

.pdb-wills-siblings__all svg,
.pdb-poa-siblings__all svg {
	stroke: currentColor;
	flex-shrink: 0;
}

.pdb-wills-siblings__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	min-width: 0;
}

@media screen and (min-width: 48em) {

	.pdb-wills-siblings__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pdb-wills-sibling {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow-wrap: break-word;
	padding: 1.75rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pdb-wills-sibling:hover,
.pdb-wills-sibling:focus {
	box-shadow: 0 12px 40px rgba(10, 37, 51, 0.1);
	border-color: var(--pdb-ink);
}

.pdb-wills-siblings__grid > .pdb-wills-sibling.pdb-reveal {
	animation-fill-mode: forwards;
}

.pdb-wills-sibling__name {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-wills-sibling__blurb {
	margin: 0 0 1.5rem;
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

/* --------------------------------------------------------------------------
   PDB — Power of Attorney (pages/services-poa.php)
   -------------------------------------------------------------------------- */

.pdb-poa {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-poa__main {
	flex: 1 1 auto;
	width: 100%;
}

/* Dark hero */
.pdb-poa-hero {
	position: relative;
	overflow: hidden;
	padding: 4rem clamp(1.5rem, 6vw, 2.25rem) 6rem;
	background: var(--pdb-ink);
	color: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-poa-hero {
		padding: 6rem 1.5rem 8rem;
	}
}

.pdb-poa-hero__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-poa-hero__blob {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.pdb-poa-hero__blob--1 {
	width: 40rem;
	height: 40rem;
	top: -8rem;
	right: -8rem;
	background: var(--pdb-tangerine);
	filter: blur(160px);
	mix-blend-mode: screen;
	opacity: 0.2;
}

.pdb-poa-hero__blob--2 {
	width: 30rem;
	height: 30rem;
	bottom: 0;
	left: 0;
	background: var(--pdb-cream);
	filter: blur(120px);
	mix-blend-mode: overlay;
	opacity: 0.1;
}

.pdb-poa-hero__grid {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 3rem;
	align-items: center;
	min-width: 0;
}

.pdb-poa-hero__copy {
	min-width: 0;
}

@media screen and (min-width: 64em) {

	.pdb-poa-hero__grid {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: 4rem;
	}
}

.pdb-poa-hero__crumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 2rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(255, 253, 249, 0.5);
}

.pdb-poa-hero__crumb a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-poa-hero__crumb a:hover,
.pdb-poa-hero__crumb a:focus {
	color: var(--pdb-tangerine);
}

.pdb-poa-hero__crumb-sep {
	display: flex;
	color: rgba(255, 253, 249, 0.35);
}

.pdb-poa-hero__crumb-sep svg {
	stroke: currentColor;
}

.pdb-poa-hero__crumb-current {
	color: var(--pdb-tangerine);
}

.pdb-poa-hero__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-cream);
	text-wrap: balance;
}

.pdb-poa-hero__lead {
	margin: 0 0 2.5rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: #fff;
	text-wrap: balance;
	max-width: 36rem;
}

.pdb-poa-hero__visual {
	position: relative;
}

.pdb-poa-hero__visual--hide-sm {
	display: none;
}

@media screen and (min-width: 64em) {

	.pdb-poa-hero__visual--hide-sm {
		display: block;
	}
}

.pdb-poa-hero__figure {
	position: relative;
	z-index: 2;
	aspect-ratio: 3 / 4;
	border-radius: 3rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.pdb-poa-hero__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-poa-hero__figure-tint {
	position: absolute;
	inset: 0;
	background: rgba(10, 37, 51, 0.2);
	mix-blend-mode: multiply;
	pointer-events: none;
}

.pdb-poa-hero__accent {
	position: absolute;
	bottom: -2rem;
	left: -2rem;
	z-index: 0;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: var(--pdb-tangerine);
	filter: blur(40px);
	opacity: 0.5;
	pointer-events: none;
}

/* Editorial “reality” */
.pdb-poa-reality {
	position: relative;
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

.pdb-poa-reality__inner {
	max-width: 64rem;
	margin: 0 auto;
}

.pdb-poa-reality__head {
	text-align: center;
	margin-bottom: 5rem;
}

.pdb-poa-reality__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-poa-reality__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-poa-reality__stack {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__stack {
		gap: 6rem;
	}
}

.pdb-poa-reality__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__row {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 2rem;
	}

	.pdb-poa-reality__row .pdb-poa-reality__media {
		grid-column: span 5;
	}

	.pdb-poa-reality__row .pdb-poa-reality__prose {
		grid-column: span 7;
	}
}

.pdb-poa-reality__img {
	aspect-ratio: 4 / 3;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid var(--pdb-cream-dark);
	box-shadow: 0 10px 15px rgba(10, 37, 51, 0.1);
}

.pdb-poa-reality__img--flush {
	border: none;
}

.pdb-poa-reality__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-poa-reality__lede {
	margin: 0;
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
	font-weight: 500;
	line-height: 1.55;
	color: var(--pdb-ink);
}

/* Closing line after “reality” blocks — plain copy, tight to content above */
.pdb-poa-reality__outro {
	margin: -1.5rem auto 0;
	max-width: 40rem;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__outro {
		margin-top: -2rem;
	}
}

.pdb-poa-reality__outro-text {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(10, 37, 51, 0.72);
	text-align: center;
	text-wrap: balance;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__outro-text {
		font-size: 1.125rem;
	}
}

.pdb-poa-reality__callout {
	position: relative;
	overflow: hidden;
	padding: 2.5rem 1.75rem;
	background: var(--pdb-cream-dark);
	border-radius: 3rem;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__callout {
		padding: 4rem;
	}
}

.pdb-poa-reality__callout-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 16rem;
	height: 16rem;
	background: rgba(255, 90, 54, 0.05);
	border-radius: 50%;
	filter: blur(48px);
	pointer-events: none;
}

.pdb-poa-reality__callout-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

@media screen and (min-width: 48em) {

	.pdb-poa-reality__callout-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 3rem;
	}

	.pdb-poa-reality__callout-copy {
		grid-column: span 7;
	}

	.pdb-poa-reality__callout-media {
		grid-column: span 5;
	}
}

.pdb-poa-reality__callout-label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-poa-reality__callout-title {
	margin: 0 0 1.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-poa-reality__callout-text {
	margin: 0;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

/* Myth-buster band */
.pdb-poa-myth {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-tangerine);
}

@media screen and (min-width: 48em) {

	.pdb-poa-myth {
		padding: 8rem 1.5rem;
	}
}

.pdb-poa-myth__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 55%);
	filter: blur(100px);
	opacity: 0.35;
}

.pdb-poa-myth__inner {
	position: relative;
	z-index: 2;
	max-width: 64rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-poa-myth__eyebrow {
	margin: 0 0 2rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-ink);
}

.pdb-poa-myth__quote {
	margin: 0 0 3rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 7vw, 4.5rem);
	font-weight: 900;
	line-height: 1;
	color: #fff;
	text-wrap: balance;
}

.pdb-poa-myth__card {
	max-width: 48rem;
	margin: 0 auto;
	padding: 2rem 1.75rem;
	background: var(--pdb-ink);
	border-radius: 2.5rem;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
	transform: rotate(-1deg);
}

@media screen and (min-width: 48em) {

	.pdb-poa-myth__card {
		padding: 3rem;
	}
}

.pdb-poa-myth__answer {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 500;
	line-height: 1.55;
	color: var(--pdb-cream);
}

.pdb-poa-myth__no {
	display: block;
	margin-bottom: 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3rem);
	font-weight: 900;
	color: var(--pdb-tangerine);
}

/* Good to know — same card chrome as .pdb-services-card, no image sheet */
.pdb-poa-gtk {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream-dark);
}

.pdb-poa-gtk__inner {
	max-width: 72rem;
	margin: 0 auto;
}

.pdb-poa-gtk__head {
	text-align: center;
	margin-bottom: 4rem;
}

.pdb-poa-gtk__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-poa-gtk__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-poa-gtk__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-poa-gtk__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pdb-poa-gtk__item {
	min-width: 0;
}

/* Sibling links — horizontal rows */
.pdb-poa-siblings {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

.pdb-poa-siblings__inner {
	max-width: 64rem;
	margin: 0 auto;
}

.pdb-poa-siblings__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 3rem;
}

.pdb-poa-siblings__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-poa-siblings__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pdb-poa-sibling {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

@media screen and (min-width: 40em) {

	.pdb-poa-sibling {
		flex-direction: row;
		align-items: center;
	}
}

.pdb-poa-sibling:hover,
.pdb-poa-sibling:focus {
	box-shadow: 0 8px 24px rgba(10, 37, 51, 0.1);
	border-color: var(--pdb-ink);
}

.pdb-poa-sibling__main {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-width: 0;
}

.pdb-poa-sibling__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 999px;
	background: var(--pdb-cream-dark);
	color: var(--pdb-ink);
	transition: background 0.2s ease, color 0.2s ease;
}

.pdb-poa-sibling:hover .pdb-poa-sibling__icon,
.pdb-poa-sibling:focus .pdb-poa-sibling__icon {
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
}

.pdb-poa-sibling__name {
	margin: 0 0 0.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-poa-sibling__blurb {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-poa-sibling__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: var(--pdb-ink);
	color: #fff;
	transition: background 0.2s ease;
}

@media screen and (min-width: 40em) {

	.pdb-poa-sibling__arrow {
		align-self: center;
		margin-left: auto;
	}
}

.pdb-poa-sibling:hover .pdb-poa-sibling__arrow,
.pdb-poa-sibling:focus .pdb-poa-sibling__arrow {
	background: var(--pdb-tangerine);
}

.pdb-poa-sibling__arrow svg {
	stroke: currentColor;
}

/* --------------------------------------------------------------------------
   PDB — Trusts (pages/services-trusts.php)
   Reuses: .pdb-wills-hero*, .pdb-wills-siblings*, .pdb-services-card*, .pdb-services-bottom*, .pdb-btn
   -------------------------------------------------------------------------- */

.pdb-trusts {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-trusts__main {
	flex: 1 1 auto;
	width: 100%;
}

/* Hero diagram (replaces photo in .pdb-wills-hero__visual) */
.pdb-trusts-hero__diagram {
	position: relative;
	width: 100%;
}

.pdb-trusts-hero__diagram-inner {
	padding: 2rem 1.75rem 2.25rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2.5rem;
	box-shadow: 0 20px 50px rgba(10, 37, 51, 0.1);
}

@media screen and (min-width: 48em) {

	.pdb-trusts-hero__diagram-inner {
		padding: 2.5rem;
	}
}

.pdb-trusts-hero__diagram-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem 1rem;
	margin-bottom: 1.25rem;
}

.pdb-trusts-hero__diagram-node {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	min-width: 0;
}

.pdb-trusts-hero__diagram-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	font-size: 1.1rem;
}

.pdb-trusts-hero__diagram-label {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.25;
	color: rgba(10, 37, 51, 0.7);
}

@media screen and (min-width: 48em) {

	.pdb-trusts-hero__diagram-label {
		font-size: 0.75rem;
	}
}

.pdb-trusts-hero__diagram-svg {
	display: block;
	width: 100%;
	height: 2.5rem;
	margin-bottom: 0.75rem;
	color: var(--pdb-cream-dark);
}

.pdb-trusts-hero__diagram-trust {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0 auto;
	padding: 0.875rem 1.5rem;
	background: var(--pdb-ink);
	color: var(--pdb-cream);
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(10, 37, 51, 0.2);
}

.pdb-trusts-hero__diagram-trust-icon {
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

.pdb-trusts-hero__diagram-trust-text {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 900;
}

.pdb-trusts-hero__diagram-accent {
	position: absolute;
	bottom: -1.25rem;
	left: -1.25rem;
	width: 5rem;
	height: 5rem;
	border-radius: 1rem;
	background: var(--pdb-tangerine);
	box-shadow: 0 8px 24px rgba(10, 37, 51, 0.15);
	pointer-events: none;
}

/* Why / reasons — same document card chrome as services/home (clip-path + tab); no photo sheet */
.pdb-trusts-reasons {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

.pdb-trusts-reasons__inner {
	max-width: 72rem;
	margin: 0 auto;
}

.pdb-trusts-reasons__head {
	max-width: 48rem;
	margin-bottom: 3rem;
}

.pdb-trusts-reasons__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-trusts-reasons__title {
	margin: 0 0 1.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-trusts-reasons__intro {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-trusts-reasons__cards.pdb-services-cards {
	padding: 0;
}

.pdb-trusts-reasons .pdb-services-cards__grid {
	max-width: 72rem;
}

@media screen and (min-width: 48em) {

	.pdb-trusts-reasons .pdb-services-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 64em) {

	.pdb-trusts-reasons .pdb-services-cards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pdb-trusts-reasons__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

/* Three parts — scroll-scrubbed sticky section (see services-trusts.php) */
.pdb-trusts-parts {
	position: relative;
	padding: 0;
	background: var(--pdb-cream-dark);
}

.pdb-trusts-parts__track {
	position: relative;
	min-height: calc(var(--trusts-parts-count, 3) * 80vh);
}

.pdb-trusts-parts__blobs {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.pdb-trusts-parts__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(120px);
	pointer-events: none;
}

.pdb-trusts-parts__blob--1 {
	width: 24rem;
	height: 24rem;
	top: 15%;
	left: -8rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-trusts-parts__blob--2 {
	width: 24rem;
	height: 24rem;
	bottom: 10%;
	right: -8rem;
	background: rgba(255, 255, 255, 0.55);
}

.pdb-trusts-parts__sticky {
	position: sticky;
	top: max(0.75rem, env(safe-area-inset-top, 0px));
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: calc(100dvh - max(0.75rem, env(safe-area-inset-top, 0px)) - max(0.75rem, env(safe-area-inset-bottom, 0px)));
	padding: 2.5rem 0;
}

.pdb-trusts-parts__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pdb-trusts-parts__head {
	text-align: center;
	margin-bottom: 2.5rem;
}

.pdb-trusts-parts__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-trusts-parts__title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-trusts-parts__hint {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-trusts-parts__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: start;
}

@media screen and (min-width: 64em) {

	.pdb-trusts-parts__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 4rem;
		align-items: center;
	}
}

.pdb-trusts-parts__diagram-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.pdb-trusts-parts__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.75rem;
	padding: 1rem 0.5rem;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1rem;
	background: #fff;
	color: var(--pdb-ink);
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	opacity: 0.55;
	transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pdb-trusts-parts__step.is-active,
.pdb-trusts-parts__step[aria-current="true"] {
	opacity: 1;
	background: var(--pdb-tangerine);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 12px 32px rgba(255, 90, 54, 0.35);
	transform: scale(1.03);
}

.pdb-trusts-parts__step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 0.75rem;
	background: rgba(255, 90, 54, 0.12);
	color: var(--pdb-tangerine);
	font-size: 1.15rem;
	transition: background 0.25s ease, color 0.25s ease;
}

.pdb-trusts-parts__step.is-active .pdb-trusts-parts__step-icon,
.pdb-trusts-parts__step[aria-current="true"] .pdb-trusts-parts__step-icon {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.pdb-trusts-parts__step-label {
	font-size: 0.8125rem;
	font-weight: 700;
	font-family: Fraunces, Georgia, serif;
	line-height: 1.25;
}

@media screen and (min-width: 48em) {

	.pdb-trusts-parts__step {
		padding: 1.25rem 0.75rem;
	}

	.pdb-trusts-parts__step-label {
		font-size: 0.9375rem;
	}
}

.pdb-trusts-parts__svg {
	display: block;
	width: 100%;
	max-width: 28rem;
	height: 4rem;
	margin: 0 auto 0.5rem;
	color: rgba(10, 37, 51, 0.2);
}

.pdb-trusts-parts__trust-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	width: fit-content;
	margin: 0 auto;
	padding: 0.875rem 1.75rem;
	background: var(--pdb-ink);
	color: var(--pdb-cream);
	border-radius: 999px;
	box-shadow: 0 12px 40px rgba(10, 37, 51, 0.2);
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 900;
}

.pdb-trusts-parts__trust-pill .fa-shield-halved {
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

.pdb-trusts-parts__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2rem;
}

.pdb-trusts-parts__dot {
	display: block;
	width: 0.625rem;
	height: 0.375rem;
	border-radius: 999px;
	background: rgba(10, 37, 51, 0.12);
	transition: width 0.3s ease, background 0.3s ease;
}

.pdb-trusts-parts__dot.is-active {
	width: 2.5rem;
	background: var(--pdb-tangerine);
}

.pdb-trusts-parts__panels {
	position: relative;
	min-height: 16rem;
}

.pdb-trusts-parts__panel {
	padding: 2rem 1.75rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	transition: opacity 0.25s ease;
}

@media screen and (min-width: 48em) {

	.pdb-trusts-parts__panel {
		padding: 2.5rem;
		border-radius: 2.5rem;
	}
}

.pdb-trusts-parts__panel[hidden] {
	display: none;
}

.pdb-trusts-parts__panel-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	font-size: 1.5rem;
}

.pdb-trusts-parts__panel-title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-trusts-parts__panel-text {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

@media (prefers-reduced-motion: reduce) {

	.pdb-trusts-parts__track {
		min-height: 0;
	}

	.pdb-trusts-parts__sticky {
		position: static;
		min-height: 0;
		padding: 5rem 0;
	}

	.pdb-trusts-parts__step {
		transition: none;
		transform: none;
		opacity: 1;
	}

	.pdb-trusts-parts__step.is-active,
	.pdb-trusts-parts__step[aria-current="true"] {
		transform: none;
		background: #fff;
		color: var(--pdb-ink);
		border-color: var(--pdb-cream-dark);
		box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
	}

	.pdb-trusts-parts__step.is-active .pdb-trusts-parts__step-icon,
	.pdb-trusts-parts__step[aria-current="true"] .pdb-trusts-parts__step-icon {
		background: rgba(255, 90, 54, 0.12);
		color: var(--pdb-tangerine);
	}

	.pdb-trusts-parts__panel[hidden] {
		display: block !important;
		margin-bottom: 1.5rem;
	}

	.pdb-trusts-parts__panel[hidden]:last-child {
		margin-bottom: 0;
	}

	.pdb-trusts-parts__dot {
		transition: none;
	}
}

/* Good to know — static answer cards */
.pdb-trusts-faq {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

.pdb-trusts-faq__inner {
	max-width: 72rem;
	margin: 0 auto;
}

.pdb-trusts-faq__head {
	text-align: center;
	margin-bottom: 3rem;
}

.pdb-trusts-faq__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-trusts-faq__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-trusts-faq__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-trusts-faq__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pdb-trusts-faq__card {
	padding: 2.5rem 1.75rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2.5rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
}

@media screen and (min-width: 48em) {

	.pdb-trusts-faq__card {
		padding: 2.5rem;
	}
}

.pdb-trusts-faq__q {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.375rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

@media screen and (min-width: 48em) {

	.pdb-trusts-faq__q {
		font-size: 1.5rem;
	}
}

.pdb-trusts-faq__a {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

/* --------------------------------------------------------------------------
   PDB — Estate planning (pages/services-estate-planning.php)
   Reuses: .pdb-wills-hero*, .pdb-wills-siblings*, .pdb-services-card*, .pdb-services-bottom*, .pdb-btn
   -------------------------------------------------------------------------- */

.pdb-estate {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-estate__main {
	flex: 1 1 auto;
	width: 100%;
}

.pdb-estate .pdb-wills-hero__title {
	font-size: clamp(2.75rem, 6.5vw, 4.75rem);
}

.pdb-estate .pdb-wills-hero__lead {
	max-width: 36rem;
}

.pdb-estate-hero__figure {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 2.5rem;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 24px 60px rgba(10, 37, 51, 0.12);
}

.pdb-estate-hero__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Jigsaw + plan panel */
.pdb-estate-jigsaw {
	padding: 5rem 1.5rem;
	background: #fff;
	border-top: 1px solid rgba(10, 37, 51, 0.05);
	border-bottom: 1px solid rgba(10, 37, 51, 0.05);
}

@media screen and (min-width: 48em) {

	.pdb-estate-jigsaw {
		padding: 6rem 1.5rem;
	}
}

.pdb-estate-jigsaw__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-estate-jigsaw__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem 4rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-estate-jigsaw__grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem 5rem;
	}
}

.pdb-estate-jigsaw__eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-estate-jigsaw__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-estate-jigsaw__prose {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.pdb-estate-jigsaw__prose p {
	margin: 0;
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-estate-plan {
	padding: 1.5rem 1.5rem 1.75rem;
	background: #fff;
	border: 1px solid rgba(10, 37, 51, 0.1);
	border-radius: 2rem;
	box-shadow: 0 20px 50px rgba(10, 37, 51, 0.1);
}

@media screen and (min-width: 48em) {

	.pdb-estate-plan {
		padding: 2rem 2rem 2.25rem;
	}
}

.pdb-estate-plan__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

.pdb-estate-plan__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	min-width: 0;
}

.pdb-estate-plan__brand-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 0.75rem;
	background: var(--pdb-ink);
	color: var(--pdb-tangerine);
	font-size: 1rem;
	flex-shrink: 0;
}

.pdb-estate-plan__brand-text {
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-estate-plan__tag {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
	flex-shrink: 0;
}

.pdb-estate-plan__rule {
	height: 1px;
	background: rgba(10, 37, 51, 0.1);
	margin-bottom: 1.5rem;
}

.pdb-estate-plan__pieces {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

@media screen and (min-width: 40em) {

	.pdb-estate-plan__pieces {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.pdb-estate-plan__piece {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	padding: 1rem 0.5rem;
	background: var(--pdb-cream);
	border: 1px solid rgba(10, 37, 51, 0.1);
	border-radius: 0.75rem;
	min-width: 0;
}

.pdb-estate-plan__piece i {
	font-size: 1.25rem;
	color: var(--pdb-tangerine);
}

.pdb-estate-plan__piece-label {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pdb-ink);
}

@media screen and (min-width: 48em) {

	.pdb-estate-plan__piece-label {
		font-size: 0.8125rem;
	}
}

/* How it helps — benefits grid + image */
.pdb-estate-helps {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-estate-helps {
		padding: 6rem 1.5rem;
	}
}

.pdb-estate-helps__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-estate-helps__head {
	max-width: 42rem;
	margin-bottom: 3.5rem;
}

.pdb-estate-helps__eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-estate-helps__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-estate-helps__layout {
	display: grid;
	gap: 2.5rem 3rem;
	align-items: center;
}

.pdb-estate-helps__layout > * {
	min-width: 0;
}

@media screen and (min-width: 64em) {

	.pdb-estate-helps__layout {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: 3rem 3.5rem;
	}
}

.pdb-estate-benefits.pdb-services-cards {
	padding: 0;
}

.pdb-estate-benefits .pdb-services-cards__grid {
	max-width: none;
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-estate-benefits .pdb-services-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 1.75rem;
	}
}

.pdb-estate-benefits .pdb-services-cards__grid > .pdb-services-card.pdb-reveal {
	animation-fill-mode: forwards;
}

@media screen and (max-width: 63.99em) {

	.pdb-estate-benefits .pdb-services-card__tab {
		right: 0.35rem;
	}

	.pdb-estate-benefits .pdb-services-card__tab-face {
		width: 4.5rem;
		height: 4.5rem;
	}
}

.pdb-estate-benefits .pdb-services-card--no-sheet .pdb-services-card__body {
	margin-top: 2.75rem;
	min-height: 0;
}

.pdb-estate-benefits .pdb-services-card--no-sheet .pdb-services-card__card-inner {
	min-height: 0;
	padding: 2rem;
}

.pdb-estate-benefits .pdb-services-card--no-sheet .pdb-services-card__desc {
	flex: 0 1 auto;
	margin-bottom: 0;
}

.pdb-estate-benefit__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

.pdb-estate-helps__figure {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: 2.5rem;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 24px 60px rgba(10, 37, 51, 0.12);
}

.pdb-estate-helps__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Dark “rules changing” band */
.pdb-estate-gtk {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-ink);
	color: #fff;
}

@media screen and (min-width: 48em) {

	.pdb-estate-gtk {
		padding: 6rem 1.5rem;
	}
}

.pdb-estate-gtk__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-estate-gtk__glow::before {
	content: "";
	position: absolute;
	top: -6rem;
	right: 25%;
	width: 24rem;
	height: 24rem;
	border-radius: 50%;
	background: var(--pdb-tangerine);
	filter: blur(140px);
	opacity: 0.2;
	mix-blend-mode: screen;
}

.pdb-estate-gtk__inner {
	position: relative;
	z-index: 2;
	max-width: 56rem;
	margin: 0 auto;
}

.pdb-estate-gtk__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-estate-gtk__eyebrow i {
	font-size: 1rem;
}

.pdb-estate-gtk__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-cream);
	text-wrap: balance;
}

.pdb-estate-gtk__text {
	margin: 0 0 2.5rem;
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	max-width: 48rem;
}

.pdb-estate-gtk__link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--pdb-cream);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-estate-gtk__link:hover,
.pdb-estate-gtk__link:focus {
	color: var(--pdb-tangerine);
}

.pdb-estate-gtk__link-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-estate-gtk__link:hover .pdb-estate-gtk__link-chip,
.pdb-estate-gtk__link:focus .pdb-estate-gtk__link-chip {
	background: var(--pdb-tangerine);
}

.pdb-estate-gtk__link-chip svg {
	stroke: currentColor;
	color: var(--pdb-tangerine);
}

.pdb-estate-gtk__link:hover .pdb-estate-gtk__link-chip svg,
.pdb-estate-gtk__link:focus .pdb-estate-gtk__link-chip svg {
	color: #fff;
}

/* --------------------------------------------------------------------------
   PDB — About us (pages/about.php)
   Reuses: .pdb-services-card*, .pdb-services-bottom*, .pdb-btn
   Clip-path: same polygon string as services/home (PHP $pdb_about_clip).
   -------------------------------------------------------------------------- */

.pdb-about {
	--pdb-about-wine: #7a2e39;
	--pdb-about-blush: #f9f2f3;

	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
}

.pdb-about__main {
	flex: 1 1 auto;
	width: 100%;
}

/* Hero */
.pdb-about-hero {
	padding: 4rem 0 5rem;
}

@media screen and (min-width: 48em) {

	.pdb-about-hero {
		padding: 6rem 0 7rem;
	}
}

.pdb-about-hero__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pdb-about-hero__grid {
	display: flex;
	flex-direction: column-reverse;
	align-items: stretch;
	gap: 2.5rem 4rem;
}

@media screen and (min-width: 64em) {

	.pdb-about-hero__grid {
		display: grid;
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		align-items: center;
		gap: 4rem 5rem;
	}
}

.pdb-about-hero__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.75rem, 6.5vw, 4.75rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-about-hero__lead {
	margin: 0;
	max-width: 42rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	text-wrap: balance;
}

.pdb-about-hero__portrait {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pdb-about-hero__portrait-ring {
	position: relative;
	width: 16rem;
	height: 16rem;
	margin: 0 auto 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-about-hero__portrait-ring {
		width: 20rem;
		height: 20rem;
	}
}

.pdb-about-stamp {
	width: 100%;
	height: 100%;
	color: rgba(10, 37, 51, 0.15);
}

.pdb-about-stamp__text {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	fill: currentColor;
}

.pdb-about-stamp--hero {
	position: absolute;
	inset: -2.5rem;
	width: auto;
	height: auto;
	z-index: 0;
}

@media (prefers-reduced-motion: no-preference) {

	.pdb-about-stamp--hero,
	.pdb-about-stamp--watermark {
		animation: pdb-about-stamp-spin 20s linear infinite;
	}
}

@keyframes pdb-about-stamp-spin {

	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.pdb-about-stamp--watermark {
	width: min(1000px, 200%);
	height: auto;
	max-width: 1000px;
	color: var(--pdb-ink);
	opacity: 0.03;
}

.pdb-about-hero__photo-wrap {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 16rem;
	height: 16rem;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid var(--pdb-cream);
	box-shadow: 0 20px 50px rgba(10, 37, 51, 0.1);
	z-index: 1;
}

@media screen and (min-width: 48em) {

	.pdb-about-hero__photo-wrap {
		width: 20rem;
		height: 20rem;
	}
}

.pdb-about-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-about-hero__caption {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.6);
	letter-spacing: 0.02em;
}

/* Story */
.pdb-about-story {
	padding: 5rem 1.5rem;
	background: #fff;
	border-top: 1px solid rgba(10, 37, 51, 0.05);
	border-bottom: 1px solid rgba(10, 37, 51, 0.05);
}

@media screen and (min-width: 48em) {

	.pdb-about-story {
		padding: 7rem 1.5rem;
	}
}

.pdb-about-story__inner {
	max-width: 42.5rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-about-story__title {
	margin: 0 0 2rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-ink);
}

.pdb-about-story__prose {
	margin: 0;
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-about-story__prose p {
	margin: 0 0 1.5rem;
}

.pdb-about-story__prose p:last-child {
	margin-bottom: 0;
}

.pdb-about-story__pullquote {
	margin: 3.5rem 0;
	padding: 0;
	border: none;
	font-family: Fraunces, Georgia, serif;
	font-style: italic;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 500;
	line-height: 1.45;
	color: var(--pdb-about-wine);
	text-wrap: balance;
}

/* Values — document cards, no sheet */
.pdb-about-values {
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-about-values {
		padding: 7rem 1.5rem;
	}
}

.pdb-about-values__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-about-values__head {
	max-width: 42rem;
	margin-bottom: 3.5rem;
}

.pdb-about-values__eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-about-values__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-about-values__cards.pdb-services-cards {
	padding: 0;
}

.pdb-about-values .pdb-services-cards__grid {
	max-width: none;
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
}

@media screen and (min-width: 40em) {

	.pdb-about-values .pdb-services-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 64em) {

	.pdb-about-values .pdb-services-cards__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.pdb-about-values .pdb-services-card--no-sheet .pdb-services-card__body {
	margin-top: 2.75rem;
	min-height: 0;
}

.pdb-about-values .pdb-services-card--no-sheet .pdb-services-card__card-inner {
	min-height: 0;
	padding: 2rem;
}

.pdb-about-values .pdb-services-card--no-sheet .pdb-services-card__desc {
	flex: 0 1 auto;
	margin-bottom: 0;
}

.pdb-about-value__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
}

/* Credentials */
.pdb-about-creds {
	padding: 5rem 1.5rem;
	background: var(--pdb-ink);
	color: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-about-creds {
		padding: 7rem 1.5rem;
	}
}

.pdb-about-creds__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem 4rem;
	align-items: center;
}

@media screen and (min-width: 64em) {

	.pdb-about-creds__inner {
		grid-template-columns: 1fr 1fr;
		gap: 4rem 6rem;
	}
}

.pdb-about-creds__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
}

.pdb-about-creds__lead {
	margin: 0;
	font-size: clamp(1.0625rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.7);
}

.pdb-about-creds__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 2rem;
}

@media screen and (min-width: 48em) {

	.pdb-about-creds__stats {
		gap: 2.5rem 2rem;
	}
}

.pdb-about-creds__stat-num {
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3.2vw, 2.5rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-tangerine);
	margin-bottom: 0.5rem;
	text-wrap: balance;
}

.pdb-about-creds__stat-label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 48em) {

	.pdb-about-creds__stat-label {
		font-size: 1rem;
	}
}

/* Reassurance strip */
.pdb-about-strip {
	padding: 2rem 1.5rem;
	background: var(--pdb-about-blush);
	border-top: 1px solid rgba(122, 46, 57, 0.1);
	border-bottom: 1px solid rgba(122, 46, 57, 0.1);
}

.pdb-about-strip__inner {
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem 2.5rem;
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-about-strip__inner {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.pdb-about-strip__item {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-about-wine);
}

@media screen and (min-width: 48em) {

	.pdb-about-strip__item {
		font-size: 1rem;
	}
}

.pdb-about-strip__item i {
	font-size: 1.25rem;
	color: var(--pdb-about-wine);
	flex-shrink: 0;
}

/* Testimonials */
.pdb-about-quotes {
	position: relative;
	overflow: hidden;
	padding: 5rem 1.5rem;
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-about-quotes {
		padding: 7rem 1.5rem;
	}
}

.pdb-about-quotes__watermark {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.pdb-about-quotes__inner {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
}

.pdb-about-quotes__head {
	text-align: center;
	margin-bottom: 3.5rem;
}

.pdb-about-quotes__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-about-quotes__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-about-quotes__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
	min-width: 0;
}

@media screen and (min-width: 48em) {

	.pdb-about-quotes__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.75rem;
	}
}

.pdb-about-quote {
	margin: 0;
	padding: 2rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	box-shadow: 0 8px 30px rgba(10, 37, 51, 0.04);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 0;
	position: relative;
	z-index: 0;
}

/* Reveal uses transform + backwards fill-mode — keeps siblings from painting into each other's gap on small screens */
.pdb-about-quotes__grid > .pdb-about-quote.pdb-reveal {
	animation-fill-mode: forwards;
}

.pdb-about-quote__mark {
	font-family: Fraunces, Georgia, serif;
	font-size: 3rem;
	line-height: 1;
	color: var(--pdb-tangerine);
	margin-bottom: 0.75rem;
}

.pdb-about-quote__text {
	margin: 0 0 1.5rem;
	flex: 1 1 auto;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
}

.pdb-about-quote__cite {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: rgba(10, 37, 51, 0.6);
}

/* Service cards band */
.pdb-about-offerings {
	position: relative;
	overflow: hidden;
	padding: 5rem 0 6rem;
	background: var(--pdb-cream-dark);
}

.pdb-about-offerings__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.pdb-about-offerings__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(100px);
}

.pdb-about-offerings__blob--1 {
	width: 24rem;
	height: 24rem;
	top: 20%;
	left: -8rem;
	background: rgba(255, 90, 54, 0.1);
}

.pdb-about-offerings__blob--2 {
	width: 24rem;
	height: 24rem;
	bottom: 20%;
	right: -8rem;
	background: rgba(255, 255, 255, 0.6);
}

.pdb-about-offerings__inner {
	position: relative;
	z-index: 2;
	max-width: var(--pdb-header-max);
	margin: 0 auto;
	padding: 0 1.5rem;
}

.pdb-about-offerings__head {
	text-align: center;
	margin-bottom: 3.5rem;
}

.pdb-about-offerings__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-about-offerings__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
}

.pdb-about-offerings__cards.pdb-services-cards {
	padding: 0;
}

.pdb-about-offerings .pdb-services-cards__grid {
	position: relative;
	z-index: 2;
}

/* Closing tagline under bottom CTA */
.pdb-about-tagline {
	margin: -2rem 0 0;
	padding: 0 1.5rem 4rem;
	text-align: center;
	font-family: Fraunces, Georgia, serif;
	font-style: italic;
	font-size: 1.5rem;
	color: rgba(10, 37, 51, 0.4);
	background: var(--pdb-cream);
}

@media screen and (min-width: 48em) {

	.pdb-about-tagline {
		margin-top: -3rem;
		padding-bottom: 5rem;
		font-size: 1.75rem;
	}
}

/* --------------------------------------------------------------------------
   PDB — Smart Will Check quiz (pages/quiz.php)
   -------------------------------------------------------------------------- */

.pdb-quiz {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
	font-weight: 500;
}

.pdb-quiz__main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	min-height: 0;
}

.pdb-quiz__stage {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
}

.pdb-quiz-view {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
}

.pdb-quiz-view[hidden] {
	display: none !important;
}

/* Alpine.js — hide x-cloak elements until Alpine initialises */
[x-cloak] {
	display: none !important;
}

.pdb-quiz-view--quiz {
	min-height: 0;
}

@keyframes pdbQuizPanelIn {
	from {
		opacity: 0;
		transform: translateY(0.625rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.pdb-quiz-view--entering {
	animation: pdbQuizPanelIn 0.38s ease both;
}

.pdb-quiz-panel__inner {
	width: 100%;
	max-width: 48rem;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	text-align: center;
}

.pdb-quiz-panel__inner--narrow {
	max-width: 48rem;
}

.pdb-quiz-panel__inner--results {
	max-width: 48rem;
	text-align: center;
	padding: 2rem 1.5rem 2.5rem;
}

.pdb-quiz-results__details.pdb-quiz-panel__inner--results {
	margin: 0 auto;
}

@media screen and (min-width: 48em) {

	.pdb-quiz-panel__inner {
		padding-top: 4rem;
		padding-bottom: 5rem;
	}

	.pdb-quiz-results__details.pdb-quiz-panel__inner--results {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.pdb-quiz-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 auto 1.5rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-quiz-title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.75rem, 7vw, 4.5rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-quiz-lead {
	margin: 0 0 2.5rem;
	font-size: clamp(1.125rem, 2.4vw, 1.5rem);
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	text-wrap: balance;
}

.pdb-quiz-start__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pdb-quiz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.125rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	border-radius: 9999px;
	padding: 0.75rem 0.75rem 0.75rem 1.75rem;
}

.pdb-quiz-btn--primary {
	background: var(--pdb-tangerine);
	color: #fff;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.3);
	margin-bottom: 1.5rem;
}

.pdb-quiz-btn--primary:hover,
.pdb-quiz-btn--primary:focus {
	filter: brightness(1.05);
}

.pdb-quiz-btn__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-quiz-btn--primary:hover .pdb-quiz-btn__chip,
.pdb-quiz-btn--primary:focus .pdb-quiz-btn__chip {
	background: #fff;
	color: var(--pdb-tangerine);
}

.pdb-quiz-btn--outline {
	background: #fff;
	color: var(--pdb-ink);
	border: 2px solid var(--pdb-ink);
	padding: 0.65rem 0.65rem 0.65rem 1.75rem;
}

.pdb-quiz-btn--outline:hover,
.pdb-quiz-btn--outline:focus {
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-quiz-btn__chip--outline {
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
}

.pdb-quiz-btn--outline:hover .pdb-quiz-btn__chip--outline,
.pdb-quiz-btn--outline:focus .pdb-quiz-btn__chip--outline {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-quiz-start__fineprint {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-quiz-view--start .pdb-quiz-panel__inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.pdb-quiz-progress {
	width: 100%;
	height: 0.375rem;
	background: var(--pdb-cream-dark);
	flex-shrink: 0;
}

.pdb-quiz-progress__bar {
	height: 100%;
	width: 0;
	background: var(--pdb-tangerine);
	transition: width 0.3s ease;
}

.pdb-quiz-quiz__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 1.5rem;
	position: relative;
	min-height: 12rem;
}

.pdb-quiz-quiz__content {
	width: 100%;
	max-width: 48rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.pdb-quiz-slide {
	transition: transform 0.38s ease-out, opacity 0.38s ease-out;
}

.pdb-quiz-slide--exit-forward {
	transform: translate3d(-2.75rem, 0, 0);
	opacity: 0;
}

.pdb-quiz-slide--exit-back {
	transform: translate3d(2.75rem, 0, 0);
	opacity: 0;
}

.pdb-quiz-slide--enter-from-right-setup {
	transition: none !important;
	transform: translate3d(2.75rem, 0, 0);
	opacity: 0;
}

.pdb-quiz-slide--enter-forward-run {
	transition: transform 0.38s ease-out, opacity 0.38s ease-out;
	transform: none;
	opacity: 1;
}

.pdb-quiz-slide--enter-from-left-setup {
	transition: none !important;
	transform: translate3d(-2.75rem, 0, 0);
	opacity: 0;
}

.pdb-quiz-slide--enter-back-run {
	transition: transform 0.38s ease-out, opacity 0.38s ease-out;
	transform: none;
	opacity: 1;
}

.pdb-quiz-meta {
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-quiz-qtitle {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-quiz-helper {
	margin: 0 0 2.5rem;
	font-size: 1.125rem;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-quiz-helper-spacer {
	height: 2.5rem;
	margin-bottom: 0;
}

.pdb-quiz-options {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.pdb-quiz-option {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.75rem;
	text-align: left;
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--pdb-ink);
	background: #fff;
	border: 2px solid var(--pdb-cream-dark);
	border-radius: 1rem;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

@media screen and (min-width: 48em) {

	.pdb-quiz-option {
		font-size: 1.25rem;
		padding: 1.35rem 2rem;
	}
}

.pdb-quiz-option:hover,
.pdb-quiz-option:focus {
	border-color: var(--pdb-tangerine);
	background: rgba(255, 90, 54, 0.05);
}

.pdb-quiz-option__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--pdb-cream-dark);
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-quiz-option:hover .pdb-quiz-option__chip,
.pdb-quiz-option:focus .pdb-quiz-option__chip {
	background: rgba(255, 90, 54, 0.2);
	color: var(--pdb-tangerine);
}

.pdb-quiz-option__chip i {
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.4);
	transition: color 0.2s ease;
}

.pdb-quiz-option:hover .pdb-quiz-option__chip i,
.pdb-quiz-option:focus .pdb-quiz-option__chip i {
	color: var(--pdb-tangerine);
}

.pdb-quiz-bg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
}

.pdb-quiz-bg__icon {
	font-size: min(38rem, 120vw);
	line-height: 1;
	color: var(--pdb-ink);
	opacity: 0.03;
}

.pdb-quiz-quiz__footer {
	flex-shrink: 0;
	padding: 1.5rem;
	max-width: 48rem;
	margin: 0 auto;
	width: 100%;
}

.pdb-quiz-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.6);
	background: none;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.pdb-quiz-back:hover,
.pdb-quiz-back:focus {
	color: var(--pdb-ink);
}

.pdb-quiz-view--calculating {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 50vh;
}

.pdb-quiz-view--calculating .pdb-quiz-panel__inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pdb-quiz-calculating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 16rem;
}

.pdb-quiz-calculating__icon {
	font-size: 3rem;
	color: var(--pdb-tangerine);
	margin-bottom: 1.5rem;
}

.pdb-quiz-calculating__title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.875rem;
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-quiz-calculating__lead {
	margin: 0;
	font-size: 1.125rem;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-quiz-results__icon-wrap {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pdb-tangerine);
	font-size: 2.5rem;
}

.pdb-quiz-results__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 3.75rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
}

.pdb-quiz-results__summary {
	margin: 0 auto 2rem;
	max-width: 36rem;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-quiz-view--results {
	flex: 1 1 auto;
	min-height: 0;
}

.pdb-quiz-results__stack {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	width: 100%;
}

.pdb-quiz-results__scroll {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.pdb-quiz-results__footer {
	flex-shrink: 0;
	width: 100%;
	max-width: 48rem;
	margin: 0 auto;
	padding: 1.25rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom, 0));
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	background: var(--pdb-cream);
	border-top: 1px solid rgba(10, 37, 51, 0.08);
	box-shadow: 0 -8px 32px rgba(10, 37, 51, 0.06);
}

.pdb-quiz-results__advice-wrap {
	width: 100%;
	margin-bottom: 0;
}

.pdb-quiz-results__advice {
	text-align: left;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2rem;
	padding: 2rem 2rem 2.25rem;
	box-shadow: 0 1px 3px rgba(10, 37, 51, 0.06);
}

@media screen and (min-width: 48em) {

	.pdb-quiz-results__advice {
		padding: 2.5rem 2.5rem 2.75rem;
	}
}

.pdb-quiz-results__advice-title {
	margin: 0 0 1.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-quiz-results__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.pdb-quiz-results__item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.pdb-quiz-results__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.pdb-quiz-results__service-link {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--pdb-tangerine);
	text-decoration: none;
}

.pdb-quiz-results__service-link:hover,
.pdb-quiz-results__service-link:focus {
	text-decoration: underline;
}

.pdb-quiz-results__service-link i {
	font-size: 0.75rem;
}

.pdb-quiz-results__dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--pdb-tangerine);
	flex-shrink: 0;
	margin-top: 0.35rem;
}

/* T12 — returning visitor welcome-back banner */
.pdb-quiz-welcome-back {
	font-size: 0.875rem;
	color: var(--tm, #4b5563);
	background: rgba(45, 106, 79, 0.06);
	border-left: 3px solid var(--ac, #2d6a4f);
	border-radius: 0 var(--r, 12px) var(--r, 12px) 0;
	padding: 0.625rem 0.875rem;
	margin-bottom: 1rem;
}

.pdb-quiz-welcome-back strong {
	color: var(--t, #111827);
	font-weight: 600;
}

/* T10 — email summary form */
.pdb-quiz-email__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.pdb-quiz-email__error {
	color: var(--rd, #b91c1c);
	font-size: 0.875rem;
	margin: 0 0 0.75rem;
}

/* S4 — email consent checkbox */
.pdb-quiz-email__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0.75rem 0;
	cursor: pointer;
}
.pdb-quiz-email__consent-check {
	flex-shrink: 0;
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.125rem;
	accent-color: var(--ac, #3b6b3b);
	cursor: pointer;
}
.pdb-quiz-email__consent-text {
	font-size: 0.8125rem;
	color: var(--tm, #4b5563);
	line-height: 1.4;
}

.pdb-quiz-email__consent-notice {
	font-size: 0.8125rem;
	color: var(--pdb-tangerine, #ff5a36);
	margin: 0.25rem 0 0.5rem;
	font-weight: 500;
}

/* Name step */
.pdb-quiz-name {
	text-align: center;
	padding: 0 0 2rem;
}

.pdb-quiz-name__eyebrow {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pdb-tangerine, #ff5a36);
	margin: 0 0 0.75rem;
}

.pdb-quiz-name__title {
	font-size: 1.75rem;
	font-weight: 900;
	color: var(--pdb-ink, #0a2533);
	margin: 0 0 0.5rem;
	line-height: 1.2;
}

.pdb-quiz-name__hint {
	font-size: 0.9375rem;
	color: rgba(10, 37, 51, 0.6);
	margin: 0 0 2rem;
	line-height: 1.5;
}

.pdb-quiz-name__field {
	max-width: 360px;
	margin: 0 auto 1.5rem;
	text-align: left;
}

.pdb-quiz-name__label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--pdb-ink, #0a2533);
	margin-bottom: 0.375rem;
}

.pdb-quiz-name__input {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1.5px solid var(--pdb-cream-dark, #f2efe9);
	border-radius: 0.625rem;
	font-size: 1rem;
	color: var(--pdb-ink, #0a2533);
	background: var(--pdb-cream, #fffdf9);
	outline: none;
	transition: border-color 0.15s;
	box-sizing: border-box;
}

.pdb-quiz-name__input:focus {
	border-color: var(--pdb-tangerine, #ff5a36);
}

.pdb-quiz-name__actions {
	display: flex;
	justify-content: center;
}

/* T9 — booking modal (updated to form) */
.pdb-quiz-booking-no-url {
	color: var(--tm, #4b5563);
	font-size: 0.9375rem;
}

.pdb-quiz-results__dot--muted {
	background: rgba(10, 37, 51, 0.2);
}

/* T14 — a11y: minimum 44 px tap targets ------------------------------------ */
.pdb-quiz-back    { min-height: 44px; }
.pdb-quiz-restart { min-height: 44px; padding: 0.5rem 0.75rem; }
.pdb-quiz-email__send { min-height: 44px; }

/* T14 — a11y: visible focus rings (keyboard-only via :focus-visible) -------- */

.pdb-quiz-btn--primary:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.3), 0 0 0 5px var(--pdb-tangerine);
}

.pdb-quiz-btn--outline:focus-visible {
	outline: 2px solid var(--pdb-tangerine);
	outline-offset: 3px;
}

.pdb-quiz-option:focus-visible {
	outline: 2px solid var(--pdb-tangerine);
	outline-offset: 2px;
	border-color: var(--pdb-tangerine);
	background: rgba(255, 90, 54, 0.05);
}

.pdb-quiz-back:focus-visible,
.pdb-quiz-restart:focus-visible {
	outline: 2px solid var(--pdb-tangerine);
	outline-offset: 4px;
	border-radius: 6px;
	color: var(--pdb-ink);
}

.pdb-quiz-email__send:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 6px 20px rgba(255, 90, 54, 0.28), 0 0 0 5px var(--pdb-tangerine);
}

/* T14 — reduced-motion: suppress all quiz transitions and animations -------- */
@media (prefers-reduced-motion: reduce) {
	/* Panel fade-in/out (Alpine x-transition adds the 'transition' class) */
	.pdb-quiz-view {
		transition: none !important;
		animation: none !important;
	}
	/* Interactive element hover/state transitions */
	.pdb-quiz-btn,
	.pdb-quiz-option,
	.pdb-quiz-back,
	.pdb-quiz-restart,
	.pdb-quiz-email__send {
		transition: none;
	}
}

/* T14 — no-JS noscript checklist ------------------------------------------- */
.pdb-quiz-noscript {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 0 4rem;
}

.pdb-quiz-noscript__list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.pdb-quiz-noscript__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.pdb-quiz-noscript__check {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: 0.2rem;
	accent-color: var(--pdb-tangerine);
	cursor: pointer;
}

.pdb-quiz-noscript__label {
	font-size: 1.125rem;
	line-height: 1.5;
	color: var(--pdb-ink);
	cursor: pointer;
}

.pdb-quiz-noscript__prompt {
	font-size: 1.125rem;
	color: rgba(10, 37, 51, 0.7);
	margin: 0 0 1.5rem;
	text-align: center;
}

.pdb-quiz-noscript__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.pdb-quiz-results__item-text {
	margin: 0;
	font-size: 1.125rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.8);
	font-weight: 500;
}

.pdb-quiz-results__item--more .pdb-quiz-results__item-text {
	color: rgba(10, 37, 51, 0.5);
	font-style: italic;
}

.pdb-quiz-results__cta {
	width: 100%;
	margin-bottom: 0;
}

.pdb-quiz-results__cta-lead {
	margin: 0 0 1.75rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-quiz-results__cta-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.25rem;
	justify-content: center;
}

@media screen and (min-width: 40em) {

	.pdb-quiz-results__cta-row {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.pdb-quiz-results__cta-row .pdb-quiz-btn {
	margin-bottom: 0;
	width: 100%;
}

@media screen and (min-width: 40em) {

	.pdb-quiz-results__cta-row .pdb-quiz-btn {
		width: auto;
	}
}

.pdb-quiz-results__email-block {
	width: 100%;
	max-width: 36rem;
	margin: 0 auto;
	padding-top: 0;
	border-top: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.pdb-quiz-results__email-block--prominent {
	max-width: 32rem;
	margin-top: 0.5rem;
	width: 100%;
}

.pdb-quiz-email {
	width: 100%;
	background: rgba(242, 239, 233, 0.65);
	border-radius: 1.5rem;
	padding: 1.5rem 1.5rem 1.75rem;
	text-align: center;
}

.pdb-quiz-email--prominent {
	background: #fff;
	border: 2px solid var(--pdb-tangerine);
	border-radius: 1.25rem;
	padding: 1.75rem 1.35rem 1.85rem;
	box-shadow: 0 12px 40px rgba(255, 90, 54, 0.14), 0 2px 8px rgba(10, 37, 51, 0.06);
	text-align: center;
}

@media screen and (min-width: 48em) {

	.pdb-quiz-email {
		padding: 2rem;
	}

	.pdb-quiz-email--prominent {
		padding: 2rem 2rem 2.1rem;
	}
}

.pdb-quiz-email__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-quiz-email__title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.375rem, 4vw, 1.75rem);
	font-weight: 900;
	line-height: 1.2;
	color: var(--pdb-ink);
}

.pdb-quiz-email__hint {
	margin: 0 auto 1.35rem;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.78);
	max-width: 26rem;
}

.pdb-quiz-email__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 1.15rem;
	text-align: left;
}

.pdb-quiz-email__field {
	width: 100%;
}

.pdb-quiz-email__label {
	display: block;
	margin: 0 0 0.4rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-quiz-email__input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 0.75rem;
	border: 2px solid rgba(10, 37, 51, 0.12);
	padding: 0.65rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--pdb-ink);
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdb-quiz-email__input--text {
	font-weight: 500;
}

.pdb-quiz-email__input::placeholder {
	color: rgba(10, 37, 51, 0.38);
	font-weight: 500;
}

.pdb-quiz-email__input:focus {
	outline: none;
	border-color: var(--pdb-tangerine);
	box-shadow: 0 0 0 3px rgba(255, 90, 54, 0.2);
}

.pdb-quiz-email__send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	background: var(--pdb-tangerine);
	color: #fff;
	border: none;
	border-radius: 9999px;
	padding: 0.85rem 1.5rem;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.2s ease, filter 0.2s ease;
	box-shadow: 0 6px 20px rgba(255, 90, 54, 0.28);
}

.pdb-quiz-email__send:hover,
.pdb-quiz-email__send:focus {
	filter: brightness(1.06);
}

.pdb-quiz-email--success {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	background: #f0fdf4;
	color: #166534;
	font-weight: 700;
	font-size: 0.9375rem;
	border-radius: 1.25rem;
	padding: 1.35rem 1.25rem;
	border: 2px solid rgba(22, 101, 52, 0.2);
}

.pdb-quiz-results__footer .pdb-quiz-restart {
	margin-top: 0;
}

.pdb-quiz-restart {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 auto;
	padding: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.5);
	background: none;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.pdb-quiz-restart:hover,
.pdb-quiz-restart:focus {
	color: var(--pdb-ink);
}

@media (prefers-reduced-motion: reduce) {

	.pdb-quiz-slide,
	.pdb-quiz-slide--exit-forward,
	.pdb-quiz-slide--exit-back,
	.pdb-quiz-slide--enter-from-right-setup,
	.pdb-quiz-slide--enter-forward-run,
	.pdb-quiz-slide--enter-from-left-setup,
	.pdb-quiz-slide--enter-back-run {
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}

	.pdb-quiz-progress__bar {
		transition: none;
	}

	.pdb-about-stamp--hero,
	.pdb-about-stamp--watermark {
		animation: none;
	}

	.pdb-reveal {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.pdb-announcement-bar__icon {
		transition: none;
	}

	.pdb-trusts-parts__step {
		transition: none;
	}

	.pdb-trusts-parts__step.is-active,
	.pdb-trusts-parts__step[aria-current="true"] {
		transform: none;
	}

	.pdb-trusts-parts__dot {
		transition: none;
	}

	.pdb-404__compass {
		animation: none !important;
	}

	.pdb-blog__related-img,
	.pdb-blog__related-arrow {
		transition: none !important;
	}

	.pdb-blog__related-card:hover .pdb-blog__related-img,
	.pdb-blog__related-card:focus .pdb-blog__related-img {
		transform: none !important;
	}

	.pdb-blog-archive__img {
		transition: none !important;
	}

	.pdb-blog-archive__card:hover .pdb-blog-archive__img,
	.pdb-blog-archive__card:focus-within .pdb-blog-archive__img {
		transform: none !important;
	}

	.pdb-blog-archive__read-more i {
		transition: none !important;
	}

	.pdb-blog-archive__card:hover .pdb-blog-archive__read-more i,
	.pdb-blog-archive__card:focus-within .pdb-blog-archive__read-more i {
		transform: none !important;
	}
}

/* --------------------------------------------------------------------------
   PDB — Contact page (pages/contact.php)
   -------------------------------------------------------------------------- */

.pdb-contact-page {
	min-height: 60vh;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
	font-weight: 500;
}

.pdb-contact-page__main {
	display: block;
}

.pdb-contact-page__hero {
	padding: 4rem clamp(1.5rem, 6vw, 2.25rem) 3rem;
}

@media screen and (min-width: 48em) {

	.pdb-contact-page__hero {
		padding: 6rem 1.5rem 4rem;
	}
}

.pdb-contact-page__hero-inner {
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.pdb-contact-page__eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-contact-page__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-contact-page__lead {
	margin: 0;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	text-wrap: balance;
}

.pdb-contact-page__split {
	padding: 0 clamp(1.5rem, 6vw, 2.25rem) 6rem;
}

@media screen and (min-width: 48em) {

	.pdb-contact-page__split {
		padding: 0 1.5rem 7rem;
	}
}

.pdb-contact-page__grid {
	max-width: 80rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2.5rem;
	align-items: start;
	min-width: 0;
}

@media screen and (min-width: 64em) {

	.pdb-contact-page__grid {
		grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
		gap: clamp(2.5rem, 4vw, 4rem);
	}
}

.pdb-contact-page__form-card {
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2rem;
	box-shadow: 0 12px 40px rgba(10, 37, 51, 0.06);
	padding: 1.75rem 1.5rem 2rem;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 48em) {

	.pdb-contact-page__form-card {
		padding: 2.5rem 2.5rem 2.75rem;
	}
}

.pdb-contact-page__form-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-ink);
}

.pdb-contact-page__form-lead {
	margin: 0 0 1.75rem;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.6);
	font-weight: 500;
}

.pdb-contact-page__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.pdb-contact-page__field {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.pdb-contact-page__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media screen and (min-width: 40em) {

	.pdb-contact-page__row {
		grid-template-columns: 1fr 1fr;
	}
}

.pdb-contact-page__label {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-contact-page__label-note {
	font-weight: 500;
	color: rgba(10, 37, 51, 0.4);
}

.pdb-contact-page__input,
.pdb-contact-page__textarea {
	width: 100%;
	box-sizing: border-box;
	border-radius: 1rem;
	background: var(--pdb-cream);
	border: 1px solid var(--pdb-cream-dark);
	padding: 0.75rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--pdb-ink);
	font-family: inherit;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdb-contact-page__input::placeholder,
.pdb-contact-page__textarea::placeholder {
	color: rgba(10, 37, 51, 0.4);
}

.pdb-contact-page__input:focus,
.pdb-contact-page__textarea:focus {
	outline: none;
	border-color: var(--pdb-tangerine);
	box-shadow: 0 0 0 1px var(--pdb-tangerine);
}

.pdb-contact-page__textarea {
	resize: vertical;
	min-height: 8rem;
	line-height: 1.5;
}

.pdb-contact-page__form .pmd-modal__error {
	margin-top: 0.25rem;
}

.pdb-contact-page__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem;
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.75rem 0.65rem 0.75rem 2rem;
	border: none;
	border-radius: 9999px;
	background: var(--pdb-tangerine);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	cursor: pointer;
	transition: filter 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.28);
}

.pdb-contact-page__submit > span:first-of-type {
	min-width: 0;
	text-align: center;
}

.pdb-contact-page__submit:hover,
.pdb-contact-page__submit:focus {
	filter: brightness(1.05);
}

.pdb-contact-page__submit-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-contact-page__submit:hover .pdb-contact-page__submit-chip,
.pdb-contact-page__submit:focus .pdb-contact-page__submit-chip {
	background: #fff;
	color: var(--pdb-tangerine);
}

.pdb-contact-page__fineprint {
	margin: 0;
	padding-top: 0.25rem;
	font-size: 0.75rem;
	text-align: center;
	color: rgba(10, 37, 51, 0.5);
	font-weight: 500;
}

.pdb-contact-page__success {
	text-align: center;
	padding: 2.5rem 1rem 1.5rem;
}

.pdb-contact-page__success-icon {
	width: 5rem;
	height: 5rem;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	background: var(--pdb-tangerine);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.35);
}

.pdb-contact-page__success-title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-ink);
}

.pdb-contact-page__success-lead {
	margin: 0 auto 0.5rem;
	max-width: 24rem;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
}

.pdb-contact-page__success-hurry {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
	font-weight: 500;
}

.pdb-contact-page__success-tel {
	font-weight: 700;
	color: var(--pdb-tangerine);
	text-decoration: none;
}

.pdb-contact-page__success-tel:hover,
.pdb-contact-page__success-tel:focus {
	text-decoration: underline;
}

.pdb-contact-page__aside {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
	max-width: 100%;
}

.pdb-contact-page__aside.pdb-reveal {
	animation-fill-mode: forwards;
}

.pdb-contact-page__method {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.pdb-contact-page__method:hover,
.pdb-contact-page__method:focus {
	border-color: var(--pdb-ink);
}

.pdb-contact-page__method-icon {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pdb-tangerine);
	font-size: 1.25rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-contact-page__method:hover .pdb-contact-page__method-icon,
.pdb-contact-page__method:focus .pdb-contact-page__method-icon {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-contact-page__method-body {
	min-width: 0;
	display: block;
	text-align: left;
}

.pdb-contact-page__method-label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
	margin-bottom: 0.25rem;
}

.pdb-contact-page__method-value {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-weight: 700;
	font-size: 1.125rem;
	color: var(--pdb-ink);
	line-height: 1.25;
	margin-bottom: 0.25rem;
	overflow-wrap: anywhere;
}

.pdb-contact-page__method-note {
	display: block;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.6);
	font-weight: 500;
	line-height: 1.45;
}

.pdb-contact-page__info-card {
	background: var(--pdb-ink);
	color: var(--pdb-cream);
	border-radius: 1.5rem;
	padding: 1.5rem;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.pdb-contact-page__info-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.pdb-contact-page__info-row > div {
	min-width: 0;
}

.pdb-contact-page__info-row + .pdb-contact-page__info-row {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pdb-contact-page__info-icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pdb-tangerine);
	font-size: 1.125rem;
}

.pdb-contact-page__info-title {
	margin: 0 0 0.25rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.pdb-contact-page__info-text {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 500;
	line-height: 1.45;
}

.pdb-contact-page__steps-section {
	background: #fff;
	border-top: 1px solid rgba(10, 37, 51, 0.05);
	border-bottom: 1px solid rgba(10, 37, 51, 0.05);
	padding: 4rem clamp(1.5rem, 6vw, 2.25rem) 5rem;
}

@media screen and (min-width: 48em) {

	.pdb-contact-page__steps-section {
		padding: 5.5rem 1.5rem 6.5rem;
	}
}

.pdb-contact-page__steps-inner {
	max-width: 80rem;
	margin: 0 auto;
}

.pdb-contact-page__steps-intro {
	max-width: 36rem;
	margin-bottom: 3.5rem;
}

.pdb-contact-page__steps-eyebrow {
	margin: 0 0 1.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-contact-page__steps-title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3.5vw, 3rem);
	font-weight: 900;
	line-height: 1.1;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-contact-page__steps-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-contact-page__steps-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.pdb-contact-page__step {
	background: var(--pdb-cream);
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	padding: 2rem;
	min-width: 0;
}

.pdb-contact-page__step-num {
	display: block;
	font-family: Fraunces, Georgia, serif;
	font-weight: 900;
	font-size: 2.25rem;
	color: var(--pdb-tangerine);
	line-height: 1;
	margin-bottom: 1rem;
}

.pdb-contact-page__step-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-contact-page__step-desc {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
}

.pdb-contact-page__bottom-cta {
	padding: 4rem clamp(1.5rem, 6vw, 2.25rem) 5rem;
	background: var(--pdb-cream);
}

.pdb-contact-page__bottom-cta-inner {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-contact-page__bottom-cta-title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 900;
	color: var(--pdb-ink);
	line-height: 1.15;
}

.pdb-contact-page__bottom-cta-lead {
	margin: 0 0 1.75rem;
	font-size: 1.125rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
}

.pdb-contact-page__bottom-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.65rem 0.65rem 0.65rem 1.75rem;
	border-radius: 9999px;
	background: var(--pdb-tangerine);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.25);
	transition: filter 0.2s ease;
}

.pdb-contact-page__bottom-cta-btn:hover,
.pdb-contact-page__bottom-cta-btn:focus {
	filter: brightness(1.06);
	color: #fff;
}

.pdb-contact-page__bottom-cta-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-contact-page__bottom-cta-btn:hover .pdb-contact-page__bottom-cta-chip,
.pdb-contact-page__bottom-cta-btn:focus .pdb-contact-page__bottom-cta-chip {
	background: #fff;
	color: var(--pdb-tangerine);
}

/* --------------------------------------------------------------------------
   PDB — 404 not found (404.php)
   -------------------------------------------------------------------------- */

.site-main.pdb-404 {
	display: block;
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.pdb-404__wrap {
	position: relative;
	min-height: min(70vh, 52rem);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 5rem 1.5rem 6rem;
	background: var(--pdb-cream);
	color: var(--pdb-ink);
	font-weight: 500;
}

@media screen and (min-width: 48em) {

	.pdb-404__wrap {
		padding: 7rem 1.5rem 8rem;
	}
}

.pdb-404__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pdb-404__glow::before {
	content: "";
	position: absolute;
	top: 22%;
	left: 50%;
	width: min(37.5rem, 90vw);
	height: min(37.5rem, 90vw);
	transform: translateX(-50%);
	border-radius: 50%;
	background: rgba(255, 90, 54, 0.1);
	filter: blur(120px);
}

.pdb-404__inner {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-404__hero-num {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.pdb-404__digits {
	font-family: Fraunces, Georgia, serif;
	font-weight: 900;
	line-height: 1;
	color: var(--pdb-ink);
	letter-spacing: -0.03em;
	font-size: clamp(6rem, 22vw, 12rem);
	user-select: none;
}

.pdb-404__compass {
	position: absolute;
	top: -0.5rem;
	right: clamp(-2.5rem, -8vw, -1.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(3.5rem, 12vw, 5rem);
	height: clamp(3.5rem, 12vw, 5rem);
	border-radius: 1rem;
	background: var(--pdb-tangerine);
	color: #fff;
	box-shadow: 0 10px 25px rgba(10, 37, 51, 0.15);
	transform: rotate(6deg);
	font-size: clamp(1.5rem, 5vw, 2.5rem);
	animation: pdb-404-compass 6s ease-in-out infinite;
}

@keyframes pdb-404-compass {

	0%,
	100% {
		transform: rotate(6deg) translateY(0);
	}

	33% {
		transform: rotate(14deg) translateY(-6px);
	}

	66% {
		transform: rotate(-2deg) translateY(0);
	}
}

.pdb-404__title {
	margin: 0 0 1.25rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 4.5vw, 3rem);
	font-weight: 900;
	line-height: 1.15;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-404__lead {
	margin: 0 0 2.5rem;
	font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
	text-wrap: balance;
}

.pdb-404__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
}

@media screen and (min-width: 40em) {

	.pdb-404__actions {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.pdb-404__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.65rem 0.65rem 0.65rem 2rem;
	border-radius: 9999px;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 40em) {

	.pdb-404__btn {
		width: auto;
	}
}

.pdb-404__btn--primary {
	background: var(--pdb-tangerine);
	color: #fff;
	border: none;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.28);
}

.pdb-404__btn--primary:hover,
.pdb-404__btn--primary:focus {
	filter: brightness(1.06);
	color: #fff;
}

.pdb-404__btn--outline {
	background: #fff;
	color: var(--pdb-ink);
	border: 2px solid var(--pdb-ink);
}

.pdb-404__btn--outline:hover,
.pdb-404__btn--outline:focus {
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-404__btn-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	flex-shrink: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-404__btn--primary:hover .pdb-404__btn-chip,
.pdb-404__btn--primary:focus .pdb-404__btn-chip {
	background: #fff;
	color: var(--pdb-tangerine);
}

.pdb-404__btn-chip--outline {
	background: rgba(255, 90, 54, 0.1);
	color: var(--pdb-tangerine);
}

.pdb-404__btn--outline:hover .pdb-404__btn-chip--outline,
.pdb-404__btn--outline:focus .pdb-404__btn-chip--outline {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-404__links-label {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(10, 37, 51, 0.4);
}

.pdb-404__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdb-404__link {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.5rem 1rem;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.pdb-404__link:hover,
.pdb-404__link:focus {
	border-color: var(--pdb-ink);
	color: var(--pdb-tangerine);
}

.pdb-404__link i {
	font-size: 0.8125rem;
	opacity: 0.85;
}

/* --------------------------------------------------------------------------
   PDB — Blog archive (archive-blogs.php, taxonomy-journal_topic, search, pages/blogs)
   -------------------------------------------------------------------------- */

.site-main.pdb-blog-archive {
	display: block;
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.pdb-blog-archive__title-band {
	padding: 4rem 1.5rem 2.5rem;
	border-bottom: 1px solid var(--pdb-cream-dark);
}

@media screen and (min-width: 48em) {

	.pdb-blog-archive__title-band {
		padding: 6rem 1.5rem 3rem;
	}
}

.pdb-blog-archive__title-band-inner {
	max-width: 80rem;
	margin: 0 auto;
}

.pdb-blog-archive__eyebrow {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-blog-archive__title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-blog-archive__intro {
	margin: 1.5rem 0 0;
	max-width: 42rem;
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.7);
}

@media screen and (min-width: 48em) {

	.pdb-blog-archive__intro {
		font-size: 1.25rem;
	}
}

.pdb-blog-archive__section.pdb-blog__layout {
	padding-top: 3.5rem;
	padding-bottom: 5rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog-archive__section.pdb-blog__layout {
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
}

.pdb-blog-archive__grid-wrap.pdb-blog__grid {
	align-items: start;
}

.pdb-blog-archive__col-main {
	min-width: 0;
}

.pdb-blog-archive__aside.pdb-blog__aside {
	margin-top: 0;
}

.pdb-blog-archive__filter-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.pdb-blog-archive__filter-text {
	margin: 0;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-blog-archive__filter-muted {
	color: rgba(10, 37, 51, 0.55);
}

.pdb-blog-archive__filter-strong {
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-blog-archive__filter-quote {
	font-weight: 700;
	color: rgba(10, 37, 51, 0.45);
}

.pdb-blog-archive__filter-clear {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-tangerine);
	text-decoration: none;
}

.pdb-blog-archive__filter-clear:hover,
.pdb-blog-archive__filter-clear:focus {
	text-decoration: underline;
}

.pdb-blog-archive__empty {
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	padding: 3rem 1.5rem;
	text-align: center;
}

.pdb-blog-archive__empty-title {
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-blog-archive__empty-text {
	margin: 0;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.6);
}

.pdb-blog-archive__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 40em) {

	.pdb-blog-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(1.5rem, 2.5vw, 2rem);
	}

	.pdb-blog-archive__card--featured {
		grid-column: span 2;
	}
}

.pdb-blog-archive__card {
	margin: 0;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2rem;
	overflow: hidden;
	transition: border-color 0.2s ease;
}

.pdb-blog-archive__card:hover,
.pdb-blog-archive__card:focus-within {
	border-color: var(--pdb-ink);
}

.pdb-blog-archive__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.pdb-blog-archive__card-link:focus {
	outline: none;
}

.pdb-blog-archive__card-link:focus-visible {
	outline: 2px solid var(--pdb-tangerine);
	outline-offset: 2px;
}

.pdb-blog-archive__media {
	position: relative;
	height: 13rem;
	overflow: hidden;
}

.pdb-blog-archive__media--featured {
	height: 15rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog-archive__media--featured {
		height: 18rem;
	}
}

.pdb-blog-archive__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.pdb-blog-archive__card:hover .pdb-blog-archive__img,
.pdb-blog-archive__card:focus-within .pdb-blog-archive__img {
	transform: scale(1.03);
}

.pdb-blog-archive__img-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--pdb-cream-dark) 0%, rgba(10, 37, 51, 0.06) 100%);
}

.pdb-blog-archive__badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	background: var(--pdb-tangerine);
}

.pdb-blog-archive__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog-archive__body {
		padding: 2rem;
	}
}

.pdb-blog-archive__topic-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin: 0 0 0.75rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-blog-archive__card-title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--pdb-ink);
	transition: color 0.2s ease;
}

.pdb-blog-archive__card-title--featured {
	font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}

.pdb-blog-archive__card:hover .pdb-blog-archive__card-title,
.pdb-blog-archive__card:focus-within .pdb-blog-archive__card-title {
	color: var(--pdb-tangerine);
}

.pdb-blog-archive__excerpt {
	margin: 0 0 1.25rem;
	flex: 1;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.7);
}

.pdb-blog-archive__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pdb-blog-archive__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-blog-archive__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}

.pdb-blog-archive__read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	transition: color 0.2s ease;
}

.pdb-blog-archive__read-more i {
	transition: transform 0.2s ease;
}

.pdb-blog-archive__card:hover .pdb-blog-archive__read-more,
.pdb-blog-archive__card:focus-within .pdb-blog-archive__read-more {
	color: var(--pdb-tangerine);
}

.pdb-blog-archive__card:hover .pdb-blog-archive__read-more i,
.pdb-blog-archive__card:focus-within .pdb-blog-archive__read-more i {
	transform: translateX(2px);
}

.pdb-blog-archive__topic-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pdb-blog-archive__topic-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.5rem 0.75rem;
	border-radius: 0.75rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-blog-archive__topic-link:hover,
.pdb-blog-archive__topic-link:focus {
	background: rgba(10, 37, 51, 0.06);
}

.pdb-blog-archive__topic-link.is-active {
	background: rgba(232, 122, 62, 0.12);
	color: var(--pdb-tangerine);
}

.pdb-blog-archive__topic-count {
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.35);
}

.pdb-blog-archive__topic-link.is-active .pdb-blog-archive__topic-count {
	color: rgba(10, 37, 51, 0.45);
}

.pdb-blog-archive .navigation.pagination,
.pdb-blog-archive .nav-links,
.pdb-blog-archive__pagination {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	align-items: center;
}

.pdb-blog-archive__pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
}

.pdb-blog-archive .navigation.pagination a,
.pdb-blog-archive .navigation.pagination span,
.pdb-blog-archive .nav-links a,
.pdb-blog-archive .nav-links span,
.pdb-blog-archive__pagination a.page-numbers,
.pdb-blog-archive__pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none;
	color: var(--pdb-ink);
	border: 1px solid var(--pdb-cream-dark);
	background: #fff;
}

.pdb-blog-archive .navigation.pagination a:hover,
.pdb-blog-archive .nav-links a:hover,
.pdb-blog-archive__pagination a.page-numbers:hover {
	border-color: var(--pdb-tangerine);
	color: var(--pdb-tangerine);
}

.pdb-blog-archive .navigation.pagination .current,
.pdb-blog-archive .nav-links .current,
.pdb-blog-archive__pagination span.page-numbers.current {
	background: var(--pdb-tangerine);
	border-color: var(--pdb-tangerine);
	color: #fff;
}

/* --------------------------------------------------------------------------
   PDB — Single blog post (single-blogs.php, post type `blogs`)
   -------------------------------------------------------------------------- */

.site-main.pdb-blog {
	display: block;
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.pdb-blog {
	background: var(--pdb-cream);
	color: var(--pdb-ink);
	font-weight: 500;
}

.pdb-blog__title-band {
	padding: 3rem 1.5rem 2.5rem;
	border-bottom: 1px solid var(--pdb-cream-dark);
}

@media screen and (min-width: 48em) {

	.pdb-blog__title-band {
		padding: 4rem 1.5rem 2.5rem;
	}
}

.pdb-blog__title-band-inner {
	max-width: 80rem;
	margin: 0 auto;
}

.pdb-blog__breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	font-size: 0.875rem;
	font-weight: 700;
	color: rgba(10, 37, 51, 0.5);
	margin-bottom: 2rem;
}

.pdb-blog__breadcrumb-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-blog__breadcrumb-link:hover,
.pdb-blog__breadcrumb-link:focus {
	color: var(--pdb-tangerine);
}

.pdb-blog__breadcrumb-sep {
	font-size: 0.75rem;
	opacity: 0.6;
}

.pdb-blog__breadcrumb-current {
	color: var(--pdb-tangerine);
}

.pdb-blog__title-block {
	max-width: 56rem;
}

.pdb-blog__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	margin: 0 0 1.25rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-blog__title {
	margin: 0 0 1.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.75rem);
	font-weight: 900;
	line-height: 1.05;
	color: var(--pdb-ink);
	text-wrap: balance;
}

.pdb-blog__dek {
	margin: 0 0 2rem;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
	text-wrap: balance;
}

.pdb-blog__byline {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.pdb-blog__avatar {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.pdb-blog__author {
	margin: 0 0 0.25rem;
	font-weight: 700;
	color: var(--pdb-ink);
	line-height: 1.25;
}

.pdb-blog__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-blog__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}

.pdb-blog__layout {
	padding: 3rem 1.5rem 4rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog__layout {
		padding: 4rem 1.5rem 5rem;
	}
}

.pdb-blog__grid {
	max-width: 80rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: start;
}

@media screen and (min-width: 64em) {

	.pdb-blog__grid {
		grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
		gap: clamp(2.5rem, 3.5vw, 3.5rem);
	}
}

.pdb-blog__hero-figure {
	margin: 0 0 2.5rem;
}

.pdb-blog__hero-aspect {
	aspect-ratio: 16 / 9;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(10, 37, 51, 0.12);
}

.pdb-blog__hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pdb-blog__hero-cap {
	margin: 0.75rem 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.5);
	text-align: center;
}

.pdb-blog__prose {
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(10, 37, 51, 0.82);
	font-weight: 500;
}

@media screen and (min-width: 48em) {

	.pdb-blog__prose {
		font-size: 1.125rem;
	}
}

.pdb-blog__prose > * + * {
	margin-top: 1.5rem;
}

.pdb-blog__prose h2,
.pdb-blog__prose h3 {
	font-family: Fraunces, Georgia, serif;
	font-weight: 700;
	color: var(--pdb-ink);
	line-height: 1.2;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
}

.pdb-blog__prose h2 {
	font-size: clamp(1.5rem, 2.8vw, 1.875rem);
}

.pdb-blog__prose h3 {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
}

.pdb-blog__prose p {
	margin: 0;
}

.pdb-blog__prose a {
	color: var(--pdb-tangerine);
	font-weight: 700;
	text-decoration: none;
}

.pdb-blog__prose a:hover,
.pdb-blog__prose a:focus {
	text-decoration: underline;
}

.pdb-blog__prose strong {
	color: var(--pdb-ink);
	font-weight: 700;
}

.pdb-blog__prose ul {
	margin: 0;
	padding-left: 1.5rem;
	list-style-type: disc;
}

.pdb-blog__prose ul li {
	margin-top: 0.5rem;
}

.pdb-blog__prose ul li::marker {
	color: var(--pdb-tangerine);
}

.pdb-blog__prose blockquote {
	margin: 3rem 0;
	padding-left: 1.5rem;
	border-left: 4px solid rgba(122, 46, 57, 0.3);
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.375rem, 2.8vw, 1.875rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.45;
	color: #7a2e39;
	text-wrap: balance;
}

.pdb-blog__prose figure {
	margin: 2.5rem 0;
}

.pdb-blog__prose figure img {
	border-radius: 1.5rem;
	width: 100%;
	height: auto;
	display: block;
}

.pdb-blog__prose figcaption {
	margin-top: 0.75rem;
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.5);
	font-weight: 500;
	text-align: center;
}

.pdb-blog__inline-share {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--pdb-cream-dark);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	justify-content: space-between;
}

@media screen and (min-width: 40em) {

	.pdb-blog__inline-share {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}
}

.pdb-blog__inline-share-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
}

@media screen and (min-width: 40em) {

	.pdb-blog__inline-share-left {
		flex-direction: row;
		align-items: center;
	}
}

.pdb-blog__inline-share-label {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
}

.pdb-blog__share-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.pdb-blog__share-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	color: var(--pdb-ink);
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pdb-blog__share-icon:hover,
.pdb-blog__share-icon:focus {
	background: var(--pdb-tangerine);
	border-color: var(--pdb-tangerine);
	color: #fff;
}

.pdb-blog__share-icon--lg {
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.125rem;
	background: var(--pdb-cream);
}

.pdb-blog__back-journal,
.pdb-blog__back-blog {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.pdb-blog__back-journal:hover,
.pdb-blog__back-journal:focus,
.pdb-blog__back-blog:hover,
.pdb-blog__back-blog:focus {
	color: var(--pdb-tangerine);
}

.pdb-blog__aside-inner {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media screen and (min-width: 64em) {

	.pdb-blog__aside-inner {
		position: sticky;
		top: 6rem;
	}
}

.pdb-blog__card {
	background: #fff;
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 1.5rem;
	padding: 1.5rem;
}

.pdb-blog__card-title {
	margin: 0 0 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
}

.pdb-blog__search-label {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	margin-bottom: 0.75rem;
}

.pdb-blog__search {
	position: relative;
}

.pdb-blog__search-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(10, 37, 51, 0.4);
	font-size: 1.125rem;
	pointer-events: none;
}

.pdb-blog__search-input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 9999px;
	background: var(--pdb-cream);
	border: 1px solid var(--pdb-cream-dark);
	padding: 0.75rem 1rem 0.75rem 2.75rem;
	font-size: 1rem;
	font-weight: 500;
	color: var(--pdb-ink);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pdb-blog__search-input:focus {
	outline: none;
	border-color: var(--pdb-tangerine);
	box-shadow: 0 0 0 1px var(--pdb-tangerine);
}

.pdb-blog__search-input::placeholder {
	color: rgba(10, 37, 51, 0.4);
}

.pdb-blog__cat-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pdb-blog__cat-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0.75rem;
	border-radius: 0.75rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.pdb-blog__cat-link:hover,
.pdb-blog__cat-link:focus {
	background: rgba(242, 239, 233, 0.75);
}

.pdb-blog__cat-link i {
	font-size: 0.875rem;
	color: rgba(10, 37, 51, 0.3);
}

.pdb-blog__promo {
	position: relative;
	border-radius: 1.5rem;
	padding: 1.5rem;
	overflow: hidden;
}

.pdb-blog__promo--offer {
	background: var(--pdb-tangerine);
	color: #fff;
}

.pdb-blog__promo--quiz {
	background: var(--pdb-ink);
	color: var(--pdb-cream);
}

.pdb-blog__promo-glow {
	position: absolute;
	top: -2.5rem;
	right: -2.5rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	filter: blur(40px);
	pointer-events: none;
}

.pdb-blog__promo-glow--quiz {
	top: auto;
	bottom: -3rem;
	left: -3rem;
	right: auto;
	background: rgba(255, 90, 54, 0.2);
}

.pdb-blog__promo-icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.pdb-blog__promo-icon--muted {
	background: rgba(255, 255, 255, 0.1);
	color: var(--pdb-tangerine);
}

.pdb-blog__promo-title {
	position: relative;
	z-index: 1;
	margin: 0 0 0.5rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2;
}

.pdb-blog__promo-text {
	position: relative;
	z-index: 1;
	margin: 0 0 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	font-weight: 500;
}

.pdb-blog__promo--offer .pdb-blog__promo-text {
	color: rgba(255, 255, 255, 0.92);
}

.pdb-blog__promo--quiz .pdb-blog__promo-text {
	color: rgba(255, 255, 255, 0.7);
}

.pdb-blog__promo-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 9999px;
	transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.pdb-blog__promo-btn--light {
	background: #fff;
	color: var(--pdb-tangerine);
	padding: 0.65rem 1.25rem;
}

.pdb-blog__promo-btn--light:hover,
.pdb-blog__promo-btn--light:focus {
	background: var(--pdb-ink);
	color: #fff;
}

.pdb-blog__promo-btn--primary {
	background: var(--pdb-tangerine);
	color: #fff;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
	gap: 0.75rem;
}

.pdb-blog__promo-btn--primary:hover,
.pdb-blog__promo-btn--primary:focus {
	filter: brightness(1.06);
	color: #fff;
}

.pdb-blog__promo-btn-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-blog__promo-btn--primary:hover .pdb-blog__promo-btn-chip,
.pdb-blog__promo-btn--primary:focus .pdb-blog__promo-btn-chip {
	background: #fff;
	color: var(--pdb-tangerine);
}

.pdb-blog__related {
	background: #fff;
	border-top: 1px solid var(--pdb-cream-dark);
	padding: 5rem 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog__related {
		padding: 6rem 1.5rem;
	}
}

.pdb-blog__related-inner {
	max-width: 80rem;
	margin: 0 auto;
}

.pdb-blog__related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.pdb-blog__related-title {
	margin: 0;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 900;
	color: var(--pdb-ink);
}

.pdb-blog__related-all {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--pdb-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pdb-blog__related-all:hover,
.pdb-blog__related-all:focus {
	color: var(--pdb-tangerine);
}

.pdb-blog__related-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media screen and (min-width: 48em) {

	.pdb-blog__related-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}
}

.pdb-blog__related-card {
	display: flex;
	flex-direction: column;
	background: var(--pdb-cream);
	border: 1px solid var(--pdb-cream-dark);
	border-radius: 2rem;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.2s ease;
}

.pdb-blog__related-card:hover,
.pdb-blog__related-card:focus {
	border-color: var(--pdb-ink);
}

.pdb-blog__related-media {
	height: 12rem;
	overflow: hidden;
}

.pdb-blog__related-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.pdb-blog__related-card:hover .pdb-blog__related-img,
.pdb-blog__related-card:focus .pdb-blog__related-img {
	transform: scale(1.04);
}

.pdb-blog__related-placeholder {
	width: 100%;
	height: 100%;
	background: rgba(10, 37, 51, 0.06);
}

.pdb-blog__related-body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pdb-blog__related-cat {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--pdb-tangerine);
	margin-bottom: 0.75rem;
}

.pdb-blog__related-card-title {
	margin: 0 0 1rem;
	font-family: Fraunces, Georgia, serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--pdb-ink);
	flex: 1;
	transition: color 0.2s ease;
}

.pdb-blog__related-card:hover .pdb-blog__related-card-title,
.pdb-blog__related-card:focus .pdb-blog__related-card-title {
	color: var(--pdb-tangerine);
}

.pdb-blog__related-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
	font-weight: 500;
	color: rgba(10, 37, 51, 0.5);
}

.pdb-blog__related-read {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}

.pdb-blog__related-arrow {
	transition: transform 0.2s ease, color 0.2s ease;
}

.pdb-blog__related-card:hover .pdb-blog__related-arrow,
.pdb-blog__related-card:focus .pdb-blog__related-arrow {
	color: var(--pdb-tangerine);
	transform: translateX(2px);
}

.pdb-blog__bottom-cta {
	padding: 4rem 1.5rem 5rem;
	background: var(--pdb-cream);
}

.pdb-blog__bottom-cta-inner {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
}

.pdb-blog__bottom-cta-title {
	margin: 0 0 0.75rem;
	font-family: Fraunces, Georgia, serif;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 900;
	color: var(--pdb-ink);
	line-height: 1.15;
}

.pdb-blog__bottom-cta-lead {
	margin: 0 0 1.75rem;
	font-size: 1.125rem;
	line-height: 1.55;
	color: rgba(10, 37, 51, 0.7);
	font-weight: 500;
}

.pdb-blog__bottom-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.65rem 0.65rem 0.65rem 1.75rem;
	border-radius: 9999px;
	background: var(--pdb-tangerine);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(255, 90, 54, 0.25);
	transition: filter 0.2s ease;
}

.pdb-blog__bottom-cta-btn:hover,
.pdb-blog__bottom-cta-btn:focus {
	filter: brightness(1.06);
	color: #fff;
}

.pdb-blog__bottom-cta-chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.pdb-blog__bottom-cta-btn:hover .pdb-blog__bottom-cta-chip,
.pdb-blog__bottom-cta-btn:focus .pdb-blog__bottom-cta-chip {
	background: #fff;
	color: var(--pdb-tangerine);
}


















