/*
Theme Name: To Potiraki
Theme URI: https://topotiraki.gr/
Author: The Social House
Description: Custom WordPress theme for To Potiraki.
Version: 2.2.0
Text Domain: potiraki-theme
*/

/* =========================================================
   VARIABLES
   ========================================================= */

:root {
	--black: #15110e;
	--charcoal: #25201c;
	--dark-brown: #3a2c23;
	--brown: #745338;
	--wood: #a77a52;
	--wood-light: #d5b08a;
	--beige: #e8dccd;
	--cream: #f7f2eb;
	--white: #ffffff;

	--text: #2c2723;
	--muted: #776f68;
	--border: rgba(44, 39, 35, 0.14);

	--shadow-small: 0 10px 30px rgba(21, 17, 14, 0.08);
	--shadow-medium: 0 22px 55px rgba(21, 17, 14, 0.18);

	--container-width: 1180px;

	--header-height-desktop: 112px;
	--header-height-mobile: 100px;
}

/* =========================================================
   RESET / GLOBAL
   ========================================================= */

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 190px;
}

body {
	margin: 0;
	overflow-x: hidden;

	background: var(--cream);
	color: var(--text);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.65;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

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

button {
	color: inherit;
}

address {
	font-style: normal;
}

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

.section-padding {
	padding: 105px 0;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto 50px;

	text-align: center;
}

.section-eyebrow {
	margin: 0 0 12px;

	color: var(--wood);

	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.section-heading h2,
.home-about-copy h2,
.home-location-copy h2,
.home-booking h2 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.3rem, 4.4vw, 4rem);
	line-height: 1.06;
	letter-spacing: -0.025em;
}

.section-heading > p:last-child {
	max-width: 620px;
	margin: 18px auto 0;

	color: var(--muted);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 50px;
	padding: 0 25px;

	border: 1px solid transparent;
	border-radius: 3px;

	font-size: 0.86rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;

	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.button-primary {
	background: var(--wood-light);
	color: var(--black);
}

.button-primary:hover {
	background: var(--beige);

	transform: translateY(-2px);
}

.button-outline {
	border-color: rgba(255, 255, 255, 0.72);

	background: rgba(255, 255, 255, 0.04);
	color: var(--white);
}

.button-outline:hover {
	background: rgba(255, 255, 255, 0.14);

	transform: translateY(-2px);
}

.button-dark {
	background: var(--dark-brown);
	color: var(--white);
}

.button-dark:hover {
	background: var(--brown);

	transform: translateY(-2px);
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1300;

	width: 100%;
	padding: 18px 0;

	background: transparent;
	color: var(--white);

	border-bottom: 1px solid transparent;
	box-shadow: none;

	transition:
		padding 0.3s ease,
		background-color 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.site-header.is-scrolled {
	padding: 10px 0;

	background: rgba(21, 17, 14, 0.97);

	border-bottom-color: rgba(255, 255, 255, 0.08);

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

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

.header-inner {
	display: flex;
	align-items: center;
	gap: 24px;

	min-height: 54px;
}

/* =========================================================
   LOGO
   ========================================================= */

.site-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;

	text-decoration: none;
}

.site-logo-image {
	display: block;

	width: 92px;
	height: auto;
}

/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.main-navigation {
	display: block;

	margin-left: auto;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 26px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.primary-menu li {
	margin: 0;
	padding: 0;
}

.primary-menu a {
	position: relative;

	display: block;

	padding: 10px 0;

	color: var(--white);

	font-size: 0.83rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu a::after {
	content: "";

	position: absolute;
	right: 100%;
	bottom: 2px;
	left: 0;

	height: 2px;

	background: var(--wood-light);

	transition: right 0.2s ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	right: 0;
}

/* =========================================================
   HEADER BOOKING BUTTON
   ========================================================= */

.header-booking-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;

	min-height: 44px;
	padding: 0 18px;

	border: 1px solid var(--wood-light);
	border-radius: 3px;

	background: var(--wood-light);
	color: var(--black);

	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;

	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}

.header-booking-button:hover {
	background: var(--beige);
	border-color: var(--beige);

	transform: translateY(-2px);
}

/* =========================================================
   MOBILE MENU
   ========================================================= */

.menu-toggle {
	position: relative;
	z-index: 1303;

	display: none;
	flex: 0 0 auto;

	width: 44px;
	height: 44px;

	margin-left: auto;
	padding: 0;

	border: 0;

	background: transparent;

	cursor: pointer;
}

.menu-toggle span {
	display: block;

	width: 27px;
	height: 2px;

	margin: 5px auto;

	background: var(--white);

	transform-origin: center;

	transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.menu-toggle.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1200;

	visibility: hidden;

	background: rgba(21, 17, 14, 0.68);

	opacity: 0;

	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
}

.mobile-menu-backdrop.is-visible {
	visibility: visible;
	opacity: 1;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

#main-content {
	padding-top: 0;
}

/* =========================================================
   HOME HERO
   ========================================================= */

.home-hero {
	position: relative;

	display: flex;
	align-items: center;

	min-height: 100vh;
	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			rgba(21, 17, 14, 0.92) 0%,
			rgba(21, 17, 14, 0.72) 42%,
			rgba(21, 17, 14, 0.26) 100%
		),
		url("assets/images/hero.webp") center / cover no-repeat;

	color: var(--white);
}

.home-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			to top,
			rgba(21, 17, 14, 0.58),
			rgba(21, 17, 14, 0.04) 58%
		);
}

.home-hero-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;

	min-height: 100vh;
	padding-top: 110px;
	padding-bottom: 90px;
}

.home-hero-content {
	max-width: 720px;
}

.home-hero-eyebrow {
	margin: 0 0 18px;

	color: var(--wood-light);

	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero h1 {
	max-width: 760px;
	margin: 0;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.2rem, 6.6vw, 6.5rem);
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.home-hero-description {
	max-width: 560px;
	margin: 24px 0 0;

	color: rgba(255, 255, 255, 0.9);

	font-size: 1.08rem;
	line-height: 1.7;
}

.home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;

	margin-top: 34px;
}

.home-hero-scroll {
	position: absolute;
	bottom: 28px;
	left: 50%;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 36px;
	height: 52px;

	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 20px;

	transform: translateX(-50%);
}

.home-hero-scroll span {
	width: 4px;
	height: 8px;

	border-radius: 4px;

	background: var(--white);

	animation: hero-scroll 1.8s infinite;
}

@keyframes hero-scroll {
	0% {
		opacity: 0;
		transform: translateY(-4px);
	}

	35% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateY(9px);
	}
}

/* =========================================================
   HOME INFO BAR
   ========================================================= */

.home-info-bar {
	position: relative;
	z-index: 10;

	margin-top: -48px;
}

.home-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	overflow: hidden;

	background: var(--charcoal);

	box-shadow: var(--shadow-medium);
}

.home-info-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	gap: 15px;

	min-height: 132px;
	padding: 28px 24px;

	border-right: 1px solid rgba(255, 255, 255, 0.1);

	color: var(--white);
}

.home-info-item:last-child {
	border-right: 0;
}

.home-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	color: var(--wood-light);
}

.home-info-icon svg {
	width: 31px;
	height: 31px;
}

.home-info-item h2 {
	margin: 0 0 7px;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	line-height: 1.25;
}

.home-info-item p {
	margin: 0;

	color: rgba(255, 255, 255, 0.66);

	font-size: 0.78rem;
	line-height: 1.55;
}

/* =========================================================
   HOME BENEFITS
   ========================================================= */

.home-benefits {
	padding-top: 145px;

	background: var(--cream);
}

.home-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-benefit {
	padding: 10px 34px;

	border-right: 1px solid var(--border);

	text-align: center;
}

.home-benefit:last-child {
	border-right: 0;
}

.home-benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 18px;

	color: var(--wood);
}

.home-benefit-icon svg {
	width: 43px;
	height: 43px;
}

.home-benefit h3 {
	margin: 0 0 9px;

	color: var(--dark-brown);

	font-size: 1rem;
}

.home-benefit p {
	margin: 0;

	color: var(--muted);

	font-size: 0.86rem;
	line-height: 1.6;
}

/* =========================================================
   HOME ABOUT
   ========================================================= */

.home-about {
	display: grid;
	grid-template-columns: 0.9fr 1.25fr;

	background: var(--white);
}

.home-about-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;

	padding: 90px max(44px, calc((100vw - var(--container-width)) / 2));
}

.home-about-copy {
	max-width: 510px;
}

.home-about-copy h2 {
	margin-bottom: 25px;
}

.home-about-copy > p:not(.section-eyebrow) {
	margin: 0 0 17px;

	color: #544c46;
}

.home-about-copy .button {
	margin-top: 12px;
}

.home-about-image {
	min-height: 590px;
	overflow: hidden;

	background: var(--beige);
}

.home-about-image img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

/* =========================================================
   HOME MENU CARDS
   ========================================================= */

.home-menu {
	background: var(--cream);
}

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

.home-menu-card {
	position: relative;

	min-height: 480px;
	overflow: hidden;

	background: var(--charcoal);

	box-shadow: var(--shadow-small);
}

.home-menu-card a {
	position: absolute;
	inset: 0;

	display: block;

	color: var(--white);

	text-decoration: none;
}

.home-menu-card img {
	width: 100%;
	height: 100%;

	object-fit: cover;

	transition: transform 0.5s ease;
}

.home-menu-card-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			to top,
			rgba(21, 17, 14, 0.96),
			rgba(21, 17, 14, 0.04) 68%
		);
}

.home-menu-card-content {
	position: absolute;
	right: 26px;
	bottom: 28px;
	left: 26px;
	z-index: 2;
}

