/*
Theme: PSF Flatsome Child
File: assets/css/homepage-2026.css
Page: Homepage 2026 (page ID 388575)
*/

/* =========================================================
   00 — HOMEPAGE TOKENS + PAGE RESET
   ========================================================= */

.psf-homepage-2026 {
	--psf-home-green: #254d18;
	--psf-home-green-bright: #5a8f36;
	--psf-home-green-hover: #6aa63f;
	--psf-home-green-hover-dark: #31651f;
	--psf-home-green-soft: #edf3e9;
	--psf-home-green-rgb: 37, 77, 24;
	--psf-home-green-bright-rgb: 90, 143, 54;
	--psf-hero-image: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/heropremium.png");
	--psf-hero-text-image: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/hero-text-1-transparent-cropped.png");
	--psf-cat-handguns: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/pistols1.jpg");
	--psf-cat-rifles: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/rifletake3.jpg");
	--psf-cat-shotguns: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/shotgun.jpg");
	--psf-cat-magazines: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/magazine.jpg");
	--psf-cat-suppressors: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/suppressors.jpg");
	--psf-cat-ammunition: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/ammo.jpg");
	--psf-cat-optics: url("https://pugetsoundfirearms.com/wp-content/uploads/2026/07/optics.jpg");
	--psf-home-green-dark: #254d18;
	--psf-home-black: #0b0d0c;
	--psf-home-charcoal: #171a18;
	--psf-home-offwhite: #f5f5f2;
	--psf-home-border: rgba(17, 20, 18, .14);
	--psf-home-display: var(--psf-display-font, "Teko", sans-serif);
	--psf-home-body: var(--psf-body-font, "Work Sans", sans-serif);
	--psf-home-container: 1280px;
	--psf-home-wide: 1600px;

	width: 100%;
	overflow: clip;
	font-family: var(--psf-home-body);
	color: #171a18;
}



/* Homepage shell reset. Works whether this page is tested by URL
   or assigned as the site's static front page. */
body.home,
body.home #wrapper,
body.home #main,
body.page-template-page-blank,
body.page-template-page-blank #wrapper,
body.page-template-page-blank #main {
	background: #f5f5f2;
}

body.home #main,
body.page-template-page-blank #main {
	padding: 0;
}

body.home .page-wrapper,
body.home .page-inner,
body.page-template-page-blank .page-wrapper,
body.page-template-page-blank .page-inner {
	padding-top: 0;
	padding-bottom: 0;
}

body.home .entry-header,
body.home .page-title,
body.page-template-page-blank .entry-header,
body.page-template-page-blank .page-title {
	display: none;
}

.psf-homepage-2026,
.psf-homepage-2026 * {
	box-sizing: border-box;
}

.psf-home-fullbleed {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
}

/* =========================================================
   01 — ANNOUNCEMENT BAR
   ========================================================= */

.psf-home-notice {
	background:
		linear-gradient(
			to bottom,
			var(--psf-home-green-bright) 0%,
			var(--psf-home-green) 100%
		);
	color: #fff;
}

.psf-home-notice__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 18px;
	color: #fff !important;
	font-family: var(--psf-home-body);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .09em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.psf-home-notice__link:hover,
.psf-home-notice__link:focus-visible {
	background:
		linear-gradient(
			to bottom,
			var(--psf-home-green-hover) 0%,
			var(--psf-home-green-hover-dark) 100%
		);
	color: #fff !important;
}

/* =========================================================
   02 — HERO
   Background image is supplied inline on .psf-home-hero:
   style="--psf-hero-image:url('IMAGE-URL');"
   ========================================================= */

.psf-home-hero {
	position: relative;
	isolation: isolate;
	min-height: 580px;
	background-color: var(--psf-home-black);
	background-image:
		linear-gradient(
			90deg,
			rgba(5, 8, 6, .96) 0%,
			rgba(5, 8, 6, .88) 29%,
			rgba(5, 8, 6, .48) 55%,
			rgba(5, 8, 6, .13) 78%,
			rgba(5, 8, 6, .05) 100%
		),
		var(--psf-hero-image);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	color: #fff;
}

