:root {
  --paper: #f7efd9;
  --paper-deep: #eadcba;
  --ink: #1b2d25;
  --green: #063f32;
  --green-2: #0a5743;
  --red: #8f1919;
  --red-2: #651111;
  --gold: #c99a46;
  --gold-pale: #e4c27a;
  --brown: #5f422d;
  --white: #fffdf6;
  --shadow: 0 14px 38px rgba(52, 35, 15, 0.14);
  --container: 1180px;
  --header-height: 86px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(172, 118, 48, 0.07), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(132, 21, 21, 0.045), transparent 22%),
    repeating-linear-gradient(0deg, rgba(90, 64, 32, 0.018) 0, rgba(90, 64, 32, 0.018) 1px, transparent 1px, transparent 4px),
    var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

body.nav-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--header-height);
  border-top: 2px solid var(--gold);
  border-bottom: 1px solid rgba(156, 107, 36, 0.52);
  background: rgba(255, 250, 237, 0.97);
  backdrop-filter: blur(12px);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: var(--header-height);
  padding-left: 138px;
}

.brand {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 3;
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 3px solid #a31516;
  border-radius: 50%;
  background: #f5bd45;
  box-shadow: 0 5px 0 rgba(59, 35, 16, 0.18);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(19px, 2.2vw, 34px);
  width: 100%;
  color: #2a241c;
  font-family: Cambria, Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding-block: 31px 9px;
  white-space: nowrap;
}

.main-nav a:not(.booking-link)::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--red);
  transition: 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  right: 0;
  left: 0;
}

.main-nav a.active {
  color: var(--red);
}

.main-nav .lang {
  padding-inline: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 12px;
}

.booking-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 25px !important;
  border: 1px solid var(--gold);
  color: #fff9e9;
  background: linear-gradient(135deg, #9d2320, #71100f);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  font-family: Cambria, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.booking-link {
  margin-left: 4px;
}

.booking-link:hover,
.btn:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.btn-green {
  background: linear-gradient(135deg, var(--green-2), var(--green));
}

.btn-cream {
  color: var(--red-2);
  background: #f5dfad;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold);
  color: var(--green);
  background: transparent;
  font-size: 25px;
}

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 350px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: #172019;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 12, 9, 0.88) 0%, rgba(8, 12, 9, 0.61) 43%, rgba(8, 12, 9, 0.18) 76%, rgba(8, 12, 9, 0.38) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 55%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-block: 80px 55px;
}

.page-hero .eyebrow,
.section-kicker,
.card-kicker {
  margin: 0 0 8px;
  color: var(--gold-pale);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0 0 8px;
  font-family: Cambria, Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.page-hero .lead {
  max-width: 680px;
  margin: 0;
  font-family: Cambria, Georgia, serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
}

.breadcrumbs {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
  color: #f4d99e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs span {
  color: rgba(255, 255, 255, 0.7);
}

.paper-section {
  position: relative;
  padding: 64px 0;
  border-bottom: 1px solid rgba(179, 128, 59, 0.35);
}

.paper-section::before,
.paper-section::after,
.ornament-box::before,
.ornament-box::after {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
  content: "";
}

.paper-section::before,
.ornament-box::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}

.paper-section::after,
.ornament-box::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.paper-section.alt {
  background: rgba(255, 251, 239, 0.46);
}

.section-heading {
  margin: 0 0 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1.16;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 680px;
  margin: 10px auto 0;
  color: #6a5037;
}

.section-heading::after,
.title-rule::after {
  display: block;
  width: 150px;
  height: 12px;
  margin: 14px auto 0;
  content: "";
  background:
    linear-gradient(var(--gold), var(--gold)) left center/62px 1px no-repeat,
    radial-gradient(circle, var(--red) 0 4px, transparent 4.5px) center/12px 12px no-repeat,
    linear-gradient(var(--gold), var(--gold)) right center/62px 1px no-repeat;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.split.reverse .split-image {
  order: -1;
}

.split-copy h2,
.split-copy h3 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.16;
  text-transform: uppercase;
}

.split-copy .title-rule::after {
  margin-left: 0;
}

.split-copy p {
  color: #614935;
  font-family: Cambria, Georgia, serif;
  font-size: 18px;
}

.split-image {
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--gold);
  border-radius: 6px 42px 6px 42px;
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}

.split-image img {
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.split-image:hover img {
  transform: scale(1.035);
}

[data-lightbox] {
  cursor: zoom-in;
}

.feature-grid,
.value-grid,
.space-grid,
.article-grid,
.dish-grid,
.set-grid {
  display: grid;
  gap: 22px;
}

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

.feature-card,
.article-card,
.dish-card,
.set-card,
.space-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(176, 119, 44, 0.58);
  background: rgba(255, 253, 246, 0.72);
  box-shadow: 0 8px 20px rgba(57, 36, 14, 0.08);
}

