/*
 * Big Bold Guides 4.0 final art direction.
 *
 * One deliberate last layer replaces the historical presentation experiments
 * without disturbing the dependable WordPress component base.
 */

:root {
  --bbg-final-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --bbg-final-serif: ui-serif, "New York", "Iowan Old Style", Charter, Baskerville, Georgia, serif;
  --bbg-yellow: var(--bbg-highlight, #ffd60a);
  --bbg-yellow-deep: #f5c400;
  --bbg-beige: var(--bbg-beige-color, #f5f0e8);
  --bbg-beige-strong: #ebe2d5;
  --bbg-cobalt: var(--bbg-secondary-accent, #1557ff);
  --bbg-coral: var(--bbg-accent, #ff5a36);
  --bbg-green: #117a55;
  --bbg-final-muted: #686868;
  --bbg-final-line: rgb(16 16 16 / 12%);
  --bbg-final-soft-line: rgb(16 16 16 / 7%);
  --bbg-final-glass: rgb(255 255 255 / 76%);
  --bbg-final-shadow: 0 20px 60px rgb(31 24 16 / 9%), inset 0 1px 0 rgb(255 255 255 / 92%);
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  overflow-x: clip;
  background: var(--bbg-canvas, #fff);
  color: var(--bbg-ink, #101010);
  font-family: var(--bbg-final-sans);
  font-size: var(--bbg-body-size, 18px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--bbg-final-sans);
}

img,
svg,
video,
iframe,
table {
  max-width: 100%;
}

:where(p, li, dd, figcaption, .entry-title, .bbg-post-card__title, .nav-title) {
  overflow-wrap: anywhere;
}

.bbg-shell {
  width: min(calc(100% - clamp(1.5rem, 5vw, 4rem)), var(--bbg-container-width, 1240px));
}

:focus-visible {
  outline: 3px solid var(--bbg-cobalt);
  outline-offset: 3px;
}

.bbg-kicker {
  color: var(--bbg-final-muted);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .105em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Header */

.site-header {
  border-bottom: 1px solid var(--bbg-final-soft-line);
  background: rgb(255 255 255 / 82%);
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.site-header.is-scrolled {
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 10px 30px rgb(25 20 15 / 5%);
}

.site-header__inner,
.bbg-masthead {
  min-height: 5.4rem;
  gap: 1.5rem;
  padding-block: .75rem;
}

.site-branding {
  min-width: 0;
  gap: 1.1rem;
}

.site-branding__identity {
  min-width: 0;
}

.bbg-header-compact .bbg-brand,
.site-header .bbg-brand,
.site-footer .bbg-brand {
  display: inline-flex;
  align-items: baseline;
  gap: .22em;
  color: var(--bbg-ink, #101010);
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .92;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.bbg-header-compact .bbg-brand__word,
.site-header .bbg-brand__word,
.site-footer .bbg-brand__word {
  display: inline;
}

.site-branding__copy {
  padding-left: 1.1rem;
  border-left: 1px solid var(--bbg-final-line);
}

.site-branding__eyebrow {
  margin: 0 0 .16rem;
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.site-description {
  margin: 0;
  color: var(--bbg-final-muted);
  font-size: .76rem;
  line-height: 1.25;
}

@media (min-width: 56.01rem) {
  .bbg-header-statement .site-header__inner,
  .bbg-header-statement .bbg-masthead {
    min-height: 7.4rem;
    padding-block: 1.1rem;
    align-items: flex-end;
  }

  .bbg-header-statement .site-header .bbg-brand {
    font-size: clamp(2.5rem, 4.7vw, 4.6rem);
    letter-spacing: -.065em;
  }

  .bbg-header-statement .site-branding__copy {
    margin-bottom: .3rem;
  }
}

.primary-menu {
  gap: .1rem;
}

.primary-menu a {
  min-height: 2.75rem;
  padding: .75rem .72rem;
  border-radius: .7rem;
  color: var(--bbg-ink, #101010);
  font-size: .78rem;
  font-weight: 690;
  letter-spacing: -.01em;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
  background: var(--bbg-beige);
  color: var(--bbg-ink, #101010);
}

.header-search-toggle,
.search-toggle,
.menu-toggle {
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: .7rem;
  background: transparent;
  color: var(--bbg-ink, #101010);
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: var(--bbg-beige);
}

/* Homepage hero */

.bbg-home-lead,
.bbg-section--hero {
  padding-block: clamp(1.5rem, 4vw, 3.25rem) clamp(2.75rem, 6vw, 5.25rem);
  background: #fff;
}

.bbg-home-lead--no-hero {
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.bbg-hero-rotator {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  border: 0;
  border-radius: clamp(.75rem, var(--bbg-card-radius, 18px), 2rem);
  background: var(--bbg-beige);
  box-shadow: 0 18px 55px rgb(34 28 20 / 8%);
}

.bbg-hero-rotator__slides {
  height: clamp(19rem, 45vw, var(--bbg-hero-height, 520px));
  min-height: 19rem;
}

.bbg-hero-rotator__slide img {
  object-fit: cover;
  transform: scale(1.001);
}

.bbg-hero-rotator__slide figcaption {
  right: 1rem;
  bottom: 1rem;
  max-width: min(30rem, calc(100% - 9rem));
  padding: .58rem .78rem;
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: .75rem;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 9px 28px rgb(0 0 0 / 10%);
  color: #111;
  font-size: .75rem;
  font-weight: 650;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.bbg-hero-rotator__controls {
  bottom: 1rem;
  left: 1rem;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 74%);
  border-radius: .8rem;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 9px 28px rgb(0 0 0 / 10%);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.bbg-hero-rotator__controls button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
}

.bbg-hero-rotator__controls button:hover,
.bbg-hero-rotator__controls button:focus-visible {
  background: rgb(17 17 17 / 8%);
  color: #111;
}

.bbg-hero-rotator__controls p {
  min-width: 3.5rem;
  color: #111;
  font-size: .68rem;
}

/* Signature selector */

.bbg-home-surprise {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 .5rem;
}

.bbg-surprise-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .45rem;
  padding: .45rem .2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: .74rem;
  font-weight: 780;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}

.bbg-surprise-button__spark {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--bbg-yellow);
  font-size: .72rem;
  transition: transform .2s ease;
}

.bbg-surprise-button:hover,
.bbg-surprise-button:focus-visible {
  background: transparent;
  color: #111;
  text-decoration: underline;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .16em;
  text-underline-offset: .35em;
}

.bbg-surprise-button:hover .bbg-surprise-button__spark {
  transform: rotate(15deg) scale(1.08);
}

.bbg-surprise-button.is-shaking {
  animation: bbg-final-surprise-shake .62s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes bbg-final-surprise-shake {
  10%, 90% { transform: translateX(-2px) rotate(-1deg); }
  20%, 80% { transform: translateX(4px) rotate(1deg); }
  30%, 50%, 70% { transform: translateX(-7px) rotate(-2deg); }
  40%, 60% { transform: translateX(7px) rotate(2deg); }
}

.bbg-guide-sentence {
  position: relative;
  margin: 0;
  padding: clamp(.8rem, 2vw, 1.2rem) clamp(.9rem, 2.4vw, 1.45rem);
  overflow: visible;
  border: 1px solid rgb(255 255 255 / 90%);
  border-radius: clamp(1.05rem, 2vw, 1.55rem);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(255 255 255 / 64%)),
    radial-gradient(circle at 9% 0%, rgb(255 214 10 / 18%), transparent 34%);
  box-shadow: var(--bbg-final-shadow);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

.bbg-guide-sentence::before {
  position: absolute;
  inset: 1px 14% auto;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 100%), transparent);
  content: "";
  pointer-events: none;
}

.bbg-guide-sentence::after {
  display: none;
}

.bbg-guide-sentence__meta {
  display: none;
}

.bbg-guide-sentence__line {
  display: grid;
  max-width: none;
  grid-template-columns: auto minmax(10.5rem, .82fr) auto minmax(16rem, 1.18fr);
  align-items: center;
  gap: clamp(.25rem, .7vw, .55rem);
  margin: 0;
  color: #111;
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.45rem, 3vw, var(--bbg-selector-title-max, 52px));
  font-weight: 710;
  letter-spacing: -.052em;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.bbg-guide-sentence__select,
.bbg-guide-sentence__select--city,
.bbg-guide-sentence__select--mood {
  position: relative;
  display: block;
  width: auto;
  min-width: 0;
  height: 2.75rem;
  overflow: hidden;
  border: 0;
  border-bottom: .11em solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--bbg-coral);
  opacity: 1;
}

.bbg-guide-sentence__select--mood {
  color: var(--bbg-cobalt);
}

.bbg-guide-sentence:not(.has-selected-city) .bbg-guide-sentence__select--mood {
  opacity: .42;
}

.bbg-guide-sentence__select::after {
  position: absolute;
  right: .08rem;
  bottom: .92rem;
  color: currentColor;
  content: "↓";
  font-size: .72rem;
  line-height: 1;
  pointer-events: none;
}

.bbg-guide-sentence__select:hover,
.bbg-guide-sentence__select:focus-within {
  border-color: currentColor;
  background: transparent;
  box-shadow: none;
  opacity: .72;
  transform: none;
}

.bbg-guide-sentence select {
  display: block;
  width: 100%;
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0 1.25rem 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: currentColor;
  font: inherit;
  font-size: .72em;
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 2.75rem;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
}

.bbg-guide-sentence select:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: -3px;
}

.bbg-guide-sentence.is-opening-guide {
  opacity: .66;
  transform: translateY(1px);
}

/* Homepage sections */

.front-page .bbg-section {
  padding-block: clamp(2.9rem, 6vw, 5.25rem);
}

.front-page .bbg-section__header,
.front-page .bbg-commerce-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.25rem, 2.6vw, 2rem);
  padding: 0;
  border: 0;
}

.front-page .bbg-section__header h2,
.front-page .bbg-commerce-heading h2,
.front-page .bbg-story-lead h2 {
  max-width: 24ch;
  margin: 0;
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.55rem, 2.8vw, var(--bbg-section-title-max, 42px));
  font-weight: 740;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-transform: none;
}

.front-page .bbg-commerce-heading > p,
.front-page .bbg-section__dek {
  max-width: 34rem;
  margin: 0;
  color: var(--bbg-final-muted);
  font-size: .92rem;
  line-height: 1.45;
}

.bbg-section--latest,
.bbg-story-revolver {
  background: var(--bbg-beige);
}

.bbg-story-revolver .bbg-section__header {
  align-items: center;
}

.bbg-story-revolver__controls {
  display: flex;
  gap: .15rem;
}

.bbg-story-revolver__controls button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: 1.15rem;
}

.bbg-story-revolver__controls button:last-child {
  background: transparent;
  color: #111;
}

.bbg-story-revolver__controls button:hover,
.bbg-story-revolver__controls button:focus-visible,
.bbg-story-revolver__controls button:last-child:hover,
.bbg-story-revolver__controls button:last-child:focus-visible {
  background: rgb(17 17 17 / 7%);
  color: #111;
}

.bbg-section--latest .bbg-story-revolver__track {
  display: flex;
  gap: clamp(1rem, 2.2vw, 1.6rem);
  padding: 0 0 .55rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 0;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.bbg-home-story-card,
.bbg-section--latest .bbg-home-story-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 0 0 min(29vw, 22rem);
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.bbg-home-story-card:hover,
.bbg-home-story-card:focus-within {
  transform: none;
}

.bbg-home-story-card .bbg-post-card__media,
.bbg-home-story-card .bbg-card__media {
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.25rem);
  background: var(--bbg-cobalt) !important;
}

.bbg-home-story-card:nth-child(3n + 2) .bbg-post-card__media {
  background: var(--bbg-coral) !important;
}

.bbg-home-story-card:nth-child(3n) .bbg-post-card__media {
  background: var(--bbg-yellow) !important;
}

.bbg-home-story-card .bbg-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.bbg-home-story-card:hover .bbg-post-card__media img {
  transform: scale(1.025);
}

.bbg-post-card .bbg-media-placeholder:empty,
.bbg-home-story-card .bbg-media-placeholder:empty {
  display: block;
}

.bbg-home-story-card .bbg-post-card__content {
  display: grid;
  min-height: 0;
  gap: .62rem;
  padding: .9rem .1rem 0;
}

.bbg-home-story-card .bbg-post-card__title {
  margin: 0;
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.02rem, 1.5vw, var(--bbg-card-title-max, 24px));
  font-weight: 720;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.bbg-home-story-card .bbg-post-card__title a {
  color: #111;
  text-decoration: none;
}

.bbg-story-read-more {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-self: start;
  gap: .35rem;
  padding: .35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: .74rem;
  font-weight: 760;
  letter-spacing: .035em;
  text-decoration: underline;
  text-decoration-color: rgb(17 17 17 / 28%);
  text-underline-offset: .35em;
  text-transform: uppercase;
}

.bbg-story-read-more:hover,
.bbg-story-read-more:focus-visible {
  background: transparent;
  color: #111;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .17em;
}

.bbg-home-editorial-slot {
  background: #fff;
}

.bbg-home-editorial-slot > .entry-content {
  font-size: 1rem;
}

.bbg-home-books {
  background: #fff;
}

.bbg-home-merch {
  position: relative;
  background: var(--bbg-beige);
}

.bbg-home-merch::before {
  position: absolute;
  inset: 0 0 auto;
  height: .38rem;
  background: var(--bbg-yellow);
  content: "";
}

.bbg-commerce-heading--dark :where(h2, p, .bbg-kicker),
.bbg-commerce-heading--dark > p {
  color: inherit;
}

.bbg-commerce-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 1.4rem);
}

.bbg-book-card,
.bbg-merch-card {
  min-width: 0;
  border: 0;
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.25rem);
  background: transparent;
  box-shadow: none;
}

.bbg-book-card img,
.bbg-merch-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.bbg-book-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.25rem);
}

.bbg-book-card__media img {
  height: 100%;
}

.bbg-merch-card {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.bbg-merch-card img {
  height: 100%;
}

.bbg-book-button {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  margin-top: .65rem;
  padding: .72rem .9rem;
  border: 0;
  border-radius: var(--bbg-button-radius, 12px);
  background: var(--bbg-yellow);
  color: #111;
  font-size: .74rem;
  font-weight: 780;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
}

.bbg-book-button:hover,
.bbg-book-button:focus-visible {
  background: #111;
  color: #fff;
}

.bbg-shop-all-button,
.bbg-shop-all-button:hover,
.bbg-shop-all-button:focus-visible {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .45rem;
  margin-top: 1.25rem;
  padding: .35rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
  font-size: .78rem;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .16em;
  text-underline-offset: .35em;
}

/* Guide results */

.bbg-guide-results__header {
  padding-block: clamp(2.5rem, 6vw, 5.5rem) clamp(1.8rem, 4vw, 3rem);
  border: 0;
  border-bottom: 1px solid var(--bbg-final-line);
  background: linear-gradient(180deg, var(--bbg-beige), #fff);
}

.bbg-guide-results__heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.bbg-guide-results__header h1 {
  max-width: 22ch;
  margin: .45rem 0 .55rem;
  font-family: var(--bbg-final-serif);
  font-size: clamp(2.25rem, 5.2vw, 4.35rem);
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: .98;
  text-transform: none;
}

.bbg-guide-results__header h1 span {
  color: var(--bbg-final-muted);
  font-weight: 580;
}

.bbg-guide-results__header p {
  margin: 0;
  color: var(--bbg-final-muted);
  font-size: .92rem;
}

.bbg-change-plan {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  gap: .35rem;
  padding: .35rem 0;
  color: #111;
  font-size: .76rem;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .16em;
  text-underline-offset: .35em;
  text-transform: uppercase;
}

.bbg-guide-results__content {
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.bbg-guide-results .bbg-grid--posts,
.bbg-more-city-guides .bbg-grid--posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.bbg-guide-results .bbg-post-card,
.bbg-more-city-guides .bbg-post-card {
  display: grid;
  grid-template-columns: minmax(0, 17.5rem) minmax(0, 1fr);
  gap: clamp(1.1rem, 3vw, 2.25rem);
  align-items: center;
  padding-block: clamp(1.25rem, 3vw, 2rem);
  border: 0;
  border-bottom: 1px solid var(--bbg-final-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bbg-guide-results .bbg-post-card--text-only,
.bbg-guide-results .bbg-post-card--fallback-icon,
.bbg-more-city-guides .bbg-post-card--text-only,
.bbg-more-city-guides .bbg-post-card--fallback-icon {
  grid-template-columns: 1fr;
}

.bbg-guide-results .bbg-post-card__media,
.bbg-more-city-guides .bbg-post-card__media {
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 0;
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.25rem);
  background: var(--bbg-beige-strong) !important;
}

.bbg-guide-results .bbg-post-card__media img,
.bbg-more-city-guides .bbg-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbg-guide-results .bbg-post-card__content,
.bbg-more-city-guides .bbg-post-card__content {
  display: grid;
  gap: .65rem;
  padding: 0;
}

.bbg-guide-results .entry-categories,
.bbg-more-city-guides .entry-categories,
.bbg-guide-results .posted-on,
.bbg-more-city-guides .posted-on,
.bbg-guide-results .bbg-meta-separator,
.bbg-more-city-guides .bbg-meta-separator {
  display: none;
}

.bbg-guide-results .bbg-post-card__title,
.bbg-more-city-guides .bbg-post-card__title {
  max-width: 25ch;
  margin: 0;
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.45rem, 2.6vw, var(--bbg-card-title-max, 28px));
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.bbg-guide-results .entry-summary,
.bbg-more-city-guides .entry-summary {
  max-width: 46rem;
  margin: 0;
  color: var(--bbg-final-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.bbg-guide-results .entry-summary p,
.bbg-more-city-guides .entry-summary p {
  margin: 0;
}

.bbg-guide-results .entry-meta,
.bbg-more-city-guides .entry-meta {
  color: var(--bbg-final-muted);
  font-size: .72rem;
  font-weight: 680;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.bbg-more-city-guides {
  margin-top: clamp(3rem, 7vw, 6rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: .35rem solid var(--bbg-yellow);
}

.bbg-more-city-guides > header {
  margin-bottom: .65rem;
}

.bbg-more-city-guides h2,
.bbg-guide-results__empty h2 {
  max-width: 26ch;
  margin: .35rem 0 .5rem;
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  letter-spacing: -.045em;
  line-height: 1.05;
}

.bbg-guide-results__empty {
  max-width: 42rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}

/* Single guides and pages */

.single-entry,
.page-entry {
  --bbg-entry-accent: var(--bbg-yellow);
  background: #fff;
}

.bbg-entry-background--beige {
  background: var(--bbg-beige);
}

.bbg-entry-accent--coral { --bbg-entry-accent: var(--bbg-coral); }
.bbg-entry-accent--cobalt { --bbg-entry-accent: var(--bbg-cobalt); }
.bbg-entry-accent--green { --bbg-entry-accent: var(--bbg-green); }

.single-entry__header,
.page-entry__header {
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(1.4rem, 3vw, 2.4rem);
  border: 0;
  background: transparent;
}

.single-entry__header .bbg-kicker,
.page-entry__header .bbg-kicker {
  margin-bottom: .75rem;
  color: var(--bbg-final-muted);
}

.single-entry__header .entry-categories a {
  color: inherit;
  text-decoration: none;
}

.single-entry__header .entry-title,
.page-entry__header .entry-title,
.page-entry > .entry-header .entry-title,
.entry-header--single .entry-title {
  max-width: 18ch;
  margin: 0;
  font-family: var(--bbg-final-serif);
  font-size: clamp(2.1rem, 4.6vw, var(--bbg-single-title-max, 60px));
  font-weight: 740;
  letter-spacing: -.055em;
  line-height: .99;
  text-wrap: balance;
}

.bbg-entry-title-row {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: clamp(.8rem, 2vw, 1.15rem);
}

.bbg-entry-title-row .entry-title {
  min-width: 0;
}

.bbg-entry-title-row--fallback .entry-title {
  max-width: 20ch;
  font-size: clamp(1.75rem, 7vw, 3rem);
  line-height: 1.02;
}

.bbg-entry-title-icon {
  display: block;
  width: clamp(3.8rem, 8vw, 5.25rem);
  aspect-ratio: 1;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--bbg-final-line);
  border-radius: clamp(.45rem, var(--bbg-card-radius, 18px), 1rem);
  box-shadow: var(--bbg-shadow-sm);
}

.bbg-entry-title-icon .bbg-default-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-entry__header .entry-dek,
.page-entry__header .entry-dek {
  max-width: 42rem;
  margin-top: 1rem;
  color: var(--bbg-final-muted);
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  line-height: 1.48;
}

.single-entry__header .entry-dek p,
.page-entry__header .entry-dek p {
  margin: 0;
}

.bbg-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-top: 1rem;
  color: var(--bbg-final-muted);
  font-size: .74rem;
  font-weight: 670;
  letter-spacing: .025em;
}

.bbg-entry-meta a {
  color: inherit;
  text-decoration: none;
}

.single-entry__media,
.page-entry__media {
  margin-block: 0 clamp(1.5rem, 4vw, 3rem);
}

.bbg-entry-media--reading {
  width: min(calc(100% - clamp(1.5rem, 5vw, 4rem)), var(--bbg-content-width, 760px));
  margin-inline: auto;
}

.bbg-entry-media--wide {
  width: min(calc(100% - clamp(1.5rem, 5vw, 4rem)), var(--bbg-container-width, 1240px));
  margin-inline: auto;
}

.bbg-entry-media--full {
  width: 100%;
  margin-inline: 0;
}

.single-entry__media img,
.page-entry__media img {
  display: block;
  width: 100%;
  max-height: 48rem;
  object-fit: cover;
}

.bbg-entry-media--reading img,
.bbg-entry-media--wide img {
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.35rem);
}

.single-entry__media figcaption {
  max-width: var(--bbg-content-width, 760px);
  margin: .55rem auto 0;
  color: var(--bbg-final-muted);
  font-size: .72rem;
}

.bbg-default-featured {
  background: #f6f1e8;
}

.bbg-default-featured .bbg-default-featured-image,
.bbg-default-featured-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bbg-post-card__title-row {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: .75rem;
}

.bbg-post-card__title-row .bbg-post-card__title {
  min-width: 0;
}

.bbg-post-card__fallback-icon {
  display: block;
  width: 3.4rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid var(--bbg-final-line);
  border-radius: .7rem;
  background: #f6f1e8;
}

.bbg-post-card__fallback-icon .bbg-default-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbg-crop-frame {
  overflow: hidden;
}

.bbg-crop-frame > img {
  object-position: var(--bbg-media-x, 50%) var(--bbg-media-y, 50%);
  transform: scale(var(--bbg-media-zoom, 1));
  transform-origin: var(--bbg-media-x, 50%) var(--bbg-media-y, 50%);
}

.bbg-home-story-card:hover .bbg-post-card__media.bbg-crop-frame > img,
.bbg-city-card:hover .bbg-city-card__media.bbg-crop-frame > img {
  transform: scale(var(--bbg-media-zoom, 1));
}

.single-entry__image-frame {
  aspect-ratio: 8 / 5;
  overflow: hidden;
}

.single-entry__image-frame > img {
  width: 100%;
  height: 100%;
}

.bbg-guide-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--bbg-final-line);
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.25rem);
  background: rgb(255 255 255 / 66%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 88%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.bbg-guide-facts > div {
  min-width: 0;
  padding: .95rem 1rem;
  border-right: 1px solid var(--bbg-final-line);
}

.bbg-guide-facts > div:last-child {
  border-right: 0;
}

.bbg-guide-facts dt {
  margin-bottom: .22rem;
  color: var(--bbg-final-muted);
  font-size: .64rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bbg-guide-facts dd {
  margin: 0;
  font-size: .82rem;
  font-weight: 690;
  line-height: 1.3;
}

.bbg-guide-tools {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: calc(clamp(1.6rem, 4vw, 3rem) * -.45);
  margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
  padding: .55rem .7rem .55rem 1rem;
  border: 1px solid var(--bbg-final-line);
  border-radius: clamp(.35rem, var(--bbg-card-radius, 18px), 1rem);
  background: rgb(255 255 255 / 72%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 88%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bbg-guide-tools__label {
  color: var(--bbg-final-muted);
  font-size: .66rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bbg-guide-tools__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .15rem .85rem;
}

.bbg-guide-tools :where(button, a) {
  min-height: 2rem;
  padding: .25rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: var(--bbg-final-sans);
  font-size: .72rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .14em;
  text-underline-offset: .3em;
  cursor: pointer;
}

.bbg-guide-tools :where(button, a):hover,
.bbg-guide-tools :where(button, a):focus-visible {
  color: var(--bbg-cobalt);
}

.single-entry .content-layout,
.page-entry .content-layout {
  padding-block: 0 clamp(3rem, 7vw, 6rem);
}

.single-entry .entry-content,
.page-entry .entry-content {
	padding-bottom: 0;
  color: var(--bbg-ink, #101010);
  font-size: var(--bbg-body-size, 18px);
  line-height: 1.68;
}

.bbg-entry-layout--compact .bbg-shell--reading {
  width: min(100%, 42rem);
}

.bbg-entry-layout--wide .bbg-shell--reading {
  width: min(100%, 55rem);
}

.single-entry .entry-content :where(h2):not([class*="font-size"]),
.page-entry .entry-content :where(h2):not([class*="font-size"]) {
  margin-top: 2.6rem;
  margin-bottom: .7rem;
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.55rem, 2.2vw, var(--bbg-article-h2-max, 30px));
  font-weight: 740;
  letter-spacing: -.035em;
  line-height: 1.16;
  scroll-margin-top: 7rem;
  text-wrap: balance;
}

.single-entry .entry-content :where(h3):not([class*="font-size"]),
.page-entry .entry-content :where(h3):not([class*="font-size"]) {
  margin-top: 2rem;
  margin-bottom: .55rem;
  font-family: var(--bbg-final-sans);
  font-size: max(clamp(1.25rem, 1.55vw, var(--bbg-article-h3-max, 22px)), calc(var(--bbg-body-size, 18px) * 1.08));
  font-weight: 740;
  letter-spacing: -.025em;
  line-height: 1.24;
  scroll-margin-top: 7rem;
  text-wrap: balance;
}

.single-entry .entry-content :where(h4):not([class*="font-size"]),
.page-entry .entry-content :where(h4):not([class*="font-size"]) {
  margin-top: 1.65rem;
  margin-bottom: .45rem;
  font-family: var(--bbg-final-sans);
  font-size: max(1.05rem, calc(var(--bbg-body-size, 18px) * 1.02));
  font-weight: 740;
  letter-spacing: -.015em;
  line-height: 1.3;
}

.single-entry .entry-content blockquote,
.page-entry .entry-content blockquote {
  margin-block: 2.2rem;
  padding: .2rem 0 .2rem 1.35rem;
  border-left: .32rem solid var(--bbg-entry-accent);
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.3rem, 2.8vw, 1.9rem);
  line-height: 1.28;
}

.bbg-entry-cta {
  margin-top: 2rem;
}

.bbg-entry-cta a {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  gap: .45rem;
  padding: .72rem 1rem;
  border-radius: var(--bbg-button-radius, 12px);
  background: var(--bbg-entry-accent);
  color: #111;
  font-size: .8rem;
  font-weight: 780;
  text-decoration: none;
}

.bbg-entry-accent--cobalt .bbg-entry-cta a,
.bbg-entry-accent--green .bbg-entry-cta a {
  color: #fff;
}

.bbg-entry-cta a:hover,
.bbg-entry-cta a:focus-visible {
  box-shadow: 0 9px 24px rgb(0 0 0 / 12%);
  transform: translateY(-1px);
}

.bbg-entry-ad {
  margin-block: clamp(2rem, 5vw, 4rem);
}

.single-entry .bbg-ad-slot__label,
.page-entry .bbg-ad-slot__label {
  color: var(--bbg-final-muted);
  font-size: .7rem;
  opacity: 1;
}

.single-entry .bbg-ad-slot.is-filled .bbg-ad-slot__label,
.page-entry .bbg-ad-slot.is-filled .bbg-ad-slot__label {
  opacity: .78;
}

.bbg-guide-notes {
  margin-top: clamp(2.2rem, 5vw, 3.5rem);
  padding-top: 1.25rem;
  border-top: .28rem solid var(--bbg-entry-accent);
}

.bbg-guide-notes > h2 {
  margin: 0 0 1rem;
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.bbg-guide-notes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  border-top: 1px solid var(--bbg-final-line);
}

.bbg-guide-note {
  min-width: 0;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--bbg-final-line);
}

.bbg-guide-note + .bbg-guide-note {
  padding-left: 1rem;
  border-left: 1px solid var(--bbg-final-line);
}

.bbg-guide-note h3 {
  margin: 0 0 .45rem;
  color: var(--bbg-final-muted);
  font-family: var(--bbg-final-sans);
  font-size: .66rem;
  font-weight: 790;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bbg-guide-note :where(p, ul) {
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
}

.bbg-guide-note ul {
  padding: 0;
  list-style: none;
}

.bbg-guide-note li {
  position: relative;
  padding-left: 1.15rem;
}

.bbg-guide-note li + li {
  margin-top: .3rem;
}

.bbg-guide-note li::before {
  position: absolute;
  top: .58em;
  left: 0;
  width: .42rem;
  height: .42rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.bbg-sidebar-shop {
  position: sticky;
  top: 6.5rem;
  overflow: hidden;
  border: 1px solid var(--bbg-final-line);
  border-radius: clamp(.35rem, var(--bbg-card-radius, 18px), 1.1rem);
  background: var(--bbg-beige);
  box-shadow: var(--bbg-shadow-sm);
}

.bbg-sidebar-shop::before {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: .3rem;
  background: var(--bbg-yellow);
  content: "";
}

.bbg-sidebar-shop__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--bbg-beige-strong);
}

.bbg-sidebar-shop__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bbg-sidebar-shop__content {
  padding: 1.15rem;
}

.bbg-sidebar-shop__eyebrow {
  margin: 0 0 .45rem;
  color: var(--bbg-final-muted);
  font-size: .62rem;
  font-weight: 790;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bbg-sidebar-shop h2 {
  margin: 0;
  font-family: var(--bbg-final-serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.bbg-sidebar-shop__content > p:not(.bbg-sidebar-shop__eyebrow) {
  margin: .65rem 0 0;
  color: var(--bbg-final-muted);
  font-size: .82rem;
  line-height: 1.45;
}

.bbg-sidebar-shop__button {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 1rem;
  padding: .66rem .78rem;
  border-radius: var(--bbg-button-radius, 12px);
  background: var(--bbg-yellow);
  color: #111;
  font-size: .72rem;
  font-weight: 790;
  letter-spacing: .02em;
  text-decoration: none;
}

.bbg-sidebar-shop__button:hover,
.bbg-sidebar-shop__button:focus-visible {
  background: #111;
  color: #fff;
}

.bbg-sidebar-ebook {
  position: relative;
  top: auto;
  background: var(--bbg-surface, #fff);
}

.bbg-widget-area--two-promos .bbg-sidebar-shop {
  position: relative;
  top: auto;
}

.bbg-sidebar-ebook::before {
  background: var(--bbg-cobalt);
}

.bbg-sidebar-ebook__media {
  aspect-ratio: 4 / 5;
}

.bbg-related-guides {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--bbg-final-line);
}

.bbg-related-guides h2 {
  margin: 0 0 .8rem;
  font-family: var(--bbg-final-sans);
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  letter-spacing: -.03em;
  line-height: 1.15;
}

.bbg-related-guides__list {
  border-top: 1px solid var(--bbg-final-line);
}

.bbg-related-guides__list a {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px solid var(--bbg-final-line);
  color: inherit;
  font-size: .9rem;
  font-weight: 690;
  line-height: 1.3;
  text-decoration: none;
}

.bbg-related-guides__list a:hover,
.bbg-related-guides__list a:focus-visible {
  color: var(--bbg-cobalt);
}

.post-navigation-wrap {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--bbg-final-line);
}

.post-navigation-wrap .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-navigation-wrap a {
  display: grid;
  gap: .3rem;
  padding: .5rem 0;
  color: inherit;
  text-decoration: none;
}

.post-navigation-wrap .nav-next {
  text-align: right;
}

.post-navigation-wrap .nav-subtitle {
  color: var(--bbg-final-muted);
  font-size: .64rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.post-navigation-wrap .nav-title {
  font-size: .85rem;
  font-weight: 680;
  line-height: 1.3;
}

/* Archives */

.archive-header,
.page-header {
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(1.75rem, 4vw, 3rem);
  background: linear-gradient(180deg, var(--bbg-beige), #fff);
}

.archive-title,
.page-title {
  max-width: 20ch;
  margin: .4rem 0 0;
  font-family: var(--bbg-final-serif);
  font-size: clamp(2.15rem, 5vw, 4rem);
  letter-spacing: -.055em;
  line-height: .98;
}

/* Footer */

.site-footer {
  padding-block: 0;
  border: 0;
  background: #0b0b0c;
  color: #f6f6f2;
}

.site-footer > .bbg-shell {
  display: grid;
  grid-template-columns: minmax(12rem, .75fr) minmax(0, 1.5fr);
  gap: 1.4rem clamp(2rem, 6vw, 5rem);
  padding-block: clamp(2.5rem, 5vw, 4.25rem) 1.2rem;
}

.site-footer :where(h2, h3, h4, p, a),
.site-footer .bbg-brand {
  color: inherit;
}

.site-footer__lead {
  display: block;
  margin: 0;
}

.site-footer .bbg-brand {
  display: inline-flex;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.site-footer__lead p {
  max-width: 22rem;
  margin: .75rem 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: .78rem;
  line-height: 1.45;
}

.site-footer__widgets {
  grid-column: 1 / -1;
  gap: 1rem;
}

.site-footer .widget {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-footer__destinations {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-footer__destinations h2 {
  margin: 0 0 .75rem;
  color: rgb(255 255 255 / 52%);
  font-family: var(--bbg-final-sans);
  font-size: .65rem;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer__destinations ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .35rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__destinations a {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  padding: .2rem 0;
  color: rgb(255 255 255 / 86%);
  font-size: .76rem;
  font-weight: 620;
  text-decoration: none;
}

.site-footer__destinations a:hover,
.site-footer__destinations a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--bbg-yellow);
}

.site-footer__navigation {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: .4rem 0 0;
  padding: 1rem 0;
  border-top: 0;
  border-bottom: 0;
}

.footer-menu,
.social-menu {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu a,
.social-menu a {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  color: rgb(255 255 255 / 72%);
  font-size: .7rem;
  font-weight: 640;
  text-decoration: none;
}

.site-info {
  grid-column: 1 / -1;
}

.site-info p,
.site-footer .site-info {
  margin: 0;
  color: rgb(255 255 255 / 45%);
  font-size: .66rem;
}

/* Entry visibility controls */

.bbg-hide-site-header .site-header,
.bbg-hide-site-header .bbg-header-ad-region,
.bbg-hide-site-footer .site-footer {
  display: none;
}

/* Responsive */

@media (max-width: 72rem) {
  .site-branding__copy {
    display: none;
  }

  .bbg-guide-sentence__line {
    grid-template-columns: auto minmax(9.25rem, .8fr) auto minmax(13rem, 1.2fr);
    font-size: clamp(1.2rem, 2.65vw, 2rem);
  }

  .bbg-home-story-card,
  .bbg-section--latest .bbg-home-story-card {
    flex-basis: min(43vw, 21rem);
  }
}

@media (max-width: 56rem) {
  .site-header__inner,
  .bbg-masthead {
    min-height: 4.65rem;
  }

  .main-navigation {
    border-color: var(--bbg-final-line);
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 22px 60px rgb(20 18 15 / 13%);
  }

  .primary-menu a {
    min-height: 3rem;
  }

  .bbg-guide-sentence__line {
    grid-template-columns: auto minmax(8rem, .78fr) auto minmax(10rem, 1.22fr);
    font-size: clamp(1.02rem, 2.65vw, 1.45rem);
  }

  .bbg-commerce-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbg-book-card:last-child,
  .bbg-merch-card:last-child {
    grid-column: auto;
  }

  .bbg-guide-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbg-guide-facts > div:nth-child(2) {
    border-right: 0;
  }

  .bbg-guide-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--bbg-final-line);
  }

  .bbg-sidebar-shop {
    position: relative;
    top: auto;
    max-width: 30rem;
    margin-inline: auto;
  }

  .site-footer > .bbg-shell {
    grid-template-columns: 1fr;
  }

  .site-footer__destinations ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 42rem) {
  .bbg-shell {
    width: min(calc(100% - 1.5rem), var(--bbg-container-width, 1240px));
  }

  .bbg-header-compact .bbg-brand,
  .site-header .bbg-brand {
    gap: .16em;
    font-size: 1.15rem;
    letter-spacing: -.045em;
  }

  .site-header__navigation,
  .bbg-masthead__tools {
    gap: .1rem;
  }

  .menu-toggle__label {
    display: none;
  }

  .bbg-home-lead,
  .bbg-section--hero {
    padding-block: 1rem 2.8rem;
  }

  .bbg-home-lead--no-hero {
    padding-top: 2rem;
  }

  .bbg-hero-rotator {
    margin-bottom: 1rem;
    border-radius: 1rem;
  }

  .bbg-hero-rotator__slides {
    height: clamp(17rem, 92vw, 25rem);
    min-height: 17rem;
  }

  .bbg-hero-rotator__slide figcaption {
    display: none;
  }

  .bbg-home-surprise {
    margin-bottom: .35rem;
  }

  .bbg-surprise-button {
    min-height: 2.75rem;
    font-size: .68rem;
  }

  .bbg-guide-sentence {
    padding: .62rem .62rem;
    border-radius: 1rem;
  }

  .bbg-guide-sentence__line {
    grid-template-columns: auto minmax(0, .82fr) auto minmax(0, 1.18fr);
    gap: .2rem;
    font-size: clamp(.72rem, 3.35vw, .9rem);
    letter-spacing: -.035em;
  }

  .bbg-guide-sentence__select,
  .bbg-guide-sentence__select--city,
  .bbg-guide-sentence__select--mood,
  .bbg-guide-sentence select {
    width: 100%;
    min-width: 0;
    height: 2.75rem;
    min-height: 2.75rem;
  }

  .bbg-guide-sentence select {
    padding-right: .85rem;
    font-size: .86em;
    line-height: 2.75rem;
  }

  .bbg-guide-sentence__select::after {
    right: 0;
    bottom: 1rem;
    font-size: .55rem;
  }

  .front-page .bbg-section {
    padding-block: 3rem;
  }

  .front-page .bbg-section__header,
  .front-page .bbg-commerce-heading {
    display: grid;
    align-items: start;
    gap: .7rem;
  }

  .front-page .bbg-section__header h2,
  .front-page .bbg-commerce-heading h2,
  .front-page .bbg-story-lead h2 {
    font-size: 1.55rem;
  }

  .bbg-story-revolver .bbg-section__header {
    display: flex;
    align-items: center;
  }

  .bbg-home-story-card,
  .bbg-section--latest .bbg-home-story-card {
    flex-basis: min(79vw, 18rem);
  }

  .bbg-commerce-grid {
    grid-template-columns: 1fr;
  }

  .bbg-guide-results__heading-row {
    display: grid;
    align-items: start;
    gap: .8rem;
  }

  .bbg-guide-results__header h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .bbg-guide-results .bbg-post-card,
  .bbg-more-city-guides .bbg-post-card {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .bbg-guide-results .bbg-post-card__media,
  .bbg-more-city-guides .bbg-post-card__media {
    width: 100%;
  }

  .bbg-guide-results .bbg-post-card__title,
  .bbg-more-city-guides .bbg-post-card__title {
    font-size: 1.55rem;
  }

  .single-entry__header,
  .page-entry__header {
    padding-block: 2.5rem 1.4rem;
  }

  .single-entry__header .entry-title,
  .page-entry__header .entry-title,
  .page-entry > .entry-header .entry-title {
    font-size: clamp(2rem, 10.8vw, 3rem);
  }

  .bbg-entry-title-icon {
    width: 3rem;
  }

  .bbg-guide-facts {
    grid-template-columns: 1fr 1fr;
  }

  .bbg-guide-tools {
    display: grid;
    justify-content: stretch;
    gap: .3rem;
    padding: .7rem .85rem;
  }

  .bbg-guide-tools__actions {
    justify-content: flex-start;
  }

  .bbg-guide-notes__grid {
    grid-template-columns: 1fr;
  }

  .bbg-guide-note,
  .bbg-guide-note + .bbg-guide-note {
    padding-inline: 0;
    border-left: 0;
  }

  .post-navigation-wrap .nav-links {
    grid-template-columns: 1fr;
  }

  .post-navigation-wrap .nav-next {
    text-align: left;
  }

  .site-footer > .bbg-shell {
    gap: 1.3rem;
    padding-top: 2.5rem;
  }

  .site-footer__destinations ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__navigation {
    display: grid;
  }

  .footer-menu {
    gap: .25rem .8rem;
  }
}

@media (max-width: 23rem) {
  .bbg-guide-sentence {
    padding-inline: .42rem;
  }

  .bbg-guide-sentence__line {
    grid-template-columns: auto minmax(5.35rem, .9fr) auto minmax(6.8rem, 1.1fr);
    gap: .08rem;
    font-size: .72rem;
    letter-spacing: -.045em;
  }

  .bbg-guide-sentence select {
    padding-right: .62rem;
    font-size: .82em;
  }

  .bbg-guide-sentence__select::after {
    font-size: .48rem;
  }
}

/* 7.0 discovery, aligned reading and compact publishing utilities */

.bbg-header-planner-link {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: .35rem;
  padding: .25rem .15rem;
  border-bottom: 2px solid var(--bbg-yellow-deep);
  color: inherit;
  font-size: .68rem;
  font-weight: 790;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
}

.bbg-header-planner-link span {
  color: var(--bbg-yellow-deep);
}

.bbg-header-planner-link:hover,
.bbg-header-planner-link:focus-visible,
.bbg-header-planner-link[aria-current="page"] {
  color: var(--bbg-cobalt);
}

.bbg-home-lead > .bbg-shell {
  display: flex;
  flex-direction: column;
}

.bbg-home-lead .bbg-guide-sentence {
  order: 1;
}

.bbg-home-lead .bbg-home-surprise {
  order: 2;
  margin-block: .45rem clamp(1.1rem, 2.5vw, 1.7rem);
}

.bbg-home-lead .bbg-hero-rotator {
  order: 4;
  margin-bottom: 0;
}

.bbg-home-lead .bbg-planner-cta {
  order: 3;
  margin-bottom: clamp(.85rem, 2vw, 1.25rem);
}

.bbg-planner-cta {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(.75rem, 2vw, 1.25rem);
  overflow: hidden;
  padding: clamp(.8rem, 2vw, 1.05rem) clamp(.9rem, 2.4vw, 1.3rem);
  border: 1px solid var(--bbg-final-line);
  border-radius: clamp(.85rem, var(--bbg-card-radius, 18px), 1.2rem);
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--bbg-yellow) 17%, transparent), transparent 46%),
    var(--bbg-final-glass);
  box-shadow: 0 10px 30px rgb(31 24 16 / 7%), inset 0 1px 0 rgb(255 255 255 / 88%);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.bbg-planner-cta.has-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bbg-planner-cta::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: .28rem;
  background: linear-gradient(var(--bbg-yellow) 0 48%, var(--bbg-coral) 48% 72%, var(--bbg-cobalt) 72%);
  content: "";
}

.bbg-planner-cta--post {
  margin-block: clamp(1.5rem, 3vw, 2.25rem);
}

.bbg-planner-cta__copy {
  min-width: 0;
  max-width: 42rem;
  margin: 0;
  color: var(--bbg-ink, #101010);
  font-family: var(--bbg-final-serif);
  font-size: clamp(.98rem, 1.7vw, 1.18rem);
  font-weight: 680;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.bbg-planner-cta__button {
  display: inline-flex;
  width: fit-content;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .65rem .9rem;
  border: 1px solid color-mix(in srgb, var(--bbg-ink, #101010) 32%, transparent);
  border-radius: var(--bbg-button-radius, 12px);
  background: var(--bbg-yellow);
  color: #111;
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .015em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.bbg-planner-cta__button span {
  color: var(--bbg-cobalt);
  font-size: 1rem;
  line-height: .8;
}

.bbg-planner-cta__button:hover,
.bbg-planner-cta__button:focus-visible {
  border-color: var(--bbg-cobalt);
  background: var(--bbg-cobalt);
  color: #fff;
  transform: translateY(-1px);
}

.bbg-planner-cta__button:hover span,
.bbg-planner-cta__button:focus-visible span {
  color: #fff;
}

.bbg-post-card__title-copy {
  display: grid;
  min-width: 0;
  gap: .3rem;
}

.bbg-post-card__fallback-icon {
  width: clamp(6.25rem, 11vw, 8.5rem);
  border-radius: clamp(.6rem, var(--bbg-card-radius, 18px), 1.1rem);
}

.bbg-entry-title-icon {
  width: clamp(7rem, 13vw, 9.5rem);
}

.single-entry .content-layout {
  padding-top: clamp(1.25rem, 3vw, 2.5rem);
}

.single-entry__header {
  padding-top: 0;
}

.single-entry .single-entry__media {
  width: min(100%, var(--bbg-content-width, 760px));
  margin-inline: auto;
}

.single-entry .single-entry__media img {
  border-radius: clamp(.25rem, var(--bbg-card-radius, 18px), 1.35rem);
}

.bbg-guide-tools select {
  width: auto;
  min-width: 4.25rem;
  max-width: 5.5rem;
  flex: 0 0 auto;
  min-height: 2rem;
  padding: .2rem 1.2rem .2rem .35rem;
  border: 0;
  border-bottom: 2px solid var(--bbg-yellow-deep);
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: .72rem;
}

.bbg-another-guide {
  margin-top: calc(clamp(1.6rem, 4vw, 2.6rem) * -.55);
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}

.bbg-another-guide a,
.bbg-report-update a {
  color: inherit;
  font-size: .76rem;
  font-weight: 760;
  text-decoration-color: var(--bbg-yellow-deep);
  text-decoration-thickness: .14em;
  text-underline-offset: .3em;
}

.bbg-auto-toc {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  border-block: 1px solid var(--bbg-final-line);
}

.bbg-auto-toc > button {
  display: flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  padding: .6rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: .74rem;
  font-weight: 790;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bbg-auto-toc ol {
  margin: 0;
  padding: 0 0 .8rem 1.25rem;
}

.bbg-auto-toc:not(.is-open) ol {
  display: none;
}

.bbg-auto-toc li + li {
  margin-top: .35rem;
}

.bbg-auto-toc a {
  color: inherit;
  font-size: .82rem;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

.bbg-report-update {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1rem;
  border-top: 1px solid var(--bbg-final-line);
}

.bbg-reading-active {
  border-radius: .2rem;
  background: color-mix(in srgb, var(--bbg-yellow) 28%, transparent);
  box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--bbg-yellow) 28%, transparent);
}

@media (max-width: 42rem) {
  .bbg-header-planner-link {
    font-size: .62rem;
  }

  .bbg-header-planner-link span {
    display: none;
  }

  .bbg-home-lead,
  .bbg-section--hero {
    padding-top: .9rem;
  }

  .bbg-planner-cta.has-copy {
    grid-template-columns: 1fr;
  }

  .bbg-planner-cta__button {
    min-height: 2.85rem;
    justify-self: start;
  }

  .bbg-hero-rotator__slides {
    height: clamp(14rem, 72vw, 19rem);
    min-height: 14rem;
  }

  .bbg-post-card__fallback-icon {
    width: clamp(5.4rem, 26vw, 7rem);
  }

  .bbg-entry-title-icon {
    width: clamp(5.6rem, 27vw, 7.5rem);
  }

  .bbg-entry-title-row--fallback .entry-title {
    font-size: clamp(1.7rem, 7.4vw, 2.2rem);
  }

  .bbg-guide-tools__actions {
    gap: .2rem .75rem;
  }
}

/* Dark appearance remains calm and readable when the system requests it. */

@media (prefers-color-scheme: dark) {
  body:not(.bbg-light-mode) {
    --bbg-canvas: #111214;
    --bbg-surface: #1b1c1f;
    --bbg-ink: #f5f5f1;
    --bbg-final-muted: #aaa9a4;
    --bbg-final-line: rgb(255 255 255 / 15%);
    --bbg-final-soft-line: rgb(255 255 255 / 9%);
    --bbg-beige: #1b1b1d;
    --bbg-beige-strong: #262629;
  }

  body:not(.bbg-light-mode) .site-header {
    background: rgb(17 18 20 / 84%);
  }

  body:not(.bbg-light-mode) :where(.bbg-home-lead, .bbg-section--hero, .bbg-home-books, .bbg-home-editorial-slot) {
    background: #111214;
  }

  body:not(.bbg-light-mode) .bbg-guide-sentence {
    border-color: rgb(255 255 255 / 16%);
    background: linear-gradient(135deg, rgb(39 40 44 / 90%), rgb(25 26 29 / 76%));
    box-shadow: 0 24px 62px rgb(0 0 0 / 28%), inset 0 1px 0 rgb(255 255 255 / 10%);
  }

  body:not(.bbg-light-mode) .bbg-guide-sentence__line,
  body:not(.bbg-light-mode) .bbg-surprise-button,
  body:not(.bbg-light-mode) .bbg-home-story-card .bbg-post-card__title a,
  body:not(.bbg-light-mode) .bbg-story-read-more,
  body:not(.bbg-light-mode) .bbg-story-revolver__controls button,
  body:not(.bbg-light-mode) .bbg-change-plan,
  body:not(.bbg-light-mode) .bbg-shop-all-button {
    color: var(--bbg-ink);
  }

  body:not(.bbg-light-mode) .single-entry,
  body:not(.bbg-light-mode) .page-entry,
  body:not(.bbg-light-mode) .bbg-guide-results__header,
  body:not(.bbg-light-mode) .archive-header,
  body:not(.bbg-light-mode) .page-header {
    background: #111214;
  }

  body:not(.bbg-light-mode) .bbg-entry-background--beige,
  body:not(.bbg-light-mode) .bbg-home-merch,
  body:not(.bbg-light-mode) .bbg-section--latest {
    background: #1b1b1d;
  }

  body:not(.bbg-light-mode) .bbg-guide-facts {
    background: rgb(255 255 255 / 5%);
  }

  body:not(.bbg-light-mode) .bbg-guide-tools {
    background: rgb(255 255 255 / 5%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  }

  body:not(.bbg-light-mode) .bbg-planner-cta {
    border-color: rgb(255 255 255 / 15%);
    background:
      linear-gradient(105deg, color-mix(in srgb, var(--bbg-yellow) 10%, transparent), transparent 50%),
      rgb(32 33 36 / 82%);
    box-shadow: 0 14px 34px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 8%);
  }

  body:not(.bbg-light-mode) .bbg-sidebar-shop {
    background: #1b1b1d;
  }

  body:not(.bbg-light-mode) .main-navigation {
    background: rgb(17 18 20 / 98%);
  }
}

.bbg-dark-mode {
  --bbg-canvas: #111214;
  --bbg-surface: #1b1c1f;
  --bbg-ink: #f5f5f1;
  --bbg-final-muted: #aaa9a4;
  --bbg-final-line: rgb(255 255 255 / 15%);
  --bbg-final-soft-line: rgb(255 255 255 / 9%);
  --bbg-beige: #1b1b1d;
  --bbg-beige-strong: #262629;
}

body.bbg-dark-mode .bbg-planner-cta {
  border-color: rgb(255 255 255 / 15%);
  background:
    linear-gradient(105deg, color-mix(in srgb, var(--bbg-yellow) 10%, transparent), transparent 50%),
    rgb(32 33 36 / 82%);
  box-shadow: 0 14px 34px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 8%);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .bbg-home-surprise,
  .bbg-story-revolver__controls,
  .bbg-entry-ad,
  .bbg-guide-tools,
  .bbg-planner-cta,
  .bbg-sidebar-shop,
  .site-footer,
  .site-header {
    display: none !important;
  }

  body,
  .single-entry,
  .page-entry {
    background: #fff !important;
    color: #000 !important;
  }
}
