@font-face {
	font-family: "GTT Open Sans";
	src: url("../fonts/open-sans-400.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "GTT Open Sans";
	src: url("../fonts/open-sans-600.woff") format("woff");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "GTT Open Sans";
	src: url("../fonts/open-sans-700.woff") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--gtt-accent: #421212;
	--gtt-heading: #23170f;
	--gtt-text: #383838;
	--gtt-background: #fff;
	--gtt-surface: #f3f1e8;
	--gtt-header: #2a1b16;
	--gtt-footer: #2a1b16;
	--gtt-line: #d8d2cd;
	--gtt-content-width: 960px;
	--gtt-header-height: 60px;
	--gtt-radius: 0px;
	--gtt-font: "GTT Open Sans", Arial, sans-serif;
	--gtt-shadow: 0 20px 60px rgba(36, 23, 19, .12);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--gtt-header-height) + 18px);
}

body {
	margin: 0;
	background: var(--gtt-background);
	color: var(--gtt-text);
	font-family: var(--gtt-font);
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header.is-fixed { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
figure { max-width: 100%; }
a { color: var(--gtt-accent); text-underline-offset: .18em; transition: color .2s ease, opacity .2s ease; }
a:hover { color: color-mix(in srgb, var(--gtt-accent) 75%, #000); }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .7em;
	color: var(--gtt-heading);
	font-family: var(--gtt-font);
	font-weight: 600;
	line-height: 1.2;
	text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 4.8vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
p { margin: 0 0 1.25em; }

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--gtt-accent) 75%, #fff);
	outline-offset: 3px;
}

.gtt-container {
	width: min(calc(100% - 40px), var(--gtt-content-width));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	clip: auto;
	background: #fff;
	color: #111;
	font-weight: 700;
	white-space: normal;
}

/* Header and navigation */
.site-header {
	position: relative;
	z-index: 1000;
	width: 100%;
	height: var(--gtt-header-height);
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	background: var(--gtt-header) url("../img/bg-header.jpg") center top / auto repeat;
	color: #fff;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home .site-header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: none;
}

.gtt-venue--sticky-header .site-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--gtt-header) url("../img/bg-header.jpg") center top / auto repeat;
	box-shadow: 0 12px 36px rgba(28, 18, 15, .2);
	animation: gtt-header-in .22s ease-out both;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 40px), 1280px);
	max-width: 1280px;
	height: 100%;
	gap: 24px;
}

.site-branding { position: relative; z-index: 2; flex: 0 0 auto; }
.custom-logo-link, .site-branding__fallback { display: inline-flex; align-items: center; }
.custom-logo, .site-branding__fallback img { width: auto; max-width: 120px; max-height: calc(var(--gtt-header-height) - 18px); }

