/* Homepage editorial and conversion hierarchy; scoped to the homepage wrapper. */
.hk-wrap .hk-hero {
  min-height: 700px;
}

.hk-wrap .hk-hero-content {
  max-width: 590px;
  padding: clamp(28px, 3vw, 44px);
  background: rgba(8, 8, 8, .74);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  backdrop-filter: blur(3px);
}

.hk-wrap .hk-hero-title {
  color: #fff;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.08;
}

.hk-wrap .hk-featured-menu-section,
.hk-wrap .hk-categories-section,
.hk-wrap .hk-testimonials-section,
.hk-wrap .hk-why-section,
.hk-wrap .hk-howworks-section,
.hk-wrap .hk-ourstory-section {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.hk-wrap .hk-featured-menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.hk-wrap .hk-featured-menu-image {
  aspect-ratio: 16 / 9;
}

.hk-wrap .hk-featured-menu-body > p {
  font-size: 14px;
}

.hk-wrap .hk-categories-section {
  background: #121212;
}

.hk-wrap .hk-categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.hk-wrap .hk-category-card {
  display: flex;
  min-height: 126px;
  border: 1px solid rgba(240, 166, 79, .27);
  border-radius: 16px;
  background: #202020;
  color: #fff;
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.hk-wrap .hk-category-card:hover,
.hk-wrap .hk-category-card:focus-visible {
  transform: translateY(-3px);
  border-color: #f0a64f;
  background: #2b211c;
}

.hk-wrap .hk-category-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  min-height: 126px;
  padding: 20px 42px 20px 20px;
  background: transparent;
  color: inherit;
}

.hk-wrap .hk-category-name {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.hk-wrap .hk-category-count {
  color: #bababa;
  font-size: 12px;
}

.hk-wrap .hk-category-btn {
  position: absolute;
  right: 17px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f0a64f;
  font-size: 22px;
  line-height: 1;
}

.hk-wrap .hk-categories-all {
  margin-top: 26px;
  text-align: center;
}

.hk-wrap .hk-categories-all a {
  color: #f5b45e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hk-wrap .hk-why-card,
.hk-wrap .hk-why-card.center {
  background: #1f1f1f;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .11);
}

.hk-wrap .hk-why-title,
.hk-wrap .hk-why-text {
  color: #fff;
}

.hk-wrap .hk-why-text { color: #c6c6c6; }

.hk-wrap .hk-ourstory-section .hk-about-text-col {
  max-width: 560px;
}

.hk-wrap .hk-cta-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 900px) {
  .hk-wrap .hk-categories-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .hk-wrap .hk-hero {
    min-height: 630px;
    padding-top: 150px;
  }

  .hk-wrap .hk-hero-content {
    max-width: none;
    padding: 26px 22px;
    margin-bottom: 0;
  }

  .hk-wrap .hk-hero-title { font-size: clamp(34px, 9vw, 42px); }
  .hk-wrap .hk-hero-tagline { font-size: 17px; margin-bottom: 24px; }
  .hk-wrap .hk-featured-menu-grid { grid-template-columns: 1fr; gap: 18px; }
  .hk-wrap .hk-featured-menu-image { aspect-ratio: 16 / 10; }
  .hk-wrap .hk-categories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .hk-wrap .hk-category-card,
  .hk-wrap .hk-category-body { min-height: 100px; }
  .hk-wrap .hk-category-body { padding: 14px 28px 14px 14px; }
  .hk-wrap .hk-category-name { font-size: 13px; }
  .hk-wrap .hk-category-btn { right: 10px; top: 10px; font-size: 18px; }
  .hk-sa-launch {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    padding: 0 !important;
    font-size: 0 !important;
    border-radius: 50% !important;
  }
  .hk-sa-launch::before { content: "💬"; font-size: 21px; }
}
