/* ==========================================================================
   8 Century Events & Catering — Main Styles
   ========================================================================== */

:root {
	--burgundy: #631b1b;
	--burgundy-dark: #4a1414;
	--burgundy-footer: #3d1010;
	--gold: #c5a059;
	--gold-light: #e8d4a8;
	--gold-champagne: #fff1c1;
	--gold-mid: #e6c56f;
	--gold-deep: #9c7a2f;
	--gold-gradient-hover: linear-gradient(180deg, var(--gold-champagne) 0%, var(--gold-mid) 50%, var(--gold-deep) 100%);
	--gold-gradient-hover-lr: linear-gradient(90deg, var(--gold-champagne) 0%, var(--gold-mid) 50%, var(--gold-deep) 100%);
	--white: #ffffff;
	--off-white: #faf8f8;
	--charcoal: #2a2a2a;
	--text: #4a4a4a;
	--font-serif: "Lora", Georgia, serif;
	--font-sans: "Lora", Georgia, serif;
	--container: 1200px;
	--header-height: 100px;
	--transition: 0.3s ease;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.7;
	color: var(--text);
	background: var(--off-white);
}

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

a {
	color: var(--burgundy);
	text-decoration: none;
	transition: color var(--transition), opacity var(--transition);
}

a:hover:not(.btn) {
	color: var(--gold);
}

.container {
	width: min(100% - 2.5rem, var(--container));
	margin-inline: auto;
}

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

.section-padding {
	padding: 5rem 0;
}

.section-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.section-heading__title {
	font-family: var(--font-serif);
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 600;
	color: var(--burgundy);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0 0 0.75rem;
}

.section-heading__subtitle {
	margin: 0;
	font-size: 0.95rem;
	color: var(--text);
}

.section-heading__flourish,
.hero__flourish {
	display: block;
	width: 120px;
	height: 20px;
	margin: 1.25rem auto 0;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20'%3E%3Cpath d='M0 10 Q30 0 60 10 T120 10' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.section-cta {
	text-align: center;
	margin-top: 2.5rem;
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 0.75rem 2rem;
	font-family: var(--font-sans);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.btn--primary {
	background: var(--burgundy);
	color: var(--white);
	border-color: var(--burgundy);
}

.btn--primary:hover {
	background: var(--burgundy-dark);
	color: var(--white);
	border-color: var(--burgundy-dark);
}

.btn--white {
	background: var(--white);
	color: var(--burgundy);
	border-color: var(--white);
}

.btn--white:hover {
	background: var(--gold-light);
	color: var(--burgundy);
}

.btn--gold {
	background: var(--gold);
	color: var(--burgundy-dark);
	border-color: var(--gold);
}

.btn--book {
	background: var(--burgundy);
	color: var(--white);
	padding: 0.6rem 1.5rem;
	font-size: 0.75rem;
}

.btn--book-header {
	background: var(--white);
	color: #1a1a1a;
	padding: 0.55rem 1.75rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-radius: 50px;
	white-space: nowrap;
	border: 1px solid transparent;
	box-shadow: none;
}

.btn--book-header:hover,
.btn--book-header:focus-visible {
	background: var(--gold-gradient-hover);
	color: #1a1a1a;
	border-color: var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.28);
}

/* Gold frames */
.gold-frame {
	border: 2px solid var(--gold);
}

.gold-frame--circle {
	border-radius: 50%;
	overflow: hidden;
}

.gold-frame--box {
	background: var(--white);
}

/* Header */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.site-header__top {
	position: relative;
	line-height: 0;
	overflow: visible;
}

.site-header__top-bg {
	width: 100%;
	height: auto;
	display: block;
	min-height: 88px;
	object-fit: cover;
	object-position: top center;
}

.site-header .site-logo {
	position: absolute;
	left: 50%;
	top: 62%;
	transform: translate(-50%, -40%);
	z-index: 3;
	display: block;
	width: clamp(88px, 10vw, 128px);
	height: clamp(88px, 10vw, 128px);
}

.site-header .site-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 58%;
	border-radius: 50%;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.site-header__bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.5rem 0.25rem;
	min-height: 48px;
}

