.hl-product-detail {
	--ink: #171512;
	--body: #5b574f;
	--muted: #817a70;
	--gold: #a97832;
	--gold-2: #c39a5a;
	--cream: #faf7f2;
	--cream-2: #f5efe6;
	--paper: #ffffff;
	--line: #e8e0d4;
	--shadow: 0 18px 50px rgba(44, 34, 20, .07);
	--radius: 26px;
	--container: 1300px;
	width: 100%;
	max-width: none;
	margin: 0;
	background: #fffdf9;
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.75;
	overflow-x: clip;
}

.hl-product-detail *,
.hl-product-detail *::before,
.hl-product-detail *::after {
	box-sizing: border-box;
}

.hl-product-detail img {
	display: block;
	max-width: 100%;
	height: auto;
}

.hl-product-detail a {
	color: inherit;
	text-decoration: none;
}

.hl-product-detail button,
.hl-product-detail input,
.hl-product-detail select,
.hl-product-detail textarea {
	font: inherit;
}

.hl-product-detail h1,
.hl-product-detail h2,
.hl-product-detail h3,
.hl-product-detail h4,
.hl-product-detail p,
.hl-product-detail figure,
.hl-product-detail table {
	margin: 0;
}

.hl-product-detail h1,
.hl-product-detail h2,
.hl-product-detail h3 {
	color: var(--ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: 0;
}

.hl-product-detail h1 {
	font-size: clamp(42px, 5vw, 66px);
	line-height: 1.06;
	letter-spacing: -.025em;
}

.hl-product-detail h2 {
	font-size: clamp(32px, 3.4vw, 44px);
	letter-spacing: -.018em;
}

.hl-product-detail h3 {
	font-size: 24px;
	color: var(--gold);
}

.hl-product-detail p {
	color: var(--body);
	font-size: 17px;
	line-height: 1.75;
}

.hl-product-detail .container {
	width: min(var(--container), calc(100% - 48px));
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

/* The product detail page renders inside the theme's default content wrapper
   (.wrap / .content-area). Break that wrapper open on product pages so the
   detail layout uses its own wide container (1280–1320px) instead of the
   theme's narrower content width. Gated by :has() so it only affects pages
   that actually contain the product detail main element — no effect on any
   other part of the site. */
.wrap:has(.hl-product-detail),
.content-area:has(.hl-product-detail),
.site-main:has(.hl-product-detail),
.entry-content:has(.hl-product-detail) {
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.hl-product-detail .entry-content,
.hl-product-detail .content-area,
.hl-product-detail .site-main {
	width: 100%;
	max-width: none;
}

.hl-product-detail .section {
	padding: 92px 0;
	scroll-margin-top: 96px;
}

.hl-product-detail .section.short {
	padding: 72px 0;
}

.hl-product-detail .section.alt {
	background: var(--cream);
}

.hl-product-detail .section-heading {
	max-width: 860px;
	margin: 0 0 30px;
}

.hl-product-detail .section-heading.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.hl-product-detail .eyebrow {
	margin-bottom: 10px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.hl-product-detail .card {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.hl-product-detail .btn,
.hl-product-detail button.btn,
.hl-product-detail input[type="submit"],
.hl-product-detail button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hl-product-detail .btn-dark {
	background: #111111;
	color: #ffffff;
}

.hl-product-detail .btn-dark:hover {
	background: #2a2a2a;
	transform: translateY(-1px);
}

.hl-product-detail .btn-light {
	background: #ffffff;
	color: #111111;
	border-color: #d8ccbb;
}

.hl-product-detail .btn-light:hover {
	background: var(--cream);
	transform: translateY(-1px);
}

.hl-product-detail .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 24px 0 4px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.4;
}

.hl-product-detail .breadcrumb a:hover,
.hl-product-detail .text-link:hover {
	color: var(--gold);
}

.hl-product-detail .hero {
	padding: 36px 0 72px;
	scroll-margin-top: 96px;
}

.hl-product-detail .hero-grid {
	display: grid;
	grid-template-columns: 1.03fr .97fr;
	gap: 70px;
	align-items: center;
}

.hl-product-detail .hero-grid-no-image {
	grid-template-columns: 1fr;
}

.hl-product-detail .gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: start;
	min-width: 0;
}

.hl-product-detail .gallery:has(.thumbs) {
	grid-template-columns: 88px 1fr;
}

.hl-product-detail .gallery:has(.thumbs) .thumbs {
	grid-column: 1;
	grid-row: 1;
}

.hl-product-detail .gallery:has(.thumbs) .hero-photo {
	grid-column: 2;
	grid-row: 1;
}

.hl-product-detail .hero-photo {
	position: relative;
	order: 1;
	width: 100%;
	min-height: 720px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 30px;
	background: #efe7da;
	box-shadow: var(--shadow);
}

.hl-product-detail .hero-photo img {
	width: 100%;
	height: 100%;
	min-height: 720px;
	object-fit: cover;
	object-position: center;
}

.hl-product-detail .thumbs {
	order: 2;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 2px 2px 8px;
	scrollbar-width: none;
}

.hl-product-detail .thumbs::-webkit-scrollbar,
.hl-product-detail .anchor-nav::-webkit-scrollbar,
.hl-product-detail .product-track::-webkit-scrollbar {
	display: none;
}

.hl-product-detail .thumb {
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #ffffff;
	cursor: pointer;
}

.hl-product-detail .thumb.active,
.hl-product-detail .thumb:focus-visible {
	border: 2px solid var(--gold);
	outline: 0;
}

.hl-product-detail .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-product-detail .hero-copy {
	min-width: 0;
	max-width: none;
}

.hl-product-detail .hero-copy .product-code {
	margin: 18px 0 24px;
	color: var(--gold);
	font-weight: 700;
}

.hl-product-detail .hero-copy .summary {
	max-width: 620px;
	font-size: 18px;
	line-height: 1.78;
}

.hl-product-detail .hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 38px 0;
}

.hl-product-detail .hero-facts > *,
.hl-product-detail .highlight-grid > *,
.hl-product-detail .numbers > * {
	min-width: 0;
}

.hl-product-detail .hero-fact {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.hl-product-detail .hero-fact > div {
	min-width: 0;
}

.hl-product-detail .icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--cream-2);
	color: var(--gold);
	font-size: 21px;
	line-height: 1;
}

.hl-product-detail .hero-fact strong {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.hl-product-detail .hero-fact span {
	display: block;
	color: var(--body);
	font-size: 14px;
	line-height: 1.55;
	white-space: normal;
	overflow-wrap: anywhere;
}

.hl-product-detail .hero-fact:nth-child(5) {
	grid-column: 1 / -1;
}

.hl-product-detail .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hl-product-detail .anchor-wrap {
	position: sticky;
	top: 0;
	z-index: 900;
	background: rgba(255, 253, 249, .95);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.admin-bar .hl-product-detail .anchor-wrap {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .hl-product-detail .anchor-wrap {
		top: 46px;
	}
}

.hl-product-detail .anchor-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	height: 68px;
	overflow-x: auto;
	font-size: 14px;
	font-weight: 700;
	scrollbar-width: none;
}

.hl-product-detail .anchor-nav a {
	flex: 0 0 auto;
	white-space: nowrap;
	color: #5f594f;
}

.hl-product-detail .anchor-nav a:hover {
	color: var(--gold);
}

.hl-product-detail #highlights.section {
	padding: 42px 0 54px;
}

.hl-product-detail .highlight-box {
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px 26px;
}

.hl-product-detail .highlight-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 0;
}

