/*
  KBBQ 강경숯불바베큐 홈페이지 전용 CSS
  컨트롤 센터: 아래 변수만 바꾸면 전체 색감과 분위기가 함께 바뀝니다.
*/
:root {
  --kbbq-bg: #130c08;
  --kbbq-bg-2: #21140d;
  --kbbq-card: #fff8ee;
  --kbbq-card-2: #fff3df;
  --kbbq-text: #2b1a10;
  --kbbq-muted: #735c4a;
  --kbbq-gold: #d99a32;
  --kbbq-fire: #f97316;
  --kbbq-red: #8b1e12;
  --kbbq-green: #28452b;
  --kbbq-line: rgba(255, 255, 255, 0.16);
  --kbbq-header-h: 74px;
  --kbbq-radius: 26px;
}

/* =========================================================
  KKBBQ FOOTER WORLD TIME COMPACT OVERRIDES (FINAL)
========================================================= */

.kbbq-footer .kbbq-worldtime {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 1rem 1rem 1.1rem !important;
}

.kbbq-footer .kbbq-worldtime__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  margin-bottom: 0.85rem !important;
}

.kbbq-footer .kbbq-worldtime__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)) !important;
  gap: 10px !important;
}

.kbbq-footer .kbbq-worldtime__card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.45rem !important;
  min-height: 120px !important;
  padding: 0.72rem 0.8rem 0.6rem !important;
  border-radius: 18px !important;
}

.kbbq-footer .kbbq-worldtime__weather {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.12rem !important;
  margin-top: auto !important;
}

.kbbq-footer .kbbq-worldtime__weather-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.kbbq-footer .kbbq-worldtime__weather-temp {
  font-weight: 700 !important;
}

.kbbq-footer .kbbq-worldtime__weather-humidity {
  font-size: 0.9rem !important;
  opacity: 0.86 !important;
}

.kbbq-footer .kbbq-worldtime__time {
  font-size: 1.02rem !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

.kbbq-footer .kbbq-worldtime__date {
  font-size: 0.84rem !important;
  opacity: 0.82 !important;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime {
    padding: 0.9rem 0.8rem 1rem !important;
  }

  .kbbq-footer .kbbq-worldtime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .kbbq-footer .kbbq-worldtime__card {
    min-height: 138px !important;
    padding: 0.78rem 0.78rem 0.72rem !important;
    gap: 0.38rem !important;
  }

  .kbbq-footer .kbbq-worldtime__weather-row {
    font-size: 0.88rem !important;
  }

  .kbbq-footer .kbbq-worldtime__weather-humidity {
    font-size: 0.84rem !important;
  }

  .kbbq-footer .kbbq-worldtime__time {
    font-size: 0.94rem !important;
  }

  .kbbq-footer .kbbq-worldtime__date {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-header,
  .kbbq-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    margin-top: -1px !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after {
    top: -1px !important;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.kbbq-site {
  margin: 0;
  padding-top: var(--kbbq-header-h);
  font-family:
    "Noto Sans KR",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--kbbq-text);
  background: #fff8ee;
  word-break: keep-all;
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
p {
  margin: 0 0 1rem;
}
h1,
h2,
h3 {
  letter-spacing: -0.055em;
  line-height: 1.22;
  margin: 0 0 1rem;
}
.kbbq-wrap {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}
.kbbq-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--kbbq-header-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.4rem;
  background: rgba(19, 12, 8, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--kbbq-line);
  color: #fff;
}
.kbbq-logo {
  font-weight: 950;
  letter-spacing: -0.06em;
  font-size: 1.15rem;
  white-space: nowrap;
}
.kbbq-logo small {
  display: block;
  font-size: 0.68rem;
  color: #f6d7a3;
  letter-spacing: 0.06em;
}
.kbbq-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.kbbq-nav a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 0.72rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.86);
}
.kbbq-nav a:hover {
  background: rgba(217, 154, 50, 0.18);
  color: #fff;
}
.kbbq-nav a[aria-current="page"] {
  background: linear-gradient(135deg, var(--kbbq-fire), var(--kbbq-red));
  color: #fff;
  box-shadow: 0 12px 26px rgba(139, 30, 18, 0.22);
  font-weight: 950;
}
.kbbq-nav a[aria-current="page"][href="index.html"] {
  background: linear-gradient(135deg, #d9651a, #9c5a28);
}
.kbbq-nav a[aria-current="page"][href="menu.html"] {
  background: linear-gradient(135deg, #5a3b22, #8a5a36);
}
.kbbq-nav a[aria-current="page"][href="reservation.html"] {
  background: linear-gradient(135deg, #d9651a, #f28a2e);
}
.kbbq-nav a[aria-current="page"][href="reviews.html"] {
  background: linear-gradient(135deg, #6b7b35, #4f6124);
}
.kbbq-nav a[aria-current="page"][href="sns.html"] {
  background: linear-gradient(135deg, #b38b2a, #d99a32);
}
.kbbq-nav a[aria-current="page"][href="contact.html"] {
  background: linear-gradient(135deg, #9c5a28, #5a3b22);
}
.kbbq-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #9c5a28, #5a3b22);
  font-weight: 950;
  color: #fff;
  box-shadow: 0 12px 28px rgba(92, 59, 34, 0.24);
}
.kbbq-hero {
  position: relative;
  min-height: calc(100vh - var(--kbbq-header-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0705;
  color: #fff;
}
.kbbq-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 6, 3, 0.88) 0%,
      rgba(10, 6, 3, 0.66) 44%,
      rgba(10, 6, 3, 0.18) 100%
    ),
    url("../../images/kbbq/garden-day.png") center/cover no-repeat;
  transform: scale(1.02);
}
.kbbq-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(0deg, #fff8ee 0%, rgba(255, 248, 238, 0) 100%);
}
.kbbq-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 6rem 0;
}
.kbbq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.44rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffe1ad;
  font-weight: 900;
  font-size: 0.92rem;
}
.kbbq-hero h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 5.2vw, 5.2rem);
  font-weight: 950;
  color: #fff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}
.kbbq-hero .lead {
  max-width: 680px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
}
.kbbq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.4rem;
}
.kbbq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  font-weight: 950;
  border: 1px solid rgba(43, 26, 16, 0.12);
  background: #fff;
  color: #2b1a10;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  line-height: 1.2;
  text-align: center;
}
.kbbq-btn.primary {
  background: linear-gradient(135deg, var(--kbbq-fire), var(--kbbq-red));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}
