/* ==========================================================================
   Rashid Ali Hassan Cafeteria — Global Design System
   "Simply Delicious." — dark premium menu-board aesthetic.
   ========================================================================== */

:root{
  --ra-black:#0C0C0C;
  --ra-charcoal:#141414;
  --ra-charcoal-2:#1C1B19;
  --ra-orange:#E8822B;
  --ra-orange-deep:#D46A15;
  --ra-gold:#C9A24B;
  --ra-gold-soft:#E7C77E;
  --ra-cream:#FBF4E9;
  --ra-muted:#B9B2A6;
  --ra-line:rgba(201,162,75,.22);
  --ra-glass:rgba(255,255,255,.04);
  --ra-radius:20px;
  --ra-radius-lg:28px;
  --ra-maxw:1240px;
  --ra-shadow:0 24px 60px -24px rgba(0,0,0,.7);

  --ra-font-poster:'Bebas Neue', 'Poppins', sans-serif;
  --ra-font-head:'Poppins', sans-serif;
  --ra-font-body:'Inter', sans-serif;
  --ra-font-ar:'Tajawal', sans-serif;
}

/* ---------- Reset / base ---------- */
body.ra-body,
body.ra-body .elementor,
body.ra-body .elementor-widget-html{
  background:var(--ra-black);
  color:var(--ra-cream);
}
body.ra-body{
  font-family:var(--ra-font-body);
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
body.ra-body img{max-width:100%;height:auto;display:block;}
body.ra-body a{color:inherit;text-decoration:none;}
body.ra-body *{box-sizing:border-box;}
body.ra-body ::selection{background:var(--ra-orange);color:#1a0e04;}

@media (prefers-reduced-motion: reduce){
  body.ra-body *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;}
}

/* ---------- Typography ---------- */
.ra-poster{
  font-family:var(--ra-font-poster);
  letter-spacing:.04em;
  text-transform:uppercase;
  line-height:.95;
}
.ra-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--ra-font-head);
  font-weight:700;
  font-size:12.5px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ra-gold);
  margin:0 0 16px;
}
.ra-eyebrow::before{
  content:"";
  width:26px;height:2px;
  background:linear-gradient(90deg,var(--ra-orange),var(--ra-gold));
  border-radius:2px;
  flex:0 0 auto;
}
.ra-h1{
  font-family:var(--ra-font-poster);
  font-weight:400;
  font-size:clamp(2.4rem,6vw,4.5rem);
  line-height:1.02;
  letter-spacing:.01em;
  color:var(--ra-cream);
  margin:0 0 20px;
}
.ra-h1 em, .ra-h2 em{
  font-style:normal;
  color:var(--ra-orange);
}
.ra-h2{
  font-family:var(--ra-font-head);
  font-weight:800;
  font-size:clamp(1.7rem,3.6vw,2.6rem);
  line-height:1.1;
  color:var(--ra-cream);
  margin:0 0 16px;
}
.ra-h3{
  font-family:var(--ra-font-head);
  font-weight:700;
  font-size:clamp(1.15rem,2vw,1.4rem);
  color:var(--ra-cream);
  margin:0 0 10px;
}
.ra-lede{
  font-size:clamp(1rem,1.6vw,1.15rem);
  color:var(--ra-muted);
  line-height:1.7;
  max-width:56ch;
}
.ra-ar{
  font-family:var(--ra-font-ar);
  direction:rtl;
  display:inline-block;
}

/* ---------- Layout ---------- */
.ra-wrap{
  max-width:var(--ra-maxw);
  margin-inline:auto;
  padding-inline:24px;
}
.ra-section{
  position:relative;
  padding:88px 0;
}
@media (max-width:768px){
  .ra-section{padding:56px 0;}
}
.ra-section-alt{background:var(--ra-charcoal);}
.ra-grid{
  display:grid;
  gap:24px;
}
.ra-grid-2{grid-template-columns:repeat(2,1fr);}
.ra-grid-3{grid-template-columns:repeat(3,1fr);}
.ra-grid-4{grid-template-columns:repeat(4,1fr);}
@media (max-width:980px){
  .ra-grid-4{grid-template-columns:repeat(2,1fr);}
  .ra-grid-3{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
  .ra-grid-2,.ra-grid-3,.ra-grid-4{grid-template-columns:1fr;}
}

/* ---------- Buttons ---------- */
.ra-btn,
.ra-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:var(--ra-font-head);
  font-weight:700;
  font-size:14.5px;
  letter-spacing:.02em;
  padding:15px 30px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  min-height:44px;
  transition:transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  white-space:nowrap;
}
.ra-btn{
  background:linear-gradient(135deg,var(--ra-orange),var(--ra-orange-deep));
  color:#1a0e04;
  box-shadow:0 10px 30px -10px rgba(232,130,43,.55);
}
.ra-btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px -12px rgba(232,130,43,.65);}
.ra-btn-ghost{
  background:transparent;
  color:var(--ra-cream);
  border-color:var(--ra-line);
}
.ra-btn-ghost:hover{border-color:var(--ra-gold);background:var(--ra-glass);transform:translateY(-2px);}
.ra-btn-sm{padding:10px 20px;font-size:13px;min-height:36px;}

