.ppm-site-header,
.ppm-site-footer {
	--ppm-site-accent: #b30d0d;
	--ppm-site-accent-dark: #7c0a0a;
	--ppm-site-ink: #111827;
	--ppm-site-muted: #64748b;
	--ppm-site-border: #e2e8f0;
	--ppm-site-soft: #f6f8fb;
	--ppm-site-focus: rgba(179, 13, 13, 0.16);
	font-family: "Segoe UI", Tahoma, sans-serif;
	color: var(--ppm-site-ink);
}

.ppm-site-header *,
.ppm-site-footer * {
	box-sizing: border-box;
}

.ppm-site-header {
	position: relative;
	z-index: 1000;
	background: #8f1719;
	border-bottom: 1px solid #d7dde6;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.ppm-site-header__inner,
.ppm-site-footer__inner {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.ppm-site-header__bar {
	background: #4b1113;
	color: #f7e9e9;
	font-size: 0.82rem;
}

.ppm-site-header__bar .ppm-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 40px;
}

.ppm-site-header__signal {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #f8fafc;
	font-weight: 700;
}

.ppm-site-header__signal-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
}

.ppm-site-header__contact,
.ppm-site-footer__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin-left: auto;
}

.ppm-site-header__contact a,
.ppm-site-footer__contact a {
	color: inherit;
	text-decoration: none;
}

.ppm-site-header__contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	padding: 4px 9px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	transition: background-color 0.16s ease, border-color 0.16s ease;
}

.ppm-site-header__contact span {
	color: #a7b0c0;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ppm-site-header__contact strong {
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
}

.ppm-site-header__contact a:hover,
.ppm-site-header__contact a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	outline: none;
}

.ppm-site-header__main {
	position: relative;
	z-index: 20;
	background: linear-gradient(180deg, #9d1c1f 0%, #861417 100%);
	overflow: visible;
}

.ppm-site-header__inner--main {
	display: grid;
	grid-template-columns: minmax(330px, 0.92fr) minmax(360px, 1.24fr) minmax(250px, 0.72fr);
	gap: 34px;
	align-items: center;
	min-height: 142px;
	padding: 26px 0;
}

.ppm-site-header__brand-panel,
.ppm-site-header__actions {
	display: flex;
	align-items: center;
	min-width: 0;
}

.ppm-site-header__brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	max-width: 100%;
	color: #fff;
	text-decoration: none;
	min-width: 0;
}

.ppm-site-header__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 92px;
	flex: 0 0 300px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.ppm-site-header__logo-img {
	display: block;
	max-width: 300px;
	max-height: 92px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.ppm-site-header__brand-initial {
	color: #8f1719;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.72rem;
	font-weight: 800;
}

.ppm-site-header__brand-text {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ppm-site-header__brand-name,
.ppm-site-footer__logo span {
	color: #fff;
	font-size: 1.72rem;
	font-weight: 800;
	line-height: 1;
}

.ppm-site-header__brand-name--with-logo {
	font-size: 1.24rem;
}

.ppm-site-header__tagline {
	color: #ffe8e8;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ppm-site-header__drawer {
	position: relative;
	z-index: 5;
	border-top: 1px solid #d8dde5;
	background: #fff;
}

.ppm-site-header__inner--nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 54px;
}

.ppm-site-header__home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 6px;
	background: #8f1719;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.ppm-site-header__home-link:hover,
.ppm-site-header__home-link:focus-visible {
	background: #641012;
	color: #fff;
	outline: none;
}

.ppm-site-header__nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
	overflow-x: auto;
	scrollbar-width: thin;
}

.ppm-site-header__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 6px;
	color: #273244;
	font-size: 0.88rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.ppm-site-header__nav a:hover,
.ppm-site-header__nav a:focus-visible,
.ppm-site-header__nav a.is-active {
	background: #fff1f2;
	color: var(--ppm-site-accent-dark);
	box-shadow: inset 0 0 0 1px rgba(179, 13, 13, 0.12);
	outline: none;
}

