:root {
  --laura-ink: #080806;
  --laura-ink-soft: #0f0e0b;
  --laura-surface: #15120d;
  --laura-surface-raised: #1a160f;
  --laura-gold: #b78a45;
  --laura-gold-bright: #c3a579;
  --laura-ivory: #f4efe5;
  --laura-muted: #aaa196;
  --laura-line: rgba(183, 138, 69, 0.38);
  --laura-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --laura-serif: "Cormorant Garamond", "Baskerville", "Times New Roman", serif;
  --laura-sans: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

html.laura-refined {
  background: var(--laura-ink);
  scroll-behavior: smooth;
}

html.laura-refined body {
  /* Elementor widgets and rebuilt sections share one muted gold palette. */
  --e-global-color-accent: var(--laura-gold);
  --e-global-color-secondary: var(--laura-ink-soft);
  --e-global-color-black: var(--laura-ink);
  background: var(--laura-ink) !important;
  color: var(--laura-ivory);
  font-family: var(--laura-sans);
  -webkit-font-smoothing: antialiased;
}

html.laura-refined body,
html.laura-refined p,
html.laura-refined li,
html.laura-refined label,
html.laura-refined input,
html.laura-refined textarea,
html.laura-refined select,
html.laura-refined button {
  font-family: var(--laura-sans);
}

html.laura-refined body:not(.home) .elementor > .e-con.e-parent,
html.laura-refined body.home .elementor > .e-con.e-parent:not(:first-child),
html.laura-refined body.elementor-page-3270 .elementor > .e-con.e-parent {
  background-color: var(--laura-ink-soft) !important;
}

html.laura-refined body.elementor-page-3270 .elementor > .e-con.e-parent:nth-of-type(even),
html.laura-refined body.home .elementor > .e-con.e-parent:nth-of-type(even) {
  background-color: var(--laura-ink) !important;
}

html.laura-refined h1,
html.laura-refined h2,
html.laura-refined .elementor-heading-title {
  font-family: var(--laura-serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0.025em;
  color: var(--laura-ivory) !important;
  text-wrap: balance;
}

html.laura-refined h3,
html.laura-refined h4,
html.laura-refined h5,
html.laura-refined h6 {
  color: var(--laura-ivory);
}

html.laura-refined .section-title .elementor-heading-title,
html.laura-refined .elementor-heading-title > span,
html.laura-refined .elementor-heading-title .elementor-headline-dynamic-text,
html.laura-refined .elementor-heading-title .elementor-headline-plain-text {
  color: var(--laura-gold-bright) !important;
}

html.laura-refined p,
html.laura-refined .elementor-widget-text-editor,
html.laura-refined .ekit-price-menu-caption-description {
  color: var(--laura-muted) !important;
  line-height: 1.75;
}

html.laura-refined a {
  color: var(--laura-gold-bright);
  text-decoration-color: rgba(210, 176, 106, 0.4);
  transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

html.laura-refined a:hover {
  color: var(--laura-ivory);
}

html.laura-refined .elementskit-navbar-nav > li > a,
html.laura-refined .elementor-nav-menu > li > a,
html.laura-refined nav a {
  position: relative;
}

html.laura-refined .elementskit-navbar-nav > li > a::after,
html.laura-refined .elementor-nav-menu > li > a::after,
html.laura-refined nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--laura-gold-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

html.laura-refined .elementskit-navbar-nav > li > a:hover::after,
html.laura-refined .elementor-nav-menu > li > a:hover::after,
html.laura-refined nav a:hover::after,
html.laura-refined .elementskit-navbar-nav > li.current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

html.laura-refined button.elementskit-menu-hamburger,
html.laura-refined button.elementskit-menu-toggler {
  border: 1px solid var(--laura-gold) !important;
  border-radius: 2px !important;
  background: var(--laura-ink-soft) !important;
  color: var(--laura-gold-bright) !important;
}

html.laura-refined button.elementskit-menu-hamburger:hover,
html.laura-refined button.elementskit-menu-toggler:hover {
  background: var(--laura-gold) !important;
  color: var(--laura-ink) !important;
}

@media (max-width: 1024px) {
  html.laura-refined .elementskit-menu-container,
  html.laura-refined .elementskit-nav-identity-panel {
    background: var(--laura-ink-soft) !important;
  }
  html.laura-refined .elementskit-navbar-nav > li > a {
    color: var(--laura-ivory) !important;
  }
  html.laura-refined .elementskit-navbar-nav > li > a:hover,
  html.laura-refined .elementskit-navbar-nav > li.current-menu-item > a {
    color: var(--laura-gold-bright) !important;
  }
}

html.laura-refined .elementor-button,
html.laura-refined .elementskit-btn,
html.laura-refined button[type="submit"],
html.laura-refined input[type="submit"],
html.laura-refined .anniversary-popup__reserve {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--laura-gold) !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: var(--laura-gold-bright) !important;
  box-shadow: none !important;
  font-family: var(--laura-sans) !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em;
  transition: color 240ms ease, background-color 240ms ease, transform 240ms ease, box-shadow 240ms ease !important;
}

html.laura-refined .elementor-button:hover,
html.laura-refined .elementor-button:focus-visible,
html.laura-refined .elementskit-btn:hover,
html.laura-refined .elementskit-btn:focus-visible,
html.laura-refined button[type="submit"]:hover,
html.laura-refined input[type="submit"]:hover,
html.laura-refined .anniversary-popup__reserve:hover {
  background: var(--laura-gold) !important;
  color: var(--laura-ink) !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(183, 138, 69, 0.18) !important;
}

html.laura-refined .elementor-widget-button .elementor-button::before {
  background: var(--laura-gold) !important;
}

html.laura-refined .hero-download-btn .elementskit-info-box-title,
html.laura-refined .hero-download-btn .elementskit-info-box-icon {
  color: var(--laura-gold-bright) !important;
  fill: currentColor !important;
}

html.laura-refined .hero-download-btn a:is(:hover, :focus-visible) .elementskit-info-box-title,
html.laura-refined .hero-download-btn a:is(:hover, :focus-visible) .elementskit-info-box-icon {
  color: var(--laura-ivory) !important;
}

html.laura-refined :is(a, button, input, textarea, select):focus-visible {
  outline: 2px solid var(--laura-gold-bright) !important;
  outline-offset: 4px;
}

html.laura-refined .ekit-price-menu-item {
  position: relative;
  padding: 20px 20px 20px 24px !important;
  border: 1px solid transparent;
  border-left-color: var(--laura-line);
  background: transparent !important;
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

html.laura-refined .ekit-price-menu-item:hover {
  transform: translateX(5px);
  border-color: rgba(183, 138, 69, 0.5);
  background: rgba(183, 138, 69, 0.04) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}

html.laura-refined .ekit-price-menu-caption-title a,
html.laura-refined .ekit-price-menu-caption-title {
  color: var(--laura-ivory) !important;
  font-family: var(--laura-serif) !important;
  font-size: clamp(1.15rem, 1.25vw, 1.45rem) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

html.laura-refined .ekit-price-menu-caption-price {
  color: var(--laura-gold-bright) !important;
  font-weight: 600;
  white-space: nowrap;
}

html.laura-refined .ekit-price-menu-caption-separator {
  border-bottom-color: rgba(183, 138, 69, 0.3) !important;
}

html.laura-refined .elementor-field,
html.laura-refined input:not([type="submit"]),
html.laura-refined textarea,
html.laura-refined select {
  border: 1px solid var(--laura-line) !important;
  border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.018) !important;
  color: var(--laura-ivory) !important;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

html.laura-refined .elementor-field:hover,
html.laura-refined input:not([type="submit"]):hover,
html.laura-refined textarea:hover,
html.laura-refined select:hover,
html.laura-refined .elementor-field:focus,
html.laura-refined input:not([type="submit"]):focus,
html.laura-refined textarea:focus,
html.laura-refined select:focus {
  border-color: var(--laura-gold-bright) !important;
  background: rgba(183, 138, 69, 0.045) !important;
  box-shadow: 0 0 0 3px rgba(183, 138, 69, 0.08) !important;
}

html.laura-refined .at-image-animation img,
html.laura-refined .tab-img-1 img,
html.laura-refined .elementor-widget-video {
  border: 1px solid rgba(183, 138, 69, 0.42) !important;
  box-shadow: var(--laura-shadow);
  transition: transform 380ms cubic-bezier(.2,.7,.2,1), border-color 300ms ease, box-shadow 380ms ease;
}

html.laura-refined .at-image-animation:hover img,
html.laura-refined .tab-img-1:hover img,
html.laura-refined .elementor-widget-video:hover {
  transform: translateY(-4px) scale(1.008);
  border-color: var(--laura-gold-bright) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(210, 176, 106, 0.14);
}

html.laura-refined .e-con.e-parent {
  border-color: var(--laura-line) !important;
}

html.laura-refined .elementor-widget-divider .elementor-divider-separator,
html.laura-refined hr {
  border-color: var(--laura-line) !important;
}

html.laura-refined footer,
html.laura-refined .ekit-template-content-footer,
html.laura-refined .ekit-template-content-footer .e-con.e-parent {
  background: #060604 !important;
}

/* The FAQ help card stays dark so its copy is readable on every screen. */
html.laura-refined .sidebar-cta-box .elementskit-infobox {
  background: var(--laura-surface) !important;
  border: 1px solid var(--laura-line) !important;
  border-radius: 0 !important;
  box-shadow: 0 18px 50px rgba(183, 138, 69, 0.07);
}

html.laura-refined .sidebar-cta-box .elementskit-info-box-title {
  color: var(--laura-ivory) !important;
}

html.laura-refined .sidebar-cta-box .box-body > p {
  color: var(--laura-muted) !important;
}

html.laura-refined .sidebar-cta-box .elementskit-info-box-icon {
  color: var(--laura-gold-bright) !important;
  fill: currentColor !important;
}

html.laura-refined .sidebar-cta-box .box-footer {
  display: grid;
  gap: 12px;
}

html.laura-refined .sidebar-cta-box .box-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding-inline: 15px;
}

/* Wine list rebuilt from the July 2026 menu PDF. */
.laura-wine-selection {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(78px, 9vw, 150px) 24px;
  background:
    radial-gradient(circle at 50% 12%, rgba(183, 138, 69, 0.085), transparent 26%),
    var(--laura-ink) !important;
  border-top: 1px solid var(--laura-line);
  border-bottom: 1px solid var(--laura-line);
}

.laura-wine-selection::before {
  content: "";
  position: absolute;
  inset: 34px 50% 34px auto;
  width: 1px;
  z-index: -1;
  background: linear-gradient(transparent, var(--laura-line) 10%, var(--laura-line) 90%, transparent);
}

.laura-wine-selection__inner {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.laura-wine-selection__head {
  margin: 0 auto clamp(52px, 7vw, 92px);
  text-align: center;
}

.laura-wine-selection__title {
  margin: 0;
  color: var(--laura-ivory);
  font-family: var(--laura-serif) !important;
  font-size: clamp(3rem, 6vw, 6.4rem) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.laura-wine-selection__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(250px, 56vw);
  margin: 28px auto 0;
  color: var(--laura-gold-bright);
}

.laura-wine-selection__ornament::before,
.laura-wine-selection__ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--laura-gold);
}

.laura-wine-selection__ornament span {
  width: 10px;
  height: 10px;
  border: 1px solid var(--laura-gold-bright);
  transform: rotate(45deg);
}

.laura-wine-selection__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px clamp(18px, 3vw, 42px);
  margin-top: 34px;
}

.laura-wine-selection__nav a {
  position: relative;
  padding: 8px 0;
  color: var(--laura-gold-bright) !important;
  font: 600 0.78rem/1 var(--laura-sans);
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.laura-wine-selection__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--laura-gold-bright);
  transform: scaleX(0.16);
  transition: transform 240ms ease;
}

