.service-kicker,
.service-eyebrow,
.service-pill,
.service-stat span,
.service-card__meta {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.service-kicker,
.service-eyebrow {
  color: #c2410c;
  font-size: .78rem;
}

.service-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

.service-hero {
  background:
    linear-gradient(112deg, rgba(8, 12, 20, .94), rgba(8, 12, 20, .76) 45%, rgba(8, 12, 20, .16)),
    var(--service-hero-image, url("img/private-chef-hero.png")) center/cover no-repeat;
  color: #fff;
  padding: clamp(56px, 8vw, 96px) 0;
}

.service-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(280px, .72fr);
  gap: 28px;
  align-items: end;
}

.service-hero__copy h1 {
  max-width: 12ch;
  margin: 0 0 16px;
  font-size: clamp(2.45rem, 5.8vw, 5.4rem);
  line-height: .96;
  letter-spacing: 0;
}

.service-hero__copy p {
  max-width: 620px;
  margin: 0 0 22px;
  color: #f3f4f6;
  font-size: 1.08rem;
}

.service-hero .service-kicker {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .18);
  color: #fed7aa;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}

.service-actions .btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
}

.service-actions .btn.ghost:hover {
  background: rgba(255, 255, 255, .14);
}

.service-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-proof li,
.service-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: .84rem;
}

.service-proof li {
  padding: 9px 13px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 700;
}

.service-hero__panel,
.service-note,
.service-card,
.menu-card,
.trust-card,
.chef-form {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .08);
}

.service-hero__panel {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
  backdrop-filter: blur(14px);
}

.service-hero__panel h2 {
  margin: 0 0 10px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.service-hero__panel p,
.service-hero__panel li {
  color: #dbe4ee;
}

.service-hero__panel ul {
  margin: 0;
  padding-left: 19px;
}

.service-hero__panel li + li {
  margin-top: 8px;
}

.service-grid-2,
.service-grid-3,
.service-grid-4,
.form-grid {
  display: grid;
  gap: 18px;
}

.service-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.menu-card,
.trust-card,
.service-note,
.chef-form {
  border-radius: 22px;
  padding: 22px;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card img,
.menu-card img {
  width: calc(100% + 44px);
  max-width: none;
  margin: -22px -22px 18px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card h3,
.menu-card h3,
.trust-card h3,
.service-note h3 {
  margin: 0 0 8px;
  line-height: 1.15;
}

.service-card p,
.menu-card p,
.trust-card p,
.service-note p {
  color: #4b5563;
}

.service-card__meta {
  margin-top: auto;
  color: #c2410c;
  font-size: .78rem;
}

.service-band {
  border-radius: 30px;
  padding: clamp(24px, 4vw, 38px);
  background:
    radial-gradient(circle at top right, rgba(251, 146, 60, .18), transparent 28%),
    linear-gradient(145deg, #101826 0%, #172033 58%, #0f172a 100%);
  color: #fff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .16);
}

.service-band .section-sub,
.service-band p,
.service-band li {
  color: #d1d5db;
}

.service-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.service-pill {
  padding: 8px 12px;
  background: #fff7ed;
  color: #9a3412;
  border: 1px solid #fed7aa;
}

.service-stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.service-stat strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
}

.service-stat span {
  color: #fdba74;
  font-size: .72rem;
}

.chef-form {
  background: #fff;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field--full {
  grid-column: 1 / -1;
}

.chef-form label {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-weight: 700;
}

.chef-form input,
.chef-form select,
.chef-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 12px 13px;
  color: #111827;
  background: #fff;
  font: inherit;
}

.chef-form textarea {
  min-height: 128px;
  resize: vertical;
}

.field-help {
  display: block;
  margin-top: 5px;
  color: #6b7280;
  font-size: .88rem;
}

.booking-reassurance {
  margin: 14px 0 0;
  color: #4b5563;
  font-weight: 700;
}

.sticky-booking-cta {
  display: none;
}

@media (max-width: 980px) {
  .service-hero__grid,
  .service-grid-2,
  .service-grid-3,
  .service-grid-4,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-hero__copy h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .service-hero {
    padding: 44px 0 54px;
  }

  .service-actions .btn,
  .service-proof li {
    width: 100%;
  }

  .service-proof li {
    justify-content: center;
  }

  .sticky-booking-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 999px;
    background: rgba(17, 24, 39, .92);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .26);
  }

  .sticky-booking-cta .btn {
    width: 100%;
  }

  body.has-sticky-booking {
    padding-bottom: 86px;
  }
}

