/* ============================================================
   Virovitica voli vlakove — railway journey design
   ============================================================ */

:root {
	--navy:   #1c2733;
	--navy-2: #243240;
	--navy-3: #2e3d4d;
	--ink:    #22262b;
	--ink-soft: #5a6472;
	--cream:  #f5f0e4;
	--paper:  #fbf8f1;
	--white:  #ffffff;
	--red:    #d2382c;
	--red-dark: #b02d23;
	--brass:  #c9973b;
	--amber:  #f5b942;
	--board:  #14181d;
	--line:   #ddd5c2;
	--shadow: 0 12px 34px rgba(28, 39, 51, .14);
	--radius: 14px;
	--font-display: "Oswald", "Inter", sans-serif;
	--font-body: "Inter", sans-serif;
	--font-mono: "IBM Plex Mono", monospace;
}

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

html { scroll-behavior: smooth; }

#start, #izlozba, #radionica, #suradnje, #cijene, #kontakt, #galerija, #article, #sadrzajpredstave { scroll-margin-top: 76px; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16.5px;
	line-height: 1.7;
	color: var(--ink);
	background: var(--paper);
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

img { max-width: 100%; display: block; }
a { color: var(--red); }

h1, h2, h3 {
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 1.12;
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.6rem); font-weight: 600; }
p { margin: 0 0 1em; }

.shell { width: min(1140px, 92%); margin: 0 auto; }
.shell.narrow { width: min(900px, 92%); }
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; position: relative; }
.center { text-align: center; }
.muted { color: var(--ink-soft); font-weight: 400; text-transform: none; }

/* ---------- buttons ---------- */
.btn {
	display: inline-flex;
	align-items: center;
	gap: .6em;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-decoration: none;
	padding: .8em 1.9em;
	border-radius: 8px;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn .icon { width: 1em; height: 1em; fill: currentColor; }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 26px rgba(210, 56, 44, .35); }
.btn-red:hover { background: var(--red-dark); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.btn-navy:hover { background: var(--navy-3); }
.btn-ghost-light { border: 2px solid rgba(255,255,255,.5); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ---------- ticket banner ---------- */
#event-banner {
	position: relative;
	z-index: 60;
	background: var(--navy);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 18px;
	padding: .7rem 2.4rem;
	text-align: center;
	font-weight: 600;
	font-size: .93rem;
	border-bottom: 3px dashed rgba(255,255,255,.25);
}
#event-banner p { margin: 0; }
#event-banner .link-kupi { color: var(--amber); text-decoration: underline; margin-left: 4px; font-weight: 700; }
#event-banner .btn-sadrzaj {
	background: var(--amber);
	color: var(--navy);
	text-decoration: none;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: .88em;
	font-weight: 700;
	white-space: nowrap;
	transition: transform .2s ease, opacity .2s ease;
}
#event-banner .btn-sadrzaj:hover { opacity: .92; transform: scale(1.05); }
.ticket-notch, .ticket-notch.right {
	position: absolute;
	top: 50%;
	width: 18px; height: 18px;
	border-radius: 50%;
	background: var(--paper);
	transform: translateY(-50%);
}
.ticket-notch { left: -9px; }
.ticket-notch.right { left: auto; right: -9px; }

/* ---------- header ---------- */
#site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 248, 241, .92);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	transition: box-shadow .3s;
}
#site-header.scrolled { box-shadow: 0 8px 24px rgba(28,39,51,.12); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); }
.brand img { width: 44px; height: 44px; object-fit: contain; transition: transform .4s ease; }
.brand:hover img { transform: rotate(-8deg) scale(1.08); }
.brand-text { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .04em; line-height: 1.1; }
.brand-text em { font-style: normal; color: var(--red); display: block; font-size: .72em; letter-spacing: .14em; }