.home-menu-card-content p {
	margin: 0 0 5px;

	color: var(--wood-light);

	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-menu-card-content h3 {
	margin: 0 0 12px;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7rem;
	line-height: 1.15;
}

.home-menu-card-content span {
	display: inline-block;

	padding-bottom: 3px;

	border-bottom: 1px solid var(--wood-light);

	color: var(--white);

	font-size: 0.78rem;
	font-weight: 800;
}

.home-menu-card:hover img {
	transform: scale(1.06);
}

.home-menu-action {
	margin-top: 42px;

	text-align: center;
}

/* =========================================================
   HOME LOCATION
   ========================================================= */

.home-location {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;

	background: var(--charcoal);
	color: var(--white);
}

.home-location-image {
	min-height: 600px;
	overflow: hidden;

	background: var(--brown);
}

.home-location-image img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.home-location-content {
	display: flex;
	align-items: center;

	padding: 90px max(44px, calc((100vw - var(--container-width)) / 2));
}

.home-location-copy {
	max-width: 500px;
}

.home-location-copy .section-eyebrow {
	color: var(--wood-light);
}

.home-location-copy h2 {
	margin-bottom: 25px;

	color: var(--white);
}

.home-location-copy > p:not(.section-eyebrow) {
	margin: 0;

	color: rgba(255, 255, 255, 0.74);
}

.home-location-list {
	margin: 26px 0 31px;
	padding: 0;

	list-style: none;
}

.home-location-list li {
	position: relative;

	margin: 10px 0;
	padding-left: 26px;

	color: rgba(255, 255, 255, 0.9);
}

.home-location-list li::before {
	content: "✓";

	position: absolute;
	left: 0;

	color: var(--wood-light);

	font-weight: 800;
}

/* =========================================================
   HOME REVIEWS
   ========================================================= */

.home-reviews {
	background: var(--cream);
}

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

.home-review-card {
	padding: 36px 30px;

	background: var(--white);

	border: 1px solid var(--border);

	box-shadow: var(--shadow-small);

	text-align: center;
}

.home-review-stars {
	margin-bottom: 18px;

	color: var(--wood);

	letter-spacing: 0.12em;
}

.home-review-card blockquote {
	margin: 0;

	color: var(--text);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.02rem;
	line-height: 1.7;
}

.home-review-card > p {
	margin: 20px 0 0;

	color: var(--muted);

	font-size: 0.77rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* =========================================================
   HOME GALLERY
   ========================================================= */

.home-gallery {
	background: var(--white);
}

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

.home-gallery-grid img {
	width: 100%;

	aspect-ratio: 4 / 3;

	background: var(--beige);

	object-fit: cover;
}

/* =========================================================
   HOME BOOKING CTA
   ========================================================= */

.home-booking {
	position: relative;

	overflow: hidden;

	padding: 82px 0;

	background:
		url("assets/images/reservation-bg.webp") center / cover no-repeat,
		var(--black);

	color: var(--white);
}

.home-booking-overlay {
	position: absolute;
	inset: 0;

	background: rgba(21, 17, 14, 0.9);
}

.home-booking-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.home-booking .section-eyebrow {
	color: var(--wood-light);
}

.home-booking h2 {
	max-width: 750px;

	color: var(--white);
}

.home-booking p:last-child {
	margin: 15px 0 0;

	color: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
	padding: 78px 0 24px;

	background: var(--black);
	color: rgba(255, 255, 255, 0.72);

	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.8fr 1fr 1fr;
	gap: 54px;
}

.footer-brand {
	max-width: 330px;
}

.footer-logo {
	display: inline-flex;
	align-items: center;

	text-decoration: none;
}

.footer-logo-image {
	display: block;

	width: 150px;
	height: auto;
}

.footer-description {
	margin: 22px 0 0;

	color: rgba(255, 255, 255, 0.62);

	font-size: 0.92rem;
	line-height: 1.7;
}

.footer-column h2 {
	margin: 0 0 22px;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
}

.footer-menu {
	margin: 0;
	padding: 0;

	list-style: none;
}

.footer-menu li {
	margin: 0 0 10px;
}

.footer-menu a {
	color: rgba(255, 255, 255, 0.66);

	font-size: 0.9rem;
	text-decoration: none;

	transition: color 0.2s ease;
}

.footer-menu a:hover {
	color: var(--wood-light);
}

.footer-contact {
	display: grid;
	gap: 17px;
}

.footer-contact p {
	margin: 0;

	color: rgba(255, 255, 255, 0.68);

	font-size: 0.9rem;
}

.footer-contact-label {
	display: block;

	margin-bottom: 3px;

	color: var(--wood-light);

	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-contact p > span:not(.footer-contact-label) {
	display: block;
}

.footer-contact a {
	color: var(--white);

	text-decoration: none;
}

.footer-contact a:hover {
	color: var(--wood-light);
}

.footer-hours {
	display: grid;
	gap: 16px;
}

.footer-hours p {
	margin: 0;
}

.footer-hours span {
	display: block;

	color: rgba(255, 255, 255, 0.54);

	font-size: 0.82rem;
}

.footer-hours strong {
	display: block;

	margin-top: 2px;

	color: var(--white);

	font-size: 0.9rem;
	font-weight: 700;
}

.footer-booking-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 44px;
	margin-top: 25px;
	padding: 0 18px;

	border: 1px solid var(--wood-light);
	border-radius: 3px;

	background: transparent;
	color: var(--wood-light);

	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.footer-booking-button:hover {
	background: var(--wood-light);
	color: var(--black);

	transform: translateY(-2px);
}

.footer-socials {
	display: flex;
	gap: 10px;

	margin-top: 24px;
}

.footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;

	color: var(--white);

	text-decoration: none;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.footer-socials a:hover {
	background: var(--wood-light);
	border-color: var(--wood-light);
	color: var(--black);

	transform: translateY(-2px);
}

.footer-socials svg {
	width: 18px;
	height: 18px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;

	margin-top: 62px;
	padding-top: 22px;

	border-top: 1px solid rgba(255, 255, 255, 0.1);

	text-align: center;
}

.footer-bottom p {
	margin: 0;

	color: rgba(255, 255, 255, 0.44);

	font-size: 0.78rem;
	line-height: 1.5;
}

.footer-credit {
	text-align: center;
}

.footer-credit a {
	color: var(--wood-light);

	font-weight: 700;
	text-decoration: none;

	transition: color 0.2s ease;
}

.footer-credit a:hover {
	color: var(--white);
}

/* =========================================================
   MENU PAGE BASE
   ========================================================= */

.menu-page {
	background:
		linear-gradient(
			rgba(247, 242, 235, 0.96),
			rgba(247, 242, 235, 0.96)
		),
		url("assets/images/menu-paper-texture.webp") center / 700px auto repeat;
}

/* =========================================================
   MENU HERO
   ========================================================= */

.menu-hero {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 460px;
	overflow: hidden;

	background:
		url("assets/images/menu-hero.webp") center 55% / cover no-repeat,
		var(--black);

	color: var(--white);

	text-align: center;
}

.menu-hero::after {
	content: "";

	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 3;

	height: 34px;

	background: var(--cream);

	clip-path: polygon(
		0 58%,
		5% 48%,
		10% 60%,
		16% 46%,
		22% 57%,
		28% 45%,
		34% 58%,
		40% 47%,
		46% 60%,
		52% 46%,
		58% 57%,
		64% 45%,
		70% 59%,
		76% 47%,
		82% 58%,
		88% 46%,
		94% 57%,
		100% 48%,
		100% 100%,
		0 100%
	);
}

.menu-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			rgba(21, 17, 14, 0.72),
			rgba(21, 17, 14, 0.82)
		);
}

.menu-hero-inner {
	position: relative;
	z-index: 2;

	padding-top: 130px;
	padding-bottom: 85px;
}

.menu-hero-eyebrow {
	margin: 0 0 8px;

	color: var(--wood-light);

	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.menu-hero h1 {
	margin: 0;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 9vw, 7.5rem);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.menu-hero p:last-child {
	margin: 18px 0 0;

	color: rgba(255, 255, 255, 0.82);

	font-size: 1rem;
}

.menu-hero-divider {
	display: flex;
	align-items: center;
	justify-content: center;

	margin: 16px auto 0;
}

.menu-hero-divider::before,
.menu-hero-divider::after {
	content: "";

	width: 70px;
	height: 1px;

	background: var(--wood-light);
}

.menu-hero-divider span {
	position: relative;

	display: block;

	width: 44px;
	height: 18px;
}

.menu-hero-divider span::before {
	content: "◆";

	position: absolute;
	inset: 0;

	color: var(--wood-light);

	font-size: 0.72rem;
	line-height: 18px;
	text-align: center;
}
.menu-breakfast-button-wrap {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.menu-breakfast-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 230px;
	padding: 15px 26px;

	background: #ffffff;
	color: #15110e;

	border: 2px solid #ffffff;
	border-radius: 999px;

	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);

	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.menu-breakfast-button:hover {
	transform: translateY(-2px);

	background: transparent;
	color: #ffffff;

	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.menu-breakfast-button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.45);
	outline-offset: 4px;
}

@media (max-width: 640px) {
	.menu-breakfast-button-wrap {
		margin-top: 24px;
	}

	.menu-breakfast-button {
		width: 100%;
		max-width: 280px;
		padding: 14px 20px;
	}
}

/* =========================================================
   MENU CATEGORY STICKY NAVIGATION
   ========================================================= */

.menu-category-nav {
	position: sticky;
	top: var(--header-height-desktop);
	z-index: 1250;

	width: 100%;

	background: rgba(247, 242, 235, 0.98);

	border-top: 1px solid rgba(116, 83, 56, 0.12);
	border-bottom: 1px solid rgba(116, 83, 56, 0.22);

	box-shadow: 0 8px 22px rgba(21, 17, 14, 0.1);

	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.admin-bar .menu-category-nav {
	top: calc(var(--header-height-desktop) + 32px);
}

.menu-category-nav-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	padding-top: 13px;
	padding-bottom: 13px;

	overflow-x: auto;

	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.menu-category-nav-inner::-webkit-scrollbar {
	display: none;
}

.menu-category-nav a {
	flex: 0 0 auto;

	padding: 7px 13px;

	border: 1px solid rgba(116, 83, 56, 0.22);
	border-radius: 40px;

	color: var(--dark-brown);

	font-size: 0.73rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;

	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease;
}

.menu-category-nav a:hover,
.menu-category-nav a:focus-visible {
	background: var(--dark-brown);
	border-color: var(--dark-brown);
	color: var(--white);
}

/* =========================================================
   MENU CONTENT
   ========================================================= */

.menu-content-section {
	padding: 90px 0 100px;
}

.menu-main-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	align-items: start;
}

.menu-category-card,
.menu-feature-card,
.menu-desserts-section {
	background: rgba(255, 252, 247, 0.78);

	border: 1px solid rgba(116, 83, 56, 0.22);

	box-shadow: 0 12px 35px rgba(21, 17, 14, 0.05);
}

.menu-category-card {
	padding: 32px 30px;

	scroll-margin-top: 190px;
}

.menu-category-heading {
	display: flex;
	align-items: center;
	gap: 12px;

	margin-bottom: 26px;
	padding-bottom: 15px;

	border-bottom: 1px solid rgba(116, 83, 56, 0.24);
}

.menu-category-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 30px;
	height: 30px;

	color: var(--wood);

	font-size: 1.1rem;
}

.menu-category-heading h2,
.menu-feature-card h2,
.menu-wide-heading h2 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.55rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.menu-items {
	display: grid;
	gap: 20px;
}

.menu-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 20px;
}