.laura-wine-selection__nav a:hover::after,
.laura-wine-selection__nav a:focus-visible::after {
  transform: scaleX(1);
}

.laura-wine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(56px, 6vw, 92px) clamp(48px, 5vw, 82px);
}

.laura-wine-category {
  min-width: 0;
  scroll-margin-top: 30px;
}

.laura-wine-category__title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  color: var(--laura-gold-bright) !important;
  font: 500 clamp(1.8rem, 3vw, 2.7rem)/1.1 var(--laura-serif) !important;
  letter-spacing: 0.025em;
}

.laura-wine-category__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--laura-gold), transparent);
}

.laura-wine-category__list {
  display: grid;
  gap: 6px;
}

@media (min-width: 1100px) {
  .laura-wine-category:nth-child(2) .laura-wine-category__list,
  .laura-wine-category:nth-child(3) .laura-wine-category__list,
  .laura-wine-category:nth-child(4) .laura-wine-category__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
  .laura-wine-category:nth-child(3) .laura-wine-entry:last-child {
    grid-column: 2;
  }
}

.laura-wine-entry {
  position: relative;
  padding: 21px 20px 22px 24px;
  border: 1px solid transparent;
  border-left-color: var(--laura-line);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.laura-wine-entry:hover,
.laura-wine-entry:focus-within {
  transform: translateX(5px);
  border-color: rgba(183, 138, 69, 0.52);
  background: rgba(183, 138, 69, 0.045);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.laura-wine-entry__name {
  margin: 0 0 4px;
  color: var(--laura-ivory);
  font: 600 clamp(1.23rem, 1.7vw, 1.55rem)/1.18 var(--laura-serif);
  letter-spacing: 0.01em;
}

.laura-wine-entry__origin {
  margin: 0 0 9px !important;
  color: var(--laura-gold-bright) !important;
  font: 500 0.79rem/1.45 var(--laura-sans) !important;
  letter-spacing: 0.035em;
}

.laura-wine-entry__description {
  margin: 0 0 14px !important;
  color: var(--laura-muted) !important;
  font: 400 0.9rem/1.62 var(--laura-sans) !important;
}

.laura-wine-entry__prices {
  display: grid;
  gap: 4px;
  margin: 0;
}

.laura-wine-entry__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--laura-ivory);
  font: 500 0.88rem/1.35 var(--laura-sans);
}

.laura-wine-entry__price::after {
  content: "";
  order: 1;
  flex: 1;
  min-width: 18px;
  border-bottom: 1px dotted rgba(210, 176, 106, 0.46);
}

.laura-wine-entry__price strong {
  order: 2;
  color: var(--laura-gold-bright);
  font-weight: 600;
  white-space: nowrap;
}

/* Homepage intro: two spheres reveal the genuine brand mark. */
.laura-intro {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--laura-ink);
  opacity: 1;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.laura-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.laura-intro__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(720px, 90vw);
  min-height: min(520px, 72vh);
}

.laura-intro__logo {
  position: relative;
  z-index: 3;
  width: min(430px, 70vw);
  opacity: 0;
  filter: blur(15px);
  transform: scale(0.92);
  animation: laura-logo-reveal 850ms 400ms cubic-bezier(.18,.8,.22,1) forwards;
}

.laura-intro__ring {
  position: absolute;
  z-index: 1;
  width: min(510px, 76vw);
  aspect-ratio: 2.75 / 1;
  border: 1px solid rgba(210, 176, 106, 0.78);
  border-radius: 50%;
  opacity: 0;
  filter: drop-shadow(0 0 12px rgba(183, 138, 69, 0.28));
  transform: scale(0.55) rotateX(66deg);
  animation: laura-ring-draw 1s 540ms ease-out forwards;
}