.kbbq-btn.dark {
  background: linear-gradient(135deg, #9c5a28, #5a3b22);
  color: #fff;
}
.kbbq-btn.gold {
  background: linear-gradient(135deg, #b38b2a, #d99a32);
  color: #fff;
}
.kbbq-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}
.kbbq-quick {
  position: relative;
  z-index: 3;
  margin-top: -3.3rem;
}
.kbbq-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
.kbbq-quick-card {
  padding: 1.05rem;
  border-radius: 22px;
  background: rgba(255, 248, 238, 0.94);
  border: 1px solid rgba(43, 26, 16, 0.08);
  box-shadow: 0 20px 55px rgba(50, 28, 9, 0.16);
}
.kbbq-quick-card strong {
  display: block;
  color: var(--kbbq-red);
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
}
.kbbq-quick-card span {
  display: block;
  color: var(--kbbq-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.kbbq-section {
  padding: 5.2rem 0;
}
.kbbq-section.dark {
  background:
    radial-gradient(
      circle at 30% 0%,
      rgba(249, 115, 22, 0.18),
      transparent 35%
    ),
    linear-gradient(180deg, var(--kbbq-bg), var(--kbbq-bg-2));
  color: #fff;
}
.kbbq-section.dark h2,
.kbbq-section.dark h3 {
  color: #fff;
}
.kbbq-section.soft {
  background: #fff3df;
}
.kbbq-title {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}
.kbbq-title.left {
  margin-left: 0;
  text-align: left;
}
.kbbq-title h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 950;
  color: #2b1a10;
}
.kbbq-title p {
  color: var(--kbbq-muted);
  font-size: 1.05rem;
}
.kbbq-section.dark .kbbq-title p {
  color: rgba(255, 255, 255, 0.76);
}
.kbbq-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}
.kbbq-photo {
  border-radius: var(--kbbq-radius);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  background: #23140b;
}
.kbbq-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kbbq-photo.tall img {
  aspect-ratio: 4/5;
}
.kbbq-photo.wide img {
  aspect-ratio: 16/10;
}
.kbbq-copy h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 950;
}
.kbbq-copy p {
  color: var(--kbbq-muted);
  font-size: 1.04rem;
}
.kbbq-section.dark .kbbq-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.kbbq-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}
.kbbq-badge {
  display: inline-flex;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  color: var(--kbbq-red);
  font-weight: 900;
  font-size: 0.9rem;
  border: 1px solid rgba(139, 30, 18, 0.12);
}
.kbbq-section.dark .kbbq-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #ffd9a3;
  border-color: rgba(255, 255, 255, 0.16);
}
.kbbq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.kbbq-card {
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(43, 26, 16, 0.08);
  box-shadow: 0 18px 45px rgba(50, 28, 9, 0.1);
  overflow: hidden;
}
.kbbq-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.kbbq-card-body {
  padding: 1.1rem;
}
.kbbq-card h3 {
  font-size: 1.18rem;
  font-weight: 950;
  color: #2b1a10;
}
.kbbq-card p {
  font-size: 0.96rem;
  color: var(--kbbq-muted);
}
.kbbq-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.kbbq-menu-card {
  padding: 1.1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(43, 26, 16, 0.09);
  box-shadow: 0 16px 40px rgba(50, 28, 9, 0.08);
}
.kbbq-menu-card .top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.kbbq-menu-card h3 {
  font-size: 1.12rem;
  font-weight: 950;
}
.kbbq-price {
  white-space: nowrap;
  color: var(--kbbq-red);
  font-weight: 950;
}
.kbbq-menu-card p {
  color: var(--kbbq-muted);
  font-size: 0.95rem;
}
.kbbq-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.kbbq-info {
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(43, 26, 16, 0.08);
}
.kbbq-info strong {
  display: block;
  color: var(--kbbq-red);
  font-weight: 950;
}
.kbbq-info span {
  display: block;
  color: var(--kbbq-muted);
  font-size: 0.96rem;
}
.kbbq-review {
  padding: 1.15rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(43, 26, 16, 0.08);
  box-shadow: 0 16px 40px rgba(50, 28, 9, 0.08);
}
.kbbq-review strong {
  display: block;
  color: var(--kbbq-red);
  margin-bottom: 0.5rem;
}
.kbbq-cta {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 2rem;
  background: linear-gradient(135deg, #2b1608, #8b1e12 55%, #f97316);
  color: #fff;
  box-shadow: 0 24px 70px rgba(139, 30, 18, 0.28);
}
.kbbq-cta h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 950;
}
.kbbq-cta p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
}
.kbbq-map {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}
.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap .wrap_map {
  height: 360px !important;
}
.kbbq-footer {
  padding: 3rem 0 6rem;
  background: #130c08;
  color: #fff;
}
.kbbq-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.kbbq-footer a {
  color: #ffe1ad;
}
.kbbq-bottom-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  padding: 0.55rem;
  background: rgba(19, 12, 8, 0.92);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 0.5rem;
}
.kbbq-bottom-cta a {
  flex: 1;
  min-height: 46px;
  font-size: 0.92rem;
}
.kbbq-subhero {
  position: relative;
  padding: 6rem 0 4rem;
  background:
    linear-gradient(90deg, rgba(19, 12, 8, 0.88), rgba(19, 12, 8, 0.55)),
    url("../../images/kbbq/fire-night.png") center/cover no-repeat;
  color: #fff;
}
.kbbq-subhero h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  color: #fff;
}
.kbbq-subhero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.1rem;
}
.kbbq-subhero .kbbq-hero-bg {
  display: none;
}
.kbbq-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
.kbbq-gallery img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}
.kbbq-menu-shot {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(43, 26, 16, 0.08);
  box-shadow: 0 18px 50px rgba(50, 28, 9, 0.12);
  background: #fff;
}
.kbbq-menu-shot img {
  width: 100%;
  height: auto;
}
.kbbq-alert {
  padding: 1rem;
  border-radius: 20px;
  background: #fff8ee;
  border: 1px solid rgba(217, 154, 50, 0.45);
  color: #5a3516;
  font-weight: 800;
}
.kbbq-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.kbbq-channel {
  padding: 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(43, 26, 16, 0.08);
  box-shadow: 0 16px 40px rgba(50, 28, 9, 0.08);
}
.kbbq-channel strong {
  display: block;
  font-size: 1.1rem;
  color: var(--kbbq-red);
  margin-bottom: 0.4rem;
}
.kbbq-channel p {
  color: var(--kbbq-muted);
  font-size: 0.95rem;
}
.kbbq-channel .kbbq-btn {
  width: 100%;
  min-height: 46px;
  margin-top: 0.4rem;
  background: linear-gradient(135deg, #b38b2a, #d99a32);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 28px rgba(179, 139, 42, 0.2);
}
.kbbq-channel .kbbq-btn:hover {
  color: #fff;
  filter: brightness(1.06);
}
.kbbq-channel .kbbq-btn.dark {
  background: linear-gradient(135deg, #9c5a28, #5a3b22);
  box-shadow: 0 14px 28px rgba(92, 59, 34, 0.2);
}
@media (max-width: 980px) {
  :root {
    --kbbq-header-h: 104px;
  }
  .kbbq-header {
    height: auto;
    min-height: 104px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.7rem 1rem;
  }
  .kbbq-logo {
    width: 100%;
  }
  .kbbq-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    margin-left: 0;
    padding-bottom: 0.15rem;
  }
  .kbbq-nav a {
    flex: 0 0 auto;
  }
  .kbbq-call {
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    height: 38px;
    font-size: 0.86rem;
  }
  .kbbq-split {
    grid-template-columns: 1fr;
  }
  .kbbq-quick-grid,
  .kbbq-grid,
  .kbbq-channel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kbbq-menu-grid,
  .kbbq-info-list,
  .kbbq-footer-grid {
    grid-template-columns: 1fr;
  }
  .kbbq-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .kbbq-bottom-cta {
    display: flex;
  }
  body.kbbq-site {
    padding-bottom: 66px;
  }
  .kbbq-hero::before {
    background:
      linear-gradient(180deg, rgba(10, 6, 3, 0.72), rgba(10, 6, 3, 0.72)),
      url("../../images/kbbq/garden-day.png") center/cover no-repeat;
  }
  .kbbq-quick {
    margin-top: -2rem;
  }
}
@media (max-width: 640px) {
  .kbbq-wrap,
  .kbbq-hero-inner {
    width: min(100% - 26px, 1120px);
  }
  .kbbq-section {
    padding: 3.6rem 0;
  }
  .kbbq-hero-inner {
    padding: 4rem 0;
  }
  .kbbq-hero h1 {
    font-size: 2.32rem;
  }
  .kbbq-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .kbbq-btn {
    width: 100%;
  }
  .kbbq-quick-grid,
  .kbbq-grid,
  .kbbq-channel-grid {
    grid-template-columns: 1fr;
  }
  .kbbq-card img {
    aspect-ratio: 16/10;
  }
  .kbbq-header {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .kbbq-logo {
    font-size: 1rem;
  }
  .kbbq-nav a {
    font-size: 0.82rem;
    padding: 0 0.55rem;
  }
  .kbbq-call {
    font-size: 0.78rem;
    padding: 0 0.7rem;
  }
  .kbbq-cta {
    border-radius: 24px;
    padding: 1.35rem;
  }
  .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }
}

/* ===== KBBQ 2차 패치: 메뉴 중앙 정렬 + 브랜드 확대 + 살아있는 모션 ===== */
.kbbq-logo {
  font-size: 1.26rem;
  line-height: 1.05;
  min-width: 190px;
}
.kbbq-logo small {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  margin-top: 0.14rem;
  color: #ffd08a;
  font-weight: 950;
}
@media (min-width: 981px) {
  .kbbq-header {
    display: grid;
    grid-template-columns: 220px 1fr 150px;
    gap: 1rem;
  }
  .kbbq-nav {
    margin: 0;
    justify-content: center;
    gap: 0.4rem;
  }
  .kbbq-nav a {
    font-size: 0.96rem;
    padding: 0 0.86rem;
  }
  .kbbq-call {
    justify-self: end;
  }
}
.kbbq-hero-slider::before {
  display: none;
}
.kbbq-hero-slider {
  isolation: isolate;
  background: #0b0705;
}
.kbbq-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 1.35s ease,
    transform 7s ease;
  filter: saturate(1.08) contrast(1.05);
}
.kbbq-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 6, 3, 0.9) 0%,
    rgba(10, 6, 3, 0.64) 46%,
    rgba(10, 6, 3, 0.24) 100%
  );
}
.kbbq-hero-bg.is-active {
  opacity: 1;
  transform: scale(1.14);
}
.reveal-on-load {
  animation: kbbqLoadUp 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.delay-1 {
  animation-delay: 0.12s;
}
.delay-2 {
  animation-delay: 0.25s;
}
.delay-3 {
  animation-delay: 0.38s;
}
.delay-4 {
  animation-delay: 0.52s;
}
@keyframes kbbqLoadUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.kbbq-grid .reveal:nth-child(2),
.kbbq-menu-grid .reveal:nth-child(2),
.kbbq-gallery .reveal:nth-child(2) {
  transition-delay: 0.08s;
}
.kbbq-grid .reveal:nth-child(3),
.kbbq-menu-grid .reveal:nth-child(3) {
  transition-delay: 0.16s;
}
.kbbq-grid .reveal:nth-child(4),
.kbbq-menu-grid .reveal:nth-child(4) {
  transition-delay: 0.24s;
}
.kbbq-card,
.kbbq-menu-card,
.kbbq-photo,
.kbbq-gallery img {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;
}
.kbbq-card:hover,
.kbbq-menu-card:hover,
.kbbq-photo:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(50, 28, 9, 0.22);
}
.kbbq-gallery img:hover {
  transform: translateY(-5px) scale(1.025);
  filter: brightness(1.04);
}
.kbbq-btn {
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
}
.kbbq-btn:hover {
  box-shadow: 0 20px 46px rgba(249, 115, 22, 0.26);
}
.kbbq-btn.pulse {
  animation: kbbqPulse 2.4s ease-in-out infinite;
}
@keyframes kbbqPulse {
  0%,
  100% {
    box-shadow: 0 16px 36px rgba(249, 115, 22, 0.28);
  }
  50% {
    box-shadow: 0 16px 46px rgba(249, 115, 22, 0.55);
  }
}
.kbbq-slideshow {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  background: #1b1009;
  margin: 1.2rem 0 1.4rem;
}
.kbbq-slide-track {
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem;
  animation: kbbqSlide 42s linear infinite;
}
.kbbq-slide-track:hover {
  animation-play-state: paused;
}
.kbbq-slide-track img {
  flex: 0 0 min(72vw, 520px);
  height: 360px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}