#site-nav { display: flex; align-items: center; gap: 1.45rem; }
#site-nav > a {
	text-decoration: none;
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 500;
	font-size: .92rem;
	text-transform: uppercase;
	letter-spacing: .07em;
	position: relative;
}
#site-nav > a:not(.nav-cta)::after {
	content: "";
	position: absolute;
	left: 0; right: 100%;
	bottom: -5px;
	height: 2px;
	background: var(--red);
	transition: right .28s;
}
#site-nav > a:not(.nav-cta):hover::after { right: 0; }
#site-nav .nav-cta {
	background: var(--red);
	color: #fff;
	padding: .45em 1.2em;
	border-radius: 6px;
	transition: background .2s, transform .2s;
}
#site-nav .nav-cta:hover { background: var(--red-dark); transform: translateY(-2px); }

#nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: .5rem; cursor: pointer; }
#nav-toggle span { width: 25px; height: 3px; border-radius: 3px; background: var(--ink); transition: transform .3s, opacity .3s; }
#nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#nav-toggle.open span:nth-child(2) { opacity: 0; }
#nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- journey rail (desktop) ---------- */
#journey {
	position: fixed;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	height: min(66vh, 560px);
	z-index: 40;
	pointer-events: none;
}
.j-track {
	position: relative;
	height: 100%;
	width: 14px;
	border-left: 3px solid rgba(28,39,51,.28);
	border-right: 3px solid rgba(28,39,51,.28);
	background: repeating-linear-gradient(
		to bottom,
		transparent 0 10px,
		rgba(28,39,51,.22) 10px 13px
	);
}
#j-train {
	position: absolute;
	left: 50%;
	top: 0;
	width: 34px;
	height: 46px;
	transform: translate(-50%, -10px);
	transition: top .18s ease-out;
	filter: drop-shadow(0 4px 8px rgba(28,39,51,.35));
	z-index: 2;
	overflow: visible;
}
.smoke { animation: puff 2.2s ease-out infinite; opacity: 0; transform-origin: center; }
.smoke.s2 { animation-delay: 1.1s; }
@keyframes puff {
	0% { opacity: 0; transform: translateY(6px) scale(.5); }
	30% { opacity: .8; }
	100% { opacity: 0; transform: translateY(-14px) scale(1.5); }
}
.j-stop { position: absolute; left: 50%; transform: translateX(-50%); pointer-events: auto; }
.j-stop i {
	display: block;
	width: 12px; height: 12px;
	border-radius: 50%;
	background: var(--paper);
	border: 3px solid rgba(28,39,51,.4);
	transition: background .25s, border-color .25s, transform .25s;
}
.j-stop b {
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--font-display);
	font-weight: 500;
	font-size: .72rem;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--navy);
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 5px;
	padding: .15em .6em;
	opacity: 0;
	white-space: nowrap;
	transition: opacity .25s;
	box-shadow: var(--shadow);
}
.j-stop:hover b, .j-stop.active b { opacity: 1; }
.j-stop.active i { background: var(--red); border-color: var(--red); transform: scale(1.25); }
@media (max-width: 1240px) { #journey { display: none; } }

/* ---------- hero ---------- */
.hero {
	position: relative;
	background: var(--navy);
	color: #fff;
	padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 6rem);
	overflow: hidden;
}
.hero-bg {
	position: absolute;
	inset: 0;
	background: url("images/bg.jpg") center / cover no-repeat;
	opacity: .16;
	filter: saturate(.6);
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(28,39,51,.55) 0%, rgba(28,39,51,0) 55%, rgba(210,56,44,.16) 100%);
}
.hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}
.kolodvor-chip {
	display: inline-flex;
	align-items: center;
	gap: .6em;
	font-family: var(--font-mono);
	font-weight: 600;
	font-size: .8rem;
	letter-spacing: .14em;
	color: var(--amber);
	border: 1px solid rgba(245,185,66,.4);
	border-radius: 6px;
	padding: .4em 1em;
	margin-bottom: 1.3rem;
}
.dot-blink { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); animation: blink 1.6s steps(2, start) infinite; }
@keyframes blink { to { visibility: hidden; } }
.hero h1 { margin-bottom: .35em; }
.hero h1 .accent { color: var(--amber); display: block; }
.hero .lead { font-size: 1.14rem; color: rgba(255,255,255,.85); max-width: 46ch; }
.hero-stats { display: flex; gap: 1rem; margin-top: 1.8rem; flex-wrap: wrap; }
.stat {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 10px;
	padding: .8rem 1.3rem;
	text-align: center;
}
.stat b { display: block; font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--amber); line-height: 1.1; }
.stat span { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.7); }

