/* Café Kona production enhancements. */

/* The original time-aware sky, glass header, sun menu and hero remain intact. */
.kona-production .hero-btns .btn {
  position: relative;
  isolation: isolate;
  min-width: 156px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease !important;
}

.kona-production .hero-btns .btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100%;
  left: -36%;
  width: 28%;
  height: 300%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
  transition: left .6s ease;
}

.kona-production .hero-btns .btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 48px rgba(64, 40, 18, .2), inset 0 1px 0 rgba(255,255,255,.94) !important;
}

.kona-production .hero-btns .btn:hover::after { left: 112%; }

/* Give the hero glass card breathing room, then overlap the blue horizon with
   KONA Memories so the next section begins without a visible dividing line. */
.kona-production #top.hero {
  min-height: clamp(620px, 82svh, 760px) !important;
  padding-bottom: 22px !important;
  margin-bottom: -6px !important;
}

.kona-production #top.hero::after {
  content: none !important;
  display: none !important;
}

.kona-production #kona-spotlight {
  position: relative;
  z-index: 5;
  margin-top: -6px !important;
  padding-top: 48px !important;
  border-top: 0 !important;
  box-shadow: 0 -7px 0 #78b7d5 !important;
  background: linear-gradient(180deg, #78b7d5 0%, #78b7d5 5%, rgba(147,198,220,.82) 15%, rgba(226,161,96,.18) 39%, rgba(226,161,96,0) 65%) !important;
}

.kona-production #top .hero-inner {
  max-width: 760px !important;
  padding: clamp(25px, 3.8vw, 44px) !important;
}

.kona-production #top .hero-btns { margin-bottom: 24px !important; }

.kona-production #top .hero-meta {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 11px !important;
  width: 100%;
  margin-top: 6px !important;
}

.kona-production #top .hero-meta .item {
  min-width: 0;
  min-height: 54px;
  padding: 8px 11px 8px 8px !important;
  border-radius: 18px !important;
}

.kona-production #top .hero-meta .ico {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px;
  font-size: 13px !important;
}

.kona-production #top .hero-meta .k {
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.kona-production #top .hero-meta .s {
  margin-top: 3px;
  font-size: 12.5px !important;
  line-height: 1.15 !important;
}

.kona-production #gallery.kona-gallery { padding-top: 54px; }
.kona-production #gallery .kona-gallery-head { margin-bottom: 18px; }

/* Readable body copy: keep decorative micro-labels compact, but never make
   substantive information depend on tiny text. */
.kona-production .section-sub { font-size: 15.5px !important; line-height: 1.65 !important; }
.kona-production :is(.honest-card p, .story-text p, .review p, .vcard p, .final p) { font-size: 14.5px !important; line-height: 1.65 !important; }

/* Popular-first menu, styled in the original translucent language. */
.kona-production .vm-section {
  padding-top: 82px !important;
}

.kona-production .vm-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.kona-production .kph-menu-shell {
  position: relative;
  margin-top: 34px;
  padding: clamp(12px, 2vw, 22px);
  overflow: clip;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.52), rgba(255,255,255,.2));
  box-shadow: 0 28px 90px rgba(44,38,30,.14), inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  backdrop-filter: blur(30px) saturate(145%);
}

.kona-production .kph-menu-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(231,173,98,.2), transparent 26%),
    radial-gradient(circle at 94% 4%, rgba(255,255,255,.56), transparent 25%);
}

.kona-production .kph-menu-toolbar,
.kona-production .kph-menu-status,
.kona-production .kph-menu-grid,
.kona-production .kph-menu-note { position: relative; z-index: 1; }

.kona-production .kph-menu-toolbar {
  position: sticky;
  top: 82px;
  z-index: 30;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 22px;
  background: rgba(244,241,234,.68);
  box-shadow: 0 14px 40px rgba(45,38,31,.1), inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  backdrop-filter: blur(26px) saturate(150%);
}

.kona-production .kph-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 11px;
}

.kona-production .kph-search {
  position: relative;
  display: block;
}

.kona-production .kph-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: rgba(23,21,18,.55);
  pointer-events: none;
}

.kona-production .kph-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px 0 44px !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  border-radius: 15px !important;
  color: #171512 !important;
  background: rgba(255,255,255,.58) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 22px rgba(45,38,30,.06) !important;
}

