@charset "UTF-8";

/* Лендинг ресторана «Панорама» */

.panorama {
	flex: 1 0 auto;
	background: #fff;
	color: #181818;
}

.panorama .pn-title,
.panorama h1,
.panorama h2,
.panorama h3 {
	font-weight: 600;
	color: #002b6c;
}

.pn-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.88);
}

.pn-crumbs a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pn-crumbs a:hover {
	color: #fff;
}

.pn-kicker {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.pn-title {
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 1.25;
}

.pn-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	background: #1ea0e6;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pn-btn:hover {
	background: #002b6c;
	color: #fff;
}

.pn-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 78vh;
	color: #fff;
	overflow: hidden;
}

.pn-hero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.pn-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 43, 108, 0.15) 0%, rgba(0, 43, 108, 0.72) 100%);
}

.pn-hero__content {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	padding-bottom: 56px;
	max-width: 920px;
}

.pn-hero h1 {
	margin: 0 0 16px;
	max-width: 16em;
	color: #fff;
	font-size: 48px;
	line-height: 1.15;
}

.pn-lead {
	margin: 0 0 28px;
	max-width: 38em;
	font-size: 18px;
	line-height: 1.55;
}

.pn-intro,
.pn-why,
.pn-prices,
.pn-menu,
.pn-gallery {
	padding: 72px 0;
}

.pn-intro {
	background: #fff;
}

.pn-intro__grid {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 48px;
	align-items: center;
}

.pn-intro__text p,
.pn-split__text p,
.pn-book__text p {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.6;
}

.pn-intro__text p:last-child,
.pn-split__text p:last-child,
.pn-book__text p:last-child {
	margin-bottom: 0;
}

.pn-intro__links {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.pn-intro__links li {
	margin: 0 0 12px;
}

.pn-intro__links li:last-child {
	margin-bottom: 0;
}

.pn-intro__links a {
	color: #002b6c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pn-intro__links a:hover {
	color: #1ea0e6;
}

.pn-intro__photo {
	margin: 0;
}

.pn-intro__photo img,
.pn-split__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pn-intro__photo img {
	min-height: 360px;
	max-height: 520px;
	object-position: center 35%;
}

.pn-place {
	padding: 0 0 72px;
	background: #fff;
}

.pn-place__panel {
	max-width: 860px;
	margin: 0 auto;
	padding: 36px 40px 32px;
	border-left: 4px solid #1ea0e6;
	background: #f4f8fb;
}

.pn-place__panel .pn-title {
	margin-bottom: 16px;
	font-size: 28px;
}

.pn-place p {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.65;
}

.pn-place .pn-place__accent {
	margin-bottom: 0;
	color: #002b6c;
	font-weight: 600;
}

.pn-why {
	background: #f4f8fb;
}

.pn-why__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pn-why__list li {
	grid-column: span 2;
	margin: 0;
	padding: 24px 24px 20px;
	background: #fff;
	border-top: 3px solid #1ea0e6;
}

.pn-why__list li:nth-child(4) {
	grid-column: 2 / span 2;
}

.pn-why__list li:nth-child(5) {
	grid-column: 4 / span 2;
}

.pn-why__list h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.3;
}

.pn-why__list p {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
}

.pn-split {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	min-height: 420px;
	background: #002b6c;
	color: #fff;
}

.pn-split__photo {
	min-height: 320px;
}

.pn-split__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px 56px;
}

.pn-split .pn-title,
.pn-book h2 {
	color: #fff;
}

.pn-prices__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pn-prices__list li {
	margin: 0;
	padding: 28px 20px;
	text-align: center;
	background: #f4f8fb;
}

.pn-prices__value {
	margin: 0 0 8px;
	color: #1ea0e6;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
}

.pn-prices__name,
.pn-prices__note {
	margin: 0;
}

.pn-prices__name {
	font-size: 18px;
	line-height: 1.3;
	color: #002b6c;
}

