/*
Theme Name: TFFL Astra Child
Theme URI: https://theforestfurniturelimited.com/
Description: Staging-only Astra prototype foundation for The Forest Furniture Limited.
Author: The Forest Furniture Limited
Template: astra
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tffl-astra-child
*/

:root {
	--tffl-ink: #15110c;
	--tffl-muted: #6f655b;
	--tffl-paper: #fbf7ef;
	--tffl-cream: #fffdf8;
	--tffl-gold: #b78a43;
	--tffl-gold-dark: #8b632d;
	--tffl-line: rgba(21, 17, 12, 0.12);
	--tffl-shadow: 0 18px 50px rgba(21, 17, 12, 0.09);
}

body.wp-child-theme-tffl-astra-child {
	color: var(--tffl-ink);
	background: var(--tffl-cream);
}

body.wp-child-theme-tffl-astra-child .elementor-location-header,
body.wp-child-theme-tffl-astra-child #masthead,
body.wp-child-theme-tffl-astra-child .site-header:not(.tffl-site-header) {
	display: none !important;
}

body.wp-child-theme-tffl-astra-child .elementor-location-footer,
body.wp-child-theme-tffl-astra-child #colophon,
body.wp-child-theme-tffl-astra-child .site-footer:not(.tffl-site-footer) {
	display: none !important;
}

.tffl-site-header,
.tffl-site-footer {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tffl-site-header {
	position: sticky;
	top: 0;
	z-index: 100000;
	background: rgba(255, 253, 248, 0.96);
	border-bottom: 1px solid var(--tffl-line);
	box-shadow: 0 10px 30px rgba(21, 17, 12, 0.05);
	backdrop-filter: blur(14px);
}

body.admin-bar .tffl-site-header {
	top: 32px;
}

.tffl-topbar {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 8px clamp(18px, 4vw, 54px);
	color: #fff;
	background: #18120c;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.tffl-topbar a {
	color: #fff;
	text-decoration: none;
}

.tffl-topbar__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.tffl-header-main {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	padding: 17px clamp(18px, 4vw, 54px);
}

.tffl-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--tffl-ink);
	text-decoration: none;
}

.tffl-brand__mark {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: #fff;
	background: linear-gradient(145deg, #22160c, #8b632d);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.tffl-brand__text {
	display: grid;
	line-height: 1.05;
}

.tffl-brand__text strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(19px, 2.2vw, 28px);
	font-weight: 600;
	letter-spacing: 0.02em;
}

.tffl-brand__text small {
	color: var(--tffl-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.tffl-desktop-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
	align-items: center;
	justify-content: center;
}

.tffl-desktop-nav a,
.tffl-mobile-panel a,
.tffl-footer-grid a {
	color: var(--tffl-ink);
	text-decoration: none;
}

.tffl-desktop-nav a {
	padding: 8px 0;
	border-bottom: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.tffl-desktop-nav a:hover,
.tffl-desktop-nav a:focus-visible {
	color: var(--tffl-gold-dark);
	border-bottom-color: var(--tffl-gold);
}

.tffl-header-actions {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}

.tffl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 16px;
	border: 1px solid var(--tffl-line);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.tffl-btn--solid {
	color: #fff;
	background: var(--tffl-ink);
	border-color: var(--tffl-ink);
}

.tffl-btn--ghost {
	color: var(--tffl-ink);
	background: transparent;
}

.tffl-mobile-nav {
	display: none;
	position: relative;
}

.tffl-mobile-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 14px;
	color: var(--tffl-ink);
	border: 1px solid var(--tffl-line);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	background: transparent;
}

.tffl-mobile-toggle__icon,
.tffl-mobile-toggle__icon::before,
.tffl-mobile-toggle__icon::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--tffl-ink);
	content: "";
}

.tffl-mobile-toggle__icon {
	position: relative;
}

.tffl-mobile-toggle__icon::before,
.tffl-mobile-toggle__icon::after {
	position: absolute;
	left: 0;
}

.tffl-mobile-toggle__icon::before {
	top: -6px;
}

.tffl-mobile-toggle__icon::after {
	top: 6px;
}

.tffl-mobile-panel {
	position: absolute;
	right: 0;
	top: calc(100% + 14px);
	display: grid;
	width: min(84vw, 360px);
	max-height: calc(100vh - 130px);
	overflow: auto;
	padding: 18px;
	background: #fffdf8;
	border: 1px solid var(--tffl-line);
	border-radius: 24px;
	box-shadow: var(--tffl-shadow);
}

.tffl-mobile-panel[hidden] {
	display: none !important;
}

.tffl-mobile-toggle:focus-visible {
	outline: 3px solid rgba(183, 138, 67, 0.35);
	outline-offset: 4px;
}

.tffl-mobile-panel a {
	padding: 13px 4px;
	border-bottom: 1px solid var(--tffl-line);
	font-size: 15px;
	font-weight: 700;
}

.tffl-mobile-panel a:last-child {
	border-bottom: 0;
}

.tffl-mobile-cta {
	margin-top: 10px;
	text-align: center;
	color: #fff !important;
	background: var(--tffl-ink);
	border-radius: 999px;
}

.tffl-mobile-cta--muted {
	color: var(--tffl-ink) !important;
	background: var(--tffl-paper);
}

.tffl-site-footer {
	margin-top: 72px;
	color: #fff;
	background: #17110b;
}

.tffl-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 32px;
	padding: clamp(44px, 6vw, 78px) clamp(18px, 4vw, 54px);
}

