.pfh-global-footer,
.pfh-global-footer * {
	box-sizing: border-box;
}

/* The new global footer owns these homepage-only legacy sections. */
body.home .pf-newsletter,
body.home .pf-channel-strip {
	display: none !important;
}

/* The custom footer supplies its own labelled back-to-top control. */
.ct-back-to-top {
	display: none !important;
}

.pfh-global-footer {
	position: relative;
	isolation: isolate;
	overflow: clip;
	margin: 0;
	background:
		linear-gradient(155deg, rgb(255 255 255 / 0.98) 0 19%, transparent 42%),
		linear-gradient(180deg, #fffafa 0%, #fff7f7 65%, #fffafa 100%);
	color: var(--pfh-color-ink);
	border-block-start: var(--pfh-rule-hair) solid #f7dfe2;
	font-family: var(--pfh-font-body);
}

.pfh-footer-sky {
	position: absolute;
	z-index: -1;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 100% 32%, rgb(247 195 203 / 0.22) 0 17rem, transparent 17.1rem),
		radial-gradient(circle at 82% 84%, rgb(255 255 255 / 0.82) 0 19rem, transparent 19.1rem);
}

.pfh-petal {
	position: absolute;
	display: block;
	width: 1.35rem;
	aspect-ratio: 1;
	border-radius: 80% 0 80% 80%;
	background: linear-gradient(135deg, #ffd9de, #f6aeb9);
	box-shadow: 0 0.4rem 1.1rem rgb(215 110 129 / 0.13);
	opacity: 0.72;
	transform: rotate(24deg);
	animation: pfh-petal-drift 8s var(--pfh-ease-in-out) infinite alternate;
}

.pfh-petal--one {
	inset-block-start: 5.5rem;
	inset-inline-end: 7.5%;
}

.pfh-petal--two {
	inset-block-start: 8.5rem;
	inset-inline-end: 11.5%;
	width: 0.9rem;
	animation-delay: -2.8s;
}

.pfh-petal--three {
	inset-block-start: 4rem;
	inset-inline-end: 4.6%;
	width: 0.72rem;
	animation-delay: -5s;
}

.pfh-footer__main {
	width: min(100% - 3rem, 92rem);
	margin-inline: auto;
	padding-block: clamp(4.5rem, 8vw, 7.5rem) clamp(2rem, 4vw, 3.75rem);
}

.pfh-footer__grid {
	display: grid;
	grid-template-columns: minmax(22rem, 1.05fr) minmax(37rem, 1.8fr);
	gap: clamp(3rem, 6vw, 6.5rem);
}

.pfh-footer__brand {
	position: relative;
	padding-inline-end: clamp(1rem, 3vw, 3rem);
	border-inline-end: var(--pfh-rule-hair) dashed #f0cfd4;
}

.pfh-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	color: var(--pfh-color-ink);
	text-decoration: none;
}

.pfh-footer-brand img {
	width: clamp(3.9rem, 5.5vw, 5.3rem);
	height: clamp(3.9rem, 5.5vw, 5.3rem);
	object-fit: contain;
	transform: scale(1.1);
}

.pfh-footer-brand span {
	font-family: var(--pfh-font-wordmark);
	font-size: clamp(3rem, 5.1vw, 5.25rem);
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: -0.045em;
}

.pfh-footer__tagline {
	margin: 0.45rem 0 1.5rem;
	color: #e66f81;
	font-family: var(--pfh-font-display);
	font-size: clamp(0.82rem, 1.15vw, 1.05rem);
	letter-spacing: 0.12em;
}

.pfh-footer__description {
	max-width: 34rem;
	margin: 0;
	color: #514649;
	font-family: var(--pfh-font-display);
	font-size: clamp(0.94rem, 1.1vw, 1.08rem);
	line-height: 2;
	letter-spacing: 0.04em;
}

.pfh-footer-cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.9rem;
	margin-block-start: clamp(1.8rem, 3.5vw, 2.7rem);
	padding: 1rem;
	border: var(--pfh-rule-hair) solid #efcdd2;
	border-radius: 0.75rem;
	background: rgb(255 255 255 / 0.62);
	box-shadow: 0 0.7rem 1.8rem rgb(195 93 113 / 0.07);
	backdrop-filter: blur(0.5rem);
}

