:root {
  --bm-surface: #22252a;
  --bm-surface-strong: #292d33;
  --bm-text-secondary: #b9bdc5;
  --bm-border: #34383f;
  --bm-accent: #508ab1;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #1a1b1e;
}

.header-section {
  border-bottom: 1px solid var(--bm-border);
}

.header-wrap {
  min-height: 78px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-logo {
  margin: 0;
}

.brand-lockup {
  display: inline-flex !important;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.header-logo .brand-lockup img {
  width: auto;
  height: 118px !important;
  object-fit: contain;
}

.brand-wordmark {
  font-family: var(--font-family-one);
  font-size: 2.7rem;
  font-weight: var(--font-weight-one-bold);
  line-height: 1;
  letter-spacing: -0.04em;
}

.header-nav nav li {
  margin-left: 1vw;
}

.header-nav .signup a,
.header-nav .account a,
.header-search.is-desktop {
  padding: 8px 18px;
}

.hero-wrap {
  padding-top: 0;
}

.hero-content {
  margin-top: clamp(42px, 6vh, 82px);
  margin-bottom: clamp(52px, 7vh, 96px);
}

.hero-kicker,
.bokeh-about-kicker,
.author-spotlight-kicker {
  margin: 0 0 18px;
  color: var(--ghost-accent-color);
  font-family: var(--font-family-three);
  font-size: 1.3rem;
  font-weight: var(--font-weight-three-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-title,
.hero-title-large,
.hero-title-medium,
.hero-title-small {
  max-width: 1120px;
  margin-bottom: 34px !important;
  font-size: clamp(4.2rem, 5.4vw, 7.4rem) !important;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.hero-action {
  padding: 14px 24px;
  font-size: 1.6rem;
}

.featured-section {
  padding-bottom: clamp(54px, 7vh, 92px);
}

.featured-subtitle {
  margin-bottom: 24px;
}

.featured-navigation {
  display: none;
}

.featured-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  transform: none !important;
}

.featured-wrap .item.is-featured,
.featured-wrap .item.is-featured.is-small {
  width: auto;
  margin: 0;
}

.featured-wrap .item-image {
  aspect-ratio: 16 / 9;
}

.featured-wrap:has(.item:nth-child(3)) {
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
}

.featured-wrap:has(.item:nth-child(3)) .item:first-child {
  grid-row: span 2;
}

.featured-wrap:has(.item:nth-child(3)) .item:first-child .item-image {
  min-height: 100%;
}

.featured-wrap:has(.item:nth-child(4)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-wrap:has(.item:nth-child(4)) .item:first-child {
  grid-row: auto;
}

.category-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: clamp(58px, 8vh, 104px);
  padding-top: 22px;
  border-top: 1px solid var(--bm-border);
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.category-rail a {
  flex: 0 0 auto;
  padding: 10px 18px;
  color: var(--bm-text-secondary);
  font-size: 1.5rem;
  font-weight: var(--font-weight-three-medium);
  border: 1px solid var(--bm-border);
  border-radius: 999px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.category-rail a:hover {
  color: var(--color-font-one);
  border-color: var(--ghost-accent-color);
  background: color-mix(in srgb, var(--ghost-accent-color) 12%, transparent);
}

.loop-subtitle {
  align-items: end;
  margin-bottom: 32px;
}

.loop-subtitle-title {
  font-size: clamp(3.2rem, 4.2vw, 5.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.loop-wrap {
  gap: clamp(28px, 3vw, 54px);
}

.item-content {
  padding-right: 0;
}

.item-image {
  margin-bottom: 18px;
  border-radius: 18px;
}

.item-title {
  margin-top: 8px;
  font-size: clamp(2.2rem, 2vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.item-excerpt {
  color: var(--bm-text-secondary);
  opacity: 1;
}

.review-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 14px;
  color: var(--bm-text-secondary);
  font-size: 1.25rem;
  line-height: 1.2;
}

.review-meta span {
  display: inline-flex;
  align-items: center;
}

.review-meta span + span::before {
  margin-right: 12px;
  color: #636871;
  content: '•';
}

.review-score {
  padding: 6px 10px;
  color: #fff;
  font-weight: var(--font-weight-three-bold);
  background: var(--ghost-accent-color);
  border-radius: 999px;
}

.review-meta .review-score + span::before {
  display: none;
}

.review-summary {
  margin-top: -2vh;
  margin-bottom: 54px;
}

.review-summary-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 30px;
  max-width: var(--max-width-post-wrap);
  margin: 0 auto;
  padding: 24px 28px;
  border: 1px solid var(--bm-border);
  border-left: 4px solid var(--ghost-accent-color);
  border-radius: 16px;
  background: var(--bm-surface);
}

.review-summary-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ghost-accent-color);
  font-size: 1.1rem;
  font-weight: var(--font-weight-three-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.review-summary strong {
  font-size: 1.8rem;
}

.review-summary .review-meta {
  justify-content: flex-end;
  margin-top: 0;
}

.review-summary p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--bm-text-secondary);
  font-size: 1.35rem;
}

.post-header-container {
  padding-top: 28px;
  padding-bottom: 64px;
}

.post-title {
  font-size: clamp(4.2rem, 5.4vw, 7rem) !important;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.post-excerpt,
.post-meta-content,
.post-header-image figcaption {
  color: var(--bm-text-secondary);
  opacity: 1;
}

.post-header-image {
  width: 40%;
  padding-left: 4vw;
}

.post-content {
  color: #e4e6e9;
  font-size: 1.9rem;
  line-height: 1.7;
}

.post-content figcaption,
.post-content small {
  color: var(--bm-text-secondary);
  opacity: 1;
}

.post-content .kg-image-card img,
.post-content .kg-gallery-card img {
  border-radius: 14px;
}

.author-spotlight {
  margin-top: clamp(68px, 10vh, 130px);
  margin-bottom: clamp(68px, 10vh, 130px);
}

.author-spotlight-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--bm-border);
  border-radius: 24px;
  background: var(--bm-surface);
}

.author-spotlight-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border: 8px solid var(--bm-surface-strong);
  border-radius: 50%;
}

.author-spotlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-spotlight h2 {
  margin: 0 0 14px;
  font-size: clamp(3.2rem, 4vw, 5rem);
  line-height: 1;
}

.author-spotlight p:not(.author-spotlight-kicker) {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--bm-text-secondary);
  font-size: 1.8rem;
  line-height: 1.55;
}

.author-spotlight a:not(.author-spotlight-image) {
  color: var(--ghost-accent-color);
  font-size: 1.6rem;
  font-weight: var(--font-weight-three-bold);
}

.archive-section {
  padding-top: 24px;
  padding-bottom: 72px;
}

.archive-image {
  width: 150px;
  height: 150px;
}

.archive-excerpt {
  color: var(--bm-text-secondary);
  opacity: 1;
}

.author-principles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px auto 0;
}

.author-principles span {
  padding: 8px 14px;
  color: var(--bm-text-secondary);
  font-size: 1.3rem;
  border: 1px solid var(--bm-border);
  border-radius: 999px;
}

.bokeh-about {
  padding-top: clamp(60px, 9vh, 120px);
  padding-bottom: clamp(80px, 12vh, 150px);
}

.bokeh-about header {
  max-width: 1120px;
  margin-bottom: clamp(62px, 9vh, 110px);
}

.bokeh-about h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(4.4rem, 6vw, 8rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.bokeh-about-intro {
  max-width: 800px;
  margin: 34px 0 0;
  color: var(--bm-text-secondary);
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  line-height: 1.5;
}

.bokeh-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.bokeh-about-grid section {
  padding: 30px;
  border: 1px solid var(--bm-border);
  border-radius: 18px;
  background: var(--bm-surface);
}

.bokeh-about-grid span {
  color: var(--ghost-accent-color);
  font-size: 1.2rem;
  font-weight: var(--font-weight-three-bold);
}

.bokeh-about-grid h2 {
  margin: 56px 0 16px;
  font-size: 2.6rem;
}

.bokeh-about-grid p,
.bokeh-about-author p {
  margin: 0;
  color: var(--bm-text-secondary);
  font-size: 1.7rem;
  line-height: 1.6;
}

.bokeh-about-author {
  margin-top: clamp(62px, 9vh, 110px);
  padding-top: 44px;
  border-top: 1px solid var(--bm-border);
}

.bokeh-about-author h2 {
  margin: 0 0 12px;
  font-size: clamp(3.2rem, 4vw, 5rem);
}

.bokeh-about-author .global-button {
  margin-top: 28px;
  padding: 14px 24px;
  font-size: 1.6rem;
}

.footer-container {
  border-color: var(--bm-border);
}

.footer-logo .brand-lockup img {
  height: 90px !important;
}

.footer-logo .brand-wordmark {
  font-size: 2.5rem;
}

.footer-description,
.footer-copyright {
  color: var(--bm-text-secondary);
}

@media (max-width: 1180px) {
  .brand-wordmark {
    font-size: 2.3rem;
  }

  .header-nav nav li {
    margin-left: 0.8vw;
  }

  .header-wrap li,
  .header-wrap a {
    font-size: 1.6rem;
  }
}

@media (max-width: 1024px) {
  .header-logo {
    flex-basis: 80%;
  }

  .header-logo .brand-lockup img {
    height: 92px !important;
  }

  .hero-content {
    margin-top: 38px;
  }

  .bokeh-about-grid {
    grid-template-columns: 1fr;
  }

  .bokeh-about-grid h2 {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .header-wrap {
    min-height: 70px;
  }

  .header-logo .brand-lockup img {
    height: 78px !important;
  }

  .brand-lockup {
    gap: 10px;
  }

  .brand-wordmark {
    font-size: 2rem;
  }

  .hero-content {
    margin-top: 30px;
    margin-bottom: 48px;
  }

  .hero-title,
  .hero-title-large,
  .hero-title-medium,
  .hero-title-small {
    font-size: clamp(3.4rem, 10vw, 5.4rem) !important;
  }

  .featured-wrap,
  .featured-wrap:has(.item:nth-child(3)),
  .featured-wrap:has(.item:nth-child(4)) {
    grid-template-columns: 1fr;
  }

  .featured-wrap:has(.item:nth-child(3)) .item:first-child {
    grid-row: auto;
  }

  .category-rail {
    margin-bottom: 64px;
  }

  .post-header-image {
    width: 100%;
    padding-left: 0;
  }

  .review-summary {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .review-summary-inner {
    grid-template-columns: 1fr;
  }

  .review-summary .review-meta {
    justify-content: flex-start;
  }

  .author-spotlight-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .author-spotlight-image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 520px) {
  .header-logo {
    flex-basis: 72%;
  }

  .header-logo .brand-lockup img {
    height: 68px !important;
  }

  .brand-wordmark {
    font-size: 1.8rem;
  }

  .hero-kicker {
    font-size: 1.1rem;
  }

  .hero-action {
    width: 100%;
  }

  .loop-subtitle-title {
    font-size: 3.4rem;
  }

  .author-spotlight-card {
    grid-template-columns: 1fr;
  }

  .author-spotlight-image {
    width: 104px;
    height: 104px;
  }

  .bokeh-about-grid section {
    padding: 24px;
  }
}

/* Navigation and browse experience */
.header-section {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb, #1a1b1e 92%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.header-section.is-compact {
  background: color-mix(in srgb, #1a1b1e 97%, transparent);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.header-section .header-wrap,
.header-section .brand-lockup img,
.header-section .brand-wordmark {
  transition: min-height 0.2s ease, height 0.2s ease, font-size 0.2s ease;
}

.header-section.is-compact .header-wrap {
  min-height: 58px;
}

.header-section.is-compact .header-logo .brand-lockup img {
  height: 70px !important;
}

.header-section.is-compact .brand-wordmark {
  font-size: 2.15rem;
}

.mobile-home {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.category-kicker,
.directory-header .category-kicker {
  margin: 0 0 14px;
  color: var(--ghost-accent-color);
  font-family: var(--font-family-three);
  font-size: 1.2rem;
  font-weight: var(--font-weight-three-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-header {
  max-width: var(--max-width-global-wrap);
  margin: 0 auto;
  padding-top: clamp(42px, 6vh, 76px);
  padding-bottom: clamp(42px, 6vh, 72px);
}

.category-header .archive-title {
  margin-bottom: 18px;
  font-size: clamp(4rem, 5vw, 6.8rem);
  line-height: 1;
}

.category-header .archive-excerpt {
  max-width: 720px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.55;
}

.category-header-actions {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.category-header-actions a,
.item-read {
  color: var(--ghost-accent-color);
  font-family: var(--font-family-three);
  font-size: 1.4rem;
  font-weight: var(--font-weight-three-bold);
}

.item-read {
  align-self: flex-start;
  margin-top: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid color-mix(in srgb, var(--ghost-accent-color) 45%, transparent);
}

.item-read span {
  display: inline-block;
  margin-left: 3px;
  transition: transform 0.2s ease;
}

.item-read:hover span {
  transform: translateX(4px);
}

/* Review and destination directories */
.directory-section {
  padding-top: clamp(52px, 8vh, 108px);
  padding-bottom: clamp(80px, 10vh, 132px);
}

.directory-header {
  max-width: 870px;
  margin-bottom: 42px;
}

.directory-header h1 {
  margin: 0;
  font-family: var(--font-family-one);
  font-size: clamp(4.4rem, 6vw, 8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.directory-header > p:last-child {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--bm-text-secondary);
  font-size: clamp(1.7rem, 2vw, 2.2rem);
  line-height: 1.55;
}

.directory-toolbar {
  position: sticky;
  top: 92px;
  z-index: 20;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid var(--bm-border);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bm-surface) 94%, transparent);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.directory-categories,
.directory-controls,
.destination-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.directory-categories {
  margin-bottom: 14px;
}

.directory-categories button,
.destination-index button {
  padding: 9px 15px;
  color: var(--bm-text-secondary);
  font-family: var(--font-family-three);
  font-size: 1.35rem;
  font-weight: var(--font-weight-three-bold);
  cursor: pointer;
  border: 1px solid var(--bm-border);
  border-radius: 999px;
  background: transparent;
}

.directory-categories button:hover,
.directory-categories button.is-active,
.destination-index button:hover,
.destination-index button.is-active {
  color: #fff;
  border-color: var(--ghost-accent-color);
  background: var(--ghost-accent-color);
}

.directory-controls label:first-child {
  flex: 1 1 320px;
}

.directory-controls label:not(:first-child) {
  flex: 0 1 190px;
}

.directory-controls input,
.directory-controls select {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  color: var(--color-font-one);
  font-family: var(--font-family-three);
  font-size: 1.45rem;
  border: 1px solid var(--bm-border);
  border-radius: 10px;
  outline: none;
  background: #1a1b1e;
}

.directory-controls input:focus,
.directory-controls select:focus {
  border-color: var(--ghost-accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ghost-accent-color) 20%, transparent);
}

.directory-count {
  margin: 0 0 20px;
  color: var(--bm-text-secondary);
  font-size: 1.35rem;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 54px) var(--grid-gap);
}

.directory-item[hidden] {
  display: none;
}

.directory-item .item.is-loop {
  height: 100%;
  margin-bottom: 0;
}

.directory-empty {
  margin: 60px 0 0;
  padding: 34px;
  color: var(--bm-text-secondary);
  font-size: 1.7rem;
  text-align: center;
  border: 1px dashed var(--bm-border);
  border-radius: 16px;
}

.destination-index {
  margin-bottom: 50px;
}

.destination-index button span {
  margin-left: 5px;
  opacity: 0.72;
}

.destination-results-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--bm-border);
}

.destination-results-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 4vw, 5rem);
}

.destination-results-heading span {
  color: var(--bm-text-secondary);
  font-size: 1.35rem;
}

/* Post verdict and photo rhythm */
.review-summary-inner {
  display: block;
}

.review-summary-label {
  margin: 0 0 18px !important;
}

.review-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 16px;
}

.review-summary-stat {
  min-width: 0;
  padding-right: 16px;
  border-right: 1px solid var(--bm-border);
}

.review-summary-stat:last-child {
  padding-right: 0;
  border-right: 0;
}

.review-summary-stat span,
.review-summary-stat strong {
  display: block;
}

.review-summary-stat span {
  margin-bottom: 6px;
  color: var(--bm-text-secondary);
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-summary-stat strong {
  color: var(--color-font-one);
  font-size: 1.55rem;
  line-height: 1.25;
}

.bokeh-image-pair {
  display: grid;
  width: min(1120px, calc(100vw - (var(--margin-wrap-left-right) * 2)));
  margin: 2em 0 2em 50%;
  gap: var(--grid-gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: translateX(-50%);
}

.post-content .bokeh-image-pair > .kg-image-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
}

.post-content .bokeh-image-pair img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Footer */
.footer-container {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(500px, 1fr);
  gap: clamp(36px, 6vw, 100px);
}

.footer-content {
  overflow: visible;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 24px;
}

.footer-nav-column {
  width: auto;
  padding: 0;
}

.footer-copyright {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding-top: 26px;
  border-top: 1px solid var(--bm-border);
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  .mobile-home {
    display: block !important;
  }

  .header-checkbox:checked ~ nav {
    position: fixed;
    top: 93px;
    right: var(--margin-wrap-left-right);
    left: var(--margin-wrap-left-right);
    box-sizing: border-box;
    width: auto;
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    padding: 22px;
    text-align: left;
    border: 1px solid #3b4048;
    border-radius: 16px;
    background: #202329;
  }

  .header-section.is-compact .header-checkbox:checked ~ nav {
    top: 73px;
  }

  .header-checkbox:checked ~ nav > ul,
  .header-checkbox:checked ~ nav .is-dropdown ul {
    display: block;
  }

  .header-checkbox:checked ~ nav li,
  .header-checkbox:checked ~ nav .is-dropdown,
  .header-checkbox:checked ~ nav .is-dropdown li {
    display: block;
    margin: 0;
  }

  .header-checkbox:checked ~ nav .is-dropdown ul {
    position: static;
    padding: 0;
    text-align: left;
    background: transparent;
  }

  .header-checkbox:checked ~ nav a {
    display: block;
    padding: 12px 8px;
    color: #fff;
    font-size: 1.7rem;
    border-bottom: 1px solid #34383f;
  }

  .header-checkbox:checked ~ nav .header-search.is-desktop {
    display: flex;
    margin-top: 14px;
    color: #fff;
    background: #2b3037;
  }

  .directory-toolbar {
    top: 78px;
  }

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

  .footer-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .directory-section {
    padding-top: 44px;
  }

  .directory-toolbar {
    position: static;
    padding: 14px;
  }

  .directory-controls label,
  .directory-controls label:first-child,
  .directory-controls label:not(:first-child) {
    flex: 1 1 100%;
  }

  .directory-grid {
    grid-template-columns: 1fr;
  }

  .destination-results-heading {
    display: block;
  }

  .destination-results-heading span {
    display: block;
    margin-top: 8px;
  }

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

  .review-summary-stat:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }

  .bokeh-image-pair {
    grid-template-columns: 1fr;
  }

  .post-content .bokeh-image-pair img {
    aspect-ratio: auto;
  }

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