:root {
  --chb-ink: #25160e;
  --chb-ink-soft: #5f493b;
  --chb-cream: #fff8eb;
  --chb-cream-2: #f8ead3;
  --chb-card: #fffdf7;
  --chb-spice: #c84f21;
  --chb-spice-dark: #9f3719;
  --chb-gold: #f2b13d;
  --chb-green: #235343;
  --chb-border: rgba(77, 47, 26, 0.14);
  --chb-shadow: 0 24px 60px rgba(41, 24, 12, 0.14);
  --chb-radius: 28px;
  --chb-wrap: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.chb-modal-open,
html.chb-modal-open body,
body.chb-modal-open {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--chb-ink);
  background: var(--chb-cream);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.chb-page {
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(242, 177, 61, 0.24), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(200, 79, 33, 0.12), transparent 30rem),
    linear-gradient(180deg, #fff7e9 0%, #fffaf1 44%, #f8ead3 100%);
}

.chb-wrap {
  width: min(var(--chb-wrap), calc(100% - 40px));
  margin-inline: auto;
}

.chb-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 248, 235, 0.88);
  border-bottom: 1px solid var(--chb-border);
  backdrop-filter: blur(16px);
}

.chb-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.chb-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: max-content;
}

.chb-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.chb-logo-text {
  display: grid;
  line-height: 1.05;
}

.chb-logo-text strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.08rem;
}

.chb-logo-text em {
  font-style: normal;
  font-size: 0.76rem;
  color: var(--chb-ink-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chb-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 0.91rem;
  font-weight: 700;
  color: rgba(37, 22, 14, 0.78);
}

.chb-nav-links a {
  text-decoration: none;
}

.chb-nav-links a:hover {
  color: var(--chb-spice);
}

.chb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--chb-spice);
  border-radius: 999px;
  background: linear-gradient(180deg, #d75b27, var(--chb-spice));
  color: #fffaf1;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 28px rgba(200, 79, 33, 0.22);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.chb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(200, 79, 33, 0.28);
}

.chb-btn-light {
  background: #fffaf1;
  color: var(--chb-ink);
  border-color: #fffaf1;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.chb-btn-outline {
  background: rgba(255, 250, 241, 0.08);
  color: #fffaf1;
  border-color: rgba(255, 250, 241, 0.55);
  box-shadow: none;
}

.chb-btn-outline-ink {
  background: transparent;
  color: var(--chb-ink);
  border-color: rgba(37, 22, 14, 0.28);
  box-shadow: none;
}

.chb-btn-ghost {
  background: rgba(255, 248, 235, 0.7);
  color: var(--chb-ink);
  border-color: transparent;
  box-shadow: none;
}

.chb-btn-full {
  width: 100%;
}

.chb-hero {
  position: relative;
  padding: 70px 0 72px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(8, 18, 19, 0.88) 0%, rgba(8, 18, 19, 0.72) 42%, rgba(8, 18, 19, 0.26) 100%),
    linear-gradient(180deg, rgba(4, 9, 10, 0.08), rgba(4, 9, 10, 0.24)),
    url("assets/images/jackson-heights.webp") center / cover no-repeat;
  color: #fffaf1;
}

.chb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(242, 177, 61, 0.16), transparent 32%),
    linear-gradient(90deg, rgba(4, 9, 10, 0.18) 0%, transparent 58%, rgba(4, 9, 10, 0.18) 100%);
  pointer-events: none;
}

.chb-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 74px;
  background: linear-gradient(180deg, transparent, #fffaf1);
  pointer-events: none;
}

.chb-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) 420px;
  gap: 56px;
  align-items: center;
}

.chb-hero-copy {
  max-width: 740px;
}

.chb-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chb-spice);
}

.chb-hero .chb-eyebrow,
.chb-booking .chb-eyebrow {
  color: #ffd58a;
}

.chb-h1,
.chb-h2,
.chb-h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.chb-h1,
.chb-h2 {
  font-family: "Playfair Display", Georgia, serif;
}

.chb-h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
}

.chb-h2 {
  max-width: 820px;
  font-size: clamp(1.9rem, 3.2vw, 3.05rem);
}

.chb-h3 {
  font-size: 1.16rem;
  letter-spacing: -0.025em;
}

.chb-lead,
.chb-p {
  font-size: 1rem;
  color: var(--chb-ink-soft);
}

.chb-lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
}

.chb-lead-mobile,
.chb-eyebrow-mobile,
.chb-proof-mobile,
.chb-mobile-hero-photo {
  display: none;
}

.chb-hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.chb-google-review-icon {
  width: 56px;
  height: auto;
}

.chb-proof-copy {
  font-size: 0.92rem;
}

.chb-hero-actions,
.chb-section-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.chb-section-action--large {
  justify-content: center;
  margin-top: 34px;
}

.chb-booking-mini,
.chb-booking-card,
.chb-info-card,
.chb-proof-card,
.chb-guide-card {
  border: 1px solid var(--chb-border);
  border-radius: var(--chb-radius);
  background: rgba(255, 253, 247, 0.92);
  box-shadow: var(--chb-shadow);
}

.chb-booking-mini {
  overflow: hidden;
  color: var(--chb-ink);
}