.pfh-footer-cta__icon {
	width: 2.7rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, #f7a1ae, #e9667c);
	color: #fff;
}

.pfh-footer-cta__icon svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
}

.pfh-footer-cta__copy {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.pfh-footer-cta__copy strong {
	color: #dd5c72;
	font-family: var(--pfh-font-display);
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.pfh-footer-cta__copy small {
	color: #766a6c;
	font-size: 0.7rem;
}

.pfh-footer-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.15rem;
	padding-inline: 1.2rem;
	border-radius: 0.65rem;
	background: linear-gradient(145deg, #f18596, #df5f76);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 0.6rem 1.25rem rgb(217 75 101 / 0.17);
	transition:
		transform var(--pfh-dur-short) var(--pfh-ease-out),
		box-shadow var(--pfh-dur-short) var(--pfh-ease-out);
}

.pfh-footer__links {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4.2rem);
	min-width: 0;
	padding-block-end: 11rem;
}

.pfh-footer-nav h2 {
	position: relative;
	margin: 0 0 1.45rem;
	padding-block-end: 0.85rem;
	color: #dc6175;
	font-family: var(--pfh-font-display);
	font-size: clamp(1.08rem, 1.6vw, 1.35rem);
	font-weight: 600;
	letter-spacing: 0.14em;
}

.pfh-footer-nav h2::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: 0;
	width: 2.35rem;
	height: 0.18rem;
	border-radius: 999rem;
	background: #ee8d9d;
}

.pfh-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pfh-footer-menu li {
	margin: 0;
	border-block-end: var(--pfh-rule-hair) dashed #edd4d8;
}

.pfh-footer-menu a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 3.65rem;
	padding-inline-start: 1.35rem;
	color: #423a3c;
	font-family: var(--pfh-font-display);
	font-size: 0.94rem;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition:
		color var(--pfh-dur-short) var(--pfh-ease-out),
		padding-inline-start var(--pfh-dur-short) var(--pfh-ease-out);
}

.pfh-footer-menu a::before {
	content: "›";
	position: absolute;
	inset-inline-start: 0;
	color: #ed8293;
	font-family: sans-serif;
	font-size: 1.55rem;
	font-weight: 300;
	line-height: 1;
	transition: transform var(--pfh-dur-short) var(--pfh-ease-out);
}

.pfh-footer-postcard {
	position: absolute;
	inset-inline-end: 0.35rem;
	inset-block-end: 0.25rem;
	width: min(18.5rem, 44%);
	height: 9.6rem;
}

.pfh-footer-postcard::before,
.pfh-footer-postcard::after {
	content: "";
	position: absolute;
	inset-inline-end: 0;
	inset-block-end: 0.4rem;
	width: 12.5rem;
	height: 8.2rem;
	border: 0.42rem solid #fff;
	background: #f8e9e7;
	box-shadow: 0 0.75rem 1.8rem rgb(130 78 85 / 0.12);
	transform: rotate(6deg);
}

.pfh-footer-postcard::before {
	inset-inline-end: 1.2rem;
	inset-block-end: 0.75rem;
	transform: rotate(-4deg);
}

.pfh-footer-postcard__photo {
	position: absolute;
	z-index: 2;
	inset-inline-end: 0.4rem;
	inset-block-end: 0;
	width: 12.5rem;
	height: 8.15rem;
	overflow: hidden;
	border: 0.42rem solid #fff;
	box-shadow: 0 0.85rem 1.8rem rgb(130 78 85 / 0.14);
	transform: rotate(1.8deg);
}

.pfh-footer-postcard__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 33%;
	filter: saturate(0.82) contrast(0.94) brightness(1.03);
}

.pfh-footer-postcard__stamp {
	position: absolute;
	z-index: 3;
	inset-inline-start: 0;
	inset-block-end: 0.75rem;
	width: 4.35rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 0.1rem solid #9e8888;
	border-radius: 50%;
	color: #897474;
	font-family: var(--pfh-font-body);
	font-size: 0.58rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	transform: rotate(-10deg);
}

