/*
Theme Name: Storefront Blocksy Child
Theme URI: https://example.invalid/storefront-blocksy-child
Description: Minimal Blocksy child theme for the WooCommerce storefront.
Author: Storefront
Template: blocksy
Version: 1.0.3
Text Domain: storefront-blocksy-child
*/

/* Keep presentation in Blocksy and Gutenberg. Add only storefront-specific overrides here. */

.storefront-featured-products {
	max-width: 1260px;
	margin: 72px auto;
	padding: 0 24px;
}

/* Authorized product campaigns are presented as editorial image sequences. */
.storefront-product-storydeck {
	max-width: 1320px;
	margin: 96px auto 112px;
	padding: 0 24px;
}

.storefront-product-storydeck__heading {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 32px;
	align-items: end;
	margin: 0 0 28px;
}

.storefront-product-storydeck__heading > p:first-child {
	grid-row: 1 / span 2;
	margin: 0;
	color: #1d5865;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.storefront-product-storydeck__heading h2 {
	margin: 0;
	color: #17212b;
	font-size: clamp(2rem, 4vw, 4.1rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
}

.storefront-product-storydeck__heading > p:last-child {
	grid-column: 2;
	max-width: 55ch;
	margin: 0;
	color: #52606a;
	font-size: 1.05rem;
	line-height: 1.7;
}

.storefront-product-storydeck__images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.storefront-product-storydeck__image {
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #eef0ed;
}

.storefront-product-storydeck__image--lead {
	grid-column: 1 / -1;
}

.storefront-product-storydeck__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.storefront-product-storydeck__image--lead img {
	aspect-ratio: 1.62 / 1;
}

.storefront-product-storydeck__image:not(.storefront-product-storydeck__image--lead) img {
	aspect-ratio: 1.62 / 1;
}

.storefront-product-storydeck__image:hover img {
	transform: scale(1.015);
}

.lzxfc-pearl-studies {
	max-width: 1320px;
	margin: 104px auto;
	padding: 0 24px;
}

.lzxfc-pearl-studies__frame {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background: #1e252a;
}

.lzxfc-pearl-studies__frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center;
}

.lzxfc-pearl-studies__copy {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 640px;
	padding: 38px 42px;
	color: #fff;
	background: rgba(18, 24, 27, 0.88);
}

.lzxfc-pearl-studies__copy p:first-child {
	margin: 0 0 12px;
	color: #d8c5a8;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.lzxfc-pearl-studies__copy h2 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 4.35rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.02;
}

.lzxfc-pearl-studies__copy p:not(:first-child) {
	max-width: 48ch;
	margin: 18px 0 0;
	font-size: 1rem;
	line-height: 1.65;
}

.lzxfc-pearl-studies__copy a {
	display: inline-block;
	margin-top: 22px;
	padding-bottom: 4px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
}

.storefront-featured-product--pearl-color .storefront-featured-product__image {
	background: #f4e7df;
}

@media (max-width: 767px) {
	.storefront-product-storydeck,
	.lzxfc-pearl-studies {
		margin: 64px auto 72px;
		padding: 0 16px;
	}

	.storefront-product-storydeck__heading {
		display: block;
		margin-bottom: 20px;
	}

	.storefront-product-storydeck__heading > p:first-child {
		margin-bottom: 12px;
	}

	.storefront-product-storydeck__heading > p:last-child {
		margin-top: 16px;
	}

	.storefront-product-storydeck__images {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.storefront-product-storydeck__image--lead {
		grid-column: auto;
	}

	.lzxfc-pearl-studies__frame,
	.lzxfc-pearl-studies__frame img {
		min-height: 480px;
	}

	.lzxfc-pearl-studies__copy {
		padding: 26px 24px;
	}
}

.lzxfc-home-intro {
	max-width: 1260px;
	margin: 44px auto 0;
	padding: 34px 24px 28px;
	border-bottom: 1px solid #dce4e7;
}

.lzxfc-home-intro__eyebrow {
	margin: 0 0 10px;
	color: #1d5865;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.lzxfc-home-intro h1 {
	max-width: 18ch;
	margin: 0;
	color: #17212b;
	font-size: clamp(2.1rem, 4vw, 4.2rem);
	font-weight: 600;
	line-height: 1.03;
}

.lzxfc-home-intro > p:not(.lzxfc-home-intro__eyebrow) {
	max-width: 62ch;
	margin: 16px 0 0;
	color: #52606a;
	font-size: 1.05rem;
	line-height: 1.65;
}

.lzxfc-home-intro__link {
	color: #17212b;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.storefront-featured-products__heading {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 28px;
}

.storefront-featured-products__heading p,
.storefront-product-editorial__eyebrow,
.storefront-featured-product__eyebrow {
	margin: 0;
	color: #1d5865;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.storefront-featured-products__heading h2,
.storefront-product-editorial h2 {
	margin: 0;
	color: #17212b;
	font-size: clamp(2rem, 4vw, 3.8rem);
	font-weight: 600;
	line-height: 1.05;
}

.storefront-featured-products__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.storefront-featured-product {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	min-height: 340px;
	border: 1px solid #dce4e7;
	border-radius: 6px;
	overflow: hidden;
}

.storefront-featured-product--pearl {
	background: #f7f5f2;
}

.storefront-featured-product--optics {
	background: #eef5f5;
}

.storefront-featured-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: #ffffff;
}

.storefront-featured-product__image img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: contain;
}

