/* ==========================================================================
   MyTSV Child Theme — Main Stylesheet
   Desktop 1440px Figma reference · Dark premium transport brand
   ========================================================================== */

/* --------------------------------------------------------------------------
   Design tokens
   -------------------------------------------------------------------------- */
:root {
	--mytsv-bg: #0c0c0d;
	--mytsv-bg-alt: #101012;
	--mytsv-bg-elevated: #141416;
	--mytsv-bg-stat: rgba(20, 20, 22, 0.88);
	--mytsv-gold: #d4a853;
	--mytsv-gold-light: #f5d08c;
	--mytsv-gold-soft: rgba(212, 168, 83, 0.13);
	--mytsv-border: #262629;
	--mytsv-text: #ffffff;
	--mytsv-muted: #a3a3a8;
	--mytsv-dark: #1c1c1e;
	--mytsv-card-text: #4b4b4f;
	--mytsv-container: 1280px;
	--mytsv-gutter: 80px;
	--mytsv-font-display: "Rubik", sans-serif;
	--mytsv-font-body: "DM Sans", sans-serif;
	--mytsv-header-h: 110px;
	--mytsv-radius-sm: 8px;
	--mytsv-radius-md: 12px;
	--mytsv-radius-lg: 16px;
	--mytsv-radius-xl: 20px;
	--mytsv-radius-pill: 999px;
	--mytsv-transition: 0.25s ease;
}

/* --------------------------------------------------------------------------
   Reset + Twenty Twenty-One overrides
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body.mytsv-body,
.mytsv-body {
	margin: 0;
	padding: 0;
	background: var(--mytsv-bg) !important;
	background-color: var(--mytsv-bg) !important;
	color: var(--mytsv-text) !important;
	font-family: var(--mytsv-font-body) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

body.mytsv-body.admin-bar {
	--mytsv-header-h: 142px;
}

body.mytsv-body.is-open {
	overflow: hidden;
}

body.mytsv-body h1,
body.mytsv-body h2,
body.mytsv-body h3,
body.mytsv-body h4,
body.mytsv-body h5,
body.mytsv-body h6,
body.mytsv-body p,
body.mytsv-body figure,
body.mytsv-body blockquote,
body.mytsv-body dl,
body.mytsv-body dd {
	margin: 0;
}

body.mytsv-body ul,
body.mytsv-body ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.mytsv-body a {
	color: inherit;
	text-decoration: none;
	transition: color var(--mytsv-transition), background var(--mytsv-transition),
		border-color var(--mytsv-transition), opacity var(--mytsv-transition);
}

body.mytsv-body a:hover,
body.mytsv-body a:focus {
	text-decoration: none;
}

body.mytsv-body img,
body.mytsv-body svg {
	display: block;
	max-width: 100%;
	height: auto;
}

body.mytsv-body button,
body.mytsv-body input,
body.mytsv-body select,
body.mytsv-body textarea {
	font: inherit;
	color: inherit;
	margin: 0;
}

body.mytsv-body button {
	cursor: pointer;
	/* Do not reset background/border/padding here — kills .mytsv-btn styles
	   (body.mytsv-body button beats .mytsv-btn--primary on specificity). */
}

body.mytsv-body fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

body.mytsv-body legend {
	padding: 0;
}

body.mytsv-body address {
	font-style: normal;
}

/* Kill parent theme leftovers */
body.mytsv-body .site,
body.mytsv-body .site-content,
body.mytsv-body .entry-content,
body.mytsv-body .wp-site-blocks,
body.mytsv-body .entry,
body.mytsv-body .content-area,
body.mytsv-body #content,
body.mytsv-body #page {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.mytsv-body .wp-block-group,
body.mytsv-body .alignwide,
body.mytsv-body .alignfull {
	max-width: none !important;
	margin: 0 !important;
}

body.mytsv-body .has-global-padding {
	padding: 0 !important;
}

/* --------------------------------------------------------------------------
   Accessibility
   -------------------------------------------------------------------------- */
.skip-link,
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus,
.screen-reader-text:focus {
	background: var(--mytsv-gold);
	clip: auto !important;
	clip-path: none;
	color: var(--mytsv-dark);
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 16px;
	line-height: normal;
	padding: 12px 20px;
	text-decoration: none;
	top: 16px;
	width: auto;
	z-index: 100000;
	border-radius: var(--mytsv-radius-sm);
}

/* --------------------------------------------------------------------------
   Layout utilities
   -------------------------------------------------------------------------- */
.mytsv-main {
	display: block;
	width: 100%;
	overflow: hidden;
}

