/*
Theme Name: Tropical Facial Therapy
Theme URI: https://tropicalfacialtherapy.com/
Author: Tropical Facial Therapy
Description: A bespoke theme for Tropical Facial Therapy, a facial therapy studio in Verwood, Dorset. Botanical green and cream design system, built in structured data for local and AI search, generated location pages, and a working enquiry form.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tft
Tags: custom-menu, featured-images, translation-ready, blog, accessibility-ready
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	/* Botanical green and cream palette. Every pairing used for text has
	   been checked against WCAG AA. */
	/* Contrast against --c-paper: ink 15.9:1, ink-soft 8.1:1, ink-faint 4.8:1.
	   ink-faint is the floor and still clears AA for small text. */
	--c-ink: #14231b;
	--c-ink-soft: #3d5245;
	--c-ink-faint: #62766a;

	--c-green: #1f4433;
	--c-green-dark: #12251b;
	--c-green-deep: #0c1a13;
	--c-green-mid: #2f6b4f;
	--c-green-light: #7ea892;

	--c-mist: #eaf0eb;
	--c-cream: #f6f1e7;
	--c-sand: #e6dcc8;
	--c-paper: #fdfcf8;
	--c-white: #ffffff;

	--c-gold: #a8894e;        /* Decorative rules and large text only, 3.2:1 */
	--c-gold-ink: #7d6129;    /* Small text on paper 5.7:1 and on cream 5.2:1 */
	--c-gold-light: #d6bf92;  /* Small text on dark green, 6.1:1 */

	--c-line: #ddd6c6;
	--c-line-soft: #ece6da;

	/* Type */
	--f-display: "Cormorant Garamond", "Iowan Old Style", Palatino, Georgia, "Times New Roman", serif;
	--f-body: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

	--fs-eyebrow: 0.72rem;
	--fs-small: 0.875rem;
	--fs-body: 1.0625rem;
	--fs-lead: clamp(1.125rem, 0.9rem + 0.7vw, 1.3125rem);
	--fs-h4: clamp(1.125rem, 1rem + 0.4vw, 1.3rem);
	--fs-h3: clamp(1.35rem, 1.15rem + 0.7vw, 1.7rem);
	--fs-h2: clamp(1.85rem, 1.4rem + 1.9vw, 2.9rem);
	--fs-h1: clamp(2.35rem, 1.6rem + 3.3vw, 4.4rem);
	--fs-display: clamp(2.8rem, 1.7rem + 4.6vw, 5.5rem);

	/* Space */
	--sp-1: 0.375rem;
	--sp-2: 0.75rem;
	--sp-3: 1.125rem;
	--sp-4: 1.5rem;
	--sp-5: 2.25rem;
	--sp-6: 3rem;
	--sp-7: 4.5rem;
	--sp-8: 6rem;
	--section-y: clamp(3.75rem, 2rem + 7vw, 7.5rem);

	/* Layout */
	--w-wide: 1360px;
	--w-page: 1160px;
	--w-text: 720px;
	--gutter: clamp(1.25rem, 0.6rem + 2.6vw, 3rem);

	/* Effects */
	--r-sm: 3px;
	--r-md: 6px;
	--r-lg: 14px;
	--r-arch: 14rem 14rem var(--r-lg) var(--r-lg);
	--r-pill: 999px;

	--sh-1: 0 1px 2px rgba(20, 35, 27, 0.04), 0 4px 14px rgba(20, 35, 27, 0.05);
	--sh-2: 0 2px 6px rgba(20, 35, 27, 0.05), 0 18px 40px rgba(20, 35, 27, 0.09);
	--sh-3: 0 30px 70px rgba(20, 35, 27, 0.14);

	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);

	--header-h: 76px;
}

/* ==========================================================================
   2. Reset and base
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 1.5rem);
}

body {
	margin: 0;
	background: var(--c-paper);
	color: var(--c-ink);
	font-family: var(--f-body);
	font-size: var(--fs-body);
	font-weight: 300;
	line-height: 1.72;
	letter-spacing: 0.004em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--f-display);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.012em;
	color: var(--c-green-dark);
	margin: 0 0 var(--sp-3);
	text-wrap: balance;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.2; }
h4 { font-size: var(--fs-h4); font-family: var(--f-body); font-weight: 500; letter-spacing: 0; }

p { margin: 0 0 var(--sp-3); text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a {
	color: var(--c-green-mid);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
	text-decoration-color: color-mix(in srgb, var(--c-green-mid) 40%, transparent);
	transition: color 0.2s var(--ease), text-decoration-color 0.2s var(--ease);
}

a:hover {
	color: var(--c-gold-ink);
	text-decoration-color: currentColor;
}

strong, b { font-weight: 500; color: var(--c-green-dark); }

ul, ol { margin: 0 0 var(--sp-3); padding-left: 1.35em; }
li { margin-bottom: 0.45em; }

blockquote {
	margin: var(--sp-5) 0;
	padding: 0 0 0 var(--sp-4);
	border-left: 2px solid var(--c-gold);
	font-family: var(--f-display);
	font-size: var(--fs-lead);
	font-style: italic;
	color: var(--c-green);
}

hr {
	border: 0;
	height: 1px;
	background: var(--c-line);
	margin: var(--sp-6) 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 var(--sp-4);
	font-size: var(--fs-small);
}

th, td {
	text-align: left;
	padding: 0.85rem 1rem;
	border-bottom: 1px solid var(--c-line-soft);
	vertical-align: top;
}

th {
	font-weight: 500;
	color: var(--c-green-dark);
	background: var(--c-mist);
}

:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
	outline: 2px solid var(--c-gold-ink);
	outline-offset: 3px;
	border-radius: var(--r-sm);
}

::selection {
	background: var(--c-green);
	color: var(--c-paper);
}

.tft-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 0.9rem 1.4rem;
	background: var(--c-green-dark);
	color: var(--c-paper);
	font-size: var(--fs-small);
}

.tft-skip:focus {
	left: 0.75rem;
	top: 0.75rem;
}

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

/* ==========================================================================
   3. Layout
   ========================================================================== */

