.phx-stationery-ready {
	--phx-blue: #1f5f8b;
	--phx-blue-dark: #14324a;
	--phx-yellow: #f2c14e;
	--phx-coral: #f26d5b;
	--phx-green: #4b9f72;
	--phx-ink: #172233;
	--phx-muted: #647184;
	--phx-line: #dbe4ec;
	--phx-soft: #f6f9fc;
	background: linear-gradient(180deg, rgba(246, 249, 252, 0.95), #fff 520px);
	color: var(--phx-ink);
}

.phx-stationery-shell,
.phx-stationery-home,
.phx-page,
.phx-single-assurance {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 32px));
}

.phx-stationery-topbar {
	background: var(--phx-blue-dark);
	color: #fff;
	font-size: 14px;
}

.phx-stationery-topbar .phx-stationery-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.phx-stationery-topbar a {
	color: var(--phx-yellow);
	font-weight: 900;
	text-decoration: none;
}

.phx-stationery-ready .site-header,
.phx-stationery-ready .ast-primary-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--phx-line);
	box-shadow: 0 10px 28px rgba(20, 50, 74, 0.08);
}

.phx-stationery-ready .main-header-menu .menu-link,
.phx-stationery-ready .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--phx-ink);
	font-weight: 760;
}

.phx-stationery-ready .main-header-menu .menu-link:hover,
.phx-stationery-ready .site-title a {
	color: var(--phx-blue);
}