/* Figma: 1440 frame, 80px side gutters → 1280 content */
.mytsv-container {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(16px, 5.55vw, var(--mytsv-gutter));
	padding-right: clamp(16px, 5.55vw, var(--mytsv-gutter));
}

.mytsv-icon {
	display: inline-block;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.mytsv-icon--service {
	width: 24px;
	height: 24px;
}

.mytsv-icon--check {
	width: 18px;
	height: 18px;
}

.mytsv-icon--upload {
	width: 28px;
	height: 28px;
}

.mytsv-icon--footer {
	width: 20px;
	height: 20px;
}

/* --------------------------------------------------------------------------
   Typography helpers
   -------------------------------------------------------------------------- */
.mytsv-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border: 1px solid var(--mytsv-gold);
	border-radius: 4px;
	background: var(--mytsv-gold-soft);
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-body);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.mytsv-eyebrow {
	margin: 0 0 12px;
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: normal;
}

.mytsv-section-title {
	margin: 0;
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-display);
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.mytsv-section-subtitle {
	margin: 12px 0 0;
	max-width: 640px;
	color: var(--mytsv-muted);
	font-size: 16px;
	line-height: 1.6;
}

.mytsv-section-header {
	margin-bottom: 48px;
}

.mytsv-section-header--center {
	text-align: center;
}

.mytsv-section-header--center .mytsv-section-subtitle {
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.mytsv-btn,
body.mytsv-body a.mytsv-btn,
body.mytsv-body button.mytsv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px !important;
	border-radius: 30px !important;
	border: 1.5px solid transparent;
	font-family: var(--mytsv-font-body);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none !important;
	transition: transform var(--mytsv-transition), background var(--mytsv-transition),
		border-color var(--mytsv-transition), color var(--mytsv-transition),
		box-shadow var(--mytsv-transition), opacity var(--mytsv-transition);
}

.mytsv-btn svg,
.mytsv-btn .mytsv-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.mytsv-btn:disabled,
.mytsv-btn.is-loading {
	opacity: 0.65;
	cursor: not-allowed;
	pointer-events: none;
}

.mytsv-btn--primary,
body.mytsv-body button.mytsv-btn--primary,
body.mytsv-body .mytsv-btn.mytsv-btn--primary {
	/* Figma: gradient-to-r from #d4a853 to #f5d08c */
	background: linear-gradient(90deg, #d4a853 0%, #f5d08c 100%) !important;
	background-color: #d4a853 !important;
	color: #1c1c1e !important;
	border: 1.5px solid transparent !important;
	box-shadow: none;
}

.mytsv-btn--primary:hover,
.mytsv-btn--primary:focus-visible,
body.mytsv-body button.mytsv-btn--primary:hover,
body.mytsv-body button.mytsv-btn--primary:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.05);
	color: #1c1c1e !important;
	background: linear-gradient(90deg, #d4a853 0%, #f5d08c 100%) !important;
}

.mytsv-btn--outline {
	background: transparent;
	color: var(--mytsv-gold) !important;
	border-color: var(--mytsv-gold);
}

.mytsv-btn--outline:hover,
.mytsv-btn--outline:focus-visible {
	background: var(--mytsv-gold-soft);
	color: var(--mytsv-gold-light) !important;
}

.mytsv-btn--dark {
	background: var(--mytsv-dark);
	color: var(--mytsv-text) !important;
	border-color: var(--mytsv-dark);
}

.mytsv-btn--dark:hover,
.mytsv-btn--dark:focus-visible {
	background: #000;
	color: var(--mytsv-text) !important;
}

.mytsv-btn--dark-outline {
	background: transparent;
	color: var(--mytsv-dark) !important;
	border-color: var(--mytsv-dark);
}

.mytsv-btn--dark-outline:hover,
.mytsv-btn--dark-outline:focus-visible {
	background: rgba(28, 28, 30, 0.1);
	color: var(--mytsv-dark) !important;
}

.mytsv-btn--with-icon {
	padding-right: 22px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.mytsv-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(12, 12, 13, 0.92);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--mytsv-border);
}

.admin-bar .mytsv-header {
	top: 32px;
}

.mytsv-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px var(--mytsv-gutter);
	min-height: 110px;
}

.mytsv-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}

.mytsv-header__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	border: none;
	position: relative;
	z-index: 2;
}

.mytsv-header__logo img,
.mytsv-header__logo .custom-logo,
.mytsv-header__logo-img,
.mytsv-header__logo .custom-logo-link img {
	width: 70px !important;
	height: 70px !important;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
}