.ppm-site-header__finder {
	position: relative;
	z-index: 80;
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 14px 28px rgba(53, 6, 8, 0.14);
}

.ppm-site-header__finder .ppm-category-finder {
	max-width: none;
}

.ppm-site-header__finder .ppm-category-finder__label {
	color: #fff;
	margin: 0 0 0.38rem;
	font-size: 0.7rem;
	letter-spacing: 0.11em;
}

.ppm-site-header__finder .ppm-category-finder__field-wrap {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.ppm-site-header__finder .ppm-category-finder__input {
	height: 3.25rem;
	border-color: #fff;
	border-radius: 8px;
	font-size: 0.98rem;
	font-weight: 600;
}

.ppm-site-header__finder .ppm-category-finder__input:focus {
	border-color: var(--ppm-site-accent);
	box-shadow: 0 0 0 4px var(--ppm-site-focus);
}

.ppm-site-header__finder .ppm-category-finder__toggle {
	top: 0.38rem;
	right: 0.38rem;
	width: 2.38rem;
	height: 2.38rem;
	border-radius: 7px;
	background: var(--ppm-site-accent);
}

.ppm-site-header__finder .ppm-category-finder__toggle:hover,
.ppm-site-header__finder .ppm-category-finder__toggle:focus-visible {
	background: var(--ppm-site-accent-dark);
	outline: none;
}

.ppm-site-header__finder .ppm-category-finder__panel {
	z-index: 2000;
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}

.ppm-site-header__quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 21px;
	border-radius: 8px;
	background: #fff;
	color: #8f1719;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 12px 24px rgba(53, 6, 8, 0.22);
	transition: transform 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.ppm-site-header__quote::after {
	content: ">";
	font-size: 0.9rem;
	font-weight: 800;
	transform: translateY(-1px);
}

.ppm-site-header__quote:hover,
.ppm-site-header__quote:focus-visible {
	background: #f8e8e8;
	color: #641012;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 15px 28px rgba(124, 10, 10, 0.26);
}

.ppm-site-header__actions {
	align-items: flex-end;
	flex-direction: column;
	gap: 12px;
}

.ppm-site-header__account {
	position: relative;
	z-index: 40;
	width: 188px;
	max-width: 100%;
}

.ppm-site-header__account summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 34px;
	padding: 0 12px;
	background: #fff;
	color: #b30d0d;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1;
	list-style: none;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(53, 6, 8, 0.14);
}

.ppm-site-header__account summary::-webkit-details-marker {
	display: none;
}

.ppm-site-header__account summary::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #1f2937;
	border-bottom: 2px solid #1f2937;
	transform: translateY(-2px) rotate(45deg);
}

.ppm-site-header__account[open] summary::after {
	transform: translateY(2px) rotate(225deg);
}

.ppm-site-header__account-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	display: grid;
	width: 174px;
	padding: 8px 10px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.24);
	transform: translateX(-50%);
}

.ppm-site-header__account-menu a {
	display: block;
	padding: 6px 4px;
	color: #000;
	font-size: 1.05rem;
	line-height: 1.18;
	text-align: center;
	text-decoration: none;
}

.ppm-site-header__account-menu a:hover,
.ppm-site-header__account-menu a:focus-visible {
	background: #f9e8e8;
	color: #8f1719;
	outline: none;
}

.ppm-site-header__account summary:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
	outline: none;
}

.ppm-site-header__account-separator {
	display: block;
	height: 1px;
	margin: 6px 0;
	background: #d8d8d8;
}

.ppm-site-header .ppm-site-header__menu-button {
	display: none !important;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--ppm-site-border);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.ppm-site-header__menu-button:hover,
.ppm-site-header__menu-button:focus-visible {
	border-color: rgba(179, 13, 13, 0.45);
	box-shadow: 0 0 0 4px var(--ppm-site-focus);
	outline: none;
}

