/*
Theme Name: Euroterminal
Theme URI: https://euroterminal.ba
Description: Child theme for Euroterminal — Hello Elementor base, custom header/footer, brand kit.
Author: Melior Studio
Template: hello-elementor
Version: 1.0.0
Text Domain: euroterminal
Domain Path: /languages
*/

:root {
	--et-terminal-blue: #234df1;
	--et-signal-lime: #f2fc2a;
	--et-pure-white: #ffffff;
	--et-transit-navy: #19349e;
	--et-gateway-glow: #fbffa2;
	--et-terminal-white: #e5eaff;
	--et-text-dark: #0b1220;
	/* Shared page rail — header, hero, footer use the same */
	--et-site-width: 1440px;
	--et-site-gutter: 28px;
	--et-header-offset: 20px;
	--et-header-height: 88px;
	/* Brand typeface */
	--et-font: "Special Gothic", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
	:root {
		/* Content rail L/R on mobile — keep Elementor section padding in sync */
		--et-site-gutter: 24px;
		--et-header-offset: 12px;
		--et-header-height: 72px;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--et-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--et-text-dark);
	background: var(--et-pure-white);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Euroterminal heading scale (Special Gothic) — locked */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--et-font);
	font-weight: 600;
	font-style: normal;
	margin: 0 0 0.54em;
}

h1 {
	font-size: clamp(48px, 6.25vmax, 100px);
	line-height: 1;
	letter-spacing: -0.04em;
}

h2 {
	font-size: clamp(40px, 4.68vmax, 80px);
	line-height: 1;
	letter-spacing: -0.04em;
}

/* Section titles — desktop 44 / tablet 36 / mobile 28 */
h3 {
	font-size: clamp(28px, 2.75vmax, 44px);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

h4 {
	font-size: clamp(24px, 2.25vmax, 36px);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

h5 {
	font-size: clamp(22px, 1.75vmax, 28px);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

h6 {
	font-size: clamp(18px, 1.5vmax, 24px);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.site-content {
	min-height: 40vh;
}

img {
	max-width: 100%;
	height: auto;
}