.menu-item-main h3,
.menu-item-main h4 {
	margin: 0;

	color: var(--text);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.menu-item-main h4 {
	font-size: 0.84rem;
}

.menu-item-main p {
	margin: 4px 0 0;

	color: var(--muted);

	font-size: 0.75rem;
	line-height: 1.5;
}

.menu-item-price {
	padding-top: 1px;

	color: var(--brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.92rem;
	white-space: nowrap;
}

/* =========================================================
   MENU BREAD / OIL CARDS
   ========================================================= */

.menu-bread-card,
.menu-oil-card {
	padding: 32px 30px;

	scroll-margin-top: 190px;
}

.menu-bread-card {
	max-width: 560px;
	margin: 0 auto 26px;
}

.menu-oil-card {
	max-width: 560px;
	margin: 26px auto 0;
}

.menu-bread-card .menu-category-heading,
.menu-oil-card .menu-category-heading {
	margin-bottom: 26px;
}

/* =========================================================
   MENU DRINKS
   ========================================================= */

.menu-drinks-section,
.menu-desserts-section {
	margin-top: 26px;
	padding: 38px 34px;

	scroll-margin-top: 190px;
}

.menu-drinks-section {
	background: rgba(255, 252, 247, 0.78);

	border: 1px solid rgba(116, 83, 56, 0.22);

	box-shadow: 0 12px 35px rgba(21, 17, 14, 0.05);
}

.menu-wide-heading {
	margin-bottom: 32px;

	text-align: center;
}

.menu-wide-heading .section-eyebrow {
	margin-bottom: 8px;
}

.menu-wide-heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

/*
 * Masonry-style layout.
 * Every drinks category keeps only the height it needs.
 */

.menu-drinks-grid {
	columns: 3;
	column-gap: 28px;
}

.menu-drink-card {
	display: inline-block;

	width: 100%;
	margin: 0 0 28px;
	padding: 25px;

	vertical-align: top;

	background: rgba(255, 252, 247, 0.42);

	border: 1px solid rgba(116, 83, 56, 0.18);

	box-shadow: none;

	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}

.menu-drink-card h3 {
	margin: 0 0 22px;
	padding-bottom: 12px;

	border-bottom: 1px solid rgba(116, 83, 56, 0.2);

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.menu-item-compact {
	gap: 12px;
}

.menu-item-compact + .menu-item-compact {
	padding-top: 12px;

	border-top: 1px dotted rgba(116, 83, 56, 0.2);
}

/* =========================================================
   MENU DESSERTS
   ========================================================= */

.menu-desserts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 42px;
}

.menu-note {
	margin: 28px 0 0;

	color: var(--muted);

	font-size: 0.78rem;
	text-align: center;
}

/* =========================================================
   MENU BOTTOM CTA
   ========================================================= */

.menu-bottom-cta {
	padding: 65px 0;

	background: var(--charcoal);
	color: var(--white);
}

.menu-bottom-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.menu-bottom-cta .section-eyebrow {
	color: var(--wood-light);
}

.menu-bottom-cta h2 {
	margin: 0;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
}

/* =========================================================
   MEDIUM SCREENS
   ========================================================= */

@media (max-width: 1000px) {
	.home-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-info-item:nth-child(2) {
		border-right: 0;
	}

	.home-info-item:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

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

	.home-benefit {
		padding: 30px;

		border-right: 0;
		border-bottom: 1px solid var(--border);
	}

	.footer-grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 46px;
	}

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

	.menu-drinks-grid {
		columns: 2;
	}
}

/* =========================================================
   TABLET / MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 900px) {
	.menu-toggle {
		display: block;
	}

	.header-booking-button {
		display: none;
	}

	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1302;

		display: block;

		width: min(84vw, 360px);
		height: 100vh;
		height: 100dvh;

		margin: 0;
		padding: 105px 28px 40px;

		overflow-y: auto;

		background: var(--black);

		box-shadow: -12px 0 32px rgba(0, 0, 0, 0.38);

		visibility: hidden;
		opacity: 0;

		transform: translateX(100%);

		transition:
			transform 0.3s ease,
			opacity 0.3s ease,
			visibility 0.3s ease;
	}

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

		transform: translateX(0);
	}

	.primary-menu {
		display: flex;
		align-items: stretch;
		flex-direction: column;
		gap: 0;

		width: 100%;
	}

	.primary-menu li {
		width: 100%;
	}

	.primary-menu a {
		display: block;

		width: 100%;
		padding: 17px 0;

		border-bottom: 1px solid rgba(255, 255, 255, 0.12);

		color: var(--white);

		font-size: 1rem;
	}

	.primary-menu a::after {
		display: none;
	}

	.home-hero {
		background-position: 62% center;
	}

	.home-about,
	.home-location {
		grid-template-columns: 1fr;
	}

	.home-about-content,
	.home-location-content {
		justify-content: flex-start;

		padding: 75px 40px;
	}

	.home-about-copy,
	.home-location-copy {
		max-width: 680px;
	}

	.home-about-image,
	.home-location-image {
		min-height: 450px;
	}

	.home-menu-grid {
		grid-template-columns: 1fr;
	}

	.home-menu-card {
		min-height: 500px;
	}

	.home-reviews-grid {
		grid-template-columns: 1fr;
	}

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

	.home-booking-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* =========================================================
   WORDPRESS ADMIN BAR
   ========================================================= */

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .main-navigation {
		padding-top: 145px;
	}

	.admin-bar .menu-category-nav {
		top: calc(var(--header-height-mobile) + 46px);
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
	html {
		scroll-padding-top: 175px;
	}

	.container {
		width: min(100% - 28px, var(--container-width));
	}

	.section-padding {
		padding: 75px 0;
	}

	.section-heading {
		margin-bottom: 38px;
	}

	.site-header,
	.site-header.is-scrolled {
		padding: 12px 0;
	}

	.header-inner {
		min-height: 48px;
	}

	.site-logo-image {
		width: 76px;
	}

	.footer-logo-image {
		width: 130px;
	}

	.main-navigation {
		width: min(88vw, 340px);
		padding: 95px 24px 36px;
	}

	.home-hero {
		min-height: 720px;

		background-position: 66% center;
	}

	.home-hero-inner {
		min-height: 720px;
		padding-top: 110px;
		padding-bottom: 90px;
	}

	.home-hero h1 {
		font-size: clamp(2.8rem, 12vw, 3.7rem);
	}

	.home-hero-description {
		font-size: 1rem;
	}

	.home-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.button {
		width: 100%;
	}

	.home-hero-scroll {
		bottom: 18px;
	}

	.home-info-bar {
		margin-top: 0;
	}

	.home-info-grid,
	.home-benefits-grid,
	.home-gallery-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.home-info-item {
		min-height: auto;

		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.home-info-item:last-child {
		border-bottom: 0;
	}

	.home-benefits {
		padding-top: 75px;
	}

	.home-about-content,
	.home-location-content {
		padding: 65px 24px;
	}

	.home-about-image,
	.home-location-image {
		min-height: 350px;
	}

	.home-menu-card {
		min-height: 400px;
	}

	.home-gallery-grid img {
		aspect-ratio: 16 / 11;
	}

	.home-booking {
		padding: 65px 0;
	}

	.site-footer {
		padding: 60px 0 22px;
	}

	.footer-grid {
		gap: 42px;
	}

	.footer-brand {
		max-width: none;
	}

	.footer-bottom {
		margin-top: 48px;
	}

	/* Menu page */

	.menu-hero {
		min-height: 390px;
	}

	.menu-hero-inner {
		padding-top: 120px;
		padding-bottom: 70px;
	}

	.menu-hero h1 {
		font-size: 4rem;
	}

	.menu-hero p:last-child {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;

		font-size: 0.9rem;
	}

	.menu-category-nav {
		top: var(--header-height-mobile);
	}

	.menu-category-nav-inner {
		justify-content: flex-start;

		padding-right: 14px;
		padding-left: 14px;
	}

	.menu-content-section {
		padding: 60px 0 70px;
	}

	.menu-category-card,
	.menu-feature-card,
	.menu-drinks-section,
	.menu-desserts-section {
		padding: 25px 20px;
	}

	.menu-category-card,
	.menu-drinks-section,
	.menu-desserts-section,
	.menu-bread-card,
	.menu-oil-card {
		scroll-margin-top: 175px;
	}

	.menu-bread-card,
	.menu-oil-card {
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}

	.menu-desserts-grid {
		grid-template-columns: 1fr;
	}

	.menu-drinks-grid {
		columns: 1;
	}

	.menu-drink-card {
		margin-bottom: 18px;
		padding: 22px 18px;
	}

	.menu-item {
		gap: 12px;
	}

	.menu-item-main h3 {
		font-size: 0.88rem;
	}

	.menu-item-main p {
		font-size: 0.73rem;
	}

	.menu-item-price {
		font-size: 0.86rem;
	}

	.menu-bottom-cta-inner {
		align-items: stretch;
		flex-direction: column;

		text-align: center;
	}
}



/* =========================================================
   ABOUT PLACE PAGE
   ========================================================= */

.about-place-page {
	background: var(--cream);
}

/* =========================================================
   ABOUT PLACE HERO
   ========================================================= */

.place-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 620px;
	overflow: hidden;

	background:
		url("assets/images/place-hero.webp") center / cover no-repeat,
		var(--black);

	color: var(--white);
}

.place-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(21, 17, 14, 0.94) 0%,
			rgba(21, 17, 14, 0.74) 42%,
			rgba(21, 17, 14, 0.22) 100%
		);
}

.place-hero-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;

	min-height: 620px;
	padding-top: 120px;
	padding-bottom: 90px;
}

.place-hero-content {
	max-width: 560px;
}

.place-hero .section-eyebrow {
	color: var(--wood-light);
}

.place-hero h1 {
	margin: 0;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.6rem, 7vw, 6.2rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.place-title-divider {
	display: flex;
	align-items: center;
	gap: 10px;

	width: 150px;
	margin: 24px 0;
}

.place-title-divider::before,
.place-title-divider::after {
	content: "";

	flex: 1;

	height: 1px;

	background: var(--wood-light);
}

.place-title-divider span {
	width: 8px;
	height: 8px;

	background: var(--wood-light);

	transform: rotate(45deg);
}

.place-hero-description {
	max-width: 470px;
	margin: 0;

	color: rgba(255, 255, 255, 0.88);

	font-size: 1.02rem;
	line-height: 1.75;
}

/* =========================================================
   STORY
   ========================================================= */

.place-story {
	background: var(--cream);
}

.place-split-layout {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	align-items: center;
	gap: 70px;
}

.place-copy h2,
.place-space-copy h2,
.place-location-copy h2,
.place-booking h2 {
	margin: 0 0 24px;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 4vw, 3.8rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.place-copy > p:not(.section-eyebrow),
.place-space-copy > p:not(.section-eyebrow),
.place-location-copy > p:not(.section-eyebrow) {
	margin: 0 0 18px;

	color: #5b524c;

	font-size: 0.98rem;
	line-height: 1.75;
}

.place-signature {
	display: flex;
	align-items: center;
	gap: 12px;

	margin-top: 28px;

	color: var(--brown);

	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1rem;
}

.place-signature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 34px;
	height: 34px;

	border: 1px solid rgba(116, 83, 56, 0.3);
	border-radius: 50%;
}

.place-image {
	overflow: hidden;
	background: var(--beige);
}

.place-image img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.place-story-image {
	min-height: 500px;
	box-shadow: var(--shadow-medium);
}

/* =========================================================
   VALUES
   ========================================================= */

.place-values {
	padding: 0 0 105px;

	background: var(--cream);
}

.place-values .container {
	padding: 46px 50px;

	background: rgba(255, 252, 247, 0.76);

	border: 1px solid rgba(116, 83, 56, 0.14);

	box-shadow: 0 16px 45px rgba(21, 17, 14, 0.06);
}

.place-values-heading {
	margin-bottom: 32px;

	text-align: center;
}

.place-values-heading .section-eyebrow {
	margin-bottom: 0;
}

.place-values-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.place-value {
	padding: 0 30px;

	border-right: 1px solid rgba(116, 83, 56, 0.18);

	text-align: center;
}

.place-value:last-child {
	border-right: 0;
}

.place-value-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 54px;
	height: 54px;
	margin-bottom: 16px;

	color: var(--brown);
}

.place-value-icon svg {
	width: 48px;
	height: 48px;
}

.place-value h2 {
	margin: 0 0 9px;

	color: var(--dark-brown);

	font-size: 1rem;
}

.place-value p {
	margin: 0;

	color: var(--muted);

	font-size: 0.82rem;
	line-height: 1.6;
}

