:root{
  --bg:#07070b;
  --panel:rgba(255,255,255,.05);
  --panel2:rgba(255,255,255,.07);
  --border:rgba(255,255,255,.10);
  --text:#f5f5f7;
  --muted:rgba(245,245,247,.72);
  --amber:#f59e0b;
  --pink:#d946ef;
  --shadow: 0 0 0 1px rgba(255,255,255,.06);
  --r: 22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(circle at top, rgba(245,158,11,.12), transparent 45%),
              radial-gradient(circle at bottom, rgba(217,70,239,.10), transparent 45%),
              var(--bg);
  color: var(--text);
}

a{color:inherit; text-decoration:none}
.container{max-width:1120px; margin:0 auto; padding:0 18px}

.muted{color:var(--muted)}
.small{font-size:12px; line-height:1.4}
.w100{width:100%}

.grad{
  background: linear-gradient(90deg, var(--amber), var(--pink));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius: 14px;
  font-weight:700;
  font-size:14px;
  border:1px solid transparent;
  transition: transform .15s ease, opacity .15s ease, background .15s ease, border-color .15s ease;
}
.btn:active{transform: translateY(1px)}
.btn--grad{
  background: linear-gradient(90deg, var(--amber), var(--pink));
  color:#0a0a0e;
}
.btn--grad:hover{opacity:.92}
.btn--ghost{
  background: rgba(255,255,255,.03);
  border-color: var(--border);
}
.btn--ghost:hover{background: rgba(255,255,255,.06)}
.btn--light{
  background:#ffffff;
  color:#0a0a0e;
}
.btn--light:hover{background:#eaeaea}

.pill{
  display:inline-flex;
  gap:8px;
  align-items:center;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  color: var(--muted);
}

/* Topbar */
.topbar{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.08);
  background: rgba(7,7,11,.70);
  backdrop-filter: blur(10px);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width: 210px;
}
.brand__mark{
  width:36px;
  height:36px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--pink));
}
.brand__text{display:flex; flex-direction:column; line-height:1.1}
.brand__name{font-weight:900; letter-spacing:.08em; font-size:13px}
.brand__tag{font-size:11px; color: var(--muted)}

.nav{
  display:none;
  gap:18px;
  font-size:14px;
  color: var(--muted);
}
.nav a:hover{color:var(--text)}
.topbar__cta{display:none}

.navbtn{
  width:44px;
  height:44px;
  border-radius: 14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:0 12px;
}
.navbtn span{
  height:2px;
  width:100%;
  background: rgba(255,255,255,.85);
  border-radius:999px;
}