/* ---------- Cards ---------- */
.ra-card{
  background:var(--ra-charcoal-2);
  border:1px solid var(--ra-line);
  border-radius:var(--ra-radius);
  box-shadow:var(--ra-shadow);
  transition:transform .3s ease, border-color .3s ease;
}
.ra-card:hover{transform:translateY(-6px);border-color:var(--ra-gold);}
.ra-card-pad{padding:28px;}

/* ---------- Price chip ---------- */
.ra-price{
  display:inline-flex;
  align-items:baseline;
  gap:4px;
  font-family:var(--ra-font-head);
  font-weight:700;
  color:var(--ra-black);
  background:linear-gradient(135deg,var(--ra-gold-soft),var(--ra-gold));
  padding:5px 13px;
  border-radius:999px;
  font-size:13.5px;
  white-space:nowrap;
}
.ra-price small{font-weight:600;font-size:10px;opacity:.75;}

/* ---------- Reveal on scroll ---------- */
.ra-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .6s ease, transform .6s ease;
}
.ra-reveal.is-visible{opacity:1;transform:translateY(0);}

/* ---------- Glow / texture helpers ---------- */
.ra-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
  z-index:0;
}
.ra-rays{
  position:absolute;
  inset:0;
  background:repeating-conic-gradient(from 0deg at 70% 30%, rgba(232,130,43,.05) 0deg 6deg, transparent 6deg 18deg);
  pointer-events:none;
  mix-blend-mode:screen;
  opacity:.5;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.ra-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(12,12,12,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--ra-line);
  transition:padding .3s ease, background .3s ease;
}
.ra-header.is-shrunk{background:rgba(12,12,12,.92);}
.ra-header-inner{
  max-width:var(--ra-maxw);
  margin-inline:auto;
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  transition:padding .3s ease;
}
.ra-header.is-shrunk .ra-header-inner{padding-block:12px;}

.ra-logo{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.ra-logo img{height:44px !important;width:auto !important;transition:height .3s ease;}
.ra-header.is-shrunk .ra-logo img{height:36px !important;}
.ra-logo-word{font-family:var(--ra-font-poster);font-size:26px;color:var(--ra-orange);line-height:1;}
.ra-logo-sub{font-family:var(--ra-font-head);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ra-muted);}

.ra-nav{
  display:flex;
  align-items:center;
  gap:34px;
  list-style:none;
  margin:0;padding:0;
}
.ra-nav a{
  font-family:var(--ra-font-head);
  font-weight:600;
  font-size:14px;
  color:var(--ra-cream);
  position:relative;
  padding:6px 0;
}
.ra-nav a::after{
  content:"";
  position:absolute;left:0;bottom:0;
  width:0;height:2px;
  background:var(--ra-orange);
  transition:width .25s ease;
}
.ra-nav a:hover::after,
.ra-nav a.is-active::after{width:100%;}

.ra-header-actions{display:flex;align-items:center;gap:16px;flex:0 0 auto;}
.ra-burger{
  display:none;
  width:44px;height:44px;
  border:1px solid var(--ra-line);
  border-radius:12px;
  background:transparent;
  color:var(--ra-cream);
  align-items:center;justify-content:center;
  cursor:pointer;
}
.ra-burger span{display:block;width:20px;height:2px;background:var(--ra-cream);position:relative;}
.ra-burger span::before,.ra-burger span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--ra-cream);}
.ra-burger span::before{top:-6px;}
.ra-burger span::after{top:6px;}

.ra-drawer{
  position:fixed;inset:0;
  background:var(--ra-black);
  z-index:1200;
  display:flex;flex-direction:column;
  padding:24px;
  transform:translateX(100%);
  transition:transform .35s ease;
}
.ra-drawer.is-open{transform:translateX(0);}
.ra-drawer-top{display:flex;justify-content:flex-end;}
.ra-drawer-close{width:44px;height:44px;border:1px solid var(--ra-line);border-radius:12px;background:transparent;color:var(--ra-cream);font-size:20px;cursor:pointer;}
.ra-drawer-nav{display:flex;flex-direction:column;gap:6px;margin-top:36px;flex:1;}
.ra-drawer-nav a{
  font-family:var(--ra-font-head);font-weight:700;font-size:22px;
  color:var(--ra-cream);padding:16px 4px;border-bottom:1px solid var(--ra-line);
  min-height:44px;display:flex;align-items:center;
}
.ra-drawer-cta{margin-top:auto;padding-top:24px;}
.ra-drawer-cta .ra-btn{width:100%;}

