/*
Theme Name: TijdelijkeTattoo
Theme URI: https://www.bohnennwebdesign.nl/
Author: Bohnenn Webdesign
Description: Lichtgewicht custom theme voor TijdelijkeTattoo.nl.
Version: 1.0.1
Text Domain: tijdelijketattoo
*/

/* =========================================================
	Variabelen
========================================================= */

:root {
	--tt-color-black: #242424;
	--tt-color-white: #ffffff;
	--tt-color-text: #171717;
	--tt-color-muted: #666666;
	--tt-color-soft: #f3eeee;
	--tt-color-soft-2: #faf7f7;
	--tt-color-line: #e7dddd;
	--tt-color-accent: #c88928;

	--tt-font-heading: "Open Sans", Arial, sans-serif;
	--tt-font-body: "Roboto", Arial, sans-serif;

	--tt-container-width: 90vw;
	--tt-container-max: 1280px;
	--tt-content-max: 1160px;

	--tt-space-4: clamp(4px, 0.3vw, 6px);
	--tt-space-6: clamp(6px, 0.45vw, 8px);
	--tt-space-8: clamp(8px, 0.6vw, 12px);
	--tt-space-12: clamp(12px, 0.85vw, 16px);
	--tt-space-16: clamp(16px, 1.15vw, 22px);
	--tt-space-22: clamp(22px, 1.65vw, 32px);
	--tt-space-32: clamp(32px, 2.4vw, 48px);
	--tt-space-48: clamp(42px, 3.4vw, 68px);

	--tt-text-11: clamp(11px, 0.78vw, 12px);
	--tt-text-12: clamp(12px, 0.85vw, 13px);
	--tt-text-14: clamp(14px, 0.95vw, 15px);
	--tt-text-16: clamp(15px, 1.1vw, 17px);
	--tt-text-18: clamp(17px, 1.25vw, 20px);
	--tt-text-22: clamp(20px, 1.6vw, 26px);
	--tt-text-28: clamp(22px, 2vw, 30px);
	--tt-text-h1: clamp(28px, 3vw, 32px);
	--tt-text-h2: clamp(17px, 1.25vw, 20px);
	--tt-text-h3: clamp(15px, 1.1vw, 17px);
	--tt-text-body: clamp(15px, 1.1vw, 16px);
}

/* =========================================================
	Basis
========================================================= */

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tt-color-white);
	color: var(--tt-color-text);
	font-family: var(--tt-font-body);
	font-size: var(--tt-text-body);
	line-height: 1.7;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
}

p + p {
	margin-top: var(--tt-space-12);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--tt-color-text);
	font-family: var(--tt-font-heading);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.45px;
}

h1 {
	font-size: var(--tt-text-h1);
}

h2 {
	font-size: var(--tt-text-h2);
}

h3 {
	font-size: var(--tt-text-h3);
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 18px;
}

.tt-container {
	width: min(var(--tt-container-width), var(--tt-container-max));
	margin-left: auto;
	margin-right: auto;
}

.tt-section {
	padding-top: var(--tt-space-48);
	padding-bottom: var(--tt-space-48);
}

.tt-section--soft {
	background: var(--tt-color-soft);
}

.tt-section--soft-2 {
	background: var(--tt-color-soft-2);
}

.tt-button,
.tt-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--tt-color-black);
	color: var(--tt-color-white);
	border: 1px solid var(--tt-color-black);
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 8px;
	transition: transform .3s ease;
	letter-spacing: 0.3px;
}

.tt-button {
	min-height: clamp(36px, 2.7vw, 44px);
	padding: clamp(9px, 0.7vw, 12px) clamp(16px, 1.25vw, 22px);
	font-size: var(--tt-text-14);
}

.tt-card-button {
	min-height: clamp(30px, 2.1vw, 36px);
	padding: clamp(7px, 0.55vw, 9px) clamp(12px, 0.9vw, 16px);
	font-size: var(--tt-text-11);
}

.tt-button:hover,
.tt-card-button:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.tt-richtext a {
	text-decoration: underline;
}

.tt-richtext ul,
.tt-richtext ol {
	margin-top: var(--tt-space-12);
	margin-bottom: var(--tt-space-12);
}

.tt-richtext li + li {
	margin-top: 5px;
}

/* =========================================================
	Hero
========================================================= */

.tt-home-hero {
	background: var(--tt-color-soft);
	padding-top: clamp(28px, 2.4vw, 44px);
	padding-bottom: 0;
}

.tt-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	align-items: center;
	gap: clamp(24px, 3vw, 54px);
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-hero__media img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tt-home-hero__content {
	max-width: 430px;
	padding-bottom: clamp(28px, 2.4vw, 44px);
}

.tt-home-hero__content > * + * {
	margin-top: var(--tt-space-16);
}