.chb-mini-image {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(37, 22, 14, 0.06), rgba(37, 22, 14, 0.42)),
    url("assets/images/chaibhaitour-mobile.webp") center/cover no-repeat;
}

.chb-mini-body {
  padding: 26px;
}

.chb-mini-meta {
  margin-top: 10px;
  color: var(--chb-ink-soft);
  font-weight: 600;
}

.chb-mini-price,
.chb-tour-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}

.chb-mini-price strong,
.chb-tour-price strong {
  font-size: 2rem;
  letter-spacing: -0.06em;
}

.chb-mini-price span,
.chb-tour-price span {
  color: var(--chb-ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.chb-booking-mini ul,
.chb-tour-card ul,
.chb-booking-bullets {
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.chb-booking-mini li,
.chb-tour-card li,
.chb-booking-bullets li {
  position: relative;
  padding-left: 26px;
  color: var(--chb-ink-soft);
  font-weight: 650;
}

.chb-booking-mini li::before,
.chb-tour-card li::before,
.chb-booking-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--chb-gold);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.55);
}

.chb-section {
  padding: 86px 0;
}

.chb-section-intro {
  max-width: 820px;
  margin-bottom: 34px;
}

.chb-tour-section {
  background: #fffaf1;
}

.chb-local-section {
  background: linear-gradient(180deg, #fffaf1, #f8ead3);
}

.chb-p {
  max-width: 760px;
  margin: 18px 0 0;
}

.chb-tour-helper,
.chb-choice-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--chb-ink-soft);
  font-weight: 700;
}

.chb-tour-helper a,
.chb-choice-note a,
.chb-footer a,
.chb-faq-item a {
  color: var(--chb-spice-dark);
  font-weight: 900;
}

.chb-cards-grid {
  display: grid;
  gap: 22px;
}

.chb-tour-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 34px;
}

.chb-info-card {
  padding: 28px;
}

.chb-tour-card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
  border-radius: 28px;
}

.chb-tour-card p {
  margin: 12px 0 0;
  color: var(--chb-ink-soft);
}

.chb-card-action {
  margin-top: auto;
}

.chb-tour-card--featured {
  transform: translateY(-12px);
  border-color: rgba(200, 79, 33, 0.35);
  background: linear-gradient(180deg, #fffdf7, #fff1d6);
  box-shadow: 0 30px 70px rgba(200, 79, 33, 0.16);
}

.chb-card-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(242, 177, 61, 0.25);
  color: var(--chb-spice-dark);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chb-featured-tour-note {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--chb-spice-dark) !important;
}

.chb-mosaic {
  margin-top: 36px;
}

.chb-mosaic-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  grid-template-rows: 260px 260px;
  gap: 16px;
}

.chb-mosaic-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(37, 22, 14, 0.04) 24%, rgba(37, 22, 14, 0.66)),
    var(--mosaic-image, url("./assets/images/chaibhaitour-mobile.webp")) center / cover no-repeat;
  box-shadow: 0 20px 46px rgba(41, 24, 12, 0.12);
  border: 1px solid rgba(77, 47, 26, 0.1);
}

.chb-mosaic-item--taste {
  --mosaic-image: url("./assets/images/taste-spots-you-would-never-find-alone.webp");
  grid-row: span 2;
  background-position: center center;
}

.chb-mosaic-item--chai {
  --mosaic-image: url("./assets/images/slow-down-with-a-proper-cup-of-chai.webp");
  background-position: 45% center;
}

.chb-mosaic-item--stories {
  --mosaic-image: url("./assets/images/come-home-with-stories-not-just-photos.webp");
  grid-column: span 2;
  background-position: center center;
}

.chb-mosaic-item--local-eyes {
  --mosaic-image: url("./assets/images/see-the-neighborhood-through-local-eyes.webp");
  background-position: center center;
}

.chb-mosaic-item--energy {
  --mosaic-image: url("./assets/images/feel-the-energy-of-jackson-heights.webp");
  background-position: center center;
}

.chb-mosaic-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(37, 22, 14, 0.74);
  color: #fffaf1;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.chb-mosaic-dots {
  display: none;
}

.chb-guide-card {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 44px;
  padding: 28px;
  align-items: center;
}

.chb-guide-photo {
  overflow: hidden;
  border-radius: 24px;
  align-self: stretch;
  min-height: 520px;
  background: var(--chb-cream-2);
}

.chb-guide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chb-guide-copy {
  padding: 16px 10px 16px 0;
}

.chb-guide-intro {
  margin: 18px 0 0;
  color: var(--chb-ink-soft);
  font-size: 1.08rem;
}

.chb-guide-benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.chb-benefit-card {
  padding: 22px;
  box-shadow: none;
}

.chb-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(242, 177, 61, 0.2);
  color: var(--chb-spice-dark);
}

.chb-feature-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chb-benefit-card p,
.chb-detail-card p,
.chb-proof-card p {
  margin: 12px 0 0;
  color: var(--chb-ink-soft);
}

.chb-proof-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 177, 61, 0.22), transparent 34rem),
    #fffaf1;
}

.chb-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.chb-proof-card {
  padding: 26px;
}

.chb-review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.chb-review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.chb-review-meta {
  display: grid;
  gap: 2px;
}