/* departure board */
.hero-board { position: relative; }
.board {
	background: var(--board);
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 24px 60px rgba(0,0,0,.45);
	overflow: hidden;
	font-family: var(--font-mono);
}
.board-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .85rem 1.2rem;
	background: rgba(255,255,255,.05);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.board-title { color: #fff; font-weight: 600; font-size: .82rem; letter-spacing: .18em; }
.board-clock { color: var(--amber); font-weight: 600; font-size: .95rem; letter-spacing: .1em; }
.board-row {
	display: grid;
	grid-template-columns: 3rem 1fr auto;
	align-items: center;
	gap: .8rem;
	padding: .8rem 1.2rem;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.07);
	transition: background .2s;
}
.board-row:hover { background: rgba(245,185,66,.09); }
.b-peron {
	font-weight: 600;
	color: var(--navy);
	background: var(--amber);
	border-radius: 5px;
	text-align: center;
	padding: .1em 0;
	font-size: .9rem;
}
.b-dest {
	color: #fff;
	font-weight: 600;
	font-size: clamp(.82rem, 1.6vw, .98rem);
	letter-spacing: .1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.board-row:hover .b-dest { color: var(--amber); }
.b-status {
	color: #58d68d;
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .14em;
	animation: blink 2.4s steps(2, start) infinite;
}
.board-foot { padding: .7rem 1.2rem; color: rgba(255,255,255,.45); font-size: .74rem; letter-spacing: .06em; }
.hero-sign {
	position: absolute;
	width: 96px;
	right: -14px;
	top: -46px;
	transform: rotate(8deg);
	filter: drop-shadow(0 10px 18px rgba(0,0,0,.4));
	animation: sway 5s ease-in-out infinite;
}
@keyframes sway { 0%,100% { transform: rotate(8deg); } 50% { transform: rotate(3deg); } }

/* rails strip (bottom of hero / footer top) */
.rails {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 26px;
	background:
		repeating-linear-gradient(to right, transparent 0 26px, rgba(255,255,255,.22) 26px 34px),
		linear-gradient(to bottom, transparent 6px, rgba(255,255,255,.32) 6px 9px, transparent 9px, transparent 17px, rgba(255,255,255,.32) 17px 20px, transparent 20px);
}
.rails-top { top: 0; bottom: auto; }

/* ---------- video spotlight ---------- */
.video-spotlight { background: var(--paper); padding-top: clamp(2.5rem, 5vw, 4rem); }
.tv-frame {
	border-radius: var(--radius);
	overflow: hidden;
	background: #000;
	border: 6px solid var(--navy);
	box-shadow: var(--shadow);
	margin-bottom: 1.6rem;
}
.tv-frame video { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }

/* ---------- stations ---------- */
.station { background: var(--paper); }
.station-alt { background: var(--cream); }
.station-sign { text-align: center; margin-bottom: clamp(2rem, 5vw, 3.2rem); }
.station-sign .postaja {
	display: inline-block;
	font-family: var(--font-mono);
	font-weight: 600;
	font-size: .78rem;
	letter-spacing: .2em;
	color: #fff;
	background: var(--red);
	padding: .35em 1.1em;
	border-radius: 5px 5px 0 0;
}
.station-sign h2 {
	display: block;
	background: var(--white);
	border: 3px solid var(--navy);
	border-radius: 10px;
	padding: .45em 1.2em;
	margin: 0 auto;
	width: fit-content;
	max-width: 100%;
	box-shadow: 6px 6px 0 rgba(28,39,51,.16);
}
.sign-dark h2 { background: var(--navy-2); border-color: rgba(255,255,255,.35); color: #fff; box-shadow: 6px 6px 0 rgba(0,0,0,.3); }
.sign-note { color: rgba(255,255,255,.65); font-size: .95rem; margin-top: .8rem; }

.cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
}
.col-copy p { color: var(--ink-soft); }
.col-copy p strong { color: var(--ink); }

.photo-frame {
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s ease; }
.photo-frame:hover img { transform: scale(1.04); }
.photo-frame figcaption {
	font-family: var(--font-mono);
	font-size: .74rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ink-soft);
	padding: .7rem 1rem;
	border-top: 3px solid var(--red);
	background: var(--white);
}