.hl-product-detail .highlight {
	min-width: 0;
	min-height: 98px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: transparent;
	text-align: center;
}

.hl-product-detail .highlight:nth-child(4n),
.hl-product-detail .highlight:last-child {
	border-right: 0;
}

.hl-product-detail .highlight:nth-last-child(-n+4) {
	border-bottom: 0;
}

.hl-product-detail .highlight .icon {
	width: 38px;
	height: 38px;
	margin: 0 auto;
	font-size: 18px;
}

.hl-product-detail .highlight b {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
}

.hl-product-detail .highlight span {
	color: var(--muted);
	font-size: 12.5px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.hl-product-detail .audience-shell {
	display: grid;
	grid-template-columns: 220px 1.05fr 1fr;
	gap: 40px;
	align-items: stretch;
	min-height: 560px;
	padding: 48px;
}

.hl-product-detail .tabs {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.hl-product-detail .tab-btn {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #ffffff;
	color: var(--ink);
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.hl-product-detail .tab-btn.active {
	background: #b98b45;
	color: #ffffff;
	border-color: #b98b45;
	transform: translateX(4px);
}

.hl-product-detail .audience-panel {
	display: contents;
}

.hl-product-detail .audience-panel[hidden] {
	display: none;
}

.hl-product-detail .audience-image {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	border-radius: 22px;
	background: #efe7dc;
}

.hl-product-detail .audience-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .22s ease, transform .35s ease;
}

.hl-product-detail .audience-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 4px;
}

.hl-product-detail .audience-copy h3 {
	margin-bottom: 16px;
	color: var(--gold);
}

.hl-product-detail .audience-copy p + h3,
.hl-product-detail .audience-copy div + div {
	margin-top: 34px;
}

.hl-product-detail .specs-shell {
	padding: 48px;
}

.hl-product-detail .specs-grid {
	display: grid;
	gap: 42px;
	align-items: start;
}

/* Area-count driven columns: 1 valid area => single full-width column,
   2 valid areas => two equal columns, 3 valid areas => three equal columns.
   The <=980px media query collapses .specs-grid to one column on mobile. */
.hl-product-detail .specs-areas-1 {
	grid-template-columns: 1fr;
}

.hl-product-detail .specs-areas-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hl-product-detail .specs-areas-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hl-product-detail .spec-table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--line);
	border-collapse: collapse;
	border-radius: 18px;
}

.hl-product-detail .spec-table td {
	padding: 16px 17px;
	border-bottom: 1px solid var(--line);
	color: var(--body);
	font-size: 16px;
	line-height: 1.55;
	vertical-align: top;
}