.psf-home-hero__inner {
	display: flex;
	align-items: center;
	width: min(100% - 48px, var(--psf-home-container));
	min-height: 580px;
	margin: 0 auto;
	padding: 54px 0 48px;
}

.psf-home-hero__copy {
	width: min(760px, 58%);
}

.psf-home-hero__title {
	margin: 0;
	font-family: var(--psf-home-display);
	font-size: clamp(58px, 5vw, 84px);
	font-weight: 700;
	line-height: .84;
	letter-spacing: .005em;
	text-transform: uppercase;
}

.psf-home-hero__title--white {
	color: #fff;
}

.psf-home-hero__title--green {
	margin-top: 7px;
	color: var(--psf-home-green-bright);
}

.psf-home-hero__text {
	max-width: 580px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, .94);
	font-family: var(--psf-home-body);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}

.psf-home-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 25px;
}

.psf-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 188px;
	min-height: 50px;
	padding: 12px 26px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-family: var(--psf-home-body);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .075em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		background .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		color .18s ease,
		transform .18s ease;
}

.psf-home-btn:hover,
.psf-home-btn:focus-visible {
	transform: translateY(-2px);
}

.psf-home-btn:focus-visible {
	outline: 3px solid rgba(var(--psf-home-green-bright-rgb), .38);
	outline-offset: 3px;
}

.psf-home-btn--primary {
	background:
		linear-gradient(
			to bottom,
			var(--psf-home-green-bright) 0%,
			var(--psf-home-green) 100%
		);
	border-color: var(--psf-home-green);
	color: #fff !important;
	box-shadow:
		0 8px 20px rgba(var(--psf-home-green-rgb), .26),
		inset 0 1px 0 rgba(255, 255, 255, .16);
}

.psf-home-btn--primary:hover,
.psf-home-btn--primary:focus-visible {
	background:
		linear-gradient(
			to bottom,
			var(--psf-home-green-hover) 0%,
			var(--psf-home-green-hover-dark) 100%
		);
	border-color: var(--psf-home-green-hover-dark);
	color: #fff !important;
	box-shadow:
		0 11px 26px rgba(var(--psf-home-green-rgb), .34),
		inset 0 1px 0 rgba(255, 255, 255, .20);
}

.psf-home-btn--outline {
	min-width: 202px;
	background: rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .38);
	color: #fff !important;
}

.psf-home-btn--outline:hover,
.psf-home-btn--outline:focus-visible {
	background: rgba(var(--psf-home-green-bright-rgb), .12);
	border-color: var(--psf-home-green-bright);
	color: #fff !important;
}

.psf-home-trust {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 17px 28px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.psf-home-trust__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.psf-home-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	color: #fff;
}

.psf-home-trust__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}
.psf-home-hero__headline-image {
	display: block;
	width: min(100%, 760px);
	aspect-ratio: 678 / 156;
	margin: 0 0 22px -42px;
	background-image: var(--psf-hero-text);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

/* =========================================================
   03 — CATEGORY CARDS
   Each card receives:
   style="--psf-card-image:url('IMAGE-URL');"
   ========================================================= */

.psf-home-categories {
	background: #fff;
	padding: 8px 0 0;
}

.psf-home-categories__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
	width: min(100% - 48px, var(--psf-home-wide));
	margin: 0 auto;
}

.psf-home-category {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 205px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, .05) 0%,
			rgba(0, 0, 0, .30) 48%,
			rgba(0, 0, 0, .88) 100%
		),
		var(--psf-card-image) center / cover no-repeat;
	color: #fff !important;
	text-decoration: none !important;
}

.psf-home-category::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	transition: background-color .22s ease;
}

.psf-home-category::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, .16);
	pointer-events: none;
}

.psf-home-category:hover::before,
.psf-home-category:focus-visible::before {
	background: rgba(0, 0, 0, .12);
}