.chb-review-name {
  font-weight: 900;
}

.chb-review-source {
  color: var(--chb-ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.chb-stars {
  margin-bottom: 12px;
  color: #d89111;
  letter-spacing: 0.08em;
}

.chb-details-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.chb-detail-card {
  box-shadow: none;
}

.chb-faq {
  background: #fffaf1;
}

.chb-faq-list {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin-top: 34px;
}

.chb-faq-item {
  border: 1px solid var(--chb-border);
  border-radius: 20px;
  background: #fffdf7;
  box-shadow: 0 12px 32px rgba(41, 24, 12, 0.06);
}

.chb-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.chb-faq-item summary::-webkit-details-marker {
  display: none;
}

.chb-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--chb-ink-soft);
}

.chb-faq-toggle {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(242, 177, 61, 0.22);
  color: var(--chb-spice-dark);
}

.chb-faq-toggle svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.chb-faq-item[open] .chb-faq-line-v {
  display: none;
}

.chb-booking {
  color: #fffaf1;
  background:
    linear-gradient(135deg, rgba(37, 22, 14, 0.96), rgba(35, 83, 67, 0.92)),
    url("assets/images/chaibhaitour-mobile.webp") center/cover no-repeat;
}

.chb-booking .chb-p {
  color: rgba(255, 250, 241, 0.82);
}

.chb-booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 44px;
  align-items: center;
}

.chb-booking-card {
  padding: 28px;
  color: var(--chb-ink);
}

.chb-booking-muted {
  margin-top: 10px;
}

.chb-book-options {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.chb-book-option-featured {
  min-height: 56px;
}

.chb-booking-bullets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.chb-footer {
  padding: 56px 0 36px;
  background: #1d130e;
  color: rgba(255, 250, 241, 0.76);
}

.chb-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 36px;
}

.chb-footer h2,
.chb-footer h3 {
  margin: 0 0 12px;
  color: #fffaf1;
}

.chb-footer p {
  margin: 8px 0;
}

.chb-mobile-booking-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--chb-border);
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.chb-mobile-booking-bar strong,
.chb-mobile-booking-bar span {
  display: block;
}

.chb-mobile-booking-bar strong {
  font-size: 0.92rem;
}

.chb-mobile-booking-bar span {
  color: var(--chb-ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.chb-mobile-booking-bar .chb-btn {
  min-height: 44px;
  padding-inline: 18px;
}

.chb-acuity-modal[hidden],
.chb-acuity-modal[aria-hidden="true"] {
  display: none;
}

.chb-acuity-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 28px;
}

.chb-acuity-modal.is-open,
.chb-acuity-modal[aria-hidden="false"] {
  display: grid;
}

.chb-acuity-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 13, 8, 0.72);
  backdrop-filter: blur(10px);
}

.chb-acuity-dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(92vh, 920px);
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 30px;
  background: #fffaf1;
  color: var(--chb-ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.chb-acuity-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(37, 22, 14, 0.14);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.94);
  color: var(--chb-ink);
  cursor: pointer;
}

.chb-acuity-close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
}

.chb-acuity-header {
  padding: 30px 72px 18px 30px;
  border-bottom: 1px solid var(--chb-border);
}

.chb-acuity-header .chb-h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
}

.chb-acuity-header .chb-p {
  margin-top: 10px;
}

.chb-acuity-frame {
  height: min(76vh, 760px);
  overflow: auto;
  background: #fff;
}

.chb-acuity-frame iframe {
  display: block;
  width: 100%;
  min-height: 760px;
}

@media (max-width: 980px) {
  .chb-nav-links {
    display: none;
  }

  .chb-hero-grid,
  .chb-booking-grid,
  .chb-guide-card {
    grid-template-columns: 1fr;
  }

  .chb-booking-mini {
    max-width: 520px;
  }

  .chb-guide-card {
    gap: 24px;
  }

  .chb-guide-photo {
    min-height: 440px;
  }

  .chb-tour-grid,
  .chb-proof-row,
  .chb-details-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chb-tour-card--featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .chb-wrap {
    width: min(100% - 28px, var(--chb-wrap));
  }

  .chb-nav {
    min-height: 68px;
  }

  .chb-nav-cta {
    display: none;
  }

  .chb-logo-img {
    width: 42px;
    height: 42px;
  }

  .chb-hero {
    padding: 42px 0 54px;
    background:
      linear-gradient(180deg, rgba(8, 18, 19, 0.86), rgba(8, 18, 19, 0.68)),
      url("assets/images/jackson-heights.webp") center / cover no-repeat;
  }

  .chb-h1 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }

  .chb-h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .chb-lead-desktop,
  .chb-eyebrow-desktop,
  .chb-proof-desktop {
    display: none;
  }

  .chb-lead-mobile,
  .chb-eyebrow-mobile,
  .chb-proof-mobile {
    display: inline;
  }

  .chb-mobile-hero-photo {
    display: block;
    overflow: hidden;
    margin-top: 26px;
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  }

  .chb-booking-mini {
    display: none;
  }

  .chb-hero-actions {
    align-items: stretch;
  }

  .chb-hero-actions .chb-btn {
    width: 100%;
  }

  .chb-hero-proof {
    max-width: 100%;
  }

  .chb-section {
    padding: 64px 0;
  }

  .chb-tour-grid,
  .chb-proof-row,
  .chb-details-grid,
  .chb-guide-benefit-grid,
  .chb-footer-grid {
    grid-template-columns: 1fr;
  }

  .chb-info-card,
  .chb-proof-card,
  .chb-booking-card {
    padding: 24px;
  }

  .chb-mosaic-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .chb-mosaic-grid::-webkit-scrollbar {
    display: none;
  }

  .chb-mosaic-item {
    flex: 0 0 100%;
    min-height: 430px;
    scroll-snap-align: start;
  }

  .chb-mosaic-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .chb-mosaic-dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(37, 22, 14, 0.24);
    cursor: pointer;
  }

  .chb-mosaic-dots button.is-active {
    width: 24px;
    background: var(--chb-spice);
  }

  .chb-guide-card {
    padding: 14px;
  }

  .chb-guide-copy {
    padding: 10px;
  }

  .chb-guide-photo {
    min-height: 360px;
  }

  .chb-booking-bullets {
    grid-template-columns: 1fr;
  }

  .chb-mobile-booking-bar.is-visible {
    display: flex;
  }

  body {
    padding-bottom: 88px;
  }

  .chb-acuity-modal {
    padding: 0;
    place-items: stretch;
  }

  .chb-acuity-dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }

  .chb-acuity-header {
    padding: 24px 66px 16px 18px;
  }

  .chb-acuity-frame {
    height: calc(100vh - 142px);
  }

  .chb-acuity-frame iframe {
    min-height: calc(100vh - 142px);
  }
}

