@charset "UTF-8";
/*
Theme Name: Mana Catering Theme
Theme URI: https://example.com/mana-catering
Author: Luxury Hospitality Web Team
Author URI: https://example.com/
Description: Bespoke luxury black & white catering theme for Mana Catering. Built with pure modular SASS (7-1 pattern) - zero Tailwind dependency. Features Marcellus typography, DM Sans, sea-wave animations, and responsive tasting menus.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mana-catering
Tags: custom-background, custom-menu, custom-logo, catering, luxury, food, restaurant, black-and-white, responsive-layout, translation-ready
*/
/**
 * Mana Catering - Master SASS Stylesheet
 * 7-1 SASS Architecture (Modular SCSS System)
 *
 * useANT: The WordPress theme header comment above is REQUIRED and must
 * stay at the very top of the compiled output — WordPress reads it to
 * recognize this as a valid theme at all. It's placed here (rather than
 * only in the final style.css) so it survives every future Sass compile
 * automatically, including via VS Code's Live Sass Compiler.
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  color: #FFFBF4;
  background-color: #11120D;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #181914;
}

::-webkit-scrollbar-thumb {
  background: #565449;
  border-radius: 0.25rem;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

a {
  color: #D8CFBC;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #FFFBF4;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.font-marcellus {
  font-family: "Marcellus", Georgia, serif;
}

.home-h1-heading {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  line-height: 1.2;
}

h1 {
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.home-h2-heading {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.3;
}

h2 {
  font-weight: 500;
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}

h3 {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.3;
}

h4 {
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.35;
}

h5 {
  font-weight: 300;
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.15;
}

p, .body-text {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

.paragraphs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.editorial-italic {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
}
.editorial-italic--inline {
  display: inline-block;
}

.font-script {
  font-family: "Alex Brush", "Great Vibes", cursive;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.kicker-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.section-label {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.75rem;
}

.footer-brand-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.footer-brand-desc {
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 300;
}

.footer-guild-badge {
  margin-top: 1rem;
  font-family: monospace;
  font-size: 0.75rem;
}

.footer-social-label {
  font-family: monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
}

.footer-col-title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1rem;
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 1.25rem;
}

.footer-links,
.footer-nav-list {
  font-size: 0.875rem;
}
.footer-links a,
.footer-links .footer-nav-link,
.footer-nav-list a,
.footer-nav-list .footer-nav-link {
  font-size: 0.875rem;
  font-weight: 300;
}
.footer-links a .nav-arrow,
.footer-links .footer-nav-link .nav-arrow,
.footer-nav-list a .nav-arrow,
.footer-nav-list .footer-nav-link .nav-arrow {
  font-size: 0.8125rem;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #11120D;
}

.site-main {
  flex: 1 0 auto;
}

.site-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .site-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

::-moz-selection {
  background-color: #C29B6E;
  color: #11120D;
}

::selection {
  background-color: #C29B6E;
  color: #11120D;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gold-divider {
  width: 3.5rem;
  height: 2px;
  margin-bottom: 1.5rem;
}

.section-desc {
  max-width: 640px;
  margin: 16px auto 0 auto;
  color: #D8CFBC;
}
.section-light-theme .section-desc, .section-bone-theme .section-desc {
  color: #565449;
}

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

.skip-link.screen-reader-text:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  z-index: 100000;
  padding: 0.9em 1.5em;
  background: #11120D;
  color: #FFFBF4;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.page-404-error {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
.page-404-error .site-container {
  max-width: 680px;
  margin: 0 auto;
}
.page-404-error .error-404-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.page-404-error .error-404-graphic .num {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(70px, 12vw, 120px);
  font-weight: 400;
  color: #11120D;
  line-height: 1;
}
.page-404-error .cup-icon-wrapper {
  width: clamp(65px, 10vw, 95px);
  height: clamp(65px, 10vw, 95px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404-error .cup-vector {
  width: 100%;
  height: 100%;
}
.page-404-error .error-title {
  font-size: clamp(24px, 4vw, 36px);
  color: #11120D;
  margin-bottom: 12px;
  font-weight: normal;
}
.page-404-error .error-desc {
  color: #565449;
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}
.page-404-error .error-actions {
  margin-top: 24px;
}
.page-404-error .error-actions .btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-content-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.entry-header {
  margin-bottom: 1.5rem;
}

.entry-content {
  margin-top: 1.5rem;
  color: #D8CFBC;
  line-height: 1.7;
}

.no-posts {
  color: #D8CFBC;
}

.page-content-section {
  padding: 80px 0;
}
.page-content-section__inner {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  color: #2c2d27;
}

.hidden {
  display: none !important;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 9999px;
  background-color: #C29B6E;
  color: #11120D !important;
  border: 1px solid #C29B6E;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.btn-gold:hover {
  background-color: #B08B5E;
  border-color: #B08B5E;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(194, 155, 110, 0.35);
}
.btn-gold::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-120%) skewX(-20deg);
  pointer-events: none;
}
.btn-gold:hover::before {
  animation: buttonShimmerSweep 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.tag-badge {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.1875rem 0.5rem;
  border: 1px solid rgba(86, 84, 73, 0.35);
  color: #D8CFBC;
  white-space: nowrap;
  border-radius: 2px;
}

.inner-contact-btn {
  margin-top: 1rem;
}

.luxury-card-hover {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.luxury-card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.7), 0 0 20px rgba(194, 155, 110, 0.15);
  border-color: rgba(194, 155, 110, 0.6) !important;
}

.card-media {
  position: relative;
  overflow: hidden;
  background-color: #11120D;
}
.card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0B0C09 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  transition: opacity 0.4s ease;
}

@keyframes seaWaveFadeUp {
  0% {
    opacity: 0;
    transform: translateY(110%) scaleY(0.7) skewY(4deg);
    filter: blur(5px);
  }
  50% {
    opacity: 0.85;
    transform: translateY(-12px) scaleY(1.05) skewY(-2deg);
    filter: blur(0.5px);
  }
  75% {
    transform: translateY(4px) scaleY(0.98) skewY(1deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1) skewY(0);
    filter: blur(0);
  }
}
.sea-wave-char {
  display: inline-block;
  opacity: 0;
  animation: seaWaveFadeUp 1.1s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
  animation-delay: calc(var(--char-index, 0) * 40ms);
  will-change: transform, opacity, filter;
}

@keyframes oceanSwell {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.animate-ocean-swell {
  animation: oceanSwell 5s ease-in-out infinite;
}

@keyframes scrollArrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.animate-scroll-arrow {
  animation: scrollArrowBounce 2s ease-in-out infinite;
}

@keyframes ringPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-ring-pulse {
  animation: ringPulse 2.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes buttonShimmerSweep {
  0% {
    transform: translateX(-100%) skewX(-20deg);
  }
  100% {
    transform: translateX(200%) skewX(-20deg);
  }
}
@keyframes sectionFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-section-in {
  animation: sectionFadeUp 2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-slow-fade-up {
  animation: slowFadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-slow-fade-up-delay-1 {
  animation: slowFadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards;
  opacity: 0;
}

.animate-slow-fade-up-delay-2 {
  animation: slowFadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  opacity: 0;
}

.animate-slow-fade-up-delay-3 {
  animation: slowFadeUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.75s forwards;
  opacity: 0;
}

.animate-subtle-float {
  animation: subtleFloat 4s ease-in-out infinite;
}

.hover-gold-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover-gold-underline-center {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.btn-shimmer {
  position: relative;
  overflow: hidden;
}

.animate-gold-glow {
  animation: goldGlow 3s ease-in-out infinite;
}

.marquee-ticker-banner {
  background: #11120D;
  color: #D8CFBC;
  padding: 22px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgba(194, 155, 110, 0.3);
  border-bottom: 1px solid rgba(194, 155, 110, 0.3);
}

.marquee-content {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: marquee 25s linear infinite;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-backdrop.is-open {
  display: flex;
}

.video-modal-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  background-color: #000000;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(86, 84, 73, 0.5);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.9);
}
.video-modal-container video {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.video-modal-close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  background: transparent;
  border: none;
  color: #FFFBF4;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.video-modal-close:hover {
  color: #C29B6E;
}

.header-topbar {
  background-color: #0B0C09;
  border-bottom: 1px solid rgba(86, 84, 73, 0.35);
  font-size: 0.75rem;
  color: #D8CFBC;
  padding: 0.625rem 0;
  position: relative;
  z-index: 30;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #D8CFBC;
}
.info-item svg {
  color: #C29B6E;
  flex-shrink: 0;
}
.info-item a {
  color: #D8CFBC;
  transition: color 0.2s ease;
}
.info-item a:hover {
  color: #C29B6E;
}

.info-hours {
  display: none;
}
@media (min-width: 1024px) {
  .info-hours {
    display: inline-flex;
  }
}

.info-phone {
  display: inline-flex;
}

.info-location {
  display: none;
}
@media (min-width: 768px) {
  .info-location {
    display: inline-flex;
  }
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.topbar-socials a {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(86, 84, 73, 0.4);
  background-color: #181914;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #D8CFBC;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.topbar-socials a svg {
  width: 12px;
  height: 12px;
}
.topbar-socials a:hover {
  color: #11120D;
  background-color: #C29B6E;
  border-color: #C29B6E;
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5), 0 0 12px rgba(194, 155, 110, 0.5);
}

.site-navigation {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(17, 18, 13, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(86, 84, 73, 0.25);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.site-logo {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.625rem;
  color: #FFFBF4 !important;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.site-logo .editorial-italic {
  color: #9B7038;
}

.desktop-menu {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .desktop-menu {
    display: flex;
  }
}
.desktop-menu a {
  color: #D8CFBC;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  padding: 0.35rem 0;
  display: inline-flex;
  align-items: center;
}
.desktop-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #C29B6E;
  transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.desktop-menu a:hover {
  color: #C29B6E !important;
}
.desktop-menu a:hover::after {
  width: 100%;
}
.desktop-menu .current-menu-item > a {
  color: #C29B6E !important;
}
.desktop-menu .current-menu-item > a::after {
  width: 100%;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .dropdown-caret {
  transform: rotate(180deg);
}
.menu-item-has-children:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-link-parent {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.dropdown-caret {
  transition: transform 0.2s ease;
}

.sub-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background-color: #11120D;
  border: 1px solid rgba(86, 84, 73, 0.4);
  border-radius: 8px;
  padding: 0.75rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 50;
}

.sub-menu-header {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C29B6E;
  padding: 0.375rem 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(86, 84, 73, 0.2);
  margin-bottom: 0.375rem;
}

.sub-menu-item {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.sub-menu-item:hover {
  background-color: rgba(86, 84, 73, 0.2);
}
.sub-menu-item strong {
  display: block;
  font-size: 0.8125rem;
  color: #FFFBF4;
  font-weight: 500;
}
.sub-menu-item small {
  display: block;
  font-size: 0.6875rem;
  color: #D8CFBC;
  margin-top: 0.125rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-actions .btn-gold {
  display: none;
}
@media (min-width: 1024px) {
  .nav-actions .btn-gold {
    display: inline-flex;
  }
}

.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(24, 25, 20, 0.95);
  border: 1px solid rgba(86, 84, 73, 0.6);
  color: #FFFBF4;
  cursor: pointer;
  border-radius: 4px;
  padding: 0;
  transition: all 0.2s ease;
}
.mobile-menu-toggle #close-icon {
  display: none !important;
}
.mobile-menu-toggle #hamburger-icon {
  display: block !important;
}
.mobile-menu-toggle.is-active #hamburger-icon, .mobile-menu-toggle[aria-expanded=true] #hamburger-icon {
  display: none !important;
}
.mobile-menu-toggle.is-active #close-icon, .mobile-menu-toggle[aria-expanded=true] #close-icon {
  display: block !important;
}
.mobile-menu-toggle:hover {
  border-color: #C29B6E;
  color: #C29B6E;
}
@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

.mobile-drawer {
  display: none;
  background-color: #11120D;
  border-top: 1px solid rgba(86, 84, 73, 0.3);
  border-bottom: 1px solid rgba(86, 84, 73, 0.4);
  padding: 1.5rem 1.25rem;
  flex-direction: column;
  gap: 1.25rem;
}
.mobile-drawer.is-open {
  display: flex;
}
@media (min-width: 1024px) {
  .mobile-drawer {
    display: none !important;
  }
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-menu-links a {
  color: #D8CFBC;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(86, 84, 73, 0.15);
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-links a:hover {
  color: #FFFBF4;
}

.mobile-accordion-item {
  border-bottom: 1px solid rgba(86, 84, 73, 0.15);
}

.mobile-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-accordion-header a {
  border-bottom: none !important;
  flex-grow: 1;
}

.accordion-toggle-btn {
  background: none;
  border: none;
  color: #D8CFBC;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-accordion-body {
  display: none;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.mobile-accordion-body.is-open {
  display: block;
}
.mobile-accordion-body a {
  font-size: 0.8125rem !important;
  padding: 0.375rem 0 !important;
  color: #D8CFBC;
}

.mobile-drawer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(86, 84, 73, 0.3);
}

.mobile-drawer-cta {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 9999px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.mobile-drawer-phone {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: rgba(216, 207, 188, 0.75);
}
.mobile-drawer-phone a {
  color: #C29B6E;
  text-decoration: none;
  font-weight: 500;
}

.mobile-drawer-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(86, 84, 73, 0.3);
  font-size: 0.75rem;
  color: #D8CFBC;
}
.mobile-drawer-top-info__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mobile-drawer-top-info__phone a {
  color: #FFFBF4;
  text-decoration: none;
  font-weight: 500;
}
.mobile-drawer-top-info__socials {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-drawer-social-icon {
  color: #D8CFBC;
  transition: color 0.2s ease;
}
.mobile-drawer-social-icon:hover {
  color: #C29B6E;
}

.mobile-nav-arrow {
  color: #C29B6E;
}

.desktop-menu-list,
.nav-menu-ul,
.navbar-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-links-list,
.mobile-nav-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.section-light-theme {
  background-color: #FAF7F0;
  color: #3D3B33;
}
.section-light-theme .section-label {
  color: #9B7038;
}
.section-light-theme .section-title {
  color: #11120D;
}
.section-light-theme .gold-divider {
  background-color: #9B7038;
}

.section-bone-theme {
  background-color: #F4EFE6;
  color: #11120D;
}
.section-bone-theme .section-label {
  color: #9B7038;
}
.section-bone-theme .section-title {
  color: #11120D;
}
.section-bone-theme .gold-divider {
  background-color: #9B7038;
}

.section-dark-theme {
  background-color: #11120D;
  color: #FFFBF4;
}
.section-dark-theme .section-label {
  color: #9B7038;
}
.section-dark-theme .section-title {
  color: #FFFBF4;
}
.section-dark-theme .gold-divider {
  background-color: #9B7038;
}

.inner-page-section {
  padding: 6rem 0;
  border-bottom: 1px solid rgba(86, 84, 73, 0.35);
}
.inner-page-section .inner-page-section-header {
  margin: 0 auto;
  max-width: 46rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.occasions-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 640px) {
  .occasions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .occasions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
  margin: 4rem 0;
}
@media (min-width: 641px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.inner-page-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 1.5rem;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.events-masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.grid-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  align-items: center;
}

.site-footer {
  background-color: #0B0C09;
  color: #FFFBF4;
  padding: 5rem 0 3rem 0;
}

.footer-brand-title {
  color: #FFFBF4;
}

.footer-brand-desc {
  color: #D8CFBC;
}

.footer-guild-badge {
  color: #C29B6E;
}

.footer-social-wrapper {
  margin-top: 1.25rem;
}

.footer-social-label {
  color: #565449;
  display: block;
}

.footer-social-links {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-social-btn,
.social-icon-btn {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(86, 84, 73, 0.4);
  background-color: #181914;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #D8CFBC;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-social-btn svg,
.social-icon-btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  transition: transform 0.3s ease;
}
.footer-social-btn:hover,
.social-icon-btn:hover {
  color: #11120D;
  background-color: #C29B6E;
  border-color: #C29B6E;
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5), 0 0 12px rgba(194, 155, 110, 0.5);
}
.footer-social-btn:hover svg,
.social-icon-btn:hover svg {
  transform: scale(1.1);
}

.footer-col-title {
  color: #FFFBF4;
}

.footer-links,
.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-links li,
.footer-nav-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links a,
.footer-links .footer-nav-link,
.footer-nav-list a,
.footer-nav-list .footer-nav-link {
  color: #D8CFBC;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer-links a .nav-arrow,
.footer-links .footer-nav-link .nav-arrow,
.footer-nav-list a .nav-arrow,
.footer-nav-list .footer-nav-link .nav-arrow {
  color: #C29B6E;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.footer-links a:hover,
.footer-links .footer-nav-link:hover,
.footer-nav-list a:hover,
.footer-nav-list .footer-nav-link:hover {
  color: #C29B6E;
  transform: translateX(4px);
}
.footer-links a:hover .nav-arrow,
.footer-links .footer-nav-link:hover .nav-arrow,
.footer-nav-list a:hover .nav-arrow,
.footer-nav-list .footer-nav-link:hover .nav-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.footer-address {
  font-size: 0.75rem;
  color: #D8CFBC;
}
.footer-address .footer-contact-list {
  display: flex;
  flex-direction: column;
}
.footer-address .footer-address-line {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-address .footer-address-line .footer__icon {
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-address .footer-hours-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-address .footer-hours-list {
  list-style: none;
  padding-left: 1rem;
}
.footer-address a {
  color: #D8CFBC;
  transition: color 0.3s ease;
}
.footer-address a:hover {
  color: #C29B6E;
}

.footer-cta-btn {
  margin-top: 0.75rem;
}

.footer-bottom-bar {
  padding-top: 2rem;
  border-top: 1px solid rgba(86, 84, 73, 0.35);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: #D8CFBC;
}

.footer-theme-tag {
  color: #D8CFBC;
  font-family: monospace;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 0.75rem;
}

.footer-nav-list,
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list li a,
.footer-links a,
.footer-nav-link {
  color: #d8cfbc;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer__icon {
  display: inline-block;
  vertical-align: super;
  margin-right: 6px;
  margin-bottom: 0.25rem;
}

.site-sidebar {
  padding: 1.5rem;
  background-color: #181914;
  border: 1px solid rgba(86, 84, 73, 0.35);
}

.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #11120D;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero-section {
    min-height: 94vh;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
}
.hero-bg video.hero-video-bg,
.hero-bg img.hero-fallback-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(1) contrast(1.08) saturate(1.12);
  transform: scale(1.02);
  transition: transform 1.2s ease-out;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 18, 13, 0.95) 0%, rgba(17, 18, 13, 0.25) 20%, transparent 60%), linear-gradient(to right, rgba(17, 18, 13, 0.65) 0%, rgba(17, 18, 13, 0.2) 40%, transparent 100%), radial-gradient(ellipse at center, transparent 40%, rgba(17, 18, 13, 0.35) 100%);
  pointer-events: none;
}

.hero-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: rgba(24, 25, 20, 0.85);
  border: 1px solid rgba(86, 84, 73, 0.5);
  border-radius: 9999px;
  padding: 0.375rem 0.875rem;
  font-size: 0.6875rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #D8CFBC;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 1.5rem;
}
.hero-live-badge .pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: #C29B6E;
  box-shadow: 0 0 8px #C29B6E;
  animation: ringPulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hero-top-row {
  position: relative;
  z-index: 10;
  padding-top: 3.5rem;
}

.hero-badge-container {
  display: flex;
  margin-bottom: 2rem;
}

.hero-badge-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  background-color: rgba(24, 25, 20, 0.8);
  border: 1px solid rgba(86, 84, 73, 0.5);
  border-radius: 9999px;
  padding: 0.35rem 0.875rem;
  font-size: 0.75rem;
  color: #D8CFBC;
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-badge-link:hover {
  border-color: #C29B6E;
  color: #FFFBF4;
}

.badge-pill {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: #C29B6E;
}

.hero-headline {
  font-size: clamp(2.75rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
  color: #FFFBF4;
  padding: 0.25rem 0;
}
.hero-headline.headline-right {
  text-align: left;
  margin-top: 0.75rem;
}
@media (min-width: 1024px) {
  .hero-headline.headline-right {
    text-align: right;
    margin-top: 1.5rem;
  }
}

.hero-subtitle-box {
  margin-top: 2rem;
  max-width: 32rem;
}
.hero-subtitle-box p {
  font-size: 0.9375rem;
  color: #D8CFBC;
  font-weight: 300;
  line-height: 1.7;
}

.hero-cta-group {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-scroll-down {
  position: relative;
  z-index: 10;
  padding-bottom: 2.5rem;
}

.scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #D8CFBC;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 500;
  transition: color 0.3s ease;
}
.scroll-link:hover {
  color: #FFFBF4;
}
.scroll-link:hover .scroll-circle {
  border-color: #C29B6E;
}

.scroll-circle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid #565449;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 18, 13, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border-color 0.3s ease;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-bg-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.04);
  filter: brightness(0.42) contrast(1.1);
  display: block;
}

.hero-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #11120D 0%, rgba(17, 18, 13, 0.72) 50%, rgba(17, 18, 13, 0.55) 100%);
}

.hero-overlay-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(17, 18, 13, 0.6) 65%, #11120D 100%);
}

.hero-bottom-accent-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(194, 155, 110, 0.4), transparent);
}

.hero-content-inner {
  position: relative;
  z-index: 10;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 9999px;
  background: rgba(17, 18, 13, 0.75);
  border: 1px solid rgba(194, 155, 110, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 24px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #C29B6E;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hero-ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 6px 0 16px 0;
}

.hero-actions {
  margin-top: 32px;
}

.page-hero-banner {
  position: relative;
  width: 100%;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0B0C09;
  color: #FFFBF4;
  border-bottom: 1px solid rgba(86, 84, 73, 0.35);
}
.page-hero-banner .page-hero-bg-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-banner .page-hero-bg-media .page-hero-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
  filter: brightness(0.85) contrast(1);
}
.page-hero-banner .page-hero-bg-media .page-hero-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #11120d 0%, rgba(17, 18, 13, 0.4) 50%, rgba(17, 18, 13, 0.4) 100%);
}
.page-hero-banner .page-hero-bg-media .page-hero-overlay-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(17, 18, 13, 0.4) 60%, #11120d 100%);
}
.page-hero-banner .page-hero-bg-media .page-hero-bottom-accent-line {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(194, 155, 110, 0.4), transparent);
}
.page-hero-banner .page-hero-content-inner {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-hero-banner .page-hero-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background-color: rgba(17, 18, 13, 0.7);
  border: 1px solid rgba(194, 155, 110, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: monospace;
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}
.page-hero-banner .page-hero-breadcrumbs .crumb-link {
  color: #D8CFBC;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-hero-banner .page-hero-breadcrumbs .crumb-link:hover {
  color: #C29B6E;
}
.page-hero-banner .page-hero-breadcrumbs .crumb-separator {
  color: #D8CFBC;
}
.page-hero-banner .page-hero-breadcrumbs .crumb-current {
  color: #C29B6E;
  font-weight: 500;
}
.page-hero-banner .page-hero-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #C29B6E;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.page-hero-banner .page-hero-eyebrow .eyebrow-line {
  display: inline-block;
  width: 1rem;
  height: 1px;
  background-color: rgba(194, 155, 110, 0.6);
}
.page-hero-banner .page-hero-ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.5rem 0;
}
.page-hero-banner .page-hero-ornament-divider .ornament-line-left,
.page-hero-banner .page-hero-ornament-divider .ornament-line-right {
  width: 2.5rem;
  height: 1px;
  background-color: #C29B6E;
}
.page-hero-banner .page-hero-ornament-divider .ornament-diamond {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #C29B6E;
}
.page-hero-banner .hero-cta-btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.page-hero-banner .page-hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-hero-banner .page-hero-scroll-down {
  position: relative;
  z-index: 10;
  margin-top: 2rem;
}
.page-hero-banner .page-hero-scroll-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #D8CFBC;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 500;
  transition: color 0.3s ease;
}
.page-hero-banner .page-hero-scroll-link:hover {
  color: #FFFBF4;
}
.page-hero-banner .page-hero-scroll-link:hover .page-hero-scroll-circle {
  border-color: #C29B6E;
}
.page-hero-banner .page-hero-scroll-circle {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid #565449;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 18, 13, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border-color 0.3s ease;
}

.section-intro {
  padding: 6rem 0;
  border-top: 1px solid rgba(216, 207, 188, 0.6);
  border-bottom: 1px solid rgba(216, 207, 188, 0.6);
  position: relative;
  overflow: hidden;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .intro-grid {
    grid-template-columns: 5fr 7fr;
    gap: 4rem;
  }
}

.intro-visual-col {
  position: relative;
}

.intro-offset-frame {
  display: none;
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border: 1px solid rgba(194, 155, 110, 0.3);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .intro-offset-frame {
    display: block;
  }
}

.intro-image-card {
  position: relative;
  z-index: 10;
  border: 1px solid #d8cfbc;
  background-color: #ffffff;
  padding: 0.625rem;
  box-shadow: 0 20px 50px rgba(17, 18, 13, 0.12);
  transition: all 3s ease;
}

.intro-img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .intro-img {
    height: 480px;
  }
}

.intro-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0.625rem 0.375rem 0.625rem;
  background-color: #faf7f0;
  border-top: 1px solid rgba(216, 207, 188, 0.8);
}

.caption-title {
  font-family: monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9b7038;
  font-weight: 600;
}

.caption-meta {
  font-size: 0.6875rem;
  color: #565449;
  font-weight: 500;
}

.intro-content-col {
  position: relative;
}

.kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #9b7038;
  font-weight: 600;
}

.intro-metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(216, 207, 188, 0.8);
}
.intro-metrics-row .metric-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.intro-metrics-row .metric-number {
  font-size: 1.875rem;
  color: #11120d;
}
.intro-metrics-row .metric-label {
  font-family: monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #FFFBF4;
  font-weight: 500;
  background-color: #0B0C09;
  padding: 0.125rem 0.5rem;
  text-align: center;
}

.intro-footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 207, 188, 0.6);
}

.guild-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.75rem;
  color: #3d3b33;
  font-weight: 500;
}

.section-services {
  padding: 6rem 0;
  background-color: #0B0C09;
  color: #FFFBF4;
  border-top: 1px solid rgba(86, 84, 73, 0.35);
}
.section-services .section-title {
  width: 80%;
}
@media (max-width: 767px) {
  .section-services {
    width: 100%;
  }
}

.services-header-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .services-header-row {
    flex-direction: row;
    align-items: center;
  }
}

.services-desc {
  color: #D8CFBC;
}
@media (min-width: 768px) {
  .services-desc {
    max-width: 20rem;
  }
}
@media (max-width: 640px) {
  .services-desc {
    max-width: 100%;
  }
}

.service-card {
  background-color: #11120D;
  border: 1px solid rgba(86, 84, 73, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: #C29B6E;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(194, 155, 110, 0.2);
}
.service-card:hover .service-card-media img {
  transform: scale(1.08);
}
.service-card:hover .service-card-title {
  color: #C29B6E;
}

.service-card-media {
  position: relative;
  height: 15rem;
  overflow: hidden;
  background-color: #11120D;
}
.service-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-content {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card-title {
  font-size: 1.375rem;
  color: #FFFBF4;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.service-card-desc {
  font-size: 0.8125rem;
  color: #D8CFBC;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-card-btn {
  font-size: 0.6875rem;
  padding: 0.5rem 1.25rem;
  align-self: flex-start;
}

.services-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.pillar-card {
  padding: 2rem;
  background-color: transparent;
  color: #11120D;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid #C29B6E;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.pillar-card .pillar-icon {
  margin-bottom: 1.25rem;
  color: #C29B6E;
  transition: color 0.3s ease;
}
.pillar-card .pillar-icon svg {
  width: 40px;
  height: 40px;
  stroke: currentColor;
}
.pillar-card .pillar-title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #11120D;
  transition: color 0.3s ease;
}
.pillar-card .pillar-desc {
  font-size: 0.75rem;
  color: #565449;
  line-height: 1.6;
  max-width: 220px;
  margin: 0 auto;
  transition: color 0.3s ease;
}
.pillar-card:hover {
  background-color: #C29B6E !important;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pillar-card:hover .pillar-icon {
  color: #ffffff !important;
}
.pillar-card:hover .pillar-title {
  color: #ffffff !important;
}
.pillar-card:hover .pillar-desc {
  color: rgba(255, 255, 255, 0.95) !important;
}

.inner-service-card {
  background-color: #181914;
  border: 1px solid rgba(86, 84, 73, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.inner-service-card:hover {
  border-color: #C29B6E;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.6);
}
.inner-service-card:hover .inner-service-card-img {
  transform: scale(1.06);
}
.inner-service-card:hover .inner-service-card-title {
  color: #C29B6E !important;
}
.inner-service-card .inner-service-card-img-box {
  position: relative;
  height: 15rem;
  overflow: hidden;
  background: #0B0C09;
}
.inner-service-card .inner-service-card-img-box .inner-service-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 0 !important;
}
.inner-service-card .inner-service-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.inner-service-card .inner-service-card-title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.35rem;
  color: #FFFBF4 !important;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.inner-service-card .inner-service-card-desc {
  font-size: 0.8125rem;
  color: #D8CFBC;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.inner-service-card .inner-service-card-btn-wrap {
  margin-top: auto;
}

.showcase-card {
  position: relative;
  height: 22rem;
  overflow: hidden;
  border: 1px solid rgba(86, 84, 73, 0.35);
  background-color: #181914;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
  transition: all 2s ease;
}
.showcase-card .showcase-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), filter 1s ease;
  filter: brightness(0.95);
  border-radius: 0 !important;
}
.showcase-card .showcase-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  pointer-events: none;
}
.showcase-card .showcase-content {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.showcase-card .showcase-content .showcase-category {
  font-family: monospace;
  font-size: 0.625rem;
  color: #C29B6E;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 0.25rem;
}
.showcase-card .showcase-content .showcase-card-title {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.35rem;
  color: #FFFBF4 !important;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.showcase-card .showcase-content .showcase-detail-reveal {
  padding-top: 0.625rem;
  border-top: 1px solid rgba(194, 155, 110, 0.35);
  display: none;
  opacity: 0;
  transform: translateY(8px);
}
.showcase-card .showcase-content .showcase-detail-reveal p {
  font-size: 0.75rem;
  color: #D8CFBC;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.showcase-card:hover {
  border-color: #C29B6E;
  transform: translateY(-4px);
}
.showcase-card:hover .showcase-img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.showcase-card:hover .showcase-detail-reveal {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.section-video-atmosphere {
  position: relative;
  overflow: hidden;
}

.atmosphere-top-half {
  padding: 5rem 0 3rem 0;
  text-align: center;
  position: relative;
}

.atmosphere-top-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atmosphere-watermark {
  font-size: clamp(4rem, 12vw, 8.5rem);
  color: #D8CFBC;
  line-height: 1;
  margin-bottom: -1.5rem;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-weight: 400;
}
@media (max-width: 640px) {
  .atmosphere-watermark {
    margin-bottom: -1rem;
  }
}

.atmosphere-video-wrapper {
  background: linear-gradient(to bottom, #FAF7F0 0%, #FAF7F0 50%, #11120D 100%);
  padding-bottom: 4rem;
}

.atmosphere-video-container {
  max-width: 1100px;
}

.video-banner-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  border: 1px solid #D8CFBC;
  aspect-ratio: 21/9;
  background-color: #181914;
}

.video-banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-banner-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(17, 18, 13, 0.4) 0%, rgba(11, 12, 9, 0.85) 100%);
}

.video-play-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-btn {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #11120D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border: 4px solid rgba(255, 255, 255, 0.8);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.video-caption-bottom {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #FFFFFF;
}

.video-caption-kicker {
  font-family: monospace;
  font-size: 0.6875rem;
  color: #C29B6E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}

.video-caption-title {
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-top: 0.25rem;
}

.video-caption-time {
  font-family: monospace;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #D8CFBC;
}

.section-occasions {
  padding-top: 5rem;
  border-top: 1px solid rgba(86, 84, 73, 0.35);
  position: relative;
  overflow: hidden;
}

.occasions-top-container {
  position: relative;
  padding-bottom: 3rem;
}

.occasions-wave-line {
  position: absolute;
  top: -1.5rem;
  left: 0.5rem;
  width: 28rem;
  height: 9rem;
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .occasions-wave-line {
    width: 32rem;
  }
}

.occasions-header-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .occasions-header-row {
    flex-wrap: nowrap;
  }
}

.occasions-watermark {
  font-family: "Alex Brush", "Great Vibes", cursive;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  color: rgba(255, 251, 244, 0.15);
  line-height: 1;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-weight: 400;
}

.occasion-card {
  position: relative;
  height: 420px;
  overflow: hidden;
  background-color: #181914;
  border-right: 1px solid rgba(86, 84, 73, 0.2);
  border-bottom: 1px solid rgba(86, 84, 73, 0.2);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.occasion-card:hover .occasion-card-img {
  transform: scale(1.1);
  filter: brightness(0.98);
}
.occasion-card:hover .occasion-card-overlay {
  opacity: 0.8;
}
.occasion-card:hover .occasion-card-number {
  color: #C29B6E;
  transform: scale(1.1);
}
.occasion-card:hover .occasion-card-title {
  color: #C29B6E;
}
.occasion-card:hover .occasion-card-desc {
  color: #FFFFFF;
}
.occasion-card:hover .occasion-card-link {
  color: #FFFBF4;
  transform: translateX(6px);
}

.occasion-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  filter: brightness(0.88);
}

.occasion-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0B0C09 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  transition: opacity 0.4s ease;
}

.occasion-card-number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.25rem;
  color: rgba(255, 251, 244, 0.7);
  transition: color 0.3s ease, transform 0.3s ease;
}

.occasion-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem;
  z-index: 10;
}

.occasion-card-title {
  font-size: 1.625rem;
  color: #FFFBF4;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.occasion-card-desc {
  font-size: 0.875rem;
  color: #D8CFBC;
  line-height: 1.5;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.occasion-card-link {
  color: #C29B6E;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.3s ease;
}

.section-menu-tabs {
  padding: 6rem 0;
  border-top: 1px solid rgba(216, 207, 188, 0.6);
}

.menu-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 44rem;
  margin: 0 auto 3rem auto;
}
.menu-header-box p {
  text-align: center;
}

.menu-card {
  background-color: #FFFBF4;
  border: 1px solid #D8CFBC;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 4px;
}
@media (min-width: 640px) {
  .menu-card {
    padding: 1.5rem;
    gap: 1rem;
  }
}
.menu-card:hover {
  transform: translateY(-4px);
  border-color: #9B7038;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}
.menu-card:hover .menu-card-thumb {
  border-color: #9B7038;
  transform: scale(1.06);
}
.menu-card:hover .menu-card-thumb img {
  transform: scale(1.06);
}

.menu-card-thumb {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.5rem auto;
  border: 2px solid #C29B6E;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.menu-card-title {
  font-size: 1.1875rem;
  color: #11120D;
  text-align: center;
}

.menu-card-desc {
  font-size: 0.8125rem;
  color: #3D3B33;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
}

.classic-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 3.5rem;
}

.classic-menu-col {
  display: flex;
  flex-direction: column;
}

.menu-col-header {
  border-bottom: 1px solid rgba(17, 18, 13, 0.25);
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-col-title {
  font-size: 1.75rem;
  color: #11120D;
  margin: 0;
}

.menu-col-tag {
  font-family: monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9B7038;
}

.menu-items-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.classic-menu-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.625rem;
  margin: 0 -0.625rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.classic-menu-item:hover {
  background-color: #D8CFBC;
}
.classic-menu-item:hover img {
  transform: scale(1.2);
}
.classic-menu-item:hover .menu-item-title {
  color: #9B7038;
}
.classic-menu-item:hover .menu-item-price {
  color: #9B7038;
  transform: scale(1.1);
}
.classic-menu-item:hover .menu-item-desc {
  color: #11120D;
}

.menu-item-thumb {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #D8CFBC;
  background-color: #EFE9DC;
  transition: all 0.35s ease;
}
.menu-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.menu-item-content {
  flex: 1;
  min-width: 0;
}

.menu-item-header-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}

.menu-item-title {
  font-size: 1.125rem;
  color: #11120D;
  margin: 0;
  transition: color 0.3s ease;
}

.menu-item-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(86, 84, 73, 0.4);
  margin: 0 0.75rem 0.25rem 0.75rem;
  transition: border-color 0.3s ease;
}

.menu-item-price {
  font-size: 1.125rem;
  color: #11120D;
  font-weight: normal;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.menu-item-desc {
  font-size: 0.8125rem;
  color: #706B5E;
  margin-top: 0.25rem;
  font-weight: 300;
  transition: color 0.3s ease;
}

.menu-footer-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.menu-download-bar {
  background: #11120D;
  border-bottom: 1px solid rgba(86, 84, 73, 0.4);
  padding: 18px 24px;
}
.menu-download-bar .site-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.menu-download-bar__label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #C29B6E;
  font-weight: 600;
  display: block;
}
.menu-download-bar__desc {
  font-size: 0.75rem;
  color: #D8CFBC;
  margin: 0;
  font-weight: 300;
}
.menu-download-bar__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn-pdf-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #11120D;
  color: #D8CFBC;
  border: 1px solid rgba(86, 84, 73, 0.5);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-pdf-pill:hover {
  background: #C29B6E;
  color: #11120D;
  border-color: #C29B6E;
}

.menu-zigzag-container {
  padding: 4rem 0;
}

.menu-zigzag-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  align-items: center;
  margin-bottom: 96px;
}
.menu-zigzag-row:last-child {
  margin-bottom: 0;
}
.menu-zigzag-row__image {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.menu-zigzag-row__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E5DFD3;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
.menu-zigzag-row__kicker {
  font-size: 0.6875rem;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #C29B6E;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.menu-zigzag-row__title {
  font-size: 2.25rem;
  margin: 0;
  color: #11120D;
}

.btn-download-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #F5EFE3;
  color: #9B7038;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-download-cat:hover {
  background: #C29B6E;
  color: #11120D;
}

.menu-dish-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dish-item {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.dish-item:hover {
  transform: translateX(4px);
}
.dish-item__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.dish-item__name {
  font-size: 1.0625rem;
  font-weight: 600;
}
.dish-item__desc {
  font-size: 0.75rem;
  color: #3D3B33;
  margin: 4px 0 0;
}

.dish-price {
  font-weight: 600;
  color: #11120D;
}

@media (max-width: 767px) {
  .reverse-order {
    display: flex;
    flex-direction: column-reverse;
  }
}

.menu-zigzag-row__content {
  width: 100%;
}

.page-about-us .craft-photo-card,
.page-about-us .craft-banner-photo {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.page-about-us .craft-photo-card img,
.page-about-us .craft-banner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about-us .craft-text {
  font-size: 0.875rem;
  color: #565449;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 1.5rem;
}
.page-about-us .about-formats-section .formats-accordion {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-about-us .about-formats-section .format-item {
  background-color: #FFFBF4;
  border: 1px solid rgba(86, 84, 73, 0.2);
  padding: 1.5rem 2rem;
}
.page-about-us .about-formats-section .format-item .format-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-about-us .about-formats-section .format-item .format-summary h3 {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.25rem;
  color: #11120D;
}
.page-about-us .about-formats-section .format-item .format-summary span {
  font-size: 0.75rem;
  color: #C29B6E;
  font-weight: 600;
}
.page-about-us .about-formats-section .format-item .format-body {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: #565449;
  line-height: 1.6;
}
.page-about-us .about-formats-section .format-item .format-body .format-features-list {
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  list-style-type: disc;
}
.page-about-us .about-formats-section .format-item .format-body .format-features-list li {
  margin-bottom: 0.375rem;
}
.page-about-us .about-stats-strip .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  text-align: center;
}
.page-about-us .about-stats-strip .stat-item .stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #C29B6E;
  display: block;
  margin-bottom: 0.5rem;
}
.page-about-us .about-stats-strip .stat-item .stat-number {
  font-family: "Marcellus", Georgia, serif;
  color: #FFFBF4;
  line-height: 1;
  display: block;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1;
}
.page-about-us .about-culinary-section .gold-quote-box {
  background-color: #C29B6E;
  color: #11120D;
  padding: 2.5rem;
}
.page-about-us .about-culinary-section .gold-quote-box .box-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.75rem;
}
.page-about-us .about-culinary-section .gold-quote-box h3 {
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #11120D;
}

.video-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.why-us-story-desc {
  font-size: 0.9375rem;
  color: #d8cfbc;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.story-portrait {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.story-desc {
  color: #565449;
  line-height: 1.7;
  margin: 16px 0 24px 0;
}

.culinary-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.culinary-features {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-row {
  padding: 14px 18px;
  background: #f8f5ee;
  border-left: 3px solid #c29b6e;
  font-size: 14px;
  color: #565449;
  line-height: 1.5;
}

.about-video-banner {
  position: relative;
  height: 420px;
  background: url("https://images.unsplash.com/photo-1517457373958-b7bdd4587205?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video-banner .about-video-banner__label {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin-bottom: 0.75rem;
}
.about-video-banner .btn-play-video {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(194, 155, 110, 0.9);
  color: #11120d;
  border: 2px solid #fffbf4;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.page-events-portfolio .events-filter-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(86, 84, 73, 0.35);
}
.page-events-portfolio .events-filter-bar .filter-btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid rgba(86, 84, 73, 0.35);
  background-color: #181914;
  color: #D8CFBC;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-events-portfolio .events-filter-bar .filter-btn:hover, .page-events-portfolio .events-filter-bar .filter-btn.is-active {
  background-color: #C29B6E;
  border-color: #C29B6E;
  color: #11120D;
}

.event-masonry-card {
  background: #FFF;
  border: 1px solid #EBE5D8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 2s ease;
}
.event-masonry-card:hover {
  border-color: #C29B6E;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}
.event-masonry-card:hover .event-card-thumb > img {
  transform: scale(1.06);
}

.event-card-thumb {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.event-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.event-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(17, 18, 13, 0.85);
  color: #C29B6E;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
}

.event-card-body {
  padding: 24px;
}

.event-card-title {
  font-size: 20px;
  color: #11120D;
  margin-bottom: 8px;
}

.event-card-meta {
  font-size: 13px;
  color: #565449;
  margin-bottom: 14px;
}

.event-card-cta {
  color: #C29B6E;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.event-card-cta:hover {
  color: #B08B5E;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-why-us {
  padding: 6rem 0;
  border-top: 1px solid rgba(86, 84, 73, 0.35);
}

.why-us-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3.5rem auto;
}

.why-us-story-col {
  display: flex;
  flex-direction: column;
}

.why-us-story-title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: #fffbf4;
}

.why-us-quote-box {
  border-left: 3px solid #c29b6e;
  padding-left: 1.25rem;
  margin-top: 1.5rem;
}

.why-us-quote-text {
  font-size: 1.0625rem;
  color: #fffbf4;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.why-us-quote-author {
  font-size: 0.75rem;
  color: #c29b6e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: block;
}

.why-us-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .why-us-cards-grid {
    grid-template-columns: 1fr;
  }
}

.why-us-card {
  background-color: #181914;
  border: 1px solid rgba(86, 84, 73, 0.35);
  padding: 2rem;
  border-radius: 4px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.4s ease;
}
.why-us-card:hover {
  transform: translateY(-6px);
  border-color: #C29B6E;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.6), 0 0 16px rgba(194, 155, 110, 0.2);
}
.why-us-card:hover .why-us-card-num {
  transform: translateX(4px);
  color: #FFFBF4;
}
.why-us-card:hover .why-us-card-title {
  color: #C29B6E;
}
.why-us-card:hover .why-us-card-desc {
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .why-us-card {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .why-us-card {
    padding: 1rem;
  }
}

.why-us-card-num {
  font-family: monospace;
  font-size: 0.6875rem;
  color: #C29B6E;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.why-us-card-title {
  font-size: 1.0625rem;
  color: #FFFBF4;
  margin-bottom: 0.375rem;
  transition: color 0.3s ease;
}

.why-us-card-desc {
  font-size: 0.75rem;
  color: #D8CFBC;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.section-testimonials {
  padding: 6rem 0;
  border-top: 1px solid #D8CFBC;
}

.testimonials-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3.5rem auto;
}

.testimonial-card {
  background-color: #FFFBF4;
  border: 1px solid #D8CFBC;
  padding: 2.5rem;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.4s ease;
  cursor: default;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: #9B7038;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08), 0 0 15px rgba(155, 112, 56, 0.15);
}

.testimonial-stars {
  color: #C29B6E;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.testimonial-quote {
  font-size: 0.9375rem;
  color: #3D3B33;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-size: 1.125rem;
  color: #11120D;
}

.testimonial-role {
  font-size: 0.75rem;
  color: #9B7038;
  font-weight: 600;
  display: block;
  margin-top: 0.25rem;
}

.section-gallery {
  padding: 6rem 0;
  border-top: 1px solid rgba(86, 84, 73, 0.35);
}

.gallery-header-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3.5rem auto;
}

.gallery-item {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(86, 84, 73, 0.35);
  border-radius: 4px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.gallery-item:hover {
  transform: translateY(-6px);
  border-color: #C29B6E;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5), 0 0 15px rgba(194, 155, 110, 0.2);
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-masonry-section .gallery-grid {
  padding: 6rem 0;
}

.gallery-footer-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.section-contact-cta {
  padding: 6rem 0;
  border-top: 1px solid #D8CFBC;
}

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact-box .contact-btn {
  margin-top: 2rem;
}

.contact-btn {
  background-color: #11120D;
  color: #FFFBF4 !important;
  border-color: #11120D;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-btn:hover {
  background-color: #C29B6E;
  border-color: #C29B6E;
  color: #11120D !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-details-col__intro {
  color: #565449;
  line-height: 1.6;
}

.luxury-contact-form__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #11120D;
}

.contact-map-section__desc {
  color: #D8CFBC;
  max-width: 600px;
  margin: 12px auto 0 auto;
}

.contact-faq-section__head {
  margin-bottom: 36px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  font-size: 0.875rem;
  margin-top: 12px;
}
.form-status.is-error {
  color: #b3261e;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 20px 24px;
}
.faq-question__icon {
  color: #C29B6E;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex: none;
}

.faq-answer {
  display: none;
}

.faq-item.is-open .faq-answer {
  display: block;
}
.faq-item.is-open .faq-question__icon {
  transform: rotate(45deg);
}

.page-contact-us {
  background: #FFFBF4;
  color: #11120D;
}

.contact-hero-header {
  padding: 100px 20px 60px 20px;
  background: #FFFBF4;
  text-align: center;
  border-bottom: 1px solid #EBE5D8;
}

.contact-details-form-section {
  padding: 90px 20px;
  background: #FFFBF4;
}

.contact-details-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-tabs {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  flex-wrap: wrap;
}

.location-tab-btn {
  padding: 8px 18px;
  background: #F8F5EE;
  border: 1px solid #EBE5D8;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #565449;
  cursor: pointer;
  transition: all 0.2s ease;
}

.contact-info-list {
  background: #F8F5EE;
  border: 1px solid #EBE5D8;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.luxury-contact-form {
  background: #F8F5EE;
  border: 1px solid #EBE5D8;
  border-radius: 4px;
  padding: 36px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  background: #FFFBF4;
  border: 1px solid #D8CFBC;
  border-radius: 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #11120D;
  outline: none;
  transition: border-color 0.2s;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-submit-btn {
  width: 100%;
  padding: 16px 24px;
  background: #C29B6E;
  color: #11120D;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-map-section {
  padding: 90px 20px;
  background: #11120D;
  color: #FFFBF4;
}

.map-embed-container {
  max-width: 1140px;
  margin: 32px auto 0 auto;
  border-radius: 4px;
  overflow: hidden;
  height: 420px;
  border: 1px solid rgba(194, 155, 110, 0.3);
}

.contact-faq-section {
  padding: 90px 20px;
  background: #FFFBF4;
}

.faq-accordion {
  max-width: 860px;
  margin: 36px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #F8F5EE;
  border: 1px solid #EBE5D8;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */