:root {
  --ink: #101416;
  --charcoal: #151b1e;
  --charcoal-2: #20282c;
  --muted: #5b6467;
  --warm: #f6f0e7;
  --warm-2: #fbf8f2;
  --line: #ded7cc;
  --teal: #188f8d;
  --teal-dark: #0f615f;
  --copper: #c9773e;
  --blue: #2c9ed0;
  --green: #4b9b65;
  --shadow: 0 18px 55px rgba(16, 20, 22, .16);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--warm-2);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0 0 .75rem; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.2rem; }
section { padding: 76px max(24px, calc((100vw - var(--max)) / 2)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(16, 20, 22, .96);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--copper);
  border-radius: 50%;
  color: var(--copper);
  font-weight: 800;
  font-family: Georgia, serif;
  letter-spacing: -.08em;
}

.brand-text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: .13em;
  line-height: 1.05;
  font-size: .9rem;
}

.brand-text small {
  font-size: .65rem;
  letter-spacing: .45em;
  opacity: .78;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1;
}

.nav-link {
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 700;
  position: relative;
  padding: 28px 0;
}

.nav-link:hover,
.nav-link.active { color: white; }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--copper);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-cta,
.btn.primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: white;
  box-shadow: 0 12px 28px rgba(24, 143, 141, .24);
}

.btn.secondary {
  border-color: var(--copper);
  color: var(--copper);
  background: transparent;
}

.btn.ghost {
  border-color: rgba(255,255,255,.38);
  color: white;
  background: rgba(255,255,255,.04);
}

.btn:hover,
.header-cta:hover { transform: translateY(-2px); }

.menu-toggle {
  display: none;
  margin-left: auto;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: white;
}

.eyebrow {
  color: var(--copper);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
  min-height: calc(100vh - 76px);
  padding-top: 0;
  padding-bottom: 0;
  background: var(--charcoal);
  color: white;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px 44px 86px 0;
}

.hero-copy h1 span {
  color: var(--copper);
  font-style: italic;
}

.hero-lede {
  max-width: 680px;
  color: rgba(255,255,255,.84);
  font-size: 1.12rem;
}

.button-row,
.button-stack {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}

.button-stack { flex-direction: column; align-items: stretch; }

.hero-collage {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 3px;
  padding: 4px 0;
  min-height: 560px;
}

.photo-tile,
.image-slot {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24,143,141,.14), rgba(201,119,62,.16)),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.34), transparent 24%),
    linear-gradient(135deg, #3c4548, #171d20);
}

.photo-tile::before,
.image-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,.08), rgba(0,0,0,.38)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 22px);
}

.photo-tile span,
.image-slot::after {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: white;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .92;
}

.image-slot::after { content: attr(data-image); }

