:root {
	--lp-ink: #13212c;
	--lp-ink-soft: #4f6575;
	--lp-surface: #f5f2ec;
	--lp-white: #ffffff;
	--lp-accent: #df5934;
	--lp-accent-dark: #aa3c20;
	--lp-gold: #d5b063;
	--lp-line: rgba(19, 33, 44, 0.12);
	--lp-shadow: 0 24px 80px rgba(19, 33, 44, 0.12);
	--lp-radius: 24px;
	--lp-radius-small: 16px;
	--lp-brand-black: #081109;
	--lp-brand-green: #228d1c;
	--lp-brand-green-soft: #6f9f59;
}

.lp-quote-table .product-customization {
	min-width: 220px;
}

.lp-quote-item-meta {
	margin-top: 8px;
	color: #5e6d7c;
	font-size: 0.92rem;
}

.lp-quote-design-preview {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #d9e1e8;
	border-radius: 16px;
	background: #faf7f0;
}

.lp-quote-design-preview__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
	gap: 10px;
}

.lp-quote-design-preview__card {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.lp-quote-design-preview__card img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #e6ecf1;
}

.lp-quote-design-preview__label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #4f6575;
}

.lp-quote-design-preview__actions {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.lp-quote-designer-open {
	overflow: hidden;
}

.lp-quote-designer-modal[hidden] {
	display: none;
}

.lp-quote-designer-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.lp-quote-designer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 34, 49, 0.72);
}

.lp-quote-designer-dialog {
	position: relative;
	z-index: 2;
	width: min(1200px, calc(100vw - 40px));
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: 0 28px 90px rgba(20, 34, 49, 0.25);
	display: flex;
	flex-direction: column;
}

.lp-quote-designer-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #e6ecf1;
	background: linear-gradient(135deg, #fff7ea 0%, #f7fbff 100%);
}

.lp-quote-designer-eyebrow {
	margin: 0 0 6px;
	font-size: 0.8rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #e55b2d;
}

.lp-quote-designer-header h3 {
	margin: 0;
	font-size: 2rem;
}

.lp-quote-designer-close {
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	color: #142231;
}

.lp-quote-designer-body {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.8fr);
	align-items: stretch;
	min-height: 0;
	flex: 1 1 auto;
}

.lp-quote-designer-canvas-wrap {
	padding: 24px;
	background: linear-gradient(180deg, #fff 0%, #f6f2e8 100%);
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: center;
	min-height: 0;
	overflow: auto;
}

.lp-quote-designer-surfaces {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 10px;
	width: 100%;
}

.lp-quote-designer-surface {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
	border: 1px solid #d9e1e8;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	position: relative;
	text-align: left;
}

.lp-quote-designer-surface.is-active {
	border-color: var(--lp-accent);
	box-shadow: 0 0 0 2px rgba(223, 89, 52, 0.12);
}

.lp-quote-designer-surface img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #e6ecf1;
}

.lp-quote-designer-surface span {
	font-size: 0.82rem;
	font-weight: 700;
	color: #142231;
}

.lp-quote-designer-surface__badge {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #142231;
	color: #fff;
	font-size: 0.68rem;
	letter-spacing: 0.06em;
}

#lp-quote-designer-canvas {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 24px;
	border: 1px solid #d9e1e8;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}

.lp-quote-designer-sidebar {
	padding: 24px;
	border-left: 1px solid #e6ecf1;
	background: #fcfbf8;
	overflow: auto;
}

.lp-quote-designer-group {
	margin-bottom: 16px;
}

.lp-quote-designer-group label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
	color: #142231;
}

.lp-quote-designer-group input[type="text"],
.lp-quote-designer-group select {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid #ccd6df;
	border-radius: 14px;
	background: #fff;
}

.lp-quote-designer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.lp-quote-designer-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.lp-quote-designer-actions .button {
	min-width: 0;
}

.lp-quote-designer-help {
	margin: 0 0 16px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #5e6d7c;
}

.lp-quote-designer-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6ecf1;
}

.lp-quote-designer-status {
	min-height: 24px;
	margin: 0 0 14px;
	color: #5e6d7c;
}