.laura-intro__line {
  position: absolute;
  z-index: 4;
  top: 72%;
  left: 50%;
  width: min(260px, 44vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--laura-gold-bright), transparent);
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  animation: laura-line-settle 400ms 1.1s ease-out forwards;
}

.laura-intro__orb {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: clamp(22px, 3vw, 42px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #f0d594 0 8%, #c2934c 32%, #765025 67%, #24170b 100%);
  box-shadow: 0 0 25px rgba(183, 138, 69, 0.34), -26px 0 46px rgba(183, 138, 69, 0.14);
}

.laura-intro__orb--left {
  left: -14vw;
  animation: laura-orb-left 1.3s cubic-bezier(.18,.76,.18,1) forwards;
}

.laura-intro__orb--right {
  right: -14vw;
  animation: laura-orb-right 1.3s cubic-bezier(.18,.76,.18,1) forwards;
}

@keyframes laura-orb-left {
  0% { opacity: 0; transform: translate(-8vw, -50%) scale(.72); }
  16% { opacity: 1; }
  64% { opacity: 1; transform: translate(calc(14vw + min(245px, 35vw)), -50%) scale(1); }
  100% { opacity: 0; transform: translate(calc(28vw + min(460px, 70vw)), -50%) scale(.72); }
}

@keyframes laura-orb-right {
  0% { opacity: 0; transform: translate(8vw, -50%) scale(.72); }
  16% { opacity: 1; }
  64% { opacity: 1; transform: translate(calc(-14vw - min(245px, 35vw)), -50%) scale(1); }
  100% { opacity: 0; transform: translate(calc(-28vw - min(460px, 70vw)), -50%) scale(.72); }
}

@keyframes laura-logo-reveal {
  to { opacity: 1; filter: blur(0); transform: scale(1); }
}

@keyframes laura-ring-draw {
  0% { opacity: 0; transform: scale(.55) rotateX(66deg); }
  45% { opacity: .82; }
  100% { opacity: .28; transform: scale(1) rotateX(66deg); }
}

@keyframes laura-line-settle {
  to { opacity: .92; transform: translateX(-50%) scaleX(1); }
}

body.laura-intro-open {
  overflow: hidden !important;
}

.laura-intro__skip {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid var(--laura-line);
  color: var(--laura-ivory);
  font: 12px var(--laura-sans);
  cursor: pointer;
}

/* Content is readable immediately; retain the approved CSS image hover effects. */
html.laura-refined .elementor-invisible { visibility: visible !important; }
html.laura-refined .preloader { display: none !important; }
html.laura-refined [data-id="9beb20f"]::before { background-image: none !important; }
html.laura-refined [data-id="ac360ca"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

html.laura-refined .anniversary-popup {
  background: rgba(5, 5, 4, 0.9);
}

html.laura-refined .anniversary-popup__media {
  border-color: rgba(183, 138, 69, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .75), 0 0 0 8px rgba(8, 8, 6, .98);
}

html.laura-refined .anniversary-popup__close {
  border-color: var(--laura-gold) !important;
  background: var(--laura-ink-soft) !important;
  color: var(--laura-ivory) !important;
}

html.laura-refined .anniversary-popup__close:hover {
  background: var(--laura-gold) !important;
  color: var(--laura-ink) !important;
}

@media (max-width: 900px) {
  .laura-wine-selection::before { display: none; }
  .laura-wine-grid { grid-template-columns: 1fr; gap: 52px; }
  .laura-wine-selection__head { margin-bottom: 50px; }
}

@media (max-width: 720px) {
  html.laura-refined h1,
  html.laura-refined h2,
  html.laura-refined .elementor-heading-title { letter-spacing: 0.012em; }
  html.laura-refined .ekit-price-menu-item { padding: 17px 12px 17px 18px !important; }
  html.laura-refined .ekit-price-menu-caption-header { align-items: flex-start !important; }
  html.laura-refined .ekit-price-menu-caption-title a,
  html.laura-refined .ekit-price-menu-caption-title { font-size: 1.13rem !important; }
  .laura-wine-selection { padding: 70px 18px; }
  .laura-wine-selection__title { font-size: clamp(2.6rem, 14vw, 4.2rem); }
  .laura-wine-selection__nav { gap: 8px 20px; }
  .laura-wine-entry { padding: 18px 14px 19px 18px; }
  .laura-wine-entry:hover,
  .laura-wine-entry:focus-within { transform: translateX(3px); }
  .laura-wine-entry__description { font-size: 0.86rem !important; }
  .laura-wine-entry__price { font-size: 0.82rem; }
  .laura-intro__stage { min-height: 55vh; }
  .laura-intro__logo { width: min(360px, 78vw); }
  .laura-intro__line { top: 70%; }
}

@media (prefers-reduced-motion: reduce) {
  html.laura-refined { scroll-behavior: auto; }
  html.laura-refined *,
  html.laura-refined *::before,
  html.laura-refined *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .laura-intro__logo { opacity: 1; filter: none; transform: none; }
  .laura-intro__orb,
  .laura-intro__ring { display: none; }
}

/* Full dining menu: the accepted wine-card editorial language across every category. */
html.laura-refined {
  scrollbar-color: #6f542d #080806;
}

html.laura-refined::-webkit-scrollbar {
  width: 11px;
}

html.laura-refined::-webkit-scrollbar-track {
  background: #080806;
}

html.laura-refined::-webkit-scrollbar-thumb {
  border: 3px solid #080806;
  border-radius: 20px;
  background: #6f542d;
}

html.laura-refined body.page-id-3270 [data-id="1e79c8e"] {
  min-height: clamp(300px, 38vw, 520px) !important;
  border-bottom: 1px solid var(--laura-line) !important;
}

html.laura-refined body.page-id-3270 [data-id="1e79c8e"] > .e-con-inner {
  min-height: inherit !important;
}

html.laura-refined body.page-id-3270 .elementskit-navbar-nav > li.current-menu-item > a,
html.laura-refined body.page-id-3270 .elementskit-navbar-nav > li > a:hover {
  color: var(--laura-gold) !important;
}

.laura-full-menu {
  position: relative;
  isolation: isolate;
  padding: clamp(78px, 9vw, 150px) 24px;
  border-top: 1px solid var(--laura-line);
  border-bottom: 1px solid var(--laura-line);
  background: var(--laura-ink) !important;
}

.laura-full-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(183, 138, 69, 0.07), transparent 24%);
}

.laura-full-menu__inner {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.laura-full-menu__head {
  margin: 0 auto clamp(70px, 8vw, 116px);
  text-align: center;
}

.laura-full-menu__head h2 {
  margin: 0;
  color: var(--laura-ivory) !important;
  font: 400 clamp(3rem, 6vw, 6.4rem)/0.95 var(--laura-serif) !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.laura-full-menu__ornament,
.laura-reservation__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(250px, 56vw);
  margin: 28px auto 0;
}

.laura-full-menu__ornament::before,
.laura-full-menu__ornament::after,
.laura-reservation__ornament::before,
.laura-reservation__ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--laura-gold);
}

.laura-full-menu__ornament span,
.laura-reservation__ornament span {
  width: 10px;
  height: 10px;
  border: 1px solid var(--laura-gold-bright);
  transform: rotate(45deg);
}

.laura-full-menu__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px clamp(18px, 2.2vw, 34px);
  margin-top: 36px;
}

