:root{
  --black:#140f0a;--dark:#21160d;--gold:#c78a22;--gold2:#e2b456;--cream:#fff4df;--paper:#fffaf0;--muted:#765d3f;--green:#25D366;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#fff8eb,#fffdf7);color:var(--dark);padding-bottom:86px}
.hero{min-height:92vh;color:#fff;background:linear-gradient(90deg,rgba(20,15,10,.88),rgba(20,15,10,.45)),url('images/klasik-kunefe.jpeg') center/cover;padding:18px;display:flex;flex-direction:column}
.top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:1.08rem}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:2px solid var(--gold)}
.langs{display:flex;gap:6px;background:rgba(0,0,0,.2);padding:6px;border-radius:999px;backdrop-filter:blur(10px)}
.lang{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.13);color:#fff;border-radius:999px;padding:9px 10px;font-weight:800;cursor:pointer}
.lang.active{background:var(--gold2);color:#201204}
.hero-inner{margin:auto 0;max-width:760px;padding:55px 0 35px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--gold2);font-size:.78rem;font-weight:900;margin-bottom:10px}
h1{font-family:Georgia,serif;font-size:clamp(2.55rem,8vw,5.6rem);line-height:.98;margin-bottom:18px}
h2{font-family:Georgia,serif;font-size:clamp(2rem,5.8vw,3.8rem);line-height:1.05;color:#402609;margin-bottom:12px}
.hero p{font-size:1.1rem;line-height:1.75;max-width:680px;color:#fff4df}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{border:0;border-radius:999px;padding:14px 18px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}
.primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#211204}
.dark{background:#fff;color:#211204}
.whatsapp{background:var(--green);color:#062b14;width:100%;font-size:1.05rem}
.info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1180px;margin:-46px auto 0;padding:0 16px;position:relative}
.info-strip div{background:#fff;border:1px solid rgba(199,138,34,.22);border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(0,0,0,.09)}
.info-strip b{display:block;color:#8b5409;margin-bottom:5px}
.info-strip span{color:var(--muted);font-size:.95rem}
.section{max-width:1200px;margin:auto;padding:58px 16px}
.section-head{text-align:center;max-width:780px;margin:0 auto 24px}
.section-head p:not(.eyebrow){color:var(--muted);line-height:1.7}
.filters{display:flex;gap:9px;overflow:auto;padding:4px 0 18px;margin-bottom:12px}
.filter{white-space:nowrap;border:1px solid rgba(199,138,34,.35);background:#fff8ea;border-radius:999px;padding:11px 13px;font-weight:800;color:#5b3607;cursor:pointer}
.filter.active{background:var(--black);color:var(--gold2)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.08);border:1px solid rgba(199,138,34,.16);display:flex;flex-direction:column}
.card-img{height:230px;background:#23160b;display:grid;place-items:center;font-size:44px;color:var(--gold2)}
.card-img img{width:100%;height:100%;object-fit:cover}
.card-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.card h3{font-size:1.22rem;color:#6c4106}
.price{background:#1c1209;color:var(--gold2);border-radius:12px;padding:7px 9px;font-weight:900;white-space:nowrap}
.desc{color:var(--muted);line-height:1.58;font-size:.96rem}
.qty-row{margin-top:auto;display:flex;justify-content:space-between;align-items:center;background:#fff8ea;border-radius:16px;padding:10px}
.qty-row input{width:72px;border:1px solid rgba(199,138,34,.35);border-radius:12px;padding:9px;font-size:1rem;text-align:center}
.not-orderable{margin-top:auto;background:#f3eadb;color:#7a5730;border-radius:14px;padding:10px;font-weight:700;font-size:.92rem}
.tea-note{margin-top:24px;background:#26180c;color:#fff4df;border-radius:20px;padding:18px;text-align:center;font-weight:800;border:1px solid var(--gold)}
.order-section{padding-top:20px}
.order-panel{background:#fff;border:1px solid rgba(199,138,34,.22);border-radius:28px;padding:18px;box-shadow:0 14px 36px rgba(0,0,0,.08)}
.delivery{display:flex;gap:10px;margin-bottom:16px}
.delivery label{flex:1;background:#fff8ea;border:1px solid rgba(199,138,34,.26);border-radius:18px;padding:14px;font-weight:900}
.summary{background:#17100a;color:#fff4df;border-radius:20px;padding:16px;min-height:88px;line-height:1.7;margin-bottom:14px}
.menu-card-img{width:100%;border-radius:28px;box-shadow:0 16px 46px rgba(0,0,0,.2);display:block}
.about{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center}
.about>div{background:#fff;border-radius:28px;padding:24px;box-shadow:0 14px 36px rgba(0,0,0,.08)}
.about p{color:var(--muted);line-height:1.8;margin-top:12px}
.about img{width:100%;border-radius:28px;box-shadow:0 14px 36px rgba(0,0,0,.13)}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}
.contact-card{background:#1c1209;color:#fff4df;border-radius:28px;padding:24px}
.contact-card h2{color:var(--gold2)}
.contact-card p{line-height:1.75;margin:10px 0}
.contact-card a{color:var(--gold2)}
iframe{width:100%;min-height:410px;border:0;border-radius:28px;box-shadow:0 14px 36px rgba(0,0,0,.13)}
footer{background:#130d08;color:#fff4df;text-align:center;padding:28px 16px;display:flex;flex-direction:column;gap:6px}
.sticky-order{position:fixed;left:14px;right:14px;bottom:14px;border:0;border-radius:18px;background:var(--green);color:#062b14;padding:17px;font-size:1.05rem;font-weight:950;box-shadow:0 12px 34px rgba(0,0,0,.25);z-index:99}
@media(max-width:900px){
  .info-strip{grid-template-columns:1fr 1fr}
  .product-grid{grid-template-columns:1fr 1fr}
  .about,.contact{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero{min-height:86vh}
  .brand span{font-size:.98rem}
  .brand img{width:48px;height:48px}
  .lang{padding:8px 9px;font-size:.82rem}
  .info-strip{grid-template-columns:1fr;margin-top:-28px}
  .product-grid{grid-template-columns:1fr}
  .card-img{height:240px}
  .delivery{flex-direction:column}
  .section{padding:46px 14px}
  .filters{position:sticky;top:0;background:#fffaf0;z-index:20}
}
.drinks-card{margin-top:22px}
/* Responsive fixes */
*{box-sizing:border-box;}
img{max-width:100%;height:auto;}
.product-card,.menu-item,.price-box{overflow:hidden;word-wrap:break-word;}
@media(max-width:768px){.product-grid,.menu-grid,.cards{grid-template-columns:1fr !important;display:grid !important;} h1,h2,h3{line-height:1.2;} body{overflow-x:hidden;} .container{padding:12px !important;}}


/* FINAL CARD VISIBILITY FIX */
.card{
  min-height:100%;
  background:#fffdf8;
}
.card-img{
  position:relative;
  overflow:hidden;
  flex-shrink:0;
  aspect-ratio:4/3;
  height:auto;
  min-height:220px;
}
.card-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.card-body{
  position:relative;
  z-index:2;
  background:#fffdf8;
  border-top:1px solid rgba(199,138,34,.15);
}
.card h3,
.card .desc,
.price{
  position:relative;
  z-index:3;
}
.card-top{
  align-items:flex-start;
  flex-wrap:wrap;
}
.card h3{
  flex:1 1 220px;
  word-break:break-word;
  line-height:1.3;
}
.price{
  flex-shrink:0;
}
.desc{
  overflow-wrap:break-word;
  word-break:break-word;
}
@media(max-width:768px){
  .card-img{
    min-height:200px;
  }
  .card-body{
    padding:16px;
  }
  .card-top{
    gap:8px;
  }
  .price{
    font-size:.92rem;
  }
}
@media(max-width:480px){
  .card-img{
    aspect-ratio:1/1;
    min-height:180px;
  }
  .card h3{
    font-size:1.05rem;
  }
  .desc{
    font-size:.92rem;
    line-height:1.5;
  }
}