/* =========================================================
	Snelle links
========================================================= */

.tt-home-quick {
	padding-top: var(--tt-space-48);
	padding-bottom: var(--tt-space-16);
}

.tt-home-quick__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-quick__title {
    margin-bottom: var(--tt-space-16);
}

.tt-home-quick__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tt-home-quick__link {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 8px 12px;
	background: var(--tt-color-black);
	color: var(--tt-color-white);
	font-size: var(--tt-text-12);
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	transition: transform .3s ease;
}

.tt-home-quick__link:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

/* =========================================================
	Introductie
========================================================= */

.tt-home-intro {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-32);
}

.tt-home-intro__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 3.2vw, 64px);
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-intro__column > * + * {
	margin-top: var(--tt-space-16);
}

.tt-check-list {
	display: grid;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.tt-check-list li {
	position: relative;
	padding-left: 20px;
}

.tt-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 900;
}

/* =========================================================
	Duurzaamheid
========================================================= */

.tt-home-duration {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-32);
}

.tt-home-duration__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-duration__title {
	margin-bottom: var(--tt-space-16);
}

.tt-home-duration__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 3.2vw, 64px);
}

.tt-duration-card__title {
	margin-bottom: var(--tt-space-12);
	font-size: var(--tt-text-14);
}

.tt-duration-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tt-duration-card__image img {
	width: 100%;
	height: auto;
}

.tt-duration-card__button {
	margin-top: var(--tt-space-12);
}

/* =========================================================
	Formaten
========================================================= */

.tt-home-formats {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-32);
}

.tt-home-formats__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-formats__title {
	margin-bottom: var(--tt-space-22);
}

.tt-format-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(12px, 1.3vw, 24px);
}

.tt-format-card {
	text-align: center;
}

.tt-format-card__title {
	margin-bottom: var(--tt-space-12);
}

.tt-format-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.92;
}

.tt-format-card__image img {
	max-height: 100%;
	object-fit: contain;
}

.tt-format-card__text {
	margin-top: var(--tt-space-12);
	font-size: var(--tt-text-12);
	font-weight: 700;
}

.tt-home-formats__text {
	margin-top: var(--tt-space-16);
}

/* =========================================================
	Kleur en effect
========================================================= */

.tt-home-color {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-32);
}

.tt-home-color__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-color__title {
	margin-bottom: var(--tt-space-22);
}

.tt-color-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 1.3vw, 24px);
}

.tt-color-card {
	text-align: center;
}

.tt-color-card__title {
	margin-bottom: var(--tt-space-12);
}

.tt-color-card__image img {
	width: 100%;
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
	height: auto;
}

.tt-color-card__text {
	margin-top: var(--tt-space-12);
	font-size: var(--tt-text-12);
	font-weight: 700;
}

.tt-home-color__text {
	margin-top: var(--tt-space-16);
}

/* =========================================================
	Lichaamsdeel
========================================================= */

.tt-home-placement {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-32);
}

.tt-home-placement__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-placement__title {
	margin-bottom: var(--tt-space-16);
	font-size: var(--tt-text-16);
}

.tt-placement-featured {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.4vw, 28px);
}

.tt-placement-featured-card {
	text-align: center;
}

.tt-placement-featured-card__title {
	margin-bottom: var(--tt-space-8);
	font-size: var(--tt-text-12);
}

.tt-placement-featured-card__image img {
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	background: var(--tt-color-soft);
}

.tt-placement-featured-card__button {
	margin-top: var(--tt-space-8);
}

.tt-home-placement__text {
	margin-top: var(--tt-space-16);
}

.tt-placement-small {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(12px, 1.3vw, 24px);
	margin-top: var(--tt-space-32);
}

.tt-placement-small-card {
	text-align: center;
}

.tt-placement-small-card__title {
	margin-bottom: var(--tt-space-8);
	font-size: var(--tt-text-11);
}

.tt-placement-small-card__image img {
	width: 100%;
	aspect-ratio: 1 / 0.88;
	object-fit: contain;
	background: var(--tt-color-soft-2);
}

.tt-placement-small-card__link {
	display: inline-block;
	margin-top: var(--tt-space-8);
	font-size: var(--tt-text-11);
	font-weight: 800;
	text-decoration: underline;
}

/* =========================================================
	Stijlen
========================================================= */

.tt-home-styles {
	background: var(--tt-color-soft);
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-16);
}

.tt-home-styles__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-styles__title {
	margin-bottom: var(--tt-space-12);
	font-size: var(--tt-text-16);
}

.tt-home-styles__list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.tt-home-styles__link {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 7px 12px;
	background: var(--tt-color-black);
	color: var(--tt-color-white);
	font-size: var(--tt-text-11);
	font-weight: 800;
	text-decoration: none;
}

.tt-home-styles__link:hover {
	text-decoration: none;
}