.pn-prices__note {
	margin-top: 4px;
	font-size: 14px;
	color: #5c6b7a;
}

.pn-menu__lead {
	margin: -4px 0 28px;
	max-width: 36em;
	font-size: 18px;
	line-height: 1.5;
}

.pn-menu__board {
	padding: 8px 40px 28px;
	background: #f4f8fb;
	border-top: 3px solid #1ea0e6;
}

.pn-menu__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 56px;
}

.pn-menu__group {
	padding-top: 28px;
}

.pn-menu__group h3 {
	margin: 0 0 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5e3ee;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pn-menu__group h3 span {
	display: inline-block;
	margin-left: 8px;
	color: #1ea0e6;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.pn-menu__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pn-menu__group li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 16px;
	align-items: baseline;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 43, 108, 0.08);
}

.pn-menu__name,
.pn-menu__detail,
.pn-menu__weight,
.pn-menu__extra,
.pn-menu__yield {
	margin: 0;
}

.pn-menu__name {
	font-size: 17px;
	line-height: 1.35;
	color: #181818;
}

.pn-menu__detail {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.4;
	color: #5c6b7a;
}

.pn-menu__weight {
	font-size: 15px;
	font-weight: 600;
	color: #002b6c;
	white-space: nowrap;
}

.pn-menu__extra,
.pn-menu__yield {
	text-align: center;
}

.pn-menu__extra {
	margin-top: 28px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #002b6c;
}

.pn-menu__yield {
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.5;
	color: #5c6b7a;
}

/* Пять равных рядов: каждая ячейка занята, нижний край ровный */
.pn-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 200px);
	grid-template-areas:
		"a a b c"
		"d e b f"
		"d g h f"
		"i i h j"
		"k k l m";
	gap: 12px;
}

.pn-gallery__grid .pn-shot:nth-child(1) { grid-area: a; }
.pn-gallery__grid .pn-shot:nth-child(2) { grid-area: b; }
.pn-gallery__grid .pn-shot:nth-child(3) { grid-area: c; }
.pn-gallery__grid .pn-shot:nth-child(4) { grid-area: d; }
.pn-gallery__grid .pn-shot:nth-child(5) { grid-area: e; }
.pn-gallery__grid .pn-shot:nth-child(6) { grid-area: f; }
.pn-gallery__grid .pn-shot:nth-child(7) { grid-area: g; }
.pn-gallery__grid .pn-shot:nth-child(8) { grid-area: i; }
.pn-gallery__grid .pn-shot:nth-child(9) { grid-area: h; }
.pn-gallery__grid .pn-shot:nth-child(10) { grid-area: k; }
.pn-gallery__grid .pn-shot:nth-child(11) { grid-area: j; }
.pn-gallery__grid .pn-shot:nth-child(12) { grid-area: l; }
.pn-gallery__grid .pn-shot:nth-child(13) { grid-area: m; }

.pn-shot {
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background: #e8eef3;
}

.pn-shot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.pn-shot:hover img {
	transform: scale(1.04);
}

.pn-book {
	background: #002b6c;
	color: #fff;
}

.pn-book__inner {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 40px;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 64px;
}

.pn-book h2 {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.25;
}

.pn-book__label {
	margin: 0 0 6px;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.8;
}

.pn-book__phone {
	display: inline-block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.pn-book__phone:hover {
	color: #1ea0e6;
}

.pn-book__hint {
	margin: 0 0 22px;
	font-size: 14px;
}

.pn-book__chats {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pn-book__chats li {
	margin: 0 0 8px;
}

.pn-book__chats a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pn-book__chats a:hover {
	color: #1ea0e6;
}

.pn-faq {
	padding: 72px 0;
	background: #fff;
}

.pn-faq__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
	align-items: start;
}

.pn-faq__item {
	border: 1px solid #d5e3ee;
	background: #f4f8fb;
}

.pn-faq__item[open] {
	background: #fff;
	border-color: #1ea0e6;
}

.pn-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	color: #002b6c;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.pn-faq__q::-webkit-details-marker {
	display: none;
}