@keyframes kbbqSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * (520px + 0.8rem) * 3));
  }
}
.kbbq-menu-tag {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  background: #fff0d6;
  color: #8b1e12;
  font-size: 0.78rem;
  font-weight: 950;
  border: 1px solid rgba(217, 154, 50, 0.35);
}
.kbbq-menu-card p strong {
  color: #3a2012;
}
.kbbq-subhero {
  overflow: hidden;
}
.kbbq-subhero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 80% 20%,
    rgba(249, 115, 22, 0.22),
    transparent 34%
  );
  pointer-events: none;
}
@media (max-width: 980px) {
  .kbbq-logo {
    font-size: 1.15rem;
    min-width: 0;
  }
  .kbbq-logo small {
    font-size: 0.78rem;
  }
  .kbbq-slide-track img {
    flex-basis: 78vw;
    height: 310px;
  }
  @keyframes kbbqSlide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-240vw);
    }
  }
}
@media (max-width: 640px) {
  .kbbq-logo small {
    font-size: 0.74rem;
  }
  .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(10, 6, 3, 0.76),
      rgba(10, 6, 3, 0.78)
    );
  }
  .kbbq-slide-track {
    gap: 0.55rem;
    padding: 0.55rem;
  }
  .kbbq-slide-track img {
    height: 260px;
    border-radius: 18px;
  }
  .reveal {
    transform: translateY(24px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kbbq-hero-bg,
  .reveal,
  .reveal-on-load,
  .kbbq-btn.pulse,
  .kbbq-slide-track {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .kbbq-hero-bg.is-active {
    transform: none;
  }
}

/* ===== KBBQ 4차 패치: 헤더 메뉴 폰트 1.5배 확대 =====
   - 홈 / 메뉴 / 예약 / 리뷰 / SNS / 오시는 길 메뉴 글자를 크게 보이게 조정
   - PC 기준 기존 1.04rem → 1.56rem
   - 태블릿 기준 기존 0.96rem → 1.44rem
   - 모바일 기준 기존 0.90rem → 1.35rem
   - 메뉴가 커진 만큼 헤더 높이와 메뉴 간격도 함께 보정
*/
:root {
  --kbbq-header-h: 96px;
}

.kbbq-logo {
  font-size: 1.56rem;
  font-weight: 1000;
  letter-spacing: -0.06em;
  min-width: 250px;
}

.kbbq-logo small {
  font-size: 1rem;
  margin-top: 0.18rem;
  letter-spacing: 0.18em;
}

.kbbq-nav a {
  font-size: 1.56rem;
  font-weight: 950;
  height: 50px;
  padding: 0 0.9rem;
}

@media (min-width: 981px) {
  .kbbq-header {
    grid-template-columns: 270px 1fr 160px;
    min-height: 96px;
  }
}

@media (max-width: 980px) {
  :root {
    --kbbq-header-h: 146px;
  }

  .kbbq-header {
    min-height: 146px;
  }

  .kbbq-logo {
    font-size: 1.42rem;
    min-width: 0;
  }

  .kbbq-logo small {
    font-size: 0.92rem;
  }

  .kbbq-nav a {
    font-size: 1.44rem;
    height: 48px;
    padding: 0 0.92rem;
  }
}

@media (max-width: 640px) {
  :root {
    --kbbq-header-h: 150px;
  }

  .kbbq-header {
    min-height: 150px;
  }

  .kbbq-logo {
    font-size: 1.3rem;
  }

  .kbbq-logo small {
    font-size: 0.84rem;
  }

  .kbbq-nav a {
    font-size: 1.35rem;
    height: 46px;
    padding: 0 0.82rem;
  }
}


/* =========================================================
   KBBQ 최종 모바일/태블릿 컴팩트 고정 헤더 패치
   적용 목적:
   - 980px 이하에서는 얇아진 헤더와 메뉴를 상단에 고정
   - 하단 CTA는 고정하지 않고 자연스럽게 스크롤
   - 모바일 메뉴에서 홈 버튼 숨김
   - H1, 본문, 카드, 버튼을 조금 작게 조정
   - 화면 안에 실제 콘텐츠가 더 많이 보이도록 여백 축소

   관리자 설정:
   - 모바일 전체 글자 크기: body.kbbq-site font-size
   - 모바일 메뉴 글자 크기: .kbbq-nav a font-size
   - 모바일 H1 크기: .kbbq-hero h1, .kbbq-subhero h1 font-size
========================================================= */

@media (max-width: 980px) {
  :root {
    --kbbq-header-h: 76px !important;
  }

  html,
  body {
    overflow-x: hidden !important;
  }

  body.kbbq-site {
    padding-top: var(--kbbq-header-h) !important;
    padding-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .kbbq-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 1000 !important;
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    padding: 0.45rem 0.75rem 0.38rem !important;
    background: rgba(19, 12, 8, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
  }

  .kbbq-logo {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.15 !important;
    margin: 0 0 0.28rem !important;
    white-space: normal !important;
  }

  .kbbq-logo small {
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em !important;
    margin-top: 0.05rem !important;
  }

  .kbbq-call {
    position: static !important;
    display: none !important;
  }

  .kbbq-nav {
    order: initial !important;
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.28rem !important;
    overflow-x: auto !important;
    padding: 0 0 0.15rem !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .kbbq-nav::-webkit-scrollbar {
    display: none !important;
  }

  .kbbq-nav a {
    flex: 0 0 auto !important;
    height: 28px !important;
    padding: 0 0.58rem !important;
    font-size: 0.84rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .kbbq-nav a:first-child {
    display: none !important;
  }

  .kbbq-bottom-cta {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    display: flex !important;
    padding: 0.42rem !important;
    gap: 0.38rem !important;
    background: #130c08 !important;
    backdrop-filter: none !important;
  }

  .kbbq-bottom-cta a {
    flex: 1 1 0 !important;
    min-height: 38px !important;
    font-size: 0.82rem !important;
    border-radius: 14px !important;
  }

  .kbbq-wrap,
  .kbbq-hero-inner {
    width: min(100% - 22px, 1120px) !important;
  }

  .kbbq-hero {
    min-height: auto !important;
  }

  .kbbq-hero-inner {
    padding: 2.35rem 0 2.55rem !important;
  }

  .kbbq-eyebrow {
    font-size: 0.78rem !important;
    padding: 0.32rem 0.62rem !important;
    margin-bottom: 0.7rem !important;
  }

  .kbbq-hero h1,
  .kbbq-subhero h1 {
    max-width: 100% !important;
    font-size: 1.72rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.06em !important;
    margin-bottom: 0.7rem !important;
  }

  .kbbq-hero .lead,
  .kbbq-hero p,
  .kbbq-subhero p {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0.75rem !important;
  }

  .kbbq-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.45rem !important;
    margin-top: 1rem !important;
  }

  .kbbq-btn {
    width: auto !important;
    min-height: 40px !important;
    font-size: 0.86rem !important;
    padding: 0.55rem 0.8rem !important;
    border-radius: 14px !important;
  }

  .kbbq-section {
    padding: 2.35rem 0 !important;
  }

  .kbbq-title {
    margin-bottom: 1.2rem !important;
  }

  .kbbq-title h2,
  .kbbq-copy h2,
  .kbbq-cta h2 {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.65rem !important;
  }

  .kbbq-title p,
  .kbbq-copy p {
    font-size: 0.9rem !important;
    line-height: 1.58 !important;
  }

  .kbbq-split,
  .kbbq-menu-grid,
  .kbbq-info-list,
  .kbbq-footer-grid,
  .kbbq-quick-grid,
  .kbbq-grid,
  .kbbq-channel-grid {
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
  }

  .kbbq-card,
  .kbbq-menu-card,
  .kbbq-info,
  .kbbq-review,
  .kbbq-channel,
  .kbbq-cta,
  .kbbq-quick-card {
    border-radius: 18px !important;
  }

  .kbbq-card-body,
  .kbbq-menu-card,
  .kbbq-info,
  .kbbq-review,
  .kbbq-channel,
  .kbbq-cta,
  .kbbq-quick-card {
    padding: 1rem !important;
  }

  .kbbq-card h3,
  .kbbq-menu-card h3,
  .kbbq-info strong,
  .kbbq-review strong,
  .kbbq-channel strong,
  .kbbq-quick-card strong {
    font-size: 1.03rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.42rem !important;
  }

  .kbbq-card p,
  .kbbq-menu-card p,
  .kbbq-info span,
  .kbbq-review p,
  .kbbq-channel p,
  .kbbq-quick-card span {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
    margin-bottom: 0.62rem !important;
  }

  .kbbq-quick {
    margin-top: -1.4rem !important;
  }

  .kbbq-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.55rem !important;
  }

  .kbbq-gallery img {
    border-radius: 14px !important;
  }

  .kbbq-slideshow {
    border-radius: 18px !important;
    margin: 0.8rem 0 1rem !important;
  }

  .kbbq-slide-track {
    gap: 0.55rem !important;
    padding: 0.55rem !important;
  }

  .kbbq-slide-track img {
    flex-basis: 78vw !important;
    height: 230px !important;
    border-radius: 16px !important;
  }

  .kbbq-map,
  .kbbq-menu-shot {
    border-radius: 18px !important;
  }

  .root_daum_roughmap .wrap_map {
    height: 280px !important;
  }

  .kbbq-subhero {
    padding: 2.4rem 0 2.2rem !important;
  }

  .kbbq-footer {
    padding: 1.8rem 0 1rem !important;
  }

  .kbbq-footer p,
  .kbbq-footer li,
  .kbbq-footer a {
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }
}

/* 아주 작은 휴대폰 보정 */
@media (max-width: 420px) {
  :root {
    --kbbq-header-h: 70px !important;
  }

  body.kbbq-site {
    padding-top: var(--kbbq-header-h) !important;
    font-size: 13.5px !important;
  }

  .kbbq-logo {
    font-size: 1rem !important;
  }

  .kbbq-nav a {
    height: 28px !important;
    font-size: 0.82rem !important;
    padding: 0 0.5rem !important;
  }

  .kbbq-hero h1,
  .kbbq-subhero h1 {
    font-size: 1.55rem !important;
  }

  .kbbq-hero .lead,
  .kbbq-hero p,
  .kbbq-subhero p {
    font-size: 0.88rem !important;
  }

  .kbbq-section {
    padding: 2rem 0 !important;
  }

  .kbbq-slide-track img {
    height: 210px !important;
  }
}


/* =========================================================
   KBBQ 모바일 헤더 강제 고정 최종 잠금 패치
   중요:
   - 반드시 CSS 파일의 맨 마지막에 있어야 합니다.
   - 기존 position: static / min-height / padding 규칙을 모두 이깁니다.
   - 모바일 미리보기 폭이 넓게 잡히는 경우까지 고려해 1180px 이하에 적용합니다.
========================================================= */

@media screen and (max-width: 1180px) {
  :root {
    --kbbq-header-h: 76px !important;
  }

  html,
  body,
  body.kbbq-site {
    overflow-x: hidden !important;
  }

  body.kbbq-site {
    padding-top: var(--kbbq-header-h) !important;
    padding-bottom: 0 !important;
  }

  body.kbbq-site .kbbq-header,
  .kbbq-site .kbbq-header,
  header.kbbq-header,
  .kbbq-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding: 0.45rem 0.75rem 0.38rem !important;
    margin: 0 !important;
    background: rgba(19, 12, 8, 0.97) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
    transform: none !important;
  }

  body.kbbq-site .kbbq-logo,
  .kbbq-site .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.15 !important;
    margin: 0 0 0.28rem !important;
    white-space: normal !important;
  }

  body.kbbq-site .kbbq-logo small,
  .kbbq-site .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em !important;
    margin-top: 0.05rem !important;
  }

  body.kbbq-site .kbbq-nav,
  .kbbq-site .kbbq-nav,
  .kbbq-header .kbbq-nav {
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.28rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 0.15rem !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.kbbq-site .kbbq-nav::-webkit-scrollbar,
  .kbbq-site .kbbq-nav::-webkit-scrollbar,
  .kbbq-header .kbbq-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.kbbq-site .kbbq-nav a,
  .kbbq-site .kbbq-nav a,
  .kbbq-header .kbbq-nav a {
    flex: 0 0 auto !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 0.58rem !important;
    font-size: 0.84rem !important;
    font-weight: 850 !important;
    line-height: 28px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-nav a:first-child,
  .kbbq-site .kbbq-nav a:first-child,
  .kbbq-header .kbbq-nav a:first-child {
    display: none !important;
  }

  body.kbbq-site .kbbq-nav a:first-child[aria-current="page"],
  .kbbq-site .kbbq-nav a:first-child[aria-current="page"],
  .kbbq-header .kbbq-nav a:first-child[aria-current="page"] {
    display: inline-flex !important;
  }

  body.kbbq-site .kbbq-call,
  .kbbq-site .kbbq-call,
  .kbbq-header .kbbq-call {
    display: none !important;
  }

  body.kbbq-site .kbbq-bottom-cta,
  .kbbq-site .kbbq-bottom-cta,
  .kbbq-bottom-cta {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
  }
}

@media screen and (max-width: 420px) {
  :root {
    --kbbq-header-h: 70px !important;
  }

  body.kbbq-site .kbbq-logo,
  .kbbq-site .kbbq-logo,
  .kbbq-header .kbbq-logo {
    font-size: 1rem !important;
  }

  body.kbbq-site .kbbq-nav a,
  .kbbq-site .kbbq-nav a,
  .kbbq-header .kbbq-nav a {
    height: 27px !important;
    min-height: 27px !important;
    line-height: 27px !important;
    font-size: 0.81rem !important;
    padding: 0 0.5rem !important;
  }
}

/* =========================================================
   KBBQ 모바일 헤더 고정 + 메뉴 중앙정렬 + 메뉴 글자 +1px 최종 잠금
   중요: 이 블록은 반드시 CSS 파일의 가장 마지막에 있어야 합니다.
========================================================= */
@media screen and (max-width: 1180px) {
  :root {
    --kbbq-header-h: 82px !important;
  }

  html,
  body,
  body.kbbq-site {
    overflow-x: hidden !important;
  }

  body.kbbq-site {
    padding-top: var(--kbbq-header-h) !important;
    padding-bottom: 0 !important;
  }

  body.kbbq-site .kbbq-header,
  .kbbq-site .kbbq-header,
  header.kbbq-header,
  .kbbq-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 2147483000 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding: 0.48rem 0.75rem 0.42rem !important;
    margin: 0 !important;
    background: rgba(19, 12, 8, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    transform: translateZ(0) !important;
    will-change: transform !important;
  }

  body.kbbq-site .kbbq-logo,
  .kbbq-site .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.15 !important;
    margin: 0 0 0.28rem !important;
    text-align: left !important;
    white-space: normal !important;
  }

  body.kbbq-site .kbbq-logo small,
  .kbbq-site .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    font-size: 0.66rem !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em !important;
    margin-top: 0.05rem !important;
  }

  body.kbbq-site .kbbq-nav,
  .kbbq-site .kbbq-nav,
  .kbbq-header .kbbq-nav {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.3rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 0.12rem !important;
    text-align: center !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.kbbq-site .kbbq-nav::-webkit-scrollbar,
  .kbbq-site .kbbq-nav::-webkit-scrollbar,
  .kbbq-header .kbbq-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.kbbq-site .kbbq-nav a,
  .kbbq-site .kbbq-nav a,
  .kbbq-header .kbbq-nav a {
    flex: 0 0 auto !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    padding: 0 0.6rem !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.94) !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  body.kbbq-site .kbbq-nav a:first-child,
  .kbbq-site .kbbq-nav a:first-child,
  .kbbq-header .kbbq-nav a:first-child {
    display: none !important;
  }

  body.kbbq-site .kbbq-call,
  .kbbq-site .kbbq-call,
  .kbbq-header .kbbq-call {
    display: none !important;
  }

  body.kbbq-site .kbbq-bottom-cta,
  .kbbq-site .kbbq-bottom-cta,
  .kbbq-bottom-cta {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
  }
}

@media screen and (max-width: 420px) {
  :root {
    --kbbq-header-h: 80px !important;
  }

  body.kbbq-site .kbbq-nav,
  .kbbq-site .kbbq-nav,
  .kbbq-header .kbbq-nav {
    justify-content: center !important;
    gap: 0.24rem !important;
  }

  body.kbbq-site .kbbq-nav a,
  .kbbq-site .kbbq-nav a,
  .kbbq-header .kbbq-nav a {
    height: 31px !important;
    min-height: 31px !important;
    line-height: 31px !important;
    font-size: 0.93rem !important;
    padding: 0 0.5rem !important;
  }
}

/* =========================================================
   KBBQ 공통 모바일 헤더 최종 잠금 v2
   - 모든 페이지(index/menu/reservation/reviews/instagram/contact) 동일 적용
   - 모바일/태블릿에서 헤더 고정
   - 홈 메뉴 숨김 후 5개 메뉴 가운데 정렬
   - 오시는길 버튼까지 한 줄에 들어오도록 폭/간격 보정
   - 이 블록은 반드시 CSS 파일의 가장 마지막에 있어야 합니다.
========================================================= */
@media screen and (max-width: 1180px) {
  :root {
    --kbbq-header-h: 82px !important;
  }

  html,
  body,
  body.kbbq-site {
    overflow-x: hidden !important;
  }

  body.kbbq-site {
    padding-top: var(--kbbq-header-h) !important;
    padding-bottom: 0 !important;
  }

  body.kbbq-site header.kbbq-header,
  body.kbbq-site .kbbq-header,
  header.kbbq-header.kbbq-header,
  .kbbq-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 2147483000 !important;
    width: 100vw !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    display: block !important;
    padding: 0.48rem 0.72rem 0.42rem !important;
    margin: 0 !important;
    background: rgba(19, 12, 8, 0.98) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    transform: translate3d(0, 0, 0) !important;
    will-change: transform !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.12 !important;
    margin: 0 0 0.28rem !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    display: block !important;
    font-size: 0.66rem !important;
    line-height: 1.18 !important;
    letter-spacing: 0.1em !important;
    margin-top: 0.05rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.28rem !important;
    overflow-x: visible !important;
    overflow-y: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav::-webkit-scrollbar,
  .kbbq-header .kbbq-nav::-webkit-scrollbar,
  nav.kbbq-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    flex: 0 1 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    padding: 0 0.55rem !important;
    font-size: 0.96rem !important;
    font-weight: 900 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.94) !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a:first-child,
  .kbbq-header .kbbq-nav a:first-child,
  nav.kbbq-nav a:first-child {
    display: none !important;
  }

  body.kbbq-site .kbbq-header .kbbq-call,
  .kbbq-header .kbbq-call,
  .kbbq-call {
    display: none !important;
  }

  body.kbbq-site .kbbq-bottom-cta,
  .kbbq-bottom-cta {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
  }
}