.tffl-footer-grid h2,
.tffl-footer-grid h3,
.tffl-footer-grid p {
	margin-top: 0;
}

.tffl-footer-grid h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 500;
}

.tffl-footer-grid h3 {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.tffl-footer-grid p,
.tffl-footer-grid a {
	color: rgba(255, 255, 255, 0.75);
}

.tffl-footer-grid section:not(.tffl-footer-brand) {
	display: grid;
	align-content: start;
	gap: 10px;
}

.tffl-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 18px clamp(18px, 4vw, 54px);
	color: rgba(255, 255, 255, 0.62);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

body.tffl-home-shell-active .site-content {
	display: none !important;
}

body.tffl-home-shell-active .tffl-site-footer {
	margin-top: 0;
}

.tffl-home-shell {
	overflow: hidden;
	color: var(--tffl-ink);
	background:
		linear-gradient(180deg, #fffdf8 0%, #fbf7ef 48%, #fffdf8 100%);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tffl-home-shell h1,
.tffl-home-shell h2,
.tffl-home-shell h3 {
	color: var(--tffl-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.05;
}

.tffl-home-shell p {
	color: var(--tffl-muted);
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.75;
}

.tffl-kicker {
	margin: 0 0 14px;
	color: var(--tffl-gold-dark) !important;
	font-size: 12px !important;
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.tffl-home-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	gap: clamp(28px, 5vw, 74px);
	align-items: center;
	min-height: calc(100vh - 118px);
	padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 76px);
	background:
		radial-gradient(circle at 85% 15%, rgba(183, 138, 67, 0.28), transparent 28%),
		linear-gradient(135deg, #fffdf8 0%, #f5eddf 100%);
}

.tffl-home-hero::before {
	position: absolute;
	inset: 26px;
	pointer-events: none;
	border: 1px solid rgba(139, 99, 45, 0.18);
	content: "";
}

.tffl-home-hero__content {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.tffl-home-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(46px, 7vw, 96px);
	letter-spacing: -0.055em;
}

.tffl-home-hero__lead {
	max-width: 710px;
	margin: 26px 0 0;
}

.tffl-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.tffl-home-hero__visual {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: stretch;
}

.tffl-visual-card {
	display: grid;
	min-height: 180px;
	padding: 24px;
	align-items: end;
	color: #fff;
	background:
		linear-gradient(145deg, rgba(23, 17, 11, 0.18), rgba(23, 17, 11, 0.78)),
		linear-gradient(145deg, #c9a56b, #3a2a1c);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 34px;
	box-shadow: var(--tffl-shadow);
}

.tffl-visual-card--large {
	grid-row: span 2;
	min-height: 420px;
	background:
		linear-gradient(145deg, rgba(23, 17, 11, 0.04), rgba(23, 17, 11, 0.84)),
		radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.38), transparent 26%),
		linear-gradient(145deg, #d1b481, #1f1710);
}

.tffl-visual-card span {
	max-width: 170px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.5vw, 38px);
	line-height: 1.05;
}

.tffl-trust-strip,
.tffl-audience-ctas,
.tffl-section-head,
.tffl-collection-grid,
.tffl-factory-story,
.tffl-brand-process {
	width: min(1180px, calc(100% - 36px));
	margin-right: auto;
	margin-left: auto;
}

.tffl-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	margin-top: -44px;
	background: var(--tffl-line);
	border: 1px solid var(--tffl-line);
	border-radius: 28px;
	box-shadow: var(--tffl-shadow);
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.tffl-trust-strip div {
	display: grid;
	gap: 8px;
	padding: 26px;
	background: #fffdf8;
}

.tffl-trust-strip strong {
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tffl-trust-strip span {
	color: var(--tffl-muted);
	font-size: 14px;
	line-height: 1.55;
}

.tffl-audience-ctas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	padding-top: clamp(68px, 8vw, 110px);
}

.tffl-audience-ctas article {
	padding: clamp(28px, 4vw, 50px);
	background: #fffdf8;
	border: 1px solid var(--tffl-line);
	border-radius: 34px;
	box-shadow: 0 12px 40px rgba(21, 17, 12, 0.06);
}

.tffl-audience-ctas h2 {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 48px);
}

.tffl-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	color: var(--tffl-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.tffl-text-link::after {
	width: 42px;
	height: 1px;
	background: var(--tffl-gold);
	content: "";
}

.tffl-section-head {
	padding-top: clamp(68px, 8vw, 110px);
	text-align: center;
}

.tffl-section-head h2 {
	max-width: 760px;
	margin: 0 auto;
	font-size: clamp(34px, 4.8vw, 68px);
	letter-spacing: -0.035em;
}

.tffl-section-head p:not(.tffl-kicker) {
	max-width: 760px;
	margin: 20px auto 0;
}

.tffl-collection-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-top: 38px;
}

.tffl-collection-card {
	display: grid;
	gap: 14px;
	padding: 18px;
	color: var(--tffl-ink);
	background: #fffdf8;
	border: 1px solid var(--tffl-line);
	border-radius: 30px;
	text-decoration: none;
	box-shadow: 0 12px 36px rgba(21, 17, 12, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tffl-collection-card:hover,
.tffl-collection-card:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(21, 17, 12, 0.11);
}

.tffl-collection-card__image {
	display: block;
	min-height: 190px;
	background:
		linear-gradient(150deg, rgba(23, 17, 11, 0.08), rgba(23, 17, 11, 0.58)),
		linear-gradient(135deg, #dfcfb2, #72563a);
	border-radius: 22px;
}

.tffl-collection-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 500;
}

.tffl-collection-card span:last-child {
	color: var(--tffl-muted);
	font-size: 15px;
	line-height: 1.6;
}

.tffl-factory-story {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(28px, 5vw, 70px);
	align-items: start;
	margin-top: clamp(68px, 8vw, 110px);
	padding: clamp(34px, 5vw, 64px);
	color: #fff;
	background:
		radial-gradient(circle at 12% 10%, rgba(183, 138, 67, 0.32), transparent 28%),
		linear-gradient(145deg, #17110b, #2f2115);
	border-radius: 42px;
}

.tffl-factory-story h2,
.tffl-factory-story h3 {
	color: #fff;
}

.tffl-factory-story h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: -0.035em;
}

.tffl-factory-story p {
	color: rgba(255, 255, 255, 0.72);
}

.tffl-factory-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.tffl-factory-story__grid article {
	padding: 22px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
}

.tffl-factory-story__grid h3 {
	margin: 0 0 10px;
	font-size: 21px;
}

.tffl-factory-story__grid p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.tffl-brand-process {
	padding: clamp(68px, 8vw, 110px) 0;
}

.tffl-brand-process ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: tffl-process;
}

.tffl-brand-process li {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 28px 22px;
	background: #fffdf8;
	border: 1px solid var(--tffl-line);
	border-radius: 26px;
	counter-increment: tffl-process;
}

.tffl-brand-process li::before {
	color: var(--tffl-gold-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	content: "0" counter(tffl-process);
}

.tffl-brand-process strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 500;
}

.tffl-brand-process span {
	color: var(--tffl-muted);
	font-size: 15px;
	line-height: 1.6;
}

@media (max-width: 1120px) {
	.tffl-header-main {
		grid-template-columns: auto 1fr auto;
	}

	.tffl-desktop-nav,
	.tffl-header-actions {
		display: none;
	}

	.tffl-mobile-nav {
		display: block;
		justify-self: end;
	}

	.tffl-home-hero,
	.tffl-audience-ctas,
	.tffl-factory-story {
		grid-template-columns: 1fr;
	}

	.tffl-home-hero {
		min-height: auto;
	}

	.tffl-trust-strip,
	.tffl-collection-grid,
	.tffl-brand-process ol {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	body.admin-bar .tffl-site-header {
		top: 46px;
	}

	.tffl-topbar {
		display: none;
	}

	.tffl-header-main {
		padding: 13px 16px;
	}

	.tffl-brand__mark {
		width: 42px;
		height: 42px;
	}

	.tffl-brand__text strong {
		font-size: 18px;
	}

	.tffl-brand__text small {
		font-size: 10px;
	}

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

	.tffl-footer-bottom {
		display: grid;
	}

	.tffl-home-hero {
		padding: 56px 18px 44px;
	}

	.tffl-home-hero::before {
		inset: 12px;
	}

	.tffl-home-hero h1 {
		font-size: clamp(40px, 13vw, 58px);
	}

	.tffl-home-hero__actions,
	.tffl-home-hero__actions .tffl-btn {
		width: 100%;
	}

	.tffl-home-hero__visual,
	.tffl-trust-strip,
	.tffl-audience-ctas,
	.tffl-collection-grid,
	.tffl-factory-story__grid,
	.tffl-brand-process ol {
		grid-template-columns: 1fr;
	}

	.tffl-visual-card,
	.tffl-visual-card--large {
		min-height: 180px;
	}

	.tffl-trust-strip {
		margin-top: 0;
		border-radius: 0;
		width: 100%;
	}

	.tffl-audience-ctas,
	.tffl-section-head,
	.tffl-collection-grid,
	.tffl-factory-story,
	.tffl-brand-process {
		width: calc(100% - 32px);
	}

	.tffl-audience-ctas {
		padding-top: 54px;
	}

	.tffl-factory-story {
		padding: 30px 20px;
		border-radius: 30px;
	}
}

/* Checkpoint 6M: premium homepage refinement layer. */
body.tffl-home-shell-active {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
}

body.tffl-home-shell-active .tffl-site-header {
	background: rgba(255, 253, 248, 0.9);
	border-bottom-color: rgba(139, 99, 45, 0.13);
	box-shadow: 0 18px 48px rgba(21, 17, 12, 0.07);
}

body.tffl-home-shell-active .tffl-topbar {
	background: linear-gradient(90deg, #120d08, #21150c 52%, #33200f);
}

body.tffl-home-shell-active .tffl-brand__mark {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 14px 32px rgba(21, 17, 12, 0.18);
}

body.tffl-home-shell-active .tffl-desktop-nav a {
	font-size: 12px;
	letter-spacing: 0.09em;
}

.tffl-home-shell {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 8% 8%, rgba(183, 138, 67, 0.12), transparent 30%),
		radial-gradient(circle at 92% 24%, rgba(21, 17, 12, 0.08), transparent 34%),
		linear-gradient(180deg, #fffdf8 0%, #faf4e9 44%, #fffdf8 100%);
}

.tffl-home-shell::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(139, 99, 45, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(139, 99, 45, 0.035) 1px, transparent 1px);
	background-size: 88px 88px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 62%);
	content: "";
}

.tffl-home-shell h1,
.tffl-home-shell h2 {
	text-wrap: balance;
}

.tffl-home-shell p {
	text-wrap: pretty;
}

.tffl-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #8b632d !important;
}

.tffl-kicker::before {
	width: 36px;
	height: 1px;
	background: currentColor;
	content: "";
}

.tffl-home-hero {
	min-height: clamp(640px, calc(100vh - 118px), 860px);
	padding-top: clamp(86px, 9vw, 134px);
	padding-bottom: clamp(78px, 8vw, 128px);
	background:
		radial-gradient(circle at 86% 14%, rgba(183, 138, 67, 0.35), transparent 29%),
		radial-gradient(circle at 60% 92%, rgba(23, 17, 11, 0.1), transparent 30%),
		linear-gradient(135deg, #fffdf8 0%, #f3eadc 58%, #efe1cc 100%);
}

.tffl-home-hero::before {
	inset: clamp(18px, 2.5vw, 34px);
	border-color: rgba(139, 99, 45, 0.22);
	border-radius: 34px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.tffl-home-hero::after {
	position: absolute;
	right: -12vw;
	bottom: -24vw;
	width: 48vw;
	height: 48vw;
	pointer-events: none;
	background: radial-gradient(circle, rgba(183, 138, 67, 0.18), transparent 58%);
	content: "";
}

.tffl-home-hero h1 {
	max-width: 900px;
	font-size: clamp(52px, 7.4vw, 108px);
	letter-spacing: -0.065em;
}

.tffl-home-hero__lead {
	max-width: 680px;
	color: rgba(21, 17, 12, 0.72);
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.72;
}

.tffl-home-hero__actions {
	gap: 16px;
	margin-top: 40px;
}

.tffl-btn {
	min-height: 46px;
	padding: 12px 20px;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.tffl-btn--solid {
	background: linear-gradient(135deg, #15110c, #332316);
	box-shadow: 0 18px 34px rgba(21, 17, 12, 0.18);
}

.tffl-btn--ghost {
	background: rgba(255, 253, 248, 0.7);
	border-color: rgba(139, 99, 45, 0.24);
}

.tffl-home-hero__visual {
	perspective: 1200px;
}

.tffl-visual-card {
	position: relative;
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 24px 58px rgba(21, 17, 12, 0.17);
}

.tffl-visual-card::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 36%),
		linear-gradient(0deg, rgba(21, 17, 12, 0.08), transparent 60%);
	content: "";
}

.tffl-visual-card span {
	position: relative;
	z-index: 1;
	text-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.tffl-visual-card--large {
	transform: translateY(10px);
}

.tffl-trust-strip {
	width: min(1220px, calc(100% - 44px));
	margin-top: -58px;
	border-color: rgba(139, 99, 45, 0.16);
	border-radius: 34px;
	box-shadow: 0 24px 70px rgba(21, 17, 12, 0.11);
}

.tffl-trust-strip div {
	padding: clamp(24px, 3vw, 34px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 248, 0.96)),
		#fffdf8;
}

.tffl-trust-strip strong {
	font-size: 12px;
	letter-spacing: 0.16em;
}

.tffl-trust-strip span {
	color: rgba(21, 17, 12, 0.64);
}

.tffl-audience-ctas,
.tffl-section-head,
.tffl-collection-grid,
.tffl-factory-story,
.tffl-brand-process {
	width: min(1220px, calc(100% - 44px));
}

.tffl-audience-ctas {
	gap: 26px;
	padding-top: clamp(82px, 9vw, 124px);
}

.tffl-audience-ctas article {
	position: relative;
	overflow: hidden;
	border-color: rgba(139, 99, 45, 0.15);
	box-shadow: 0 20px 58px rgba(21, 17, 12, 0.08);
}

.tffl-audience-ctas article::after {
	position: absolute;
	right: -80px;
	bottom: -110px;
	width: 220px;
	height: 220px;
	pointer-events: none;
	background: radial-gradient(circle, rgba(183, 138, 67, 0.14), transparent 66%);
	content: "";
}

.tffl-audience-ctas h2,
.tffl-section-head h2,
.tffl-factory-story h2 {
	letter-spacing: -0.045em;
}

.tffl-text-link {
	margin-top: 18px;
	color: #7b572a;
}

.tffl-section-head {
	padding-top: clamp(82px, 9vw, 124px);
}

.tffl-section-head p:not(.tffl-kicker) {
	max-width: 700px;
}

.tffl-collection-grid {
	gap: 24px;
	padding-top: 46px;
}

.tffl-collection-card {
	padding: 20px;
	border-color: rgba(139, 99, 45, 0.14);
	border-radius: 34px;
	box-shadow: 0 18px 52px rgba(21, 17, 12, 0.07);
}

.tffl-collection-card__image {
	min-height: 220px;
	border-radius: 26px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.tffl-collection-card strong {
	font-size: clamp(25px, 2.2vw, 32px);
}

.tffl-factory-story {
	margin-top: clamp(82px, 9vw, 124px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 28px 80px rgba(21, 17, 12, 0.18);
}

.tffl-factory-story__grid article {
	background: rgba(255, 255, 255, 0.085);
	backdrop-filter: blur(8px);
}

.tffl-brand-process {
	padding-top: clamp(82px, 9vw, 124px);
	padding-bottom: clamp(82px, 9vw, 124px);
}

.tffl-brand-process li {
	min-height: 210px;
	border-color: rgba(139, 99, 45, 0.14);
	box-shadow: 0 14px 42px rgba(21, 17, 12, 0.055);
}

@media (max-width: 1120px) {
	.tffl-home-hero {
		min-height: auto;
		padding-top: 76px;
	}

	.tffl-home-hero h1 {
		font-size: clamp(48px, 9vw, 82px);
	}

	.tffl-visual-card--large {
		transform: none;
	}
}

@media (max-width: 760px) {
	.tffl-home-shell::before {
		background-size: 64px 64px;
	}

	body.tffl-home-shell-active .tffl-site-header {
		box-shadow: 0 12px 34px rgba(21, 17, 12, 0.08);
	}

	.tffl-home-hero {
		padding: 54px 18px 46px;
		background:
			radial-gradient(circle at 92% 4%, rgba(183, 138, 67, 0.25), transparent 32%),
			linear-gradient(145deg, #fffdf8 0%, #f3eadc 100%);
	}

	.tffl-home-hero::before {
		inset: 10px;
		border-radius: 24px;
	}

	.tffl-home-hero h1 {
		font-size: clamp(38px, 12vw, 58px);
		letter-spacing: -0.055em;
	}

	.tffl-home-hero__lead {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.68;
	}

	.tffl-home-hero__actions {
		margin-top: 28px;
	}

	.tffl-home-hero__visual {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.tffl-btn {
		min-height: 48px;
	}

	.tffl-visual-card,
	.tffl-visual-card--large {
		min-height: 132px;
		padding: 18px;
		border-radius: 28px;
	}

	.tffl-visual-card--large {
		grid-column: 1 / -1;
		min-height: 210px;
	}

	.tffl-visual-card span {
		font-size: clamp(22px, 8vw, 32px);
	}

	.tffl-trust-strip {
		width: calc(100% - 28px);
		margin-top: 22px;
		border-radius: 24px;
	}

	.tffl-trust-strip div {
		padding: 22px;
	}

	.tffl-audience-ctas,
	.tffl-section-head,
	.tffl-collection-grid,
	.tffl-factory-story,
	.tffl-brand-process {
		width: calc(100% - 28px);
	}

	.tffl-audience-ctas,
	.tffl-section-head,
	.tffl-brand-process {
		padding-top: 62px;
	}

	.tffl-audience-ctas article {
		border-radius: 28px;
	}

	.tffl-section-head {
		text-align: left;
	}

	.tffl-section-head h2 {
		font-size: clamp(32px, 10vw, 48px);
	}

	.tffl-section-head p:not(.tffl-kicker) {
		margin-top: 16px;
	}

	.tffl-collection-grid {
		gap: 18px;
		padding-top: 30px;
	}

	.tffl-collection-card {
		padding: 16px;
		border-radius: 28px;
	}

	.tffl-collection-card__image {
		min-height: 176px;
	}

	.tffl-factory-story {
		margin-top: 62px;
		padding: 30px 20px;
		border-radius: 28px;
	}

	.tffl-factory-story h2 {
		font-size: clamp(32px, 10vw, 46px);
	}

	.tffl-brand-process ol {
		gap: 16px;
		margin-top: 28px;
	}

	.tffl-brand-process li {
		min-height: auto;
		padding: 24px 20px;
	}
}

@media (max-width: 420px) {
	.tffl-brand {
		gap: 9px;
	}

	.tffl-brand__mark {
		width: 38px;
		height: 38px;
		font-size: 11px;
	}

	.tffl-brand__text strong {
		font-size: 16px;
	}

	.tffl-brand__text small {
		display: none;
	}

	.tffl-mobile-toggle {
		padding: 10px 12px;
	}
}

/* Checkpoint 6O - WooCommerce presentation foundation. */
body.woocommerce-shop .site-content,
body.tax-product_cat .site-content,
body.single-product .site-content {
	background:
		radial-gradient(circle at 8% 12%, rgba(181, 141, 74, 0.13), transparent 28%),
		linear-gradient(180deg, #fbf8f1 0%, #f3eee4 48%, #fffaf3 100%);
}

body.woocommerce-shop .ast-container,
body.tax-product_cat .ast-container,
body.single-product .ast-container {
	max-width: 1240px;
	padding-inline: 28px;
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
	padding: 42px 0 10px;
}

body.woocommerce-shop .woocommerce-products-header__title.page-title,
body.tax-product_cat .woocommerce-products-header__title.page-title {
	margin: 0;
	color: #21160f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 76px);
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.tffl-wc-archive-intro {
	margin: 22px 0 30px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(96, 63, 35, 0.14);
	border-radius: 30px;
	background: rgba(255, 252, 245, 0.88);
	box-shadow: 0 26px 70px rgba(48, 31, 16, 0.08);
}

.tffl-wc-eyebrow,
.tffl-product-kicker {
	margin: 0 0 10px;
	color: #9a6a2e;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tffl-wc-archive-intro h2 {
	margin: 0 0 12px;
	color: #24170f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 48px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.tffl-wc-archive-intro p {
	max-width: 760px;
	margin: 0;
	color: #6d5a49;
	font-size: 16px;
	line-height: 1.8;
}

.tffl-wc-count {
	display: inline-flex;
	margin-top: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #21160f;
	color: #f8efe0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce .woocommerce-result-count,
body.woocommerce .woocommerce-ordering {
	margin-bottom: 24px;
	color: #6d5a49;
	font-size: 14px;
}

body.woocommerce .woocommerce-ordering select {
	min-height: 44px;
	border: 1px solid rgba(96, 63, 35, 0.18);
	border-radius: 999px;
	background-color: #fffaf3;
	color: #24170f;
	font-weight: 700;
}

body.woocommerce .widget-area,
body.woocommerce aside {
	border: 1px solid rgba(96, 63, 35, 0.12);
	border-radius: 24px;
	background: rgba(255, 252, 245, 0.9);
	box-shadow: 0 18px 50px rgba(48, 31, 16, 0.06);
}

body.woocommerce ul.products,
body.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
	margin-top: 0;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
	display: flex;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 16px 16px 18px;
	border: 1px solid rgba(82, 52, 27, 0.12);
	border-radius: 28px;
	background: rgba(255, 252, 245, 0.94);
	box-shadow: 0 20px 54px rgba(48, 31, 16, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	flex-direction: column;
}

body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover {
	border-color: rgba(154, 106, 46, 0.32);
	box-shadow: 0 28px 70px rgba(48, 31, 16, 0.13);
	transform: translateY(-4px);
}

body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	display: flex;
	width: 100%;
	min-height: 260px;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: linear-gradient(145deg, #f7efe2, #fffaf3);
	overflow: hidden;
}

body.woocommerce ul.products li.product img {
	width: 100%;
	max-height: 260px;
	margin: 0 auto !important;
	object-fit: contain;
	transition: transform 220ms ease;
}

body.woocommerce ul.products li.product:hover img {
	transform: scale(1.03);
}

body.woocommerce ul.products li.product .astra-shop-summary-wrap {
	display: flex;
	padding: 16px 4px 0;
	flex: 1;
	flex-direction: column;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0 0 10px;
	color: #24170f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

body.woocommerce ul.products li.product .price {
	display: flex;
	min-height: 46px;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 16px;
	color: #8a5f2c;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	flex-wrap: wrap;
}

body.woocommerce ul.products li.product .price del {
	color: #9b8b7a;
	font-size: 0.88em;
	font-weight: 600;
	opacity: 0.78;
}

body.woocommerce ul.products li.product .price ins {
	color: #2c1b10;
	font-weight: 900;
	text-decoration: none;
}

body.woocommerce ul.products li.product .button,
body.woocommerce-page ul.products li.product .button {
	width: 100%;
	margin-top: auto;
	padding: 12px 18px;
	border-radius: 999px;
	background: #2a1a11;
	box-shadow: 0 14px 30px rgba(42, 26, 17, 0.18);
	color: #fff9ef;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover {
	background: #9a6a2e;
	color: #fff9ef;
}

body.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: start;
	margin-top: 38px;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary.entry-summary {
	float: none !important;
	width: auto !important;
}

body.single-product div.product .woocommerce-product-gallery {
	grid-column: 1;
	padding: clamp(18px, 2.4vw, 30px);
	border: 1px solid rgba(82, 52, 27, 0.12);
	border-radius: 34px;
	background: rgba(255, 252, 245, 0.94);
	box-shadow: 0 24px 70px rgba(48, 31, 16, 0.1);
}

body.single-product div.product .woocommerce-product-gallery img {
	border-radius: 24px;
	background: #f7efe2;
	object-fit: contain;
}

body.single-product div.product .summary.entry-summary {
	grid-column: 2;
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid rgba(82, 52, 27, 0.12);
	border-radius: 34px;
	background: rgba(255, 252, 245, 0.96);
	box-shadow: 0 24px 70px rgba(48, 31, 16, 0.1);
}

.tffl-single-product-heading-block {
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(82, 52, 27, 0.12);
}

.tffl-product-heading {
	margin: 0 0 12px;
	color: #21160f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.tffl-product-safe-note {
	margin: 0;
	color: #715f50;
	font-size: 15px;
	line-height: 1.75;
}

body.single-product div.product .summary.entry-summary .price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 20px;
	color: #8a5f2c;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 900;
	line-height: 1.25;
	flex-wrap: wrap;
}

body.single-product div.product .summary.entry-summary .price del {
	color: #9b8b7a;
	font-size: 0.58em;
	font-weight: 600;
	opacity: 0.78;
}

body.single-product div.product .summary.entry-summary .price ins {
	color: #2a1a11;
	text-decoration: none;
}

body.single-product .woocommerce-product-details__short-description {
	margin: 18px 0 22px;
	padding: 18px 20px;
	border-radius: 22px;
	background: #f6efe4;
	color: #5e4d3f;
	font-size: 15px;
	line-height: 1.75;
}

body.single-product form.cart {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 22px 0;
	flex-wrap: wrap;
}

body.single-product .quantity .qty {
	min-height: 48px;
	border: 1px solid rgba(82, 52, 27, 0.18);
	border-radius: 999px;
	background: #fffaf3;
	color: #21160f;
	font-weight: 800;
}

body.single-product .single_add_to_cart_button.button {
	min-height: 50px;
	padding: 14px 26px;
	border-radius: 999px;
	background: #2a1a11;
	box-shadow: 0 16px 36px rgba(42, 26, 17, 0.2);
	color: #fff9ef;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

body.single-product .single_add_to_cart_button.button:hover {
	background: #9a6a2e;
	color: #fff9ef;
}

.tffl-product-support-note {
	display: grid;
	gap: 6px;
	margin: 18px 0 0;
	padding: 18px 20px;
	border: 1px solid rgba(154, 106, 46, 0.2);
	border-radius: 22px;
	background: #fff7ea;
	color: #6d5a49;
}

.tffl-product-support-note strong {
	color: #24170f;
	font-size: 15px;
}

.tffl-product-support-note span {
	font-size: 14px;
	line-height: 1.65;
}

body.single-product .product_meta {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(82, 52, 27, 0.12);
	color: #6d5a49;
	font-size: 14px;
	line-height: 1.7;
}

body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related.products,
body.single-product div.product .upsells.products {
	grid-column: 1 / -1;
	margin-top: 34px;
}

body.single-product div.product .woocommerce-tabs {
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid rgba(82, 52, 27, 0.12);
	border-radius: 30px;
	background: rgba(255, 252, 245, 0.94);
	box-shadow: 0 20px 54px rgba(48, 31, 16, 0.07);
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
	margin-bottom: 22px;
	color: #21160f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 46px);
	letter-spacing: -0.04em;
}

@media (max-width: 1024px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.single-product div.product {
		grid-template-columns: 1fr;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary.entry-summary {
		grid-column: 1;
	}
}

@media (max-width: 720px) {
	body.woocommerce-shop .ast-container,
	body.tax-product_cat .ast-container,
	body.single-product .ast-container {
		padding-inline: 18px;
	}

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

	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product {
		padding: 12px;
		border-radius: 22px;
	}

	body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
	body.woocommerce ul.products li.product a.woocommerce-loop-product__link {
		min-height: 190px;
		border-radius: 18px;
	}

	body.woocommerce ul.products li.product img {
		max-height: 190px;
	}

	body.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 42px;
		font-size: 16px;
	}

	body.woocommerce ul.products li.product .button,
	body.woocommerce-page ul.products li.product .button {
		padding: 11px 12px;
		font-size: 11px;
	}

	body.single-product div.product {
		margin-top: 24px;
	}

	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary.entry-summary,
	body.single-product div.product .woocommerce-tabs {
		padding: 18px;
		border-radius: 24px;
	}

	body.single-product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	body.single-product .single_add_to_cart_button.button,
	body.single-product .quantity .qty {
		width: 100%;
	}
}

@media (max-width: 480px) {
	body.woocommerce ul.products,
	body.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}
}

/* Checkpoint 6Q - Cart, checkout and inquiry CTA foundation. */
.tffl-inquiry-panel {
	position: relative;
	display: grid;
	gap: 16px;
	margin: 24px 0;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(154, 106, 46, 0.22);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(255, 249, 238, 0.96), rgba(246, 239, 228, 0.92)),
		#fff8ed;
	box-shadow: 0 24px 60px rgba(48, 31, 16, 0.08);
	color: #5f4d3d;
	overflow: hidden;
}

.tffl-inquiry-panel::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: linear-gradient(180deg, #9a6a2e, #d7b46a);
}

.tffl-inquiry-eyebrow {
	margin: 0;
	color: #9a6a2e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.tffl-inquiry-panel h2 {
	max-width: 780px;
	margin: 0;
	color: #21160f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.4vw, 36px);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.tffl-inquiry-panel p {
	max-width: 820px;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
}

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

.tffl-inquiry-grid article {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
	border: 1px solid rgba(82, 52, 27, 0.12);
	border-radius: 22px;
	background: rgba(255, 252, 245, 0.86);
}

.tffl-inquiry-grid strong {
	color: #24170f;
	font-size: 14px;
	font-weight: 900;
}

.tffl-inquiry-grid span {
	font-size: 14px;
	line-height: 1.65;
}

.tffl-inquiry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.tffl-inquiry-button,
body.woocommerce ul.products li.product .tffl-loop-inquiry-button.button,
body.woocommerce-page ul.products li.product .tffl-loop-inquiry-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 13px 24px;
	border: 1px solid #2a1a11;
	border-radius: 999px;
	background: #2a1a11;
	box-shadow: 0 14px 30px rgba(42, 26, 17, 0.16);
	color: #fff9ef !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.tffl-inquiry-button:hover,
body.woocommerce ul.products li.product .tffl-loop-inquiry-button.button:hover,
body.woocommerce-page ul.products li.product .tffl-loop-inquiry-button.button:hover {
	border-color: #9a6a2e;
	background: #9a6a2e;
	color: #fff9ef !important;
}

.tffl-inquiry-button--muted {
	border-color: rgba(82, 52, 27, 0.2);
	background: rgba(255, 252, 245, 0.9);
	box-shadow: none;
	color: #2a1a11 !important;
}

.tffl-inquiry-button--muted:hover {
	background: #f6efe4;
	color: #2a1a11 !important;
}

body.woocommerce ul.products li.product .tffl-loop-inquiry-button.button,
body.woocommerce-page ul.products li.product .tffl-loop-inquiry-button.button {
	width: 100%;
	margin-top: auto;
}

body.single-product .tffl-inquiry-panel--product {
	margin-top: 22px;
}

body.woocommerce-cart .tffl-inquiry-panel,
body.woocommerce-checkout .tffl-inquiry-panel {
	margin-bottom: 28px;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .return-to-shop {
	text-align: center;
}

body.woocommerce-cart .return-to-shop .button {
	border-radius: 999px;
	background: #2a1a11;
	color: #fff9ef;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 720px) {
	.tffl-inquiry-panel {
		padding: 22px 20px;
		border-radius: 24px;
	}

	.tffl-inquiry-grid {
		grid-template-columns: 1fr;
	}

	.tffl-inquiry-actions,
	.tffl-inquiry-button,
	body.woocommerce ul.products li.product .tffl-loop-inquiry-button.button,
	body.woocommerce-page ul.products li.product .tffl-loop-inquiry-button.button {
		width: 100%;
	}
}

/* Checkpoint 6Q follow-up - hide remaining purchase controls while inquiry-first flow is active. */
body.single-product form.cart,
body.single-product .single_add_to_cart_button,
body.woocommerce-cart a.add_to_cart_button,
body.woocommerce-checkout a.add_to_cart_button {
	display: none !important;
}

body.woocommerce-cart .tffl-inquiry-panel--route,
body.woocommerce-checkout .tffl-inquiry-panel--route {
	margin-top: 28px;
}

body.woocommerce-cart .wp-block-button:has(a.add_to_cart_button),
body.woocommerce-checkout .wp-block-button:has(a.add_to_cart_button) {
	display: none !important;
}



/* Checkpoint 6W: inquiry/contact path hardening. */
.tffl-whatsapp-direct,
.tffl-btn--whatsapp,
.tffl-mobile-cta--whatsapp,
.tffl-inquiry-button--whatsapp {
	background: #1f6b4e;
	border-color: #1f6b4e;
	color: #fff;
}

.tffl-whatsapp-direct:hover,
.tffl-whatsapp-direct:focus,
.tffl-btn--whatsapp:hover,
.tffl-btn--whatsapp:focus,
.tffl-mobile-cta--whatsapp:hover,
.tffl-mobile-cta--whatsapp:focus,
.tffl-inquiry-button--whatsapp:hover,
.tffl-inquiry-button--whatsapp:focus {
	background: #174f3a;
	border-color: #174f3a;
	color: #fff;
}

.tffl-topbar__links .tffl-whatsapp-direct {
	font-weight: 700;
	letter-spacing: .02em;
}

.tffl-header-actions {
	flex-wrap: wrap;
}

.tffl-6w-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.tffl-6w-inline-card {
	border: 1px solid rgba(31, 107, 78, .2);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(31, 107, 78, .09), rgba(183, 139, 92, .08));
	box-shadow: 0 18px 45px rgba(20, 32, 28, .08);
	padding: 22px;
	margin: 22px 0;
}

.tffl-6w-inline-card strong,
.tffl-6w-inline-card span {
	display: block;
}

.tffl-6w-inline-card strong {
	font-family: var(--tffl-heading-font, Georgia, serif);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.25;
	color: #18362b;
}

.tffl-6w-inline-card span {
	margin-top: 8px;
	color: #5f6c63;
}

.tffl-inquiry-panel--6w,
.tffl-inquiry-panel--6w-contact {
	margin-bottom: 30px;
}

.tffl-inquiry-panel--6w h2,
.tffl-inquiry-panel--6w-contact h2 {
	max-width: 760px;
}

.chaty-whatsapp-channel[data-tffl6w-routed="1"] .chaty-tooltiptext,
.chaty-whatsapp-channel[data-tffl6w-routed="1"] .chaty-title {
	text-transform: none;
}

@media (max-width: 768px) {
	.tffl-6w-actions {
		flex-direction: column;
	}

	.tffl-6w-actions .tffl-inquiry-button {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.tffl-6w-inline-card {
		border-radius: 18px;
		padding: 18px;
	}
}


/* Checkpoint 8A: ASAP launch hardening for inquiry-only public launch. */
.tffl-btn--whatsapp,
.tffl-mobile-cta--whatsapp {
	color: #fff !important;
	background: #1f6f4a;
	border-color: #1f6f4a;
}

.tffl-btn--whatsapp:hover,
.tffl-btn--whatsapp:focus-visible,
.tffl-mobile-cta--whatsapp:hover,
.tffl-mobile-cta--whatsapp:focus-visible {
	color: #fff !important;
	background: #18593b;
	border-color: #18593b;
}

.tffl-btn--muted {
	color: #3a2618;
	background: #f6ead8;
	border-color: #ead7b9;
}

.tffl-price-note {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 7px 12px;
	border: 1px solid #ead7b9;
	border-radius: 999px;
	color: #5c3a1f;
	background: #fff8ed;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.wp-child-theme-tffl-astra-child .woocommerce span.onsale,
body.wp-child-theme-tffl-astra-child .wc-block-grid__product-onsale,
body.wp-child-theme-tffl-astra-child .wc-block-components-product-sale-badge {
	display: none !important;
}

body.wp-child-theme-tffl-astra-child.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,
body.wp-child-theme-tffl-astra-child.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-on-sale,
body.wp-child-theme-tffl-astra-child.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
body.wp-child-theme-tffl-astra-child.single-product .related.products,
body.wp-child-theme-tffl-astra-child.single-product .upsells.products,
body.wp-child-theme-tffl-astra-child.woocommerce-cart .cross-sells {
	display: none !important;
}

body.wp-child-theme-tffl-astra-child .elementor-menu-cart__toggle_wrapper,
body.wp-child-theme-tffl-astra-child .elementor-menu-cart__container {
	display: none !important;
}

@media (max-width: 720px) {
	.tffl-home-hero__actions {
		align-items: stretch;
	}

	.tffl-home-hero__actions .tffl-btn {
		width: 100%;
	}
}


/* Checkpoint 8A: hide orphan WooCommerce empty-cart recommendation heading. */
body.wp-child-theme-tffl-astra-child.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
	display: none !important;
}
