.page-template-template-home-tentrend .site,
.page-template-template-home-tentrend #content,
.page-template-template-home-tentrend .site-main {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tt-homepage {
	--tt-content-max: 1120px;
	--tt-content-gutter: 28px;
	background: var(--tt-bg);
	color: var(--tt-text);
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.tt-container {
	width: min(var(--tt-content-max), calc(100% - (var(--tt-content-gutter) * 2)));
	margin: 0 auto;
}

.tt-hero {
	position: relative;
	min-height: 100vh;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.tt-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.tt-hero .tt-container {
	width: min(var(--tt-content-max), calc(100% - (var(--tt-content-gutter) * 2)));
	max-width: var(--tt-content-max);
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.tt-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(92deg, rgba(16, 12, 9, 0.8) 0%, rgba(16, 12, 9, 0.8) 44%, rgba(16, 12, 9, 0.5) 100%);
}

.tt-line-decor {
	position: absolute;
	right: -36px;
	bottom: -42px;
	width: 360px;
	height: 210px;
	pointer-events: none;
	opacity: 0.9;
}

.tt-line-decor::before,
.tt-line-decor::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 178px;
	height: 196px;
	border: 6px solid;
	border-radius: 0 0 170px 170px;
	border-top: 0;
}

.tt-line-decor::before { left: 0; }
.tt-line-decor::after { right: 0; }

.tt-line-decor-hero::before,
.tt-line-decor-hero::after { border-color: rgba(240, 233, 218, 0.8); }

.tt-line-decor-cta {
	right: -29.5rem;
	bottom: -33.5rem;
	width: min(80vw, 80rem);
	height: min(80vw, 80rem);
	opacity: 0.32;
	background-image: url("/wp-content/uploads/2026/05/ICONS_Tekengebied-1-kopie-6.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

.tt-line-decor-cta::before,
.tt-line-decor-cta::after { content: none; }

.tt-hero-content {
	position: relative;
	z-index: 2;
	max-width: clamp(600px, 44vw, 760px);
	color: var(--tt-light);
	padding: 0;
}

.tt-eyebrow,
.tt-section-label {
	font-family: var(--tt-font-heading);
	margin: 0 0 16px;
	font-size: 1rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	color: #b9965d;
}

.tt-section-label {
	font-family: "TT Chocolates", sans-serif;
	font-size: 1rem;
	color: var(--tt-gold);
}

.tt-hero .tt-eyebrow {
	font-family: "TT Chocolates", sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.24em;
	max-width: 42ch;
	text-shadow: none;
	font-weight: 500;
	color: var(--tt-cream);
}

.tt-hero .tt-lead { color: var(--tt-cream); }

.tt-hero h1,
.tt-section-title,
.tt-usp-subtitle,
.tt-featured-title,
.tt-cta-title,
.tt-cta-subtitle,
.tt-card-content h3,
.tt-card-content-below h3 { letter-spacing: -0.06em; }

.tt-hero h1 { font-size: clamp(4rem, 5.7vw, 5.25rem); max-width: 20ch; line-height: 0.95; color: #f6f1ed; }
.tt-section-title { font-size: clamp(2.875rem, 6vw, 4.5rem); margin-bottom: 34px; color: var(--tt-title); }

.tt-lead,
.tt-usp-intro,
.tt-featured-text,
.tt-cta-text {
	font-family: var(--tt-font-ui);
	font-size: 0.9375rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	max-width: 70ch;
	text-transform: uppercase;
}

.tt-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.tt-btn {
	font-family: "TT Chocolates", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.625rem;
	min-width: 13.125rem;
	padding: 0.625rem 1.125rem;
	border: 1px solid var(--tt-gold);
	border-radius: 5px;
	font-size: 0.95rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	line-height: 1;
	text-shadow: none;
}

.tt-btn-primary { background: var(--tt-gold); color: #f8f0e4; }
.tt-btn-ghost { background: transparent; color: var(--tt-light); border-color: rgba(245, 239, 228, 0.4); }
.tt-hero .tt-btn-primary:hover,
.tt-hero .tt-btn-primary:focus,
.tt-hero .tt-btn-primary:focus-visible {
	background: #8f6a34;
	border-color: #8f6a34;
	color: #f8f0e4;
}
.tt-hero .tt-btn-ghost:hover,
.tt-hero .tt-btn-ghost:focus,
.tt-hero .tt-btn-ghost:focus-visible {
	background: linear-gradient(135deg, rgba(143, 106, 52, 0.5) 0%, rgba(210, 190, 155, 0.38) 52%, rgba(66, 49, 28, 0.5) 100%);
	border-color: rgba(210, 190, 155, 0.72);
	color: #fff3df;
}
.tt-hero .tt-btn {
	min-width: 16.25rem;
	min-height: 3rem;
	padding: 1rem 3rem;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.tt-hero .tt-btn-ghost {
	background: linear-gradient(135deg, rgba(186, 156, 141, 0.35) 0%, rgba(255, 255, 255, 0.35) 52%, rgba(22, 19, 16, 0.35) 100%);
	color: var(--tt-light);
	border-color: rgba(245, 239, 228, 0.42);
}

.tt-hero-decor-icon {
	position: absolute;
	right: -29.5rem;
	bottom: -33.5rem;
	width: min(80vw, 80rem);
	height: auto;
	opacity: 0.64;
	pointer-events: none;
	z-index: 1;
}

.tt-slider-section,
.tt-usp,
.tt-featured-product { padding: 96px 0; }

.tt-slider-section-alt { background: var(--tt-bg); }

.tt-slider-wrap {
	position: relative;
	width: 100%;
	margin-left: 0;
	padding-inline: 0;
	box-sizing: border-box;
	container-type: inline-size;
}

.tt-slider-track {
	--tt-cards-per-view: 4;
	--tt-track-gap: 18px;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - (var(--tt-cards-per-view) - 1) * var(--tt-track-gap)) / var(--tt-cards-per-view));
	gap: var(--tt-track-gap);
	width: 100%;
	margin: 0;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	/* Let the browser handle horizontal panning natively on touch (together with
	   scroll-snap above); pan-y alone disabled it and handed the gesture to the
	   page. The JS pointer-drag stays mouse-only, see home-template.js. */
	touch-action: pan-x pan-y pinch-zoom;
	overscroll-behavior-x: contain;
	cursor: grab;
}

.tt-slider-track-three {
	--tt-cards-per-view: 3;
	--tt-track-gap: 26px;
}

.tt-slider-track::-webkit-scrollbar { display: none; }
.tt-slider-track:active { cursor: grabbing; }

.tt-card {
	scroll-snap-align: start;
	border-radius: 16px;
	overflow: hidden;
	min-height: 462px;
	position: relative;
	background: var(--tt-card-fallback);
}

.tt-card-wide { min-height: 348px; }
.tt-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tt-card a { display: block; height: 100%; color: #fff; text-decoration: none; }

.tt-card-content {
	position: absolute;
	inset: auto 0 0;
	padding: 24px 26px 46px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 15, 12, 0.82) 100%);
}

.tt-card-content .tt-card-label {
	margin: 0 0 0.75rem;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: var(--tt-font-heading);
	font-weight: 700;
	color: var(--tt-cream);
	text-shadow: 0 0 0.28rem rgba(0, 0, 0, 0.6), 0 0 0.65rem rgba(0, 0, 0, 0.45);
}

.tt-card-content h3 {
	margin: 0;
	font-family: var(--tt-font-heading);
	font-size: 1.8rem;
	line-height: 0.92;
	font-weight: 500;
	text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5), 0 0 0.75rem rgba(0, 0, 0, 0.38);
}

.tt-card-content p:not(.tt-card-label) {
	margin: 8px 0 0;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	line-height: 1.45;
	text-transform: uppercase;
}

.tt-card-below {
	min-height: 0;
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.tt-card-below a {
	display: flex;
	flex-direction: column;
	height: auto;
	color: var(--tt-text);
}

.tt-card-below img {
	aspect-ratio: 4 / 3;
	height: auto;
	border-radius: 16px;
}

.tt-card-content-below {
	position: static;
	background: transparent;
	padding: 22px 0 0;
}

.tt-card-content-below h3 {
	margin: 0;
	color: var(--tt-text);
	text-shadow: none;
	font-size: 2rem;
	line-height: 0.92;
}

.tt-card-content-below p {
	margin: 10px 0 0;
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.11em;
	line-height: 1.55;
	text-transform: uppercase;
	color: var(--tt-title);
}

.tt-lead {
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
}

.tt-card-divider {
	display: block;
	width: 56px;
	height: 2px;
	margin-top: 16px;
	background: var(--tt-border-mid);
}

.tt-card-content:not(.tt-card-content-below) .tt-card-divider {
	background: var(--tt-gold);
}

.tt-slider-section-alt .tt-arrow {
	top: clamp(110px, 19vw, 190px);
	transform: translateY(-50%);
}

.tt-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 88px;
	height: 88px;
	padding: 0;
	border: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	color: transparent;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	transition: transform 220ms ease, opacity 220ms ease;
}

.tt-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 34px;
	height: 34px;
	border-top: 7px solid #b9965d;
	border-right: 7px solid #b9965d;
	border-radius: 3px;
	transition: border-color 220ms ease;
}

.tt-arrow-left::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.tt-arrow-right::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.tt-arrow:hover,
.tt-arrow:focus-visible,
.tt-arrow:focus,
.tt-arrow:active {
	background: transparent !important;
	transform: translateY(-50%) scale(1.05);
	outline: none;
	box-shadow: none;
}

.tt-arrow:hover::before,
.tt-arrow:focus-visible::before,
.tt-arrow:focus::before,
.tt-arrow:active::before {
	border-top-color: #a8854d;
	border-right-color: #a8854d;
}

.tt-arrow-left { left: -92px; }
.tt-arrow-right { right: -92px; }

@container (max-width: 1450px) {
	.tt-arrow-left { left: -70px; }
	.tt-arrow-right { right: -70px; }
}

@container (max-width: 900px) {
	.tt-slider-track { --tt-cards-per-view: 3; }
	.tt-slider-track-three { --tt-cards-per-view: 2; }
	.tt-arrow-left { left: -58px; }
	.tt-arrow-right { right: -58px; }
}

@container (max-width: 640px) {
	.tt-slider-track { --tt-cards-per-view: 2; }
	.tt-slider-track-three { --tt-cards-per-view: 1; }
}

@container (max-width: 420px) {
	.tt-slider-track { --tt-cards-per-view: 1; }
	.tt-arrow { width: 62px; height: 62px; }
	.tt-arrow::before { width: 16px; height: 16px; border-top-width: 5px; border-right-width: 5px; }
	.tt-arrow-left { left: -58px; }
	.tt-arrow-right { right: -58px; }
}

@media (min-width: 1024px) {
	.tt-homepage {
		--tt-content-max: 1200px;
		--tt-content-gutter: 36px;
	}
}

@media (min-width: 1440px) {
	.tt-homepage {
		--tt-content-max: 1220px;
		--tt-content-gutter: 48px;
	}
}

@media (min-width: 1490px) {
	.tt-homepage {
		--tt-content-max: 1440px;
		--tt-content-gutter: 64px;
	}
}

.tt-usp-head {
	display: flex;
	justify-content: space-between;
	gap: 56px;
	align-items: flex-start;
}

.tt-usp-copy { flex: 1 1 auto; max-width: 64%; }
.tt-usp-copy .tt-section-title { margin-bottom: 0; }
.tt-usp-subtitle {
	margin: -5px;
	font-family: var(--tt-font-heading);
	font-size: clamp(2.875rem, 6vw, 4.5rem);
	line-height: 0.96;
	color: var(--tt-title);
}
.tt-usp-subtitle em { font-style: italic; font-weight: 500; }
.tt-usp-head .tt-usp-subtitle { margin-bottom: 36px; }

.tt-usp-intro {
	flex: 0 0 34%;
	max-width: 34%;
	margin-top: 22px;
	color: var(--tt-title);
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.4;
	letter-spacing: 0.07em;
}

.tt-usp-grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 46px;
}

.tt-usp-item h3 {
	font-family: var(--tt-font-heading);
	font-size: 2rem;
	line-height: 0.92;
	margin: 28px 0 12px;
	font-style: italic;
	font-weight: 500;
	color: var(--tt-title);
	transform: skewX(-8deg);
	transform-origin: left center;
}

.tt-usp-item p {
	margin: 0;
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.55;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--tt-title);
}

