/* Tvrđava teatar — Joomla 5 site template */

@font-face {
	font-family: "TT Bebas Neue";
	src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

:root {
	--tt-primary: #8f1d13;
	--tt-primary-dark: #64130d;
	--tt-accent: #d8a34c;
	--tt-ink: #1b1816;
	--tt-muted: #6d6660;
	--tt-paper: #f7f2e9;
	--tt-surface: #fffdf9;
	--tt-line: rgba(27, 24, 22, 0.14);
	--tt-shadow: 0 20px 60px rgba(45, 24, 16, 0.12);
	--tt-radius: 18px;
	--tt-shell: 1240px;
	--tt-header-height: 88px;
	--tt-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--tt-font-display: Georgia, "Times New Roman", serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tt-paper);
	color: var(--tt-ink);
	font-family: var(--tt-font-sans);
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

a {
	color: var(--tt-primary);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--tt-primary-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--tt-accent);
	outline-offset: 3px;
}

.page-shell {
	width: min(calc(100% - 40px), var(--tt-shell));
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	transform: translateY(-180%);
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.skip-link:focus {
	transform: none;
}

/* Header and navigation */

.site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: rgba(20, 15, 13, 0.96);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: background 180ms ease, box-shadow 180ms ease;
}

.has-sticky-header .site-header {
	position: sticky;
	top: 0;
}

.site-header.is-scrolled {
	background: rgba(20, 15, 13, 0.985);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.header-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	width: min(calc(100% - 40px), var(--tt-shell));
	min-height: var(--tt-header-height);
	margin-inline: auto;
}

.brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	text-decoration: none;
}