/* =========================================================
   SPACE SECTION
   ========================================================= */

.place-space {
	display: grid;
	grid-template-columns: 1fr 1fr;

	background: var(--white);
}

.place-space-image {
	min-height: 560px;
}

.place-space-content {
	display: flex;
	align-items: center;

	padding: 85px max(44px, calc((100vw - var(--container-width)) / 2));
}

.place-space-copy {
	max-width: 520px;
}

/* =========================================================
   LOCATION SECTION
   ========================================================= */

.place-location {
	display: grid;
	grid-template-columns: 1fr 1fr;

	background: var(--cream);
}

.place-location-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;

	padding: 85px max(44px, calc((100vw - var(--container-width)) / 2));
}

.place-location-copy {
	max-width: 500px;
}

.place-location-image {
	min-height: 520px;
}

.place-address {
	display: flex;
	align-items: flex-start;
	gap: 14px;

	margin-top: 28px;

	color: var(--dark-brown);

	font-size: 0.92rem;
	line-height: 1.65;
}

.place-address-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;

	width: 28px;
	height: 28px;

	color: var(--wood);
}

.place-address-icon svg {
	width: 23px;
	height: 23px;
}

/* =========================================================
   GALLERY STRIP
   ========================================================= */

.place-gallery {
	padding: 72px 0 78px;

	background: var(--white);
}

.place-gallery-heading {
	margin-bottom: 30px;

	text-align: center;
}

.place-gallery-heading .section-eyebrow {
	margin-bottom: 0;
}

.place-gallery-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.place-gallery-item {
	margin: 0;
	overflow: hidden;

	background: var(--beige);
}

.place-gallery-item img {
	width: 100%;

	aspect-ratio: 1 / 1;

	object-fit: cover;

	transition: transform 0.45s ease;
}

.place-gallery-item:hover img {
	transform: scale(1.06);
}

/* =========================================================
   BOOKING CTA
   ========================================================= */

.place-booking {
	position: relative;
	overflow: hidden;

	padding: 85px 0;

	background:
		url("assets/images/place-booking.webp") center / cover no-repeat,
		var(--black);

	color: var(--white);

	text-align: center;
}

.place-booking-overlay {
	position: absolute;
	inset: 0;

	background: rgba(21, 17, 14, 0.86);
}

.place-booking-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	flex-direction: column;
}

.place-booking .section-eyebrow {
	color: var(--wood-light);
}

.place-booking h2 {
	margin-bottom: 28px;

	color: var(--white);
}

/* =========================================================
   ABOUT PLACE RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {
	.place-values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.place-value {
		padding: 28px;

		border-right: 0;
		border-bottom: 1px solid rgba(116, 83, 56, 0.18);
	}

	.place-value:nth-child(odd) {
		border-right: 1px solid rgba(116, 83, 56, 0.18);
	}

	.place-value:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.place-gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.place-split-layout,
	.place-space,
	.place-location {
		grid-template-columns: 1fr;
	}

	.place-split-layout {
		gap: 45px;
	}

	.place-space-image,
	.place-location-image {
		min-height: 440px;
	}

	.place-space-content,
	.place-location-content {
		justify-content: flex-start;

		padding: 70px 40px;
	}

	.place-space-copy,
	.place-location-copy {
		max-width: 680px;
	}

	.place-location-content {
		order: 2;
	}

	.place-location-image {
		order: 1;
	}
}

@media (max-width: 640px) {
	.place-hero {
		min-height: 600px;

		background-position: 62% center;
	}

	.place-hero-inner {
		min-height: 600px;
		padding-top: 120px;
		padding-bottom: 70px;
	}

	.place-hero h1 {
		font-size: clamp(3rem, 15vw, 4.4rem);
	}

	.place-hero-description {
		font-size: 0.95rem;
	}

	.place-split-layout {
		gap: 34px;
	}

	.place-story-image {
		min-height: 340px;
	}

	.place-values {
		padding-bottom: 75px;
	}

	.place-values .container {
		width: calc(100% - 28px);
		padding: 35px 20px;
	}

	.place-values-grid {
		grid-template-columns: 1fr;
	}

	.place-value,
	.place-value:nth-child(odd),
	.place-value:nth-last-child(-n + 2) {
		padding: 25px 0;

		border-right: 0;
		border-bottom: 1px solid rgba(116, 83, 56, 0.18);
	}

	.place-value:last-child {
		border-bottom: 0;
	}

	.place-space-image,
	.place-location-image {
		min-height: 340px;
	}

	.place-space-content,
	.place-location-content {
		padding: 60px 24px;
	}

	.place-gallery {
		padding: 60px 0;
	}

	.place-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.place-booking {
		padding: 70px 0;
	}

	.place-booking .button {
		width: 100%;
		max-width: 320px;
	}
}



/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-page {
	background: var(--cream);
}

/* =========================================================
   CONTACT HERO
   ========================================================= */

.contact-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	overflow: hidden;

	background:
		url("assets/images/contact-hero.webp") center / cover no-repeat,
		var(--black);

	color: var(--white);
}

.contact-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(21, 17, 14, 0.94) 0%,
			rgba(21, 17, 14, 0.74) 44%,
			rgba(21, 17, 14, 0.24) 100%
		);
}

.contact-hero-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;

	min-height: 560px;
	padding-top: 120px;
	padding-bottom: 85px;
}

.contact-hero-content {
	max-width: 590px;
}

.contact-hero .section-eyebrow {
	color: var(--wood-light);
}

.contact-hero h1 {
	margin: 0;

	color: var(--white);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.7rem, 7vw, 6.2rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.contact-title-divider {
	display: flex;
	align-items: center;
	gap: 10px;

	width: 150px;
	margin: 24px 0;
}

.contact-title-divider::before,
.contact-title-divider::after {
	content: "";

	flex: 1;

	height: 1px;

	background: var(--wood-light);
}

.contact-title-divider span {
	width: 8px;
	height: 8px;

	background: var(--wood-light);

	transform: rotate(45deg);
}

.contact-hero-description {
	max-width: 470px;
	margin: 0;

	color: rgba(255, 255, 255, 0.88);

	font-size: 1.02rem;
	line-height: 1.75;
}

/* =========================================================
   CONTACT INFO CARDS
   ========================================================= */

.contact-info-section {
	position: relative;
	z-index: 10;

	margin-top: -58px;
	padding-bottom: 30px;
}

.contact-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	background: var(--white);

	border: 1px solid rgba(116, 83, 56, 0.14);

	box-shadow: var(--shadow-medium);
}

.contact-info-card {
	display: flex;
	align-items: center;
	flex-direction: column;

	min-height: 255px;
	padding: 34px 26px;

	border-right: 1px solid rgba(116, 83, 56, 0.14);

	text-align: center;
}

.contact-info-card:last-child {
	border-right: 0;
}

.contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 54px;
	height: 54px;
	margin-bottom: 18px;

	color: var(--wood);
}

.contact-info-icon svg {
	width: 42px;
	height: 42px;
}

.contact-info-card h2 {
	margin: 0 0 10px;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.18rem;
}

.contact-info-card p {
	margin: 0 0 13px;

	color: var(--muted);

	font-size: 0.82rem;
	line-height: 1.6;
}

.contact-info-card p + p {
	margin-top: 3px;
}

.contact-info-card strong {
	color: var(--dark-brown);
}

.contact-info-card a {
	display: inline-block;

	margin-top: auto;

	color: var(--brown);

	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;

	border-bottom: 1px solid rgba(116, 83, 56, 0.35);

	transition:
		color 0.2s ease,
		border-color 0.2s ease;
}

.contact-info-card a:hover {
	color: var(--dark-brown);
	border-color: var(--dark-brown);
}

/* =========================================================
   CONTACT MAIN SECTION
   ========================================================= */

.contact-main-section {
	background: var(--cream);
}

.contact-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	align-items: start;
	gap: 60px;
}

.contact-form-column h2,
.contact-details-box h2,
.contact-map-panel h2,
.contact-booking h2 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 4vw, 3.5rem);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.contact-form-intro {
	max-width: 620px;
	margin: 18px 0 32px;

	color: var(--muted);

	font-size: 0.95rem;
	line-height: 1.7;
}

/* =========================================================
   CONTACT FORM
   ========================================================= */

.contact-form {
	display: grid;
	gap: 21px;
}

.contact-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.contact-field {
	display: grid;
	gap: 8px;
}