.tft-wrap {
	width: 100%;
	max-width: var(--w-page);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.tft-wrap--wide { max-width: var(--w-wide); }
.tft-wrap--text { max-width: var(--w-text); }

.tft-section {
	position: relative;
	padding-block: var(--section-y);
}

.tft-section--tight { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }

.tft-section--cream { background: var(--c-cream); }
.tft-section--mist { background: var(--c-mist); }
.tft-section--paper { background: var(--c-paper); }

.tft-section--green {
	background: var(--c-green-dark);
	color: var(--c-mist);
}

.tft-section--green h2,
.tft-section--green h3,
.tft-section--green h4 { color: var(--c-paper); }

.tft-section--green a:not(.tft-btn) { color: var(--c-gold-light); }
.tft-section--green a:not(.tft-btn):hover { color: var(--c-white); }

.tft-grid {
	display: grid;
	gap: var(--sp-5);
}

@media (min-width: 700px) {
	.tft-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tft-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
	.tft-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.tft-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 640px) and (max-width: 979px) {
	.tft-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Two column split with an image */
.tft-split {
	display: grid;
	gap: clamp(2rem, 1rem + 5vw, 4.5rem);
	align-items: center;
}

@media (min-width: 900px) {
	.tft-split { grid-template-columns: 1.05fr 0.95fr; }
	.tft-split--media-first > *:first-child { order: 2; }
	.tft-split--narrow-media { grid-template-columns: 1.25fr 0.75fr; }
}

/* ==========================================================================
   4. Section headers
   ========================================================================== */

.tft-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7em;
	margin: 0 0 var(--sp-3);
	font-family: var(--f-body);
	font-size: var(--fs-eyebrow);
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-eyebrow::before {
	content: "";
	width: 2.25rem;
	height: 1px;
	background: var(--c-gold);
	flex: none;
}

.tft-section--green .tft-eyebrow { color: var(--c-gold-light); }
.tft-section--green .tft-eyebrow::before { background: var(--c-gold-light); }

.tft-head {
	max-width: 46rem;
	margin-bottom: var(--sp-6);
}

.tft-head--centre {
	margin-inline: auto;
	text-align: center;
}

.tft-head--centre .tft-eyebrow::after {
	content: "";
	width: 2.25rem;
	height: 1px;
	background: var(--c-gold);
}

.tft-head p {
	font-size: var(--fs-lead);
	color: var(--c-ink-soft);
	line-height: 1.62;
	font-weight: 300;
}

.tft-section--green .tft-head p { color: var(--c-green-light); }

.tft-lead {
	font-size: var(--fs-lead);
	line-height: 1.62;
	color: var(--c-ink-soft);
}

/* ==========================================================================
   5. Buttons
   ========================================================================== */

.tft-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	padding: 1rem 1.9rem;
	border: 1px solid transparent;
	border-radius: var(--r-pill);
	background: var(--c-green);
	color: var(--c-paper);
	font-family: var(--f-body);
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	transition: background 0.25s var(--ease), color 0.25s var(--ease),
		border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.tft-btn:hover {
	background: var(--c-green-dark);
	color: var(--c-white);
	transform: translateY(-2px);
	box-shadow: var(--sh-2);
}

.tft-btn svg { width: 1em; height: 1em; flex: none; }

.tft-btn--gold { background: var(--c-gold); color: var(--c-green-deep); }
.tft-btn--gold:hover { background: var(--c-gold-light); color: var(--c-green-deep); }

.tft-btn--ghost {
	background: transparent;
	border-color: color-mix(in srgb, var(--c-green) 35%, transparent);
	color: var(--c-green);
}

.tft-btn--ghost:hover {
	background: var(--c-green);
	border-color: var(--c-green);
	color: var(--c-paper);
}

.tft-btn--light {
	background: transparent;
	border-color: color-mix(in srgb, var(--c-gold-light) 55%, transparent);
	color: var(--c-paper);
}

.tft-btn--light:hover {
	background: var(--c-paper);
	border-color: var(--c-paper);
	color: var(--c-green-dark);
}

.tft-btn--sm { padding: 0.72rem 1.3rem; font-size: 0.78rem; }
.tft-btn--block { width: 100%; }

.tft-btns {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-2) var(--sp-3);
	align-items: center;
}

/* Text link with an arrow */
.tft-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--c-green);
	border-bottom: 1px solid color-mix(in srgb, var(--c-gold) 55%, transparent);
	padding-bottom: 0.3em;
}

.tft-arrow::after {
	content: "";
	width: 1.1em;
	height: 1px;
	background: currentColor;
	transition: width 0.28s var(--ease-out);
}

.tft-arrow:hover { color: var(--c-gold-ink); }
.tft-arrow:hover::after { width: 1.9em; }

.tft-section--green .tft-arrow { color: var(--c-gold-light); }

/* ==========================================================================
   6. Header
   ========================================================================== */

.tft-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 100;
	transition: background 0.35s var(--ease), box-shadow 0.35s var(--ease),
		border-color 0.35s var(--ease);
	border-bottom: 1px solid transparent;
}

.tft-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-4);
	min-height: var(--header-h);
	transition: min-height 0.35s var(--ease);
}

/* Over a dark hero */
.tft-header--over {
	background: linear-gradient(to bottom, rgba(12, 26, 19, 0.55), rgba(12, 26, 19, 0));
}

.tft-header--over .tft-brand__name,
.tft-header--over .tft-brand__sub,
.tft-header--over .tft-nav a,
.tft-header--over .tft-burger { color: var(--c-paper); }

.tft-header--over .tft-brand__mark { border-color: rgba(253, 252, 248, 0.45); color: var(--c-paper); }

/* Scrolled or on a light page */
.tft-header--solid {
	background: color-mix(in srgb, var(--c-paper) 92%, transparent);
	backdrop-filter: saturate(1.4) blur(14px);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	border-bottom-color: var(--c-line-soft);
	box-shadow: 0 1px 22px rgba(20, 35, 27, 0.06);
}

.tft-header--solid .tft-header__inner { min-height: 66px; }

.tft-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	text-decoration: none;
	flex: none;
}

.tft-brand__mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	flex: none;
	border: 1px solid var(--c-gold);
	border-radius: 50%;
	color: var(--c-green);
	transition: transform 0.4s var(--ease-out);
}

.tft-brand:hover .tft-brand__mark { transform: rotate(-14deg); }
.tft-brand__mark svg { width: 21px; height: 21px; }