/* =========================================================
	Ontwerp categorieën
========================================================= */

.tt-home-design {
	padding-top: var(--tt-space-32);
	padding-bottom: var(--tt-space-32);
}

.tt-home-design__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-design__title {
	margin-bottom: var(--tt-space-16);
	font-size: var(--tt-text-16);
}

.tt-design-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.4vw, 28px);
}

.tt-design-card {
	text-align: center;
}

.tt-design-card__title {
	margin-bottom: var(--tt-space-8);
	font-size: var(--tt-text-12);
}

.tt-design-card__image img {
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	background: var(--tt-color-soft);
}

.tt-design-card__button {
	margin-top: var(--tt-space-8);
}

.tt-home-design__text {
	margin-top: var(--tt-space-16);
}

.tt-design-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 1.6vw, 32px);
	margin-top: var(--tt-space-16);
	font-size: var(--tt-text-12);
}

.tt-design-links ul {
	margin: 0;
	padding-left: 18px;
}

.tt-design-links li + li {
	margin-top: 4px;
}

.tt-design-links a {
	text-decoration: underline;
}

/* =========================================================
	Waarom
========================================================= */

.tt-home-why {
	background: var(--tt-color-soft);
	padding-top: var(--tt-space-32);
	padding-bottom: var(--tt-space-32);
}

.tt-home-why__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-why__title {
	margin-bottom: var(--tt-space-32);
	text-align: center;
	font-size: var(--tt-text-16);
}

.tt-why-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 1.6vw, 32px);
}

.tt-why-card {
	text-align: center;
}

.tt-why-card__icon {
	display: flex;
	justify-content: center;
	margin-bottom: var(--tt-space-12);
}

.tt-why-card__icon svg {
	width: clamp(42px, 4.2vw, 72px);
	height: clamp(42px, 4.2vw, 72px);
	fill: none;
	stroke: var(--tt-color-black);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tt-why-card__title {
	margin-bottom: var(--tt-space-8);
	font-size: var(--tt-text-12);
}

.tt-why-card__text {
	color: var(--tt-color-text);
	font-size: var(--tt-text-11);
}

/* =========================================================
	Natuurlijke inkt
========================================================= */

.tt-home-natural {
	padding-top: var(--tt-space-32);
	padding-bottom: var(--tt-space-32);
}

.tt-home-natural__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(24px, 3.2vw, 64px);
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
}

.tt-home-natural__content > * + * {
	margin-top: var(--tt-space-12);
}

.tt-home-natural__title {
	font-size: var(--tt-text-16);
}

.tt-home-natural__media img {
	width: 100%;
	aspect-ratio: 1.75 / 1;
	object-fit: cover;
}

/* =========================================================
	Afsluitende CTA
========================================================= */

.tt-home-final-cta {
	padding-top: var(--tt-space-16);
	padding-bottom: var(--tt-space-48);
}

.tt-home-final-cta__inner {
	max-width: var(--tt-content-max);
	margin-left: auto;
	margin-right: auto;
	padding-top: var(--tt-space-16);
	border-top: 1px solid var(--tt-color-line);
}

.tt-home-final-cta__content {
	max-width: 720px;
}

.tt-home-final-cta__content > * + * {
	margin-top: var(--tt-space-12);
}

.tt-home-final-cta__title {
	font-size: var(--tt-text-16);
}

/* =========================================================
	Responsive
========================================================= */

@media (max-width: 900px) {
	.tt-home-hero__grid,
	.tt-home-intro__grid,
	.tt-home-duration__grid,
	.tt-home-natural__grid {
		grid-template-columns: 1fr;
	}

	.tt-home-hero__content {
		max-width: none;
	}

	.tt-format-grid,
	.tt-placement-small {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tt-color-grid,
	.tt-placement-featured,
	.tt-design-grid,
	.tt-why-grid,
	.tt-design-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.tt-container {
		width: 90vw;
	}

	.tt-home-hero {
		padding-top: var(--tt-space-32);
		padding-bottom: var(--tt-space-32);
	}

	.tt-home-quick__list,
	.tt-home-styles__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.tt-home-quick__link,
	.tt-home-styles__link {
		white-space: nowrap;
	}

	.tt-format-grid,
	.tt-color-grid,
	.tt-placement-featured,
	.tt-placement-small,
	.tt-design-grid,
	.tt-why-grid,
	.tt-design-links {
		grid-template-columns: 1fr 1fr;
	}

	.tt-home-duration__grid,
	.tt-home-intro__grid,
	.tt-home-natural__grid {
		gap: var(--tt-space-32);
	}

	.tt-home-duration__grid,
	.tt-home-intro__grid,
	.tt-home-natural__grid,
	.tt-design-links {
		grid-template-columns: 1fr;
	}
}