@media (max-width: 980px) {
	.lp-quote-designer-dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		margin: 10px auto;
	}

	.lp-quote-designer-body {
		grid-template-columns: 1fr;
	}

	.lp-quote-designer-sidebar {
		border-left: 0;
		border-top: 1px solid #e6ecf1;
	}

	.lp-quote-designer-canvas-wrap,
	.lp-quote-designer-sidebar {
		padding: 18px;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	color: var(--lp-ink);
	background:
		radial-gradient(circle at top left, rgba(213, 176, 99, 0.18), transparent 32%),
		linear-gradient(180deg, #f8f5f0 0%, #ffffff 26%, #f3efe8 100%);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.topbar {
	background: var(--lp-ink);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.92rem;
}

.topbar__inner,
.header-main,
.footer-bottom,
.hero__actions,
.cta-strip__grid,
.hero-metrics-grid,
.cta-strip__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.topbar a {
	color: var(--lp-gold);
	font-weight: 700;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	backdrop-filter: blur(14px);
	background: rgba(248, 245, 240, 0.88);
	border-bottom: 1px solid var(--lp-line);
}

.header-main {
	padding: 18px 0;
	display: grid;
	grid-template-columns: auto minmax(260px, 1fr) minmax(280px, 360px) auto;
	align-items: center;
	gap: 18px;
}

.brand-lockup {
	display: inline-flex;
	flex-direction: column;
}

.brand-lockup--graphic {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 16px;
}

.brand-lockup__logo {
	flex: 0 0 auto;
}

.brand-lockup__logo img {
	display: block;
}

.brand-lockup__logo img {
	max-height: 124px;
	width: auto;
}

.brand-lockup__eyebrow,
.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--lp-accent);
	margin: 0 0 8px;
}

.brand-lockup__name {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
}

.brand-lockup__text {
	display: flex;
	flex-direction: column;
	flex: 0 1 auto;
	min-width: 0;
	line-height: 0.92;
}

.brand-lockup__wordmark {
	font-family: "Agency FB", "Agency Gothic", "Avenir Next Condensed", "Arial Narrow", sans-serif;
	font-size: clamp(3.15rem, 4vw, 4.45rem);
	font-weight: 700;
	letter-spacing: 0.012em;
	color: var(--lp-brand-black);
	line-height: 0.88;
}

.brand-lockup__descriptor {
	font-family: "Oswald", sans-serif;
	font-size: clamp(1.1rem, 1.38vw, 1.42rem);
	font-weight: 300;
	letter-spacing: 0.06em;
	color: var(--lp-brand-green);
	margin-top: -2px;
	transform: scaleY(1.02);
	transform-origin: left center;
	white-space: nowrap;
}

.brand-lockup__phones {
	font-family: "Oswald", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.045em;
	color: var(--lp-brand-green-soft);
	margin-top: 2px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 22px;
}

.menu--primary a,
.header-account {
	font-weight: 700;
	color: var(--lp-ink-soft);
}

.header-account--avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-account__avatar {
	width: 48px;
	height: 48px;
	border-radius: 999px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(223, 89, 52, 0.14), rgba(19, 33, 44, 0.12));
	border: 1px solid rgba(19, 33, 44, 0.14);
	box-shadow: 0 10px 24px rgba(19, 33, 44, 0.1);
	color: var(--lp-ink);
	font-weight: 800;
	font-size: 0.98rem;
	letter-spacing: 0.08em;
}

.header-account__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-account__avatar--guest svg {
	width: 22px;
	height: 22px;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.lucusprint-account-photo-fieldset {
	margin: 0 0 24px;
	padding: 20px;
	border: 1px solid rgba(19, 33, 44, 0.12);
	border-radius: 20px;
	background: rgba(248, 245, 240, 0.7);
}

.lucusprint-account-photo-fieldset legend {
	padding: 0 8px;
	font-weight: 800;
	color: var(--lp-ink);
}

.lucusprint-account-photo-field {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.lucusprint-account-photo-field__preview {
	width: 96px;
	height: 96px;
	border-radius: 999px;
	overflow: hidden;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(223, 89, 52, 0.16), rgba(19, 33, 44, 0.14));
	border: 1px solid rgba(19, 33, 44, 0.12);
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--lp-ink);
}

.lucusprint-account-photo-field__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lucusprint-account-photo-field__controls {
	flex: 1 1 280px;
}

.lucusprint-account-photo-field__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.lucusprint-account-photo-field__hint {
	margin: 0;
	color: var(--lp-ink-soft);
	font-size: 0.92rem;
}

.lucusprint-account-photo-field__status {
	margin: 12px 0 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--lp-ink-soft);
}

.lucusprint-account-photo-field__status.is-error {
	color: #a32727;
}

.lucusprint-account-photo-field__status.is-success {
	color: #22733a;
}

.lucusprint-avatar-modal[hidden] {
	display: none;
}

