body.explore-baemin-page .customer-simple-header {
  justify-content: flex-start;
  min-height: 58px;
  padding: 8px 12px;
}

body.explore-baemin-page .customer-simple-header .logo {
  font-size: 1.05rem;
  line-height: 1;
}

body.explore-baemin-page .customer-simple-header .logo::before {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  font-size: 0.68rem;
}

.explore-top-menu {
  position: relative;
  z-index: 80;
  padding: 0;
}

.explore-top-menu summary {
  box-sizing: border-box;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(16, 93, 100, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 94, 100, 0.12);
  cursor: pointer;
  list-style: none;
}

.explore-top-menu summary::-webkit-details-marker {
  display: none;
}

.explore-top-menu summary span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 999px;
  background: #0b5961;
}

.customer-simple-header .explore-top-menu-panel,
.explore-baemin-page .site-header .explore-top-menu-panel {
  position: fixed;
  top: 64px;
  left: 16px;
  display: grid !important;
  width: 190px;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(16, 93, 100, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(8, 55, 65, 0.16);
}

.explore-top-menu-panel a,
.explore-top-menu-panel button {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0 13px;
  border: 0;
  border-radius: 12px;
  color: #0c4f58;
  background: #f1fbf9;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.explore-top-menu-panel a:first-child {
  color: #ffffff;
  background: #087b7e;
}

body.explore-baemin-page .explore-category-block .explore-icon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.explore-baemin-page .explore-category-block .explore-icon-grid button {
  min-height: 124px;
  padding: 14px 6px;
  border-radius: 22px;
}

body.explore-baemin-page .explore-category-block .explore-icon-grid button span {
  margin-bottom: 9px;
  font-size: clamp(2rem, 8vw, 2.8rem);
}

body.explore-baemin-page .explore-category-block .explore-icon-grid button .solo-category-icon {
  width: clamp(4rem, 12vw, 4.8rem);
  height: clamp(4rem, 12vw, 4.8rem);
  margin-bottom: 8px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(11, 89, 97, 0.16));
}

body.explore-baemin-page .explore-category-block .explore-icon-grid button strong {
  font-size: clamp(0.86rem, 3.3vw, 1.05rem);
  line-height: 1.18;
}

@media (max-width: 640px) {
  body.explore-baemin-page .explore-category-block .explore-icon-grid {
    gap: 10px;
  }

  body.explore-baemin-page .explore-category-block .explore-icon-grid button {
    min-height: 116px;
    border-radius: 18px;
  }
}

body.explore-baemin-page .explore-category-block {
  margin-top: 10px;
  padding: 14px;
}

body.explore-baemin-page .explore-category-block .explore-block-heading {
  margin-bottom: 8px;
}

body.explore-baemin-page .explore-search-block {
  width: calc(100% - 28px);
  margin: 0 auto;
  padding: 0 0 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.explore-baemin-page .explore-food-menu-block {
  width: calc(100% - 28px);
  margin: -2px auto 4px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.explore-baemin-page .food-menu-filter {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 2px;
  scrollbar-width: none;
  white-space: nowrap;
}

body.explore-baemin-page .food-menu-filter::-webkit-scrollbar {
  display: none;
}

body.explore-baemin-page .food-menu-filter .food-menu-chip {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid rgba(11, 89, 97, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #063f47;
  font: inherit;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(11, 89, 97, 0.08);
}

body.explore-baemin-page .food-menu-filter .food-menu-chip.active {
  border-color: #087b7e;
  background: #087b7e;
  color: #ffffff;
}

body.explore-baemin-page .explore-search-shell {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

body.explore-baemin-page #explore-search {
  width: 100%;
  min-height: 44px;
  padding: 0 44px 0 46px;
  border: 1px solid rgba(11, 89, 97, 0.16);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(11, 89, 97, 0.09);
  color: #073f47;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  outline: none;
}

body.explore-baemin-page .explore-search-shell::before {
  position: absolute;
  left: 16px;
  z-index: 1;
  color: #0b6f75;
  content: "⌕";
  font-size: 1.12rem;
  font-weight: 950;
  pointer-events: none;
}

body.explore-baemin-page #clear-search {
  position: absolute;
  right: 8px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #e9f8f6;
  color: #0b5961;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1;
}

body.explore-baemin-page #region-filter.explore-chip-row {
  display: flex !important;
  gap: 8px;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 14px 4px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  white-space: nowrap;
}

body.explore-baemin-page #region-filter.explore-chip-row::-webkit-scrollbar {
  display: none;
}

body.explore-baemin-page #region-filter.explore-chip-row button {
  flex: 0 0 auto !important;
  width: auto;
  min-width: 74px;
  min-height: 38px;
  padding: 0 12px;
  scroll-snap-align: start;
  white-space: nowrap;
}

body.explore-baemin-page .explore-main-title {
  margin: 4px 0 6px;
  font-size: clamp(2.2rem, 12vw, 4.2rem);
  line-height: 0.9;
}

body.explore-baemin-page .explore-category-block .explore-block-heading p:not(.eyebrow) {
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.35;
}