@media (max-width: 430px) {
  .chb-btn {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 0.92rem;
  }

  .chb-h1 {
    font-size: 2.3rem;
  }

  .chb-google-review-icon {
    width: 54px;
  }

  .chb-proof-copy {
    font-size: 0.84rem;
  }

  .chb-mosaic-item {
    min-height: 380px;
  }
}


/* Restored pricing-table treatment */
.chb-tour-price {
  margin: 20px 0 0;
  padding: 14px 0;
  border-top: 1px solid rgba(77, 47, 26, 0.12);
  border-bottom: 1px solid rgba(77, 47, 26, 0.12);
}

.chb-tour-card--featured {
  transform: translateY(-12px);
  border-color: rgba(200, 79, 33, 0.35);
  background: linear-gradient(180deg, #fffdf7, #fff1d6);
  box-shadow: 0 30px 70px rgba(200, 79, 33, 0.16);
}

@media (max-width: 980px) {
  .chb-tour-card--featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .chb-mosaic-item--taste,
  .chb-mosaic-item--stories {
    grid-column: auto;
    grid-row: auto;
  }
}


/* Hero image update: cooler overlay over Jackson Heights background */
.chb-hero .chb-h1,
.chb-hero .chb-lead,
.chb-hero .chb-eyebrow {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

/* Hero compression pass: smaller proof, tighter headline, tighter hero booking card */
@media (min-width: 761px) {
  .chb-hero {
    padding: 56px 0 54px;
  }

  .chb-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) 410px;
    gap: 48px;
  }

  .chb-h1 {
    max-width: 690px;
    font-size: clamp(2.35rem, 4vw, 3.85rem);
    line-height: 0.98;
    letter-spacing: -0.048em;
  }

  .chb-lead {
    max-width: 650px;
    margin-top: 20px;
    font-size: clamp(0.98rem, 1.05vw, 1.05rem);
    line-height: 1.45;
  }

  .chb-hero-proof {
    margin-top: 18px;
    gap: 9px;
    padding: 7px 12px;
  }

  .chb-google-review-icon {
    width: 54px;
  }

  .chb-proof-copy {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .chb-hero-actions {
    margin-top: 24px;
  }

  .chb-booking-mini {
    align-self: center;
  }

  .chb-mini-image {
    min-height: 205px;
  }

  .chb-mini-body {
    padding: 20px 22px 22px;
  }

  .chb-mini-body .chb-h3 {
    font-size: 1.05rem;
    line-height: 1.12;
  }

  .chb-mini-meta {
    margin-top: 7px;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .chb-mini-price {
    margin-top: 12px;
  }

  .chb-mini-price strong {
    font-size: 1.72rem;
  }

  .chb-mini-price span {
    font-size: 0.82rem;
  }

  .chb-booking-mini ul {
    margin: 12px 0 18px;
    gap: 7px;
  }

  .chb-booking-mini li {
    padding-left: 22px;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .chb-booking-mini li::before {
    width: 11px;
    height: 11px;
    top: 0.44em;
  }

  .chb-booking-mini .chb-btn {
    min-height: 44px;
    font-size: 0.92rem;
  }
}

@media (max-width: 760px) {
  .chb-h1 {
    font-size: clamp(1.95rem, 9.6vw, 2.72rem);
  }

  .chb-hero-proof {
    padding: 8px 11px;
    gap: 8px;
  }

  .chb-google-review-icon {
    width: 54px;
  }

  .chb-proof-copy {
    font-size: 0.8rem;
  }
}

@media (max-width: 430px) {
  .chb-h1 {
    font-size: 2.08rem;
  }

  .chb-google-review-icon {
    width: 54px;
  }

  .chb-proof-copy {
    font-size: 0.76rem;
  }
}

/* Requested cleanup pass: mobile cream hero, taller desktop card image, fixed mosaic placement */
@media (min-width: 761px) {
  .chb-mini-image {
    min-height: 245px;
    background-position: center 30%;
  }

  .chb-mosaic-item--stories {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .chb-hero {
    padding: 34px 0 0;
    color: var(--chb-ink);
    background: linear-gradient(180deg, #fff8eb 0%, #fffaf1 100%);
    border-bottom: 2px solid rgba(77, 47, 26, 0.16);
  }

  .chb-hero::before,
  .chb-hero::after {
    display: none;
  }

  .chb-hero .chb-h1,
  .chb-hero .chb-lead,
  .chb-hero .chb-eyebrow {
    text-shadow: none;
  }

  .chb-hero .chb-eyebrow {
    color: var(--chb-spice);
  }

  .chb-hero .chb-lead {
    color: var(--chb-ink-soft);
  }

  .chb-hero-proof {
    border-color: rgba(77, 47, 26, 0.18);
    background: rgba(255, 253, 247, 0.88);
    color: var(--chb-ink);
    box-shadow: 0 12px 32px rgba(41, 24, 12, 0.08);
    backdrop-filter: none;
  }

  .chb-hero-actions .chb-btn-light {
    background: var(--chb-spice);
    color: #fffaf1;
    box-shadow: 0 16px 34px rgba(200, 79, 33, 0.22);
  }

  .chb-hero-actions .chb-btn-outline {
    border-color: rgba(77, 47, 26, 0.22);
    color: var(--chb-ink);
    background: rgba(255, 253, 247, 0.72);
  }

  .chb-mobile-hero-photo {
    margin: 28px -14px 0;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid rgba(77, 47, 26, 0.16);
  }

  .chb-mobile-hero-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 430px) {
  .chb-mobile-hero-photo img {
    height: 265px;
  }
}

/* Cal.com popup integration */
[data-cal-link] {
  cursor: pointer;
}

[data-cal-link]:focus-visible {
  outline: 3px solid rgba(242, 177, 61, 0.85);
  outline-offset: 4px;
}

[data-cal-link].chb-btn {
  user-select: none;
}

/* Keep the mobile sticky booking bar beneath the Cal popup */
.chb-mobile-booking-bar {
  z-index: 40;
}

/* Cal injects its own popup/iframe. This keeps any Cal iframe visually clean if it appears inside the DOM. */
iframe[src*="cal.com"],
iframe[src*="app.cal.com"] {
  color-scheme: light;
  border: 0;
}

/* Optional safety: if Cal renders an inline frame for any reason, don't let it look broken */
.cal-embed,
.cal-embed iframe,
div[id*="cal"] iframe {
  max-width: 100%;
}

/* Mobile tap behavior for Cal booking buttons */
@media (max-width: 760px) {
  [data-cal-link].chb-btn {
    touch-action: manipulation;
  }
}

/* Etsy-inspired Chai product page */
.chb-etsy-page {
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 4%, rgba(242, 177, 61, 0.15), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(200, 79, 33, 0.08), transparent 26rem),
    linear-gradient(180deg, #fff8eb 0%, #fffaf1 42%, #f8ead3 100%);
}

.chb-etsy-page .chb-pdp-topbar {
  background: rgba(255, 248, 235, 0.92);
}

.chb-etsy-page .chb-pdp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
}

.chb-etsy-page .chb-pdp-nav-cta {
  min-height: 44px;
  padding-inline: 22px;
  font-size: 0.92rem;
}

.chb-pdp-main {
  padding-bottom: 0;
}

.chb-pdp-hero {
  padding: 54px 0 46px;
  border-bottom: 1px solid rgba(77, 47, 26, 0.12);
}

.chb-pdp-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.98fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  max-width: 1080px;
}

.chb-pdp-gallery {
  position: sticky;
  top: 104px;
}

.chb-pdp-slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(77, 47, 26, 0.12);
  border-radius: 24px;
  background: #fff3de;
  box-shadow: 0 18px 44px rgba(41, 24, 12, 0.11);
}

.chb-pdp-slide {
  position: absolute;
  inset: 0;
  display: none;
  margin: 0;
}

.chb-pdp-slide.is-active {
  display: block;
}

.chb-pdp-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff3de;
}

.chb-pdp-slider-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(37, 22, 14, 0.14);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.92);
  color: var(--chb-ink);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 12px 30px rgba(41, 24, 12, 0.12);
}