.mytsv-header__logo .custom-logo-link {
	display: block;
	width: 70px;
	height: 70px;
	line-height: 0;
}

.mytsv-header__logo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: var(--mytsv-font-display);
	font-size: 14px;
	font-weight: 800;
	color: var(--mytsv-gold);
	text-align: center;
	padding: 8px;
}

.mytsv-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.mytsv-nav__list,
ul.mytsv-nav__list,
.mytsv-nav .mytsv-nav__list,
.mytsv-nav > ul {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 28px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mytsv-nav__list li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mytsv-nav__list a,
.mytsv-nav__list .menu-item a {
	display: inline-block;
	color: var(--mytsv-muted) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	padding: 4px 0;
}

.mytsv-nav__list a:hover,
.mytsv-nav__list a:focus-visible,
.mytsv-nav__list a.is-active,
.mytsv-nav__list .current-menu-item > a,
.mytsv-nav__list .current_page_item > a {
	color: var(--mytsv-gold) !important;
	font-weight: 600;
}

.mytsv-header__right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}

.mytsv-lang {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mytsv-lang__item {
	color: var(--mytsv-muted) !important;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

.mytsv-lang__item.is-active {
	color: var(--mytsv-gold) !important;
	font-weight: 700;
}

.mytsv-header__cta {
	/* Figma nav-cta: px-20 py-10 rounded-[20px] text 13px bold */
	padding: 10px 20px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	border-radius: 20px !important;
	border-width: 1.5px !important;
}

.mytsv-hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid var(--mytsv-border);
	background: var(--mytsv-bg-elevated);
}

.mytsv-hamburger__bar {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--mytsv-text);
	border-radius: 2px;
	transition: transform var(--mytsv-transition), opacity var(--mytsv-transition);
}

.mytsv-hamburger[aria-expanded="true"] .mytsv-hamburger__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.mytsv-hamburger[aria-expanded="true"] .mytsv-hamburger__bar:nth-child(2) {
	opacity: 0;
}

.mytsv-hamburger[aria-expanded="true"] .mytsv-hamburger__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.mytsv-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 700px;
	padding: 100px var(--mytsv-gutter) 40px;
	overflow: hidden;
	background: var(--mytsv-bg);
}

.mytsv-hero__media,
.mytsv-hero__carousel {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.mytsv-hero__track {
	position: absolute;
	inset: 0;
}

.mytsv-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.9s ease, visibility 0.9s ease;
}

.mytsv-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.mytsv-hero__bg {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
	transform: none;
	image-rendering: auto;
}

/* Keep framing light — avoid scale() which softens the image */
.mytsv-hero__slide[data-slide="0"] .mytsv-hero__bg {
	object-position: 55% 45%;
}

.mytsv-hero__slide[data-slide="1"] .mytsv-hero__bg {
	object-position: 60% 45%;
}

.mytsv-hero__slide[data-slide="2"] .mytsv-hero__bg {
	object-position: 50% 45%;
}

.mytsv-hero__slide[data-slide="3"] .mytsv-hero__bg {
	object-position: 55% 40%;
}

.mytsv-hero__controls {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}

.mytsv-hero__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(245, 208, 140, 0.35);
	border-radius: 999px;
	background: rgba(12, 12, 13, 0.55);
	color: var(--mytsv-gold);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mytsv-hero__nav:hover,
.mytsv-hero__nav:focus-visible {
	background: rgba(12, 12, 13, 0.8);
	border-color: var(--mytsv-gold);
	color: #fff;
	outline: none;
}

.mytsv-hero__nav--prev {
	left: max(16px, var(--mytsv-gutter));
}

.mytsv-hero__nav--next {
	right: max(16px, var(--mytsv-gutter));
}

.mytsv-hero__dots {
	position: absolute;
	right: max(16px, var(--mytsv-gutter));
	bottom: clamp(132px, 18vw, 168px);
	left: auto;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	transform: none;
}

.mytsv-hero__dot {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(245, 208, 140, 0.55);
	border-radius: 999px;
	background: rgba(12, 12, 13, 0.45);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.mytsv-hero__dot.is-active,
.mytsv-hero__dot:hover,
.mytsv-hero__dot:focus-visible {
	background: var(--mytsv-gold);
	border-color: var(--mytsv-gold);
	transform: scale(1.15);
	outline: none;
}

@media (prefers-reduced-motion: reduce) {
	.mytsv-hero__slide {
		transition: none;
	}
}

.mytsv-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	/* Figma: gradient-to-r from #0c0c0d via 45% rgba(12,12,13,0.8) to rgba(0,0,0,0.06) */
	background: linear-gradient(
		90deg,
		#0c0c0d 0%,
		rgba(12, 12, 13, 0.8) 45%,
		rgba(0, 0, 0, 0.06) 100%
	);
	pointer-events: none;
}

