:root{
  --cream:#fbf4e8;
  --cream-2:#fffaf2;
  --brown:#5b341d;
  --brown-2:#8b5e3c;
  --caramel:#c98545;
  --olive:#7d8764;
  --dark:#2b1c13;
  --white:#ffffff;
  --shadow:0 16px 42px rgba(91,52,29,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Cairo',sans-serif;
  background:radial-gradient(circle at 10% 10%, rgba(201,133,69,.08), transparent 28%),
  radial-gradient(circle at 85% 0%, rgba(125,135,100,.08), transparent 22%),var(--cream-2);
  color:var(--dark);
  overflow-x:hidden;
}
a{text-decoration:none}
.custom-navbar{
  background:rgba(255,250,242,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(91,52,29,.06);
  padding:14px 0;
  transition:.3s;
}
.custom-navbar.scrolled{box-shadow:0 12px 30px rgba(43,28,19,.08);padding:10px 0}
.brand-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--brown)!important}
.logo-mark{
  width:42px;height:42px;border-radius:50%;background:var(--brown);color:var(--cream);
  display:inline-flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;
  font-size:24px;box-shadow:0 10px 24px rgba(91,52,29,.16);
}
.logo-img{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 10px 24px rgba(91,52,29,.16)}
.nav-link{color:var(--dark);font-weight:700;position:relative}
.nav-link::after{content:"";position:absolute;bottom:2px;right:8px;width:0;height:2px;background:var(--caramel);transition:.3s}
.nav-link:hover::after,.nav-link.active::after{width:45%}
.btn-brand{
  background:var(--brown);color:var(--cream)!important;border-radius:999px;padding:10px 22px;
  border:1px solid var(--brown);font-weight:700;transition:.3s;font-size:14px;
}
.btn-brand:hover{background:var(--caramel);border-color:var(--caramel);transform:translateY(-3px);box-shadow:0 14px 28px rgba(201,133,69,.25)}
.btn-outline-brand{
  color:var(--brown)!important;border:1px solid var(--brown);border-radius:999px;padding:10px 22px;
  font-weight:700;transition:.3s;font-size:14px;
}
.btn-outline-brand:hover{background:var(--brown);color:var(--cream)!important;transform:translateY(-3px)}
.hero-section{
  position:relative;min-height:100vh;background:radial-gradient(circle at top right,rgba(201,133,69,.18),transparent 35%),linear-gradient(135deg,var(--cream-2),var(--cream));
  overflow:hidden;padding-top:80px;
}
.eyebrow{
  display:inline-block;color:var(--caramel);font-weight:700;letter-spacing:.5px;margin-bottom:14px;
  background:rgba(201,133,69,.10);border:1px solid rgba(201,133,69,.16);padding:7px 13px;border-radius:999px;font-size:13px;
}
.eyebrow i{margin-left:5px}
.hero-title{
  font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.18;color:var(--brown);
  margin-bottom:22px;letter-spacing:-.6px;
}
.hero-text,.large-text{font-size:16px;line-height:1.9;color:rgba(43,28,19,.75);max-width:620px}
.hero-stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:36px}
.hero-stats div{
  background:rgba(255,255,255,.75);border:1px solid rgba(91,52,29,.08);border-radius:24px;
  padding:13px 18px;min-width:116px;box-shadow:var(--shadow);
}
.hero-stats strong{display:block;color:var(--brown);font-size:18px}
.hero-stats span{font-size:12px;color:rgba(43,28,19,.65)}
.hero-card{
  position:relative;padding:18px;background:rgba(255,255,255,.55);border:1px solid rgba(91,52,29,.08);
  border-radius:40px;box-shadow:var(--shadow);transform:rotate(-2deg);
}
.hero-img{border-radius:32px;height:540px;width:100%;object-fit:cover}
.order-badge{
  position:absolute;bottom:40px;right:-10px;background:var(--white);box-shadow:var(--shadow);
  border-radius:24px;padding:18px 24px;animation:float 3s ease-in-out infinite;border:1px solid rgba(91,52,29,.08);
}
.order-badge span{display:block;color:var(--caramel);font-weight:800;font-size:13px}
.order-badge strong{color:var(--brown)}
.floating-shape{position:absolute;border-radius:50%;opacity:.45;filter:blur(1px)}
.shape-1{width:180px;height:180px;background:var(--caramel);top:18%;left:8%;animation:float 5s ease-in-out infinite}
.shape-2{width:90px;height:90px;background:var(--olive);bottom:18%;right:5%;animation:float 4s ease-in-out infinite reverse}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}
.section-padding{padding:82px 0}
.section-heading{max-width:680px;margin:0 auto 55px}
.section-heading h2,.section-title{
  color:var(--brown);font-size:clamp(26px,3.2vw,38px);font-weight:800;margin-bottom:16px;letter-spacing:-.6px;
}
.section-heading p{font-size:15px;color:rgba(43,28,19,.65)}
.product-card,.menu-card,.step-card,.value-card,.contact-info,.order-form{
  background:rgba(255,255,255,.78);backdrop-filter:blur(16px);border:1px solid rgba(91,52,29,.08);
  border-radius:24px;overflow:hidden;box-shadow:var(--shadow);height:100%;transition:.35s;
}
.product-card:hover,.menu-card:hover,.step-card:hover,.value-card:hover{transform:translateY(-10px);box-shadow:0 22px 60px rgba(91,52,29,.13)}
.product-card img,.menu-card img{width:100%;height:205px;object-fit:cover;transition:.5s}
.product-card:hover img,.menu-card:hover img{transform:scale(1.06)}
.product-card h3,.menu-card h3,.step-card h3,.value-card h3{font-size:18px;color:var(--brown);font-weight:800;margin-bottom:8px}
.product-card p,.menu-card p,.step-card p,.value-card p{color:rgba(43,28,19,.68);line-height:1.8}
.price,.menu-card strong{
  color:var(--caramel);font-size:17px;font-weight:800;background:rgba(201,133,69,.12);
  padding:5px 11px;border-radius:999px;white-space:nowrap;
}
.warm-section{background:linear-gradient(rgba(91,52,29,.04),rgba(91,52,29,.04)),var(--cream)}
.rounded-img{border-radius:28px;box-shadow:var(--shadow)}
.feature-list{list-style:none;padding:0;margin:25px 0}
.feature-list li{margin-bottom:14px;padding:12px 16px;background:rgba(255,255,255,.65);border-radius:18px;font-weight:700;font-size:15px}
.feature-list li::before{content:"✓";color:var(--caramel);font-weight:900;margin-left:10px}
.step-card{padding:28px}
.step-card span{color:var(--caramel);font-size:30px;font-weight:800;opacity:.55}
.cta-section{padding:70px 0 100px}
.cta-box{background:linear-gradient(135deg,var(--brown),#7b4b2f);color:var(--cream);border-radius:28px;padding:58px 22px;box-shadow:var(--shadow)}
.cta-box h2{font-size:clamp(26px,4vw,42px);font-weight:800}
.cta-box p{font-size:16px;opacity:.88}
.footer{background:var(--dark);color:rgba(255,250,242,.72);padding:55px 0 25px}
.footer a{color:var(--cream);margin-left:20px;font-weight:700}
.footer-logo{color:var(--cream)!important}
.footer hr{border-color:rgba(255,250,242,.15);margin:30px 0}
.copyright{text-align:center;margin:0;color:rgba(255,250,242,.55)}
.whatsapp-float{
  position:fixed;left:22px;bottom:22px;z-index:99;background:#25D366;color:#fff!important;
  width:54px;height:54px;padding:0;display:flex;align-items:center;justify-content:center;
  font-size:24px;border-radius:999px;font-weight:900;box-shadow:0 14px 30px rgba(37,211,102,.35);
}
.page-hero{
  padding:145px 0 72px;background:radial-gradient(circle at top left,rgba(201,133,69,.20),transparent 30%),linear-gradient(135deg,var(--cream-2),var(--cream));
}
.page-hero h1{color:var(--brown);font-size:clamp(32px,5vw,50px);font-weight:800;letter-spacing:-.6px}
.page-hero p{font-size:16px;color:rgba(43,28,19,.65)}
.menu-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:45px}
.filter-btn{border:1px solid rgba(91,52,29,.18);background:var(--white);color:var(--brown);border-radius:999px;padding:9px 20px;font-weight:800;transition:.3s;font-size:14px}
.filter-btn.active,.filter-btn:hover{background:var(--brown);color:var(--cream)}
.menu-content{padding:25px}
.menu-content .d-flex{align-items:flex-start}
.mini-link{color:var(--caramel);font-weight:900}
.value-card{padding:30px;text-align:center}
.contact-info,.order-form{padding:30px}
.info-row{display:flex;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid rgba(91,52,29,.08)}
.info-row span{color:rgba(43,28,19,.6)}
.info-row span i{color:var(--caramel);margin-left:7px}
.info-row strong{color:var(--brown)}
.form-label{font-size:14px;font-weight:700;color:var(--brown)}
.form-control,.form-select{border-radius:18px;border:1px solid rgba(91,52,29,.14);padding:12px 14px;font-size:14px}
.form-control:focus,.form-select:focus{border-color:var(--caramel);box-shadow:0 0 0 .2rem rgba(201,133,69,.15)}
.icon-bubble,.step-icon{
  width:44px;height:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;
  margin-bottom:14px;background:linear-gradient(135deg, rgba(201,133,69,.17), rgba(125,135,100,.13));
  color:var(--brown);border:1px solid rgba(91,52,29,.08);font-size:20px;
}
.step-icon{width:52px;height:52px;border-radius:18px;font-size:24px}
.reveal{opacity:0;transform:translateY(35px);transition:opacity .75s ease, transform .75s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:991px){.hero-img{height:390px}.hero-card{transform:none}.custom-navbar .btn{margin-top:10px}}
@media(max-width:575px){.section-padding{padding:58px 0}.hero-stats div{width:100%}.order-badge{right:15px;bottom:28px}.whatsapp-float{left:14px;bottom:14px}.hero-title{font-size:34px}.page-hero{padding-top:128px}}


/* ===== Mobile Overflow & Layout Fix ===== */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}

