/* TNT lab — Tattoo Parlour clone */

:root {
	--tnt-gold: #e6b75d;
	--tnt-stout: #1b1b1b;
	--tnt-foreground: #f4f4f4;
	--tnt-pink: #e02392;
	--tnt-neon: #00e5ff;
}

body,
p,
.wp-block-paragraph {
	font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-navigation,
.wp-block-navigation-item__content {
	font-family: soleil, 'Soleil', sans-serif !important;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.wp-block-navigation-item__content {
	text-transform: uppercase;
}

.tnt-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0;
	z-index: 99999;
	background: linear-gradient(90deg, var(--tnt-pink), var(--tnt-gold), var(--tnt-neon));
	pointer-events: none;
}

/* Transparent fixed header (front page) — xfer / Toby pattern */
body.tnt-is-front-page {
	scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 5rem);
}

body.tnt-is-front-page header.wp-block-template-part.tnt-header-float {
	position: fixed;
	top: var(--wp-admin--admin-bar--height, 0);
	left: 0;
	right: 0;
	width: 100%;
	z-index: 200;
	background: transparent;
	border-bottom: 1px solid transparent;
	padding: 1rem 1.5rem;
	transition:
		transform 0.35s ease,
		background-color 0.35s ease,
		border-color 0.35s ease,
		backdrop-filter 0.35s ease,
		box-shadow 0.35s ease;
}

body.tnt-is-front-page header.tnt-header-float.tnt-header-hidden {
	transform: translateY(-100%);
}

body.tnt-is-front-page header.tnt-header-float.is-scrolled {
	background: rgba(27, 27, 27, 0.94);
	backdrop-filter: blur(10px);
	border-bottom-color: rgba(230, 183, 93, 0.25);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.tnt-is-front-page header.tnt-header-float:not(.is-scrolled) .wp-block-navigation-item__content,
body.tnt-is-front-page header.tnt-header-float:not(.is-scrolled) .wp-block-button__link {
	color: var(--tnt-foreground) !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.tnt-header-row {
	position: relative;
	min-height: 64px;
}

.tnt-header-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0 !important;
}

.tnt-header-logo img {
	max-height: 52px;
	width: auto;
	height: auto;
}

.tnt-header-nav {
	flex: 1;
	z-index: 1;
}

.tnt-header-cta {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	z-index: 1;
}

/* Hero */
.tnt-hero-stage {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.tnt-hero-video-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.tnt-hero-video-bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.78vh;
	transform: translate(-50%, -50%);
	border: 0;
}

.tnt-hero-cover {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

.tnt-hero-cover .wp-block-cover__image-background {
	opacity: 0.2;
}

.tnt-hero-emblem img {
	max-width: min(400px, 72vw);
	height: auto;
	margin: 0 auto;
	display: block;
}

.tnt-hero-inner {
	min-height: 72vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* DISCOVER cue */
.tnt-discover-cue,
a.wvc-arrow-down.tnt-discover-cue {
	position: absolute;
	left: 50%;
	bottom: 2.5rem;
	z-index: 5;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	color: var(--tnt-foreground);
	transition: transform 0.45s ease, opacity 0.35s ease;
}

.tnt-discover-cue .wvc-arrow-down-text {
	font-size: 11px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin: 0;
	opacity: 0.85;
	transition: transform 0.45s ease, opacity 0.35s ease;
}

.wvc-arrow-down-icon {
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid var(--tnt-gold);
	border-bottom: 2px solid var(--tnt-gold);
	transform: rotate(45deg);
	margin-top: 4px;
	transition: transform 0.45s ease;
}

.tnt-discover-cue:hover,
.tnt-discover-cue:focus-visible {
	transform: translateX(-50%) translateY(-10px);
}

.tnt-discover-cue:hover .wvc-arrow-down-text,
.tnt-discover-cue:focus-visible .wvc-arrow-down-text {
	opacity: 1;
}

.tnt-discover-cue:hover .wvc-arrow-down-icon,
.tnt-discover-cue:focus-visible .wvc-arrow-down-icon {
	transform: rotate(45deg) translate(3px, 3px);
}

/* Intro (dark) */
.tnt-intro .wp-block-cover__image-background {
	object-fit: cover;
}

.tnt-gold-rule {
	width: 50px !important;
	margin: 1.5rem auto !important;
	border-width: 3px;
}

.tnt-intro-lead {
	line-height: 1.65;
}

/* Steps */
.tnt-step-icon img {
	width: 140px;
	height: auto;
}

.tnt-step-card {
	text-align: center;
}

.tnt-step-title {
	font-size: 1.35rem !important;
	text-transform: uppercase;
	letter-spacing: 0.06em !important;
	line-height: 1.25 !important;
}

.tnt-steps .wp-block-paragraph {
	font-size: 0.95rem;
	line-height: 1.6;
}

/* Services */
.tnt-service-card {
	padding: 0;
}

.tnt-service-cover {
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.tnt-service-cover .wp-block-heading {
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