.tt-usp-icon img {
	width: 72px;
	height: auto;
	display: block;
	padding: 0;
	border: 1px solid var(--tt-icon-border, #a69d93);
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: var(--tt-gold, #997a38);
}

.tt-logo-row {
	margin-top: 72px;
	overflow: hidden;
	width: 100%;
	/* The items below size themselves against this row (100cqw), which already
	   is the exact content width. Measuring against .tt-logo-track instead does
	   not work: that one is width: max-content, so percentages are cyclic. */
	container-type: inline-size;
}

.tt-logo-track {
	--tt-logo-visible: 8;
	--tt-logo-gap: 6px;
	display: flex;
	align-items: center;
	gap: var(--tt-logo-gap);
	width: max-content;
	animation: tt-logo-marquee 42s linear infinite;
	will-change: transform;
}

.tt-logo-row:hover .tt-logo-track,
.tt-logo-row:focus-within .tt-logo-track {
	animation-play-state: paused;
}

.tt-logo-item,
.tt-logo-fallback {
	flex: 0 0 calc((100cqw - (var(--tt-logo-gap) * (var(--tt-logo-visible) - 1))) / var(--tt-logo-visible));
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}

.tt-logo-item img {
	max-height: 118px;
	width: auto;
	max-width: 100%;
	opacity: 0.9;
	object-fit: contain;
}

.tt-logo-fallback {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--tt-logo-muted);
	opacity: 0.9;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

@keyframes tt-logo-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(calc(-50% - (var(--tt-logo-gap) / 2))); }
}

