@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-RegularItalic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-Black.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "PP Air";
	src: url("fonts/PPAir-BlackItalic.woff2") format("woff2");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

:root {
	--q42-red: #c62533;
	--q42-dark: #1d1e1d;
	--q42-white: #ffffff;
	--q42-paper: #f7f4ef;
	--q42-header-h: 112px;
	--bs-primary: #c62533;
	--bs-dark: #1d1e1d;
	--bs-body-font-family: "PP Air", system-ui, sans-serif;
	--bs-body-color: #1d1e1d;
	--bs-link-color: #c62533;
	--bs-link-hover-color: #1d1e1d;
}

html,
body {
	font-family: "PP Air", system-ui, sans-serif;
	color: var(--q42-dark);
	background: var(--q42-white);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

#wrapper {
	overflow-x: hidden;
}

.q42-main {
	margin-top: 0;
	padding-top: 0;
}

.q42-main.container {
	padding-top: 3.5rem;
	padding-bottom: 4.5rem;
}

.q42-main--full {
	max-width: none;
	padding: 0;
	width: 100%;
}

/* Header */

.q42-header {
	background: var(--q42-red);
	position: sticky;
	top: 0;
	z-index: 100;
}

.q42-header__bar {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 1.1rem 17rem 0.4rem;
	position: relative;
}

.q42-header__logo {
	position: fixed;
	top: 1.35rem;
	left: 2.75rem;
	z-index: 1100;
	display: flex;
	align-items: center;
}

.q42-header__logo img {
	display: block;
	height: 28px;
	width: auto;
	max-width: 260px;
}

.q42-header__center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.q42-header__sit {
	position: fixed;
	top: 1.35rem;
	right: 2.75rem;
	z-index: 1100;
	display: flex;
	align-items: center;
}

.q42-sit-widget {
	margin: 0;
}

.q42-sit-link {
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--q42-dark);
	text-decoration: underline;
	text-underline-offset: 0.28em;
	text-decoration-thickness: 1.5px;
	line-height: 1;
	white-space: nowrap;
}

.q42-sit-link:hover {
	opacity: 0.65;
	color: var(--q42-dark);
}

.q42-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 2.25rem 2.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.q42-nav .nav-item {
	list-style: none;
	margin: 0;
}

.q42-nav .nav-link,
.q42-nav a {
	font-weight: 800;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--q42-dark) !important;
	padding: 0;
	line-height: 1;
}

.q42-nav .nav-link:hover,
.q42-nav a:hover,
.q42-nav .nav-link[aria-current="page"],
.q42-nav .current-menu-item > a {
	opacity: 0.65;
}

.q42-header__toggle {
	width: 42px;
	height: 32px;
	border: 0;
	background: transparent;
	padding: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1101;
}

.q42-header__toggle span {
	display: block;
	height: 3px;
	width: 100%;
	background: var(--q42-dark);
}

.q42-header__mobile {
	background: var(--q42-red);
	padding: 0 1.5rem 1.5rem;
}

.q42-nav--mobile {
	flex-direction: column;
	gap: 1.1rem;
	padding-top: 0.5rem;
}

body.admin-bar .q42-header {
	top: var(--wp-admin--admin-bar--height);
}

body.admin-bar .q42-header__logo,
body.admin-bar .q42-header__sit {
	top: calc(1.35rem + var(--wp-admin--admin-bar--height));
}

/* Hero slider */

.q42-hero {
	position: relative;
	background: var(--q42-dark);
}

.q42-hero .carousel,
.q42-hero .carousel-inner,
.q42-hero .carousel-item {
	height: min(86vh, 920px);
	min-height: 520px;
}

.q42-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.q42-hero__caption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.q42-hero__title {
	margin: 0;
	color: var(--q42-white);
	font-weight: 800;
	font-size: clamp(1.15rem, 1.7vw, 1.5rem);
	line-height: 1.28;
	letter-spacing: 0;
	text-transform: none;
	max-width: 52rem;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.q42-hero .carousel-indicators {
	margin-bottom: 1.4rem;
}

.q42-hero .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	opacity: 0.4;
}

.q42-hero .carousel-indicators .active {
	opacity: 1;
}

.q42-hero .carousel-control-prev,
.q42-hero .carousel-control-next {
	width: 8%;
	opacity: 0.7;
}

/* Intro */

.q42-intro {
	background: var(--q42-white);
	padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.q42-intro__text {
	max-width: 46rem;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.55;
	font-weight: 400;
}

.q42-intro__text p:last-child {
	margin-bottom: 0;
}

/* Events — match Figma: 30px/25px Black title+date, 22px/25px Medium body */

.q42-events {
	background: var(--q42-white);
	padding: 6.1rem 1.5rem 5.5rem;
}

.q42-events__inner {
	max-width: 974px;
	margin: 0 auto;
}

.q42-events__intro {
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	color: #1d1e1d;
	margin: 0 0 8.4rem;
	text-align: left;
}

.q42-events__intro p {
	margin: 0 0 25px;
}

.q42-events__intro p:last-child {
	margin-bottom: 0;
}

.q42-events__intro a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
	text-decoration-thickness: 7%;
}

.q42-events__list {
	display: flex;
	flex-direction: column;
	gap: 57px;
}