.hl-product-detail .spec-table tr:last-child td {
	border-bottom: 0;
}

.hl-product-detail .spec-table td:first-child {
	width: 43%;
	background: var(--cream);
	color: var(--ink);
	font-weight: 700;
}

.hl-product-detail .spec-key-details {
	display: grid;
	gap: 22px;
}

.hl-product-detail .spec-key-details > h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.16;
}

.hl-product-detail .spec-detail-card {
	display: grid;
	grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
	gap: 24px;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(43, 30, 18, .06);
}

.hl-product-detail .spec-detail-media {
	aspect-ratio: 4 / 3;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: var(--cream);
}

.hl-product-detail .spec-detail-media img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.hl-product-detail .spec-detail-copy {
	padding: 26px 28px 26px 0;
}

.hl-product-detail .spec-detail-copy h4 {
	margin-bottom: 12px;
	font-size: clamp(24px, 2vw, 28px);
	line-height: 1.15;
}

.hl-product-detail .spec-detail-copy p {
	color: var(--body);
	font-size: 16px;
	line-height: 1.72;
}

.hl-product-detail .spec-detail-copy p + p {
	margin-top: 12px;
}

.hl-product-detail .spec-detail-summary {
	color: var(--gold);
	font-weight: 800;
}

.hl-product-detail #description .section-heading {
	margin-bottom: 10px;
}

.hl-product-detail .story-row {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 76px;
	align-items: center;
	min-height: 520px;
	margin-top: 64px;
}

.hl-product-detail .story-row.reverse {
	grid-template-columns: .95fr 1.05fr;
}

.hl-product-detail .story-row.reverse .story-image {
	order: 2;
}

.hl-product-detail .story-image {
	height: 470px;
	overflow: hidden;
	border-radius: 28px;
	box-shadow: var(--shadow);
}

.hl-product-detail .story-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-product-detail .story-copy {
	padding: 20px 8px;
}

.hl-product-detail .story-copy h3 {
	margin-bottom: 22px;
	font-size: 34px;
}

.hl-product-detail .story-copy p + p,
.hl-product-detail .story-copy p + .text-link {
	margin-top: 22px;
}

.hl-product-detail .text-link {
	display: inline-flex;
	margin-top: 22px;
	color: var(--gold);
	font-weight: 700;
	border-bottom: 1px solid rgba(169, 120, 50, .35);
}

.hl-product-detail .custom-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.hl-product-detail .custom-card {
	min-height: 250px;
	padding: 34px;
}

.hl-product-detail .custom-card .icon {
	margin-bottom: 20px;
}

.hl-product-detail .custom-card h3 {
	margin-bottom: 14px;
	font-size: 24px;
}

.hl-product-detail .process-shell {
	padding: 54px;
}

.hl-product-detail .process-intro {
	max-width: 860px;
}

.hl-product-detail .timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
	margin: 38px 0 46px;
}

.hl-product-detail .step {
	min-height: 180px;
	padding: 26px 18px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #ffffff;
	text-align: center;
}

.hl-product-detail .step-num {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: var(--gold);
	color: #ffffff;
	font-weight: 800;
}

.hl-product-detail .step b {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.35;
}

.hl-product-detail .step span {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.hl-product-detail .process-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 48px;
}

.hl-product-detail .process-card {
	min-height: 240px;
	padding: 38px;
}

.hl-product-detail .process-card h3 {
	margin-bottom: 16px;
}

.hl-product-detail .evidence-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 28px;
	margin-top: 38px;
}

.hl-product-detail .evidence-grid figure {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	border-radius: 24px;
}

.hl-product-detail .evidence-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-product-detail .evidence-grid figcaption {
	position: absolute;
	bottom: 20px;
	left: 22px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(17, 17, 17, .82);
	color: #ffffff;
	font-size: 13px;
}

.hl-product-detail .numbers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 54px;
	padding-top: 48px;
	border-top: 1px solid var(--line);
	text-align: center;
}

.hl-product-detail .numbers > div {
	min-width: 0;
}

.hl-product-detail .numbers strong {
	display: block;
	color: var(--gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 46px;
	font-weight: 500;
	line-height: 1.05;
	white-space: normal;
	overflow-wrap: anywhere;
}

.hl-product-detail .numbers span {
	color: var(--muted);
}

.hl-product-detail .factory-shell {
	padding: 56px;
}

.hl-product-detail .factory-grid {
	display: grid;
	grid-template-columns: 1.04fr .96fr;
	gap: 64px;
	align-items: center;
}

/* Graceful fallback: when no image/carousel, copy spans full width */
.hl-product-detail .factory-grid:not(:has(.factory-carousel)) {
	grid-template-columns: 1fr;
}

.hl-product-detail .factory-copy h2 {
	font-size: clamp(32px, 2.8vw, 36px);
	line-height: 1.12;
	margin-bottom: 20px;
}

.hl-product-detail .factory-copy p {
	font-size: 16px;
	line-height: 1.72;
}

.hl-product-detail .factory-points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin: 30px 0 34px;
}