.feature-card {
  padding-bottom: 24px;
}

.feature-card img {
  height: 235px;
  object-fit: cover;
}

.feature-card-content {
  padding: 23px 23px 0;
  text-align: center;
}

.number-badge {
  position: absolute;
  top: 203px;
  left: 22px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 2px solid #e2bf79;
  border-radius: 50%;
  color: #f4d99d;
  background: var(--red);
  font-family: Cambria, Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.feature-card h3,
.article-card h3,
.dish-card h3,
.set-card h3,
.space-card h3 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  text-transform: uppercase;
}

.feature-card h3 {
  font-size: 22px;
}

.feature-card p {
  margin-bottom: 0;
  color: #67513d;
}

.icon-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 32px;
  background: rgba(181, 130, 61, 0.35);
  border-block: 1px solid rgba(181, 130, 61, 0.35);
}

.icon-row > div {
  padding: 20px 14px;
  text-align: center;
  background: var(--paper);
}

.icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--green);
  font-size: 25px;
}

.icon-row strong {
  display: block;
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
}

.value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.value-card {
  min-height: 220px;
  padding: 28px 22px;
  border: 1px solid rgba(176, 119, 44, 0.56);
  text-align: center;
  background: rgba(255, 253, 246, 0.65);
}

.value-card .value-icon {
  display: block;
  margin-bottom: 11px;
  color: var(--green);
  font-size: 46px;
  line-height: 1;
}

.value-card h3 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: 21px;
  text-transform: uppercase;
}

.value-card p {
  margin-bottom: 0;
  color: #67513d;
}

.audience-band {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--gold);
  background: var(--white);
}

.audience-band img {
  height: 330px;
  object-fit: cover;
}

.audience-copy {
  padding: clamp(28px, 4vw, 52px);
}

.audience-copy h2 {
  margin-top: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: 32px;
  text-transform: uppercase;
}

.audience-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
  text-align: center;
}

.audience-types strong {
  display: block;
  color: var(--green);
  font-size: 13px;
  text-transform: uppercase;
}

.audience-types span {
  color: #71563d;
  font-size: 12px;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.choice-panel {
  overflow: hidden;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow);
}

.choice-panel-header {
  padding: 14px 24px;
  color: #f6d990;
  background: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.choice-panel.red .choice-panel-header,
.choice-panel.red .choice-panel-body {
  background-color: var(--red-2);
}

.choice-panel-body {
  min-height: 370px;
  padding: 20px;
  color: white;
  background: var(--green);
}

.choice-panel-body img {
  height: 235px;
  object-fit: cover;
  border: 1px solid var(--gold);
}

.choice-panel-body p {
  text-align: center;
}

.choice-actions {
  display: flex;
  justify-content: center;
}

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

.set-card img {
  height: 230px;
  object-fit: cover;
}

.set-card h3 {
  padding: 11px 18px;
  color: #f4d78c;
  background: var(--green);
  text-align: center;
}

.set-card-body {
  padding: 16px 20px 24px;
}

.set-price {
  margin: 0 0 12px;
  color: var(--red);
  font-family: Cambria, Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu-list {
  columns: 2;
  margin: 0 0 18px;
  padding-left: 20px;
  color: #66513c;
  font-family: Cambria, Georgia, serif;
}

.card-action {
  display: flex;
  justify-content: center;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -5px 0 28px;
}

.filter-button {
  min-width: 112px;
  padding: 9px 18px;
  border: 1px solid rgba(172, 116, 45, 0.6);
  color: var(--green);
  background: rgba(255, 252, 239, 0.65);
  font-family: Cambria, Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}

.filter-button:hover,
.filter-button.active {
  color: #f8e6b9;
  background: var(--red);
}

.dish-grid {
  grid-template-columns: repeat(4, 1fr);
}

.dish-card img {
  height: 205px;
  object-fit: cover;
}

.dish-card-content {
  padding: 16px 18px 20px;
  text-align: center;
}

.dish-card h3 {
  font-size: 20px;
}

.dish-card p {
  margin: 8px 0 0;
  color: #6a5139;
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
}

.dish-card.is-hidden,
.article-card.is-hidden {
  display: none;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--gold);
  background: rgba(255, 253, 246, 0.6);
}

.service-strip > div {
  padding: 22px 18px;
  border-right: 1px solid rgba(176, 119, 44, 0.4);
}

.service-strip > div:last-child {
  border-right: 0;
}

.service-strip strong {
  display: block;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  text-transform: uppercase;
}

.service-strip small {
  color: #6d573f;
}

.space-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.space-intro-image {
  overflow: hidden;
  height: 430px;
  border: 1px solid var(--gold);
  border-radius: 40px 6px 40px 6px;
}

.space-intro-image img {
  height: 100%;
  object-fit: cover;
}

.space-intro-copy h2 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  text-transform: uppercase;
}

