/* Fellowes Jul-Dec 2026 Promotion landing page — campaign page look,
   distinct from the rest of the site, matching Fellowes' black/yellow branding. */

.woa-top-bar-wrap,
.header-widget-region,
#masthead,
.storefront-breadcrumb,
#colophon {
	display: none !important;
}

/* Storefront wraps page content in .col-full with its own side padding, and the
   child theme's style.css has a higher-specificity ".site-content .col-full"
   !important rule pinning it to max-width:100% + 5% side padding — match that
   specificity and !important to actually win, so our sections bleed full width. */
.site-content .col-full {
	max-width: none !important;
	padding: 0 !important;
}

.shr-lp-fw {
	--shr-navy: #111111;
	--shr-burgundy: #cc5500;
	--shr-cream: #faf8f3;
	--shr-wa-green: #25d366;
	--shr-wa-green-dark: #1ebe5b;
	--shr-ink: #1c1c1c;
	--shr-font-head: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
	--shr-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

	font-family: var(--shr-font-body);
	color: var(--shr-ink);
	background: var(--shr-cream);
}

.shr-lp-fw h1,
.shr-lp-fw h2,
.shr-lp-fw h3 {
	font-family: var(--shr-font-head);
	color: var(--shr-navy);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 0.5em;
}

.shr-lp-fw h2 {
	font-size: clamp(1.75rem, 3.4vw, 2.25rem);
}

.shr-lp-fw p {
	line-height: 1.6;
}

.shr-lp-wrap {
	width: 100%;
}

/* Top utility bar */
.shr-lp-topbar {
	background: var(--shr-navy);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.85rem;
}

.shr-lp-topbar__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.6rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.shr-lp-topbar__status {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
}

.shr-lp-topbar__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--shr-burgundy);
	box-shadow: 0 0 0 3px rgba(204, 85, 0, 0.25);
}

.shr-lp-topbar__delivery {
	opacity: 0.82;
}

/* Header */
.shr-lp-header {
	background: rgba(250, 248, 243, 0.92);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.shr-lp-header__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.shr-lp-header__brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.shr-lp-header__icon {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	flex: none;
}

.shr-lp-header__icon img {
	height: 44px;
	width: auto;
	max-width: none;
	display: block;
}

.shr-lp-header__wordmark {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.shr-lp-header__wordmark strong {
	font-family: var(--shr-font-head);
	font-size: 1.125rem;
	font-weight: 800;
	color: var(--shr-navy);
	letter-spacing: -0.01em;
}

.shr-lp-header__tld {
	font-size: 0.6875rem;
	font-weight: 600;
	color: var(--shr-burgundy);
	letter-spacing: 0.04em;
}

.shr-lp-header__actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.shr-lp-btn.shr-lp-btn--header {
	padding: 0 1em;
	height: 38px;
	font-size: 0.8125rem;
	font-weight: 700;
}

/* Buttons */
.shr-lp-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.85em 1.6em;
	border-radius: 999px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}

.shr-lp-btn:hover {
	transform: translateY(-2px);
}

.shr-lp-btn--wa {
	background: var(--shr-wa-green);
	color: #fff;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

.shr-lp-btn--wa:hover {
	background: var(--shr-wa-green-dark);
}

.shr-lp-btn--dark {
	background: var(--shr-navy);
	color: #fff;
}

.shr-lp-btn--white {
	background: #fff;
	color: var(--shr-navy);
}

.shr-lp-btn--outline {
	background: transparent;
	color: var(--shr-navy);
	border: 1.5px solid var(--shr-navy);
}

.shr-lp-btn--block {
	width: 100%;
	justify-content: center;
	border-radius: 8px;
	margin-top: auto;
}

.shr-lp-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 1.5rem 0;
}

.shr-lp-cta-row--center {
	justify-content: center;
}

/* Hero */
.shr-lp-hero {
	padding: 3rem 1.5rem 2.5rem;
}

.shr-lp-hero__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2.5rem;
	align-items: center;
}

.shr-lp-eyebrow {
	display: inline-block;
	background: #fff1e2;
	color: var(--shr-burgundy);
	font-weight: 700;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	padding: 0.45em 1.05em;
	border-radius: 999px;
	margin-bottom: 1rem;
}

.shr-lp-hero__title {
	font-size: clamp(2.4rem, 5.8vw, 3.5rem);
	line-height: 1.02;
}

.shr-lp-accent {
	color: var(--shr-burgundy);
}

.shr-lp-hero__body {
	font-size: 1.1875rem;
	line-height: 1.55;
	color: #5c5349;
	max-width: 30em;
}

.shr-lp-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem 1.6rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #3a332b;
}

.shr-lp-trust-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
}

.shr-lp-check {
	color: var(--shr-burgundy);
	font-weight: 700;
	font-size: 1.05em;
}