img,
video,
iframe{
  max-width:100%;
}

.container,
.container-fluid,
.row{
  max-width:100%;
}

.row{
  margin-left:0 !important;
  margin-right:0 !important;
}

[class*="col-"]{
  min-width:0;
}

.floating-shape{
  pointer-events:none;
}

@media(max-width:575px){
  body{
    overflow-x:hidden !important;
  }

  .custom-navbar{
    padding:10px 0;
  }

  .custom-navbar .container{
    padding-inline:16px;
  }

  .navbar-brand{
    max-width:70%;
  }

  .brand-logo span:last-child{
    font-size:20px;
  }

  .logo-mark,
  .logo-img{
    width:40px;
    height:40px;
    min-width:40px;
  }

  .navbar-collapse{
    background:rgba(255,250,242,.98);
    border:1px solid rgba(91,52,29,.08);
    border-radius:20px;
    margin-top:14px;
    padding:16px;
    box-shadow:0 16px 34px rgba(91,52,29,.09);
  }

  .navbar-nav{
    gap:4px !important;
  }

  .hero-section{
    padding-top:92px;
    min-height:auto;
  }

  .hero-section .min-vh-100{
    min-height:auto !important;
    padding-top:34px;
    padding-bottom:38px;
  }

  .hero-title{
    font-size:38px !important;
    line-height:1.28;
    letter-spacing:-.3px;
    max-width:100%;
    word-break:normal;
  }

  .hero-text,
  .large-text{
    font-size:15px;
    line-height:1.9;
    max-width:100%;
  }

  .hero-card{
    padding:10px;
    border-radius:28px;
    transform:none !important;
    max-width:100%;
  }

  .hero-img{
    height:330px !important;
    border-radius:22px;
  }

  .order-badge{
    right:18px;
    left:18px;
    bottom:22px;
    width:auto;
    text-align:center;
    padding:14px 18px;
    border-radius:18px;
  }

  .hero-stats{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    margin-top:28px;
  }

  .hero-stats div{
    width:100%;
    min-width:0;
    text-align:center;
  }

  .shape-1{
    width:150px;
    height:150px;
    top:27%;
    left:50%;
    transform:translateX(-50%);
    opacity:.35;
  }

  .shape-2{
    width:70px;
    height:70px;
    bottom:12%;
    right:8%;
    opacity:.35;
  }

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

  .section-heading{
    margin-bottom:34px;
    padding-inline:10px;
  }

  .section-heading h2,
  .section-title{
    font-size:30px !important;
    line-height:1.35;
  }

  .product-card,
  .menu-card,
  .step-card,
  .value-card,
  .contact-info,
  .order-form{
    border-radius:22px;
  }

  .product-card img,
  .menu-card img{
    height:240px;
  }

  .cta-section{
    padding:55px 0 70px;
  }

  .cta-box{
    margin-inline:0;
    border-radius:26px;
    padding:42px 20px;
  }

  .cta-box h2{
    font-size:28px !important;
    line-height:1.35;
  }

  .footer{
    text-align:center;
    padding-bottom:70px;
  }

  .footer .text-md-start{
    text-align:center !important;
  }

  .footer a{
    display:inline-block;
    margin:8px 10px;
  }

  .footer-logo{
    justify-content:center;
  }

  .whatsapp-float{
    left:16px !important;
    right:auto !important;
    bottom:18px !important;
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:50%;
    transform:none !important;
  }

  .page-hero{
    padding:122px 0 58px;
  }

  .page-hero h1{
    font-size:34px !important;
    line-height:1.3;
  }

  .menu-filter{
    gap:8px;
    margin-bottom:32px;
  }

  .filter-btn{
    padding:8px 15px;
    font-size:13px;
  }

  .info-row{
    flex-direction:column;
    gap:6px;
    text-align:right;
  }
}

