
:root{--yellow:#f6d63b;--cream:#fff9d6;--green:#7ccb5a;--dark:#202020;--orange:#ff9f1c}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--dark);background:#fffef7}a{color:inherit}
.site-header{
position:sticky;
top:0;
z-index:10;
background:
linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
url('images/header.jfif') center/auto 105px repeat;
display:flex;
align-items:center;
justify-content:space-between;
padding:14px 6%;
box-shadow:0 8px 30px #0001;
border-bottom:4px solid var(--yellow);
backdrop-filter:blur(8px)
}
.brand{
display:flex;
gap:12px;
align-items:center;
text-decoration:none;
font-weight:900;
background:rgba(255,255,255,.88);
padding:8px 14px;
border-radius:18px;
box-shadow:0 8px 20px #0001
}.brand img{width:54px;height:54px;object-fit:contain;border-radius:14px}
nav{display:flex;gap:18px;flex-wrap:wrap}nav a{
text-decoration:none;
font-weight:900;
background:rgba(255,255,255,.82);
padding:10px 12px;
border-radius:999px;
box-shadow:0 6px 16px #0000000d
}
.ticker{background:var(--yellow);font-weight:900;text-align:center;padding:10px;overflow:hidden}
.hero{min-height:72vh;background-size:cover;background-position:center;display:flex;align-items:center;padding:7%;color:white}.hero.short{min-height:44vh}
.hero>div{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--yellow)}
h1{font-size:clamp(42px,7vw,88px);line-height:.92;margin:10px 0}h2{font-size:clamp(30px,4vw,54px);line-height:1}
.hero p,.page-hero p{font-size:20px;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.actions a,button,.status a{background:var(--yellow);padding:14px 22px;border-radius:999px;border:0;text-decoration:none;font-weight:900;cursor:pointer}
section{padding:60px 6%}.grid{display:grid;gap:22px}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:white;border-radius:28px;padding:24px;box-shadow:0 16px 40px #00000012;border:1px solid #00000008}.card img,.menu-card img{width:100%;height:220px;object-fit:cover;border-radius:22px}.menu-card button{width:100%}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.split img{width:100%;border-radius:34px;box-shadow:0 20px 50px #0002}.tile{width:100%;height:220px;object-fit:cover;border-radius:24px}
.page-hero{background:linear-gradient(135deg,var(--cream),#fff);padding-top:80px}.page-hero.dark{background:#151515;color:white}
.cart{position:sticky;top:82px;background:#fff;border-bottom:1px solid #ddd;z-index:5}
.status{background:#151515;color:white;border-radius:34px;padding:36px}.status span{color:var(--green);font-weight:900}.map{height:360px;border-radius:34px;background:linear-gradient(135deg,#202020,#454545);color:white;display:grid;place-items:center;font-size:30px;font-weight:900}
.form-wrap form,form{display:grid;gap:14px}input,textarea{width:100%;padding:16px;border-radius:18px;border:1px solid #ddd;font:inherit}textarea{min-height:150px}
.gallery{columns:4 240px;column-gap:18px}.gallery img{width:100%;margin:0 0 18px;border-radius:24px;break-inside:avoid;box-shadow:0 12px 34px #0002}
.big h2{font-size:80px;margin:0;color:var(--orange)}
footer{text-align:center;background:#171717;color:white;padding:50px 6%;margin-top:40px}footer img{width:160px;border-radius:18px}
@media(max-width:850px){.site-header{
position:sticky;
top:0;
z-index:10;
background:
linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
url('images/header.jfif') center/auto 105px repeat;
display:flex;
align-items:center;
justify-content:space-between;
padding:14px 6%;
box-shadow:0 8px 30px #0001;
border-bottom:4px solid var(--yellow);
backdrop-filter:blur(8px)
}.brand{
display:flex;
gap:12px;
align-items:center;
text-decoration:none;
font-weight:900;
background:rgba(255,255,255,.88);
padding:8px 14px;
border-radius:18px;
box-shadow:0 8px 20px #0001
}nav{gap:12px}.three,.four,.split{grid-template-columns:1fr}.hero{min-height:62vh}.gallery{columns:2 160px}}


/* === STRONG SHARED LEMON HEADER REBUILD === */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:999 !important;
  min-height:118px !important;
  background:
    linear-gradient(rgba(255,255,255,.48),rgba(255,255,255,.58)),
    url('images/header.jfif') center center/92px auto repeat !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
  padding:18px 6% !important;
  box-shadow:0 10px 34px rgba(0,0,0,.18) !important;
  border-bottom:6px solid var(--yellow) !important;
}

.brand{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  text-decoration:none !important;
  font-weight:1000 !important;
  font-size:24px !important;
  color:#171717 !important;
  background:rgba(255,255,255,.94) !important;
  padding:12px 20px !important;
  border-radius:24px !important;
  box-shadow:0 12px 30px rgba(0,0,0,.18) !important;
  border:2px solid rgba(246,214,59,.85) !important;
}

.brand img{
  width:78px !important;
  height:58px !important;
  object-fit:contain !important;
  border-radius:12px !important;
}

.site-header nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.site-header nav a{
  text-decoration:none !important;
  font-weight:1000 !important;
  color:#141414 !important;
  background:rgba(255,255,255,.94) !important;
  padding:13px 18px !important;
  border-radius:999px !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
  border:2px solid rgba(255,255,255,.75) !important;
}

.ticker{
  position:relative !important;
  z-index:998 !important;
  background:linear-gradient(90deg,#f6d63b,#ffe867,#f6d63b) !important;
  color:#111 !important;
  font-weight:1000 !important;
  text-align:center !important;
  padding:12px 10px !important;
  border-bottom:3px solid #1d1d1d !important;
  box-shadow:0 6px 18px rgba(0,0,0,.18) !important;
  letter-spacing:.02em !important;
}

@media(max-width:850px){
  .site-header{
    min-height:auto !important;
    display:block !important;
    padding:14px 4% !important;
    background:
      linear-gradient(rgba(255,255,255,.58),rgba(255,255,255,.68)),
      url('images/header.jfif') center center/82px auto repeat !important;
  }

  .brand{
    justify-content:center !important;
    margin:0 0 12px 0 !important;
    font-size:20px !important;
  }

  .brand img{
    width:68px !important;
    height:52px !important;
  }

  .site-header nav{
    justify-content:center !important;
    gap:8px !important;
  }

  .site-header nav a{
    padding:10px 12px !important;
    font-size:14px !important;
  }
}



/* === REAL HEADER IMAGE, NOT REPEATED MOCKUP === */
.site-header{
  min-height:150px !important;
  background:
    linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.26)),
    url('images/header.jfif') center center/cover no-repeat !important;
  padding:22px 6% !important;
}

.brand{
  background:rgba(255,255,255,.92) !important;
}

.site-header nav a{
  background:rgba(255,255,255,.92) !important;
}

@media(max-width:850px){
  .site-header{
    min-height:170px !important;
    background:
      linear-gradient(rgba(255,255,255,.20),rgba(255,255,255,.30)),
      url('images/header.jfif') center center/cover no-repeat !important;
  }
}


/* === ZOOM HEADER IMAGE OUT === */
.site-header{
  background:
    linear-gradient(rgba(255,255,255,.18),rgba(255,255,255,.26)),
    url('images/header.jfif') center center/contain no-repeat !important;
}

@media(max-width:850px){
  .site-header{
    background:
      linear-gradient(rgba(255,255,255,.20),rgba(255,255,255,.30)),
      url('images/header.jfif') center center/contain no-repeat !important;
  }
}


/* === WIDE HEADER IMAGE === */
.site-header{
  min-height:110px !important;
  background:
    linear-gradient(rgba(255,255,255,.10),rgba(255,255,255,.18)),
    url('images/header.jfif') center center/160% auto no-repeat !important;
}

@media(max-width:850px){
  .site-header{
    min-height:90px !important;
    background:
      linear-gradient(rgba(255,255,255,.10),rgba(255,255,255,.18)),
      url('images/header.jfif') center center/160% auto no-repeat !important;
  }
}


/* === SHORTER HEADER === */
.site-header{
  min-height:72px !important;
  padding:10px 6% !important;
}

.brand img{
  height:42px !important;
  width:auto !important;
}

.brand{
  padding:8px 14px !important;
}

.site-header nav a{
  padding:10px 14px !important;
}

@media(max-width:850px){
  .site-header{
    min-height:64px !important;
    padding:8px 4% !important;
  }

  .brand img{
    height:36px !important;
  }
}


/* === ACTIVE MENU + CART PAGE === */
.menu-hero{
  background:
    linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.90)),
    url('images/header.jfif') center/160% auto no-repeat;
}

.menu-layout{
  display:grid;
  grid-template-columns:320px minmax(0,1fr) 340px;
  gap:24px;
  align-items:start;
}

.mock-menu-card,
.order-cart{
  position:sticky;
  top:150px;
}

.mock-menu-card img{
  width:100%;
  border-radius:28px;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
  border:6px solid white;
}

.menu-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:20px;
}

.menu-tabs button{
  background:#fff;
  border:2px solid rgba(0,0,0,.08);
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.menu-items{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.menu-item{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
}

.menu-item img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}

.menu-item-body{
  padding:20px;
}

.item-cat{
  display:inline-block;
  background:#fff3a6;
  border-radius:999px;
  padding:7px 11px;
  font-weight:900;
  font-size:13px;
  margin-bottom:10px;
}

.menu-item h3{
  margin:0 0 8px;
  font-size:23px;
}

.menu-item p{
  margin:0 0 18px;
  color:#444;
}

.item-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.item-bottom strong{
  font-size:24px;
}

.order-cart{
  background:#171717;
  color:white;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 46px rgba(0,0,0,.25);
}

.order-cart h2{
  margin-top:0;
}

.cart-note,
.checkout-message{
  color:#f6d63b;
  font-size:14px;
  line-height:1.45;
}

.cart-lines{
  display:grid;
  gap:12px;
  margin:20px 0;
}

.cart-lines.empty{
  color:#ddd;
  padding:16px;
  background:rgba(255,255,255,.08);
  border-radius:18px;
}

.cart-line{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  background:rgba(255,255,255,.09);
  border-radius:18px;
  padding:12px;
}

.cart-line small{
  display:block;
  color:#ddd;
  margin-top:4px;
}

.qty-controls{
  display:flex;
  gap:7px;
  align-items:center;
}

.qty-controls button{
  padding:6px 10px;
  border-radius:999px;
  background:#f6d63b;
}

.cart-totals{
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:16px;
  display:grid;
  gap:10px;
}

.cart-totals div{
  display:flex;
  justify-content:space-between;
}

.cart-totals .grand{
  font-size:22px;
  color:#f6d63b;
}

.checkout-btn{
  width:100%;
  margin-top:18px;
  background:#f6d63b;
}

@media(max-width:1100px){
  .menu-layout{
    grid-template-columns:1fr;
  }

  .mock-menu-card,
  .order-cart{
    position:relative;
    top:auto;
  }

  .mock-menu-card{
    max-width:520px;
    margin:auto;
  }
}

@media(max-width:760px){
  .menu-items{
    grid-template-columns:1fr;
  }
}


/* === FIND THE TRUCK PAGE === */
.truck-hero{
  background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.90)),
    url('images/header.jfif') center/160% auto no-repeat;
}

.truck-board{
  display:grid;
  grid-template-columns:420px minmax(0,1fr);
  gap:28px;
  align-items:stretch;
}

.live-card{
  position:relative;
  border-radius:34px;
  padding:32px;
  background:#171717;
  color:white;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
  overflow:hidden;
}

.live-card::before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:#f6d63b;
  opacity:.16;
}

.live-card h2{
  margin:8px 0;
  color:#f6d63b;
}

.live-card .large{
  font-size:22px;
  font-weight:900;
}

.pulse{
  position:absolute;
  top:22px;
  right:22px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#7ccb5a;
  box-shadow:0 0 0 0 rgba(124,203,90,.8);
  animation:pulse 1.8s infinite;
}

@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(124,203,90,.8)}
  70%{box-shadow:0 0 0 18px rgba(124,203,90,0)}
  100%{box-shadow:0 0 0 0 rgba(124,203,90,0)}
}