.ppm-site-header__menu-button span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--ppm-site-ink);
	transition: transform 0.16s ease, opacity 0.16s ease;
}

.ppm-site-header.is-menu-open .ppm-site-header__menu-button span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.ppm-site-header.is-menu-open .ppm-site-header__menu-button span:nth-child(2) {
	opacity: 0;
}

.ppm-site-header.is-menu-open .ppm-site-header__menu-button span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.ppm-homepage {
	--ppm-accent: #b30d0d;
	--ppm-accent-dark: #7c0a0a;
	--ppm-surface: #ffffff;
	--ppm-muted: #5b6472;
	--ppm-border: #e7e7ea;
	--ppm-shadow: 0 16px 40px rgba(28, 31, 35, 0.08);
	max-width: 1240px;
	margin: 0 auto;
	padding: 32px 24px 72px;
	color: #1d2430;
	font-family: "Segoe UI", Tahoma, sans-serif;
}

.ppm-home-section {
	margin: 0 0 56px;
}

.ppm-home-section h1,
.ppm-home-section h2,
.ppm-home-section h3 {
	margin: 0 0 14px;
	line-height: 1.15;
	color: var(--ppm-accent-dark);
}

.ppm-home-section__head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 24px;
	margin-bottom: 22px;
}

.ppm-home-section__head--center {
	text-align: center;
	display: block;
}

.ppm-home-section__head p,
.ppm-home-richtext,
.ppm-home-section p {
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--ppm-muted);
}

.ppm-home-eyebrow {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ppm-accent);
	margin-bottom: 8px;
}

.ppm-home-hero__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.85fr);
	gap: 36px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #d6d7db;
}

.ppm-home-hero__copy h1 {
	font-size: clamp(2.2rem, 4vw, 3.25rem);
}

.ppm-home-hero__copy h2 {
	font-size: 1.55rem;
	margin-top: 20px;
}

.ppm-home-hero__media img,
.ppm-home-contact__intro-image img,
.ppm-home-process__icon img {
	width: 100%;
	height: auto;
	border-radius: 24px;
	box-shadow: var(--ppm-shadow);
	object-fit: cover;
}

.ppm-home-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 28px;
}

.ppm-home-card-grid__item {
	text-decoration: none;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #f4f5f7;
	box-shadow: var(--ppm-shadow);
	aspect-ratio: 2 / 3;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 20px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ppm-home-card-grid__image {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(34, 34, 34, 0.05), rgba(34, 34, 34, 0.28));
	overflow: hidden;
}

.ppm-home-card-grid__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform 0.45s ease, filter 0.45s ease;
}

.ppm-home-card-grid__title {
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 170px;
	padding: 14px 24px;
	border-radius: 14px;
	background: var(--ppm-accent);
	color: #fff;
	font-size: 1.45rem;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(124, 10, 10, 0.28);
	transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ppm-home-card-grid__item:hover,
.ppm-home-card-grid__item:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(28, 31, 35, 0.14);
}

.ppm-home-card-grid__item:hover .ppm-home-card-grid__image img,
.ppm-home-card-grid__item:focus-visible .ppm-home-card-grid__image img {
	transform: scale(1.08);
	filter: saturate(1.05) contrast(1.02);
}

.ppm-home-card-grid__item:hover .ppm-home-card-grid__title,
.ppm-home-card-grid__item:focus-visible .ppm-home-card-grid__title {
	background: var(--ppm-accent-dark);
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(124, 10, 10, 0.34);
}

.ppm-home-service-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px;
}

.ppm-home-service-links__item,
.ppm-home-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	border-radius: 14px;
	background: var(--ppm-accent);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 10px 22px rgba(124, 10, 10, 0.24);
}

.ppm-home-slider {
	overflow: hidden;
}

.ppm-home-slider__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 280px);
	gap: 20px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	padding-bottom: 8px;
}

.ppm-home-slider__track::-webkit-scrollbar {
	display: none;
}

