body[data-codee-suite="nyc-restaurant"] {
  --ic-ink: #21140d;
  --ic-muted: #6a4b36;
  --ic-cream: #fff8ea;
  --ic-gold: #f4b63f;
  --ic-orange: #e96f2e;
  --ic-green: #2f8f65;
  --ic-red: #a9321f;
  background:
    radial-gradient(circle at 15% 8%, rgba(244, 182, 63, .22), transparent 26%),
    radial-gradient(circle at 90% 16%, rgba(47, 143, 101, .18), transparent 28%),
    linear-gradient(180deg, #130906 0%, #30150e 28%, #fff3df 28%, #fff8ea 100%) !important;
}

body[data-codee-suite="nyc-restaurant"] .story-card,
body[data-codee-suite="nyc-restaurant"] .cuisine-card,
body[data-codee-suite="nyc-restaurant"] .service-card,
body[data-codee-suite="nyc-restaurant"] .package-card,
body[data-codee-suite="nyc-restaurant"] .step-card,
body[data-codee-suite="nyc-restaurant"] .faq-card,
body[data-codee-suite="nyc-restaurant"] .intake-copy,
body[data-codee-suite="nyc-restaurant"] .intake-form,
body[data-codee-suite="nyc-restaurant"] .next-steps-card,
body[data-codee-suite="nyc-restaurant"] .order-room-card {
  background:
    linear-gradient(180deg, rgba(255, 254, 250, .98), rgba(255, 242, 220, .96)) !important;
  color: var(--ic-ink) !important;
  border-color: rgba(154, 86, 38, .18) !important;
}

body[data-codee-suite="nyc-restaurant"] .story-card h2,
body[data-codee-suite="nyc-restaurant"] .cuisine-card h3,
body[data-codee-suite="nyc-restaurant"] .service-card h3,
body[data-codee-suite="nyc-restaurant"] .package-card h3,
body[data-codee-suite="nyc-restaurant"] .step-card h3,
body[data-codee-suite="nyc-restaurant"] .faq-card h3,
body[data-codee-suite="nyc-restaurant"] .intake-copy h2,
body[data-codee-suite="nyc-restaurant"] .order-room-card h2,
body[data-codee-suite="nyc-restaurant"] .section-heading h2 {
  color: var(--ic-ink) !important;
  text-shadow: none !important;
}

body[data-codee-suite="nyc-restaurant"] .story-card p,
body[data-codee-suite="nyc-restaurant"] .cuisine-card p,
body[data-codee-suite="nyc-restaurant"] .cuisine-card li,
body[data-codee-suite="nyc-restaurant"] .service-card p,
body[data-codee-suite="nyc-restaurant"] .package-card p,
body[data-codee-suite="nyc-restaurant"] .package-card li,
body[data-codee-suite="nyc-restaurant"] .step-card p,
body[data-codee-suite="nyc-restaurant"] .faq-card p,
body[data-codee-suite="nyc-restaurant"] .intake-copy p,
body[data-codee-suite="nyc-restaurant"] .next-steps-card li,
body[data-codee-suite="nyc-restaurant"] .order-room-card p,
body[data-codee-suite="nyc-restaurant"] .section-intro,
body[data-codee-suite="nyc-restaurant"] .service-area-note {
  color: var(--ic-muted) !important;
  text-shadow: none !important;
}

body[data-codee-suite="nyc-restaurant"] .catering-hero {
  background:
    linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.12) 45%, rgba(0,0,0,.35)),
    radial-gradient(circle at 15% 20%, rgba(244, 182, 63, .24), transparent 28%),
    linear-gradient(135deg, rgba(24, 10, 6, .98), rgba(94, 40, 19, .94)) !important;
}

body[data-codee-suite="nyc-restaurant"] .catering-hero h1,
body[data-codee-suite="nyc-restaurant"] .catering-hero p,
body[data-codee-suite="nyc-restaurant"] .catering-hero span {
  color: #fff8ec !important;
}

body[data-codee-suite="nyc-restaurant"] .collage-panel {
  background: #120906 !important;
  min-height: 220px;
}

body[data-codee-suite="nyc-restaurant"] .collage-panel img,
body[data-codee-suite="nyc-restaurant"] .gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.06);
  transform: scale(1.03);
}

body[data-codee-suite="nyc-restaurant"] .collage-panel::before,
body[data-codee-suite="nyc-restaurant"] .gallery-card::before {
  display: none !important;
}

body[data-codee-suite="nyc-restaurant"] .collage-panel::after,
body[data-codee-suite="nyc-restaurant"] .gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 20%, rgba(9, 5, 3, .82)),
    radial-gradient(circle at 20% 15%, rgba(244, 182, 63, .18), transparent 28%);
}

body[data-codee-suite="nyc-restaurant"] .dish-copy,
body[data-codee-suite="nyc-restaurant"] .panel-chip,
body[data-codee-suite="nyc-restaurant"] .gallery-card span {
  z-index: 2;
}

body[data-codee-suite="nyc-restaurant"] .gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-codee-suite="nyc-restaurant"] .gallery-card {
  min-height: 260px;
  border: 1px solid rgba(255, 228, 180, .18) !important;
  background: #160a06 !important;
  box-shadow: 0 22px 48px rgba(43, 18, 7, .28) !important;
}

body[data-codee-suite="nyc-restaurant"] .gallery-card span {
  color: #fff6e7 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.8) !important;
}

body[data-codee-suite="nyc-restaurant"] .section-heading {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 249, 239, .72);
  border: 1px solid rgba(154, 86, 38, .12);
}

body[data-codee-suite="nyc-restaurant"] .yelp-proof-card,
body[data-codee-suite="nyc-restaurant"] .final-card,
body[data-codee-suite="nyc-restaurant"] .trust-badge {
  background:
    radial-gradient(circle at 90% 12%, rgba(244, 182, 63, .22), transparent 28%),
    linear-gradient(135deg, rgba(24, 10, 6, .98), rgba(94, 40, 19, .94)) !important;
  color: #fff7eb !important;
}

body[data-codee-suite="nyc-restaurant"] .yelp-proof-card h2,
body[data-codee-suite="nyc-restaurant"] .yelp-proof-card p,
body[data-codee-suite="nyc-restaurant"] .final-card h2,
body[data-codee-suite="nyc-restaurant"] .final-card p,
body[data-codee-suite="nyc-restaurant"] .trust-badge strong,
body[data-codee-suite="nyc-restaurant"] .trust-badge span {
  color: #fff7eb !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.55) !important;
}

body[data-codee-suite="nyc-restaurant"] .intake-form label {
  color: var(--ic-ink) !important;
}

body[data-codee-suite="nyc-restaurant"] .intake-form input,
body[data-codee-suite="nyc-restaurant"] .intake-form select,
body[data-codee-suite="nyc-restaurant"] .intake-form textarea {
  background: #fffdfa !important;
  color: #1e130c !important;
}

@media (max-width: 760px) {
  body[data-codee-suite="nyc-restaurant"] .gallery-grid {
    grid-template-columns: 1fr;
  }

  body[data-codee-suite="nyc-restaurant"] .gallery-card {
    min-height: 310px;
  }

  body[data-codee-suite="nyc-restaurant"] .collage-panel {
    min-height: 280px;
  }
}