.site-header__menu-row {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: clamp(1.25rem, 2.5vw, 2rem);
	max-width: 100%;
}

.site-header__bar .site-nav {
	flex: 0 1 auto;
	display: flex;
	justify-content: center;
}

.site-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(0.85rem, 2vw, 1.75rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header--home .site-nav__list a,
.site-header--home .site-header__social a {
	color: var(--white);
}

.site-nav__list a {
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: capitalize;
}

.site-nav__list a:hover {
	color: var(--gold-light);
}

.site-header__menu-row .btn--book-header {
	position: static;
	transform: none;
	flex-shrink: 0;
	margin-left: clamp(0.5rem, 1.5vw, 1.25rem);
}

.site-header__social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0.35rem 1rem 0.85rem;
}

.site-header__social li {
	line-height: 0;
}

.site-header__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	color: var(--white);
	background: transparent;
	transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.site-header__social a svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.site-header__social a:hover,
.site-header__social a:focus-visible {
	border-color: var(--gold-light);
	color: var(--gold-light);
}

.site-header__toggle {
	display: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
	z-index: 5;
}

.site-header__toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--white);
}

.mobile-nav {
	display: none;
	background: var(--burgundy-dark);
	padding: 1rem;
}

.mobile-nav .site-nav__list {
	flex-direction: column;
	gap: 0.75rem;
}

.mobile-nav .site-nav__list a {
	color: var(--white);
}

/* Non-home header */
body:not(.page-home) .site-header {
	position: relative;
	background: var(--burgundy);
}

body:not(.page-home) .site-header__top-bg {
	display: none;
}

body:not(.page-home) .site-header .site-logo {
	position: static;
	transform: none;
	padding: 1rem;
}

body:not(.page-home) .site-nav__list a,
body:not(.page-home) .site-header__social a {
	color: var(--white);
}

/* Hero */
.hero {
	--hero-height: 100vh;
	position: relative;
	min-height: var(--hero-height);
	overflow: hidden;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slide,
.hero-slide__bg {
	height: 100%;
	min-height: var(--hero-height);
}

.hero-slider {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-slider .slick-slide {
	height: var(--hero-height);
}

.hero-slide__bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background-color: transparent;
	background-image:
		linear-gradient(180deg, #121212 9.69%, rgba(18, 18, 18, 0) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 47.77%, #000000 98.6%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.hero__content {
	position: absolute;
	left: 50%;
	top: 54%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: min(100% - 2rem, 920px);
	text-align: center;
	color: var(--white);
	padding: 0 1rem;
}

.hero__title {
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

.hero__flourish-img {
	display: block;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.hero__flourish-img--top {
	max-width: min(570px, 92vw);
	margin: 1rem auto 1.25rem;
}

.hero__flourish-img--bottom {
	max-width: min(480px, 80vw);
	margin: 1.25rem auto 0.5rem;
}

.hero__subtitle {
	max-width: 640px;
	margin: 0 auto;
	font-size: clamp(0.9rem, 1.6vw, 1.05rem);
	line-height: 1.65;
	color: var(--white);
	font-weight: 400;
}

/* Slider controls sit on the hero image, above the gold curb (design) */
.hero__controls-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: clamp(10rem, 14vh, 11rem);
	z-index: 6;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.hero__controls {
	position: static;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	min-height: 30px;
	pointer-events: auto;
}

.hero__controls-wrap.is-hidden,
.hero__controls-wrap:has(.hero__controls.is-hidden) {
	display: none;
}

.hero__controls.is-hidden {
	display: none;
}

.hero__controls .slick-dots {
	position: static;
	display: flex !important;
	align-items: center;
	gap: 0.5rem;
	width: auto;
	bottom: auto;
}

.hero__controls .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.hero__controls .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}

.hero__controls .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid var(--white);
	border-radius: 50%;
	opacity: 1;
	background: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero__controls .slick-dots li.slick-active button::before {
	background: var(--white);
	border-color: var(--white);
}

.hero-arrow {
	position: static;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--white);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity var(--transition);
	flex-shrink: 0;
}

/* Override Slick theme (absolute left/right on the hero edges). */
.hero__controls .hero-arrow.slick-arrow {
	display: flex !important;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
}

.hero__controls .hero-arrow.slick-arrow::before {
	display: none !important;
	content: none !important;
}

.hero-arrow img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	pointer-events: none;
}

.hero-arrow span {
	display: block;
	font-weight: 400;
	line-height: 1;
}

.hero-arrow:hover {
	opacity: 0.85;
}

.hero-slider .slick-arrow {
	display: none !important;
}

.hero__curve-gold {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 4;
	pointer-events: none;
	line-height: 0;
}

.hero__curve-gold img {
	width: 100%;
	height: auto;
	display: block;
}

.page-home .homepage-sections > .elegance {
	margin-top: -1px;
}

.page-home .site-main {
	padding-top: 0;
}

/* Elegance slider */
.elegance {
	position: relative;
	background: #ffffff;
	overflow-x: hidden;
}

.elegance__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.12;
	pointer-events: none;
}