.tft-brand__text { display: flex; flex-direction: column; gap: 1px; }

.tft-brand__name {
	font-family: var(--f-display);
	font-size: 1.28rem;
	line-height: 1.05;
	letter-spacing: 0.005em;
	color: var(--c-green-dark);
}

.tft-brand__sub {
	font-size: 0.6rem;
	font-weight: 400;
	letter-spacing: 0.19em;
	text-transform: uppercase;
	color: var(--c-ink-faint);
	line-height: 1.1;
}

.tft-brand__logo { max-height: 52px; width: auto; }

/* Desktop nav */
.tft-nav { display: none; }

@media (min-width: 1000px) {
	.tft-nav {
		display: flex;
		align-items: center;
		gap: clamp(1rem, 0.2rem + 1.5vw, 2rem);
	}

	.tft-nav ul {
		display: flex;
		align-items: center;
		gap: clamp(1rem, 0.2rem + 1.5vw, 2rem);
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.tft-nav li { margin: 0; position: relative; }

	.tft-nav a {
		position: relative;
		display: inline-block;
		padding: 0.45rem 0;
		font-size: 0.83rem;
		font-weight: 400;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		text-decoration: none;
		color: var(--c-ink);
		white-space: nowrap;
	}

	.tft-nav a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background: var(--c-gold);
		transition: width 0.3s var(--ease-out);
	}

	.tft-nav a:hover::after,
	.tft-nav .current-menu-item > a::after,
	.tft-nav [aria-current="page"]::after { width: 100%; }

	/* Sub menus */
	.tft-nav .sub-menu {
		position: absolute;
		top: 100%;
		left: -1rem;
		min-width: 15rem;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0.6rem 0;
		background: var(--c-paper);
		border: 1px solid var(--c-line-soft);
		border-radius: var(--r-md);
		box-shadow: var(--sh-2);
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		transition: opacity 0.22s var(--ease), transform 0.22s var(--ease), visibility 0.22s;
	}

	.tft-nav li:hover > .sub-menu,
	.tft-nav li:focus-within > .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.tft-nav .sub-menu a {
		display: block;
		padding: 0.5rem 1.1rem;
		font-size: 0.78rem;
		letter-spacing: 0.06em;
		color: var(--c-ink-soft);
		text-transform: none;
	}

	.tft-nav .sub-menu a:hover { color: var(--c-green); background: var(--c-mist); }
	.tft-nav .sub-menu a::after { display: none; }

	.tft-header--over .tft-nav .sub-menu a { color: var(--c-ink-soft); }

	.tft-burger { display: none; }
}

.tft-header__cta { display: none; }

@media (min-width: 1000px) {
	.tft-header__cta { display: inline-flex; }
}

/* Burger */
.tft-burger {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--c-green-dark);
	cursor: pointer;
}

.tft-burger span {
	display: block;
	height: 1.5px;
	width: 24px;
	margin-inline: auto;
	background: currentColor;
	border-radius: 2px;
	transition: transform 0.32s var(--ease-out), opacity 0.2s var(--ease);
}

.tft-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.tft-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.tft-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Drawer */
.tft-drawer {
	position: fixed;
	inset: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	padding: calc(var(--header-h) + 2rem) var(--gutter) 2.5rem;
	background: var(--c-green-deep);
	color: var(--c-mist);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1.5rem);
	transition: opacity 0.4s var(--ease), transform 0.45s var(--ease-out), visibility 0.4s;
}

.tft-drawer.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tft-drawer ul {
	margin: 0 0 auto;
	padding: 0;
	list-style: none;
}

.tft-drawer li {
	margin: 0;
	border-bottom: 1px solid rgba(214, 191, 146, 0.16);
	opacity: 0;
	transform: translateY(12px);
}

.tft-drawer.is-open li {
	animation: tft-drawer-in 0.5s var(--ease-out) forwards;
}

@keyframes tft-drawer-in {
	to { opacity: 1; transform: translateY(0); }
}

.tft-drawer a {
	display: block;
	padding: 0.95rem 0;
	font-family: var(--f-display);
	font-size: 1.6rem;
	line-height: 1.2;
	color: var(--c-paper);
	text-decoration: none;
}

.tft-drawer a:hover { color: var(--c-gold-light); }

.tft-drawer .sub-menu {
	margin: 0 0 0.6rem 0;
	padding-left: 0.9rem;
	border-left: 1px solid rgba(214, 191, 146, 0.2);
}

.tft-drawer .sub-menu li { border: 0; }

.tft-drawer .sub-menu a {
	padding: 0.4rem 0;
	font-family: var(--f-body);
	font-size: 0.95rem;
	color: var(--c-green-light);
}

.tft-drawer__foot {
	margin-top: 2.5rem;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(214, 191, 146, 0.2);
	display: grid;
	gap: 0.9rem;
	font-size: var(--fs-small);
}

.tft-drawer__foot a { font-family: var(--f-body); font-size: var(--fs-small); padding: 0; }

body.tft-locked { overflow: hidden; }

/* ==========================================================================
   7. Hero
   ========================================================================== */

.tft-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: min(92vh, 860px);
	padding-block: calc(var(--header-h) + 4rem) clamp(3rem, 1rem + 7vw, 6rem);
	background: var(--c-green-deep);
	color: var(--c-paper);
	overflow: hidden;
	isolation: isolate;
}

.tft-hero--short {
	min-height: min(62vh, 560px);
	align-items: center;
}

.tft-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.tft-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 32%;
	animation: tft-drift 26s var(--ease) infinite alternate;
}

@keyframes tft-drift {
	from { transform: scale(1.02); }
	to { transform: scale(1.11) translate3d(-1.2%, -1%, 0); }
}

.tft-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(9, 20, 14, 0.94) 0%, rgba(9, 20, 14, 0.68) 38%, rgba(9, 20, 14, 0.3) 72%, rgba(9, 20, 14, 0.42) 100%),
		linear-gradient(to right, rgba(9, 20, 14, 0.6), rgba(9, 20, 14, 0.05) 70%);
}

.tft-hero--noimg {
	background:
		radial-gradient(120% 90% at 12% 108%, rgba(47, 107, 79, 0.55), transparent 60%),
		radial-gradient(90% 70% at 88% 0%, rgba(168, 137, 78, 0.22), transparent 62%),
		var(--c-green-deep);
}

