
:root{
  --ink:#171512;
  --cream:#f7f0e4;
  --paper:#fffaf2;
  --gold:#b88a3d;
  --gold2:#e4bd67;
  --brown:#5a3825;
  --muted:#71685e;
  --line:#e7dccb;
  --white:#fff;
  --shadow:0 18px 55px rgba(41,28,16,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:auto}
.topbar{background:#0e0d0b;color:#eee7db;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:15px;padding:8px 0;flex-wrap:wrap}
.header-wrap{position:sticky;top:0;z-index:50;padding:12px 0;background:rgba(247,240,228,.88);backdrop-filter:blur(14px)}
.header{background:#171512;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 14px 35px rgba(0,0,0,.16)}
.brand img{width:205px;height:auto}
.nav{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:center}
.nav a{padding:9px 12px;border-radius:999px;color:#eee8dc;font-size:14px}
.nav a:hover,.nav a.active{background:#2a261f;color:#f3cf80}
.nav-cta{background:var(--gold)!important;color:#171512!important;font-weight:800!important}
.menu-btn{display:none;border:0;background:#2a261f;color:#fff;border-radius:12px;padding:9px 12px;font-size:20px}
.hero{min-height:690px;display:grid;place-items:center;position:relative;background:
linear-gradient(90deg,rgba(10,8,5,.83),rgba(10,8,5,.34)),
url("https://www.ads.dgkhan.pk/storage/listing-uploads/cover/2025/02/Kashif-Sweets.jpg") center/cover}
.hero-inner{padding:90px 0;color:#fff}
.eyebrow{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px;letter-spacing:1.4px;text-transform:uppercase}
.hero h1{font-family:Georgia,serif;font-size:clamp(45px,7vw,82px);line-height:1.03;max-width:800px;margin:20px 0 18px}
.hero h1 span{color:#e4bd67}
.hero p{max-width:650px;color:#efe9df;font-size:18px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer}
.btn-gold{background:var(--gold);color:#15120f}
.btn-dark{background:#171512;color:#fff}
.btn-light{background:#fff;color:#171512}
.section{padding:85px 0}
.section.alt{background:#f0e5d6}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:34px}
.kicker{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:12px}
h2{font-family:Georgia,serif;font-size:clamp(32px,4vw,50px);line-height:1.1;margin:8px 0}
.lead{color:var(--muted);max-width:680px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 8px 28px rgba(58,39,22,.06)}
.card img{width:100%;height:230px;object-fit:cover}
.card-body{padding:22px}
.card h3{font-family:Georgia,serif;margin:0 0 8px;font-size:25px}
.card p{margin:0;color:var(--muted)}
.price{font-weight:900;color:var(--brown);font-size:18px}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.menu-item{display:flex;gap:16px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px}
.menu-item img{width:95px;height:82px;border-radius:16px;object-fit:cover;flex:none}
.menu-copy{flex:1}
.menu-copy h3{margin:0;font-size:18px}
.menu-copy p{margin:3px 0 0;color:var(--muted);font-size:14px}
.menu-price{white-space:nowrap;font-weight:900;color:var(--brown)}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0 25px}
.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;cursor:pointer}
.chip.active,.chip:hover{background:#171512;color:#f4ce7d;border-color:#171512}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:14px}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.gallery img:first-child{grid-row:span 2}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:25px}
.stat{padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px;text-align:center}
.stat strong{display:block;font-family:Georgia,serif;font-size:32px}
.stat span{color:var(--muted);font-size:13px}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}
.photo-frame{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:8px solid #fff}
.photo-frame img{width:100%;height:500px;object-fit:cover}
.list{padding:0;margin:20px 0;list-style:none}
.list li{padding:9px 0;border-bottom:1px dashed var(--line)}
.list li::before{content:"✦";color:var(--gold);margin-right:10px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}
.contact-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:25px}
.contact-row{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}
.icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#f1e4cf;color:var(--brown);font-weight:900}
form{display:grid;gap:13px}
input,textarea,select{width:100%;border:1px solid #ddcfbc;background:#fff;border-radius:14px;padding:13px 14px;font:inherit;outline:none}
input:focus,textarea:focus,select:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(184,138,61,.1)}
textarea{min-height:130px;resize:vertical}
.notice{padding:16px 18px;border-radius:16px;background:#f7eddc;border:1px solid #ead6b8;color:#5a4938}
.page-hero{padding:85px 0;background:linear-gradient(120deg,#191611,#5a3825);color:#fff}
.page-hero h1{font-family:Georgia,serif;font-size:55px;margin:10px 0}
.breadcrumb{color:#d9c9b3;font-size:14px}
.map{width:100%;height:430px;border:0;border-radius:25px}
.footer{background:#11100e;color:#d9d1c6;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:30px}
.footer h3{color:#f1d083;font-family:Georgia,serif}
.footer a{color:#d9d1c6}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #302b25;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:13px}
.whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#efe2cf;color:#6b4c2d;font-size:12px;font-weight:800}
@media(max-width:900px){
  .nav{display:none;position:absolute;left:4%;right:4%;top:78px;background:#171512;border-radius:22px;padding:12px;box-shadow:var(--shadow)}
  .nav.open{display:flex;flex-direction:column;align-items:stretch}
  .nav a{text-align:center}
  .menu-btn{display:block}
  .cards,.footer-grid{grid-template-columns:1fr 1fr}
  .split,.contact-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr;grid-auto-rows:190px}
  .gallery img:first-child{grid-row:auto}
  .stats{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand img{width:165px}
  .hero{min-height:620px}
  .hero h1{font-size:47px}
  .cards,.menu-grid,.footer-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .section{padding:65px 0}
  .page-hero h1{font-size:42px}
}