.elegance__inner {
	position: relative;
	z-index: 1;
}

.elegance-slider {
	--elegance-zoom-speed: 0.15s;
	margin-bottom: 0;
}

.elegance-slider--row3 {
	/* Tallest card: 600px image + 30px padding + footer + border */
	--elegance-card-slot: 720px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-block: 20px;
}

.elegance-slider--row3 .slick-list {
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	min-height: var(--elegance-card-slot);
}

.elegance-slider--row3 .slick-track {
	min-height: var(--elegance-card-slot);
}

.elegance-slider:not(.elegance-slider--row3) .slick-list {
	overflow: visible;
}

.elegance-slider .slick-track {
	display: flex;
	align-items: center;
}

.elegance-slider--row3 .slick-slide {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: var(--elegance-card-slot) !important;
	min-height: var(--elegance-card-slot) !important;
}

.elegance-slider .slick-slide {
	padding: 0 8px;
}

.elegance-slide__card {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding: 30px;
	border: 4px solid var(--gold);
	background: var(--white);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.elegance-slide__body {
	display: flex;
	flex-direction: column;
	background: var(--white);
}

.elegance-slide__image {
	line-height: 0;
	overflow: hidden;
}

.elegance-slide__image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	transition: height var(--elegance-zoom-speed) ease-out;
}

.elegance-slider .slick-slide.is-featured .elegance-slide__image img {
	height: 580px;
}

.elegance-slide__footer {
	background: var(--burgundy);
	color: var(--white);
	min-height: 48px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
	text-align: center;
}

.elegance-slide__footer > .elegance-slide__label-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.7rem 0.75rem;
}

.elegance-slide__label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0.7rem 0.75rem;
	color: var(--white);
	text-decoration: none;
	transition: background var(--transition);
}

.elegance-slide__label:hover,
.elegance-slide__label:focus-visible {
	background: var(--burgundy-dark);
	color: var(--white);
}

