@font-face {
  font-family: "CQLogo";
  src: url("../assets/fonts/Handlee-Regular.ttf") format("truetype");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
  color: #151515;
}

.cq-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #eee;
}

.cq-logo {
  font-family: "CQLogo", sans-serif;
  color: #111;
  text-decoration: none;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.cq-logo span {
  color: #de0f0f;
}

.cq-nav {
  display: flex;
  gap: 24px;
}

.cq-nav a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.cq-nav a:hover {
  color: #de0f0f;
}

.service-hero {
  min-height: 78vh;
  display: grid;
  place-items: center;
  padding: 90px 24px;
  text-align: center;
  color: white;
  background:
    linear-gradient(rgba(0,0,0,.38), rgba(0,0,0,.70)),
    image-set(
      url("../images/hero/foodtruck.avif") type("image/avif"),
      url("../images/hero/foodtruck.webp") type("image/webp")
    ) center/cover no-repeat;
}

.calm-hero {
  background:
    linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.74)),
    image-set(
      url("../images/hero/foodtruck.avif") type("image/avif"),
      url("../images/hero/foodtruck.webp") type("image/webp")
    ) center/cover no-repeat;
}

.service-hero > div {
  max-width: 980px;
}

.eyebrow,
.section-kicker {
  margin-bottom: 16px;
  color: #de0f0f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.service-hero .eyebrow {
  color: #ffcf33;
}

.service-hero h1 {
  font-size: clamp(52px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
}

.service-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255,255,255,.88);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
}

.btn.primary {
  background: #de0f0f;
  color: white;
}

.btn.secondary {
  border: 1px solid rgba(255,255,255,.45);
  color: white;
  background: rgba(0,0,0,.18);
}

.service-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 92px 24px;
}

.service-section h2,
.service-cta h2 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: .96;
  letter-spacing: -0.05em;
}

.intro-grid,
.details-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.best-fit-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.best-fit-grid article,
.faq-grid article {
  padding: 26px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #fff;
}

.best-fit-grid h3,
.faq-grid h3,
.process-grid h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.12;
}

.best-fit-grid p,
.faq-grid p,
.process-grid p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.process-band {
  background: #111;
  color: white;
}

.process-band .section-kicker {
  color: #ffcf33;
}

.process-band h2 {
  max-width: 920px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}

.process-grid article {
  min-height: 300px;
  padding: 28px;
  background: #151515;
}

.process-grid span {
  display: inline-block;
  margin-bottom: 52px;
  color: #ffcf33;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.process-grid p {
  color: rgba(255,255,255,.72);
}

.menu-highlight {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}

.menu-highlight p:not(.section-kicker),
.area-section p {
  max-width: 760px;
  margin-top: 22px;
  color: #444;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.6;
}

.text-link {
  flex: 0 0 auto;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  text-decoration-color: #de0f0f;
  text-underline-offset: 5px;
}

.details-grid ul {
  display: grid;
  gap: 12px;
  list-style: none;
}

.details-grid li {
  padding: 18px 20px;
  border-left: 4px solid #de0f0f;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 700;
}

.area-section {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff7e6;
  border-top: 1px solid #eadbb9;
  border-bottom: 1px solid #eadbb9;
}

.area-section > * {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section h2 {
  max-width: 920px;
  margin-bottom: 42px;
}

.services-index h2 {
  max-width: 980px;
  margin-bottom: 42px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #fff;
}

.service-card-grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.service-card-grid p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.service-card-grid a {
  display: inline-block;
  margin-top: 26px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  text-decoration-color: #de0f0f;
  text-underline-offset: 5px;
}

.service-cta {
  padding: 100px 24px;
  text-align: center;
  background: #111;
  color: white;
}

.service-cta h2 {
  max-width: 960px;
  margin: 0 auto 34px;
}

.service-cta .section-kicker {
  color: #ffcf33;
}

.calm-cta {
  background: #151515;
}

@media (max-width: 850px) {
  .cq-header {
    height: auto;
    padding: 18px 22px;
    flex-direction: column;
    gap: 14px;
  }

  .cq-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .service-hero {
    min-height: 72vh;
    background-position: 66% center;
  }

  .calm-hero {
    background-position: 62% center;
  }

  .btn {
    width: min(100%, 260px);
    text-align: center;
  }

  .service-section,
  .service-cta {
    padding: 72px 22px;
  }

  .intro-grid,
  .details-grid,
  .best-fit-grid,
  .faq-grid,
  .service-card-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card-grid article {
    min-height: auto;
  }

  .intro-grid,
  .details-grid {
    gap: 34px;
  }

  .process-grid article {
    min-height: auto;
  }

  .process-grid span {
    margin-bottom: 30px;
  }

  .menu-highlight {
    display: block;
  }

  .text-link {
    display: inline-block;
    margin-top: 26px;
  }
}
