:root {
	--pine-900: #1f2c1a;
	--pine-700: #34452d;
	--pine-500: #5d7150;
	--sand-100: #f7f2e9;
	--sand-200: #ede2d1;
	--sand-300: #d9ccb7;
	--terracotta: #a26d51;
	--ink: #2c261f;
	--white: #ffffff;
	--shadow: 0 22px 60px rgba(31, 44, 26, 0.12);
	--radius-lg: 28px;
	--radius-md: 18px;
	--radius-sm: 12px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	color: var(--ink);
	background:
		radial-gradient(circle at top left, rgba(93, 113, 80, 0.14), transparent 32%),
		linear-gradient(180deg, #fcfaf7 0%, #f5efe6 100%);
	line-height: 1.7;
}

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

a {
	color: inherit;
	text-decoration: none;
}

iframe {
	width: 100%;
}

.container {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(12px);
	background: rgba(252, 250, 247, 0.88);
	border-bottom: 1px solid rgba(52, 69, 45, 0.1);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 0.9rem 0;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-branding__logo img,
.custom-logo {
	width: auto;
	height: 88px;
	mix-blend-mode: multiply;
}

.site-branding__eyebrow {
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--pine-500);
}

.site-branding__title {
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.5rem, 4vw, 2.4rem);
	line-height: 1;
	color: var(--pine-900);
}

.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem 1.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--pine-900);
}

.menu a:hover,
.menu .current-menu-item a,
.menu .current_page_item a {
	color: var(--terracotta);
}

.hero,
.page-hero {
	position: relative;
	overflow: hidden;
}

.hero {
	min-height: 62vh;
	display: flex;
	align-items: center;
	background:
		linear-gradient(100deg, rgba(20, 28, 17, 0.52), rgba(20, 28, 17, 0.28)),
		linear-gradient(180deg, #2b3b22 0%, #425438 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at bottom left, rgba(201, 169, 127, 0.18), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.hero--slider::before {
	background:
		linear-gradient(100deg, rgba(20, 28, 17, 0.42), rgba(20, 28, 17, 0.24)),
		radial-gradient(circle at bottom left, rgba(201, 169, 127, 0.16), transparent 32%);
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	transform: translateY(calc(var(--hero-scroll, 0px) * 0.2));
	will-change: transform, opacity;
}

.hero__image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1.04) translate3d(0, 0, 0);
	opacity: 0;
	transition: opacity 900ms ease;
}

.hero__image.is-active {
	opacity: 1;
	animation: heroDrift 14s ease-in-out infinite alternate;
}

.hero--slider .hero__image {
	filter: brightness(0.92) saturate(1.02);
}

.hero--slider .hero__image.is-active {
	animation: none;
	transform: scale(1.02) translate3d(0, 0, 0);
}