.elegance-slide__label-text {
	font-family: var(--font-serif);
	font-size: clamp(0.85rem, 1.5vw, 1rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
}

.elegance__bottom {
	margin-top: 2rem;
}

.elegance__description {
	max-width: 1050px;
	margin: 0 auto;
	text-align: center;
	font-family: var(--font-serif);
	font-size: clamp(0.88rem, 1.4vw, 0.98rem);
	line-height: 1.75;
	color: var(--text);
}

.elegance__description p {
	margin: 0 0 1rem;
}

.elegance__description p:last-child {
	margin-bottom: 0;
}

.elegance__controls {
	display: grid;
	grid-template-columns: 30px auto 30px;
	align-items: center;
	justify-content: center;
	column-gap: 0.75rem;
	margin-top: 1.5rem;
	min-height: 30px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.elegance__controls .slick-prev,
.elegance__controls .elegance-arrow--prev {
	grid-column: 1;
	grid-row: 1;
}

.elegance__controls .slick-dots {
	grid-column: 2;
	grid-row: 1;
	position: static;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: auto;
	bottom: auto;
	margin: 0;
	padding: 0;
}

.elegance__controls .slick-next,
.elegance__controls .elegance-arrow--next {
	grid-column: 3;
	grid-row: 1;
}

.elegance__controls .slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 30px;
	margin: 0;
}

.elegance__controls .slick-dots li button {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.elegance__controls .slick-dots li button::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid var(--burgundy);
	border-radius: 50%;
	opacity: 1;
	background: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.elegance__controls .slick-dots li.slick-active button::before {
	background: var(--burgundy);
	border-color: var(--burgundy);
}

.elegance__controls .slick-prev,
.elegance__controls .slick-next,
.elegance__controls .elegance-arrow.slick-arrow {
	position: static;
	display: flex !important;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	align-items: center;
	justify-content: center;
	transform: none;
	top: auto;
	left: auto;
	right: auto;
	cursor: pointer;
}

.elegance__controls .slick-prev::before,
.elegance__controls .slick-next::before,
.elegance__controls .elegance-arrow.slick-arrow::before {
	display: none !important;
	content: none !important;
}

.elegance__controls .slick-prev.slick-hidden,
.elegance__controls .slick-next.slick-hidden {
	display: flex !important;
}

.elegance__controls .elegance-arrow img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	pointer-events: none;
}

.elegance__cta.section-cta {
	margin-top: 1.75rem;
}

.btn--elegance {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.6vw, 1.1rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: none;
	padding: 0.85rem 2.75rem;
	transition:
		background var(--transition),
		color var(--transition),
		border-color var(--transition),
		box-shadow var(--transition);
}

.btn--primary.btn--elegance:hover,
.btn--primary.btn--elegance:focus-visible {
	background: var(--gold-gradient-hover);
	color: #1a1a1a;
	border: 1px solid var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* About */
.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: clamp(1.75rem, 3vw, 2.75rem);
	align-items: center;
}

.about__images {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 100%;
	padding-bottom: 12%;
	overflow: hidden;
}

/* Match design: gold border + white mat + shadow on BOTH frames */
.about__frame {
	line-height: 0;
	background: var(--white);
	padding: clamp(0.75rem, 1.6vw, 1.125rem);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.about__frame--main {
	position: relative;
	z-index: 1;
	width: 68%;
}

.about__frame--alt {
	position: absolute;
	left: 30%;
	top: 30%;
	z-index: 2;
	width: 70%;
}

.about__img {
	width: 100%;
	object-fit: cover;
	display: block;
	border: 0;
}

.about__img--main {
	width: 560px;
    height: 480px;
}

.about__img--alt {
	width: 500px;
    height: 350px;
}

.about__content {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.about__title {
	font-family: var(--font-serif);
	color: var(--burgundy);
	font-size: 44px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 1.25rem;
}

.about__text {
	font-size: 1rem;
	line-height: 1.75;
}

.about__text p {
	margin: 0 0 1rem;
}

.about__text p:last-child {
	margin-bottom: 0;
}

.about__content .btn--primary {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.6vw, 1.1rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: none;
	padding: 0.85rem 2.75rem;
	transition:
		background var(--transition),
		color var(--transition),
		border-color var(--transition),
		box-shadow var(--transition);
}

.about__content .btn {
	display: inline-block;
	margin-top: 1.75rem;
}

.about__content .btn--primary:hover,
.about__content .btn--primary:focus-visible {
	background: var(--gold-gradient-hover-lr);
	color: #1a1a1a;
	border: 1px solid var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* Features */
.features__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.features__image {
	margin: 0 auto 1rem;
	text-align: center;
	line-height: 0;
}

.features__image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	border: 0;
}

.features__title {
	font-family: var(--font-serif);
	color: var(--burgundy);
	font-size: 1rem;
	text-align: center;
	margin: 0 0 0.5rem;
}

.features__desc {
	text-align: center;
	font-size: 0.9rem;
	margin: 0;
}

/* Partners logo marquee */
.partners {
	--partners-marquee-duration: 22s;
	background: var(--burgundy);
	padding: 2.25rem 0;
	overflow: hidden;
}

.partners__marquee {
	overflow: hidden;
	width: 100%;
}

.partners__track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: partners-marquee var(--partners-marquee-duration) linear infinite;
	will-change: transform;
}

.partners__marquee:hover .partners__track {
	animation-play-state: paused;
}

@keyframes partners-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.partners__track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: var(--container);
		margin-inline: auto;
	}
}