.signal-list { list-style: none; margin: 0 0 1.2em; padding: 0; }
.signal-list li {
	display: flex;
	align-items: center;
	gap: .8em;
	font-weight: 700;
	font-style: italic;
	padding: .5em .9em;
	margin-bottom: .45em;
	background: var(--white);
	border: 1px solid var(--line);
	border-left: 4px solid var(--red);
	border-radius: 8px;
}
.station-alt .signal-list li { background: var(--paper); }
.signal {
	flex: 0 0 auto;
	width: 12px; height: 12px;
	border-radius: 50%;
	background: #3aa55c;
	box-shadow: 0 0 0 3px rgba(58,165,92,.2);
}

/* ---------- ticket table ---------- */
.ticket-table {
	background: var(--white);
	border: 2px solid var(--navy);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.ticket-table table { width: 100%; border-collapse: collapse; }
.ticket-table th {
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 600;
	font-size: .9rem;
	text-align: left;
	color: #fff;
	background: var(--navy);
	padding: .9rem 1.4rem;
}
.ticket-table th:last-child, .ticket-table td:last-child { text-align: right; white-space: nowrap; }
.ticket-table td { padding: 0; border-bottom: 1px dashed var(--line); }
.ticket-table tr:last-child td { border-bottom: 0; }
.ticket-table td a {
	display: block;
	padding: .85rem 1.4rem;
	text-decoration: none;
	color: var(--ink);
	transition: background .2s;
}
.ticket-table td:last-child a { font-family: var(--font-mono); font-weight: 600; }
.ticket-table tr:hover td a { background: rgba(245,185,66,.12); }
.ticket-table s { color: var(--ink-soft); margin-right: .35em; }
.row-play td a, .row-play td a strong { color: var(--red); }
.row-deal { position: relative; background: rgba(58,165,92,.07); }
.row-deal td:last-child a strong { color: #2e8b4f; }

.sub-heading { text-align: center; margin: 0 0 1.6rem; }

.workshop-tickets {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
	margin-bottom: 2rem;
}
.w-ticket {
	position: relative;
	background: var(--white);
	border: 2px solid var(--navy);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow);
	background-image: radial-gradient(circle at left center, var(--cream) 9px, transparent 10px);
	background-repeat: repeat-y;
	background-position: -9px 0;
	background-size: 18px 26px;
}
.w-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--navy);
	color: #fff;
	font-family: var(--font-display);
	letter-spacing: .1em;
	padding: .8rem 1.3rem .8rem 1.7rem;
}
.w-head b { font-family: var(--font-mono); color: var(--amber); font-size: 1.15rem; }
.w-ticket ul { list-style: none; margin: 0; padding: 1.1rem 1.3rem 1.2rem 1.7rem; }
.w-ticket li {
	position: relative;
	padding: .4em 0 .4em 1.6em;
	border-bottom: 1px dashed var(--line);
}
.w-ticket li:last-child { border-bottom: 0; }
.w-ticket li::before { content: "🎫"; position: absolute; left: 0; top: .42em; font-size: .9em; }