.hl-product-detail .factory-point {
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
}

.hl-product-detail .factory-point b {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
}

.hl-product-detail .factory-point span {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.55;
}

.hl-product-detail .factory-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.hl-product-detail .factory-carousel {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	border-radius: 28px;
	background: #e9dfd2;
	box-shadow: var(--shadow);
}

.hl-product-detail .factory-track {
	position: relative;
	min-height: 430px;
}

.hl-product-detail .factory-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .35s ease;
}

.hl-product-detail .factory-slide.active {
	opacity: 1;
	pointer-events: auto;
}

.hl-product-detail .factory-slide img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.hl-product-detail .factory-slide figcaption {
	position: absolute;
	bottom: 20px;
	left: 22px;
	padding: 10px 15px;
	border-radius: 999px;
	background: rgba(17, 17, 17, .72);
	color: #ffffff;
	font-size: 13px;
	backdrop-filter: blur(8px);
}

.hl-product-detail .factory-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 50%;
	background: rgba(255, 255, 255, .9);
	color: var(--ink);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
	transform: translateY(-50%);
}

.hl-product-detail .factory-prev {
	left: 18px;
}

.hl-product-detail .factory-next {
	right: 18px;
}

.hl-product-detail .factory-dots {
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 3;
	display: flex;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
}

.hl-product-detail .factory-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c7b9a6;
	cursor: pointer;
}

.hl-product-detail .factory-dots button.active {
	width: 24px;
	border-radius: 999px;
	background: var(--gold);
}

.hl-product-detail .quote-info {
	padding: 58px;
}

.hl-product-detail .quote-info h2 {
	font-size: clamp(32px, 2.8vw, 36px);
	line-height: 1.12;
}

.hl-product-detail .quote-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin-top: 38px;
	align-items: stretch;
}

.hl-product-detail .quote-list {
	display: flex;
	flex-direction: column;
	padding: 34px;
	border-radius: 20px;
	background: var(--cream);
}

.hl-product-detail .quote-list h3 {
	margin-bottom: 18px;
}

.hl-product-detail .quote-list ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding-left: 20px;
	color: var(--body);
}

.hl-product-detail .quote-list li {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.58;
}

.hl-product-detail .quote-list strong,
.hl-product-detail .quote-list span {
	display: block;
}

.hl-product-detail .quote-list span {
	margin-top: 4px;
	color: var(--muted);
}

.hl-product-detail .quote-cta {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 38px;
}

.hl-product-detail .guide {
	max-width: 1060px;
}

.hl-product-detail .guide h3 {
	margin-top: 34px;
	margin-bottom: 16px;
}

.hl-product-detail .guide p + p {
	margin-top: 18px;
}

.hl-product-detail .guide-note {
	margin-top: 42px;
	padding: 28px 32px;
	border-left: 4px solid var(--gold);
	border-radius: 0 20px 20px 0;
	background: #ffffff;
}

.hl-product-detail .product-carousel {
	position: relative;
}

.hl-product-detail .product-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 72px) / 4);
	gap: 24px;
	overflow-x: auto;
	padding: 8px 4px 26px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hl-product-detail .product-card {
	min-height: 440px;
	overflow: hidden;
	scroll-snap-align: start;
}

.hl-product-detail .product-card img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	background: var(--cream);
}

/* Exactly two eligible related products: centre the two cards and disable the
   horizontal scroll so the module reads as a balanced pair, not a carousel. */
.hl-product-detail .product-carousel.related-exact-2 .product-track {
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 340px);
	justify-content: center;
	overflow-x: hidden;
}

.hl-product-detail .product-meta {
	padding: 24px;
}

.hl-product-detail .product-meta small {
	color: var(--muted);
}

.hl-product-detail .product-meta h3 {
	margin: 8px 0 16px;
	font-size: 22px;
}

.hl-product-detail .product-meta .row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: var(--gold);
	font-size: 14px;
	font-weight: 700;
}

.hl-product-detail .carousel-controls {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 18px;
}

.hl-product-detail .round-btn {
	width: 48px;
	height: 48px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.hl-product-detail #faq {
	padding: 76px 0 82px;
	background: var(--cream);
}

.hl-product-detail #faq .faq-heading {
	max-width: 920px;
	margin: 0 auto 44px;
	text-align: center;
}

.hl-product-detail #faq .faq-heading h2 {
	font-size: 48px;
	line-height: 1.05;
}

.hl-product-detail .faq-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: 1120px;
	margin: 0 auto;
	background: #ffffff;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.hl-product-detail .faq-item {
	border-bottom: 1px solid var(--line);
}

.hl-product-detail .faq-item:last-child {
	border-bottom: 0;
}

.hl-product-detail .faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 86px;
	padding: 26px 30px;
	border: 0;
	background: transparent;
	color: var(--ink);
	text-align: left;
	font-size: 19px;
	font-weight: 700;
	cursor: pointer;
}

.hl-product-detail .faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.hl-product-detail .faq-a p {
	max-width: 900px;
	padding: 0 30px 28px;
}