.laura-full-menu__nav a {
  position: relative;
  padding: 9px 0;
  color: var(--laura-gold) !important;
  font: 600 0.76rem/1.2 var(--laura-sans);
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.laura-full-menu__nav a::after {
  bottom: 0 !important;
}

.laura-full-menu__nav a:hover,
.laura-full-menu__nav a:focus-visible {
  color: var(--laura-ivory) !important;
}

.laura-full-menu__nav .laura-full-menu__book {
  margin-left: 8px;
  padding-inline: 17px;
  border: 1px solid var(--laura-gold);
}

.laura-full-menu__sections {
  display: grid;
}

.laura-menu-category {
  min-width: 0;
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid var(--laura-line);
  scroll-margin-top: 24px;
}

.laura-menu-category:first-child {
  border-top: 0;
  padding-top: 0;
}

.laura-menu-category__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 38px;
  color: var(--laura-gold-bright) !important;
  font: 500 clamp(2rem, 3.4vw, 3.3rem)/1.08 var(--laura-serif) !important;
  letter-spacing: 0.025em;
}

.laura-menu-category__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--laura-gold), transparent);
}

.laura-menu-category__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 7px clamp(34px, 5vw, 78px);
}

.laura-menu-category--drinks:not(.laura-menu-category--with-media) .laura-menu-category__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.laura-menu-entry {
  position: relative;
  min-width: 0;
  padding: 20px 18px 21px 22px;
  border: 1px solid transparent;
  border-left-color: var(--laura-line);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.laura-menu-entry:hover,
.laura-menu-entry:focus-visible {
  outline: none;
  transform: translateX(5px);
  border-color: rgba(183, 138, 69, 0.52);
  background: rgba(183, 138, 69, 0.045);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.laura-menu-entry__line {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.laura-menu-entry__name {
  margin: 0;
  color: var(--laura-ivory) !important;
  font: 600 clamp(1.16rem, 1.4vw, 1.5rem)/1.22 var(--laura-serif) !important;
  letter-spacing: 0.012em;
}

.laura-menu-entry__dots {
  flex: 1;
  min-width: 18px;
  border-bottom: 1px dotted rgba(210, 176, 106, 0.46);
}

.laura-menu-entry__price {
  color: var(--laura-gold-bright);
  font: 600 0.88rem/1.2 var(--laura-sans);
  white-space: nowrap;
}

.laura-menu-entry__description {
  max-width: 66ch;
  margin: 8px 0 0 !important;
  color: var(--laura-muted) !important;
  font: 400 0.88rem/1.62 var(--laura-sans) !important;
}

.laura-menu-category--with-media {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  grid-template-areas: "title title" "media list";
  gap: 0 clamp(42px, 6vw, 96px);
}

.laura-menu-category--with-media .laura-menu-category__title {
  grid-area: title;
}

.laura-menu-category--with-media .laura-menu-category__media {
  grid-area: media;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 0;
  border: 1px solid rgba(183, 138, 69, 0.48);
  box-shadow: var(--laura-shadow);
}

.laura-menu-category--with-media .laura-menu-category__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1), filter 400ms ease;
}

.laura-menu-category--with-media .laura-menu-category__media:hover img {
  transform: scale(1.025);
  filter: contrast(1.03);
}

.laura-menu-category--with-media .laura-menu-category__list {
  grid-area: list;
  grid-template-columns: 1fr;
}

.laura-menu-category--drinks.laura-menu-category--with-media .laura-menu-category__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap-inline: 28px;
}

.laura-allergen-note {
  max-width: 1080px;
  margin: 42px 0 0;
  padding: 22px 24px;
  border-left: 1px solid var(--laura-gold);
  background: rgba(183, 138, 69, 0.035);
}

.laura-allergen-note p {
  margin: 0 0 8px !important;
  color: var(--laura-muted) !important;
  font: 400 0.78rem/1.65 var(--laura-sans) !important;
}

.laura-allergen-note p:last-child {
  margin-bottom: 0 !important;
}

.laura-allergen-note strong {
  color: var(--laura-gold-bright);
}

/* Reservation and events. */
.laura-reservation {
  position: relative;
  padding: clamp(82px, 9vw, 150px) 24px;
  border-bottom: 1px solid var(--laura-line);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%),
    var(--laura-ink-soft) !important;
  scroll-margin-top: 20px;
}

.laura-reservation__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(52px, 7vw, 112px);
  width: min(1500px, 100%);
  margin: 0 auto;
}

.laura-reservation__intro h2 {
  margin: 0;
  color: var(--laura-ivory) !important;
  font: 400 clamp(3rem, 5.4vw, 5.7rem)/0.98 var(--laura-serif) !important;
  letter-spacing: 0.025em;
}

.laura-reservation__intro .laura-reservation__ornament {
  justify-content: flex-start;
  margin: 28px 0 36px;
}

.laura-reservation__intro > p {
  max-width: 58ch;
  color: var(--laura-muted) !important;
  font: 400 0.96rem/1.8 var(--laura-sans) !important;
}

.laura-reservation__hours {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--laura-line);
}

.laura-reservation__hours h3 {
  margin: 0 0 14px;
  color: var(--laura-gold-bright) !important;
  font: 500 1.45rem/1.2 var(--laura-serif) !important;
}

.laura-reservation__hours p {
  margin: 0 0 18px !important;
  color: var(--laura-muted) !important;
  font: 400 0.86rem/1.9 var(--laura-sans) !important;
}

.laura-reservation__hours strong {
  color: var(--laura-ivory);
}