.tft-hero__inner { position: relative; z-index: 1; width: 100%; }
.tft-hero__body { max-width: 40rem; }

.tft-hero .tft-eyebrow { color: var(--c-gold-light); }
.tft-hero .tft-eyebrow::before { background: var(--c-gold-light); }

.tft-hero h1 {
	font-size: var(--fs-display);
	font-weight: 300;
	line-height: 1.02;
	color: var(--c-paper);
	margin-bottom: var(--sp-4);
}

.tft-hero h1 em {
	font-style: italic;
	color: var(--c-gold-light);
}

.tft-hero__lead {
	font-size: var(--fs-lead);
	line-height: 1.6;
	color: color-mix(in srgb, var(--c-mist) 88%, transparent);
	max-width: 34rem;
	margin-bottom: var(--sp-5);
}

.tft-hero__price {
	display: inline-flex;
	align-items: baseline;
	gap: 0.45em;
	margin-bottom: var(--sp-4);
	font-size: var(--fs-small);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--c-gold-light);
}

/* Trust strip under the hero */
.tft-trust {
	background: var(--c-green-dark);
	color: var(--c-mist);
	border-top: 1px solid rgba(214, 191, 146, 0.16);
}

.tft-trust__list {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(214, 191, 146, 0.16);
}

@media (min-width: 720px) {
	.tft-trust__list { grid-template-columns: repeat(4, 1fr); }
}

.tft-trust__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	margin: 0;
	padding: 1.15rem 1rem;
	background: var(--c-green-dark);
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	color: color-mix(in srgb, var(--c-mist) 85%, transparent);
}

.tft-trust__list svg { width: 17px; height: 17px; flex: none; color: var(--c-gold-light); }

/* ==========================================================================
   8. Page hero for inner pages
   ========================================================================== */

.tft-phero {
	position: relative;
	padding-block: calc(var(--header-h) + clamp(3rem, 1.5rem + 5vw, 5.5rem)) clamp(2.75rem, 1.5rem + 4vw, 4.5rem);
	background:
		radial-gradient(115% 130% at 100% 0%, rgba(168, 137, 78, 0.14), transparent 58%),
		radial-gradient(90% 110% at 0% 100%, rgba(47, 107, 79, 0.12), transparent 60%),
		var(--c-cream);
	border-bottom: 1px solid var(--c-line-soft);
	overflow: hidden;
}

.tft-phero__inner { position: relative; z-index: 1; max-width: 48rem; }
.tft-phero h1 { margin-bottom: var(--sp-3); }

.tft-phero__lead {
	font-size: var(--fs-lead);
	color: var(--c-ink-soft);
	line-height: 1.6;
	max-width: 40rem;
}

.tft-phero__leaf {
	position: absolute;
	right: -3rem;
	bottom: -5rem;
	width: min(30rem, 46vw);
	color: var(--c-green);
	opacity: 0.07;
	pointer-events: none;
	z-index: 0;
}

/* Breadcrumbs */
.tft-crumbs {
	margin-bottom: var(--sp-4);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	color: var(--c-ink-faint);
}

.tft-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tft-crumbs li { margin: 0; display: inline-flex; align-items: center; gap: 0.5em; }
.tft-crumbs li + li::before { content: "/"; color: var(--c-line); }
.tft-crumbs a { color: var(--c-ink-soft); text-decoration: none; }
.tft-crumbs a:hover { color: var(--c-gold-ink); text-decoration: underline; }
.tft-crumbs [aria-current="page"] { color: var(--c-green); }

/* ==========================================================================
   9. Cards
   ========================================================================== */

.tft-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(1.6rem, 1rem + 1.6vw, 2.4rem);
	background: var(--c-white);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-lg);
	transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}

.tft-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sh-2);
	border-color: var(--c-line);
}

.tft-card h3 { margin-bottom: var(--sp-2); }
.tft-card p { color: var(--c-ink-soft); }
.tft-card__body { flex: 1; }

.tft-section--cream .tft-card { background: var(--c-white); }

.tft-section--green .tft-card {
	background: rgba(253, 252, 248, 0.04);
	border-color: rgba(214, 191, 146, 0.2);
}

.tft-section--green .tft-card p { color: var(--c-green-light); }
.tft-section--green .tft-card:hover { border-color: rgba(214, 191, 146, 0.45); box-shadow: none; }

/* Numbered feature card */
.tft-feature {
	position: relative;
	padding-top: var(--sp-4);
	border-top: 1px solid var(--c-line);
}

.tft-feature__num {
	display: block;
	margin-bottom: var(--sp-3);
	font-family: var(--f-display);
	font-size: 0.95rem;
	letter-spacing: 0.2em;
	color: var(--c-gold-ink);
}

.tft-feature h3 { font-size: var(--fs-h4); font-family: var(--f-body); font-weight: 500; letter-spacing: 0; }
.tft-feature p { color: var(--c-ink-soft); font-size: 1rem; margin-bottom: 0; }

.tft-section--green .tft-feature { border-top-color: rgba(214, 191, 146, 0.25); }
.tft-section--green .tft-feature__num { color: var(--c-gold-light); }
.tft-section--green .tft-feature p { color: var(--c-green-light); }

/* Icon feature */
.tft-icard__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: var(--sp-4);
	border: 1px solid var(--c-gold);
	border-radius: 50%;
	color: var(--c-green);
}

.tft-icard__icon svg { width: 24px; height: 24px; }

.tft-section--green .tft-icard__icon { border-color: var(--c-gold-light); color: var(--c-gold-light); }

/* ==========================================================================
   10. Treatment cards
   ========================================================================== */

.tft-treatments {
	display: grid;
	gap: var(--sp-5);
}

@media (min-width: 860px) {
	.tft-treatments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.tft-treat {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(1.75rem, 1rem + 2vw, 2.75rem);
	background: var(--c-white);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-lg);
	overflow: hidden;
	transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease);
}

.tft-treat:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }

.tft-treat--featured {
	border-color: color-mix(in srgb, var(--c-gold) 45%, transparent);
	box-shadow: var(--sh-1);
}

.tft-treat__flag {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.45rem 1rem;
	background: var(--c-gold);
	color: var(--c-green-deep);
	font-size: 0.65rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom-left-radius: var(--r-lg);
}