.kona-production .kph-diet {
  display: flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 15px;
  background: rgba(255,255,255,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.kona-production .kph-diet button,
.kona-production .kph-categories button {
  border: 0;
  border-radius: 999px;
  color: rgba(23,21,18,.68);
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.kona-production .kph-diet button { padding: 9px 12px; }
.kona-production .kph-diet button.is-active {
  color: #fff;
  background: rgba(23,21,18,.88);
  box-shadow: 0 8px 18px rgba(23,21,18,.16);
}

.kona-production .kph-categories {
  display: flex;
  gap: 7px;
  margin-top: 11px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.kona-production .kph-categories button {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.82);
  background: rgba(255,255,255,.44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

.kona-production .kph-categories button:hover { transform: translateY(-1px); color: #171512; }
.kona-production .kph-categories button.is-active {
  color: #171512;
  background: rgba(255,255,255,.92);
  box-shadow: 0 9px 24px rgba(50,40,30,.1), inset 0 1px 0 #fff;
}

.kona-production .kph-menu-status {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 5px 14px;
}

.kona-production .kph-menu-status h3 {
  margin: 0;
  color: #171512;
  font-size: clamp(22px, 3vw, 31px);
  letter-spacing: -.035em;
}

.kona-production .kph-menu-status span {
  color: rgba(23,21,18,.56);
  font-size: 13px;
  font-weight: 750;
}

.kona-production .kph-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.kona-production .kph-dish {
  position: relative;
  min-width: 0;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  color: #171512;
  background: linear-gradient(145deg, rgba(255,255,255,.46), rgba(255,255,255,.16));
  box-shadow: 0 16px 44px rgba(52,43,34,.1), inset 0 1px 0 rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
  backdrop-filter: blur(30px) saturate(155%);
  transition: transform .24s ease, box-shadow .24s ease;
}

.kona-production .kph-dish:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(52,43,34,.15), inset 0 1px 0 rgba(255,255,255,.96);
}

.kona-production .kph-dish-visual {
  position: relative;
  width: 100%;
  height: 164px;
  min-height: 164px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.72);
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.72), transparent 52%),
    linear-gradient(145deg, rgba(231,173,98,.18), rgba(255,255,255,.2));
  cursor: pointer;
}

.kona-production .kph-dish-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  filter: drop-shadow(0 12px 18px rgba(65,43,20,.22)) saturate(.92) contrast(.98);
  transition: transform .42s cubic-bezier(.2,.72,.2,1), filter .42s ease;
}

.kona-production .kph-dish:hover .kph-dish-visual img,
.kona-production .kph-dish-visual:focus-visible img { transform: scale(1.14) rotate(-1deg); filter: drop-shadow(0 16px 24px rgba(65,43,20,.28)) saturate(1.04) contrast(1.01); }

.kona-production .kph-zoom-cue {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  color: #38291d;
  background: rgba(255,255,255,.56);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  font-size: 10px;
  font-weight: 900;
  opacity: .82;
}

.kona-production .kph-dish-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  padding: 16px;
  color: rgba(23,21,18,.62);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.kona-production .kph-dish-placeholder b { display: block; margin-bottom: 4px; font-size: 40px; }

.kona-production .kph-popular-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 999px;
  color: #4a331f;
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.kona-production .kph-dish-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px;
}

.kona-production .kph-dish-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.kona-production .kph-dish-title h4 {
  margin: 0;
  color: #171512 !important;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.kona-production .kph-food-mark {
  width: 11px;
  height: 11px;
  margin: 3px 0 0 auto;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  flex: 0 0 auto;
}

.kona-production .kph-food-mark::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: 1.5px;
  border-radius: 50%;
  background: currentColor;
}