.food-truck { background-color: #324044; }
.qsr { background-color: #2c383b; }
.pickup { grid-row: span 2; background-color: #4a463f; }
.pub { background-color: #2e2420; }
.family { background-color: #42352b; }
.polished { background-color: #241f1d; }

.pillar-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--warm-2);
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--line);
}

.pillar-band article {
  padding: 20px 30px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.pillar-band article:last-child { border-right: 0; }
.pillar-band svg {
  width: 48px;
  height: 48px;
  color: var(--teal);
  margin-bottom: 14px;
}
.pillar-band h2 { font-size: 1.25rem; }
.pillar-band p { color: var(--muted); font-size: .95rem; }

.section-heading {
  max-width: 840px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }

.problem-section {
  background: var(--warm);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.problem-grid article,
.info-card,
.product-card,
.spectrum-card,
.proof-grid article,
.contact-form,
.contact-panel {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.problem-grid article {
  padding: 32px;
}
.problem-grid svg {
  width: 54px;
  height: 54px;
  color: var(--copper);
  margin-bottom: 18px;
}
.problem-grid p,
.product-card p,
.spectrum-card p,
.proof-grid p,
.info-card p { color: var(--muted); }

.ecosystem-preview {
  background: var(--warm-2);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.product-card {
  padding: 30px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.product-card .icon-wrap,
.product-list-item .icon-wrap {
  width: 58px;
  height: 58px;
  color: var(--teal);
  margin-bottom: 18px;
}
.product-card.copper .icon-wrap,
.product-list-item.copper .icon-wrap { color: var(--copper); }
.product-card.blue .icon-wrap,
.product-list-item.blue .icon-wrap { color: var(--blue); }
.product-card.green .icon-wrap,
.product-list-item.green .icon-wrap { color: var(--green); }

.text-link {
  margin-top: auto;
  color: var(--teal);
  font-weight: 900;
}
.copper .text-link { color: var(--copper); }
.blue .text-link { color: var(--blue); }
.green .text-link { color: var(--green); }

.spectrum-section {
  background: var(--warm);
}
.spectrum-section.standalone { padding-top: 24px; }
.spectrum-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.spectrum-card {
  padding: 24px 18px 18px;
  text-align: center;
  overflow: hidden;
}
.spectrum-card .icon-wrap {
  width: 50px;
  height: 50px;
  color: var(--teal);
  margin: 0 auto 14px;
}
.spectrum-card .mini {
  min-height: 120px;
  border-radius: 14px;
  margin-top: 18px;
}

.flow-section {
  background: radial-gradient(circle at center, #233034 0%, var(--charcoal) 68%);
  color: white;
}
.flow-section .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.flow-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.flow-row article {
  padding: 18px;
}
.flow-row svg {
  width: 62px;
  height: 62px;
  color: var(--teal);
}
.flow-row article:nth-of-type(2) svg { color: var(--copper); }
.flow-row article:nth-of-type(3) svg { color: var(--blue); }
.flow-row article:nth-of-type(4) svg { color: var(--green); }
.flow-row p { color: rgba(255,255,255,.72); }
.flow-arrow { color: rgba(255,255,255,.58); font-size: 2rem; }
.center-callout {
  text-align: center;
  font-size: 1.18rem;
  margin-top: 24px;
}
.center-callout strong { color: var(--copper); }

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(24,143,141,.92), rgba(21,27,30,.98)),
    repeating-linear-gradient(120deg, rgba(255,255,255,.08) 0 1px, transparent 1px 19px);
  color: white;
}
.cta-band h2 { font-size: clamp(1.9rem, 3vw, 3rem); max-width: 880px; }
.cta-band.light {
  color: var(--ink);
  background: var(--warm);
}
.cta-band.light .btn.primary { color: white; }

.page-hero {
  padding-top: 110px;
  padding-bottom: 90px;
}
.light-hero {
  background: linear-gradient(180deg, var(--warm-2), var(--warm));
}
.page-hero h1,
.page-hero p {
  max-width: 900px;
}
.page-hero p:not(.eyebrow) {
  font-size: 1.18rem;
  color: var(--muted);
}
.product-hero {
  color: white;
  background: linear-gradient(135deg, var(--charcoal), #263237);
}
.product-hero.teal { background: linear-gradient(135deg, #102c2d, #155c5a); }
.product-hero.copper { background: linear-gradient(135deg, #2c211b, #7a3d1d); }
.product-hero.blue { background: linear-gradient(135deg, #142932, #1d5d7a); }
.product-hero.green { background: linear-gradient(135deg, #172a21, #2e6842); }
.product-hero p:not(.eyebrow) { color: rgba(255,255,255,.82); }

.content-split {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 38px;
  align-items: center;
  background: var(--warm-2);
}
.content-split p { color: var(--muted); }
.info-card { padding: 32px; }

.product-list-section {
  background: var(--warm);
}
.product-list {
  display: grid;
  gap: 22px;
}
.product-list-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  align-items: start;
  padding: 32px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-section,
.related-section {
  background: var(--warm);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.proof-grid article { padding: 30px; }
.check {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(24,143,141,.12);
  color: var(--teal);
  font-weight: 900;
  margin-bottom: 16px;
}

.mini-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mini-product {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  font-weight: 900;
}
.mini-product span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-weight: 600;
  font-size: .9rem;
}

.long-copy {
  background: var(--warm-2);
  max-width: 920px;
}
.long-copy h2 { margin-top: 30px; }
.long-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}

.quote-section {
  background: var(--charcoal);
  color: white;
  text-align: center;
}
.quote-section blockquote {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.05em;
  margin: 0 auto 20px;
  max-width: 920px;
}
.quote-section p { color: rgba(255,255,255,.72); }

.image-slot.tall {
  min-height: 420px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 28px;
  background: var(--warm);
}
.contact-form,
.contact-panel {
  padding: 34px;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 14px;
  font: inherit;
  background: white;
}
.form-note {
  color: var(--muted);
  font-size: .9rem;
}
.contact-panel a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--teal);
  font-weight: 900;
}

.site-footer {
  background: var(--charcoal);
  color: white;
  padding: 58px max(24px, calc((100vw - var(--max)) / 2)) 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 38px;
}
.footer-grid h3 {
  color: var(--copper);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.footer-grid a {
  display: block;
  color: rgba(255,255,255,.73);
  margin: 8px 0;
  font-size: .95rem;
}
.footer-brand p { color: rgba(255,255,255,.72); max-width: 270px; margin-top: 18px; }
.social-row {
  display: flex;
  gap: 9px;
}
.social-row a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
  font-size: .88rem;
}

@media (max-width: 1020px) {
  .site-header { flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
  .menu-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .site-nav {
    order: 10;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 0 4px;
  }
  .site-nav.open { display: flex; }
  .nav-link { padding: 14px 0; }
  .nav-link.active::after { display: none; }
  .split-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0; }
  .hero-collage { min-height: 520px; }
  .pillar-band,
  .product-grid,
  .spectrum-grid,
  .problem-grid,
  .proof-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-row { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); }
  .content-split,
  .contact-section,
  .cta-band {
    grid-template-columns: 1fr;
  }
  .mini-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  section { padding: 54px 20px; }
  .header-cta { display: none; }
  .hero-collage { grid-template-columns: 1fr; min-height: auto; }
  .photo-tile { min-height: 190px; }
  .pickup { grid-row: auto; }
  .pillar-band,
  .product-grid,
  .spectrum-grid,
  .problem-grid,
  .proof-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .pillar-band article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .product-list-item { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .button-row { flex-direction: column; align-items: stretch; }
}

/* --------------------------------------------------------------------------
   PlateShade responsive image collage final layout
   Desktop: Full-service standard sits left of Pub Flow and matches its tile size.
   PHP supplies responsive picture sources; CSS controls visible shape/crop.
-------------------------------------------------------------------------- */
.hero-collage {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  padding: 4px 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

.collage-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 3px !important;
  align-items: stretch !important;
  min-width: 0 !important;
}

.photo-tile,
.image-slot {
  position: relative !important;
  overflow: hidden !important;
}

.photo-tile {
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: var(--tile-ratio, 600 / 380) !important;
  grid-row: auto !important;
  grid-column: auto !important;
}

.food-truck {
  --tile-ratio: 1200 / 760;
  background-color: #324044;
}

.qsr {
  --tile-ratio: 600 / 380;
  background-color: #2c383b;
}

.pickup {
  --tile-ratio: 600 / 380;
  background-color: #4a463f;
}

.family {
  --tile-ratio: 600 / 380;
  background-color: #42352b;
}

.polished,
.pub {
  --tile-ratio: 600 / 760;
}

.polished {
  background-color: #241f1d;
}

.pub {
  background-color: #2e2420;
}

.responsive-picture,
.photo-tile > picture,
.photo-tile > img,
.image-slot > picture,
.image-slot > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
}

.responsive-picture img,
.photo-tile > picture > img,
.photo-tile > img,
.image-slot > picture > img,
.image-slot > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  color: transparent;
  font-size: 0;
}

.responsive-picture.image-missing,
.responsive-picture.image-missing img {
  display: none !important;
}

.photo-tile::before,
.image-slot::before {
  z-index: 2;
  pointer-events: none;
}

.photo-tile span,
.image-slot::after {
  z-index: 3;
  pointer-events: none;
}

.spectrum-card .mini {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 700 / 460 !important;
}

.spectrum-card .mini .responsive-picture,
.spectrum-card .mini .responsive-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1020px) {
  .hero-collage {
    min-height: 0 !important;
    height: auto !important;
  }

  .food-truck { --tile-ratio: 1200 / 680; }
  .qsr,
  .pickup,
  .family { --tile-ratio: 900 / 560; }
  .polished,
  .pub { --tile-ratio: 900 / 680; }

  .spectrum-card .mini {
    aspect-ratio: 900 / 540 !important;
  }
}

@media (max-width: 680px) {
  .hero-collage,
  .collage-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .photo-tile,
  .food-truck,
  .qsr,
  .pickup,
  .family,
  .polished,
  .pub {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 900 / 600 !important;
    grid-row: auto !important;
    grid-column: auto !important;
  }

  .spectrum-card .mini {
    min-height: 0 !important;
    aspect-ratio: 900 / 600 !important;
  }
}

/* --------------------------------------------------------------------------
   PlateShade spectrum card image alignment
   Desktop only: keeps the five lower spectrum images on the same horizontal line.
-------------------------------------------------------------------------- */
@media (min-width: 1021px) {
  .spectrum-grid {
    align-items: stretch !important;
  }

  .spectrum-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 522px !important;
  }

  .spectrum-card .icon-wrap {
    flex: 0 0 auto !important;
  }

  .spectrum-card h3 {
    min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
  }

  .spectrum-card p {
    min-height: 132px !important;
    margin-bottom: 0 !important;
  }

  .spectrum-card .mini {
    margin-top: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 700 / 460 !important;
    flex: 0 0 auto !important;
  }
}