.laura-reservation__hours a {
  color: var(--laura-gold-bright) !important;
  font: 600 0.8rem/1.4 var(--laura-sans);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.laura-reservation-form {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-content: start;
  gap: 22px 18px;
  padding-left: clamp(34px, 5vw, 78px);
  border-left: 1px solid var(--laura-line);
}

.laura-form-field {
  grid-column: span 2;
  min-width: 0;
}

.laura-form-field--half {
  grid-column: span 3;
}

.laura-form-field--full,
.laura-occasion,
.laura-reservation-form__submit,
.laura-reservation-form__status {
  grid-column: 1 / -1;
}

.laura-form-field label,
.laura-occasion legend {
  display: block;
  margin: 0 0 9px;
  color: var(--laura-gold-bright);
  font: 600 0.74rem/1.25 var(--laura-sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.laura-form-field label span {
  color: var(--laura-muted);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.laura-form-field input,
.laura-form-field select,
.laura-form-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px !important;
  border: 1px solid rgba(183, 138, 69, 0.55) !important;
  border-radius: 1px !important;
  background: rgba(255, 255, 255, 0.016) !important;
  color: var(--laura-ivory) !important;
  font: 400 0.92rem/1.45 var(--laura-sans) !important;
  color-scheme: dark;
}

.laura-form-field select {
  background-color: #11100d !important;
}

.laura-form-field select option {
  background: #11100d !important;
  color: #f6efe2 !important;
}

.laura-form-field select option:checked {
  background: #8f6423 !important;
  color: #fff9ec !important;
}

.laura-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.laura-form-field input::placeholder,
.laura-form-field textarea::placeholder {
  color: rgba(170, 161, 150, 0.72);
}

.laura-occasion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin: 5px 0 4px;
  padding: 0;
  border: 0;
}

.laura-occasion legend {
  grid-column: 1 / -1;
}

.laura-occasion label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.laura-occasion input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.laura-occasion > label > span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(183, 138, 69, 0.55);
  color: var(--laura-ivory);
  font: 500 0.8rem/1.25 var(--laura-sans);
  text-align: center;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.laura-occasion legend span {
  display: inline;
  margin-left: 4px;
  color: var(--laura-muted);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.laura-occasion label:hover span {
  border-color: var(--laura-gold-bright);
  transform: translateY(-2px);
}

.laura-occasion input:checked + span {
  border-color: var(--laura-gold);
  background: var(--laura-gold);
  color: var(--laura-ink);
}

.laura-occasion input:focus-visible + span {
  outline: 2px solid var(--laura-gold-bright);
  outline-offset: 4px;
}

.laura-reservation-form__submit {
  min-height: 58px;
  margin-top: 6px;
  border: 1px solid var(--laura-gold) !important;
  border-radius: 1px !important;
  background: var(--laura-gold) !important;
  color: var(--laura-ink) !important;
  font: 600 0.9rem/1.2 var(--laura-sans) !important;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  cursor: pointer;
}

.laura-reservation-form__submit:hover {
  background: var(--laura-gold-bright) !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(183, 138, 69, 0.16) !important;
}

.laura-reservation-form__status {
  display: none;
  padding: 16px 18px;
  border-left: 2px solid var(--laura-gold);
  background: rgba(183, 138, 69, 0.05);
  color: var(--laura-ivory);
  font: 500 0.88rem/1.55 var(--laura-sans);
}

.laura-reservation-form__status.is-visible {
  display: block;
}

.laura-reservation-form__status a {
  color: var(--laura-gold-bright) !important;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .laura-menu-category--drinks:not(.laura-menu-category--with-media) .laura-menu-category__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laura-menu-category--drinks.laura-menu-category--with-media .laura-menu-category__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .laura-menu-category__list,
  .laura-menu-category--drinks:not(.laura-menu-category--with-media) .laura-menu-category__list {
    grid-template-columns: 1fr;
  }
  .laura-menu-category--with-media {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "media" "list";
  }
  .laura-menu-category--with-media .laura-menu-category__media {
    width: min(700px, 100%);
    margin-bottom: 32px;
  }
  .laura-reservation__inner {
    grid-template-columns: 1fr;
  }
  .laura-reservation-form {
    padding: 48px 0 0;
    border-top: 1px solid var(--laura-line);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  html.laura-refined body.page-id-3270 [data-id="1e79c8e"] {
    min-height: 260px !important;
  }
  .laura-full-menu,
  .laura-reservation {
    padding-inline: 18px;
  }
  .laura-full-menu__head h2 {
    font-size: clamp(2.5rem, 13vw, 4rem) !important;
  }
  .laura-full-menu__nav {
    gap: 6px 17px;
  }
  .laura-full-menu__nav a {
    font-size: 0.68rem;
  }
  .laura-full-menu__nav .laura-full-menu__book {
    width: 100%;
    margin: 12px 0 0;
    padding-block: 13px;
  }
  .laura-menu-category {
    padding-block: 54px;
  }
  .laura-menu-category__title {
    margin-bottom: 25px;
    font-size: clamp(1.9rem, 10vw, 2.7rem) !important;
  }
  .laura-menu-entry {
    padding: 17px 12px 18px 16px;
  }
  .laura-menu-entry__line {
    flex-wrap: wrap;
    gap: 7px;
  }
  .laura-menu-entry__name {
    width: calc(100% - 78px);
    font-size: 1.16rem !important;
  }
  .laura-menu-entry__dots {
    display: none;
  }
  .laura-menu-entry__price {
    margin-left: auto;
    font-size: 0.8rem;
  }
  .laura-menu-entry__description {
    font-size: 0.84rem !important;
  }
  .laura-reservation__intro h2 {
    font-size: clamp(2.8rem, 15vw, 4.4rem) !important;
  }
  .laura-reservation-form {
    grid-template-columns: 1fr;
  }
  .laura-form-field,
  .laura-form-field--half,
  .laura-form-field--full,
  .laura-occasion,
  .laura-reservation-form__submit,
  .laura-reservation-form__status {
    grid-column: 1;
  }
  .laura-occasion {
    grid-template-columns: 1fr 1fr;
  }
  .laura-occasion label:last-child {
    grid-column: 1 / -1;
  }
}

/* Keep the legacy floating accessibility control inside the new dark-gold palette. */
html.laura-refined body .ul-sticky-container-inner-button {
  background: #8f6423 !important;
  border: 1px solid rgba(220, 181, 108, 0.72) !important;
  color: #fff6df !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32) !important;
}

html.laura-refined body.page-id-3270 .ul-sticky-container,
html.laura-refined body.page-id-7 .ul-sticky-container {
  display: none !important;
}

/* Rectangular editorial photography across the homepage and About page. */
html.laura-refined {
  --laura-photo-line: rgba(183, 138, 69, 0.58);
  /* Gold is painted above the dark depth shadow, with more light below the photo. */
  --laura-photo-glow: 0 0 28px rgba(183, 138, 69, 0.14), 0 22px 50px -12px rgba(183, 138, 69, 0.34), 0 26px 64px rgba(0, 0, 0, 0.5);
  --laura-photo-glow-hover: 0 0 34px rgba(183, 138, 69, 0.26), 0 26px 64px -8px rgba(183, 138, 69, 0.56), 0 35px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(195, 165, 121, 0.44);
}

html.laura-refined body.page-id-7 :is(
  .hero-img-1,
  .hero-circle-img-1,
  .hero-circle-img-2,
  .about-us-img,
  .about-author-img,
  .our-daily-offers-image
),
html.laura-refined body.page-id-879 :is(
  .about-us-img,
  .about-author-img,
  .tab-img-1,
  .our-daily-offers-image
) {
  overflow: hidden !important;
  border: 1px solid var(--laura-photo-line) !important;
  border-radius: 0 !important;
  background: #0a0805 !important;
  box-shadow: var(--laura-photo-glow) !important;
  transition: transform 420ms cubic-bezier(.2,.72,.2,1), border-color 300ms ease, box-shadow 420ms ease !important;
}

html.laura-refined body.page-id-7 :is(
  .hero-img-1,
  .hero-circle-img-1,
  .hero-circle-img-2,
  .about-us-img,
  .about-author-img,
  .our-daily-offers-image
) .elementor-widget-container,
html.laura-refined body.page-id-879 :is(
  .about-us-img,
  .about-author-img,
  .tab-img-1,
  .our-daily-offers-image
) .elementor-widget-container {
  overflow: hidden !important;
  border-radius: 0 !important;
}

html.laura-refined body.page-id-7 :is(
  .hero-img-1,
  .hero-circle-img-1,
  .hero-circle-img-2,
  .about-us-img,
  .about-author-img,
  .our-daily-offers-image
) img,
html.laura-refined body.page-id-879 :is(
  .about-us-img,
  .about-author-img,
  .tab-img-1,
  .our-daily-offers-image
) img {
  display: block;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: transform 620ms cubic-bezier(.2,.72,.2,1), filter 420ms ease !important;
}

html.laura-refined body.page-id-7 :is(
  .hero-img-1,
  .hero-circle-img-1,
  .hero-circle-img-2,
  .about-us-img,
  .about-author-img,
  .our-daily-offers-image
):hover,
html.laura-refined body.page-id-879 :is(
  .about-us-img,
  .about-author-img,
  .tab-img-1,
  .our-daily-offers-image
):hover {
  z-index: 3;
  transform: translateY(-5px);
  border-color: rgba(220, 181, 108, 0.88) !important;
  box-shadow: var(--laura-photo-glow-hover) !important;
}

html.laura-refined body.page-id-7 :is(
  .hero-img-1,
  .hero-circle-img-1,
  .hero-circle-img-2,
  .about-us-img,
  .about-author-img,
  .our-daily-offers-image
):hover img,
html.laura-refined body.page-id-879 :is(
  .about-us-img,
  .about-author-img,
  .tab-img-1,
  .our-daily-offers-image
):hover img {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.03);
}

html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-img {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1;
  margin-bottom: 24px !important;
  border: 1px solid var(--laura-photo-line);
  border-radius: 0 !important;
  background: #0a0805;
  box-shadow: var(--laura-photo-glow);
  transition: transform 420ms cubic-bezier(.2,.72,.2,1), border-color 300ms ease, box-shadow 420ms ease;
}

html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  border-radius: 0 !important;
  object-fit: cover;
  transition: transform 620ms cubic-bezier(.2,.72,.2,1), filter 420ms ease !important;
}

html.laura-refined body.page-id-7 .our-main-dishes-item:hover .elementor-image-box-img {
  transform: translateY(-5px);
  border-color: rgba(220, 181, 108, 0.88);
  box-shadow: var(--laura-photo-glow-hover);
}

html.laura-refined body.page-id-7 .our-main-dishes-item:hover .elementor-image-box-img img {
  transform: scale(1.055);
  filter: contrast(1.04) saturate(1.04);
}

html.laura-refined .laura-menu-category--with-media .laura-menu-category__media {
  border-radius: 0 !important;
  box-shadow: var(--laura-photo-glow) !important;
  transition: transform 420ms cubic-bezier(.2,.72,.2,1), border-color 300ms ease, box-shadow 420ms ease;
}

html.laura-refined .laura-menu-category--with-media .laura-menu-category__media:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 181, 108, 0.88);
  box-shadow: var(--laura-photo-glow-hover) !important;
}