.kona-production .kph-food-mark.veg { color: #348349; }
.kona-production .kph-food-mark.nonveg { color: #a94033; }

.kona-production .kph-dish-description {
  margin: 7px 0 11px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(23,21,18,.58) !important;
  font-size: 13.5px;
  line-height: 1.48;
}

.kona-production .kph-dish-actions {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
}

.kona-production .kph-dish-price {
  margin-right: auto;
  font-size: 18px;
  font-weight: 950;
}

.kona-production .kph-details,
.kona-production .kph-add {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.kona-production .kph-details {
  border: 1px solid rgba(255,255,255,.9);
  color: #171512;
  background: rgba(255,255,255,.56);
}

.kona-production .kph-add {
  border: 1px solid rgba(255,255,255,.88);
  color: #171512;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 19px rgba(60,45,30,.11);
}

.kona-production .kph-details:hover,
.kona-production .kph-add:hover { transform: translateY(-1px); }

.kona-production .kph-empty {
  grid-column: 1 / -1;
  padding: 56px 18px;
  border: 1px dashed rgba(23,21,18,.2);
  border-radius: 20px;
  color: rgba(23,21,18,.58);
  text-align: center;
}

.kona-production .kph-menu-note {
  margin: 18px 4px 2px;
  color: rgba(23,21,18,.52);
  font-size: 13px;
}

/* Original Signature Picks remain, with a slightly richer but familiar lift. */
.kona-production #picks .pick {
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease !important;
}

.kona-production #picks .pick:hover {
  transform: translateY(-8px) rotate(.25deg) !important;
  box-shadow: 0 30px 80px rgba(48,39,30,.18), inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.kona-production #picks .pick-img img { transition: transform .35s ease, filter .35s ease; }
.kona-production #picks .pick:hover .pick-img img { transform: scale(1.08); filter: saturate(1) contrast(1.02) !important; }

/* Six genuinely useful combos lead; the original 36 remain one tap away. */
.kona-production .kph-combo-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 840px;
  margin: -18px auto 24px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 18px;
  background: rgba(255,255,255,.36);
  box-shadow: 0 12px 38px rgba(45,38,30,.08), inset 0 1px 0 rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}

.kona-production .kph-combo-intro span {
  color: rgba(23,21,18,.62);
  font-size: 14px;
  font-weight: 700;
}

.kona-production .kph-combo-toggle {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 999px;
  color: #171512;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 22px rgba(55,43,31,.1);
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.kona-production .combos-grid.kph-combo-curated:not(.is-expanded) .combo:not(.kph-combo-featured) {
  display: none !important;
}

.kona-production .combos-grid.kph-combo-curated:not(.is-expanded) .combo.kph-combo-featured {
  display: flex !important;
}

.kona-production .combos-grid.kph-combo-curated:not(.is-expanded) {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.kona-production .kph-combos-merged { padding: 100px 0 !important; }
.kona-production .kph-combos-merged:not(.is-expanded) .combo-tabs { display: none; }

.kona-production .combo.kph-combo-featured {
  min-height: 0;
  padding: 0 0 16px !important;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.68) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(255,255,255,.44), rgba(255,255,255,.14)) !important;
  box-shadow: 0 24px 66px rgba(46,37,28,.14), inset 0 1px 0 rgba(255,255,255,.8) !important;
  -webkit-backdrop-filter: blur(32px) saturate(155%) !important;
  backdrop-filter: blur(32px) saturate(155%) !important;
}

.kona-production .combo.kph-combo-featured:hover {
  transform: translateY(-7px) !important;
  box-shadow: 0 32px 78px rgba(46,37,28,.2), inset 0 1px 0 rgba(255,255,255,.96) !important;
}

.kona-production .kph-combo-art {
  width: 100%;
  height: 150px;
  margin: 0 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.72);
  object-fit: cover;
  object-position: 50% 72%;
  filter: saturate(.94) contrast(1) brightness(1.02);
  transition: transform .42s cubic-bezier(.2,.72,.2,1), filter .42s ease;
}

.kona-production .combo.kph-combo-featured:hover .kph-combo-art { transform: scale(1.06); filter: saturate(1.03) contrast(1.02) brightness(1.03); }

.kona-production .combo.kph-combo-featured .combo-save {
  top: 14px;
  right: 14px;
  z-index: 3;
  background: rgba(255,255,255,.74) !important;
  border: 1px solid rgba(255,255,255,.88) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.kona-production .combo.kph-combo-featured .combo-icon { display: none; }
.kona-production .combo.kph-combo-featured .combo-tag,
.kona-production .combo.kph-combo-featured h4,
.kona-production .combo.kph-combo-featured .combo-items,
.kona-production .combo.kph-combo-featured .combo-time,
.kona-production .combo.kph-combo-featured .combo-foot {
  margin-left: 14px;
  margin-right: 14px;
}

.kona-production .combo.kph-combo-featured h4 {
  margin-top: 7px;
  color: #171512 !important;
  font-size: 18px;
}

.kona-production .combo.kph-combo-featured .combo-items {
  min-height: 44px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgba(23,21,18,.6) !important;
  font-size: 14px !important;
  line-height: 1.45;
}

.kona-production .combo.kph-combo-featured .combo-foot { margin-top: auto; }
.kona-production .combo.kph-combo-featured .combo-price .now { font-size: 19px; }
.kona-production .combo.kph-combo-featured .combo-price .was { font-size: 13px; }
.kona-production .combo.kph-combo-featured .combo-add { padding: 9px 12px; font-size: 13px; }

/* Keep KONA FIT exactly in the journey, while avoiding offscreen animation work. */
.kona-production .gym-section:not(.gym-visible) .gym-glass-card::after,
.kona-production .gym-section:not(.gym-visible) .gym-ambient-orb { animation-play-state: paused !important; }

/* Restore the actual KONA FIT logo. Its own edge glows; the detached ring is removed. */
.kona-production #gym-section .gym-logo-wrap {
  border-radius: 30px !important;
  isolation: isolate;
}