.contact-field label {
	color: var(--dark-brown);

	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.contact-field label span {
	color: #9b3f2f;
}

.contact-field input,
.contact-field textarea {
	width: 100%;
	padding: 14px 15px;

	border: 1px solid rgba(116, 83, 56, 0.26);
	border-radius: 0;

	outline: 0;

	background: rgba(255, 252, 247, 0.92);
	color: var(--text);

	font-size: 0.9rem;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.contact-field input {
	min-height: 50px;
}

.contact-field textarea {
	min-height: 180px;
	resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
	border-color: var(--wood);

	background: var(--white);

	box-shadow: 0 0 0 3px rgba(167, 122, 82, 0.11);
}

.contact-submit-button {
	width: fit-content;
	min-width: 205px;
	margin-top: 4px;

	cursor: pointer;
}

.contact-honeypot {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;

	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;

	white-space: nowrap !important;
}

/* =========================================================
   CONTACT FORM NOTICE
   ========================================================= */

.contact-form-notice {
	margin: 0 0 24px;
	padding: 14px 16px;

	border: 1px solid transparent;

	font-size: 0.86rem;
	line-height: 1.55;
}

.contact-form-notice-success {
	background: rgba(53, 112, 70, 0.08);
	border-color: rgba(53, 112, 70, 0.24);
	color: #2e6940;
}

.contact-form-notice-error {
	background: rgba(155, 63, 47, 0.08);
	border-color: rgba(155, 63, 47, 0.24);
	color: #8e382c;
}

/* =========================================================
   CONTACT DETAILS BOX
   ========================================================= */

.contact-details-column {
	position: sticky;
	top: 145px;
}

.admin-bar .contact-details-column {
	top: 177px;
}

.contact-details-box {
	padding: 38px 34px;

	background: var(--charcoal);
	color: var(--white);

	box-shadow: var(--shadow-medium);
}

.contact-details-box .section-eyebrow {
	color: var(--wood-light);
}

.contact-details-box h2 {
	margin-bottom: 20px;

	color: var(--white);

	font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.contact-details-box > p:not(.section-eyebrow) {
	margin: 0;

	color: rgba(255, 255, 255, 0.7);

	font-size: 0.9rem;
	line-height: 1.75;
}

.contact-direct-actions {
	display: grid;
	gap: 13px;

	margin-top: 28px;
}

.contact-direct-actions .button {
	width: 100%;
}

.contact-secondary-button {
	border: 1px solid rgba(255, 255, 255, 0.36);

	background: transparent;
	color: var(--white);
}

.contact-secondary-button:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);

	transform: translateY(-2px);
}

/* =========================================================
   CONTACT MAP SECTION
   ========================================================= */

.contact-map-section {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;

	min-height: 520px;

	background: var(--charcoal);
}

.contact-map {
	min-height: 520px;
}

.contact-map iframe {
	display: block;

	width: 100%;
	height: 100%;
	min-height: 520px;

	border: 0;

	filter: saturate(0.82) contrast(0.95);
}

.contact-map-panel {
	display: flex;
	align-items: center;

	padding: 70px max(40px, calc((100vw - var(--container-width)) / 2));

	background: var(--charcoal);
	color: var(--white);
}

.contact-map-panel-inner {
	max-width: 410px;
}

.contact-map-panel .section-eyebrow {
	color: var(--wood-light);
}

.contact-map-panel h2 {
	margin-bottom: 22px;

	color: var(--white);

	font-size: clamp(2rem, 3.4vw, 3rem);
}

.contact-map-panel p {
	margin: 0 0 20px;

	color: rgba(255, 255, 255, 0.7);

	font-size: 0.9rem;
	line-height: 1.75;
}

.contact-map-panel address {
	margin: 0 0 28px;

	color: rgba(255, 255, 255, 0.9);

	font-size: 0.9rem;
	line-height: 1.7;
}

/* =========================================================
   CONTACT BOOKING CTA
   ========================================================= */

.contact-booking {
	position: relative;
	overflow: hidden;

	padding: 90px 0;

	background:
		url("assets/images/contact-booking.webp") center / cover no-repeat,
		var(--black);

	color: var(--white);

	text-align: center;
}

.contact-booking-overlay {
	position: absolute;
	inset: 0;

	background: rgba(21, 17, 14, 0.87);
}

.contact-booking-inner {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: center;
	flex-direction: column;
}

.contact-booking .section-eyebrow {
	color: var(--wood-light);
}

.contact-booking h2 {
	color: var(--white);
}

.contact-booking p:not(.section-eyebrow) {
	margin: 16px 0 28px;

	color: rgba(255, 255, 255, 0.72);

	font-size: 0.94rem;
}

/* =========================================================
   CONTACT RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
	.contact-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact-info-card {
		border-bottom: 1px solid rgba(116, 83, 56, 0.14);
	}

	.contact-info-card:nth-child(2) {
		border-right: 0;
	}

	.contact-info-card:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.contact-main-grid {
		grid-template-columns: minmax(0, 1fr) 340px;
		gap: 40px;
	}
}

@media (max-width: 900px) {
	.contact-main-grid,
	.contact-map-section {
		grid-template-columns: 1fr;
	}

	.contact-details-column {
		position: static;
	}

	.contact-details-box {
		max-width: none;
	}

	.contact-map,
	.contact-map iframe {
		min-height: 430px;
	}

	.contact-map-panel {
		padding: 65px 40px;
	}

	.contact-map-panel-inner {
		max-width: 650px;
	}
}

@media (max-width: 640px) {
	.contact-hero {
		min-height: 560px;

		background-position: 62% center;
	}

	.contact-hero-inner {
		min-height: 560px;
		padding-top: 120px;
		padding-bottom: 70px;
	}

	.contact-hero h1 {
		font-size: clamp(3rem, 14vw, 4.4rem);
	}

	.contact-hero-description {
		font-size: 0.94rem;
	}

	.contact-info-section {
		margin-top: 0;
		padding: 0;
	}

	.contact-info-section .container {
		width: 100%;
	}

	.contact-info-grid {
		grid-template-columns: 1fr;

		border-right: 0;
		border-left: 0;
		box-shadow: none;
	}

	.contact-info-card,
	.contact-info-card:nth-child(2),
	.contact-info-card:nth-last-child(-n + 2) {
		min-height: auto;
		padding: 30px 22px;

		border-right: 0;
		border-bottom: 1px solid rgba(116, 83, 56, 0.14);
	}

	.contact-info-card:last-child {
		border-bottom: 0;
	}

	.contact-main-section {
		padding: 70px 0;
	}

	.contact-main-grid {
		gap: 36px;
	}

	.contact-form-row {
		grid-template-columns: 1fr;
		gap: 21px;
	}

	.contact-submit-button {
		width: 100%;
	}

	.contact-details-box {
		padding: 32px 24px;
	}

	.contact-map,
	.contact-map iframe {
		min-height: 360px;
	}

	.contact-map-panel {
		padding: 58px 24px;
	}

	.contact-map-panel .button {
		width: 100%;
	}

	.contact-booking {
		padding: 72px 0;
	}

	.contact-booking .button {
		width: 100%;
		max-width: 320px;
	}
}



/* =========================================================
   REVIEWS LANDING PAGE
   ========================================================= */

.reviews-page {
	min-height: 100vh;
	background: var(--cream);
}

/* =========================================================
   REVIEWS BACKGROUND
   ========================================================= */

.reviews-landing {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 100vh;
	overflow: hidden;
	padding: 150px 0 90px;

	background:
		linear-gradient(
			rgba(247, 242, 235, 0.96),
			rgba(247, 242, 235, 0.96)
		),
		url("assets/images/reviews-texture.webp") center / 650px auto repeat;
}

.reviews-background {
	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			circle at top left,
			rgba(213, 176, 138, 0.18),
			transparent 36%
		),
		radial-gradient(
			circle at bottom right,
			rgba(167, 122, 82, 0.13),
			transparent 34%
		);
}

.reviews-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.15),
			rgba(247, 242, 235, 0.1)
		);
}

/* =========================================================
   REVIEWS MAIN WRAPPER
   ========================================================= */

.reviews-landing-inner {
	position: relative;
	z-index: 2;

	display: flex;
	justify-content: center;
}

.reviews-card {
	width: 100%;
	max-width: 720px;
	padding: 48px 54px 46px;

	background: rgba(255, 252, 247, 0.84);

	border: 1px solid rgba(116, 83, 56, 0.14);
	border-radius: 28px;

	box-shadow:
		0 24px 65px rgba(21, 17, 14, 0.12),
		0 4px 15px rgba(21, 17, 14, 0.05);

	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

/* =========================================================
   REVIEWS LOGO
   ========================================================= */

.reviews-logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 30px;
}

.reviews-logo {
	width: 190px;
	height: auto;

	filter: brightness(0) saturate(100%);
	opacity: 0.88;
}

/* =========================================================
   REVIEWS HEADING
   ========================================================= */

.reviews-heading {
	max-width: 610px;
	margin: 0 auto 38px;

	text-align: center;
}

.reviews-heading .section-eyebrow {
	margin-bottom: 11px;
}

.reviews-heading h1 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.8rem, 6vw, 4.8rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.reviews-heading > p:last-child {
	max-width: 520px;
	margin: 20px auto 0;

	color: var(--muted);

	font-size: 1rem;
	line-height: 1.7;
}

/* =========================================================
   REVIEWS OPTIONS
   ========================================================= */

.reviews-options {
	display: grid;
	gap: 18px;
}

.reviews-option {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) 28px;
	align-items: center;
	gap: 20px;

	min-height: 112px;
	padding: 18px 22px;

	background: rgba(255, 255, 255, 0.82);
	color: var(--text);

	border: 1px solid rgba(116, 83, 56, 0.14);
	border-radius: 22px;

	box-shadow:
		0 12px 28px rgba(21, 17, 14, 0.08),
		0 2px 7px rgba(21, 17, 14, 0.04);

	text-decoration: none;

	transition:
		transform 0.24s ease,
		box-shadow 0.24s ease,
		border-color 0.24s ease,
		background-color 0.24s ease;
}

.reviews-option:hover {
	transform: translateY(-4px);

	background: var(--white);

	border-color: rgba(167, 122, 82, 0.34);

	box-shadow:
		0 18px 38px rgba(21, 17, 14, 0.12),
		0 5px 12px rgba(21, 17, 14, 0.06);
}

.reviews-option:focus-visible {
	outline: 3px solid rgba(167, 122, 82, 0.26);
	outline-offset: 4px;
}

/* =========================================================
   REVIEWS OPTION ICONS
   ========================================================= */

.reviews-option-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 74px;
	height: 74px;

	background: var(--white);

	border: 1px solid rgba(116, 83, 56, 0.1);
	border-radius: 50%;

	box-shadow: 0 8px 20px rgba(21, 17, 14, 0.08);
}

.reviews-option-icon svg {
	width: 43px;
	height: 43px;
}

.reviews-option-tripadvisor .reviews-option-icon {
	background: #66d8b0;
	color: #111111;
}

.reviews-option-private .reviews-option-icon {
	color: var(--wood);
}

/* =========================================================
   REVIEWS OPTION TEXT
   ========================================================= */

.reviews-option-content {
	display: grid;
	gap: 5px;
}

.reviews-option-content strong {
	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.25;
}

.reviews-option-content small {
	color: var(--muted);

	font-size: 0.82rem;
	line-height: 1.45;
}

.reviews-option-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	color: var(--wood);

	font-size: 2rem;
	font-weight: 300;
	line-height: 1;

	transition: transform 0.24s ease;
}

.reviews-option:hover .reviews-option-arrow {
	transform: translateX(4px);
}

/* =========================================================
   REVIEWS NOTE
   ========================================================= */

.reviews-note {
	position: relative;

	margin: 35px 0 0;
	padding-top: 30px;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	line-height: 1.55;
	text-align: center;
}

.reviews-note::before {
	content: "♥";

	position: absolute;
	top: 0;
	left: 50%;

	color: var(--wood);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;

	transform: translateX(-50%);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
	.reviews-landing {
		padding-top: 135px;
		padding-bottom: 70px;
	}

	.reviews-card {
		max-width: 680px;
		padding: 44px 42px;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
	.reviews-landing {
		align-items: flex-start;

		min-height: 100svh;
		padding: 105px 0 45px;
	}

	.reviews-landing .container {
		width: calc(100% - 24px);
	}

	.reviews-card {
		padding: 34px 18px 32px;

		border-radius: 22px;
	}

	.reviews-logo-wrap {
		margin-bottom: 24px;
	}

	.reviews-logo {
		width: 155px;
	}

	.reviews-heading {
		margin-bottom: 30px;
	}

	.reviews-heading h1 {
		font-size: clamp(2.45rem, 11vw, 3.4rem);
	}

	.reviews-heading > p:last-child {
		margin-top: 16px;

		font-size: 0.92rem;
		line-height: 1.6;
	}

	.reviews-options {
		gap: 14px;
	}

	.reviews-option {
		grid-template-columns: 58px minmax(0, 1fr) 20px;
		gap: 14px;

		min-height: 92px;
		padding: 15px 15px;

		border-radius: 18px;
	}

	.reviews-option-icon {
		width: 58px;
		height: 58px;
	}

	.reviews-option-icon svg {
		width: 34px;
		height: 34px;
	}

	.reviews-option-content strong {
		font-size: 1rem;
		line-height: 1.28;
	}

	.reviews-option-content small {
		font-size: 0.72rem;
		line-height: 1.35;
	}

	.reviews-option-arrow {
		font-size: 1.55rem;
	}

	.reviews-note {
		margin-top: 28px;
		padding-top: 27px;

		font-size: 0.95rem;
	}
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
	.reviews-card {
		padding-right: 14px;
		padding-left: 14px;
	}

	.reviews-option {
		grid-template-columns: 52px minmax(0, 1fr) 18px;
		gap: 11px;

		padding-right: 12px;
		padding-left: 12px;
	}

	.reviews-option-icon {
		width: 52px;
		height: 52px;
	}

	.reviews-option-icon svg {
		width: 31px;
		height: 31px;
	}

	.reviews-option-content strong {
		font-size: 0.93rem;
	}

	.reviews-option-content small {
		display: none;
	}
}



/* Reviews page: dark header from the first load */
body:has(.reviews-page) .site-header {
	background: #15110e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   FEEDBACK PAGE
   ========================================================= */

.feedback-page {
	min-height: 100vh;
	background: var(--cream);
}

/* =========================================================
   FEEDBACK LANDING
   ========================================================= */

.feedback-landing {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 100vh;
	overflow: hidden;
	padding: 150px 0 90px;

	background:
		linear-gradient(
			rgba(247, 242, 235, 0.96),
			rgba(247, 242, 235, 0.96)
		),
		url("assets/images/reviews-texture.webp")
		center / 650px auto repeat;
}

.feedback-background {
	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			circle at top left,
			rgba(213, 176, 138, 0.18),
			transparent 36%
		),
		radial-gradient(
			circle at bottom right,
			rgba(167, 122, 82, 0.13),
			transparent 34%
		);
}

.feedback-overlay {
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.12),
			rgba(247, 242, 235, 0.08)
		);
}