.truck-details{
  display:grid;
  gap:14px;
  margin:24px 0;
}

.truck-details div,
.update-stack div{
  background:rgba(255,255,255,.09);
  border-radius:18px;
  padding:14px;
  display:grid;
  gap:5px;
}

.truck-details strong,
.update-stack strong{
  color:#f6d63b;
}

.truck-details span,
.update-stack span{
  color:#f7f7f7;
}

.map-panel{
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 20px 55px rgba(0,0,0,.18);
  border:8px solid #171717;
  background:#171717;
}

.map-panel iframe{
  width:100%;
  height:100%;
  min-height:560px;
  border:0;
  filter:grayscale(1) invert(.88) contrast(.95);
}

.before-drive{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:28px;
  align-items:center;
  background:#fff9d6;
}

.before-drive h2{
  margin-top:0;
}

.update-stack{
  display:grid;
  gap:14px;
  background:#171717;
  color:white;
  border-radius:30px;
  padding:22px;
}

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

@media(max-width:980px){
  .truck-board,
  .before-drive,
  .route-grid{
    grid-template-columns:1fr;
  }

  .map-panel,
  .map-panel iframe{
    min-height:420px;
  }
}


/* === MAP COLOR + LIVE LOCATION FIX === */
.map-panel{
  position:relative !important;
  border:8px solid #171717 !important;
}

