/* Keep the hero photo below the now-solid fixed header, without moving the
   headline or the featured-menu transition down the page. */
body:has(.hk-wrap .hk-hero) .hk-header:not(.scrolled) {
  background: rgba(17, 17, 17, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
}

.hk-wrap .hk-hero {
  margin-top: 124px;
  min-height: 462px;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 72px;
  background-position: center top;
}

.hk-wrap .hk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, .38), rgba(8, 8, 8, .06) 58%, transparent);
  pointer-events: none;
}

.hk-wrap .hk-hero > .hk-container {
  position: relative;
  z-index: 1;
}

.hk-wrap .hk-hero-content {
  top: 0;
  max-width: 560px;
  padding: clamp(28px, 2.6vw, 34px);
  background: rgba(13, 13, 13, .76);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
}

.hk-wrap .hk-hero-title {
  max-width: 18ch;
  margin-bottom: 16px;
  font-size: clamp(44px, 3.5vw, 54px);
  line-height: 1.07;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.hk-wrap .hk-hero-tagline {
  max-width: 42ch;
  margin-bottom: 26px;
  color: #f4f0e9;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.5;
  text-wrap: pretty;
}

.hk-wrap .hk-hero .hk-btn-primary {
  min-height: 54px;
  padding: 12px 30px;
  border-radius: 10px;
  background: #c80e31;
  border-color: #c80e31;
  color: #fff;
  box-shadow: 0 8px 24px rgba(200, 14, 49, .28);
}

.hk-wrap .hk-hero .hk-btn-primary:hover,
.hk-wrap .hk-hero .hk-btn-primary:focus-visible {
  background: #e0143d;
  border-color: #e0143d;
  color: #fff;
}

@media (max-width: 768px) {
  .hk-wrap .hk-hero {
    margin-top: 125px;
    min-height: 391px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background-position: 58% top;
  }

  .hk-wrap .hk-hero::before {
    background: linear-gradient(90deg, rgba(8, 8, 8, .5), rgba(8, 8, 8, .08));
  }

  .hk-wrap .hk-hero-content {
    top: -12px;
    max-width: 580px;
    padding: 28px;
    background: rgba(13, 13, 13, .82);
  }

  .hk-wrap .hk-hero-title {
    font-size: clamp(38px, 7vw, 52px);
  }
}

@media (max-width: 620px) {
  .hk-wrap .hk-hero {
    min-height: 401px;
  }

  .hk-wrap .hk-hero-content {
    max-width: 100%;
    padding: 24px 22px;
  }

  .hk-wrap .hk-hero-title {
    max-width: none;
    font-size: clamp(32px, 8vw, 38px);
    line-height: 1.1;
  }

  .hk-wrap .hk-hero-tagline {
    font-size: 16px;
    margin-bottom: 22px;
  }
}

@media (min-width: 1100px) {
  body:has(.hk-wrap .hk-hero) .hk-header-inner {
    height: 108px;
  }

  body:has(.hk-wrap .hk-hero) .hk-header-logo-img {
    height: 90px;
    width: auto;
  }

  .hk-wrap .hk-hero {
    margin-top: 108px;
    min-height: 446px;
    padding-top: 25px;
  }
}

.hk-wrap .hk-featured-menu-section {
  padding-top: 48px;
}

@media (max-width: 768px) {
  .hk-wrap .hk-featured-menu-section {
    padding-top: 44px;
  }
}