.mytsv-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	gap: 40px;
	min-height: 560px;
}

.mytsv-hero__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	max-width: 680px;
	width: 100%;
}

.mytsv-hero .mytsv-badge {
	align-self: flex-start;
	margin: 0;
}

.mytsv-hero__titles {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
}

.mytsv-hero__title {
	margin: 0;
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-display);
	font-size: clamp(28px, 2.8vw, 40px);
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.02em;
	max-width: 100%;
}

.mytsv-hero__subtitle {
	margin: 0;
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-display);
	font-size: clamp(22px, 2.2vw, 32px);
	font-weight: 900;
	font-style: italic;
	line-height: 1.1;
}

.mytsv-hero__underline {
	display: block;
	width: 180px;
	height: 4px;
	margin-top: 4px;
	background: var(--mytsv-gold);
	border-radius: 2px;
}

.mytsv-hero__text {
	margin: 0;
	max-width: 680px;
	color: var(--mytsv-muted);
	font-size: 18px;
	line-height: 1.5;
}

.mytsv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	padding-top: 8px;
}

.mytsv-hero__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mytsv-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 20px 24px !important;
	background: var(--mytsv-bg-stat);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border: 1px solid var(--mytsv-border) !important;
	border-radius: 12px;
	margin: 0;
	list-style: none;
}

.mytsv-hero__stat-number {
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-display);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1;
}

.mytsv-hero__stat-label {
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */
.mytsv-services {
	background: var(--mytsv-bg-alt);
	padding: 96px 0;
}

.mytsv-services__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.mytsv-service-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	background: #ffffff;
	border-radius: 16px;
	min-height: 235px;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
	transition: transform var(--mytsv-transition), box-shadow var(--mytsv-transition);
}

.mytsv-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.mytsv-service-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background: var(--mytsv-gold-soft);
	color: var(--mytsv-gold);
	flex-shrink: 0;
}

.mytsv-service-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.mytsv-service-card__title {
	margin: 0;
	color: var(--mytsv-dark);
	font-family: var(--mytsv-font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

.mytsv-service-card__text {
	margin: 0;
	color: var(--mytsv-card-text);
	font-size: 14px;
	line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Join network
   -------------------------------------------------------------------------- */
.mytsv-join {
	background: var(--mytsv-bg);
	padding: 96px 0;
}

.mytsv-join__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.mytsv-join__media {
	padding: 14px;
	border: 1.5px solid var(--mytsv-gold);
	border-radius: var(--mytsv-radius-xl);
	background: var(--mytsv-bg-elevated);
	overflow: hidden;
}

.mytsv-join__image {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: var(--mytsv-radius-sm);
}

.mytsv-join__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.mytsv-join__content .mytsv-section-title {
	margin: 0;
	font-size: 36px;
}

.mytsv-join__text {
	margin: 0;
	color: var(--mytsv-muted);
	font-size: 16px;
	line-height: 1.6;
}

.mytsv-join__bullets {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mytsv-join__bullets li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--mytsv-text);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.mytsv-join__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 0;
	border-radius: 10px;
	background: var(--mytsv-gold-soft);
	color: var(--mytsv-gold);
}

.mytsv-join__check .mytsv-icon,
.mytsv-join__check img {
	width: 12px !important;
	height: 12px !important;
}

/* --------------------------------------------------------------------------
   Values + timeline
   -------------------------------------------------------------------------- */
.mytsv-values {
	background: var(--mytsv-bg-elevated);
	padding: 96px 0;
}

.mytsv-values__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 64px;
}

.mytsv-value-card {
	padding: 24px !important;
	background: var(--mytsv-bg);
	border: none;
	border-left: 4px solid var(--mytsv-gold) !important;
	border-radius: 0 12px 12px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mytsv-value-card__title {
	margin: 0;
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-display);
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}

.mytsv-value-card__text {
	margin: 0;
	color: var(--mytsv-muted);
	font-size: 14px;
	line-height: 1.5;
}

.mytsv-timeline {
	position: relative;
	padding: 40px 0 0;
}

.mytsv-timeline__line {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--mytsv-gold);
	opacity: 0.35;
}

.mytsv-timeline__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mytsv-timeline__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
	width: 180px;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.mytsv-timeline__dot {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--mytsv-bg-elevated);
	border: 2px solid var(--mytsv-gold);
	box-shadow: none;
	position: relative;
}