.tft-treat__top {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--sp-2);
	padding-bottom: var(--sp-3);
	margin-bottom: var(--sp-4);
	border-bottom: 1px solid var(--c-line-soft);
}

.tft-treat h3 { margin: 0; }

.tft-treat__price {
	font-family: var(--f-display);
	font-size: clamp(2rem, 1.6rem + 1.2vw, 2.6rem);
	line-height: 1;
	color: var(--c-green);
}

.tft-treat__meta {
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-bottom: var(--sp-3);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-treat__meta svg { width: 15px; height: 15px; }

.tft-treat > p { color: var(--c-ink-soft); }

.tft-treat__list {
	margin: var(--sp-4) 0 var(--sp-5);
	padding: 0;
	list-style: none;
	font-size: 1rem;
}

.tft-treat__list li {
	position: relative;
	padding-left: 1.7rem;
	margin-bottom: 0.6em;
	color: var(--c-ink-soft);
}

.tft-treat__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.62rem;
	height: 0.34rem;
	border-left: 1.5px solid var(--c-gold);
	border-bottom: 1.5px solid var(--c-gold);
	transform: rotate(-45deg);
}

.tft-treat__foot { margin-top: auto; }

.tft-treat__sub {
	margin: 0 0 var(--sp-2);
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-green-dark);
}

/* ==========================================================================
   11. Steps
   ========================================================================== */

.tft-steps {
	display: grid;
	gap: var(--sp-5);
	counter-reset: tftstep;
}

@media (min-width: 760px) {
	.tft-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1080px) {
	.tft-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.tft-step {
	position: relative;
	padding-top: 2.9rem;
	counter-increment: tftstep;
}

.tft-step::before {
	content: counter(tftstep, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--f-display);
	font-size: 2.15rem;
	line-height: 1;
	color: color-mix(in srgb, var(--c-gold) 70%, transparent);
}

.tft-step::after {
	content: "";
	position: absolute;
	top: 1.05rem;
	left: 3.1rem;
	right: -1.2rem;
	height: 1px;
	background: var(--c-line);
}

@media (max-width: 1079px) {
	.tft-step::after { display: none; }
}

.tft-steps > .tft-step:last-child::after { display: none; }

.tft-step h3 {
	font-family: var(--f-body);
	font-size: 1.03rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: var(--sp-2);
}

.tft-step p { font-size: 0.98rem; color: var(--c-ink-soft); margin: 0; }

.tft-section--green .tft-step::after { background: rgba(214, 191, 146, 0.25); }
.tft-section--green .tft-step::before { color: var(--c-gold-light); }
.tft-section--green .tft-step p { color: var(--c-green-light); }

/* ==========================================================================
   12. Media
   ========================================================================== */

.tft-media { position: relative; }

.tft-media img {
	width: 100%;
	border-radius: var(--r-lg);
}

.tft-media--arch img { border-radius: var(--r-arch); }

.tft-media--frame::after {
	content: "";
	position: absolute;
	inset: 1rem -1rem -1rem 1rem;
	border: 1px solid var(--c-gold);
	border-radius: var(--r-lg);
	z-index: -1;
}

.tft-media--arch.tft-media--frame::after { border-radius: var(--r-arch); }

.tft-media__tag {
	position: absolute;
	left: clamp(-1rem, -2vw, 0rem);
	bottom: clamp(1rem, 3vw, 2.2rem);
	max-width: 15rem;
	padding: 1.05rem 1.35rem;
	background: var(--c-paper);
	border-radius: var(--r-md);
	box-shadow: var(--sh-2);
	font-size: 0.86rem;
	line-height: 1.5;
	color: var(--c-ink-soft);
}

.tft-media__tag strong {
	display: block;
	font-family: var(--f-display);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	color: var(--c-green);
	margin-bottom: 0.25rem;
}

/* ==========================================================================
   13. Areas
   ========================================================================== */

.tft-areas {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--c-line-soft);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-lg);
	overflow: hidden;
}

@media (min-width: 560px) { .tft-areas { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 860px) { .tft-areas { grid-template-columns: repeat(3, 1fr); } }

.tft-areas li { margin: 0; }

.tft-areas a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.8rem;
	height: 100%;
	padding: 1.3rem 1.5rem;
	background: var(--c-white);
	text-decoration: none;
	transition: background 0.25s var(--ease), padding-left 0.25s var(--ease);
}

.tft-areas a:hover { background: var(--c-mist); padding-left: 1.85rem; }

.tft-areas__town {
	font-family: var(--f-display);
	font-size: 1.22rem;
	color: var(--c-green-dark);
}

.tft-areas__note {
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--c-ink-faint);
	white-space: nowrap;
}

.tft-section--green .tft-areas,
.tft-section--green .tft-areas a { background: transparent; }
.tft-section--green .tft-areas { background: rgba(214, 191, 146, 0.18); border-color: rgba(214, 191, 146, 0.18); }
.tft-section--green .tft-areas a { background: var(--c-green-dark); }
.tft-section--green .tft-areas a:hover { background: var(--c-green); }
.tft-section--green .tft-areas__town { color: var(--c-paper); }
.tft-section--green .tft-areas__note { color: var(--c-green-light); }

/* ==========================================================================
   14. Facts panel, built for AI answers and quick scanning
   ========================================================================== */

.tft-facts {
	padding: clamp(1.5rem, 1rem + 1.5vw, 2.25rem);
	background: var(--c-mist);
	border: 1px solid var(--c-line-soft);
	border-left: 3px solid var(--c-gold);
	border-radius: var(--r-md);
}

.tft-facts h2,
.tft-facts h3 {
	font-family: var(--f-body);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
	margin-bottom: var(--sp-3);
}

.tft-facts dl {
	display: grid;
	gap: 0;
	margin: 0;
}

@media (min-width: 620px) {
	.tft-facts dl { grid-template-columns: minmax(9rem, 12rem) 1fr; }
}

.tft-facts dt,
.tft-facts dd {
	margin: 0;
	padding: 0.7rem 0;
	border-top: 1px solid color-mix(in srgb, var(--c-green) 12%, transparent);
	font-size: 0.96rem;
}