.primary-navigation { display: flex; align-items: center; gap: 18px; height: 100%; margin-left: auto; }
.primary-navigation .menu { display: flex; align-items: stretch; height: 100%; gap: 0; padding: 0; margin: 0; list-style: none; }
.primary-navigation .menu-item { position: relative; display: flex; align-items: stretch; margin: 0; }
.primary-navigation .menu-item > a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 3px 15px 0;
	color: #fff;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .045em;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
}
.primary-navigation .menu-item > a::after {
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 3px;
	background: currentColor;
	content: "";
	opacity: .72;
	transition: opacity .18s ease, transform .18s ease;
}
.primary-navigation .menu-item > a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a { color: #fff; }
.primary-navigation .menu-item > a:hover::after,
.primary-navigation .menu-item > a:focus-visible::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current-menu-ancestor > a::after { opacity: 1; transform: scaleX(1.06); }

.primary-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	padding: 8px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	background: var(--gtt-header);
	box-shadow: var(--gtt-shadow);
	transform: translateY(8px);
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.primary-navigation .menu-item:hover > .sub-menu,
.primary-navigation .menu-item:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-navigation .sub-menu a { display: block; padding: 10px 12px; color: #fff; text-decoration: none; }
.primary-navigation .sub-menu a:hover { background: rgba(255, 255, 255, .1); }
.navbar-right { color: #fff; }
.navbar-right .widget, .navbar-right p { margin: 0; }
.navbar-right a { color: #fff; }

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: max(4px, var(--gtt-radius));
	background: rgba(0, 0, 0, .15);
	cursor: pointer;
}
.menu-toggle > span[aria-hidden] { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span[aria-hidden]:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span[aria-hidden]:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span[aria-hidden]:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero preserves the existing widget/block content. */
.site-hero { position: relative; overflow: hidden; min-height: 260px; background: var(--gtt-header); }
.site-hero > .widget { margin: 0; }
.site-hero .wp-block-cover { min-height: clamp(460px, 70vh, 760px); }
.site-hero .wp-block-cover__background { background: linear-gradient(180deg, rgba(21, 11, 8, .44), rgba(21, 11, 8, .16) 55%, rgba(21, 11, 8, .36)); }
.site-hero .wp-block-cover__inner-container { width: min(calc(100% - 40px), var(--gtt-content-width)); margin-inline: auto; padding-top: var(--gtt-header-height); }
.site-hero h1 { margin-bottom: .15em; color: #fff; font-size: clamp(2.5rem, 7vw, 5.25rem); font-weight: 600; text-shadow: 0 3px 24px rgba(0, 0, 0, .35); }
.site-hero h2, .site-hero h3, .site-hero p { color: #fff; }
.site-hero p { font-size: clamp(1.1rem, 2.4vw, 1.55rem); }

/* Editable introduction between the hero and the menus. */
.venue-intro {
	position: relative;
	padding-block: clamp(66px, 9vw, 118px);
	overflow: hidden;
	background: var(--gtt-background);
}
.venue-intro__layout { display: grid; gap: clamp(34px, 6vw, 78px); }
.venue-intro__heading { max-width: 760px; }
.venue-intro__kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: var(--gtt-accent);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.venue-intro__kicker::before { width: 42px; height: 2px; background: currentColor; content: ""; }
.venue-intro__heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4.5vw, 3.8rem); letter-spacing: -.025em; }
.venue-intro__lead { max-width: 780px; margin-bottom: clamp(34px, 5vw, 58px); color: var(--gtt-heading); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.7; }
.venue-intro__features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.venue-intro__feature { position: relative; min-width: 0; padding: 24px 22px; border-top: 3px solid var(--gtt-accent); background: var(--gtt-surface); }
.venue-intro__number { display: block; margin-bottom: 24px; color: var(--gtt-accent); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.venue-intro__feature h3 { margin-bottom: 10px; font-size: 1.05rem; }
.venue-intro__feature p { margin: 0; font-size: .9rem; line-height: 1.55; }

/* Restaurant interior and summer garden. */
.venue-restaurant {
	padding-block: clamp(68px, 9vw, 120px);
	background: var(--gtt-background);
	scroll-margin-top: var(--gtt-header-height);
}
.venue-restaurant__copy {
	display: grid;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
	align-items: end;
	gap: clamp(34px, 7vw, 90px);
	margin-bottom: clamp(38px, 6vw, 68px);
}
.venue-restaurant__heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 4.5vw, 3.8rem); letter-spacing: -.025em; }
.venue-restaurant__kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: var(--gtt-accent);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.venue-restaurant__kicker::before { width: 42px; height: 2px; background: currentColor; content: ""; }
.venue-restaurant__lead { max-width: 680px; margin: 0; color: var(--gtt-heading); font-size: clamp(1.05rem, 1.8vw, 1.22rem); line-height: 1.75; }
.venue-restaurant__gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, .75fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 20px);
	min-height: clamp(460px, 52vw, 620px);
}
.venue-restaurant__photo { min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--gtt-line); }
.venue-restaurant__photo--primary { grid-row: 1 / -1; }
.venue-restaurant__photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.venue-restaurant__photo:hover img { transform: scale(1.025); }