@media (max-width: 767px) {
  html.laura-refined {
    --laura-photo-glow: 0 0 22px rgba(183, 138, 69, 0.16), 0 17px 36px -8px rgba(183, 138, 69, 0.3), 0 18px 44px rgba(0, 0, 0, 0.44);
    --laura-photo-glow-hover: 0 0 28px rgba(183, 138, 69, 0.22), 0 22px 48px -8px rgba(183, 138, 69, 0.46), 0 22px 52px rgba(0, 0, 0, 0.5);
  }

  html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-img {
    aspect-ratio: 16 / 11;
    margin-bottom: 18px !important;
  }

  html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-img img {
    aspect-ratio: 16 / 11;
  }

  html.laura-refined body.page-id-7 :is(
    .hero-img-1,
    .hero-circle-img-1,
    .hero-circle-img-2,
    .about-us-img,
    .about-author-img,
    .our-daily-offers-image
  ):hover,
  html.laura-refined body.page-id-879 :is(
    .about-us-img,
    .about-author-img,
    .tab-img-1,
    .our-daily-offers-image
  ):hover,
  html.laura-refined body.page-id-7 .our-main-dishes-item:hover .elementor-image-box-img,
  html.laura-refined .laura-menu-category--with-media .laura-menu-category__media:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.laura-refined body.page-id-7 .our-main-dishes-item:hover .elementor-image-box-img,
  html.laura-refined body.page-id-7 .our-main-dishes-item:hover .elementor-image-box-img img,
  html.laura-refined .laura-menu-category--with-media .laura-menu-category__media:hover,
  html.laura-refined .laura-menu-category--with-media .laura-menu-category__media:hover img {
    transform: none !important;
  }
}

/* Large food and drinks category showcase */
html.laura-refined body.page-id-7 .our-dishes > .e-con-inner {
  width: min(2200px, calc(100vw - 64px)) !important;
  max-width: min(2200px, calc(100vw - 64px)) !important;
}

html.laura-refined body.page-id-7 .our-dishes [data-id="2482106"] {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 1.7vw, 34px) !important;
  width: 100% !important;
}

html.laura-refined body.page-id-7 .our-dishes [data-id="2482106"] > .our-main-dishes-item {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

html.laura-refined body.page-id-7 .our-main-dishes-item .laura-category-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-wrapper {
  width: 100%;
}

html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-title {
  color: var(--e-global-color-white, #f8f2e8);
  font-size: clamp(22px, 1.7vw, 30px) !important;
  line-height: 1.15 !important;
  transition: color 260ms ease;
}

html.laura-refined body.page-id-7 .our-main-dishes-item :is(.laura-category-card__link:hover, .laura-category-card__link:focus-visible) .elementor-image-box-title {
  color: #dcb56c;
}

html.laura-refined body.page-id-7 .our-main-dishes-item .laura-category-card__link:focus-visible .elementor-image-box-img {
  border-color: #dcb56c;
  box-shadow: var(--laura-photo-glow-hover), 0 0 0 3px rgba(220, 181, 108, 0.28);
}

@media (max-width: 1199px) {
  html.laura-refined body.page-id-7 .our-dishes [data-id="2482106"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  html.laura-refined body.page-id-7 .our-dishes > .e-con-inner {
    width: min(100% - 28px, 620px) !important;
    max-width: min(100% - 28px, 620px) !important;
  }

  html.laura-refined body.page-id-7 .our-dishes [data-id="2482106"] {
    grid-template-columns: 1fr;
    gap: 42px !important;
  }

  html.laura-refined body.page-id-7 .our-main-dishes-item .elementor-image-box-description {
    max-width: 34rem;
    margin-inline: auto;
  }
}

/* Editorial homepage and about-page refinement */
.laura-home-story,
.laura-evening,
.laura-about-welcome,
.laura-about-hero {
  position: relative;
  overflow: hidden;
  background: #090908;
  color: var(--laura-ivory);
}

.laura-home-story::before,
.laura-evening::before,
.laura-about-welcome::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(151, 103, 34, 0.11);
  filter: blur(100px);
  pointer-events: none;
}

.laura-home-story::before,
.laura-about-welcome::before {
  left: -180px;
  bottom: -150px;
}

.laura-evening::before {
  right: -180px;
  top: -150px;
}

.laura-home-story__inner,
.laura-evening__inner,
.laura-about-welcome__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 7vw, 120px);
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(96px, 10vw, 156px) 0;
}

.laura-home-story__inner {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.laura-evening__inner {
  grid-template-columns: minmax(340px, 0.84fr) minmax(0, 1.16fr);
}

.laura-editorial-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(183, 138, 69, 0.5);
  border-radius: 0;
  background: #100d08;
  box-shadow: var(--laura-photo-glow);
  transition: transform 420ms cubic-bezier(.2,.72,.2,1), border-color 300ms ease, box-shadow 420ms ease;
}

.laura-editorial-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(240, 205, 137, 0.09);
  pointer-events: none;
}

.laura-editorial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 760ms cubic-bezier(.2,.72,.2,1), filter 420ms ease;
}

.laura-editorial-photo:is(:hover, :focus-within) {
  transform: translateY(-6px);
  border-color: rgba(220, 181, 108, 0.9);
  box-shadow: var(--laura-photo-glow-hover);
}

.laura-editorial-photo:is(:hover, :focus-within) img {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.04);
}

.laura-home-story__photo {
  height: clamp(560px, 56vw, 720px);
}

.laura-evening__photo {
  height: clamp(520px, 54vw, 720px);
}

.laura-home-story__copy,
.laura-evening__copy,
.laura-about-welcome__copy {
  max-width: 610px;
}