.tft-facts dt { font-weight: 500; color: var(--c-green-dark); }
.tft-facts dd { color: var(--c-ink-soft); }

@media (max-width: 619px) {
	.tft-facts dd { padding-top: 0; border-top: 0; padding-bottom: 0.85rem; }
}

.tft-facts dl > dt:first-of-type,
.tft-facts dl > dt:first-of-type + dd { border-top: 0; }

/* ==========================================================================
   15. FAQ accordion
   ========================================================================== */

.tft-faq { max-width: 52rem; }

.tft-faq__item { border-bottom: 1px solid var(--c-line); }
.tft-faq__item:first-child { border-top: 1px solid var(--c-line); }

.tft-faq__q {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--sp-4);
	width: 100%;
	padding: 1.35rem 0;
	border: 0;
	background: none;
	font-family: var(--f-display);
	font-size: clamp(1.12rem, 1rem + 0.4vw, 1.35rem);
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	color: var(--c-green-dark);
	cursor: pointer;
	transition: color 0.2s var(--ease);
}

.tft-faq__q:hover { color: var(--c-gold-ink); }

.tft-faq__icon {
	position: relative;
	flex: none;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.15rem;
	border: 1px solid var(--c-line);
	border-radius: 50%;
	transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.35s var(--ease-out);
}

.tft-faq__icon::before,
.tft-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: opacity 0.25s var(--ease);
}

.tft-faq__icon::before { width: 0.6rem; height: 1px; }
.tft-faq__icon::after { width: 1px; height: 0.6rem; }

.tft-faq__q[aria-expanded="true"] .tft-faq__icon {
	background: var(--c-green);
	border-color: var(--c-green);
	color: var(--c-paper);
	transform: rotate(90deg);
}

.tft-faq__q[aria-expanded="true"] .tft-faq__icon::after { opacity: 0; }

.tft-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.42s var(--ease-out);
}

.tft-faq__a > div { overflow: hidden; }

.tft-faq__item.is-open .tft-faq__a { grid-template-rows: 1fr; }

.tft-faq__a p {
	max-width: 44rem;
	padding-bottom: 1.5rem;
	color: var(--c-ink-soft);
}

.tft-faq__a p:first-child { padding-top: 0.1rem; }

.tft-section--green .tft-faq__item,
.tft-section--green .tft-faq__item:first-child { border-color: rgba(214, 191, 146, 0.22); }
.tft-section--green .tft-faq__q { color: var(--c-paper); }
.tft-section--green .tft-faq__q:hover { color: var(--c-gold-light); }
.tft-section--green .tft-faq__icon { border-color: rgba(214, 191, 146, 0.4); }
.tft-section--green .tft-faq__a p { color: var(--c-green-light); }

/* Fallback when JavaScript has not run */
.no-js .tft-faq__a { grid-template-rows: 1fr; }

/* ==========================================================================
   16. Quote and testimonials
   ========================================================================== */

.tft-quote {
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
}

.tft-quote__mark {
	display: block;
	margin: 0 auto var(--sp-2);
	font-family: var(--f-display);
	font-size: 3.5rem;
	line-height: 0.6;
	color: var(--c-gold);
}

.tft-quote blockquote {
	margin: 0 0 var(--sp-4);
	padding: 0;
	border: 0;
	font-size: clamp(1.3rem, 1.05rem + 1.1vw, 1.95rem);
	font-style: normal;
	line-height: 1.42;
	color: var(--c-green-dark);
}

.tft-section--green .tft-quote blockquote { color: var(--c-paper); }

.tft-quote cite {
	font-family: var(--f-body);
	font-size: 0.78rem;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-section--green .tft-quote cite { color: var(--c-gold-light); }

/* ==========================================================================
   17. Calls to action
   ========================================================================== */

.tft-cta {
	position: relative;
	padding-block: clamp(3.5rem, 2rem + 6vw, 6.5rem);
	background:
		radial-gradient(100% 130% at 0% 100%, rgba(47, 107, 79, 0.5), transparent 62%),
		radial-gradient(90% 120% at 100% 0%, rgba(168, 137, 78, 0.2), transparent 60%),
		var(--c-green-deep);
	color: var(--c-mist);
	overflow: hidden;
	text-align: center;
}

.tft-cta__inner { position: relative; z-index: 1; max-width: 44rem; margin-inline: auto; }
.tft-cta h2 { color: var(--c-paper); }
.tft-cta p { color: color-mix(in srgb, var(--c-mist) 82%, transparent); font-size: var(--fs-lead); }
.tft-cta .tft-btns { justify-content: center; margin-top: var(--sp-5); }

.tft-cta__leaf {
	position: absolute;
	left: -4rem;
	top: -3rem;
	width: min(26rem, 40vw);
	color: var(--c-green-light);
	opacity: 0.09;
	pointer-events: none;
}

.tft-cta__aside {
	margin-top: var(--sp-4);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	color: var(--c-green-light);
}

/* Inline mid page prompt */
.tft-prompt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-4);
	padding: clamp(1.4rem, 1rem + 1.4vw, 2rem) clamp(1.5rem, 1rem + 1.6vw, 2.4rem);
	margin-block: var(--sp-6);
	background: var(--c-cream);
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
}

.tft-prompt__text { flex: 1 1 20rem; }

.tft-prompt h3 {
	font-family: var(--f-display);
	font-size: 1.4rem;
	margin-bottom: 0.35rem;
}

.tft-prompt p { margin: 0; font-size: 0.98rem; color: var(--c-ink-soft); }

/* ==========================================================================
   18. Footer
   ========================================================================== */

.tft-footer {
	background: var(--c-green-deep);
	color: color-mix(in srgb, var(--c-mist) 78%, transparent);
	font-size: var(--fs-small);
}

.tft-footer__main {
	display: grid;
	gap: var(--sp-6);
	padding-block: clamp(3rem, 2rem + 4vw, 5rem);
}

@media (min-width: 700px) {
	.tft-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1020px) {
	.tft-footer__main { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; }
}

.tft-footer h2,
.tft-footer h3 {
	font-family: var(--f-body);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--c-gold-light);
	margin-bottom: var(--sp-3);
}

.tft-footer a { color: color-mix(in srgb, var(--c-mist) 88%, transparent); text-decoration: none; }
.tft-footer a:hover { color: var(--c-white); text-decoration: underline; text-decoration-color: var(--c-gold-light); }

