/*!/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/main.css*/@font-face{font-family:"Geist";src:url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../fonts/geist-latin.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap;}

@font-face{font-family:"Geist Mono";src:url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../fonts/geist-mono-latin.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap;}

@font-face{font-family:"Inter";src:url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../fonts/inter-latin.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap;}

@font-face{font-family:"Zen Old Mincho";src:url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../fonts/zen-old-mincho-latin-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;}

@font-face{font-family:"Courier Prime";src:url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../fonts/courier-prime-latin-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --font-inter: "Inter";
  --ink: #0b0706;
  --ink-soft: #17100e;
  --ivory: #f4ebe2;
  --ivory-muted: #cfc0b4;
  --blush: #d49387;
  --dusty-rose: #a8645d;
  --cocoa: #4b2923;
  --warm-line: rgba(244, 235, 226, 0.2);
  --limewash-base: #060403;
  --faded-black: rgba(11, 7, 6, 0.74);
  --gutter: clamp(22px, 4.3vw, 72px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --frame-progress: 0;
  --journey-rail-opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
}

body,
h1,
h2,
h3,
p,
figure,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

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

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  -webkit-appearance: button;
}

html {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--limewash-base);
  color: var(--ivory);
}

body {
  margin: 0;
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background-color: var(--limewash-base);
  background-image:
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 720px 875px;
  color: var(--ivory);
  font-family: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  background-color: var(--limewash-base);
  background-image:
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 720px 875px;
}

body.is-loading {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid var(--blush);
  outline-offset: 5px;
}

.micro {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: max(24px, env(safe-area-inset-top)) var(--gutter)
    max(24px, env(safe-area-inset-bottom));
  overflow: hidden;
  background: var(--ink);
  clip-path: inset(0 0 0 0);
  transition:
    clip-path 850ms var(--ease-out),
    visibility 850ms;
}

.loader.is-done {
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
}

.loader__brand {
  align-self: center;
  justify-self: center;
  width: min(64vw, 760px);
}

.loader__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.loader__foot {
  display: block;
}

.loader__track,
.journey-rail__track {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(244, 235, 226, 0.22);
}

.loader__fill,
.journey-rail__track span {
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.loader__fill {
  background: #fad7ed;
}

.journey-rail__track span {
  background: #fad7ed;
}

.loader.has-error .loader__foot {
  color: var(--blush);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: max(16px, env(safe-area-inset-top)) var(--gutter) 12px;
  color: #fad7ed;
  mix-blend-mode: normal;
}

.wordmark {
  display: inline-block;
  width: fit-content;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  text-decoration: none;
}

.wordmark__image {
  display: block;
  width: 86px;
  height: auto;
}

.site-header__nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.6vw, 42px);
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  right: 0.14em;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms var(--ease-out);
}

.site-header__nav a:hover::after,
.site-header__nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.sequence {
  position: relative;
  height: 640vh;
  background: var(--limewash-base);
}

.stage {
  --brand-overlay-opacity: 1;
  --hero-dissolve: 0;
  --hero-dissolve-blur: 0px;
  --hero-dissolve-shift: 26px;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.stage::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 3;
  height: clamp(340px, 52vh, 620px);
  background-image:
    linear-gradient(
      180deg,
      rgba(6, 4, 3, 0) 0%,
      rgba(6, 4, 3, 0.12) 12%,
      rgba(6, 4, 3, 0.48) 40%,
      rgba(6, 4, 3, 0.86) 72%,
      var(--limewash-base) 100%
    ),
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp");
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, 720px 875px;
  -webkit-backdrop-filter: blur(var(--hero-dissolve-blur));
  backdrop-filter: blur(var(--hero-dissolve-blur));
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 10%,
    rgba(0, 0, 0, 0.55) 38%,
    #000 72%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 10%,
    rgba(0, 0, 0, 0.55) 38%,
    #000 72%,
    #000 100%
  );
  opacity: var(--hero-dissolve);
  pointer-events: none;
  transform: translateY(var(--hero-dissolve-shift)) scale(1.035);
  will-change: opacity, transform, backdrop-filter;
}

.film-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.82) sepia(0.08) contrast(1.05) brightness(0.92);
}

.stage__grade,
.stage__vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.stage__grade {
  background:
    linear-gradient(
      90deg,
      rgba(11, 7, 6, 0.5) 0%,
      rgba(11, 7, 6, 0.12) 36%,
      rgba(11, 7, 6, 0.08) 66%,
      rgba(11, 7, 6, 0.48) 100%
    ),
    linear-gradient(
      0deg,
      rgba(11, 7, 6, 0.68) 0%,
      transparent 34%,
      rgba(11, 7, 6, 0.3) 100%
    );
}

.stage__vignette {
  box-shadow: inset 0 0 18vw 3vw rgba(11, 7, 6, 0.48);
}