.ppm-home-slider__controls {
	display: flex;
	gap: 10px;
}

.ppm-home-slider__btn {
	width: 44px;
	height: 44px;
	border: 1px solid var(--ppm-border);
	border-radius: 999px;
	background: #fff;
	font-size: 1.3rem;
	cursor: pointer;
}

.ppm-home-product-card {
	scroll-snap-align: start;
	display: grid;
	gap: 14px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--ppm-border);
	border-radius: 20px;
	padding: 18px;
	box-shadow: var(--ppm-shadow);
}

.ppm-home-product-card__image img,
.ppm-home-product-card__placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 16px;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ppm-home-product-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #172030;
}

.ppm-home-product-card__price {
	color: var(--ppm-accent);
	font-weight: 700;
}

.ppm-home-reviews__summary {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 18px;
	align-items: center;
	margin-bottom: 22px;
}

.ppm-home-reviews__score {
	text-align: center;
	color: var(--ppm-accent);
}

.ppm-home-reviews__score strong {
	display: block;
	font-size: 2rem;
}

.ppm-home-review-link {
	text-decoration: none;
	color: var(--ppm-accent);
	font-weight: 600;
}

.ppm-home-review-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.ppm-home-review-card {
	padding: 22px;
	border: 1px solid var(--ppm-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--ppm-shadow);
}

.ppm-home-review-card__stars {
	margin: 0 0 8px;
	color: var(--ppm-accent);
	letter-spacing: 0.08em;
	font-size: 1.05rem;
}

.ppm-home-review-card__meta {
	margin: 0 0 12px;
	font-size: 0.95rem;
	color: #7b8190;
}

.ppm-home-process__wrap,
.ppm-home-contact__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
	gap: 28px;
	align-items: start;
}

.ppm-home-process__list {
	margin: 28px 0 0;
	padding-left: 24px;
	line-height: 1.8;
	color: #243041;
}

.ppm-home-process__list li + li {
	margin-top: 14px;
}

.ppm-home-contact__form-wrap {
	margin-top: 28px;
	padding: 28px;
	border: 4px solid var(--ppm-accent-dark);
	border-radius: 22px;
	background: #fff;
	box-shadow: var(--ppm-shadow);
}

.ppm-home-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

.ppm-home-form label {
	display: grid;
	gap: 8px;
	font-weight: 700;
	color: #243041;
}

.ppm-home-form input,
.ppm-home-form textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 10px;
	font: inherit;
}

.ppm-home-form__full,
.ppm-home-form__actions {
	grid-column: 1 / -1;
}

.ppm-home-form__actions {
	display: flex;
	justify-content: center;
	margin-top: 6px;
}

.ppm-home-form-message {
	padding: 12px 14px;
	border-radius: 12px;
	margin: 0 0 18px;
	font-weight: 600;
}

.ppm-home-form-message--success {
	background: #ecfdf3;
	color: #166534;
}

.ppm-home-form-message--error {
	background: #fef2f2;
	color: #991b1b;
}

.ppm-home-logo-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 18px;
	align-items: center;
}

.ppm-home-logo-strip__item {
	min-height: 92px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ppm-border);
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
	color: #525866;
	box-shadow: var(--ppm-shadow);
	font-weight: 700;
}

.ppm-home-logo-strip__item img {
	max-width: 100%;
	height: auto;
}

.ppm-site-footer {
	background: #20242b;
	color: #f8fafc;
}

.ppm-site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.6fr);
	gap: 48px;
	padding: 48px 0 36px;
}

.ppm-site-footer__logo {
	display: inline-flex;
	margin-bottom: 18px;
	color: #fff;
	text-decoration: none;
}

.ppm-site-footer__logo-img {
	display: block;
	max-width: 190px;
	max-height: 78px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.ppm-site-footer__intro {
	max-width: 430px;
	color: #d7dde6;
	line-height: 1.75;
}

.ppm-site-footer__intro p {
	margin: 0 0 16px;
}

.ppm-site-footer__contact {
	color: #fff;
}

.ppm-site-footer__columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 28px;
}