.feedback-landing-inner {
	position: relative;
	z-index: 2;

	display: flex;
	justify-content: center;
}

/* =========================================================
   FEEDBACK CARD
   ========================================================= */

.feedback-card {
	width: 100%;
	max-width: 820px;
	padding: 46px 54px 42px;

	background: rgba(255, 252, 247, 0.88);

	border: 1px solid rgba(116, 83, 56, 0.14);
	border-radius: 28px;

	box-shadow:
		0 24px 65px rgba(21, 17, 14, 0.12),
		0 4px 15px rgba(21, 17, 14, 0.05);

	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

/* =========================================================
   FEEDBACK HEADING
   ========================================================= */

.feedback-heading {
	max-width: 650px;
	margin: 0 auto 34px;

	text-align: center;
}

.feedback-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 24px;

	text-decoration: none;
}

.feedback-logo {
	width: 170px;
	height: auto;

	filter: brightness(0) saturate(100%);
	opacity: 0.88;
}

.feedback-heading .section-eyebrow {
	margin-bottom: 10px;
}

.feedback-heading h1 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 5.5vw, 4.6rem);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.feedback-heading > p:last-child {
	max-width: 560px;
	margin: 18px auto 0;

	color: var(--muted);

	font-size: 0.96rem;
	line-height: 1.7;
}

/* =========================================================
   FEEDBACK NOTICE
   ========================================================= */

.feedback-notice {
	margin: 0 0 24px;
	padding: 14px 16px;

	border: 1px solid transparent;
	border-radius: 8px;

	font-size: 0.86rem;
	line-height: 1.55;
}

.feedback-notice-success {
	background: rgba(53, 112, 70, 0.08);
	border-color: rgba(53, 112, 70, 0.24);
	color: #2e6940;
}

.feedback-notice-error {
	background: rgba(155, 63, 47, 0.08);
	border-color: rgba(155, 63, 47, 0.24);
	color: #8e382c;
}

/* =========================================================
   FEEDBACK FORM
   ========================================================= */

.feedback-form {
	display: grid;
	gap: 22px;
}

.feedback-form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.feedback-field {
	display: grid;
	gap: 8px;
}