.chapters {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.chapter {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-content: center;
  column-gap: clamp(10px, 1.2vw, 20px);
  padding: 98px var(--gutter) 110px;
  visibility: hidden;
}

.chapter.is-visible {
  visibility: visible;
}

.chapter__copy {
  position: relative;
  align-self: center;
}

.chapter__eyebrow {
  margin: 0 0 20px;
  color: rgba(244, 235, 226, 0.76);
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.reveal {
  overflow: hidden;
  padding-bottom: 0.07em;
}

.reveal > span {
  display: block;
  transform: translateY(112%);
  transition: transform 760ms var(--ease-out);
}

.chapter__title.reveal > span:nth-child(2) {
  transition-delay: 80ms;
}

.chapter__deck.reveal > span {
  transition-delay: 120ms;
}

.chapter.is-visible .reveal > span {
  transform: translateY(0);
}

.hero-wordmark,
.chapter__title {
  margin: 0;
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.84;
  text-wrap: balance;
}

.hero-wordmark {
  margin-left: -0.065em;
  font-size: clamp(122px, 25vw, 390px);
  font-weight: 900;
  letter-spacing: -0.095em;
  line-height: 0.68;
}

.chapter__title {
  font-size: clamp(64px, 9.2vw, 145px);
}

.chapter__deck {
  max-width: 31rem;
  margin: 24px 0 0;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 420;
  letter-spacing: -0.025em;
  line-height: 1.34;
  text-wrap: balance;
}

.chapter--hero {
  align-content: center;
}

.chapter--wall-sign {
  display: block;
  padding: 0;
  perspective: 1200px;
}

.wall-sign {
  position: absolute;
  inset: 0;
  color: #fad7ed;
  pointer-events: none;
}

.wall-sign__face {
  position: absolute;
  top: 29%;
  left: 46%;
  width: 43%;
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.25vw, 24px);
  opacity: var(--brand-overlay-opacity);
  will-change: opacity;
}

.wall-sign__brand {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.wall-sign__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.wall-sign__slogan {
  width: 85%;
  margin: 0;
  color: #fad7ed;
  font-family: var(--font-inter), Inter, Arial, sans-serif;
  font-size: clamp(9px, 1.15vw, 23px);
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.35em;
  line-height: 1;
  text-align: center;
}

.chapter--right .chapter__copy {
  grid-column: 8 / 13;
}

.chapter--left .chapter__copy {
  grid-column: 1 / 6;
}

.chapter--final {
  align-content: end;
  background: linear-gradient(
    0deg,
    rgba(11, 7, 6, 0.88),
    rgba(11, 7, 6, 0) 65%
  );
}

.chapter--final .chapter__copy {
  grid-column: 1 / 13;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3vh;
}

.menu-cta {
  display: inline-grid;
  align-items: center;
  justify-items: start;
  gap: 22px;
  width: min(40vw, 780px);
  padding: 18px 0 14px;
  color: #fad7ed;
  text-align: left;
}

.menu-cta__label {
  font-size: clamp(48px, 4vw, 72px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-wrap: balance;
}

.menu-cta__space {
  display: none;
}

.menu-cta__arrow {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  overflow: visible;
  color: #fad7ed;
  margin-left: 26px;
}

.menu-cta__arrow::before {
  display: none;
}

.menu-cta__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 17px;
  height: 17px;
  border-right: 3px solid #fad7ed;
  border-bottom: 3px solid #fad7ed;
  transform: rotate(45deg);
  opacity: 0.94;
  animation: mobile-menu-chevron 2.2s ease-in-out infinite;
}

.scroll-cue {
  position: absolute;
  z-index: 7;
  bottom: 54px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: rgba(244, 235, 226, 0.76);
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 300ms ease;
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 30px;
  overflow: hidden;
  background: rgba(244, 235, 226, 0.24);
}

.scroll-cue i::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #fad7ed;
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
  0% {
    transform: translateY(-17px);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateY(32px);
    opacity: 0;
  }
}

.journey-rail {
  position: absolute;
  inset: auto var(--gutter) max(20px, env(safe-area-inset-bottom));
  z-index: 8;
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr) auto;
  align-items: center;
  gap: 18px;
  pointer-events: none;
}

.journey-rail > .micro {
  visibility: hidden;
}

.journey-rail__track span {
  transform: scaleX(var(--frame-progress));
  will-change: transform;
}

.journey-rail__track {
  opacity: var(--journey-rail-opacity);
  transition: opacity 140ms ease-out;
  will-change: opacity;
}

.journey-rail__frame {
  color: rgba(244, 235, 226, 0.62);
}

.about-section {
  position: relative;
  z-index: 10;
  margin-top: clamp(-142px, -9vw, -92px);
  overflow: hidden;
  padding: clamp(104px, 9vw, 142px) var(--gutter)
    clamp(104px, 10vw, 156px);
  background: linear-gradient(
    180deg,
    rgba(6, 4, 3, 0) 0%,
    rgba(6, 4, 3, 0.52) 74px,
    rgba(6, 4, 3, 0.96) 184px,
    rgba(6, 4, 3, 0.82) 360px,
    rgba(6, 4, 3, 0.18) 560px,
    rgba(6, 4, 3, 0) 680px
  );
  color: #f3ebe4;
  isolation: isolate;
}

.about-section::before {
  content: none;
}

.about-section::after {
  content: none;
}

.about-section__inner {
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(600px, 1.55fr);
  align-items: center;
  gap: clamp(56px, 7vw, 118px);
  width: min(100%, 1580px);
  margin: 0 auto;
}

.about-section__copy {
  position: relative;
  z-index: 3;
  max-width: 520px;
}