@media screen and (max-width: 420px) {
  :root {
    --kbbq-header-h: 80px !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    justify-content: center !important;
    gap: 0.2rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    height: 31px !important;
    min-height: 31px !important;
    line-height: 31px !important;
    font-size: 0.93rem !important;
    padding: 0 0.42rem !important;
  }
}

@media screen and (max-width: 360px) {
  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    font-size: 0.89rem !important;
    padding: 0 0.34rem !important;
  }
}

/* =========================================================
   KBBQ 모바일 히어로 확장 + 배경 밝기 보정 최종 패치
   목적:
   - 모바일에서 납작해 보이던 히어로/서브히어로 높이를 약 2배로 확대
   - 어둡게 눌려 보이던 배경 이미지를 조금 더 밝고 선명하게 조정
   - 기존 모바일 고정 헤더 구조는 유지
   - 반드시 CSS 파일의 가장 마지막에 위치
========================================================= */
@media screen and (max-width: 1180px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero {
    min-height: 68vh !important;
    display: flex !important;
    align-items: center !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: 5.2rem !important;
    padding-bottom: 5.4rem !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    min-height: 46vh !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background:
      linear-gradient(
        90deg,
        rgba(19, 12, 8, 0.50),
        rgba(19, 12, 8, 0.18)
      ),
      url("../../images/kbbq/fire-night.png") center/cover no-repeat !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(10, 6, 3, 0.38),
        rgba(10, 6, 3, 0.46)
      ),
      url("../../images/kbbq/garden-day.png") center/cover no-repeat !important;
    filter: brightness(1.18) saturate(1.08) contrast(1.02) !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg {
    filter: brightness(1.2) saturate(1.12) contrast(1.02) !important;
  }

  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(10, 6, 3, 0.34),
        rgba(10, 6, 3, 0.50)
      ) !important;
  }

  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after {
    background:
      radial-gradient(
        circle at 80% 20%,
        rgba(249, 115, 22, 0.18),
        transparent 38%
      ) !important;
  }

  body.kbbq-site .kbbq-hero h1,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-hero h1,
  .kbbq-subhero h1 {
    font-size: 1.92rem !important;
    line-height: 1.2 !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.48) !important;
  }

  body.kbbq-site .kbbq-hero .lead,
  body.kbbq-site .kbbq-hero p,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-hero .lead,
  .kbbq-hero p,
  .kbbq-subhero p {
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.44) !important;
  }
}

