
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Lora:wght@400;500;600;700&display=swap');
:root{
  --bg:#050505; --bg2:#0b0b0b; --panel:#121212; --text:#f7f1e8; --muted:#c9bba6;
  --gold:#e2c28d; --gold2:#b78645; --line:rgba(226,194,141,.18); --shadow:0 20px 60px rgba(0,0,0,.5);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{
  margin:0; color:var(--text);
  font-family:'Lora', Georgia, serif;
  background: radial-gradient(circle at top, rgba(226,194,141,.08), transparent 34%), linear-gradient(180deg,#0b0b0b 0%, #050505 100%);
}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.container{width:min(1180px,92vw);margin:auto}
.classic{
  font-family:'Lora', Georgia, serif;
  letter-spacing:.08em; font-weight:800;
}
.subtext{font-family:'Lora', Georgia, serif}
.topbar{position:sticky;top:0;z-index:60;border-bottom:1px solid var(--line);background:rgba(5,5,5,.9);backdrop-filter:blur(12px)}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}
.brand{display:flex;align-items:center;gap:14px}
.brand-mark{
  width:58px;height:58px;border-radius:999px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;font-weight:900;font-size:1.15rem;
  box-shadow:0 0 12px rgba(226,194,141,.12);
  border:1px solid rgba(0,0,0,.15);
}
.brand-copy h1{margin:0;font-size:clamp(1.7rem,4vw,2.8rem);line-height:.95}
.brand-copy p{margin:6px 0 0;color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-family:Inter, Arial, sans-serif}
.nav{display:flex;gap:10px;flex-wrap:wrap}.nav a{border:1px solid var(--line);color:var(--muted);padding:10px 14px;border-radius:999px;transition:.25s ease;font-family:'Lora', Georgia, serif}.nav a:hover{background:var(--gold);color:#000;box-shadow:0 0 24px rgba(226,194,141,.14)}
.hero{padding:34px 0 20px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}
.panel{border:1px solid var(--line);border-radius:32px;background:linear-gradient(180deg, rgba(17,17,17,.96), rgba(8,8,8,.96));box-shadow:var(--shadow)}
.hero-copy{padding:34px}.kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-size:.82rem;font-weight:800;margin-bottom:14px;font-family:Inter, Arial, sans-serif}
.hero-copy h2{margin:0 0 14px;line-height:.92;font-size:clamp(2.5rem,6vw,5rem)} .hero-copy p{margin:0;color:var(--muted);line-height:1.8;font-size:1.05rem;font-family:'Lora', Georgia, serif;max-width:58ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid var(--line);transition:.25s ease;font-family:Inter, Arial, sans-serif}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#000;box-shadow:0 0 22px rgba(226,194,141,.16)} .btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 28px rgba(226,194,141,.26)}
.btn-secondary{background:#0e0e0e;color:var(--text)} .btn-secondary:hover{border-color:rgba(226,194,141,.34);box-shadow:0 0 20px rgba(226,194,141,.12)}
.hero-visual{position:relative;overflow:hidden}.hero-visual img{width:100%;height:100%;min-height:500px;object-fit:cover;transition:transform .45s ease}.hero-visual:hover img{transform:scale(1.03)}
.overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.54))}
.hero-card{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(5,5,5,.82);border:1px solid var(--line);backdrop-filter:blur(10px);border-radius:24px;padding:16px 18px}
.hero-card strong{display:block;font-size:1.05rem;margin-bottom:4px}.hero-card span{color:var(--muted);font-family:Inter, Arial, sans-serif}
.section{padding:18px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}
.section-head h3{margin:0;font-size:clamp(1.5rem,3vw,2.2rem)} .section-head p{margin:0;color:var(--muted);font-family:Inter, Arial, sans-serif}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.card{overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-4px);box-shadow:0 24px 70px rgba(0,0,0,.58)}
.card .image{position:relative;aspect-ratio:16/10;overflow:hidden;background:#111}.card .image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.card:hover .image img{transform:scale(1.06)}
.card .content{padding:18px}.card h4{margin:0 0 8px;font-size:1.16rem}.card p{margin:0;color:var(--muted);line-height:1.7;font-family:Inter, Arial, sans-serif}.price{display:inline-block;margin-top:12px;color:var(--gold);font-weight:900;font-family:Inter, Arial, sans-serif}
.info-box,.full-menu,.footer-panel{padding:28px}.info-box h3,.menu-category h3,.footer h4{margin:0 0 10px}.info-box p,.note,.menu-item p,.footer li,.small{margin:0;color:var(--muted);line-height:1.8;font-family:Inter, Arial, sans-serif}
.combo-list{display:grid;gap:14px;margin-top:16px}.combo{border:1px solid var(--line);border-radius:20px;padding:16px 18px;background:#0d0d0d}.combo strong{display:block;margin-bottom:6px}.combo span{color:var(--muted);font-family:Inter, Arial, sans-serif}
.menu-category{margin-bottom:24px}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.menu-item{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;border:1px solid var(--line);border-radius:24px;padding:12px;background:#0c0c0c}
.menu-item .thumb{height:124px;border-radius:18px;overflow:hidden}.menu-item .thumb img{width:100%;height:100%;object-fit:cover}.menu-item h5{margin:0 0 6px;font-size:1.06rem}
.footer{padding:22px 0 48px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:20px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.badge{padding:10px 12px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-family:Inter, Arial, sans-serif}
.cta-band{padding:26px 0 6px}.cta-band .panel{padding:24px 26px}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.mojito-mango .thumb::after,.mojito-blue .thumb::after,.mojito-mint .thumb::after{content:"";position:absolute;inset:0;pointer-events:none}
.menu-item .thumb{position:relative}
.mojito-mango .thumb::after{background:linear-gradient(180deg, rgba(255,166,0,.18), rgba(255,166,0,.06))}
.mojito-blue .thumb::after{background:linear-gradient(180deg, rgba(0,110,255,.20), rgba(0,110,255,.08))}
.mojito-mint .thumb::after{background:linear-gradient(180deg, rgba(0,255,140,.10), rgba(0,255,140,.04))}
@media (max-width:980px){.hero-grid,.grid-3,.grid-2,.footer-grid,.menu-grid,.cta-band-inner{grid-template-columns:1fr;display:grid}.nav{display:none}}
@media (max-width:700px){.topbar-inner{padding:12px 0}.brand-mark{width:50px;height:50px}.brand-copy p{font-size:.68rem;letter-spacing:.12em}.hero-copy{padding:24px}.hero-copy h2{font-size:2.3rem}.hero-visual img{min-height:340px}.menu-item{grid-template-columns:1fr}.menu-item .thumb{height:180px}.hero-actions .btn,.cta-band .btn{width:100%}}


/* V9.7 logo + aggressive heading + hover polish */
.brand-mark{
  width:auto;
  min-width:74px;
  height:58px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#111;
  font-family:'Bebas Neue', sans-serif;
  font-size:1.45rem;
  letter-spacing:.08em;
  box-shadow:0 0 18px rgba(226,194,141,.18);
  border:1px solid rgba(0,0,0,.15);
}
.brand-mark .bb{
  font-family:'Bebas Neue', sans-serif;
  font-size:1.55rem;
  line-height:1;
}
.brand-mark .burger{
  font-size:1.5rem;
  line-height:1;
  transform:translateY(1px);
}
.brand-copy h1,
.hero-copy h2,
.section-head h3,
.info-box h3,
.menu-category h3,
.footer h4,
.card h4,
.menu-item h5{
  font-family:'Cinzel', serif !important;
  letter-spacing:.06em;
}
.hero-copy h2{ line-height:.88; }
.card{
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(0,0,0,.6), 0 0 24px rgba(226,194,141,.10);
  border-color:rgba(226,194,141,.32);
}
.card .image img,
.menu-item .thumb img,
.hero-visual img{
  transition:transform .45s ease, filter .45s ease;
}
.card:hover .image img,
.menu-item:hover .thumb img,
.hero-visual:hover img{
  transform:scale(1.05);
  filter:saturate(1.05) contrast(1.03);
}
.menu-item{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.menu-item:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 48px rgba(0,0,0,.45);
  border-color:rgba(226,194,141,.28);
}
.btn-primary, .btn-secondary, .nav a{
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
.btn-primary:hover, .btn-secondary:hover, .nav a:hover{
  transform:translateY(-2px);
}
@media (max-width:700px){
  .brand-mark{
    min-width:66px;
    height:50px;
    font-size:1.25rem;
    padding:0 12px;
  }
  .brand-mark .bb{font-size:1.35rem}
  .brand-mark .burger{font-size:1.25rem}
}


/* V10 final UI polish */
body{
  font-family:'Lora', Georgia, serif !important;
  text-rendering:optimizeLegibility;
}

.brand-copy h1,
.hero-copy h2,
.section-head h3,
.info-box h3,
.menu-category h3,
.footer h4,
.card h4,
.menu-item h5,
.classic{
  font-family:'Cinzel', Georgia, serif !important;
  letter-spacing:.05em;
}

.brand-copy p,
.kicker,
.nav a,
.btn,
.card p,
.menu-item p,
.info-box p,
.note,
.small-note,
.badge,
.cta-band p,
.hero-card span,
.section-head p{
  font-family:'Lora', Georgia, serif !important;
}

.hero{
  padding:40px 0 24px !important;
}

.hero-copy{
  position:relative;
  overflow:hidden;
}
.hero-copy::after{
  content:"";
  position:absolute;
  inset:auto -10% -40% auto;
  width:240px;
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(226,194,141,.14), transparent 70%);
  pointer-events:none;
}

.panel{
  box-shadow:0 18px 54px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.02) !important;
}

.card,
.menu-item,
.btn,
.nav a{
  will-change:transform;
}

.card{
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
}
.card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 26px 74px rgba(0,0,0,.58), 0 0 0 1px rgba(226,194,141,.14) !important;
}

.menu-item{
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease !important;
}
.menu-item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(0,0,0,.45);
  background:#101010;
}

.card .image img,
.menu-item .thumb img,
.hero-visual img{
  transition:transform .45s ease, filter .45s ease !important;
}
.card:hover .image img,
.menu-item:hover .thumb img,
.hero-visual:hover img{
  transform:scale(1.05);
  filter:saturate(1.04) contrast(1.03);
}

.btn-primary{
  box-shadow:0 0 0 1px rgba(226,194,141,.12), 0 10px 30px rgba(183,134,69,.18) !important;
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 0 0 1px rgba(226,194,141,.18), 0 16px 34px rgba(183,134,69,.24) !important;
}
.btn-secondary:hover,
.nav a:hover{
  box-shadow:0 10px 24px rgba(0,0,0,.28), 0 0 0 1px rgba(226,194,141,.12) !important;
}

.hero-card{
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}

.section-head{
  margin-bottom:22px !important;
}

.section-head p,
.cta-band p{
  font-size:1.02rem;
  line-height:1.8;
  color:rgba(255,255,255,.72) !important;
}

.badge{
  background:rgba(255,255,255,.01);
  backdrop-filter:blur(8px);
}

.footer .panel{
  backdrop-filter:blur(10px);
}

@media (max-width:700px){
  .hero-copy h2{
    font-size:2.45rem !important;
  }
  .section-head p,
  .cta-band p{
    font-size:.98rem;
  }
}


/* V10.1 FORCE FONT FIX */

.combo strong,
.combo span,
.footer,
.footer *,
.footer-panel,
.footer-panel *,
.quick-actions,
.quick-actions *,
.hero-actions,
.hero-actions * {
  font-family: 'Lora', serif !important;
}

.footer h4,
.footer .brand-copy h1 {
  font-family: 'Cinzel', serif !important;
}

.combo-section {
  padding: 0px 0;
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.combo-card {
  background: linear-gradient(180deg, rgba(14,14,14,.96), rgba(7,7,7,.96));
  border: 1px solid rgba(226,194,141,.14);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.42);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.combo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(226,194,141,.12);
  border-color: rgba(226,194,141,.28);
}

.combo-card.featured {
  border-color: rgba(226,194,141,.28);
  box-shadow: 0 22px 65px rgba(0,0,0,.52), 0 0 40px rgba(226,194,141,.06);
}

.combo-image-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.combo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.combo-card:hover .combo-image {
  transform: scale(1.05);
}

.combo-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(226,194,141,.18);
  color: #f3d49d;
  font-size: .88rem;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}

.combo-content {
  padding: 18px;
}

.combo-content h4 {
  margin: 0 0 8px;
  font-family: 'Cinzel', serif;
  font-size: 1.75rem;
  letter-spacing: .04em;
  color: #f7f1e8;
}

.combo-content p {
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
}

.combo-bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.combo-price {
  font-size: 1.45rem;
  font-weight: 800;
  color: #e2c28d;
}

@media (max-width: 980px) {
  .combo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .combo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .combo-grid {
    grid-template-columns: 1fr;
  }
}


.combo-card {
  width: 100%;
  height: 100%;
}

.combo-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px;
}

.info-section {
  margin-top: 40px;
}

.info-box {
  background: linear-gradient(180deg, rgba(14,14,14,.96), rgba(7,7,7,.96));
  border: 1px solid rgba(226,194,141,.14);
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0,0,0,.4);
}

.info-box h3 {
  margin-bottom: 12px;
}

.info-box p {
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  max-width: 700px;
  margin: 10px auto;
}

.right-panel {
  max-width: 350px;
}