.space-intro-copy p {
  color: #634d38;
  font-size: 17px;
}

.space-grid {
  grid-template-columns: repeat(2, 1fr);
}

.space-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 315px;
}

.space-card img {
  height: 100%;
  object-fit: cover;
}

.space-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.space-card h3 {
  font-size: 23px;
}

.space-card .capacity {
  margin: 3px 0 10px;
  color: var(--red);
  font-family: Cambria, Georgia, serif;
  font-weight: 700;
}

.space-card p {
  margin: 0 0 18px;
  color: #68513b;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-template-rows: 210px 210px;
  gap: 12px;
}

.gallery-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--gold);
}

.gallery-grid figure:nth-child(1) {
  grid-row: 1 / 3;
}

.gallery-grid figure:nth-child(4) {
  grid-column: 3;
  grid-row: 1 / 3;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.event-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
  border: 1px solid var(--gold);
  background: rgba(255, 253, 246, 0.7);
}

.event-panel img {
  height: 390px;
  object-fit: cover;
}

.event-copy {
  padding: clamp(28px, 4vw, 54px);
}

.event-copy h2 {
  margin: 0 0 18px;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: 36px;
  text-transform: uppercase;
}

.event-list {
  display: grid;
  gap: 18px;
  margin: 22px 0;
}

.event-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.event-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--green);
}

.event-list strong {
  display: block;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  text-transform: uppercase;
}

.featured-article {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  overflow: hidden;
  border: 1px solid var(--gold);
  background: rgba(255, 253, 246, 0.75);
}

.featured-article img {
  height: 430px;
  object-fit: cover;
}

.featured-article-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 55px);
}

.featured-article h2 {
  margin: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: clamp(31px, 4vw, 47px);
  line-height: 1.14;
  text-transform: uppercase;
}

.article-meta {
  margin: 10px 0;
  color: #866543;
  font-size: 13px;
}

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

.article-card img {
  height: 225px;
  object-fit: cover;
}

.article-card-content {
  padding: 21px 22px 25px;
}

.article-card h3 {
  font-size: 23px;
  line-height: 1.18;
}

.article-card p {
  color: #6a513b;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.moment-grid figure {
  position: relative;
  overflow: hidden;
  height: 220px;
  margin: 0;
  border: 1px solid var(--gold);
}

.moment-grid img {
  height: 100%;
  object-fit: cover;
}

.moment-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  color: #fff6dc;
  background: rgba(4, 55, 43, 0.92);
  font-family: Cambria, Georgia, serif;
  text-align: center;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.newsletter > div {
  min-height: 170px;
  padding: 32px;
  border: 1px solid var(--gold);
}

.newsletter h3 {
  margin-top: 0;
  color: var(--green);
  font-family: Cambria, Georgia, serif;
  font-size: 25px;
  text-transform: uppercase;
}

.newsletter-form {
  display: flex;
}

.newsletter input {
  flex: 1;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--gold);
  background: #fffdf6;
}

.newsletter .contact-box {
  color: #fff7dd;
  background: linear-gradient(135deg, var(--red-2), #9a241f);
}

.newsletter .contact-box h3 {
  color: #f2d490;
}

.cta-band {
  padding: 22px 0;
  color: #f5d891;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 30%),
    var(--green);
}

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

.cta-band h2 {
  margin: 0;
  font-family: Cambria, Georgia, serif;
  font-size: clamp(25px, 3vw, 39px);
  text-transform: uppercase;
}

.cta-band p {
  margin: 3px 0 0;
  color: #fff7df;
}

.cta-actions {
  display: flex;
  flex: none;
  gap: 12px;
}

.site-footer {
  color: #f7eed7;
  background: #043a2e;
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.45fr;
  gap: 35px;
  padding-block: 38px 28px;
}

.footer-inner > div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(209, 169, 91, 0.42);
}

.site-footer h3 {
  margin: 0 0 15px;
  color: #e7c46f;
  font-family: Cambria, Georgia, serif;
  font-size: 17px;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: #f0ce76;
}

.contact-list {
  display: grid;
  gap: 11px;
}

.contact-list p {
  margin: 0;
}

.map-frame {
  overflow: hidden;
  min-height: 195px;
  border: 2px solid #cba24e;
  background: #e8dfc7;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 195px;
  border: 0;
}

.copyright {
  margin: 0;
  padding: 14px 20px;
  border-top: 1px solid rgba(209, 169, 91, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  text-align: center;
}

.floating-tools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 900;
  display: grid;
  gap: 9px;
}