.partners__slide {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 240px;
	height: 80px;
	margin: 0 12px;
	padding: 0 1.25rem;
	background: var(--white);
	border-radius: 999px;
	line-height: 0;
}

.partners__slide img {
	display: block;
	width: 100%;
	max-width: 190px;
	height: 48px;
	object-fit: contain;
	object-position: center;
	border: 0;
}

/* Culinary */
.culinary__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	align-items: stretch;
}

.culinary-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
	text-align: center;
	padding: 30px;
}

.culinary-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	color: inherit;
	text-decoration: none;
}

.culinary-card__link:hover,
.culinary-card__link:focus-visible {
	color: inherit;
}

.culinary-card__media {
	line-height: 0;
	flex: 1 1 auto;
}

.culinary-card__media img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.culinary-card__footer {
	flex-shrink: 0;
	background: var(--burgundy);
	padding: 0.9rem 1rem;
}

.culinary-card__label {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 1rem;
	font-weight: 600;
	color: var(--white);
	line-height: 1.35;
}

.culinary__cta.section-cta {
	margin-top: 2.5rem;
}

.culinary__cta .btn--primary:hover,
.culinary__cta .btn--primary:focus-visible {
	background: var(--gold-gradient-hover-lr);
	color: #1a1a1a;
	border: 1px solid var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* CTA banner */
.cta-banner {
	position: relative;
	min-height: 300px;
	padding: 4rem 0;
	background-color: var(--burgundy);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.cta-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(99, 27, 27, 0.25) 0%,
		rgba(99, 27, 27, 0.65) 38%,
		rgba(99, 27, 27, 0.92) 52%,
		var(--burgundy) 58%
	);
}

.cta-banner__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	min-height: 220px;
}

.cta-banner__content {
	grid-column: 2;
	max-width: 34rem;
	padding: 1rem 0;
}

.cta-banner__title {
	font-family: var(--font-serif);
	color: var(--white);
	font-size: clamp(1.35rem, 2.6vw, 2.15rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-transform: none;
	margin: 0 0 1rem;
}

.cta-banner__text {
	margin: 0 0 1.75rem;
	color: var(--white);
	font-family: var(--font-serif);
	font-size: clamp(0.9rem, 1.25vw, 1.05rem);
	line-height: 1.65;
}

.btn--cta {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 0.85rem 2.5rem;
}

.btn--white.btn--cta:hover,
.btn--white.btn--cta:focus-visible {
	background: var(--gold-gradient-hover-lr);
	color: #1a1a1a;
	border-color: var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* Testimonials */
.testimonials {
	position: relative;
	background-color: var(--off-white);
	background-size: cover;
	background-position: center;
}

.testimonials__overlay {
	position: absolute;
	inset: 0;
	background: rgba(250, 248, 245, 0.9);
}

.testimonials__inner {
	position: relative;
	z-index: 1;
}

.testimonials .section-heading__title {
	text-transform: none;
	letter-spacing: 0.02em;
}

.testimonials__frame {
	overflow: hidden;
	padding: 30px;
}

.testimonials-slider {
	margin: 0;
}

.testimonials-slider .slick-list,
.testimonials-slider .slick-track,
.testimonials-slider .slick-slide {
	height: 100%;
}

.testimonials-slider .slick-slide > div {
	height: 100%;
}

.testimonial-slide__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	min-height: 340px;
}

.testimonial-slide__image {
	line-height: 0;
	min-height: 340px;
}

.testimonial-slide__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
}

.testimonial-slide__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 340px;
	padding: 2.25rem 2.5rem 2rem;
	background: var(--white);
}

.testimonial-slide__quote {
	display: block;
	line-height: 0;
	margin: 0 0 0.75rem;
}

.testimonial-slide__quote img {
	display: block;
	width: 48px;
	height: auto;
}

.testimonial-slide__text {
	margin: 0 0 1.5rem;
	font-family: var(--font-serif);
	font-size: 1rem;
	font-style: normal;
	line-height: 1.75;
	color: var(--text);
}

.testimonial-slide__name {
	margin-top: auto;
	font-family: var(--font-serif);
	font-size: 1.05rem;
	font-weight: 700;
	font-style: normal;
	color: var(--burgundy);
}

.testimonials__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.75rem;
}