.storefront-featured-product__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
}

.storefront-featured-product__body h3 {
	margin: 10px 0;
	font-size: clamp(1.45rem, 2vw, 2.1rem);
	line-height: 1.12;
}

.storefront-featured-product__body h3 a {
	color: #17212b;
	text-decoration: none;
}

.storefront-featured-product__body > p:not(.storefront-featured-product__eyebrow) {
	margin: 0;
	color: #52606a;
	line-height: 1.6;
}

.storefront-featured-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 24px;
	font-weight: 700;
}

.storefront-featured-product__footer a {
	color: #17212b;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.storefront-product-signal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0;
}

.storefront-product-signal span {
	padding: 7px 10px;
	border: 1px solid #c7d8dc;
	border-radius: 999px;
	color: #1d5865;
	font-size: 0.78rem;
	font-weight: 700;
}

.storefront-product-editorial {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 28px;
	margin: 52px 0 24px;
	padding: 42px;
	border: 1px solid #dce4e7;
	border-radius: 6px;
	background: #f7fafb;
}

.storefront-product-editorial__intro > p:not(.storefront-product-editorial__eyebrow) {
	max-width: 62ch;
	margin: 18px 0 0;
	color: #4d5d68;
	font-size: 1.04rem;
	line-height: 1.7;
}

.storefront-product-editorial__callout {
	padding-left: 16px;
	border-left: 3px solid #bd5c61;
	color: #17212b !important;
	font-weight: 600;
}

.storefront-product-editorial__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-self: stretch;
}

.storefront-product-editorial__gallery img {
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	border-radius: 4px;
}

.storefront-product-editorial__specs {
	grid-column: 1 / -1;
	padding-top: 8px;
}

.storefront-product-editorial__specs h3 {
	margin: 0 0 16px;
	color: #17212b;
	font-size: 1.2rem;
}

.storefront-product-editorial__specs table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
}

.storefront-product-editorial__specs th,
.storefront-product-editorial__specs td {
	padding: 13px 16px;
	border-bottom: 1px solid #e1e8ea;
	text-align: left;
}

.storefront-product-editorial__specs th {
	width: 35%;
	color: #17212b;
	font-weight: 700;
}

.storefront-product-editorial__specs td {
	color: #52606a;
}

@media (max-width: 900px) {
	.storefront-featured-products__heading,
	.storefront-product-editorial {
		grid-template-columns: 1fr;
	}

	.storefront-featured-product {
		grid-template-columns: 1fr;
	}

	.storefront-featured-product__image img {
		min-height: 220px;
	}
}

@media (max-width: 640px) {
	.storefront-featured-products {
		margin: 48px auto;
		padding: 0 16px;
	}

	.storefront-featured-products__grid {
		grid-template-columns: 1fr;
	}

	.storefront-featured-product__body,
	.storefront-product-editorial {
		padding: 24px;
	}

	.storefront-product-editorial__gallery {
		grid-template-columns: 1fr;
	}
}

/* Homepage editorial layout. Keep the story spacious, legible, and useful. */
.lzxfc-home-page {
	--lzxfc-ink: #17212b;
	--lzxfc-muted: #52606a;
	--lzxfc-line: #d9e3e4;
	--lzxfc-teal: #1d5865;
	--lzxfc-coral: #bd5c61;
	color: var(--lzxfc-ink);
}

.lzxfc-home-hero {
	max-width: 1260px;
	min-height: 620px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 72px;
	align-items: center;
	margin: 0 auto;
	padding: 88px 24px 78px;
	background: #f1f6f3;
	border-bottom: 1px solid var(--lzxfc-line);
}

.lzxfc-home-hero__copy {
	max-width: 660px;
}