.chb-pdp-slider-button--prev {
  left: 14px;
}

.chb-pdp-slider-button--next {
  right: 14px;
}

.chb-pdp-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.chb-pdp-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 0 0 1px rgba(37, 22, 14, 0.18);
  cursor: pointer;
}

.chb-pdp-dot.is-active {
  width: 25px;
  background: var(--chb-spice);
  box-shadow: none;
}

.chb-pdp-info {
  padding-top: 4px;
}

.chb-pdp-kicker {
  margin: 0 0 10px;
  color: var(--chb-spice);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chb-pdp-title {
  margin: 0;
  max-width: 560px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--chb-ink);
}

.chb-pdp-review-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--chb-ink-soft);
  font-size: 0.93rem;
  font-weight: 800;
}

.chb-pdp-review-line span {
  color: #d89111;
  letter-spacing: 0.04em;
}

.chb-pdp-price-block {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.chb-pdp-price-block strong {
  font-size: 2.65rem;
  line-height: 1;
  letter-spacing: -0.075em;
}

.chb-pdp-price-block span {
  color: var(--chb-ink);
  font-size: 1rem;
  font-weight: 950;
}

.chb-pdp-description {
  max-width: 540px;
  margin: 16px 0 0;
  color: var(--chb-ink-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.55;
}

.chb-pdp-highlights {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(77, 47, 26, 0.13);
}

.chb-pdp-highlights h2 {
  margin: 0 0 14px;
  color: var(--chb-ink);
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.chb-pdp-highlight-row,
.chb-pdp-policy-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  margin-top: 14px;
  color: var(--chb-ink-soft);
  font-size: 0.99rem;
  line-height: 1.35;
}

.chb-pdp-highlight-row strong,
.chb-pdp-policy-row strong {
  color: var(--chb-ink);
  font-weight: 900;
}

.chb-pdp-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #342820;
}

.chb-pdp-icon svg {
  display: block;
  width: 25px;
  height: 25px;
  overflow: visible;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chb-pdp-icon svg path,
.chb-pdp-icon svg circle,
.chb-pdp-icon svg rect,
.chb-pdp-icon svg line,
.chb-pdp-icon svg polyline {
  fill: none;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.chb-pdp-buy-box {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.chb-pdp-buy-button {
  width: min(100%, 360px);
  min-height: 56px;
  font-size: 1rem;
}

.chb-pdp-buy-box p {
  margin: 0;
  color: var(--chb-ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.chb-pdp-details-section {
  padding: 44px 0 38px;
  background: #fffaf1;
}

.chb-pdp-details-wrap {
  max-width: 980px;
}

.chb-pdp-detail {
  border-top: 1px solid rgba(77, 47, 26, 0.14);
}

.chb-pdp-detail:last-child {
  border-bottom: 1px solid rgba(77, 47, 26, 0.14);
}

.chb-pdp-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 0;
  color: var(--chb-ink);
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  cursor: pointer;
  list-style: none;
}

.chb-pdp-detail summary::-webkit-details-marker {
  display: none;
}

.chb-pdp-chevron {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.chb-pdp-chevron::before,
.chb-pdp-chevron::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 3px;
  border-radius: 99px;
  background: var(--chb-ink);
}

.chb-pdp-chevron::before {
  left: 1px;
  transform: rotate(45deg);
}

.chb-pdp-chevron::after {
  right: 1px;
  transform: rotate(-45deg);
}

.chb-pdp-detail[open] .chb-pdp-chevron::before {
  transform: rotate(-45deg);
}

.chb-pdp-detail[open] .chb-pdp-chevron::after {
  transform: rotate(45deg);
}

.chb-pdp-detail-body {
  max-width: 820px;
  padding: 0 0 28px;
}

.chb-pdp-detail-body p {
  margin: 0 0 18px;
  color: var(--chb-ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.chb-pdp-check-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
}

.chb-pdp-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--chb-ink-soft);
  font-weight: 750;
}

.chb-pdp-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 15px;
  height: 15px;
  background: var(--chb-spice-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chb-pdp-prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.chb-pdp-prep-grid div {
  padding: 18px;
  border: 1px solid rgba(77, 47, 26, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.8);
}

.chb-pdp-prep-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--chb-ink);
  letter-spacing: -0.02em;
}

.chb-pdp-prep-grid p {
  margin: 0;
  font-size: 0.94rem;
}


.chb-pdp-mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(77, 47, 26, 0.16);
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.chb-pdp-mobile-bar strong,
.chb-pdp-mobile-bar span {
  display: block;
}

.chb-pdp-mobile-bar strong {
  color: var(--chb-ink);
  font-size: 0.9rem;
  line-height: 1.15;
}

.chb-pdp-mobile-bar span {
  color: var(--chb-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.chb-pdp-mobile-bar .chb-btn {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .chb-pdp-grid {
    grid-template-columns: minmax(340px, 0.92fr) minmax(320px, 0.8fr);
    gap: 32px;
  }

  .chb-pdp-title {
    font-size: clamp(2rem, 4.4vw, 3rem);
  }

  .chb-pdp-prep-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .chb-etsy-page {
    padding-bottom: 86px;
  }

  .chb-etsy-page .chb-wrap {
    width: min(100% - 28px, var(--chb-wrap));
  }

  .chb-etsy-page .chb-pdp-nav {
    min-height: 64px;
  }

  .chb-etsy-page .chb-logo-img {
    width: 42px;
    height: 42px;
  }

  .chb-etsy-page .chb-logo-text strong {
    font-size: 1rem;
  }

  .chb-etsy-page .chb-logo-text em {
    font-size: 0.69rem;
  }

  .chb-etsy-page .chb-pdp-nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .chb-pdp-hero {
    padding: 22px 0 28px;
  }

  .chb-pdp-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .chb-pdp-gallery {
    position: relative;
    top: auto;
  }

  .chb-pdp-slider {
    border-radius: 22px;
  }

  .chb-pdp-slider-button {
    width: 38px;
    height: 38px;
  }

  .chb-pdp-info {
    padding-top: 0;
  }

  .chb-pdp-kicker {
    margin-bottom: 8px;
    font-size: 0.69rem;
  }

  .chb-pdp-title {
    font-size: clamp(2rem, 9vw, 2.62rem);
  }

  .chb-pdp-review-line {
    margin-top: 11px;
    font-size: 0.86rem;
  }

  .chb-pdp-price-block {
    margin-top: 15px;
  }

  .chb-pdp-price-block strong {
    font-size: 2.2rem;
  }

  .chb-pdp-description {
    margin-top: 12px;
    font-size: 0.96rem;
    line-height: 1.46;
  }

  .chb-pdp-highlights {
    margin-top: 18px;
    padding-top: 18px;
  }

  .chb-pdp-highlights h2 {
    margin-bottom: 10px;
    font-size: 1.03rem;
  }

  .chb-pdp-highlight-row,
  .chb-pdp-policy-row {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .chb-pdp-icon {
    width: 26px;
    height: 26px;
  }

  .chb-pdp-icon svg {
    width: 23px;
    height: 23px;
  }

  .chb-pdp-buy-box {
    margin-top: 21px;
  }

  .chb-pdp-buy-button {
    width: 100%;
    min-height: 54px;
  }

  .chb-pdp-details-section {
    padding: 24px 0 22px;
  }

  .chb-pdp-detail summary {
    padding: 21px 0;
    font-size: 1.22rem;
  }

  .chb-pdp-detail-body {
    padding-bottom: 22px;
  }

  .chb-pdp-detail-body p {
    margin-bottom: 14px;
    font-size: 0.96rem;
  }

  .chb-pdp-prep-grid {
    gap: 10px;
  }

  .chb-pdp-prep-grid div {
    padding: 15px;
  }

  .chb-pdp-mobile-bar.is-visible {
    display: flex;
  }
}

@media (max-width: 430px) {
  .chb-etsy-page .chb-wrap {
    width: calc(100% - 24px);
  }

  .chb-etsy-page .chb-pdp-nav-cta {
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .chb-etsy-page .chb-logo {
    gap: 9px;
  }

  .chb-pdp-title {
    font-size: 2.08rem;
  }

  .chb-pdp-price-block strong {
    font-size: 2.05rem;
  }

  .chb-pdp-mobile-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }

  .chb-pdp-mobile-bar strong {
    font-size: 0.84rem;
  }

  .chb-pdp-mobile-bar .chb-btn {
    padding-inline: 15px;
  }
}

/* Chai Bhai Watch Party page */
.chb-event-page {
  background:
    radial-gradient(circle at 10% 4%, rgba(242, 177, 61, 0.2), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(200, 79, 33, 0.13), transparent 30rem),
    linear-gradient(180deg, #fff8eb 0%, #fffaf1 46%, #f8ead3 100%);
}

.chb-event-topbar {
  background: rgba(255, 248, 235, 0.92);
}

.chb-event-nav {
  min-height: 72px;
}

.chb-event-nav-cta {
  min-height: 44px;
  padding-inline: 20px;
  font-size: 0.92rem;
}

.chb-event-hero {
  padding: 62px 0 64px;
  border-bottom: 1px solid var(--chb-border);
}

.chb-event-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 54px;
  align-items: center;
}

.chb-event-copy {
  max-width: 780px;
}

.chb-event-page .chb-h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 4.6vw, 4.25rem);
}

.chb-event-page .chb-lead {
  max-width: 680px;
  margin-top: 18px;
  color: var(--chb-ink-soft);
  font-weight: 650;
}

.chb-event-primary-card,
.chb-event-poster-card,
.chb-event-location-card {
  border: 1px solid var(--chb-border);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 20px 54px rgba(41, 24, 12, 0.1);
}

.chb-event-primary-card {
  max-width: 680px;
  margin-top: 26px;
  padding: 24px;
}

.chb-event-matchup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.chb-event-matchup span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid rgba(77, 47, 26, 0.12);
  border-radius: 999px;
  background: #fffaf1;
  box-shadow: 0 10px 24px rgba(41, 24, 12, 0.05);
}

.chb-event-matchup strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--chb-ink);
  color: #fffaf1;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.chb-event-detail-list {
  display: grid;
  gap: 14px;
}

.chb-event-detail {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--chb-ink-soft);
  font-weight: 700;
}