/* Mobile nav */
.mobile-nav{
  display:none;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(7,7,11,.92);
}
.mobile-nav.open{display:block}
.mobile-nav__inner{
  padding:14px 0 16px;
  display:grid;
  gap:10px;
  color: var(--muted);
}
.mobile-nav__inner a{
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.mobile-nav__inner a:hover{background: rgba(255,255,255,.06); color: var(--text)}

/* Hero */
.hero{
  position:relative;
  overflow:hidden;
  padding: 44px 0 26px;
}
.hero__glow{
  position:absolute;
  inset:-120px -80px auto -80px;
  height:420px;
  background: radial-gradient(circle at 30% 30%, rgba(245,158,11,.22), transparent 55%),
              radial-gradient(circle at 70% 70%, rgba(217,70,239,.18), transparent 55%);
  filter: blur(20px);
  opacity:.9;
}
.hero__grid{
  position:relative;
  display:grid;
  gap:18px;
}
.hero__copy h1{
  margin:12px 0 0;
  font-size: 40px;
  line-height:1.05;
  letter-spacing: -0.02em;
}
.lead{
  margin:14px 0 0;
  color: var(--muted);
  font-size:16px;
  line-height:1.6;
  max-width: 60ch;
}
.cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.stats{
  margin-top:18px;
  display:grid;
  gap:10px;
}
.stat{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  border-radius: var(--r);
  padding:12px 14px;
}
.stat__label{display:block; font-size:12px; color: var(--muted)}
.stat__value{display:block; margin-top:4px; font-weight:800; font-size:13px}

/* Hero card */
.hero__card .card{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 28px;
  padding:16px;
  box-shadow: var(--shadow);
}
.card__title{font-weight:800; font-size:14px}
.list{
  list-style:none;
  padding:0;
  margin:12px 0 0;
  display:grid;
  gap:10px;
}
.list li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  font-size:14px;
}
.tip{
  margin-top:12px;
  padding:12px 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.tip__label{font-size:12px; color: var(--muted)}
.tip p{margin:6px 0 0; font-size:13px; color: rgba(245,245,247,.85)}

.mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.mini{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  border-radius: 18px;
  padding:12px;
}
.mini__label{font-size:12px; color: var(--muted)}
.mini__value{margin-top:4px; font-weight:800; font-size:13px}

/* Sections */
.section{
  padding: 54px 0;
  border-top:1px solid rgba(255,255,255,.06);
}
.section__head h2{
  margin:0;
  font-size:24px;
  letter-spacing:-0.01em;
}
.section__head p{
  margin:10px 0 0;
  color: var(--muted);
  max-width: 70ch;
  line-height:1.6;
}
.section__head--row{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}

.grid3, .grid2{
  margin-top:18px;
  display:grid;
  gap:12px;
}
.box{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 26px;
  padding:18px;
  box-shadow: var(--shadow);
}
.box h3{margin:0; font-size:16px}
.box p{margin:10px 0 0; color: var(--muted); line-height:1.6}
.kicker{font-size:12px; color: var(--muted); margin-bottom:6px}

/* Menu items */
.menu-item{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 26px;
  padding:18px;
  box-shadow: var(--shadow);
}
.menu-item__name{font-weight:900; font-size:16px}
.menu-item__desc{margin-top:6px; color: var(--muted); font-size:14px}
.menu-item__price{font-weight:900; color: rgba(245,245,247,.92)}

/* Gallery */
.gallery{
  margin-top:18px;
  display:grid;
  gap:12px;
  grid-template-columns: 1fr 1fr;
}
.ph{
  aspect-ratio: 4/3;
  border-radius: 26px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 20% 20%, rgba(245,158,11,.16), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(217,70,239,.12), transparent 55%),
    rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;   /* shows full image */
  background: #111;      /* dark background */
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  cursor: pointer;
  transition: transform .3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Contact */
.contact{
  display:grid;
  gap:16px;
}
.info{margin-top:14px; display:grid; gap:10px}
.info__box{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 22px;
  padding:14px;
}
.info__label{font-size:12px; color: var(--muted)}
.info__value{margin-top:6px; font-weight:900}

.formcard{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 28px;
  padding:18px;
  box-shadow: var(--shadow);
}
.formcard__title{font-weight:900}
form{margin-top:12px; display:grid; gap:10px}
label span{display:block; font-size:12px; color: var(--muted); margin-bottom:6px}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color: rgba(245,245,247,.35)}
input:focus, textarea:focus{border-color: rgba(245,245,247,.35)}

/* Footer */
.footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding: 22px 0;
}
.footer__inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
  color: var(--muted);
  font-size:13px;
}

/* Responsive */
@media (min-width: 768px){
  .nav{display:flex}
  .navbtn{display:none}
  .topbar__cta{display:inline-flex}

  .hero{padding: 74px 0 36px}
  .hero__grid{grid-template-columns: 1.15fr .85fr; align-items:center; gap:16px}
  .hero__copy h1{font-size:56px}
  .stats{grid-template-columns: repeat(3, 1fr)}

  .grid3{grid-template-columns: repeat(3, 1fr)}
  .grid2{grid-template-columns: repeat(2, 1fr)}
  .gallery{grid-template-columns: repeat(3, 1fr)}

  .contact{grid-template-columns: 1fr 1fr; align-items:start}
}
.brand__mark {
  display: inline-block;     /* IMPORTANT */
  width: 36px;               /* control size */
  height: 36px;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* keeps proportions */
  border-radius: 12px;       /* optional rounded */
}
/* Menu redirect button */
.menu-button-wrapper{
  margin-top: 40px;
  text-align: right;
}

.btn--menu{
  background: linear-gradient(90deg, var(--amber), var(--pink));
  color: #000;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 14px;
  display: inline-block;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.btn--menu:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
  opacity: 0.95;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 20px;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}