.hl-product-detail .faq-item.open .faq-a {
	max-height: 520px;
}

.hl-product-detail .faq-item.open .plus {
	transform: rotate(45deg);
}

.hl-product-detail .plus {
	color: var(--gold);
	font-size: 25px;
	transition: transform .2s ease;
}

.hl-product-detail .site-contact-section {
	padding: 80px 0 88px;
	background: #ffffff;
}

.hl-product-detail .site-contact {
	max-width: 1100px;
}

.hl-product-detail .site-contact-head {
	max-width: 900px;
	margin: 0 auto 64px;
	text-align: center;
}

.hl-product-detail .site-contact-head h2 {
	font-size: 48px;
	line-height: 1.04;
}

.hl-product-detail .site-contact-head > p {
	max-width: 820px;
	margin: 22px auto 0;
	font-size: 18px;
	line-height: 1.7;
}

.hl-product-detail .site-contact-cta {
	min-height: 54px;
	margin-top: 30px;
	padding: 0 30px;
	border-radius: 5px;
	background: #2a160b;
	color: #ffffff;
}

.hl-product-detail .product-context {
	margin-top: 22px;
	color: var(--muted);
	font-size: 14px;
}

.hl-product-detail .site-contact-form {
	display: grid;
	gap: 28px;
}

.hl-product-detail .hl-inquiry-form-wrap,
.hl-product-detail .fluentform,
.hl-product-detail .frm-fluent-form {
	width: 100%;
	max-width: none;
}