.tt-featured-product { background: #ebe4d7; }
.tt-featured-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
.tt-featured-images { display: grid; gap: 14px; }
.tt-featured-image img { width: 100%; border-radius: 12px; display: block; object-fit: cover; }
.tt-featured-image-main img { aspect-ratio: 16 / 11; }
.tt-featured-image-sub img { aspect-ratio: 16 / 9; }
.tt-featured-title { font-size: clamp(3.25rem, 6vw, 4.875rem); color: var(--tt-title); }
.tt-featured-text {
	color: var(--tt-stone, #a69d93);
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.tt-featured-fields { margin-top: 34px; }
.tt-featured-fields { margin-left: 22px; }
.tt-featured-field {
	margin-bottom: 26px;
	display: grid;
	grid-template-columns: 46px minmax(0, 240px);
	column-gap: 12px;
	row-gap: 0px;
	align-items: start;
}
.tt-featured-field::before {
	content: "";
	width: 48px;
	height: 48px;
	grid-row: 1 / span 2;
	align-self: start;
	border: 1px solid var(--tt-icon-border, #a69d93);
	border-radius: 2px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='5.5' y='5.5' width='13' height='13' stroke='%23997a38' stroke-width='1.5'/%3E%3Cpath d='M8.5 8.5h-2v2M15.5 8.5h2v2M8.5 15.5h-2v-2M15.5 15.5h2v-2' stroke='%23997a38' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.tt-featured-field:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8.5' r='2.2' fill='%23997a38'/%3E%3Ccircle cx='7.5' cy='10' r='1.8' fill='%23997a38'/%3E%3Ccircle cx='16.5' cy='10' r='1.8' fill='%23997a38'/%3E%3Cpath d='M6.5 16c0-1.9 2.2-3.3 5.5-3.3s5.5 1.4 5.5 3.3' stroke='%23997a38' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M3.8 16.3c0-1.3 1.5-2.2 3.7-2.4M20.2 16.3c0-1.3-1.5-2.2-3.7-2.4' stroke='%23997a38' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}
.tt-featured-field:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 9.5h8.5c1.2 0 2.1-.8 2.1-1.8 0-1.1-1-2-2.2-2-1 0-1.8.5-2.1 1.2-.4-.9-1.4-1.5-2.5-1.5-1.5 0-2.7 1-2.7 2.3' stroke='%23997a38' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.8 13h11.6M6.2 16.2h9.5' stroke='%23997a38' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.tt-featured-field:nth-child(4)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 5.3c-2.5 0-4.5 2-4.5 4.5 0 1.7.9 3.1 2.2 3.9v1.3h4.6v-1.3c1.3-.8 2.2-2.2 2.2-3.9 0-2.5-2-4.5-4.5-4.5Z' stroke='%23997a38' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M10.3 17h3.4M10.8 19h2.4' stroke='%23997a38' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.tt-featured-field label {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
	line-height: 1;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--tt-stone, #a69d93);
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
	grid-column: 2;
	padding-left: 6px;
}
.tt-featured-field select {
	width: min(100%, 240px);
	min-height: 42px;
	border-radius: 6px;
	font-family: "TT Chocolates", sans-serif;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 500;
	padding: 6px 30px 6px 6px;
	appearance: none;
	-webkit-appearance: none;
	background-color: #ebe4d7;
	color: #1e160f;
	border: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4 7l6 6 6-6' stroke='%233f3328' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right 2px center;
	grid-column: 2;
}
.tt-featured-field select option {
	background-color: #ebe4d7;
	color: #1e160f;
}
.tt-featured-content .tt-btn-ghost { color: var(--tt-stone, #a69d93); border-color: var(--tt-gold, #997a38); transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease; }
.tt-featured-content .tt-btn-ghost:hover,
.tt-featured-content .tt-btn-ghost:focus,
.tt-featured-content .tt-btn-ghost:focus-visible {
	background: var(--tt-gold, #997a38);
	border-color: var(--tt-gold, #997a38);
	color: #f6f1ed;
}
.tt-featured-content .tt-btn-row { gap: 12px; }
.tt-featured-content .tt-btn {
	min-width: 16.25rem;
	min-height: 3rem;
	padding: 1rem 3rem;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.tt-featured-content .tt-btn-primary {
	background: var(--tt-gold);
	color: #f6f1ed;
	border-color: var(--tt-gold);
}
.tt-featured-content .tt-btn-primary:hover,
.tt-featured-content .tt-btn-primary:focus,
.tt-featured-content .tt-btn-primary:focus-visible {
	background: #8f6a34;
	border-color: #8f6a34;
	color: #fff7eb;
}
.tt-featured-content .tt-btn-row { margin-top: 42px; }
.tt-featured-content .tt-btn-disabled { opacity: 0.8; pointer-events: none; }

.tt-dark-cta {
	position: relative;
	background: #2a1f0a;
	color: var(--tt-light-soft);
	padding: 96px 0 192px;
	overflow: hidden;
}

.tt-dark-cta .tt-container {
	position: relative;
	z-index: 2;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.tt-cta-logo { margin-bottom: 0; }
.tt-cta-logo img { width: 440px; max-width: 100%; height: auto; max-height: none; }
.tt-dark-cta .tt-section-label {
	color: var(--tt-gold);
	margin-top: 50px;
	margin-bottom: 50px;
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
}
.tt-cta-title { font-size: clamp(3.375rem, 6vw, 5.5rem); max-width: 14ch; margin-top: 0; margin-bottom: -18px; color: #fff; }
.tt-cta-subtitle {
	margin: 0 0 64px;
	font-family: var(--tt-font-heading);
	font-size: clamp(3.375rem, 6vw, 5.5rem);
	line-height: 0.96;
	color: #fff;
}
.tt-cta-subtitle em { font-style: italic; font-weight: 500; }
.tt-cta-text {
	max-width: 560px;
	color: var(--tt-stone, #a69d93);
	margin: 0 0 64px;
	font-family: "TT Chocolates", sans-serif;
	font-weight: 500;
}
.tt-dark-cta .tt-btn-row { display: flex; justify-content: center; margin-top: 0; }
.tt-dark-cta .tt-btn {
	min-width: 16.25rem;
	min-height: 3rem;
	padding: 1rem 3rem;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.tt-dark-cta .tt-btn-primary {
	background: var(--tt-gold);
	color: #f6f1ed;
	border-color: var(--tt-gold);
}
.tt-dark-cta .tt-btn-primary:hover,
.tt-dark-cta .tt-btn-primary:focus,
.tt-dark-cta .tt-btn-primary:focus-visible {
	background: #8f6a34;
	border-color: #8f6a34;
	color: #fff7eb;
}
.tt-dark-cta .tt-btn-ghost { color: var(--tt-stone, #a69d93); border-color: var(--tt-gold, #997a38); transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease; }
.tt-dark-cta .tt-btn-ghost:hover,
.tt-dark-cta .tt-btn-ghost:focus,
.tt-dark-cta .tt-btn-ghost:focus-visible {
	background: var(--tt-gold, #997a38);
	border-color: var(--tt-gold, #997a38);
	color: #f6f1ed;
}
.tt-dark-cta .tt-cta-decor { display: none; }

@media (max-width: 1024px) {
	.tt-homepage { --tt-content-gutter: 34px; }
	.tt-hero-content { max-width: min(50rem, 62vw); }
	.tt-hero h1 { font-size: clamp(3.3rem, 6.1vw, 4.6rem); max-width: 12.8ch; }
	.tt-hero .tt-eyebrow { font-size: 0.6875rem; }
	.tt-hero .tt-lead { font-size: 0.875rem; max-width: 60ch; }
	.tt-hero .tt-btn { min-width: 14.75rem; min-height: 2.75rem; font-size: 1rem; padding: 0.5rem 1rem; }
	.tt-featured-content .tt-btn { min-width: 14.75rem; min-height: 2.75rem; font-size: 1rem; padding: 0.5rem 1rem; }
	.tt-hero-decor-icon { right: -8.5rem; bottom: -7.5rem; width: min(44vw, 34rem); }
}

@media (max-width: 1024px) {
	.tt-hero { min-height: 100vh; height: 100vh; align-items: center; }
	.tt-hero-content { max-width: min(44rem, 70vw); }
	.tt-hero h1 { font-size: clamp(2.8rem, 6.5vw, 4.1rem); max-width: 12.4ch; }
	.tt-hero .tt-lead { font-size: 0.8125rem; line-height: 1.6; max-width: 58ch; }
	.tt-hero .tt-btn-row { gap: 0.625rem; }
	.tt-hero .tt-btn { min-width: 13.5rem; min-height: 2.625rem; font-size: 0.9375rem; }
	.tt-featured-content .tt-btn-row { gap: 0.625rem; }
	.tt-featured-content .tt-btn { min-width: 13.5rem; min-height: 2.625rem; font-size: 0.9375rem; }
	.tt-hero-decor-icon { right: -7rem; bottom: -6.25rem; width: min(42vw, 30rem); opacity: 0.82; }
	.tt-slider-section,
	.tt-usp,
	.tt-featured-product,
	.tt-dark-cta { padding: 78px 0; }
	.tt-featured-grid,
	.tt-usp-grid { grid-template-columns: 1fr; }
	.tt-usp-head { flex-direction: column; gap: 14px; }
	.tt-usp-copy,
	.tt-usp-intro { max-width: 100%; flex-basis: auto; }
	.tt-usp-intro { margin-top: 0; font-size: 0.9375rem; line-height: 1.4; letter-spacing: 0.08em; }
}

@media (max-width: 900px) {
	.tt-logo-track { --tt-logo-visible: 4; --tt-logo-gap: 6px; animation-duration: 34s; }
	.tt-logo-row { margin-top: 56px; }
	.tt-hero { align-items: flex-end; }
	.tt-hero-content { max-width: 100%; padding-bottom: 2rem; }
	.tt-hero h1 { font-size: clamp(2.35rem, 8.2vw, 3.25rem); max-width: 11.8ch; margin-bottom: 0.875rem; }
	.tt-hero .tt-eyebrow { margin-bottom: 0.75rem; }
	.tt-hero .tt-lead { font-size: 0.75rem; max-width: 54ch; }
	.tt-hero .tt-btn { min-width: 12.25rem; min-height: 2.5rem; font-size: 0.8125rem; letter-spacing: 0.11em; }
	.tt-featured-content .tt-btn { min-width: 12.25rem; min-height: 2.5rem; font-size: 0.8125rem; letter-spacing: 0.11em; }
	.tt-hero-decor-icon { right: -5.5rem; bottom: -5.75rem; width: min(44vw, 24rem); opacity: 0.76; }
}

@media (max-width: 767px) {
	.tt-slider-section,
	.tt-usp,
	.tt-featured-product { padding: 48px 0; }
	.tt-dark-cta { padding: 48px 0 72px; }
	.tt-logo-track { --tt-logo-visible: 3; --tt-logo-gap: 4px; animation-duration: 28s; }
	.tt-logo-item img { max-height: 88px; }
	.tt-logo-row { margin-top: 42px; }
	.tt-homepage { --tt-content-gutter: 16px; }
	/* svh, not vh: on a phone 100vh is the height with the browser chrome hidden,
	   so the hero was taller than the first view and kept revealing more of
	   itself as you scrolled. svh is the height that is actually visible on
	   load, with the address bar in place. */
	.tt-hero { min-height: 100vh; height: 100vh; align-items: center; }
	.tt-hero { min-height: 100svh; height: 100svh; }
	.tt-hero .tt-container { padding-left: 0; padding-right: 0; }
	.tt-hero-content { max-width: min(92vw, 35rem); padding: 0 0 1rem; }
	.tt-hero .tt-eyebrow { font-size: 0.625rem; letter-spacing: 0.2em; }
	.tt-hero h1 { font-size: clamp(2.25rem, 10vw, 3rem); max-width: 11.2ch; }
	.tt-hero .tt-lead { font-size: 0.6875rem; line-height: 1.55; max-width: 50ch; }
	.tt-hero .tt-btn-row .tt-btn { width: 100%; }
	.tt-hero .tt-btn { min-width: 0; font-size: 0.8125rem; min-height: 2.625rem; padding: 0.5rem 0.875rem; }
	.tt-featured-content .tt-btn-row .tt-btn { width: 100%; }
	.tt-featured-content .tt-btn { min-width: 0; font-size: 0.8125rem; min-height: 2.625rem; padding: 0.5rem 0.875rem; }
	.tt-hero-decor-icon { right: -5.25rem; bottom: -5.75rem; width: min(74vw, 20rem); opacity: 0.7; }
	.tt-hero h1,
	.tt-section-title,
	.tt-featured-title,
	.tt-cta-title { line-height: 1.02; }
	.tt-card,
	.tt-card-wide { min-height: 312px; }
	.tt-card-content h3 { font-size: 1.625rem; }
	.tt-line-decor { transform: scale(0.74); transform-origin: bottom right; right: -94px; }
	.tt-dark-cta .tt-container { max-width: 92vw; align-items: center; text-align: center; }
	.tt-cta-logo { margin-bottom: 14px; }
	.tt-cta-logo img { max-height: 56px; }
	.tt-dark-cta .tt-section-label { margin-bottom: 14px; }
	/* No ch cap here: it forced the title onto a second line. The size scales
	   with the viewport instead, and the negative margin-bottom from the desktop
	   rule is reset so the italic line gets some air. */
	.tt-cta-title { font-size: clamp(2rem, 9vw, 3.35rem); max-width: 100%; margin-bottom: 10px; }
	.tt-cta-subtitle { font-size: clamp(2rem, 9vw, 3.35rem); max-width: 100%; margin-bottom: 24px; }
	.tt-cta-text { max-width: 46ch; }
	.tt-dark-cta .tt-btn-row { width: 100%; justify-content: center; gap: 10px; }
	.tt-dark-cta .tt-btn-row .tt-btn { width: auto; min-width: 12.5rem; }
	.tt-dark-cta .tt-line-decor { right: -5.25rem; bottom: -5.75rem; width: min(74vw, 20rem); opacity: 0.7; }
}