.map-panel::before{
  content:"Mock Live Location";
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  background:#f6d63b;
  color:#111;
  font-weight:1000;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.map-panel iframe{
  filter:none !important;
}


/* === MAP COLOR + LIVE LOCATION FIX === */
.map-panel{
  position:relative !important;
  border:8px solid #171717 !important;
}

.map-panel::before{
  content:"Mock Live Location";
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  background:#f6d63b;
  color:#111;
  font-weight:1000;
  padding:10px 14px;
  border-radius:999px;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
}

.map-panel iframe{
  filter:none !important;
}


/* === CATERING PAGE POLISH === */
.catering-hero{
  background-size:cover;
  background-position:center;
}

.event-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:34px;
  align-items:center;
  background:#fff9d6;
}

.event-intro img,
.catering-menu-preview img{
  width:100%;
  border-radius:34px;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}

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

.catering-menu-preview{
  background:linear-gradient(135deg,#fff,#fff9d6);
}

.mini-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.mini-list span{
  background:#f6d63b;
  color:#111;
  font-weight:900;
  padding:10px 13px;
  border-radius:999px;
}

.booking-section{
  display:grid;
  grid-template-columns:380px minmax(0,1fr);
  gap:30px;
  align-items:start;
  background:#171717;
  color:white;
}

.booking-copy h2{
  color:#f6d63b;
}

.booking-note{
  display:grid;
  gap:8px;
  background:rgba(255,255,255,.09);
  padding:18px;
  border-radius:22px;
  margin-top:22px;
}

.booking-note strong{
  color:#f6d63b;
}

.event-form{
  background:white;
  color:#111;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 46px rgba(0,0,0,.25);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.event-form textarea,
.event-form button{
  grid-column:1/-1;
}

.event-form select{
  width:100%;
  padding:16px;
  border-radius:18px;
  border:1px solid #ddd;
  font:inherit;
  background:white;
}

@media(max-width:950px){
  .event-intro,
  .booking-section,
  .event-types{
    grid-template-columns:1fr;
  }

  .event-form{
    grid-template-columns:1fr;
  }
}


/* === TWO ROW SCROLLING GALLERY === */
.gallery-hero{
  background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.90)),
    url('images/header.jfif') center/160% auto no-repeat;
}