@media screen and (max-width: 420px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero {
    min-height: 64vh !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: 4.6rem !important;
    padding-bottom: 4.8rem !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    min-height: 42vh !important;
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  body.kbbq-site .kbbq-hero h1,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-hero h1,
  .kbbq-subhero h1 {
    font-size: 1.72rem !important;
  }
}

@media screen and (max-width: 980px) {
  :root {
    --kbbq-header-h: 112px;
  }

  body.kbbq-site .kbbq-header,
  .kbbq-header {
    height: auto !important;
    min-height: var(--kbbq-header-h) !important;
    padding: 0.62rem 1rem 0.7rem !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.35rem 0.7rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.38rem !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    white-space: nowrap !important;
    font-size: 1.02rem !important;
    line-height: 1 !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    display: inline-block !important;
    font-size: 1em !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
    margin: 0 !important;
    color: #f6d7a3 !important;
  }

  body.kbbq-site .kbbq-header .kbbq-call,
  .kbbq-header .kbbq-call {
    display: inline-flex !important;
    position: static !important;
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    height: 36px !important;
    padding: 0 0.78rem !important;
    border-radius: 999px !important;
    font-size: 0.8rem !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    order: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.28rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0.1rem 0 0 !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav::-webkit-scrollbar,
  .kbbq-header .kbbq-nav::-webkit-scrollbar,
  nav.kbbq-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    flex: 0 0 auto !important;
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    padding: 0 0.58rem !important;
    font-size: 0.84rem !important;
  }

  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    align-items: flex-start !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: 4.3rem !important;
    padding-bottom: 2.8rem !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 66vh !important;
    padding-top: 4.3rem !important;
    padding-bottom: 2.8rem !important;
    background:
      linear-gradient(
        90deg,
        rgba(17, 10, 6, 0.18),
        rgba(17, 10, 6, 0.08)
      ),
      #0b0705 !important;
  }

  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after {
    background:
      linear-gradient(
        90deg,
        rgba(10, 6, 3, 0.16),
        rgba(10, 6, 3, 0.30)
      ) !important;
  }

  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap {
    position: relative;
    z-index: 2;
  }

  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    display: block !important;
    opacity: 0;
    transform: scale(1.06);
  }

  body.kbbq-site .kbbq-subhero .kbbq-hero-bg.is-active,
  .kbbq-subhero .kbbq-hero-bg.is-active {
    opacity: 1;
    transform: scale(1.1);
  }

  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background:
      linear-gradient(
        90deg,
        rgba(10, 6, 3, 0.22) 0%,
        rgba(10, 6, 3, 0.30) 48%,
        rgba(10, 6, 3, 0.18) 100%
      ) !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(10, 6, 3, 0.26),
        rgba(10, 6, 3, 0.34)
      ),
      url("../../images/kbbq/garden-day.png") center/cover no-repeat !important;
    filter: brightness(1.16) saturate(1.08) contrast(1.03) !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg {
    filter: brightness(1.15) saturate(1.08) contrast(1.02) !important;
  }

  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(10, 6, 3, 0.18),
        rgba(10, 6, 3, 0.30)
      ) !important;
  }

  body.kbbq-site .kbbq-hero h1,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-hero h1,
  .kbbq-subhero h1 {
    font-size: clamp(2.1rem, 5.1vw, 3.2rem) !important;
    line-height: 1.12 !important;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42) !important;
  }

  body.kbbq-site .kbbq-hero .lead,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-hero .lead,
  .kbbq-subhero p {
    font-size: clamp(1.02rem, 1.55vw, 1.2rem) !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42) !important;
  }

  body.kbbq-site .kbbq-btn,
  body.kbbq-site .kbbq-call,
  body.kbbq-site .kbbq-bottom-cta a,
  .kbbq-btn,
  .kbbq-call,
  .kbbq-bottom-cta a {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition:
      transform 120ms ease,
      filter 120ms ease;
  }

  body.kbbq-site .kbbq-btn:active,
  body.kbbq-site .kbbq-call:active,
  body.kbbq-site .kbbq-bottom-cta a:active,
  .kbbq-btn:active,
  .kbbq-call:active,
  .kbbq-bottom-cta a:active,
  body.kbbq-site .is-tapping,
  .is-tapping {
    transform: scale(0.97) !important;
    filter: brightness(0.95) !important;
  }
}

@media screen and (max-width: 980px) and (prefers-reduced-motion: reduce) {
  body.kbbq-site .kbbq-btn,
  body.kbbq-site .kbbq-call,
  body.kbbq-site .kbbq-bottom-cta a,
  .kbbq-btn,
  .kbbq-call,
  .kbbq-bottom-cta a {
    transition: none !important;
  }

  body.kbbq-site .kbbq-btn:active,
  body.kbbq-site .kbbq-call:active,
  body.kbbq-site .kbbq-bottom-cta a:active,
  .kbbq-btn:active,
  .kbbq-call:active,
  .kbbq-bottom-cta a:active,
  body.kbbq-site .is-tapping,
  .is-tapping {
    transform: none !important;
    filter: none !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-header,
  .kbbq-header {
    padding-right: 0.9rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    display: inline-block !important;
    font-size: 0.98em !important;
    line-height: 1 !important;
    margin: 0 !important;
    vertical-align: baseline !important;
  }

  body.kbbq-site .kbbq-header .kbbq-call,
  .kbbq-header .kbbq-call {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    order: 2 !important;
    margin-left: auto !important;
    z-index: 1002 !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a[aria-current="page"],
  .kbbq-header .kbbq-nav a[aria-current="page"] {
    background: linear-gradient(135deg, var(--kbbq-fire), var(--kbbq-red)) !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(139, 30, 18, 0.22) !important;
  }

  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    align-items: flex-start !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    padding-top: calc(86px + 56px) !important;
    padding-bottom: 3.8rem !important;
  }
}

@media screen and (max-width: 980px) {
  :root {
    --kbbq-header-h: 78px;
  }

  body.kbbq-site .kbbq-header,
  .kbbq-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo call"
      "nav nav" !important;
    align-items: center !important;
    align-content: start !important;
    min-height: 78px !important;
    padding: 0.28rem 0.72rem 0.2rem !important;
    column-gap: 0.42rem !important;
    row-gap: 0.1rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-self: start !important;
    grid-area: logo !important;
    gap: 0.5rem !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 108px) !important;
    margin: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    align-self: center !important;
    font-size: 0.98rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    display: inline-block !important;
    font-size: 0.96em !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  body.kbbq-site .kbbq-header .kbbq-call,
  .kbbq-header .kbbq-call {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    grid-area: call !important;
    flex: 0 0 auto !important;
    justify-self: end !important;
    margin-left: 0 !important;
    height: 32px !important;
    padding: 0 0.66rem !important;
    font-size: 0.72rem !important;
    z-index: 1002 !important;
    align-self: center !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    grid-area: nav !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.02rem 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.06rem !important;
    overflow: visible !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    height: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
    padding: 0 0.18rem !important;
    font-size: 0.98rem !important;
    font-weight: 900 !important;
  }

  body.kbbq-site .kbbq-nav a:first-child,
  .kbbq-header .kbbq-nav a:first-child,
  .kbbq-site .kbbq-nav a:first-child {
    display: inline-flex !important;
  }

  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    align-items: flex-start !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    padding-top: calc(var(--kbbq-header-h) + 24px) !important;
    padding-bottom: 3.8rem !important;
  }
}