.lzxfc-home-hero__eyebrow,
.lzxfc-home-kicker {
	margin: 0 0 16px;
	color: var(--lzxfc-teal);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.lzxfc-home-hero__eyebrow span {
	margin: 0 8px;
	color: var(--lzxfc-coral);
}

.lzxfc-home-hero h1 {
	max-width: 9ch;
	margin: 0;
	color: var(--lzxfc-ink);
	font-size: 4.75rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
}

.lzxfc-home-hero__lead {
	max-width: 23ch;
	margin: 26px 0 0;
	color: var(--lzxfc-ink);
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.15;
}

.lzxfc-home-hero__body {
	max-width: 56ch;
	margin: 18px 0 0;
	color: var(--lzxfc-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.lzxfc-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 32px;
}

.lzxfc-home-hero__actions > br,
.lzxfc-home-confidence__links > br,
.lzxfc-home-page > br {
	display: none;
}

.lzxfc-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	border-radius: 3px;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.lzxfc-button--dark {
	background: var(--lzxfc-ink);
	color: #fff;
}

.lzxfc-button--dark:hover,
.lzxfc-button--dark:focus-visible {
	background: var(--lzxfc-teal);
	color: #fff;
}

.lzxfc-text-link {
	color: var(--lzxfc-ink);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.lzxfc-text-link:hover,
.lzxfc-text-link:focus-visible {
	color: var(--lzxfc-coral);
}

.lzxfc-home-hero__visual {
	position: relative;
	margin: 0;
	padding: 18px 18px 0;
	background: #fff;
	border: 1px solid var(--lzxfc-line);
	border-radius: 5px;
	box-shadow: 0 18px 42px rgba(23, 33, 43, 0.08);
}

.lzxfc-home-hero__visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.lzxfc-home-hero__visual figcaption {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 2px 20px;
	color: var(--lzxfc-muted);
	font-size: 0.78rem;
}

.lzxfc-home-hero__visual figcaption span {
	color: var(--lzxfc-coral);
	font-weight: 700;
}

.lzxfc-home-hero__visual figcaption strong {
	max-width: 22ch;
	color: var(--lzxfc-ink);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
}

.lzxfc-home-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1260px;
	margin: 0 auto;
	padding: 28px 24px 34px;
	border-bottom: 1px solid var(--lzxfc-line);
}

.lzxfc-home-trust > div {
	min-height: 96px;
	padding: 0 20px;
	border-left: 1px solid var(--lzxfc-line);
}

.lzxfc-home-trust > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.lzxfc-home-trust__index {
	display: block;
	margin-bottom: 12px;
	color: var(--lzxfc-coral);
	font-size: 0.72rem;
	font-weight: 700;
}

.lzxfc-home-trust strong {
	display: block;
	font-size: 0.96rem;
	font-weight: 700;
}

.lzxfc-home-trust p {
	max-width: 22ch;
	margin: 7px 0 0;
	color: var(--lzxfc-muted);
	font-size: 0.85rem;
	line-height: 1.45;
}

.lzxfc-home-collection,
.lzxfc-home-story,
.lzxfc-home-principles,
.lzxfc-home-confidence {
	max-width: 1260px;
	margin: 0 auto;
	padding: 88px 24px;
}

.lzxfc-home-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
	gap: 36px;
	align-items: end;
	margin-bottom: 36px;
}

.lzxfc-home-section-heading h2,
.lzxfc-home-story h2,
.lzxfc-home-confidence h2 {
	max-width: 15ch;
	margin: 0;
	color: var(--lzxfc-ink);
	font-size: 3.35rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.02;
}

.lzxfc-home-section-heading > p {
	max-width: 30ch;
	margin: 0 0 3px;
	color: var(--lzxfc-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.lzxfc-home-collection .storefront-featured-products {
	max-width: none;
	margin: 0;
	padding: 0;
}

.lzxfc-home-collection .storefront-featured-products__heading {
	display: none;
}

.lzxfc-home-collection .storefront-featured-products__grid {
	gap: 24px;
}

.lzxfc-home-collection .storefront-featured-product {
	min-height: 370px;
	border-color: var(--lzxfc-line);
	border-radius: 5px;
}

.lzxfc-home-story {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	gap: 100px;
	border-top: 1px solid var(--lzxfc-line);
}

.lzxfc-home-story__intro h2 {
	max-width: 12ch;
}

.lzxfc-home-story__body {
	max-width: 60ch;
	padding-top: 28px;
}

.lzxfc-home-story__body p {
	margin: 0 0 18px;
	color: var(--lzxfc-muted);
	font-size: 1.05rem;
	line-height: 1.78;
}

.lzxfc-home-story__body .lzxfc-text-link {
	display: inline-block;
	margin-top: 12px;
}

.lzxfc-home-principles {
	border-top: 1px solid var(--lzxfc-line);
}

.lzxfc-home-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--lzxfc-line);
}

.lzxfc-home-principles article {
	min-height: 220px;
	padding: 26px 30px 0 0;
	border-right: 1px solid var(--lzxfc-line);
}

.lzxfc-home-principles article + article {
	padding-left: 30px;
}

.lzxfc-home-principles article:last-child {
	border-right: 0;
}

.lzxfc-home-principles article > span {
	color: var(--lzxfc-coral);
	font-size: 0.74rem;
	font-weight: 700;
}

.lzxfc-home-principles h3 {
	margin: 28px 0 10px;
	font-size: 1.25rem;
	font-weight: 700;
}

.lzxfc-home-principles article p {
	max-width: 32ch;
	margin: 0;
	color: var(--lzxfc-muted);
	line-height: 1.65;
}

.lzxfc-home-confidence {
	max-width: none;
	padding-right: max(24px, calc((100vw - 1212px) / 2));
	padding-left: max(24px, calc((100vw - 1212px) / 2));
	background: var(--lzxfc-ink);
	color: #fff;
}

.lzxfc-home-confidence .lzxfc-home-kicker {
	color: #d8a3a1;
}

.lzxfc-home-confidence h2 {
	max-width: 12ch;
	color: #fff;
}

.lzxfc-home-confidence__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 54px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.lzxfc-home-confidence__links a {
	position: relative;
	display: flex;
	min-height: 132px;
	flex-direction: column;
	padding: 22px 40px 18px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	text-decoration: none;
}

.lzxfc-home-confidence__links a + a {
	padding-left: 24px;
}

.lzxfc-home-confidence__links a:last-child {
	border-right: 0;
}

.lzxfc-home-confidence__links a span {
	font-size: 1rem;
	font-weight: 700;
}

.lzxfc-home-confidence__links a small {
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.84rem;
	line-height: 1.45;
}

.lzxfc-home-confidence__links a b {
	margin-top: auto;
	color: #d8a3a1;
	font-size: 1.2rem;
	font-weight: 400;
}

.lzxfc-home-confidence__links a:hover span,
.lzxfc-home-confidence__links a:focus-visible span {
	color: #d8a3a1;
}

@media (max-width: 1000px) {
	.lzxfc-home-hero {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
		gap: 42px;
	}

	.lzxfc-home-hero h1 {
		font-size: 3.7rem;
	}

	.lzxfc-home-story {
		gap: 52px;
	}

	.lzxfc-home-confidence__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lzxfc-home-confidence__links a:nth-child(2) {
		border-right: 0;
	}

	.lzxfc-home-confidence__links a:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.28);
	}
}