.notes-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-top: 4px solid var(--brass);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 1.5rem 1.8rem;
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.notes-title { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; margin-bottom: .8em; }
.notes-card ul { list-style: none; margin: 0; padding: 0; }
.notes-card li { position: relative; padding: .35em 0 .35em 1.7em; color: var(--ink-soft); }
.notes-card li::before { content: "✓"; position: absolute; left: 0; color: #3aa55c; font-weight: 800; }

.team-cols { align-items: center; }
.team-cols .photo-frame img { aspect-ratio: 1 / 1.05; }
.crew-list { list-style: none; margin: 0; padding: 0; counter-reset: crew; }
.crew-list li {
	counter-increment: crew;
	display: flex;
	align-items: center;
	gap: 1em;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: .7em 1.1em;
	margin-bottom: .55em;
	font-size: 1.05rem;
	box-shadow: 0 4px 14px rgba(28,39,51,.06);
	transition: transform .22s ease, border-color .22s ease;
}
.crew-list li:hover { transform: translateX(6px); border-color: var(--red); }
.crew-list li::before {
	content: counter(crew, decimal-leading-zero);
	font-family: var(--font-mono);
	font-weight: 600;
	font-size: .8rem;
	color: #fff;
	background: var(--navy);
	border-radius: 6px;
	padding: .25em .55em;
}

/* ---------- contact ---------- */
.contact-cols { align-items: start; }
.contact-card {
	background: var(--white);
	border: 2px solid var(--navy);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 1.6rem 1.8rem;
	margin-bottom: 1.4rem;
}
.contact-card h3 { margin-bottom: .5em; }
.contact-person { font-size: 1.08rem; line-height: 1.9; }
.contact-person a { color: var(--ink); text-decoration: none; border-bottom: 2px solid rgba(210,56,44,.35); }
.contact-person a:hover { color: var(--red); border-color: var(--red); }
.social-row { list-style: none; display: flex; gap: .7rem; margin: 1rem 0 0; padding: 0; }
.social-row a {
	display: grid;
	place-items: center;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: var(--navy);
	transition: background .25s, transform .25s;
}
.social-row a:hover { background: var(--red); transform: translateY(-4px); }
.social-row .icon { width: 1.25rem; height: 1.25rem; fill: #fff; }

.timetable {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	margin-bottom: 1.4rem;
}
.timetable-title {
	margin: 0;
	font-family: var(--font-display);
	text-transform: uppercase;
	letter-spacing: .14em;
	font-weight: 600;
	font-size: .9rem;
	color: #fff;
	background: var(--navy);
	padding: .75rem 1.3rem;
}
.timetable table { width: 100%; border-collapse: collapse; }
.timetable td { padding: .75rem 1.3rem; border-bottom: 1px dashed var(--line); vertical-align: top; }
.timetable tr:last-child td { border-bottom: 0; }
.timetable td:first-child { font-weight: 700; white-space: nowrap; }
.timetable td:last-child { font-family: var(--font-mono); font-size: .85rem; color: var(--ink-soft); }

/* Google review card (restyled to match, structure preserved) */
.g-review {
	display: block;
	max-width: 460px;
	padding: 22px 28px 26px;
	border-radius: var(--radius);
	background: #fff;
	color: #202124;
	text-decoration: none;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	transition: transform .2s ease, box-shadow .2s ease;
	font-family: var(--font-body);
}
.g-review:hover { transform: translateY(-3px); box-shadow: 0 16px 42px rgba(0,0,0,.22); }
.g-review__header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.g-review__place { font-size: 15px; font-weight: 500; color: #3c4043; margin-bottom: 4px; }
.g-review__google { font-size: 20px; font-weight: 600; letter-spacing: .2px; }
.g-b { color: #4285F4; } .g-r { color: #EA4335; } .g-y { color: #FBBC05; } .g-g { color: #34A853; }
.g-review__rating-wrap { text-align: right; }
.g-review__rating { font-size: 34px; font-weight: 600; line-height: 1; }
.g-review__label { display: block; font-size: 11px; letter-spacing: .12em; color: #80868b; margin-top: 4px; }
.g-review__stars-row { margin-top: 18px; display: flex; justify-content: center; }
.g-stars { --rating: 5; font-size: 44px; position: relative; line-height: 1; letter-spacing: 6px; }
.g-stars::before { content: "★★★★★"; color: #e6e6e6; }
.g-stars::after {
	content: "★★★★★";
	color: #fbbc04;
	position: absolute;
	left: 0; top: 0;
	width: calc((var(--rating) / 5) * 100%);
	overflow: hidden;
}
.g-review__footer { margin-top: 16px; text-align: center; font-size: 14px; color: #5f6368; }
.g-review__cta { display: block; margin-top: 6px; font-size: 13px; color: #1a73e8; font-weight: 500; }

/* maps */
.maps-wrapper {
	width: 100%;
	border-radius: var(--radius);
	overflow: hidden;
	border: 2px solid var(--navy);
	box-shadow: var(--shadow);
}
.maps-wrapper iframe { width: 100%; height: 380px; border: 0; display: block; }
.maps-button-wrap { text-align: center; margin-top: 14px; }
.maps-button {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 8px;
	background: #1a73e8;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	box-shadow: 0 6px 18px rgba(26,115,232,.35);
}
.maps-button:hover { background: #1558c0; transform: translateY(-1px); box-shadow: 0 10px 26px rgba(26,115,232,.45); }
.copyright-line { text-align: center; color: var(--ink-soft); font-size: .92rem; margin-top: 2rem; }

/* ---------- gallery (train windows) ---------- */
.station-dark { background: var(--navy); color: #fff; }
.station-dark::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("images/bg.jpg") center / cover no-repeat;
	opacity: .07;
}
.station-dark .shell { position: relative; }
.video-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-flow: dense;
	gap: 1.1rem;
	margin-bottom: 2.2rem;
}
.v-window {
	margin: 0;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	border-radius: 18px 18px 14px 14px;
	overflow: hidden;
	background: #000;
	border: 5px solid #3d4c5c;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.15), 0 16px 34px rgba(0,0,0,.4);
	position: relative;
}
.v-window::after {
	content: "";
	display: block;
	height: 9px;
	flex: 0 0 auto;
	background: #3d4c5c;
	border-top: 2px solid rgba(255,255,255,.18);
}
.v-window video { width: 100%; display: block; flex: 1 1 auto; min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }
.v-window.tall { grid-row: span 2; }
.v-window.tall video { aspect-ratio: 9 / 15; }

/* ---------- article ---------- */
.article-section { background: var(--cream); }
.masthead { display: flex; align-items: center; gap: 1.2rem; justify-content: center; margin-bottom: 1.6rem; }
.masthead-line { flex: 1; height: 3px; background: var(--navy); position: relative; }
.masthead-line::after { content: ""; position: absolute; left: 0; right: 0; top: 5px; height: 1px; background: var(--navy); }
.masthead-title {
	font-family: var(--font-mono);
	font-weight: 600;
	letter-spacing: .3em;
	font-size: .8rem;
	color: var(--red);
	white-space: nowrap;
}
.article-headline { text-align: center; font-size: clamp(1.9rem, 4.5vw, 3.1rem); font-weight: 700; }
.article-standfirst {
	text-align: center;
	font-size: 1.18rem;
	font-weight: 700;
	color: var(--navy);
	max-width: 60ch;
	margin: 0 auto 0.6em;
}
.article-standfirst-2 {
	text-align: center;
	font-size: 1rem;
	font-style: italic;
	color: var(--ink-soft);
	max-width: 66ch;
	margin: 0 auto 2rem;
}
.article-img { margin: 0 0 1.8rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.article-img img { width: 100%; }
.article-img.inline { margin: 1.8rem 0; }
.article-body { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.4rem, 4vw, 2.8rem); margin-bottom: 2rem; }
.article-body p { color: #3a4149; }
.article-body p strong { color: var(--ink); }
.dropcap::first-letter {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 3.4em;
	line-height: .85;
	float: left;
	margin: .04em .12em 0 0;
	color: var(--red);
}

/* ---------- stage / predstava ---------- */
.stage-section {
	background:
		radial-gradient(circle at 50% -20%, rgba(210,56,44,.28), transparent 55%),
		var(--navy-2);
	color: #fff;
	overflow: hidden;
}
.stage-cols {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: start;
	margin-bottom: 2rem;
}
.stage-copy p { color: rgba(255,255,255,.82); }
.stage-copy p strong { color: #fff; }
.note-strip {
	background: rgba(245,185,66,.12);
	border-left: 4px solid var(--amber);
	border-radius: 8px;
	padding: .9em 1.2em;
}
.stage-poster {
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	border: 5px solid rgba(255,255,255,.85);
	box-shadow: 0 24px 60px rgba(0,0,0,.5);
	transform: rotate(2deg);
	transition: transform .4s ease;
}
.stage-poster:hover { transform: rotate(0deg) scale(1.02); }
.stage-poster img { width: 100%; }

/* ---------- track divider ---------- */
.track-divider {
	height: 26px;
	background:
		repeating-linear-gradient(to right, transparent 0 26px, rgba(28,39,51,.25) 26px 34px),
		linear-gradient(to bottom, transparent 6px, rgba(28,39,51,.35) 6px 9px, transparent 9px, transparent 17px, rgba(28,39,51,.35) 17px 20px, transparent 20px);
}

/* ---------- footer ---------- */
#site-footer { position: relative; background: var(--navy); color: rgba(255,255,255,.75); text-align: center; padding: 3.4rem 0 2.2rem; }
.footer-logo { width: 64px; margin: 0 auto .8rem; }
.footer-name { font-family: var(--font-display); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: 1.2rem; color: #fff; margin-bottom: .2em; }
.footer-sub { font-size: .92rem; margin-bottom: 1.2em; }
.footer-copy { font-size: .8rem; opacity: .6; margin: 0; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.9,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
	.hero-inner { grid-template-columns: 1fr; }
	.hero-sign { display: none; }
	.cols, .stage-cols, .workshop-tickets { grid-template-columns: 1fr; }
	.contact-cols { gap: 2rem; }
	.video-grid { grid-template-columns: repeat(2, 1fr); }
	.v-window, .v-window.wide { grid-column: span 1; }
	.v-window.tall { grid-row: span 2; }
	.stage-poster { max-width: 420px; margin: 0 auto; }
}

@media (max-width: 820px) {
	#site-nav {
		position: absolute;
		top: 100%;
		left: 0; right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: var(--paper);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 18px 30px rgba(28,39,51,.14);
		padding: .5rem 0 1rem;
		display: none;
	}
	#site-nav.open { display: flex; }
	#site-nav > a { padding: .8rem 6%; }
	#site-nav > a:not(.nav-cta)::after { display: none; }
	#site-nav .nav-cta { margin: .6rem 6% 0; text-align: center; }
	#nav-toggle { display: flex; }
	#event-banner { font-size: .84rem; }
}

@media (max-width: 560px) {
	.video-grid { grid-template-columns: 1fr; }
	.v-window.tall { grid-row: auto; }
	.v-window.tall video { aspect-ratio: 9 / 14; }
	.board-row { grid-template-columns: 2.4rem 1fr auto; padding: .7rem .9rem; }
	.hero-stats { gap: .7rem; }
	.stat { flex: 1; padding: .7rem .6rem; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
	.reveal { opacity: 1; transform: none; }
	.smoke { display: none; }
}