body.explore-baemin-page .today-coupon-block {
  padding: 10px 0 10px 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.explore-baemin-page .today-coupon-grid {
  display: flex;
  grid-template-columns: none;
  grid-auto-flow: column;
  gap: 9px;
  overflow-x: auto;
  padding: 0 14px 10px 0;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
}

body.explore-baemin-page .explore-location-note {
  width: min(960px, calc(100% - 28px));
  margin: -2px auto 10px;
  color: #31545d;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

body.explore-baemin-page .explore-location-note[hidden] {
  display: none;
}

body.explore-baemin-page .location-alert-popup {
  position: fixed;
  z-index: 80;
  left: 50%;
  top: calc(env(safe-area-inset-top, 0px) + 74px);
  width: min(330px, calc(100vw - 28px));
  display: grid;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(9, 96, 104, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 38px rgba(11, 50, 58, 0.18);
  color: #123941;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
  transform: translate(-50%, -8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body.explore-baemin-page .location-alert-popup[hidden] {
  display: none;
}

body.explore-baemin-page .location-alert-popup.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

body.explore-baemin-page .location-alert-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.explore-baemin-page .location-alert-copy strong {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: #ffe8cf;
  color: #a84618;
}

body.explore-baemin-page .location-alert-actions {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 8px;
}

body.explore-baemin-page .location-alert-actions button {
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(9, 96, 104, 0.18);
  font-weight: 950;
}

body.explore-baemin-page .location-alert-allow {
  background: #077b80;
  color: #ffffff;
}

body.explore-baemin-page .location-alert-dismiss {
  background: #f2faf8;
  color: #17464d;
}

body.explore-baemin-page #region-filter.explore-chip-row .location-chip {
  min-width: 96px;
  padding-inline: 15px;
  border-color: rgba(12, 112, 120, 0.28);
  background: #0b6f75;
  color: #ffffff;
}

body.explore-baemin-page #region-filter.explore-chip-row .location-chip:disabled {
  opacity: 0.55;
}

body.explore-baemin-page .explore-list-mini-meta .place-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 900;
}

body.explore-baemin-page .explore-list-mini-meta .place-category-icon {
  font-size: 1rem;
  line-height: 1;
}

body.explore-baemin-page .explore-list-meta-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
}

body.explore-baemin-page .explore-list-meta-row .explore-list-meta {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 !important;
}

body.explore-baemin-page .explore-list-meta-row .place-rating-stack {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  margin-top: -2px !important;
  color: #ffffff !important;
  text-align: right !important;
}

body.explore-baemin-page .explore-search-shell::before {
  display: none !important;
  content: none !important;
}

body.explore-baemin-page .explore-search-brand {
  position: absolute;
  left: 11px;
  z-index: 1;
  display: inline-flex;
  width: 28px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border-radius: 999px;
  background: #e9f8f6;
  color: #0b5961;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

body.explore-baemin-page .explore-search-brand b {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: #0b5961;
  font-size: 0.92rem;
  line-height: 1;
}

body.explore-baemin-page .today-coupon-grid.dragging {
  cursor: grabbing;
}

body.explore-baemin-page .today-coupon-grid::-webkit-scrollbar {
  display: none;
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card {
  flex: 0 0 clamp(112px, 25vw, 148px);
  width: auto;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(5, 33, 38, 0.08);
  scroll-snap-align: start;
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-placeholder {
  aspect-ratio: auto;
  min-height: 82px;
  height: 82px;
  padding: 7px;
  border-radius: 12px;
}

body.explore-baemin-page .baemin-place-card .explore-list-photo {
  overflow: hidden;
  background: #0d3d45;
}

body.explore-baemin-page .baemin-place-card .explore-list-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--hot-spot-image) center / cover no-repeat;
  filter: brightness(1.12) contrast(1.08) saturate(1.16);
  transform: scale(1.012);
  pointer-events: none;
}

body.explore-baemin-page .baemin-place-card .explore-list-photo::after {
  z-index: 0;
  background: linear-gradient(180deg, rgba(5, 22, 30, 0.02) 42%, rgba(5, 22, 30, 0.82) 100%);
}

body.explore-baemin-page .baemin-place-card .explore-list-card-link {
  z-index: 1;
}

body.explore-baemin-page .baemin-place-card .explore-heart-button,
body.explore-baemin-page .baemin-place-card .explore-card-badge {
  z-index: 3;
}

body.explore-baemin-page .baemin-place-card .mobile-massage-image-badge {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  max-width: calc(100% - 118px);
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #0b7f83;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
  pointer-events: none;
}

body.explore-baemin-page .baemin-place-card .explore-list-overlay {
  bottom: 4px;
  gap: 3px;
  z-index: 1;
}

body.explore-baemin-page .baemin-place-card .explore-list-title-row h2 {
  max-width: 82%;
  font-size: clamp(1.08rem, 5.2vw, 1.5rem);
  line-height: 1.03;
  letter-spacing: 0;
  white-space: pre-line;
}

body.explore-baemin-page .baemin-place-card .explore-list-meta-row {
  margin-top: 4px !important;
  align-items: flex-end !important;
}

body.explore-baemin-page .baemin-place-card .explore-list-meta-row .explore-list-meta {
  font-size: 0.98rem;
  line-height: 1.12;
}

body.explore-baemin-page .baemin-place-card .explore-list-meta-row .place-rating-stack {
  margin-top: 0 !important;
}

body.explore-baemin-page .baemin-place-card .premium-mark {
  display: none !important;
}

body.explore-baemin-page .baemin-place-card .coupon-card-badge {
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-size: 2.25rem;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.34));
  transform-origin: 50% 85%;
  animation: tripbusanGiftWiggle 1.8s ease-in-out infinite;
}

