/* Editorial B2B product detail — local v0.6.0 */
body.single-product #primary {
	margin-inline: auto;
	max-width: 1480px;
	padding-inline: clamp(28px, 6vw, 96px);
	padding-top: 24px;
	width: 100%;
}

.single-product .woocommerce-breadcrumb {
	border-bottom: 1px solid var(--line);
	margin-bottom: 34px;
	padding-bottom: 18px;
}

body.single-product.woocommerce div.product {
	align-items: start;
	gap: clamp(46px, 5vw, 72px);
	grid-template-columns: minmax(320px, 400px) minmax(520px, 620px);
	justify-content: center;
}

body.single-product.woocommerce div.product div.images {
	justify-self: end;
	margin-bottom: 0;
	max-width: 420px;
	width: 100%;
}

.single-product .woocommerce-product-gallery__wrapper {
	background: #eeece6;
}

.single-product .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1.06;
	object-fit: cover;
	width: 100%;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 8px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	margin: 0;
	width: auto;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
	aspect-ratio: 1;
	border: 1px solid transparent;
	object-fit: cover;
	opacity: .55;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product.woocommerce div.product div.images .flex-control-thumbs img:hover {
	border-color: var(--ink);
	opacity: 1;
}

body.single-product.woocommerce div.product div.summary {
	background: #ebe8df;
	margin: 0;
	max-width: 620px;
	padding: clamp(30px, 3vw, 44px);
	position: static;
}

.gkgod-product-intro {
	align-items: center;
	border-bottom: 1px solid rgba(17,17,15,.16);
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
	padding-bottom: 15px;
}

.gkgod-product-intro .gkgod-eyebrow {
	color: var(--moss);
	margin: 0;
}

.gkgod-product-intro > span {
	color: var(--muted);
	font-size: .64rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.single-product.woocommerce div.product .product_title {
	font-size: clamp(2.45rem, 3.45vw, 4.2rem);
	letter-spacing: -.05em;
	line-height: .94;
}

.single-product .woocommerce-product-details__short-description {
	border-bottom: 1px solid rgba(17,17,15,.16);
	color: #55564f;
	font-size: clamp(.95rem, 1.1vw, 1.08rem);
	line-height: 1.7;
	margin: 28px 0 0;
	padding-bottom: 28px;
}

.single-product .gkgod-quote-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 28px;
}

.single-product .gkgod-quote-actions .gkgod-button {
	min-height: 56px;
	padding-inline: 14px;
}

.single-product .gkgod-microcopy {
	color: #55564f;
	letter-spacing: .02em;
	margin: 13px 0 0;
}

.gkgod-trade-points {
	border-bottom: 1px solid rgba(17,17,15,.16);
	border-top: 1px solid rgba(17,17,15,.16);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 32px;
}

.gkgod-trade-points > div {
	display: grid;
	padding: 15px 10px;
}

.gkgod-trade-points > div + div {
	border-left: 1px solid rgba(17,17,15,.16);
}

.gkgod-trade-points span {
	color: var(--moss);
	font-size: .6rem;
	letter-spacing: .1em;
}

.gkgod-trade-points strong {
	font-family: var(--serif);
	font-size: .95rem;
	font-weight: 400;
	margin-top: 8px;
}

.gkgod-trade-points small {
	color: var(--muted);
	font-size: .62rem;
	margin-top: 2px;
}

.gkgod-product-response {
	color: var(--muted);
	font-size: .73rem;
	line-height: 1.6;
	margin: 18px 0 0;
}

.single-product .gkgod-specs,
.single-product .woocommerce-tabs,
.single-product .related {
	margin-top: clamp(64px, 7vw, 105px);
}

.single-product .gkgod-specs {
	background: #ece8df;
	border: 0;
	display: grid;
	gap: clamp(45px, 7vw, 110px);
	grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
	padding: clamp(40px, 5vw, 72px);
}

.gkgod-specs__heading .gkgod-eyebrow {
	color: var(--moss);
	margin-bottom: 34px;
}

.single-product .gkgod-specs__heading h2 {
	font-size: clamp(2.5rem, 3.7vw, 4.6rem);
	letter-spacing: -.05em;
	line-height: .95;
}

.gkgod-specs__heading > p:last-child {
	color: var(--muted);
	font-size: .78rem;
	line-height: 1.7;
	margin: 25px 0 0;
	max-width: 390px;
}

.single-product .gkgod-specs dl {
	grid-template-columns: 1fr;
	margin: 0;
}

.single-product .gkgod-specs dl div {
	border-color: rgba(17,17,15,.16);
	grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr);
	padding: 21px 0;
}