.lucusprint-avatar-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	background: rgba(19, 33, 44, 0.62);
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.has-lucusprint-avatar-modal {
	overflow: hidden;
}

.lucusprint-avatar-modal__dialog {
	width: min(960px, 100%);
	max-height: min(92vh, 900px);
	overflow: auto;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 32px 90px rgba(19, 33, 44, 0.24);
}

.lucusprint-avatar-modal__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 32px 20px;
	border-bottom: 1px solid rgba(19, 33, 44, 0.08);
}

.lucusprint-avatar-modal__header h3 {
	margin: 0;
	font-size: clamp(1.7rem, 2vw, 2.2rem);
	line-height: 1.05;
}

.lucusprint-avatar-modal__close {
	border: 0;
	background: transparent;
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	color: var(--lp-ink);
}

.lucusprint-avatar-modal__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 24px;
	padding: 28px 32px 32px;
}

.lucusprint-avatar-cropper {
	position: relative;
	min-height: 420px;
	border-radius: 28px;
	border: 1px solid rgba(19, 33, 44, 0.08);
	background:
		linear-gradient(45deg, rgba(19, 33, 44, 0.03) 25%, transparent 25%, transparent 75%, rgba(19, 33, 44, 0.03) 75%),
		linear-gradient(45deg, rgba(19, 33, 44, 0.03) 25%, transparent 25%, transparent 75%, rgba(19, 33, 44, 0.03) 75%),
		#f8f5f0;
	background-size: 24px 24px;
	background-position: 0 0, 12px 12px;
	overflow: hidden;
	touch-action: none;
	user-select: none;
	overscroll-behavior: contain;
	cursor: grab;
}

.lucusprint-avatar-cropper__image {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	transform-origin: 0 0;
	will-change: transform;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

.lucusprint-avatar-cropper.is-dragging {
	cursor: grabbing;
}

.lucusprint-avatar-cropper.is-dragging .lucusprint-avatar-cropper__image {
	cursor: grabbing;
}

.lucusprint-avatar-cropper__mask {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at center, transparent 0, transparent calc(50% - 2px), rgba(19, 33, 44, 0.42) calc(50% + 2px)),
		radial-gradient(circle at center, transparent 0, transparent calc(50% - 1px), rgba(248, 245, 240, 0.98) calc(50% - 1px), rgba(248, 245, 240, 0.98) calc(50% + 999px));
	mix-blend-mode: normal;
}

.lucusprint-avatar-cropper__frame {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(78%, 360px);
	aspect-ratio: 1 / 1;
	height: auto;
	max-height: 78%;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	box-shadow: 0 0 0 9999px rgba(19, 33, 44, 0.28);
	pointer-events: none;
}

.lucusprint-avatar-modal__sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.lucusprint-avatar-modal__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 860px) {
	.lucusprint-avatar-modal {
		padding: 12px;
	}

	.lucusprint-avatar-modal__body {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.lucusprint-avatar-modal__header {
		padding: 20px 20px 16px;
	}

	.lucusprint-avatar-cropper {
		min-height: 320px;
	}
}

.header-search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--lp-line);
	box-shadow: 0 10px 30px rgba(19, 33, 44, 0.06);
}

.header-search input[type="search"] {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font: inherit;
	color: var(--lp-ink);
}

.header-search button {
	border: 0;
	border-radius: 999px;
	padding: 10px 14px;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	background: var(--lp-accent);
	color: var(--lp-white);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.header-cart {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--lp-ink);
	color: var(--lp-white);
}

.header-cart__count {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--lp-accent);
	font-weight: 800;
}

.hero {
	padding: 56px 0 32px;
}

.hero__grid,
.shop-hero__grid,
.story-band__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 28px;
	align-items: stretch;
}

.hero__content,
.hero__card,
.content-card,
.shop-shell .woocommerce-notices-wrapper,
.woocommerce div.product,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.shop-hero__copy,
.shop-hero__panel,
.story-band__copy,
.story-band__points {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow);
}

.hero__content,
.hero__card,
.shop-hero__copy,
.shop-hero__panel,
.story-band__copy,
.story-band__points {
	padding: 34px;
}

.hero__content h1,
.section-heading h2,
.cta-strip h2,
.entry-title,
.shop-hero__copy h1,
.story-band__copy h2 {
	font-family: "Space Grotesk", sans-serif;
	line-height: 1.03;
	letter-spacing: -0.04em;
}