@media (max-width:900px){
  .ra-nav{display:none;}
  .ra-burger{display:flex;}
  .ra-header-actions .ra-btn{display:none;}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ra-footer{
  background:var(--ra-charcoal);
  border-top:1px solid var(--ra-line);
  color:var(--ra-muted);
}
.ra-footer-top{
  padding:64px 0 40px;
  border-bottom:1px solid var(--ra-line);
}
.ra-footer-top-inner{
  display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
}
.ra-footer-cta-actions{display:flex;gap:14px;flex-wrap:wrap;}
.ra-footer-cols{
  padding:56px 0;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:32px;
}
@media (max-width:860px){
  .ra-footer-cols{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){
  .ra-footer-cols{grid-template-columns:1fr;}
}
.ra-footer-col h4{
  font-family:var(--ra-font-head);font-size:13px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ra-gold);margin:0 0 18px;
}
.ra-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px;}
.ra-footer-col a{font-size:14.5px;color:var(--ra-muted);transition:color .2s ease;}
.ra-footer-col a:hover{color:var(--ra-cream);}
.ra-footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;}
.ra-badge{
  font-size:11.5px;font-weight:600;color:var(--ra-muted);
  border:1px solid var(--ra-line);border-radius:8px;padding:6px 10px;
}
.ra-social-row{display:flex;gap:12px;margin-top:6px;}
.ra-social-row a{
  width:38px;height:38px;border-radius:50%;border:1px solid var(--ra-line);
  display:flex;align-items:center;justify-content:center;font-size:15px;
}
.ra-footer-bottom{
  border-top:1px solid var(--ra-line);
  padding:22px 0;
  display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
  font-size:12.5px;
}
.ra-footer-bottom a{color:var(--ra-muted);}
.ra-footer-bottom a:hover{color:var(--ra-cream);}

/* ---------- Form notice ---------- */
.ra-form-notice{
  padding:14px 18px;border-radius:12px;font-size:14px;margin-bottom:18px;
  border:1px solid var(--ra-line);
}
.ra-form-notice.success{color:#bfe6b0;border-color:#5c8a4a;background:rgba(92,138,74,.12);}
.ra-form-notice.error{color:#f3b7b0;border-color:#a9564c;background:rgba(169,86,76,.12);}

/* ---------- Form fields (shared) ---------- */
.ra-field{
  width:100%;
  background:var(--ra-charcoal);
  border:1px solid var(--ra-line);
  color:var(--ra-cream);
  border-radius:12px;
  padding:14px 16px;
  font-family:var(--ra-font-body);
  font-size:14.5px;
  min-height:44px;
}
.ra-field:focus{outline:2px solid var(--ra-orange);outline-offset:1px;border-color:var(--ra-orange);}
textarea.ra-field{min-height:120px;resize:vertical;}
.ra-field-hp{position:absolute;left:-9999px;opacity:0;pointer-events:none;}

/* ---------- Blog post content typography ---------- */
.ra-post-content{font-size:16.5px;line-height:1.85;color:var(--ra-cream);}
.ra-post-content p{margin:0 0 22px;}
.ra-post-content h2{font-family:var(--ra-font-head);font-weight:700;font-size:1.6rem;margin:40px 0 16px;color:var(--ra-cream);}
.ra-post-content h3{font-family:var(--ra-font-head);font-weight:700;font-size:1.3rem;margin:32px 0 14px;color:var(--ra-cream);}
.ra-post-content img{border-radius:16px;margin:24px 0;}
.ra-post-content ul,.ra-post-content ol{margin:0 0 22px;padding-left:22px;color:var(--ra-muted);}
.ra-post-content li{margin-bottom:8px;}
.ra-post-content a{color:var(--ra-gold);text-decoration:underline;}
.ra-post-content blockquote{border-left:3px solid var(--ra-orange);margin:28px 0;padding:4px 0 4px 20px;color:var(--ra-gold-soft);font-style:italic;}

/* ---------- Suppress unrelated plugin chrome not part of this design ---------- */
.fmp-cart-float-menu,
.tinv-wraper,
.woocommerce-store-notice,
a.cart-contents,
.widget_shopping_cart{
  display:none !important;
}