.single-product .gkgod-specs dt {
	font-size: .68rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.single-product .gkgod-specs dd {
	color: #34352f;
	font-family: var(--serif);
	font-size: 1.08rem;
	line-height: 1.45;
}

.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

.single-product .woocommerce-tabs .panel {
	background: #20221e;
	color: #f3f0e8;
	display: grid;
	gap: 30px 8vw;
	grid-template-columns: .75fr 1.25fr;
	margin: 0;
	padding: clamp(38px, 6vw, 86px);
}

.single-product .woocommerce-tabs .panel > h2:first-child {
	font-size: clamp(2.5rem, 4vw, 5rem);
	grid-row: 1 / span 5;
	line-height: .92;
}

.single-product .woocommerce-tabs .panel h2:not(:first-child) {
	font-size: clamp(1.45rem, 2vw, 2.1rem);
	margin-top: 12px;
}

.single-product .woocommerce-tabs .panel p {
	color: #c9c9c1;
	margin: 0;
}

.gkgod-product-overview {
	background: #1d211c;
	color: #f3f0e8;
	display: block;
	grid-column: 1 / -1;
	margin-top: clamp(70px, 8vw, 125px);
	overflow: hidden;
	padding: clamp(48px, 6vw, 84px);
	position: relative;
}

.gkgod-product-overview::before {
	background: radial-gradient(circle, rgba(212,185,140,.18) 0 1px, transparent 1.5px);
	background-size: 18px 18px;
	content: "";
	height: 210px;
	top: -70px;
	right: -45px;
	position: absolute;
	width: 310px;
}

.gkgod-product-overview > header {
	align-items: end;
	display: grid;
	gap: 22px clamp(40px, 8vw, 130px);
	grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr);
	position: relative;
	z-index: 1;
}

.gkgod-product-overview > header .gkgod-eyebrow {
	color: #c8b28d;
	grid-column: 1 / -1;
	margin-bottom: 10px;
}

.gkgod-product-overview > header h2 {
	font-size: clamp(2.8rem, 4.4vw, 5.5rem);
	letter-spacing: -.05em;
	line-height: .9;
	max-width: 820px;
}

.gkgod-product-overview > header > p:last-child {
	color: rgba(243,240,232,.62);
	font-size: .88rem;
	line-height: 1.75;
	margin: 0 0 6px;
	max-width: 390px;
}

.gkgod-product-overview__content {
	border-top: 1px solid rgba(255,255,255,.2);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(48px, 6vw, 78px);
}

.gkgod-product-overview__content article {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 30px clamp(24px, 3vw, 44px) 0;
}

.gkgod-product-overview__content article:first-child {
	padding-left: 0;
}

.gkgod-product-overview__content article + article {
	border-left: 1px solid rgba(255,255,255,.2);
}

.gkgod-product-overview__content article > span {
	color: #c8b28d;
	font-size: .64rem;
	letter-spacing: .1em;
}

.gkgod-product-overview__content h3 {
	color: #f3f0e8;
	font-size: clamp(1.55rem, 2vw, 2.35rem);
	line-height: 1;
	margin-top: 46px;
	max-width: 250px;
}

.gkgod-product-overview__content p {
	color: rgba(243,240,232,.62);
	font-size: .82rem;
	line-height: 1.8;
	margin: 24px 0 0;
}

.gkgod-product-overview__content article > div p {
	margin-top: 24px;
}

.gkgod-product-overview__content a {
	border-bottom: 1px solid #c8b28d;
	color: #f3f0e8;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1em;
	margin-top: auto;
	padding: 30px 0 7px;
	width: max-content;
	text-decoration: none;
	text-transform: uppercase;
}

/* Image-led product story, aligned with the approved Shopify product language. */
.gkgod-product-story {
	background: #eeeae1;
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	margin-top: clamp(68px, 7vw, 105px);
}

.gkgod-product-story__media {
	margin: 0;
	min-height: 680px;
	overflow: hidden;
}

.gkgod-product-story__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gkgod-product-story__content {
	align-self: center;
	padding: clamp(42px, 6vw, 86px);
}

.gkgod-product-story__content > .gkgod-eyebrow {
	color: var(--moss);
	margin-bottom: 28px;
}

.gkgod-product-story__content > h2 {
	font-size: clamp(2.7rem, 4vw, 5rem);
	letter-spacing: -.05em;
	line-height: .92;
	max-width: 620px;
}

.gkgod-product-story__lead {
	color: var(--muted);
	font-size: .9rem;
	line-height: 1.75;
	margin: 26px 0 34px;
	max-width: 560px;
}

.gkgod-product-story__lead p {
	margin: 0;
}

.gkgod-product-detail {
	border-top: 1px solid rgba(17,17,15,.18);
}

.gkgod-product-detail:last-of-type {
	border-bottom: 1px solid rgba(17,17,15,.18);
}