.about-section h2 {
  margin: 0;
  color: #f3ebe4;
  font-family: "Zen Old Mincho", Georgia, serif;
  font-size: clamp(54px, 5.3vw, 88px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.about-section__body {
  max-width: 43ch;
  margin-top: clamp(30px, 3.3vw, 48px);
  color: rgba(243, 235, 228, 0.82);
  font-family: "Courier Prime", Courier, monospace;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.72;
}

.about-section__body p {
  margin: 0;
}

.about-section__body p + p {
  margin-top: 1.35em;
}

.about-section__menu-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: clamp(28px, 3vw, 42px);
  color: #fad7ed;
  font-family: "Courier Prime", Courier, monospace;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.about-section__menu-link span:first-child {
  position: relative;
}

.about-section__menu-link span:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 320ms var(--ease-out);
}

.about-section__menu-arrow {
  display: inline-block;
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1;
  transition: transform 320ms var(--ease-out);
}

.about-section__menu-link:hover span:first-child::after,
.about-section__menu-link:focus-visible span:first-child::after {
  transform: scaleX(1);
  transform-origin: left;
}

.about-section__menu-link:hover .about-section__menu-arrow,
.about-section__menu-link:focus-visible .about-section__menu-arrow {
  transform: translateX(5px);
}

.about-carousel {
  position: relative;
  min-width: 0;
}

.about-carousel__viewport {
  position: relative;
  height: clamp(430px, 40vw, 620px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  touch-action: pan-y;
}

.about-carousel__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(190px, 19vw, 300px);
  aspect-ratio: 9 / 14;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #141110;
  box-shadow: none;
  cursor: pointer;
  transform-origin: center;
  transition:
    transform 1050ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 900ms ease;
}

.about-carousel__slide.is-active {
  box-shadow: none;
  cursor: default;
}

.about-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 46px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(243, 235, 228, 0.72);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 250ms ease,
    background-color 250ms ease;
}

.about-carousel__arrow:hover,
.about-carousel__arrow:focus-visible {
  background: transparent;
  color: #eddada;
}

.about-carousel__arrow--previous {
  left: 3px;
}

.about-carousel__arrow--next {
  right: 3px;
}

.about-carousel__arrow span {
  width: 11px;
  height: 11px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.about-carousel__arrow--previous span {
  transform: rotate(-135deg);
}

.about-carousel__arrow--next span {
  transform: rotate(45deg);
}

.about-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 18px;
}

.about-carousel__dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(243, 235, 228, 0.26);
  cursor: pointer;
  transition:
    width 320ms var(--ease-out),
    background-color 320ms ease,
    transform 320ms var(--ease-out);
}

.about-carousel__dots button:hover,
.about-carousel__dots button:focus-visible {
  background: rgba(237, 218, 218, 0.62);
  transform: scale(1.3);
}

.about-carousel__dots button.is-active {
  width: 18px;
  border-radius: 999px;
  background: #eddada;
}

.locations-section {
  position: relative;
  z-index: 10;
  margin-top: clamp(-64px, -4vw, -36px);
  overflow: hidden;
  padding: clamp(44px, 6vw, 92px) var(--gutter)
    clamp(42px, 4.5vw, 72px);
  background: transparent;
  color: #f3ebe4;
  isolation: isolate;
}

.locations-section::before {
  content: none;
}

.locations-section__inner {
  width: min(94%, 1400px);
  margin: 0 auto;
}

.location-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 28px);
}

.location-feature {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: clamp(26px, 2.6vw, 42px);
  background: #141110;
  color: #f3ebe4;
  text-decoration: none;
  isolation: isolate;
}

.location-feature:focus-visible {
  outline-offset: -6px;
}

.location-feature__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
}

.location-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition:
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
  will-change: transform;
}

.location-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 242, 246, 0.16), rgba(83, 67, 65, 0.13)),
    rgba(235, 220, 216, 0.08);
  box-shadow: 0 22px 60px rgba(9, 6, 5, 0.16);
  -webkit-backdrop-filter: blur(13.2px) saturate(1.12);
  backdrop-filter: blur(13.2px) saturate(1.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms var(--ease-out);
  will-change: opacity;
}

.location-feature:first-child .location-feature__image img {
  object-position: center center;
}

.location-feature:last-child .location-feature__image img {
  object-position: center 53%;
}

.location-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(11, 7, 6, 0.48) 0%, transparent 32%),
    linear-gradient(180deg, transparent 48%, rgba(11, 7, 6, 0.76) 100%),
    linear-gradient(90deg, rgba(11, 7, 6, 0.14), transparent 58%);
  transition: background-color 900ms ease;
  pointer-events: none;
}

.location-feature__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(26px, 3.1vw, 48px);
}

.location-feature:hover::before,
.location-feature:focus-visible::before,
.location-feature:active::before {
  opacity: 1;
}

.location-feature h3 {
  margin: 0;
  font-family: "Zen Old Mincho", Georgia, serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.32);
  transform: translateY(0);
  transition: transform 750ms var(--ease-out);
}

.location-feature__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  transform: translateY(0);
  transition: transform 750ms var(--ease-out);
}

.location-feature__title > span {
  margin-left: 4px;
  color: rgba(243, 235, 228, 0.76);
  font-family: "Courier Prime", Courier, monospace;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}

.location-feature__footer {
  position: relative;
  display: grid;
  min-height: 72px;
  align-items: end;
}