.laura-kicker {
  margin: 0 0 20px !important;
  color: var(--laura-gold-bright) !important;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.laura-home-story h2,
.laura-evening h2,
.laura-about-welcome h2 {
  margin: 0 0 28px;
  color: var(--laura-ivory) !important;
  font-family: var(--laura-serif) !important;
  font-size: clamp(3rem, 5.3vw, 5.35rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.laura-home-story h2 em,
.laura-evening h2 em,
.laura-about-welcome h2 em {
  color: var(--laura-gold-bright);
  font-weight: 400;
}

.laura-home-story__copy > p:not(.laura-kicker),
.laura-evening__copy > p:not(.laura-kicker),
.laura-about-welcome__copy > p:not(.laura-kicker) {
  max-width: 58ch;
  margin: 0 0 18px !important;
  color: #b7afa4 !important;
  font-size: 1rem;
  line-height: 1.85;
}

.laura-google-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 11px;
  width: fit-content;
  margin: 0 0 32px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(183, 138, 69, 0.5);
  color: var(--laura-ivory) !important;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.laura-google-proof:hover {
  border-bottom-color: var(--laura-gold-bright);
}

.laura-google-proof__logo {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.laura-google-proof__name {
  font-weight: 500;
}

.laura-google-proof strong {
  color: var(--laura-ivory);
  font-size: 1rem;
}

.laura-google-proof__stars {
  color: var(--laura-gold-bright);
  letter-spacing: 0.12em;
}

.laura-google-proof__count {
  color: var(--laura-muted);
}

/* Quiet, centered homepage hero with prominent Google social proof. */
html.laura-refined body.page-id-7 .laura-hero-centered > .e-con-inner {
  justify-content: center !important;
}

html.laura-refined body.page-id-7 .laura-hero-centered [data-id="12921fc"] {
  width: min(940px, 100%) !important;
  max-width: 940px !important;
  margin-inline: auto !important;
  align-items: center !important;
  text-align: center !important;
}

html.laura-refined body.page-id-7 .laura-hero-centered [data-id="12921fc"] :is(.elementor-heading-title, p) {
  text-align: center !important;
}

html.laura-refined body.page-id-7 .laura-hero-centered [data-id="699a93a"] {
  width: min(720px, 100%) !important;
  margin-inline: auto !important;
}

html.laura-refined body.page-id-7 .laura-hero-centered [data-id="17f138b"] {
  justify-content: center !important;
}

.laura-google-proof--hero {
  justify-content: center;
  gap: 10px 14px;
  margin: 32px auto 0;
  padding: 18px 24px 16px;
  border: 1px solid rgba(183, 138, 69, 0.52);
  background: rgba(7, 7, 5, 0.48);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28), 0 0 32px rgba(183, 138, 69, 0.08);
  backdrop-filter: blur(9px);
  font-size: 0.96rem;
  letter-spacing: 0.035em;
}

.laura-google-proof--hero:hover {
  transform: translateY(-3px);
  border-color: rgba(210, 176, 106, 0.9);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.34), 0 0 40px rgba(183, 138, 69, 0.14);
}

.laura-google-proof--hero .laura-google-proof__logo {
  width: 38px;
  height: 38px;
}

.laura-google-proof--hero .laura-google-proof__name {
  font-size: 1.05rem;
  font-weight: 600;
}

.laura-google-proof--hero strong {
  font-size: 1.5rem;
}

.laura-google-proof--hero .laura-google-proof__stars {
  font-size: 1.02rem;
}

.laura-google-proof--hero .laura-google-proof__count {
  font-size: 0.9rem;
}

.laura-home-story__benefits {
  display: grid;
  gap: 0;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.laura-home-story__benefits li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-top: 1px solid rgba(183, 138, 69, 0.22);
  color: #ded7ca;
  font-size: 0.9rem;
  letter-spacing: 0.035em;
}

.laura-home-story__benefits li:last-child {
  border-bottom: 1px solid rgba(183, 138, 69, 0.22);
}

.laura-home-story__benefits li::before {
  content: "✦";
  position: absolute;
  left: 2px;
  color: var(--laura-gold-bright);
}

.laura-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 34px;
  margin-top: 34px;
}

.laura-editorial-actions a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--laura-gold);
  color: var(--laura-ivory) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.laura-editorial-actions a:hover,
.laura-editorial-actions a:focus-visible {
  color: var(--laura-gold-bright) !important;
  border-bottom-color: var(--laura-gold-bright);
  transform: translateY(-2px);
}

.laura-evening {
  background: #11100e;
  border-block: 1px solid rgba(183, 138, 69, 0.18);
}

.laura-about-hero {
  position: relative;
  display: grid;
  min-height: 350px;
  place-items: center;
  border-bottom: 1px solid rgba(183, 138, 69, 0.3);
  background:
    radial-gradient(circle at 50% 105%, rgba(183, 138, 69, 0.18), transparent 42%),
    linear-gradient(180deg, #090908 0%, #0d0c0a 100%);
}

.laura-about-hero::before,
.laura-about-hero::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(24vw, 330px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 138, 69, 0.6));
}

.laura-about-hero::before {
  left: 0;
}

.laura-about-hero::after {
  right: 0;
  transform: rotate(180deg);
}

.laura-about-hero__inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 48px));
  padding: 148px 0 48px;
  text-align: center;
}