.mytsv-timeline__dot::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background: var(--mytsv-gold);
}

.mytsv-timeline__year {
	color: var(--mytsv-gold);
	font-family: var(--mytsv-font-display);
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.mytsv-timeline__label {
	color: var(--mytsv-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 118px;
}

/* --------------------------------------------------------------------------
   Application form
   -------------------------------------------------------------------------- */
.mytsv-application {
	background: var(--mytsv-bg);
	padding: 96px 0;
}

.mytsv-section-title--gold {
	color: var(--mytsv-gold);
}

.mytsv-application__header .mytsv-section-subtitle {
	max-width: none;
}

.mytsv-application__grid {
	display: grid;
	grid-template-columns: minmax(0, 752fr) minmax(0, 480fr);
	gap: 48px;
	align-items: start;
}

.mytsv-form--application {
	padding: 40px;
	border: 1px solid var(--mytsv-gold);
	border-radius: 16px;
	background: var(--mytsv-bg-elevated);
	gap: 24px;
}

.mytsv-application__aside {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.mytsv-application__why {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}

.mytsv-application__why-title {
	margin: 0 0 16px;
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-display);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.mytsv-application__why-text {
	margin: 0 0 24px;
	color: var(--mytsv-muted);
	font-size: 15px;
	line-height: 1.5;
}

.mytsv-application__perks {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mytsv-application__perks li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--mytsv-text);
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.mytsv-application__aside-image {
	width: 100%;
	height: 327px;
	object-fit: cover;
	object-position: center center;
	border-radius: 8px;
	border: none;
	display: block;
}

.mytsv-application__carousel {
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.mytsv-application__carousel-track {
	position: relative;
	width: 100%;
	height: 327px;
}

.mytsv-application__carousel-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.9s ease, visibility 0.9s ease;
}

.mytsv-application__carousel-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.mytsv-application__carousel-slide .mytsv-application__aside-image {
	height: 100%;
}

.mytsv-application__carousel-dots {
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 8px;
}

.mytsv-application__carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.mytsv-application__carousel-dot.is-active {
	background: var(--mytsv-gold);
	transform: scale(1.15);
}

/* --------------------------------------------------------------------------
   Forms (shared)
   -------------------------------------------------------------------------- */
.mytsv-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.mytsv-form__row {
	display: grid;
	gap: 16px;
}

.mytsv-form__row--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.mytsv-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.mytsv-form__field > label,
.mytsv-form__licenses legend {
	color: var(--mytsv-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.mytsv-form input[type="text"],
.mytsv-form input[type="email"],
.mytsv-form input[type="tel"],
.mytsv-form input[type="url"],
.mytsv-form input[type="number"],
.mytsv-form input[type="search"],
.mytsv-form select,
.mytsv-form textarea {
	width: 100%;
	height: 42px;
	padding: 12px !important;
	background: var(--mytsv-bg) !important;
	border: 1px solid var(--mytsv-border) !important;
	border-radius: 8px !important;
	color: var(--mytsv-text) !important;
	font-size: 14px;
	line-height: normal;
	outline: none;
	transition: border-color var(--mytsv-transition), box-shadow var(--mytsv-transition);
	appearance: none;
	box-shadow: none !important;
}

.mytsv-form textarea {
	height: auto;
	min-height: 42px;
	resize: vertical;
	-webkit-appearance: none;
	appearance: none;
}

.mytsv-form textarea {
	min-height: 110px;
	resize: vertical;
}

.mytsv-form input::placeholder,
.mytsv-form textarea::placeholder {
	color: #6b6b70;
	opacity: 1;
}

.mytsv-form input:focus,
.mytsv-form select:focus,
.mytsv-form textarea:focus {
	border-color: var(--mytsv-gold) !important;
	box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.2);
}

.mytsv-form__checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mytsv-form__checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.mytsv-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--mytsv-text);
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
}

.mytsv-checkbox:hover {
	background: transparent;
}

.mytsv-checkbox input {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1.5px solid var(--mytsv-gold);
	border-radius: 4px;
	background: var(--mytsv-bg);
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.mytsv-checkbox input:checked {
	background: var(--mytsv-gold);
}

.mytsv-checkbox input:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 4px;
	height: 9px;
	border: solid var(--mytsv-dark);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.mytsv-checkbox:has(input:checked) {
	background: transparent;
}

.mytsv-upload {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 50px;
	padding: 16px;
	border: 1px dashed rgba(212, 168, 83, 0.25);
	border-radius: 8px;
	background: var(--mytsv-bg);
	cursor: pointer;
	text-align: center;
	transition: border-color var(--mytsv-transition), background var(--mytsv-transition);
}

.mytsv-upload:hover,
.mytsv-upload:focus-within {
	border-color: var(--mytsv-gold);
	background: var(--mytsv-gold-soft);
}

.mytsv-upload__text,
.mytsv-upload__filename {
	color: var(--mytsv-muted);
	font-size: 13px;
	line-height: normal;
}

.mytsv-upload__filename {
	color: var(--mytsv-gold-light);
	font-weight: 600;
}

.mytsv-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.mytsv-form__field:has(.mytsv-upload) {
	position: relative;
}

.mytsv-form__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 4px;
}

.mytsv-form__actions--end {
	justify-content: flex-end;
}

.mytsv-form__message,
.mytsv-form__feedback {
	margin-top: 4px;
	padding: 12px 16px;
	border-radius: var(--mytsv-radius-md);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.mytsv-form__message.is-success,
.mytsv-form__feedback.is-success {
	background: rgba(46, 160, 90, 0.15);
	border: 1px solid rgba(46, 160, 90, 0.45);
	color: #7ddea3;
}

.mytsv-form__message.is-error,
.mytsv-form__feedback.is-error {
	background: rgba(220, 70, 70, 0.15);
	border: 1px solid rgba(220, 70, 70, 0.45);
	color: #f0a0a0;
}

.mytsv-form__message[hidden],
.mytsv-form__feedback[hidden] {
	display: none !important;
}

/* --------------------------------------------------------------------------
   Map
   -------------------------------------------------------------------------- */
.mytsv-map {
	background: var(--mytsv-bg-alt);
	padding: 96px 0;
	text-align: center;
}

.mytsv-map .mytsv-section-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.mytsv-map__canvas {
	width: 100%;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--mytsv-border);
	background: var(--mytsv-bg-elevated);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
	line-height: 0;
}

.mytsv-map__canvas--illustration {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 24px;
	background:
		radial-gradient(ellipse at center, rgba(212, 168, 83, 0.08) 0%, transparent 62%),
		var(--mytsv-bg-elevated);
}

.mytsv-map__image {
	width: 100%;
	max-width: 920px;
	height: auto;
	max-height: 520px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
}

.mytsv-map__embed {
	position: relative;
	width: 100%;
	height: 420px;
	background: #0c0c0d;
	overflow: hidden;
}

.mytsv-map__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	/* Dark theme to match the site (Google embed has no native dark style). */
	filter: invert(92%) hue-rotate(180deg) brightness(0.92) contrast(1.18) saturate(0.85);
}

.mytsv-map__caption {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 820px;
	margin: 20px auto 0;
	padding: 18px 24px;
	text-align: center;
}

.mytsv-map__text {
	margin: 0;
	max-width: 720px;
	color: var(--mytsv-muted);
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

/* --------------------------------------------------------------------------
   Banner
   -------------------------------------------------------------------------- */
.mytsv-banner {
	background: var(--mytsv-gold);
	padding: 56px 0;
}

.mytsv-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.mytsv-banner__text {
	flex: 1;
	min-width: 0;
	max-width: 680px;
}

.mytsv-banner__title {
	margin: 0 0 8px;
	color: var(--mytsv-dark);
	font-family: var(--mytsv-font-display);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}

.mytsv-banner__desc {
	margin: 0;
	color: var(--mytsv-dark);
	font-size: 16px;
	line-height: 1.3;
	opacity: 0.9;
	max-width: 680px;
}

.mytsv-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.mytsv-contact {
	background: var(--mytsv-bg);
	padding: 96px 0;
}

.mytsv-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 736fr) minmax(0, 480fr);
	gap: 64px;
	align-items: start;
}