.location-feature__hours {
  display: grid;
  grid-template-columns: auto auto;
  width: fit-content;
  color: rgba(250, 215, 237, 0.8);
  font-family: "Courier Prime", Courier, monospace;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 280ms ease,
    transform 520ms var(--ease-out);
}

.location-feature__hours-days,
.location-feature__hours-times {
  display: grid;
  grid-auto-rows: 1.45em;
  align-items: center;
}

.location-feature__hours-days {
  min-width: clamp(58px, 5.6vw, 82px);
  padding-right: clamp(14px, 1.5vw, 22px);
}

.location-feature__hours-times {
  min-width: clamp(58px, 5.3vw, 78px);
  padding-left: clamp(14px, 1.5vw, 22px);
  border-left: 1px solid rgba(250, 215, 237, 0.58);
}

.location-feature__details {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #eddada;
  font-family: "Courier Prime", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 280ms ease,
    transform 520ms var(--ease-out);
}

.location-feature__details i {
  position: relative;
  display: block;
  width: 19px;
  height: 1px;
  background: currentColor;
}

.location-feature__details i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.location-feature:hover .location-feature__image img,
.location-feature:focus-visible .location-feature__image img {
  transform: scale(1.065);
  filter: saturate(1.04) brightness(1.03);
}

.location-feature:hover .location-feature__title,
.location-feature:focus-visible .location-feature__title,
.location-feature:active .location-feature__title {
  transform: translateY(-7px);
}

.location-feature:hover .location-feature__hours,
.location-feature:focus-visible .location-feature__hours,
.location-feature:active .location-feature__hours {
  opacity: 0;
  transform: translateY(-6px);
}

.location-feature:hover .location-feature__details,
.location-feature:focus-visible .location-feature__details,
.location-feature:active .location-feature__details {
  opacity: 1;
  transform: translateY(0);
}

@supports (animation-timeline: view()) {
  .location-feature__image {
    animation: location-image-enter linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 42%;
    transform-origin: center;
  }

  .location-feature__overlay {
    animation: location-copy-enter linear both;
    animation-timeline: view();
    animation-range: entry 5% cover 32%;
  }
}

@keyframes location-image-enter {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1);
  }
}

@keyframes location-copy-enter {
  from {
    opacity: 0.35;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editorial {
  position: relative;
  z-index: 10;
  padding: clamp(100px, 12vw, 180px) var(--gutter);
  background: #e9ddd1;
  color: var(--ink);
}

.editorial__intro {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  gap: clamp(32px, 5vw, 84px);
  padding-bottom: clamp(42px, 5vw, 70px);
  border-bottom: 1px solid rgba(11, 7, 6, 0.24);
}

.editorial__kicker {
  grid-column: 1 / 3;
  margin: 0 0 4px;
  color: var(--dusty-rose);
}

.editorial__intro h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(66px, 9.8vw, 158px);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-wrap: balance;
}

.editorial__intro > p:last-child {
  max-width: 30rem;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 22px);
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.film-stills {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 20px);
  align-items: start;
  margin-top: clamp(54px, 8vw, 118px);
}

.film-still {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.film-still--wide {
  grid-column: 1 / 9;
}

.film-still--small {
  grid-column: 9 / 13;
  margin-top: 11vw;
}

.film-still img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.82) sepia(0.08) contrast(1.04);
  transition:
    transform 900ms var(--ease-out),
    filter 500ms ease;
}

.film-still:hover img {
  transform: scale(1.015);
  filter: saturate(0.92) sepia(0.04) contrast(1.04);
}

.film-still figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 13px;
  background: rgba(11, 7, 6, 0.84);
  color: var(--ivory);
}

.editorial__footer {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
  margin-top: clamp(90px, 13vw, 180px);
  padding-top: 26px;
  border-top: 1px solid rgba(11, 7, 6, 0.24);
}

.editorial__footer p {
  margin: 0 0 28px;
  color: var(--dusty-rose);
}

.editorial__footer h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.locations {
  border-top: 1px solid rgba(11, 7, 6, 0.24);
}

.locations a {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 84px;
  border-bottom: 1px solid rgba(11, 7, 6, 0.24);
  text-decoration: none;
  transition: padding 300ms var(--ease-out);
}

.locations a:hover {
  padding-left: 10px;
}

.locations span {
  font-size: 28px;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.locations small {
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.locations b {
  font-size: 18px;
  font-weight: 400;
}

.site-footer {
  position: relative;
  z-index: 2;
  min-height: 94px;
  margin-top: clamp(110px, 12vw, 190px);
  padding: 7px var(--gutter) max(14px, env(safe-area-inset-bottom));
  background: #fad7ed;
  color: var(--faded-black);
  isolation: isolate;
}

.site-footer::before {
  content: "";
  position: absolute;
  right: -4%;
  bottom: calc(100% - 22px);
  left: -4%;
  z-index: -1;
  height: clamp(52px, 4.2vw, 72px);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #fad7ed;
  pointer-events: none;
}

.site-footer__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 4vw, 62px);
  width: min(100%, 1120px);
  min-height: 68px;
  margin: 0 auto;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.2vw, 46px);
  flex: 0 0 auto;
}

.site-footer__social::before {
  content: "";
  width: 1px;
  height: 34px;
  background: rgba(11, 7, 6, 0.42);
}

.site-footer__social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-footer__social-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--faded-black);
}

.site-footer__social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

