/* cormorant-garamond-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cormorant-garamond-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cormorant-garamond-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.hero .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-slider .swiper-wrapper .swiper-slide:first-child {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Custom Options and Sub-Pricing Elements */
.menu-item-variants {
  margin-top: 6px;
  font-size: 13px;
  color: #cda45e;
  font-weight: 500;
}

.menu-item-variants span:not(:last-child)::after {
  content: " | ";
  color: rgba(255, 255, 255, 0.3);
  padding: 0 6px;
}

.wine-note {
  display: block;
  font-size: 12px;
  color: #b0bec5;
  font-style: italic;
  margin-top: 4px;
}

.wine-note i {
  color: #cda45e;
  margin-right: 4px;
  margin-left:15px;
}

.dietary-badge {
  font-size: 10px;
  background: #cda45e;
  color: #000;
  padding: 1px 5px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: middle;
}

/* Remove theme leader dots when item has no primary price */
.menu-3 .menu-content.no-price::after {
  content: none !important;
}

/* Stacked Sub-Items / Variants Layout */
.menu-item-variants {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 25px; 
  margin-top: 12px;
  width: 100%;
}

.menu-variant-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.85);
}

.menu-variant-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.menu-variant-name small {
  display: block;
  font-size: 12px;
  color: #a4a4a4;
  font-style: italic;
  margin-top: 1px;
}

.menu-variant-price {
  
  color: #cda45e;
  font-weight: 600;
  font-size: 17px;
  padding-left: 15px;
  margin-right:10px;
}

.menu-3 .menu-ingredients, .menu-3 .menu-content
{
    margin-left:0px !important;
}

.menu-3 .menu-filters li
{
    font-size:24px !important;
}

/* Section & Category Separations Typography */
.category-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 700;
  color: #cda45e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(205, 164, 94, 0.2);
  padding-bottom: 8px;
}

.category-description {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #a4a4a4;
  font-style: italic;
  margin-top: 6px;
  margin-bottom: 20px;
}

.subcategory-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  color: #cda45e;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-left: 2px solid #cda45e;
  padding-left: 10px;
}

.menu-section-block {
  width: 100% !important;
  position: relative;
}

.menu-3 .menu-content .menu-item-name {
    color: var(--heading-color);
    background: var(--background-color);
    padding-right: 10px;
    position: relative;
    z-index: 3;
    font-weight: 700;
    transition: 0.3s;
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
}

.menu-3 .menu-ingredients
{
    padding-left:20px !important;
}

/* Clamp header logo dimensions on mobile viewports */
.header .logo img {
    max-height: 45px; /* Restricts the vertical footprint in the navbar */
    width: auto;      /* Maintains correct aspect ratio scaling */
}

@media (min-width: 992px) {
    .header .logo img {
        max-height: 60px; /* Allows a larger size on desktop screens */
    }
}

.dineplan-widget-link, 
#dplink_Cy1FrzfX {
    transform: translateX(-50px) !important;
}

.btn-mrd {
    background: #6ecff7; 
    color: #000000 !important; 
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 30px rgba(110, 207, 247, 0.4);
    transition: all 0.3s ease;
}

.btn-mrd img {
    height: 24px;
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-mrd:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(110, 207, 247, 0.6);
    background-color: #6ecff7 !important; /* Forces the background to stay the exact Mr D blue */
    color: #000000 !important;            /* Forces the text to stay black */
}

/* Force identical sizing and center alignment for the menu action row buttons */
.button-action-row .btn-download,
.button-action-row .btn-mrd {
    width: 290px !important; /* Forces both buttons to be the exact same structural layout width */
    justify-content: center;
    box-sizing: border-box;
}

/* Mobile responsive alignment */
@media (max-width: 575px) {
    .button-action-row .btn-download,
    .button-action-row .btn-mrd {
        width: 100% !important; /* Stacks and stretches cleanly to full screen margins on mobile */
        max-width: 320px;
        margin: 0 auto;
    }
}

.hero-slider .swiper-slide {
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 1 !important;
    transition: opacity 1s ease, z-index 1s ease;
}

.hero-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 10 !important;
}

.hero .hero-slider .slide-content h1, 
.hero .hero-slider .slide-content h2 {
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.3), 
        0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.hero .hero-slider .slide-content .slide-label, .hero .hero-slider .slide-content p, .hero .hero-slider .slide-content .btn-shop
{
  font-weight: 700;
}

/* Mobile Spacing Defenses for Menu Layout Grid */
@media (max-width: 991px) {
    
    .menu-section-block {
        padding-top: 45px !important;
    }

    .isotope-container > .menu-section-block:first-of-type {
        padding-top: 10px !important;
    }

    .subcategory-heading {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
        display: block;
        border-top: 1px dashed rgba(0, 0, 0, 0.05); 
    }
}

/* Securely hide anti-spam honeypot inputs from user viewports */
.hp-wrapper {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Event Flyer Button Layout */
.btn-event-flyer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* 404 Error Page Layout Presentation */
.error-section {
    min-height: 70vh;
    padding: 80px 0;
}

.error-title {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    color: #e0e0e0;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.error-subtitle {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

.error-text {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px auto;
    opacity: 0.8;
}

.btn-error-home {
    background-color: #000000;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-error-home:hover {
    background-color: #333333;
    color: #ffffff;
}