@media(max-width:390px){
  .hero-title{
    font-size:34px !important;
  }

  .section-heading h2,
  .section-title{
    font-size:27px !important;
  }

  .hero-img{
    height:295px !important;
  }
}


/* ===== Order Badge Premium Fix ===== */
.order-badge{
  width:max-content;
  max-width:260px;
  min-width:210px;
  text-align:center;
}

@media(max-width:575px){
  .order-badge{
    right:24px !important;
    left:auto !important;
    bottom:22px !important;
    width:max-content !important;
    min-width:210px;
    max-width:250px;
    text-align:center;
    padding:14px 20px;
  }

  .order-badge strong{
    display:block;
    font-size:16px;
    line-height:1.4;
  }

  .order-badge span{
    font-size:13px;
  }
}

@media(max-width:390px){
  .order-badge{
    right:18px !important;
    min-width:190px;
    max-width:220px;
  }
}


/* ===== Final Premium Spacing + Masculine/Neutral UI ===== */
@media (min-width: 1200px){
  .container{
    max-width: 1560px;
    padding-inline: 72px;
  }
}

@media (min-width: 1500px){
  .container{
    max-width: 1700px;
    padding-inline: 96px;
  }
}

.hero-title{
  max-width: 760px;
}

.hero-text{
  max-width: 720px;
}

.hero-card{
  max-width: 760px;
  margin-inline:auto;
}

.section-heading{
  max-width:760px;
}

.product-card .p-4,
.menu-content{
  padding:30px !important;
}

.product-card h3,
.menu-card h3{
  margin-top:0;
}

.product-card p,
.menu-card p{
  font-size:15px;
}

.icon-bubble{
  display:none !important;
}

@media(max-width:991px){
  .container{
    padding-inline:30px;
  }
}

@media(max-width:575px){
  .container{
    padding-inline:22px;
  }

  .hero-title{
    font-size:34px !important;
  }

  .product-card .p-4,
  .menu-content{
    padding:24px !important;
  }
}