@media (max-width: 720px) {
	.lzxfc-home-hero,
	.lzxfc-home-story {
		grid-template-columns: 1fr;
	}

	.lzxfc-home-hero {
		min-height: 0;
		gap: 40px;
		padding-top: 56px;
		padding-bottom: 52px;
	}

	.lzxfc-home-hero h1 {
		max-width: 10ch;
		font-size: 3rem;
	}

	.lzxfc-home-hero__visual {
		max-width: 520px;
	}

	.lzxfc-home-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 0;
	}

	.lzxfc-home-trust > div:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.lzxfc-home-trust > div:nth-child(3),
	.lzxfc-home-trust > div:nth-child(4) {
		padding-top: 24px;
		border-top: 1px solid var(--lzxfc-line);
	}

	.lzxfc-home-section-heading {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.lzxfc-home-section-heading h2,
	.lzxfc-home-story h2,
	.lzxfc-home-confidence h2 {
		font-size: 2.55rem;
	}

	.lzxfc-home-collection,
	.lzxfc-home-story,
	.lzxfc-home-principles,
	.lzxfc-home-confidence {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.lzxfc-home-story__body {
		padding-top: 0;
	}

	.lzxfc-home-principles__grid {
		grid-template-columns: 1fr;
	}

	.lzxfc-home-principles article,
	.lzxfc-home-principles article + article {
		min-height: 0;
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--lzxfc-line);
	}

	.lzxfc-home-principles article:last-child {
		border-bottom: 0;
	}

	.lzxfc-home-principles h3 {
		margin-top: 16px;
	}
}

@media (max-width: 520px) {
	.lzxfc-home-hero h1 {
		font-size: 2.65rem;
	}

	.lzxfc-home-hero__lead {
		font-size: 1.35rem;
	}

	.lzxfc-home-trust {
		grid-template-columns: 1fr;
	}

	.lzxfc-home-trust > div,
	.lzxfc-home-trust > div:nth-child(3),
	.lzxfc-home-trust > div:nth-child(4) {
		min-height: 0;
		padding: 20px 0 0;
		border-top: 1px solid var(--lzxfc-line);
		border-left: 0;
	}

	.lzxfc-home-trust > div:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.lzxfc-home-confidence__links {
		grid-template-columns: 1fr;
	}

	.lzxfc-home-confidence__links a,
	.lzxfc-home-confidence__links a + a,
	.lzxfc-home-confidence__links a:nth-child(2),
	.lzxfc-home-confidence__links a:nth-child(n + 3) {
		min-height: 104px;
		padding: 20px 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
	}

	.lzxfc-home-confidence__links a:first-child {
		border-top: 0;
	}
}