.brand-logo {
	display: block;
	width: clamp(165px, 18vw, 225px);
	max-height: 66px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.site-navigation {
	margin-left: auto;
}

.site-navigation ul {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation li {
	position: relative;
}

.site-navigation a,
.site-navigation .nav-header,
.site-navigation .separator {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 9px 12px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.81rem;
	font-weight: 400;
	letter-spacing: 0.055em;
	line-height: 1.15;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 160ms ease, background 160ms ease;
}

.site-navigation a:hover,
.site-navigation a:focus-visible,
.site-navigation .current > a,
.site-navigation .active > a {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.site-navigation a[href*="gigstix"],
.site-navigation .menu-ticket > a {
	margin-left: 5px;
	padding-inline: 17px;
	background: var(--tt-primary);
	color: #fff;
}

.site-navigation a[href*="gigstix"]:hover,
.site-navigation .menu-ticket > a:hover {
	background: var(--tt-accent);
	color: #20140c;
}

.site-navigation li ul {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	display: none;
	min-width: 220px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	background: #211a17;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
}

.site-navigation li:hover > ul,
.site-navigation li:focus-within > ul {
	display: block;
}

.site-navigation li ul a {
	border-radius: 7px;
	white-space: nowrap;
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.nav-toggle-label {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nav-toggle-icon {
	display: grid;
	gap: 4px;
	width: 20px;
}

.nav-toggle-icon span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Hero */

.home-hero,
.page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #271713;
	color: #fff;
}

.home-hero-backdrop,
.page-hero-backdrop {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: url("../images/fortress-hero.jpg");
	background-position: center 44%;
	background-size: cover;
}

.home-hero::after,
.page-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.home-hero::after {
	background:
		linear-gradient(90deg, rgba(23, 12, 9, 0.94) 0%, rgba(38, 16, 12, 0.79) 45%, rgba(18, 12, 10, 0.52) 100%),
		linear-gradient(0deg, rgba(19, 12, 9, 0.78) 0%, transparent 48%);
}

.page-hero::after {
	background: linear-gradient(90deg, rgba(25, 12, 9, 0.93), rgba(72, 21, 14, 0.69));
}

.home-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.7fr);
	align-items: end;
	gap: 54px;
	min-height: clamp(480px, 63vw, 720px);
	padding-block: clamp(78px, 10vw, 145px) clamp(80px, 9vw, 120px);
}

.home-hero-copy {
	max-width: 810px;
}

.eyebrow {
	margin: 0 0 18px;
	color: var(--tt-accent);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-hero h1,
.season-quote h1,
.season-quote h2,
.season-quote h3 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-family: var(--tt-font-display);
	font-size: clamp(2.1rem, 4.9vw, 4.9rem);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 0.94;
	text-wrap: balance;
}

.home-hero h1,
.season-quote h1,
.season-quote h2,
.season-quote h3 {
	font-family: "TT Bebas Neue", "Arial Narrow", Impact, sans-serif;
	font-weight: 400;
	letter-spacing: 0.012em;
}

.season-quote p {
	max-width: 680px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.season-quote a {
	color: #fff;
}

.hero-highlight {
	align-self: end;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.hero-highlight :first-child,
.hero-extra :first-child {
	margin-top: 0;
}

.hero-highlight :last-child,
.hero-extra :last-child {
	margin-bottom: 0;
}

.hero-highlight a,
.hero-extra a {
	color: #fff;
}

.hero-extra {
	grid-column: 1 / -1;
	padding-top: 10px;
}

.season-visual {
	position: relative;
	z-index: 2;
	margin-top: clamp(-65px, -5vw, -38px);
	padding-bottom: 40px;
}

.season-visual > * {
	overflow: visible;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.season-visual img {
	display: block;
	width: 100%;
}

.page-hero-inner {
	display: flex;
	min-height: 290px;
	flex-direction: column;
	justify-content: end;
	padding-block: 68px 56px;
}

.page-hero-title {
	max-width: 900px;
	margin: 0;
	font-family: var(--tt-font-display);
	font-size: clamp(1.785rem, 4.2vw, 3.85rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1;
	text-wrap: balance;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
	border-bottom: 1px solid var(--tt-line);
	background: rgba(255, 253, 249, 0.7);
}

.breadcrumbs-wrap ol,
.breadcrumbs-wrap ul,
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0;
	padding: 13px 0;
	list-style: none;
	font-size: 0.83rem;
}

.breadcrumbs-wrap li + li::before,
.breadcrumb-item + .breadcrumb-item::before {
	margin-right: 7px;
	color: var(--tt-muted);
	content: "/";
}

.breadcrumbs-wrap a {
	color: var(--tt-muted);
	text-decoration: none;
}

/* Program cards */

.program-section {
	padding-block: clamp(72px, 9vw, 120px);
	background: var(--tt-paper);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 38px;
}

.section-heading .eyebrow {
	margin-bottom: 10px;
	color: var(--tt-primary);
}

.section-heading h2 {
	margin: 0;
	font-family: var(--tt-font-display);
	font-size: clamp(1.89rem, 3.5vw, 3.36rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1;
}

.program-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.program-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--tt-line);
	border-radius: var(--tt-radius);
	background: var(--tt-surface);
	box-shadow: 0 8px 22px rgba(39, 21, 15, 0.14);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.program-card:hover {
	transform: translateY(-7px);
	border-color: rgba(143, 29, 19, 0.25);
	box-shadow: var(--tt-shadow);
}

.program-card > div,
.program-card .mod-custom,
.program-card .custom {
	height: 100%;
}

.program-card > .moduletable {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.program-card > .moduletable > h3 {
	margin: 0;
	padding: 15px 22px;
	background: var(--tt-primary);
	color: #fff;
	font-family: var(--tt-font-sans);
	font-size: 1.312rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.program-card > .moduletable > .mod-custom,
.program-card > .moduletable > .custom {
	height: auto;
	flex: 1 1 auto;
}

.program-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 500ms ease;
}

.program-card:hover img {
	transform: scale(1.035);
}

.program-card h2,
.program-card h3,
.program-card h4,
.program-card h5 {
	margin: 24px 24px 10px;
	font-family: var(--tt-font-display);
	font-size: clamp(1.085rem, 1.4vw, 1.435rem);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.13;
	overflow-wrap: anywhere;
	text-align: left;
	white-space: normal;
}

.program-card p {
	margin: 10px 24px 22px;
	color: var(--tt-muted);
}

.program-card h2 a,
.program-card h3 a,
.program-card h4 a,
.program-card h5 a {
	color: inherit;
	text-decoration: none;
}

.program-card h5 span,
.program-card h5 strong {
	color: inherit !important;
}

.program-card .mod-custom > p:first-child,
.program-card .custom > p:first-child {
	margin: 0;
}

.program-card p a,
.program-card > a:last-child,
.program-card .readmore a {
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
	color: var(--tt-primary);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Ticket callout */

.ticket-section {
	padding: 0 0 clamp(72px, 9vw, 120px);
	background: var(--tt-paper);
}

.ticket-panel {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
	border-radius: calc(var(--tt-radius) + 6px);
	background: var(--tt-primary);
	color: #fff;
	box-shadow: var(--tt-shadow);
}

.ticket-panel::after {
	position: absolute;
	right: -70px;
	bottom: -130px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.035), 0 0 0 110px rgba(255, 255, 255, 0.025);
	content: "";
}

.ticket-panel > * {
	position: relative;
	z-index: 1;
}

.ticket-panel h2,
.ticket-panel h3 {
	max-width: 760px;
	margin: 0 0 15px;
	font-family: var(--tt-font-display);
	font-size: clamp(1.47rem, 2.8vw, 2.94rem);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.ticket-panel p {
	max-width: 760px;
}

.ticket-panel a {
	color: #fff;
}

.ticket-panel a[class*="btn"],
.ticket-panel p > a:last-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 12px;
	padding: 11px 20px;
	border-radius: 999px;
	background: #fff;
	color: var(--tt-primary);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

/* Component and general Joomla content */

.main-content {
	background: var(--tt-surface);
}

.is-home .main-content {
	border-top: 1px solid var(--tt-line);
}

.home-news-heading {
	justify-content: flex-end;
	margin-bottom: 0;
	padding-top: clamp(64px, 8vw, 108px);
}

.is-home .content-layout {
	padding-top: 34px;
}

.content-layout {
	padding-block: clamp(64px, 8vw, 108px);
}

.content-layout.with-sidebar {
	display: grid;
	grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(36px, 6vw, 80px);
}

.component-area {
	min-width: 0;
}

.component-area > :first-child,
.com-content-article > :first-child,
.blog > :first-child {
	margin-top: 0;
}

.component-area h1,
.page-header h1,
.com-content-article h1,
.blog > h1 {
	margin: 0 0 0.65em;
	font-family: var(--tt-font-display);
	font-size: clamp(1.715rem, 3.5vw, 3.36rem);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.02;
	text-wrap: balance;
}

.component-area h2,
.component-area h3,
.component-area h4 {
	font-family: var(--tt-font-display);
	line-height: 1.2;
}

.component-area h2 {
	margin: 1.25em 0 0.5em;
	font-size: clamp(1.33rem, 2.24vw, 2.1rem);
	font-weight: 550;
	letter-spacing: -0.03em;
}

.component-area h3 {
	font-size: clamp(1.015rem, 1.54vw, 1.47rem);
}

.component-area p,
.component-area ul,
.component-area ol {
	width: 100%;
	max-width: none;
}

.component-area p {
	margin-block: 0 1.35em;
}

.component-area blockquote {
	margin: 2.2em 0;
	padding: 6px 0 6px 28px;
	border-left: 4px solid var(--tt-accent);
	color: #463b35;
	font-family: var(--tt-font-display);
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-style: italic;
	line-height: 1.45;
}

.component-area hr {
	margin-block: 42px;
	border: 0;
	border-top: 1px solid var(--tt-line);
}

.item-image,
.com-content-article__body > p:has(> img:only-child) {
	overflow: hidden;
	border-radius: var(--tt-radius);
}

.item-image img,
.com-content-article__body img {
	border-radius: 12px;
}

.article-info,
.article-info dd,
.createdby,
.published {
	color: var(--tt-muted);
	font-size: 0.86rem;
}

.article-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 24px;
	padding: 0;
}

.article-info dd {
	margin: 0;
}

.article-info .article-info-term,
.article-info .published .icon-calendar {
	display: none;
}

.article-info .published,
.article-info .published time {
	color: var(--tt-primary);
	font-weight: 600;
}

.blog-items,
.items-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 30px;
}

.blog-item,
.items-row > div,
.item {
	min-width: 0;
}

.blog-item {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--tt-line);
}

.blog-item .item-image {
	margin-bottom: 22px;
}

.blog-item .item-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.blog-item h2,
.blog-item .item-title {
	margin-top: 0;
	font-size: clamp(1.19rem, 1.96vw, 1.82rem);
}

.blog-item h2 a,
.item-title a {
	color: inherit;
	text-decoration: none;
}

.readmore a,
.btn,
.button,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 20px;
	border: 1px solid var(--tt-primary);
	border-radius: 999px;
	background: var(--tt-primary);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.readmore a:hover,
.btn:hover,
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	transform: translateY(-2px);
	border-color: var(--tt-primary-dark);
	background: var(--tt-primary-dark);
	color: #fff;
}

.btn-secondary,
.btn-outline-primary {
	background: transparent;
	color: var(--tt-primary);
}

.pagination,
.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

.pagination a,
.pagination span {
	display: grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	padding-inline: 11px;
	border: 1px solid var(--tt-line);
	border-radius: 8px;
	background: #fff;
	color: var(--tt-ink);
	text-decoration: none;
}

.pagination .active span,
.pagination a:hover {
	border-color: var(--tt-primary);
	background: var(--tt-primary);
	color: #fff;
}

table {
	width: 100%;
	margin-block: 30px;
	border-collapse: collapse;
	background: #fff;
}

th,
td {
	padding: 13px 15px;
	border: 1px solid var(--tt-line);
	text-align: left;
}

th {
	background: #eee6dc;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Forms */

.control-group,
.mb-3 {
	margin-bottom: 20px;
}

label {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 0.9rem;
	font-weight: 750;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea,
.form-control,
.form-select {
	width: 100%;
	max-width: 760px;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #cfc5bb;
	border-radius: 9px;
	background: #fff;
	color: var(--tt-ink);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea,
textarea.form-control {
	min-height: 190px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
.form-select:focus {
	border-color: var(--tt-primary);
	box-shadow: 0 0 0 4px rgba(143, 29, 19, 0.11);
	outline: 0;
}

.form-text,
.form-text text-muted,
.form-control-feedback {
	color: var(--tt-muted);
	font-size: 0.84rem;
}

.alert {
	margin-bottom: 25px;
	padding: 15px 18px;
	border: 1px solid #d7c999;
	border-radius: 10px;
	background: #fff7d9;
}

.alert-success {
	border-color: #9dc9a9;
	background: #eaf7ed;
}

.alert-danger,
.alert-error {
	border-color: #dfa59f;
	background: #fff0ee;
}

/* Sidebar */

.sidebar {
	position: sticky;
	top: calc(var(--tt-header-height) + 28px);
}

.sidebar .moduletable,
.sidebar .card {
	margin-bottom: 22px;
	padding: 23px;
	border: 1px solid var(--tt-line);
	border-radius: 13px;
	background: var(--tt-paper);
}

.sidebar h2,
.sidebar h3,
.sidebar .card-header {
	margin: 0 0 15px;
	font-family: var(--tt-font-display);
	font-size: 1.085rem;
	line-height: 1.15;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li + li {
	border-top: 1px solid var(--tt-line);
}

.sidebar li a {
	display: block;
	padding: 9px 0;
	color: var(--tt-ink);
	text-decoration: none;
}

.sidebar li.active > a,
.sidebar li a:hover {
	color: var(--tt-primary);
}

/* Footer */

.site-footer {
	position: relative;
	background: #181311;
	color: rgba(255, 255, 255, 0.7);
}

.footer-accent {
	height: 5px;
	background: linear-gradient(90deg, var(--tt-primary) 0 72%, var(--tt-accent) 72% 100%);
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.6fr);
	gap: clamp(44px, 8vw, 110px);
	padding-block: 64px 52px;
}

.footer-brand img {
	width: min(220px, 100%);
	filter: brightness(0) invert(1);
}

.footer-brand p {
	max-width: 260px;
	margin: 18px 0 0;
	font-size: 0.88rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.footer-column h2,
.footer-column h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column li + li {
	margin-top: 8px;
}

.footer-column a,
.footer-bottom a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.footer-column a:hover,
.footer-bottom a:hover {
	color: #fff;
}

.footer-column p {
	margin-top: 0;
}

.footer-bottom {
	padding-block: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.78rem;
}

.footer-bottom p {
	margin: 0;
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: grid;
	width: 46px;
	height: 46px;
	transform: translateY(18px);
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--tt-primary);
	box-shadow: 0 10px 30px rgba(32, 16, 11, 0.3);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.back-to-top.is-visible {
	transform: none;
	opacity: 1;
	pointer-events: auto;
}

.back-to-top:hover {
	background: var(--tt-primary-dark);
}

/* Utility Joomla output */

.visually-hidden,
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.clearfix::after {
	display: table;
	clear: both;
	content: "";
}

.float-start,
.pull-left {
	float: left;
	margin: 0 25px 15px 0;
}

.float-end,
.pull-right {
	float: right;
	margin: 0 0 15px 25px;
}

.icons,
.article-tools {
	list-style: none;
}

.dropdown-menu {
	padding: 8px;
	border: 1px solid var(--tt-line);
	border-radius: 9px;
	background: #fff;
	box-shadow: var(--tt-shadow);
}

.component-only,
.offline-page,
.error-page {
	min-height: 100vh;
}

.component-only-main {
	padding: 30px;
}

.offline-page,
.error-page {
	display: grid;
	place-items: center;
	padding: 30px;
	background:
		linear-gradient(rgba(28, 13, 10, 0.84), rgba(28, 13, 10, 0.94)),
		url("../images/fortress-hero.jpg") center / cover;
}

.offline-panel,
.error-panel {
	width: min(100%, 620px);
	padding: clamp(30px, 7vw, 64px);
	border-radius: 20px;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
	text-align: center;
}

.offline-panel > img,
.error-panel > img {
	width: min(245px, 70%);
	margin-bottom: 25px;
}

.offline-panel h1,
.error-panel h1 {
	font-family: var(--tt-font-display);
	font-size: clamp(1.4rem, 3.5vw, 2.52rem);
	line-height: 1.05;
}

.error-code {
	margin: 0;
	color: var(--tt-primary);
	font-family: var(--tt-font-display);
	font-size: clamp(5rem, 18vw, 10rem);
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 0.8;
}

/* Responsive */

@media (max-width: 1080px) {
	:root {
		--tt-header-height: 76px;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-navigation {
		position: fixed;
		top: var(--tt-header-height);
		right: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
		overflow-y: auto;
		margin: 0;
		padding: 24px 20px 40px;
		background: #181311;
		opacity: 0;
		transition: opacity 180ms ease, visibility 180ms ease;
	}

	.site-navigation.is-open {
		visibility: visible;
		opacity: 1;
	}

	.site-navigation ul {
		align-items: stretch;
		flex-direction: column;
		gap: 3px;
		width: min(100%, 680px);
		margin-inline: auto;
	}

	.site-navigation a,
	.site-navigation .nav-header,
	.site-navigation .separator {
		min-height: 52px;
		padding: 13px 15px;
		border-radius: 7px;
		font-size: 0.81rem;
	}

	.site-navigation a[href*="gigstix"],
	.site-navigation .menu-ticket > a {
		margin: 12px 0 0;
		justify-content: center;
	}

	.site-navigation li ul {
		position: static;
		display: block;
		width: 100%;
		padding: 0 0 5px 18px;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.home-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
		gap: 32px;
	}

	.program-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-main {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.page-shell,
	.header-shell {
		width: min(calc(100% - 28px), var(--tt-shell));
	}

	.home-hero-inner {
		grid-template-columns: 1fr;
		align-items: end;
		gap: 30px;
		min-height: 640px;
		padding-block: 70px 86px;
	}

	.home-hero::after {
		background: linear-gradient(0deg, rgba(20, 11, 9, 0.95) 0%, rgba(39, 15, 11, 0.65) 65%, rgba(18, 11, 9, 0.55) 100%);
	}

	.hero-highlight {
		max-width: 460px;
		padding: 0;
	}

	.page-hero-inner {
		min-height: 235px;
		padding-block: 52px 40px;
	}

	.program-grid,
	.blog-items,
	.items-row,
	.content-layout.with-sidebar {
		grid-template-columns: 1fr;
	}

	.content-layout.with-sidebar {
		gap: 42px;
	}

	.sidebar {
		position: static;
		order: 2;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.float-start,
	.float-end,
	.pull-left,
	.pull-right {
		float: none;
		margin: 0 0 20px;
	}
}

@media (max-width: 480px) {
	:root {
		--tt-header-height: 70px;
	}

	.brand-logo {
		width: 150px;
	}

	.nav-toggle-label {
		display: none;
	}

	.home-hero h1,
	.season-quote h1,
	.season-quote h2,
	.season-quote h3 {
		font-size: clamp(1.89rem, 9.8vw, 3.08rem);
	}

	.program-grid {
		gap: 18px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.back-to-top {
		right: 14px;
		bottom: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.back-to-top,
	.breadcrumbs-wrap,
	.nav-toggle {
		display: none !important;
	}

	body,
	.main-content {
		background: #fff;
		color: #000;
	}

	.page-shell {
		width: 100%;
	}

	a {
		color: #000;
	}
}