/* Social hall and optional KeyBooking module. */
.venue-hall {
	padding-block: clamp(68px, 9vw, 120px);
	background: var(--gtt-surface);
	scroll-margin-top: var(--gtt-header-height);
}
.venue-hall__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
	align-items: stretch;
	width: min(calc(100% - 40px), 1280px);
	margin-inline: auto;
	overflow: hidden;
	border-radius: max(2px, var(--gtt-radius));
	background: var(--gtt-background);
}
.venue-hall__media { position: relative; align-self: stretch; width: 100%; min-height: 100%; overflow: hidden; background: var(--gtt-line); }
.venue-hall__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: scale(1.035); transform-origin: center center; }
.venue-hall__content { padding: clamp(38px, 6vw, 78px); }
.venue-hall__kicker, .venue-booking__brand { margin-bottom: 18px; color: var(--gtt-accent); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.venue-hall__content h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.25rem); }
.venue-hall__lead { margin-bottom: 30px; font-size: 1.04rem; line-height: 1.7; }
.venue-hall__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 0; margin: 0 0 34px; list-style: none; border-top: 1px solid var(--gtt-line); }
.venue-hall__facts li { position: relative; padding: 15px 12px 15px 22px; border-bottom: 1px solid var(--gtt-line); font-size: .88rem; font-weight: 600; }
.venue-hall__facts li::before { position: absolute; top: 22px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--gtt-accent); content: ""; }
.venue-booking { padding: clamp(36px, 5vw, 64px); margin-top: clamp(44px, 7vw, 82px); border: 1px solid var(--gtt-line); border-radius: max(4px, var(--gtt-radius)); background: var(--gtt-background); box-shadow: var(--gtt-shadow); scroll-margin-top: calc(var(--gtt-header-height) + 20px); }
.venue-booking__header { max-width: 760px; margin-bottom: 28px; }
.venue-booking__header h2 { margin-bottom: 12px; }
.venue-booking__header p:last-child { margin-bottom: 0; }
.venue-booking__frame { overflow: hidden; border: 1px solid var(--gtt-line); border-radius: max(3px, calc(var(--gtt-radius) / 2)); background: #fff; }
.venue-booking__frame iframe { display: block; width: 100%; min-height: 520px; border: 0; }
.venue-booking__demo { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 24px; }
.venue-booking__demo label { display: grid; gap: 7px; color: var(--gtt-heading); font-size: .8rem; font-weight: 700; }
.venue-booking__demo .gtt-button { align-self: end; }

.floating-panel { position: fixed; z-index: 900; top: 36%; right: 0; }
.floating-panel .right-panel, .floating-panel > .widget {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 48px;
	padding: 8px 15px;
	border-radius: var(--gtt-radius) var(--gtt-radius) 0 0;
	background: var(--gtt-surface);
	box-shadow: var(--gtt-shadow);
	transform: rotate(-90deg) translateY(72px);
	transform-origin: center;
}
.floating-panel h2, .floating-panel p { margin: 0; font-size: .9rem; }
.floating-panel a { color: var(--gtt-heading); font-weight: 700; text-decoration: none; text-transform: uppercase; }

/* Main content */
.site-main { min-height: 38vh; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; padding-block: clamp(56px, 8vw, 104px); }
.content-layout--sidebar { grid-template-columns: minmax(0, 1fr) minmax(230px, 28%); }
.content-primary { min-width: 0; }
.entry-header { margin-bottom: 32px; }
.entry-title { margin-bottom: .25em; }
.entry-thumbnail { margin-bottom: 34px; overflow: hidden; border-radius: var(--gtt-radius); }
.entry-content::after { display: table; clear: both; content: ""; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content ul, .entry-content ol { padding-left: 1.35em; }
.entry-content blockquote { padding: 0 0 0 24px; margin: 2rem 0; border-left: 4px solid var(--gtt-accent); color: var(--gtt-heading); font-size: 1.2rem; }

.homepage-content > :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, .wp-block-shortcode):not(.alignwide):not(.alignfull),
.homepage-content > .gtt-cenik {
	width: min(calc(100% - 40px), var(--gtt-content-width));
	margin-inline: auto;
}

.homepage-content section.wp-block-uagb-section,
.homepage-content .wp-block-uagb-container { scroll-margin-top: calc(var(--gtt-header-height) + 16px); }
.homepage-content section.wp-block-uagb-section.uagb-section__wrap { padding-block: clamp(40px, 6vw, 76px); }
.homepage-content .wp-block-cover.alignfull { margin-block: 0; }
.homepage-content .wp-block-cover[id] { scroll-margin-top: var(--gtt-header-height); }

/* GTT Venue has its own accessible mobile navigation. */
body.gtt-venue .rmp_menu_trigger,
body.gtt-venue .rmp-container { display: none !important; }

.wp-block-button__link, .gtt-button, button[type="submit"], input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 22px;
	border: 1px solid var(--gtt-accent);
	border-radius: max(4px, var(--gtt-radius));
	background: var(--gtt-accent);
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.wp-block-button__link:hover, .gtt-button:hover, button[type="submit"]:hover, input[type="submit"]:hover { color: #fff; box-shadow: 0 10px 28px color-mix(in srgb, var(--gtt-accent) 25%, transparent); transform: translateY(-2px); }

.sidebar { min-width: 0; padding-left: 30px; border-left: 1px solid var(--gtt-line); }
.sidebar .widget { margin-bottom: 34px; }
.sidebar .widget-title { font-size: 1.1rem; }
.sidebar ul { padding: 0; margin: 0; list-style: none; }

.post-list { display: grid; gap: 28px; }
.post-card { display: grid; grid-template-columns: minmax(180px, 34%) minmax(0, 1fr); overflow: hidden; border: 1px solid var(--gtt-line); border-radius: var(--gtt-radius); background: var(--gtt-background); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 28px; }
.post-card__title { font-size: 1.45rem; }
.post-card__title a { color: inherit; text-decoration: none; }
.entry-meta { color: color-mix(in srgb, var(--gtt-text) 65%, transparent); font-size: .85rem; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: inline-flex; min-width: 40px; min-height: 40px; align-items: center; justify-content: center; padding: 7px 11px; border: 1px solid var(--gtt-line); border-radius: max(3px, calc(var(--gtt-radius) / 2)); text-decoration: none; }
.page-numbers.current { background: var(--gtt-accent); color: #fff; border-color: var(--gtt-accent); }

/* GTT Ceník integration */
body .gtt-cenik {
	width: min(calc(100% - 40px), var(--gtt-content-width));
	margin-inline: auto;
	max-width: var(--gtt-content-width);
}
body .homepage-content > .wp-block-group.container {
	width: min(calc(100% - 40px), var(--gtt-content-width));
	max-width: var(--gtt-content-width);
	margin-inline: auto;
}
body .homepage-content > .wp-block-group.container > :where(.gtt-cenik, .gtt-cenik-allergens, .wp-block-quote) {
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
}
body .gtt-cenik__section { scroll-margin-top: calc(var(--gtt-header-height) + 20px); }
body .gtt-cenik__heading { font-family: var(--gtt-font); font-weight: 600; }
body .gtt-cenik__item { transition: background-color .18s ease; }
body .gtt-cenik__amount, body .gtt-cenik__price { justify-self: end; text-align: right; }
body .gtt-cenik__price { min-width: 82px; }

/* GTT Galerie and core gallery fallback */
body .gtt-gallery { width: min(100%, var(--gtt-content-width)); margin-inline: auto; }
body .gtt-gallery__item { border-radius: max(var(--gtt-gallery-radius), var(--gtt-radius)); background: var(--gtt-surface); }
body .gtt-gallery__media:focus-visible { outline-offset: -4px; }
.wp-block-gallery.has-nested-images { gap: clamp(10px, 2vw, 20px); }
.wp-block-gallery.has-nested-images figure.wp-block-image { overflow: hidden; border-radius: var(--gtt-radius); }
.wp-block-gallery.has-nested-images figure.wp-block-image img { transition: transform .35s ease; }
.wp-block-gallery.has-nested-images figure.wp-block-image:hover img { transform: scale(1.025); }

/* Footer */
.before-footer-widgets { overflow: hidden; }
.before-footer-widgets > .widget { margin: 0; }
.site-footer {
	padding: clamp(42px, 6vw, 72px) 0 22px;
	background: var(--gtt-footer) url("../img/bg-footer.jpg") center top / auto repeat;
	color: rgba(255, 255, 255, .85);
	font-size: .9rem;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer strong { color: #fff; }
.site-footer .widget-title { margin-bottom: 1rem; font-size: 1.15rem; }
.site-footer a { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 7vw, 90px); }
.site-footer__column--right { text-align: right; }
.site-footer .widget { margin-bottom: 28px; }
.site-footer .wp-block-columns { margin-bottom: 0; }
.site-footer .wp-block-image { margin-bottom: 16px; }
.site-footer .wp-block-image img { display: inline-block; }
.site-footer .wp-block-image figcaption { color: rgba(255, 255, 255, .72); font-size: .78rem; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer .widget_nav_menu ul, .footer-navigation ul { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.site-footer--has-navigation .site-footer__grid .widget_nav_menu { display: none; }
.site-footer__column--right .widget_nav_menu ul { justify-content: flex-end; }
.site-footer .widget_nav_menu a, .footer-navigation a { font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.footer-navigation { padding-top: 20px; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .14); }
.site-footer .social-icon, .navbar-right .social-icon { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0; font-size: 0; }
.site-footer .social-icon a, .navbar-right .social-icon a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.navbar-right .social-icon a { width: 42px; height: 42px; font-size: 22px; }
.site-footer .social-icon a:hover, .navbar-right .social-icon a:hover { border-color: #fff; background: rgba(255, 255, 255, .14); transform: translateY(-2px); }
.site-footer .social-icon a:focus-visible, .navbar-right .social-icon a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.site-footer .social-icon i, .navbar-right .social-icon i { font-size: 1em; line-height: 1; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .78rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__credit { text-align: right; }

/* Forms, comments and 404 */
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid var(--gtt-line);
	border-radius: max(3px, calc(var(--gtt-radius) / 2));
	background: var(--gtt-background);
	color: var(--gtt-text);
}
textarea { min-height: 140px; }
.search-form { display: flex; align-items: stretch; gap: 8px; }
.search-form label { flex: 1; }
.comments-area { padding-top: 50px; margin-top: 50px; border-top: 1px solid var(--gtt-line); }
.comment-list { padding-left: 1.4em; }
.error-404 { padding-block: clamp(70px, 11vw, 150px); text-align: center; }
.error-404__code { margin: 0; color: var(--gtt-accent); font-size: clamp(6rem, 22vw, 13rem); font-weight: 700; line-height: .9; opacity: .16; }

/* GTT Classic keeps the current restrained geometry. */
.gtt-venue--classic h1, .gtt-venue--classic h2, .gtt-venue--classic h3 { font-weight: 400; }
.gtt-venue--classic .site-hero .wp-block-cover { min-height: clamp(420px, 62vh, 650px); }
.gtt-venue--classic .site-hero h1 { font-size: clamp(2.5rem, 5vw, 3.6rem); font-weight: 400; }
.gtt-venue--classic .venue-intro { padding-block: clamp(52px, 7vw, 76px); }
.gtt-venue--classic .venue-intro__layout { gap: 30px; text-align: center; }
.gtt-venue--classic .venue-intro__heading, .gtt-venue--classic .venue-intro__lead { margin-inline: auto; }
.gtt-venue--classic .venue-intro__kicker { justify-content: center; }
.gtt-venue--classic .venue-intro__features { border-top: 1px solid var(--gtt-line); }
.gtt-venue--classic .venue-intro__feature { padding: 26px 18px 0; border-top: 0; background: transparent; }
.gtt-venue--classic .venue-intro__number { margin-bottom: 12px; }
.gtt-venue--classic .venue-restaurant__copy { grid-template-columns: 1fr; gap: 24px; text-align: center; }
.gtt-venue--classic .venue-restaurant__heading h2, .gtt-venue--classic .venue-restaurant__lead { margin-inline: auto; }
.gtt-venue--classic .venue-restaurant__kicker { justify-content: center; }
.gtt-venue--classic .venue-restaurant__gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 1fr; min-height: 0; }
.gtt-venue--classic .venue-restaurant__photo, .gtt-venue--classic .venue-restaurant__photo--primary { grid-row: auto; aspect-ratio: 4 / 3; }
.gtt-venue--classic .venue-hall { background: var(--gtt-background); }
.gtt-venue--classic .venue-hall__shell { width: min(calc(100% - 40px), var(--gtt-content-width)); border: 1px solid var(--gtt-line); border-radius: 0; }
.gtt-venue--classic .venue-hall__content { background: var(--gtt-surface); }
.gtt-venue--classic .homepage-content section.wp-block-uagb-section.uagb-section__wrap { padding-block: 30px; }
.gtt-venue--classic .site-footer { padding-top: 30px; }

/* GTT Modern adds air and a more editorial rhythm without moving content. */
.gtt-venue--modern {
	--gtt-accent: #8f211b;
	--gtt-heading: #241915;
	--gtt-text: #4b403b;
	--gtt-background: #fffdf9;
	--gtt-surface: #f3eee5;
	--gtt-header: #241713;
	--gtt-footer: #241713;
	--gtt-line: #ddd4cc;
	--gtt-content-width: 1080px;
	--gtt-header-height: 76px;
	--gtt-radius: 10px;
	--gtt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gtt-shadow: 0 24px 70px rgba(36, 23, 19, .14);
}
.gtt-venue--modern .site-header:not(.is-fixed) { backdrop-filter: blur(8px); background: linear-gradient(180deg, rgba(25, 14, 11, .62), rgba(25, 14, 11, .06)); }
.gtt-venue--modern .site-hero .wp-block-cover { min-height: clamp(560px, 78vh, 820px); }
.gtt-venue--modern .site-hero .wp-block-cover__inner-container { padding-block: calc(var(--gtt-header-height) + 40px) 50px; }
.gtt-venue--modern .venue-intro { background: linear-gradient(90deg, var(--gtt-surface) 0 35%, var(--gtt-background) 35% 100%); }
.gtt-venue--modern .venue-intro::after { position: absolute; top: -130px; right: -110px; width: 330px; height: 330px; border: 1px solid color-mix(in srgb, var(--gtt-accent) 16%, transparent); border-radius: 50%; content: ""; pointer-events: none; }
.gtt-venue--modern .venue-intro__layout { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: start; }
.gtt-venue--modern .venue-intro__heading { padding-top: 6px; }
.gtt-venue--modern .venue-intro__heading h2 { font-weight: 650; }
.gtt-venue--modern .venue-intro__feature { border-radius: var(--gtt-radius); background: var(--gtt-background); box-shadow: 0 14px 42px rgba(36, 23, 19, .08); }
.gtt-venue--modern .venue-restaurant__heading h2 { font-weight: 650; }
.gtt-venue--modern .venue-restaurant__photo { border-radius: var(--gtt-radius); box-shadow: 0 18px 52px rgba(36, 23, 19, .13); }
.gtt-venue--modern .venue-hall__shell { background: var(--gtt-header); box-shadow: 0 28px 80px rgba(36, 23, 19, .2); }
.gtt-venue--modern .venue-hall__content, .gtt-venue--modern .venue-hall__content h2 { color: #fff; }
.gtt-venue--modern .venue-hall__lead { color: rgba(255, 255, 255, .78); }
.gtt-venue--modern .venue-hall__kicker { color: color-mix(in srgb, var(--gtt-accent) 50%, #fff); }
.gtt-venue--modern .venue-hall__facts { border-color: rgba(255, 255, 255, .16); }
.gtt-venue--modern .venue-hall__facts li { border-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .9); }
.gtt-venue--modern .homepage-content section.wp-block-uagb-section.uagb-section__wrap { padding-block: clamp(64px, 8vw, 112px); }
.gtt-venue--modern .homepage-content .wp-block-cover:not(.site-hero .wp-block-cover) { min-height: clamp(300px, 42vw, 420px); }
.gtt-venue--modern .gtt-cenik__item { padding-block: 1.05rem; }
.gtt-venue--modern .gtt-cenik__item:hover { background: color-mix(in srgb, var(--gtt-surface) 46%, transparent); }
.gtt-venue--modern .gtt-gallery__item { box-shadow: 0 12px 32px rgba(36, 23, 19, .08); }

@keyframes gtt-header-in { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
	body.admin-bar .site-header.is-fixed { top: 32px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-navigation {
		position: fixed;
		top: var(--gtt-header-height);
		right: 0;
		left: 0;
		display: block;
		height: auto;
		max-height: calc(100vh - var(--gtt-header-height));
		padding: 14px 20px 24px;
		overflow: auto;
		visibility: hidden;
		opacity: 0;
		background: var(--gtt-header) url("../img/bg-header.jpg") center top / auto repeat;
		box-shadow: 0 22px 40px rgba(0, 0, 0, .24);
		transform: translateY(-12px);
		transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	}
	.admin-bar .primary-navigation { top: calc(var(--gtt-header-height) + 32px); }
	.primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
	.primary-navigation .menu { display: block; height: auto; }
	.primary-navigation .menu-item { display: block; }
	.primary-navigation .menu-item > a { min-height: 48px; padding: 11px 5px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
	.primary-navigation .menu-item > a::after { display: none; }
	.primary-navigation .sub-menu { position: static; min-width: 0; padding: 0 0 0 16px; visibility: visible; opacity: 1; background: transparent; box-shadow: none; transform: none; }
	.navbar-right { padding-top: 15px; }
}

@media (max-width: 960px) {
	.content-layout--sidebar { grid-template-columns: 1fr; }
	.sidebar { padding: 30px 0 0; border-top: 1px solid var(--gtt-line); border-left: 0; }
	.floating-panel { display: none; }
	.gtt-venue--modern .venue-intro { background: var(--gtt-surface); }
	.gtt-venue--modern .venue-intro__layout { grid-template-columns: 1fr; }
	.venue-restaurant__copy { grid-template-columns: 1fr; gap: 24px; }
	.venue-hall__shell { grid-template-columns: 1fr; max-width: 760px; }
	.venue-hall__media { align-self: auto; min-height: 0; aspect-ratio: 16 / 10; }
	.venue-hall__content { padding: clamp(34px, 7vw, 58px); }
}

@media (max-width: 782px) {
	body.admin-bar .site-header.is-fixed { top: 46px; }
	.admin-bar .primary-navigation { top: calc(var(--gtt-header-height) + 46px); }
}

@media (max-width: 700px) {
	.gtt-container { width: min(calc(100% - 28px), var(--gtt-content-width)); }
	body .homepage-content > .wp-block-group.container { width: min(calc(100% - 28px), var(--gtt-content-width)); }
	.site-hero .wp-block-cover__inner-container { width: min(calc(100% - 28px), var(--gtt-content-width)); }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__column--right { text-align: left; }
	.site-footer__column--right .widget_nav_menu ul { justify-content: flex-start; }
	.site-footer__bottom { flex-direction: column; }
	.site-footer__credit { text-align: left; }
	.post-card { grid-template-columns: 1fr; }
	.post-card__image { aspect-ratio: 16 / 9; }
	.post-card__body { padding: 22px; }
	.search-form { align-items: stretch; flex-direction: column; }
	.alignleft, .alignright { float: none; margin-inline: 0; }
	body .gtt-cenik__item { column-gap: .65rem; }
	body .gtt-cenik__price { min-width: 72px; }
	body .gtt-cenik { width: min(calc(100% - 28px), var(--gtt-content-width)); }
	.venue-intro__features { grid-template-columns: 1fr; }
	.gtt-venue--classic .venue-intro__features { gap: 0; }
	.gtt-venue--classic .venue-intro__feature { padding-bottom: 24px; border-bottom: 1px solid var(--gtt-line); }
	.venue-restaurant__gallery, .gtt-venue--classic .venue-restaurant__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; min-height: 0; }
	.venue-restaurant__photo--primary, .gtt-venue--classic .venue-restaurant__photo--primary { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 9; }
	.venue-restaurant__photo:not(.venue-restaurant__photo--primary), .gtt-venue--classic .venue-restaurant__photo:not(.venue-restaurant__photo--primary) { aspect-ratio: 1 / 1; }
	.venue-hall__shell { width: min(calc(100% - 28px), 1280px); }
	.venue-hall__facts { grid-template-columns: 1fr; }
	.venue-booking { width: min(calc(100% - 28px), var(--gtt-content-width)); padding: 28px 18px; }
	.venue-booking__demo { grid-template-columns: 1fr; padding: 16px; }
}

@media (max-width: 480px) {
	.custom-logo, .site-branding__fallback img { max-width: 96px; }
	.home .site-header, .site-header { background-color: var(--gtt-header); background-image: url("../img/bg-header.jpg"); }
	.site-hero .wp-block-cover { min-height: 480px; }
	.site-hero h1 { font-size: clamp(2.15rem, 12vw, 3.15rem); }
	.venue-restaurant__gallery, .gtt-venue--classic .venue-restaurant__gallery { grid-template-columns: 1fr; }
	.venue-restaurant__photo--primary, .gtt-venue--classic .venue-restaurant__photo--primary { grid-column: auto; }
	.venue-restaurant__photo, .venue-restaurant__photo:not(.venue-restaurant__photo--primary), .gtt-venue--classic .venue-restaurant__photo { aspect-ratio: 4 / 3; }
}

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

.gtt-venue--no-motion *, .gtt-venue--no-motion *::before, .gtt-venue--no-motion *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
