:root {
  --deco-ink: #1a1510;
  --deco-ink-soft: #3f342b;
  --deco-footer: #140f0a;
  --deco-gold: #f7ba17;
  --deco-gold-deep: #c08c00;
  --deco-gold-soft: #986f00;
  --deco-cream: #fff7ea;
  --deco-cream-strong: #fff2dc;
  --deco-sand: #f7eedf;
  --deco-sand-border: #e9e1d8;
  --deco-copy: #6b6155;
  --deco-copy-dark: #261a00;
  --deco-coffee: #503728;
  --deco-footer-border: #40382e;
  --deco-white: #ffffff;
  --deco-shadow: 0 18px 36px rgba(26, 21, 16, 0.08);
  --radius-pill: 999px;
}

/*html {
  scroll-behavior: smooth;
}
*/
body.catering-page {
  background: var(--deco-white);
  color: var(--deco-copy-dark);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.hero-section {
  background: var(--deco-ink);
  padding: 6rem 0;
}

.feature-ribbon {
  background-image: url('/wp-content/uploads/2026/06/eyebrow-bg-img-yellow.svg');
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  color: var(--deco-ink);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  padding: 0 0.95rem 0 1rem;
  position: relative;
  text-transform: uppercase;
  min-height: 37px;
  line-height: 37px;
  width: 221px;
}

.feature-ribbon-dark {
  background-image: url('/wp-content/uploads/2026/06/eyebrow-bg-img-dark.svg');
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  color: var(--deco-white);
  margin-bottom: 1.5rem;
  width: 274px;
}

.hero-title {
  color: var(--deco-white);
  font-size: clamp(2.8rem, 5.4vw, 4.125rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.hero-title span {
  color: var(--deco-gold);
}

.hero-text {
  color: #d1ccc7;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 41rem;
}

.hero-photo-wrap {
  display: flex;
  justify-content: flex-end;
}

.hero-photo {
  border-radius: 1.5rem;
  display: block;
  object-fit: cover;
  width: 100%;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.95rem 1.9rem;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-arrow {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  justify-content: center;
}

.btn-outline-cream,
.btn-outline-cream:link,
.btn-outline-cream:visited {
  border: 1.5px solid rgba(255, 255, 255, 0.9) !important;
  color: var(--deco-white) !important;
}

.btn-outline-cream:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.9);
  color: var(--deco-white);
}

.btn-gold,
.btn-gold:link,
.btn-gold:visited {
  background: var(--deco-gold) !important;
  border: 0 !important;
  color: var(--deco-copy-dark) !important;
}

.btn-gold:hover {
  background: #ffc72d;
  color: var(--deco-copy-dark);
}

.btn-ink,
.btn-ink:link,
.btn-ink:visited {
  background: var(--deco-ink) !important;
  border: 0 !important;
  color: var(--deco-white) !important;
}

.btn-ink:hover {
  background: #2c221d;
  color: var(--deco-white);
}

/* ==========================================
   HERO BACKGROUND IMAGE / VIDEO
========================================== */

.hero-section.hero-has-bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}

/*.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,15,10,0.62) 0%, rgba(20,15,10,0.66) 45%, rgba(20,15,10,0.88) 100%);
  z-index: 2;
}*/

.hero-section.hero-has-bg .hero-shell,
.hero-section.hero-has-bg .container {
  position: relative;
  z-index: 3;
}

.hero-section.hero-has-bg .feature-ribbon {
  color: #ffffff;
}

.hero-section.hero-has-bg .hero-title,
.hero-section.hero-has-bg .hero-text {
  color: #130d00;
}

.hero-section.hero-has-bg .hero-title span {
  color: var(--gold, #f7ba17);
}

.hero-section.hero-has-bg .hero-text {
  color: #130d00;
}

.hero-section.hero-has-bg .btn-outline-cream {
  border-color: #130d00 !important;
  color: #130d00 !important;
}

.hero-section.hero-has-bg .btn-outline-cream:hover,
.hero-section.hero-has-bg .btn-outline-cream:focus-visible {
  background: #130d00;
  color: #ffffff !important;
}

.hero-copy {
  background-color: #ffefd5;
  padding: 30px;
  border-radius: 30px;
}

@media (max-width: 991.98px) {
  .hero-section.hero-has-bg {
    min-height: 560px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .hero-section.hero-has-bg {
    min-height: 480px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-bg-overlay {
    background: rgba(22, 16, 8, 0.65);
  }
}

.order-bar-holder {
  position: relative;
}

.order-bar {
  background: var(--deco-white);
  border: 4px solid var(--deco-gold);
  border-radius: 1.5rem;
  box-shadow: 0 10px 24px rgba(247, 186, 23, 0.24);
  margin: 0 auto;
  max-width: 71.1rem;
  padding: 1.5rem;
  position: relative;
  transform: translateY(50%);
}

.order-form .form-label {
  color: var(--deco-copy);
  font-size: 0.875rem;
  margin-bottom: 0.4rem;
}

.order-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(99, 94, 87, 0.28);
  border-radius: 0;
  box-shadow: none;
  color: var(--deco-copy-dark);
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 0.45rem;
}

.order-control:focus {
  border-color: var(--deco-gold);
  box-shadow: none;
}

.form-feedback {
  color: var(--deco-gold-deep);
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 1.35rem;
}

.section-heading {
  margin: 0 auto 3.5rem;
  max-width: 58rem;
}

.section-eyebrow,
.coffee-eyebrow {
  color: var(--deco-gold-soft);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-title {
  color: var(--deco-ink);
  font-size: clamp(2.3rem, 4.5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-copy {
  color: var(--deco-copy);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.process-section {
  background: var(--deco-cream);
  padding: 6rem 0;
}

.process-track {
  position: relative;
}

.process-track::before {
  border-top: 1.5px dashed rgba(146, 107, 0, 0.65);
  content: "";
  display: none;
  left: calc(0.5% + 2.2rem);
  position: absolute;
  right: calc(-1.5% + 2.2rem);
  top: 3.6rem;
}

.process-step {
  height: 100%;
  padding: 0 1rem;
  position: relative;
}

.process-bubble {
  width: 81px;
  height: 92px;
  background-image: url('/wp-content/uploads/2026/06/deviled-eggs-franchise-bg-img.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.process-bubble span {
  align-items: center;
  background: #F7BA17;
  border-radius: 999px;
  color: var(--deco-copy-dark);
  display: inline-flex;
  font-size: 2rem;
  font-weight: 800;
  height: 3.33rem;
  justify-content: center;
  position: relative;
  width: 3.19rem;
  z-index: 2;
  transform: translate(32%, 57%);
}


.process-step h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.process-step p {
  color: var(--deco-copy);
  font-size: 0.9rem;
  line-height: 1.45;
  margin-bottom: 0;
  max-width: 16rem;
}

.menu-section,
.bundle-section,
.bundle-section-clean {
  padding: 6rem 0;
}

.menu-card {
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  /*overflow: hidden;*/
  padding: 2.5rem;
  position: relative;
}

.menu-card-light,
.menu-card-white {
  background: var(--deco-cream);
  border: 1px solid var(--deco-sand-border);
}

.menu-card-dark {
  background: var(--deco-ink);
  color: var(--deco-white);
}

.menu-card .floating-meal {
  position: absolute;
  right: 1rem;
  top: -2rem;
  /*transform: rotate(-22deg);*/
  width: min(15rem, 34%);
}

.menu-card-title {
  color: inherit;
  font-size: 1.75rem;
  margin: 0 0 0.9rem;
  max-width: 75%;
}

.price {  
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1;
  margin-bottom: 1.7rem;
}

.price span {
  font-family: "Nunito", sans-serif;
  color: var(--deco-gold-deep);
  font-size: clamp(2.35rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.menu-card-dark .price span,
.coffee-card .price span {
  color: var(--deco-gold);
}

.price small {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
}

.menu-card-dark .price small,
.coffee-card .price small {
  color: rgba(255, 255, 255, 0.92);
}

.menu-label {
  border-top: 1px solid rgba(106, 94, 82, 0.2);
  color: rgba(26, 21, 16, 0.7);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.menu-card-dark .menu-label {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
}

.menu-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-card ul.menu-list:last-of-type, .coffee-card ul.menu-list:last-of-type {
  margin-bottom: 30px;
}

.menu-list li {
  color: inherit;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0.55rem;
  padding-left: 1.25rem;
  position: relative;
}

.menu-list li::before {
  color: var(--deco-gold);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.menu-card .btn {
  margin-top: auto;
}

/* Section heading inside items list — no checkmark */
.menu-sub-label {
  color: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0.75rem 0 0.35rem;
  opacity: 0.65;
  text-transform: uppercase;
}

.menu-sub-label:first-child {
  margin-top: 0;
}

/* Tighten the gap between an empty list and the next sub-label */
.menu-list:empty {
  display: none;
}

.pill-tag {
  align-self: flex-start;
  background: var(--deco-gold);
  border-radius: 999px;
  color: var(--deco-copy-dark);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
  width: fit-content;
}

.addons-shell {
  background: var(--deco-white);
  border: 1px solid var(--deco-sand-border);
  border-radius: 1.5rem;
  overflow: hidden;
}

.addons-list {
  background: var(--deco-cream);
  height: 100%;
  padding: 2.5rem;
}

.addons-list h3,
.coffee-card h3 {
  font-size: 1.75rem;
  margin-bottom: 1.2rem;
}

.coffee-card h3 {
  color: var(--deco-white);
}

.addon-items li {
  align-items: center;
  border-bottom: 1px solid rgba(233, 225, 216, 0.9);
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  padding: 0.85rem 0;
}

.addon-items span {
  color: var(--deco-copy-dark);
  font-size: 1rem;
  font-weight: 500;
}

.addon-items strong {
  color: var(--deco-gold-deep);
  font-size: 1.1rem;
  font-weight: 800;
  white-space: nowrap;
}

.coffee-card {
  background: var(--deco-coffee);
  border-left: 2px dashed rgba(255, 247, 226, 0.9);
  color: var(--deco-white);
  height: 100%;
  padding: 2.5rem;
}

.coffee-copy {
  color: #d9ccbf;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.addons-drinks-note {
  /*border-top: 1px solid var(--deco-sand-border);*/
  color: var(--deco-copy);
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 1rem;
  padding-top: 0.85rem;
}

.coffee-card .menu-sub-label {
  color: #ffffff;
  margin-top: 0;
}

.coffee-items {
  margin-bottom: 1.5rem !important;
}

.coffee-items li {
  color: #d9ccbf;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0.2rem 0 0.2rem 1.2rem;
  position: relative;
}

.coffee-items li::before {
  color: var(--deco-gold);
  content: '–';
  left: 0;
  position: absolute;
}

.pattern-surface {
  background-color: transparent;
  background-image: url('/wp-content/uploads/2026/06/mornings-meetings-bg-img-scaled-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pattern-surface-gold {
  background-color: transparent;
  background-image: url('/wp-content/uploads/2026/06/subscribe-bg-img-scaled-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bundle-section-clean {
  background: var(--deco-white);
}

.subscribe-section {
  padding: 5rem 0;
}

.subscribe-shell h2 {
  color: var(--deco-ink);
  font-size: clamp(2.4rem, 4.5vw, 3.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.subscribe-shell p {
  color: #402d00;
  font-size: 1.125rem;
  line-height: 1.6;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
  width: 420px;
}

.subscribe-form .gform_wrapper.gravity-theme .gfield input.large {
  background-color: var(--deco-white) !important;
  padding: 1rem 1.5rem !important;
  border: 1px solid #d9d1bf !important;
  border-radius: 999px !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
}

.subscribe-form .gform_wrapper.gravity-theme .gfield input.large:focus {
  border-color: rgba(255, 199, 45, 0.9) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 199, 45, 0.18) !important;
}

.subscribe-form .gform_wrapper.gravity-theme #field_submit input {
  background: var(--deco-ink) !important;
  color: var(--deco-white) !important;
  padding: 1rem 2rem !important;
  border-radius: var(--radius-pill) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.subscribe-form .gform_wrapper.gravity-theme .gform_footer {margin: 0 !important;padding: 0 !important;}

.subscribe-form .gform_wrapper.gravity-theme .gform_fields {
  display: flex !important;
  justify-content: center !important;
  gap: 12px;
  align-items: center;
}


@media (min-width: 1200px) {
  .process-track::before {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    padding-bottom: 5rem;
  }

  .order-bar {
    transform: none;
  }

  .process-section {
    padding-top: 5rem;
  }
}

@media (max-width: 991.98px) {
  .hero-copy {
    max-width: none;
  }

  .hero-photo-wrap {
    justify-content: flex-start;
  }

  .menu-card,
  .addons-list,
  .coffee-card {
    padding: 2rem;
  }

  .menu-card .floating-meal {
    right: -0.5rem;
    top: -3rem;
    width: 10rem;
  }

  .coffee-card {
    border-left: 0;
    border-top: 2px dashed rgba(255, 247, 226, 0.9);
  }

  .footer-brand {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-copy {
    background-color: rgba(255, 239, 213, 0.8);
  }
}

@media (max-width: 767.98px) {
  .hero-section,
  .menu-section,
  .bundle-section,
  .bundle-section-clean,
  .subscribe-section,
  .site-footer {
    padding-block: 4rem;
  }

  .process-section {
    padding: 4.5rem 0 4rem;
  }

  .hero-text,
  .section-copy,
  .subscribe-shell p {
    font-size: 1rem;
  }

  .hero-photo {
    min-height: 16rem;
  }

  .menu-card-title {
    max-width: none;
    padding-right: 7rem;
  }

  .menu-card .floating-meal {
    top: -2.25rem;
    width: 8rem;
  }

  .addons-list,
  .coffee-card {
    padding: 1.5rem;
  }

  .addon-items li {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .feature-ribbon {
    background-image: none;
    background-color: var(--deco-gold);
    width: fit-content;
    border-radius: 1212px;
    padding: 0 20px;
    color: var(--deco-copy-dark);
  }
  .subscribe-form .gform_wrapper.gravity-theme .gform_fields {
    flex-direction: column;
  }

  .subscribe-form .gform_wrapper.gravity-theme #field_submit,  .subscribe-form .gform_wrapper.gravity-theme #field_submit input {
    width: 100%;
  }

  .subscribe-form .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
    width: 100%;
  }
}