.hl-product-detail .frm-fluent-form fieldset {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.hl-product-detail .fluentform .ff-el-group,
.hl-product-detail .frm-fluent-form .ff-el-group {
	margin-bottom: 0;
}

.hl-product-detail .frm-fluent-form .ff-el-group:has(textarea),
.hl-product-detail .frm-fluent-form .ff_submit_btn_wrapper,
.hl-product-detail .frm-fluent-form .ff-el-group:last-child {
	grid-column: 1 / -1;
}

.hl-product-detail .fluentform .ff-el-input--label label,
.hl-product-detail .frm-fluent-form .ff-el-input--label label {
	color: var(--ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.hl-product-detail .fluentform input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.hl-product-detail .fluentform select,
.hl-product-detail .fluentform textarea,
.hl-product-detail .frm-fluent-form input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.hl-product-detail .frm-fluent-form select,
.hl-product-detail .frm-fluent-form textarea {
	width: 100%;
	min-height: 58px;
	padding: 0 18px;
	border: 1px solid #dfd4c5;
	border-radius: 4px;
	background: #ffffff;
	color: var(--ink);
	font-size: 16px;
	outline: none;
	box-shadow: none;
}

.hl-product-detail .fluentform textarea,
.hl-product-detail .frm-fluent-form textarea {
	min-height: 150px;
	padding-top: 16px;
	resize: vertical;
}

.hl-product-detail .fluentform input:focus,
.hl-product-detail .fluentform select:focus,
.hl-product-detail .fluentform textarea:focus,
.hl-product-detail .frm-fluent-form input:focus,
.hl-product-detail .frm-fluent-form select:focus,
.hl-product-detail .frm-fluent-form textarea:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(169, 120, 50, .08);
}

.hl-product-detail .fluentform .ff-btn-submit,
.hl-product-detail .frm-fluent-form .ff-btn-submit,
.hl-product-detail .fluentform button[type="submit"],
.hl-product-detail .frm-fluent-form button[type="submit"] {
	min-width: 188px;
	min-height: 58px;
	padding: 0 28px;
	border: 0;
	border-radius: 4px;
	background: #2a160b;
	color: #ffffff;
	font-weight: 800;
}

.hl-product-detail .bottom-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
	overflow: hidden;
	padding: 64px;
	border-radius: 32px;
	background: #161514;
	color: #ffffff;
}

.hl-product-detail .bottom-cta h2 {
	max-width: 670px;
	color: #ffffff;
}

.hl-product-detail .bottom-cta p {
	margin-top: 16px;
	color: rgba(255, 255, 255, .72);
}

.hl-product-detail .bottom-cta .eyebrow {
	color: var(--gold-2);
}

.hl-product-detail .bottom-cta .actions {
	display: flex;
	flex-shrink: 0;
	gap: 14px;
}

.hl-product-detail .bottom-cta .btn-dark {
	background: #ffffff;
	color: #111111;
}

.hl-product-detail .bottom-cta .btn-light {
	background: transparent;
	color: #ffffff;
	border-color: rgba(255, 255, 255, .34);
}

.hl-product-detail .template-admin-note,
.hl-product-detail .hl-admin-template-notice {
	padding: 20px;
	border: 1px dashed var(--gold);
	border-radius: 16px;
	background: var(--cream);
	color: var(--body);
}

@media (max-width: 1200px) {
	.hl-product-detail .hero-facts {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hl-product-detail .highlight:nth-child(4n) {
		border-right: 1px solid var(--line);
	}

	.hl-product-detail .highlight:nth-child(2n) {
		border-right: 0;
	}

	.hl-product-detail .highlight:nth-last-child(-n+4) {
		border-bottom: 1px solid var(--line);
	}

	.hl-product-detail .highlight:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.hl-product-detail .numbers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.hl-product-detail h1 {
		font-size: 50px;
	}

	.hl-product-detail .hero-grid {
		grid-template-columns: 1.03fr .97fr;
		gap: 54px;
	}

	.hl-product-detail .hero-photo,
	.hl-product-detail .hero-photo img {
		min-height: 560px;
	}

	.hl-product-detail .timeline {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 980px) {
	.hl-product-detail .hero-grid,
	.hl-product-detail .specs-grid,
	.hl-product-detail .story-row,
	.hl-product-detail .story-row.reverse,
	.hl-product-detail .audience-shell,
	.hl-product-detail .quote-columns,
	.hl-product-detail .evidence-grid,
	.hl-product-detail .factory-grid {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .hero-photo,
	.hl-product-detail .hero-photo img {
		min-height: 560px;
	}

	.hl-product-detail .gallery:has(.thumbs) {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .gallery:has(.thumbs) .thumbs {
		grid-column: 1;
		grid-row: 2;
		flex-direction: row;
		order: 2;
		overflow-x: auto;
	}

	.hl-product-detail .gallery:has(.thumbs) .hero-photo {
		grid-column: 1;
		grid-row: 1;
		order: 1;
	}

	.hl-product-detail .thumb {
		flex: 0 0 108px;
		width: 108px;
		height: 88px;
	}

	.hl-product-detail .hero-facts {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hl-product-detail .highlight:nth-child(4n) {
		border-right: 1px solid var(--line);
	}

	.hl-product-detail .highlight:nth-child(2n) {
		border-right: 0;
	}

	.hl-product-detail .highlight:nth-last-child(-n+4) {
		border-bottom: 1px solid var(--line);
	}

	.hl-product-detail .highlight:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.hl-product-detail .tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.hl-product-detail .tab-btn.active {
		transform: none;
	}

	.hl-product-detail .audience-panel {
		display: grid;
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.hl-product-detail .audience-image {
		min-height: 420px;
	}

	.hl-product-detail .story-row.reverse .story-image {
		order: initial;
	}

	.hl-product-detail .story-image {
		height: 430px;
	}

	.hl-product-detail .custom-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hl-product-detail .spec-detail-card {
		grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
	}

	.hl-product-detail .numbers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hl-product-detail .product-track {
		grid-auto-columns: calc((100% - 24px) / 2);
	}

	.hl-product-detail .factory-carousel,
	.hl-product-detail .factory-track,
	.hl-product-detail .factory-slide img {
		min-height: 400px;
	}

	.hl-product-detail .bottom-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.hl-product-detail h1 {
		font-size: 42px;
	}

	.hl-product-detail h2,
	.hl-product-detail #faq .faq-heading h2,
	.hl-product-detail .site-contact-head h2 {
		font-size: 36px;
	}

	.hl-product-detail .container {
		width: min(100% - 40px, var(--container));
	}
}

@media (max-width: 640px) {
	.hl-product-detail {
		font-size: 16px;
	}

	.hl-product-detail .container {
		width: min(100% - 36px, var(--container));
	}

	.hl-product-detail .section {
		padding: 54px 0;
	}

	.hl-product-detail .section.short {
		padding: 46px 0;
	}

	.hl-product-detail .hero {
		padding-top: 22px;
		padding-bottom: 46px;
	}

	.hl-product-detail .hero-grid {
		gap: 36px;
	}

	.hl-product-detail h1 {
		font-size: 36px;
	}

	.hl-product-detail h2,
	.hl-product-detail #faq .faq-heading h2,
	.hl-product-detail .site-contact-head h2 {
		font-size: 32px;
	}

	.hl-product-detail .hero-photo {
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.hl-product-detail .hero-photo img {
		min-height: 0;
	}

	.hl-product-detail .thumb {
		flex-basis: 82px;
		width: 82px;
		height: 70px;
	}

	.hl-product-detail .hero-facts {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .hero-actions .btn {
		width: 100%;
	}

	.hl-product-detail .anchor-wrap {
		top: 0;
	}

	.admin-bar .hl-product-detail .anchor-wrap {
		top: 46px;
	}

	.hl-product-detail .anchor-nav {
		gap: 24px;
		justify-content: flex-start;
		padding: 0 18px;
		scroll-padding: 0 18px;
	}

	.hl-product-detail .highlight-box,
	.hl-product-detail .audience-shell,
	.hl-product-detail .specs-shell,
	.hl-product-detail .process-shell,
	.hl-product-detail .quote-info,
	.hl-product-detail .factory-shell {
		padding: 28px;
	}

	.hl-product-detail .custom-grid,
	.hl-product-detail .timeline,
	.hl-product-detail .process-cards,
	.hl-product-detail .numbers,
	.hl-product-detail .faq-grid,
	.hl-product-detail .factory-points,
	.hl-product-detail .spec-detail-card {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .highlight-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hl-product-detail .highlight:nth-child(2n) {
		border-right: 0;
	}

	.hl-product-detail .highlight:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.hl-product-detail .spec-detail-copy {
		padding: 0 22px 24px;
	}

	.hl-product-detail .spec-detail-media {
		min-height: 0;
	}

	.hl-product-detail .highlight {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.hl-product-detail .highlight:last-child {
		border-bottom: 0;
	}

	.hl-product-detail .tabs {
		grid-template-columns: 1fr;
	}

	.hl-product-detail .audience-image {
		min-height: 330px;
	}

	.hl-product-detail .story-row {
		gap: 30px;
		min-height: auto;
		margin-top: 54px;
	}

	.hl-product-detail .story-image {
		height: 340px;
	}

	.hl-product-detail .story-copy h3 {
		font-size: 28px;
	}

	.hl-product-detail .quote-list ul {
		columns: 1;
	}

	.hl-product-detail .quote-cta {
		flex-direction: column;
	}

	.hl-product-detail .quote-cta .btn {
		width: 100%;
	}

	.hl-product-detail .product-track {
		grid-auto-columns: 84%;
	}

	.hl-product-detail #faq {
		padding: 58px 0;
	}

	.hl-product-detail #faq .faq-heading {
		margin-bottom: 32px;
	}

	.hl-product-detail .faq-q {
		min-height: 72px;
		padding: 21px 18px;
		font-size: 17px;
	}

	.hl-product-detail .faq-a p {
		padding: 0 18px 22px;
	}

	.hl-product-detail .site-contact-section {
		padding: 60px 0 68px;
	}

	.hl-product-detail .site-contact-head {
		margin-bottom: 44px;
	}

	.hl-product-detail .fluentform .ff-t-container,
	.hl-product-detail .frm-fluent-form .ff-t-container,
	.hl-product-detail .frm-fluent-form fieldset {
		display: block;
	}

	.hl-product-detail .fluentform .ff-t-cell,
	.hl-product-detail .frm-fluent-form .ff-t-cell {
		display: block;
		width: 100%;
		padding: 0;
	}

	.hl-product-detail .fluentform .ff-btn-submit,
	.hl-product-detail .frm-fluent-form .ff-btn-submit,
	.hl-product-detail .fluentform button[type="submit"],
	.hl-product-detail .frm-fluent-form button[type="submit"] {
		width: 100%;
	}

	.hl-product-detail .bottom-cta {
		padding: 40px 28px;
	}

	.hl-product-detail .bottom-cta .actions {
		flex-direction: column;
		width: 100%;
	}

	.hl-product-detail .bottom-cta .btn {
		width: 100%;
	}

	.hl-product-detail .factory-carousel,
	.hl-product-detail .factory-track,
	.hl-product-detail .factory-slide img {
		min-height: 340px;
	}

	.hl-product-detail .factory-arrow {
		width: 42px;
		height: 42px;
	}
}

/* ---------------------------------------------------------------------------
 * Admin-only data warnings (draft / preview only).
 * Never shown to public visitors — gated server-side by
 * HL_Product_Fields::is_admin_preview(). Light orange, inline, no popups.
 * ------------------------------------------------------------------------- */
.hl-product-detail .hl-admin-data-warning {
	display: block;
	margin: 0 0 22px;
	padding: 10px 14px;
	background: #fff6ec;
	border: 1px solid #e7a85a;
	border-radius: 12px;
	color: #8a5410;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
}

.hl-product-detail .spec-missing-flag {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	background: #fff6ec;
	border: 1px solid #e7a85a;
	border-radius: 999px;
	color: #8a5410;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .02em;
	vertical-align: middle;
}

.hl-product-detail .spec-row-missing td {
	color: var(--muted);
}

.hl-product-detail .process-closing-note {
	margin: 22px 0 4px;
	font-size: 15px;
	line-height: 1.66;
	color: var(--muted);
}

.hl-product-detail .product-view-details {
	display: inline-block;
	margin-top: 10px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
}

/* ===========================================================================
 * Floating Quick-Quote — PC fixed panel (>=1200) + mobile sticky banner (<=767)
 * Visual spec: white #FFF bg, #E8E0D4 border, radius 18-22px,
 * shadow 0 12px 36px rgba(0,0,0,.08), gold #A97832, black submit button.
 * No C-end promo style, no Buy Now / Add to Cart, no countdown.
 * Breakpoints:
 *   >=1600px : full compact panel pinned right (tab hidden)
 *   1200-1599: collapsed vertical tab -> click opens drawer
 *   768-1199 : hidden (neither panel nor banner)
 *   <=767px  : top sticky quote banner -> smooth-scroll to #inquiry
 * ========================================================================= */
.hl-floating-inquiry,
.hl-mobile-quote-banner {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Default state (mobile/tablet): both hidden until a >=767 / >=1200 query enables. */
.hl-floating-inquiry {
	display: none;
}
.hl-mobile-quote-banner {
	display: none;
}

body.single-hl_product #xx-mobile-sticky-cta,
body.single-hl_product .hl-mobile-quote-banner {
	display: none !important;
}

/* --- Mobile sticky banner (<=767) --- */
@media (max-width: 767px) {
	.hl-mobile-quote-banner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		min-height: 50px;
		padding: 0 14px;
		background: #111111;
		color: #ffffff;
		box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
	}
}
.hl-mobile-quote-banner.is-hidden {
	display: none !important;
}
.hl-mobile-quote-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}
.hl-mobile-quote-banner__text {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	color: #ffffff;
}
.hl-mobile-quote-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	transition: transform .2s ease, background-color .2s ease;
}
.hl-mobile-quote-banner__cta:hover {
	background: var(--cream-2);
	transform: translateY(-1px);
}

/* --- PC floating panel --- */
.hl-floating-inquiry__tab {
	position: fixed;
	top: 132px;
	right: 0;
	z-index: 80;
	display: none; /* shown only at 1200-1599 */
	align-items: center;
	justify-content: center;
	width: 50px;
	min-height: 134px;
	padding: 16px 0;
	border: 1px solid var(--line);
	border-right: 0;
	border-radius: 16px 0 0 16px;
	background: #111111;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	cursor: pointer;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .08);
	transition: background-color .2s ease;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.hl-floating-inquiry__tab:hover {
	background: #2a2a2a;
}
.hl-floating-inquiry__tab-icon {
	display: none;
}

.hl-floating-inquiry__panel {
	position: fixed;
	top: 120px;
	right: 24px;
	z-index: 80;
	width: 320px;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding: 22px 22px 24px;
	background: #ffffff;
	border: 1px solid var(--line);
	border-radius: 20px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .08);
}
.hl-floating-inquiry__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}
.hl-floating-inquiry__title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--ink);
}
.hl-floating-inquiry__close {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--ink);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease;
}
.hl-floating-inquiry__close:hover {
	background: var(--cream);
	border-color: var(--gold);
}
.hl-floating-inquiry__helper {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 1.6;
	color: var(--muted);
}

/* Compact Fluent Form inside the floating panel */
.hl-floating-inquiry__form .fluentform,
.hl-floating-inquiry__form .frm-fluent-form {
	margin: 0;
}
.hl-floating-inquiry__form .ff-el-group {
	margin-bottom: 12px;
}
.hl-floating-inquiry__form .ff-label,
.hl-floating-inquiry__form label {
	font-size: 12px;
	font-weight: 600;
	color: var(--body);
	margin-bottom: 4px;
}
.hl-floating-inquiry__form input[type="text"],
.hl-floating-inquiry__form input[type="email"],
.hl-floating-inquiry__form input[type="number"],
.hl-floating-inquiry__form textarea {
	width: 100%;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #ffffff;
	color: var(--ink);
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.hl-floating-inquiry__form input:focus,
.hl-floating-inquiry__form textarea:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(169, 120, 50, .12);
	outline: none;
}
.hl-floating-inquiry__form .ff-btn-submit,
.hl-floating-inquiry__form button[type="submit"] {
	width: 100%;
	min-height: 48px;
	margin-top: 4px;
	border: 0;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .2s ease;
}
.hl-floating-inquiry__form .ff-btn-submit:hover,
.hl-floating-inquiry__form button[type="submit"]:hover {
	background: #2a2a2a;
}
.hl-floating-inquiry__form .ff-el-help-message,
.hl-floating-inquiry__form .error-text {
	font-size: 12px;
}

/* 1200-1599: collapsed vertical tab -> drawer */
@media (min-width: 1200px) and (max-width: 1599px) {
	.hl-floating-inquiry {
		display: block;
	}
	.hl-floating-inquiry__tab {
		display: flex;
	}
	.hl-floating-inquiry__panel {
		transform: translateX(120%);
		opacity: 0;
		visibility: hidden;
		transition: transform .35s ease, opacity .35s ease, visibility .35s ease;
	}
	.hl-floating-inquiry.is-open .hl-floating-inquiry__panel {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

/* >=1600: full compact panel pinned right, tab hidden */
@media (min-width: 1600px) {
	.hl-floating-inquiry {
		display: block;
	}
	.hl-floating-inquiry__tab {
		display: none;
	}
	.hl-floating-inquiry__panel {
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

/* UI 0.3.5 — Production: image + text paired columns */
.hl-product-detail .hl-process-pairs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 38px;
	align-items: stretch;
}

.hl-product-detail .hl-process-pair {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hl-product-detail .hl-process-pair__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 24px;
	margin: 0;
}

.hl-product-detail .hl-process-pair__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hl-product-detail .hl-process-pair__media figcaption {
	position: absolute;
	bottom: 20px;
	left: 22px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(17, 17, 17, .82);
	color: #ffffff;
	font-size: 13px;
}

.hl-product-detail .hl-process-pair__content {
	flex: 1 1 auto;
	margin-top: 18px;
	padding: 30px;
}

.hl-product-detail .hl-process-pair__content h3 {
	margin-bottom: 14px;
}

@media (max-width: 782px) {
	.hl-product-detail .hl-process-pairs {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.hl-product-detail .hl-process-pair__content {
		margin-top: 16px;
		padding: 24px;
	}
}