.pfh-footer-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-block-start: clamp(2.4rem, 5vw, 4.5rem);
	padding: 1rem clamp(1.2rem, 3vw, 2rem);
	border: var(--pfh-rule-hair) solid #efcfd4;
	border-radius: 0.75rem;
	background: rgb(255 255 255 / 0.48);
}

.pfh-footer-social__intro {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 2.4rem);
	min-width: 0;
}

.pfh-footer-social__intro strong {
	flex: 0 0 auto;
	padding-inline-end: clamp(1rem, 2vw, 2rem);
	border-inline-end: var(--pfh-rule-hair) solid #edd2d6;
	color: #dd5f74;
	font-family: var(--pfh-font-display);
	font-size: 1.08rem;
	letter-spacing: 0.12em;
}

.pfh-footer-social__intro span {
	color: #625759;
	font-family: var(--pfh-font-display);
	font-size: 0.86rem;
	letter-spacing: 0.03em;
}

.pfh-footer-social__links {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.pfh-footer-social__links a {
	width: 3rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: var(--pfh-rule-hair) solid #efcfd4;
	border-radius: 50%;
	background: #fffafa;
	color: #eb7185;
	text-decoration: none;
	transition:
		transform var(--pfh-dur-short) var(--pfh-ease-out),
		background-color var(--pfh-dur-short) var(--pfh-ease-out),
		color var(--pfh-dur-short) var(--pfh-ease-out),
		box-shadow var(--pfh-dur-short) var(--pfh-ease-out);
}

.pfh-footer-social__links svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pfh-footer__bottom {
	border-block-start: var(--pfh-rule-hair) solid #efd5d9;
	background: rgb(255 255 255 / 0.38);
}

.pfh-footer__bottom-inner {
	width: min(100% - 3rem, 76rem);
	min-height: 6.4rem;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(2rem, 5vw, 4rem);
	color: #75696b;
}

.pfh-footer__bottom p {
	margin: 0;
	font-size: 0.76rem;
	letter-spacing: 0.13em;
}

.pfh-footer__bottom p + p {
	padding-inline-start: clamp(2rem, 5vw, 4rem);
	border-inline-start: var(--pfh-rule-hair) solid #ead0d4;
}

.pfh-footer__bottom span {
	margin-inline-end: 0.65rem;
	color: #ef8f9f;
	font-size: 1.1rem;
}

.pfh-footer-backtop {
	position: fixed;
	z-index: 90;
	inset-inline-end: clamp(0.75rem, 2vw, 1.8rem);
	inset-block-end: clamp(0.75rem, 2vw, 1.8rem);
	width: 4.25rem;
	min-height: 5.5rem;
	display: grid;
	place-items: center;
	gap: 0.25rem;
	padding: 0.55rem 0.35rem;
	border: var(--pfh-rule-hair) solid #f1d6da;
	border-radius: 1rem;
	background: rgb(255 248 248 / 0.94);
	color: #67595c;
	box-shadow: 0 0.75rem 2rem rgb(105 61 68 / 0.1);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.75rem);
	transition:
		opacity var(--pfh-dur-short) var(--pfh-ease-out),
		transform var(--pfh-dur-short) var(--pfh-ease-out);
	backdrop-filter: blur(0.5rem);
}