.ppm-site-footer__column h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ppm-site-footer__column a {
	display: block;
	width: fit-content;
	margin-bottom: 10px;
	color: #d7dde6;
	text-decoration: none;
}

.ppm-site-footer__column a:hover,
.ppm-site-footer__column a:focus-visible {
	color: #fff;
	text-decoration: underline;
	outline: none;
}

.ppm-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ppm-site-footer__bottom p {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
	padding: 18px 0;
	color: #cbd5e1;
	font-size: 0.92rem;
}

@media (max-width: 1080px) {
	.ppm-site-header__inner--main {
		grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1.12fr) minmax(210px, 0.7fr);
		gap: 20px;
		min-height: 120px;
	}

	.ppm-site-header__brand-mark {
		width: 248px;
		height: 76px;
		flex-basis: 248px;
	}

	.ppm-site-header__logo-img {
		max-width: 248px;
		max-height: 76px;
	}

	.ppm-site-header__quote {
		padding-inline: 16px;
	}
}

@media (max-width: 820px) {
	.ppm-site-header__inner,
	.ppm-site-footer__inner,
	.ppm-site-footer__bottom p {
		width: min(100% - 32px, 1240px);
	}

	.ppm-site-header__bar .ppm-site-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 10px 0;
	}

	.ppm-site-header__contact {
		width: 100%;
		margin-left: 0;
	}

	.ppm-site-header__contact a {
		flex: 1 1 150px;
	}

	.ppm-site-header__inner--main {
		grid-template-columns: 1fr auto;
		gap: 14px;
		min-height: 0;
		padding: 14px 0;
	}

	.ppm-site-header__brand-panel {
		grid-column: 1;
	}

	.ppm-site-header__brand-mark {
		width: 190px;
		height: 58px;
		flex-basis: 190px;
	}

	.ppm-site-header__logo-img {
		max-width: 190px;
		max-height: 58px;
	}

	.ppm-site-header__brand-name {
		font-size: 1.35rem;
	}

	.ppm-site-header__brand-name--with-logo {
		font-size: 1.05rem;
	}

	.ppm-site-header__tagline {
		white-space: normal;
	}

	.ppm-site-header__actions {
		grid-column: 2;
		grid-row: 1;
		justify-content: flex-end;
	}

	.ppm-site-header__account {
		display: none;
	}

	.ppm-site-header__menu-button {
		display: block !important;
	}

	.ppm-site-header__quote {
		display: none;
	}

	.ppm-site-header__finder {
		grid-column: 1 / -1;
		padding: 8px;
	}

	.ppm-site-header__drawer {
		display: none;
		border-top: 1px solid #e6ebf2;
		background: #fff;
	}

	.ppm-site-header__drawer.is-open {
		display: block;
	}

	.ppm-site-header__inner--nav {
		min-height: 0;
		padding: 10px 0 14px;
	}

	.ppm-site-header__nav {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 5px;
		width: 100%;
		overflow: visible;
	}

	.ppm-site-header__nav a {
		min-height: 42px;
		padding: 0 12px;
		border-radius: 6px;
		background: #f8fafc;
	}

	.ppm-site-header__home-link {
		justify-content: flex-start;
		min-height: 42px;
		width: 100%;
		padding: 0 12px;
	}

	.ppm-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ppm-homepage {
		padding-inline: 16px;
	}

	.ppm-home-hero__wrap,
	.ppm-home-process__wrap,
	.ppm-home-contact__intro,
	.ppm-home-reviews__summary,
	.ppm-home-section__head {
		grid-template-columns: 1fr;
		display: grid;
	}

	.ppm-home-form {
		grid-template-columns: 1fr;
	}

	.ppm-home-slider__track {
		grid-auto-columns: minmax(78vw, 78vw);
	}
	}