.kona-production #gym-section .gym-logo-wrap::before {
  inset: -5px !important;
  border: 2px solid rgba(255,190,62,.76) !important;
  border-radius: 30px !important;
  background: transparent !important;
  box-shadow: 0 0 12px rgba(255,190,62,.5), 0 0 34px rgba(212,148,10,.28), inset 0 0 13px rgba(255,219,132,.18) !important;
  animation: kphFitLogoEdge 2.8s ease-in-out infinite;
}

.kona-production #gym-section .gym-logo-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  z-index: -1;
  width: 78%;
  height: 28%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,188,50,.72), rgba(212,126,0,.22) 46%, transparent 72%);
  filter: blur(12px);
  animation: kphFitBeatUnder 2.8s ease-in-out infinite;
  pointer-events: none;
}

.kona-production #gym-section .gym-logo-img {
  border-radius: 24px;
  object-fit: cover;
  filter: drop-shadow(0 0 13px rgba(255,191,62,.3)) drop-shadow(0 8px 20px rgba(0,0,0,.84)) !important;
}

.kona-production #gym-section .gym-logo-ring { display: none !important; }
.kona-production #gym-section .gym-fire-title { display: none !important; }

@keyframes kphFitLogoEdge {
  0%, 10%, 28%, 100% { opacity: .52; transform: scale(.985); box-shadow: 0 0 10px rgba(255,190,62,.34), 0 0 24px rgba(212,148,10,.2), inset 0 0 10px rgba(255,219,132,.14); }
  15% { opacity: 1; transform: scale(1.025); box-shadow: 0 0 18px rgba(255,205,92,.8), 0 0 52px rgba(212,148,10,.5), inset 0 0 18px rgba(255,231,164,.29); }
  22% { opacity: .88; transform: scale(1.012); box-shadow: 0 0 16px rgba(255,205,92,.68), 0 0 44px rgba(212,148,10,.42), inset 0 0 16px rgba(255,231,164,.24); }
}

@keyframes kphFitBeatUnder {
  0%, 10%, 28%, 100% { opacity: .22; transform: translateX(-50%) scale(.86); }
  15% { opacity: .92; transform: translateX(-50%) scale(1.12); }
  22% { opacity: .68; transform: translateX(-50%) scale(1.02); }
}

/* One rounded KONA FIT surface: no pointed inner layer and no double-card edge. */
.kona-production #gym-section {
  overflow: hidden !important;
  border: 1px solid rgba(255,205,98,.28) !important;
  border-radius: 34px !important;
  background: #050505 !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.06) !important;
}

.kona-production #gym-section .gym-glass-card,
.kona-production #gym-section .gym-glass-card::before,
.kona-production #gym-section .gym-glass-card::after,
.kona-production #gym-section .gym-card-inner {
  border-radius: 33px !important;
}

.kona-production #gym-section .gym-glass-card {
  border: 0 !important;
  box-shadow: none !important;
}

.kona-production #gym-section .gym-card-inner { overflow: hidden; }

/* Premium circular KONA reward seal, kept clear of the rotating help control. */
.kona-production #konaOffersMagnet {
  left: 14px !important;
  bottom: 88px !important;
  display: flex;
  z-index: 10003 !important;
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
}

.kona-production #konaOffersMagnet .kom-inner {
  width: 62px !important;
  min-width: 62px !important;
  height: 62px !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  color: #5b3618 !important;
  background: linear-gradient(145deg, rgba(255,255,255,.77), rgba(235,202,151,.56)) !important;
  border: 1px solid rgba(255,255,255,.86) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -8px 18px rgba(148,88,30,.1), 0 14px 32px rgba(62,39,19,.22), 0 0 0 5px rgba(238,194,120,.12) !important;
  -webkit-backdrop-filter: blur(24px) saturate(155%);
  backdrop-filter: blur(24px) saturate(155%);
  animation: none !important;
  transition: none !important;
  transform: none !important;
  will-change: auto !important;
}

.kona-production #konaOffersMagnet:hover .kom-inner,
.kona-production #konaOffersMagnet:active .kom-inner { transform: none !important; }

