@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap");

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
:root{
  --red:#b20a1c;--red-dark:#970615;--navy:#071d49;--navy2:#0d2f69;
  --yellow:#ffd500;--paper:#fbf9f5;--ink:#101934;--muted:#434343;--line:#d7d9df
}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111}
a{color:inherit}.wrap{max-width:1536px;margin:auto}
.header{height:92px;background:#fff;border-bottom:4px solid var(--yellow);position:sticky;top:0;z-index:50}
.header-inner{height:100%;display:grid;grid-template-columns:220px 1fr 190px;align-items:center;padding:0 48px;position:relative}
.logo{position:absolute;left:44px;top:5px;width:184px;height:196px;z-index:60}
.logo img{width:100%;height:100%;object-fit:contain}
.nav{display:flex;justify-content:center;gap:42px;font-weight:900;font-size:14px;color:#09122e}
.nav a{text-decoration:none}.nav a:hover{color:var(--red)}
.book-btn{justify-self:end;background:var(--yellow);padding:12px 17px;border-radius:7px;text-decoration:none;font-weight:900;color:#111}
.hero{height:360px;display:grid;grid-template-columns:50% 50%;background:var(--red)}
.hero-copy{padding:40px 56px 35px 248px;color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.hero-copy:after{content:"";position:absolute;inset:0;background:
 radial-gradient(circle at 22% 28%,rgba(255,255,255,.06) 0 1px,transparent 1.2px);
 background-size:11px 11px;opacity:.24}
.eyebrow{position:relative;z-index:2;color:var(--yellow);font-weight:900;letter-spacing:.12em;font-size:14px;margin-bottom:11px}
.hero h1{position:relative;z-index:2;margin:0 0 14px;font-family:"Arial Narrow",Arial,sans-serif;font-stretch:condensed;font-size:51px;line-height:.95;font-weight:900;letter-spacing:-.025em;text-transform:uppercase}
.hero p{position:relative;z-index:2;margin:0 0 18px;max-width:480px;font-size:17px;line-height:1.55;color:#fff}
.actions{position:relative;z-index:2;display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:6px;padding:12px 18px;font-size:14px;font-weight:900}
.btn-yellow{background:var(--yellow);color:#111}.btn-white{background:#fff;color:#08123a}.btn-outline{border:1px solid #fff;color:#fff}
.hero-photo{position:relative;overflow:hidden}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 46%;display:block}
.hero-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(178,10,28,.45) 0%,rgba(178,10,28,.12) 24%,transparent 44%)}
.dispatch{background:linear-gradient(90deg,var(--navy),#0a2b61);color:white}
.dispatch-inner{height:226px;display:grid;grid-template-columns:38% 62%;max-width:1536px;margin:auto}
.current{padding:18px 44px 16px 110px;border-right:1px solid rgba(255,255,255,.28)}
.upcoming{padding:18px 70px 16px 60px}
.redtag{display:inline-block;background:#c11222;padding:6px 10px;border-radius:4px;font-family:"Arial Narrow",Arial,sans-serif;font-weight:900;font-size:17px}
.current-body{display:grid;grid-template-columns:42px 1fr;gap:14px;margin-top:10px}
.current-icon{font-size:28px;color:var(--yellow);padding-top:4px}
.current h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:30px;line-height:1.05;margin:0;text-transform:uppercase;color:white}
.current .city{margin:5px 0 7px;font-size:16px;color:var(--yellow);font-weight:900;text-transform:uppercase}
.current .dates{font-size:17px;font-weight:800;margin-bottom:12px}
.small-actions{display:flex;gap:12px}.small-actions .btn{padding:9px 15px;font-size:12px}
.upcoming-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 44px;margin-top:7px}
.stop{display:grid;grid-template-columns:92px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.45);font-size:14px;line-height:1.25}
.stop time{color:var(--yellow);font-weight:900}
.feature-band{height:293px;background:var(--paper);display:grid;grid-template-columns:1fr 1fr;padding:15px 60px 12px;gap:30px}
.feature-col:first-child{padding-right:30px;border-right:1px solid #b9bcc4}
.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}
.section-title h2{margin:0;font-family:"Arial Narrow",Arial,sans-serif;font-size:27px;color:var(--navy);text-transform:uppercase;font-weight:900}
.viewall{background:var(--red);color:#fff;padding:7px 13px;border-radius:4px;text-decoration:none;font-size:11px;font-weight:900}
.food-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.food-card{height:215px;background:#fff;border:1px solid #ddd;border-radius:7px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.13);text-align:center}
.food-card img{width:100%;height:145px;object-fit:cover;display:block}
.food-card h3{margin:8px 6px 4px;font-size:12px;line-height:1.15;color:var(--navy);font-weight:900;text-transform:uppercase}
.food-card .price{font-size:19px;font-weight:900;color:var(--red)}
.update-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.update-card{height:215px;background:#fff;border:1px solid #ddd;border-radius:7px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.13)}
.update-card img{width:100%;height:100px;object-fit:cover;display:block}
.update-body{padding:8px 10px}.update-date{font-size:9px;color:#555;text-transform:uppercase;margin-bottom:5px}
.update-body p{font-size:12px;line-height:1.33;margin:0 0 8px;color:#111}.update-body a{font-size:10px;color:#0751ce;text-decoration:none}
.cta-strip{height:53px;background:linear-gradient(90deg,#a80515,#c50d1c,#a80515);color:#fff;display:flex;align-items:center;justify-content:center;gap:32px}
.cta-strip strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:22px;font-weight:900;text-transform:uppercase}
.cta-strip .phone{background:var(--yellow);color:#111;padding:9px 22px;border-radius:6px;text-decoration:none;font-weight:900}
.below{background:#fff}
.story-wrap{max-width:1280px;margin:auto;padding:46px 30px}.story{display:grid;grid-template-columns:48% 52%;gap:42px;align-items:center}
.story-photo{height:240px;overflow:hidden;border-radius:8px}.story-photo img{width:100%;height:100%;object-fit:cover;object-position:center 53%}
.story h2,.contact h2{font-family:"Arial Narrow",Arial,sans-serif;color:var(--navy);font-size:30px;text-transform:uppercase;margin:0 0 10px;font-weight:900}
.story p{color:#333;line-height:1.6}
.contact{background:#f2f3f5;border-top:1px solid #ddd}.contact-inner{max-width:1180px;margin:auto;padding:46px 24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}
.contact-copy p{color:#333;line-height:1.6}.contact-copy a{color:var(--navy);font-weight:800}
.contact-form{background:#fff;border:1px solid #ddd;border-radius:8px;padding:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:5px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:900}
.field input,.field select,.field textarea{width:100%;border:1px solid #aaa;border-radius:4px;padding:9px;font:inherit;background:#fff;color:#111}
.field textarea{min-height:115px}.hp{position:absolute;left:-9999px}.status{font-size:12px;font-weight:700;margin-top:8px}
footer{background:#06142f;color:#fff;padding:17px 24px;font-size:12px}.footer-inner{max-width:1280px;margin:auto;display:flex;justify-content:space-between}
@media(max-width:1100px){
 .nav{gap:22px;font-size:12px}.hero-copy{padding-left:205px}.current{padding-left:60px}.feature-band{padding-left:28px;padding-right:28px}
}
@media(max-width:820px){
 html{scroll-padding-top:74px}.header{height:74px}.header-inner{grid-template-columns:90px 1fr 122px;padding:0 10px}.logo{left:8px;top:3px;width:88px;height:94px}.nav{display:none}.book-btn{font-size:11px;padding:9px 8px}
 .hero{height:auto;grid-template-columns:1fr}.hero-photo{height:210px;order:-1}.hero-copy{padding:32px 18px}.hero h1{font-size:40px}
 .dispatch-inner{height:auto;grid-template-columns:1fr}.current{padding:22px 18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.upcoming{padding:22px 18px}.upcoming-grid{grid-template-columns:1fr}
 .feature-band{height:auto;grid-template-columns:1fr;padding:22px 14px}.feature-col:first-child{border-right:0;border-bottom:1px solid #bbb;padding-right:0;padding-bottom:22px}
 .food-grid{grid-template-columns:repeat(2,1fr)}.food-card{height:auto}.food-card img{height:130px}
 .update-grid{grid-template-columns:1fr}.update-card{height:auto;display:grid;grid-template-columns:120px 1fr}.update-card img{height:100%}
 .cta-strip{height:auto;padding:12px 15px;flex-direction:column;gap:8px;text-align:center}.cta-strip strong{font-size:19px}
 .story{grid-template-columns:1fr}.story-photo{height:205px}.contact-inner{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}
}


/* ==========================================================
   VERSION 6 FINAL CLEANUP
   Keep original V6 layout; fix typography, logo, menu/Facebook
   ========================================================== */

/* Slightly smaller logo, with the complete EFS artwork visible */
.logo{
  width:138px !important;
  height:148px !important;
  left:56px !important;
  top:2px !important;
}
.logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center top !important;
}

/* Reference mock-up uses a narrow, poster-like display face.
   Impact is reliable on the Windows machines viewing the site. */
.hero h1{
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif !important;
  font-stretch:normal !important;
  font-size:42px !important;
  line-height:.96 !important;
  letter-spacing:.01em !important;
  font-weight:400 !important;
  max-width:445px !important;
}
.redtag,
.current h2,
.section-title h2,
.cta-strip strong{
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif !important;
  font-weight:400 !important;
  letter-spacing:.015em !important;
}
.redtag{font-size:15px !important}
.current h2{font-size:27px !important}
.section-title h2{font-size:24px !important}
.cta-strip strong{font-size:19px !important}

/* Hero copy must stay inside the original compact V6 hero */
.hero-copy{
  padding-left:210px !important;
  padding-right:38px !important;
}
.hero p{
  font-size:15px !important;
  line-height:1.45 !important;
  max-width:455px !important;
  margin-bottom:15px !important;
}
.hero .actions{
  flex-wrap:nowrap !important;
}
.hero .btn{
  padding:10px 15px !important;
  font-size:12px !important;
  white-space:nowrap !important;
}

/* MENU + FACEBOOK:
   Never use a fixed parent height with dynamic Facebook copy. */
.feature-band{
  height:auto !important;
  min-height:293px !important;
  align-items:start !important;
  padding-bottom:20px !important;
}
.feature-col{
  min-width:0 !important;
}

/* Cleaner featured menu cards; every title is one line */
.food-grid{
  align-items:stretch !important;
}
.food-card{
  height:205px !important;
}
.food-card img{
  height:137px !important;
}
.food-card h3{
  margin:8px 5px 3px !important;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold","Arial Black",sans-serif !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  letter-spacing:.015em !important;
  line-height:1.05 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.food-card .price{
  font-size:17px !important;
}

/* Facebook cards can never spill into the booking bar */
.update-grid{
  align-items:stretch !important;
}
.update-card{
  height:205px !important;
  min-width:0 !important;
}
.update-card img{
  height:94px !important;
}
.update-body{
  height:111px !important;
  padding:7px 9px 8px !important;
  overflow:hidden !important;
}
.update-body p{
  margin:0 0 6px !important;
  font-size:11px !important;
  line-height:1.3 !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:3 !important;
  overflow:hidden !important;
}
.update-date{
  font-size:8px !important;
  margin-bottom:4px !important;
}
.update-body a{
  display:block !important;
  font-size:9px !important;
  white-space:nowrap !important;
}

/* Booking bar is always its own row below dynamic content */
.cta-strip{
  position:relative !important;
  z-index:2 !important;
  height:53px !important;
  clear:both !important;
}

/* Mid-size desktop: keep reference proportions and prevent wrap */
@media (min-width:901px) and (max-width:1300px){
  .hero-copy{
    padding-left:175px !important;
    padding-right:28px !important;
  }
  .hero h1{
    font-size:37px !important;
    max-width:395px !important;
  }
  .hero p{
    font-size:14px !important;
    max-width:410px !important;
  }
  .logo{
    width:126px !important;
    height:136px !important;
    left:38px !important;
  }
  .nav{
    gap:24px !important;
    font-size:12px !important;
  }
}

/* Mobile keeps natural wrapping */
@media(max-width:900px){
  .logo{
    width:76px !important;
    height:82px !important;
    left:10px !important;
    top:1px !important;
  }
  .hero h1{
    font-size:36px !important;
    max-width:none !important;
  }
  .hero-copy{
    padding:30px 18px !important;
  }
  .hero .actions{
    flex-wrap:wrap !important;
  }
  .feature-band{
    min-height:0 !important;
  }
  .food-card{
    height:auto !important;
  }
  .food-card img{
    height:130px !important;
  }
  .food-card h3{
    white-space:normal !important;
  }
  .update-card{
    height:auto !important;
  }
  .update-body{
    height:auto !important;
  }
}


/* ===== DISPLAY FONT MATCH TO APPROVED MOCKUP ===== */
.hero h1{
  font-family:"Oswald","Arial Narrow",Arial,sans-serif !important;
  font-size:48px !important;
  line-height:1.00 !important;
  font-weight:700 !important;
  letter-spacing:-.025em !important;
  max-width:520px !important;
}
.redtag,
.current h2,
.section-title h2,
.cta-strip strong{
  font-family:"Oswald","Arial Narrow",Arial,sans-serif !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
}
.redtag{font-size:16px !important}
.current h2{font-size:30px !important}
.section-title h2{font-size:27px !important}
.cta-strip strong{font-size:21px !important}

@media (min-width:901px) and (max-width:1300px){
  .hero h1{
    font-size:43px !important;
    max-width:470px !important;
  }
}
@media(max-width:900px){
  .hero h1{
    font-size:39px !important;
    max-width:none !important;
  }
}

/* Remove icon-column spacing now that decorative symbols are gone */
.current-body,
.current-content{
  grid-template-columns:1fr !important;
  gap:0 !important;
}


/* ===== MOBILE NAVIGATION ===== */
.mobile-menu-toggle,
.mobile-nav{
  display:none;
}

@media(max-width:900px){
  .header-inner{
    position:relative;
  }

  .mobile-menu-toggle{
    display:flex;
    width:42px;
    height:38px;
    margin-left:auto;
    margin-right:126px;
    border:1px solid #d7d7d7;
    border-radius:6px;
    background:#fff;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    cursor:pointer;
    z-index:90;
  }

  .mobile-menu-toggle span{
    display:block;
    width:20px;
    height:2px;
    background:var(--navy);
    border-radius:2px;
  }

  .mobile-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    border-top:4px solid var(--yellow);
    border-bottom:1px solid #d8d8d8;
    box-shadow:0 10px 18px rgba(0,0,0,.12);
    padding:8px 14px 14px;
    z-index:80;
  }

  .mobile-nav.open{
    display:block;
  }

  .mobile-nav a{
    display:block;
    padding:12px 10px;
    border-bottom:1px solid #ececec;
    color:var(--navy);
    font-weight:800;
    text-decoration:none;
    font-size:15px;
  }

  .mobile-nav a:last-child{
    border-bottom:0;
  }

  .mobile-nav .mobile-book{
    margin-top:9px;
    text-align:center;
    background:var(--yellow);
    color:#111;
    border-radius:6px;
    border-bottom:0;
  }
}

@media(max-width:520px){
  .mobile-menu-toggle{
    margin-right:112px;
  }
}


/* ===== MOBILE / IPAD MENU POSITION FIX ===== */
@media(max-width:900px){
  .header-inner{
    position:relative !important;
    display:grid !important;
    grid-template-columns:96px 1fr 126px !important;
    padding:0 10px !important;
  }

  .mobile-menu-toggle{
    display:flex !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    margin:0 !important;
    width:44px !important;
    height:38px !important;
    z-index:120 !important;
  }

  .logo{
    left:10px !important;
    top:1px !important;
    width:76px !important;
    height:82px !important;
    z-index:121 !important;
  }

  .book-btn{
    position:absolute !important;
    right:10px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:121 !important;
    font-size:11px !important;
    padding:9px 8px !important;
    white-space:nowrap !important;
  }

  .mobile-nav{
    top:100% !important;
    z-index:119 !important;
  }
}

/* iPad portrait/landscape should also use the mobile navigation */
@media(min-width:901px) and (max-width:1100px){
  .nav{
    display:none !important;
  }

  .header-inner{
    position:relative !important;
  }

  .mobile-menu-toggle{
    display:flex !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    margin:0 !important;
    width:44px !important;
    height:38px !important;
    z-index:120 !important;
  }

  .mobile-nav{
    top:100% !important;
    z-index:119 !important;
  }
}


/* Live Facebook feed status */
.facebook-status{
  grid-column:1/-1;
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  border:1px solid #ddd;
  border-radius:7px;
  background:#fff;
  color:#555;
  font-size:13px;
}


/* Facebook content is populated directly into #facebook-posts by site.js */
#facebook-posts{
  position:relative;
}
.facebook-status{
  grid-column:1 / -1;
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  border:1px solid #ddd;
  border-radius:7px;
  background:#fff;
  color:#555;
  text-align:center;
  font-size:13px;
  line-height:1.4;
}


/* ===== DEDICATED MENU PAGE ===== */
.menu-page-hero{
  background:var(--red);
  color:#fff;
  padding:54px 24px 46px;
  border-bottom:7px solid var(--yellow);
}
.menu-page-hero-inner{
  max-width:1180px;
  margin:0 auto;
  text-align:center;
}
.menu-page-hero .eyebrow{
  margin-bottom:8px;
}
.menu-page-hero h1{
  margin:0;
  font-family:"Oswald","Arial Narrow",Arial,sans-serif;
  font-size:48px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.02em;
}
.menu-page-hero p{
  max-width:670px;
  margin:13px auto 0;
  font-size:16px;
  line-height:1.55;
  color:#fff;
}
.menu-page-main{
  background:#f7f5ef;
  padding:44px 24px 55px;
}
.menu-page-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 1.1fr .72fr;
  gap:24px;
}
.menu-page-group{
  background:#fff;
  border:1px solid #d5d8df;
  border-top:6px solid var(--navy);
  border-radius:8px;
  padding:22px 22px 18px;
}
.menu-page-group.featured{
  border-top-color:var(--red);
}
.menu-page-group.drinks{
  border-top-color:var(--yellow);
}
.menu-page-group h2{
  margin:0 0 10px;
  color:var(--navy);
  font-family:"Oswald","Arial Narrow",Arial,sans-serif;
  font-size:22px;
  line-height:1.1;
}
.menu-page-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid #ddd;
}
.menu-page-item:last-child{
  border-bottom:0;
}
.menu-page-item strong{
  display:block;
  color:#111;
  font-size:15px;
  line-height:1.25;
}
.menu-page-item p{
  margin:5px 0 0;
  color:#444;
  font-size:12px;
  line-height:1.45;
}
.menu-page-price{
  color:var(--red);
  font-size:18px;
  font-weight:900;
  white-space:nowrap;
}
.menu-page-note{
  max-width:1180px;
  margin:18px auto 0;
  padding:14px 16px;
  background:#fff6cb;
  border-left:4px solid var(--yellow);
  color:#333;
  font-size:13px;
}
.menu-back{
  margin-top:28px;
  text-align:center;
}
.menu-back a{
  display:inline-block;
  background:var(--navy);
  color:#fff;
  padding:11px 17px;
  border-radius:6px;
  text-decoration:none;
  font-weight:800;
}
@media(max-width:900px){
  .menu-page-hero{
    padding:40px 18px 34px;
  }
  .menu-page-hero h1{
    font-size:38px;
  }
  .menu-page-grid{
    grid-template-columns:1fr;
  }
}


/* ===== ADMIN SCHEDULE FEED / DAILY HOURS ===== */
.current .hours{
  margin:-3px 0 12px;
  color:#fff;
  font-size:12px;
  line-height:1.45;
}
.current .event-hours-row{
  margin:2px 0;
}
.stop-hours{
  margin-top:5px;
  color:#fff;
  opacity:.9;
  font-size:11px;
  line-height:1.35;
}
.stop-hours .event-hours-row{
  margin:1px 0;
}


/* ===== CURRENT DISPATCH / DAILY HOURS FINAL FIX ===== */
/* Allow this section to grow naturally when a multi-day event has hours. */
.dispatch{
  min-height:270px !important;
}

.dispatch-inner{
  height:auto !important;
  min-height:270px !important;
}

.current,
.upcoming{
  padding-top:22px !important;
  padding-bottom:22px !important;
}

/* Current event's day-by-day hours */
.current .hours{
  display:block;
  margin:2px 0 13px !important;
  color:#fff !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:600;
}

.current .hours:empty{
  display:none !important;
}

.event-hours-row{
  margin:2px 0 !important;
}

/* Hours shown under events in Upcoming Stops */
.stop{
  align-items:start;
}

.stop-hours{
  display:block;
  margin-top:5px !important;
  color:#fff !important;
  opacity:.9 !important;
  font-size:11px !important;
  line-height:1.35 !important;
}

.stop-hours .event-hours-row{
  margin:1px 0 !important;
}

/* Give rows enough room if one upcoming event also has hours */
.upcoming-grid{
  row-gap:2px;
}

/* Phone / tablet schedule should simply expand with its content. */
@media(max-width:900px){
  .dispatch,
  .dispatch-inner{
    min-height:0 !important;
    height:auto !important;
  }

  .current,
  .upcoming{
    padding-top:22px !important;
    padding-bottom:22px !important;
  }

  .current .hours{
    margin-bottom:13px !important;
  }
}


/* Admin-driven homepage menu fallback when a featured item has no image */
.food-card-placeholder{
  width:100%;
  height:137px;
  background:linear-gradient(135deg,#ece9e2,#f8f7f3);
}

/* ===== WHY LITTLE PIGGIES FAMILY PHOTO ===== */

.story-photo.story-photo-family {
  height: auto !important;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-photo.story-photo-family img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: 600px;
  object-fit: contain !important;
  object-position: center !important;
}

/* Keep the story text aligned nicely with the taller photo */
.story {
  align-items: center;
}

@media (max-width: 900px) {
  .story-photo.story-photo-family img {
    max-height: none;
    width: 100%;
    height: auto !important;
  }
}

/* ===== WHY LITTLE PIGGIES READ MORE ===== */

.story-more {
  display: none;
}

.story-more.open {
  display: block;
}

.story-content p {
  margin: 0 0 14px;
  color: #333;
  line-height: 1.6;
}

.story-read-more {
  display: inline-block;
  margin-top: 4px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.story-read-more:hover,
.story-read-more:focus {
  background: var(--red-dark);
}

@media (max-width: 900px) {
  .story-read-more {
    width: 100%;
    min-height: 46px;
  }
}