.site-footer__social-icon:nth-child(2) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
}

.site-footer__social-icon:nth-child(2) .site-footer__social-dot {
  fill: currentColor;
  stroke: none;
}

.site-footer__social-icon:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.site-footer__nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.site-footer__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: var(--faded-black);
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, opacity 220ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: rgba(11, 7, 6, 0.94);
  opacity: 0.72;
}

@media (max-width: 768px) {
  :root {
    --gutter: 20px;
  }

  body {
    background-attachment: scroll;
    background-size: auto, 720px 875px;
  }

  main,
  .sequence,
  .stage,
  .about-section,
  .locations-section,
  .site-footer {
    width: 100%;
    max-width: 100%;
  }

  .site-header {
    position: fixed;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding-right: 20px;
    mix-blend-mode: normal;
  }

  .site-header .site-header__nav,
  .site-header .site-header__menu {
    display: none !important;
  }

  .wordmark {
    position: relative;
    z-index: 101;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    font-size: 20px;
  }

  .wordmark__image {
    width: 68px;
    height: auto;
  }

  .menu-toggle {
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    right: max(20px, env(safe-area-inset-right));
    z-index: 110;
    display: grid !important;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 14px 10px;
    border: 0;
    background: transparent;
    color: #fad7ed;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: auto;
    background: currentColor;
    transform-origin: center;
    transition:
      transform 320ms var(--ease-out),
      opacity 220ms ease;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(24px, 5vh, 42px);
    padding: max(92px, calc(env(safe-area-inset-top) + 82px))
      var(--gutter) max(42px, env(safe-area-inset-bottom));
    background: rgba(11, 7, 6, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 300ms ease,
      visibility 300ms,
      transform 420ms var(--ease-out);
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    color: var(--ivory);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(28px, 9vw, 42px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateY(-8px);
    opacity: 0;
    transition:
      color 220ms ease,
      opacity 320ms ease,
      transform 420ms var(--ease-out);
  }

  .mobile-nav.is-open a {
    transform: translateY(0);
    opacity: 1;
  }

  .mobile-nav.is-open a:nth-child(2) {
    transition-delay: 35ms;
  }

  .mobile-nav.is-open a:nth-child(3) {
    transition-delay: 70ms;
  }

  .mobile-nav.is-open a:nth-child(4) {
    transition-delay: 105ms;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    color: var(--blush);
  }

  .sequence {
    width: 100%;
    max-width: none;
    height: 350vh;
    height: 350svh;
    margin: 0;
    padding: 0;
  }

  .stage {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    transform: none;
    overflow: hidden;
  }

  .film-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: 50% center;
    filter: saturate(0.82) sepia(0.08) contrast(1.06) brightness(0.88);
  }

  .stage__grade {
    background:
      linear-gradient(
        180deg,
        rgba(11, 7, 6, 0.56),
        transparent 25%
      ),
      linear-gradient(
        0deg,
        rgba(11, 7, 6, 0.86),
        transparent 42%
      );
  }

  .stage__vignette {
    box-shadow: inset 0 0 30vw 8vw rgba(11, 7, 6, 0.5);
  }

  .stage::after {
    bottom: -6px;
    height: clamp(460px, 72dvh, 720px);
    background-image:
      linear-gradient(
        180deg,
        rgba(6, 4, 3, 0) 0%,
        rgba(6, 4, 3, 0.12) 8%,
        rgba(6, 4, 3, 0.5) 30%,
        rgba(6, 4, 3, 0.9) 64%,
        var(--limewash-base) 100%
      ),
      linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
      url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp");
    background-repeat: no-repeat, repeat, repeat;
    background-size: auto, auto, 720px 875px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.05) 7%,
      rgba(0, 0, 0, 0.44) 30%,
      #000 68%,
      #000 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.05) 7%,
      rgba(0, 0, 0, 0.44) 30%,
      #000 68%,
      #000 100%
    );
  }

  .chapter {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-content: end;
    padding: 80px var(--gutter) 112px;
  }

  .chapter__copy,
  .chapter--right .chapter__copy,
  .chapter--left .chapter__copy,
  .chapter--final .chapter__copy {
    grid-column: 1 / 7;
  }

  .chapter--wall-sign {
    padding: 0;
  }

  .wall-sign__face {
    top: 33%;
    left: 53%;
    width: 44%;
    gap: 10px;
  }

  .wall-sign__slogan {
    width: 100%;
    font-size: clamp(4.9px, 1.405vw, 11px);
    letter-spacing: 0.335em;
  }

  .chapter__title {
    font-size: clamp(56px, 17vw, 82px);
    line-height: 0.86;
  }

  .chapter__deck {
    max-width: 22rem;
    margin-top: 15px;
    font-size: 16px;
  }

  .chapter--final {
    align-content: end;
    padding-bottom: max(118px, calc(env(safe-area-inset-bottom) + 110px));
  }

  .chapter--final .chapter__copy {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    transform: translateY(clamp(46px, 6dvh, 54px));
  }

  .menu-cta {
    justify-items: center;
    gap: 10px;
    width: auto;
    max-width: 100%;
    padding: 10px 0 6px;
    color: #fad7ed;
    text-align: center;
  }

  .menu-cta__label {
    font-family: var(--font-geist-mono), ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .menu-cta__break {
    display: none;
  }

  .menu-cta__space {
    display: inline;
  }

  .menu-cta__arrow {
    width: 16px;
    height: 12px;
    overflow: visible;
    margin-left: 0;
  }

  .menu-cta__arrow::before {
    display: none;
  }

  .menu-cta__arrow::after {
    top: 0;
    right: auto;
    bottom: auto;
    left: 2px;
    width: 12px;
    height: 12px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    animation: mobile-menu-chevron 2.2s ease-in-out infinite;
  }

  .scroll-cue {
    right: 0;
    bottom: 64px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
  }

  .scroll-cue > span,
  .scroll-cue > i {
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-cue i::after {
    animation-name: cue-mobile-up;
  }

  @keyframes cue-mobile-up {
    0% {
      transform: translateY(32px);
      opacity: 0;
    }
    35% {
      opacity: 1;
    }
    100% {
      transform: translateY(-17px);
      opacity: 0;
    }
  }

  .journey-rail {
    grid-template-columns: 52px minmax(100px, 1fr) 52px;
    gap: 11px;
  }

  .journey-rail > .micro {
    width: 52px;
  }

  .about-section {
    margin-top: -220px;
    padding: 220px 0 88px;
    background: linear-gradient(
      180deg,
      rgba(6, 4, 3, 0) 0%,
      rgba(6, 4, 3, 0.58) 8%,
      rgba(6, 4, 3, 0.96) 24%,
      var(--limewash-base) 44%,
      rgba(6, 4, 3, 0.88) 70%,
      rgba(6, 4, 3, 0) 100%
    );
  }

  .about-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: 250px;
    background: linear-gradient(
      180deg,
      rgba(6, 4, 3, 0) 0%,
      rgba(6, 4, 3, 0.42) 16%,
      rgba(6, 4, 3, 0.94) 56%,
      var(--limewash-base) 100%
    );
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 30%, #000);
    mask-image: linear-gradient(to bottom, transparent, #000 30%, #000);
    pointer-events: none;
  }

  .about-section__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .about-section__copy {
    max-width: none;
    padding: 0 var(--gutter);
  }

  .about-section h2 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .about-section__body {
    max-width: 39ch;
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.66;
  }

  .about-section__menu-link {
    gap: 10px;
    margin-top: 25px;
    font-size: 12px;
  }

  .about-carousel__viewport {
    height: min(126vw, 515px);
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .about-carousel__slide {
    width: min(76vw, 320px);
    border-radius: 16px;
    box-shadow: none;
  }

  .about-carousel__arrow {
    display: none;
  }

  .about-carousel__dots {
    margin-top: 11px;
  }

  .locations-section {
    padding: 46px 0 34px;
  }

  .locations-section__inner {
    width: 100%;
  }

  .location-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-feature {
    width: calc(100% - (var(--gutter) * 2));
    height: min(66svh, 560px);
    min-height: 440px;
    margin: 0 auto;
    aspect-ratio: auto;
    border-radius: 26px;
  }

  .location-feature__overlay {
    padding: 28px 24px 30px;
  }

  .location-feature::before {
    -webkit-backdrop-filter: blur(10.8px) saturate(1.1);
    backdrop-filter: blur(10.8px) saturate(1.1);
  }

  .location-feature h3 {
    max-width: 100%;
    overflow: visible;
    font-size: clamp(2rem, 9.5vw, 4rem);
    letter-spacing: -0.075em;
    white-space: nowrap;
  }

  .location-feature__title {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 9px;
  }

  .location-feature__title > span {
    max-width: 100%;
    margin-left: 2px;
    font-size: clamp(8px, 2.4vw, 10px);
    letter-spacing: 0.14em;
    white-space: nowrap;
  }

  .location-feature__footer {
    min-height: 66px;
  }

  .location-feature__hours {
    font-size: 10px;
    line-height: 1.42;
  }

  .location-feature__hours-days {
    min-width: 62px;
    padding-right: 15px;
  }

  .location-feature__hours-times {
    min-width: 62px;
    padding-left: 15px;
  }

  .location-feature:first-child .location-feature__image img {
    object-position: center center;
  }

  .location-feature:last-child .location-feature__image img {
    object-position: center center;
  }

  .editorial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .editorial__kicker {
    grid-column: auto;
  }

  .editorial__intro h2 {
    font-size: clamp(58px, 18vw, 78px);
  }

  .film-stills {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .film-still--wide {
    grid-column: 1 / 7;
  }

  .film-still--small {
    grid-column: 2 / 7;
    margin-top: 12vw;
  }

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

  .locations a {
    min-height: 76px;
    gap: 16px;
  }

  .locations span {
    font-size: 24px;
  }

  .site-footer {
    overflow: visible;
    min-height: 296px;
    margin-top: 96px;
    padding: 30px var(--gutter) max(32px, env(safe-area-inset-bottom));
  }

  .site-footer::before {
    right: -18%;
    bottom: calc(100% - 30px);
    left: -18%;
    height: 98px;
  }

  .site-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    width: min(100%, 320px);
    min-height: 0;
  }

  .site-footer__social {
    display: block;
    justify-items: center;
    gap: 0;
  }

  .site-footer__social::before {
    content: none;
  }

  .site-footer__social-icons {
    justify-content: center;
    gap: 24px;
  }

  .site-footer__social-icon {
    width: 28px;
    height: 28px;
  }

  .site-footer__nav {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .site-footer__nav a {
    justify-content: center;
    min-height: 34px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
  }
}

@keyframes mobile-menu-chevron {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
  }

  50% {
    transform: translateY(6px) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .sequence {
    height: 100svh;
  }

  .chapter:not(.chapter--hero) {
    display: none;
  }

  .chapter--hero {
    visibility: visible;
  }

  .wall-sign__face {
    opacity: 1;
  }

  .journey-rail,
  .scroll-cue {
    display: none;
  }
}

/* WordPress menu wrappers preserve the exact visual menu layout. */
.site-header__nav,
.site-footer__nav {
  display: block;
}

.site-header__menu,
.site-footer__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu {
  justify-content: flex-end;
  gap: clamp(22px, 2.6vw, 42px);
}

.site-footer__menu {
  justify-content: space-between;
  gap: clamp(18px, 2.6vw, 42px);
  width: 100%;
}

.site-header__menu > li {
  display: contents;
}

.site-footer__menu > li {
  display: flex;
  align-items: center;
}

.mobile-nav__menu,
.mobile-nav__menu > li {
  display: contents;
}

.admin-bar .site-header {
  top: 32px;
}

.bobo-content-shell {
  width: min(calc(100% - (var(--gutter) * 2)), 1100px);
  min-height: 65vh;
  margin: 0 auto;
  padding: 160px 0 80px;
}

.bobo-entry + .bobo-entry {
  margin-top: 72px;
}

.bobo-entry__title {
  color: #fad7ed;
  font-family: "Zen Old Mincho", Georgia, serif;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 500;
  line-height: 1;
}

.bobo-entry__title a {
  text-decoration: none;
}

.bobo-entry__content {
  max-width: 70ch;
  margin-top: 32px;
  color: rgba(243, 235, 228, 0.82);
  font-family: "Courier Prime", Courier, monospace;
  font-size: 16px;
  line-height: 1.72;
}

.bobo-entry__content a {
  color: #fad7ed;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .site-header .site-header__nav,
  .site-header .site-header__menu {
    display: none !important;
  }

  .site-header .menu-toggle {
    position: absolute;
    top: max(10px, env(safe-area-inset-top));
    right: max(20px, env(safe-area-inset-right));
    z-index: 110;
    display: grid !important;
    margin: 0;
  }

  .site-footer__nav {
    display: block;
  }

  .site-footer__menu {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    width: 100%;
  }

  .site-footer__menu > li {
    display: block;
    width: 100%;
  }

  .site-footer__menu a {
    width: 100%;
  }

  .mobile-nav.is-open .mobile-nav__menu > li:nth-child(2) a {
    transition-delay: 35ms;
  }

  .mobile-nav.is-open .mobile-nav__menu > li:nth-child(3) a {
    transition-delay: 70ms;
  }

  .mobile-nav.is-open .mobile-nav__menu > li:nth-child(4) a {
    transition-delay: 105ms;
  }

  .bobo-content-shell {
    padding-top: 120px;
  }
}


/* BOBO 2.1.5 — keep the dark limewash continuous all the way to the footer. */
html,
body,
body.home,
body.page-template-front-page {
  background-color: var(--limewash-base) !important;
}

body,
body.home,
body.page-template-front-page {
  background-image:
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp") !important;
  background-repeat: repeat, repeat !important;
  background-size: auto, 720px 875px !important;
}

/* Paint behind the footer's intentional top margin so no external #202020
   background can show through before the pink curved footer edge. */
.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: -2;
  height: calc(clamp(110px, 12vw, 190px) + 36px);
  background-color: var(--limewash-base);
  background-image:
    linear-gradient(rgba(6, 4, 3, 0.985), rgba(6, 4, 3, 0.985)),
    url("/wp-content/themes/bobo-theme-2.1.1-fixed/assets/css/../images/textures/warm-dark-limewash.webp");
  background-repeat: repeat, repeat;
  background-size: auto, 720px 875px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .site-footer::after {
    height: 132px;
  }
}

/* BOBO 2.1.5 — suppress scroll-to-top controls injected by plugins/old theme code. */
#ast-scroll-top,
.ast-scroll-top-icon,
.ast-scroll-to-top-right,
#scroll-top,
#scrollTop,
#scroll-to-top,
#scrollUp,
.scroll-top,
.scroll-to-top,
.scrollToTop,
#back-to-top,
#backtotop,
#back_to_top,
.back-to-top,
.backtotop,
.back-to-top-button,
#return-to-top,
.return-to-top,
#toTop,
#to-top,
.to-top,
.totop,
.go-top,
.scrollup,
.scroll-up,
#wpfront-scroll-top-container,
.wpfront-scroll-top-container,
.generate-back-to-top,
.ct-back-to-top,
#kt-scroll-up,
#kt-scroll-up-reader,
.nv-scroll-to-top,
.e-scroll-to-top-button,
.elementor-scroll-to-top,
.et_pb_scroll_top,
.hestia-scroll-to-top,
.tg-scroll-to-top,
.botiga-scroll-to-top,
.kadence-scroll-to-top,
#topcontrol {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* BOBO 2.1.6 — remove every known scroll/back-to-top control on the homepage. */
body.home [class*="scroll"][class*="top"],
body.home [id*="scroll"][id*="top"],
body.home [class*="back"][class*="top"],
body.home [id*="back"][id*="top"],
body.home [class*="return"][class*="top"],
body.home [id*="return"][id*="top"],
body.home [class*="go"][class*="top"],
body.home [id*="go"][id*="top"],
body.home [aria-label*="back to top" i],
body.home [aria-label*="scroll to top" i],
body.home [aria-label*="return to top" i],
body.home [title*="back to top" i],
body.home [title*="scroll to top" i],
body.home [title*="return to top" i],
body.home a[href="#top"],
body.home .back-top,
body.home .back-top-btn,
body.home .back-to-top-btn,
body.home .scroll-top-btn,
body.home .scroll-top-button,
body.home .scroll-to-top-btn,
body.home .scroll-to-top-button,
body.home .scroll-to-top-icon,
body.home .scrolltop,
body.home .scrolltop-button,
body.home .scroll-top-wrapper,
body.home .site-scroll-top,
body.home .jupiterx-scroll-top,
body.home .mk-go-top,
body.home .qodef-back-to-top,
body.home .trx_addons_scroll_to_top,
body.home .aux-goto-top-btn,
body.home .fusion-scroll-top,
body.home .scrollTop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}


/* BOBO 2.1.7 — custom TranslatePress FI/EN language switcher. */
.site-header {
  grid-template-columns: 1fr auto auto;
}

.bobo-language-switcher {
  position: relative;
  z-index: 120;
  font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
  color: #fad7ed;
}

.bobo-language-switcher--desktop {
  align-self: center;
  justify-self: end;
  margin-left: -8px;
}

.bobo-language-switcher__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: clamp(11px, 0.82vw, 13px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.bobo-language-switcher__chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.bobo-language-switcher.is-open .bobo-language-switcher__chevron {
  transform: translateY(2px) rotate(225deg);
}

.bobo-language-switcher__dropdown {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: 130;
  display: grid;
  min-width: 86px;
  padding: 8px 0;
  background: rgba(14, 10, 9, 0.96);
  border: 1px solid rgba(250, 215, 237, 0.12);
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 220ms var(--ease-out);
}

.bobo-language-switcher.is-open .bobo-language-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.bobo-language-switcher__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(250, 215, 237, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease;
}

.bobo-language-switcher__option:hover,
.bobo-language-switcher__option:focus-visible,
.bobo-language-switcher__option.is-current {
  color: #fad7ed;
}

/* The BOBO header supplies its own TranslatePress UI. */
#trp-floater-ls {
  display: none !important;
}

.bobo-language-switcher--mobile {
  display: none;
}

@media (max-width: 768px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .bobo-language-switcher--desktop {
    display: none !important;
  }

  .mobile-nav .bobo-language-switcher--mobile {
    display: block;
    width: 100%;
    margin-top: clamp(12px, 2vh, 22px);
    opacity: 0;
    transform: translateY(-8px);
    transition:
      opacity 320ms ease 135ms,
      transform 420ms var(--ease-out) 135ms;
  }

  .mobile-nav.is-open .bobo-language-switcher--mobile {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav .bobo-language-switcher__trigger {
    justify-content: flex-start;
    min-height: 38px;
    padding: 0;
    color: var(--blush);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(17px, 4.8vw, 21px);
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  .mobile-nav .bobo-language-switcher__chevron {
    width: 8px;
    height: 8px;
  }

  .mobile-nav .bobo-language-switcher__dropdown {
    top: calc(100% + 5px);
    right: auto;
    left: 0;
    min-width: 92px;
    background: rgba(11, 7, 6, 0.98);
  }

  .mobile-nav .bobo-language-switcher__dropdown a,
  .mobile-nav .bobo-language-switcher__option {
    display: flex;
    min-height: 34px;
    padding: 0 14px;
    color: rgba(250, 215, 237, 0.72);
    font-family: var(--font-inter), Inter, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
    opacity: 1;
    transform: none;
    transition: color 160ms ease;
  }

  .mobile-nav .bobo-language-switcher__option:hover,
  .mobile-nav .bobo-language-switcher__option:focus-visible,
  .mobile-nav .bobo-language-switcher__option.is-current {
    color: var(--blush);
  }
}


/* BOBO 2.1.8 — language switcher visual refinement. */
.bobo-language-switcher__dropdown {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mobile-nav .bobo-language-switcher__trigger,
  .mobile-nav .bobo-language-switcher__trigger:visited,
  .mobile-nav .bobo-language-switcher__trigger:hover,
  .mobile-nav .bobo-language-switcher__trigger:focus,
  .mobile-nav .bobo-language-switcher__trigger:active {
    color: #fad7ed !important;
  }

  .mobile-nav .bobo-language-switcher__chevron {
    color: #fad7ed !important;
    border-color: #fad7ed !important;
  }

  .mobile-nav .bobo-language-switcher__dropdown a,
  .mobile-nav .bobo-language-switcher__option,
  .mobile-nav .bobo-language-switcher__option:visited,
  .mobile-nav .bobo-language-switcher__option:hover,
  .mobile-nav .bobo-language-switcher__option:focus-visible,
  .mobile-nav .bobo-language-switcher__option.is-current {
    color: #fad7ed !important;
  }

  .mobile-nav .bobo-language-switcher__dropdown {
    border-radius: 12px;
    overflow: hidden;
  }
}