.q42-event {
	display: grid;
	grid-template-columns: 135px 1fr;
	column-gap: 0;
	align-items: start;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

.q42-event__date {
	width: 135px;
	font-weight: 800;
	font-size: 30px;
	line-height: 25px;
	color: #c62533;
	letter-spacing: 0;
}

.q42-event__body {
	min-width: 0;
}

.q42-event__title {
	font-weight: 800;
	font-size: 30px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: none;
	color: #1d1e1d;
	margin: 0 0 14px;
}

.q42-event__subtitle {
	font-weight: 800;
	font-size: 30px;
	line-height: 25px;
}

.q42-event__text {
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	color: #1d1e1d;
	max-width: 839px;
	margin: 0;
}

.q42-event__text p {
	margin: 0;
}

.q42-event__text p + p {
	margin-top: 0;
}

/* CTA */

.q42-cta {
	background: var(--q42-red);
	padding: 3.4rem 0 2.6rem;
	text-align: center;
	position: relative;
}

.q42-cta__listen {
	position: absolute;
	top: 1.1rem;
	right: 2.5rem;
	font-weight: 800;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 0.22em;
	color: var(--q42-dark);
}

.q42-cta__text {
	margin: 0;
	font-weight: 800;
	font-size: clamp(2.6rem, 9vw, 6.25rem);
	letter-spacing: 0.02em;
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--q42-dark);
}

.q42-cta__sub {
	margin: 0.85rem 0 0;
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.4;
	color: var(--q42-dark);
}

/* Menu boards */

.q42-board {
	padding: clamp(3.5rem, 8vw, 7rem) 0;
}

.q42-board--food {
	background: var(--q42-dark);
	color: var(--q42-white);
}

.q42-board--wines {
	background: var(--q42-red);
	color: var(--q42-dark);
}

.q42-board__row {
	display: grid;
	grid-template-columns: minmax(11rem, 18rem) 1fr;
	gap: 1.5rem 3.5rem;
	align-items: start;
}

.q42-board__row + .q42-board__row {
	margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.q42-board__cat {
	margin: 0;
	font-weight: 800;
	font-size: clamp(1.6rem, 2.6vw, 2.4rem);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.05;
}

.q42-board--food .q42-board__cat {
	color: var(--q42-red);
}

.q42-board--wines .q42-board__cat {
	color: var(--q42-dark);
}

.q42-dish + .q42-dish {
	margin-top: 1.6rem;
}

.q42-dish__top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1.5rem;
}

.q42-dish__name {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.q42-dish__price {
	font-weight: 800;
	white-space: nowrap;
	font-size: 1.05rem;
}

.q42-dish__desc {
	margin-top: 0.25rem;
	opacity: 0.88;
	font-size: 0.98rem;
	line-height: 1.45;
	max-width: 36rem;
}

.q42-dish__desc p {
	margin: 0;
}

.q42-board--food .q42-dish__name,
.q42-board--food .q42-dish__price,
.q42-board--food .q42-dish__desc {
	color: var(--q42-white);
}

/* Gallery */

.q42-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.q42-gallery__item {
	margin: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.q42-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Footer */

.q42-footer {
	background: var(--q42-dark);
	color: var(--q42-red);
	padding: clamp(3rem, 7vw, 5.5rem) 0 2.4rem;
	text-align: center;
}

.q42-footer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
}

.q42-footer__logo img {
	height: 36px;
	width: auto;
	display: block;
}

.q42-footer__meta {
	font-weight: 800;
	font-size: 1.15rem;
	line-height: 1.45;
	color: var(--q42-red);
}

.q42-footer__meta p {
	margin: 0;
}

.q42-footer a {
	color: var(--q42-red);
}

.q42-footer a:hover {
	opacity: 0.75;
}

.q42-footer__menu {
	display: flex;
	gap: 2.4rem;
	list-style: none;
	margin: 2.2rem 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 800;
	font-size: 0.95rem;
	justify-content: center;
}

.q42-footer__menu a {
	text-decoration: underline;
	text-underline-offset: 0.28em;
}

/* WPBakery */

.q42-home > .entry-title {
	display: none;
}

.q42-main--full .vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.q42-page {
	padding: 0 0 3rem;
}

.q42-page .entry-title {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin: 0 auto 1.5rem;
	padding: 4rem 1.5rem 0;
	max-width: 974px;
}

@media (max-width: 991.98px) {
	.q42-header__bar {
		min-height: 72px;
		padding: 0.85rem 1.25rem;
		justify-content: flex-end;
	}

	.q42-header__toggle {
		display: flex;
	}

	.q42-header__logo {
		top: 1.1rem;
		left: 1.1rem;
	}

	.q42-header__logo img {
		height: 20px;
	}

	.q42-header__sit {
		top: 1.15rem;
		right: 3.6rem;
	}

	.q42-sit-link {
		font-size: 0.75rem;
	}

	.q42-hero .carousel,
	.q42-hero .carousel-inner,
	.q42-hero .carousel-item {
		height: 70vh;
		min-height: 420px;
	}

	.q42-event {
		grid-template-columns: 1fr;
		row-gap: 8px;
	}

	.q42-event__date {
		width: auto;
	}

	.q42-events__intro {
		margin-bottom: 3rem;
	}

	.q42-events__list {
		gap: 2.5rem;
	}

	.q42-cta__listen {
		position: static;
		display: inline-block;
		margin-bottom: 0.75rem;
	}

	.q42-board__row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.q42-gallery__grid {
		grid-template-columns: 1fr;
	}

	.q42-gallery__item {
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 575.98px) {
	.q42-cta__text {
		letter-spacing: 0;
	}

	.q42-dish__top {
		flex-direction: column;
		gap: 0.15rem;
	}
}