.chb-event-detail strong {
  color: var(--chb-ink);
  font-weight: 950;
}

.chb-event-detail a {
  color: var(--chb-spice-dark);
  font-weight: 950;
}

.chb-event-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(242, 177, 61, 0.2);
  color: var(--chb-spice-dark);
}

.chb-event-icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chb-event-actions {
  display: grid;
  gap: 10px;
  width: fit-content;
  margin-top: 24px;
}

.chb-event-main-cta {
  min-height: 56px;
  min-width: 240px;
  padding-inline: 30px;
  font-size: 1.03rem;
}

.chb-event-actions p {
  max-width: 560px;
  margin: 0;
  color: var(--chb-ink-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.chb-event-actions strong {
  color: var(--chb-spice-dark);
}

.chb-event-poster-card {
  overflow: hidden;
  background: #071424;
}

.chb-event-poster-card img {
  width: 100%;
  height: auto;
}

.chb-event-strip {
  padding: 24px 0;
  background: #1d130e;
  color: #fffaf1;
}

.chb-event-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.chb-event-strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 241, 0.13);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.06);
  font-weight: 900;
}

.chb-event-strip-item .chb-event-icon {
  flex: 0 0 auto;
  background: rgba(242, 177, 61, 0.18);
  color: #ffd58a;
}