.hero__content h1 {
	font-size: clamp(2.8rem, 6vw, 5.5rem);
	margin: 0 0 18px;
	max-width: 12ch;
}

.hero__lead,
.shop-hero__description,
.archive-description,
.entry-content,
.feature-band p,
.footer-grid p,
.story-band__points p,
.empty-state p {
	color: var(--lp-ink-soft);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border-radius: 999px;
	font-weight: 800;
}

.button--primary {
	background: var(--lp-accent);
	color: var(--lp-white);
}

.button--secondary {
	background: rgba(19, 33, 44, 0.08);
	color: var(--lp-ink);
}

.button--light {
	background: var(--lp-white);
	color: var(--lp-ink);
}

.button--secondary-invert {
	background: rgba(255, 255, 255, 0.18);
	color: var(--lp-white);
}

.hero__bullets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	list-style: none;
	padding: 22px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid var(--lp-line);
}

.hero__bullets li {
	font-size: 0.94rem;
	font-weight: 700;
	color: var(--lp-ink-soft);
}

.hero__card {
	background:
		linear-gradient(180deg, rgba(19, 33, 44, 0.94), rgba(19, 33, 44, 0.8)),
		radial-gradient(circle at top right, rgba(223, 89, 52, 0.45), transparent 35%);
	color: var(--lp-white);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hero-metric {
	flex: 1;
	padding: 18px 20px;
	border-radius: var(--lp-radius-small);
	background: rgba(255, 255, 255, 0.08);
}

.hero-metric span {
	display: block;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.65);
}

.hero-metric strong {
	font-size: 1.6rem;
}

.hero-panel {
	margin-top: auto;
	padding: 22px;
	border-radius: var(--lp-radius-small);
	background: linear-gradient(135deg, rgba(213, 176, 99, 0.28), rgba(223, 89, 52, 0.24));
}

.hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hero-tags a,
.shop-chip {
	padding: 10px 14px;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
}

.hero-tags a {
	background: rgba(255, 255, 255, 0.1);
	color: var(--lp-white);
}

.feature-band,
.product-showcase,
.cta-strip,
.content-grid,
.category-spotlight,
.story-band,
.shop-hero,
.shop-categories-bar,
.shop-category-browser {
	padding: 22px 0 44px;
}

.category-shelves {
	display: grid;
	gap: 28px;
}

.category-shelf {
	padding: 24px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.75);
	box-shadow: var(--lp-shadow);
}

.category-shelf__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.category-shelf__header h2 {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1;
}

.category-shelf__description {
	margin: 10px 0 0;
	max-width: 64ch;
	color: var(--lp-ink-soft);
}

.category-shelf__link {
	font-weight: 800;
	color: var(--lp-accent-dark);
	white-space: nowrap;
}

.category-shelf__carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.category-shelf__nav {
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: var(--lp-ink);
	color: var(--lp-white);
	font-size: 1.7rem;
	line-height: 1;
	box-shadow: 0 16px 28px rgba(19, 33, 44, 0.14);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.category-shelf__nav:hover:not(:disabled) {
	background: var(--lp-accent);
	transform: translateY(-1px);
}

.category-shelf__nav:disabled {
	opacity: 0.35;
	cursor: default;
}

.category-shelf__products {
	flex: 1 1 auto;
	min-width: 0;
}

.category-shelf__products .products,
.category-shelf__products ul.products {
	margin-bottom: 0;
}

.category-shelf__products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 6px 2px 10px;
}

.category-shelf__products ul.products li.product,
.category-shelf__products .products li.product {
	width: auto !important;
	min-width: 0;
}

.category-shelf__carousel.is-loading {
	opacity: 0.72;
	transition: opacity 0.2s ease;
}

.feature-band__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.feature-band__grid article,
.content-card {
	padding: 28px;
	background: rgba(255, 255, 255, 0.84);
	border-radius: var(--lp-radius);
	border: 1px solid var(--lp-line);
}

.feature-band h2,
.cta-strip h2 {
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	margin: 0 0 12px;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	margin: 0;
	max-width: 12ch;
}

.section-link {
	font-weight: 800;
	color: var(--lp-accent-dark);
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
}