.laura-about-hero h1 {
  margin: 0;
  font-family: var(--laura-serif) !important;
  font-size: clamp(3.1rem, 5.8vw, 5.5rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.laura-about-hero__inner > p:last-child {
  margin: 28px 0 0 !important;
  color: #c9c1b5 !important;
  font-family: var(--laura-serif) !important;
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
  letter-spacing: 0.04em;
}

.laura-about-welcome {
  background: #0d0c0a;
}

.laura-about-welcome__inner {
  padding-block: clamp(64px, 7vw, 100px);
}

.laura-about-welcome h2 {
  font-size: clamp(2.7rem, 4.7vw, 4.4rem);
  line-height: 1.04;
}

.laura-about-welcome__photo {
  height: clamp(440px, 45vw, 610px);
}

.laura-about-welcome__photo img {
  object-position: center 60%;
}

html.laura-about-refined [data-id="8653fd8"] {
  padding-block: clamp(90px, 9vw, 145px) !important;
  background: #090908 !important;
}

html.laura-about-refined [data-id="8653fd8"] > .e-con-inner {
  gap: clamp(60px, 8vw, 120px) !important;
}

html.laura-about-refined [data-id="8653fd8"] .tab-img-1 {
  overflow: hidden;
  border: 1px solid rgba(183, 138, 69, 0.45) !important;
  border-radius: 0 !important;
  box-shadow: var(--laura-photo-glow) !important;
}

html.laura-about-refined [data-id="8653fd8"] .tab-img-1 img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

html.laura-about-refined [data-id="8653fd8"] [data-id="2403799"] img {
  object-position: center;
}

html.laura-about-refined [data-id="94ad80a"] {
  border-top: 1px solid rgba(183, 138, 69, 0.18);
  background: #11100e !important;
}

@media (max-width: 1024px) {
  .laura-home-story__inner,
  .laura-evening__inner,
  .laura-about-welcome__inner {
    grid-template-columns: 1fr;
    gap: 52px;
    width: min(760px, calc(100% - 48px));
  }

  .laura-evening__copy {
    order: 2;
  }

  .laura-evening__photo {
    order: 1;
  }

  .laura-home-story__copy,
  .laura-evening__copy,
  .laura-about-welcome__copy {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .laura-home-story__inner,
  .laura-evening__inner,
  .laura-about-welcome__inner {
    width: min(100% - 28px, 620px);
    gap: 38px;
    padding: 72px 0;
  }

  .laura-home-story__photo,
  .laura-evening__photo,
  .laura-about-welcome__photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .laura-home-story h2,
  .laura-evening h2,
  .laura-about-welcome h2 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .laura-google-proof {
    margin-bottom: 26px;
  }

  .laura-google-proof:not(.laura-google-proof--hero) .laura-google-proof__count {
    width: 100%;
    padding-left: 35px;
  }

  .laura-google-proof--hero {
    width: min(100%, 430px);
    margin-top: 26px;
    margin-bottom: 0;
    padding: 16px 18px;
  }

  .laura-google-proof--hero .laura-google-proof__count {
    width: 100%;
  }

  .laura-about-hero {
    min-height: 300px;
  }

  .laura-about-hero__inner {
    padding: 132px 0 38px;
  }

  .laura-about-hero__inner > p:last-child {
    margin-top: 20px !important;
  }

  .laura-about-welcome__inner {
    padding-block: 48px 64px;
  }

  .laura-about-welcome__photo {
    aspect-ratio: 1 / 1;
  }

  .laura-about-welcome h2 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }

  .laura-about-hero::before,
  .laura-about-hero::after {
    width: 18vw;
  }

  html.laura-about-refined [data-id="8653fd8"] {
    padding-block: 78px !important;
  }

  html.laura-about-refined [data-id="8653fd8"] .tab-img-1 img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .laura-editorial-photo,
  .laura-editorial-photo img,
  .laura-editorial-actions a {
    transition: none !important;
  }

  .laura-editorial-photo:is(:hover, :focus-within),
  .laura-editorial-photo:is(:hover, :focus-within) img,
  .laura-editorial-actions a:hover {
    transform: none !important;
  }
}

/* Touch screens keep the warm halo without a stuck hover zoom or lift. */
@media (hover: none), (prefers-reduced-motion: reduce) {
  html.laura-refined :is(.our-daily-offers-image, .laura-editorial-photo, .laura-menu-category__media, .our-main-dishes-item .elementor-image-box-img),
  html.laura-refined :is(.our-daily-offers-image, .laura-editorial-photo, .laura-menu-category__media, .our-main-dishes-item .elementor-image-box-img) img {
    transform: none !important;
  }
}

.laura-about-values,
.laura-about-faq {
  position: relative;
  background: #090908;
  color: var(--laura-ivory);
}

.laura-about-values {
  border-block: 1px solid rgba(183, 138, 69, 0.18);
}

.laura-about-values__inner,
.laura-about-faq__inner {
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(96px, 10vw, 156px) 0;
}

.laura-about-values__head {
  max-width: 800px;
  margin: 0 auto clamp(58px, 7vw, 92px);
  text-align: center;
}

.laura-about-values__head h2,
.laura-about-feature__copy h2,
.laura-about-faq h2 {
  margin: 0 0 24px;
  color: var(--laura-ivory) !important;
  font: 400 clamp(2.8rem, 5.2vw, 5rem)/1 var(--laura-serif) !important;
  letter-spacing: -0.025em;
}

.laura-about-values__head > p:last-child,
.laura-about-feature__copy > p:not(.laura-kicker),
.laura-about-faq header > p:last-child,
.laura-about-faq details p {
  color: #afa79c !important;
  line-height: 1.8;
}

.laura-about-values__head h2 em,
.laura-about-gallery h2 em {
  color: var(--laura-gold-bright);
  font-weight: 400;
}

.laura-about-gallery {
  background: #0d0c0a;
  border-bottom: 1px solid rgba(183, 138, 69, 0.18);
}

.laura-about-gallery__inner {
  width: min(1280px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) 0;
}

.laura-about-gallery__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 44px;
}

.laura-about-gallery h2 {
  max-width: 650px;
  margin: 0;
  font: 400 clamp(2.6rem, 4.5vw, 4.4rem)/1.05 var(--laura-serif) !important;
  letter-spacing: -0.025em;
}

.laura-about-gallery__google {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding-block: 10px;
  border-bottom: 1px solid var(--laura-gold);
  color: var(--laura-ivory) !important;
  font-size: 0.78rem;
  text-decoration: none;
}

.laura-about-gallery__google:hover {
  color: var(--laura-gold-bright) !important;
}

.laura-about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.laura-about-gallery__item {
  min-width: 0;
  margin: 0;
}

.laura-about-gallery__photo {
  aspect-ratio: 4 / 3;
}

.laura-about-gallery__photo--dish img {
  object-position: center 46%;
}

.laura-about-gallery__item figcaption {
  padding-top: 20px;
  color: #c9c1b5;
  font-size: 0.85rem;
  letter-spacing: 0.055em;
}

@media (max-width: 900px) {
  .laura-about-gallery__head {
    display: block;
  }

  .laura-about-gallery__google {
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .laura-about-gallery__inner {
    width: min(100% - 28px, 620px);
    padding-block: 64px;
  }

  .laura-about-gallery__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

.laura-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(90px, 10vw, 145px);
  border-block: 1px solid rgba(183, 138, 69, 0.28);
}

.laura-about-values__grid article {
  position: relative;
  padding: clamp(34px, 4vw, 58px);
}

.laura-about-values__grid article + article {
  border-left: 1px solid rgba(183, 138, 69, 0.28);
}

.laura-about-values__grid article > span {
  display: block;
  margin-bottom: 36px;
  color: rgba(210, 176, 106, 0.62);
  font: 400 0.72rem/1 var(--laura-sans);
  letter-spacing: 0.18em;
}

.laura-about-values__grid h3 {
  margin: 0 0 18px;
  color: var(--laura-gold-bright) !important;
  font: 500 clamp(1.45rem, 2.1vw, 2rem)/1.15 var(--laura-serif) !important;
}

.laura-about-values__grid p {
  margin: 0 !important;
  color: #aaa196 !important;
  font-size: 0.9rem;
  line-height: 1.75;
}

.laura-about-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
}

.laura-about-feature__photo {
  height: clamp(430px, 43vw, 610px);
}

.laura-about-feature__copy > a {
  display: inline-flex;
  gap: 12px;
  margin-top: 22px;
  padding: 12px 0;
  border-bottom: 1px solid var(--laura-gold);
  color: var(--laura-ivory) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.laura-about-feature__copy > a:hover {
  color: var(--laura-gold-bright) !important;
  transform: translateY(-2px);
}

.laura-about-faq {
  background: #11100e;
}

.laura-about-faq__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 8vw, 130px);
}

.laura-about-faq header {
  max-width: 520px;
}

.laura-about-faq__list {
  border-top: 1px solid rgba(183, 138, 69, 0.34);
}

.laura-about-faq details {
  border-bottom: 1px solid rgba(183, 138, 69, 0.34);
}

.laura-about-faq summary {
  position: relative;
  padding: 25px 48px 25px 0;
  color: var(--laura-ivory);
  font: 500 clamp(1.05rem, 1.5vw, 1.35rem)/1.35 var(--laura-serif);
  cursor: pointer;
  list-style: none;
}

.laura-about-faq summary::-webkit-details-marker {
  display: none;
}

.laura-about-faq summary::after {
  content: "+";
  position: absolute;
  top: 23px;
  right: 3px;
  color: var(--laura-gold-bright);
  font: 300 1.45rem/1 var(--laura-sans);
}

.laura-about-faq details[open] summary::after {
  content: "–";
}

.laura-about-faq details p {
  max-width: 62ch;
  margin: -5px 0 25px !important;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .laura-about-values__grid,
  .laura-about-feature,
  .laura-about-faq__inner {
    grid-template-columns: 1fr;
  }

  .laura-about-values__grid article + article {
    border-top: 1px solid rgba(183, 138, 69, 0.28);
    border-left: 0;
  }

  .laura-about-feature,
  .laura-about-faq__inner {
    gap: 52px;
  }
}

@media (max-width: 767px) {
  .laura-about-values__inner,
  .laura-about-faq__inner {
    width: min(100% - 28px, 620px);
    padding: 72px 0;
  }

  .laura-about-values__grid {
    margin-bottom: 72px;
  }

  .laura-about-values__grid article {
    padding: 32px 18px;
  }

  .laura-about-values__grid article > span {
    margin-bottom: 22px;
  }

  .laura-about-feature__photo {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .laura-about-values__head h2,
  .laura-about-feature__copy h2,
  .laura-about-faq h2 {
    font-size: clamp(2.6rem, 13vw, 4rem) !important;
  }
}