.shr-lp-hero__visual {
	position: relative;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shr-lp-hero__badge {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.1);
	padding: 1.5rem 2rem;
	border-radius: 14px;
	box-shadow: 0 12px 24px rgba(17, 17, 17, 0.12);
	text-align: center;
}

.shr-lp-hero__badge-num {
	font-family: var(--shr-font-head);
	font-size: 2rem;
	font-weight: 800;
	color: var(--shr-burgundy);
}

.shr-lp-hero__badge-label {
	font-size: 0.85rem;
	color: #6f665c;
	margin-top: 0.3em;
}

.shr-lp-hero__badge-period {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--shr-burgundy);
	margin-top: 0.6em;
	padding-top: 0.6em;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

/* Products */
.shr-lp-products {
	max-width: 1280px;
	margin: 0 auto;
	padding: 3.5rem 1.5rem;
}

.shr-lp-products__head {
	text-align: center;
	max-width: 42em;
	margin: 0 auto 2.5rem;
}

.shr-lp-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.75rem;
}

.shr-lp-card {
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 26px -18px rgba(17, 17, 17, 0.5);
	display: flex;
	flex-direction: column;
}

.shr-lp-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	min-height: 0;
	overflow: hidden;
	background: var(--shr-cream);
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	padding: 1.5rem;
}

.shr-lp-card__image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	object-fit: contain;
}

.shr-lp-card__body {
	padding: 1.25rem 1.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	flex: 1;
}

.shr-lp-card__body h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

.shr-lp-card__body h3 a {
	color: var(--shr-navy);
	text-decoration: none;
}

.shr-lp-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem;
}

.shr-lp-chip {
	font-size: 0.75rem;
	font-weight: 600;
	background: #f3f3f3;
	color: var(--shr-navy);
	padding: 0.27em 0.6em;
	border-radius: 6px;
}

.shr-lp-card__run {
	font-size: 0.85rem;
	line-height: 1.45;
	color: #6f665c;
	margin: 0;
	font-weight: 600;
}

.shr-lp-card__price {
	font-family: var(--shr-font-head);
	font-size: 1.375rem;
	font-weight: 800;
	color: var(--shr-burgundy);
}

/* CTA band */
.shr-lp-cta-band {
	background: linear-gradient(135deg, var(--shr-navy), #2b2b2b);
	color: #fff;
	padding: 3rem 1.5rem;
}

.shr-lp-cta-band__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}

.shr-lp-cta-band h2 {
	color: #fff;
	font-size: clamp(1.625rem, 3vw, 2rem);
}

.shr-lp-cta-band p {
	opacity: 0.9;
	margin: 0;
	max-width: 32em;
}

.shr-lp-cta-band__inner--center {
	flex-direction: column;
	text-align: center;
}

/* FAQ */
.shr-lp-faq {
	padding: 3.5rem 1.5rem;
	background: #f3ede3;
}

.shr-lp-faq__inner {
	max-width: 800px;
	margin: 0 auto;
}

.shr-lp-faq__inner h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.shr-lp-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.shr-lp-faq__item {
	background: #fff;
	border: 1px solid #e7decf;
	border-radius: 14px;
	padding: 1.375rem 1.5rem;
}

.shr-lp-faq__item summary {
	font-size: 1.1875rem;
	font-weight: 700;
	cursor: pointer;
	font-family: var(--shr-font-head);
	color: var(--shr-navy);
}

.shr-lp-faq__body {
	margin-top: 0.6rem;
}

.shr-lp-faq__body p {
	margin: 0;
	font-size: 0.97rem;
	line-height: 1.6;
	color: #534b41;
}

/* Footer note */
.shr-lp-footnote {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem;
	font-size: 0.85rem;
	color: #5b5470;
}

.shr-lp-footnote a {
	color: var(--shr-burgundy);
	font-weight: 600;
	text-decoration: none;
}

/* Sticky CTA */
.shr-lp-sticky {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	gap: 0.6rem;
	z-index: 9999;
}

.shr-lp-btn--sticky {
	padding: 0.8em 1.1em;
	height: 52px;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
	.shr-lp-hero__inner {
		grid-template-columns: 1fr;
	}

	.shr-lp-products__grid {
		grid-template-columns: 1fr;
	}

	.shr-lp-cta-band__inner {
		flex-direction: column;
		text-align: center;
	}

	.shr-lp-footnote {
		flex-direction: column;
		text-align: center;
		padding-bottom: 5.5rem;
	}

	.shr-lp-sticky {
		right: 0.6rem;
		bottom: 0.6rem;
	}

	.shr-lp-btn--sticky span[aria-hidden] {
		margin-right: 0;
	}

	.shr-lp-topbar__delivery {
		display: none;
	}

	.shr-lp-header__brand img {
		height: 36px;
	}

	.shr-lp-header__actions .shr-lp-btn--outline {
		display: none;
	}
}