@media screen and (max-width: 360px) {
  body.kbbq-site .kbbq-header,
  .kbbq-header {
    padding-left: 0.62rem !important;
    padding-right: 0.62rem !important;
    column-gap: 0.3rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    gap: 0.58rem !important;
    font-size: 0.94rem !important;
    max-width: calc(100% - 100px) !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    gap: 0.04rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    padding: 0 0.13rem !important;
    font-size: 0.94rem !important;
  }
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(1) .kbbq-btn {
  background: linear-gradient(135deg, #c8861f, #dca341);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(2) .kbbq-btn {
  background: linear-gradient(135deg, #b38b2a, #d7aa48);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(3) .kbbq-btn {
  background: linear-gradient(135deg, #8a6230, #b07a3d);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(4) .kbbq-btn {
  background: linear-gradient(135deg, #c58d39, #e0af55);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(5) .kbbq-btn {
  background: linear-gradient(135deg, #9c6a2c, #b57d40);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel:nth-child(6) .kbbq-btn {
  background: linear-gradient(135deg, #5a3b22, #3f2517);
  color: #fff;
}

body.kbbq-site .kbbq-channel-grid > .kbbq-channel .kbbq-btn:hover {
  color: #fff;
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-header,
  .kbbq-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "logo" "nav" !important;
    grid-template-rows: auto auto !important;
    grid-auto-flow: row !important;
    align-items: center !important;
    align-content: start !important;
    justify-content: stretch !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    grid-area: logo !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    gap: 0.72rem !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-call,
  .kbbq-header .kbbq-call {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav,
  .kbbq-header .kbbq-nav,
  nav.kbbq-nav {
    grid-area: nav !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    overflow: visible !important;
    gap: 0.3rem !important;
    padding-top: 0.08rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a:first-child,
  .kbbq-header .kbbq-nav a:first-child,
  .kbbq-site .kbbq-nav a:first-child {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.kbbq-site .kbbq-header .kbbq-nav a,
  .kbbq-header .kbbq-nav a,
  nav.kbbq-nav a {
    font-size: 1.12rem !important;
    padding: 0 0.46rem !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    padding-top: calc(var(--kbbq-header-h) + 20px) !important;
  }
}

/* =========================================================
   KBBQ 모바일 로고 크기 최종 보정 v3
   - 모바일 상단 '강경숯불바베큐 KKBBQ'가 작아 보이는 문제 해결
   - 기존 모바일 로고 기준 약 50% 확대
   - 전화번호 버튼은 기존처럼 모바일에서 숨김 유지
   - HTML 수정 없이 assets/css/kbbq-custom.css 하나만 교체하면 적용
========================================================= */
@media screen and (max-width: 1180px) {
  :root {
    --kbbq-header-h: 92px !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.46rem !important;
    width: 100% !important;
    font-size: 1.62rem !important;
    line-height: 1.05 !important;
    margin: 0 0 0.34rem !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.99rem !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
    margin: 0 !important;
    transform: translateY(0.03em) !important;
  }
}

@media screen and (max-width: 420px) {
  :root {
    --kbbq-header-h: 90px !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    font-size: 1.5rem !important;
    gap: 0.42rem !important;
    margin-bottom: 0.32rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 360px) {
  body.kbbq-site .kbbq-header .kbbq-logo,
  .kbbq-header .kbbq-logo {
    font-size: 1.42rem !important;
    gap: 0.36rem !important;
  }

  body.kbbq-site .kbbq-header .kbbq-logo small,
  .kbbq-header .kbbq-logo small {
    font-size: 0.84rem !important;
  }
}

@media (min-width: 981px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero {
    min-height: 1200px !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    min-height: 1200px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    position: relative !important;
    z-index: 2 !important;
    /* 비교용:
       translateY(-90px)  = 조금만 위로
       translateY(-120px) = 권장 기본값
       translateY(-150px) = 더 강하게 위로 */
    transform: translateY(-120px) !important;
    padding: 5.8rem 0 !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    display: block !important;
    background-position: center center !important;
    background-size: cover !important;
    transform-origin: center center !important;
    opacity: 0;
    animation: kbbqHeroZoom 7s ease-in-out infinite alternate;
    will-change: transform, opacity;
  }

  body.kbbq-site .kbbq-hero-bg.is-active,
  .kbbq-hero-bg.is-active,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg.is-active,
  .kbbq-subhero .kbbq-hero-bg.is-active {
    opacity: 1;
  }
}

@keyframes kbbqHeroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

@media (min-width: 769px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero {
    min-height: 1200px !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    min-height: 1200px !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after {
    inset: auto 0 0 !important;
    height: 34% !important;
    background: linear-gradient(
      0deg,
      rgba(255, 248, 238, 0.98) 0%,
      rgba(255, 248, 238, 0.72) 42%,
      rgba(255, 248, 238, 0) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    background-position: center center !important;
    background-size: cover !important;
    animation: kbbqHeroZoom 7s ease-in-out infinite alternate !important;
  }

  body.kbbq-site .kbbq-hero-bg.is-active,
  .kbbq-hero-bg.is-active,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg.is-active,
  .kbbq-subhero .kbbq-hero-bg.is-active {
    opacity: 1 !important;
  }
}

.kbbq-worldtime {
  margin-top: 1.4rem;
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 248, 238, 0.82);
  border: 1px solid rgba(121, 68, 35, 0.14);
  box-shadow: 0 18px 42px rgba(64, 36, 20, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.kbbq-worldtime__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.kbbq-worldtime__head strong {
  display: block;
  color: rgba(82, 43, 19, 0.98);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kbbq-worldtime__head span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(82, 43, 19, 0.74);
  font-size: 0.96rem;
  line-height: 1.6;
}

.kbbq-worldtime__live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(217, 101, 26, 0.16);
  color: #8f4314;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.kbbq-worldtime__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.95rem;
}

.kbbq-worldtime__card {
  position: relative;
  overflow: hidden;
  padding: 0.95rem 0.95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 237, 0.94));
  border: 1px solid rgba(121, 68, 35, 0.12);
  box-shadow: 0 14px 30px rgba(64, 36, 20, 0.08);
}

.kbbq-worldtime__city {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.kbbq-worldtime__city strong {
  color: rgba(82, 43, 19, 0.96);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kbbq-worldtime__city span {
  color: rgba(82, 43, 19, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.kbbq-worldtime__time {
  margin-top: 0.75rem;
  color: rgba(82, 43, 19, 0.98);
  font-size: 1.48rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.kbbq-worldtime__date {
  margin-top: 0.35rem;
  color: rgba(82, 43, 19, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  .kbbq-worldtime {
    margin-top: 1rem;
    padding: 0.95rem;
    border-radius: 18px;
  }

  .kbbq-worldtime__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .kbbq-worldtime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .kbbq-worldtime__card {
    padding: 0.88rem 0.82rem 0.9rem;
    border-radius: 16px;
  }

  .kbbq-worldtime__time {
    font-size: 1.28rem;
  }
}

@media screen and (max-width: 540px) {
  .kbbq-worldtime__grid {
    grid-template-columns: 1fr;
  }
}

.kbbq-worldtime {
  margin-top: 1.4rem;
  padding: 1.1rem 1.1rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 248, 238, 0.82);
  border: 1px solid rgba(121, 68, 35, 0.14);
  box-shadow: 0 18px 42px rgba(64, 36, 20, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.kbbq-worldtime__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.kbbq-worldtime__head strong {
  display: block;
  color: rgba(82, 43, 19, 0.98);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kbbq-worldtime__head span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(82, 43, 19, 0.74);
  font-size: 0.96rem;
  line-height: 1.6;
}

.kbbq-worldtime__live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(217, 101, 26, 0.16);
  color: #8f4314;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.kbbq-worldtime__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.95rem;
}

.kbbq-worldtime__card {
  position: relative;
  overflow: hidden;
  padding: 0.95rem 0.95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 237, 0.94));
  border: 1px solid rgba(121, 68, 35, 0.12);
  box-shadow: 0 14px 30px rgba(64, 36, 20, 0.08);
}

.kbbq-worldtime__city {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
}

.kbbq-worldtime__city strong {
  color: rgba(82, 43, 19, 0.96);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kbbq-worldtime__city span {
  color: rgba(82, 43, 19, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.kbbq-worldtime__time {
  margin-top: 0.75rem;
  color: rgba(82, 43, 19, 0.98);
  font-size: 1.48rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.kbbq-worldtime__date {
  margin-top: 0.35rem;
  color: rgba(82, 43, 19, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  .kbbq-worldtime {
    margin-top: 1rem;
    padding: 0.95rem;
    border-radius: 18px;
  }

  .kbbq-worldtime__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .kbbq-worldtime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .kbbq-worldtime__card {
    padding: 0.88rem 0.82rem 0.9rem;
    border-radius: 16px;
  }

  .kbbq-worldtime__time {
    font-size: 1.28rem;
  }
}

@media screen and (max-width: 540px) {
  .kbbq-worldtime__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 981px) {
  body.kbbq-site .kbbq-section,
  .kbbq-section {
    letter-spacing: 0.01em;
  }

  body.kbbq-site .kbbq-section h2,
  .kbbq-section h2,
  body.kbbq-site .kbbq-title h2,
  .kbbq-title h2,
  body.kbbq-site .kbbq-copy h2,
  .kbbq-copy h2 {
    font-size: clamp(2.25rem, 3.35vw, 3.75rem);
  }

  body.kbbq-site .kbbq-section .eyebrow,
  .kbbq-section .eyebrow {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    font-weight: 800;
  }

  body.kbbq-site .kbbq-section p,
  .kbbq-section p,
  body.kbbq-site .kbbq-title p,
  .kbbq-title p,
  body.kbbq-site .kbbq-copy p,
  .kbbq-copy p,
  body.kbbq-site .kbbq-story p,
  .kbbq-story p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(35, 20, 12, 0.92);
  }

  body.kbbq-site .kbbq-card h3,
  .kbbq-card h3,
  body.kbbq-site .kbbq-feature-card h3,
  .kbbq-feature-card h3,
  body.kbbq-site .kbbq-menu-card h3,
  .kbbq-menu-card h3 {
    font-size: 1.25rem;
  }

  body.kbbq-site .kbbq-card p,
  .kbbq-card p,
  body.kbbq-site .kbbq-feature-card p,
  .kbbq-feature-card p,
  body.kbbq-site .kbbq-menu-card p,
  .kbbq-menu-card p {
    font-size: 1.02rem;
    line-height: 1.78;
    color: rgba(35, 20, 12, 0.9);
    font-weight: 500;
  }

  body.kbbq-site .kbbq-quick-card strong,
  .kbbq-quick-card strong,
  body.kbbq-site .kbbq-channel strong,
  .kbbq-channel strong {
    font-size: 1.18rem;
  }

  body.kbbq-site .kbbq-quick-card span,
  .kbbq-quick-card span,
  body.kbbq-site .kbbq-channel p,
  .kbbq-channel p {
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(35, 20, 12, 0.9);
    font-weight: 500;
  }
}


/* =========================================================
   KBBQ 모바일 헤더-히어로 흰 구분선 제거 최종 패치
   - 고정 헤더 실제 높이와 body padding 차이로 생기는 흰 여백을 히어로가 살짝 덮도록 보정
   - PC 히어로 1200px 설정에는 영향 없음
========================================================= */
@media screen and (max-width: 1180px) {
  body.kbbq-site .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-hero,
  .kbbq-subhero {
    margin-top: -5mm !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: calc(5.2rem + 5mm) !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    padding-top: calc(5rem + 5mm) !important;
  }

  body.kbbq-site .kbbq-header,
  .kbbq-header {
    border-bottom-color: rgba(255, 255, 255, 0.04) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18) !important;
  }
}

@media screen and (max-width: 420px) {
  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: calc(4.6rem + 5mm) !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    padding-top: calc(4.5rem + 5mm) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner {
    padding-top: calc(var(--kbbq-header-h) + 24px) !important;
    padding-bottom: 3.2rem !important;
  }

  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    padding: 0 !important;
  }

  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    padding-top: calc(var(--kbbq-header-h) + 24px) !important;
    padding-bottom: 3.2rem !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    position: relative !important;
    overflow: hidden !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(0, 0, 0, 0.58) 55%,
        rgba(0, 0, 0, 0.72) 100%
      ) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.10) !important;
  }

  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0.36) 48%,
        rgba(0, 0, 0, 0.56) 100%
      ) !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.08) !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    position: relative !important;
    z-index: 2 !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    min-height: 620px !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(255, 248, 238, 0) 0%,
      rgba(255, 248, 238, 0.12) 48%,
      rgba(255, 248, 238, 0.9) 100%
    ) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    position: relative !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(255, 248, 238, 0) 0%,
      rgba(255, 248, 238, 0) 70%,
      rgba(255, 248, 238, 0.16) 84%,
      rgba(255, 248, 238, 0.9) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero h1,
  .kbbq-hero h1,
  body.kbbq-site .kbbq-hero p,
  .kbbq-hero p,
  body.kbbq-site .kbbq-hero .lead,
  .kbbq-hero .lead,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-subhero h1,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-subhero p,
  body.kbbq-site .kbbq-actions a,
  .kbbq-actions a,
  body.kbbq-site .kbbq-btn,
  .kbbq-btn {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    background: linear-gradient(
      180deg,
      rgba(8, 5, 3, 0.20) 0%,
      rgba(8, 5, 3, 0.34) 54%,
      rgba(8, 5, 3, 0.58) 100%
    ) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    position: relative !important;
    z-index: 2 !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(255, 248, 238, 0) 0%,
      rgba(255, 248, 238, 0) 70%,
      rgba(255, 248, 238, 0.16) 84%,
      rgba(255, 248, 238, 0.9) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero h1,
  .kbbq-hero h1,
  body.kbbq-site .kbbq-hero p,
  .kbbq-hero p,
  body.kbbq-site .kbbq-hero .lead,
  .kbbq-hero .lead,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-subhero h1,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-subhero p,
  body.kbbq-site .kbbq-actions a,
  .kbbq-actions a,
  body.kbbq-site .kbbq-btn,
  .kbbq-btn {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero,
  .kbbq-hero,
  body.kbbq-site .kbbq-subhero,
  .kbbq-subhero {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    filter: brightness(0.55) saturate(0.90) contrast(1.05) !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    pointer-events: none !important;
    z-index: 1 !important;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.78) 52%,
        rgba(0, 0, 0, 0.92) 100%
      ) !important;
  }

  body.kbbq-site .kbbq-hero-inner,
  .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero > .kbbq-wrap,
  .kbbq-subhero > .kbbq-wrap,
  body.kbbq-site .kbbq-subhero .kbbq-wrap {
    position: relative !important;
    z-index: 2 !important;
  }

  body.kbbq-site .kbbq-hero h1,
  .kbbq-hero h1,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-subhero h1 {
    text-shadow:
      0 3px 10px rgba(0, 0, 0, 0.80),
      0 0 22px rgba(0, 0, 0, 0.28) !important;
  }

  body.kbbq-site .kbbq-hero p,
  .kbbq-hero p,
  body.kbbq-site .kbbq-hero .lead,
  .kbbq-hero .lead,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-subhero p,
  body.kbbq-site .kbbq-actions a,
  .kbbq-actions a,
  body.kbbq-site .kbbq-btn,
  .kbbq-btn {
    text-shadow:
      0 2px 7px rgba(0, 0, 0, 0.72),
      0 0 14px rgba(0, 0, 0, 0.20) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.66) 0%,
      rgba(0, 0, 0, 0.74) 55%,
      rgba(0, 0, 0, 0.92) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero .kbbq-hero-inner,
  .kbbq-hero .kbbq-hero-inner,
  body.kbbq-site .kbbq-subhero .kbbq-wrap,
  .kbbq-subhero .kbbq-wrap {
    position: relative !important;
    z-index: 2 !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    filter: brightness(0.82) saturate(0.96) contrast(1.02) !important;
    opacity: 1 !important;
  }

  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.26) 0%,
      rgba(0, 0, 0, 0.40) 54%,
      rgba(0, 0, 0, 0.55) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero h1,
  .kbbq-hero h1,
  body.kbbq-site .kbbq-subhero h1,
  .kbbq-subhero h1 {
    text-shadow:
      0 2px 8px rgba(0, 0, 0, 0.75),
      0 0 18px rgba(0, 0, 0, 0.30) !important;
  }

  body.kbbq-site .kbbq-hero p,
  .kbbq-hero p,
  body.kbbq-site .kbbq-hero .lead,
  .kbbq-hero .lead,
  body.kbbq-site .kbbq-subhero p,
  .kbbq-subhero p,
  body.kbbq-site .kbbq-actions a,
  .kbbq-actions a,
  body.kbbq-site .kbbq-btn,
  .kbbq-btn {
    text-shadow:
      0 1px 6px rgba(0, 0, 0, 0.70),
      0 0 12px rgba(0, 0, 0, 0.22) !important;
  }
}

@media screen and (max-width: 980px) {
  body.kbbq-site .kbbq-hero::before,
  .kbbq-hero::before,
  body.kbbq-site .kbbq-hero::after,
  .kbbq-hero::after,
  body.kbbq-site .kbbq-subhero::before,
  .kbbq-subhero::before,
  body.kbbq-site .kbbq-subhero::after,
  .kbbq-subhero::after,
  body.kbbq-site .kbbq-hero-bg::after,
  .kbbq-hero-bg::after,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg::after,
  .kbbq-subhero .kbbq-hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.010) 0%,
      rgba(0, 0, 0, 0.020) 55%,
      rgba(0, 0, 0, 0.030) 100%
    ) !important;
  }

  body.kbbq-site .kbbq-hero-bg,
  .kbbq-hero-bg,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg,
  .kbbq-subhero .kbbq-hero-bg {
    opacity: 0 !important;
    transition: opacity 1.2s ease !important;
    animation: kbbqHeroZoom 7s ease-in-out infinite alternate !important;
    transform-origin: center center !important;
    will-change: transform, opacity !important;
  }

  body.kbbq-site .kbbq-hero-bg.is-active,
  .kbbq-hero-bg.is-active,
  body.kbbq-site .kbbq-subhero .kbbq-hero-bg.is-active,
  .kbbq-subhero .kbbq-hero-bg.is-active {
    opacity: 1 !important;
  }
}

/* =========================================================
  KKBBQ FOOTER WORLD TIME FINAL COMPACT VIEW
========================================================= */

.kbbq-footer .kbbq-worldtime {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  padding: 0.85rem 1rem 0.95rem !important;
}

.kbbq-footer .kbbq-worldtime__head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  margin-bottom: 0.65rem !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.kbbq-footer .kbbq-worldtime__head strong {
  font-size: 0.98rem !important;
  letter-spacing: 0.04em !important;
}

.kbbq-footer .kbbq-worldtime__live {
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
  opacity: 0.9 !important;
}

.kbbq-footer .kbbq-worldtime__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 10px !important;
}

.kbbq-footer .kbbq-worldtime__card {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.38rem !important;
  min-height: 132px !important;
  padding: 0.78rem 0.82rem 0.72rem !important;
  border-radius: 16px !important;
  user-select: text !important;
}

.kbbq-footer .kbbq-worldtime__city,
.kbbq-footer .kbbq-world-city {
  display: flex !important;
  align-items: center !important;
  gap: 0.28rem !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  line-height: 1.05 !important;
}

.kbbq-footer .kbbq-worldtime__city-name,
.kbbq-footer .kbbq-world-city-name {
  font-size: 0.98rem !important;
  font-weight: 900 !important;
  color: rgba(55, 32, 18, 0.95) !important;
}

.kbbq-footer .kbbq-worldtime__country,
.kbbq-footer .kbbq-world-country {
  font-size: 0.82rem !important;
  color: rgba(90, 65, 45, 0.82) !important;
  font-weight: 700 !important;
}

.kbbq-footer .kbbq-worldtime__weather,
.kbbq-footer .kbbq-world-weather {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  line-height: 1.08 !important;
  color: rgba(55, 32, 18, 0.9) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.kbbq-footer .kbbq-worldtime__weather-icon {
  font-size: 0.98rem !important;
}

.kbbq-footer .kbbq-worldtime__weather-temp {
  font-weight: 800 !important;
  color: rgba(55, 32, 18, 0.95) !important;
}

.kbbq-footer .kbbq-worldtime__weather-sep {
  opacity: 0.45 !important;
  color: rgba(55, 32, 18, 0.8) !important;
}

.kbbq-footer .kbbq-worldtime__weather-humidity {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: rgba(55, 32, 18, 0.88) !important;
  opacity: 0.95 !important;
  text-shadow: none !important;
}

.kbbq-footer .kbbq-worldtime__clock {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  line-height: 1.05 !important;
  margin-top: 0.12rem !important;
}

.kbbq-footer .kbbq-worldtime__time,
.kbbq-footer .kbbq-world-time {
  display: inline-flex !important;
  align-items: center !important;
  color: rgba(55, 32, 18, 0.96) !important;
  font-weight: 900 !important;
  font-size: 0.94rem !important;
  letter-spacing: 0.01em !important;
}

.kbbq-footer .kbbq-worldtime__clock-sep {
  opacity: 0.45 !important;
  color: rgba(55, 32, 18, 0.8) !important;
}

.kbbq-footer .kbbq-worldtime__date,
.kbbq-footer .kbbq-world-date {
  display: inline-flex !important;
  align-items: center !important;
  color: rgba(90, 65, 45, 0.8) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime {
    padding: 0.75rem 0.75rem 0.85rem !important;
  }

  .kbbq-footer .kbbq-worldtime__head {
    gap: 0.4rem !important;
    margin-bottom: 0.55rem !important;
  }

  .kbbq-footer .kbbq-worldtime__head strong {
    font-size: 0.92rem !important;
  }

  .kbbq-footer .kbbq-worldtime__live {
    font-size: 0.68rem !important;
  }

  .kbbq-footer .kbbq-worldtime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .kbbq-footer .kbbq-worldtime__card {
    min-height: 104px !important;
    padding: 0.54rem 0.58rem 0.52rem !important;
    gap: 0.2rem !important;
    border-radius: 14px !important;
  }

  .kbbq-footer .kbbq-worldtime__city-name,
  .kbbq-footer .kbbq-world-city-name {
    font-size: 0.84rem !important;
  }

  .kbbq-footer .kbbq-worldtime__country,
  .kbbq-footer .kbbq-world-country {
    font-size: 0.7rem !important;
  }

  .kbbq-footer .kbbq-worldtime__weather,
  .kbbq-footer .kbbq-world-weather {
    gap: 0.2rem !important;
    font-size: 0.74rem !important;
  }

  .kbbq-footer .kbbq-worldtime__weather-icon {
    font-size: 0.84rem !important;
  }

  .kbbq-footer .kbbq-worldtime__weather-temp,
  .kbbq-footer .kbbq-worldtime__weather-humidity {
    font-size: 0.74rem !important;
  }

  .kbbq-footer .kbbq-worldtime__clock {
    gap: 0.2rem !important;
  }

  .kbbq-footer .kbbq-worldtime__time,
  .kbbq-footer .kbbq-world-time {
    font-size: 0.78rem !important;
  }

  .kbbq-footer .kbbq-worldtime__date,
  .kbbq-footer .kbbq-world-date {
    font-size: 0.68rem !important;
  }
}
/* =========================================================
  KKBBQ FOOTER WORLD TIME COMPACT OVERRIDES
========================================================= */

.kbbq-footer .kbbq-worldtime {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 1rem 1rem 1.1rem;
}

.kbbq-footer .kbbq-worldtime__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.kbbq-footer .kbbq-worldtime__head strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.kbbq-footer .kbbq-worldtime__live {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: 0.9;
}

.kbbq-footer .kbbq-worldtime__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 10px;
}

.kbbq-footer .kbbq-worldtime__card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 162px;
  padding: 0.9rem 0.95rem 0.85rem;
  border-radius: 18px;
}

.kbbq-footer .kbbq-worldtime__city {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.kbbq-footer .kbbq-worldtime__city strong {
  font-size: 1.02rem;
  line-height: 1.1;
}

.kbbq-footer .kbbq-worldtime__city span {
  font-size: 0.84rem;
  opacity: 0.84;
}

.kbbq-footer .kbbq-worldtime__weather {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin-top: auto;
}

.kbbq-footer .kbbq-worldtime__weather-row {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
}

.kbbq-footer .kbbq-worldtime__weather-temp {
  font-weight: 700;
}

.kbbq-footer .kbbq-worldtime__weather-humidity {
  font-size: 0.9rem;
  opacity: 0.86;
}

.kbbq-footer .kbbq-worldtime__time {
  font-size: 1.02rem;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.kbbq-footer .kbbq-worldtime__date {
  font-size: 0.84rem;
  opacity: 0.82;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime {
    padding: 0.9rem 0.8rem 1rem;
  }

  .kbbq-footer .kbbq-worldtime__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .kbbq-footer .kbbq-worldtime__card {
    min-height: 138px;
    padding: 0.78rem 0.78rem 0.72rem;
    gap: 0.38rem;
  }

  .kbbq-footer .kbbq-worldtime__city strong {
    font-size: 0.96rem;
  }

  .kbbq-footer .kbbq-worldtime__city span {
    font-size: 0.8rem;
  }

  .kbbq-footer .kbbq-worldtime__weather-row {
    font-size: 0.88rem;
  }

  .kbbq-footer .kbbq-worldtime__weather-humidity {
    font-size: 0.84rem;
  }

  .kbbq-footer .kbbq-worldtime__time {
    font-size: 0.94rem;
  }

  .kbbq-footer .kbbq-worldtime__date {
    font-size: 0.8rem;
  }
}

/* =========================================================
  KKBBQ FOOTER WORLD TIME WEATHER INLINE FINAL OVERRIDE
========================================================= */

.kbbq-footer .kbbq-worldtime__weather,
.kbbq-footer .kbbq-world-weather {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.28rem !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  margin-top: 0 !important;
  line-height: 1.05 !important;
}

.kbbq-footer .kbbq-worldtime__weather-icon,
.kbbq-footer .kbbq-worldtime__weather-temp,
.kbbq-footer .kbbq-worldtime__weather-humidity,
.kbbq-footer .kbbq-worldtime__weather-sep {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.kbbq-footer .kbbq-worldtime__weather-humidity {
  color: rgba(55, 32, 18, 0.9) !important;
  opacity: 0.92 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime__card {
    min-height: 120px !important;
  }
}

/* =========================================================
  KKBBQ FOOTER WORLD TIME SINGLE-LINE HARD OVERRIDE
========================================================= */

.kbbq-footer .kbbq-worldtime__card {
  padding-left: 0.38rem !important;
  padding-right: 0.38rem !important;
  overflow: hidden !important;
}

.kbbq-footer .kbbq-worldtime__city,
.kbbq-footer .kbbq-world-city,
.kbbq-footer .kbbq-worldtime__weather,
.kbbq-footer .kbbq-world-weather,
.kbbq-footer .kbbq-worldtime__clock {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}

.kbbq-footer .kbbq-worldtime__city span,
.kbbq-footer .kbbq-world-country,
.kbbq-footer .kbbq-worldtime__weather span,
.kbbq-footer .kbbq-worldtime__time,
.kbbq-footer .kbbq-worldtime__date {
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

.kbbq-footer .kbbq-worldtime__weather {
  gap: 0.16rem !important;
}

.kbbq-footer .kbbq-worldtime__clock {
  gap: 0.16rem !important;
}

.kbbq-footer .kbbq-worldtime__city {
  gap: 0.18rem !important;
}

.kbbq-footer .kbbq-worldtime__weather-temp,
.kbbq-footer .kbbq-worldtime__weather-humidity,
.kbbq-footer .kbbq-worldtime__time,
.kbbq-footer .kbbq-worldtime__date {
  line-height: 1.05 !important;
}

.kbbq-footer .kbbq-worldtime__weather-humidity {
  opacity: 0.9 !important;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime__card {
    min-height: 88px !important;
    padding-left: 0.34rem !important;
    padding-right: 0.34rem !important;
  }

  .kbbq-footer .kbbq-worldtime__city-name,
  .kbbq-footer .kbbq-world-city-name,
  .kbbq-footer .kbbq-worldtime__country,
  .kbbq-footer .kbbq-world-country,
  .kbbq-footer .kbbq-worldtime__weather-temp,
  .kbbq-footer .kbbq-worldtime__weather-humidity,
  .kbbq-footer .kbbq-worldtime__time,
  .kbbq-footer .kbbq-world-time,
  .kbbq-footer .kbbq-worldtime__date,
  .kbbq-footer .kbbq-world-date {
    letter-spacing: 0 !important;
  }
}

/* =========================================================
  KKBBQ FOOTER WORLD TIME CENTER ALIGN TIGHTENING
========================================================= */

.kbbq-footer .kbbq-worldtime__card {
  min-height: 108px !important;
  justify-content: center !important;
  padding-top: 0.56rem !important;
  padding-bottom: 0.56rem !important;
}

.kbbq-footer .kbbq-worldtime__weather {
  margin-top: 0 !important;
}

.kbbq-footer .kbbq-worldtime__clock {
  margin-top: 0 !important;
}

@media screen and (max-width: 980px) {
  .kbbq-footer .kbbq-worldtime__card {
    min-height: 84px !important;
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
  }
}
