body[data-site-id="commercialkitchens"],
body[data-site-id="commercial-kitchens"] {
  background: #ffffff !important;
  color: #0f172a !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ck-site,
.ck-site * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.ck-site {
  --ck-teal: #0f766e;
  --ck-teal-dark: #134e4a;
  --ck-orange: #e87722;
  --ck-gold: #fbbf24;
  --ck-warm: #faf8f5;
  --ck-slate: #0f172a;
  background: #fff;
  color: var(--ck-slate);
  min-height: 100vh;
}

.ck-container {
  margin: 0 auto;
  max-width: 1120px;
  width: min(100% - 48px, 1120px);
}

.ck-centered {
  text-align: center;
}

.ck-narrow {
  max-width: 860px;
}

.ck-utility {
  background: var(--ck-teal-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  padding: 8px 16px;
  text-align: center;
}

.ck-utility a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ck-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.ck-primary-nav {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 32px;
}

.ck-logo {
  color: var(--ck-teal);
  display: flex;
  flex-direction: column;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
}

.ck-logo > span {
  font-size: 22px;
}

.ck-logo > span span {
  color: var(--ck-orange);
}

.ck-logo small {
  color: #9ca3af;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin-top: 5px;
  text-transform: uppercase;
}

.ck-primary-nav nav {
  align-items: center;
  display: flex;
  gap: 18px;
}

.ck-primary-nav nav a {
  color: #374151;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.ck-primary-nav nav a:hover {
  color: var(--ck-teal);
}

.ck-primary-nav .ck-nav-cta {
  background: var(--ck-orange);
  border-radius: 4px;
  color: #fff;
  padding: 10px 16px;
}

.ck-arms-strip {
  background: var(--ck-teal-dark);
  display: flex;
  gap: 4px;
  justify-content: center;
  overflow-x: auto;
  padding: 0 24px;
}

.ck-arms-strip strong,
.ck-arms-strip a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  white-space: nowrap;
}

.ck-arms-strip strong {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 0;
  text-transform: uppercase;
}

.ck-arms-strip a {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 650;
  gap: 4px;
  padding: 10px 12px;
  text-decoration: none;
}

.ck-arms-strip a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ck-arms-strip span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

.ck-hero {
  background: var(--ck-teal);
  color: #fff;
  padding: 96px 0 78px;
}

.ck-hero-kicker,
.ck-eyebrow {
  color: var(--ck-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.ck-hero-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.ck-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 950;
  line-height: 1.05;
  margin: 0 auto 24px;
}

.ck-hero h1 span {
  color: var(--ck-gold);
}

.ck-hero-copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
  margin: 0 auto 38px;
  max-width: 760px;
}

.ck-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.ck-left {
  justify-content: flex-start;
}

.ck-button {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 850;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  text-decoration: none;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ck-button-primary {
  background: var(--ck-orange);
  color: #fff;
}

.ck-button-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.ck-button-teal {
  background: var(--ck-teal);
  color: #fff;
}

.ck-button-dark {
  background: var(--ck-teal-dark);
  color: #fff;
}

.ck-button:hover {
  opacity: 0.88;
}

.ck-phase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 36px;
}

.ck-phase-pills a,
.ck-phase-pills span {
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  padding: 10px 20px;
  text-decoration: none;
}

.ck-phase-pills span {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.82);
  color: #fff;
}

.ck-stats {
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
  padding: 36px 0;
}

.ck-stat-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.ck-stat-grid strong {
  color: var(--ck-teal);
  display: block;
  font-size: 32px;
  font-weight: 950;
}

.ck-stat-grid div:last-child strong {
  color: var(--ck-orange);
}

.ck-stat-grid span {
  color: #6b7280;
  display: block;
  font-size: 14px;
  font-weight: 750;
  margin-top: 4px;
}

.ck-section {
  background: #fff;
  padding: 84px 0;
}

.ck-warm {
  background: var(--ck-warm);
}

.ck-section h2,
.ck-search-band h2,
.ck-final h2 {
  color: var(--ck-teal-dark);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 950;
  line-height: 1.12;
  margin: 0 0 22px;
}

.ck-section p,
.ck-search-band p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 18px;
}

.ck-lead {
  color: #374151 !important;
  font-size: 18px !important;
}

.ck-section-copy {
  margin: 0 auto 44px !important;
  max-width: 650px;
}

.ck-phase-grid,
.ck-founder-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
}

.ck-phase-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.ck-phase-card.ck-active {
  border-color: var(--ck-teal);
  box-shadow: 0 0 0 2px var(--ck-teal);
}

.ck-phase-head {
  background: #374151;
  color: #fff;
  padding: 22px 24px;
}

.ck-active .ck-phase-head {
  background: var(--ck-teal);
}

.ck-phase-head span,
.ck-phase-head small {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ck-phase-head h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  margin: 4px 0;
}