.pfh-footer-backtop.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.pfh-footer-backtop svg {
	width: 2.7rem;
	height: 2.7rem;
	padding: 0.7rem;
	border-radius: 50%;
	background: linear-gradient(145deg, #f39aaa, #e4677c);
	fill: none;
	stroke: #fff;
	stroke-width: 1.7;
}

.pfh-footer-backtop span {
	font-size: 0.57rem;
	white-space: nowrap;
}

.pfh-footer-reveal {
	opacity: 0;
	transform: translateY(1.25rem);
	transition:
		opacity 700ms var(--pfh-ease-out),
		transform 700ms var(--pfh-ease-out);
}

.pfh-footer-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pfh-footer a:focus-visible,
.pfh-footer-backtop:focus-visible {
	outline: 0.1875rem solid var(--pfh-color-focus);
	outline-offset: 0.2rem;
}

@media (hover: hover) and (pointer: fine) {
	.pfh-footer-menu a:hover {
		padding-inline-start: 1.65rem;
		color: #d85068;
	}

	.pfh-footer-menu a:hover::before {
		transform: translateX(0.25rem);
	}

	.pfh-footer-cta__button:hover {
		color: #fff;
		transform: translateY(-0.15rem);
		box-shadow: 0 0.9rem 1.6rem rgb(217 75 101 / 0.23);
	}

	.pfh-footer-social__links a:hover {
		background: #e96f84;
		color: #fff;
		transform: translateY(-0.18rem) rotate(-3deg);
		box-shadow: 0 0.65rem 1.2rem rgb(217 75 101 / 0.16);
	}

	.pfh-footer-backtop:hover {
		transform: translateY(-0.18rem);
	}
}

@keyframes pfh-petal-drift {
	from {
		transform: translate3d(0, 0, 0) rotate(20deg);
	}
	to {
		transform: translate3d(-0.8rem, 1rem, 0) rotate(48deg);
	}
}

@media (max-width: 74.99rem) {
	.pfh-footer__grid {
		grid-template-columns: minmax(19rem, 0.9fr) minmax(31rem, 1.5fr);
		gap: 3rem;
	}

	.pfh-footer__links {
		gap: 2rem;
	}

	.pfh-footer-cta {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.pfh-footer-cta__button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 59.99rem) {
	.pfh-footer__main {
		width: min(100% - 2.5rem, 48rem);
	}

	.pfh-footer__grid {
		grid-template-columns: 1fr;
		gap: 3.25rem;
	}

	.pfh-footer__brand {
		padding-inline-end: 0;
		padding-block-end: 3.25rem;
		border-inline-end: 0;
		border-block-end: var(--pfh-rule-hair) dashed #f0cfd4;
	}

	.pfh-footer__description {
		max-width: 42rem;
	}

	.pfh-footer__links {
		padding-block-end: 10.5rem;
	}

	.pfh-footer-postcard {
		width: 19rem;
		max-width: 55%;
	}
}

@media (max-width: 43.99rem) {
	.pfh-footer__main {
		width: min(100% - 2rem, 36rem);
		padding-block-start: 3.75rem;
	}

	.pfh-footer-brand span {
		font-size: clamp(2.7rem, 13vw, 4rem);
	}

	.pfh-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-block-end: 10rem;
	}

	.pfh-footer-nav:last-of-type {
		grid-column: 1 / -1;
	}

	.pfh-footer-postcard {
		max-width: none;
	}

	.pfh-footer-social {
		align-items: flex-start;
		flex-direction: column;
	}

	.pfh-footer-social__links {
		width: 100%;
	}

	.pfh-footer-social__links a {
		width: 3.25rem;
	}

	.pfh-footer__bottom-inner {
		width: min(100% - 2rem, 36rem);
		min-height: 8rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
		padding-block: 1.5rem;
	}

	.pfh-footer__bottom p + p {
		padding-inline-start: 0;
		border-inline-start: 0;
	}
}

@media (max-width: 31.99rem) {
	.pfh-footer-brand {
		gap: 0.6rem;
	}

	.pfh-footer-brand img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.pfh-footer__tagline {
		line-height: 1.7;
	}

	.pfh-footer__description {
		font-size: 0.91rem;
		line-height: 1.85;
	}

	.pfh-footer-cta {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.pfh-footer-cta__button {
		width: 100%;
	}

	.pfh-footer__links {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		padding-block-end: 10.5rem;
	}

	.pfh-footer-nav:last-of-type {
		grid-column: auto;
	}

	.pfh-footer-postcard {
		inset-inline-start: 0;
		inset-inline-end: auto;
		width: min(18.5rem, 100%);
	}

	.pfh-footer-social__intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
	}

	.pfh-footer-social__intro strong {
		padding-inline-end: 0;
		border-inline-end: 0;
	}

	.pfh-footer-backtop {
		width: 3.4rem;
		min-height: 3.4rem;
		border-radius: 50%;
	}

	.pfh-footer-backtop svg {
		width: 2.7rem;
		height: 2.7rem;
	}

	.pfh-footer-backtop span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pfh-petal {
		animation: none;
	}

	.pfh-footer-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.pfh-global-footer *,
	.pfh-global-footer *::before,
	.pfh-global-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: var(--pfh-dur-micro) !important;
	}
}