.gkgod-product-detail summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: .72rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: .09em;
	list-style: none;
	padding: 19px 0;
	text-transform: uppercase;
}

.gkgod-product-detail summary::-webkit-details-marker {
	display: none;
}

.gkgod-product-detail summary span:last-child {
	font-family: var(--serif);
	font-size: 1.25rem;
	font-weight: 400;
	transition: transform .2s ease;
}

.gkgod-product-detail[open] summary span:last-child {
	transform: rotate(45deg);
}

.gkgod-product-detail > p {
	color: var(--muted);
	font-size: .8rem;
	line-height: 1.75;
	margin: 0;
	padding: 0 36px 22px 0;
}

.gkgod-product-detail dl {
	margin: 0;
	padding-bottom: 22px;
}

.gkgod-product-detail dl > div {
	display: grid;
	font-size: .76rem;
	gap: 20px;
	grid-template-columns: .75fr 1.25fr;
	padding: 7px 0;
}

.gkgod-product-detail dt {
	font-weight: 700;
}

.gkgod-product-detail dd {
	color: var(--muted);
	margin: 0;
}

.gkgod-product-story__cta {
	border-bottom: 1px solid;
	display: inline-flex;
	font-size: .68rem;
	font-weight: 700;
	gap: 24px;
	letter-spacing: .1em;
	margin-top: 32px;
	padding-bottom: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.gkgod-product-story__cta:hover {
	color: var(--moss);
}

.single-product .related {
	border-top: 0;
	padding-bottom: clamp(80px, 9vw, 140px);
	padding-top: 0;
	position: relative;
}

.single-product .related > h2 {
	border-top: 1px solid var(--line);
	font-size: clamp(2.5rem, 4.2vw, 5rem);
	letter-spacing: -.05em;
	max-width: none;
	padding-top: 42px;
}

.single-product .related > h2::before {
	color: var(--moss);
	content: "Continue exploring";
	display: block;
	font-family: var(--sans);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .14em;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.single-product .related ul.products {
	gap: 48px 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	margin: 38px 0 0;
}

.single-product .related ul.products li.product:first-child {
	grid-column: auto;
	grid-row: auto;
}

.single-product .related ul.products li.product:first-child a img,
.single-product .related ul.products li.product a img {
	aspect-ratio: 1 / 1.12;
}

.single-product .related ul.products li.product .woocommerce-loop-product__title {
	font-size: clamp(1.15rem, 1.45vw, 1.55rem);
}

.single-product .related .gkgod-product-quote {
	font-size: .6rem !important;
}

@media (max-width: 980px) {
	body.single-product.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	body.single-product.woocommerce div.product div.summary {
		max-width: none;
		position: static;
	}

	body.single-product.woocommerce div.product div.images {
		justify-self: stretch;
		max-width: none;
	}

	.single-product .gkgod-specs,
	.single-product .woocommerce-tabs .panel,
	.gkgod-product-overview {
		grid-template-columns: 1fr;
	}

	.gkgod-product-overview > header {
		position: static;
	}

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

	.gkgod-product-story__media {
		min-height: 0;
	}

	.gkgod-product-story__media img {
		aspect-ratio: 4 / 3;
	}

	.single-product .woocommerce-tabs .panel > h2:first-child {
		grid-row: auto;
	}

	.single-product .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* v0.10 — restrained editorial product layout. */
body.single-product #primary {
	max-width: 1420px;
	padding-bottom: 0;
	padding-inline: clamp(24px, 5vw, 76px);
}

body.single-product.woocommerce div.product {
	column-gap: clamp(30px, 4vw, 58px);
	grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
	justify-content: stretch;
	row-gap: 0;
}

body.single-product.woocommerce div.product div.images {
	justify-self: stretch;
	max-width: 460px;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
	background: #ebe9e2;
}

.single-product .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1.08;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs {
	gap: 7px;
	margin-top: 10px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img {
	background: #ebe9e2;
	border: 0;
	opacity: .44;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product.woocommerce div.product div.images .flex-control-thumbs img:hover {
	box-shadow: inset 0 0 0 1px var(--ink);
	opacity: 1;
}

body.single-product.woocommerce div.product div.summary {
	align-self: start;
	background: #f0eee7;
	border-top: 3px solid var(--ink);
	max-width: none;
	min-height: 0;
	padding: clamp(30px, 3.5vw, 48px);
}

.gkgod-product-intro {
	border-color: rgba(17, 17, 15, .14);
	margin-bottom: clamp(30px, 4vw, 50px);
	padding-bottom: 15px;
}

body.single-product.woocommerce div.product .product_title {
	font-size: clamp(2.6rem, 4vw, 4.75rem);
	line-height: .92;
	max-width: 760px;
}

.single-product .woocommerce-product-details__short-description {
	font-size: clamp(.94rem, 1vw, 1.04rem);
	line-height: 1.72;
	margin-top: 24px;
	padding-bottom: 24px;
}

.single-product .gkgod-quote-actions {
	gap: 8px;
	margin-top: 24px;
}

.single-product .gkgod-quote-actions .gkgod-button {
	min-height: 52px;
}

.gkgod-trade-points {
	margin-top: 24px;
}

.gkgod-trade-points > div {
	min-height: 94px;
	padding: 17px 12px;
}

.gkgod-trade-points strong {
	font-size: 1rem;
}

.gkgod-product-response {
	margin-top: 15px;
}

.gkgod-product-story {
	align-items: center;
	background: #20231f;
	column-gap: clamp(20px, 2.8vw, 42px);
	grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
	margin-top: clamp(82px, 8vw, 120px);
	padding: clamp(18px, 2.2vw, 30px);
}

.gkgod-product-story__media {
	aspect-ratio: 1 / 1;
	align-self: center;
	min-height: 0;
	width: 100%;
}

.gkgod-product-story__media img {
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
}

.gkgod-product-story__content {
	color: #f5f1e8;
	padding: clamp(36px, 3.6vw, 50px);
}

.gkgod-product-story__content > .gkgod-eyebrow {
	color: #c7af83;
}

.gkgod-product-story__content > h2 {
	font-size: clamp(2.7rem, 3.5vw, 4.25rem);
}

.gkgod-product-story__lead {
	margin: 22px 0 24px;
}

.gkgod-product-detail summary {
	padding-block: 16px;
}

.gkgod-product-story__cta {
	margin-top: 24px;
}

.gkgod-product-story__lead,
.gkgod-product-detail p,
.gkgod-product-detail dd {
	color: rgba(245, 241, 232, .68);
}

.gkgod-product-detail,
.gkgod-product-detail:last-of-type {
	border-color: rgba(245, 241, 232, .18);
}

.gkgod-product-detail summary,
.gkgod-product-story__cta {
	color: #f5f1e8;
}

.gkgod-product-story__cta:hover {
	color: #c7af83;
}

.single-product .related {
	background: #efede6;
	margin-inline: calc(clamp(24px, 5vw, 76px) * -1);
	margin-top: clamp(90px, 9vw, 135px);
	padding: clamp(62px, 7vw, 100px) clamp(24px, 5vw, 76px) clamp(90px, 9vw, 140px);
}

.single-product .related > h2 {
	border-top: 0;
	font-size: clamp(2.7rem, 4.7vw, 5.6rem);
	max-width: 980px;
	padding-top: 0;
}

.single-product .related > h2::before {
	margin-bottom: 20px;
}

.single-product .related ul.products {
	gap: 46px 18px;
	margin-top: 48px;
}

.single-product .related ul.products li.product a img {
	background: #e1ded5;
	margin-bottom: 16px;
}

@media (max-width: 980px) {
	body.single-product.woocommerce div.product {
		grid-template-columns: 1fr;
		row-gap: 36px;
	}

	body.single-product.woocommerce div.product div.images {
		justify-self: center;
		max-width: 560px;
	}

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

	.gkgod-product-story__media {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	body.single-product #primary {
		padding-inline: 20px;
	}

	body.single-product.woocommerce div.product div.summary {
		border-top-width: 2px;
		margin-inline: 0;
		padding: 28px 22px 32px;
	}

	.gkgod-product-story {
		margin-inline: -20px;
		margin-top: 0;
		padding: 14px;
	}

	.gkgod-product-story__media img {
		aspect-ratio: 1 / 1;
	}

	.gkgod-product-story__content {
		padding: 42px 24px 52px;
	}

	.single-product .related {
		margin-inline: -20px;
		margin-top: 72px;
		padding: 52px 20px 82px;
	}
}

@media (max-width: 720px) {
	.gkgod-trade-points {
		grid-template-columns: 1fr 1fr;
	}

	.gkgod-trade-points > div:nth-child(3) {
		border-left: 0;
	}

	.gkgod-trade-points > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(17,17,15,.16);
	}

	.gkgod-product-overview__content article {
		grid-template-columns: 28px 1fr;
	}

	.gkgod-product-overview__content article > p,
	.gkgod-product-overview__content article > div,
	.gkgod-product-overview__content a {
		grid-column: 2;
	}
}

@media (max-width: 560px) {
	body.single-product #primary {
		padding-inline: 20px;
		padding-top: 16px;
	}

	body.single-product.woocommerce div.product div.images .flex-control-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	body.single-product.woocommerce div.product div.summary {
		margin-inline: calc(var(--pad) * -1);
		padding: 30px var(--pad) 36px;
	}

	.single-product .gkgod-quote-actions {
		grid-template-columns: 1fr;
	}

	.single-product .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