.feedback-field label,
.feedback-rating legend {
	color: var(--dark-brown);

	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.feedback-field label small,
.feedback-rating legend small {
	margin-left: 5px;

	color: var(--muted);

	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0;
}

.feedback-field label > span {
	color: #9b3f2f;
}

.feedback-field input,
.feedback-field textarea {
	width: 100%;
	padding: 14px 15px;

	border: 1px solid rgba(116, 83, 56, 0.24);
	border-radius: 8px;

	outline: 0;

	background: rgba(255, 255, 255, 0.9);
	color: var(--text);

	font-size: 0.9rem;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.feedback-field input {
	min-height: 50px;
}

.feedback-field textarea {
	min-height: 190px;
	resize: vertical;
}

.feedback-field input:focus,
.feedback-field textarea:focus {
	border-color: var(--wood);

	background: var(--white);

	box-shadow:
		0 0 0 3px rgba(167, 122, 82, 0.11);
}

.feedback-field textarea::placeholder {
	color: rgba(119, 111, 104, 0.72);
}

/* =========================================================
   FEEDBACK RATING
   ========================================================= */

.feedback-rating {
	margin: 0;
	padding: 0;

	border: 0;
}

.feedback-rating legend {
	margin-bottom: 12px;
}

.feedback-rating-options {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.feedback-rating-option {
	position: relative;

	display: grid;
	justify-items: center;
	gap: 6px;

	width: 52px;

	cursor: pointer;
}

.feedback-rating-option input {
	position: absolute;

	width: 1px;
	height: 1px;

	opacity: 0;
	pointer-events: none;
}

.feedback-rating-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 52px;

	border: 1px solid rgba(116, 83, 56, 0.18);
	border-radius: 50%;

	background: rgba(255, 255, 255, 0.8);
	color: #c8b7a8;

	font-size: 1.6rem;
	line-height: 1;

	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.feedback-rating-number {
	color: var(--muted);

	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1;
}

.feedback-rating-option:hover .feedback-rating-star {
	transform: translateY(-2px);
}

/* Επιλεγμένα αστέρια */

.feedback-rating-option.is-active .feedback-rating-star {
	background: var(--wood-light);
	border-color: var(--wood-light);
	color: var(--dark-brown);

	box-shadow:
		0 8px 18px rgba(167, 122, 82, 0.18);
}

.feedback-rating-option.is-active .feedback-rating-number {
	color: var(--dark-brown);
}

/* Preview κατά το hover */

.feedback-rating-option.is-preview .feedback-rating-star {
	background: rgba(213, 176, 138, 0.55);
	border-color: var(--wood-light);
	color: var(--dark-brown);

	transform: translateY(-2px);
}

.feedback-rating-option.is-preview .feedback-rating-number {
	color: var(--dark-brown);
}

.feedback-rating-option input:focus-visible
	+ .feedback-rating-star {
	outline: 3px solid rgba(167, 122, 82, 0.25);
	outline-offset: 3px;
}

/* =========================================================
   FEEDBACK SUBMIT / LINKS
   ========================================================= */

.feedback-submit-button {
	width: fit-content;
	min-width: 210px;
	margin-top: 2px;

	cursor: pointer;
}

.feedback-back-link {
	display: inline-block;

	margin-top: 26px;

	color: var(--brown);

	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;

	border-bottom:
		1px solid rgba(116, 83, 56, 0.34);

	transition:
		color 0.2s ease,
		border-color 0.2s ease;
}

.feedback-back-link:hover {
	color: var(--dark-brown);
	border-color: var(--dark-brown);
}

.feedback-privacy-note {
	margin: 22px 0 0;
	padding-top: 20px;

	border-top:
		1px solid rgba(116, 83, 56, 0.14);

	color: var(--muted);

	font-size: 0.74rem;
	line-height: 1.6;
}

/* =========================================================
   HONEYPOT
   ========================================================= */

.feedback-honeypot {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;

	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;

	white-space: nowrap !important;
}

/* =========================================================
   DARK HEADER ON FEEDBACK PAGE
   ========================================================= */

body:has(.feedback-page) .site-header {
	background: #15110e;
	border-bottom:
		1px solid rgba(255, 255, 255, 0.08);

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   FEEDBACK RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
	.feedback-landing {
		padding-top: 135px;
		padding-bottom: 70px;
	}

	.feedback-card {
		max-width: 720px;
		padding: 42px 40px;
	}
}

@media (max-width: 640px) {
	.feedback-landing {
		align-items: flex-start;

		min-height: 100svh;
		padding: 105px 0 45px;
	}

	.feedback-landing .container {
		width: calc(100% - 24px);
	}

	.feedback-card {
		padding: 32px 18px 30px;

		border-radius: 22px;
	}

	.feedback-logo {
		width: 150px;
	}

	.feedback-heading {
		margin-bottom: 28px;
	}

	.feedback-heading h1 {
		font-size:
			clamp(2.35rem, 10.5vw, 3.3rem);
	}

	.feedback-heading > p:last-child {
		margin-top: 15px;

		font-size: 0.9rem;
		line-height: 1.6;
	}

	.feedback-form-row {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.feedback-rating-options {
		gap: 7px;
	}

	.feedback-rating-option {
		width: 48px;
	}

	.feedback-rating-star {
		width: 48px;
		height: 48px;

		font-size: 1.45rem;
	}

	.feedback-submit-button {
		width: 100%;
	}

	.feedback-back-link {
		display: block;

		text-align: center;
	}

	.feedback-privacy-note {
		text-align: center;
	}
}

@media (max-width: 390px) {
	.feedback-card {
		padding-right: 14px;
		padding-left: 14px;
	}

	.feedback-rating-options {
		justify-content: space-between;
		gap: 4px;
	}

	.feedback-rating-option {
		width: 44px;
	}

	.feedback-rating-star {
		width: 44px;
		height: 44px;

		font-size: 1.3rem;
	}
}



/* =========================================================
   BREAKFAST MENU PAGE
   ========================================================= */

.breakfast-menu-page {
	background: var(--cream);
	color: var(--text);
}

/* =========================================================
   HERO
   ========================================================= */

.breakfast-menu-hero {
	position: relative;
	display: flex;
	align-items: center;

	min-height: 520px;
	padding: 170px 0 100px;

	overflow: hidden;

	background:
		linear-gradient(
			rgba(21, 17, 14, 0.54),
			rgba(21, 17, 14, 0.64)
		),
		url("assets/images/breakfast-menu-hero.webp")
		center / cover no-repeat;
}

.breakfast-menu-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			circle at 20% 20%,
			rgba(255, 255, 255, 0.08),
			transparent 36%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.02),
			rgba(0, 0, 0, 0.2)
		);
}

.breakfast-menu-hero-inner {
	position: relative;
	z-index: 2;

	max-width: 900px;

	text-align: center;
}

.breakfast-menu-hero .section-eyebrow {
	margin-bottom: 14px;

	color: rgba(255, 255, 255, 0.78);
}

.breakfast-menu-hero h1 {
	margin: 0;

	color: #fff;

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.2rem, 8vw, 6.4rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.breakfast-menu-hero-text {
	max-width: 650px;
	margin: 22px auto 0;

	color: rgba(255, 255, 255, 0.88);

	font-size: 1rem;
	line-height: 1.7;
}

/* =========================================================
   STICKY CATEGORY NAVIGATION
   ========================================================= */

.breakfast-menu-navigation {
	position: sticky;
	top: var(--header-height, 88px);
	z-index: 20;

	background: rgba(255, 252, 245, 0.96);

	border-top: 1px solid rgba(116, 83, 56, 0.1);
	border-bottom: 1px solid rgba(116, 83, 56, 0.16);

	box-shadow: 0 8px 24px rgba(21, 17, 14, 0.06);

	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.breakfast-menu-navigation-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	overflow-x: auto;
	padding: 14px 0;

	scrollbar-width: none;
}

.breakfast-menu-navigation-inner::-webkit-scrollbar {
	display: none;
}

.breakfast-menu-navigation-link {
	flex: 0 0 auto;

	padding: 10px 15px;

	border: 1px solid rgba(116, 83, 56, 0.16);
	border-radius: 999px;

	background: rgba(255, 255, 255, 0.68);
	color: var(--dark-brown);

	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.breakfast-menu-navigation-link:hover {
	transform: translateY(-1px);

	background: var(--dark-brown);
	border-color: var(--dark-brown);
	color: #fff;
}

/* =========================================================
   MENU CONTENT
   ========================================================= */

.breakfast-menu-content {
	padding: 90px 0 110px;
}

.breakfast-menu-section {
	scroll-margin-top: 150px;

	padding: 82px 0;
}

.breakfast-menu-section:first-child {
	padding-top: 0;
}

.breakfast-menu-section:not(:last-child) {
	border-bottom: 1px solid rgba(116, 83, 56, 0.14);
}

.breakfast-menu-section-heading {
	max-width: 700px;
	margin: 0 auto 42px;

	text-align: center;
}

.breakfast-menu-section-heading .section-eyebrow {
	margin-bottom: 10px;
}

.breakfast-menu-section-heading h2 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.4rem, 5vw, 4.3rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

/* =========================================================
   MENU GRID
   ========================================================= */

.breakfast-menu-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 20px;
}

/* =========================================================
   MENU ITEM
   ========================================================= */

.breakfast-menu-item {
	padding: 22px;

	background: rgba(255, 255, 255, 0.74);

	border: 1px solid rgba(116, 83, 56, 0.13);
	border-radius: 18px;

	box-shadow:
		0 8px 26px rgba(21, 17, 14, 0.045);

	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background-color 0.22s ease;
}

.breakfast-menu-item:hover {
	transform: translateY(-3px);

	background: rgba(255, 255, 255, 0.94);
	border-color: rgba(116, 83, 56, 0.22);

	box-shadow:
		0 16px 34px rgba(21, 17, 14, 0.08);
}

.breakfast-menu-item-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.breakfast-menu-item-content {
	min-width: 0;
}

.breakfast-menu-item-title {
	margin: 0;

	color: var(--dark-brown);

	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.breakfast-menu-item-price {
	flex: 0 0 auto;

	margin: 0;

	color: var(--brown);

	font-size: 0.92rem;
	font-weight: 900;
	line-height: 1.35;
	white-space: nowrap;
}

.breakfast-menu-item-note {
	display: inline-block;

	margin: 7px 0 0;
	padding: 4px 8px;

	border-radius: 999px;

	background: rgba(167, 122, 82, 0.1);
	color: var(--brown);

	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
}

.breakfast-menu-item-description {
	margin: 9px 0 0;

	color: var(--muted);

	font-size: 0.82rem;
	line-height: 1.6;
}

/* =========================================================
   EXTRAS
   ========================================================= */

.breakfast-menu-item-extras {
	margin-top: 18px;
	padding-top: 16px;

	border-top: 1px solid rgba(116, 83, 56, 0.12);
}

.breakfast-menu-item-extras-title {
	margin: 0 0 10px;

	color: var(--dark-brown);

	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.breakfast-menu-item-extras ul {
	display: grid;
	gap: 8px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.breakfast-menu-item-extras li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;

	color: var(--muted);

	font-size: 0.76rem;
	line-height: 1.45;
}

.breakfast-menu-item-extras strong {
	flex: 0 0 auto;

	color: var(--brown);

	font-size: 0.74rem;
	white-space: nowrap;
}

/* =========================================================
   SPECIAL SECTION BALANCE
   ========================================================= */

.breakfast-menu-section-kafedes .breakfast-menu-grid,
.breakfast-menu-section-anapsyktika .breakfast-menu-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.breakfast-menu-section-rofimata .breakfast-menu-grid {
	max-width: 900px;
	margin: 0 auto;
}

.breakfast-menu-section-proino .breakfast-menu-grid,
.breakfast-menu-section-salates .breakfast-menu-grid {
	align-items: stretch;
}

.breakfast-menu-section-proino .breakfast-menu-item,
.breakfast-menu-section-salates .breakfast-menu-item {
	height: 100%;
}

/* =========================================================
   FOOTER CTA
   ========================================================= */

.breakfast-menu-footer-cta {
	padding: 85px 0;

	background: var(--dark-brown);
}

.breakfast-menu-footer-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.breakfast-menu-footer-cta .section-eyebrow {
	margin-bottom: 10px;

	color: rgba(255, 255, 255, 0.64);
}

.breakfast-menu-footer-cta h2 {
	margin: 0;

	color: #fff;

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.3rem, 5vw, 4.1rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.breakfast-menu-footer-cta p:last-child {
	margin: 16px 0 0;

	color: rgba(255, 255, 255, 0.74);

	font-size: 0.9rem;
	line-height: 1.6;
}

.breakfast-menu-footer-cta .button-dark {
	background: #fff;
	color: var(--dark-brown);

	border-color: #fff;
}

.breakfast-menu-footer-cta .button-dark:hover {
	background: transparent;
	color: #fff;
}

/* =========================================================
   DARK HEADER ON BREAKFAST MENU PAGE
   ========================================================= */

body:has(.breakfast-menu-page) .site-header {
	background: #15110e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
	.breakfast-menu-section-kafedes .breakfast-menu-grid,
	.breakfast-menu-section-anapsyktika .breakfast-menu-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.breakfast-menu-hero {
		min-height: 460px;
		padding: 150px 0 85px;
	}

	.breakfast-menu-content {
		padding: 70px 0 90px;
	}

	.breakfast-menu-section {
		padding: 65px 0;
	}

	.breakfast-menu-footer-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 700px) {
	.breakfast-menu-hero {
		min-height: 420px;
		padding: 130px 0 70px;
	}

	.breakfast-menu-hero h1 {
		font-size: clamp(3rem, 14vw, 4.8rem);
	}

	.breakfast-menu-hero-text {
		max-width: 520px;

		font-size: 0.92rem;
		line-height: 1.6;
	}

	.breakfast-menu-navigation {
		top: var(--header-height-mobile, 74px);
	}

	.breakfast-menu-navigation-inner {
		justify-content: flex-start;
		padding: 12px 0;
	}

	.breakfast-menu-content {
		padding: 52px 0 75px;
	}

	.breakfast-menu-section {
		scroll-margin-top: 135px;

		padding: 52px 0;
	}

	.breakfast-menu-section-heading {
		margin-bottom: 30px;
	}

	.breakfast-menu-grid,
	.breakfast-menu-section-kafedes .breakfast-menu-grid,
	.breakfast-menu-section-anapsyktika .breakfast-menu-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.breakfast-menu-item {
		padding: 18px;
	}

	.breakfast-menu-footer-cta {
		padding: 62px 0;
	}
}

@media (max-width: 430px) {
	.breakfast-menu-hero {
		min-height: 390px;
		padding-top: 120px;
	}

	.breakfast-menu-navigation-link {
		padding: 9px 13px;

		font-size: 0.72rem;
	}

	.breakfast-menu-item-main {
		gap: 12px;
	}

	.breakfast-menu-item-title {
		font-size: 0.94rem;
	}

	.breakfast-menu-item-description {
		font-size: 0.78rem;
	}

	.breakfast-menu-item-price {
		font-size: 0.86rem;
	}

	.breakfast-menu-item-extras li {
		gap: 10px;

		font-size: 0.72rem;
	}
}



/* =========================================================
   ALLERGENS PAGE
   ========================================================= */

.allergens-page {
	background: var(--cream);
	color: var(--text);
}

/* =========================================================
   HERO
   ========================================================= */

.allergens-hero {
	position: relative;
	display: flex;
	align-items: center;

	min-height: 460px;
	padding: 160px 0 90px;

	overflow: hidden;

	background:
		linear-gradient(
			rgba(21, 17, 14, 0.62),
			rgba(21, 17, 14, 0.7)
		),
		url("assets/images/allergens-hero.webp")
		center / cover no-repeat;
}

.allergens-hero-overlay {
	position: absolute;
	inset: 0;

	background:
		radial-gradient(
			circle at 20% 20%,
			rgba(255, 255, 255, 0.08),
			transparent 36%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.02),
			rgba(0, 0, 0, 0.18)
		);
}

.allergens-hero-inner {
	position: relative;
	z-index: 2;

	max-width: 900px;

	text-align: center;
}

.allergens-hero .section-eyebrow {
	margin-bottom: 14px;

	color: rgba(255, 255, 255, 0.74);
}

.allergens-hero h1 {
	margin: 0;

	color: #fff;

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 7vw, 5.8rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.045em;
}

.allergens-hero-text {
	max-width: 620px;
	margin: 22px auto 0;

	color: rgba(255, 255, 255, 0.86);

	font-size: 1rem;
	line-height: 1.7;
}

/* =========================================================
   CONTENT
   ========================================================= */

.allergens-content {
	padding: 90px 0 110px;
}

.allergens-intro {
	max-width: 720px;
	margin: 0 auto 50px;

	text-align: center;
}

.allergens-intro .section-eyebrow {
	margin-bottom: 10px;
}

.allergens-intro h2 {
	margin: 0;

	color: var(--dark-brown);

	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.allergens-intro > p:last-child {
	max-width: 610px;
	margin: 18px auto 0;

	color: var(--muted);

	font-size: 0.96rem;
	line-height: 1.7;
}

/* =========================================================
   GRID
   ========================================================= */

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

/* =========================================================
   CARD
   ========================================================= */

.allergen-card {
	display: flex;
	align-items: flex-start;
	gap: 18px;

	min-height: 220px;
	padding: 24px;

	background: rgba(255, 255, 255, 0.78);

	border: 1px solid rgba(116, 83, 56, 0.14);
	border-radius: 20px;

	box-shadow:
		0 10px 28px rgba(21, 17, 14, 0.045);

	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background-color 0.22s ease;
}

.allergen-card:hover {
	transform: translateY(-4px);

	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(116, 83, 56, 0.24);

	box-shadow:
		0 18px 38px rgba(21, 17, 14, 0.08);
}

/* =========================================================
   ICON
   ========================================================= */

.allergen-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;

	width: 76px;
	height: 76px;

	border: 1px solid rgba(116, 83, 56, 0.13);
	border-radius: 18px;

	background: rgba(255, 252, 247, 0.9);
}

.allergen-icon {
	display: block;

	width: 52px;
	height: 52px;

	object-fit: contain;

	opacity: 0.9;
}

/* =========================================================
   CARD CONTENT
   ========================================================= */

.allergen-card-content {
	min-width: 0;
}

.allergen-name {
	margin: 1px 0 0;

	color: var(--dark-brown);

	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3;
}




.allergen-description {
	margin: 12px 0 0;

	color: var(--muted);

	font-size: 0.8rem;
	line-height: 1.6;
}

/* =========================================================
   NOTICE
   ========================================================= */

.allergens-notice {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;

	max-width: 920px;
	margin: 60px auto 0;
	padding: 26px 28px;

	background: rgba(213, 176, 138, 0.1);

	border: 1px solid rgba(167, 122, 82, 0.25);
	border-radius: 20px;
}

.allergens-notice-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 48px;
	height: 48px;

	border-radius: 50%;

	background: var(--dark-brown);
	color: #fff;

	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1;
}

.allergens-notice h2 {
	margin: 0;

	color: var(--dark-brown);

	font-size: 1rem;
	font-weight: 900;
	line-height: 1.35;
}

.allergens-notice p {
	margin: 10px 0 0;

	color: var(--muted);

	font-size: 0.82rem;
	line-height: 1.65;
}

/* =========================================================
   ACTIONS
   ========================================================= */

.allergens-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;

	margin-top: 36px;
}

.allergens-menu-button,
.allergens-breakfast-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 210px;
	padding: 15px 24px;

	border-radius: 999px;

	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.025em;
	text-align: center;
	text-decoration: none;

	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.allergens-menu-button {
	background: var(--dark-brown);
	color: #fff;

	border: 2px solid var(--dark-brown);

	box-shadow: 0 10px 24px rgba(21, 17, 14, 0.16);
}

.allergens-menu-button:hover {
	transform: translateY(-2px);

	background: transparent;
	color: var(--dark-brown);
}

.allergens-breakfast-button {
	background: transparent;
	color: var(--dark-brown);

	border: 2px solid rgba(21, 17, 14, 0.25);
}

.allergens-breakfast-button:hover {
	transform: translateY(-2px);

	background: var(--dark-brown);
	border-color: var(--dark-brown);
	color: #fff;
}

/* =========================================================
   DARK HEADER ON ALLERGENS PAGE
   ========================================================= */

body:has(.allergens-page) .site-header {
	background: #15110e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);

	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.25);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
	.allergens-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.allergens-hero {
		min-height: 410px;
		padding: 135px 0 70px;
	}

	.allergens-content {
		padding: 70px 0 85px;
	}

	.allergens-intro {
		margin-bottom: 38px;
	}

	.allergen-card {
		min-height: 200px;
		padding: 20px;
	}
}

@media (max-width: 620px) {
	.allergens-hero {
		min-height: 380px;
		padding-top: 120px;
	}

	.allergens-hero h1 {
		font-size: clamp(2.7rem, 13vw, 4.3rem);
	}

	.allergens-hero-text {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.allergens-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.allergen-card {
		min-height: 0;
		padding: 18px;
	}

	.allergen-icon-wrap {
		width: 66px;
		height: 66px;

		border-radius: 16px;
	}

	.allergen-icon {
		width: 44px;
		height: 44px;
	}

	.allergens-notice {
		grid-template-columns: 1fr;
		gap: 16px;

		margin-top: 44px;
		padding: 22px 20px;
	}

	.allergens-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.allergens-menu-button,
	.allergens-breakfast-button {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.allergen-card {
		gap: 14px;
		padding: 16px;
	}

	.allergen-icon-wrap {
		width: 60px;
		height: 60px;
	}

	.allergen-icon {
		width: 40px;
		height: 40px;
	}

	.allergen-description {
		font-size: 0.76rem;
	}
}


/* =========================================================
   HEADER ACTIONS
   ========================================================= */

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;

	margin-left: auto;
}

/* =========================================================
   LANGUAGE SWITCHER
   ========================================================= */

.language-switcher {
	position: relative;
	flex: 0 0 auto;
}

.language-switcher-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;

	min-width: 58px;
	height: 42px;
	padding: 0 12px;

	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;

	background: rgba(15, 12, 10, 0.18);
	color: #ffffff;

	cursor: pointer;

	font: inherit;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.08em;

	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);

	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.language-switcher-toggle:hover {
	transform: translateY(-1px);

	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.48);
}