.tft-footer ul { margin: 0; padding: 0; list-style: none; }
.tft-footer li { margin-bottom: 0.55em; }

.tft-footer__brand {
	font-family: var(--f-display);
	font-size: 1.65rem;
	line-height: 1.15;
	color: var(--c-paper);
	margin-bottom: var(--sp-2);
}

.tft-footer__blurb { max-width: 26rem; line-height: 1.7; }

.tft-footer__hours {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 1.2rem;
	margin: 0;
}

.tft-footer__hours dt { color: var(--c-green-light); }
.tft-footer__hours dd { margin: 0; }

.tft-footer__note { margin-top: var(--sp-3); color: var(--c-green-light); line-height: 1.6; }

.tft-social {
	display: flex;
	gap: 0.6rem;
	margin-top: var(--sp-4);
}

.tft-social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(214, 191, 146, 0.3);
	border-radius: 50%;
	color: var(--c-gold-light);
	transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.tft-social a:hover {
	background: var(--c-gold-light);
	border-color: var(--c-gold-light);
	color: var(--c-green-deep);
}

.tft-social svg { width: 18px; height: 18px; }

.tft-footer__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-3);
	padding-block: 1.5rem;
	border-top: 1px solid rgba(214, 191, 146, 0.18);
	font-size: 0.78rem;
	color: var(--c-green-light);
}

.tft-footer__bar ul { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.tft-footer__bar li { margin: 0; }

/* ==========================================================================
   19. Forms
   ========================================================================== */

.tft-form { display: grid; gap: var(--sp-4); }

.tft-field { display: grid; gap: 0.45rem; }

.tft-field label {
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--c-green-dark);
}

.tft-field .tft-req { color: var(--c-gold-ink); }

.tft-field input,
.tft-field select,
.tft-field textarea {
	width: 100%;
	padding: 0.9rem 1.05rem;
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	background: var(--c-white);
	color: var(--c-ink);
	font-family: var(--f-body);
	font-size: 1rem;
	font-weight: 300;
	transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.tft-field textarea { resize: vertical; min-height: 9rem; line-height: 1.6; }

.tft-field input:focus,
.tft-field select:focus,
.tft-field textarea:focus {
	border-color: var(--c-green-mid);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-green-mid) 14%, transparent);
	outline: none;
}

.tft-field__hint { font-size: 0.8rem; color: var(--c-ink-faint); }

.tft-field--row { display: grid; gap: var(--sp-4); }

@media (min-width: 620px) {
	.tft-field--row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.tft-honey { position: absolute; left: -9999px; opacity: 0; }

.tft-notice {
	padding: 1.05rem 1.25rem;
	border-radius: var(--r-md);
	border-left: 3px solid;
	font-size: 0.95rem;
}

.tft-notice--ok { background: #eaf3ed; border-color: #2f6b4f; color: #1c4432; }
.tft-notice--bad { background: #fbeeea; border-color: #a8442c; color: #7d2f1c; }

.tft-formpanel {
	padding: clamp(1.6rem, 1rem + 2vw, 2.75rem);
	background: var(--c-white);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-lg);
	box-shadow: var(--sh-1);
}

/* ==========================================================================
   20. Contact details list
   ========================================================================== */

.tft-contacts { display: grid; gap: var(--sp-4); margin: 0; padding: 0; list-style: none; }

.tft-contacts li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin: 0;
}

.tft-contacts__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: none;
	border: 1px solid var(--c-line);
	border-radius: 50%;
	color: var(--c-green-mid);
}

.tft-contacts__icon svg { width: 19px; height: 19px; }

.tft-contacts__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-ink-faint);
	margin-bottom: 0.15rem;
}

.tft-contacts__value { font-size: 1.05rem; color: var(--c-green-dark); }
.tft-contacts__value a { color: var(--c-green-dark); text-decoration: none; }
.tft-contacts__value a:hover { color: var(--c-gold-ink); text-decoration: underline; }

/* ==========================================================================
   21. Blog
   ========================================================================== */

.tft-posts { display: grid; gap: var(--sp-6) var(--sp-5); }

@media (min-width: 700px) { .tft-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .tft-posts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.tft-post { display: flex; flex-direction: column; }

.tft-post__media {
	position: relative;
	display: block;
	margin-bottom: var(--sp-4);
	overflow: hidden;
	border-radius: var(--r-lg);
	aspect-ratio: 3 / 2;
	background: var(--c-mist);
}

.tft-post__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--ease-out);
}

.tft-post:hover .tft-post__media img { transform: scale(1.045); }

.tft-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: var(--sp-2);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-post h2,
.tft-post h3 { font-size: var(--fs-h3); margin-bottom: var(--sp-2); }
.tft-post h2 a,
.tft-post h3 a { color: inherit; text-decoration: none; }
.tft-post h2 a:hover,
.tft-post h3 a:hover { color: var(--c-green-mid); }

.tft-post p { color: var(--c-ink-soft); font-size: 1rem; }
.tft-post__foot { margin-top: auto; padding-top: var(--sp-3); }

/* Featured first post */
@media (min-width: 900px) {
	.tft-post--lead {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1.15fr 1fr;
		gap: var(--sp-6);
		align-items: center;
		padding-bottom: var(--sp-6);
		border-bottom: 1px solid var(--c-line-soft);
	}

	.tft-post--lead .tft-post__media { margin-bottom: 0; aspect-ratio: 4 / 3; }
	.tft-post--lead h2 { font-size: var(--fs-h2); }
}

/* Single post */
.tft-article { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }

.tft-article__hero {
	max-width: var(--w-text);
	margin: 0 auto clamp(2rem, 1rem + 3vw, 3.25rem);
}

.tft-article__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1.2rem;
	margin-top: var(--sp-4);
	padding-top: var(--sp-4);
	border-top: 1px solid var(--c-line-soft);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: var(--c-ink-faint);
}

.tft-article__meta strong { color: var(--c-green-dark); font-weight: 500; }

.tft-article__figure {
	max-width: var(--w-wide);
	margin: 0 auto clamp(2rem, 1rem + 3vw, 3.5rem);
	padding-inline: var(--gutter);
}

.tft-article__figure img { width: 100%; border-radius: var(--r-lg); }