.psf-home-category__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 26px 12px 20px;
	text-align: center;
	transform: translateY(0);
	transition: transform .22s ease;
}

.psf-home-category:hover .psf-home-category__content,
.psf-home-category:focus-visible .psf-home-category__content {
	transform: translateY(-3px);
}

.psf-home-category__title {
	margin: 0;
	color: #fff;
	font-family: var(--psf-home-display);
	font-size: clamp(31px, 2.15vw, 40px);
	font-weight: 700;
	line-height: .9;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.psf-home-category__rule {
	display: block;
	width: 46px;
	height: 3px;
	margin: 11px auto 12px;
	background: var(--psf-home-green-bright);
}

.psf-home-category__cta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.psf-home-category__cta::after {
	content: "›";
	color: var(--psf-home-green-bright);
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: .5;
	transform: translateY(-1px);
}

/* =========================================================
   04 — FEATURED PRODUCTS
   ========================================================= */

.psf-home-featured {
	background: var(--psf-home-offwhite);
	padding: 24px 0 72px;
}

.psf-home-featured__inner {
	width: min(100% - 48px, 1210px);
	margin: 0 auto;
}

.psf-home-featured__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 18px;
}

.psf-home-featured__heading {
	margin: 0;
	color: #151815;
	font-family: var(--psf-home-display);
	font-size: clamp(32px, 3vw, 43px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.psf-home-featured__intro {
	margin: 7px 0 0;
	color: #4b504c;
	font-size: 14px;
	line-height: 1.45;
}

.psf-home-featured__view-all {
	flex: 0 0 auto;
	padding-bottom: 3px;
	color: var(--psf-home-green-dark) !important;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .035em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.psf-home-featured__view-all::after {
	content: " ›";
	color: var(--psf-home-green-bright);
	font-size: 18px;
	line-height: 0;
}

.psf-home-featured__view-all:hover,
.psf-home-featured__view-all:focus-visible {
	color: var(--psf-home-green-bright) !important;
}

/* Supports both standard WooCommerce and Flatsome product output. */
.psf-home-featured__products ul.products,
.psf-home-featured__products .products.row {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
}

.psf-home-featured__products ul.products::before,
.psf-home-featured__products ul.products::after,
.psf-home-featured__products .products.row::before,
.psf-home-featured__products .products.row::after {
	display: none !important;
	content: none !important;
}

.psf-home-featured__products ul.products li.product,
.psf-home-featured__products .product-small.col {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-basis: auto !important;
}

.psf-home-featured__products .product-small.box,
.psf-home-featured__products ul.products li.product {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(18, 22, 19, .10);
	border-radius: 2px;
	box-shadow: none;
	transition:
		border-color .18s ease,
		box-shadow .18s ease,
		transform .18s ease;
}

.psf-home-featured__products .product-small.box:hover,
.psf-home-featured__products ul.products li.product:hover {
	border-color: rgba(var(--psf-home-green-rgb), .32);
	box-shadow: 0 10px 24px rgba(13, 17, 14, .08);
	transform: translateY(-2px);
}

.psf-home-featured__products .box-image,
.psf-home-featured__products ul.products li.product > a:first-child {
	background: #fff;
}

.psf-home-featured__products .box-text,
.psf-home-featured__products ul.products li.product .woocommerce-loop-product__title,
.psf-home-featured__products ul.products li.product .price {
	font-family: var(--psf-home-body);
}

.psf-home-featured__products .box-text {
	padding: 13px 13px 16px;
}

.psf-home-featured__products .product-title,
.psf-home-featured__products .woocommerce-loop-product__title {
	color: #1b1e1b;
	font-size: 13px !important;
	font-weight: 650;
	line-height: 1.35;
}

.psf-home-featured__products .price,
.psf-home-featured__products .price .amount {
	color: var(--psf-home-green-dark) !important;
	font-size: 15px;
	font-weight: 750;
}

.psf-home-featured__products .badge-container {
	margin: 8px 0 0 8px;
}

.psf-home-featured__products .badge-inner {
	background:
		linear-gradient(
			to bottom,
			var(--psf-home-green-bright) 0%,
			var(--psf-home-green) 100%
		) !important;
	border-radius: 2px;
	color: #fff !important;
	font-family: var(--psf-home-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

/* =========================================================
   05 — ACCESSIBILITY / MOTION
   ========================================================= */

.psf-homepage-2026 a:focus-visible {
	outline: 3px solid rgba(var(--psf-home-green-bright-rgb), .58);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.psf-homepage-2026 *,
	.psf-homepage-2026 *::before,
	.psf-homepage-2026 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* =========================================================
   06 — RESPONSIVE
   ========================================================= */

@media screen and (max-width: 1200px) {
	.psf-home-categories__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.psf-home-featured__products ul.products,
	.psf-home-featured__products .products.row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 849px) {
	.psf-home-hero {
		min-height: 540px;
		background-position: 64% center;
	}

	.psf-home-hero__inner {
		width: min(100% - 36px, var(--psf-home-container));
		min-height: 540px;
		padding: 52px 0;
	}

	.psf-home-hero__copy {
		width: min(640px, 76%);
	}

	.psf-home-hero__title {
		font-size: clamp(54px, 9vw, 74px);
	}

	.psf-home-hero__text {
		font-size: 16px;
	}

	.psf-home-categories__grid,
	.psf-home-featured__inner {
		width: calc(100% - 36px);
	}

	.psf-home-category {
		min-height: 220px;
	}
}

@media screen and (max-width: 549px) {
	.psf-home-notice__link {
		min-height: 34px;
		padding: 7px 12px;
		font-size: 10px;
		letter-spacing: .065em;
	}

	.psf-home-hero {
		min-height: 590px;
		background-image:
			linear-gradient(
				180deg,
				rgba(5, 8, 6, .70) 0%,
				rgba(5, 8, 6, .90) 53%,
				rgba(5, 8, 6, .98) 100%
			),
			var(--psf-hero-image);
		background-position: 66% center;
	}

	.psf-home-hero__inner {
		align-items: flex-end;
		width: calc(100% - 32px);
		min-height: 590px;
		padding: 150px 0 42px;
	}

	.psf-home-hero__copy {
		width: 100%;
	}

	.psf-home-hero__title {
		font-size: clamp(46px, 13.6vw, 61px);
		line-height: .87;
	}

	.psf-home-hero__title--green {
		margin-top: 5px;
	}

	.psf-home-hero__text {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.48;
	}

	.psf-home-hero__text br {
		display: none;
	}

	.psf-home-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 22px;
	}

	.psf-home-btn,
	.psf-home-btn--outline {
		width: 100%;
		min-width: 0;
		min-height: 50px;
	}

	.psf-home-trust {
		display: grid;
		grid-template-columns: 1fr;
		gap: 11px;
		margin-top: 20px;
	}

	.psf-home-categories {
		padding-top: 6px;
	}

	.psf-home-categories__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		width: calc(100% - 12px);
	}

	.psf-home-category {
		min-height: 190px;
	}

	.psf-home-category__content {
		padding: 22px 9px 17px;
	}

	.psf-home-category__title {
		font-size: 31px;
	}

	.psf-home-category__cta {
		font-size: 10px;
	}

	.psf-home-featured {
		padding: 30px 0 52px;
	}

	.psf-home-featured__inner {
		width: calc(100% - 28px);
	}

	.psf-home-featured__head {
		align-items: flex-start;
		margin-bottom: 17px;
	}

	.psf-home-featured__heading {
		font-size: 35px;
	}

	.psf-home-featured__intro {
		font-size: 13px;
	}

	.psf-home-featured__view-all {
		padding-top: 5px;
		font-size: 10px;
	}

	.psf-home-featured__products ul.products,
	.psf-home-featured__products .products.row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}
}

@media screen and (max-width: 380px) {
	.psf-home-category {
		min-height: 174px;
	}

	.psf-home-category__title {
		font-size: 28px;
	}
}