/* Editorial alignment with the BiteTalk homepage */
body:not(.home-editorial) .service-hero {
  min-height: 0;
  padding: clamp(62px, 8vw, 116px) 0;
  border-bottom: 1px solid var(--editorial-rule);
}

body:not(.home-editorial) .service-hero::before {
  background:
    linear-gradient(90deg, rgba(32, 34, 31, .94), rgba(32, 34, 31, .76) 48%, rgba(32, 34, 31, .34)),
    radial-gradient(circle at 85% 10%, rgba(184, 59, 20, .24), transparent 30%);
}

body:not(.home-editorial) .service-hero__grid {
  gap: clamp(34px, 6vw, 88px);
}

body:not(.home-editorial) .service-hero__copy h1 {
  max-width: 900px;
  margin-bottom: 20px;
  color: var(--editorial-paper);
  font-family: var(--editorial-display);
  font-size: clamp(3.6rem, 7.2vw, 7.6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .84;
}

body:not(.home-editorial) .service-actions .btn {
  min-height: 48px;
  border-radius: 0;
  font-weight: 800;
}

body:not(.home-editorial) .service-proof {
  gap: 0;
  border-block: 1px solid rgba(255, 253, 248, .24);
}

body:not(.home-editorial) .service-proof li {
  padding: 12px 16px 12px 0;
  border: 0;
  border-right: 1px solid rgba(255, 253, 248, .24);
  border-radius: 0;
  background: transparent;
}

body:not(.home-editorial) .service-hero__panel,
body:not(.home-editorial) .service-note,
body:not(.home-editorial) .service-card,
body:not(.home-editorial) .menu-card,
body:not(.home-editorial) .trust-card {
  border-color: var(--editorial-rule);
  border-radius: 0;
  background: var(--editorial-paper);
  box-shadow: none;
}

body:not(.home-editorial) .service-hero__panel {
  padding: clamp(24px, 3vw, 38px);
  background: rgba(255, 253, 248, .94);
  color: var(--editorial-ink);
  backdrop-filter: blur(14px);
}

body:not(.home-editorial) .service-hero__panel :where(p, li) {
  color: var(--editorial-ink-soft);
}

body:not(.home-editorial) :where(.service-hero__panel,.service-note,.service-card,.menu-card,.trust-card) h2,
body:not(.home-editorial) :where(.service-hero__panel,.service-note,.service-card,.menu-card,.trust-card) h3 {
  color: var(--editorial-ink);
  font-family: var(--editorial-display);
  font-weight: 500;
  letter-spacing: -.025em;
}

body:not(.home-editorial) .service-card img,
body:not(.home-editorial) .menu-card img {
  border-radius: 0;
  filter: saturate(.92) contrast(1.02);
}

body:not(.home-editorial) .service-band {
  border-block: 1px solid var(--editorial-ink);
  background: var(--editorial-ink);
}

body:not(.home-editorial) .service-band .section-title {
  color: var(--editorial-paper);
}

body:not(.home-editorial) .service-band .section-sub {
  color: #d8d0c6;
}

body:not(.home-editorial) .service-pill-grid {
  gap: 0;
  border-top: 1px solid rgba(255, 253, 248, .2);
}

body:not(.home-editorial) .service-pill,
body:not(.home-editorial) .service-stat {
  border: 0;
  border-right: 1px solid rgba(255, 253, 248, .2);
  border-bottom: 1px solid rgba(255, 253, 248, .2);
  border-radius: 0;
  background: transparent;
}

body:not(.home-editorial) .form-grid :where(input,select,textarea) {
  min-height: 50px;
  border-color: var(--editorial-rule);
  border-radius: 0;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  box-shadow: none;
}

body:not(.home-editorial) .booking-reassurance {
  border-color: var(--editorial-rule);
  border-radius: 0;
  background: var(--editorial-cream);
  box-shadow: none;
}

body:not(.home-editorial) .sticky-booking-cta {
  border-radius: 0;
}

@media (max-width: 720px) {
  body:not(.home-editorial) .service-hero__copy h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  body:not(.home-editorial) .service-proof {
    grid-template-columns: 1fr;
  }

  body:not(.home-editorial) .service-proof li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, .24);
  }
}