.mytsv-contact__form-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	gap: 28px;
}

.mytsv-contact__info {
	padding: 40px;
	background: var(--mytsv-bg-elevated);
	border: 1px solid var(--mytsv-border);
	border-radius: 16px;
}

.mytsv-contact__info-block {
	margin-bottom: 32px;
	padding-bottom: 0;
	border-bottom: none;
}

.mytsv-contact__hq-title {
	margin: 0 0 8px;
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-display);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.mytsv-contact__hq-text {
	margin: 0;
	color: var(--mytsv-muted);
	font-size: 15px;
	line-height: 1.6;
}

.mytsv-contact__details {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0 0 28px;
}

.mytsv-contact__detail {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mytsv-contact__detail-label {
	color: var(--mytsv-gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mytsv-contact__detail-value {
	color: var(--mytsv-text) !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.mytsv-contact__detail-value:hover {
	color: var(--mytsv-gold-light) !important;
}

.mytsv-contact__socials,
.mytsv-socials {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mytsv-contact__socials a,
.mytsv-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--mytsv-border);
	background: var(--mytsv-bg-alt);
	color: var(--mytsv-muted);
	transition: color var(--mytsv-transition), border-color var(--mytsv-transition),
		background var(--mytsv-transition);
}

.mytsv-contact__socials a:hover,
.mytsv-socials a:hover {
	color: var(--mytsv-gold);
	border-color: var(--mytsv-gold);
	background: var(--mytsv-gold-soft);
}

.mytsv-contact__socials svg,
.mytsv-socials svg {
	width: 18px;
	height: 18px;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.mytsv-footer {
	background: #080809;
	padding: 72px 0 32px;
	border-top: 1px solid var(--mytsv-border);
}

.mytsv-footer__inner {
	width: 100%;
	max-width: var(--mytsv-container);
	margin: 0 auto;
	padding-left: clamp(16px, 5.5vw, var(--mytsv-gutter));
	padding-right: clamp(16px, 5.5vw, var(--mytsv-gutter));
}

.mytsv-footer__cols {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 40px;
}

.mytsv-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 320px;
}

.mytsv-footer__logo {
	display: inline-flex;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	/* border: 2px solid var(--mytsv-gold); */
	overflow: hidden;
}

.mytsv-footer__logo img,
.mytsv-footer__logo .custom-logo {
	width: 70px !important;
	height: 70px !important;
	object-fit: contain;
	object-position: center;
}

.mytsv-footer__brand-text {
	margin: 0;
	color: var(--mytsv-muted);
	font-size: 14px;
	line-height: 1.6;
}

.mytsv-footer__heading {
	margin: 0 0 18px;
	color: var(--mytsv-text);
	font-family: var(--mytsv-font-display);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.mytsv-footer__links,
.mytsv-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mytsv-footer__links a,
.mytsv-footer__contact,
.mytsv-footer__contact a {
	color: var(--mytsv-muted) !important;
	font-size: 14px;
	line-height: 1.45;
}

.mytsv-footer__links a:hover,
.mytsv-footer__contact a:hover {
	color: var(--mytsv-gold) !important;
}

.mytsv-footer__divider {
	border: 0;
	border-top: 1px solid var(--mytsv-border);
	margin: 0 0 24px;
}

.mytsv-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.mytsv-footer__copy {
	margin: 0;
	color: #6b6b70;
	font-size: 13px;
	line-height: 1.4;
}

.mytsv-footer__socials {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mytsv-footer__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--mytsv-border);
	color: var(--mytsv-muted);
}

.mytsv-footer__socials a:hover {
	color: var(--mytsv-gold);
	border-color: var(--mytsv-gold);
}

/* --------------------------------------------------------------------------
   Reveal on scroll
   -------------------------------------------------------------------------- */
[data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	will-change: opacity, transform;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

[data-reveal="left"] {
	transform: translateX(-28px);
}

[data-reveal="left"].is-visible {
	transform: translateX(0);
}

[data-reveal="right"] {
	transform: translateX(28px);
}

[data-reveal="right"].is-visible {
	transform: translateX(0);
}

[data-reveal="fade"] {
	transform: none;
}

/* --------------------------------------------------------------------------
   Tablet ≤ 1200px
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
	:root {
		--mytsv-gutter: 24px;
	}

	.mytsv-header__inner {
		padding: 16px 24px;
	}

	.mytsv-nav {
		display: none;
		position: fixed;
		inset: 0;
		top: 0;
		left: 0;
		right: 0;
		transform: none;
		z-index: 1100;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		padding: 120px 24px 40px;
		background: rgba(12, 12, 13, 0.98);
		justify-content: flex-start;
		align-items: stretch;
		overflow-y: auto;
	}

	.mytsv-nav.is-open {
		display: flex;
	}

	.mytsv-nav__list,
	ul.mytsv-nav__list {
		flex-direction: column !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
		gap: 8px !important;
		width: 100%;
	}

	.mytsv-nav__list a {
		font-size: 22px !important;
		padding: 12px 0;
		color: var(--mytsv-text) !important;
	}

	.mytsv-hamburger {
		display: inline-flex;
		position: relative;
		z-index: 1200;
	}

	.mytsv-header__cta {
		display: none;
	}

	.mytsv-hero {
		min-height: 640px;
		padding: 80px 24px 32px;
	}

	.mytsv-hero__inner {
		max-width: 100%;
		min-height: 0;
	}

	.mytsv-hero__title {
		font-size: 34px;
	}

	.mytsv-hero__subtitle {
		font-size: 26px;
	}

	.mytsv-hero__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mytsv-services,
	.mytsv-join,
	.mytsv-values,
	.mytsv-application,
	.mytsv-map,
	.mytsv-contact {
		padding: 72px 0;
	}

	.mytsv-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mytsv-join__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mytsv-join__image {
		height: 300px;
	}

	.mytsv-values__cards {
		grid-template-columns: 1fr;
		margin-bottom: 56px;
	}

	.mytsv-timeline__line {
		display: none;
	}

	.mytsv-header__right {
		position: relative;
		z-index: 2;
	}

	.mytsv-timeline__list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px;
	}

	.mytsv-timeline__item {
		width: 140px;
	}

	.mytsv-timeline__item {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		gap: 16px;
	}

	.mytsv-timeline__label {
		max-width: none;
	}

	.mytsv-application__grid,
	.mytsv-contact__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mytsv-banner__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 28px;
	}

	.mytsv-footer__cols {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.mytsv-section-title {
		font-size: 30px;
	}
}

/* --------------------------------------------------------------------------
   Mobile ≤ 768px
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	:root {
		--mytsv-gutter: 16px;
	}

	.admin-bar .mytsv-header {
		top: 46px;
	}

	.mytsv-header__inner {
		padding: 12px 16px;
	}

	.mytsv-header__logo,
	.mytsv-header__logo img,
	.mytsv-header__logo .custom-logo,
	.mytsv-header__logo-img,
	.mytsv-header__logo .custom-logo-link,
	.mytsv-header__logo .custom-logo-link img {
		width: 52px !important;
		height: 52px !important;
	}

	.mytsv-lang {
		display: none;
	}

	.mytsv-hero {
		min-height: 0;
		padding: 72px 16px 28px;
	}

	.mytsv-hero__title {
		font-size: 28px;
	}

	.mytsv-hero__subtitle {
		font-size: 22px;
	}

	.mytsv-hero__underline {
		width: 120px;
		height: 3px;
	}

	.mytsv-hero__text {
		font-size: 16px;
	}

	.mytsv-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.mytsv-hero__actions .mytsv-btn {
		width: 100%;
		justify-content: center;
	}

	.mytsv-hero__stats {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.mytsv-hero__stat {
		padding: 16px 14px;
	}

	.mytsv-hero__stat-number {
		font-size: 22px;
	}

	.mytsv-services,
	.mytsv-join,
	.mytsv-values,
	.mytsv-application,
	.mytsv-map,
	.mytsv-contact {
		padding: 56px 0;
	}

	.mytsv-section-header {
		margin-bottom: 32px;
	}

	.mytsv-section-title {
		font-size: 26px;
	}

	.mytsv-services__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.mytsv-service-card {
		padding: 24px;
	}

	.mytsv-join__media {
		padding: 10px;
	}

	.mytsv-join__image {
		height: 220px;
	}

	.mytsv-form--application {
		padding: 22px 18px;
	}

	.mytsv-form__row--2 {
		grid-template-columns: 1fr;
	}

	.mytsv-form__checkboxes {
		gap: 8px;
	}

	.mytsv-checkbox {
		padding: 8px 12px;
		font-size: 12px;
	}

	.mytsv-banner {
		padding: 40px 0;
	}

	.mytsv-banner__title {
		font-size: 24px;
	}

	.mytsv-banner__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.mytsv-banner__actions .mytsv-btn {
		width: 100%;
		justify-content: center;
	}

	.mytsv-contact__info {
		padding: 24px 20px;
	}

	.mytsv-footer {
		padding: 56px 0 28px;
	}

	.mytsv-footer__cols {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.mytsv-footer__brand {
		max-width: none;
	}

	.mytsv-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.mytsv-map__canvas--illustration {
		padding: 18px 12px;
	}

	.mytsv-map__image {
		max-height: 320px;
	}

	.mytsv-map__caption {
		margin-top: 16px;
		padding: 14px 16px;
	}

	.mytsv-map__text {
		font-size: 15px;
	}

	.mytsv-btn {
		padding: 13px 22px;
		font-size: 14px;
	}
}

/* --------------------------------------------------------------------------
   Reduced motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

/* --------------------------------------------------------------------------
   Print
   -------------------------------------------------------------------------- */
@media print {
	.mytsv-header,
	.mytsv-hamburger,
	.mytsv-banner,
	.mytsv-form__actions {
		display: none !important;
	}

	body.mytsv-body {
		background: #fff !important;
		color: #000 !important;
	}
}