.testimonials__controls .slick-dots {
	position: static;
	display: flex !important;
	align-items: center;
	gap: 0.5rem;
	width: auto;
	margin: 0;
	padding: 0;
}

.testimonials__controls .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.testimonials__controls .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
}

.testimonials__controls .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid var(--burgundy);
	border-radius: 50%;
	opacity: 1;
	background: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonials__controls .slick-dots li.slick-active button::before {
	background: var(--burgundy);
	border-color: var(--burgundy);
}

.testimonials__controls .slick-prev,
.testimonials__controls .slick-next,
.testimonials__controls .elegance-arrow.slick-arrow {
	position: static;
	display: flex !important;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	align-items: center;
	justify-content: center;
	transform: none;
	top: auto;
	left: auto;
	right: auto;
	cursor: pointer;
	flex-shrink: 0;
}

.testimonials__controls .slick-prev::before,
.testimonials__controls .slick-next::before,
.testimonials__controls .elegance-arrow.slick-arrow::before {
	display: none !important;
	content: none !important;
}

.testimonials__controls .elegance-arrow img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	pointer-events: none;
}

.testimonials__controls .elegance-arrow:hover {
	opacity: 0.85;
}

.testimonials__controls .slick-prev.slick-hidden,
.testimonials__controls .slick-next.slick-hidden {
	display: flex !important;
}

.testimonials-slider .slick-arrow {
	display: none !important;
}

/* Gallery */
.gallery {
	background: var(--burgundy);
	color: var(--white);
}

.gallery__title {
	font-family: var(--font-serif);
	text-align: center;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 600;
	margin: 0 0 2rem;
	letter-spacing: 0.06em;
}

.gallery__frame {
	padding: 0.75rem;
	background: var(--burgundy);
}

.gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.65rem;
	align-items: start;
}

.gallery__col {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.gallery__item {
	margin: 0;
	line-height: 0;
	overflow: hidden;
}

.gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__item--landscape img {
	aspect-ratio: 4 / 3;
}

.gallery__item--tall img {
	aspect-ratio: 3 / 4;
}

.gallery__cta.section-cta {
	margin-top: 2rem;
}

.gallery__cta .btn--gallery {
	font-family: var(--font-serif);
	font-size: clamp(0.95rem, 1.4vw, 1.1rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 0.85rem 2.5rem;
}

.gallery__cta .btn--white.btn--gallery:hover,
.gallery__cta .btn--white.btn--gallery:focus-visible {
	background: var(--gold-gradient-hover-lr);
	color: #1a1a1a;
	border-color: var(--gold-deep);
	box-shadow: inset 0 0 0 1px var(--gold-deep), 0 3px 12px rgba(0, 0, 0, 0.2);
}

/* Booking */
.booking {
	background: var(--off-white);
}

.booking--fullwidth.section-padding {
	padding-inline: 0;
	padding: 0;
}

.booking--fullwidth .booking__frame {
	width: 100%;
	max-width: none;
}

.booking__frame {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	padding: 0;
	background: var(--burgundy);
}

.booking__layout {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 520px;
}

.booking__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.booking__form-wrap {
	position: relative;
	z-index: 1;
	width: min(100%, 480px);
	padding: 2.25rem 2.5rem 2rem;
	background: rgba(255, 255, 255, 0.96);
	border-left: 2px solid var(--gold);
	border-right: 2px solid var(--gold);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	width: 600px;
}

.booking__title {
	font-family: var(--font-serif);
	color: var(--charcoal);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	margin: 0 0 0.75rem;
}

.booking__subtitle {
	margin: 0 0 1.75rem;
	font-family: var(--font-serif);
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--text);
}

.booking-form__row {
	margin-bottom: 1.25rem;
}

.booking-form__row--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

.booking-form__col {
	min-width: 0;
}

.booking-form label {
	display: block;
	font-family: var(--font-serif);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 0.4rem;
	color: var(--charcoal);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
	width: 100%;
	padding: 0.45rem 0;
	border: none;
	border-bottom: 1px solid #8a8a8a;
	border-radius: 0;
	background: transparent;
	font-family: var(--font-serif);
	font-size: 0.95rem;
	color: var(--charcoal);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
	outline: none;
	border-bottom-color: var(--burgundy);
}

.booking-form textarea {
	resize: vertical;
	min-height: 4rem;
}

.btn--booking-submit {
	font-family: var(--font-serif);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: none;
	padding: 0.85rem 2.75rem;
	margin-top: 0.5rem;
}

.booking-form__status {
	margin-top: 1rem;
	font-size: 0.9rem;
}

.booking-form__status.is-success {
	color: #1a6b1a;
}

.booking-form__status.is-error {
	color: #a11;
}

/* Contact map */
.contact-map {
	background: #e9e6e2;
}

.contact-map__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	min-height: 420px;
}