.phx-cart-count {
	align-items: center;
	background: var(--phx-coral);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	margin-left: 6px;
	min-width: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.phx-stationery-hero {
	background:
		linear-gradient(90deg, rgba(20, 50, 74, 0.94) 0%, rgba(31, 95, 139, 0.84) 44%, rgba(242, 193, 78, 0.18) 100%),
		url("stationery-office.png") center / cover;
	border-radius: 8px;
	box-shadow: 0 22px 58px rgba(20, 50, 74, 0.18);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 320px;
	margin-top: 22px;
	min-height: 440px;
	overflow: hidden;
	padding: clamp(30px, 5vw, 68px);
	position: relative;
}

.phx-stationery-hero::after {
	background:
		linear-gradient(90deg, transparent, rgba(242, 193, 78, 0.14), transparent),
		radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.24), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.phx-stationery-hero > * {
	position: relative;
	z-index: 1;
}

.phx-hero-copy {
	align-self: center;
	max-width: 720px;
}

.phx-hero-copy span,
.phx-page-hero span,
.phx-supply-card span,
.phx-supply-hero span {
	color: var(--phx-yellow);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.phx-hero-copy h1,
.phx-page-hero h1,
.phx-supply-hero h1 {
	color: inherit;
	font-size: clamp(40px, 6vw, 68px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-hero-copy p,
.phx-page-hero p,
.phx-supply-hero p {
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 690px;
}

.phx-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.phx-button,
.phx-stationery-ready .button,
.phx-stationery-ready button.button,
.phx-stationery-ready .added_to_cart,
.phx-stationery-ready .single_add_to_cart_button {
	align-items: center;
	background: var(--phx-blue);
	border: 0;
	border-radius: 6px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none !important;
}

.phx-button--light {
	background: #fff;
	color: var(--phx-blue-dark) !important;
}

.phx-stationery-card {
	align-self: end;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(219, 228, 236, 0.9);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(20, 50, 74, 0.22);
	color: var(--phx-ink);
	padding: 22px;
}

.phx-stationery-card small,
.phx-stationery-card strong,
.phx-stationery-card span {
	display: block;
}

.phx-stationery-card small {
	color: var(--phx-coral);
	font-weight: 900;
	text-transform: uppercase;
}

.phx-stationery-card strong {
	color: var(--phx-blue-dark);
	font-size: 25px;
	line-height: 1.08;
	margin: 8px 0;
}

.phx-stationery-card span {
	color: var(--phx-muted);
	line-height: 1.55;
}

.phx-supply-duo {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 26px 0 34px;
}

.phx-supply-card,
.phx-trust-grid article,
.phx-contact-card,
.phx-contact-form,
.phx-policy-card,
.phx-single-assurance > div {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(20, 50, 74, 0.07);
}

.phx-supply-card {
	overflow: hidden;
	transform: translateY(10px);
	transition: box-shadow 180ms ease, transform 260ms ease;
}

.phx-supply-card.is-visible,
.phx-trust-grid article.is-visible {
	transform: translateY(0);
}

.phx-supply-card:hover {
	box-shadow: 0 18px 42px rgba(20, 50, 74, 0.13);
	transform: translateY(-2px);
}

.phx-supply-card img {
	aspect-ratio: 1.55 / 1;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.phx-supply-card div {
	padding: 22px;
}

.phx-supply-card h2 {
	color: var(--phx-blue-dark);
	font-size: 30px;
	line-height: 1.08;
	margin: 0 0 12px;
}

.phx-supply-card p {
	color: var(--phx-muted);
	line-height: 1.62;
	margin: 0 0 18px;
}

.phx-supply-card--office {
	border-top: 5px solid var(--phx-blue);
}

.phx-supply-card--school {
	border-top: 5px solid var(--phx-coral);
}

.phx-trust-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0 40px;
}

.phx-trust-grid article {
	padding: 20px;
	transform: translateY(10px);
	transition: transform 260ms ease;
}

.phx-trust-grid strong,
.phx-trust-grid span {
	display: block;
}

.phx-trust-grid strong {
	color: var(--phx-blue-dark);
	font-size: 17px;
}

.phx-trust-grid span {
	color: var(--phx-muted);
	line-height: 1.48;
	margin-top: 7px;
}

.phx-page-hero {
	background: linear-gradient(135deg, var(--phx-blue-dark), var(--phx-blue));
	border-radius: 8px;
	color: #fff;
	margin: 24px 0;
	padding: clamp(30px, 5vw, 62px);
}

.phx-supply-hero {
	align-items: stretch;
	background: var(--phx-blue-dark);
	border-radius: 8px;
	color: #fff;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 24px 0 34px;
	overflow: hidden;
}

.phx-supply-hero img {
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

.phx-supply-hero div {
	align-self: center;
	padding: clamp(28px, 5vw, 62px);
}

.phx-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
	margin: 28px 0;
}

.phx-contact-card,
.phx-contact-form,
.phx-policy-card {
	padding: 24px;
}

.phx-contact-card strong,
.phx-contact-card a,
.phx-contact-card span {
	display: block;
}

.phx-contact-card strong {
	color: var(--phx-blue-dark);
	font-size: 22px;
	margin-bottom: 10px;
}

.phx-contact-card a {
	color: var(--phx-blue);
	font-weight: 900;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.phx-contact-card span,
.phx-policy-note {
	color: var(--phx-muted);
	line-height: 1.6;
}

.phx-contact-form label {
	display: block;
	font-weight: 800;
	margin-top: 14px;
}

.phx-contact-form input,
.phx-contact-form textarea,
.phx-shop-filter input,
.phx-shop-filter select {
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	box-sizing: border-box;
	font: inherit;
	margin-top: 6px;
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.phx-contact-form textarea {
	min-height: 130px;
}

.phx-contact-notice {
	background: #fff8df;
	border: 1px solid #f5dea0;
	border-radius: 6px;
	color: var(--phx-blue-dark);
	font-weight: 800;
	padding: 12px 14px;
}

.phx-tick-list {
	display: grid;
	gap: 10px;
}

.phx-tick-list span {
	font-weight: 760;
	line-height: 1.45;
}

.phx-stationery-shop-banner {
	background: linear-gradient(135deg, var(--phx-blue-dark), var(--phx-blue));
	color: #fff;
	margin: 0 0 24px;
	padding: 36px 0;
}

.phx-stationery-shop-banner p {
	color: var(--phx-yellow);
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.phx-stationery-shop-banner h1 {
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.08;
	margin: 0;
	max-width: 920px;
}

.phx-stationery-shop-banner div div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.phx-stationery-shop-banner span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	padding: 7px 12px;
}

.phx-shop-filter {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 1.3fr) repeat(4, minmax(120px, 0.7fr)) auto;
	margin: 0 0 24px;
	padding: 16px;
}

.phx-shop-filter label {
	font-weight: 800;
}

.phx-shop-filter__actions {
	align-items: end;
	display: flex;
	gap: 8px;
}

.phx-shop-filter button,
.phx-shop-filter a {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
}

.phx-shop-filter button {
	background: var(--phx-blue);
	border: 0;
	color: #fff;
	cursor: pointer;
}

.phx-shop-filter a {
	background: var(--phx-soft);
	color: var(--phx-blue-dark);
}

.phx-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
}

.phx-product-badges span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 999px;
	color: var(--phx-blue-dark);
	font-size: 12px;
	font-weight: 900;
	padding: 7px 10px;
}

.phx-single-assurance {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 26px auto;
}

.phx-single-assurance > div {
	padding: 20px;
}

.phx-single-assurance strong {
	color: var(--phx-blue-dark);
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.phx-single-assurance p {
	color: var(--phx-muted);
	line-height: 1.55;
	margin: 0;
}

.phx-stationery-footer {
	background: var(--phx-blue-dark);
	color: #fff;
	margin-top: 46px;
	padding: 34px 0;
}

.phx-stationery-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.2fr) minmax(170px, 0.9fr) minmax(170px, 0.9fr) minmax(240px, 1fr);
}

.phx-stationery-footer strong {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.phx-stationery-footer p,
.phx-stationery-footer small {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.55;
	margin: 0;
}

.phx-stationery-footer nav,
.phx-footer-support {
	display: grid;
	gap: 8px;
}

.phx-stationery-footer nav span,
.phx-footer-support span {
	color: var(--phx-yellow);
	font-weight: 900;
	margin-bottom: 4px;
}

.phx-stationery-footer a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 920px) {
	.phx-stationery-hero,
	.phx-supply-hero,
	.phx-contact-grid,
	.phx-stationery-footer__grid {
		grid-template-columns: 1fr;
	}

	.phx-trust-grid,
	.phx-single-assurance,
	.phx-shop-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-shop-filter__search,
	.phx-shop-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.phx-stationery-shell,
	.phx-stationery-home,
	.phx-page,
	.phx-single-assurance {
		width: min(100% - 24px, 1180px);
	}

	.phx-stationery-topbar .phx-stationery-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 0;
	}

	.phx-stationery-hero,
	.phx-page-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
		padding: 34px 22px;
	}

	.phx-hero-copy h1,
	.phx-page-hero h1,
	.phx-supply-hero h1 {
		font-size: 38px;
	}

	.phx-supply-duo,
	.phx-trust-grid,
	.phx-single-assurance,
	.phx-shop-filter,
	.phx-stationery-ready.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}