.language-switcher-toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.82);
	outline-offset: 3px;
}

.language-switcher-current {
	display: inline-block;
}

.language-switcher-arrow {
	width: 10px;
	height: 7px;
	flex: 0 0 auto;

	transition: transform 0.2s ease;
}

.language-switcher.is-open .language-switcher-arrow {
	transform: rotate(180deg);
}

/* =========================================================
   LANGUAGE DROPDOWN
   ========================================================= */

.language-switcher-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 120;

	display: grid;
	gap: 3px;

	width: 180px;
	padding: 8px;

	visibility: hidden;
	opacity: 0;
	pointer-events: none;

	background: #fffdf8;

	border: 1px solid rgba(21, 17, 14, 0.1);
	border-radius: 14px;

	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.2);

	transform: translateY(-6px);

	transition:
		opacity 0.2s ease,
		transform 0.2s ease,
		visibility 0.2s ease;
}

.language-switcher.is-open
	.language-switcher-dropdown {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;

	transform: translateY(0);
}

.language-switcher-link {
	display: flex;
	align-items: center;
	gap: 12px;

	padding: 11px 12px;

	border-radius: 9px;

	color: var(--dark-brown);

	font-size: 0.78rem;
	line-height: 1;
	text-decoration: none;

	transition:
		background-color 0.2s ease,
		color 0.2s ease;
}

.language-switcher-link:hover {
	background: rgba(167, 122, 82, 0.1);
}

.language-switcher-link.is-current {
	background: var(--dark-brown);
	color: #ffffff;
}

.language-switcher-code {
	min-width: 24px;

	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.07em;
}

.language-switcher-name {
	font-weight: 700;
}

/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 1050px) {
	.header-actions {
		gap: 9px;
		margin-left: auto;
	}

	.header-booking-button {
		display: none;
	}

	.language-switcher {
		display: block;
	}

	.language-switcher-toggle {
		min-width: 54px;
		height: 40px;
		padding: 0 11px;

		font-size: 0.68rem;
	}

	.language-switcher-dropdown {
		top: calc(100% + 10px);
		right: 0;

		width: 170px;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
	.header-inner {
		gap: 8px;
	}

	.header-actions {
		gap: 7px;
	}

	.language-switcher-toggle {
		min-width: 50px;
		height: 38px;
		padding: 0 10px;

		font-size: 0.64rem;
	}

	.language-switcher-dropdown {
		position: fixed;
		top: 78px;
		right: 14px;

		width: 170px;
	}

	.menu-toggle {
		flex: 0 0 auto;
	}
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
	.header-actions {
		gap: 6px;
	}

	.language-switcher-toggle {
		min-width: 46px;
		height: 36px;
		padding: 0 9px;

		font-size: 0.61rem;
	}

	.language-switcher-dropdown {
		top: 74px;
		right: 10px;

		width: 165px;
	}
}


/* =========================================================
   ALL LEGAL PAGES
   ========================================================= */

body:has(.legal-page) .site-header {
	background: #1f1c18;
}

.legal-page .legal-hero {
	padding-top: 150px;
}

@media (max-width: 768px) {
	.legal-page .legal-hero {
		padding-top: 125px;
	}
}


/* =========================================================
   FOOTER LEGAL LINKS
   ========================================================= */

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 22px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal-links a,
.footer-cookie-settings {
	color: rgba(255, 255, 255, 0.78);
	font: inherit;
	font-size: 0.86rem;
	text-decoration: none;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition:
		color 0.2s ease,
		opacity 0.2s ease;
}

.footer-legal-links a:hover,
.footer-cookie-settings:hover,
.footer-legal-links a:focus-visible,
.footer-cookie-settings:focus-visible {
	color: #ffffff;
}


/* =========================================================
   COOKIE CONSENT
   ========================================================= */

.cookie-consent[hidden],
.cookie-consent__settings[hidden],
.cookie-consent__close[hidden],
.cookie-button[hidden] {
	display: none !important;
}

.cookie-consent {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.48);
	backdrop-filter: blur(4px);
}

.cookie-consent__panel {
	position: relative;
	width: min(100%, 760px);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 28px;
	background: #fffcf5;
	color: #25211d;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.cookie-consent__panel h2 {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.15;
}

.cookie-consent__panel > p {
	margin: 0 0 12px;
	line-height: 1.65;
	color: #514b44;
}

.cookie-consent__policy-link {
	display: inline-block;
	margin-bottom: 22px;
	color: #25211d;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.cookie-consent__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: #25211d;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.cookie-consent__settings {
	margin: 8px 0 24px;
	border-top: 1px solid rgba(37, 33, 29, 0.12);
}

.cookie-consent__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(37, 33, 29, 0.12);
}

.cookie-consent__option strong {
	display: block;
	margin-bottom: 5px;
}

.cookie-consent__option p {
	margin: 0;
	color: #625b53;
	font-size: 0.9rem;
	line-height: 1.5;
}

.cookie-consent__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.cookie-button {
	min-height: 46px;
	padding: 11px 18px;
	border-radius: 999px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease;
}

.cookie-button:hover {
	transform: translateY(-1px);
}

.cookie-button--primary {
	background: #25211d;
	color: #ffffff;
	border: 1px solid #25211d;
}

.cookie-button--secondary {
	background: transparent;
	color: #25211d;
	border: 1px solid rgba(37, 33, 29, 0.35);
}


/* =========================================================
   COOKIE SWITCH
   ========================================================= */

.cookie-switch {
	position: relative;
	flex: 0 0 auto;
	width: 48px;
	height: 27px;
}

.cookie-switch input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cookie-switch span {
	position: absolute;
	inset: 0;
	background: #b8b1aa;
	border-radius: 999px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.cookie-switch span::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 21px;
	height: 21px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
	transition: transform 0.2s ease;
}

.cookie-switch input:checked + span {
	background: #25211d;
}

.cookie-switch input:checked + span::before {
	transform: translateX(21px);
}

.cookie-switch input:disabled + span {
	cursor: not-allowed;
	opacity: 0.7;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {
	.footer-legal-links {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.cookie-consent {
		padding: 12px;
	}

	.cookie-consent__panel {
		padding: 24px 18px 18px;
		border-radius: 16px;
	}

	.cookie-consent__option {
		align-items: flex-start;
		gap: 14px;
	}

	.cookie-consent__actions {
		flex-direction: column;
	}

	.cookie-button {
		width: 100%;
	}
}


/* =========================================================
   404 PAGE
   ========================================================= */

.error-404-page {
	min-height: 70vh;
	background: #fffcf5;
}

.error-404-hero {
	min-height: 72vh;
	display: flex;
	align-items: center;
	padding: 170px 0 90px;
	text-align: center;
}

.error-404-inner {
	max-width: 760px;
	margin: 0 auto;
}

.error-404-inner h1 {
	margin: 0 0 20px;
	font-size: clamp(2.5rem, 8vw, 5.8rem);
	line-height: 0.95;
	color: #211d18;
}

.error-404-description {
	max-width: 620px;
	margin: 0 auto 34px;
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.75;
	color: #5b5148;
}

.error-404-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

@media (max-width: 640px) {
	.error-404-hero {
		min-height: 68vh;
		padding: 140px 0 70px;
	}

	.error-404-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* =========================================================
   HOME REVIEWS CAROUSEL
   ========================================================= */

.home-reviews-carousel {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.home-reviews-track {
	position: relative;
}

.home-review-slide {
	max-width: 760px;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.35s ease;
}

.home-review-slide[hidden] {
	display: none;
}

.home-review-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 22px;
}

.home-review-meta strong {
	font-size: 1rem;
	font-weight: 700;
	color: #1f1c18;
}

.home-review-meta span {
	font-size: 0.9rem;
	color: rgba(31, 28, 24, 0.62);
}

.home-reviews-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.home-review-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(31, 28, 24, 0.25);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.home-review-dot.is-active {
	background: #1f1c18;
	transform: scale(1.25);
}

/* Fixed height for reviews carousel so next section does not jump */
.home-reviews-track {
	min-height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-review-slide {
	width: 100%;
}

.home-review-slide blockquote {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.home-reviews-track {
		min-height: 390px;
	}
}

.home-reviews-track {
	display: grid;
	align-items: center;
}

.home-review-slide {
	grid-area: 1 / 1;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.home-review-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}