.category-card {
	position: relative;
	min-height: 280px;
	padding: 24px;
	border-radius: var(--lp-radius);
	overflow: hidden;
	display: flex;
	align-items: end;
	color: var(--lp-white);
	background: linear-gradient(135deg, #253746, #0f161d);
	box-shadow: var(--lp-shadow);
}

.category-card--1,
.category-card--4 {
	grid-column: span 5;
}

.category-card--2,
.category-card--3,
.category-card--5,
.category-card--6 {
	grid-column: span 7;
}

.category-card__overlay,
.category-card__media {
	position: absolute;
	inset: 0;
}

.category-card__media {
	background-size: cover;
	background-position: center;
	transform: scale(1.02);
}

.category-card__overlay {
	background:
		linear-gradient(180deg, rgba(19, 33, 44, 0.02), rgba(19, 33, 44, 0.82)),
		linear-gradient(135deg, rgba(223, 89, 52, 0.28), rgba(19, 33, 44, 0.2));
}

.category-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 24rem;
}

.category-card__count {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: rgba(255, 255, 255, 0.78);
}

.category-card__content strong {
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	line-height: 1;
}

.category-card__content small {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.82);
}

.cta-strip__grid {
	padding: 30px 34px;
	background: linear-gradient(135deg, var(--lp-accent), #cf7d31);
	color: var(--lp-white);
	border-radius: var(--lp-radius);
}

.cta-strip .eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer {
	margin-top: 32px;
	padding: 48px 0 22px;
	background: #101c25;
	color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 24px;
}

.footer-grid h3,
.footer-widget-title {
	color: var(--lp-white);
	margin: 0 0 12px;
	font-family: "Space Grotesk", sans-serif;
}

.footer-bottom {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.menu--footer a {
	color: rgba(255, 255, 255, 0.7);
}

.entry-title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-top: 0;
}

.entry-card + .entry-card {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--lp-line);
}

.shop-hero__copy h1,
.story-band__copy h2 {
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 4.4rem);
}

.shop-hero__panel {
	display: flex;
	align-items: end;
	background: linear-gradient(135deg, rgba(213, 176, 99, 0.32), rgba(223, 89, 52, 0.16));
}

.shop-categories-bar__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.category-grid--shop .category-card {
	min-height: 260px;
}

.shop-chip {
	background: rgba(19, 33, 44, 0.06);
	color: var(--lp-ink);
}

.story-band__grid {
	grid-template-columns: 1fr 1fr;
}

.story-band__points {
	display: grid;
	gap: 18px;
}

.story-band__points strong {
	display: block;
	margin-bottom: 6px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.2rem;
}

.empty-state {
	padding: 28px;
	border-radius: var(--lp-radius);
	background: rgba(19, 33, 44, 0.04);
	border: 1px dashed rgba(19, 33, 44, 0.18);
}

.woocommerce .products.columns-4,
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	padding: 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-small);
	box-shadow: 0 18px 44px rgba(19, 33, 44, 0.08);
}

.woocommerce ul.products li.product img {
	border-radius: 18px;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.05rem;
	padding: 0;
	font-family: "Space Grotesk", sans-serif;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--lp-accent-dark);
	font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--lp-ink);
	color: var(--lp-white);
	border-radius: 999px;
	padding: 0.9em 1.3em;
	font-weight: 800;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--lp-accent);
	color: var(--lp-white);
}

.shop-shell {
	padding: 36px 0 48px;
}

.home-showcase {
	padding: 28px 0 56px;
}

.home-showcase__inner {
	display: grid;
	gap: 28px;
}

.lp-carousel {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: var(--lp-shadow);
}

.lp-carousel__track {
	position: relative;
	min-height: 460px;
}

.lp-carousel__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.6s ease;
}

.lp-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.lp-carousel__slide img {
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

.lp-carousel__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 32px 28px 74px;
	background: linear-gradient(180deg, rgba(8, 17, 9, 0) 0%, rgba(8, 17, 9, 0.78) 100%);
	color: #ffffff;
}

.lp-carousel__overlay h2 {
	margin: 0 0 8px;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(1.65rem, 2vw, 2.2rem);
}

.lp-carousel__overlay p {
	margin: 0;
	max-width: 760px;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.84);
}

.lp-carousel__controls {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.lp-carousel__arrow {
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1;
	backdrop-filter: blur(8px);
	cursor: pointer;
}

.lp-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(8, 17, 9, 0.34);
	backdrop-filter: blur(10px);
}

.lp-carousel__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
}

.lp-carousel__dot.is-active {
	background: var(--lp-accent);
	transform: scale(1.15);
}

.home-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.home-highlight {
	padding: 10px 14px 16px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.78);
	color: var(--lp-ink);
	text-align: center;
	box-shadow: var(--lp-shadow);
}

.home-highlight > img {
	display: block;
	width: 100% !important;
	height: 180px !important;
	margin: 0 auto 6px;
	object-fit: cover;
	object-position: center;
	border-radius: 18px;
}