.pn-faq__q::marker {
	content: '';
}

.pn-faq__q:hover {
	color: #1ea0e6;
}

.pn-faq__q::after {
	content: '';
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #1ea0e6;
	border-bottom: 2px solid #1ea0e6;
	transform: rotate(45deg);
}

.pn-faq__item[open] .pn-faq__q::after {
	transform: rotate(225deg);
	margin-top: 4px;
}

.pn-faq__a {
	padding: 0 18px 16px;
}

.pn-faq__a p {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
}

.pn-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 24px;
	background: rgba(0, 20, 48, 0.88);
}

.pn-lightbox[hidden] {
	display: none;
}

.pn-lightbox img {
	max-width: min(1100px, 100%);
	max-height: 86vh;
	object-fit: contain;
}

.pn-lightbox__close,
.pn-lightbox__nav {
	position: absolute;
	z-index: 2;
	border: 0;
	cursor: pointer;
}

.pn-lightbox__close {
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	background: transparent;
	color: #fff;
	font-size: 36px;
	line-height: 1;
}

.pn-lightbox__nav {
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border-radius: 50%;
	background: #fff;
}

.pn-lightbox__prev {
	left: 16px;
}

.pn-lightbox__next {
	right: 16px;
}

.pn-lightbox__nav::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #002b6c;
	border-bottom: 2px solid #002b6c;
}

.pn-lightbox__prev::after {
	transform: rotate(135deg) translate(-1px, -1px);
}

.pn-lightbox__next::after {
	transform: rotate(-45deg) translate(-1px, -1px);
}

.pn-lightbox__nav:hover {
	background: #1ea0e6;
}

.pn-lightbox__nav:hover::after {
	border-color: #fff;
}

body.pn-lightbox-open {
	overflow: hidden;
}

@media (max-width: 1100px) {
	.pn-hero h1,
	.pn-title,
	.pn-book h2 {
		font-size: 32px;
	}

	.pn-why__list,
	.pn-prices__list {
		grid-template-columns: 1fr 1fr;
	}

	.pn-why__list li,
	.pn-why__list li:nth-child(4),
	.pn-why__list li:nth-child(5) {
		grid-column: auto;
	}

	.pn-gallery__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
		grid-template-areas: none;
		grid-auto-rows: 200px;
	}

	.pn-gallery__grid .pn-shot:nth-child(n) {
		grid-area: auto;
		grid-row: auto;
		grid-column: auto;
	}

	.pn-gallery__grid .pn-shot:last-child {
		grid-column: 1 / -1;
	}

	.pn-intro__grid,
	.pn-split,
	.pn-book__inner {
		grid-template-columns: 1fr;
	}

	.pn-split__text {
		padding: 36px 24px 48px;
	}

	.pn-menu__cols {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media (max-width: 700px) {
	.pn-hero {
		min-height: 70vh;
	}

	.pn-hero h1 {
		font-size: 28px;
	}

	.pn-menu__cols {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pn-menu__board {
		padding: 0 20px 24px;
	}

	.pn-lead,
	.pn-intro__text p,
	.pn-intro__links a,
	.pn-place p,
	.pn-menu__lead,
	.pn-split__text p,
	.pn-book__text p {
		font-size: 16px;
	}

	.pn-place__panel {
		padding: 24px 20px;
	}

	.pn-intro,
	.pn-why,
	.pn-prices,
	.pn-menu,
	.pn-gallery,
	.pn-faq {
		padding: 48px 0;
	}

	.pn-why__list,
	.pn-prices__list,
	.pn-faq__list {
		grid-template-columns: 1fr;
	}

	.pn-gallery__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 220px;
	}

	.pn-gallery__grid .pn-shot:last-child {
		grid-column: auto;
	}

	.pn-book__phone,
	.pn-prices__value {
		font-size: 28px;
	}
}