.chb-event-section-intro {
  margin-bottom: 28px;
}

.chb-event-schedule-section {
  background: #fffaf1;
}

.chb-event-schedule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.chb-event-game-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 14px 38px rgba(41, 24, 12, 0.06);
}

.chb-event-game-card--featured {
  border-color: rgba(200, 79, 33, 0.34);
  background: linear-gradient(180deg, #fffdf7, #fff1d6);
}

.chb-event-game-card .chb-h3 {
  font-size: 1.35rem;
}

.chb-event-game-meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.chb-event-game-meta span {
  position: relative;
  padding-left: 22px;
  color: var(--chb-ink-soft);
  font-weight: 800;
}

.chb-event-game-meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--chb-gold);
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.55);
}

.chb-event-details-section {
  background: linear-gradient(180deg, #fffaf1, #f8ead3);
}

.chb-event-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: center;
}

.chb-event-location-card {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.chb-event-faq-section {
  background: #fffaf1;
}

.chb-event-faq-list {
  max-width: 100%;
}

.chb-event-mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--chb-border);
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.chb-event-mobile-bar strong,
.chb-event-mobile-bar span {
  display: block;
}

.chb-event-mobile-bar strong {
  font-size: 0.9rem;
  line-height: 1.15;
}

.chb-event-mobile-bar span {
  color: var(--chb-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.chb-event-mobile-bar .chb-btn {
  min-height: 44px;
  padding-inline: 18px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .chb-event-hero-grid,
  .chb-event-details-grid {
    grid-template-columns: 1fr;
  }

  .chb-event-poster-card {
    max-width: 520px;
  }

  .chb-event-schedule-grid,
  .chb-event-strip-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .chb-event-page {
    padding-bottom: 84px;
  }

  .chb-event-nav {
    min-height: 64px;
  }

  .chb-event-nav-cta {
    display: none;
  }

  .chb-event-hero {
    padding: 30px 0 38px;
  }

  .chb-event-hero-grid {
    gap: 26px;
  }

  .chb-event-page .chb-h1 {
    font-size: clamp(2.05rem, 9.8vw, 2.78rem);
    line-height: 0.99;
  }

  .chb-event-page .chb-lead {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.42;
  }

  .chb-event-primary-card {
    margin-top: 20px;
    padding: 18px;
    border-radius: 24px;
  }

  .chb-event-matchup {
    gap: 8px;
  }

  .chb-event-matchup span {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .chb-event-matchup strong {
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }

  .chb-event-actions {
    width: 100%;
  }

  .chb-event-main-cta {
    width: 100%;
  }

  .chb-event-poster-card {
    max-width: 100%;
    border-radius: 24px;
  }

  .chb-event-strip {
    padding: 18px 0;
  }

  .chb-event-strip-item {
    padding: 12px 14px;
    font-size: 0.92rem;
  }

  .chb-event-game-card .chb-h3 {
    font-size: 1.18rem;
  }

  .chb-event-location-card {
    padding: 22px;
  }

  .chb-event-mobile-bar {
    display: flex;
  }
}

@media (max-width: 430px) {
  .chb-event-mobile-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }

  .chb-event-mobile-bar strong {
    font-size: 0.84rem;
  }

  .chb-event-mobile-bar .chb-btn {
    padding-inline: 15px;
  }
}

/* Mobile hero text + proof spacing fix */
@media (max-width: 760px) {
  .chb-lead-mobile {
    display: block !important;
    margin: 18px 0 22px !important;
    max-width: 100% !important;
    font-size: 1.08rem !important;
    line-height: 1.34 !important;
  }

  .chb-hero-proof {
    display: flex !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 28px !important;
    clear: both;
  }

  .chb-hero-actions {
    margin-top: 0 !important;
  }
}

@media (max-width: 430px) {
  .chb-lead-mobile {
    font-size: 1.06rem !important;
    line-height: 1.34 !important;
  }

  .chb-hero-proof {
    padding: 8px 10px;
  }

  .chb-proof-copy {
    font-size: 0.78rem;
    line-height: 1.18;
  }
}

/* Mobile final booking section fix: restore dark card text + CTA spacing */
.chb-booking-card .chb-p,
.chb-booking-card .chb-booking-muted {
  color: var(--chb-ink-soft) !important;
}

@media (max-width: 760px) {
  .chb-booking .chb-hero-actions {
    margin-top: 24px !important;
  }

  .chb-booking-card .chb-p,
  .chb-booking-card .chb-booking-muted {
    color: var(--chb-ink-soft) !important;
  }
}
