:root {
        --header-bg: #fdc010;
        --text-color: #000000;
        --brush-bg: #f3e6c6;
        --card-bg: #ffffff;
        --uber-glow: #32cd32; /* lime */
        --doordash-glow: #ff3008; /* red */
      }
      * { box-sizing: border-box; }
      html, body { height: 100%; }
      body {
        margin: 0;
        font: 16px/1.65 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans";
        color: var(--text-color);
        /* Same dotted + soft gold background as the main page */
        background:
          radial-gradient(1200px 800px at -10% -20%, rgba(253,192,16,0.12), transparent 60%),
          radial-gradient(1000px 700px at 110% 120%, rgba(243,230,198,0.20), transparent 55%),
          radial-gradient(circle at 25% 35%, rgba(253,192,16,0.06), transparent 45%),
          radial-gradient(circle at 75% 65%, rgba(253,192,16,0.05), transparent 45%),
          radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1.2px) 0 0/16px 16px,
          radial-gradient(rgba(243,230,198,0.35) 1px, transparent 1.2px) 8px 8px/16px 16px,
          #ffffff;
        background-attachment: fixed, fixed, fixed, fixed, fixed, fixed, scroll;
      }
      a { color: inherit; text-decoration: none; }
      a:focus-visible, button:focus-visible { outline: 3px solid #000; outline-offset: 2px; }
      img { max-width: 100%; height: auto; }
      .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

      /* Header */
      header { position: sticky; top: 0; background: var(--header-bg); border-bottom: 1px solid rgba(0,0,0,0.1); z-index: 10; }
      .nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
      .brand img { height: 63px; width: auto; border-radius: 6px; transition: transform 0.2s ease; }
      .brand img:hover { transform: scale(1.05); }
      nav ul { display: flex; gap: 22px; list-style: none; padding: 0; margin: 0; }
      nav a { display: inline-block; padding: 8px 14px; border-radius: 6px; color: var(--text-color); font-weight: 700; letter-spacing:.2px; transition: all 0.25s ease; }
      nav a:hover { background: #ffffff; color: var(--text-color); box-shadow: 0 0 8px rgba(255,255,255,0.4); }
      nav a[aria-current="page"] { background:#fff; box-shadow: 0 0 0 2px rgba(0,0,0,.1) inset; }

      /* Footer */
      footer { background: var(--header-bg); color: #000; min-height: 105px; padding: 16px 20px; border-top: 2px solid rgba(0,0,0,0.1); margin-top: 40px; display: flex; align-items: center; }
      .footer-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; width: 100%; margin-bottom: 0; }
      .footer-content p { margin: 2px 0; font-size: 15px; line-height: 1.3; }
      .footer-content a { color: #000; font-weight: 600; position: relative; transition: color 0.3s ease, text-shadow 0.3s ease; }
      .footer-content a:hover { color: #fff; text-shadow: 0 0 6px rgba(255,255,255,0.7); }
      .footer-bottom { text-align: center; border-top: 1px solid rgba(0,0,0,0.15); padding-top: 6px; font-size: 13px; margin-top: 8px; }
      .footer-left { display:flex; align-items:center; gap:14px; }
      .footer-left .footer-logo { height: 72px; width: auto; display:block; }
      .footer-left .addr { display:flex; flex-direction:column; justify-content:center; text-align:center; }
      .footer-left .addr p { margin:2px 0; font-weight:800; }
      .footer-center .contact-list, .footer-right .contact-list { list-style:none; margin:0; padding:0; }
      .footer-center .contact-list li, .footer-right .contact-list li { display:grid; grid-template-columns: auto 1fr; align-items:center; gap:8px 10px; margin:4px 0; }
      .footer-center .label, .footer-right .label { display:inline-flex; align-items:center; gap:6px; font-weight:900; letter-spacing:.2px; padding:0; border-radius:0; background: transparent; border:none; }
      .footer-center a { font-weight:800; }
      .footer-center .icon { width:14px; height:14px; display:inline-block; }
      .footer-right a:hover { color: #fff; text-shadow: 0 0 6px rgba(255,255,255,0.9); }
      .social a { display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background: rgba(255,255,255,0.5); margin-right:4px; transition: background .25s ease, transform .2s ease, box-shadow .2s ease; }
      .social a:hover { background:#000; color:#fff; transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,.25); }

      
/* Fast HTML Catering Page */
.catering-hero-text {
  padding: 42px 20px 18px;
  text-align: center;
}

.catering-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}

.plate-icon {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 4px solid #111;
  background: #fff;
  font-size: 2.5rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.catering-hero-text h1 {
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.05;
}

.catering-hero-text p {
  margin: 4px 0 0;
  font-size: clamp(1rem, 3vw, 1.25rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333;
}

.hero-call-btn {
  display: inline-flex;
  margin-top: 4px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.catering-html-menu {
  padding: 18px 16px 44px;
}

.catering-paper {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(20px, 5vw, 42px);
  background:
    radial-gradient(circle at 15% 8%, rgba(253,192,16,.16), transparent 30%),
    radial-gradient(circle at 90% 72%, rgba(253,192,16,.22), transparent 30%),
    repeating-linear-gradient(-7deg, rgba(243,230,198,.16) 0 7px, rgba(255,255,255,.88) 7px 15px),
    #fffdf6;
  border: 4px solid var(--header-bg);
  border-radius: 22px;
  box-shadow:
    inset 0 0 0 2px rgba(0,0,0,.06),
    0 22px 58px rgba(0,0,0,.14);
  position: relative;
  overflow: hidden;
}

.catering-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(0,0,0,.045) 1px, transparent 1.5px) 0 0 / 12px 12px;
  opacity: .40;
  pointer-events: none;
}

.catering-category {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
}

.catering-category h2 {
  margin: 0 auto 16px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 22px;
  text-align: center;
  color: #fff;
  background: #111;
  border-radius: 999px;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-sandwiches h2 {
  color: #2f9e44;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: clamp(1.1rem, 4vw, 1.45rem);
}

.catering-items {
  display: grid;
  gap: 10px;
}

.catering-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-bottom: 7px;
  border-bottom: 1px dotted rgba(0,0,0,.35);
}

.catering-item:last-child {
  border-bottom: 0;
}

.catering-item h3 {
  display: inline;
  margin: 0;
  color: #111;
  font-size: clamp(.98rem, 3vw, 1.08rem);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.catering-item p {
  margin: 3px 0 0;
  color: #111;
  font-size: clamp(.95rem, 3vw, 1.04rem);
  line-height: 1.35;
  font-style: italic;
}

.catering-item strong {
  color: #111;
  font-size: clamp(.95rem, 3vw, 1.08rem);
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
  text-align: right;
}

.notice-red {
  margin: 18px 0 0;
  color: #d51d1d;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .4px;
}

.catering-photo-strip {
  position: relative;
  z-index: 1;
  margin: 24px auto 36px;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid var(--header-bg);
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.catering-photo-strip img {
  width: 100%;
  height: auto;
  display: block;
}

.catering-special-block {
  margin-bottom: 20px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  border: 2px solid rgba(253,192,16,.65);
}

.catering-special-block h3 {
  margin: 0 0 8px;
  color: #2f9e44;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 1.1rem;
}

.catering-special-block p {
  margin: 0;
  font-style: italic;
  line-height: 1.45;
}

.special-price {
  margin-top: 8px;
  text-align: right;
  font-weight: 900;
}

.tray-prices {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 10px;
}

.tray-prices span {
  font-weight: 700;
}

.tray-prices strong {
  text-align: right;
}

.catering-contact-card {
  position: relative;
  z-index: 1;
  margin: 34px auto 0;
  width: min(420px, 100%);
  text-align: center;
  padding: 22px 18px;
  border: 3px solid #111;
  border-radius: 26px;
  background: #fff;
  box-shadow: 10px 10px 0 #111, 0 16px 34px rgba(0,0,0,.14);
}

.catering-contact-card h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.1;
}

.catering-contact-card p {
  margin: 6px 0 0;
  font-weight: 900;
  text-transform: uppercase;
}

.catering-contact-card a {
  display: block;
  margin: 6px 0 0;
  color: #111;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
}

.catering-contact-card span {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.catering-contact-card small {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

/* Promo call */
.promo-call { padding: 20px 20px 10px; text-align:center; }
.promo-call .call-banner { display:inline-flex; flex-direction:column; gap:14px; align-items:center; justify-content:center; padding:16px 20px; background:#fff; border:3px solid var(--header-bg); border-radius:16px; box-shadow:0 10px 24px rgba(0,0,0,.10); }
.promo-call .line { font-size:20px; font-weight:900; letter-spacing:.2px; }
.promo-call .sub { font-size:14px; color:#333; }
.promo-call .call-btn { display:inline-block; padding:12px 18px; border-radius:999px; background:#000; color:#fff; font-weight:900; border:2px solid #000; text-decoration:none; box-shadow:0 10px 24px rgba(0,0,0,.18); transition: transform .15s ease, box-shadow .2s ease, background .2s ease; }
.promo-call .call-btn:hover { transform: translateY(-1px); box-shadow:0 14px 30px rgba(0,0,0,.24); }

/* Order online */
.order-online { padding: 40px 20px 56px; position: relative; overflow: hidden; }
.order-online .stroke { position:absolute; inset:0; background: repeating-linear-gradient(12deg, var(--brush-bg) 0px, var(--brush-bg) 6px, rgba(255,255,255,0.5) 12px, rgba(255,255,255,0.5) 18px); opacity:.4; filter: blur(6px); z-index:0; }
.order-online .inner { position:relative; z-index:1; max-width: 1000px; margin: 0 auto; }
.order-online .content { position:relative; display:grid; grid-template-columns: 0.9fr 1.1fr; align-items:center; gap: 28px; }
.order-online .left { position: relative; }
.order-online .left img { width: 100%; max-width: 216px; height: auto; display:block; margin: 0 auto; filter: drop-shadow(0 10px 22px rgba(0,0,0,.15)); position: relative; z-index: 1; }
.order-online .left::before { content:""; position:absolute; left:50%; top:50%; width: 240px; height: 150px; transform: translate(-50%,-50%) rotate(-6deg); border-radius: 40px; background: linear-gradient(160deg, rgba(253,192,16,.9), rgba(253,192,16,.6)); box-shadow: 0 18px 30px rgba(0,0,0,.18); z-index:0; opacity:.9; }
.order-online .right { text-align: left; }
.order-online h2.section-title { font-size:26px; margin-left: 6px; }
.order-online p.lead { margin: 6px 0 18px; color: #333; font-size: 18px; }
.partners { display:flex; justify-content:flex-start; align-items:center; gap: 36px; flex-wrap: wrap; }
.partner-pill { display:inline-flex; align-items:center; justify-content:center; padding:8px 18px; border-radius:999px; background:#fff; border:2px solid rgba(0,0,0,.08); box-shadow:0 2px 8px rgba(0,0,0,.06); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.doordash .partner-pill:hover { border-color: var(--doordash-glow); box-shadow: 0 8px 20px rgba(255,48,8,.25); transform: translateY(-1px); }
.partner-logo { width: 200px; height: auto; display:block; transition: filter .3s ease, transform .3s ease; }
.doordash:hover .partner-logo { filter: drop-shadow(0 0 14px var(--doordash-glow)); transform: scale(1.05); }

.catering-gallery { padding: 24px 20px 60px; text-align:center; }
.catering-gallery .inner { max-width: 1000px; margin: 0 auto; }
.catering-gallery h2.section-title { font-size:26px; margin: 0 0 14px; display:inline-block; position:relative; }
.catering-gallery h2.section-title::after { content:""; position:absolute; left:0; right:0; bottom:-6px; height:10px; background: linear-gradient(90deg, rgba(253,192,16,.35), rgba(253,192,16,0)); filter: blur(2px); border-radius:10px; }
.catering-gallery .grid { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.catering-gallery .tile { background:#fff; border: 3px solid var(--header-bg); border-radius:12px; box-shadow:0 6px 18px rgba(0,0,0,.08); overflow:hidden; aspect-ratio: 4 / 3; }
.catering-gallery .tile img { width:100%; height:100%; object-fit:cover; display:block; }

@media (max-width: 860px) {
  .order-online .content { grid-template-columns: 1fr; }
  .order-online .right { text-align:center; }
  .partners { justify-content:center; gap: 28px; }
}

@media (max-width: 780px) {
  .catering-gallery .grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .catering-logo-mark {
    flex-direction: column;
    gap: 10px;
  }

  .catering-paper {
    padding: 18px 12px;
    border-radius: 16px;
  }

  .catering-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .catering-item strong {
    font-size: .95rem;
  }

  .catering-contact-card {
    box-shadow: 6px 6px 0 #111, 0 16px 34px rgba(0,0,0,.14);
  }

  .catering-contact-card a {
    font-size: 1.55rem;
  }

  .nav {
    height: auto;
    min-height: 70px;
    gap: 10px;
    padding: 8px 0;
  }

  nav ul {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  nav a {
    padding: 7px 9px;
    font-size: .9rem;
  }

  .brand img {
    height: 56px;
  }
}


/* Catering page cleanup updates */
.catering-logo-header {
  display: grid;
  justify-items: center;
  text-align: center;
}

.catering-logo-header img {
  width: clamp(130px, 30vw, 220px);
  height: auto;
  object-fit: contain;
  margin: 0 auto 10px;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.12));
}

.catering-logo-header h1 {
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.05;
}

.catering-logo-header p {
  margin: 6px 0 0;
  font-size: clamp(1rem, 3vw, 1.25rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333;
}

.catering-photo-strip img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .catering-logo-header img {
    width: 145px;
  }

  .catering-logo-header h1 {
    letter-spacing: 2px;
  }

  .catering-logo-header p {
    letter-spacing: 1.5px;
  }
}