.home-highlight h3 {
	margin: 0 0 10px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.18rem;
}

.home-highlight p {
	margin: 0;
	color: var(--lp-ink-soft);
	font-size: 0.98rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	padding: 12px 16px;
}

.lucusprint-infinite-scroll .woocommerce-pagination {
	opacity: 0;
	pointer-events: none;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.lucusprint-infinite-scroll-trigger {
	display: block;
	height: 1px;
	margin-top: 1px;
	opacity: 0;
	overflow: hidden;
}

.lucusprint-infinite-scroll--loading .lucusprint-infinite-scroll-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin-top: 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.78);
	box-shadow: var(--lp-shadow);
	color: var(--lp-accent-dark);
	font-weight: 800;
	letter-spacing: 0.02em;
	opacity: 1;
	overflow: visible;
}

.lucusprint-infinite-scroll--loading .lucusprint-infinite-scroll-trigger::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 999px;
	background: var(--lp-accent);
	box-shadow: 20px 0 0 rgba(223, 89, 52, 0.45), -20px 0 0 rgba(223, 89, 52, 0.45);
	animation: lpInfiniteScrollDots 0.9s ease-in-out infinite;
}

@keyframes lpInfiniteScrollDots {
	0%, 100% { transform: scale(0.9); opacity: 0.7; }
	50% { transform: scale(1.15); opacity: 1; }
}

.woocommerce div.product {
	padding: 26px;
}

.woocommerce div.product form.cart .variations {
	background: rgba(19, 33, 44, 0.04);
	border-radius: var(--lp-radius-small);
	padding: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--lp-white);
	border-bottom-color: var(--lp-white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-radius: var(--lp-radius-small);
	border-top-color: var(--lp-accent);
}

@media (max-width: 980px) {
	.hero__grid,
	.feature-band__grid,
	.footer-grid,
	.story-band__grid,
	.shop-hero__grid,
	.home-highlights,
	.woocommerce .products.columns-4,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.header-main,
	.footer-bottom,
	.section-heading,
	.cta-strip__grid,
	.category-shelf__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.category-shelf__carousel {
		gap: 8px;
	}

	.category-shelf__nav {
		width: 40px;
		height: 40px;
	}

	.category-shelf__products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.header-main {
		grid-template-columns: 1fr;
	}

	.primary-nav {
		width: 100%;
	}

	.menu--primary {
		flex-wrap: wrap;
	}

	.header-search {
		width: 100%;
	}

	.hero__bullets {
		grid-template-columns: 1fr;
	}

	.category-card,
	.category-card--1,
	.category-card--2,
	.category-card--3,
	.category-card--4,
	.category-card--5,
	.category-card--6 {
		grid-column: span 6;
	}
}

@media (max-width: 640px) {
	.hero__grid,
	.feature-band__grid,
	.footer-grid,
	.story-band__grid,
	.shop-hero__grid,
	.home-highlights,
	.woocommerce .products.columns-4,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.lp-carousel__track,
	.lp-carousel__slide img {
		min-height: 320px;
	}

	.lp-carousel__overlay {
		padding: 22px 20px 72px 56px;
	}

	.lp-carousel__controls {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.category-shelf__carousel {
		align-items: stretch;
	}

	.category-shelf__products ul.products {
		grid-template-columns: 1fr;
	}

	.hero__content,
	.hero__card,
	.feature-band__grid article,
	.content-card,
	.woocommerce div.product,
	.shop-hero__copy,
	.shop-hero__panel,
	.story-band__copy,
	.story-band__points {
		padding: 22px;
	}

	.hero__content h1 {
		font-size: 2.5rem;
	}

	.topbar__inner,
	.header-actions,
	.hero__actions,
	.hero-metrics-grid,
	.cta-strip__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.brand-lockup--graphic {
		gap: 10px;
		align-items: flex-start;
	}

	.brand-lockup__logo img {
		max-height: 97px;
	}

	.brand-lockup__wordmark {
		font-size: 2.5rem;
	}

	.brand-lockup__descriptor {
		font-size: 0.96rem;
	}

	.brand-lockup__phones {
		font-size: 0.82rem;
	}

	.category-grid {
		grid-template-columns: 1fr;
	}

	.category-card,
	.category-card--1,
	.category-card--2,
	.category-card--3,
	.category-card--4,
	.category-card--5,
	.category-card--6 {
		grid-column: auto;
		min-height: 240px;
	}
}
