:root {
  --gold: #e4c590;
  --gold-dark: #b8965d;
  --wine: #4b0e1c;
  --wine-light: #6b1b2d;
  --ink: #110f0e;
  --ink-2: #181513;
  --ink-3: #211d1a;
  --paper: #f6f0e8;
  --muted: #b8aea5;
  --white: #fff;
  --line: rgba(228, 197, 144, .25);
  --display: "Forum", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.nav-active { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
h1, h2, h3, h4, p { margin-top: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--gold); }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.text-center { text-align: center; }
.eyebrow { margin-bottom: 17px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow::after { display: block; width: 58px; height: 6px; margin-top: 12px; background: url("../images/separator.svg") center/contain no-repeat; content: ""; }
.text-center.eyebrow::after { margin-inline: auto; }
.section-title { margin-bottom: 24px; font-family: var(--display); font-size: clamp(42px, 5vw, 68px); font-weight: 400; line-height: 1.06; }
.section-intro { max-width: 650px; margin: 0 auto 60px; color: var(--muted); }
.button { display: inline-flex; min-width: 165px; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--gold); background: transparent; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .17em; line-height: 1.2; text-align: center; text-transform: uppercase; cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { color: var(--gold); background: transparent; }
.button-outline:hover, .button-ghost:hover { color: var(--ink); background: var(--gold); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.65); }

.preload { position: fixed; z-index: 1000; inset: 0; display: grid; place-content: center; gap: 18px; background: var(--ink); color: var(--gold); font-family: var(--display); font-size: 30px; letter-spacing: .08em; text-align: center; transition: opacity .4s, visibility .4s; }
.preload.loaded { opacity: 0; visibility: hidden; }
.preload-ring { width: 54px; height: 54px; margin: auto; border: 2px solid rgba(228,197,144,.25); border-top-color: var(--gold); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.topbar { position: absolute; z-index: 20; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.topbar-inner { min-height: 46px; display: flex; align-items: center; gap: 28px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--gold); }
.topbar-hours { margin-right: auto; }
.site-header { position: absolute; z-index: 30; top: 46px; width: 100%; height: 92px; transition: background .3s, transform .3s, box-shadow .3s; }
.site-header.is-fixed { position: fixed; top: 0; background: rgba(17,15,14,.96); box-shadow: 0 8px 32px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.site-header.is-hidden { transform: translateY(-105%); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { width: 205px; margin-right: auto; }
.brand img { width: 100%; height: auto; filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(653%) hue-rotate(352deg) brightness(94%) contrast(89%); }
.navbar ul { display: flex; align-items: center; gap: 34px; }
.nav-link { position: relative; padding: 12px 0; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.nav-link::after { position: absolute; bottom: 5px; left: 50%; width: 0; height: 1px; background: var(--gold); content: ""; transition: width .25s, left .25s; }
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-link:hover::after, .nav-link.active::after { left: 0; width: 100%; }
.nav-open, .nav-close, .nav-contact, .nav-overlay { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.66), rgba(0,0,0,.35) 45%, rgba(0,0,0,.78)), linear-gradient(90deg, rgba(75,14,28,.27), transparent 60%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.hero-content .eyebrow::after { margin-inline: auto; }
.hero h1 { max-width: 920px; margin: 0 auto 18px; font-family: var(--display); font-size: clamp(68px, 10vw, 142px); font-weight: 400; letter-spacing: -.02em; line-height: .9; text-wrap: balance; }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 36px; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; justify-content: center; gap: 14px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 28px; left: 50%; width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--gold); transform: translateX(-50%) rotate(45deg); }
.scroll-cue span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-45deg); }

.discover { background: var(--ink-2); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.category-card { position: relative; height: 500px; overflow: hidden; background: var(--ink-3); box-shadow: var(--shadow); }
.category-card::after { position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.88)); content: ""; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.category-card:hover img { transform: scale(1.05); }
.category-card > span { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 34px 30px; text-align: center; }
.category-card strong { display: block; font-family: var(--display); font-size: 34px; font-weight: 400; }
.category-card small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.about { background: var(--ink); }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 95px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.quick-details { display: grid; grid-template-columns: 1fr auto; margin: 36px 0; border-top: 1px solid var(--line); }
.quick-details dt, .quick-details dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
.quick-details dt { color: var(--gold); }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.about-collage { position: relative; min-height: 650px; }
.about-main { width: 78%; height: 600px; margin-left: auto; object-fit: cover; }
.about-accent { position: absolute; bottom: -20px; left: 0; width: 47%; height: 330px; border: 10px solid var(--ink); object-fit: cover; box-shadow: var(--shadow); }

.signature { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; background: var(--ink-2); }
.signature-image img { width: 100%; height: 100%; object-fit: cover; }
.signature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.signature-copy p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.signature-price { display: block; margin: 0 0 28px; color: var(--gold); font-family: var(--display); font-size: 38px; }

.featured-menu { background: var(--ink); }
.featured-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 52px; margin-top: 55px; }
.dish-card { display: grid; grid-template-columns: 120px 1fr; align-items: center; min-height: 120px; border-bottom: 1px solid var(--line); }
.dish-card img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.dish-card div { position: relative; padding: 20px 0; }
.dish-card h3 { padding-right: 70px; margin: 0; font-family: var(--display); font-size: 28px; font-weight: 400; }
.dish-card span { position: absolute; top: 22px; right: 0; color: var(--gold); font-family: var(--display); font-size: 23px; }
.dish-card p { margin: 5px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.center-action { margin-top: 55px; text-align: center; }

.testimonial { position: relative; min-height: 520px; display: flex; align-items: center; background: linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.76)), url("../images/testimonial-bg.jpg") center/cover; }
.testimonial-inner { max-width: 900px; text-align: center; }
.testimonial .quote { display: block; height: 70px; color: var(--gold); font-family: var(--display); font-size: 100px; line-height: 1; }
.testimonial blockquote { margin: 0 0 34px; font-family: var(--display); font-size: clamp(30px, 4vw, 48px); line-height: 1.35; }
.testimonial p { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.reservation { background: var(--ink-2); }
.reservation-panel { display: grid; grid-template-columns: 1.6fr .72fr; padding: 0; background: var(--ink); box-shadow: var(--shadow); }
.reservation-form { padding: clamp(40px, 6vw, 75px); }
.reservation-form .section-title { font-size: clamp(40px, 4vw, 60px); }
.reservation-form a { color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-three { grid-template-columns: repeat(3, 1fr); }
.reservation-form label, .newsletter label { display: block; }
.reservation-form label > span, .newsletter label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
input, select, textarea { width: 100%; min-height: 56px; margin-bottom: 16px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; outline: none; color: var(--white); background: var(--ink-3); }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
textarea { min-height: 125px; resize: vertical; }
.contact-card { padding: clamp(45px, 5vw, 70px) 35px; background: var(--wine) url("../images/form-pattern.png") center/cover; text-align: center; }
.contact-card h2 { font-family: var(--display); font-size: 45px; font-weight: 400; }
.contact-label { margin: 30px 0 3px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-phone { color: var(--gold); font-family: var(--display); font-size: 29px; }
.small-rule { width: 40px; height: 1px; margin: 27px auto; background: var(--gold); }
.contact-card p:not(.contact-label), .contact-card address { margin-bottom: 0; }

.events { background: var(--ink); }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 55px; }
.event-card { position: relative; height: 460px; overflow: hidden; }
.event-card::after { position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,0,0,.92)); content: ""; }
.event-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.event-card:hover img { transform: scale(1.05); }
.event-card div { position: absolute; z-index: 1; right: 25px; bottom: 28px; left: 25px; text-align: center; }
.event-card small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.event-card h3 { margin: 7px 0 0; font-family: var(--display); font-size: 27px; font-weight: 400; line-height: 1.25; }