.floating-tools a,
.floating-tools button {
  position: relative;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  background: var(--green);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.24);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.floating-tools a:nth-child(1) {
  background: #ef4438;
}

.floating-tools a:nth-child(2) {
  background: #1777f2;
}

.floating-tools a:nth-child(3) {
  background: #087ef0;
  font-size: 12px;
}

.floating-tools a:nth-child(4) {
  background: #f6ad00;
}

.tool-label {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  padding: 6px 10px;
  border-radius: 4px;
  opacity: 0;
  color: white;
  background: rgba(24, 24, 24, 0.9);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: 0.2s ease;
}

.floating-tools a:hover .tool-label,
.floating-tools button:hover .tool-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(3, 12, 9, 0.94);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  width: auto;
  max-width: min(1120px, 94vw);
  max-height: 88vh;
  border: 3px solid #e3c174;
  object-fit: contain;
  box-shadow: 0 18px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid #e5c478;
  border-radius: 50%;
  color: white;
  background: rgba(0, 0, 0, 0.38);
  font-size: 28px;
  cursor: pointer;
}

.fade-up {
  animation: fadeUp 0.6s both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  :root {
    --header-height: 74px;
  }

  .header-inner {
    padding-left: 105px;
  }

  .brand {
    width: 92px;
    height: 92px;
  }

  .main-nav {
    gap: 17px;
    font-size: 13px;
  }

  .main-nav a {
    padding-top: 25px;
  }

  .booking-link {
    padding-inline: 18px !important;
  }

  .feature-card img {
    height: 205px;
  }

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

  .space-card {
    grid-template-columns: 1fr;
  }

  .space-card img {
    height: 255px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    min-height: 72px;
  }

  .header-inner {
    min-height: 72px;
    padding-left: 90px;
  }

  .brand {
    top: 4px;
    width: 82px;
    height: 82px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .main-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    width: min(330px, 88vw);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff9e9;
    box-shadow: -12px 0 35px rgba(0, 0, 0, 0.17);
    transform: translateX(100%);
    transition: 0.25s ease;
  }

  .nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .main-nav a {
    padding: 14px 6px;
    border-bottom: 1px solid rgba(176, 119, 44, 0.25);
  }

  .main-nav a:not(.booking-link)::after {
    display: none;
  }

  .main-nav .booking-link {
    margin: 18px 0 0;
  }

  .page-hero {
    min-height: 325px;
  }

  .page-hero-content {
    padding-block: 76px 48px;
  }

  .split,
  .split.reverse,
  .space-intro,
  .event-panel,
  .featured-article,
  .audience-band {
    grid-template-columns: 1fr;
  }

  .split.reverse .split-image {
    order: 0;
  }

  .feature-grid,
  .set-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .value-grid,
  .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .dish-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 240px);
  }

  .gallery-grid figure:nth-child(1),
  .gallery-grid figure:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .moment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner .map-column {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .paper-section {
    padding-block: 46px;
  }

  .page-hero {
    min-height: 370px;
  }

  .page-hero-content {
    padding-top: 92px;
  }

  .page-hero h1 {
    font-size: clamp(38px, 12vw, 53px);
  }

  .page-hero .lead {
    font-size: 18px;
  }

  .feature-grid,
  .set-grid,
  .article-grid,
  .dish-grid,
  .space-grid,
  .value-grid,
  .service-strip,
  .newsletter,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .service-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(176, 119, 44, 0.4);
  }

  .service-strip > div:last-child {
    border-bottom: 0;
  }

  .feature-card img,
  .article-card img,
  .dish-card img,
  .set-card img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .number-badge {
    top: auto;
    bottom: 102px;
  }

  .icon-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .audience-types {
    grid-template-columns: 1fr;
  }

  .gallery-grid,
  .moment-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-grid figure,
  .moment-grid figure {
    height: 245px;
  }

  .featured-article img,
  .event-panel img {
    height: 285px;
  }

  .cta-inner,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-inner {
    text-align: center;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .footer-inner > div + div,
  .footer-inner .map-column {
    padding: 22px 0 0;
    border-top: 1px solid rgba(209, 169, 91, 0.35);
    border-left: 0;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .floating-tools {
    right: 10px;
    bottom: 10px;
  }

  .floating-tools a,
  .floating-tools button {
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* Đồng bộ chiều cao hai khung Thực đơn */
.choice-panel {
  display: flex;
  flex-direction: column;
}

.choice-panel-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.choice-actions {
  margin-top: auto;
}

/* Bảo đảm khung A La Carte luôn phủ nền đỏ */
.choice-panel.red,
.choice-panel.red .choice-panel-header,
.choice-panel.red .choice-panel-body {
  background-color: #651111;
}