/* Left column aligns to site container; right map bleeds full width */
.contact-map__left {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding-left: max(1.25rem, calc((100vw - var(--container)) / 2));
	background: transparent;
	overflow: visible;
}

@media (max-width: 1240px) {
	.contact-map__left {
		padding-left: 1.25rem;
	}
}

.contact-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	text-align: center;
	background: var(--white);
	position: relative;
	/* Match design: card shadow (border is an outer frame) */
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
	width: 100%;
	max-width: 450px;
	border: none;
}

/* Outer gold frame with ~30px offset (like the mockup) */
.contact-card::before {
	content: "";
	position: absolute;
	inset: -30px;
	border: 2px solid var(--gold);
	pointer-events: none;
}

.contact-card__title {
	font-family: var(--font-serif);
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 600;
	color: var(--charcoal);
	margin: 0 0 0.5rem;
}

.contact-card__subtitle {
	margin: 0 0 1.5rem;
	font-family: var(--font-serif);
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--text);
}

.contact-card__logo {
	width: 200px;
	height: auto;
	margin: 0 auto 1.5rem;
}

.contact-card__address {
	margin: 0 0 1.5rem;
	font-family: var(--font-serif);
	font-size: 32px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--burgundy);
}

.contact-card__meta {
	margin-top: auto;
	padding-top: 0.5rem;
	font-size: 0.85rem;
	line-height: 1.6;
	color: var(--text);
}

.contact-card__meta p {
	margin: 0 0 0.35rem;
}

.contact-card__meta a {
	color: var(--text);
	text-decoration: none;
}

.contact-card__meta a:hover {
	color: var(--burgundy);
}

.contact-card__phone {
	color: var(--text);
}

.contact-map__embed {
	min-height: 500px;
	height: 100%;
	background: #ddd;
}

.contact-map__embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

/* Footer */
.site-footer {
	background: #6F1D1B;
	color: var(--white);
	padding: 2.5rem 0 1.75rem;
}

.site-footer__top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.25rem;
	align-items: center;
	padding-bottom: 1.25rem;
}

.site-footer__nav {
	justify-self: self-start;
}

.site-footer__newsletter {
	justify-self: end;
}

.site-footer__menu {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	grid-auto-flow: row;
	column-gap: 2.75rem;
	row-gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.site-footer__menu a {
	color: var(--white);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	opacity: 0.9;
}

.newsletter-form {
	display: flex;
	gap: 0.6rem;
	align-items: center;
	justify-content: flex-end;
}

.newsletter-form input {
	padding: 0.55rem 0.9rem;
	border: none;
	border-radius: 6px;
	min-width: 260px;
}

.newsletter-form__btn {
	padding: 0.55rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: var(--white);
	color: #1a1a1a;
	font-family: var(--font-serif);
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background var(--transition), color var(--transition), opacity var(--transition);
}

.newsletter-form__btn:hover,
.newsletter-form__btn:focus-visible {
	background: var(--gold-light);
	color: #1a1a1a;
}

.site-footer__social {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.9rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--white);
	opacity: 0.95;
	transition: opacity var(--transition), color var(--transition);
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	opacity: 1;
	color: var(--gold-light);
}

.site-footer__social svg {
	display: block;
	width: 22px;
	height: 22px;
}

.site-footer__hours {
	margin-top: 0.75rem;
}

.site-footer__divider {
	height: 0;
	margin: 0.75rem 0 1.75rem;
	border-top: 2px dotted var(--gold);
	opacity: 0.9;
}

.site-footer__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr;
	gap: 2.5rem;
	align-items: start;
}