.page-hero {
	min-height: 46vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-hero.hero--single {
	background-image:
		linear-gradient(100deg, rgba(20, 28, 17, 0.76), rgba(20, 28, 17, 0.48)),
		var(--page-hero-bg-image);
}

.page-hero .hero__media {
	transform: none;
}

.page-hero .hero__image {
	transform: none;
	background-position: center center;
}

.page-hero .hero__image.is-active {
	animation: none;
	transform: none;
}

.hero__content,
.page-hero .container {
	position: relative;
	z-index: 2;
	padding: 4.75rem 0;
	animation: heroContentIn 1150ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-hero .container {
	animation: none;
}

.hero h1,
.page-hero h1,
h2,
h3 {
	font-family: "Cormorant Garamond", serif;
	line-height: 0.98;
	margin: 0 0 1rem;
}

.hero h1 {
	max-width: 11ch;
	font-size: clamp(2.85rem, 6.6vw, 5.3rem);
	color: var(--hero-text-color, #fff8ef);
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.hero__lead,
.page-hero p {
	max-width: 58ch;
	font-size: 1.05rem;
	color: rgba(255, 248, 239, 0.88);
	color: color-mix(in srgb, var(--hero-text-color, #fff8ef) 86%, transparent);
	text-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.hero__lead p {
	margin: 0;
}

.hero__lead p + p {
	margin-top: 1rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.6rem;
}

.hero__dots {
	display: flex;
	gap: 0.6rem;
	margin-top: 1.8rem;
}

.hero__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease;
}

.hero__dot.is-active {
	background: var(--white);
	transform: scale(1.15);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.4rem;
	border-radius: 999px;
	background: var(--terracotta);
	color: var(--white);
	font-weight: 700;
	box-shadow: var(--shadow);
}

.button--ghost {
	background: transparent;
	color: var(--hero-text-color, #fff8ef);
	border: 1px solid rgba(255, 248, 239, 0.38);
	border: 1px solid color-mix(in srgb, var(--hero-text-color, #fff8ef) 45%, transparent);
	box-shadow: none;
}

.button--ghost-dark {
	color: var(--pine-900);
	border-color: rgba(52, 69, 45, 0.2);
}

.hero--layout-center .hero__content {
	text-align: center;
	max-width: 56rem;
}

.hero--layout-center .hero__lead,
.hero--layout-center h1 {
	margin-left: auto;
	margin-right: auto;
}

.hero--empty .hero__content {
	max-width: 42rem;
}

.hero--single.hero--fixed-desktop {
	background-image:
		linear-gradient(100deg, rgba(20, 28, 17, 0.48), rgba(20, 28, 17, 0.22)),
		var(--hero-bg-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll, fixed;
}

@keyframes heroDrift {
	0% {
		transform: scale(1.04) translate3d(-0.8%, 0, 0);
	}

	100% {
		transform: scale(1.08) translate3d(0.8%, -0.6%, 0);
	}
}

@keyframes heroContentIn {
	0% {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.section {
	padding: 5.5rem 0;
}

.page-intro {
	padding: 4.25rem 0 1.5rem;
}

.page-intro__grid {
	align-items: start;
}

.page-intro__grid--single {
	grid-template-columns: 1fr;
}

.page-intro__title {
	font-size: clamp(2.7rem, 5.8vw, 4.8rem);
	color: var(--pine-900);
	line-height: 0.98;
	margin-bottom: 0;
}

.page-intro__actions {
	margin-top: 1.5rem;
}

.section--page-gallery {
	padding-top: 1.75rem;
}

.reveal-on-scroll {
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.section--intro {
	padding: 2.6rem 0 1rem;
}

.section--cards {
	padding: 0 0 2rem;
}

.section--home-gallery {
	padding: 3.25rem 0 4rem;
}

.section--highlight {
	background: linear-gradient(135deg, rgba(52, 69, 45, 0.97), rgba(31, 44, 26, 0.97));
	color: var(--white);
}

.section-tag {
	display: inline-block;
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--terracotta);
}

.section-tag--light {
	color: rgba(255, 248, 239, 0.72);
	color: color-mix(in srgb, var(--hero-text-color, #fff8ef) 72%, transparent);
}

h2 {
	font-size: clamp(2.2rem, 5vw, 4rem);
	color: var(--pine-900);
}

.section--highlight h2,
.page-hero h1,
.page-hero--events h1,
.page-hero--catering h1 {
	color: var(--white);
}

h3 {
	font-size: clamp(1.65rem, 3vw, 2.3rem);
	color: var(--pine-900);
}

.prose p,
.section-heading__note,
.feature-card p,
.check-list,
.contact-list,
.site-footer__copy,
.map-note {
	margin: 0;
	color: rgba(44, 38, 31, 0.84);
}

.section--highlight .prose p,
.section--highlight .check-list,
.section--highlight .feature-card p {
	color: rgba(255, 255, 255, 0.8);
}

.prose p + p {
	margin-top: 1rem;
}

.grid-two,
.highlight-grid,
.contact-strip,
.site-footer__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.highlight-grid {
	grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
	align-items: start;
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	align-items: stretch;
}

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

.feature-card,
.highlight-grid__panel,
.contact-panel,
.post-card {
	padding: 1.8rem;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(52, 69, 45, 0.08);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow);
}

.feature-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.feature-card:hover,
.feature-card:focus-within {
	transform: translateY(-8px);
	box-shadow: 0 28px 65px rgba(31, 44, 26, 0.18);
	border-color: rgba(162, 109, 81, 0.22);
	background: rgba(255, 255, 255, 0.92);
}

.feature-card a,
.text-link {
	display: inline-flex;
	margin-top: 1.2rem;
	font-weight: 700;
	color: var(--terracotta);
}

.feature-card .prose {
	width: 100%;
}

.feature-card a {
	margin-top: auto;
	padding-top: 1.2rem;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.menu-preview,
.gallery-grid,
.menu-gallery {
	display: grid;
	gap: 1.2rem;
}

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

.menu-preview img,
.menu-gallery__item img,
.gallery-card img {
	width: 100%;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
	transition: transform 220ms ease, filter 220ms ease;
}

.menu-preview figure,
.menu-gallery__item,
.gallery-card {
	margin: 0;
}

.highlight-grid__panel {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
	align-self: center;
	height: auto;
	padding: 1.5rem 1.6rem;
	max-width: 32rem;
	justify-self: end;
	backdrop-filter: blur(6px);
}

.highlight-grid--single {
	grid-template-columns: 1fr;
}

.check-list {
	display: grid;
	gap: 0.8rem;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 1.7rem;
	line-height: 1.55;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 999px;
	background: rgba(255, 248, 239, 0.88);
	box-shadow: 0 0 0 6px rgba(255, 248, 239, 0.1);
}

.check-list li + li {
	margin-top: 0;
}

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

.gallery-card {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.gallery-card--hidden {
	display: none;
}

.gallery-card figcaption {
	color: rgba(44, 38, 31, 0.74);
}

.gallery-grid__actions {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.button--gallery-more {
	min-width: 12rem;
}

.media-card__link {
	display: block;
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.gallery-card .media-card__link {
	aspect-ratio: 4 / 5;
	background: rgba(31, 44, 26, 0.08);
}

.media-card__link:hover img,
.media-card__link:focus-visible img {
	transform: scale(1.03);
	filter: saturate(1.04);
}

.media-carousel {
	position: relative;
	display: block;
}

.media-carousel__viewport {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.media-carousel__track {
	display: flex;
	gap: 1.2rem;
	padding: 0.35rem 0 0.75rem;
	width: max-content;
	will-change: transform;
}

.media-carousel__track::-webkit-scrollbar {
	display: none;
}

.media-carousel__item {
	flex: 0 0 clamp(15rem, 24vw, 22rem);
}

.gallery-card--placeholder,
.menu-gallery__item--placeholder {
	place-items: center;
	min-height: 100%;
	padding: 2rem;
	background:
		linear-gradient(145deg, rgba(237, 226, 209, 0.9), rgba(255, 255, 255, 0.9)),
		repeating-linear-gradient(45deg, rgba(52, 69, 45, 0.05), rgba(52, 69, 45, 0.05) 12px, transparent 12px, transparent 24px);
	border: 1px dashed rgba(52, 69, 45, 0.24);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.gallery-card__label {
	margin: 0 0 0.65rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--terracotta);
}

.page-hero--simple,
.page-hero--events,
.page-hero--catering {
	background:
		linear-gradient(135deg, rgba(31, 44, 26, 0.96), rgba(52, 69, 45, 0.94)),
		radial-gradient(circle at bottom right, rgba(162, 109, 81, 0.35), transparent 34%);
}

.page-hero--simple p,
.page-hero--events p,
.page-hero--catering p {
	color: rgba(255, 255, 255, 0.84);
}

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

.menu-gallery__item figcaption {
	margin-top: 0.85rem;
	color: rgba(44, 38, 31, 0.74);
}

.gallery-card img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.site-footer {
	padding: 4rem 0 1.6rem;
	background: #fbf6ee;
	border-top: 1px solid rgba(52, 69, 45, 0.1);
}

.contact-list {
	padding: 0;
	list-style: none;
}

.contact-list li + li {
	margin-top: 0.8rem;
}

.contact-list li {
	white-space: normal;
}

.map-frame {
	overflow: hidden;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow);
}

.map-note {
	margin-top: 0.8rem;
	font-size: 0.92rem;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 2rem;
}

.site-footer__copy a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.site-footer__copy a:hover,
.site-footer__copy a:focus-visible {
	color: var(--terracotta);
}

.menu--footer {
	justify-content: flex-start;
}

.entry-content > *:first-child,
.section-intro > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child,
.section-intro > *:last-child {
	margin-bottom: 0;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem;
	background: rgba(14, 16, 12, 0.88);
	backdrop-filter: blur(12px);
}

.lightbox[hidden] {
	display: none;
}

.lightbox__stage {
	max-width: min(78rem, 100%);
	margin: 0 auto;
}

.lightbox__figure {
	margin: 0;
}

.lightbox__figure img {
	max-height: calc(100vh - 8rem);
	width: auto;
	margin: 0 auto;
	border-radius: var(--radius-lg);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
}

.lightbox__caption {
	margin-top: 0.9rem;
	text-align: center;
	color: rgba(255, 248, 239, 0.88);
}

.lightbox__close,
.lightbox__nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: var(--white);
	cursor: pointer;
}

.lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.scroll-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 40;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 999px;
	background: rgba(31, 44, 26, 0.92);
	color: var(--white);
	box-shadow: 0 18px 38px rgba(31, 44, 26, 0.24);
	cursor: pointer;
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	pointer-events: none;
	transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.scroll-top.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.scroll-top:hover,
.scroll-top:focus-visible {
	background: var(--terracotta);
}

@media (max-width: 980px) {
	.site-header {
		position: static;
	}

	.site-header__inner,
	.grid-two,
	.highlight-grid,
	.contact-strip,
	.site-footer__grid,
	.cards,
	.cards--two,
	.menu-preview,
	.gallery-grid,
	.menu-gallery,
	.site-footer__bottom {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero {
		min-height: auto;
	}

	.hero__content,
	.page-hero .container {
		padding: 3.6rem 0;
	}

	.media-carousel__viewport {
		mask-image: none;
	}

	.hero--single.hero--fixed-desktop {
		background-attachment: scroll, scroll;
	}
}

@media (max-width: 640px) {
	.site-branding {
		align-items: flex-start;
	}

	.site-branding__logo img,
	.custom-logo {
		height: 70px;
	}

	.container {
		width: min(100% - 1.2rem, 1180px);
	}

	.hero h1 {
		max-width: none;
		font-size: 2.55rem;
	}

	.section {
		padding: 4rem 0;
	}

	.section--home-gallery {
		padding: 2.75rem 0 3.25rem;
	}

	.section--intro {
		padding: 2.5rem 0 1rem;
	}

	.section--cards {
		padding: 0 0 2rem;
	}

	.feature-card,
	.highlight-grid__panel,
	.contact-panel,
	.post-card {
		padding: 1.35rem;
	}

	.lightbox {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.lightbox__nav {
		display: none;
	}

	.lightbox__figure img {
		max-height: calc(100vh - 6rem);
		width: 100%;
	}
}