.ck-phase-body {
  padding: 24px;
}

.ck-phase-body ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.ck-phase-body li {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.ck-phase-body li::before {
  color: var(--ck-teal);
  content: ">";
  font-weight: 950;
  left: 0;
  position: absolute;
}

.ck-phase-body a,
.ck-founder-grid a {
  color: var(--ck-teal);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ck-offer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 38px;
  text-align: left;
}

.ck-offer-grid article {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  padding: 26px;
}

.ck-offer-grid span {
  background: var(--ck-teal);
  border-radius: 8px;
  display: block;
  height: 28px;
  margin-bottom: 18px;
  width: 28px;
}

.ck-offer-grid h3,
.ck-step-list h3,
.ck-founder-grid h3 {
  color: #111827;
  font-size: 18px;
  font-weight: 950;
  margin: 0 0 10px;
}

.ck-offer-grid p,
.ck-step-list p {
  font-size: 14px;
  margin: 0;
}

.ck-two-col {
  align-items: start;
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
}

.ck-step-list {
  display: grid;
  gap: 18px;
}

.ck-step-list article {
  display: flex;
  gap: 16px;
  text-align: left;
}

.ck-step-list > article > span {
  align-items: center;
  background: var(--ck-teal);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 12px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
}

.ck-search-band {
  background: var(--ck-teal-dark);
  color: #fff;
  padding: 84px 0;
}

.ck-search-band h2,
.ck-search-band p {
  color: #fff;
}

.ck-search-band p {
  color: rgba(255, 255, 255, 0.74);
}

.ck-light {
  color: rgba(255, 255, 255, 0.62);
}

.ck-search-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ck-search-stats div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 28px 18px;
  text-align: center;
}

.ck-search-stats strong {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 950;
}

.ck-search-stats span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 750;
}

.ck-founder-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 36px;
}

.ck-founder-grid article {
  background: #fff;
  border: 2px solid var(--ck-teal);
  border-radius: 12px;
  overflow: hidden;
  padding: 0 0 24px;
}

.ck-founder-grid article::before {
  background: var(--ck-teal);
  color: #fff;
  content: "";
  display: block;
  height: 18px;
}

.ck-founder-grid .ck-founder-orange {
  border-color: var(--ck-orange);
}

.ck-founder-grid .ck-founder-orange::before {
  background: var(--ck-orange);
}

.ck-founder-grid h3,
.ck-founder-grid dl,
.ck-founder-grid a {
  margin-left: 24px;
  margin-right: 24px;
}

.ck-founder-grid h3 {
  margin-top: 22px;
}

.ck-founder-grid dt {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-top: 14px;
  text-transform: uppercase;
}

.ck-founder-grid dd {
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
  margin: 4px 0 0;
}

.ck-proof-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.ck-proof-list div {
  align-items: center;
  display: flex;
  gap: 16px;
}

.ck-proof-list strong {
  color: var(--ck-orange);
  flex: 0 0 72px;
  font-size: 24px;
  font-weight: 950;
}

.ck-proof-list span {
  color: #4b5563;
  font-size: 14px;
}

.ck-video {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.ck-video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.ck-final {
  background: var(--ck-teal);
  color: #fff;
  padding: 84px 0;
}

.ck-final h2 {
  color: #fff;
}

.ck-final p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 auto 34px;
  max-width: 720px;
}

.ck-footer {
  background: var(--ck-slate);
  color: #94a3b8;
  padding: 56px 0 24px;
}

.ck-footer-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  padding-bottom: 40px;
}

.ck-footer strong {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 950;
}

.ck-footer strong span {
  color: var(--ck-orange);
}

.ck-footer small,
.ck-footer h3 {
  color: rgba(255, 255, 255, 0.42);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  margin: 8px 0 18px;
  text-transform: uppercase;
}

.ck-footer p,
.ck-footer a,
.ck-copyright {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.ck-footer a {
  display: block;
  margin: 0 0 9px;
  text-decoration: none;
}

.ck-footer a:hover {
  color: #fff;
}

.ck-copyright {
  padding-top: 24px;
  text-align: center;
}

@media (max-width: 1120px) {
  .ck-primary-nav nav {
    display: none;
  }

  .ck-arms-strip {
    justify-content: flex-start;
  }

  .ck-offer-grid,
  .ck-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .ck-container {
    width: min(100% - 32px, 1120px);
  }

  .ck-primary-nav {
    padding: 0 16px;
  }

  .ck-logo > span {
    font-size: 19px;
  }

  .ck-hero,
  .ck-section,
  .ck-search-band,
  .ck-final {
    padding: 64px 0;
  }

  .ck-phase-grid,
  .ck-offer-grid,
  .ck-two-col,
  .ck-founder-grid,
  .ck-footer-grid {
    grid-template-columns: 1fr;
  }

  .ck-stat-grid,
  .ck-search-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ck-left {
    justify-content: center;
  }
}