body.explore-baemin-page .explore-category-block .explore-icon-grid button[data-category="coupons"] span {
  display: inline-block;
  font-size: 2.35rem;
  transform-origin: 50% 85%;
  animation: tripbusanGiftWiggle 1.8s ease-in-out infinite;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}

@keyframes tripbusanGiftWiggle {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  18% {
    transform: rotate(-15deg) scale(1.08);
  }
  36% {
    transform: rotate(15deg) scale(1.08);
  }
  54% {
    transform: rotate(-10deg) scale(1.04);
  }
  72% {
    transform: rotate(8deg) scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.explore-baemin-page .baemin-place-card .coupon-card-badge,
  body.explore-baemin-page .explore-category-block .explore-icon-grid button[data-category="coupons"] span {
    animation: none;
  }
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card div {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 0;
  pointer-events: none;
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card strong {
  font-size: 0.72rem;
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card div strong,
body.explore-baemin-page .today-coupon-grid .daily-shorts-card p {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.52);
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card div strong {
  overflow: hidden;
  font-size: 0.62rem;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.explore-baemin-page .today-coupon-grid .daily-shorts-card p {
  overflow: hidden;
  margin-top: 2px;
  font-size: 0.62rem;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Compact first-screen category menu for Galaxy S22-class mobile viewports. */
body.explore-baemin-page .explore-category-block {
  margin-top: 8px;
  padding: 12px;
}

body.explore-baemin-page .explore-category-block .explore-block-heading {
  display: none;
  margin-bottom: 0;
}

body.explore-baemin-page .explore-category-block .explore-block-heading .eyebrow {
  margin: 0;
}

@media (max-width: 640px) {
  body.explore-baemin-page .customer-simple-header {
    min-height: 48px !important;
    padding: 5px 8px !important;
  }

  body.explore-baemin-page .customer-simple-header .logo {
    font-size: 0.92rem;
  }

  body.explore-baemin-page .customer-simple-header .logo::before {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    font-size: 0.56rem;
  }

  body.explore-baemin-page .tripbusan-language-button {
    min-width: 44px;
    height: 28px;
    padding: 0 8px;
    font-size: 0.74rem;
  }

  body.explore-baemin-page .explore-top-menu summary {
    width: 30px;
    height: 30px;
    min-height: 0 !important;
    padding: 7px;
    border-radius: 10px;
  }

  body.explore-baemin-page .explore-top-menu summary span {
    width: 15px;
  }

  body.explore-baemin-page .explore-mobile-home {
    padding-top: 6px;
  }

  body.explore-baemin-page .explore-category-block {
    width: calc(100% - 18px);
    margin: 8px auto 10px;
    padding: 10px;
    border-radius: 18px;
  }

  body.explore-baemin-page .explore-category-block .explore-block-heading {
    display: none;
    margin-bottom: 0;
  }

  body.explore-baemin-page .explore-category-block .explore-block-heading .eyebrow {
    font-size: 0.63rem;
    line-height: 1.1;
  }

  body.explore-baemin-page .explore-category-block .explore-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  body.explore-baemin-page .explore-category-block .explore-icon-grid button {
    height: 78px !important;
    min-height: 0 !important;
    padding: 6px 2px !important;
    border-radius: 14px;
  }

  body.explore-baemin-page .explore-category-block .explore-icon-grid button span {
    margin-bottom: 3px;
    font-size: 2.1rem;
    line-height: 1;
  }

  body.explore-baemin-page .explore-category-block .explore-icon-grid button strong {
    font-size: 0.64rem;
    line-height: 1.08;
  }

  body.explore-baemin-page .explore-search-block {
    width: calc(100% - 24px);
    padding-bottom: 4px;
  }

  body.explore-baemin-page #region-filter.explore-chip-row {
    display: flex !important;
    gap: 6px;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 10px 4px;
    white-space: nowrap;
  }

  body.explore-baemin-page #region-filter.explore-chip-row button {
    flex: 0 0 auto !important;
    width: auto;
    min-width: 66px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.72rem;
    white-space: nowrap;
  }
}

body.explore-baemin-page .explore-load-more-shell {
  display: flex;
  justify-content: center;
  width: calc(100% - 28px);
  margin: 0 auto 8px;
}

body.explore-baemin-page .explore-load-more-button {
  width: min(100%, 420px);
  min-height: 48px;
  border-radius: 16px;
  font-weight: 950;
}