.footer { padding: 90px 0 25px; border-top: 1px solid var(--line); background: #0b0a09 url("../images/footer-bg.jpg") center/cover; }
.footer-grid { display: grid; grid-template-columns: 1fr .55fr 1.25fr; gap: 70px; align-items: start; }
.footer-brand img { width: 220px; height: auto; margin-bottom: 25px; filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(653%) hue-rotate(352deg) brightness(94%) contrast(89%); }
.footer-brand address, .footer-brand p { color: var(--muted); }
.footer-brand a { display: block; color: var(--gold); }
.footer-nav { display: grid; gap: 15px; }
.footer-nav a, .social-links a { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-nav a:hover, .social-links a:hover { color: var(--gold); }
.newsletter h2 { margin-bottom: 5px; font-family: var(--display); font-size: 38px; font-weight: 400; }
.newsletter p { color: var(--muted); }
.newsletter strong { color: var(--gold); }
.newsletter form { display: flex; }
.newsletter label { flex: 1; }
.newsletter input { margin: 0; }
.newsletter .button { min-width: 130px; }
.social-links { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 27px; }
.copyright { padding-top: 55px; color: #827970; font-size: 12px; text-align: center; }
.back-top { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--ink); background: var(--gold); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, visibility .25s, transform .25s; }
.back-top.active { opacity: 1; visibility: visible; transform: translateY(0); }

/* Full menu page */
.menu-page { background: var(--ink-2); }
.menu-hero { min-height: 510px; display: flex; align-items: end; padding: 220px 0 90px; background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.8)), url("../images/dlounge/margherita-pizza.jpg") center 52%/cover; text-align: center; }
.menu-hero .eyebrow::after { margin-inline: auto; }
.menu-hero h1 { margin-bottom: 10px; font-family: var(--display); font-size: clamp(70px, 10vw, 120px); font-weight: 400; line-height: .9; }
.menu-hero p:last-child { margin: 0; color: #ddd4cc; font-size: 18px; }
.menu-jump { position: sticky; z-index: 15; top: 91px; border-block: 1px solid var(--line); background: rgba(17,15,14,.96); backdrop-filter: blur(12px); }
.menu-jump .container { display: flex; gap: 28px; padding-block: 16px; overflow-x: auto; scrollbar-width: none; }
.menu-jump a { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.menu-jump a:hover { color: var(--gold); }
.full-menu { scroll-margin-top: 150px; }
.full-menu + .full-menu { padding-top: 30px; }
.menu-columns { columns: 2; column-gap: 70px; margin-top: 65px; }
.menu-group { display: inline-block; width: 100%; margin-bottom: 32px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.018); break-inside: avoid; scroll-margin-top: 160px; }
.menu-group h3 { margin-bottom: 22px; color: var(--gold); font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1; }
.menu-group h4 { margin: 28px 0 10px; color: var(--gold); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.menu-group li { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; border-bottom: 1px dotted rgba(255,255,255,.15); line-height: 1.35; }
.menu-group li:last-child { border-bottom: 0; }
.menu-group li span { display: flex; flex: 1; align-items: baseline; gap: 10px; }
.menu-group li span::after { min-width: 20px; flex: 1; border-bottom: 1px dotted rgba(228,197,144,.22); content: ""; }
.menu-group li strong { color: var(--gold); font-family: var(--display); font-size: 20px; font-weight: 400; }
.drinks-menu { background: var(--ink); }
.price-note { margin-top: -12px; color: var(--muted); font-size: 13px; }
.menu-cta { padding: 90px 0; background: linear-gradient(rgba(75,14,28,.86), rgba(30,7,12,.92)), url("../images/dlounge/strawberry-mojito.jpg") center 55%/cover; text-align: center; }
.menu-cta .eyebrow::after { margin-inline: auto; }
.menu-cta h2 { margin-bottom: 30px; font-family: var(--display); font-size: clamp(45px, 6vw, 72px); font-weight: 400; }
.menu-cta .button { margin: 6px; }

/* Temporary coming-soon landing page */
.coming-soon-hero .hero-content { padding-top: 20px; }
.coming-soon-logo { width: min(310px, 72vw); height: auto; margin: 0 auto 34px; filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(653%) hue-rotate(352deg) brightness(94%) contrast(89%); }
.coming-soon-hero h1 { font-size: clamp(70px, 9vw, 126px); line-height: .78; }
.coming-soon-hero .hero-content > p:not(.eyebrow) { max-width: 680px; }
.landing-menu-jump { top: 0; }
.menu-embed { min-height: 600px; background: var(--ink-2); }
.menu-embed > .full-menu:first-child { padding-top: 110px; }
.menu-loading { min-height: 600px; display: grid; place-content: center; gap: 18px; color: var(--gold); text-align: center; }
.menu-loading .preload-ring { margin: auto; }
.menu-fallback { margin: 0; padding: 90px 20px; color: var(--muted); text-align: center; }
.menu-fallback a { color: var(--gold); border-bottom: 1px solid var(--gold); }
.coming-soon-footer { padding: 75px 0 25px; border-top: 1px solid var(--line); background: #0b0a09 url("../images/footer-bg.jpg") center/cover; text-align: center; }
.coming-soon-contact { display: grid; justify-items: center; gap: 15px; }
.coming-soon-contact img { width: 230px; height: auto; margin-bottom: 10px; filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(653%) hue-rotate(352deg) brightness(94%) contrast(89%); }
.coming-soon-contact address, .coming-soon-contact p { margin: 0; color: var(--muted); }
.coming-soon-contact a { color: var(--gold); font-family: var(--display); font-size: 28px; }
.coming-soon-footer .copyright { margin: 48px 0 0; padding: 0 20px; color: #827970; font-size: 12px; }

@media (max-width: 1000px) {
  .topbar-hours { display: none; }
  .topbar-inner a:first-child { margin-right: auto; }
  .navbar { position: fixed; z-index: 60; top: 0; left: -340px; width: min(340px, 88vw); height: 100vh; padding: 100px 38px 40px; background: var(--ink); box-shadow: var(--shadow); transition: left .35s; }
  .navbar.active { left: 0; }
  .navbar ul { display: grid; gap: 0; }
  .nav-link { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .nav-link::after { display: none; }
  .nav-close { position: absolute; top: 26px; right: 26px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: transparent; font-size: 25px; cursor: pointer; }
  .nav-contact { display: grid; gap: 10px; margin-top: 42px; color: var(--muted); font-size: 14px; }
  .nav-contact strong, .nav-contact a { color: var(--gold); }
  .nav-overlay { position: fixed; z-index: 55; inset: 0; display: block; background: rgba(0,0,0,.7); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
  .nav-overlay.active { opacity: 1; visibility: visible; }
  .nav-open { width: 38px; height: 34px; display: grid; align-content: center; gap: 6px; padding: 4px; border: 0; background: transparent; cursor: pointer; }
  .nav-open span { display: block; height: 2px; background: var(--gold); }
  .split-layout { gap: 55px; }
  .about-collage { min-height: 540px; }
  .about-main { height: 500px; }
  .signature-copy { padding: 70px 50px; }
  .reservation-panel { grid-template-columns: 1.25fr .75fr; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .site-header { top: 0; height: 80px; }
  .brand { width: 170px; }
  .header-cta { display: none; }
  .hero-content { padding-top: 65px; }
  .hero h1 { font-size: clamp(58px, 18vw, 90px); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 270px; margin-inline: auto; }
  .scroll-cue { width: 60px; height: 60px; }
  .category-grid, .event-grid { grid-template-columns: 1fr; }
  .category-card { height: 430px; }
  .split-layout { grid-template-columns: 1fr; }
  .about-collage { min-height: 510px; }
  .about-main { width: 85%; height: 470px; }
  .about-accent { width: 50%; height: 260px; border-width: 7px; }
  .signature { grid-template-columns: 1fr; }
  .signature-image { height: 480px; }
  .signature-copy { padding: 65px 28px; }
  .featured-grid { grid-template-columns: 1fr; gap: 16px; }
  .reservation-panel { grid-template-columns: 1fr; }
  .form-row, .form-row-three { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .social-links { justify-content: center; }
  .menu-hero { min-height: 430px; padding: 170px 0 70px; }
  .menu-jump { top: 79px; }
  .menu-columns { columns: 1; margin-top: 45px; }
  .menu-group { padding: 25px 20px; }
  .coming-soon-hero .hero-content { padding-top: 0; }
  .coming-soon-logo { width: 220px; margin-bottom: 26px; }
  .coming-soon-hero h1 { font-size: clamp(58px, 17vw, 82px); }
  .coming-soon-page .menu-jump { top: 0; }
  .menu-embed > .full-menu:first-child { padding-top: 78px; }
}

@media (max-width: 470px) {
  .hero h1 { font-size: 58px; }
  .section-title { font-size: 42px; }
  .topbar { display: none; }
  .quick-details { grid-template-columns: 1fr; }
  .quick-details dt { padding-bottom: 0; border-bottom: 0; }
  .quick-details dd { padding-top: 1px; }
  .about-collage { min-height: 420px; }
  .about-main { height: 390px; }
  .about-accent { height: 210px; }
  .dish-card { grid-template-columns: 88px 1fr; }
  .dish-card img { width: 72px; height: 72px; }
  .dish-card h3 { padding-right: 53px; font-size: 23px; }
  .dish-card span { font-size: 20px; }
  .signature-image { height: 400px; }
  .newsletter form { flex-direction: column; }
  .newsletter .button { width: 100%; }
  .menu-group li { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: url("../images/dlounge/hero-poster.jpg") center/cover; }
}