.gallery-talk{
  text-align:center;
  max-width:980px;
  margin:0 auto;
  padding-bottom:30px;
}

.gallery-talk h2{
  margin:8px auto 12px;
}

.gallery-talk p{
  font-size:18px;
}

.gallery-talk.middle{
  padding-top:35px;
  padding-bottom:35px;
  background:#fff9d6;
  max-width:none;
}

.gallery-talk.middle > *{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}

.carousel-wrap{
  overflow:hidden;
  padding:22px 0;
}

.scroll-row{
  overflow:hidden;
  width:100%;
}

.scroll-track{
  display:flex;
  gap:22px;
  width:max-content;
  animation:galleryScroll 45s linear infinite;
}

.reverse-track{
  animation:galleryScrollReverse 52s linear infinite;
}

.scroll-track img{
  width:320px;
  height:230px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 16px 42px rgba(0,0,0,.18);
  border:6px solid white;
  background:white;
}

.scroll-row:hover .scroll-track{
  animation-play-state:paused;
}

@keyframes galleryScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@keyframes galleryScrollReverse{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}

@media(max-width:760px){
  .scroll-track img{
    width:245px;
    height:185px;
    border-radius:22px;
  }

  .scroll-track{
    gap:14px;
  }
}


/* === REVIEWS PAGE POLISH === */
.reviews-hero{
  background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.90)),
    url('images/header.jfif') center/160% auto no-repeat;
}

.review-summary{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:30px;
  align-items:center;
  background:#fff9d6;
}

.review-score{
  background:#171717;
  color:white;
  border-radius:34px;
  padding:32px;
  text-align:center;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}

.review-score span,
.review-card span{
  color:#f6d63b;
  font-size:24px;
  letter-spacing:2px;
}

.review-score h2{
  font-size:86px;
  margin:8px 0;
  color:#f6d63b;
}

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

.review-card{
  background:white;
  border-radius:28px;
  padding:24px;
  box-shadow:0 16px 40px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
}

.review-card p{
  font-size:18px;
  line-height:1.55;
}

.review-card strong{
  display:block;
  margin-top:18px;
}

.reviews-photo{
  background:linear-gradient(135deg,#fff,#fff9d6);
}

.reviews-photo img{
  width:100%;
  border-radius:34px;
  box-shadow:0 18px 46px rgba(0,0,0,.18);
}

@media(max-width:900px){
  .review-summary,
  .reviews-grid{
    grid-template-columns:1fr;
  }
}