/* Prose */
.tft-prose { max-width: var(--w-text); margin-inline: auto; }

.tft-prose > * + * { margin-top: var(--sp-3); }

.tft-prose h2 {
	margin-top: var(--sp-7);
	margin-bottom: var(--sp-3);
	font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.2rem);
	padding-top: var(--sp-4);
	border-top: 1px solid var(--c-line-soft);
}

.tft-prose h3 {
	margin-top: var(--sp-5);
	margin-bottom: var(--sp-2);
	font-size: var(--fs-h3);
}

.tft-prose h2:first-child,
.tft-prose h3:first-child { margin-top: 0; }

.tft-prose p,
.tft-prose li { color: var(--c-ink-soft); }

.tft-prose > p:first-of-type {
	font-size: var(--fs-lead);
	line-height: 1.62;
	color: var(--c-ink);
}

.tft-prose ul,
.tft-prose ol { padding-left: 1.3em; }
.tft-prose li { margin-bottom: 0.55em; }
.tft-prose li::marker { color: var(--c-gold); }

.tft-prose img { border-radius: var(--r-md); margin-block: var(--sp-5); }

.tft-prose figure { margin: var(--sp-5) 0; }

.tft-prose figcaption {
	margin-top: 0.7rem;
	font-size: 0.85rem;
	color: var(--c-ink-faint);
	text-align: center;
}

.tft-prose a { font-weight: 400; }

/* Key point callout inside prose */
.tft-keypoint {
	padding: 1.3rem 1.6rem;
	margin-block: var(--sp-5);
	background: var(--c-mist);
	border-left: 3px solid var(--c-gold);
	border-radius: var(--r-sm);
}

.tft-keypoint p { margin: 0; color: var(--c-green-dark); }
.tft-keypoint p + p { margin-top: 0.7rem; }

/* Table of contents */
.tft-toc {
	padding: 1.4rem 1.7rem;
	margin-bottom: var(--sp-6);
	background: var(--c-cream);
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
}

.tft-toc h2 {
	margin: 0 0 var(--sp-2);
	padding: 0;
	border: 0;
	font-family: var(--f-body);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-toc ol { margin: 0; padding-left: 1.2em; font-size: 0.96rem; }
.tft-toc li { margin-bottom: 0.35em; }
.tft-toc a { color: var(--c-ink-soft); text-decoration: none; }
.tft-toc a:hover { color: var(--c-green-mid); text-decoration: underline; }

/* Author box */
.tft-author {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-4);
	align-items: flex-start;
	max-width: var(--w-text);
	margin: var(--sp-7) auto 0;
	padding: clamp(1.4rem, 1rem + 1.5vw, 2rem);
	background: var(--c-cream);
	border: 1px solid var(--c-line);
	border-radius: var(--r-lg);
}

.tft-author__pic {
	width: 76px;
	height: 76px;
	flex: none;
	border-radius: 50%;
	object-fit: cover;
	background: var(--c-mist);
}

.tft-author__body { flex: 1 1 16rem; }

.tft-author h2 {
	margin: 0 0 0.3rem;
	padding: 0;
	border: 0;
	font-size: 1.3rem;
}

.tft-author p { font-size: 0.96rem; margin-bottom: var(--sp-2); }

/* Post navigation and related */
.tft-postnav {
	display: grid;
	gap: var(--sp-4);
	max-width: var(--w-text);
	margin: var(--sp-6) auto 0;
}

@media (min-width: 640px) { .tft-postnav { grid-template-columns: repeat(2, 1fr); } }

.tft-postnav a {
	display: block;
	padding: 1.2rem 1.4rem;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-md);
	text-decoration: none;
	transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}

.tft-postnav a:hover { border-color: var(--c-line); background: var(--c-cream); }

.tft-postnav span {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--c-gold-ink);
}

.tft-postnav strong {
	font-family: var(--f-display);
	font-size: 1.12rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--c-green-dark);
}

.tft-postnav--next { text-align: right; }

/* Pagination */
.tft-pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin-top: var(--sp-7);
}

.tft-pager .page-numbers {
	display: grid;
	place-items: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding-inline: 0.75rem;
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-pill);
	font-size: 0.9rem;
	text-decoration: none;
	color: var(--c-ink-soft);
}

.tft-pager .page-numbers:hover { border-color: var(--c-green-mid); color: var(--c-green); }

.tft-pager .page-numbers.current {
	background: var(--c-green);
	border-color: var(--c-green);
	color: var(--c-paper);
}

/* ==========================================================================
   22. Decorative divider
   ========================================================================== */

.tft-divider {
	display: block;
	width: 100%;
	height: clamp(2.5rem, 4vw, 4.5rem);
	color: var(--c-cream);
}

.tft-divider svg { display: block; width: 100%; height: 100%; }

.tft-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	margin-block: var(--sp-5);
	color: var(--c-gold);
}

.tft-ornament::before,
.tft-ornament::after {
	content: "";
	width: min(6rem, 18vw);
	height: 1px;
	background: currentColor;
	opacity: 0.5;
}

.tft-ornament svg { width: 20px; height: 20px; }

/* ==========================================================================
   23. Animation
   ========================================================================== */

.tft-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
	transition-delay: var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}

.tft-reveal.is-in { opacity: 1; transform: none; }

.no-js .tft-reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}

	.tft-reveal { opacity: 1; transform: none; }
	.tft-hero__media img { animation: none; }
}

/* ==========================================================================
   24. WordPress content defaults
   ========================================================================== */

.alignleft { float: left; margin: 0.4rem 2rem 1.5rem 0; }
.alignright { float: right; margin: 0.4rem 0 1.5rem 2rem; }
.aligncenter { margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--c-ink-faint); text-align: center; }
.sticky, .gallery-caption, .bypostauthor { display: block; }

.wp-block-image img { border-radius: var(--r-md); }

/* ==========================================================================
   25. Print
   ========================================================================== */

@media print {
	.tft-header,
	.tft-drawer,
	.tft-footer,
	.tft-cta,
	.tft-prompt,
	.tft-btns { display: none !important; }

	body { background: #fff; color: #000; font-size: 11pt; }
	.tft-faq__a { grid-template-rows: 1fr !important; }
	a { text-decoration: underline; }
}
