:root {
  --lz-bg: #f3efe9;
  --lz-surface: #f8f4ee;
  --lz-charcoal: #241b16;
  --lz-brown: #5b3524;
  --lz-brown-2: #6d4330;
  --lz-terracotta: #a74f2a;
  --lz-cream: #faf7f2;
  --lz-line: rgba(78, 51, 36, 0.16);
  --lz-shadow: 0 18px 45px rgba(29, 20, 14, 0.16);
  --lz-radius: 12px;
  --lz-space: clamp(4rem, 8vw, 7rem);
}
html { scroll-behavior: smooth; }
body { background: var(--lz-bg); }
main { overflow: clip; }

.lz-header-shell {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 50;
  background: linear-gradient(to bottom, rgba(20,14,11,.6), rgba(20,14,11,.15));
}
.lz-topline {
  min-height: 28px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .9;
}
.lz-topline p { margin: .4rem 0; }
.lz-main-nav { padding-top: .75rem; padding-bottom: .75rem; }
.lz-brand .wp-block-site-title,
.lz-brand .wp-block-site-title a {
  color: var(--wp--preset--color--soft-white) !important;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: .95;
}
.lz-brand-subline { margin-top: -.35rem; opacity: .82; }
.lz-header-shell .wp-block-navigation a,
.lz-header-shell .wp-block-button__link,
.lz-footer a { color: var(--wp--preset--color--soft-white); text-decoration: none; }
.lz-header-shell .wp-block-navigation-item__content { font-size: .95rem; }

.lz-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 1.5rem 8rem;
  background:
    linear-gradient(180deg, rgba(22,15,11,.45), rgba(22,15,11,.18) 30%, rgba(22,15,11,.62)),
    url('../images/hero-restaurant.png') center center / cover no-repeat;
}
.lz-hero-stage { max-width: 920px; position: relative; z-index: 1; text-shadow: 0 4px 26px rgba(0,0,0,.35); }
.lz-kicker, .lz-section-label { text-transform: uppercase; letter-spacing: .18em; font-size: .82rem; font-weight: 700; }
.lz-display-title {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(4.3rem, 10vw, 7rem) !important;
  line-height: .95;
  margin-bottom: .4rem;
}
.lz-hero-tagline { max-width: 760px; margin: 0 auto 1.2rem; }
.lz-hero-buttons .wp-block-button__link { min-width: 220px; border-radius: 4px; box-shadow: var(--lz-shadow); }
.lz-outline-btn .wp-block-button__link { background: rgba(255,255,255,.08); backdrop-filter: blur(4px); }

.lz-card-band {
  position: relative;
  margin-top: -3.8rem;
  z-index: 5;
  padding-bottom: var(--lz-space);
}
.lz-service-card {
  background: rgba(248,244,238,.96);
  border: 1px solid rgba(91,53,36,.10);
  border-radius: 0;
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(33,24,18,.08);
  height: 100%;
}
.lz-service-icon { font-size: 3.8rem; margin: 0 0 1rem; }
.lz-service-card h3 { color: var(--lz-brown); font-size: clamp(2rem,3vw,2.8rem); margin-bottom: 1rem; }
.lz-service-card p { color: #5b4031; max-width: 24ch; margin: 0 auto 1.5rem; }
.lz-card-btn .wp-block-button__link { border-radius: 3px; min-width: 200px; }

.lz-texture-band,
.lz-dark-section,
.lz-footer {
  position: relative;
  color: var(--wp--preset--color--soft-white);
  background:
    radial-gradient(circle at top left, rgba(197,135,96,.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.05), transparent 18%),
    linear-gradient(135deg, #4d2e20, #6c4330 55%, #4b2c1f);
}
.lz-texture-band::before,
.lz-dark-section::before,
.lz-footer::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(rgba(255,255,255,.03), rgba(255,255,255,0));
  pointer-events: none;
}
.lz-texture-band > *, .lz-dark-section > *, .lz-footer > * { position: relative; z-index: 1; }
.lz-texture-band { padding: 4rem 0; }
.lz-band-title-wrap { margin-bottom: 2rem; }
.lz-script-title,
.lz-script-title-sm {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(2.4rem,5vw,4rem) !important;
  position: relative;
}
.lz-script-title::before,
.lz-script-title::after {
  content: "";
  position: absolute; top: 50%; width: 34%; height: 2px; background: rgba(250,247,242,.55);
}
.lz-script-title::before { left: 0; }
.lz-script-title::after { right: 0; }
.lz-reservation-grid > .wp-block-column + .wp-block-column,
.lz-contact-band > .wp-block-columns > .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(250,247,242,.24);
  padding-left: 2rem;
}
.lz-texture-band h2,
.lz-texture-band p { color: var(--wp--preset--color--soft-white); }

.lz-section { padding: var(--lz-space) 0; }
.lz-light-section { background: var(--lz-bg); }
.lz-inline-image {
  min-height: 460px;
  border-radius: 10px;
  box-shadow: var(--lz-shadow);
  background:
    linear-gradient(180deg, rgba(22,15,11,.10), rgba(22,15,11,.30)),
    url('../images/hero-restaurant.png') center center / cover no-repeat;
}
.lz-menu-card {
  padding: 1.6rem 1.4rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(250,247,242,.15);
  border-radius: 8px;
  height: 100%;
}
.lz-menu-card h3 { color: var(--wp--preset--color--soft-white); }
.lz-menu-list { display: grid; gap: .9rem; margin-top: 1rem; }
.lz-menu-item { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(250,247,242,.12); }
.lz-menu-item:last-child { border-bottom: 0; padding-bottom: 0; }
.lz-menu-item span:last-child { color: #f1c3ae; font-weight: 700; white-space: nowrap; }

.lz-reel-card {
  min-height: 330px;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex; flex-direction: column; justify-content: end;
  color: var(--wp--preset--color--soft-white);
  box-shadow: var(--lz-shadow);
  background:
    linear-gradient(180deg, rgba(18,12,9,.12), rgba(18,12,9,.75)),
    url('../images/hero-restaurant.png') center center / cover no-repeat;
}
.lz-reel-badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: auto;
  background: rgba(255,255,255,.14);
  color: var(--wp--preset--color--soft-white);
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .8rem;
  letter-spacing: .05em;
}
.lz-reel-card h3, .lz-reel-card p { color: var(--wp--preset--color--soft-white); }

.lz-footer { padding: 1.25rem 0; text-align: center; }

@media (max-width: 900px) {
  .lz-topline { display: none; }
  .lz-main-nav { gap: 1rem; }
  .lz-main-nav > .wp-block-navigation,
  .lz-main-nav > .wp-block-buttons { display: none; }
  .lz-hero { min-height: 82svh; padding-top: 10rem; }
  .lz-card-band { margin-top: -2rem; }
  .lz-script-title::before, .lz-script-title::after { width: 22%; }
  .lz-reservation-grid > .wp-block-column + .wp-block-column,
  .lz-contact-band > .wp-block-columns > .wp-block-column + .wp-block-column { border-left: 0; padding-left: 0; margin-top: 2rem; }
}
@media (max-width: 640px) {
  .lz-display-title { font-size: clamp(3rem, 16vw, 4.4rem) !important; }
  .lz-hero-buttons { gap: .75rem; }
  .lz-hero-buttons .wp-block-button { width: 100%; }
  .lz-hero-buttons .wp-block-button__link { width: 100%; min-width: 0; }
  .lz-script-title::before, .lz-script-title::after { display: none; }
  .lz-service-card h3 { font-size: 2rem; }
}