.kona-production #konaOffersMagnet .kom-label,
.kona-production #konaOffersMagnet .kom-ring,
.kona-production #konaOffersMagnet .kom-spark { display: none !important; }
.kona-production #konaOffersMagnet .kom-fire {
  display: grid !important;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(121,73,28,.2);
  border-radius: 50%;
  font: 700 23px/1 Georgia, serif !important;
  letter-spacing: -.05em;
  background: rgba(255,250,235,.44);
  animation: none !important;
  transform: none !important;
}
.kona-production #konaOffersMagnet .kom-badge {
  right: -8px !important;
  top: -5px !important;
  padding: 4px 6px !important;
  border-radius: 999px !important;
  color: #fff8e9 !important;
  background: #6c431f !important;
  box-shadow: 0 6px 14px rgba(58,34,14,.22) !important;
  font-size: 7px !important;
  letter-spacing: .12em !important;
  animation: none !important;
}

.kona-production .kph-visit-booking-first { padding-top: 54px !important; }
.kona-production .kph-visit-booking-first .visit-cards { margin-top: 0 !important; }

@media (max-width: 1180px) {
  .kona-production .kph-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .kona-production .kph-menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kona-production .combos-grid.kph-combo-curated:not(.is-expanded) { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 700px) {
  .kona-production #top.hero { min-height: 82svh !important; padding-bottom: 14px !important; }
  .kona-production #kona-spotlight { padding-top: 34px !important; }
  .kona-production #top .hero-inner { padding: 25px 20px !important; }
  .kona-production #top .hero-meta { grid-template-columns: 1fr !important; gap: 8px !important; max-width: none !important; }
  .kona-production #top .hero-meta .item { min-height: 50px; }
  .kona-production #gallery.kona-gallery { padding-top: 42px; }
  .kona-production #gallery .kona-gallery-head { margin-bottom: 14px; }
  .kona-production .hero-btns .btn { flex: 1 1 145px; min-width: 0; }
  .kona-production .vm-section { padding-top: 56px !important; }
  .kona-production .kph-menu-shell { margin-inline: -2px; padding: 9px; border-radius: 25px; }
  .kona-production .kph-menu-toolbar { top: 72px; padding: 10px; border-radius: 18px; }
  .kona-production .kph-tools { grid-template-columns: 1fr; }
  .kona-production .kph-diet { width: 100%; }
  .kona-production .kph-diet button { flex: 1; }
  .kona-production .kph-menu-status { align-items: flex-start; flex-direction: column; gap: 2px; padding: 19px 4px 11px; }
  .kona-production .kph-menu-grid { grid-template-columns: 1fr; }
  .kona-production .kph-dish { min-height: 178px; flex-direction: row; border-radius: 19px; }
  .kona-production .kph-dish-visual { width: 116px; height: auto; min-height: 178px; flex: 0 0 116px; border-right: 1px solid rgba(255,255,255,.72); border-bottom: 0; }
  .kona-production .kph-zoom-cue { right: 7px; bottom: 7px; padding: 5px 7px; }
  .kona-production .kph-dish-copy { padding: 12px; }
  .kona-production .kph-dish-title h4 { font-size: 16px; }
  .kona-production .kph-dish-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .kona-production .kph-dish-actions { flex-wrap: wrap; }
  .kona-production .kph-dish-price { width: 100%; font-size: 18px; }
  .kona-production .kph-combo-intro { align-items: flex-start; flex-direction: column; margin-top: -8px; }
  .kona-production .kph-combo-toggle { width: 100%; }
  .kona-production .kph-combos-merged { padding: 70px 0 !important; }
  .kona-production .combos-grid.kph-combo-curated:not(.is-expanded) { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .kona-production .kph-combo-art { height: 132px; }
  .kona-production .combo.kph-combo-featured .combo-tag,
  .kona-production .combo.kph-combo-featured h4,
  .kona-production .combo.kph-combo-featured .combo-items,
  .kona-production .combo.kph-combo-featured .combo-time,
  .kona-production .combo.kph-combo-featured .combo-foot { margin-left: 11px; margin-right: 11px; }
  .kona-production .combo.kph-combo-featured h4 { font-size: 16px; }
  .kona-production .combo.kph-combo-featured .combo-items { font-size: 13px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .kona-production .hero-btns .btn,
  .kona-production .kph-dish,
  .kona-production #picks .pick,
  .kona-production .combo.kph-combo-featured,
  .kona-production .kph-dish-visual img { transition: none !important; }
  .kona-production #gym-section .gym-logo-wrap::before { animation: none !important; }
  .kona-production #gym-section .gym-logo-wrap::after { animation: none !important; }
}
/* Preview decision: remove the repeated statistics strip and the duplicate
   lower ordering card before script execution, then merge their message into
   the existing golden-hour finale. */
.stats,
.order {
  display: none !important;
}