.site-footer__col--legal {
	text-align: right;
	justify-self: end;
}

.site-footer__heading {
	margin: 0 0 0.75rem;
	font-family: var(--font-serif);
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--white);
	opacity: 0.95;
}

.site-footer__text {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	line-height: 1.6;
	opacity: 0.85;
}

.site-footer__text a {
	color: var(--white);
	opacity: 0.85;
}

.site-footer__text a:hover {
	opacity: 1;
	color: var(--gold-light);
}

.site-footer__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.45rem 0.65rem;
}

.site-footer__legal {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.5;
	opacity: 0.85;
	white-space: nowrap;
}

.site-footer__meta-sep {
	font-size: 0.72rem;
	line-height: 1;
	opacity: 0.45;
}

.site-footer__powered {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem 0.55rem;
}

.site-footer__powered-label {
	font-size: 0.72rem;
	opacity: 0.85;
	white-space: nowrap;
}

.site-footer__powered-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	transition: opacity var(--transition);
}

.site-footer__powered-link:hover,
.site-footer__powered-link:focus-visible {
	opacity: 0.85;
}

.site-footer__powered-link img {
	display: block;
	width: auto;
	height: 20px;
	max-width: 100px;
}

/* Page content */
.page-content {
	padding: 8rem 0 4rem;
}

.page-content__title {
	font-family: var(--font-serif);
	color: var(--burgundy);
}

/* Slick overrides */
.slick-slide {
	outline: none;
}

/* Responsive */
@media (max-width: 1024px) {
	.features__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.culinary__grid {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin: 0 auto;
	}

	.about__grid,
	.testimonial-slide__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.contact-map__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.contact-card {
		min-height: 0;
		padding: 2rem 1.5rem;
	}

	.contact-map__embed,
	.contact-map__embed iframe {
		min-height: 320px;
	}

	.testimonial-slide__image,
	.testimonial-slide__image img,
	.testimonial-slide__content {
		min-height: 260px;
	}

	.testimonial-slide__content {
		padding: 1.75rem 1.5rem;
	}

	.about__images {
		padding-bottom: 30%;
	}

	.about__frame--alt {
		left: 30%;
		top: 48%;
		width: 68%;
	}

	.about__content {
		max-width: none;
	}

	.booking__frame,
	.booking__layout {
		min-height: 0;
	}

	.booking__layout {
		justify-content: center;
		padding-block: 1.5rem;
	}

	.booking__form-wrap {
		width: min(100%, 480px);
		padding: 1.75rem 1.5rem;
	}

	.booking-form__row--split {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cta-banner__overlay {
		background: linear-gradient(
			180deg,
			rgba(99, 27, 27, 0.35) 0%,
			rgba(99, 27, 27, 0.88) 45%,
			var(--burgundy) 70%
		);
	}

	.cta-banner__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.cta-banner__content {
		grid-column: 1;
		max-width: none;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.site-header__bar {
		padding: 0.75rem 3.5rem 0.25rem;
		justify-content: flex-end;
	}

	.site-header__menu-row {
		display: none;
	}

	.site-header__toggle {
		display: flex;
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
	}

	.site-header.is-open .mobile-nav {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}

	.gallery__grid {
		grid-template-columns: 1fr 1fr;
	}

	.site-footer__top {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.site-footer__nav,
	.site-footer__newsletter {
		justify-self: center;
	}

	.site-footer__menu {
		justify-content: center;
	}

	.newsletter-form {
		justify-content: center;
	}

	.site-footer__bottom {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 1.5rem;
	}

	.site-footer__col--legal {
		justify-self: center;
		text-align: center;
	}

	.site-footer__meta {
		justify-content: center;
	}

	.site-footer__legal {
		white-space: normal;
	}

	.elegance-slider--row3 {
		--elegance-card-slot: 540px;
		padding-block: 12px;
	}

	.elegance-slide__image img {
		height: 360px;
	}

	.elegance-slider .slick-slide.is-featured .elegance-slide__image img {
		height: 420px;
	}
}

@media (max-width: 480px) {
	.features__grid {
		grid-template-columns: 1fr;
	}

	.gallery__grid {
		grid-template-columns: 1fr;
	}
}
